@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
body {
    font-family: 'DM Sans', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    color: #666;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
}

.slidein-from-right {
    -webkit-animation: slidein-from-right2 500ms;
}

@-webkit-keyframes slidein-from-right2 {
    from {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

.welcome-container {
    background: #0066B3;
    border-radius: 0px 0px 24px 24px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 30%;
}

.welcome-container h3 {
    font-size: 28px;
    line-height: 135%;
    font-weight: 700;
    color: #ffffff;
    margin: 50px 20px 10px 20px;
}

.welcome-container h4 {
    font-size: 19px;
    line-height: 135%;
    font-weight: 400;
    color: #ffffff;
    margin: 0 20px 20px 20px;
}

.login-container {
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.login-container h3 {
    font-size: 24px;
    line-height: 135%;
    font-weight: 700;
    color: #333333;
    margin: 50px 18px;
}

.login-container img {
    display: block;
    margin: auto;
    margin-bottom: 50px;
}

.form-block {
    padding: 18px;
}

.form-block input {
    height: 60px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.form-block select {
    height: 60px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.form-block label {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 135%;
    font-weight: 500;
    color: #666666;
    vertical-align: center;
}

.form-block button {
    color: #333333;
    background-color: #FDB813;
    border: none;
    border-radius: 12px;
    height: 50px;
    width: 100%;
    margin-top: 50px;
    font-size: 15px;
    line-height: 135%;
    font-weight: 500;
}

.right-align {
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 100px !important;
    display: block;
}

.flex-12 {
    display: flex;
    gap: 12px;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    border: 1px solid #666;
    height: 100%;
    width: 100%;
}

.popup {
    display: block;
    margin: 60% auto;
    width: 90%;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #666;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    padding: 24px 16px;
}

.yellow-button {
    color: #333333;
    background-color: #FDB813;
    border: none;
    border-radius: 12px;
    height: 50px;
    font-size: 15px;
    line-height: 135%;
    font-weight: 500;
    padding: 12px;
}
.copy-button {
    color: #333333;
    background-color: #FDB813;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    line-height: 135%;
    font-weight: 500;
    padding: 8px 12px;
    transition: border 0.6s linear;
    transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}
.copied-button {
    color: #333333;
    background-color: transparent;
    border: 2px solid #FDB813;
    border-radius: 8px;
    font-size: 15px;
    line-height: 135%;
    font-weight: 500;
    padding: 8px 12px;
}

.white-button {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #FDB813;
    border-radius: 12px;
    height: 50px;
    font-size: 15px;
    line-height: 135%;
    font-weight: 500;
    padding: 12px;

}

.w-100 {
    width: 100%;
}


/* .back_arrow{
    display:none;
} */


.otp_number>.form-group>.form-control {
    height: 54px;
    border: none;
    margin: 0px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;

    /* or 20px */
    display: flex;
    align-items: flex-end;

    /* Utility/Grey #666 */
    color: #666666;


}

.otp_number>.form-group label {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    /* Utility / Placeholder */
    color: #81A0A1;
}

.otp_number>.form-group {
    flex-grow: 1;
}

.otp_number {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    /* Utility/Light Grey #CCC */
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin-bottom: 16px;
}

.otp_number a {
    cursor: pointer;
    text-decoration: none;
    margin-top: -15px;
    margin: 19px 0px;
    margin-right: 16px;
}

.otp_number a h6 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 135%;

    /* or 16px */
    display: flex;
    align-items: center;
    text-align: center;

    /* Bus/Primary Yellow */
    color: #FDB813;
}

.popup p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    /* Utility/Grey #333 */
    color: #333333;
    margin: 0;
}

.popup_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.popup_head img {
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.flex-sb-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px
}
@media screen and (min-width:601px) {
    body {
        display: flex;
        justify-content: center;
        background: #E5E5E5;
    }

    .login-container {
        /* position: absolute; */
        width: 420px;
        /* height:100%; */
        margin-top: 150px;
        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
        border-radius: 12px;
    }

    .login-container img {
        display: none;
    }

    .login-container h3 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;

        /* identical to box height, or 133% */
        letter-spacing: -0.02em;

        /* Shuttle/Giftcity/Blue */
        color: #0066B3;
    }

    .login-container .form-block {
        margin-top: -36px;
    }

    .alert {
        margin: -12px 23px 27px 23px;
    }

    .otp_number>.form-floating>.form-control {
        height: 54px;
        border: none;
        margin: 0px;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 135%;

        /* or 20px */
        display: flex;
        align-items: flex-end;

        /* Utility/Grey #666 */
        color: #666666;


    }

    .otp_number>.form-floating label {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        /* Utility / Placeholder */
        color: #81A0A1;
    }

    .otp_number>.form-floating {
        flex-grow: 1;
    }

    .otp_number {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        /* Utility/Light Grey #CCC */
        border: 1px solid #CCCCCC;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .otp_number a {
        cursor: pointer;
        text-decoration: none;
        margin-top: -15px;
        margin: 19px 0px;
        margin-right: 16px;
    }

    .otp_number a h6 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 135%;

        /* or 16px */
        display: flex;
        align-items: center;
        text-align: center;

        /* Bus/Primary Yellow */
        color: #FDB813;
    }

    body {
        background: unset !important;
    }

    body {
        background-image: url(../../application/modules/website/assets/images/background_web.svg) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: 0 0px !important;
    }

    .welcome-container {
        position: unset;
        background: unset;
    }

    .welcome_temp {
        /* border:1px solid red; */
        width: 460px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        margin-top: 95px;
        margin-bottom: 100px;
        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
        border-radius: 12px;
    }

    .welcome_temp h3 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;

        /* identical to box height, or 133% */
        text-align: left;
        letter-spacing: -0.02em;

        /* Shuttle/Giftcity/Blue */
        color: #0066B3;
    }

    .welcome_temp h4 {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;

        /* identical to box height, or 22px */
        text-align: left;

        /* Shuttle/Giftcity/Blue */
        color: #0066B3;
    }

    .welcome_temp h4.welcome_sub1 {
        color: #666666;
        margin-left: 53px;
    }

    .welcome_temp h4.welcome_sub2 {
        color: #666666;
    }

    .form-block label img {
        cursor: pointer;
    }

    .popup {

        width: 360px;
        margin-top: 300px;
    }

    .popup p {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 135%;
        /* Utility/Grey #333 */
        color: #333333;
    }

    .popup_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .popup_head img {
        cursor: pointer;
        height: 16px;
        width: 16px;
    }



    .back_arrow img {
        filter: brightness(0) saturate(100%) invert(12%) sepia(80%) saturate(6342%) hue-rotate(194deg) brightness(105%) contrast(103%);
        margin-right: 12px;
    }

    .form-block button {
        /* border:1px solid red; */
        width: 100%;
    }

    .right-align {
        position: relative;
        width: 100% !important;
        display: block;
        bottom: 0px;
        right: 0px;

    }

    .right-align img {
        margin-top: -2px;
    }

    select {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-position: 95% 50% !important;
        background-size: 12px !important;
        background-repeat: no-repeat !important;
        background-image: url(../../application/modules/website/assets/images/icons/dropdown.svg) !important;
    }

}