@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
background-color: #fff;
font-size: 18px;
font-family: "Roboto", sans-serif;
overflow-x: hidden;
}

.pagination, .navigation { font-size:16px !important; }

li {
list-style: none;
}

a,
a:hover {
color: #fff !important;
}

.login-container {
width: 100%;
padding: 2rem;
}

.login-sec {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

.login-logo {
text-align: center;
margin-bottom: 2rem;
}

.login-logo img {
max-width: 200px;
}

.form-control::placeholder {
color: #999;
}

.login-btn {
background: linear-gradient(to right, #1679bd, #fece02);
border: none;
color: #fff;
padding: 10px;
transition: background 0.4s ease; /* smooth transition */
}

.login-btn:hover {
background: linear-gradient(to left, #1679bd, #fece02);
color: #fff;
}

.modal-body label {
        font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.footer-text {
text-align: center;
color: #979797;
margin-top: 4rem;
}

.forgot-link {
display: block;
text-align: center;
margin-top: 2rem;
text-decoration: none;
color: #0172ce!important;
}

.forgot-link:hover {
color: #0172ce!important;
}

.password-wrapper {
position: relative;
}

.toggle-password {
position: absolute;
bottom: -3px;
right: 10px;
transform: translateY(-50%);
cursor: pointer;
color: #777;
}

.login-sec label {
color: #8b8b8b;
}

.login-sec label i {
color: #fdce04;
}

/* Dashboard Page */


.sidebar {
background: linear-gradient(to bottom, 
#214980 0%, 
#214980 25%, 
#fece02 100%
);

color: white;
height: 95vh;
padding: 5px 0 0 0;
position: fixed;
width: 60px;
left: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
transition: width 0.3s ease;
overflow: hidden;
z-index: 10;
}


.sidebar a {
font-size:18px !important;     
}

.sidebar:hover {
width: 250px;
}

.sidebar ul {
width: 100%;
}

.sidebar li {
width: 100%;
}

.sidebar a {
display: flex;
align-items: center;
gap: 25px;
padding: 5px 15px;
text-decoration: none;
color: white;
white-space: nowrap;
transition: background 0.3s ease;
}

.sidebar a:hover {
background-color: rgba(255, 255, 255, 0.1);
}


.sidebar span {
display: inline-block;
opacity: 0;
transition: opacity 0.3s ease;
}

.sidebar:hover span {
opacity: 1;
}


.main-header img {
width: 100px;
}

.case-section .case-heading {
padding: 0 15px;
background-color: #f1f6fa;
}

.case-section .case-heading h2 {
font-size: 28px;
color: #6f7173;
font-weight: 400;
}

.sidebar img {
width: 30px;
margin: 15px 0;

cursor: pointer;
}

.sidebar li {
position: relative;
text-align: center;
}

.sidebar li::before {
content: '';
position: absolute;
background-color: #fff;
height: 1px;
left: 0px;
right: 0;
bottom: 0;
width: 100%;

}


.search-container {
position: relative;
width: 300px;
}

.search-input {
font-weight: 400;
font-size: 18px;
font-family: "Roboto", sans-serif;
}

.search-icon {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
color: #2c5282;
/* deep blue */
}

.add-case-btn {
color: #fff;
background: linear-gradient(to right, #1e5083, #0399a8);
border: none;
padding: 12px 25px;
}

.add-case-btn i {
color: #195587;
background: #fff;
padding: 2px;
border-radius: 2px;
margin-right: 12px;
font-size: 14px;
}

.table-bordered td,
.table-bordered th {
border: 0;
border-bottom: 1px solid #d7d7dd;
}

.table .thead-light th {
background: none;
font-weight: 400;
color: #308ad6;
}
.input-group .btn {
background:#ced4da;
color:#000; 
}
.pagewrapper { padding:60px; }

.table-responsive {
padding: 0 0px;
}

.table-striped tbody tr:nth-of-type(odd) { background: none !important;}


.table-responsive tr:nth-child(even){ background:#f9f9f9; }
.thead-light  { background:#f1f6fa; }
.table-responsive tr td {
padding: 12px !important;
color: #767677;
font-size:16px; 
}

.table-responsive tr td a i {
font-size: 15px !important;
color: #000000;
}

.table-responsive tr td img {
width: 30px;
    margin-right: 5px;
}

.table-responsive tr td small {
font-size: 18px;
padding-top: 15px;
font-family: "Roboto", sans-serif;
font-weight: 400;
}

.main {
margin-left: 60px;
}

.main-header {
background-color: #fff;
padding: 10px 15px;
}

.main-header .right-icons i {
margin-left: 20px;
font-size: 18px;
color: #000;
}

.main-header .right-side {
display: flex;
gap: 30px;
justify-content: end;
}

.main-header .user img {
width: 40px !important;
}

.main-header .right-side img {
width: 35px;
}

.notifications-icon span {
position: absolute;
right: 0;
}

.progress-container {
display: flex;
align-items: center;
gap: 30px;
}

.progress-step {
display: flex;
flex-direction: column;
align-items: center;
font-size: 12px;
position: relative;
}

.progress-step::after {
content: "";
position: absolute;
top: 12px;
left: 64%;
width: 120px;
height: 2px;
background: #ccc;
}

.progress-step:last-child::after {
content: none;
}

.circle {
width: 24px;
height: 24px;
border-radius: 50%;
border: 2px solid #9b999a;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
color: #9b999a;
background-color: white;
}

.circle.checked {
background-color: white;
color: #003366;
border: 2px solid #003366;
}

.session-box {
border: 1px solid #ccc;
padding: 2px 10px 0 4px;
font-size: 14px;
margin: 0 10px;
background: #fff;
height: 26px;
line-height: 20px;
z-index: 11;
width: 150px;
}


 
.session-box span {
background: #d7d7d7;
padding: 2px 15px;
border-right: 3px solid #003366;
margin-right: 10px;
}

.table td,
.table th {
vertical-align: middle;
}

.page-link {
padding: .7rem 1.25rem;
border: 1px solid #ccc;
}

.page-item.active{
background-color:#fece02 !important;
}

.page-item.active .page-link {
background: none;
border-color: #6f6f6f;
color: #000  !important;
z-index: auto;
}

.table .thead-light th{
width: auto!important;
font-size:16px!important;
font-weight:400; 
}

.page-link:hover {
background: none;
border-color: #6f6f6f;
}

.pagination li a {
color: #000 !important;
}

.card-header { background:#f1f1f1; }

.footer {
background-color: #f5f9fc;
padding: 15px 20px;
position: fixed;
bottom: 0;
color: #767677;
width: 100%;
}
.modal { background:rgba(0,0,0,0.25); }

.modal-overlay {
display: none;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
}


.custom-modal {
background: #fff;
width: 100%;
max-width: 90%;
height: 850px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
position: relative;
}

.modal-header {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #ebf0f8;
    padding-bottom: 15px;
    background: #f1f6fa;
    padding-top: 15px;
}

.close { color:#000 !important; }
.modal-header h2 {
margin: 0;
font-size: 32px;
font-weight: 400;
color: #555555;
}

.close-modal {
cursor: pointer;
font-size: 35px;
font-weight: bold;
}

.modal-body {
display: flex;
margin-top: 0px;
padding-top: 0;
}

.tab-buttons {
flex: 0 0 220px;
display: flex;
flex-direction: column;
gap: 10px;
padding-top: 30px;
}

.tab-btn {
background: #ebf0f8;
border: none;
padding: 10px 15px;
text-align: left;
cursor: pointer;
border-radius: 4px;
font-weight: 400;
color: #979696;
}

.tab-btn.active {
background: #e0ebff;
color: #1f477c;
}

.tab-content-container {
flex: 1;
padding-left: 30px;
border-left: 1px solid #ebf0f8;
margin-left: 30px;
}

.tab-content {
display: none;
}

.tab-content.active {
display: block;
height: 650px;
padding-top: 30px;
}

.upload-section {
display: flex;
gap: 20px;
margin-top: 20px;
}

.upload-box {
width: 150px;
height: 150px;
background: #f1f1f1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
border: 1px dashed #ccc;
}

.modal-body .button:hover {
text-decoration: none;
}

.modal-body .button {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 10px;
margin-top: 20px;
position: absolute;
bottom: 0;
right: 10px;
color: #fff;
background: linear-gradient(to right, #1e5083, #0399a8);
padding: 10px 15px;
}

.modal-body .btn {
padding: 10px 20px;
border: none;
cursor: pointer;
font-weight: bold;
border-radius: 5px;
}

.pf-container {
display: flex;
justify-content: space-between;
gap: 20px;
align-items: end;
}


.pf-right-section {
position: relative;
bottom: 30px;
}

.pf-group {
margin-bottom: 30px;
}


.pf-label {
margin-bottom: 5px;
font-size: 18px;
color: #979696;
}

.pf-input,
.pf-select {
padding: 8px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 14px;
width: 100%;
}

.pf-input[readonly] {
background-color: #f5f5f5;
}



.pf-upload-box {
position: relative;
border-radius: 8px;
padding: 0;
text-align: center;
color: white;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
background-image: url('../images/profile_patient_pic.jpg');
background-repeat: no-repeat;
background-position: center 40%;
background-size: 100% 100%;
overflow: hidden;
}

.pf-upload-overlay {
position: absolute;
inset: 0;
background-color: rgba(49, 88, 142, 0.6);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
padding: 20px;
z-index: 2;
}

.pf-upload-box:hover .pf-upload-overlay {
opacity: 1;
visibility: visible;
}

.pf-upload-text {
font-size: 18px;
cursor: pointer;
line-height: 1.4;
margin-bottom: 12px;
}

.help-modal-button {
background: #31588e;
color: #fff;
border: none;
padding: 0px 10px;
border-radius: 0px;
font-weight: bold;
cursor: pointer;
display: flex;
align-items: center;
position: absolute;
bottom: 15px;
}

.help-modal-icon {
margin-right: 6px;
font-size: 24px;
}

.pf-footer {
text-align: right;
position: absolute;
bottom: -85px;
right: 15px;
}

.pf-submit-button {
background: linear-gradient(to right, #1b3764, #0299b1);
color: white;
border: none;
width: 170px;
height: 50px;
border-radius: 6px;
font-size: 18px;
cursor: pointer;
}

.pf-submit-button.submit-btn {
background: linear-gradient(to right, #545454, #979596);
}


.tab-sec-area img {
width: 100%;
cursor: pointer;
height: 250px;
object-fit: cover;
object-position: center;

}

.upload-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 16px;
}

.upload-grids {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 20px;
}

.tab-sec-area h2 {
color: #979696;
font-size: 24px;
font-weight: 400;
margin-bottom: 15px;
}

.tab-sec-area p {
color: #979696;
}

.missing-upload {
border: 2px solid red !important;
border-radius: 8px;
}


.invalid-upload {
border: 2px solid red;
box-sizing: border-box;
}


.help-modal-overlay {
display: none;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.6);
display: flex;
align-items: center;
justify-content: center;
}

.help-modal-box {
background: #fff;
width: 90%;
max-width: 900px;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.help-modal-header {
display: flex;
justify-content: space-between;
align-items: center;
background: #f8f8f8;
padding: 10px 15px;
font-weight: bold;
border-bottom: 1px solid #ddd;
}

.help-modal-title {
font-size: 16px;
}

.help-modal-close {
font-size: 18px;
cursor: pointer;
}

.help-modal-body {
padding: 0;
}

.help-modal-video-wrapper {
position: relative;
width: 100%;
background: #555;
aspect-ratio: 16 / 9;
}

.help-modal-video-wrapper video {
width: 100%;
height: 100%;
display: block;
}

.help-modal-play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 64px;
color: white;
cursor: pointer;
}

.dataTables_filter,
#caseTable_length {
display: none;
}

.table-bordered {
border: none;
}

.pagination .page-link {
margin-left: 0;
}

table.dataTable tbody tr:hover {
background-color: #f6fafd; 
cursor: pointer;
}


table.dataTable tbody tr td:nth-child(6),
table.dataTable thead tr th:nth-child(6){
text-align: center;
}





.btn.btn-primary,.btn.btn-primary:hover , .btn-columns, .btn-columns:hover  {
    cursor: pointer;
    text-decoration:none;  
    background: #fece02 !important;
    color: #000 !important;
    border: 1px solid #fece02 !important;
}

.btn-columns i { color:#000 !important; }








.toolbar { display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
.toolbar-left select { min-width:140px; }
.toolbar-right {display: flex; gap: 10px; }
/* .table th, .table td { vertical-align: middle; font-size:14px; } */
    .dropdown-menu { padding:10px; }
.dropdown-menu label { display:block; font-size:14px; }
    .btn-columns i {
    margin-right: 6px;
    color: #214980;
}
    .btn-columns {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
        padding: 5px 15px;
}
.dropdown-toggle::after,
#poTable_length{
    display: none;
}
#bulkActions {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;

background-color: #fff;
border: 1px solid #ccc;
padding: 8px 40px 8px 12px;
font-size: 14px;
cursor: pointer;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23555' viewBox='0 0 320 512'%3E%3Cpath d='M143 352.3l-135-135c-9.4-9.4-9.4-24.6 0-34l22.6-22.6c9.4-9.4 24.6-9.4 34 0L160 241.4l95.4-95.4c9.4-9.4 24.6-9.4 34 0L312 168.6c9.4 9.4 9.4 24.6 0 34l-135 135c-9.4 9.4-24.6 9.4-34 0z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 15px 15px;
}

#bulkActions::after {
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
color: #555;
font-size: 14px;
}


  #poTable {
        width: 100%;
    }

    #poTable th, #poTable td {
        padding: 10px;
        vertical-align: top;
     
    }

    /* Checkbox column compact */
    #poTable th:first-child,
    #poTable td:first-child {
        width: 40px;      
    }

    table.dataTable.no-footer{
            border-bottom: none;
    }

    /* Columns with longer headings get more space */
    #poTable th:nth-child(2), /*Product*/
    #poTable td:nth-child(2) {
        max-width: 380px;
    }

    #poTable th:nth-child(3), /* Grade */
    #poTable td:nth-child(3) {
        min-width: 80px;
    }

    #poTable th:nth-child(4), /* Damages */
    #poTable td:nth-child(4) {
        min-width: 90px;
    }

    #poTable th:nth-child(5), /* Quantity */
    #poTable td:nth-child(5) {
        min-width: 90px;
    }

    #poTable th:nth-child(6), /* Paid */
    #poTable td:nth-child(6) {
        min-width: 100px;
    }

    #poTable th:nth-child(7), /* Paid (W/ line items) */
    #poTable td:nth-child(7) {
        min-width: 80px;
    }

    #poTable th:nth-child(8), /* Total */
    #poTable td:nth-child(8) {
        min-width: 100px;
    }

    #poTable th:nth-child(9), /* Total (W/ line items) */
    #poTable td:nth-child(9) {
        min-width: 100px;
    }

    #poTable th:nth-child(10), /* Status */
    #poTable td:nth-child(10) {
        min-width: 80px;
    }

  
  


