﻿:root {
    --dhl-yellow: #FFCC00;
    --dhl-red: #D40511;
    --text-dark: #333333;
    --text-black: #000000;
    --text-gray: #666666;
    --border-light: #E5E5E5;
    --bg-light: #F2F2F2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: 12px;
}

html {
    font-size: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    font-family: 'Delivery', 'Inter', sans-serif;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-size: clamp(0.875rem, 0.5rem + 0.5vw, 1rem);
}

/*MASTER PAGE CSS*/
.master-page-wrapper {
    width: 100%;
    max-width: 120rem;
    margin-inline: auto;
    min-height: 100vh;
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
}

/* Header Styles */
.header-top-bar {
    width: 100%;
    min-height: 4rem;
    height: auto;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-inline: clamp(1rem, 4vw, 4rem) 0;
    gap: 0.5rem;
}

.header-logo {
    max-width: clamp(6rem, 12vw, 12rem);
    height: auto;
}

.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.5rem, 2vw, 2rem);
    font-size: clamp(0.8125rem, 0.85rem + 0.15vw, 0.875rem);
    flex-wrap: wrap;
    min-width: 0;
    margin-left: auto;
    white-space: nowrap;
    padding: clamp(0.5rem, 1vw, 1rem);
}

.header-vertical-divider {
    width: 0.0625rem;
    height: 1.5rem;
    background: #000;
    opacity: 0.3;
}

.header-language-btn {
    display: flex;
    /*align-items: center;*/
    cursor: pointer;
    font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.875rem);
    color: #000;
    min-width: 0;
    flex-wrap: wrap;
}

.header-language-text {
    font-size: clamp(0.875rem, 0.85rem + 0.25vw, 1rem);
    font-weight: 400;
    font-family: 'Delivery', 'Inter', sans-serif;
    color: #000000;
    white-space: normal;
}

.header-language-icon {
    width: clamp(1.25rem, 1.5vw, 1.625rem);
    height: clamp(0.875rem, 1vw, 1.125rem);
    /*margin-inline: clamp(0.375rem, 0.6vw, 0.625rem);*/
    margin-left: 2rem;
}

.header-arrow-profile {
    inline-size: clamp(0.75rem, 0.8vw, 0.875rem);
    block-size: auto;
}

.header-help-support {
    font-size: clamp(0.875rem, 0.85rem + 0.25vw, 1rem);
    color: #000;
    text-decoration: none;
    line-height: 1.5;
    text-align: end;
    white-space: normal;
    word-break: break-word;
    font-weight: 400;
}

/* HOME PAGE */
.home-main-section {
    position: relative;
    min-height: calc(100px - clamp(4rem, 6vw, 6rem));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	background-color: #ffffff;
}

/*.home-top-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    display: block;
}*/

.home-top-bg-image {    
    width: 100%;
    height: auto;
    display: block;
}

/* TOP HALF */
.home-half-background {
    width: 100%;
    max-inline-size: clamp(75rem, 100vw, 120rem);
    margin-inline: auto;
    min-block-size: clamp(24rem, 60vh, 28.125rem);
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

.home-half-contentimg {
    width: 100%;
    height: auto;
    display: block;
    padding-block-start: clamp(0.75rem, 2vw, 1.25rem);
    padding-inline: clamp(1rem, 4vw, 2.5rem);
    padding-block-end: clamp(2rem, 6vw, 5rem);
}

/* Welcome */
.home-welcome-container {
    display: flex;
    align-items: center;
    flex: 1;
}

.home-welcome-block {
    max-inline-size: clamp(16rem, 30vw, 26.25rem);
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    font-family: 'Delivery', 'Inter', sans-serif;
    gap: clamp(0.25rem, 0.6vw, 0.5rem);
    display: flex;
    flex-direction: column;
}

    .home-welcome-block .home-welcome-text {
        font-size: clamp(1.4rem, 2vw + 0.5rem, 2.25rem);
        font-weight: 600;
    }

    .home-welcome-block h1 {
        font-size: clamp(2rem, 3vw + 1rem, 3rem);
        font-weight: 700;
    }

    .home-welcome-block .subtitle {
        font-size: clamp(1.125rem, 1.5vw + 0.5rem, 1.5rem);
        font-weight: 400;
    }


/* Navigation Styles */
.nav {
    inline-size: 100%;
    /*min-height: 4rem;*/
    height: auto;
    background: #FFCC00;
    border-top: 0.0625rem solid #FFFFFF;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-inline-start: clamp(1rem, 3vw, 2rem);
}

.nav-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-dark);
    font-family: 'Delivery', 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(0.8125rem, 0.85rem + 0.2vw, 0.875rem);
    line-height: 1.5;
    cursor: pointer;
    padding-inline: clamp(1rem, 3vw, 2rem);
    flex-shrink: 0;
    gap: clamp(0.25rem, 0.8vw, 0.5rem);
    padding-top: 10px;
    padding-bottom: 10px;
}

    .nav-item img {
        inline-size: clamp(0.75rem, 1vw, 0.875rem);
        block-size: auto;
        margin-inline-start: clamp(0.5rem, 1vw, 1rem);
        object-fit: contain;
    }

.dropdown {
    position: absolute !important;
    /*top: calc(100% + 0px);*/
    inset-block-start: clamp(1.8rem, 3vw, 2.2rem);
    inset-inline-start: clamp(-0.75rem, -1vw, -0.5rem);
    background: #2D2D2D;
    border-radius: clamp(0.375rem, 0.6vw, 0.5rem);
    padding-block: clamp(0.5rem, 1vw, 0.75rem);
    padding-inline: 0;
    min-inline-size: clamp(16rem, 18vw, 17.5rem);
    min-width: 280px;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 1000;
    left:15px;
}

    .dropdown::before {
        content: '';
        position: absolute;
        inset-block-start: clamp(-0.35rem, -0.5vw, -0.25rem);
        inset-inline-start: clamp(2rem, 3vw, 2.8rem);
        inline-size: clamp(0.5rem, 0.8vw, 0.75rem);
        block-size: clamp(0.5rem, 0.8vw, 0.75rem);
        background: #2D2D2D;
        transform: rotate(45deg);
    }

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
    display: block;
}

