﻿html, body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Aristotelica';
    src: url(fonts/aristotelica/Aristotelica-Pro-Display-Regular.ttf);
}

@font-face {
    font-family: 'Aristotelica-Reqular';
    src: url(fonts/aristotelica/Aristotelica-Pro-Display-Regular.ttf);
}

@font-face {
    font-family: 'Aristotelica-Light';
    src: url(fonts/aristotelica/Aristotelica-Pro-Display-Light.ttf);
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url(fonts/roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url(fonts/roboto/Roboto-Thin.ttf);
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(fonts/roboto/Roboto-Light.ttf);
}

.navbar {
    border-bottom: 1px solid #CCCCCC;
}

body {
    overflow-y: scroll;
    opacity: 1 !important;
    padding: 0px;
    font-family: "Roboto-Regular", "Aristotelica-Reqular", "Segoe UI", "Segoe WP", "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
    background-color: #f7f9fc !important;
    color: rgb(43, 66, 91);
}

@media (max-width: 768px) {
    body {
        background-color: #ffffff !important;
        padding: 0px;
    }
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-top: 0;
    margin-bottom: 0.5rem;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 1.9rem;
    border: 0 solid transparent !important;
    background-color: #fff !important;
    color: #195485;
    background: linear-gradient(to right, #195485, #58b856);
    -webkit-background-clip: text;
    color: transparent;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.card {
    border-radius: 0.50rem;
}

    .card .card-header {
        background-color: white;
    }


.card-payment-selector {
    -webkit-box-shadow: 0 1px 1px rgba(72,78,85,.6);
    box-shadow: 0 1px 1px rgba(72,78,85,.6);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .card-payment-selector:hover {
        -webkit-box-shadow: 0 10px 10px rgba(72,78,85,.6);
        box-shadow: 0 10px 10px rgba(72,78,85,.6);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
        background-color: #d1ecf1;
    }

.card .card-payment-selector {
    __border-radius: 1.50rem;
}

/*    .card .card-payment-selector img {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .card .card-payment-selector svg {
        position: absolute;
        top: 19rem;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        filter: drop-shadow(2px -9px 4px rgba(0, 69, 134, 0.2));
    }

    .card .card-payment-selector:hover svg {
        filter: drop-shadow(2px -9px 4px rgba(0, 69, 134, 0.4));
    }
*/

.fc-scanandpay-green-color {
    color: #01A078;
}

.fc-scanandpay-blue-color {
    color: #0152a0;
}

.colorPulse {
    color: blue;
    animation: colorChange 3s infinite alternate ease-in-out;
    display: flex;
}

@keyframes colorChange {
    0% {
        color: #01A078;
    }

    100% {
        color: #0152a0;
    }
}

.btn {
    transition: all .3s;
}

.btn-scanandpay-color {
    color: #fff;
    background-color: #01A078;
    border-color: #01A078;
}

    .btn-scanandpay-color:hover {
        color: #fff;
        background-color: #20b690;
        border-color: #0c7c7f;
    }

.color-gradient {
    color: #195485;
    background: linear-gradient(to right, #195485, #58b856);
    -webkit-background-clip: text;
    color: transparent;
}

.backcolor-light-green {
    background-color: #d3e8e1 !important;
    border-color: #0b7d7f !important;
}

.no-border {
    border: none !important;
}

a {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    text-decoration: none !important;
}

    a:hover, a:focus, a:active {
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }


    a.payment-method-link {
        color: #000;
        font-weight: 200 !important;
    }

        a.payment-method-link:hover {
            color: #0f7281;
        }


.card-payment-method {
    border-radius: 1.5rem;
    padding: 0rem !important;
    border: 1px solid #CCCCCC !important;
}

    .card-payment-method:hover {
        border-color: teal;
    }

    .card-payment-method > .card-header {
        padding: 0.5rem !important;
    }

    .card-payment-method > .card-body {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }


.no-border {
    border: 0;
}

.sup {
    position: relative;
    bottom: 1ex;
    font-size: 100%;
}




.card-input-element {
    display: none;
}

.card-input {
    transition: all .3s;
}

    .card-input:hover {
        cursor: pointer;
        box-shadow: 0 0 10px rgba(1, 160, 120, 0.5);
    }

.card-input-element:checked + .card-input {
    box-shadow: 0 0 2px 2px teal, 0 0 5px 2px rgba(0, 128, 128, 0.5);
    transition: border .3s;
    animation: fadeIn 0.5s ease-out;
}

@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}


.btn-cicle {
    border-radius: 1.5rem;
}



.dropdown-menu {
    position: absolute !important;
}

.pointer {
    cursor: pointer;
}


.card-context {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    box-shadow: 0 .3rem 0.5rem rgba(0, 0, 0, .15);
}

@media (max-width: 768px) {
    .card-context {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
        box-shadow: none;
    }
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
}

    .footer.shadow {
        box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 768px) {
    footer {
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
    }
}

.validation-message {
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: 0px solid red;
    border-radius: 5px;
    display: none;
    font-size: 1rem;
    width: 100%;
}

.validation-message-container {
}

.hidden {
    display: none;
}


/* From Uiverse.io by Akshdeep74644 */
.loader {
    position: relative;
}

.box-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #FFFFFF;
    background-image: linear-gradient(135deg, #FFFFFF 0%, #0DB78E 34%, #1F4587 100%);
    border-radius: 50%;
    animation: rotate 3s linear infinite;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.box-1::before {
    content: '';
    position: absolute;
    inset: 15px;
    background: #f5f5f5;
    border-radius: 50%;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.loader span {
    text-align: center;
    position: absolute;
    top: 55px;
    left: 30px;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 1rem;
    animation: text-animate412 3s linear infinite;
}

@keyframes text-animate412 {

    10% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}







html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* Ensures the body and html fill the viewport height */
    display: flex;
    flex-direction: column;
}


.base-container {
    flex: 1; /* Makes the container fill the remaining space */
    display: flex;
    flex-direction: column;

    margin: 0 auto;
    width: 600px;
    position: relative;
}


@media all and (max-width: 767px) {
    .base-container {
        width: 100%;
    }
}


.content {
    flex: 1; /* Ensures the content area stretches to fill available space */
    overflow-y: auto; /* Allows scrolling if content overflows */
}

header {
    position: sticky;
    top: 0;
    z-index: 1030;
}

