/* ============================================
   GLOBAL STYLES
   ============================================ */

:root {
    --primary-color: #ce1c22;
    --primary-dark: #560609;
    /* --theme-primaryFont: 'Manrope', sans-serif;
    --theme-secondaryFont: 'Outfit', sans-serif; */
    --card-bg: rgba(0, 0, 0, 0.1);
    --text-dark: #2B2B2B;
    --text-light: #666666;
    --bg-light: #f8f9fa;
    --nav-text: #3e495f;
    --field-shadow: 0 18px 40px rgba(30, 15, 15, 0.14);

    --onevasco-red: rgba(224, 27, 34, 1);
    --gray-coolish900: rgba(16, 24, 40, 1);
    --basewhite: rgba(254, 254, 254, 1);
    --gray-coolish600: rgba(71, 84, 103, 1);
    --shadows-shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

body {
    font-family: var(--theme-primaryFont);
    color: var(--text-dark);
    line-height: 1.6;
    background: #ffffff;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--theme-secondaryFont);
    font-weight: 600;
    margin-bottom: 1rem;
}

.ff-primary {
    font-family: var(--theme-primaryFont);
}

.ff-secondary {
    font-family: var(--theme-secondaryFont);
}

.lh-58 {
    line-height: 58px;
}

.lh-30 {
    line-height: 30px;
}

/* ============================================
   SPACING UTILITIES
   ============================================ */

.w-md-75 {
    width: 75%;
}

.w-xsm {
    width: 100%;
}

/* ============================================
   BANNER SECTION
   ============================================ */

.banner {
    position: relative;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
}

.banner-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -2;
}

.banner-picture img.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(211, 21, 34, 0.92) 0%, rgba(215, 51, 41, 0.8) 28%, rgba(229, 117, 49, 0.38) 58%, rgba(241, 183, 91, 0.12) 100%),
        radial-gradient(circle at 71% 26%, rgba(255, 204, 126, 0.7), transparent 27%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.1));
}

.banner .banner-content {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 80px);
    padding: 1.5rem 1.5rem 5rem;
}

.site-shell {
    max-width: 1320px;
}

