/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Upload, crop avatar */
.users-av-wraper {
    position: relative;
    width: 630px;
    min-height: 100%;
    background: #f7f7f7;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
}

.users-av-wraper > form > div {
    position: relative;
    padding: 15px 0 0 15px;
}

.users-av-wraper > form > div:first-child {
    background-color: #efefef;
    min-height: 400px;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.users-avupload {
    position: relative;
    width: 100%;
    height: 100%;
}

.users-avupload .upload-button {
    display: table;
    width: 100%;
    height: 380px;
    cursor: pointer;
}

.users-avupload .upload-button > div {
    display: table-row;
}

.users-avupload .upload-button > div > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.users-avupload .upload-button > div > span > em {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background-color: #1182c8;
    line-height: 100px;
    border-radius: 50px;
}

.users-avupload .upload-button:hover em {
    background-color: #205fa0;
}

.users-avupload .img-area {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.users-avupload .img-area img {
    width: 100%;
}

.users-av-wraper .guide {
    padding: 8px;
    background: #d8eaf8;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.users-av-wraper .exit-bt {
    position: fixed;
    top: 380px;
    right: 30px;
}

/* EDIT INFO */
#change-photo {
    display: none;
}

.users-menu > li > a {
    padding: 8px 10px !important;
}

/* LOGIN, REGISTER FORM BOX */
.login-box {
    width: 334px;
}

@media (max-width: 399px) {
    .login-box {
        width: 100%;
    }
}

.user-reg-form .form-detail .form-group > label {
    font-weight: 500;
}

.login-box img.logo {
    max-width: 100%;
    height: auto;
}

.openid-btns {
    border-top: 1px #fff solid;
    padding-top: 15px;
}

.openid-btns .btn-group {
    display: flex;
    width: 100%;
}

.openid-btns .btn-group button.btn {
    width: 40px;
    text-align: center;
}

.openid-btns .btn-group a.btn {
    flex-grow: 1;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.openid-google {
    color: #ffffff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.openid-google:focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}

.openid-google:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.openid-google:active {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.openid-google:active:hover,
.openid-google:active:focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}

.openid-google:active {
    background-image: none;
}

.openid-google.disabled:hover,
.openid-google[disabled]:hover,
fieldset[disabled] .openid-google:hover,
.openid-google.disabled:focus,
.openid-google[disabled]:focus,
fieldset[disabled] .openid-google:focus {
    background-color: #d9534f;
    border-color: #d43f3a;
    cursor: inherit;
}

.openid-zalo {
    color: #ffffff !important;
    background-color: #0067ff;
    border-color: #0067ff;
}

.openid-zalo:focus,
.openid-zalo:hover,
.openid-zalo:active {
    color: #ffffff;
    background-color: #035adb;
    border-color: #035adb;
}

.openid-zalo:active {
    background-image: none;
}

.openid-zalo.disabled:hover,
.openid-zalo[disabled]:hover,
fieldset[disabled] .openid-zalo:hover,
.openid-zalo.disabled:focus,
.openid-zalo[disabled]:focus,
fieldset[disabled] .openid-zalo:focus {
    background-color: #035adb;
    border-color: #035adb;
    cursor: inherit;
}

.fa-zalo::before {
    font: normal normal bold 15px/1 Arial;
    content: "Z";
}

.openid-facebook {
    color: #ffffff !important;
    background-color: #428bca;
    border-color: #357ebd;
}

.openid-facebook:focus {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #193c5a;
}

.openid-facebook:hover {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.openid-facebook:active {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.openid-facebook:active:hover,
.openid-facebook:active:focus {
    color: #ffffff;
    background-color: #285e8e;
    border-color: #193c5a;
}

.openid-facebook:active {
    background-image: none;
}

.openid-facebook.disabled:hover,
.openid-facebook[disabled]:hover,
.openid-facebook.disabled:focus,
.openid-facebook[disabled]:focus,
fieldset[disabled] .openid-facebook:focus {
    background-color: #428bca;
    border-color: #357ebd;
    cursor: inherit;
}

.openid-single-sign-on {
    color: #ffffff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.openid-single-sign-on:focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}

.openid-single-sign-on:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.openid-single-sign-on:active {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.openid-single-sign-on:active:hover,
.openid-single-sign-on:active:focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}

.openid-single-sign-on:active {
    background-image: none;
}

.openid-single-sign-on.disabled:hover,
.openid-single-sign-on[disabled]:hover,
.openid-single-sign-on.disabled:focus,
.openid-single-sign-on[disabled]:focus,
fieldset[disabled] .openid-single-sign-on:focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
    cursor: inherit;
}

.openid-list {
    display:flex;
    justify-content:center;
}

.openid-list [class*=openid-] + [class*=openid-] {
    margin-left: 5px;
}

.changepass-cont {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
}

.changepass {
    background-color: #fff;
    padding: 15px;
    min-height: 300px !important;
    min-width: 300px !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border: 1px #dcdcdc solid;
    border-radius: 5px;
    width: 500px;
}

.changepass .form-detail {
    padding: 20px 30px;
}

@media (max-width: 499.98px) {
    .changepass-cont {
        padding-top: 0;
    }
    .changepass {
        width: 100%;
    }
}

.userbutton-box-show {
    user-select: none;
}

.btn__login {
    padding: 6px 8px;
    background: #0685d6;
    color: #fff;
    box-shadow: 5px 5px 5px rgb(55 54 54 / 20%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
}


.btn__login:hover {
    opacity: 0.8;
}

#tip {
    margin-top: 10px;
    overflow-y: visible;
    overflow-x: visible;
    top: 48px;
    right: 8px;
}

#tip::after {
    position: absolute;
    content: '';
    top: -30px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #e2e2e2 transparent;
    z-index: 2200;
    right: 37px;
}

#tip.main__info_user {
    /* top: 40px; */
    margin-top: 3px;
    user-select: none;
}

#tip.main__info_user {
    /* position: absolute; */
}

#tip.main__info_user::after {
    top: -22px;
    right: 8px;
    /* position: absolute;
    content: '';
    top: -24px;
    right: 7px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #e2e2e2 transparent;
    z-index: 2200; */
}

@media (max-width: 768px) {
    .btn__login {
       padding: 7px 5px;
       margin-left: 2px;
       font-size: 12px;
    }

    #tip {
        top: 41px;
    }

    #tip::after {
        right: 25px;
    }
}

