﻿
div.grn {
    background: #73D763;
    margin: 30px 15px 15px;
    border-radius: 50px;
    height: 90px;
    width: 90px;
}

.modal-content{
    border:none !important;
}

#otp-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 24px 40px;
    gap: 32px;
    position: absolute;
    width: 368px;
    height: 384px;
    left: 0;
    right: 0;
    margin: auto;
    top: 17vh;
    /* Shade/White */

    background: #FFFFFF;
    /* 24dp */

    box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}
#header-text {
    /* width: 180px;*/
    height: 28px;
    /* Heading/H5/Bold */
    padding-top: 15px;
    padding-bottom: 40px;
    font-family: 'Open Sans', sans-serif !important;
    /*font-family: 'Open Sans' !important;*/
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    /* identical to box height, or 122% */

    text-align: center;
    letter-spacing: -0.02em;
    /* Dark Mode/Dark Mode 800 */

    color: #1C212E;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}
#header-sub-text {
    /*width: 464px;*/
    width:350px;
    height: 24px;
    left:58px;
    /* Paragraph/P2/Regular */

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    /* Neutral/Gray 600 */

    color: #858585;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: 'Open Sans', sans-serif !important;
}

#otp-digit {
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    width: 48px;
    height: 48px;
    /* Shade/White */

    background: #FFFFFF;
    /* Neutral/Gray 300 */

    border: 1px solid #CBCBCB;
    border-radius: 8px;
    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}




.digit-group input {
    box-sizing: border-box;
    /* Auto layout */
    /*display: flex;
    flex-direction: row;*/
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    width: 43.32px;
    height: 48px;
    /* Shade/White */

    background: #FFFFFF;
    /* Neutral/Gray 300 */

    border: 1px solid #CBCBCB;
    border-radius: 8px;
    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 2px;
    font-weight: 400;
    font-size: 18px;
    color: #242424;
}


#label {
    position: absolute;
    width: 142px;
    height: 18px;
    left: 116px;
    top: 242px;
    /* Caption/Regular */
    font-family: 'Open Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */

    text-align: center;
    color: #000000;
}

#verify-button:disabled,
#verify-button[disabled] {
    background: darkgrey;
    color: #fff;
}
#expiryTimeLabel {
    position: absolute;
    width: 210px;
    height: 17.03px;
    left: 35px;
    top: 193px;
    /* Caption/Regular */

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif !important;
    /* identical to box height, or 150% */
    /* Neutral/Gray 1000 */

    color: #242424;
}
#resend-button {
    /* Resend Code */

    position: absolute;
    /*width: 94px;*/
    width:103px;
    height: 18px;
    /*left: 141px;*/
    left:134px;
    top: 268px;
    display: block;
    margin: 0 auto;
    /* Caption/Semi Bold */
    font-family: 'Open Sans', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */

    text-align: center;
    /* Primary/Blue 600 */

    color: #1A9AD4;
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: underline;
    cursor: pointer;
}

#verify-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 8px;
    position: absolute;
    width: 296px;
    height: 50px;
    left: 36px;
    top: 318px;
    /* Primary/Blue 700 */

    background: #1178AF;
    border-radius: 8px;
    border: none !important;
}
#verify-button-text {
    width: 264px;
    height: 20px;
    /* CTA/Button 3 */
    font-family: 'Open Sans', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    /* Shade/White */

    color: #FFFFFF;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 1;
}


.popover {
    color: black;
}

.one img {
    background-position: 4px 0px;
    width: 60px;
    height: 60px;
    margin: 15px 15px;
}

div.red {
    background: #EF5150;
    margin: 30px 15px 15px;
    border-radius: 50px;
    height: 90px;
    width: 90px;
}

.two img {
    background-position: -67px 0px;
    width: 65px;
    height: 60px;
    margin: 15px 12px;
}

div.yel {
    background: #E3CC4C;
    margin: 30px 15px 15px;
    border-radius: 50px;
    height: 90px;
    width: 90px;
}

.three img {
    background-position: -67px 0px;
    width: 65px;
    height: 60px;
    margin: 17px 13px;
}

div.prp {
    background: #A171DF;
    margin: 30px 15px 15px;
    border-radius: 50px;
    height: 90px;
    width: 90px;
}

.four img {
    background-position: -67px 0px;
    width: 65px;
    height: 60px;
    margin: 15px 11px;
}

.signinShowerror {
    color: red;
    font-weight: normal;
    text-align: center;
}

.line {
    border-bottom: 1px dashed #ccc;
    width: 100%;
    float: left;
    margin: 0;
    margin-top: 10px;
    box-shadow: 0px 4px 15px 1px #ddd;
}

.know-more {
    display: block;
    padding-top: 15px;
    text-align: right;
    padding-right: 20px;
}

#selectlanguage {
    width: 92%;
    float: left;
    margin-left: 0vh;
}

p {
    color: #1D1AEF;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 92%;
    margin-bottom: 0px;
}

.panel-title {
    margin-top: -54px;
    margin-bottom: 20px;
    font-size: 16px;
    color: inherit;
}

.btn-success:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
#nav {
    margin-bottom: -1px;
    background-color: rgb(57, 128, 181);
}