.dropdown-item {
    display: block;
    padding-block: clamp(0.5rem, 0.8vw, 0.75rem);
    padding-inline: clamp(1rem, 2vw, 1.5rem);
    color: #FFFFFF;
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: clamp(0.7rem, 0.8vw, 0.75rem);
    font-weight: 400;
    text-decoration: none;
    line-height: 1.57;
    transition: background-color 0.2s ease;
}

    .dropdown-item:hover {
        background: #3D3D3D;
    }

.nav-item.active {
    color: var(--dhl-red);
}

.nav-item {
    position: relative;
}

.chevron-down {
    inline-size: clamp(0.75rem, 1vw, 1rem);
    block-size: clamp(0.75rem, 1vw, 1rem);
}

/*Profile Dropdown*/
.profile-container {
    position: relative;
    display: inline-block;
}

.profile-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: clamp(0.75rem, 0.9vw, 0.875rem);
    color: #000;
    gap: clamp(0.4rem, 0.8vw, 0.625rem);
}

.profile-icon {
    inline-size: clamp(1rem, 1.5vw, 1.25rem);
    block-size: clamp(1rem, 1.5vw, 1.25rem);
    border-radius: 50%;
    margin-inline-end: clamp(0.4rem, 0.8vw, 0.625rem);
}

.profile-menu {
    display: none;
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: clamp(2rem, 3vw, 2.5rem);
    background: #000;
    color: white;
    border-radius: clamp(0.25rem, 0.5vw, 0.375rem);
    box-shadow: 0 0.25rem 0.625rem rgba(0,0,0,0.2);
    min-inline-size: clamp(14rem, 16vw, 15.625rem);
    z-index: 999;
}

    .profile-menu a {
        display: block;
        padding-block: clamp(0.5rem, 0.8vw, 0.625rem);
        padding-inline: clamp(0.75rem, 1vw, 0.875rem);
        color: #fff;
        text-decoration: none;
        font-size: clamp(0.7rem, 0.8vw, 0.75rem);
        transition: background 0.2s ease;
    }

        .profile-menu a:hover {
            background: #000;
        }


/* Footer */
.footer {
    background: #F2F2F2;
    padding-block: clamp(1.5rem, 3vw, 2rem);
    padding-inline: clamp(1rem, 5vw, 3rem);
}

.footer-line-divider {
    border-top: 0.0625rem solid #666;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(1rem, 3vw, 2rem);
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.5rem, 1.5vw, 1rem);
    margin-block: clamp(0.5rem, 1.5vw, 1rem);
}

    .footer-links a {
        /*font-weight: 700;*/
        font-size: clamp(0.8125rem, 0.85rem + 0.2vw, 0.875rem);
        /*font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.875rem);*/
        line-height: 1.5;
        color: #000;
        font-family: 'Delivery', 'Inter', sans-serif;
        text-decoration: none;
        text-underline-offset: clamp(0.125rem, 0.2vw, 0.25rem);
    }

        .footer-links a:hover {
            text-decoration: underline;
        }

.footer-copy {
    font-size: clamp(0.8125rem, 0.85rem + 0.2vw, 0.875rem);
    color: #6B6B6B;
    font-weight: 400;
    font-family: 'Delivery', 'Inter', sans-serif;
}

.footer-right {
    padding-inline-end: clamp(1rem, 6vw, 6rem);
}

.social-title {
    font-size: clamp(0.8125rem, 0.85rem + 0.2vw, 0.875rem);
    color: #6B6B6B;
    font-weight: 700;
    font-family: 'Delivery', 'Inter', sans-serif;
    margin-bottom: clamp(0.5rem, 1.5vw, 1rem);
    line-height: 1.4;
}

.social-icons {
    display: flex;
    gap: clamp(0.5rem, 1.5vw, 1rem);
    align-items: center;
    color: #6B6B6B;
}

    .social-icons img {
        inline-size: clamp(1rem, 1.5vw, 1.25rem);
        block-size: auto;
        opacity: 0.7;
        transition: opacity 0.2s ease, transform 0.2s ease;
        object-fit: contain;
    }

