.card-header {
    position: relative;
    height: 80px;
    background-color: #f8f9fa;
}


/* .line-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #007bff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
} */

/* .circle-image {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: absolute;
    top: -40px;
} */

/* .circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.nav {
    min-width: 150px;
}

.form {
    flex-grow: 1;
}

.sidebar {
    height: 100vh;
    background-color: #343a40;
    border-radius: 10px;
    padding: 10px 5px;
    position: fixed;
    top: 0;
    right: -300px; /* Start off-screen */
    width: 300px;
    transition: right 0.3s ease-in-out;
    z-index: 999;
}

.sidebar.active {
    right: 0; /* Slide in from the right */
}

@media (min-width: 768px) {
    .sidebar {
        position: static;
        height: fit-content;
        right: auto;
        z-index: 998;
    }
    #dashboard-btn {
        display: none;
    }
}

.sidebar a {
    color: white;
}
.sidebar a.active {
    background-color: #495057;
}
.sidebar a:hover {
    background-color: #495057;
}

.profile-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}
.profile-info-edit {
    display: flex;
    margin-top: 7px;   
}
.profile-info-edit img {
    width: 100px; /* Adjusted size to match the example */
    height: 100px; /* Adjusted size to match the example */
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}
.profile-pic-update {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.change-photo-btn {
    margin-left: 20px;
    padding: 5px 10px;
    color: #fff;
    background-color: #00459A;
    border: none;
    cursor: pointer;
}
.change-photo-btn:hover {
    background-color: #01387b;
}

.btn-change {
    background-color: #ffc107;
    border: none;
}

.container-fluids {
    margin-top: -450px;
    padding: 0 10 10 10 px;
}

.nav.sidebar {
    margin: 2px;
}

.nav.flex-column {
    margin-top: 7px;
}

.close-sidebar {
    display: block;
    margin-left: 10px;
    font-size: 2.5rem;
    color: #fff;
}


.btn-custom{
        margin-top: 100px;
        align-content: right;
        padding-right: 10px;
        margin-left: 700px;
}

.dotted-shadow {
    box-shadow: 0px 0px 10px yellow;
    border: 1px dotted yellow;
}

.user-profile {
    color: #00f; /* Pure blue color */
}

.custom-profile-info {
    display: flex;
    align-items: center;
    color: white; /* Ensuring text color is white as per original class */
}
.custom-profile-pic {
    margin-right: 15px;
    width: 3px; 
    height: 5px; 
    object-fit: cover; 
}


.sidebar .profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sidebar a.active, .sidebar a:hover {
    background-color: #495057;
}

.content-section {

}

.nav-link {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.nav-link i {
    margin-right: 10px;
}


/* Address CSS */

#card-dec{
    border-radius: 20px;
    border: 1px solid #9A9A9A;
    box-shadow: 0px 2px 4px 0px #9A9A9A;
    transition: 0.3s ease;
}

#card-dec:hover{
    box-shadow: 0px 1px 1px 0px #9A9A9A;
    translate: 0 3px;
}

#card-body-first{
    width: 85%;
}

#card-body-sec{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.card-body .card-body-part button{
    border: none;
    background-color: white;
    color: #00459A;
    font-weight: 600;
}

.card-body .card-body-part a{
    color: #E23E25;
    font-weight: 600;
}

/* @media (max-width:768px){
    .banner-area,
    .organic-breadcrumb {
        display: ;
    }
    
    #contain-er{
        margin-top: -25rem;
    }


} */

.edit-profile-btn{
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}

.edit-profile-btn button,
.btn-add-skill {
    padding: 3px 12px !important; 
    color: #fff;
    background-color: #00459A;
    font-weight: 600;
}

.edit-profile-btn button:hover,
.btn-add-skill:hover {
    color: #fff;
    background-color: #01387b;
}
.change-password-btn{
    background-color: #fff !important;
    border: 2px solid #00459A !important;
    color: #00459A !important;
}
@media (max-width: 370px) {
    .edit-profile-btn{
        display: block;
    }
    .edit-profile-btn button{
        margin-top: 8px;
        width: 140px;
    }
}

