.page-title{
    display: flex;
    transition: all 300ms ease;
    margin-top: 23px;
    margin-bottom: 30px;
    padding-top: calc((env(safe-area-inset-top))*0.8)!important;
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.page-title-fixed{
    position: fixed;
    left: 0;
    right: 0;
}
.page-title h1, .page-title .h1{
    font-weight: 700!important;
    font-size: 28px;
    line-height: 30px;
    color: #1f1f1f;
    letter-spacing: -.8px;
}
.theme-light .show-on-theme-light{
    display: block;
}
.theme-light .bg-theme{
    background-color: #fff!important;
}
.theme-light .color-theme{
    color: #0f1117!important;
}
.page-title-icon:last-of-type{
    margin-right: 0px;
}
.page-title-icon{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background: #e4e6ea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.shadow-xl{
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.02)!important;
}
.BHHy4{
    height: 32px;
    width: 32px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 50px;
    object-fit: cover;
}
.BHHy9{
    width: 16px;
    height: 16px;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.page-title-clear{
    height: calc(70px + (env(safe-area-inset-top))*0.8)!important;
}
.page-title-clear1{
    height: calc(42px + 44px + 12px + env(safe-area-inset-top))!important;
    display: none;
}
.page_titleV1{
    width: 100%;display: none;flex-direction: column;
}
.page_titleV2{
    width: 100%;display: flex;position: relative;
}
.page_titleV3{
    width: calc(100% - 24px);
    display: flex;align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-height: 56px;
}
.page_titleV3_1{
    height: 28px;
}
.page_titleV4{
    position: absolute;
    top: 4px;
    right: 0px;
    padding: 4px;
}
.page_titleV4_0{
    position: absolute;
    right: -5px;
    top: 3px;
}
.page_titleV4_0_1{
    width: 19px;
    height: 19px;
    background: #cc0000;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    font-family: system-ui !important;
}
.page_titleV4_1{
    height: 24px;
}
.page_titleV5{
    display: flex;align-items: center;justify-content: center;padding-bottom: 8px;
}
.page_titleV6{
    display: flex;
    justify-content: space-between;
    width: 355px;
}
.page_titleV6_1.active, .page_titleV6_1:hover{
}
.page_titleV6_1{    
    padding: 12px 14px 10px 14px;color: #fff;
    border-radius: 50px;
    font-weight: 500;font-size: 18px;
}
.page_titleV6_2{
    height: 15px;margin-right: 2px;
}
.page_titleV9{
    
}
.mke{
    width: 20px;
    height: 20px;
    color: #1f1f1f;
    fill: currentColor;
}
.mke1{
    width: 26px;
    height: 26px;
    color: #1f1f1f;
    fill: currentColor;
}
.mke2{
    width: 20px;
    height: 20px;
    color: #1f1f1f;
    fill: currentColor;
}
.mke3{
    width: 24px;
    height: 24px;
    color: #1f1f1f;
    fill: currentColor;
}
.mke4{
    width: 15px;
    height: 15px;
    color: #1f1f1f;
    fill: currentColor;
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){
    
}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    .page-title-fixed{
        padding: 0px 12px;
    }
    .page-title-clear{
        height: calc(54px + (env(safe-area-inset-top))*0.8)!important;
    }
    .page-title{
        margin-bottom: 8px;
        margin-top: calc(0px + (env(safe-area-inset-top))*0.2);
        
    }
    .page_titleV1{
        display: flex;
    }
    /*.BHHy9{
        width: 16px;
        height: 16px;
        filter: none;
    }
    .theme-light .bg-theme{
        background-color: #035036!important;
    }*/
}