@media (max-width: 768px) {
    .header-top-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header-top-right {
        justify-content: center;
    }

    .home-main-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .home-welcome-container {
        justify-content: center;
        text-align: center;
        padding-inline-start: 0;
    }

    .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Content Styles */
.content {
    min-height: calc(100vh - 128px);
    background-size: cover;
    background: #F2F2F2;
    width: 100% !important;
    /*margin: 0 auto;
    padding-right: 8rem !important;
    padding-left: 8rem !important;*/
}

.page-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.welcome-text-ms {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.grid-container-ms {
    display: grid;
    gap: 14px;
    margin-bottom: 14px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.grid-row-1-ms {
    display: grid;
    grid-template-columns: 801px 553px;
    gap: 14px;
}

.grid-row-2-ms {
    display: grid;
    grid-template-columns: 337px 336px 660px;
    gap: 14px;
}

.grid-row-3-ms {
    display: grid;
    grid-template-columns: 959px 386px;
    gap: 14px;
}

.card-ms {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
}

.card-ms-lg {
    height: 168px;
}

.card-ms-md {
    height: 183px;
}

.card-ms-xl {
    height: 361px;
}

.list-scroll {
    /* Enable vertical scrolling */
    overflow-y: auto;
    /* Optional: Hide horizontal scroll if not needed */
    overflow-x: hidden;
    /* Set a fixed height for the container */
    max-height: 400px; /* Adjust this value as needed for your design */
    /* Optional: Add separation if required */
    border: 1px solid #e0e0e0;
    width: 100%;
}

/* Info Box Styles */
.info-box {
    background: #EFF7FB;
    border: 0.125rem solid #006EC1;
    border-radius: clamp(0.25rem, 0.4vw, 0.375rem);
    margin-block-end: clamp(0.5rem, 1vw, 0.75rem);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* 🔥 KEY: stretch children */
    gap: clamp(0.5rem, 2vw, 1rem);
    box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.1);
    inline-size: 100%;
    min-inline-size: 0;
}

/* Blue bar */
.info-icon {
    background: #006EC1;
    width: clamp(2.5rem, 2.6rem + 0.5vw, 2.875rem); /* fixed width for blue bar */
    display: flex;
    align-items: flex-start; /* icon stays top aligned */
    justify-content: center;
    padding-block-start: clamp(0.875rem, 0.9rem + 0.3vw, 1rem); /* top spacing like screenshot */
    flex-shrink: 0; /* prevent shrinking */
}

.info-text {
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: clamp(0.875rem, 0.85rem + 0.25vw, 1rem);
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    flex: 1 1 0;
    min-inline-size: 0;
    padding-block: clamp(0.4rem, 0.8vw, 0.5rem);
    /*padding-inline: clamp(0.75rem, 1.5vw, 1rem) 0;*/
    word-break: break-word;
}

.info-icon img {
    inline-size: clamp(1.25rem, 1.5vw, 1.5rem);
    block-size: auto; /* keeps aspect ratio */
    object-fit: contain;
    /*width: 24px;
    height: auto;*/ /* responsive */
}

/* Form Card Styles */
.form-card {
    background: #FFFFFF;
    border-radius: 0.5rem;
    padding: clamp(1rem, 3vw, 2rem);
    box-shadow: 0px 0px 0.3125rem rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
}

.form-section {
    display: flex;
    align-items: flex-start;
    gap: clamp(1rem, 2.5vw, 2.2rem);
    margin-bottom: 0.5rem;
    flex-wrap: nowrap;
}

@media (max-width: 75rem) { /* 1200px */
    .form-section {
        flex-wrap: wrap;
    }
}

.form-section-w100 {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 16px;
    width: 100%;
}

.form-label-section {
    flex: 0 0 clamp(12rem, 20vw, 16.875rem);
    max-width: 100%;
}

.form-label-sd {
    font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.875rem);
    font-weight: 700;
    color: var(--text-black);
    line-height: 1.5;
}

.form-content {
    width: 100%;
    font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.875rem);
}

.mandatory {
    font-size: 18px;
    color: red;
    font-weight: bold;
    vertical-align: bottom;
}

.error {
    font-size: 14px;
    color: red;
    font-weight: normal;
}

.success {
    font-size: 11px;
    color: green;
    font-weight: bold;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 99;
    opacity: 2;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

/* Divider */
.section-divider {
    border: none;
    border-top: 1px dashed #EBEBEB;
    margin: 08px 0;
}

/* Declaration Box */
.declaration-box {
    font-size: 14px;
    line-height: 2;
    color: var(--text-black);
    margin-bottom: 20px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-text {
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-black);
}

.bottom-nav {
    padding: 15px 32px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 24px;
}

.next-btn {
    background: var(--dhl-red);
    color: #FFFFFF;
    border: none;
    border-radius: 0.25rem;
    padding: clamp(0.625rem, 1vw, 0.75rem) clamp(0.75rem, 1.5vw, 1rem);
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    font-weight: 700;
    cursor: pointer;
    line-height: 1.0;
}

    .next-btn:disabled {
        background-color: #f2b6b6; /* faded pink / grey */

        color: #ffffff;
        cursor: not-allowed;
        opacity: 0.6;
    }

.changepwd-button-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(0.75rem, 1.5vw, 1rem) clamp(1rem, 2vw, 1.25rem);
}

.cancel-btn {
    background: transparent;
    border: none;
    color: #D40511;
    border: none;
    padding: clamp(0.625rem, 1vw, 0.75rem) clamp(0.75rem, 1.5vw, 1rem);
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    font-weight: 700;
    cursor: pointer;
    line-height: 1.0;
}

.form-check-input:checked {
    background-color: black !important;
    border-color: black !important;
}

.ajax__calendar_container,
.ajax__calendar,
.ajax__calendar_body {
    z-index: 9999 !important;
}

.ajax__calendar {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: 13px;
}

/* Content Container Styles */
.content-container {
    background: #FFFFFF;
    border-radius: 8px;
    min-height: 340px;
}

.section-title {
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 0.44;
    padding: 8px 10px 15px;
}

.time-select-group {
    display: flex;
    align-items: center;
    gap: 10px; /* space between Hrs/Mins labels and dropdowns */
    flex-wrap: nowrap; /* ensures both stay in one line */
    white-space: nowrap;
}

    .time-select-group label {
        font-weight: 500;
        margin-right: 4px;
        margin-bottom: 0;
    }

    .time-select-group .form-select {
        width: 80px !important;
        padding: 4px 6px;
        border-radius: 6px;
        display: inline-block;
    }

.otp-button {
    color: red; /* Text color */
    background-color: white; /* Background color */
    border: 1px solid red; /* Optional: adds red border */
    padding: 8px 16px; /* Optional: adds spacing */
    cursor: pointer; /* Pointer on hover */
    font-size: 16px; /* Optional: text size */
    border-radius: 4px; /* Optional: rounded corners */
}

    .otp-button:hover {
        background-color: #ffe6e6; /* Optional: light red on hover */
    }

.save-receiver-btn1 {
    background-color: white;
    color: #D40511;
    border: 2px solid #D40511;
    border-radius: 4px;
    padding: 11px 25px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    width: auto;
    display: inline-flex; /* changed from block */
    margin: 0; /* remove auto margin */
}

