.fs-large {
    font-size: 46px !important;
}

.text-brown {
    color: #743535;
}

.fs-small {
    font-size: 12px;
}

.menu-link.active .menu-arrow {
    color: #000 !important;
}

.profile-name {
    margin-top: 10px;
}

.custom-link {
    padding-left: 20px !important;
    padding-right: 0px !important;
}


@media (min-width: 992px) {
    .mobile-heading-text {
        display: none;
    }

    .secondary-sidebar-custom {
        margin-top: 3%;
        margin-bottom: 3%;
        margin-left: 30px;
    }

    .custom-wrapper {
        padding-left: 260px !important;

    }

    .office-contact-icon {
        padding-left: 2% !important;
    }
}

.centered-content {
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
}

.text-black-400 {
    color: #000 !important;
    font-weight: 400 !important;
}

.text-black-700 {
    color: #000 !important;
    font-weight: 700 !important;
}

.btn-custom {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 8.701px !important;
    border: 2.175px solid #F49F00 !important;
    width: 100px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-custom:hover {
    background-color: #F49F00 !important;
    color: #000 !important;
}


.office-contact-icon i {
    font-size: 15px;
}

.menu-link.active {
    background-color: rgba(244, 159, 0, 0.64) !important;
    color: #000 !important;
}

.menu-link.active::after {
    content: '';
    position: absolute;
    width: 0px;
    left: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 30px solid transparent;
}


.menu-link.active span {
    color: #000 !important;
}

.menu-link.active .menu-arrow {
    color: #000 !important;
}

@media (max-width: 991px) {
    .custom-header {
        background: linear-gradient(90deg, rgba(255, 183, 77, 0.21) 15.92%, rgba(255, 255, 255, 0.50) 103.46%);
    }

    .mobile-heading-text {
        display: block !important;
        padding-left: 15px;
        padding-top: 15px;
    }

    .mobile-heading-text h4 {
        font-size: 25px;
    }

    .btn-custom {
        width: 60px !important;
    }
}

.office-contact-icon .menu-title {
    margin-top: 0px !important;
}

.aside-custom {
    background: linear-gradient(179deg, rgb(255 152 0 / 56%) 1.6%, rgb(255 235 176 / 50%) 99.72%);
    border-radius: 20px;
    z-index: 3;
}

/* start inward and outward css */
.div-steps {
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100.43px;
    position: relative;
    flex: 0 0 auto;
}

.steps {
    padding: 10.25px 13.05px;
    border-bottom-width: 2.56px;
    border-bottom-style: solid;
    border-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10.25px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 2.56px;
    cursor: pointer;
}

.steps.active {
    border-color: grey;
}

.img {
    position: relative;
    width: 30.75px;
    height: 30.75px;
}

.text-wrapper,
.text-wrapper-2 {
    position: relative;
    width: fit-content;
    font-family: "IBM Plex Sans-Bold", Helvetica;
    font-weight: 700;
    font-size: 21.8px;
    letter-spacing: 0;
    line-height: 32.6px;
    white-space: nowrap;
}

.text-wrapper {
    color: var(--basegray-400);
}

.text-wrapper-2 {
    color: var(--basegray-200);
}

@media (max-width: 580px) {
    .div-steps {
        flex-direction: row !important;
        /* Ensures horizontal layout */
        justify-content: center !important;
    }
}

@media (max-width: 992px) {
    .div-steps {
        flex-direction: row !important;
        /* Ensures horizontal layout */
        justify-content: center !important;
    }
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .div-steps {
        flex-direction: row;
        justify-content: space-around;
        gap: 20px;
        width: 100%;
    }

    .steps {
        padding: 8px 10px;
    }

    .img {
        width: 25px;
        height: 25px;
    }

    .icons {
        width: 20px;
        height: 30px;
    }

    .text-wrapper,
    .text-wrapper-2 {
        font-size: 18px;
    }

}

.fs-large {
    font-size: 30px !important;
}

.sidebar-heading {
    font-size: 25px !important;
}

.text-brown {
    color: #743535;
}

.fs-small {
    font-size: 12px;
}

.menu-link.active .menu-arrow {
    color: #000 !important;
}

.text-hover-orange:hover {
    transition: color 0.2s ease;
    color: rgba(0, 0, 0, 0.64);
}

.profile-name {
    margin-top: 10px;
}

.custom-link {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

.menu-link:hover {
    background-color: rgba(144, 93, 0, 0.539) !important;
}

.menu-title:hover {
    color: rgb(0, 0, 0) !important;
}

@media (min-width: 992px) {
    .mobile-heading-text {
        display: none;
    }

    .secondary-sidebar-custom {
        width: 230px !important;
        margin-top: 3%;
        margin-bottom: 3%;
        margin-left: 30px;
    }

    .custom-wrapper {
        padding-left: 260px !important;
    }
}

.centered-content {
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
}

.sidebar-logo {
    padding-bottom: 5%;
}

.text-black-400 {
    color: #000 !important;
    font-weight: 400 !important;
}

.text-black-700 {
    color: #000 !important;
    font-weight: 700 !important;
}

.custom-menu .menu-link {
    padding-bottom: 3% !important;
    padding-top: 3% !important;
    margin-top: 5px !important;
}

.btn-custom {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 8.701px !important;
    border: 2.175px solid #F49F00 !important;
    width: 100px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-custom:hover {
    background-color: #F49F00 !important;
    color: #000 !important;
}

.office-contact-icon i {
    font-size: 15px;
}

.menu-link {
    display: flex;
    align-items: center;
    padding: 9px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    position: relative;
    width: 233px;
}

.menu-link.active {
    color: #000 !important;
}

.menu-link.active::after {
    content: '';
    position: absolute;
    width: 0px;
    left: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 0px solid #fffaf5;
    border-bottom: 30px solid transparent;
}

.menu-link.active span {
    color: #000 !important;
}

.menu-link.active .menu-arrow {
    color: #000 !important;
}

@media (max-width: 991px) {
    .custom-header {
        background: linear-gradient(179deg, rgb(255 152 0 / 56%) 1.6%, rgb(255 235 176 / 50%) 99.72%);
    }

    .mobile-heading-text {
        display: block !important;
        padding-left: 15px;
        padding-top: 15px;
    }

    .mobile-heading-text h4 {
        font-size: 25px;
    }

    .btn-custom {
        width: 100px !important;
    }
}

.office-contact-icon .menu-title {
    margin-top: 0px !important;
}

/* start inward and outward css */
.div-steps {
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100.10px;
    position: relative;
    flex: 0 0 auto;
}

.steps {
    padding: 10.25px 13.05px;
    border-bottom-width: 2.56px;
    border-bottom-style: solid;
    border-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10.25px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 2.56px;
    cursor: pointer;
}

.steps.active {
    border-color: grey;
}

.img {
    position: relative;
    width: 30.75px;
    height: 30.75px;
}

.text-wrapper,
.text-wrapper-2 {
    position: relative;
    width: fit-content;
    font-family: "IBM Plex Sans-Bold", Helvetica;
    font-weight: 700;
    font-size: 21.8px;
    letter-spacing: 0;
    line-height: 32.6px;
    white-space: nowrap;
}

.text-wrapper {
    color: var(--basegray-400);
}

.text-wrapper-2 {
    color: var(--basegray-200);
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .div-steps {
        flex-direction: row;
        justify-content: space-around;
        gap: 5px;
        width: 100%;
    }

    .steps {
        padding: 8px 10px;
    }

    .img {
        width: 25px;
        height: 25px;
    }

    .icons {
        width: 20px;
        height: 30px;
    }

    .text-wrapper,
    .text-wrapper-2 {
        font-size: 18px;
    }
}

/* end inward and outward css */
.visitor-details {
    background-color: rgba(255, 214, 139, 0.2);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.1),
        4px 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.visitor-details:hover {
    box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.15),
        6px 6px 15px rgba(0, 0, 0, 0.3);
}

.visitor-img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.visitor-content {
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

.section-visitor {
    border: 1px;
    border-color: #000;
}

/* Media Queries */
@media (max-width: 810px) {
    .visitor-details {
        width: 670px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .visitor-details {
        width: 640px;
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .visitor-details {
        width: 310px;
        padding: 8px;
    }
}

@media (max-width: 475px) {
    .visitor-details {
        width: 295px;
        padding: 8px;
    }
}

@media (max-width: 375px) {
    .visitor-details {
        width: 254px;
        padding: 4px;
    }
}

.modal-dialog {
    max-width: 100%;
}

@media (max-width: 1200px) {
    .modal-dialog {
        top: 35px !important;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .modal-dialog {
        top: 35px !important;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        top: 35px !important;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        top: 35px !important;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .modal-dialog {
        top: 35px !important;
        max-width: 100%;
    }
}

/* end inward and outward css */

/* Start Sidebar css */
.sidebar-menu-link {
    left: 25px;
}

.sidebar-menu-link {
    left: 25px;
}

.menu-sub {
    display: none;
}

.menu-sub.active {
    display: block;
}

.menu-img {
    padding-right: 10px;
}

.nav-link {
    padding-top: 20px;
    padding-bottom: 15px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.nav-item {
    position: relative;
}

.dropdown-menu li {
    margin: 0;
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 10px;
}

.aside-primary {
    height: 100vh;
    overflow-y: auto;
}

#kt_aside_nav_tabs {
    padding-left: 20px;
    padding-right: 20px;
}

.aside-primary::-webkit-scrollbar {
    width: 8px;
}

.aside-primary::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.aside-primary::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media all {
    aside .aside-extended {
        top: 0px !important;
        margin-right: 0px !important;
    }
}

.search-login {
    border-radius: 2.475rem !important;
}

.gradient-event-vertical {
    background: linear-gradient(to bottom, #ff0000, #FFCCCC) !important;
    color: white;
    border: none;
}

.readonly-select {
    background-color: #dadcdfa8;
    cursor: not-allowed;
}

#complaintToggle,
#eventToggle {
    display: none;
}

.show {
    display: block;
}

.menu-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

[aria-expanded="true"] .menu-arrow {
    transform: rotate(180deg);
}

.search-icon-right {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

#customerHistoryTableContainer {
    border: solid 1px #c0bcbc;
    border-radius: 11px;
    background-color: #FFFAF1;
}

#eventTableContainer {
    border: solid 1px #c0bcbc;
    border-radius: 11px;
    background-color: #FFFAF1;
}

#letterHistoryTableContainer {
    border: solid 1px #c0bcbc;
    border-radius: 11px;
    background-color: #FFFAF1;
}

#generalVisitHistoryTableContainer {
    border: solid 1px #c0bcbc;
    border-radius: 11px;
    background-color: #FFFAF1;
}

.tooltip_status {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip_status .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 105%;
}

.tooltip_status:hover .tooltiptext {
    visibility: visible;
}

.round-image {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
}

#file_previews {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.preview-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center;
}

.preview-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.remove-icon {
    position: absolute;
    cursor: pointer;
    background-color: white;
    top: -12px;
    right: -6px;
    font-size: 17px;
    height: 1px;
    color: red;
    cursor: pointer
}

.outward-status.status-pending {
    background-color: orange;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.outward-status.status-done {
    background-color: green;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.outward-status.status-default {
    background-color: gray;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

input:not([type="radio"]):not([type="checkbox"]):hover {
    /* border: 1px solid rgba(244, 159, 0, 0.64) !important; */
    background: linear-gradient(to right, rgba(255, 183, 77, 0.21) 1.6%, rgba(255, 255, 255, 0.50)) !important;
}

.hover-border:hover {
    background: linear-gradient(to right, rgba(255, 183, 77, 0.21) 1.6%, rgba(255, 255, 255, 0.50)) !important;
    z-index: -1 !important;
}

.hover-border:hover {
    border: 1px solid rgba(244, 159, 0, 0.64) !important;
}

.subheading-details {
    background: linear-gradient(179deg, rgba(255, 183, 77, 0.21) 1.6%, rgba(255, 255, 255, 0.50) 99.72%) !important;
    padding: 10px;
    border-radius: 5px;
}

.emboss-effect {
    background: linear-gradient(179deg, rgb(255 152 0 / 56%) 1.6%, rgb(255 235 176 / 50%) 99.72%) !important;
    border-radius: 5px;
    padding: 20px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
        inset -2px -2px 5px rgba(255, 255, 255, 0.7);
}

.section-border {
    border: 1px solid rgb(183, 183, 183) !important;
    border-radius: 5px !important;
    padding: 10px !important;
}

/* medical relife css start */
.input-box-shadow {
    box-shadow:
        2px 2px 5px rgba(0, 0, 0, 0.2) !important;
    outline: none;
    border-radius: 0;
}

.input-box-shadow:focus {
    box-shadow:
        3px 3px 7px rgba(0, 0, 0, 0.3) !important;
    border-color: #333;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ddd;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.circle.active {
    background-color: rgba(244, 159, 0, 0.64);
}

.circle.completed {
    background-color: rgba(244, 159, 0, 0.64);
}

.line {
    display: inline-block;
    height: 10px;
    background-color: #ddd;
    width: 100px;
    margin-top: 15px;
    border-radius: 10px;
}

.line.completed {
    background-color: rgba(244, 159, 0, 0.64);
}

@media (max-width: 767px) {
    .circle {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .line {
        width: 70px;
        height: 4px;
    }
}

@media (max-width: 480px) {
    .circle {
        width: 20px;
        height: 20px;
        line-height: 18px;
    }

    .line {
        width: 29px;
        height: 3px;
    }
}

/* medical relife css end */

.accordion-button {
    font-weight: bold;
}

.accordion-button.collapsed {
    background: linear-gradient(to right, rgba(255, 183, 77, 0.21) 1.6%, rgba(255, 255, 255, 0.50)) !important;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(to right, rgba(255, 183, 77, 0.21) 1.6%, rgba(255, 255, 255, 0.50)) !important;
}

.readonly-select {
    pointer-events: none;
    background-color: #f0f0f0;
}

#mobileSearch:hover {
    background: linear-gradient(to right, rgba(255, 183, 77, 0.21) 1.6%, rgba(255, 255, 255, 0.50)) !important;
}

#mobileSearch {
    border: 1px solid rgba(244, 159, 0, 0.64) !important;
}

.actions-btn {
    width: auto;
    height: 30px;
    padding: 5px 10px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

.menu-sub-dropdown {
    width: 120px;
    border: transparent !important;
}

.actions-btn,
.menu-sub-dropdown {
    transition: none !important;
}

.sub-menu {
    padding: 5px !important;
    width: 100% !important;
    border: none !important;
}

.sub-menu:hover {
    background-color: #f1f1f1 !important;
    transition: background-color 0.3s ease !important;
}

.bordered-section {
    border: 1px solid #cacaca;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    background-color: #ffffff;
}

.section-header {
    position: absolute;
    top: -15px;
    left: 20px;
    background: rgb(255 234 201) !important;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    color: #151515;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .section-header {
        top: -20px;
        left: 15px;
        font-size: 12px;
        padding: 8px 20px;
    }
}

@media (max-width: 480px) {
    .section-header {
        top: -22px;
        left: 10px;
        font-size: 10px;
        padding: 6px 10px;
        border-radius: 10px;
    }
}

@media (max-width: 360px) {
    .section-header {
        top: -21px;
        left: 10px;
        font-size: 8px;
        padding: 6px 10px;
        border-radius: 10px;
    }
}

.medical-btn {
    font-size: 14px;
    font-weight: bold !important;
}

@media (max-width: 480px) {
    .medical-btn {
        font-size: 12px !important;
    }
}

@media (max-width: 360px) {
    .medical-btn {
        font-size: 10px !important;
    }
}

.filter-button {
    background-color: rgba(244, 159, 0, 0.64) !important;
    color: #fff;
    border: none;
    transition: background-color 0.3s ease;
}

.filter-button:hover {
    background-color: rgba(244, 159, 0, 0.64) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.aside-secondary {
    right: 12px;
}

@media (max-width: 768px) {
    .aside-secondary {
        right: 0px !important;
    }
}

@media (max-width: 991.8px) {
    .aside-secondary {
        right: 0px !important;
    }
}

.sidebar-top-menu {
    margin-top: 25px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .sidebar-top-menu {
        margin-right: 0px;
    }
}

.dashboard-card {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .header-tablet-and-mobile-fixed[data-kt-sticky-header=on] .header {
        height: 84px;
    }
}

@media (max-width: 768px) {
    .header {
        height: 90px;
    }
}

@media (min-width: 768px) {
    #kt_content.d-flex.flex-column.flex-column-fluid {
        margin-right: 5px;
        transition: margin-left 0.3s ease;
    }

    body.aside-minimized #kt_content.d-flex.flex-column.flex-column-fluid {
        margin-left: 90px;
    }
}

@media (min-width: 992px) {
    #kt_content.d-flex.flex-column.flex-column-fluid {
        margin-left: 276px;
    }
}

.hide-logo {
    transform: translateX(-95px);
    transition: transform 0.3s ease-in-out;
}

.center-logo {
    transition: transform 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .header-image-custom {
        height: 90px;
        width: 460px;
    }
}

@media (max-width: 768px) {
    .header-image-custom {
        height: 70px;
        width: 240px;
    }
}

.img-dashboard {
    height: 40px;
    width: 40px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 8px;
}

.new-card-class {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px !important;
}

.img-janata-darbar {
    height: 137px;
    border-radius: 15%;
}

@media (max-width: 768px) {
    .img-janata-darbar {
        width: 100%;
    }
}

.token_hover:hover {
    color: #FFA500;
    font-weight: 900 !important;
}

.pdf-preview {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pdf_iframe {
    width: 100%;
    border: hidden;
    object-fit: cover;
}

.pdf-container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.click_overlay_pdf_preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: all;
}

/* Sidebar css */
.menu-accordion.active .menu-sub {
    border-left-color: gray;
}

.menu-accordion .menu-sub {
    border-left: 2px solid gray;
    padding-left: 1px;
}

.sidebar-menu-title {
    color: black !important;
}

.custom-toggle input[type="checkbox"] {
    background-image:
        -webkit-linear-gradient(hsla(0, 0%, 0%, 0.1), hsla(0, 0%, 100%, 0.1)),
        -webkit-linear-gradient(left, #f66 50%, #ccc 50%);
    background-size:
        150% 100%,
        150% 100%;
    background-position:
        0 0,
        20px 0;
    border-radius: 20px;
    box-shadow:
        inset 0 1px 5px hsla(0, 0%, 0%, 0.5),
        inset 0 0 10px hsla(0, 0%, 0%, 0.5),
        0 0 0 1px hsla(0, 0%, 0%, 0.1),
        0 -1px 2px 2px hsla(0, 0%, 0%, 0.25),
        0 2px 2px 5px hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    height: 30px;
    padding-right: 15px;
    width: 60px;
    -webkit-appearance: none;
    -webkit-transition: 1s;
}

.custom-toggle input[type="checkbox"]:after {
    background-color: #ccc;
    background-image: url('/assets/media/svg/blood-donation.svg');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    box-shadow:
        inset 0 1px 1px 1px hsla(0, 0%, 100%, 1),
        inset 0 -1px 1px 1px hsla(0, 0%, 0%, 0.25),
        0 0 0 1px hsla(0, 0%, 0%, 0.2),
        2px 0px 10px 0px hsla(0, 0%, 0%, 0.5),
        -2px 0px 10px 0px hsla(0, 0%, 0%, 0.5);
    content: "";
    display: block;
    height: 30px;
    width: 30px;
}

.custom-toggle input[type="checkbox"]:checked {
    background-position:
        0 0,
        45px 0;
    padding-left: 30px;
    padding-right: 0;
    background-image:
        -webkit-linear-gradient(left, #f66 50%, #ccc 50%);
}

.menu-sub-item {
    position: relative;
    right: 27px;
}

.sub-menu-img {
    height: 17px !important;
    width: 17px !important;
}

.menu-img {
    height: 36px !important;
    width: 37px !important;
}

.menu-link-dashboard {
    position: relative;
    right: 13px;
}

.sidebar-menu-title {
    position: relative;
    left: 12px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#profile-image-wrapper {
    transition: transform 0.5s ease;
}

#profile-image-wrapper.slide-left {
    transform: translateX(-94px);
}

#profile-name {
    transition: opacity 0.5s ease;
}

#profile-name.hidden {
    opacity: 0;
    visibility: hidden;
}

.scan_doc_container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: calc(40% - 05px);
}

/* admin dashboard css start */

.widget-table-heading:hover {
    color: white !important;
}

.widget-table-heading {
    color: black !important;
}

.widget-title {
    font-size: 24px;
}

@media (min-width: 480px) {
    .widget-title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .widget-title {
        font-size: 24px;
    }
}

@media (min-width: 1024px) {
    .widget-title {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .widget-title {
        font-size: 34px;
    }
}

.custom-widget-card {
    position: relative;
    background: white;
    border-radius: 10px;
    top: 80px;
    overflow: hidden;
}

.custom-widget-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(244, 159, 0, 0.42), rgba(247, 248, 249, 1)) !important;
    z-index: 0;
}

