﻿@font-face {
    font-family: 'quicksand-regular';
    src: url('font/quicksand-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'quicksand-light';
    src: url('font/quicksand-light.ttf') format('truetype');
}
@font-face {
    font-family: 'quicksand-bold';
    src: url('font/quicksand-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'quicksand-semibold';
    src: url('font/quicksand-semibold.ttf') format('truetype');
}

.body-content {
    font-family: quicksand-regular !important;
    max-width:770px !important;
}

.input-group {
    background-color: #F8F8F8 !important;
}

.footer {
    background-color: #58a1f4;
    font-family: 'quicksand-light';
}

.status-bar {
    background-color: #F0ECEA;
    font-family: 'quicksand-semibold';
}

.active {
    background-color: #00A73F;
    color: white
}

.amount-box {
    font-family: quicksand-bold !important;
    padding: 25px 0px;
    color: #00354D;
    border: 2px solid #00354D;
    font-size:18px !important;
}

 .selected {
        background-color: #00354D !important;
        color: white;
    }
.amount-box.selected {
    border: 1px solid #007bff;
    background-color: #e6f0ff;
}

.form-label {
    color: #00354D !important;
    font-family: 'quicksand-semibold';
}

.h1 {
    font-family: 'quicksand-bold' !important;
    padding: 15px 0px;
}


input::placeholder {
    color: #9a9a9a;
    font-family: 'quicksand-semibold' !important;
}

@media(min-width:992px) {
    .jp-card {
        min-height: 225px !important;
        min-width: 365px !important;
    }



    .card-content {
        display: flex;
        justify-content: start !important;
    }
}

@media(max-width:520px) {
    .jp-card {
        min-height: 225px !important;
        min-width: 275px !important;
    }

    .card-content {
        padding:0px !important
    }
}

.pci-banner {
    background-color: #f9f9f9;
    border: 1px solid #4caf50;
    border-left: none !important;
    border-radius: 8px;
    padding: 0px 24px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

    .pci-banner .checkmark-icon {
        width: 48px;
        height: 48px;
        background-color: #4caf50;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        font-size: 24px;
        font-weight: bold;
    }

    .pci-banner .pci-text {
        flex-grow: 1;
        font-family: Arial, sans-serif;
        font-size: 16px;
        line-height: 1.4;
        color: #333;
        padding-left: 50px;
    }

.pci-logo {
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}


@media (max-width: 768px) {
    .pci-banner {
        flex-direction: column;
        text-align: center;
        border: 1px solid #4caf50 !important;
        padding-left: 0px;
    }

    .shield-image {
        left: 42% !important;
    }

    .pci-banner .pci-text {
        margin-bottom: 16px;
        margin-top: 80px;
        text-align: center;
        padding-left: 20px;
    }

    .shield-img {
        width: 50px !important;
    }

    .captcha {
        overflow-x: scroll
    }
}

.submit-btn {
    background-color: #00354D !important;
    color: #fff !important;
    padding: 20px;
    font-family: 'quicksand-semibold' !important;
}


.font-weight-bold {
    font-family: 'quicksand-bold' !important;
    font-weight: 500 !important;
    color: #00354D;
}

.font-lite {
    overflow-wrap: break-word;
    font-family: quicksand-semibold !important;
    font-weight:300 !important;
    color: #00354D;
}

.text-row {
    font-size: 1.2rem !important;
    font-family: 'quicksand-semibold' !important;
    font-style: italic;
    color: #00354D;
}

.amount-box:hover {
    background-color: #00354D !important;
    color: white !important;
}


.amount-box:hover,
.amount-box.selected {
    background-color: #00354D !important;
    color: white !important;
}


.readonly-field {
    background-color: #e9ecef !important;
}

    .input-validation-error{
        border: 1px solid red !important;
    }

.jp-card-validation {
    border: 1px solid red !important;
}
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    color: #0d6efd; /* Bootstrap primary color */
}

    .tooltip-container .tooltip-text {
        visibility: hidden;
        max-width: 700px;
        background-color: #fff;
        color: #000;
        text-align: left;
        border-radius: 8px;
        padding: 15px 20px;
        position: absolute;
        z-index: 1000;
        top: 25px;
        left: 0;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
        opacity: 0;
        transition: opacity 0.3s;
        line-height: 1.5;
    }

    .tooltip-container:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }

.tooltip-text .tooltip-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.tooltip-text .tooltip-body p {
    margin: 0 0 10px;
}

.tooltip-table th:first-child {
    width: 30%;
}

.tooltip-table th:last-child {
    width: 75%;
}