/* Document List Styles */
.document-list {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.document-card {
    width: 396px;
    background: #FFFFFF;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    overflow: hidden;
}

.document-preview {
    background: #E5E5E5;
    padding: 0 32px 24px;
    min-height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .document-preview img {
        max-width: 193px;
        border-radius: 8px;
        margin-top: 20px;
        border: 1px solid var(--border-light);
    }

.document-info {
    padding: 16px 24px;
    border-top: 1px solid #EBEBEB;
}

.document-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: -15px;
}

.checkbox-custom {
    display: flex;
    align-items: center;
}

.file-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.file-name {
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.5;
}

.file-size {
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.57;
}

.radio-space input[type="radio"] {
    margin-right: 5px; /* space between radio and text */
}

.radio-space label {
    display: inline-flex;
    align-items: center;
}



/* Kratika */
.pickup-textbox {
    height: 48px !important;
    border: 1px solid #E5E5E5;
    padding: 10px 14px 10px 14px;
    gap: 8px;
    background-color: #F2F2F2;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.info-blue-box {
    background: #EFF7FB;
    border: 0.125rem solid #006EC1;
    border-radius: clamp(0.2rem, 0.5vw, 0.25rem);
    display: flex;
    align-items: stretch; /* 🔥 KEY: stretch children */
    gap: clamp(0.75rem, 2vw, 1.5rem);
    box-shadow: 0 0.0625rem clamp(0.15rem, 0.5vw, 0.25rem) rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: clamp(2.5rem, 4vw, 3rem);
    height: auto;
    margin-top: 1vw;
}

.info-blue-icon {
    background: #006EC1;
    height: auto;
    width: clamp(2.2rem, 4vw, 2.75rem);
    padding: clamp(0.75rem, 2vw, 1rem) clamp(0.5rem, 1.5vw, 0.625rem);    
    display: flex;
    align-items: flex-start; /* icon stays top aligned */
    justify-content: center;    
    flex-shrink: 0; /* prevent shrinking */
}

.info-text-message {
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    font-weight: 400;
    line-height: clamp(1.2rem, 1.5vw, 1.375rem);
    color: #000000;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex: 1;
}

/* Upload Document*/
.upload-container {
    display: flex;
    align-items: center;
    font-family: 'Delivery', 'Inter', sans-serif;
}

.upload-right {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 1.5vw, 0.75rem);
}

.upload-btn {
    background: #FFCC00;
    gap: clamp(0.4rem, 1vw, 0.5rem);
    width: clamp(10rem, 30vw, 14.25rem);
    height: clamp(2.5rem, 4vw, 2.8125rem);
    border: none;
    border-radius: 0.25rem;
    font-size: clamp(0.8125rem, 1vw, 0.875rem);
    font-weight: 700;
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-family: 'Delivery', 'Inter', sans-serif;
    transition: all 0.3s ease;
}