.custom-border {
    position: relative;
    z-index: 1;
}

.widget-heading {
    color: black !important;
    font-size: 13px !important;
}

.widget-heading:hover {
    color: rgba(244, 159, 0, 0.99) !important;
}

.card-emboss {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-emboss:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.2);
}

.custom-border {
    margin: 40px;
    border: 2px solid rgba(244, 159, 0, 0.64);
    border-radius: 10px;
}

.card-style {
    border-radius: 24px;
    background-color: rgba(34, 34, 34, 1);
    height: 160px;
}

.feedback-card {
    border-radius: 24px !important;
    height: 208px !important;
}

.card-style-modal {
    border-radius: 24px;
    background-color: rgba(242, 242, 242, 1);
    height: 200px;
}

.table-bordered th {
    font-weight: bold;
}

.custom-row-bg {
    background-color: rgba(254, 185, 90, 1);
}

.widget-font {
    font-size: 25px;
}

@media (max-width: 768px) {
    .widget-font {
        font-size: 15px !important;
    }
}

/* admin dashboard css end */

/* Blood Bank Profile css start */
.profile-image {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.blood-profile-header-img {
    width: 1200px;
    height: 200px;
}

.custom-padding-left {
    padding-left: 30px;
}

/* Blood Bank Profile css end */

/* Feedback Graphs css start */
.btn-link-widget {
    color: rgba(27, 132, 255, 1);
    text-decoration: underline !important;
}

.recent-feedbacks-container {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 15px;
}

/* Feedback Graphs css end */

/* Feedback List css start */
#kt_feedback_table td {
    word-wrap: break-word;
    white-space: normal;
}

