.mainmenu-user {
    width: 75px !important;
    height: 75px !important;
    padding: 15px;
}

.header {
    background-color: #1b7489 !important;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    margin: -20px -20px 20px -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-buttons {
    display: flex;
    gap: 10px;
}
.header-buttons .btn {
    padding: 6px 12px;
    width: 40px;
    text-align: center;
}
.header-buttons .btn:hover {
    background-color: #1b7489;
    color: #fff;
}
.header-buttons .btn-group .dropdown-toggle {
    padding: 6px 12px;
    width: 40px;
    text-align: center;
}
.header-buttons .btn-group .dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    min-width: 120px;
}

.mainland-link-text{
    color: #1abc9c;
}

.action-btn {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1em; /* smaller font size */
    margin: 0 5px; /* reduced margin */
    padding: 0.25rem; /* smaller padding */
    color: #343a40;
}
.logo-image {
    max-width: 200px; /* Adjust max width for logo */
}

.qr-code-image {
    max-width: 150px; /* Adjust max width for QR code */

}

.heading-style{
    background-color: rgba(141, 243, 243, 0.603);
    padding: 10px 40px;
}
.benefits{
    background-color: #5dc35a;
    color: white;
}

/* Bill layout style */

.invoice-header {
    background-color: #d9534f !important;
    color: white;
    
}

.invoice-table th {
    background-color: #d9534f !important;
    color: white;
}



.total-row {
    font-weight: bold;
}


.invoice-footer {
    font-weight: bold;
}

.biling-heading{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.total-box {
    left: auto;
    bottom: 27rem;
}
span.select2-container.select2-container--default.select2-container--open{
    z-index: 9999;
}
.select2-container .select2-selection--single{
    height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px !important;
}
.iti {
    display: block !important;
}
#loader {
    position: absolute;
    top: 0;
    background: #0000002e;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-red {
    background-color: #ca3828;
}
.bg-blue-dark {
    background-color: #1a3150;
}
.bg-blue-dark:hover {
    background-color: #2e5588;
}
.blue-dark {
    color: #1a3150;
}
.blue-dark:hover {
    color: #2e5588;
}
.form-label {
    color: #1a3150;
}
.form-check-label {
    color: #ca3828;
}
::placeholder {
    color: #6c757d6b;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #6c757d6b;
}

input, textarea {
    border-color: #a5a5a5 !important;
}
.readonly {
    cursor: not-allowed;
}
.app-menu{
    background: #1a3150;
    color: white;
}
.logo-box .logo-lg {
    height: auto;
    width: 150px;
}
html[data-sidenav-size=condensed]:not([data-layout=horizontal]) .app-menu .logo-box {
    background: #1a3150;
}
.user-box a {
    color: white;
}
.menu .menu-item .menu-link {
    color: white;
}
.menu .menu-item.menuitem-active>.menu-link {
    color: #ff604e;
}
.menu .menu-title {
    color: #ffffff;
}
.dark\:text-gray-300 {
    color: black !important;
}
.dark\:bg-gray-900 {
    background-color: white !important;
}
.dark\:bg-gray-200 {
    background-color: #ca3828 !important;
}
.error {
    color: #ff604e;
}
input.error {
    border: 1px solid #ff604e !important;
}
.iti__country-container {
    height: 38px;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
svg {
    display: inline !important;
}
.fixed-bottom-right {
    position: fixed;
    bottom: 65px;
    right: 20px;
    z-index: 1000;
    border-radius: 100%;
    font-size: 20px;
}
/* .guestblade {
    label {

    }
    input {
        
    }
} */
.login-page {
    background-image: url('/public/assets/images/login-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-blue-light {
    background-color: #377285;
}
.bg-blue-light:hover {
    background-color: #3f8095;
}
.managerdetailscard {
    min-height: 300px;
    overflow-y: auto;
    overflow-x: clip;
}
.table>:not(caption)>*>* {
    padding: 7px;
}

table>thead>tr {
    background: #98cfd8;
    color: black;
    /* border-bottom: 2px solid #ca3828 !important; */
}

table>thead>tr>th {
    padding: 10px !important;
}
.table-bordered {
    border: 1px solid;
    color: black;
}
.fees-table tbody{
    line-height: 0;
}
.fees-column-input {
    padding: 0 !important;
    background: transparent !important;
    border: none;
    width: 100%;
}
.fees-table select,
.fees-table input {
    font-size: 14px;
}
#menuAdmin{
    visibility: unset;
}
.calendar-table table>thead>tr {
    background: transparent;
}
.calendar-table table>thead>tr>th {
    padding: 0 !important;
    color: #000 !important;
}
@media (max-width:800px) {
    #quote-service-type input[type="text"] {
        width: auto;
    }
}