@font-face {
    font-family: product-sans-regular;
    src: url("../fonts/Product-Sans-Regular.ttf");
}

@font-face {
    font-family: product-sans-bold;
    src: url("../fonts/Product-Sans-Bold.ttf");
}


@font-face {
    font-family: lato-regular;
    src: url("../fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: emanee;
    src: url("../fonts/un-emanee.ttf");
}

@font-face {
    font-family: un-bindumathi;
    src: url("../fonts/un-bindumathi.otf");
}

@font-face {
    font-family: noto-sans-tamil;
    src: url("../fonts/NotoSansTamil.ttf");
}

@font-face {
    font-family: noto-sans-tamil-bold;
    src: url("../fonts/NotoSansTamilBold.ttf");
}


.page-title {
    font-family: product-sans-bold, emanee, noto-sans-tamil-bold;
    font-size: var(--font-22);
    color: #222222;
}


.policyValidate {
    padding: 32px;
}

.policy-validate-form {
    margin-top: 20px;
}

.form-label {
    margin-bottom: 1px;
    color: #000000;
    font-size: var(--font-14);
    font-weight: 400;
    font-family: product-sans-regular, un-bindumathi, noto-sans-tamil;

}

.form-control {
    border: 1px solid #0000001a !important;
    font-size: var(--font-14) !important;
    font-weight: 400 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #555555 !important;
    border-radius: 10px !important;
}

input::placeholder {
    color: #22222266 !important;
}

.hidden-date {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.submit-button-container {
    margin-top: 18px;
    display: flex;
    justify-content: end;
}

.btn-confirm {
    background-color: var(--base-bg-color);
    color: white;
    border-radius: 10px;
    width: 122px;
    height: 47px;
    font-size: var(--font-14);
    font-family: product-sans-bold, emanee, noto-sans-tamil-bold;
}

.btn-confirm:hover {
    background-color: var(--base-bg-color);
    color: white;
}


.footer-text {
    font-family: lato-regular;
    font-size: var(--font-10);
    font-weight: 400;
    color: #00000057;
    margin-bottom: 9px;
}

.standingOrderOneTime {
    padding: 32px;
    margin-top: -9px;
}

.nav-tabs {
    border-bottom: 1px solid var(--base-bg-color);
    display: flex;
    width: 100%;
}

.nav-tabs .nav-item {
    flex: 1;
}

.nav-tabs .nav-link {
    color: #22222266;
    border: none;
    font-size: var(--font-18);
    font-family: product-sans-bold, emanee;

    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}

.nav-tabs .nav-link.active {
    color: #000;
    font-size: var(--font-18);
    font-family: product-sans-bold, emanee, noto-sans-tamil-bold;
    border: none;
    border-bottom: 5px solid var(--base-bg-color);
    text-align: center;
    white-space: nowrap;
    padding: 5px;
}

.readonly-input {
    color: #55555566 !important;
}

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

.form-select {
    border-radius: 10px !important;
    height: 41px !important;
    outline: none !important;
    font-size: var(--font-14) !important;
}

.oneTimeButtonContainer {
    margin-top: 18px !important;
}

.error-message {
    color: red;
    font-size: 14px;
    display: none;
}

.payment-details {
    padding: 32px;
}

.payment-details-container {
    display: flex;
    flex-direction: column;
    background-color: #EFF1F4;
    padding: 18px;
    border-radius: 20px;
    margin-top: 17px;
}

.payment-details-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;

}

.payment-key {
    font-size: var(--font-14);
    color: #000000;
    font-weight: 400;
    font-family: product-sans-regular, un-bindumathi
}


/* .payment-value {
    font-size: var(--font-14);
    color: #666666;
    font-weight: 400;
    text-align: end;
    word-wrap:
        break-word;
    max-width: 70%;
} */

.payment-value {
    font-size: var(--font-14);
    color: #666666;
    font-weight: 400;
    text-align: end;
    word-wrap: break-word;
    max-width: 70%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: product-sans-regular, un-bindumathi;
}


.consent-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 32px !important;
}

.consent-checkbox-container {
    display: flex;
    align-items: center;
}

.consent-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border: 1px solid var(--base-bg-color);
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.consent-checkbox:checked {
    background-color: var(--base-bg-color);
    border-color: var(--base-bg-color);
}

.consent-checkbox:checked::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -1px;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22white%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpolyline points=%2210 15 13 18 22 6%22/%3E%3C/svg%3E');
    background-size: cover;
}

.consent-label {
    color: #000000;
    font-family: product-sans-bold, un-bindumathi, noto-sans-tamil;
    font-size: var(--font-14);
    font-weight: 700;
}

.consent-text {
    font-family: product-sans-regular, un-bindumathi, noto-sans-tamil !important;
    color: #00000066;
    font-size: var(--font-14);
    font-weight: 400 !important;
}

.content-box {
    background-color: #FFFAE8;
    color: #C38B1D;
    padding: 18px;
    font-size: var(--font-13);
    margin-left: 36px;
    max-width: 300px;
    margin-top: 13px;
    margin-bottom: 20px;
}

.highlight {
    font-weight: bold;
}

.policy-number {
    /* font-family: product-sans-bold;
    color: #C38B1D; */
    font-family: product-sans-bold;
    color: #C38B1D;
    overflow:
        visible;
    word-wrap:
        break-word;
}

.content-box a {
    color: #17A6FF;
    text-decoration: none;
}

.content-box a:hover {
    text-decoration: underline;
}

.to-be-deduct-text {
    font-family: product-sans-regular, un-bindumathi, noto-sans-tamil;
    color: #A9A9A9;
    font-size: var(--font-14);
    font-weight: 400;
}

.selected-date-message {
    font-size: 12px;
    color: #A9A9A9;
}


.loader-validate {
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 8px;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.back-to-site-link {
    display: grid;
}
.back-to-site-link .btn {
    justify-self: center;
}

#back-to-site-one-time, #back-to-site-standing-order, #back-to-site-main {
    font-family: product-sans-regular, un-bindumathi, noto-sans-tamil;
    color: rgb(128, 128, 128);
    font-size: var(--font-14);
    font-weight: 400;
}