@media (min-width: 2000px) and (max-width: 2560px) {
body {
    font-size: 22px;
}



.case-section .case-heading h2 {
    font-size: 38px;
}

.tab-buttons {
    flex: 0 0 330px;
}

.upload-grid {
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
}
}


@media (max-width: 1900px) and (min-width: 1601px) {

    
.table-responsive tr td small {
font-size: 14px;
}
body{
    font-size: 16px;
}


.sidebar {
    padding: 0;
}

.notifications-icon span {
    font-size: 12px;
}

.custom-modal {
    height: 700px;
}

.pf-footer {
    bottom: 50px;
}

.tab-sec-area img {
    height: 200px;
}

.tab-sec-area h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.tab-content.active,
.tab-buttons {
    padding-top: 10px;
}

.modal-header {
    padding: 5px 15px;
}

.upload-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
}

@media (max-width: 1680px) and (min-width: 1600px) {

}

@media (max-width: 1599px) and (min-width: 1367px) {
.main-header img {
    width: 80px;
}

.main-header .right-side img {
    width: 25px;
}


.main-header .user img {
    width: 30px !important;
}

.case-section .case-heading h2 {
    font-size: 24px;
}

 


body {
    font-size: 14px;
}
    .table-responsive tr td small{
    font-size: 13px;
    }

.table.table-bordered {
    margin-bottom: 0;
}


.sidebar {
    padding: 0;
}

.notifications-icon span {
    font-size: 10px;
}

.custom-modal {
    height: 700px;
}

.pf-footer {
    bottom: 50px;
}

.tab-sec-area img {
    height: 200px;
}

.tab-sec-area h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.tab-content.active,
.tab-buttons {
    padding-top: 10px;
}

.modal-header {
    padding: 5px 15px;
}

.upload-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
}
@media (max-width: 1680px) and (min-width: 1600px) {
.table-responsive tr td {
    padding: 22px 8px !important;
}
    body, .table-responsive tr td small {
    font-size: 13px;
}
}

