@font-face {
    font-family: 'BentonSansCondensedLight';
    src: url('../assets/fonts/BentonSansCondLight.otf');
}

@font-face {
    font-family: 'BentonSansRegularFnt';
    src: url('../assets/fonts/BentonSansRegular.otf');
}

@font-face {
    font-family: 'BentonSansRegular';
    src: url('../assets/fonts/BentonSansCondensedRegular.otf');
}

@font-face {
    font-family: 'BentonSansCondensedMedium';
    src: url('../assets/fonts/BentonSansCondensedMedium.ttf');
}

@font-face {
    font-family: 'Miller-TextRoman';
    src: url('../assets/fonts/Miller-TextRoman.otf');
}

/* Multipurpose Search Template Styles */

.template-multipurposeSearch .above-the-fold-inner h1 {
    font-family: Miller-TextRoman;
    font-size: 90px;
}

.template-multipurposeSearch .above-the-fold-inner h4.master-title {
    font-family: 'BentonSansCondensedMedium';
    font-size: 25px;
    font-weight: 400;
    margin-top: 70px;
}

.template-multipurposeSearch .above-the-fold-inner p {
    font-family: 'BentonSansCondensedLight';
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    max-width: 530px;
    width: 100%;
}

/* Form Style*/
.template-multipurposeSearch .list-wrap.cls_form_tmpt {
    background-color: #F5F4F2;
}

.template-multipurposeSearch .custom-form label {
    font-size: 14px;
    font-family: 'BentonSansRegularFnt';
    line-height: 30px;
    font-weight: 600;
    color: #000;
}

.template-multipurposeSearch .custom-form input.form-control {
    background-color: #fff !important;
    margin-bottom: 19px;
    min-height: 48px;
    color: #333333;
    border-color: #000;
}

.template-multipurposeSearch .custom-form .form-control.is-invalid {
    border-color: rgba(23, 32, 37, .2);
}

.template-multipurposeSearch .form-errors p {
    color: #d52020;
    margin-top: 15px;
    font-size: 1.6rem;
    background-color: #ffecec;
    border: 1px solid #d52020;
    padding: 16px 24px;
    margin-bottom: 0;
    border-radius: 2px;
    font-family: 'benton-sans';
}

.template-multipurposeSearch .error-message.show {
    display: block;
}

.template-multipurposeSearch .form-group.row {
    display: flex;
    align-items: flex-start;
}

.template-multipurposeSearch .form-group {
    margin-bottom: 0rem;
}

.template-multipurposeSearch .cls_or_span {
    position: absolute;
    right: -3.5%;
    bottom: 3%;
    font-size: 14px;
    top: 46%;
    font-family: 'Miller-TextRoman';
    font-weight: 900;
    color: #a12525;
}

.template-multipurposeSearch .cls_submit{
    width: 100%;
    min-height: 48px;
    padding: 0;
}

.template-multipurposeSearch.eimr-search .reset_submit,
.template-multipurposeSearch.eimr-search .cls_submit,
.template-multipurposeSearch.solm-search .reset_submit,
.template-multipurposeSearch.solm-search .cls_submit {
    margin-top: 20px;
}

.template-multipurposeSearch.search-woh .cls_submit {
    margin-top: 35px;
}

.template-multipurposeSearch .result-item p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'BentonSansCondensedLight';
    letter-spacing: 1px;
}

.template-multipurposeSearch .result-item p span {
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    font-family: 'BentonSansRegular';
    letter-spacing: 0;
}

.template-multipurposeSearch .result-item p.cls_HName span {
    font-size: 18px;
}

.template-multipurposeSearch #loader {
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 30px;
    height: 30px;
    background: url('../../resources/assets/images/loader.gif') no-repeat center center;
    background-size: contain;
}

.template-multipurposeSearch .view-toggle button {
    background-color: #ddd !important;
    border: none;
    color: #000;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 38px;
    height: 38px
}

