.form-group.row.header {
    border: 1px solid darkgray;
    max-height: 70px;
    min-height: 70px;
    padding: 0px;
    display: flex;
}

.text-count-answer.text-center {
    width: 70%;
    height: 68px;
    background-color: #eaeaea;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line1 {
    height: 34px;
    text-align: center;
}

.line2 {
    height: 34px;
    text-align: center;
    white-space: normal;
    padding: 0 5px 0 15px;
}

.text-forgot-pass {
    margin: auto;
}

.btn-user {

}

.btn-drropdown {
    background-color: #eaeaea;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-size: 15%;
    border-left: 1px solid darkgray;
    font-size: 20px;
    padding-top: 5px;
}

.open > .dropdown-menu {
    display: grid;
    width: 100%;
}

.dropdown-menu {
    min-width: auto;
    padding: 0px 0;
    margin: 0px 0 0;
}

.dropdown-item {
    height: 50px;
    z-index: 900;
}

nav.navbar.navbar-default.navbar-fixed-top {
    margin-top: 0px;
    z-index: 500;
}

button.btn.btn-ranking.btn-lg {
    background-color: #d4f144;
    color: white;
}

.form-login {
    background: gray;
}

.form-login-content {
    margin: auto;
    border-radius: 40px;
    min-height: 450px;
    width: 80%;
}

button.dropdown-item:active {
    background-color: gray;
}

.form-login-body {
    padding: 5%;
}

.form-login-header {
    border-bottom: none;
}

.form-login-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 26px;
}

button.close.close-modal {
    margin-top: 1%;
}

.text-usual {
    margin-bottom: 2%;
    text-align: center;
    font-size: 18px;
}

button.btn-modal {
    border: 1px solid darkgray;
    border-radius: 10px;
    min-width: 130px;
    margin-bottom: 20px;
    background-color: white;
}

.form-login-footer {
    padding: 0px;
    border: none;
}

.forgot-pass u {
    color: #870fb9;
}

img.img-icon {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid gray;
}

.btn-choose {
    border: 1px solid darkgray;
    margin: 5px;
    /* height: 78%; */
    width: 98%;
    font-size: 18px;
    white-space: normal;
    word-wrap: break-word;
    background-color: white;
    line-height: 2.5;
}

.modal-darkgray {
    background: darkgray;
}

.modal-darkgray-body {
    width: 80%;
    margin: auto;

}

.modal-darkgray-body .modal-body {

    border: 1px solid;
}

.modal-darkgray-header {
    border-bottom: 0px;
}

.modal-darkgray-footer {
    border-top: 0px;
}

.accept {
    /* margin: 2%; */
    /* padding: 2% 5%; */
    font-size: 22px;
    /* border-radius: 20px; */
}

.modal-darkgray-footer {
    font-size: 15px;
}

.text-error {
    color: red;
    margin-top: 1%;
}

.choose {
    border: solid 1px;
    width: 80%;
    margin: 1% auto;
    padding: 1%;

}

.img-ion {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid gray;
}


.choose-email {
    margin-bottom: 15%;
}

.modal-darkgray .modal-content-body {
    width: 80%;
    margin: 0% auto 10%;
}

#modal-email-register .loader {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    display: none;

}

button.for-user {
    font-size: 18px;
    width: 100%;
}

span.text-danger.sum-answer {
    font-size: 26px;
    font-weight: bold;
}

.email-forgot-pass {
    margin-top: 30px;
}

.pointer {
    cursor: pointer;
}

.display-icon {
    width: auto;
    height: 100%;
    border-radius: 50%;
}

.text-required {
    color: red;
    margin-left: 2%;
}

.modal-darkgray .loader {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    display: none;

}

.choose .text-choose-method {
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-triangle{
    margin-left: 5px;
}

@media (min-width: 419px) {
    .text-login-icon {
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .text-login-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    
    .display-icon {
        font-size: 2vw;
        width: 50px;
        height: 50px;
    }
    #user-login-name {
        font-size: 2vw;
    }

    .line1 {
        font-size: 2vw;
    }

    .text-count-answer.text-center {
        font-size: 2vw;
        word-break: break-word;
        white-space: normal;
    }

    .btn-drropdown {
        height: 100%;
        width: 100%;
        font-size: 16px;
    }

    button.for-user {
        font-size: 15px;
    }

    .btn-choose {
        margin: 2px;
        height: 70%;
        width: 98%;
        font-size: 15px;
        line-height: 1.5;
    }

    .email-forgot-pass {
        margin-top: 20px;
    }
}
/* @media (min-width: 480px) and (max-width: 750px) {
    .line1 {
        padding-top: 5%;
    }
    .text-count-answer .line1, .text-count-answer, .line2 {
        font-size: 2vw;
        word-break: break-word;
    }
    #user-login-name {
        font-size: 2vw;
    }
} */
@media (min-width: 767px) and (max-width: 1032px) {
    #user-login-name {
        font-size: 2vw;
    }
    .display-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    
}

#icon {
    position: absolute;
    border-radius: 50%;
    margin-top: 12px;
    z-index: 1;
    right: 69px;
}