@media (max-width: 1485px) and (min-width: 1400px) {
.table-responsive tr td {
    padding: 20px 8px !important;
}
    body, .table-responsive tr td small {
    font-size: 12px;
}
}

@media (max-width: 1399px) and (min-width: 1368px) {
.table-responsive tr td {
    padding: 20px 8px !important;
}
    .table .thead-light th {
width: auto!important;
}
}

@media (max-width: 1366px) and (min-width: 1280px) {
body {
    font-size: 13px;
}
/* .mx-width{
    width: 135px;
} */
.table .thead-light th {
width: auto!important;
}

.table-responsive tr td small {
    font-size: 12px;
}

.table-responsive tr td {
    padding: 20px 10px !important;
}

.notifications-icon span {
    font-size: 10px;
}

.sidebar {
    padding: 0;
}

.custom-modal {
    height: 700px;
}

.pf-footer {
    bottom: 50px;
}

.tab-sec-area img {
    height: 200px;
}

.notifications-icon span {
    font-size: 13px;
}

.tab-sec-area h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.tab-content.active,
.tab-buttons {
    padding-top: 10px;
}

.modal-header {
    padding: 5px 15px;
}

.upload-grid {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
}
}

@media (max-width: 1279px) and (min-width: 1200px) {
body {
    font-size: 12px;
}
    .table .thead-light th {
width: auto!important;
}

.table-responsive tr td small {
    font-size: 12px;
}

.table-responsive tr td {
    padding: 20px 10px !important;
}

.notifications-icon span {
    font-size: 10px;
}

.sidebar {
    padding: 0;
}

.custom-modal {
    height: 700px;
}

.pf-footer {
    bottom: 50px;
}

.tab-sec-area img {
    height: 200px;
}

.notifications-icon span {
    font-size: 13px;
}

.tab-sec-area h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.tab-content.active,
.tab-buttons {
    padding-top: 10px;
}

.modal-header {
    padding: 5px 15px;
}

.upload-grid {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
}
}

