[data-theme="dark"] .light-theme {
    display: none;
}

[data-theme="light"] .dark-theme {
    display: none;
}

.custom-container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.re-use-icon {
    height: 24px;
    width: 24px;
    background-color: var(--23263b-white);
    -webkit-mask: url(/images/reuse-icon.svg) no-repeat center;
    mask: url(/images/reuse-icon.svg) no-repeat center;
}

.related-search-icon {
    height: 24px;
    width: 24px;
    background-color: var(--23263b-white);
    -webkit-mask: url(/images/search-button.svg) no-repeat center;
    mask: url(/images/search-button.svg) no-repeat center;
}

.cancel-icon {
    height: 24px;
    width: 24px;
    background-color: var(--23263b-white);
    -webkit-mask: url(/images/cancel-icon.svg) no-repeat center;
    mask: url(/images/cancel-icon.svg) no-repeat center;
}

.search-song-icon {
    height: 26px;
    width: 24px;
    background-color: #EE0033;
    -webkit-mask: url(/images/search-song-icon.svg) no-repeat center;
    mask: url(/images/search-song-icon.svg) no-repeat center;
}

/************home-header*************/
.home-header {
    background-color: var(--iz-home-background);
    border-bottom: 1px solid var(--iz-sidebar-border);
}

.home-header .back-left {
    height: 50px;
    width: 50px;
    background-color: var(--iz-black-white);
    background-color: #a1a1aa;
    -webkit-mask: url(/images/back-left.svg) no-repeat center;
    mask: url(/images/back-left.svg) no-repeat center;
}
.home-header .back-right {
    height: 50px;
    width: 50px;
    background-color: var(--iz-black-white);
    background-color: #a1a1aa;
    -webkit-mask: url(/images/back-right.svg) no-repeat center;
    mask: url(/images/back-right.svg) no-repeat center;
}

.home-header .search-field {
    background-color: var(--iz-search-field-background);
    border-radius: 15px;
    position: relative;
}

.search-field:focus-within {
    background-color: var(--white-1A1A1A) !important;
}

.search-field input:focus,
.search-field input:not(:placeholder-shown) {
    color: var(--23263b-white) !important;
}

.home-header .search-field:focus-within .search-button,
.home-header .search-field input:focus + .search-button {
    background-color: #71717a;
}

.home-header .search-field .search-button {
    height: 25px;
    width: 25px;
    background-color: var(--iz-dim-gray);
    -webkit-mask: url(/images/search-button.svg) no-repeat center;
    mask: url(/images/search-button.svg) no-repeat center;
}

.home-header .search-field .search-input {
    width: 400px;
    color: var(--iz-disable);
    font-size: 16px;
    border: none;
    background-color: transparent;
}

.home-header .search-field input.search-input::placeholder {
    color: var(--input-text-placeholder) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 390px !important;
}

.home-header .account-name {
    font-size: 20px;
    font-weight: 600;
    color: var(--iz-color-label-radio);
    max-width: 240px;
}

.home-header .account-phone-number {
    font-size: 12px;
    color: var(--iz-disable);
}

.home-header .account-dot {
    font-size: 25px;
    color: var(--iz-disable);
    margin-top: -15px;
}

.home-header .right-header-padding {
    padding-right: 3rem;
}

.search-cancel-button {
    display: none;
    color: var(--iz-search-cancel-button);
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px;
}

.custom-tooltip {
    display: none;
    position: absolute;
    background-color: var(--white-1A1A1A);
    color: var(--iz-black-white);
    padding: 12px;
    border-radius: 16px;
    z-index: 9999;
    width: 491px;
    margin-left: -56px;
    /* box-shadow: 0 8px 16px 0 #23263b40; */
    overflow-y: scroll;
    max-height: 580px;
    top: 39px;
}
.box_shadow_search {
    box-shadow: 0 8px 16px 0 #23263b40;
    height: 618px !important;
}

.custom-tooltip .tooltip-content{
    width: 100%;
}

.tooltip-content .tooltip-content-header {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #91929d;
}

.tooltip-content .history-search_delete_all {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #EE0033;
    cursor: pointer;
} 

.tooltip-content .tooltip-content-top-search {
    font-size: 12px;
    font-weight: 700;
    color: #4f5162;
    flex-wrap: wrap;
}

.tooltip-content .tooltip-content-top-search-key {
    background-color: #f4f4f5;
    border: 1px solid #d3d4d8;
    border-radius: 8px;
}

.tooltip-content .tooltip-content-song-header {
    font-size: 18px;
    font-weight: 500;
    color: var(--iz-tooltip-content-song-header);
}

.history-search-web-text {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 390px;
}

.hashtag-searchbar {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: var(--search-hashtag-text-color);
    background-color: var(--f4f4f5-black);
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--search-hashtag-border);
    width: fit-content;
    margin: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-word;
}

.swiper {
    width: 100%;
}

.hashtag-search-container .swiper-slide {
    width: fit-content;
}

.display-none{
    display: none;
}

.gap-12px {
    gap: 12px;
}

.tab-index-list {
    display: flex;
}


.search-popular-item .search-popular-item-left > img {
    border-radius: 8px;
    box-shadow: 0px 5.28px 10.57px 1.32px #00000014;
    margin-right: 11px;
    display: block;
}

.search-popular-item .search-popular-item-right {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 6px;
    align-items: center;
}

.search-popular-item .search-popular-item-right img {
    width: 24px;
}

.tab-hot-keyword {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    background-color: var(--f0f0f0-222226);
    padding: 12px 10px;
}

.tab-hot-keyword-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.tab-hot-keyword-item span:first-child {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--iz-order-hot-key-search-text-color);
}