.template-multipurposeSearch .view-toggle #list-view {
    color: #fff;
}

.template-multipurposeSearch .view-toggle button.active {
    color: #fff;
}

.template-multipurposeSearch #load-more-container {
    position: relative;
    text-align: center;
    margin: 16px 0;
}

/* Table in List View */
.template-multipurposeSearch .list-view .result-table {
    width: 100%;
    border-collapse: collapse;
}

.template-multipurposeSearch th.sortable {
    position: relative;
}

.template-multipurposeSearch th.sortable .chevrons {
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    margin-left: 11px;
    font-size: .7em;
    transition: opacity .3s ease;
    position: absolute;
    transform: translateY(-1px);
}

.template-passenger-result th.sortable .chevrons  {
    transform: translateY(-5px)!important;
}
.template-multipurposeSearch th.sortable.sorted-asc .fa-chevron-up,
.template-multipurposeSearch th.sortable.sorted-desc .fa-chevron-down {
    opacity: 1;
}

.template-multipurposeSearch th.sortable i {
    opacity: .8;
    transition: opacity 0.3s;
    margin: 3px auto;
}

.template-multipurposeSearch .list-view .result-table tbody tr td:first-child {
    font-size: 18px;
    font-family: 'BentonSansRegular';
}

.template-multipurposeSearch .list-view .result-table td {
    font-family: 'BentonSansCondensedLight';
    line-height: 25px;
    letter-spacing: 1px;
    border-bottom: 1px solid #DAD8D8;
    padding: 10px 23px;
    text-align: left;
    font-size: 14px;
    max-width: 230px;
}

.template-multipurposeSearch #response-message h4 {
    font-family: 'BentonSansCondensedMedium';
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 24px;
    font-weight: 400;
}

.template-multipurposeSearch #response-message p {
    font-family: 'BentonSansCondensedMedium';
    font-size: 19px;
    font-weight: lighter;
}

.template-multipurposeSearch #response-message p b {
    font-weight: 500;
}

.template-multipurposeSearch #response-message p span {
    font-family: 'BentonSansRegularFnt';
    font-size: 17px;
}

.template-multipurposeSearch div#result-content .row {
    padding: 12px;
}

.template-multipurposeSearch #grid-view.active img.inactive,
.template-multipurposeSearch #list-view.active img.inactive {
    display: none !important;
}

.template-multipurposeSearch #grid-view.active img.active,
.template-multipurposeSearch #list-view.active img.active {
    display: block !important;
}

.template-multipurposeSearch #grid-view img.inactive,
.template-multipurposeSearch #list-view img.inactive {
    display: block;
}

.template-multipurposeSearch #grid-view img.active,
.template-multipurposeSearch #list-view img.active {
    display: none;
}

.template-multipurposeSearch #grid-view img {
    width: 16px;
    margin: auto;
}

.template-multipurposeSearch #list-view img {
    width: 20px;
    margin: auto;
}

.template-multipurposeSearch .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.template-multipurposeSearch table {
    width: 100%;
    min-width: 600px;
}

/* Container for the loader within the table body */
.template-multipurposeSearch .table-loader-container {
    position: relative;
}

/* Utility class for hiding elements */
.template-multipurposeSearch .hide {
    display: none;
}

.template-multipurposeSearch .certificate-link {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.7;
    padding: 6px;
}

.template-multipurposeSearch .certificate-link:hover,
.template-multipurposeSearch .panel-link:hover {
    opacity: 1 !important;
    color: #fff !important;
}

.template-multipurposeSearch .cert_label,
.template-multipurposeSearch .panel_label {
    font-size: 14px;
}

.template-multipurposeSearch .article {
    padding-top: 0px;
}

/* multipurpose search template css */
.template-multipurposeSearch .above-the-fold-inner__hero-img {
    mix-blend-mode: multiply;
}

/* EIMR Search css  */