@media (max-width: 1199px) and (min-width: 1100px) {
.table-responsive tr td {
    padding: 22px 8px !important;
}

.case-section .case-heading h2 {
    font-size: 24px;
}
    .table .thead-light th {
width: auto!important;
}

body {
    font-size: 12px;
}

.notifications-icon span {
    font-size: 13px;
}

.table-responsive tr td small {
    font-size: 10px;
    font-weight: 500;
}

.progress-step::after {
    width: 100px;
}

.session-box {
    width: 120px;
}

.session-box span {
    padding: 2px 6px;
}

.sidebar {
    padding: 0;
}

.custom-modal {
    height: 700px;
}

.pf-footer {
    bottom: 50px;
}

.tab-sec-area img {
    height: 200px;
}

.tab-sec-area h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.tab-content.active,
.tab-buttons {
    padding-top: 10px;
}

.modal-header {
    padding: 5px 15px;
}

.upload-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
}

@media (max-width: 1099px) and (min-width: 1000px) {
.table-responsive tr td {
    padding: 24px 1px !important;
}

.case-section .case-heading h2 {
    font-size: 24px;
}

.table-responsive tr td img {
    width: 25px;
}

.table-responsive tr td a i {
    font-size: 15px !important;
}

body {
    font-size: 11px;
}

.notifications-icon span {
    font-size: 13px;
}
    .table .thead-light th {
width: auto!important;
}

.table-responsive tr td small {
    font-size: 10px;
    font-weight: 500;
}

.progress-step::after {
    width: 100px;
}

.session-box {
    width: 120px;
}

.session-box span {
    padding: 2px 6px;
}

.sidebar {
    padding: 0;
}

.custom-modal {
    height: 700px;
}

.pf-footer {
    bottom: 50px;
}

.tab-sec-area img {
    height: 200px;
}

.tab-sec-area h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.tab-content.active,
.tab-buttons {
    padding-top: 10px;
}

.modal-header {
    padding: 5px 15px;
}


.upload-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
}





