.header {
    background-color: black;
    width: 100%;
    z-index: 500;
    height: 50px;
}

.function-for-user {
    display: flex;
}

.btn-user.float-right.text-center {
    display: flex;
}

span.text-white.greeting-user {
    line-height: 47px;
}

.btn-for-user {
    min-width: 100px;
    line-height: 37px;
}

.text-of-function {
    line-height: 30px;
}

.text-greeting-user {
    font-size: 20px;
    margin-left: 2%;
    line-height: 47px;
}

button.btn.btn-register {
    font-size: 16px;
}

button.btn.btn-login {
    margin-right: 2%;
    font-size: 16px;
}

.text-forgot-pass {
    line-height: 33px;
}

button#btn-forgot {
    margin-top: 25px;
}

.form-login {
    background: gray;
}

.form-login-content {
    margin: auto;
    border-radius: 40px;
    min-height: 490px;
    width: 85%;
}

.form-login-body {
    padding: 5%;
}

.form-login-header {
    margin-left: 3%;
    border-bottom: none;
    margin-bottom: -25px;
}

.form-login-title {
    font-size: 26px;
}

button.close.close-modal {
    margin-top: -5%;
}

.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;
    width: 98%;
    font-size: 18px;
    white-space: normal;
    word-wrap: break-word;
    background-color: white;
    line-height: 2.5;
}

.email-forgot-pass {
    margin-top: 30px;
    margin-bottom: 2px;
}

.title-comfirm {
    margin-top: 5%;
}

.pointer {
    cursor: pointer;
}

.choose .text-choose-method {
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 3% 7%;
    font-size: 22px;
    border-radius: 20px;
    border: solid 2px gray;
}

.modal-darkgray-footer {
    font-size: 15px;
}

.text-error {
    color: red;
    margin-top: 1%;
}

.text-required {
    color: red;
}

.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;

}

.modal-darkgray .loader {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    display: none;
}

.clear {
    clear: both;
}

.div-checkbox {
    width: 100%;
}

.content-modal {
    border-radius: 30px;
}

.modal-darkgray-header {
    border-bottom: 0px;
}

.m10t {
    margin-top: 10% !important;
}

.fs16 {
    font-size: 14px;
}

.title-table {
    font-weight: bold;
    font-size: 16px;
}
.mapboxgl-popup {
    max-width: 270px !important;
}

.mapboxgl-popup-content {
    width: 280px;
    max-height: 500px;
    overflow: auto;
    border-radius: 15px !important;
    position: absolute;
}

.mapboxgl-popup-content .content-popup {
    width: 90%;
    margin: auto;
}

.mapboxgl-popup-content .mapboxgl-popup-close-button {
    font-size: 25px !important;
    /* position: fixed; */
    margin-top: 8px;
    top: 0;
    right: 10px;
}

.popup-div {
    margin-top: 25px;
    max-height: 400px;
    overflow-y: auto;
}
.popup-table {
    width: 100%;
}
.popup-column1 {
    width: 100px;
}

@media (max-width: 560px) {
    .btn-choose {
        font-size: 13px;
    }

    .img-ion {
        width: 35px;
        height: 35px;
    }

    .form-login-content {
        min-height: 0px;
    }

    .title-modal {
        font-size: 18px;
    }

    .modal-darkgray-body {
        font-size: 13px;
    }

    .modal-content-body label {
        font-size: 16px;
    }

    .form-control-lg {
        font-size: 13px;
    }

    .accept {
        padding: 2% 5%;
        font-size: 16px;
    }

    .modal-title {
        font-size: 18px;
    }

    .text-media {
        font-size: 11px;
    }

    .fs12-sp {
        font-size: 10px !important;
    }

    .mapboxgl-popup-content {
        width: 150px !important;
        max-height: 200px !important;
    }

    .mapboxgl-popup-content .mapboxgl-popup-close-button {
        font-size: 14px !important;
        margin-top: 3px;
    }


    .title-table {
        font-weight: bold;
        font-size: 12px !important;
    }
}

