/* print.css */
/* Print button styles */
.btn-print {
    position: absolute;
    top: 120px; /* Adjust the top position as needed */
    right: 85px; /* Adjust the right position as needed */
    background-color: #268f74; /* Change the background color as needed */
    color: #fff; /* Change the text color as needed */
    padding: 2px 10px; /* Adjust padding as needed */
    cursor: pointer;
    box-shadow: 2px 5px 5px rgba(20, 20, 20, 0.507);
}

/* XML button styles */
.btn-xml {
    position: absolute;
    top: 120px; /* Adjust the top position as needed */
    right: 175px; /* Adjust the right position as needed */
    background-color: #268f74; /* Change the background color as needed */
    color: #fff; /* Change the text color as needed */
    padding: 2px 10px; /* Adjust padding as needed */
    cursor: pointer;
    box-shadow: 2px 5px 5px rgba(20, 20, 20, 0.507);
}

/* JSON button styles */
.btn-json {
    position: absolute;
    top: 120px; /* Adjust the top position as needed */
    right: 350px; /* Adjust the right position as needed */
    background-color: #268f74; /* Change the background color as needed */
    color: #fff; /* Change the text color as needed */
    padding: 2px 10px; /* Adjust padding as needed */
    cursor: pointer;
    box-shadow: 2px 5px 5px rgba(20, 20, 20, 0.507);
}