body {
    color: #343a40;
    font-family: "roboto", sans-serif;
    line-height: normal;
}

h1 {
    font-family: "roboto", sans-serif;
    font-weight: 500;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

.main-wrapper {
    height: 100%;
}


.account-page {
    /*background-image: url("../img/bg-account.jpeg");*/
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.account-page::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(68, 172, 178, 0.7);*/
}

.account-title {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 40px;
    text-align: center;
}

.account-box {
    margin: 0 auto;
    width: 500px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    border-radius: 0px;
}

.account-box h1 {
    font-size: 2.0rem;
}

.account-wrapper {
    padding: 40px;
}

.account-logo {
    margin-bottom: 25px;
    text-align: center;
}

.account-logo img {
    width: 150px;
}

.account-box .account-btn {
    background-color: black;
    border-radius: 0px;
    font-size: 22px;
    height: 42px;
    border: 0;
    width: 100%;
}

.account-box .account-btn:hover,
.account-box .account-btn:focus {
    border: 0;
    opacity: 0.8;
}

.help-block {
    color: red
}

.account-box a {
    /*color: #323232;*/
    font-size: 16px;
}


/*.account-box a:hover {color: #01c0c8;}*/

.account-box .form-control {
    border: 1px solid #e7e7e7;
    height: 50px;
}

.account-box label {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.account-box .username {
    font-size: 1.5rem;
}

.forgot-link {
    right: 0;
    position: absolute;
}

.custom-mt-form-group {
    position: relative;
    margin-top: 25px;
    margin-bottom: 1.25rem;
}

.custom-mt-form-group input {
    height: 1.9rem;
}

.custom-mt-form-group textarea {
    resize: none;
}

.custom-mt-form-group select {
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.custom-mt-form-group .control-label {
    position: absolute;
    top: 0;
    padding-left: 0.125rem;
    z-index: 1;
    color: grey;
    font-size: 0.8rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.custom-mt-form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #e7e7e7;
    display: block;
}

.custom-mt-form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #337ab7;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.custom-mt-form-group select,
.custom-mt-form-group input,
.custom-mt-form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.custom-mt-form-group select,
.custom-mt-form-group input:focus,
.custom-mt-form-group input:valid,
.custom-mt-form-group input.form-file,
.custom-mt-form-group input.has-value,
.custom-mt-form-group textarea:focus,
.custom-mt-form-group textarea:valid,
.custom-mt-form-group textarea.form-file,
.custom-mt-form-group textarea.has-value {
    color: #333;
    width: 100%;
}

.custom-mt-form-group select ~ .control-label,
.custom-mt-form-group input:focus ~ .control-label,
.custom-mt-form-group input:valid ~ .control-label,
.custom-mt-form-group input.form-file ~ .control-label,
.custom-mt-form-group input.has-value ~ .control-label,
.custom-mt-form-group textarea:focus ~ .control-label,
.custom-mt-form-group textarea:valid ~ .control-label,
.custom-mt-form-group textarea.form-file ~ .control-label,
.custom-mt-form-group textarea.has-value ~ .control-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    left: 0;
}

[dir="rtl"] .custom-mt-form-group select ~ .control-label,
.custom-mt-form-group input:focus ~ .control-label,
.custom-mt-form-group input:valid ~ .control-label,
.custom-mt-form-group input.form-file ~ .control-label,
.custom-mt-form-group input.has-value ~ .control-label,
.custom-mt-form-group textarea:focus ~ .control-label,
.custom-mt-form-group textarea:valid ~ .control-label,
.custom-mt-form-group textarea.form-file ~ .control-label,
.custom-mt-form-group textarea.has-value ~ .control-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    right: 0;
}

[dir="rtl"] {
    --iti-padding-right: 94px;
    --iti-padding-left: 0;
    --iti-right: 0;
    --iti-left: auto;
    --iti-direction: rtl;
    --validation-padding-left: calc(1.5em + .75rem);
    --validation-padding-right: 0.75rem;
    --validatiion-back-position: left;
    --text-align: right;
}

[dir="ltr"] {
    --iti-padding-right: 0;
    --iti-padding-left: 94px;
    --iti-right: auto;
    --iti-left: 0;
    --iti-direction: ltr;
    --validation-padding-left: 0.75rem;
    --validation-padding-right: calc(1.5em + .75rem);
    --validatiion-back-position: right;
    --text-align: left;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: var(--iti-right) !important;
    left: var(--iti-left) !important;
}

.iti input, .iti input[type=tel], .iti input[type=text] {
    direction: var(--iti-direction);
    padding-left: var(--iti-padding-left);
    padding-right: var(--iti-padding-right)
}

.form-control {
    text-align: var(--text-align);
}

.form-control.is-invalid, .was-validated .form-control:invalid,
.form-control.is-valid, .was-validated .form-control:valid {
    background-position: var(--validatiion-back-position) calc(.375em + .1875rem) center;
    padding-left: var(--validation-padding-left);
    padding-right: var(--validation-padding-right)
}

.custom-mt-form-group select:focus,
.custom-mt-form-group input:focus,
.custom-mt-form-group textarea:focus {
    outline: none;
}

.custom-mt-form-group select:focus ~ .control-label,
.custom-mt-form-group input:focus ~ .control-label,
.custom-mt-form-group textarea:focus ~ .control-label {
    color: #337ab7;
}

.custom-mt-form-group select:focus ~ .bar::before,
.custom-mt-form-group input:focus ~ .bar::before,
.custom-mt-form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

.iti__flag {
    background-image: url("/images/Global/flags.png") !important;
}

input {
    width: 100%
}

.iti {
    display: block
}

.is-invalid {
    border-bottom: 1px solid red !important;
}

@media only screen and (max-width: 767.98px) {
    h1 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 575.98px) {
    body {
        font-size: 12px;
    }

    .account-box {
        width: 100%;
        margin-bottom: 20px;
    }
}

.form-group {
    position: relative;
    padding: 15px 0 0;
}

.btn:focus {
    box-shadow: none;
}

.dropdown {
    padding-top: 25px;
}

.dropdown-item {
    text-align: left;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/images/Global/flags@2x.png") !important;
    }
}