@media (max-width: 991px) and (min-width: 768px) {
.table-responsive tr td {
    padding: 10px 50px 10px 10px !important;
}

.table-responsive tr td a i {
    font-size: 15px !important;
}
.search-icon{
        top: 64%;
}

.table-responsive tr td .mx-width {
    width: 135px;
}

.notifications-icon span {
    font-size: 14px;
}

.session-box {
    width: 110px;
}

.session-box span {
    padding: 2px 3px;

}

.table-responsive tr td small {
    font-size: 14px;
    width: 90px;
}
    .table .thead-light th {
width: auto!important;
}

.table-responsive tr td img {
    width: 30px;
}

body {
    font-size: 14px;
}

.page-link {
    padding: .7rem 1rem;
}

.custom-modal {
    overflow-y: scroll;
    height: 600px;
}

.modal-body {
    display: block;
}

.tab-content-container {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.pf-right-section {
    bottom: 0;
}

.pf-footer {
    position: relative;
    bottom: -40px;
    padding-bottom: 30px;
}

.upload-grids {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (width: 820px) {
.table-responsive tr td .mx-width {
    width: 145px;
}

body {
    font-size: 16px;
}

.table-responsive tr td {
    padding: 22px 50px 22px 10px !important;
}
}

@media screen and (max-width: 767px) {
.table-responsive tr td {
    padding: 10px 50px 10px 10px !important;
}

.table-responsive tr td a i {
    font-size: 15px !important;
}

.notifications-icon span {
    font-size: 11px;
}
.search-icon{
        top: 64%;
}
.table-responsive tr td .mx-width {
    width: 135px;
}
.table .thead-light th {
width: auto!important;
}

.main-header img {
    width: 75px;
}

.session-box {
    width: 110px;
}

.session-box span {
    padding: 2px 3px;

}

.table-responsive tr td small {
    font-size: 14px;
    width: 90px;
}

.table-responsive tr td img {
    width: 30px;
}

.page-link {
    padding: .7rem 1rem;
}

body {
    font-size: 14px;
}

.main-header .right-side img {
    width: 30px;
}

.main-header .right-side p {
    width: 75px;
}

.main-header .right-side {
    gap: 10px;
}

.main-header .right-side .user {
    display: flex;
    align-items: center;
}

.custom-modal {
    overflow-y: scroll;
    height: 500px;
}

.modal-body {
    display: block;
}

.tab-content-container {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.pf-right-section {
    bottom: 0;
}

.pf-footer {
    position: relative;
    bottom: -40px;
    padding-bottom: 30px;
}

.upload-grids {
    grid-template-columns: repeat(2, 1fr);
}

.upload-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
}


@media screen and (max-width: 360px) {
.table-responsive tr td {
    padding: 0px 50px 0px 10px !important;
}

.page-link {
    padding: .7rem .7rem;
}

.main-header .right-side img {
    width: 25px;
}
}