.template-multipurposeSearch.eimr-search .search-form-banner-headline {
    font-size: 86px;
    margin-top: 50px;
}

.template-multipurposeSearch .custom-form select.form-control {
    background-color: #fff !important;
    margin-bottom: 19px;
    min-height: 48px;
    color: #333;
    border-color: #000;
}

.template-multipurposeSearch .list-wrap .emir-form label {
    font-weight: 600 !important;
}

.template-multipurposeSearch .custom-form .emir-submit.group {
    align-items: center !important;
    justify-content: end;
}

.template-multipurposeSearch .emir-form-content {
    padding: 0 15px;
}

.template-multipurposeSearch .emir-form-content .registry-form-desc {
    font-size: 20px;
    font-weight: 400 !important;
    font-family: 'Miller-TextRoman' !important;
    margin-bottom: 30px;
}

.template-multipurposeSearch .emir-form-content h3 {
    font-weight: 500;
    font-size: 40px;
    margin: 10px 0 20px;
    font-family: 'Miller-TextRoman' !important;
}

.template-multipurposeSearch .eimr-search h3 {
    margin: 10px 0px 20px;
}

.template-multipurposeSearch .solm-search h3 {
    margin: 10px 0px 35px;
}

.template-multipurposeSearch.eimr-search .list-wrap.cls_form_tmpt {
    background-color: #fff;
}

.template-multipurposeSearch .theme-main {
    overflow: hidden;
}

.template-multipurposeSearch .list-wrap {
    padding-bottom: 40px !important;
}

/* Media Queries */

@media (max-width:767.98px) {
    .template-multipurposeSearch input.btn.btn-danger.cls_submit {
        margin-top: 12px;
    }

    .template-multipurposeSearch .above-the-fold-inner h1 {
        font-size: 40px;
        line-height: 45px !important;
    }

    .template-multipurposeSearch .above-the-fold-inner h4.master-title {
        font-size: 15px;
    }

    .template-multipurposeSearch .above-the-fold-inner p {
        font-size: 14px;
        line-height: 24px;
    }

    .template-multipurposeSearch .list-view .result-table th {
        padding: 7px 8px;
        font-size: 11px;
        line-height: 26px;
    }

    .template-multipurposeSearch .list-view .result-table td {
        line-height: 20px;
        padding: 7px 11px;
        font-size: 12px;
    }

    .template-multipurposeSearch .list-view .result-table tbody tr td:first-child {
        font-size: 13px;
    }

    .template-multipurposeSearch .form-errors p {
        padding: 14px 14px;
        line-height: 23px;
        font-size: 1.5rem;
    }

    .template-multipurposeSearch .cls_submit {
        font-size: 18px;
    }

    .template-multipurposeSearch .list-wrap {
        padding-top: 40px;
    }

    .template-multipurposeSearch.search-woh .list-view .result-table {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
     #kiosk-page .sm-nav-top {
        display: none !important;
    }

    #kiosk-page .with-notification .pushy {
        top: 75px !important;
    }

    .template-multipurposeSearch .result-item p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 9px;
    }

    .template-multipurposeSearch .cls_submit:disabled,
    .template-multipurposeSearch .cls_submit:hover:disabled {
        padding-right: 13px;
    }
}

