.profile-container{
    width: 100%;
}
.profile-rgt{
    width: 35rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 2rem;
}
.profile-lft{
    width: 100%;
    flex: 1;
}
.profile-rgt-ul {
    width: 100%;
    padding: 2rem;
    background-color: var(--bg-1);
    border: 1px solid #d7dfe3;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.profile-rgt-li{
    width: 100%;
    padding: 0.6rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
/*-------------------------------banner*/
.profile-banner-container{
    width: 100%;
    max-height: 30rem;
    overflow-x: auto;
    margin-bottom: 1rem;
    position: relative;
}
.profile-banner{
    width: 100%;
    max-height: 15rem;
    overflow: hidden;
    border-radius: 0.4rem;
}
.profile-banner img{
    width: 100%;
    max-height: 20rem;
    height: 100%;
    object-fit: cover;
}
.banner-form-container{
    width: 30rem;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    transition: all 400ms;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.banner-form{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.create-input-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.progress-field-wrapper{
    width: 100%;
}
.create-input {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    border: 1px solid var(--border-5);
    border-radius: 4px;
    outline: none;
    padding: 1rem;
    z-index: 1;
    color: var(--text-6);
}
.create-label {
    margin-bottom: 1rem;
    padding: 0 .25rem;
    color: var(--text-2);
    font-size: 1.2rem;
    transition: .3s;
    font-weight: 500;
    background-color: transparent;
}
.create-input:focus {
    border: 1px solid var(--primary);
}
.banner-submit{
    padding: 0.6rem 1rem;
    margin-right: 1rem;
    color: var(--text-6);
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid var(--border-5);
}
.banner-submit.active{
    background-color: #dbdbdb;
    color: var(--text-2);
}
/*-------------------------------follow list*/
.follow-container{
    width: 40rem;
    max-width: 100%;
    height: 50rem;
    max-height: 70vh;
    padding: 2rem 1rem;
    background-color: var(--bg-1);
    border: 1px solid #d7dfe3;
    border-radius: 4px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transform: translate(-50%,0);
    position: fixed;
    left: 50%;
    bottom: 10%;
    z-index: 9999;
}
.follow-container.active{
    display: flex;
}
.follow-menu{
    width: 100%;
    height: 100%;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.follow-item{
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.follow-item:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.follow-item .profile-btn{
    width: fit-content;
    height: 3rem;
}
.follow-container .profile-img-cover{
    width: 6rem;
    height: 6rem;
    margin-left: 0.5rem;
}
.follow-title{
    width: 100%;
    padding: 0 2rem 1rem;
}
.follow-close{
    text-align: start;
    width: 1.8rem;
    height: 1.8rem;
    fill: var(--text-3);
    transition: all 400ms;
}
.follow-close:hover{
    fill: var(--error);
}
/*-------------------------------profile*/
.profile-rgt-li.profile{
    padding: 0 0 2rem;
    margin: 0 0 1rem;
    border-bottom: 1px solid var(--border-5);
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}
.online{
    border: 2px solid var(--success);
}
.offline{
    border: 2px solid var(--error);
}
/*-------------------------------btn more*/
.profile-more-container {
    width: 100%;
    height: 5rem;
    padding: 1rem 2rem;
    background-color: var(--bg-1);
    border: 1px solid #d7dfe3;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    display: none;
}
.profile-more-title{
    text-align: start;
    font-size: 1.4rem;
    color: var(--text-2);
    margin-left: 1rem;
    text-wrap: nowrap;
}
.profile-more-icon{
    width: 1.2rem;
    height: 1.2rem;
    fill: var(--text-4);
    transition: all 400ms;
    transform: rotateX(180deg);
}
.profile-detail-menu{
    width: 100%;
}
.profile-rgt .filter-dropdown{
    width: 100%;
}
/*-------------------------------btn*/
.profile-btn-container{
    padding: 0;
    margin-top: 1rem;
}
.profile-btn-container .profile-btn:first-child{
    margin-left: 1rem;
}
.follow-btn,.profile-btn{
    width: 20rem;
    max-width: 100%;
    height: 4rem;
    padding: 1rem;
    background-color: var(--primary);
    color: var(--text-6);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms;
    font-size: 1.2rem;
}
.follow-btn{
    margin: 0 auto;
    background-color: var(--bg-3);
    color: var(--text-4);
    font-weight: 600;
}
.follow-btn.primary{
    color: var(--text-6);
}
.follow-btn:hover{
    background-color: var(--bg-3);
}
.follow-btn.primary:hover{
    background-color: var(--primary-hover);
}
/*-------------------------------key value*/
.profile-title{
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: var(--bg-cg);
    text-align: start;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary);
    text-wrap: nowrap;
}
.profile-rgt-item{
    width: 100%;
    padding: 0.5rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.profile-key{
    text-align: start;
    font-size: 1.4rem;
    color: var(--text-2);
    margin-left: 1rem;
    text-wrap: nowrap;
}
.profile-value{
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-3);
    cursor: pointer;
}
.profile-site{
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary);
    transition: color 400ms;
}
.profile-site:hover{
    color: var(--primary-hover);
}
.profile-description{
    width: 100%;
    min-height: 10rem;
    max-height: 20rem;
    overflow-y: auto;
    margin-top: 1rem;
    font-size: 1.4rem;
    color: var(--text-1);
    font-weight: 500;
    padding: 1rem 0.5rem;
    background-color: var(--bg-cg);
    border-radius: 0.4rem;
}
.profile-session{
    font-size: 1.2rem;
    color: var(--text-4);
    margin-top: 2rem;
    margin-bottom: 1rem;
}
/*-------------------------------tabs*/
.profile-tabs{
    width: 100%;
    margin: 0.6rem 0 2rem 0;
    border-bottom: 1px solid #acacac;
}
.profile-tab{
    padding: 1rem;
    font-size: 1.4rem;
    color: #2c3e50;
    border-bottom: 1px solid #eee;
    text-wrap: nowrap;
    background-color: transparent;
    transition: all 400ms;
}
.profile-tab.tap-active{
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}
.profile-tab-select{
    width: 20rem;
    padding: 0.5rem;
    position: relative;
    background-color: var(--bg-1);
    cursor: pointer;
}
.profile-tab-title{
    font-size: 1.4rem;
}
.profile-tab-icon{
    width: 1rem;
    height: 1rem;
    fill: var(--text-4);
    transform: rotate(180deg);
}
.profile-tab-menu{
    width: 100%;
    background-color: var(--bg-1);
    border-radius: 3px;
    display: none;
    transform: translate(0,0);
    position: absolute;
    z-index: 999;
    top: 4.2rem;
    right: 0;
    left: 0;
}
.profile-tab-menu.active{
    display: none;
}
.profile-tab-ul{
    width: 100%;
}
.profile-tab-li{
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #f1f1f1;

}
.profile-tab-li:last-child{
    border: none;
}
.profile-tab-li:hover{
    background-color: #f4f4f4;
}
.profile-tab-btn{
    width: 100%;
    text-align: start;
    background-color: transparent;
}
/*--------------callback page*/
.callback-container .admin-success {
    width: 100%;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 400;
    color: var(--text-6);
    background-color: var(--success);
    margin-top: 2rem;
}
.callback-container .admin-error {
    width: 100%;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 400;
    color: var(--text-6);
    background-color: var(--error);
    margin-top: 2rem;
}
.callback-container .btn{
    padding: 1rem;
    font-size: 2rem;
    font-weight: 400;
    color: var(--text-6);
    border-radius: 4px;
    background-color: var(--primary);
    margin: 2rem 1rem;
}
.menu-box.show-detail{
    display: flex;
}