.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}


/* My Orders + Order Details CSS */

#order-filter-form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.order-filter span {
    padding-right: 20px;
}

.order-filter select {
    padding: 5px;
}

.order-list {
    list-style-type: none;
    padding: 0;
}

.order-item {
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}
.order-items {
    border-top: 2px solid #e0e0e0;
    font-size: 1rem;
}

/* .order-details {
    display: flex;
    flex-direction: column;
} */

.order-header {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-header a h5{
    color: #00459A !important;
    text-overflow: ellipsis;
    max-width: 180px;
}
.order-header h4,
.order-header p{
    text-overflow: ellipsis;
    max-width: 130px;
    font-size: 16px;
}
.order-total-price{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 450px) and (max-width: 650px) {
    .order-header a h5{
        max-width: 250px;
    }
}
@media (min-width: 991px) and (max-width: 1391px) {
    .order-header a h5{
        max-width: 250px;
    }
}
@media (max-width: 470px) {
    .order-header{
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .order-total-price{
        flex-direction: row;   
        align-items: center;
        margin-top: 10px;
        margin-left: 40px;    
    }
    .order-total-price p{
        margin-top: 0px !important;
        margin-left: 5px;
    }
}


.order-details .card{
    border-radius: 15px !important;
}

.order-details .order-header-bottom{
    max-height: 50rem;
    overflow-y: auto;
}
.order-details .order-header-bottom::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
}

.order-details .order-header-bottom::-webkit-scrollbar-track {
    background: #d8ebfe; /* Color of the scrollbar track */
}

.order-details .order-header-bottom::-webkit-scrollbar-thumb {
    background-color: #99c9fe; /* Color of the scrollbar handle */
    border-radius: 10px; /* Roundness of the scrollbar handle */
    border: 3px solid #f1f1f1; /* Padding around the scrollbar handle */
}



/* .order-details-font{
    font-size: 16px;
    line-height: 2rem;
}
.order-details-font2{
    font-size: 16px;
} */

.order-header-top{
    border-bottom: 2px solid #cbcbcb !important;
}

.order-header-left {
    display: flex;
    flex-direction: column;
}

.order-header a {
    text-decoration: none;
    color: #00459A;
}

.order-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.order-product-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 20px;
}

.order-info {
    flex-grow: 1;
}

.order-product-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.order-supplier {
    color: #6c757d;
    margin-bottom: 10px;
}