@media (min-width:1280px) {
    .template-multipurposeSearch .list-view .result-table {
        display: inline-table;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .template-multipurposeSearch .result-item p {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .template-multipurposeSearch .result-item p span {
        font-size: 14px;
    }

    .template-multipurposeSearch .list-view .result-table th {
        padding: 10px 13px;
        font-size: 12px;
    }

    .template-multipurposeSearch .list-view .result-table td {
        line-height: 24px;
        font-size: 13px;
        padding: 1px 15px;
        max-width: 160px;
    }

    .template-multipurposeSearch .list-view .result-table tbody tr td:first-child {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .template-multipurposeSearch .result-item p {
        font-size: 14px;
    }

    .template-multipurposeSearch .result-item p span {
        font-size: 15px;
    }
}

@media (min-width:1200px) {
    .template-multipurposeSearch .cls_or_span {
        position: absolute;
        right: -2.7%;
    }
}

@media (max-width:991px) and (min-width:767px) {
    .template-multipurposeSearch .above-the-fold-inner h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .template-multipurposeSearch.eimr-search .search-form-banner-headline {
        font-size: 35px !important;
        margin-top: -65px;
        line-height: 40px;
    }

    .template-multipurposeSearch .above-the-fold-inner h4.master-title {
        margin-top: 0px;
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .template-multipurposeSearch.eimr-search .search-form-banner-headline {
        font-size: 35px !important;
        margin-top: 35px !important;
        line-height: 40px !important;
    }
}

.search-form-banner-headline {
    line-height: 8.5rem !important;
}

.search-form-banner-description a {
    cursor: pointer;
    text-decoration: underline;
    color: unset;
    font-size: 18px;
}

.search-form-banner-description a:hover,
.search-form-banner-description a:focus {
    text-decoration: underline;
    color: unset;
}

/* Full Page Loader */
#full-page-loader {
    position: fixed;
    inset: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    /* above all */
    pointer-events: none;
    transition: opacity .18s ease-in-out;
}

#full-page-loader.active {
    opacity: 0.6;
    pointer-events: all;
}

body.fpl-lock {
    overflow: hidden;
}

#full-page-loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center no-repeat;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}

@keyframes fpl-spin {
    to {
        transform: rotate(360deg);
    }
}

.required_optional_text {
    font-weight: 500;
    color: #0A0909;
}

.view-toggle #grid-view {
    color: #fff;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    #grid-view,
    #list-view {
        display: none !important;
    }
}

@media (max-width: 768px) {
       #kiosk-qr-code-modal {
        transform: translate(-50%, 50%) !important;
        width: 95% !important;
    }
    .pagination-desktop {
        display: none !important;
    }

    .pagination-mobile {
        display: flex !important;
        width: 100%;
    }
}

@media (min-width: 769px) {
    .pagination-desktop {
        display: flex !important;
    }

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

.mobile-pagination .page-btn {
    border: unset;
    background: unset;
}

/* EIMR Search */

.custom-pagination {
    justify-content: flex-end;
    margin-top: 10px;
    padding-top: 16px;
    font-family: 'BentonSansCondensedLight';
    font-size: 15px;
}

.custom-pagination .page-btn {
    min-width: 28px;
    height: 28px;
    margin: 0 2px;
    border: none;
    background: none;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.custom-pagination .page-btn[disabled] {
    color: #ccc;
    cursor: not-allowed;
}

.custom-pagination .page-btn.active,
.custom-pagination .page-btn[style*="background:#888"] {
    background: #888 !important;
    color: #fff !important;
}

.pagination-desktop .page-btn:hover {
    background-color: #e0e0e0;
}

.custom-pagination .page-btn {
    min-width: 28px;
    height: 28px;
    margin: 0 2px;
    border: none;
    background: none;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    padding-top: 0px;
}

.custom-pagination .page-btn.enabled {
    color: #444;
    cursor: pointer;
}

.custom-pagination .page-btn.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.custom-pagination .page-btn.active {
    background: #888;
    color: #fff;
    cursor: default;
}

.custom-pagination .first-page,
.custom-pagination .last-page {
    font-size: 16px;
    font-weight: bold;
}

#api-result .pagination-bottom {
    padding: 20px 0px 30px 0px;
    display: flex;
    justify-content: flex-end;
}

#api-result .pagination-bottom {
    margin-top: 24px;
}