/*  NEW STYLE AFTER FILE SELECTION */
.uploaded-file-box {
    width: clamp(10rem, 45vw, 21.875rem);
    height: auto;
    border: 0.125rem solid #f6b400;
    border-radius: 0.375rem;
    padding: clamp(0.5rem, 1.5vw, 0.75rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    font-family: 'Delivery', 'Inter', sans-serif;
}

.uploaded-file-name {
    color: #000000;
    font-size: clamp(0.8125rem, 1vw, 0.875rem);
    font-family: 'Delivery', 'Inter', sans-serif;
    word-break:break-all;
    word-wrap:break-word;
}

.download-excel-link {
    color: #D40511;
    font-weight: 700;
    font-size: clamp(0.8125rem, 1vw, 0.875rem);
    margin-top: 0.25rem;
    gap: clamp(0.4rem, 1vw, 0.5rem);
    vertical-align: middle;
}

.download-excel-link-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vector-line {
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient( to right, #EBEBEB 0 8px, transparent 8px 16px );
    margin: 16px 0;
}

/* Custom Overlay Model */
.custom-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: clamp(0.75rem, 2vw, 1rem);    
}

/* Modal box */
.custom-modal {
    width: min(100%, clamp(20rem, 85vw, 43.75rem));
    background: #fff;
    border-radius: 0.25rem;
    overflow: hidden;
    animation: fadeIn 0.25s ease;
    font-family: 'Delivery', 'Inter', sans-serif;
    box-shadow: 0 0.625rem 1.5625rem rgba(0,0,0,0.2);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

/* Header */
.custom-modal-header {
    margin: clamp(0.25rem, 1vw, 0.75rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-modal-header h2 {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    margin: 0;
    font-weight: 600;
}

.custom-modal-header-separator {
    width: 100%;
    height: 0.0625rem;
    background-color: #EBEBEB;
}


/* Close icon */
.custom-modal-close {
    cursor: pointer;
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    font-weight: bold;
    color: #000000;
}

/* Body */
.custom-modal-body {
    margin: clamp(0.25rem, 1vw, 0.75rem);
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    color: #000000;
    font-family: 'Delivery', 'Inter', sans-serif;
    line-height: 1.6;
    justify-content: center;
    max-height: clamp(18rem, 60vw, 30rem);
    overflow-y: auto;
    padding-right: clamp(0.5rem, 1vw, 0.75rem);
    flex: 1;
}

/* Footer */
.custom-modal-footer {
    margin: clamp(0.25rem, 1vw, 0.75rem);
    text-align: right;
}

.declaration-section {
    display: flex;
    align-items: center;
    gap: clamp(0.25rem, 1vw, 0.375rem); /* 4–6px */    
    flex-wrap: wrap;
}

/* Custom Help/Info Tooltip */
.help-wrapper {
    position: relative;
    display: inline-block;
}

.help-tooltip {
    position: absolute;
    bottom: calc(100% + clamp(0.5rem, 1vw, 0.75rem)); /* Places it above the image */
    left: 50%;
    transform: translateX(-50%);
    background: #4a4d52; /* same grey as screenshot */
    color: #fff;
    padding: clamp(0.4rem, 1vw, 0.5rem) clamp(0.75rem, 1.5vw, 0.875rem);
    border-radius: clamp(0.5rem, 1vw, 0.625rem);
    font-size: clamp(0.75rem, 1vw, 0.8125rem);
    white-space: normal;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 1;
    min-width: clamp(10rem, 30vw, 15rem);
    text-align: center;
}

/*show on hover */
.help-wrapper:hover .help-tooltip {
    opacity: 1;
}

/*small arrow below tooltip*/
.tooltip-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: clamp(0.35rem, 0.8vw, 0.4375rem) solid transparent;
    border-right: clamp(0.35rem, 0.8vw, 0.4375rem) solid transparent;
    border-top: clamp(0.35rem, 0.8vw, 0.4375rem) solid #4a4d52;
}

/* Custom LARGE TEXT Help/Info Tooltip */
.help-wrapper-large {
    position: relative;
    display: inline-block;
}

.help-tooltip-large {
    position: absolute;
    bottom: calc(100% + clamp(0.5rem, 1vw, 0.75rem)); /* Places it above the image */
    left: 50%;
    transform: translateX(-50%);
    background: #4a4d52; /* same grey as screenshot */
    color: #fff;
    padding: clamp(0.4rem, 1vw, 0.5rem) clamp(0.75rem, 1.5vw, 0.875rem);
    border-radius: clamp(0.5rem, 1vw, 0.625rem);
    font-size: clamp(0.75rem, 1vw, 0.8125rem);
    white-space: normal;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 1;
    min-width: clamp(14rem, 40vw, 20rem);
    text-align: center;
}

/*show on hover */
.help-wrapper-large:hover .help-tooltip-large {
    opacity: 1;
}

/*small arrow below tooltip*/
.tooltip-arrow-large {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: clamp(0.35rem, 0.8vw, 0.4375rem) solid transparent;
    border-right: clamp(0.35rem, 0.8vw, 0.4375rem) solid transparent;
    border-top: clamp(0.35rem, 0.8vw, 0.4375rem) solid #4a4d52;
}

/* ---------- Bulk Upload V Success/Error Tabs ---------- */
.tab-container {
    width: 100%;
    margin: 20px auto;
    font-family: 'Delivery', 'Inter', sans-serif;
}

    .tab-container input[type="radio"] {
        display: none;
    }

.tab-label {
    padding: 10px 10px;
    margin-right: 2px;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 600;
}

input#tab1:checked + label[for="tab1"],
input#tab2:checked + label[for="tab2"] {
    border-bottom: 3px solid #D40511;
}

/* ---------- Bulk Upload V Success/Error Tab content ---------- */
.tab-content {
    display: none;
    padding: 20px 10px;
    background: #fff;
    border-top: none;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2 {
    display: block;
}


/* GridView wrapper */
.custom-grid-view {
    width: 100%;
    border: 1px solid #E5E5E5;
}

    .custom-grid-view td, .custom-grid-view th {
        padding: 8px 4px;
    }

    /* Column widths using CSS grid */
    .custom-grid-view tr {
        display: grid;
        /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;*/
        grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
        gap: clamp(0.4rem, 1vw, 0.75rem);
    }

.grid-header {
    background: #FFCC00 !important;
    color: #333333;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    padding-left: 0.5rem;
    font-family: 'Delivery', 'Inter', sans-serif;
}

/* Row formatting */
.grid-row {
    color: #333333;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 0.5rem;
    font-family: 'Delivery', 'Inter', sans-serif;
}

/* Status badge */
.status-success {
    background-color: rgba(118, 189, 34, 0.2);
    color: #007C39;
    padding: 4px 10px;
    border-radius: 12px;
    border: 1px solid #007C39;
    font-size: 12px;
    font-family: 'Delivery', 'Inter', sans-serif;
}

.status-error {
    background-color: rgba(154, 0, 0, 0.2);
    color: #D40511;
    padding: 4px 10px;
    border-radius: 12px;
    border: 1px solid #9A0000;
    font-size: 12px;
    font-family: 'Delivery', 'Inter', sans-serif;
}

/* Info Red Box */
.info-red-box {
    background: #FFE8EA;
    border: 0.125rem solid #EB131E;
    border-radius: clamp(0.2rem, 0.5vw, 0.25rem);
    display: flex;
    align-items: stretch;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    box-shadow: 0 0.0625rem clamp(0.15rem, 0.5vw, 0.25rem) rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: clamp(2.5rem, 4vw, 3rem);
    height: auto;
}

.info-red-icon {
    background: #EB131E;
    height: auto;
    width: clamp(2.2rem, 4vw, 2.75rem);
    padding: clamp(0.75rem, 2vw, 1rem) clamp(0.5rem, 1.5vw, 0.625rem);
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}

/* Info Green Box */
.info-green-box {
    background: rgba(118, 189, 34, 0.2);
    border: 0.125rem solid #007C39;
    border-radius: clamp(0.2rem, 0.5vw, 0.25rem);
    display: flex;
    align-items: stretch;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    box-shadow: 0 0.0625rem clamp(0.15rem, 0.5vw, 0.25rem) rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: clamp(2.5rem, 4vw, 3rem);
    height: auto;    
}

.info-green-icon {
    background: #007C39;
    height: auto;
    width: clamp(2.2rem, 4vw, 2.75rem);
    padding: clamp(0.75rem, 2vw, 1rem) clamp(0.5rem, 1.5vw, 0.625rem);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
}

.count-text-bold{
    font-weight: 700;
}

.grid-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

.footer-btn-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 24px;
}

.toggle-RAS-hidden {
    display: none;
}

/* RAS Grid Style */
.custom-ras-grid-view {
    width: 100%;
    border: 1px solid #E5E5E5;
}

    .custom-ras-grid-view td, .custom-ras-grid-view th {
        padding: 8px 4px;
    }

    /* Column widths using CSS grid */
    .custom-ras-grid-view tr {
        display: grid;
        /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;*/
        grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr)); 
        gap: clamp(0.4rem, 1vw, 0.75rem); 
    }

/* Error Records */
.custom-err-grid-view {
    width: 100%;
    border: 1px solid #E5E5E5;
}

    .custom-err-grid-view td, .custom-err-grid-view th {
        padding: 8px 4px;
    }

    /* Column widths using CSS grid */
    .custom-err-grid-view tr {
        display: grid;
        /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;*/
        grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
        gap: clamp(0.4rem, 1vw, 0.75rem);
    }