.order-quantity-status {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.order-quantity {
    font-size: 14px;
    margin-right: 10px;
}

.order-status{
    border-radius: 100px;
    padding: 3px 10px !important;
}

.processing {
    border: 2px solid #00459A;
    color: #00459A;
}

.delivered {
    border: 2px solid #00459A;
    background-color: #00459A;
    color: #fff;
}

.cancelled{
    border: 2px solid #646469;
    background-color: #646469;
    color: #fff;
}

.delivery-date {
    font-size: 12px;
    color: #6c757d;
}

.delivery-date-processing {
    font-size: 12px;
    color: #30DE56;
}

.more-details {
    text-decoration: none;
    color: #007bff;
}

.timeline {
    margin: 0 0 45px;
    padding: 0;
    position: relative;
}

.timeline::before {
    border-radius: .25rem;
    background-color: #dee2e6;
    bottom: 0;
    content: "";
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.timeline > div {
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
}

.timeline > div::after, .timeline > div::before {
    content: "";
    display: table;
}

.timeline > div > .timeline-item {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: .25rem;
    background-color: #fff;
    color: #495057;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.timeline > div > .timeline-item > .time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px;
}

.timeline > div > .timeline-item > .timeline-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}

.timeline > div > .timeline-item > .timeline-header > a {
    font-weight: 600;
}

.timeline > div > .timeline-item > .timeline-body, .timeline > div > .timeline-item > .timeline-footer {
    padding: 10px;
}

.timeline > div > .timeline-item > .timeline-body > img {
    margin: 10px;
}

.timeline > div > .timeline-item > .timeline-body ol, .timeline > div > .timeline-item > .timeline-body ul, .timeline > div > .timeline-item > .timeline-body > dl {
    margin: 0;
}

.timeline > div > .timeline-item > .timeline-footer > a {
    color: #fff;
}

.timeline > div > .fa, .timeline > div > .fab, .timeline > div > .fad, .timeline > div > .fal, .timeline > div > .far, .timeline > div > .fas, .timeline > div > .ion, .timeline > div > .svg-inline--fa {
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}

.timeline > div > .svg-inline--fa {
    padding: 7px;
}

.timeline > .time-label > span {
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px;
}

.timeline-inverse > div > .timeline-item {
    box-shadow: none;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.timeline-inverse > div > .timeline-item > .timeline-header {
    border-bottom-color: #dee2e6;
}

.dark-mode .timeline::before {
    background-color: #6c757d;
}

.dark-mode .timeline > div > .timeline-item {
    background-color: #343a40;
    color: #fff;
    border-color: #6c757d;
}

.dark-mode .timeline > div > .timeline-item > .timeline-header {
    color: #ced4da;
    border-color: #6c757d;
}

.dark-mode .timeline > div > .timeline-item > .time {
    color: #ced4da;
}

.order-header div{
    padding: 0 0px;
}

@media (max-width: 520px) {
    .order-list-items{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .order-list-items:nth-child(1), 
    .order-list-items:nth-child(3){
        border-right: 1px solid #dee2e6;
    }
}



/* Service Provider My Services CSS*/
.service-provider-services .card-body img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.service-provider-category{
    margin-bottom: 10px;
}
.service-provider-category p{
    line-height: 10px;
}

.availability{
    display: flex;
    align-items: center;
    justify-content: center;
}

.availability .ava{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.circle-available{
    background-color: #00FF3A;
}

.circle-not-available{
    background-color: #E23E25;
}

/* service edit CSS */
.thumbnail-carousel {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    position: relative;
}
.single-prd-thumb {
    width: 60px;
    position: relative;
}

.s_product_inner {
    display: flex;
    flex-wrap: wrap;
}
.s_product_inner > div {
    padding: 15px;
}

.s_product_texts h3{
    display: inline-block;
    background-color: #00459A;
    padding: 5px 10px;
    color: #fff;
    border: 2px solid #00459A;
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
}

.s_product_texts h3:nth-child(2){
    border: 2px solid #00459A;
    background: none;
    color: #00459A;
    text-decoration: none;
}

.s_product_text a{
    color: #717171;
}

.btn:focus {
    box-shadow: none;
}

.card-header {
    padding: 20px 10px; /* Adjusted padding */
    cursor: pointer; /* Make the header cursor a pointer to indicate clickability */
}

.card-header h3 {
    margin: 0; /* Remove margin from h3 */
}

.card-header h3 button {
    font-size: 18px;
    width: 100%; /* Make the button take the full width of the header */
    text-align: left; /* Align text to the left */
    padding: 0; /* Remove padding from the button */
}

.card-body {
    padding: 0.5rem 1.25rem; /* Adjust padding inside card body */
}

.form-group label{
    font-size: 16px;
}

.form-group textarea{
    resize: none;
}

.price-form{
    width: 15%;
}
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-item {
    display: flex;
    align-items: center;
    margin-right: 20px; /* Adjust as needed */
}

.checkbox-item input[type="checkbox"] {
    margin-right: 5px; /* Adjust as needed */
}

.delete-btn {
    position: relative;
    top: 15px;
    left: 45px;
    background: #F24646;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding: 0;
    z-index: 1000;
}


/* Service Detail + Service edit CSS*/
/* Package CSS */
.card-package {
    background-color: #F6F6F6;
    border: none;
    padding: 12px;
    border-radius: 5px;
  }
  
  .card-title-package {
    color: #061257;
  }
  
  .card-text-package {
    font-size: 16px;
    color: #00459A;
    white-space: pre-wrap; 
    max-height: 10rem;
    overflow-y: auto;
  }
  
  .card-footer-package {
    background-color: transparent;
    border: none;
  }
  
  .btn-primary-package {
    background-color: #00459A;
    border: 2px solid #00459A;;
    border-radius: 20px;
    color: #fff;
    padding: 5px 14px;
  }
/* on hover */
    .btn-primary-package:hover {
        background-color: white;
        color: #00459A;
        border: 2px solid #00459A;
        border-radius: 20px;
        padding: 5px 14px;
        font-weight: bold;
    }

  .btn-primary-package-not {
    background-color: #E23E25;
    border: 2px solid #E23E25;
    border-radius: 20px;
    color: #fff;
    padding: 5px 14px;
    font-weight: bold;
  }

    .btn-primary-package-not:hover {
        background-color: white;
        color: #E23E25;
        border: 2px solid #E23E25;
        border-radius: 20px;
        padding: 5px 14px;
    }
  
  /* .s_product_inner .col-package {
    max-width: 50%;
    flex: 0 0 50%;
  } */
@media (max-width: 768px) {
    .col-package .d-flex{
        flex-direction: column;
        align-items: flex-start !important;
    }
}

  .card-package-icons a{
    color: #fff; 
    font-size: 0.8rem;
    border-radius: 50%;
    padding: 6px 10px;
  }
  .card-package-icons .edit-package{
    background-color: #00459A;
    margin-right: 5px;
  }
  .card-package-icons .delete-package{
    background-color: #E23E25;
  }
  


/* Review CSS */
.tabs {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
}

.tab-button {
    flex: 1;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #f1f1f1;
    border: none;
    border-right: 1px solid #ccc;
    outline: none;
}

.tab-button:last-child {
    border-right: none;
}

.tab-button.active {
    background-color: #00459A;
    color: white;
}

.tab-contents {
    display: none;
}

.tab-contents.active {
    display: block;
}

.datatable-btn {
    display: flex;            
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    padding: 10px;
}

.datatable-btn a{
    color: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-right: 3px;
}
.datatable-btn {
    text-align: center;
    vertical-align: middle;
}


#servicesTable,
#productsTable {
    margin: 0 auto;
    text-align: center;
}

#servicesTable th, 
#servicesTable td,
#productsTable th, 
#productsTable td{
    text-align: center;
}
.table-container-vendor {
    overflow-y: auto; /* Enable vertical scrolling */
}


/* User Profile - SKILLS CSS */
.tags-input {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}

.tags-input input {
    border: none;
    outline: none;
    flex: 1;
    padding: 5px;
}

.tag {
    background-color: #eaeaea;
    border-radius: 25px;
    padding: 5px 5px 5px 10px;
    margin: 2px;
    margin-right: 4px;
    display: flex;
    align-items: center;
}

.tag .remove-tag {
    border-radius: 50%;
    padding: 0 5px;
    margin-left: 3px;
    cursor: pointer;
}

.tag .remove-tag i {
    color: #a5a5a5;
}

.form-group small {
    color: #666;
    font-size: 0.9rem;
    margin-top: 5px;
    display: none;
}

.tags-input:focus-within + small {
    display: block;
}


/* User Profile - MY REVIEWS CSS */
.icon-container-review {
    display: flex;
    justify-content: start;
    align-items: start;
    height: 100%;
}

.star-icon-review {
    color: yellow;
}

.bottom-comment-review {
    margin-top: 10px;
}

.button-container-review {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    padding-right: 10px;
}

.primary-btn-review {
    background-color: #0056b3;
    color: white;
    border: 2px solid #0056b3;
    padding: 3px 20px;
    border-radius: 25px;
    transition: background-color 0.3s, color 0.3s;
    font-weight: bold;
}

.primary-btn-review:hover {
    background-color: #2662a1;
    color: white;
}
.row-review{
    margin-top:-10px;
}

@media (max-width: 768px) {
    .row-review {
        flex-direction: column;
        margin-left: -15px;
        margin-top: 10px;
    }

    .bottom-comment-review {
        margin-bottom: 10px;
    }

    .button-container-review {
        justify-content: center;
        padding-right: 0;
    }

    .primary-btn-review {
        text-align: center;
    }

    .purchase-info {
        justify-content: start !important;
    }
}
.align-end-review {
    display: flex;
    justify-content: flex-end;
}


/* Analytics CSS - Dashboard */
.analytics-container{
    background-color: #fffdea;
}
.analytics h1,
.analytics h4{
    color: #00459A;
}
.analytics .card,
.analytics .card h5{
    font-size: 1.2rem;
}

.analytics .card{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#total-spent{
    border-top: 2.5px solid #E23E25 !important;
}
#total-orders,
#total-earned{
    border-top: 2.5px solid #4BE225 !important;
}
#pending-orders{
    border-top: 2.5px solid #F1CC32 !important;
}
#total-reviews,
#total-orders{
    border-top: 2.5px solid #00459A !important;
}