#kt_feedback_table td {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Feedback List css end */

/* Feedback css start */
.file-preview {
    display: inline-block;
    margin-right: 10px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0px;
    margin-right: 0;
}

.rating label {
    font-size: 35px;
    color: gray;
    cursor: pointer;
    transition: color 0.3s ease;
}

.rating input[type="radio"] {
    display: none;
}

.rating label:hover,
.rating label:hover~label {
    color: darkorange;
}

.rating input[type="radio"]:checked~label {
    color: darkorange;
}

@media (max-width: 768px) {
    .rating {
        font-size: 30px;
        gap: 0px;
    }

    .rating label {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .rating {
        font-size: 25px;
        gap: 0px;
    }

    .rating label {
        font-size: 25px;
    }
}

/* Feedback css end */

/* Birthday letters css start */
/* #previewModal .modal-dialog-birthday {
    max-width: 90%;
}

@media (max-width: 768px) {

    #previewModal .modal-dialog-birthday {
        max-width: 100% !important;
    }
}

#previewModal .modal-body-birthday {
    max-height: 70vh;
    overflow-y: auto;
    padding: 20px;
}

#preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.preview-item {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 49% !important;
    min-height: 88px;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}*/

@media (max-width: 359px) {
    .preview-item {
        width: 100% !important;
        min-height: 55px;
        padding: 4px;
    }
}

@media (min-width: 360px) and (max-width: 480px) {
    .preview-item {
        width: 100% !important;
        min-height: 60px;
        padding: 5px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .preview-item {
        width: 100% !important;
        min-height: 70px;
        padding: 6px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .preview-item {
        width: 100% !important;
        min-height: 100px;
        padding: 7px;
    }
}

@media (min-width: 768px) {
    .preview-item {
        min-height: 120px;
        border-radius: 5px;
        box-sizing: border-box;
    }
}

.preview-pdf {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #ddd;
    height: 100% !important;
    justify-content: center;
    object-fit: cover;
}

@media (max-width: 359px) {
    .preview-pdf {
        height: 80px;
        font-size: 12px;
        line-height: 80px;
    }
}

@media (min-width: 360px) and (max-width: 480px) {
    .preview-pdf {
        height: 90px;
        font-size: 13px;
        line-height: 90px;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .preview-pdf {
        height: 100px;
        font-size: 14px;
        line-height: 100px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .preview-pdf {
        height: 110px;
        font-size: 15px;
        line-height: 110px;
    }
}

@media (min-width: 768px) {
    .preview-pdf {
        height: 100%;
        font-size: 16px;
        line-height: normal;
    }
}

/* Birthday letters css end */

/* Medical relief report css end */
.emboss-card {
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: inset 5px 5px 10px rgb(0 0 0 / 2%), inset -5px -5px 10px rgba(255, 255, 255, 0.7), 2px 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.emboss-card:hover {
    box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.1),
        inset -3px -3px 7px rgba(255, 255, 255, 0.7),
        4px 4px 10px rgba(0, 0, 0, 0.15);
}

/* Medical relief report css end */

/* Schedule css start */
.gradient-event-vertical {
    background: unset !important;
}

.fc-h-event {
    border: none !important;
}

.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: -1 !important;
}

@media (min-width: 1024px) {
    .custom-day-style {
        background: linear-gradient(to bottom, #ffb3b3, #ffe6e6) !important;
        border: 1px solid rgba(244, 159, 0, 0.64) !important;
    }

    .fc-daygrid-event {
        z-index: unset !important;
        margin: unset !important;
    }

    .fc-daygrid-event {
        border-radius: unset !important;
    }

    .fc-daygrid-day-events {
        margin-top: -29px;
    }
}

/* Schedule css end */

/* Schedulelist css start */
.radio_btn_disabled {
    opacity: 0.6;
    pointer-events: none;
}

/* Schedule css end */

/* Team css start */
.toggle-password {
    position: absolute;
    right: 50px;
    top: 55%;
    cursor: pointer;
    font-size: 1.5rem !important;
    color: #6c757d;
}

/* Team css end */

.sidebar-expanding {
    width: 209px !important;
    padding-top: 15px !important;
}

/* style bundle */
@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1370px !important;
    }
}

.btn-primary {
    --bs-btn-bg: #ffffff !important;
    --bs-btn-border-color: #ffffff !important;
    --bs-btn-hover-bg: #ffffff !important;
    --bs-btn-active-bg: #fdfdfd !important;
    --bs-btn-active-border-color: #ffffff !important;
}

.page-link.active,
.active>.page-link {
    background-color: rgba(244, 159, 0, 0.64) !important;
}

.badge {
    --bs-badge-padding-y: 1.0rem !important;
}

.modal-fullscreen .modal-content {
    max-height: 100% !important;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    right: 20px !important;
}

.menu-arrow-gray-500 .menu-item .menu-link .menu-arrow:after {
    background-color: black !important;
}

.btn-check:active+.btn.btn-active-light-primary,
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.show>.btn.btn-active-light-primary {
    color: white !important;
    background-color: rgba(244, 159, 0, 0.64) !important;
}

.btn-check:checked+.btn.btn-active-light-primary i,
.btn-check:checked+.btn.btn-active-light-primary .svg-icon,
.btn-check:active+.btn.btn-active-light-primary i,
.btn-check:active+.btn.btn-active-light-primary .svg-icon,
.btn.btn-active-light-primary:focus:not(.btn-active) i,
.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary:hover:not(.btn-active) i,
.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary:active:not(.btn-active) i,
.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary.active i,
.btn.btn-active-light-primary.active .svg-icon,
.btn.btn-active-light-primary.show i,
.btn.btn-active-light-primary.show .svg-icon,
.show>.btn.btn-active-light-primary i,
.show>.btn.btn-active-light-primary .svg-icon {
    color: white !important;
}

.form-control[readonly] {
    background-color: #eeeeee !important;
}

.form-check-custom.form-check-solid .form-check-input:checked {
    background-color: rgba(244, 159, 0, 0.64) !important;
}

.tooltip {
    --bs-tooltip-color: white !important;
    --bs-tooltip-bg: Black !important;
}

.bg-light-primary {
    background-color: rgba(244, 159, 0, 0.64) !important;
}

.text-gray-400 {
    color: #585858 !important;
}

@media (min-width: 992px) {

    .container,
    .container-xxl,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding: 0 5px !important;
    }

    .aside-secondary-enabled.aside-fixed .wrapper {
        padding-left: 270px !important;
    }

    .aside-secondary-enabled.aside-fixed[data-kt-aside-minimize=on] .wrapper {
        padding-left: 75px !important;
    }
}

@media (min-width: 992px) {
    .aside-fixed.aside-secondary-enabled[data-kt-sticky-header=on] .header {
        height: 85px !important;
        left: 280px !important;
    }
}

@media (min-width: 992px) {
    .aside-fixed .aside {
        top: 10px !important;
        left: 20px !important;
        bottom: 10px !important;
    }

    .aside-secondary-enabled .aside {
        width: 260px !important;
    }

    .aside-secondary-disabled .aside {
        width: 90px !important;
    }

    [data-kt-aside-minimize=on] .aside {
        width: 70px !important;
    }
}

@media (max-width: 991.98px) {
    .aside .aside-secondary .aside-workspace {
        width: 260px !important;
    }

    .aside-secondary-enabled .aside {
        width: 256px !important;
    }
}

.blinking-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.loder {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .loder {
        font-size: 14px;
        width: 80%;
        top: 90%;
        transform: translate(-50%, -90%);
    }
}

.sidebar-header-content {
    width: 213px !important;
    padding-top: 15px !important;
}

.text-primary {
    color: rgba(244, 159, 0, 0.64) !important;
}

#kt_aside_toggle {
    z-index: 3 !important;
}

.menu-item .menu-link .menu-arrow {
    margin-left: 10px !important;
}

.form-control {
    background-color: #f8f8f8;
}

.form-check-input:checked {
    background-color: rgba(244, 159, 0, 0.64) !important;
    border-color: rgba(244, 159, 0, 0.64) !important;
}

.w-240px {
    width: 240px !important;
}

.card-body-style {
    padding: 1rem 1.25rem !important;
}

@media (max-width: 768px) {
    .sidebar-top-menu {
        flex-direction: column !important;
        align-items: center !important;
    }

    .sidebar-top-menu>div {
        width: 100% !important;
        text-align: center;
    }

    .dropdown-menu {
        text-align: left !important;
    }

    .symbol {
        margin: auto;
    }

    .btn-icon {
        width: 35px !important;
        height: 35px !important;
    }
}

@media (max-width: 991.98px) {
    #kt_header {
        height: 90px !important
    }
}

