.preview-mode-toolbar {
    display: none;
}
.sidebar-menu-type-2.what-a-menu {
    z-index: 1049;
    padding-top: 0;
    padding-bottom: 80px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}
.wam-top-side {
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #f4f4f4;
}
.wam-top-side .left {
    width: 40%;
}
.wam-top-side .right {
    width: 60%;
}
.wam-top-side .left {
    display: flex;
    align-items: center;
    padding-left: 16px;
    gap: 20px;
}
.wam-top-side .left button {
    outline: 0;
    background: transparent;
    border: 0;
    padding: 0;
}
.wam-top-side .left .logo-block img {
    width: 100px;
    height: 100%;
}
.wam-top-side .right {
    display: flex;
    justify-content: flex-end;
}
.wam-top-side .right .app-infos, .wam-top-side .right .app-infos:focus {
    display: flex;
    align-items: center;
    border-left: 1px solid #F4F4F4;
    padding: 0 10px;
    border-right: 1px solid #f4f4f4;
    gap: 10px;
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    outline: 0;
    z-index: 9;
    cursor: pointer;
}
.wam-top-side .right .app-infos .text-area {
    color: #040404;
    font-size: 10px;
    font-weight: 500;
    line-height: 11.5px;
}
.wam-top-side .right .qk-app-campaign-bell {
    margin: 0!important;
}
.wam-top-side .right .qk-app-campaign-bell .campaign-icon .count {
    top: 2px;
    right: 3px;
    font-size: 11px;
    width: 16px;
    height: 16px;
}
.wam-tabs-btn-side {
    display: flex;
    margin: 10px 15px 12px;
    justify-content: space-between;
}
.wam-tabs-btn-side .tablinks, .wam-tabs-btn-side .tablinks:focus {
    color: #A1A1A1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid transparent;
    background: #fff;
    padding: 10px;
    box-shadow: unset;
    outline: 0;
    position: relative;
}
.wam-tabs-btn-side .tablinks.active::after {
    display: none;
}
.wam-tabs-btn-side .tablinks.active {
    border-color: #000;
    color: #000;
}
.wam-bottom-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 15px;
}
.wam-bot-title {
    color: #161616;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.wam-bottom-side .content-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wam-bottom-side .content-items .items {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 12px;
    color: #575757;
}
.wam-bottom-side .content-items .items .icon img {
    width: 26px;
    height: 26px;
}
.wam-tabs-content-side {
    transition: opacity 0.3s ease, transform 1s ease;
}
.wam-tabs-content-side .tabcontent {
    opacity: 0; 
    transform: translateX(-20px); 
    transition: opacity 0.8s ease, transform 0.8s ease; 
    position: absolute;
    width: 100%; 
    top: 0; 
    left: 0;
    display: none; 
}
.wam-tabs-content-side .tabcontent.active {
    opacity: 1;
    transform: translateX(0); 
    display: block; 
    position: relative; 
}
.wam-tabs-content-side .tabcontent.from-bottom {
    transform: translateY(100%); 
    opacity: 0;
    z-index: 0;
    transition: opacity 0.8s ease, transform 0.8s ease; 
}
.wam-tabs-content-side .tabcontent.from-bottom.active {
    transform: translateY(0); 
    opacity: 1;
    display: block;
    position: relative;
}
.wam-overlfow {
    margin: 0px 15px;
    overflow-x: auto; 
    padding-bottom: 10px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
.wam-overlfow::-webkit-scrollbar {
    display: none; 
}
.wam-overlfow .collection {
    display: flex;
    overflow: auto; 
    width: max-content;
}
.wam-overlfow .collection .collection-items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    max-width: 320px;
    margin-right: 1px;
}
.wam-overlfow .collection-items .text {
    position: absolute;
    bottom: 28px;
    color: #fff;
    font-size: 14px;
}
.wam-highlights {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wam-highlights .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 8px;
    color: #161616;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 50%, rgba(255, 255, 255, 1) 100%) 1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.wam-highlights .items .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.wam-highlights .items .right {
    display: flex;
    gap: 20px;
    align-items: center;
}
.wam-highlights .items .right .news {
    border-radius: 1px;
    background: #DC2E2E;
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
    padding: 3px 7px;
}
.wam-categories-side {
    margin: 0 1px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wam-cat-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0px 15px;
}
.wam-cat-acco .items, .wam-cat-items .link-items {
    display: flex;
    width: 100%;
    max-width: 100%;
    position: relative;
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 28px;
    height: 90px;
}
.wam-cat-acco .items img.cat-img, .wam-cat-items .link-items img.cat-img {
    max-width: 60px;
    margin-bottom: 0px;
    margin: 0 -20px -30px 0;
}
.wam-cat-acco .items .name-desc, .wam-cat-items .link-items .name-desc {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}
.wam-cat-acco .items .name-desc .description, .wam-cat-items .link-items .name-desc .description {
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.22px;
    margin-top: 6px;
}
.wam-cat-acco .items .cat-href {
    display: none;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
}
.wam-cat-acco .items .cat-href a {
    color: #a1a1a1;
}
.wam-cat-acco .sub-cat-side .item {
    background: #ffffff;
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 50%, rgba(255,255,255,1) 100%) 1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin-bottom: 10px;
    padding: 15px;
    box-shadow: none;
}
.wam-cat-acco .sub-cat-side .item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #575757;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 16px;
}
.wam-cat-acco .sub-cat-side {
    flex-direction: column;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 5s ease, opacity 1s ease;
}
.wam-cat-acco .sub-cat-side.active {
    opacity: 1;
    height: auto;
    max-height: 100%;
}
.wam-cat-items.diff .link-items {
    background: #73BE93;
    border: none;
    padding: 30px 0px 30px 40px;
    height: auto;
    align-items: center;
}
.wam-cat-items.diff .link-items .right-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.wam-cat-items.diff .link-items .right-block .badge {
    color: #73BE93;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    line-height: normal;
    padding: 5px;
    border-radius: 1.55px 0px 0px 1.55px;
    background: #FFF;
}
.wam-cat-acco .items.active {
    margin-bottom: 10px;
    height: 50px;
}
.wam-cat-acco .items.active img.cat-img {
    display: none;
}
.wam-cat-acco .items.active .cat-href {
    display: block;
}
.wam-bell .campaign-icon {
    width: 60px!important;
}
.wam-bell.user-letters .qk-app-campaign-bell .campaign-gifts {
    bottom: unset !important;
    top: 50px !important;
    right: 0!important;
    left: unset!important;
    box-shadow: unset!important;
    z-index: 9999!important;
    border: 1px solid #e2e2e2;
}
.wam-bell.user-letters .qk-app-campaign-bell .campaign-gifts .title {
    background: #fff!important;
    border: 0!important;
    text-align: left!important;
    font-size: 14px!important;
    font-weight: 500!important;
    padding: 12px 16px!important;
    border-bottom: 1px solid #f4f4f4!important;
}
.wam-bell.user-letters .qk-app-campaign-bell .campaign-gifts .item {
    font-size: 12px!important;
    font-weight: 400;
    padding: 12px 16px!important;
    border-bottom: 1px solid #f4f4f4!important;
    color: #575757!important;
}
.wam-cat-acco .items.active .description {
    display: none;
}