@font-face {
    font-family: "SFPro Regular";
    font-style: normal;
    font-weight: normal;
    src: url("https://page.dev.adnocmob.adnocdistribution.ae/fonts/ADNOCSansRegular.ttf") format("truetype");
    /*src: url("SFProText-Regular.otf") format("truetype");*/
}

@font-face {
    font-family: "SFPro Bold";
    font-style: bold;
    font-weight: bold;
    src: url("https://page.dev.adnocmob.adnocdistribution.ae/fonts/ADNOCSansBold.ttf") format("truetype");
    /*src: url("SFProText-Bold.otf") format("truetype");*/
}

@font-face {
    font-family: "SFPro Display";
    font-style: bold;
    font-weight: bold;
    src: url("https://page.dev.adnocmob.adnocdistribution.ae/fonts/ADNOCSansRegular.ttf") format("truetype");
    /*src: url("SFProDisplay-Bold.otf") format("truetype");*/
}

* {
    font-family: "SFPro Regular";
    /*            text-align: justify;*/
    color: rgb(0, 0, 0);
    font-size: 4vw;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    letter-spacing: normal;
    orphans: 2;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    text-decoration-style: initial;
    text-decoration-color: initial;
    padding: 0;
    margin: 0;
}

body {
    padding: 0px 0px 0px 0px;
    background-color: #F2F2F6;
}

h1 {
    font-family: "SFPro Bold";
    font-size: 5vw;
    margin-top: 15%;
}

h2 {
    font-family: "SFPro Bold";
    font-size: 3.8vw;
}

h3 {
    font-family: "SFPro Bold";
    font-weight: bold;
    /* font-size: 3.4vw; */
    margin: 5vw 0 3vw !important;
}

h6 {
    font-family: "SFPro Bold";
    line-height: 2.1;
}

p {
    font-size: 3.0vw;
}

span,
li {
    font-size: 3.6vw;
}

small {
    font-size: 2.6vw !important;
}

.align-center-class {
    text-align: center;
}

strong,
b {
    font-family: "SFPro Bold";
    font-weight: bold;
}

header {
    background-color: #0058E8;
    padding: 10px;
}

header img {
    height: auto;
    width: 30%;
}

section {
    padding: 0px 0px 10px 0px;
}


.container {
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 15px; */
    margin: 0 auto;
    padding: 15px;
}

.form-control {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: nowrap;
    width: 100%;
    line-height: 0.6;
    padding-bottom: 25px;

}

.grey-text {
    color: darkgray;
}

label {
    color: darkgray;
    font-size: medium;
}

input,
select {
    border-radius: 10px;
    border: none;
    padding: 15px;
    font-size: medium;
}

input,
select:focus {
    outline: none;
}

textarea {
    border-radius: 10px;
    border: none;
    padding: 15px;
    font-size: medium;
    resize: none;
}

option {
    font-size: medium;
}

.btn-primary {
    background-color: #0058E8;
    color: #fff;
    border-radius: 5px;
    border-color: #0058E8;
    box-shadow: 0px opx #fff;
    font-size: medium;
    padding: 10px;
}

.btn-primary-disabled {
    background-color: #d2d4d2;
    color: grey;
    border-radius: 5px;
    border-color: #d2d4d2;
    box-shadow: 0px opx #d2d4d2;
    font-size: medium;
    padding: 10px;
}

.float-right {
    float: right;
}

.helper-text {
    color: grey;
    margin-left: 20px;
    font-size: small;
    padding-top: 10px;
}

.mobile-prefix {
    background-color: #fff;
    border-radius: 10px;
}

.img-flag {
    height: auto;
    width: 50%;
}

.grid-container {
    display: grid;
    width: 100%;
    grid-template-columns: 12% 73% 15%;
    justify-content: center;
    align-items: center;
}

.grid-item {
    text-align: start;
    align-items: center;
}

.margin-left-10px {
    margin-left: 10px;
}

.validation-text {
    color: red;
    padding: 10px;
}

.container-col-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:stretch;
    padding-top: 7vh;
    overflow: hidden;
}

.option-container {
    flex: 1;
    border: #DAE3F4 1px solid;
    border-radius: 10px;
    background-color: #DAE3F4;
    padding: 0.5em;
    text-align: center;
    margin: 0 0.5em;
    cursor: pointer;
    min-height: 100%;
}

.option-container img {
    height: auto;
    width: 45%;
}

.imp-info-container {
    border: #fff 1px solid;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    text-align: left;
    margin: 25px 10px 0px 10px;
}

.color-red {
    color: red;
}

.li-overflow-hidden {
    font-weight: normal;
    overflow: hidden;
    padding-top: 20px;
    line-height: 1.4;
}

.delete-app-title {
    background-color: #DAE3F4;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}


.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border: 1px solid #888;
}

@-webkit-keyframes animatetop { 
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop { 
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #fff;
    color: white;
}

.modal-body {
    padding: 40px 16px;
}

.modal-footer {
    padding: 15px 16px;
    background-color: #fff;
    color: white;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-fullwidth {
    width: 50%;
}

.title-otp {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.sub-title-otp {
    font-size: 3.6vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    color: grey;
}

.otp-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.otp-input-container {
    height: 60vh;
}


@media(min-width: 768px) {
    
    body {
        padding: 15px 27%;
        /* background-color: #acacac !important; */
    }
    .desktop-container {
        background-color: #e8e8e8;
    }
    h6 {
        font-size: 32px;
    }
    .delete-app-title {
        background-color: #DAE3F4;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        font-size: 40px;
    }
    h3 {
        font-size: 30px;
    }
    li {
        font-size: 26px;
    }
    p {
        font-size: 24px;
    }
    .form-control {
        display: flex;
        flex-direction: column;
        align-content: stretch;
        flex-wrap: nowrap;
        width: 100%;
        line-height: 0.2;
        padding-bottom: 30px;
    
    }
    .grid-container {
        display: grid;
        width: 100%;
        grid-template-columns: 10% 75% 15% ;
        justify-content: flex-start;
        align-items:start;
    }
    
    .grid-item {
        text-align: start;
        align-items: center;
    }
    
    span {
        font-size: 18px;
    }
    .title-otp {
        font-size: 3vw;
        font-weight: bold;
        text-align: center;
        padding-bottom: 20px;
    }
    .sub-title-otp {
        font-size: 2vw;
        font-weight: bold;
        text-align: center;
        padding-bottom: 20px;
        color: grey;
    }
    .validation-text {
        color: red;
        /* padding: 10px; */
        font-size: 16px !important;
        margin-top: 3px;
    }
    .desktop-prefix {
        padding-bottom: 25px !important;
    }
    .desktop-flag {
        padding-top: 8px;
        margin: 0 auto;
    }
    .img-flag {
        height: auto;
        width: 70%;
    }
    .desktop-p {
        font-size: 20px !important;
    }
}