@media (max-width: 320px) {
    .btn__login {
       padding: 4px;
       margin-left: 2px;
       font-size: 10px;
       line-height: 12px;
       text-align: center;
    }

    #tip {
        top: 48px !important;
    }

    #tip::after {
        right: 17px;
    }
}

.site__name {
    font-size: 19px;
    font-weight: bold;
}

.h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/*Icon màu đỏ thông báo tại nút user*/
.notification {
    position: absolute;
    top: -2px;
    right: 0px;
    display: inline-block;
    min-width: 10px;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ff0040;
    border-radius: 10px;
    z-index: 1;
}

.filelist li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.btn-file {
    width: 140px;
    text-align: left;
    padding: 5px 5px 5px 30px;
}

.btn-file::before {
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    margin-left: -28px;
    margin-top: -8px;
}

.type-doc::before {
    content: "\f0f6";
}

.type-pdf::before {
    content: "\f1c1";
}

.type-image::before {
    content: "\f1c5";
}

.type-file::before {
    content: "\f016";
}

.login-box-new {
    width: 100%;
}

.usr-flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.usr-flex {
    display: flex;
}

.usr-justify-between {
    justify-content: space-between;
}

.usr-align-center {
    align-items: center;
}

.usr-gap-1 {
    gap: 5px;
}

.usr-gap-2 {
    gap: 10px;
}
