* {
    margin: 0;
    padding: 0;
    color: #000;
}

a{
    text-decoration: none;
    cursor: pointer;
}
body,html{
   
}

p {
    /* line-height: 50px; */
}

ul,li{
    list-style: none;
}
body{
    background-size: cover !important; 
}
footer{
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e4dfdd;
    /*box-shadow: 0 0 30px #e4dfdd;*/
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
footer dl{
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer dt{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(4px);
}
footer dd{
    color: #1d132d;
}
footer a{
    min-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 55px;
    
}
footer a{
    color: #8e8b89;
    text-align: center;
}
footer a.active{
    background: #fff;
}
footer a.active:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #ff4a4a;
    position: absolute;
    top: 0;
    left: 0;
}
footer a.active *{
    color: #ff4a4a;
}
footer a img{
    width: 25px;
}
.main-con{
    padding-bottom: 70px;
}
.top-header{
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #081726;
    padding: 0 10px;
}
.logo{
    width: 36px;
    height:18px;
}
.username{
    width: 30px;
    height: 30px;
}
.top-red-btn{
    padding: 0px 13px !important;
    background: rgb(255, 74, 74) !important;
    color: rgb(255, 254, 254) !important;
    cursor: pointer;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    padding: 0px 16px;
    font-family: indivisible, sans-serif;
    line-height: 32px;
    margin-left: 12px;
}
.add-logo-box{
    display: flex;
    align-items: center;
}

.Banner--dark {
    background-color: #081726;
    color: #fff;
    box-shadow: inset 0 -1px #ffffff1a;
    text-align: center;
    padding: .25rem .75rem;
    white-space: nowrap;
}
.Banner--dark a,.Banner--dark strong{
    color: #fff;
    font-size: 0.875rem;
}

.mask{
    position: fixed;
    inset: 0;
    background-color: rgba(4, 13, 21, 0.65);
    z-index: 0;
    z-index: 22;
    display: none;
    top: 77px;
}
.settings-container {
    /*max-width: 600px;*/
    margin: 0 auto;
    padding: 20px 16px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    top: 77px;
    display: none;
    z-index: 23;
}

.profile-header {
    margin-bottom: 24px;
}

.avatar-section {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.avatar {
    width: 96px;
    height: 96px;
    margin-right: 16px;
}

.profile-info h2 {
    width: 100%;
    text-decoration: underline;
    height: 26px;
    color: rgb(8, 23, 38);
    font-weight: 500;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    line-height: 26px;
}
.membership-type{
    color: rgb(82, 93, 103);
    font-weight: 400;
    line-height: 21px;
    font-size: 13px !important;
    margin: 8px 0;
}
.profile-info{
    flex: 1;
}
.membership-type {
    color: #666;
    font-size: 14px;
}

.upgrade-btn {
    width: 100%;
    padding: 12px;
    background: #FF4458;
    color: white;
    border: none;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.action-btn {
    background: rgb(255, 255, 255);
    color: rgb(255, 74, 74);
    border-color: rgb(255, 134, 134);
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    padding: 0px 20px;
    font-family: indivisible, sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.action-btn a{
     color: rgb(255, 74, 74);
}

.verify-btn img {
    width: 20px;
    height: 20px;
}

.settings-menu {
    border-top: 1px solid #E0E2E4;
    padding-top: 16px;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    text-decoration: none;
    color: #333;
    gap: 12px;
}

.menu-item img {
    width: 24px;
    height: 24px;
}
.action-btn-top{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.menu-item span{
    color: rgb(8, 23, 38) !important;
    font-size: 20px;
}
.verify-btn a{
    color: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.settings-container:after {
    height: 100vh;
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: -1;
    top: 522px;
}


.top-red-btn{
    background: #2d7fe3 !important;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-header{
    padding: 12px 0;
}
.username{
    width: 27px;
    height: 27px;
}
footer a.active:before{
    display: none;
}
footer a.active *{
    color: #fff;
}
footer{
    background: #fff;
}
footer a.active{
    background: #2d7fe3;
}
.newVipIcon{
    width: 20px;
    height: 15px;
}