@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* #page-login {
    font-family: 'Inter', sans-serif;
} */

/* Small separator "または" */
#page-login .separator {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 12px;
    color: #9CA3AF;
    font-size: 13px;
    margin-top: 25px;
}

#page-login .separator .line {
    flex: 1;
    height: 1px;
    background: #E5E7EB;
}

#page-login .short-panel .check-area {
    justify-content: end !important;
}

#page-login a.auth-link,
.use-web a {
    color: #2b69f6;
}

.btn-outline-black {
    border: 1px solid #dcdcdc;
    background-color: transparent;
    font-weight: 600;
}

.btn-outline-black:focus {
    border: 1px solid #dcdcdc;
}

.btn-submit {
    background: #2b69f6;
    color: white;
    font-weight: 600;
}

.btn-submit:hover {
    color: white;
}


#page-login .login-btn {
    padding: 30px 0;
}

#page-login .login-btn button {
    width: 100% !important;
    height: 44px;
}

.text-register {
    text-align: right;
}

.use-web {
    font-size: 12px;
}

.form-group.password {
    margin-bottom: 1rem;
}

.login-btn-socialite {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    color: #000;
    background-color: #fff;
    height: 44px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}


.login-btn-socialite .login-icon {
    position: absolute;
    left: 14px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Text căn giữa */
.login-btn-socialite .login-text {
    flex: 0 0 auto;
    font-weight: 600;
}

#page-login .short-panel {
    width: 90%;
    max-width: 420px !important;
}

#page-login input {
    height: 44px;
}

/* ----------------------- */
.page-login-profile .login-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.box-login {
    justify-content: space-between;
    width: 400px;
    gap: 1rem;
}

.box-login .socialite {
    color: #000;
    padding: 10px;
    gap: 6px;
    align-items: center;
}

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

.social-status-group {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

.socialite.change {
    cursor: pointer;
    width: 115px;
    border: none;

}

.dropdown-menu-socialite li {
    text-decoration: underline;
    text-align: left;
}

li a:hover {
    color: #000;
}

.icon {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.icon:hover , .icon:focus{
    background-color: gray;
    border-radius: 50%;
}

.icon-focus {
    background-color: gray;
    border-radius: 50%;
}

.dropdown {
    position: relative;
    display: inline-block;
}



.dropdown-menu-socialite {
    display: none;
    position: absolute;
    right: 0;
    top: 22px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    min-width: 140px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.dropdown-menu-socialite ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.dropdown-menu-socialite li {
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.dropdown-menu-socialite li:hover {
    background: #f3f4f6;
}

@media screen and (max-width: 767px) { 
    .box-login {
        width: 100%;
    }
}
.dropdown-menu-socialite .disabled {
  color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}