﻿@font-face {
    font-family: GESSTwoLight;
    font-weight: 700;
    src: url('../Fonts/GE SS Two Medium.otf') format('opentype');
}
/*@font-face {
    font-family: Myriad;
    font-weight: normal;
    src: url(../Fonts/MyriadPro-Regular.otf);
}

@font-face {
    font-family: Myriad;
    font-weight: bold;
    src: url(../Fonts/MyriadPro-Semibold.otf);
}*/
.div-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.top-txt {
    font-size: 15px;
    max-width: 320px;
    margin: 10px auto;
    text-align: center;
    color: #383e41;
    font-weight: 600;
}

.creative {
    height: 100px;
    width: 100px;
}

.mainTitle {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
}
#dvContainer {
	max-width: 420px;
	margin: auto;
	padding: 0 15px;
}
.box {
    background: white; 
    border-radius: 6px;
    -webkit-border-radius: 10px;
    position: relative;
    padding-bottom: 20px;
    box-sizing: border-box;
    max-width: 400px;
    margin: 1em auto;
    padding: 20px; 
    margin-bottom: 2em;
}
.input-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.notification-box { 
    max-width: initial;
}
.footer {
    width: 90%;
    max-width: 360px;
    margin: auto;
}
.ar_layout .component-msg {
    direction: rtl;
}
.header_center {
    font-size: 18px;
    text-transform: uppercase;
    color: #1b2364;
}
.component-msg {
    font-family: GESSTwoLight, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    color: #333;
}
.disc-div {
    font-size: 11px;
}
.footer .component-msg {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 11px;
}
.input-field {
    padding: 15px 10px;
    width: 100%;
    margin: 0 auto;
    font-size: 21px;
    border-radius: 10px; 
    border: 2px solid orange;
    background: #eaeaea;
}

.c-langbtn { 
    margin-top: 15px;
    padding: 5px 0;
    max-width: 400px;
}

    .c-langbtn.en {
        justify-content: flex-start;
    }

    .c-langbtn.ar {
        /*justify-content: flex-end;*/
    }

.smartphone-image {
    width: 50px;
    position: absolute;
    padding: 13px 5px;
}

.phone-black {
    position: absolute;
    right: 290px;
    top: 106px;
}

button:disabled {
    cursor: not-allowed;
    color: #fff;
}

.cta-btn {
    font-size: 16px;
    text-transform: capitalize; 
    margin: auto;
    line-height: 1.5;
}

.cta-underline {
    border-bottom: solid 1px white;
    font-weight: bold;
    font-size: 20px;
}
.header {
    text-align: center;
    font-size: 1.05em;
    font-weight: bold;
}
.submit-button, .ussd-button, .oc2sms-button {
    background: linear-gradient(#43b8ff, #1e90ff);
    color: #fff;
    box-shadow: 0 1px 1.5px rgba(0, 0, 0, .15);
    margin: 0 auto;
    display: flex;
    font-size: 1.8em;
    border: none;
    border-radius: 10px;
    width: 100%;
    /*max-width: 300px;*/
    height: auto;
    min-height: 60px;
    text-decoration: none;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    animation: none;
    text-transform: uppercase;
    padding: 6px 0;
}
.submit-button[disabled] {
    background: dodgerblue;
}
.phone-input {
    display: flex;
    width: 100%;
    background-color: #eaeaea;
    direction: ltr;
    border: 2px solid #ff9800;
    border-radius: 12px; 
}

    .phone-input .phone {
        width: 38px;
        padding: 3px 3px;
        background-repeat: no-repeat;
        margin-left: 2px;
        background-color: transparent;
	height: 51.5px;
    }

.phone-input input.text-input {
    flex: 1;
    min-width: 0;
    border: 0;
    border-radius: 12px;
    outline: none;
    padding-left: 15px;
}


.phone-input * {
    font-size: 24px;
    background-color: #eaeaea;
}

body, html {
    /*height: 100%;*/
    margin: 0;
    /*background-color: inherit !important;*/
    background-color: #eaeaea;
}

.grecaptcha-badge {
    visibility: hidden;
}

.footer {
    /*position: fixed;*/
    font-family: Myriad, Arial, Verdana, sans-serif;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background-color: white;*/
    color: #585555;
    text-align: center;
    padding: 5px;
}

footer {
    background-color: #fff;
}

#pDisclaimer {
    margin-top: 27px !important;
    margin-bottom: 0rem !important;
}

.c-btn {
    color: white;
    background-color: dodgerblue;
    border: 0px;
    border-radius: 5px;
    padding: 5px 10px;
    /*margin-left: 10px; */
    /*font-size: 80.4%;*/
}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}


.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}