@media (max-width: 1098px) {
    .col-md-3 {
        width: 100% !important;
    }
}

.social-media-dropdown {
    border-radius: 30px !important;
}

.sub-menu {
    background-color: rgba(244, 159, 0, 0.64) !important;
    border-radius: 5px !important;
}

.telephone-icon {
    font-size: 10px !important;
    color: #000 !important;
}

.view-eye {
    font-size: 20px !important;
    color: black !important;
}

.view-file-preview {
    background-color: #f7f7f7 !important;
}

.modal.show .modal-dialog {
    transform: none !important;
}

.token-link {
    text-decoration: underline;
    color: brown;
}

/* Reduce the height of the module label div */
.role-menu-label {
    padding: 8px !important;
    font-size: 14px;
    /* Adjust text size */
    /* line-height: 30px; */
    /* Reduce line spacing */
    text-align: center;
    border-radius: 10px;
    background-color: rgba(255, 158, 48, 0.18) !important;
}

.role-menu-label button {
    height: 30px;
    padding: 0 10px;
    /* Adjust padding as needed */
}

.fixed-checkbox {
    height: 30px;
    display: flex;
    align-items: center;
    /* Centers text vertically */
    gap: 5px;
    /* Adds space between checkbox and label text */
}



/* Reduce space between collapsible sections */
#permissions_container>.role-menu-label {
    margin-bottom: 5px !important;
}

/* Reduce space inside collapsible sections */
/* Smooth transition for collapsible sections */
.collapse {
    transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}


/* Reduce space between checkboxes */
.d-flex.flex-wrap.justify-content-center.gap-3 {
    gap: 8px !important;
    /* Adjust space between checkboxes */
}

.mw-1100px {
    max-width: 1100px !important;
}
.start-95{
    left: 95% !important;
}