.sort-button {
    max-height: 20px;
    display: flex;
    background: 0px 0px;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.search-woh .blockOverlay::before,
.eimr-search .blockOverlay::before,
.solm-search .blockOverlay::before,
.template-donorCertificate-data .blockOverlay::before,
.solm-donor-detail .blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center no-repeat;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}
@media (max-width: 640px) {

    #back-to-top-btn {
        bottom: -4px !important;
        border: 2px solid #333333;
        padding: 12px 18px;
        background-color: #EEEDED !important;
    }
}
.eimr-search-section .back-to-top-container {
    margin-right: 30px;
}

#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 1000;
    background: #D9D9D9;
    border: none;
    padding: 8px 30px;
    border-radius: 2px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

#back-to-top-btn span {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.select.form-control {
    background-color: #fff !important;
    margin-bottom: 19px;
    min-height: 48px;
    color: #333;
    border-color: #000;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    background: url('data:image/svg+xml;utf8,<svg fill="black" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 20px;
}

/* timeout popuop */

.pop-timeout-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.pop-timeout {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 40px;
    text-align: center;
    max-width: 600px;
}

.kiosk-nav-bottom .btn {
    border: none !important;
    box-shadow: none !important;
}

#kiosk-page #header {
    height: unset;
}

#kiosk-page .with-notification .theme-header {
    height: unset !important;
}

#kiosk-page .theme-header:not(.landing-header) {
    height: unset !important;
}

#kiosk-page .header-sticky {
    position: fixed !important;
    width: 100%;
    translate: none !important;
    transform: none !important;
}

.nav-bottom.button-gap {
    display: flex;
    gap: 20px;
}

.kiosk-nav-bottom {
    align-items: center;
}

#kiosk-page .above-the-fold-inner h4.master-title {
    margin-top: 0px;
    padding-top: 0px;
}

#kiosk-page .article {
    padding: 0px;
}

#kiosk-page.template-multipurposeLanding .above-the-fold-inner__hero-img {
    mix-blend-mode: multiply;
}

@media (min-width:1700px) {
    #kiosk-page.template-multipurposeLanding .callout .with-container {
        padding-top: 10px;
        padding-bottom: 0;
    }

    #kiosk-page.template-multipurposeLanding .above-the-fold-inner {
        max-height: 500px;
        margin-top: 63px;
    }
}

/* KIOSK QR Popup */

#kiosk-qr-code-modal .qr-bracket {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid #0d5953;
}

/* Top-left */
#kiosk-qr-code-modal .qr-bracket.top-left {
    top: -20px;
    left: calc(50% - 120px);
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 15px;
}

/* Top-right */
#kiosk-qr-code-modal .qr-bracket.top-right {
    top: -20px;
    right: calc(50% - 120px);
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 15px;
}

/* Bottom-left */
#kiosk-qr-code-modal .qr-bracket.bottom-left {
    bottom: -20px;
    left: calc(50% - 120px);
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 15px;
}

/* Bottom-right */
#kiosk-qr-code-modal .qr-bracket.bottom-right {
    bottom: -20px;
    right: calc(50% - 120px);
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 15px;
}

#kiosk-woh-qr-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    cursor: pointer;
}

#kiosk-qr-code-modal .qr-icon {
    border-radius: 50%;
}


#kiosk-qr-code-modal #qr-header {

    margin: 0 0 60px;
}

#kiosk-qr-code-modal .header-qr-content p {
    font-size: 18px;
    font-weight: 600 !important;
}

#kiosk-qr-code-modal {
    background: rgba(255, 255, 255, 0.9);
    transform: translate(-50%, 0%);
    width: 50%;
    max-width: 700px;
    padding: 30px 40px 40px;
    border-radius: 4px;
    z-index: 100;
}

#kiosk-qr-code-modal #qr-code-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#kiosk-qr-code-modal #qr-code-container img {
    margin: auto;
    margin-bottom: 8rem;
}

#kiosk-qr-code-modal #close-qr-code {
    position: absolute;
    top: 14px;
    right: 20px;
    background: transparent;
    border: none;
}