/* Invalid Records Error List */
.custom-invalid-grid-view {
    width: 100%;
    border: 1px solid #E5E5E5;
}

    .custom-invalid-grid-view td, .custom-invalid-grid-view th {
        padding: 8px 4px;
    }

    /* Column widths using CSS grid */
    .custom-invalid-grid-view tr {
        display: grid;
        /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;*/
        grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
        gap: clamp(0.4rem, 1vw, 0.75rem);
    }
	
/* EOR Grid View */
.eor-grid-view {
    width: 100%;
    border: 1px solid #E5E5E5;
}

    .eor-grid-view td, .eor-grid-view th {
        padding: 8px 4px;
    }

    /* Column widths using CSS grid */
    .eor-grid-view tr {
        display: grid;
        /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;*/
        grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
        gap: clamp(0.4rem, 1vw, 0.75rem);
    }

/* Hybrid+ CSS */
.currency-input-wrapper {
    display: flex;
    align-items: center;
    width: 260px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.currency-dropdown {
    border: none;
    padding: 8px 10px;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.currency-divider {
    width: 1px;
    background-color: #E5E5E5;
}

.amount-input {
    flex: 1;
    border-left: 1px #E5E5E5 !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 8px 10px;
    font-size: 14px;
    outline: none !important;
}

.noRecordsMessage {
    display: flex;
    align-items: center;
    flex-direction: column;
}


/* Pickup - Custom Time drawer */
.timeline-container {
    width: 100%;    
    margin-top: clamp(0.75rem, 1.5vw, 1rem);
    padding-inline: clamp(0.25rem, 1vw, 0.5rem);    
    position: relative;
}

.line {
    width: 100%;
    height: clamp(0.35rem, 0.6vw, 0.45rem);
    background: #FFCC00;
    position: relative;
    border-radius: clamp(0.75rem, 1.5vw, 1rem);
    margin-bottom: clamp(0.75rem, 1.5vw, 1rem);
}

.range-fill {
    position: absolute;
    top: 0;
    height: clamp(0.35rem, 0.6vw, 0.45rem);
    background: #007BFF; /* default range color */
    border-radius: clamp(0.5rem, 1vw, 0.625rem);
    z-index: 1;
    transition: background 0.2s linear;
}

.time-labels {
    position: absolute;
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    transform: translateX(-50%);
    white-space: nowrap;    
}

.drag-btn {
    background: #D40511;
    position: absolute;
    top: clamp(-0.6rem, -0.8vw, -0.5rem);
    height: clamp(1.2rem, 2vw, 1.4rem);
    min-width: clamp(4rem, 7vw, 4rem);
    padding: 0 clamp(0.4rem, 1vw, 0.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: clamp(0.75rem, 1.5vw, 1rem);
    color: #FFF;
    cursor: grab;
    z-index: 2;
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: clamp(0.5rem, 0.9vw, 0.75rem);
    white-space: nowrap;
}

/* Password - Tooltip */
.tooltip-container {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

.password-input {
    padding: 10px;
    width: 260px;
    font-size: 14px;
}

.password-tooltip {
    position: absolute;
    top: 0;
    left: calc(30vw); /* RIGHT of input */
    background: #F2F2F2;
    border: 1px solid #E9EAEB;
    color: #222;
    padding: 10px;
    width: 350px;
    border-radius: 4px;
    font-size: 14px;
    display: block;    
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
}

    .password-tooltip::after {
        content: "";
        position: absolute;
        top: 10px;
        left: -20px;
        border-width: 10px;
        border-style: solid;        
        border-color: transparent #F2F2F2 transparent transparent;
    }

    .password-tooltip div {
        margin: 4px 0;
    }

.password-input-valid {
    color: #007C39;
}

.password-input-invalid {
    color: #D40511;
}
.privacy-declaration-card {
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
}

/* CUSTOM TOAST */
#toast-container > .toast {
    width: auto !important;
    min-width: 400px !important;
    padding: 20px 20px 20px 70px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    opacity: 1 !important;
    background-image: none !important;
    font-family: 'Delivery', Arial, sans-serif !important;
}

/* Info/Warning Toast (Yellow - DHL Style) */
#toast-container > .toast-info {
    background-color: #ffcc00 !important;
    color: #000 !important;
    border-left: 8px solid #d40511 !important;
}

/* Error Toast (Red) */
#toast-container > .toast-error {
    background-color: #fdecea !important;
    color: #000 !important;
    border-left: 8px solid #e53935 !important;
}

/* Error Toast (Red) */
#toast-container > .toast-warning {
    background-color: #fff3cd !important;
    color: #000 !important;
    border-left: 8px solid #ffc107 !important;
}

/* Success Toast (Green) */
#toast-container > .toast-success {
    background-color: #e8f5e9 !important;
    color: #000 !important;
    border-left: 8px solid #4caf50 !important;
}

/* REMOVE toastr default icons */
.toast-error,
.toast-success,
.toast-info,
.toast-warning {
    background-image: none !important;
}

/* Title Styles */
.toast-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
}

#toast-container > .toast-info .toast-title {
    color: #000000 !important;
}

#toast-container > .toast-error .toast-title {
    color: #000000 !important;
}

#toast-container > .toast-warning .toast-title {
    color: #000000 !important;
}

#toast-container > .toast-success .toast-title {
    color: #000000 !important;
}

/* Message Styles */
.toast-message {
    font-size: 11px !important;
    line-height: 1.5 !important;
    margin-top: 4px !important;
}

#toast-container > .toast-info .toast-message {
    color: #000000 !important;
}

/* Progress bar bottom aligned */
.toast-progress {
    bottom: 0 !important;
    top: auto !important;
    height: 3px !important;
    opacity: 0.7 !important;
}

#toast-container > .toast-info .toast-progress {
    background-color: #d40511 !important;
}

#toast-container > .toast-error .toast-progress {
    background-color: #e53935 !important;
}

#toast-container > .toast-warning .toast-progress {
    background-color: #ffc107 !important;
}

#toast-container > .toast-success .toast-progress {
    background-color: #4caf50 !important;
}

