@media screen and (max-width: 800px) {
    .recaptcha {
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        -o-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media screen and (max-width: 499px) {

    .responsive-btn {
        min-width: 92px !important;
    }

    .col-7 {
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        /*min-width: 316px !important;*/
        padding: 0 !important;
        min-width: 100% !important;
    }

    .row .d-flex {
        flex-wrap: wrap;
        /*justify-content: center !important;*/
    }

    .btn-right {
        width: auto;
        /*min-width: 134px;*/
    }

    .text-btn {
        font-size: 11px;
        font-weight: 500;
    }

    .login-page .login-box {
        min-width: 316px !important;
    }

    .notif-dropdown-menu {
        /* Detach from the bell icon and attach to the screen */
        position: fixed !important;

        /* Push it just below your navbar */
        top: 65px !important;

        /* The magic centering trick */
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;

        /* Make it nice and wide */
        width: 95vw !important;
        max-height: 80vh;         /* Limit height on mobile */
        overflow-y: auto;        /* Enable scrolling */
        overscroll-behavior: contain; /* Prevent background scroll */

        /* Make it look like a floating island */
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }
}

@media screen and (min-width: 500px) {
    /*.responsive-btn {
        min-width: 92px;
    }*/

    /*.col-7 {
      -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      flex: 0 0 100%;
      min-width: 100% !important;
    }*/

    .row .d-flex {
        flex-wrap: wrap;
        /*justify-content: center !important;*/
    }

    .login-page .login-box {
        width: 50% !important;
        max-width: 530px !important;
        min-width: 400px !important;
    }

    /* The container for the notification items */
    .notif-dropdown-menu {
        width: 350px;            /* Preferred width on Desktop */
        max-width: 90vw;         /* Prevents exceeding screen width on Mobile (90% of viewport) */
        max-height: 400px;       /* Limits height */
        overflow-y: auto;        /* Adds scrollbar if there are too many notifs */
        overscroll-behavior: contain; /* Prevent background scroll */
        padding: 0.5rem 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        border: none;
        border-radius: 8px;
        left: auto !important;
    }
}

@media screen and (min-width: 1400px) {

    .text-wrap-breakall {
        word-break: break-all !important;
    }
}

@media screen and (max-width: 767px) {
    .card-body.table-responsive.p-0.overflow-responsive {
        overflow-x: auto !important;
    }
}

@media screen and (min-width: 767px) {
    .responsive-text-break {
        word-break: break-all !important;
    }

    .card-body.table-responsive.p-0.overflow-responsive {
        overflow-x: inherit !important;
    }
}

.card-body.table-responsive.p-0 {
    /*overflow-x: inherit;*/
    overflow-x: auto !important;

}

.text-wrap-breakall {
    flex: 1;
    word-wrap: break-word;
    word-break: normal;
}

.register {
    /* Text */

    width: 450px;
    height: 38px;

    /* Display sm/Semibold */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height, or 127% */
    text-align: center;

    /* Gray/900 */
    color: #181D27;


    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}

.cc-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cc-flex-center {
    justify-content: center;
}

.gap-2 {
    gap: 2px;
}

.gap-12 {
    gap: 12px;
}

.gap-20 {
    gap: 20px;
}

.text-lable {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.label {
    font-family: 'Inter', serif;
    font-size: 14px;
    line-height: 20px;
}

.nav-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.gray-600 {
    color: #535862;
}

.gray-700 {
    color: #414651 !important;
}

.red-600 {
    color: #FFFFFF !important;
    background-color: #D92D20 !important;
}

.blue-700 {
    color: #2C58AA !important;
}

.blue-600 {
    color: #3568CA;
}

.blue-gray-100 {
    background: #EAECF5;

}

.bg-white {
    background-color: #ffffff !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.icon-size {
    width: 40px;
    height: 40px;
}

.icon-size-35 {
    width: 35px;
    height: 35px;
}

.icon-size-25 {
    width: 25px;
    height: 25px;
}

.icon-size-22 {
    width: 22px;
    height: 22px;
}

.icon-gray {
    filter: invert(36%) sepia(8%) saturate(830%) hue-rotate(182deg) brightness(91%) contrast(85%);
}

.icon-size-20 {
    width: 20px;
    height: 20px;
}

.icon-size-30 {
    width: 30px;
    height: 30px;
}

.h-17px {
    height: 17px;
}

.icon-size-22 {
    width: 22px;
    height: 22px;
}

.icon-size-w-32 {
    width: 32px !important;
}

.icon-size-h-32 {
    height: 32px !important;
}

.alert-box {
    /*border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);*/
    display: block;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    border-radius: 10px 10px 10px 10px;
}

.alert-box>.inner {
    padding: 10px;
}

.alert-box>.small-box-footer {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    /*color: rgba(255, 255, 255, 0.8);*/
    background-color: #F5F5F5;
    color: #2C58AA !important;
    display: block;
    padding: 3px 15px;
    position: relative;
    text-decoration: none;
    z-index: 10;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.alert-box>.small-box-footer:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.alert-h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.username-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button-blue {
    background-color: #3568CA !important;
}

.gray-3c4043 {
    color: #3c4043;
}

.gray-900 {
    color: #181D27 !important;
}

.border-gray {
    border-color: #dedce0 !important;
}

.blue-link {
    text-decoration: none !important;
    color: #2C58AA !important;
    font-weight: 600;
}

section.content div.container-fluid div.col-12 {
    /*margin-top: 12px;*/
    padding: 0 30px;
    /*margin-top: 20px;*/
}

.icon-list-dropdown {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.icon-revoke {
    width: 14px;
    height: 13px;
    margin-right: 8px;
}

.action-btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.activate {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.error-box {
    color: #F04438;
    background-color: #FEE4E2;
    padding: 14px;
    font-weight: 400;
}

.white-btn {
    padding: 8px 14px 8px 14px;
    gap: 8px;
    border-radius: 8px 8px 8px 8px;
    color: #414651;
    border-color: #D5D7DA;
    background-color: #FFFFFF;
}

.text-btn {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    /* line-height: 20px;
    text-align: left;*/
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.bold-text {
    color: #181D27 !important;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.profiletabs {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.badge-info {
    background-color: #E7EDF9;
    border-radius: 10px;
    margin-left: 3px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

section.content .card-title h2 {
    font-family: Inter;
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181D27;
    padding: 10px;
    margin-left: 10px;
}

section.content .card-title h4 {
    font-family: Inter;
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 28px;
    color: #181D27;
    padding: 10px;
    margin-left: 10px;
}

.form-padding {
    padding: 10px 20px 20px 0px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-20 {
    margin-left: 20px;
}

.blue-btn {
    color: #FFFFFF;
    background-color: #3568CA !important;
}

.green-btn {
    color: #FFFFFF;
    background-color: #287d44 !important;
}

.text-14 {
    font-size: 14px;
}

.line-height-20 {
    font-family: Inter;
    line-height: 20px;
}

.radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.intl-tel-input,
.iti {
    width: 100%;
}

.table-striped-even tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.border-0 {
    border: none !important;
}

.tou-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #414651;
}

.bg-text-gray {
    color: #737d87 !important;
    background-color: #ededed !important;
    --bs-bg-opacity: 1;
}

.bg-text-yellow {
    color: #e3ad17 !important;
    background-color: #fff7e2 !important;
    --bs-bg-opacity: 1;
}

.bg-text-green {
    color: #027A48 !important;
    background-color: #ECFDF3 !important;
    --bs-bg-opacity: 1;
}

.bg-text-red {
    color: #bf1730 !important;
    background-color: #ffe4e8 !important;
    --bs-bg-opacity: 1;
}

.package-text {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.border-text-red {
    color: #B42318 !important;
    border-color: #FDA29B !important;
}

.footer-link {
    /*background-color: #F5F5F5;*/
    color: #2C58AA !important;
    display: block;
    /*padding: 3px 15px;*/
    cursor: pointer;
    position: relative;
    text-decoration: none;
    z-index: 10;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.btn-danger:hover {
    color: #fff !important;
    /*color: #027A48 !important;*/
    border-color: #dc3545 !important;
}

.grayscale-icon {
    filter: grayscale(100%);
    opacity: 0.3;
    cursor: not-allowed;
}

.row-footer {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0px 20px !important;
}

.bg-text-blue {
    color: #175CD3 !important;
    background-color: #EFF8FF !important;
    --bs-bg-opacity: 1;
}

.bg-text-purple {
    color: #1849AA !important;
    background-color: #F4F3FF !important;
    --bs-bg-opacity: 1;
}

.bg-text-brown {
    color: #B54708 !important;
    background-color: #FFFAEB !important;
    --bs-bg-opacity: 1;
}

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

.header-title {
    font-family: Inter;
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181D27;
}

.page-text-align {
    text-align: left;
    border-right-width: 0;
    vertical-align: middle !important;
}

.table-striped-gray {
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-text-orange {
    color: #C4320A !important;
    background-color: #FFF6ED !important;
    --bs-bg-opacity: 1;
}

.modal-update {
    margin: 1.75rem auto;
    max-width: 450px;
    width: 100%;
    border-radius: 8px;
    padding: 15px 25px 22px;
}

.button-wide {
    width: calc(100% / 2 - 10px);
}

.btop-0-inline {
    border-top: none;
    display: inline;
}

.font-weight-700 {
    font-weight: 700 !important;
}

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

.modal-title-bold {
    color: #181D27 !important;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 24px;
    margin-bottom: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.modal-header-px4 {
    display: flex;
    border-bottom: none;
    padding: 1rem 1rem 0 !important;
    align-items: flex-start;
    justify-content: space-between;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    flex-shrink: 0;
}

.w50-m10 {
    margin: 10px 10px 0;
    width: 50px;
    height: 50px;
}

.b-radius-1_3rem {
    border-radius: 1.3rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.mr-4 {
    margin-right: 4px !important;
}

.py-4-px-4 {
    padding: 4px 4px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.float-unset {
    float: unset;
}

.position-relative {
    position: relative;
}

.text-black {
    color: #181D27 !important;
}

.text-center {
    text-align: center;
}

.text-break-all {
    word-break: break-all !important;
}

.text-break-word {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-underline {
    text-decoration: underline !important;
}

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

.break-word-wrap {
    word-wrap: break-word;
}

.z-2000 {
    z-index: 2000;
}

.z-3000 {
    z-index: 3000;
}

.mt-10 {
    margin-top: 10px;
}

.pl-pr-18 {
    padding-left: 18px;
    padding-right: 18px;
}

.pr-13 {
    padding-right: 13px;
}

.mlmin-15 {
    margin-left: -15px;
}

.text-pre-line {
    white-space: pre-line;
}

.lh-2 {
    line-height: 2;
}

.ml-minus-5px {
    margin-left: -5px;
}

.ml-minus-10px {
    margin-left: -10px;
}

.pl-20px {
    padding-left: 20px;
}

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

.pr-30px {
    padding-right: 30px;
}

.pr-3px {
    padding-right: 3px !important;
}

.pt-3px {
    padding-top: 3px !important;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.fw-400 {
    font-weight: 400;
}

.fs-1rem {
    font-size: 1rem;
}

.pl-7px {
    padding-left: 7px;
}


.text-decoration-underline {
    text-decoration: underline !important;
}

/* Extracted from templates */
.ca-icon::before {
    content: "";
    background-image: url("/img/ca-icon.svg");
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.background-light-blue {
    background-color: #f4f7ff;
}

.background-light-warning {
    background-color: #fffbf0;
}

.background-light-danger {
    background-color: #fff6f6;
}

.img-active-sign {
    width: 65px;
    height: 22px;
}

.img-inactive-sign {
    width: 74px;
    height: 22px;
}

.btn-placeholder {
    opacity: 0;
    pointer-events: none;
    width: 66.83px;
}

.bg-f4f7fc {
    background-color: #F4F7FC;
}

.mt-2px {
    margin-top: 2px !important;
}

.profile-dropdown-menu {
    position: absolute !important;
    margin-top: 0 !important;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    right: 0 !important;
    left: auto !important;
    width: 220px;
}

.profile-dropdown-item {
    padding: 12px 20px;
}

.mw-100 {
    max-width: 100%;
}

.radius-0 {
    border-radius: 0 !important;
}

.p-5px-10px {
    padding: 5px 10px !important;
}

.border-red {
    border-color: red !important;
}

.p-btn-small {
    padding: 5px 10px 7px !important;
}

.p-btn-medium {
    padding: 5px 13px 7px !important;
}

.ml-7px {
    margin-left: 7px !important;
}

.pl-1-5rem {
    padding-left: 1.5rem !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.float-unset {
    float: unset !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-5px {
    margin-top: 5px !important;
}

.btn-upload-custom {
    color: #FFFFFF !important;
    padding-left: 30px !important;
    background: #3568CA url(/img/upload.svg) no-repeat 5px center !important;
    background-size: 16px !important;
}

.overflow-inherit {
    overflow: inherit !important;
}

.overflow-auto {
    overflow: auto !important;
}

.break-all {
    word-break: break-all !important;
}

.pl-10px {
    padding-left: 10px !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.float-right {
    float: right !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.text-break-all {
    word-break: break-all !important;
}

.h-400px {
    height: 400px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.float-unset {
    float: unset !important;
}

.pr-16px {
    padding-right: 16px !important;
}

.pr-5px {
    padding-right: 5px !important;
}

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

.overflow-inherit {
    overflow: inherit !important;
}

.overflow-auto {
    overflow: auto !important;
}
.ep-modal {
    max-height: 10rem;
    overflow-x: auto;
}

.tooltip-wide > .tooltip > .tooltip-inner {
    white-space: pre-line;
    max-width: 30rem;
    text-align: left;
}

.workflow-display {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.workflow-display > ul {
    display: flex;
}

.workflow-display > ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
}

.workflow-display > ul li .icons {
    font-size: 3rem;
    color: #1b761b;
    margin: 1rem 1rem;
}

.workflow-display > ul li .label {
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #1b761b;
    min-width: 6rem;
    text-align: center;
}

ul li .workflow-step {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: #d7d7c3;
    display: grid;
    place-items: center;
    color: ghostwhite;
    position: relative;
    cursor: pointer;
}

.workflow-step::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 3px;
    background-color: #d7d7c3;
    right: 2rem;
}


.workflow-display > ul li:first-child .workflow-step::after {
  /* Your styles for the first list item */
    width: 0;
    height: 0;
}

ul li .workflow-step .awesome {
    display: none;
}

ul li .workflow-step p {
    font-size: 1.2rem;
}

.workflow-display > ul li .completed {
    background-color: #1b761b;
}

.workflow-display> ul li .completed::after {
    background-color: #1b761b;
}

.workflow-display > ul li .completed p {
    display: none;
}

.workflow-display > ul li .completed .awesome {
    display: flex;
}

.workflow-display > ul li .rejected {
    background-color: #761b1b;
}
.workflow-display> ul li .rejected::after {
    background-color: #1b761b;
}
.workflow-display > ul li .processing {
    background-color: #74761b;
}
.workflow-display> ul li .processing::after {
    background-color: #1b761b;
}
.text-break {
    word-break: break-all;
}

.visibility-hidden {
    visibility: hidden !important;
}

.visibility-visible {
    visibility: visible !important;
}

.indent-1 {
    width: 20px !important;
}

.indent-2 {
    width: 40px !important;
}

.indent-3 {
    width: 60px !important;
}

.indent-4 {
    width: 80px !important;
}

.indent-5 {
    width: 100px !important;
}

.indent-6 {
    width: 120px !important;
}

.indent-7 {
    width: 140px !important;
}

.indent-8 {
    width: 160px !important;
}

.indent-9 {
    width: 180px !important;
}

.indent-10 {
    width: 200px !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-break-word {
    word-break: break-word !important;
}

.table-fixed {
    table-layout: fixed !important;
}

.bg-light-gray {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pl-7px {
    padding-left: 7px !important;
}

.pt-20px {
    padding-top: 20px !important;
}

.pb-20px {
    padding-bottom: 20px !important;
}

.p-10px-0 {
    padding: 10px 0px !important;
}

.pl-30px {
    padding-left: 30px !important;
}

.pl-20px {
    padding-left: 20px !important;
}

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

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

.fs-1rem {
    font-size: 1rem !important;
}

.pointer-events-auto {
    pointer-events: auto !important;
}

.lh-2 {
    line-height: 2 !important;
}

.blue-2C58AA {
    color: #2C58AA !important;
}

.gray-181D27 {
    color: #181D27 !important;
}

.gray-900 {
    color: #181D27 !important;
}

.ml-minus-5px {
    margin-left: -5px !important;
}

.mr-0_1rem {
    margin-right: 0.1rem !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.mw-100 {
    max-width: 100% !important;
}

.ml-30px {
    margin-left: 30px !important;
}

.overflow-inherit {
    overflow: inherit !important;
}

.overflow-auto {
    overflow: auto !important;
}

.h-200px {
    height: 200px !important;
}

/* Utility Classes for Refactoring */
.bg-f4f7fc {
    background-color: #F4F7FC;
}

.min-h-1100px {
    min-height: 1100px;
}

.h-1170px {
    height: 1170px;
}

.float-unset {
    float: unset;
}

.cursor-pointer {
    cursor: pointer;
}

.no-data-overlay {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100px;
}

.alert-inner-flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.alert-desc {
    font-size: 11px;
    font-family: 'Inter', sans-serif;
}

.more-info-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gap-10px {
    gap: 10px;
}

.address-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #414651;
}

.font-inter {
    font-family: 'Inter';
}

.font-size-11px {
    font-size: 11px;
}


.bg-alice-blue {
    background-color: #F4F7FC !important;
}

.min-h-1100px {
    min-height: 1100px !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.max-w-100 {
    max-width: 100% !important;
}

.p-10px-20px {
    padding: 10px 20px !important;
}

.ml-neg-1-35em-imp {
    margin-left: -1.35em !important;
}

.ml-neg-0-6em {
    margin-left: -0.6em;
}

.pl-8px {
    padding-left: 8px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.text-black-underline {
    color: black !important;
    text-decoration: underline !important;
}

.text-color-535862 {
    color: #535862 !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.js-toggle-details.active img {
    transform: rotate(180deg);
}

.display-none {
    display: none !important;
}

.display-none-noimportant {
    display: none;
}

.w-5 {
    width: 5% !important;
}

.w-7 {
    width: 7% !important;
}

.w-8 {
    width: 8% !important;
}

.w-9 {
    width: 9% !important;
}

.w-10 {
    width: 10% !important;
}

.w-11 {
    width: 11% !important;
}

.w-12 {
    width: 12% !important;
}

.w-13 {
    width: 13% !important;
}

.w-14 {
    width: 14% !important;
}

.w-15 {
    width: 15% !important;
}

.w-15px {
    width: 15px;
}

.w-16 {
    width: 16% !important;
}

.w-17 {
    width: 17% !important;
}

.w-18 {
    width: 18% !important;
}

.w-19 {
    width: 19% !important;
}

.w-20 {
    width: 20% !important;
}

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

.w-24 {
    width: 24% !important;
}

.w-25 {
    width: 25% !important;
}

.w-26 {
    width: 26% !important;
}

.w-28 {
    width: 28% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40% !important;
}

.w-49 {
    width: 49% !important;
}

.w-50px {
    width: 50px;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65%;
}

w-70px {
    width: 70px;
}

.w-200px {
    width: 200px !important;
    max-width: 200px !important;
}

/* Make sure text wraps so long notifications don't stretch the menu */
.notif-dropdown-item {
    white-space: normal !important;
    padding: 10px 15px;
}

/* Remove the arrow from the notification bell */
.notif-dropdown .dropdown-toggle::after {
    display: none !important;
}

.notification-badge-pulse {
    animation: pulse-red 2s infinite;
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
    font-size: 10px !important;
    padding: 2px 5px !important;
    border-radius: 50% !important;
}

.notif-contents {
    display: contents;
}

.notif-summary-text {
    display: inline;
    color: #4a5568;
    line-height: 1.5;
    word-break: break-word;
}

.notif-dropdown-item {
    padding: 12px 16px !important;
    border-bottom: 1px solid #edf2f7;
    min-width: 300px;
}

.modal.fade .modal-dialog {
    transform: scale(0.8) !important;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.modal.show .modal-dialog {
    transform: scale(1) !important;
}

.modal-backdrop.show {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0.4 !important;
}

.dropdown-menu.show {
    animation: dropdown-fade-in 0.3s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes dropdown-fade-in {
    from {
        opacity: 0;
        margin-top: -10px;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes pulse-red {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); }
}