.tab-hot-keyword-item span:last-child {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--iz-black-white);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.category-grid .category-grid-item {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    height: 81px;
}


.category-grid .category-grid-item .category-name {
    position: absolute;
    top: 12px;
    left: 12px;
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 60%; 
    word-break: break-word;
}

.category-grid .category-grid-item .category-image{
    position: absolute;
    right: 7px;
    bottom: 10px;
    transform: rotate(-15deg);
}

.category-grid .category-grid-item .second-layer {
    position: absolute;
    background-color: #1F1F21;
    height: 50px;
    width: 50px;
    box-shadow: -0.74px 1.48px 2.23px 0px #00000040;
    transform: rotate(20deg);
    right: -17px;
    bottom: -3px;

}

.popular-item-duration-title {
    gap: 2px;
    padding: 8px 6px;
}

.popular-item-duration {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
}

.popular-song-name {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: var(--iz-tooltip-content-song-header);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.popular-singer-name {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: var(--iz-tooltip-content-song-author);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tab-index-list a {
    font-family: FS PF BeauSans Pro, sans-serif;
    display: flex;
    width: 100%;
    color: var(--search-tab-list-text-color);
    text-decoration: none;
    font-size: 14px;
    justify-content: center;
    font-weight: 600;
    padding: 8px 14px 16px 14px;
    line-height: 17px;
}

.tab-index-list a.active {
    color: var(--search-tab-list-text-color-active);
    font-weight: 600;
    border-bottom: 2px solid #EE0033;
}

.tooltip-content .tooltip-content-song-header-more {
    font-size: 15px;
    font-weight: 500;
    line-height: 11px;
    font-family: "FS PF BeauSans Pro", sans-serif;
    color: #ffffff;
    background-color: #bdbdbd;
    border-radius: 2px;
    display: inline-flex;
    padding: 0 2px 2px 2px;
}

.tooltip-content .tooltip-content-song-time {
    font-size: 14px;
    font-weight: 500;
    color: var(--iz-tooltip-content-song-header);
}

.tooltip-content .tooltip-content-song-author {
    font-size: 16px;
    color: var(--iz-tooltip-content-song-author);
}

.home-header .account-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 15px;
}

#box-search-suggest, #related-keyword-web {
    display: none;
}

#box-search-suggest, #related-keyword-web {
    display: none;
}


.tooltip-arrow::before {
    border-bottom-color: white !important;
}

.noti-tooltip-content {
    width: 570px;
    box-shadow: 0px 8px 8px -4px #1018280A;
    position: absolute;
    right: -200px;
    top: 30px;
    cursor: pointer;
    background-color: var(--iz-noti-background);
    border: 1px solid var(--iz-noti-border);
    border-radius: 12px;
    transform: translateX(10%);
    z-index: 1;
}

.noti-account {
    right: -20px !important;
    top: 50px !important;
}

.noti-tooltip-content .tab-pane::-webkit-scrollbar {
    width: 5px;
}

.noti-tooltip-content .tab-pane::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.noti-tooltip-content .tab-pane::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.noti-tooltip-content .tab-pane::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.noti-tooltip-content .tab-pane {
    max-height: calc(100vh - 240px);
    overflow-x: hidden;
    overflow-y: auto;
}

.notify-item .seen-dot-icon {
    color: red;
    opacity: 1;
}

.notify-item.seen .seen-dot-icon {
    opacity: 0;
}

.fetch-more {
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #EE0033;
    padding: 10px 0;
    border: none;
    width: 50%;
}

.noti-tooltip-content-header {
    font-size: 18px;
    font-weight: 600;
    color: var(--iz-modal-title-color);
    border-bottom: 1px solid var(--iz-noti-header-border-bottom);
    padding: 24px 24px 20px;
}

.notify-title {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: var(--iz-empty-song-no-song-text);
}

.notify-content {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C7C7C;
}

.notify-time {
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: var(--iz-noti-notify-time);
}

.tooltip-content-noti-new {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.tooltip-content-noti-detail {
    color: #7c7c7c;
    font-size: 14px;
    max-width: 350px;
}

.tooltip-content-noti-released-date {
    color: #a0a0a0;
    font-size: 12px;
}

.notify-tab-link .total-notify-item {
    margin-left: 4px;
    padding: 0 4px;
    color: black;
    border-radius: 6px;
    background-color: lightgrey;
}

.notify-item:hover {
    background-color: var(--iz-noti-notify-item-hover);
}

.notify-tab-link.active .total-notify-item {
    color: white;
    background-color: red;

}

.notify-tab-link {
    margin-right: 16px;
    padding: 12px;
}

.notify-tab-link.active {
    border-bottom: 2px solid black;
}

.notify-tab-link.active .notify-link-name {
    font-weight: bold;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .home-header .search-field .search-input {
        width: 332px;
    }
    .home-header .right-header-padding {
        padding-right: 0;
    }
}
#notify-tab-all-content {
    padding-bottom: 29px;
}

.header-notification-bell-dot {
    display: none;
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #EE0033;
    top: 9px;
    right: 17px;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 9px;
}
.history-hashtag .hashtag-list-search{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    /* max-height: 145px; */
}

.suggest_results_screen {
    min-height: 407px;
}

@media screen and (max-width: 1500px) {
    .custom-tooltip {
        max-height: 580px;
    }
    .box_shadow_search {
        height: 580px !important;
    }
}

@media screen and (max-width: 1400px) {
    .custom-tooltip {
        max-height: 500px;
    }
    .box_shadow_search {
        height: 500px !important;
    }
}

@media screen and (max-width: 1200px) {
    .box_shadow_search {
        height: 541px !important;
    }
    .custom-tooltip {
        width: 423px;
    }
}