
@font-face {
font-family: 'Hind Vadodara';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/hind-vadodara-v12-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('/assets/fonts/hind-vadodara-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/assets/fonts/hind-vadodara-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/assets/fonts/hind-vadodara-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/assets/fonts/hind-vadodara-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/assets/fonts/hind-vadodara-v12-latin-regular.svg#HindVadodara') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Nunito Sans Italic'; /* Choose a name for your font */
    src: url('/assets/fonts/Nunito_Sans/NunitoSans-Italic.ttf') format('truetype'); /* Replace with the actual URL */
}

@font-face {
    font-family: 'Nunito Sans'; /* Choose a name for your font */
    src: url('/assets/fonts/Nunito_Sans/NunitoSans-VariableFont.ttf') format('truetype'); /* Replace with the actual URL */
}



* {
font-family: 'Hind Vadodara';
}


.mobile {
display: none;
}

.Mobile {
    display: none;
}

body {
background: #f5f5f5;
margin: 0;
}

.header {
background-color: white;
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
display: flex;
position: fixed;
width: auto;
padding: 0px 20px;
height: 80px;
align-items: center;
position: relative;
}

.header > h1 {
font-size: 17px;
border-left: 1px solid #cccccc;
padding: 5px 15px;
margin: 0px 15px;
}

.main{
align-items: center;
}

.row {
width: 80%;
margin: auto;
}

.main-content {
display: flex;
}

.card {
padding: 22px;
border-radius: 10px;
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
background-color: #ffffff;	
margin: 10px 5px;
}

.alert {
border-color: rgba(0,0,0,.1);
border-style: solid;
border-width: 1px;
font-size: 12px;
border-radius: 5px;
padding: 10px;
text-align: center;
margin-bottom: 0;
display: flex;
background-color: rgba(8,166,181,0.15);
}

.alert p {
line-height: 2;
}

.alert img {
margin-right: 15px;
}

.alert-update p {
margin: auto;
max-width: 331px;
font-size: 18px;
line-height: 25px;
text-align: center;
}

.alert-error {
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
max-width: 331px;
font-size: 18px;
line-height: 25px;
text-align: center;
}

.margin-0 {
margin: 0px;
}

.payment-details {
width: 70%;
}

.payment-details .card-header {
align-items: center;
margin-bottom: 15px;
}

.payment-details .card-header .image {
display: flex;
}

.payment-details .card-header img {
width: 210px;
height: 152px;
position: relative;
margin: auto;
}

.payment-details .card-header .heading {
text-align: center;
}

.payment-details .card-header h3 {
font-weight: 400;
font-size: 24px;
margin-top: 10px;
margin-bottom: 10px;
}

.payment-details .card-header .description {
text-align: center;
}

.payment-details .card-header p {
max-width: 331px;
margin: auto;
font-size: 16px;
line-height: 25px;
}

.separator {
border-top: 1px solid #d2d2d2;
}

.table-cell {
line-height: 1.1;
padding-bottom: 10px;
padding-top: 10px;
vertical-align: baseline;
}

.col-1 {
width: 99%;
padding-right: 10px;
}

.row-1 .title {
font-weight: 400;
font-size: 14px;
line-height: 21px;
white-space: nowrap;
}

.row-1 .value {
font-size: 19px;
line-height: 1.25;
font-weight: 600;
}

.col-2 .value {
white-space: nowrap;
}

.row-2 .title {
font-weight: 400;
font-size: 14px;
white-space: nowrap;
}

.row-2 .value {
font-size: 17px;
font-weight: 600;
}

.payment-method {
display: flex;
flex-direction: column;
width: 30%;
}

.payment-method .card-header {
margin-bottom: 15px
}

.image-container {
display: flex;
justify-content: center;
align-items: center;
height: -webkit-fill-available;
}

.image-container img {
max-width: 200px;
}

.app-card {
display: flex;
flex-direction: column;
margin-bottom: 5px;
}

.app-card p {
margin: auto;
margin-bottom: 8px;
text-align: center;
}

.app-links {
margin: auto;
white-space: nowrap;
}

.app-links img {
max-height: 40px;
height: auto;
width: 33%;
margin-left: 3.5px;
margin-right: 3.5px;
}

.footer {
background-color: #003f5f;
color: #fff;
display: flex;
justify-content: center;
padding: 20px;
font-size: 12px;
line-height: 18px;
}

@media (max-width: 768px) {
    body {
        font-family: 'Nunito Sans', sans-serif;
    }
    .desktop {
        display: none;
    }

    .Mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100vw;
        background: white;
    }

    .logo {
        width: 200px;
        margin: 18px 0;
    }

    .phone {
        height: 40vw;
        z-index: 200;
    }

    .bubble {
        width: 50vw;
        position: absolute;
        z-index: 0;
    }

    .error-text {
        padding: 5vw;
        color: #0033A0;
        text-align: center;
        font-weight: 600;
        font-family: 'Nunito Sans';
    }

    .mobile-app-card {
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        background: #F5F5F5;
        align-items: center;
        padding: 8px;
        width: 80vw;
    }

    .mobile-app-card > p {
        margin-top:0;
        margin-bottom: 8px;
        color: #000;
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }
    .mobile-app-links {
        display: flex;
        justify-content: space-between; /* or use space-evenly for equal gaps at edges */
        align-items: center;
        width: 100%;
    }

    .mobile-app-links > div {
        flex: 1 1 0;
        display: flex;
        justify-content: center; /* Center the content (like the <a>) inside each div */
    }

    .mobile-app-links-img {
        width: 23vw;
        height: 7vw;
    }

    .device-box {
        display: flex;
        justify-content: center;
        align-items: end;
    }

    .card {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        background-color: #ffffff;
        justify-content: center;
        align-items: center;
        padding: 20px;
        box-shadow: 0px 2.118px 12.234px 0px rgba(0, 0, 0, 0.25);
    }

    .fsp-license {
        text-align: center;
        padding: 8px;
        margin-top: 10px;
        font-size: 8px;
        font-family: 'Nunito Sans';
    }
}