#kiosk-qr-code-modal .qrlabel {
    text-align: center;
    margin-top: 2.7rem;
    font-weight: 600;
}

#kiosk-qr-code-modal .close-btn {
    background: transparent;
    border: none;
    font-size: 32px;
    cursor: pointer;
}

#kiosk-qr-code-modal .qr-icon {
    position: absolute;
    width: 70px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 !important;

}

.kiosk-header-timer{
    color: #fff;
    font-family: 'BentonSansRegularFnt';
    margin-bottom: 0px;
    font-size: 25px;
}
.corrections-modal-overlay{
        position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.corrections-modal-content{
 position: fixed !important; 
 top: 50% !important; 
 left: 50% !important; 
 transform: translate(-50%, -50%) !important; 
 z-index: 10001 !important; 
 transition: none !important;
 background: #fff;
    max-width: 670px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
    z-index: 10001;
    animation: modalSlideIn .3s ease-out;
    border-radius: 8px;
    overflow: hidden;
}

.corrections-modal-header {
    padding: 15px 30px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid #757575;
}

.corrections-modal-body {
    padding: 20px 30px 30px;
    color: #000;
    line-height: 1.6;
    font-size: 14px;
}

.corrections-modal-close {
    font-size: 32px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    color: #000;
    margin-left: 20px;
    transition: color .2s;
}

.user-icon-with-name{
    display: flex;
    align-items: center;
}

.user-icon-with-name span{
    color: #fff;
    font-size: 15px;
    margin-left: -2px;
    margin-right: 10px;
    font-family: 'BentonSansRegularFnt';
}
/* PDF Modal Styles */
.pdf-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.pdf-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.pdf-modal-content {
    position: relative;
    width: 95%;
    max-width: 1200px;
    height: 90vh;
    margin: 5vh auto;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.pdf-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
    min-height: 50px;
}

.pdf-modal-header h2 {
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdf-modal-close {
    background: transparent;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.pdf-modal-close:hover {
    color: #000;
}

.pdf-modal-body {
    flex: 1;
    overflow: hidden;
    padding: 0;
}

.pdf-modal-body iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .pdf-modal-content {
        width: 100%;
        height: 100vh;
        margin: 0;
        border-radius: 0;
    }
    
    .pdf-modal-header {
        border-radius: 0;
        padding: 12px 15px;
    }
    
    .pdf-modal-header h2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .pdf-modal-header h2 {
        font-size: 14px;
    }
    
    .pdf-modal-close {
        font-size: 28px;
        width: 28px;
        height: 28px;
    }
}

/* Kiosk Footer Menu Styles */
.kiosk-footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.kiosk-footer-menu ul li {
    margin: 0;
    padding: 0;
}

.kiosk-footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    transition: opacity 0.2s;
}

.kiosk-footer-menu ul li a:hover {
    opacity: 0.8;
}

.kiosk-footer-menu .home-logo {
    flex-shrink: 0;
}

.kiosk-footer-menu .home-logo img {
    max-height: 40px;
    width: auto;
    display: block;
}

@media (max-width: 768px) {
    .kiosk-footer-menu ul {
        flex-direction: column;
        gap: 15px;
    }
    
    .kiosk-footer-menu .home-logo img {
        max-height: 35px;
    }
}


.kiosk-mode.checkout main .breadcrumb-wrap + .container {
    margin-top: 45px;
}

#kiosk-page .cart-count-title {
    margin-top: 25px;
}

.corrections-modal-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    flex: 1;
    color: #000;
    border: none;
    outline: none;
}

.corrections-modal-content h3:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.corrections-modal-body p {
    margin-bottom: 15px;
    font-size: 16px;
}
.header-logo{
    height: 50px!important;
}

/* Accessibility Adjustments */
.tooltip-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    position: absolute;
    z-index: 100;
}
.tooltip-text.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#kiosk-page .search-options-section .form-control {
    border: 1px solid #000 !important;
}