#main-posts-alert .arz-bg-gray {
    display: none !important;
}
#tools-des {
    display: flex;
    flex-wrap: wrap;
}
.arz-tools-des__popover {
    position: absolute!important;
    right: -8px;
    opacity: 0;
    z-index: -1;
}
.arz-tools-des__popover .arz-popover-content {
    display: none;
}
.arz-tools-des__image {
    width: 96px;
}
.arz-tools-des__content {
    padding-right: 3px;
    width: calc(100% - 96px);
}
.arz-tools-des__title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0px;
}
.arz-tools-des__text {
    font-size: 11px;
    line-height: 18px;
    text-align: justify;
    color: #848484;
    padding-bottom: 4px;
}
.arz-tools-des__text~div {
    display: flex;
    margin-top: 15px;
}
#tools-des .arz-btn {
    font-size: 11px;
    border-radius: 99rem;
    color: #fff;
    font-size: 11px;
    padding: 3px 10px;
    margin-right: 8px;
}
#tools-des .arz-faq-video {
    background-color: #D32F2F;
}
#tools-des #ok {
    background-color: #24b27e;
}

#videos-btn{
    height: 30px;
    margin-left: 10px;
    border-radius: 50%;
    transition: all .2s linear;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#videos-btn .arz-icon {
    font-size: 2rem; 
    color: #D32F2F; 
    transition: all .2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}
#videos-btn:active .arz-icon,
#videos-btn:hover .arz-icon {
    font-size: 1rem;
    color: #fff;
    padding-top: 1px;
}
#videos-btn:active,
#videos-btn:hover {
    background: #D32F2F;
    
}

#search .arz-form {
    width: 480px;
}
#nav-header-menu {
    width: calc(100% - 255px);
}
#nav-btn-box {
    width: 255px;
    min-width: 255px;
}




/******************************/
.header-desktop-responsive .arz-menu-item{
    position: relative;
    user-select: none;
    cursor: pointer;
}

.header-desktop-responsive .arz-menu-item-label{
    font-size:14px;
    padding:0.25rem 0;
    
    border:0 solid transparent;
    border-bottom-width: 1px;
    gap:0.25rem;
    align-items:center;
    display:flex;
}



.header-desktop-responsive .arz-menu-item2{
    margin:5px 0;
    min-width: 150px;
    cursor: pointer;
    color: #334155;
    font-size: 12px;
    padding:6px 0.75rem;
    border-radius: 0.5rem ;
    display: block ;
}
.header-desktop-responsive .arz-menu-item2:not(.onlylabel):hover{
    background-color: #f1f5f9;
}
.arz-menu-item2.onlylabel{
    color: #8E96A3;
    cursor: auto;
}

.header-desktop-responsive .header-desktop-separator{
    flex-shrink: 0;
    margin: 0 4px;
    background: #f1f5f9;
    width: 0.125rem;
    height: 1.5rem 

}



@media (min-width: 1315px) {
    .header-desktop-responsive .header-desktop-separator{
        margin: 0 10px;
    }
}

.header-desktop-responsive .desktop-search-cont{
    margin-left: auto;
    width:320px;
}

.header-desktop-responsive .mobile-menu-marketsection{
    padding:1rem .75rem;
    background:#fff;
    border-radius: .75rem;
    gap:.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
}