/* Custom info/warning icon (exclamation in circle) */
#toast-container > .toast-info::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d40511'>\
<circle cx='12' cy='12' r='10' fill='none' stroke='%23d40511' stroke-width='2'/>\
<path d='M12 7v6M12 17h.01' stroke='%23d40511' stroke-width='2' stroke-linecap='round'/>\
</svg>") no-repeat center;
    background-size: contain;
}

/* Custom error icon (triangle warning) */
#toast-container > .toast-error::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d32f2f'>\
<path d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/>\
</svg>") no-repeat center;
    background-size: contain;
}

/* Custom error icon (triangle warning) */
#toast-container > .toast-warning::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff9800'>\
<path d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/>\
</svg>") no-repeat center;
    background-size: contain;
}

/* Custom success icon (checkmark in circle) */
#toast-container > .toast-success::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e7d32' stroke-width='2'>\
<circle cx='12' cy='12' r='10'/>\
<path d='M9 12l2 2 4-4' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>") no-repeat center;
    background-size: contain;
}

/* Close button */
/*.toast-close-button {
    position: absolute !important;
    font-size: 16px !important;
    font-weight: bold !important;
    opacity: 1 !important;
    text-shadow: none !important;
    right: 15px !important;
    top: 25% !important;
    transform: translateY(-50%) !important;
    color: #fff !important;
    background-color: #4caf50 !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: background-color 0.3s ease !important;
    cursor: pointer !important;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        background-color: #45a049 !important;
        opacity: 1 !important;
    }*/

.cust-toast-close-button {
    position: absolute !important;
    background: url('assets/images/cancel-circle.svg');
    right: 15px !important;
    top: 25% !important;
    transform: translateY(-50%) !important;
}

    /*.toast-close-button:hover,
    .toast-close-button:focus {
        opacity: 1 !important;
    }*/

/* Position adjustments */
.toast-top-right {
    top: 12px !important;
    right: 12px !important;
}


/*MASTER PAGE - CONTENT SECTION CSS*/

/* PROFILE - CHANGE PASSWORD */
.content-leftmargin {
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 1vw;
}

.profile-tab-container {
    width: 100%;
    font-family: 'Delivery', 'Inter', sans-serif;
}

    .profile-tab-container input[type="radio"] {
        display: none;
    }

.profiletab-label {
    padding: 10px 10px;
    margin-right: 2px;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /* font-weight: 600; */
}

input#profiletab1:checked + label[for="profiletab1"],
input#profiletab2:checked + label[for="profiletab2"] {
    border-bottom: 3px solid #D40511;
}

.profiletab-content {
    display: none;
    padding: 20px 10px;
    background: #F2F2F2;
    border-top: none;
}

#profiletab1:checked ~ #content1,
#profiletab2:checked ~ #content2 {
    display: block;
}

/*CAPTCHA SECTION*/
.password-captcha-section {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 44px;
}

.password-captcha-block {
    /*background: #fff;
    width: 175px;
    height: 44px;
    display: flex;
    align-items: center;*/
    display: flex;
    align-items: center;
    justify-content: center;
    inline-size: 100%;
    max-inline-size: clamp(12rem, 20vw, 15rem);    
    border-radius: clamp(0.25rem, 0.4vw, 0.5rem);
    padding-inline: clamp(0.5rem, 1vw, 0.625rem);
    min-block-size: clamp(2.5rem, 4vw, 3rem);
}

.password-captcha-image {
    /*height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;*/

    max-inline-size: clamp(6rem, 12vw, 8.75rem);
    block-size: auto;
    object-fit: contain;
}
.password-captcha-reset {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
}

.img-download-doc {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* CourierCargoCSB5 CSS */
/* Default: horizontal layout */
.cargo-courier-list tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem 1.5rem;
}

.cargo-courier-list td {
    display: flex;
    align-items: center;
}

.cargo-courier-list label {    
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    word-break: break-word;
}

/* When zoomed (~500%) or very narrow viewport, switch to vertical */
@media (max-width: 300px) {
    .cargo-courier-list tbody tr {
        flex-direction: column;        
    }
}


/* HELP AND SUPPORT */
.help-tab-container {
    width: 100%;
    font-family: 'Delivery', 'Inter', sans-serif;
}

    .help-tab-container input[type="radio"] {
        display: none;
    }

.helptab-label {
    padding: 10px 10px;
    margin-right: 10px;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /*font-weight: 600;*/
}

/* For checked items */
input#helptab1:checked + label[for="helptab1"],
input#helptab2:checked + label[for="helptab2"],
input#helptab3:checked + label[for="helptab3"] {
    border-bottom: 3px solid #D40511;    
}

input[name="tabs"]:checked + label {
    font-weight: bold;
}

.helptab-content {
    display: none;
    padding: 20px 0px;
    background: #F2F2F2;
    border-top: none;
}

#helptab1:checked ~ #content1,
#helptab2:checked ~ #content2,
#helptab3:checked ~ #content3 {
    display: block;
}

.help-document-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
    font-weight: bold;    
    font-size: clamp(0.875rem, 0.9rem + 0.3vw, 1rem);
    font-family: 'Delivery', 'Inter', sans-serif;
    color: #222;
}

.help-pdf-document a {
    font-size: clamp(0.8125rem, 0.85rem + 0.2vw, 0.875rem);
    line-height: 1.5;
    color: #007AFF;
    font-family: 'Delivery', 'Inter', sans-serif;
    text-decoration: none;
    text-underline-offset: clamp(0.125rem, 0.2vw, 0.25rem);
    padding-inline: clamp(0.75rem, 1.5vw, 1rem);
}

    .help-pdf-document a:hover {
        text-decoration: underline;
    }

.line-separator {
    width: 100%;
    height: 1px;
    background-color:#CCCCCC;
}

.faq-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.faq-question {
    position: relative;
    cursor: pointer;
    display: flex;
    height: clamp(2rem, 1vw, 4rem);
    align-items:center;
}

    .faq-question::after {
        content: url('../images/faq-down-arrow.svg');
        position: absolute;
        right: 15px;
        font-size: 18px;
        /*transition: transform 0.3s ease;*/
    }

    .faq-question.active::after {
        content: url('../images/faq-up-arrow.svg');
    }