.verifyButtonNew:hover {
    text-decoration: underline;
}

.display {
    display: block;
}

.none {
    display: none;
}

.assembly {
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0;
}

.container .account-box .account-wrapper #frmLogin .form-group .iti--allow-dropdown .iti__flag-container {
    direction: ltr !important;
    left: 0 !important;
    right: initial !important;
}

.container .account-box .account-wrapper #frmLogin .form-group .iti--allow-dropdown .iti__selected-dial-code {
    margin-left: 6px !important;
    margin-right: 0 !important;
}

.email_login {
    text-align: left;
    direction: ltr;
    padding-left: 84px;
    padding-right: 0;
    background-position-x: 98% !important;
}

#Mobile {
    text-align: left;
    direction: ltr;
    padding-left: 84px;
    padding-right: 0;
    background-position-x: 98%;
}
.container .account-box .account-wrapper #frmLogin .form-group .iti--allow-dropdown .iti__arrow{
    margin-left: 6px !important;
    margin-right: 0;
}
.send_again_text_telegram {
    font-size: 26px;
}
.send_again_icon_resize, .send_again_icon_resize_telegram {
    width: 37px;
    height: 37px;
}
.whatsapp_restore_password {
    font-size: 18px;
    color: #335fa0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-weight: 500;
    cursor: pointer;
    border: 0;
    background: 0;
}

.send_text {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 20px !important;
    letter-spacing: -0.22px;
    margin-left: 20px;
    color: #335fa0 !important;
}
@media (max-width: 500px) {
    .send_again_text_telegram {
        font-size: 20px !important;
    }

    .send_again_icon_resize_telegram {
        width: 30px !important;
        height: 30px !important;
    }
}

.whatsapp_restore_password{
    font-size: 18px;
    color: #335fa0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}
.whatsapp_restore_password:hover{
    text-decoration: underline;
}
#close_modal_button {
    position: absolute;
    align-self: end;
}

.modal_window_background {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000096;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 100000;
}

.close_btn {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #6c757d;
    cursor: pointer;
    transition: .3s;
    background: transparent;
    align-self: flex-end;
}
.close_btn {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #6c757d;
    cursor: pointer;
    transition: .3s;
    background: transparent;
    border: 0;
}
.modal_window_form_lottery {
    margin-left: auto;
    margin-right: auto;
    width: 790px;
    height: 96vh;
    background: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    align-self: center;
}

@media (max-width: 790px) {
    .modal_window_form_lottery {
        width: 96vw;
    }
}
.close_btn:hover {
    color: #000;
}
.content_modal{
    overflow-x: hidden;;
}
.close_modal_custom{
    width: 30px;
    height: 30px;
}
.telegram_modal{
    max-width: 400px;
}
.telegram_modal_header{
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 2px solid #6c757d2e;
    align-items: center;
}
.telegram_modal_header_text{
    font-size: 18px;
}
.telegram_modal_text{
    display: block;
}
.telegram_modal_icon {
    width: 40px;
    margin-right: 10px;
}

.telegram_modal_body{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.telegram_qr_code{
    width: 50%;
    height: 50%;
}
.telegram_bot_link_button{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 70px;
    border-radius: 8px;
    border: 2px solid #6c757d2e;
}
.telegram_modal_body_elem{
    margin-top: 20px;
}
.telegram_modal_text{
    width: 90%;
}
.telegram_restore_password{
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    margin-top: 20px;
}
@media(max-width: 500px){
    .telegram_restore_password_icon{
        width: 30px;
    }
    .telegram_restore_password{
        font-size: 16px;
    }
}
.display_flex_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.telegram_notification_link{
    font-size: 18px
}