@media (min-width: 991px) {
    .summary-total {
        display: flex;
        flex-wrap: wrap;
    }

    .cards-total {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .custom-col {
        flex: 1 1 0%; /* Ensures equal width for each column */
        max-width: 25%; /* Optional: Enforces 4 equal-width columns */
        padding: 0 15px; /* Adjusts spacing */
    }
}

.pending-orders{
    height: 95%;
}

.analytics-orders{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 12px;
}
.analytics-orders div{
    padding: 7px 5px;
}
.analytics-orders .analytics-orders-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.analytics-orders .analytics-orders-left{
    display: flex;
    flex-direction: column;
}
@media (min-width: 991px) and (max-width: 1150px),
       (max-width: 470px) {
    .analytics-orders .analytics-orders-left {
        flex-direction: row;
    }
    .analytics-orders-right span{
        margin-right: 15px;
    }
    .analytics-orders {
        flex-direction: column;
    }
}

/* Order Invoice Detail CSS */
.payment-dropdown {
    width: 200px;
    position: relative;
}

.payment-dropdown .dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-right: 25px;
}

.payment-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 10px; /* Position the icon to the right */
}

.payment-options .dropdown-item {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.payment-options .dropdown-item:hover,
.payment-options .dropdown-item:focus {
    background-color: #f0f0f0; 
    color: #000000;
}

.payment-dropdown button{
    border: 2px solid #B8BBC2;
}

/* Quotation Response Detail CSS */
.info-container .card{
    border-radius: 15px;
}

.info-container {
    gap: 20px;
}

.detail-card {
    flex: 1;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.details-display h3 {
    font-size: 1.5em;
    color: #333;
}

.details-display hr {
    border-top: 1px solid #e5e5e5;
}

.details-display p{
    color: #000;
}
.details-display p strong{
    color: #00459A;
}

.detail-card .details-display .scrollbar {
    max-height: 8rem;
    overflow-y: auto;
}

/* Ensure equal height for all cards */
.detail-card {
    display: flex;
    flex-direction: column;
}

.table thead th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.table tbody td {
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    background-color: #f2f2f2;
}

.total-summary-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.total-summary {
    border: 2px dashed #00459A;
    border-right: none;
    border-radius: 15px 0 0 15px;
    padding: 12px;
    width: fit-content;
}

.total-summary p {
    color: #333;
}

.total-summary strong {
    font-weight: bold;
}

/* Quotation Management CSS */
.status-border {
    width: 120px;
    text-align: center;
    border: 1px solid #c2c2c2; 
    padding: 5px 10px; 
    border-radius: 50px; 
    display: inline-block;
}
#managementTable thead tr th{
    background-color: #F1CC32 !important;
}

.scrollbar::-webkit-scrollbar {
    width: 7px; /* Width of the scrollbar */
}
  
.scrollbar::-webkit-scrollbar-track {
    background: #d8ebfe; /* Color of the scrollbar track */
    border-radius: 10px; /* Roundness of the scrollbar track */
}
  
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #99c9fe; /* Color of the scrollbar handle */
    border-radius: 10px; /* Roundness of the scrollbar handle */
}

.table-overflow{
    overflow-x: auto;
}