.faq-answer {
    display: none;
    color: #666666;
    font-size: clamp(0.875rem, 0.9rem + 0.3vw, 1rem);
    font-family: 'Delivery', 'Inter', sans-serif;
}

    .faq-answer ul {
        margin: 5px 0 0 20px;
        color: #666666;
        font-size: clamp(0.875rem, 0.9rem + 0.3vw, 1rem);
        font-family: 'Delivery', 'Inter', sans-serif;
    }

        .faq-answer ul li {            
            color: #666666;
            font-size: clamp(0.875rem, 0.9rem + 0.3vw, 1rem);
            font-family: 'Delivery', 'Inter', sans-serif;
        }

.faq-line-separator {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}

.contact-section {
    display: flex;        
    margin: 0 auto;
}

.contact-box {
    flex: 1;
    background: #fff;
    border: 1px solid #E9E9E9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin: clamp(0.5rem, 1vw, 0.75rem);
}

.contact-gray-box {
    background-color: rgba(107, 114, 128, 0.04);
    padding: 20px;
}

.contact-titles {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
    font-weight: bold;
    margin-top: 7px;
    font-size: clamp(0.875rem, 0.9rem + 0.3vw, 1rem);
    font-family: 'Delivery', 'Inter', sans-serif;
    color: #222;
    padding: 20px;
}

.contact-images{
    width: 16px;
    height: 16px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #444444;
}

    .contact-item span {
        margin-left: 10px;
        font-family: 'Delivery', 'Inter', sans-serif;
        font-size: clamp(0.875rem, 0.9rem + 0.3vw, 1rem);
    }

    .contact-item a {
        margin-left: 10px;
        font-family: 'Delivery', 'Inter', sans-serif;
        font-size: clamp(0.875rem, 0.9rem + 0.3vw, 1rem);
        text-decoration: underline;
        color: #444444;
    }

.contact-desc {
    margin-top: 10px;
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: clamp(0.5rem, 0.9rem, 0.75rem);
    color: #555;
}

/* Base state */
.footer-links a.ot-sdk-show-settings {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: #000 !important;
    font-size: clamp(0.8125rem, 0.85rem + 0.2vw, 0.875rem) !important;
    font-family: 'Delivery', 'Inter', sans-serif !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
}

    /* Hover / focus / active — match other links */
    .footer-links a.ot-sdk-show-settings:hover,
    .footer-links a.ot-sdk-show-settings:focus,
    .footer-links a.ot-sdk-show-settings:active {
        color: #000 !important;
        background: none !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        text-decoration: underline !important;
    }

/*  HOME PAGE TEASER CSS  */

.teaser-section {
    position: relative;
    width: 100%;
    min-height: clamp(16rem, 5vw + 14rem, 22rem);
    display: flex;
    /*align-items: center;*/
    justify-content: flex-start; /* align left */
    overflow: hidden; /* ensures background stays contained */
}

.teaser-section-background {
    position: absolute; /* sits behind content */    
    width: 100%;
    height: 100%;
    background: url('../images/world-map.png') no-repeat center center;
    background-size: contain;
    z-index: 0; /* keep it behind */
}

.teaser-card-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: clamp(60rem, 5vw + 70rem, 90rem);
	margin-bottom: 2rem;
	margin-top: -2rem;
}

.teaser-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    /* flex: 1 1 300px; */
    /* max-width: 350px; */
	flex: 1 1 clamp(20rem, 5vw + 16rem, 22rem); 
	max-width: clamp(20rem, 5vw + 16rem, 22rem);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.teaser-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.teaser-card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
	flex-grow: 1;
}

    .teaser-card-content h3 {
        font-family: 'Delivery', 'Inter', sans-serif;
        font-size: clamp(0.875rem, 0.9rem + 0.3vw, 1rem);
        margin-bottom: 0.75rem;
        color: #000000;
        font-weight: bold;
    }

    .teaser-card-content p {
        font-size: clamp(0.8125rem, 0.85rem + 0.2vw, 0.875rem);
        font-family: 'Delivery', 'Inter', sans-serif;
        margin-bottom: 1rem;
        color: #333;
    }

    .teaser-card-content a {
        font-size: clamp(0.8125rem, 0.85rem + 0.2vw, 0.875rem);
        font-family: 'Delivery', 'Inter', sans-serif;
        display: inline-block;
        text-decoration: none;
        color: #006EC1;
        transition: color 0.2s ease;
        text-align: right;
		margin-top: auto;
    }

        .teaser-card-content a:hover {
            color: #006EC1;
            text-decoration: underline;
        }

.teaser-welcome-section {
    position: relative;
    z-index: 1;
    margin-left: 3rem;
    margin-top: 1rem;
}

.teaser-welcome-content h1 {
    font-size: clamp(1rem, 1rem + 0.5vw, 1.5rem);
    color: #000000;
    margin-bottom: 0.5rem;
    font-family: 'Delivery', 'Inter', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.teaser-welcome-content label {
    font-size: clamp(1rem, 1rem + 0.5vw, 1.5rem);
    color: #d40511;
    margin-bottom: 0.5rem;
    font-family: 'Delivery', 'Inter', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.teaser-welcome-content p {
    font-size: clamp(0.8125rem, 0.85rem + 0.2vw, 0.875rem);
    color: #333;
    font-family: 'Delivery', 'Inter', sans-serif;
}

/*CSBV PAGE INSURED AMOUNT Instruction*/

.insured-amount-section {
    display: flex;
	flex-direction: row;
	align-items: center;
}

.insured-red-instruction {
    font-size: 0.75rem;
    color: #D40511;
    font-family: 'Delivery', 'Inter', sans-serif;
    margin-left: 1rem;
}

/*Check Declaration I agree text style*/
.ChkIndemintyIAgreeText {
    font-family: 'Delivery', 'Inter', sans-serif;
    font-size: 14px;    
    color: var(--text-black);
}