.site-navbar {
    min-height: 80px;
    border-bottom: 1px solid rgba(38, 41, 50, 0.06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.navbar-brand.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.brand-mark {
    position: relative;
    width: 42px;
    height: 34px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
}

.brand-dot {
    width: 18px;
    height: 30px;
    background: #ed1c24;
    border-radius: 18px 18px 6px 6px;
    transform-origin: bottom center;
}

.brand-dot-left {
    transform: rotate(-28deg);
}

.brand-dot-right {
    transform: rotate(28deg);
}

.brand-text-wrap {
    display: inline-flex;
    flex-direction: column;
    line-height: 0.85;
}

.brand-text {
    font-family: var(--theme-primaryFont);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.06em;
    text-transform: lowercase;
    color: #353a46;
}

.brand-tag {
    margin-top: 0.35rem;
    font-size: 0.52rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #4c5465;
}

.site-nav-links {
    gap: 1.25rem;
}

.site-nav-links .nav-link {
    font-size: 1rem;
    font-weight: 700;
    color: var(--nav-text);
    padding: 0.5rem 0.2rem;
}

.site-nav-links .nav-link:hover,
.site-nav-links .nav-link:focus {
    color: #1f2738;
}

.nav-user-item {
    margin-left: 0.5rem;
}

.nav-user-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.88rem 1.25rem !important;
    border-radius: 12px;
    background: linear-gradient(180deg, #f3292f 0%, #d8171d 100%);
    color: #ffffff !important;
    box-shadow: 0 12px 20px rgba(194, 20, 27, 0.22);
}

.hero-copy {
    max-width: 980px;
    margin-top: 2.25rem;
}

.banner-content h1 {
    color: white;
    text-align: center;
    font-size: 60px;
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-shadow: 0 10px 24px rgba(80, 18, 10, 0.16);
}

.banner-content .text_p {
    color: rgba(255, 255, 255, 0.96);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    max-width: 980px;
    text-shadow: 0 6px 14px rgba(83, 17, 8, 0.12);
}

/* ============================================
   HOME FILTER FORM SECTION
   ============================================ */

.country_form {
    width: 100%;
}

.hero-form-wrap {
    width: min(740px, 100%);
    margin-top: 2.75rem;
}

.resident-row {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.resident-inline-row {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.national_lable {
    font: normal 500 1rem/1.2 var(--theme-primaryFont);
    color: white;
    text-shadow: 0 8px 20px rgba(56, 16, 12, 0.2);
    margin-right: 0;
    white-space: nowrap;
}

.national_lable_dark {
    font: normal normal normal 14px/32px var(--theme-primaryFont);
    color: black;
    margin-right: 11px;
}

.form-input {
    position: relative;
}

.field-shell {
    position: relative;
    background: white;
    border-radius: 14px;
    box-shadow: var(--field-shadow);
}

.field-shell::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid #9aa2b1;
    border-bottom: 2px solid #9aa2b1;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.field-shell .form-select {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    padding: 0 3.5rem 0 3rem;
    box-shadow: none;
    font-size: 1.15rem;
    font-weight: 500;
    color: #253046;
    cursor: pointer;
    min-height: 3.25rem;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.field-shell .form-select:focus {
    outline: none;
    border-color: rgba(237, 28, 36, 0.35);
    box-shadow: 0 0 0 4px rgba(237, 28, 36, 0.12);
}

.field-shell .form-select option {
    color: var(--text-dark);
    padding: 12px;
}

.field-leading {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.field-icon {
    width: 1.1rem;
    height: 1.1rem;
    color: #9aa2b1;
}

.field-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

.resident-shell {
    min-width: min(365px, calc(100vw - 80px));
}

.compact-shell {
    border-radius: 16px;
}

.compact-select {
    min-height: 2.9rem !important;
    font-size: 0.95rem !important;
    padding-left: 3.05rem !important;
}

.resident-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    font-size: 1rem;
}

/* Search button */
.search-btn {
    background: linear-gradient(180deg, #f3292f 0%, #cb171d 100%);
    border: none;
    border-radius: 999px;
    padding: 0.95rem 1.65rem;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 18px 32px rgba(194, 20, 27, 0.26);
}

.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 38px rgba(194, 20, 27, 0.34);
    background: linear-gradient(180deg, #ff3d43 0%, #b71318 100%);
    color: white;
}

.search-btn:active {
    transform: translateY(0);
}

/* Search area */
.search_area {
    margin-bottom: 0;
}

.hero-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.hero-search-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    padding-top: 0.35rem;
}

/* ============================================
   FORM UTILITIES
   ============================================ */

.align-items-start {
    align-items: flex-start;
}

.sm_center {
    justify-content: center;
}

.country_form .ng-dropdown-panel {
    width: 334px;
}

.form-select:disabled,
.search-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* ============================================
   SERVICE CARDS
   ============================================ */

.service-card,
.testimonial-card {
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.service-card:hover,
.testimonial-card:hover {
    box-shadow: 0px 8px 25px rgba(206, 28, 34, 0.15) !important;
    transform: translateY(-4px);
}

.service-icon {
    font-size: 2rem;
}

.box_css {
    background: white;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.06);
}

/* ============================================
   STEP CARD
   ============================================ */

.step-card {
    padding: 2rem 1.5rem;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(125deg, #ce1c22 0%, #560609 100%);
    border-radius: 50%;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* ============================================
   FEATURE LIST
   ============================================ */

.feature-list {
    list-style: none;
}

.feature-check {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 20px;
    flex-shrink: 0;
}

/* ============================================
   TESTIMONIAL
   ============================================ */

.testimonial-card .stars {
    color: #ffc107;
    font-size: 14px;
}

/* ============================================
   SECTIONS
   ============================================ */

.section-premium-services,
.section-visa-flow,
.section-choose-us,
.section-testimonial,
.section-visa-services {
    padding: 60px 0;
}

.section-visa-flow,
.section-testimonial {
    background-color: var(--bg-light);
}

/* Deferred section styling */
.deferred-section {
    display: block;
    width: 100%;
    scrollbar-gutter: stable;
}

.placeholder-skeleton {
    display: block;
    width: 100%;
    background: #f0f0f0;
    border-radius: 4px;
    min-height: 240px;
}

.animated-loader {
    animation: fadeIn 0.3s ease-in-out;
    padding: 1rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .site-navbar {
        min-height: 72px;
    }

    .site-nav-links {
        gap: 0.4rem;
        padding-top: 1rem;
        align-items: flex-start !important;
    }

    .nav-user-item {
        margin-left: 0;
        padding-top: 0.25rem;
    }

    .banner {
        min-height: calc(100vh - 72px);
    }

    .banner .banner-content {
        min-height: calc(100vh - 72px);
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (max-width: 767.98px) {
    .brand-tag {
        display: none;
    }

    .brand-text {
        font-size: 0.95rem;
    }

    .hero-copy {
        margin-top: 0;
    }

    .banner-content h1 {
        font-size: clamp(2.4rem, 10vw, 3.4rem);
    }

    .banner-content .text_p {
        font-size: 1rem;
    }

    .hero-form-wrap {
        margin-top: 2rem;
    }

    .resident-row {
        justify-content: stretch;
    }

    .resident-inline-row {
        width: 100%;
        align-items: flex-start;
    }

    .resident-shell {
        min-width: 0;
        width: 100%;
    }

    .hero-form-grid {
        grid-template-columns: 1fr;
    }

    .field-shell .form-select {
        font-size: 1rem;
    }
}

.animated-placeholder {
    background: linear-gradient(90deg,
            #f0f0f0 0%,
            #e0e0e0 50%,
            #f0f0f0 100%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: pulse 1.5s ease-in-out infinite;
    animation-delay: 300ms;
}

@keyframes pulse {
    0% {
        background-color: #f0f0f0;
    }

    50% {
        background-color: #e0e0e0;
    }

    100% {
        background-color: #f0f0f0;
    }
}

/* Content visibility optimization */
section {
    content-visibility: auto;
    contain: layout style paint;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1366px) {
    .banner-content h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 1024px) {
    .banner-content h1 {
        font-size: 2.4rem;
    }

    .banner .banner-content .container {
        padding-top: 5rem;
    }

    .w-md-75 {
        width: 100%;
    }

    .search_area {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    .premium_card {
        margin-bottom: 20px;
    }

    .banner-btn {
        padding: 10px 17px;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .banner {
        min-height: 500px;
    }

    .banner-content h1 {
        font-size: 1.8rem;
        line-height: initial;
    }

    .banner-content .text_p {
        font-size: 12px;
        margin-top: 10px;
        line-height: 21px;
    }

    .banner .banner-content .container {
        padding-top: 8rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .w_75 {
        width: 100%;
        padding: 0 !important;
    }

    .w_25 {
        width: auto;
    }

    .px-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .sm_center {
        justify-content: center;
    }

    .svg_search {
        left: 5%;
    }

    .search_area .form-select {
        padding-left: 28px;
    }

    .national_lable {
        white-space: normal;
        margin-right: 8px;
    }

    .d_sm_block {
        display: block;
    }

    .home-had_text br {
        display: none;
    }

    .section-premium-services,
    .section-visa-flow,
    .section-choose-us,
    .section-testimonial {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .banner {
        min-height: 450px;
    }

    .banner-content h1 {
        font-size: 1.5rem;
    }

    .w-xsm {
        font-size: 30px;
    }

    .country_form .ng-dropdown-panel {
        width: 100%;
    }

    .form-input .form-select {
        font-size: 12px;
        padding: 10px 35px 10px 45px;
    }

    .search-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .service-card {
        margin-bottom: 1rem;
    }

    .step-card {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 375px) {
    .banner {
        min-height: 400px;
    }

    .banner-content h1 {
        font-size: 1.3rem;
    }

    .w-xsm {
        width: 100%;
    }

    .banner-content .text_p {
        font-size: 11px;
    }
}

/* ============================================
   NAVBAR
   ============================================ */

.navbar {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    color: var(--primary-color) !important;
    font-size: 1.5rem;
}

.nav-link {
    color: var(--text-dark) !important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

/* ============================================
   FOOTER
   ============================================ */

/* footer {
    background-color: #1a1a1a;
    margin-top: auto;
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--primary-color) !important;
} */

/* ============================================
   UTILITY CLASSES
   ============================================ */

.fa-5xl {
    font-size: 3.5rem;
}

.fa-4xl {
    font-size: 3rem;
}

.fs-sm-6 {
    font-size: 0.9rem;
}

.selectTwo,
.select_one,
.select_class {
    width: 100%;
}

/* Keep Select2 aligned with existing dropdown designs */
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    min-height: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #D2D6DB;
    box-shadow: 0px 1px 2px 0px #1018280D;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #253046;
    line-height: 42px;
    padding-left: 14px;
    padding-right: 36px;
    padding-top: 0;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #9aa2b1 transparent transparent transparent !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default .select2-selection--single:focus {
    border-color: var(--primary-color) !important;
    /* box-shadow: 0px 0px 0px 0.2rem rgba(206, 28, 34, 0.25) !important; */
}

.select2-dropdown {
    border: 1px solid #D2D6DB;
    border-radius: 8px;
    overflow: hidden;
    z-index: 2056;
}

.select2-container--open {
    z-index: 2056;
}

.global-page-loader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffffff2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 9999;
}

.global-page-loader.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.global-page-loader__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.global-page-loader__image {
    /* width: min(180px, 36vw); */
    max-width: auto;
    height: auto;
    display: block;
}

body.page-loader-open {
    overflow: hidden;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    opacity: 0.7;
}

.field-shell .select2-container .select2-selection--single {
    min-height: 3.25rem;
    height: 3.25rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: transparent;
    box-shadow: none;
}

.field-shell .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.15rem;
    font-weight: 500;
    padding-left: 3rem;
    padding-right: 3.5rem;
    padding-top: 0.60rem;
}

.field-shell .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
}

.field-shell .select2-container--default.select2-container--disabled .select2-selection--single {
    background: rgba(255, 255, 255, 0.72);
}

.compact-shell .select2-container .select2-selection--single {
    min-height: 2.9rem;
    height: 2.9rem;
    border-radius: 16px;
}

.compact-shell .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 0.95rem;
    padding-left: 3.05rem;
    padding-top: 0.60rem;
}

.h1_main {
    letter-spacing: -0.02em;
}

.d_sm_none {
    display: none;
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0px 0px 0px 0.2rem rgba(206, 28, 34, 0.25);
}

button:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* ============================================
   ANIMATION
   ============================================ */

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section {
    animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Print styles */
@media print {

    .navbar,
    footer {
        display: none;
    }
}

/* ---- CSS VARIABLES (from styles.scss :root) ---- */
:root {
    --head-color: #3a3a3b;
    --text-color: #00000029;
    --sec-text-color: #9e9ea1;
    --theme-color: #e01b22;
    --theme-primary: #e01b22;
    --theme-primary-hover: #d63939;
    --green-color: #38b54a;
    --sec-head: #262626;
    --primary-bg-color: #f7f8fd;
    --sec-bg-color: #f7f8fd;
    --card-bg: #0000000a;
    --sec-card-bg: #0000000f;
    --placeholder: #a8b0bf;
    --circle-bg: #ffe8e9;
    --font-size-xxsm: 10px;
    --font-size-xsm: 12px;
    --font-size-sm: 14px;
    --font-size-6: 16px;
    --font-size-md: 18px;
    --font-size-lg: 21px;
    --font-size-1xl: 30px;
    --font-size-5xl: 50px;
    --font-size-6xl: 60px;
    --primary-font: 'Montserrat';
    --font-light-bold: 500;
    --font-mid-bold: 600;
    --icon: 16.65px;
    --icon-sm: 12.78px;
    --icon-lg: 20px;
}

/* ---- RESET & BASE (from styles.scss) ---- */
* {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font, 'Montserrat'), sans-serif !important;
}

body {
    padding-top: 80px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
label,
input,
select,
textarea,
blockquote,
th,
td,
button,
h6 {
    font-size: 16px !important;
}

a {
    text-decoration: none !important;
    font-size: var(--font-size-sm);
}

small {
    font-size: 13px !important;
}

input,
button,
select,
textarea {
    font-size: var(--font-size-sm) !important;
}

hr {
    margin: .6rem 0;
}

/* ---- UTILITY CLASSES (from styles.scss) ---- */
.fs-xxsm {
    font-size: var(--font-size-xxsm) !important;
}

.fs-xsm {
    font-size: var(--font-size-xsm) !important;
}

.fs-sm {
    font-size: var(--font-size-sm) !important;
}

.fs-md {
    font-size: var(--font-size-md) !important;
}

.fs-lg {
    font-size: var(--font-size-lg) !important;
}

.fs-xl {
    font-size: var(--font-size-1xl) !important;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.head-theme {
    /* color: var(--head-color) !important; */
}

.text-theme {
    color: var(--sec-text-color) !important;
}

.head-sec-theme {
    color: var(--sec-head) !important;
}

.theme-primary {
    color: var(--theme-color) !important;
}

.sec-theme {
    color: var(--sec-text-color) !important;
}

.bg-theme-primary {
    background-color: var(--theme-color) !important;
}

.primary-bg {
    background-color: var(--primary-bg-color) !important;
}

.green-color {
    color: var(--green-color);
}

.ff-primary {
    font-family: var(--primary-font), sans-serif !important;
}

.ff-secondary {
    font-family: var(--primary-font), sans-serif !important;
}

.fw-lb {
    font-weight: var(--font-light-bold) !important;
}

.fw-mb {
    font-weight: var(--font-mid-bold) !important;
}

.br-10 {
    border-radius: 10px !important;
}

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

.btn-theme {
    background: var(--theme-color) !important;
    border-radius: 10px !important;
    border: 0;
}

.btn-theme:hover {
    opacity: 0.9;
}

.icon {
    height: var(--icon) !important;
}

/* ---- PRODUCT DETAIL CONTAINER (from product-detail.scss) ---- */
.mt140 {
    margin-top: 30px;
}

.custom-container {
    width: 100%;
    padding: 2% 2%;
}

/* ---- BREADCRUMB ---- */
.breadcrumb_a {
    color: var(--theme-color);
    text-decoration: none !important;
}

/* ---- PRODUCT FILTER / BANNER (from product-filter.scss) ---- */
.search_new {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
}

.search_new .imagenew_banner {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.banner-placeholder {
    position: absolute;
    inset: 0;
    background: #e6e6e6;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}

.window {
    position: absolute;
    bottom: 25%;
    left: 25%;
    width: 45%;
    transform: translateX(-50%);
    padding: 18px 20px;
    border-radius: 10px 10px 0 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    z-index: 2;
}

.row_class {
    align-items: center;
}

.banner_bg_text {
    font-size: 12px !important;
    color: #fff !important;
}

.filter-select {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65) !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 14px;
    padding: 4px 0;
}

.filter-select option {
    color: #222;
    background: #fff;
}

.filter-select:focus {
    box-shadow: none !important;
    outline: none;
}

.airplane-middle {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.visa-banner {
    position: relative;
    margin-bottom: 20px;
}

/* ---- PRODUCT CARDS (from product-cards.scss) ---- */
.visaslider {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    padding-bottom: 20px;
    flex-wrap: nowrap;
}

.visaslider:active {
    cursor: grabbing;
}

.visaslider::-webkit-scrollbar-track {
    background-color: #c3c3c7;
    border-radius: 5px;
}

.visaslider::-webkit-scrollbar {
    background: transparent;
    height: 4px;
    scrollbar-width: thin;
}

.visaslider::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    border-radius: 20px;
}

.visaslider::-webkit-scrollbar-button {
    display: none;
}

.listing_search {
    cursor: pointer;
    transition: background-color 0.3s ease;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #0000000f;
    border: 1px solid #f0f4f7;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    flex-shrink: 0;
    margin: 12px 10px 8px 0;
    width: 330px;
}

.listing_search .title {
    min-height: 40px;
    font: normal normal 600 16px/20px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
}

.listing_search.active {
    background: var(--theme-color) 0% 0% no-repeat padding-box;
}

.listing_search.active .title,
.listing_search.active .content_sec .price,
.listing_search.active .content span,
.listing_search.active .content_sec .days,
.listing_search.active .content_sec .days span {
    color: #fff;
}

.listing_search.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--theme-color);
}

.stikcer {
    background: var(--theme-color) 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 0px 13px;
    font: normal normal 600 12px/28px Montserrat;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 0px 15px;
}

.listing_search.active .stikcer {
    background: #FFE8E9 0% 0% no-repeat padding-box;
    color: #000;
}

.content span {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.content span img {
    width: 22px !important;
    height: 22px !important;
}

.listing_search.active .content span {
    color: white !important;
}

.listing_search.active .content img {
    filter: brightness(0) invert(1) !important;
}

.content_sec .price {
    font: normal normal bold 20px/18px Montserrat;
    color: var(--theme-color);
    text-transform: capitalize;
}

.listing_search.active .content_sec .price {
    color: #fff;
}

.content_sec .days {
    font: normal normal 600 14px/21px Montserrat;
}

.content_sec .days span {
    font: normal normal normal 14px/18px Montserrat;
}

.content_sec p {
    color: #3a3a3b;
}

.content .right-align {
    max-width: 136px;
    word-break: break-all;
    text-align: end;
}

.content .right-align .card-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: middle;
}

.listing_search .border-bottom {
    border-bottom: 1px solid #f2f2f2 !important;
}

/* ---- GENERIC CONTAINER (from generic-container.scss) ---- */
.main_cont {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid #b1a9a9;
    border-radius: 15px;
    margin-bottom: 20px;
}

/* ---- REQUIRED DOCUMENTS (from required-document.scss) ---- */
.title_first p {
    text-align: left;
    font: normal normal normal 21px/28px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
    text-transform: capitalize;
    border-bottom: 2px solid #f2f2f2;
}

.main_content .img {
    background: #f7f8fd 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px auto;
    width: fit-content;
    overflow: hidden;
}

.main_content .img img {
    width: 46px !important;
    margin: 10px;
}

.min_p {
    font: normal normal normal 13px/38px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
    font-weight: 500;
    font-size: 13px !important;
}

.min_p .p_req_docu {
    line-height: 15px;
    align-items: center;
    text-align: center;
    white-space: normal;
    margin: auto;
}

.req_docu {
    font: normal normal normal 13px/15px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
    font-weight: 500;
}

.w_20 {
    width: 20%;
    display: flex;
    justify-content: center;
}

.bg_red {
    border-radius: 6px;
}

.bg_red p {
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
    margin: 0;
    text-align: left;
}
.note_red {
    color: #e01b22;
    margin-top: 10px;
    font-size: 10px !important;
}

.bg_red b {
    font: normal normal bold 12px/13px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
}

/* Accordion (from required-document.scss) */
.faq-bg-shadow {
    box-shadow: 0px 6px 30px #0000001a;
}

.accordion-button {
    border: 0 !important;
    background-color: unset !important;
    box-shadow: none;
    padding: 10px 0;
    font-weight: 500 !important;
}

.accordion-button::after {
    background-size: 0.9rem !important;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 11px;
    background-position: center;
}

.accordion-button:not(.collapsed)::after {
    background-size: 0.9rem !important;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 11px;
    background-position: center;
}

.faq-content {
    min-height: 210px;
}

/* Notes */
.notes_ol {
    padding-left: unset !important;
}

.notes_ol p {
    color: #e01b22;
    line-height: 18px !important;
    font-size: 14px !important;
    margin-top: 10px;
    font: normal normal normal 14px/18px Montserrat;
}

/* ---- APPLICANT COUNT (from applicant-count.scss) ---- */
.fee-details {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000000F;
    border-radius: 10px;
}

.backg_red {
    background: var(--theme-color) 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 20px #0000000f;
    border-radius: 10px 10px 0 0;
    padding: 12px 16px;
    color: #fff;
}

.counter_head {
    font: normal normal normal 18px/24px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.counter_total {
    font: normal normal normal 18px/24px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    white-space: nowrap;
}

.age_text {
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #3A3A3B !important;
}

.travller_p {
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #3A3A3B;
}

.qty_show {
    width: 20px !important;
    text-align: center;
    font-size: 15px;
}

.gove_fees {
    font: normal normal 500 11px/18px Montserrat;
    letter-spacing: 0px;
    color: #3A3A3B;
    text-transform: capitalize;
    margin: 0;
}

.price_gove {
    font-weight: 600;
    font-size: 14px;
}

.total_price_new {
    text-align: right;
    font: normal normal 600 18px/18px Montserrat !important;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    white-space: nowrap;
}

.text-red {
    font: normal normal 600 10px/18px Montserrat !important;
    color: #E01B22 !important;
}

.total-amount-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.toBePaidNow {
    font-size: 10px;
    color: #9E9EA1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

/* ---- STEPS TO DO (from steps-to-do.scss) ---- */
.header_title_p p {
    font: normal normal normal 12px/21px Montserrat;
    letter-spacing: 0px;
    color: #3A3A3B;
    text-align: center;
}

.proccess_p {
    font: normal normal 600 12px/15px Montserrat;
    color: #3A3A3B;
    text-align: center;
    font-weight: 600 !important;
}

.apply_how {
    font: normal normal normal 21px/28px Montserrat;
    letter-spacing: 0px;
    color: #3A3A3B;
    text-transform: capitalize;
}

.note {
    font: normal normal normal 12px/21px Montserrat;
    letter-spacing: 0px;
    color: #3A3A3B;
    text-align: center;
}

.main_cont_inner {
    padding: 20px;
}

.mt_sm_4 {
    margin-top: 35px;
}

/* ---- TESTIMONIALS (from testimonial.scss) ---- */
.cust-review .card {
    border: 2px solid var(--sec-bg-color);
    border-radius: 10px;
}

.customer-profile {
    width: 8rem;
    height: 8rem;
}

.customer-profile img {
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.p_star {
    font: normal normal normal 22px/43px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    display: flex;
    background: var(--theme-color, #E01B22);
    border-radius: 10px;
    padding: 13px;
    text-align: center;
    justify-content: center;
    font-weight: 500;
    align-items: center;
}

.p_star img {
    height: auto;
}

.p_star span {
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    display: flex;
}

.box {
    position: relative;
}

.box--bottom::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in;
    bottom: -20px;
    left: calc(50% - 10px);
    border-top: 10px solid var(--theme-color, #E01B22);
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.power_text {
    font: normal normal normal 14px/19px Montserrat;
    letter-spacing: 0px;
    color: #3A3A3B;
    align-items: center;
}

.text_review {
    color: var(--head-color);
}

.p_trust {
    font-style: normal;
    line-height: 1.6;
}

/* ---- MESSAGE SECTION (from message-section.scss) ---- */
.message-section {
    width: 100%;
    margin-bottom: 2rem;
}

.message-content {
    text-align: center;
    padding: 1rem;
}

.message-content svg {
    display: block;
    margin: 0 auto 0.75rem;
    color: #17a2b8;
}

.message-content svg.error {
    color: #dc3545;
}

.message-content h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.message-content p {
    font-size: 1rem;
    color: #6c757d;
    margin: 0 auto;
    max-width: 500px;
}

/* ---- ANIMATED LOADERS (from product-detail.scss) ---- */
.animated-loader {
    padding: 10px 0;
}

.animated-placeholder {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* ============================================================
   RESPONSIVE (from all component SCSS + styles.scss)
   ============================================================ */
@media (max-width: 992px) {
    .search_new {
        height: 320px;
    }

    .search_new .imagenew_banner {
        height: 320px;
    }

    .window {
        width: 85%;
        left: 50%;
        padding: 18px 20px;
        transform: translateX(-50%);
    }

    .airplane-middle {
        width: 200px;
    }

    .div-class {
        padding: 10px 0px;
    }
}

@media (max-width: 768px) {
    .search_new {
        height: 380px;
    }

    .search_new .imagenew_banner {
        height: 380px !important;
        object-fit: cover;
    }

    .window {
        width: 92% !important;
        padding: 16px 14px;
        left: 50%;
        bottom: 25%;
        transform: translateX(-50%);
    }

    .banner_bg_text {
        font-size: 11px !important;
    }

    .row_class {
        row-gap: 16px;
    }

    .airplane-middle {
        width: 140px;
    }

    .counter_total {
        font-size: 12px;
    }

    .total_price_new {
        font-size: 10px !important;
    }

    .total-amount-section {
        gap: 1px;
    }

    .toBePaidNow {
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    .fs-xl {
        font-size: var(--font-size-lg) !important;
    }

    .d_sm_none {
        display: none;
    }

    .first_new .accordion-button {
        font-size: 16px !important;
    }

    .accordion-button {
        padding: 0px 0 !important;
    }

    .title_first p {
        border-bottom: unset;
    }

    .mt_sm_4 {
        margin-top: 20px;
    }

    .header_title_p p,
    .header_title_p .apply_how {
        text-align: left !important;
    }

    .p_star {
        flex-wrap: wrap;
        font-size: 22px;
        padding: 10px !important;
    }

    .p_star span {
        font-size: 16px;
        line-height: 2;
    }

    .custom-modal-width {
        max-width: unset !important;
        width: 95% !important;
        margin: auto !important;
    }
}

@media (max-width: 575.98px) {
    .fs-lg {
        font-size: var(--font-size-xsm) !important;
    }
}

@media (max-width: 480px) {
    .search_new {
        height: 420px;
    }

    .search_new .imagenew_banner {
        height: 420px !important;
    }

    .airplane-middle {
        width: 120px;
    }

    .div-class {
        padding: 5px 0px;
    }
}

@media (max-width: 424px) {
    .w_20 {
        width: 50%;
    }

    .d_sm_block {
        display: block !important;
    }

    .d_sm_none {
        display: none;
    }
}

@media (max-width: 920px) {
    .w_20 {
        width: 33%;
    }
}

/* ---- HEADER STYLES (from header.scss) ---- */
.header {
    z-index: 1030;
}

.navbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: background-color 0.2s, backdrop-filter 0.2s;
}

.nav-shadow {
    box-shadow: 0px 3px 40px #0000000f;
}

.navbar .container-fluid {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.header .nav-item {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header .nav-item .btn_signin {
    padding: 14px 28px 14px 15px !important;
}

.header .onevasco_logo {
    height: 32px;
    width: 87px;
}

.header .logo {
    height: 2.9rem;
    width: auto;
}

.header .stroke {
    height: 32px;
    border: 1px solid #edeef1;
    margin: 0 16px;
}

.header .partner-logo {
    width: 130px !important;
    height: 32px !important;
    object-fit: contain !important;
}

.sign-up-logo {
    width: 12px;
    height: auto;
}

.btn_signin.btn_sign {
    background-color: var(--theme-color) !important;
    border: 1px solid var(--theme-color) !important;
    border-radius: 4px !important;
    font-family: var(--primary-font), sans-serif !important;
    padding: 10px 20px !important;
    white-space: nowrap;
}

.btn_signin.btn_sign:hover {
    background-color: var(--theme-primary-hover) !important;
    border-color: var(--theme-primary-hover) !important;
}

.nav-link.active {
    color: var(--theme-color) !important;
    font-weight: 600;
}

.nav-link.head-theme {
    color: var(--head-color);
}

.nav-link.head-theme:hover {
    color: var(--theme-color) !important;
    transition: color 0.2s ease-in-out;
}

.w_fit .icon {
    width: auto !important;
}

.toggle-sidebar-menu {
    border: none;
    background: transparent;
    padding: 8px;
}

.right_position {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Offcanvas sidebar */
.offcanvas {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.br-20 {
    border-radius: 20px;
}

.offcanvas-header .logo {
    height: auto;
    width: 87px;
}

#toggle-sidebar .nav-item .nav-link {
    color: var(--head-color);
}

#toggle-sidebar .nav-item .nav-link.active {
    color: var(--theme-color) !important;
    font-weight: 600;
}

#toggle-sidebar .nav-item .nav-link:hover {
    color: var(--theme-color) !important;
}

@media (max-width: 767px) {
    .header .stroke {
        margin: 0 6px !important;
    }

    .header .partner_logo {
        width: auto !important;
    }

    .header .partner-logo {
        width: 80px !important;
        height: 24px !important;
        object-fit: contain !important;
    }

    .header .onevasco_logo {
        height: 28px !important;
        width: 76px !important;
    }

    .navbar>.container-fluid {
        justify-content: flex-start !important;
        position: relative;
    }

    .toggle-sidebar-menu {
        position: absolute;
        left: 0;
        z-index: 10;
    }

    .right_position {
        position: absolute;
        right: 0;
        z-index: 10;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #eee;
        margin: 0;
        padding: 0 1rem;
    }

    .navbar-nav .nav-item {
        text-align: center;
        padding: 10px 0;
    }
}

/* ---- FOOTER STYLES (from footer.scss) ---- */
.footer {
    width: 100%;
    padding-top: 10rem;

    background-repeat: no-repeat;
    background-size: cover;
    margin-top: auto;
}

.footer .footer-logo {
    height: 3.5rem;
    width: auto;
}

.footer .footer-border {
    height: 1px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #FFFFFF;
    opacity: 0.3;
}

.footer .footer-title {
    font-size: var(--font-size-md);
    font-family: var(--primary-font), sans-serif;
    margin-bottom: 1rem;
}

#foot-links a {
    max-width: fit-content;
    line-height: 2;
    text-decoration: none;
    font-size: var(--font-size-sm);
    font-family: var(--primary-font), sans-serif;
    opacity: 0.85;
    transition: opacity 0.2s;
}

#foot-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .footer {
        padding-top: 5rem;
        background-position: 12%;
    }
}



:root {
    --head-color: #3a3a3b;
    --text-color: #00000029;
    --sec-text-color: #9e9ea1;
    --theme-color: #e01b22;
    --theme-primary: #e01b22;
    --theme-primary-hover: #d63939;
    --green-color: #38b54a;
    --sec-head: #262626;
    --primary-bg-color: #f7f8fd;
    --sec-bg-color: #f7f8fd;
    --card-bg: #0000000a;
    --sec-card-bg: #0000000f;
    --placeholder: #a8b0bf;
    --circle-bg: #ffe8e9;
    --font-size-xxsm: 10px;
    --font-size-xsm: 12px;
    --font-size-sm: 14px;
    --font-size-6: 16px;
    --font-size-md: 18px;
    --font-size-lg: 21px;
    --font-size-1xl: 30px;
    --font-size-5xl: 50px;
    --font-size-6xl: 60px;
    --primary-font: 'Montserrat';
    --theme-primaryFont: 'Montserrat';
    --font-light-bold: 500;
    --font-mid-bold: 600;
    --icon: 16.65px;
    --icon-sm: 12.78px;
    --icon-lg: 20px;
}

/* ---- RESET & BASE ---- */
* {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font, 'Montserrat'), sans-serif !important;
}

body {
    padding-top: 80px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
label,
input,
select,
textarea,
blockquote,
th,
td,
button,
h6 {
    font-size: 16px !important;
}

a {
    text-decoration: none !important;
    font-size: var(--font-size-sm);
}

small {
    font-size: 13px !important;
}

input,
button,
select,
textarea {
    font-size: var(--font-size-sm) !important;
}

hr {
    margin: .6rem 0;
}

/* ---- UTILITY CLASSES ---- */
.fs-xxsm {
    font-size: var(--font-size-xxsm) !important;
}

.fs-xsm {
    font-size: var(--font-size-xsm) !important;
}

.fs-sm {
    font-size: var(--font-size-sm) !important;
}

.fs-md {
    font-size: var(--font-size-md) !important;
}

.fs-lg {
    font-size: var(--font-size-lg) !important;
}

.fs-xl {
    font-size: var(--font-size-1xl) !important;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-21 {
    line-height: 21px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.head-theme {
    /* color: var(--head-color) !important; */
}

.text-theme {
    color: var(--sec-text-color) !important;
}

.head-sec-theme {
    color: var(--sec-head) !important;
}

.theme-primary {
    color: var(--theme-color) !important;
}

.sec-theme {
    color: var(--sec-text-color) !important;
}

.bg-theme-primary {
    background-color: var(--theme-color) !important;
}

.primary-bg {
    background-color: var(--primary-bg-color) !important;
}

.green-color {
    color: var(--green-color);
}

.ff-primary {
    font-family: var(--primary-font), sans-serif !important;
}

.fw-lb {
    font-weight: var(--font-light-bold) !important;
}

.fw-mb {
    font-weight: var(--font-mid-bold) !important;
}

.br-10 {
    border-radius: 10px !important;
}

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

.btn-theme {
    background: var(--theme-color) !important;
    border-radius: 10px !important;
    border: 0;
}

.btn-theme:hover {
    opacity: 0.9;
}

.icon {
    height: var(--icon) !important;
}

.mt140 {
    margin-top: 3%;
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.h2_21 {
    font: 21px / 30px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: bold;
}

.mobile-layout {
    display: flex;
    gap: 1rem;
}

.mobile-layout .left-column {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.mobile-layout .right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .mobile-layout {
        display: flex;
        flex-direction: column;
    }

    .mobile-layout .left-column,
    .mobile-layout .right-column {
        display: contents;
    }

    .visa-summary {
        order: 1;
    }

    .date-selection {
        order: 2;
    }

    .traveller-details {
        order: 3;
    }

    .billing-details {
        order: 4;
    }

    .promotion-code {
        order: 5;
    }

    .pricing-info {
        order: 6;
    }

    .required-document {
        order: 7;
    }

    .talk-to-visa {
        order: 8;
    }
}

@media (max-width: 576px) {
    .bubble-stepper {
        flex-direction: column;
        align-items: flex-start !important;
        padding: 0.5rem !important;
    }

    .circle {
        width: 20px;
        height: 20px;
        font-size: 0.7rem;
        margin-right: 0.25rem !important;
    }
}

.main_cont {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid #b1a9a9;
    border-radius: 15px;
}

.head_text_21 {
    font: normal normal normal 21px / 28px var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #3A3A3B;
    text-transform: capitalize;
    font-weight: 500;
}

.card_set {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #0000000F;
    border: 1px solid #E7E7E7;
    border-radius: 20px;
}

.p_14_first {
    letter-spacing: 0px;
    color: #3A3A3B;
    font-weight: 600;
    font-size: 14px !important;
}

.add_adult {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0 0 20px #0000000f;
    border-radius: 10px !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-family: var(--theme-primaryFont);
    letter-spacing: 0px !important;
    color: #11a670 !important;
    font-weight: 500 !important;
    padding: 16px !important;
}

.lable_show {
    letter-spacing: 0px;
    color: #3A3A3B !important;
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 500;
}

.traveler_form input[type=checkbox] {
    zoom: 1.4;
    margin: 0;
    accent-color: var(--theme-color, #2680EB);
}

.traveler_form input[type=checkbox]:checked {
    background-color: var(--theme-color, #2680EB);
    border-color: var(--theme-color, #2680EB);
}

.br_bottom {
    border-bottom: 1px solid #e3e3e3;
}

.edit_text {
    font: normal normal normal 14px/18px var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #2680EB;
    font-weight: 500;
}

.edit_svg {
    cursor: pointer;
    transition: fill 0.2s;
}

.edit_svg:hover {
    fill: #2680EB;
}

.astric_mark {
    color: #E01B22;
}

.edit-icon {
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.edit-icon:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

@media(max-width: 768px) {
    .edit_svg {
        fill: #000;
        position: absolute;
        right: 0;
        width: 22px !important;
    }
}

/* ---- ADDRESS SELECTION (from address-selection.scss) ---- */
.rounded-button {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0 0 20px #0000000f !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-family: var(--theme-primaryFont);
    letter-spacing: 0px !important;
    color: #11a670 !important;
    font-weight: 500 !important;
    padding: 12px !important;
    border: none !important;
}

.selected-address {
    border-color: rgba(17, 166, 112, 0.05);
}

input[type="radio"]:checked {
    accent-color: var(--theme-color, #e01b22);
}

.address-row {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}

.address-row .d-flex {
    width: 100%;
}

.address-row .flex-grow-1 {
    min-width: 0;
}

.address-row:last-child {
    border-bottom: none;
}

.address-line {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    white-space: normal;
    word-break: break-word;
}

@media (max-width: 576px) {
    .address-row {
        padding: 12px 0;
    }

    .address-line {
        font-size: 14px;
    }
}

.billing-list .row>.col {
    flex: 0 0 100%;
    max-width: 100%;
}

.title_first p {
    text-align: left;
    font: normal normal normal 21px / 28px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
    text-transform: capitalize;
    border-bottom: 2px solid #f2f2f2;
}

.main_content .img {
    background: #f7f8fd 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px auto;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_content .img img {
    width: 46px !important;
    margin: 10px;
}

.min_p .p_req_docu {
    line-height: 15px;
    align-items: center;
    text-align: center;
    white-space: normal;
    margin: auto;
}

.w_20 {
    width: 20%;
    display: flex;
    justify-content: center;
}

.min_p {
    font: normal normal normal 13px / 38px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
    font-weight: 500;
    font-size: 13px !important;
}

.req_docu {
    font: normal normal normal 13px / 15px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
    font-weight: 500;
}

.required-document .bg_red {
    border-radius: 6px;
}

.required-document .bg_red p {
    font: normal normal normal 14px/18px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
    margin: 0;
}

.required-document .bg_red b {
    font: normal normal bold 12px/13px Montserrat;
    letter-spacing: 0px;
    color: #3a3a3b;
}

.faq-bg-shadow {
    box-shadow: 0px 6px 30px #0000001a;
}

.accordion-button {
    border: 0 !important;
    background-color: unset !important;
    box-shadow: none;
    padding: 10px 0;
    font-weight: 500 !important;
}

.accordion-button::after {
    background-size: 0.9rem !important;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 11px;
    --bs-accordion-btn-icon-width: 0.9rem !important;
    background-position: center;
}

.accordion-button:not(.collapsed)::after {
    background-size: 0.9rem !important;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 11px;
    --bs-accordion-btn-icon-width: 0.9rem !important;
    background-position: center;
}

@media (max-width: 920px) {
    .w_20 {
        width: 33%;
    }
}

@media (max-width: 576px) {
    .w_20 {
        width: 50%;
    }
}

.bg-red {
    background: #E01B22 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000000F;
    position: relative !important;
    padding: 31px 33px !important;
    border-radius: 19px;
}

.box-left {
    width: 18px;
    background-color: #fff;
    height: 18px;
    position: absolute;
    left: -10px;
    top: 37%;
    border-radius: 50%;
}

.box-right {
    width: 18px;
    background-color: #fff;
    height: 18px;
    position: absolute;
    right: -10px;
    top: 37%;
    border-radius: 50%;
}

.p_12px {
    font: normal normal normal 12px/12px var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #FFFFFF;
}

.heading_28px {
    letter-spacing: 1.56px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
}

.p_10px {
    font-style: normal;
    font-variant: normal !important;
    font-weight: normal !important;
    font-size: 10px !important;
    line-height: 19px !important;
    font-family: var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #FFFFFF;
}

.coun_name {
    margin-bottom: 6px !important;
    color: #fff !important;
    font-size: 12px;
}

.p_14px {
    font: normal normal normal 14px/18px var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 500;
    text-wrap: wrap;
    word-wrap: break-word;
    font-size: 14px !important;
}

.ind_sec {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

.border-dash {
    border: 1px dashed rgb(231 231 231 / 50%);
    width: 100%;
}

.visa-summary p {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .ind_sec {
        top: 0px;
    }

    .bg-red {
        padding: 20px 25px !important;
    }

    .heading_28px {
        font-size: 24px;
    }

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

@media (max-width: 576px) {
    .bg-red {
        padding: 15px 20px !important;
    }

    .heading_28px {
        font-size: 20px;
    }
}

.btn-outline-theme {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    background: transparent;
}

.btn-outline-theme:hover {
    background: var(--theme-color);
    color: white;
}

.btn_apply {
    white-space: nowrap;
    padding: 8px 20px !important;
    border-radius: 8px !important;
}

.right_sign,
.right_sign1 {
    position: absolute;
    right: 10px;
    top: 15%;
    cursor: pointer;
}

.form-control.has-icon {
    padding-right: 35px;
}

.p_header_16px {
    font: normal normal 600 16px/21px var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #3A3A3B;
}

.gove_fees {
    font: normal normal 500 11px / 18px var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #3A3A3B;
    text-transform: capitalize;
    margin: 0;
}

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

.price_gove {
    font-weight: 600;
    font-size: 14px;
}

.price_sidebar p {
    font: normal normal 500 13px/18px var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #1a1a1a;
    text-transform: capitalize;
    margin: 0 !important;
    text-align: end;
}

.total_side {
    font: normal normal normal 14px/18px var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #3A3A3B;
}

.border_bottom {
    border-bottom: 1px solid #c4c1c1;
}

.border_dashed {
    border-top: 2px dashed #ededed;
}

.first_sidebarp .p1 {
    font: normal normal 500 11px / 18px var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #3A3A3B;
    text-transform: capitalize;
    margin: 0;
}

.first_sidebarp p {
    font: normal normal normal 10px/18px var(--theme-primaryFont);
    letter-spacing: 0px;
    color: #9E9EA1;
    text-transform: capitalize;
}

.price_first_sec {
    font-size: 22px !important;
    font-weight: 700;
    color: var(--head-color);
}

.pay-btn {
    padding: 14px 0 !important;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 10px !important;
}

/* Tooltip styles */
.tooltip-container {
    position: relative;
    display: block;
}

.custom-tooltip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--theme-color, #007bff);
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 12px;
    white-space: pre-line;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
    min-width: 200px;
    text-align: left;
    bottom: 100%;
    margin-bottom: 5px;
}

.custom-tooltip::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    top: 100%;
    border-top-color: var(--theme-color, #007bff);
}

.tooltip-container:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
}

.processing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    border-radius: 8px;
}

.spinner-theme {
    border-color: var(--theme-color);
    border-right-color: transparent;
}

.callback_p {
    font: normal normal normal 12px/15px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.mobile-code-select {
    border-radius: 5px 0 0 5px !important;
    border-right: none !important;
}

.mobile-code-select+.input_form .form-control {
    border-radius: 0 5px 5px 0 !important;
    border-left: none !important;
}

.code {
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.code select,
.code input {
    border: none !important;
    box-shadow: none !important;
}

.code select:focus,
.code input:focus {
    outline: none;
    box-shadow: none !important;
}

.ttl {
    background: #E01B55;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 10px 20px 10px;
    font-size: var(--font-size-md);
    font-weight: var(--font-light-bold);
    color: #FFF;
}

.selectedplan {
    background: #FFF0F1;
    border-radius: 10px;
    padding: 10px;
    margin-top: -10px;
    gap: 10px;
}

.selectedplan h4 {
    font-size: var(--font-size-6);
    font-weight: var(--font-mid-bold);
    color: #D1262F;
}

.selectedplan p {
    font-size: var(--font-size-sm);
    font-weight: normal;
    color: #1E1E1E;
    margin-bottom: 10px;
}

.selectedplan h5 {
    font-size: var(--font-size-md);
    font-weight: var(--font-mid-bold);
    color: #D1262F;
}

.selectedplan h5 span {
    font-size: var(--font-size-xsm);
    color: #707070;
    font-weight: normal;
}

.footer {
    width: 100%;
    padding-top: 10rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: auto;
}

.footer .footer-logo {
    height: 3.5rem;
    width: auto;
}

.footer .footer-border {
    height: 1px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #FFFFFF;
    opacity: 0.3;
}

.footer .footer-title {
    font-size: var(--font-size-md);
    font-family: var(--primary-font), sans-serif;
    margin-bottom: 1rem;
}

#foot-links a {
    max-width: fit-content;
    line-height: 2;
    text-decoration: none;
    font-size: var(--font-size-sm);
    font-family: var(--primary-font), sans-serif;
    opacity: 0.85;
    transition: opacity 0.2s;
}

#foot-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .footer {
        padding-top: 5rem;
        background-position: 12%;
    }
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    margin: 0px;
    height: 100%;
}

/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}

/* @FONTWARNING[{"type": "restricted", "family": "Montserrat", "weight": "600", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Montserrat", sans-serif;
    src: local("Montserrat");
}

/* @FONTWARNING[{"type": "restricted", "family": "Montserrat", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
    font-family: "Montserrat", sans-serif;
    src: local("Montserrat");
}

.wireframe {
    background-color: #f8f9fa;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 82px;
    padding: 82px 0 132px 0;
}

.wireframeOne {
    background-color: #f8f9fa;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 82px;
    padding: 72px 0 72px 0;
}

.wireframe .header {
    display: flex;
    width: 1440px;
    height: 80px;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px -2px #10182808, 0px 12px 16px -4px #10182814;
}

.wireframe .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 32px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.wireframe .content {
    display: flex;
    max-width: 1280px;
    align-items: center;
    gap: 40px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.wireframe .one-vasco-logo {
    position: relative;
    width: 135.26px;
    height: 50px;
}

.wireframe .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    flex: 1;
    flex-grow: 1;
    /* margin-bottom: 10px; */
    gap: 16px;
}

.wireframe .navigation {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    position: relative;
    flex: 0 0 auto;
}

.wireframe .navigation-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.wireframe .buttons-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.wireframe .text-padding {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 2px;
    position: relative;
    flex: 0 0 auto;
}

.wireframe .text {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: var(--gray-coolish600);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.wireframe .div {
    display: inline-flex;
    justify-content: center;
    padding: 10px 16px;
    background-color: var(--onevasco-red);
    box-shadow: var(--shadows-shadow-xs);
    align-items: center;
    gap: 6px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.wireframe .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: var(--basewhite);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.wireframe .chevron-down {
    position: relative;
    width: 20px;
    height: 20px;
}

.wireframe .card {
    display: flex;
    width: 680px;
    align-self: center;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 8px 8px -4px #10182808, 0px 20px 24px -4px #10182814;
}

.wireframe .header-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 180px;
    border-radius: 12px;
    background-image: url(./Img/header-img.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.wireframe .wrap-2 {
    gap: 6px;
    padding: 5px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.wireframe .wrap-3 {
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.wireframe .heading {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: var(--gray-coolish900);
    font-size: 20px !important;
    text-align: center;
    letter-spacing: -0.40px;
    line-height: 20px;
}

.wireframe .supporting-text {
    align-self: stretch;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-align: center;
    position: relative;
    color: #211f20;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.wireframe .wrap-4 {
    justify-content: center;
    gap: 16px;
    padding: 24px 16px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid;
    border-color: #b8b2b2;
    box-shadow: -3px 4px 50px #0000001a;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.wireframe .wrap-5 {
    gap: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.wireframe .frame {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.wireframe .supporting-text-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #211f20;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.wireframe .supporting-text-3 {
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    color: #211f20;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0rem !important;
}

.wireframe .line {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.wireframe .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.wireframe .text-padding-wrapper {
    display: flex;
    max-width: 400px;
    justify-content: flex-end;
    padding: 12px 18px;
    width: 100%;
    background-color: var(--onevasco-red);
    box-shadow: var(--shadows-shadow-xs);
    align-items: center;
    gap: 6px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.wireframe .div-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 2px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.wireframe .text-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: var(--basewhite);
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.wireframe .buttons-button-2 {
    display: flex;
    justify-content: flex-end;
    padding: 12px 18px;
    align-self: stretch;
    width: 100%;
    align-items: center;
    gap: 6px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.wireframe .text-3 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: var(--gray-coolish600);
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.wireframe .check-circle {
    position: absolute;
    top: 165px;
    left: calc(50.00% - 48px);
    width: 96px;
    height: 96px;
}

.wireframe .icon {
    position: absolute;
    width: 99.48%;
    height: 99.48% !important;
    top: 0;
    left: 0;
    border: none !important;
}

.wireframe .clock {
    position: absolute;
    top: 23px;
    left: 24px;
    width: 48px;
    height: 48px;
}

.list,
.list * {
    box-sizing: border-box;
}

.list {
    background: #f8f9fa;
    height: 1024px;
    position: relative;
    overflow: hidden;
}

.header {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.logo img {
    height: 32px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 25px;
    color: var(--Gray-coolish-600, #475467);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.nav a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 10px 16px;
}

.user {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: var(--OneVasco-Red, #e01b22);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #ffffff;
}

.container {
    padding: 0px 32px 0px 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    max-width: 1280px;
    position: relative;
}

.one-vasco-logo-1 {
    flex-shrink: 0;
    width: 135.26px;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.one-vasco-logo {
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: visible;
}

.wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    position: relative;
}

.navigation {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.navigation-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.buttons-button {
    border-radius: 8px;
    padding: 10px 16px 10px 16px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.text-padding {
    padding: 0px 2px 0px 2px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.text {
    color: var(--gray-coolish-600, #475467);
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
}

.buttons-button2 {
    background: var(--onevasco-red, #e01b22);
    border-radius: 8px;
    padding: 10px 16px 10px 16px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
    overflow: hidden;
}

.text2 {
    color: var(--base-white, #fefefe);
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
}

.chevron-down {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
}

.wrap2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1320px;
    position: absolute;
    left: 60px;
    top: 176px;
}

.horizontal-tabs {
    border-style: solid;
    border-color: var(--gray-coolish-200, #eaecf0);
    border-width: 0px 0px 1px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 1320px;
    position: relative;
}

.tabs {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.tab-button-base {
    border-style: solid;
    border-color: var(--onevasco-red, #e01b22);
    border-width: 0px 0px 2px 0px;
    padding: 0px 16px 12px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 36px;
    position: relative;
}

.text-and-badge {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.text3 {
    color: var(--onevasco-red, #e01b22);
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.badge {
    background: var(--error-50, #fef3f2);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--error-200, #fecdca);
    border-width: 1px;
    padding: 2px 10px 2px 10px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.text4 {
    color: var(--error-700, #b42318);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
}

.tab-button-base2 {
    padding: 0px 16px 12px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 36px;
    position: relative;
}

.text5 {
    color: var(--gray-coolish-500, #667085);
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.metric-item {
    background: var(--base-white, #fefefe);
    border-radius: 12px;
    border-style: solid;
    border-color: #eaecf0;
    border-width: 1px;
    padding: 20px 24px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
    box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
}

.heading {
    color: var(--gray-coolish-600, #475467);
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    align-self: stretch;
}

.number-and-badge {
    border-style: solid;
    border-color: #cccccc;
    border-width: 0px 0px 1px 0px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-end;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.number {
    color: var(--gray-coolish-900, #101828);
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    font-weight: 500;
    position: relative;
}

.content2 {
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.filters {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.input-dropdown {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 300px;
    position: relative;
}

.input-with-label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.input {
    background: var(--base-white, #fefefe);
    border-radius: 8px;
    border-style: solid;
    border-color: var(--gray-coolish-300, #d0d5dd);
    border-width: 1px;
    padding: 10px 14px 10px 14px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
    overflow: hidden;
}

.content3 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.search-lg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
}

.text6 {
    color: var(--gray-coolish-500, #667085);
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.input-dropdown2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 221px;
    max-width: 180px;
    position: relative;
}

.date-wrapper {
    position: relative;
    width: 260px;
}

.flatpickr-calendar {
    border-radius: 12px;
    padding-bottom: 60px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 9999 !important;
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected {
    background: #b91c1c;
    border-color: #b91c1c;
    color: #fff;
}

.flatpickr-day.inRange {
    background: #fde2e2;
}

.custom-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #eee;
    background: #fff;
}

.footer-dates {
    display: flex;
    gap: 8px;
}

.date-box {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 12px;
    background: #f9f9f9;
}

.footer-actions {
    display: flex;
    gap: 10px;
}

.cancel-btn {
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
}

.apply-btn {
    background: #b91c1c;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
}

.text7 {
    color: var(--gray-coolish-900, #101828);
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
}

.dropdown {
    position: relative;
    width: 250px;
    /* font-family: sans-serif; */
}

.dropdown-btn {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.arrow {
    width: 20px;
}

.arrowOne {
    position: absolute;
    top: 0;
    left: 100px;
}

.arrow-icon {
    position: relative;
    top: 0;
    left: 40px;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.dropdown-content input {
    width: 90%;
    margin: 10px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.option {
    padding: 10px;
    cursor: pointer;
}

.option:hover {
    background: #f5f5f5;
}

.option.selected {
    font-weight: bold;
}

.check {
    float: right;
    color: red;
}

.chevron-down3 {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
}

.chevron-down4 {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
}

.table {
    border-radius: 12px;
    border-style: solid;
    border-color: var(--grey-300, #e8e8e8);
    border-width: 1px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
    overflow: hidden;
}

.content4 {
    background: var(--base-white, #fefefe);
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.table-header-cell {
    background: #ffffff;
    border-style: solid;
    border-color: var(--grey-300, #e8e8e8);
    border-width: 0px 0px 1px 0px;
    padding: 12px 16px 12px 16px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 44px;
    position: relative;
}

.table-header {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.text8 {
    color: #3a3a3a;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    font-weight: 600;
    opacity: 0.6;
    position: relative;
}

.arrow-down {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: visible;
}

.table-cell {
    border-style: solid;
    border-color: var(--grey-300, #e8e8e8);
    border-width: 0px 0px 1px 0px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 64px;
    position: relative;
}

.text9 {
    color: var(--onevasco-red, #e01b22);
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-weight: 600;
    text-decoration: underline;
    position: relative;
}

.table-cell2 {
    border-style: solid;
    border-color: var(--grey-300, #e8e8e8);
    border-width: 0px 0px 1px 0px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 64px;
    position: relative;
}

.text-and-supporting-text {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.supporting-text {
    color: #3a3a3a;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-weight: 500;
    position: relative;
}

.text-and-supporting-text2 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.column2 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    max-width: 200px;
    position: relative;
}

.text-and-supporting-text3 {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.badge2 {
    background: var(--gray-coolish-50, #f9fafb);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--gray-coolish-200, #eaecf0);
    border-width: 1px;
    padding: 2px 8px 2px 8px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.text10 {
    color: var(--gray-coolish-700, #344054);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

.arrow-down2 {
    opacity: 0.6;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: visible;
}

.column3 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.table-header-cell2 {
    background: #ffffff;
    border-style: solid;
    border-color: var(--grey-300, #e8e8e8);
    border-width: 0px 0px 1px 0px;
    padding: 12px 24px 12px 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 44px;
    position: relative;
}

.table-cell3 {
    border-style: solid;
    border-color: var(--grey-300, #e8e8e8);
    border-width: 0px 0px 1px 0px;
    padding: 16px 24px 16px 24px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 64px;
    position: relative;
}

.text-and-supporting-text4 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex: 1;
    position: relative;
}

.supporting-text2 {
    color: #3a3a3a;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-weight: 500;
    position: relative;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.badge3 {
    background: var(--warning-50, #fffaeb);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--warning-200, #fedf89);
    border-width: 1px;
    padding: 2px 8px 2px 8px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.text11 {
    color: var(--warning-700, #b54708);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

.badge4 {
    background: var(--error-50, #fef3f2);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--error-200, #fecdca);
    border-width: 1px;
    padding: 2px 8px 2px 8px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.text12 {
    color: var(--error-700, #b42318);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

.badge5 {
    background: var(--blue-50, #eff8ff);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--blue-200, #b2ddff);
    border-width: 1px;
    padding: 2px 8px 2px 8px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.text13 {
    color: var(--blue-700, #175cd3);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

.badge6 {
    background: var(--success-50, #ecfdf3);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--success-200, #abefc6);
    border-width: 1px;
    padding: 2px 8px 2px 8px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.text14 {
    color: var(--success-700, #067647);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

.table-cell4 {
    border-style: solid;
    border-color: var(--gray-coolish-200, #eaecf0);
    border-width: 0px 0px 1px 0px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    align-self: stretch;
    flex-shrink: 0;
    height: 64px;
    position: relative;
}

.frame {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.frame2 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.frame3 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.frame4 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.frame5 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.frame6 {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    height: 32px;
    position: relative;
}

.rows-per-page {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.rows-per-page2 {
    color: #3a3a3a;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 500;
    position: relative;
}

.button {
    border-radius: 8px;
    border-style: solid;
    border-color: var(--grey-300, #e8e8e8);
    border-width: 1px;
    padding: 4px 8px 4px 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

._10 {
    color: #3b3b3b;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
    font-weight: 600;
    position: relative;
}

.keyboard-arrow-down {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
}

.page-1-of-1 {
    color: #3a3a3a;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 500;
    position: relative;
}

.arrows,
.arrows * {
    box-sizing: border-box;
}

.arrows {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.icon-button {
    border-radius: 8px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.first-page {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
}

.chevron-left {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
}

.chevron-right {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
}

.last-page {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
}

.icon-button {
    border-radius: 8px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.first-page {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
}

.chevron-left {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
}

.chevron-right {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
}

.last-page {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
}

.my-orders {
    color: #3a3a3a;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-weight: 600;
    position: absolute;
    left: 60px;
    top: 120px;
}

input::placeholder {
  color : gray;
  font-style : italic;
  font-size : 14px;
  opacity : 0.8;
}

.download-btn{
    background: white;
    border-radius: 8px;
    padding: 10px 16px 10px 16px;
    gap: 6px;
    color: #e01b22;
    font-weight: 600;
    box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
    overflow: hidden;
    width: 250px;
    border: 1px solid #e2e2e2;
}