      .box-player a {
    color: var(--second-text) !important;
}
        .plaint-container {
    background-color: #242429 !important;

}
        .plaint-container select, .plaint-container textarea {
    border: 1px solid #ffffff0d  !important;
    background: #2f2f34;
}
        .plaint-container .news-header {
    background: #2f2f34 !important;
    border: 1px solid #ffffff05 !important;
}
        .plaint-container p.warning {
    background-color: #2f2f34 !important;
    color: #9f9f9f !important;
}
                                .movie-expected {
                                padding: 30px;
    margin-top: -10px;
    background: #ffffff29;
    border-radius: 10px;
    margin-bottom: 20px;
                                }
       .plus-minus {
    width: 48%;
    margin: 10px 0px 10px 0px;
}
      
        .full-poster-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
  
        .manga-heart-click {
    color: #949494 !important;
            cursor: pointer;
}
        
        .like-count {
    margin-left: 7px;
}
/* 1. 3D Rainbow ანიმაცია */
.rainbow {
    font-weight: 800 !important;
    text-transform: uppercase;
    background: linear-gradient(
        to right, 
        #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #8b00ff, #ff0000
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.3));
    animation: rainbow_flow 3s linear infinite;
    transition: transform 0.3s ease;
    cursor: pointer;
}

@keyframes rainbow_flow {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* 2. Gold - მდიდრული ოქროსფერი ბზინვარებით */
.gold {
    font-weight: 800 !important;
    background: linear-gradient(
        to right, 
        #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #bf953f 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
    animation: gold_shine 4s linear infinite;
    transition: transform 0.3s ease;
}

@keyframes gold_shine {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* 3. Neon - პულსირებადი განათება */
.neon {
    color: #fff !important;
    font-weight: 800 !important;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff00de, 0 0 30px #ff00de, 0 0 40px #ff00de;
    animation: neon_glow 1.5s ease-in-out infinite alternate;
    display: inline-block;
    transition: transform 0.3s ease;
}

@keyframes neon_glow {
    from { 
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #ff00de, 0 0 20px #ff00de;
        filter: brightness(1);
    }
    to { 
        text-shadow: 0 0 10px #fff, 0 0 20px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de;
        filter: brightness(1.3);
    }
}

/* 4. Fire - მოგიზგიზე ცეცხლის ეფექტი */
.fire {
    background: linear-gradient(0deg, #ff0000 0%, #ff8000 50%, #ffcc00 100%);
    background-size: 100% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900 !important;
    display: inline-block;
    animation: fire_flicker 2s ease-in-out infinite;
    filter: drop-shadow(0px -2px 4px #ff4d00);
}

@keyframes fire_flicker {
    0%, 100% { 
        background-position: center 0%;
        filter: drop-shadow(0px -2px 2px #ff4d00);
    }
    50% { 
        background-position: center 100%;
        filter: drop-shadow(0px -5px 8px #ffcc00);
    }
}

/* 5. Galaxy - კოსმოსური ნისლეულის მოძრაობა */
.galaxy {
    background: linear-gradient(125deg, #a24bcf, #4b79cf, #4bc5cf, #a24bcf);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
    display: inline-block;
    animation: galaxy_flow 6s ease infinite;
    filter: drop-shadow(1px 1px 2px rgba(162, 75, 207, 0.5));
}

@keyframes galaxy_flow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* საერთო Hover ეფექტი ყველასთვის */
.rainbow:hover, .gold:hover, .neon:hover, .fire:hover, .galaxy:hover {
    transform: scale(1.08) translateY(-2px);
    cursor: pointer;
}
        
.paused-status {
    background-color: #d83544;
    padding: 4px 10px 4px 10px;
    border-radius: 20px;
    color: #fff !important;
}
        .user-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #e13647;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin: 15px 0;
    width: 100%;
    box-sizing: border-box;
}


/* ხატულას სტილი */
.user-card-btn i {
    font-size: 16px;
    opacity: 0.8;
}

   .w2g-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1e1f26;
    color: #a0a0a0;
    border: none;
    padding: 18px 16px;
    width: 100%;
    justify-content: center;
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    }

    .w2g-btn:hover {
        background: #25262e;
        color: #ffffff;
    }

    .w2g-btn i {
        font-size: 16px;
    }
    
    /* ბარათების სიის სტილი */
.anime-cards-outer-wrap { margin: 25px 0; background: #0a0a0b; padding: 20px; border-radius: 24px; border: 1px solid #1a1a1c; font-family: 'Outfit', sans-serif; }
.anime-cards-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.anime-cards-header h3 { color: #fff; font-size: 18px; margin: 0; }
    .anime-cards-header span {color:#ffffff45;font-size:12px;}
.single-anime-card { position: relative; width: 130px; height: 190px; border-radius: 12px; overflow: hidden; cursor: pointer; border: 1px solid #222; transition: 0.3s; }
.single-anime-card img { width: 100%; height: 100%; object-fit: cover; }
.single-anime-card:hover { transform: translateY(-5px); border-color: #ff3e3e; }
.rarity-label { position: absolute; top: 6px; left: 6px; background: rgba(0,0,0,0.8); color: #fff; font-size: 10px; padding: 2px 6px; border-radius: 4px; font-weight: 800; }
.anime-grid-hidden { display: none; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 15px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #1f1f23; }
.anime-grid-hidden img { width: 100%; border-radius: 10px; cursor: pointer; }
.show-all-cards-btn { width: 100%; background: #151518; border: 1px solid #222; color: #888; padding: 12px; border-radius: 12px; margin-top: 15px; cursor: pointer; }

/* მოდალური ფანჯრის Premium დიზაინი */
.swal2-container { z-index: 2000000 !important; }
.p-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 999999; align-items: center; justify-content: center; backdrop-filter: blur(15px); }
.p-modal-content { display: flex; width: 950px; height: 620px; background: #0d0d0f; border-radius: 40px; border: 1px solid #1e1e22; overflow: hidden; position: relative; font-family: 'Outfit', sans-serif; }
.p-modal-left { flex: 1; background: #050507; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.p-blur-bg { position: absolute; width: 150%; height: 150%; background-size: cover; filter: blur(60px); opacity: 0.25; animation: rotateAura 20s linear infinite; }
.p-modal-left img { width: 310px; height: 460px; object-fit: cover; border-radius: 20px; position: relative; z-index: 5; box-shadow: 0 20px 50px rgba(0,0,0,0.8); }
.p-modal-right { flex: 1.1; padding: 50px; display: flex; flex-direction: column; color: #fff; }
.p-label { color: #ff3e3e; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }
.p-title { font-size: 44px; margin: 10px 0 25px; font-weight: 800; line-height: 1; }
.p-stats-grid { display: flex; gap: 15px; margin-bottom: 30px; }
.p-stat-item { background: #151518; padding: 15px; border-radius: 20px; border: 1px solid #222; flex: 1; }
.p-stat-item small { display: block; color: #555; font-size: 10px; text-transform: uppercase; margin-bottom: 5px; }
.p-stat-item strong { color: #fff; font-size: 15px; }
.p-desc-text { color: #ccc; font-size: 15px; line-height: 1.6; margin: 0; max-height: 120px; overflow-y: auto; }
.p-footer { margin-top: auto; }
.p-main-btn { width: 100%; height: 60px; border-radius: 20px; border: none; background: linear-gradient(90deg, #ff3e3e, #ff6b6b); color: #fff; font-size: 16px; font-weight: 800; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; }
.p-sub-btns { display: flex; gap: 10px; margin-top: 15px; }
.p-btn-sec { flex: 1; height: 55px; border-radius: 18px; border: 1px solid #222; background: transparent; color: #fff; cursor: pointer; font-weight: 600; }
.p-btn-ico { width: 55px; height: 55px; border-radius: 18px; border: 1px solid #222; color: #fff; cursor: pointer; background: none; }
.close-p-btn { position: absolute; top: 30px; right: 30px; background: none; border: 1px solid #222; color: #fff; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; z-index: 100; }
@keyframes rotateAura { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* მობილურის ადაპტაცია */
@media (max-width: 768px) {
    .p-modal-content { flex-direction: column; width: 95%; height: 90vh; border-radius: 25px; overflow-y: auto; }
    .p-modal-left { min-height: 300px; padding: 20px; }
    .p-modal-left img { width: 180px; height: 260px; }
    .p-modal-right { padding: 25px; flex: none; }
    .p-title { font-size: 28px; }
    .p-stats-grid { gap: 10px; }
    .close-p-btn { top: 15px; right: 15px; background: rgba(0,0,0,0.5); }
}


    .dle_emote_list_block {
    background: var(--clr) !important;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #ffffff12;
}
    .cvlist {
    overflow: hidden;
    margin: 5px 0 10px 0;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
}
.cvlist .cvitem {
    float: left;
    width: 25%;
}
    .cvlist .cvitem .cvitempad {
    overflow: hidden;
    margin: 5px;
    padding: 10px 10px 5px 10px;
    background: var(--clr);
    border-radius: 15px;
}
    .cvlist .cvitem .cvitempad .cvsubitem.cvchar .cvcover {
    float: left;
    margin-right: 5px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
    .cvlist .cvitem .cvitempad .cvsubitem .cvcontent {
    overflow: hidden;
    padding: 5px;
}
    .cvlist .cvitem .cvitempad .cvsubitem .cvcontent span, .cvlist .cvitem .cvitempad .cvsubitem .cvcontent .charname {
    color: var(--main-text);
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}
    .cvlist .cvitem .cvitempad .cvsubitem .cvcontent .charname-sub {
    color: var(--second-text-2);
    display: block;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}
/* wrapper */
#mylist {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}

/* main button */
.mylists-current {
background: var(--hsl-back);
    color: var(--main-text);
    border: none;
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background .25s;
}

/* menu (card style) */
.mylists .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    background: var(--clr);
    border-radius: 16px;
    padding: 0;
    z-index: 999;
    box-shadow: 0 4px 24px rgba(0,0,0,0.45);
    overflow: hidden;
    border: 1px solid var(--clr);
}
    
    .dropdown-menu {
    padding: 0px 0px 10px;
    width: 240px;
    }

/* header row */
.mylists .dropdown-menu::before {
    content: "სად დავამატო?";
    display: block;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 600;
    color: var(--second-text-2);
}

/* close button */
.mylists .dropdown-menu::after {
    content: "✕";
    position: absolute;
    top: 12px;
    right: 14px;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
}

/* items */
.mylists .dropdown-item {
padding: 8px 10px;
    color: var(--main-text);
    font-size: 14px;
    cursor: pointer;
    background: var(--hsl-back);
    width: 90%;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    transition: background 0.22s;
    border: none;
}

.mylists .dropdown-item:last-child {
    border-bottom: none;
}

/* color dots */
.mylists .dropdown-item::after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid transparent;
}

/* assign colors by data-type */
.mylists .dropdown-item[data-type="1"]::after { border-color: #4caf50; }
.mylists .dropdown-item[data-type="2"]::after { border-color: #2196f3; }
.mylists .dropdown-item[data-type="3"]::after { border-color: #ff9800; }
.mylists .dropdown-item[data-type="4"]::after { border-color: #f44336; }
.mylists .dropdown-item[data-type="5"]::after { border-color: #9c27b0; }
.mylists .dropdown-item[data-type="0"]::after { border-color: #888; }

/* active → fill bubble */
.mylists .dropdown-item.active::after {
    border-width: 0;
}

/* filled colors for active */
.mylists .dropdown-item[data-type="1"].active::after {
    background: #4caf50;
}
.mylists .dropdown-item[data-type="2"].active::after {
    background: #2196f3;
}
.mylists .dropdown-item[data-type="3"].active::after {
    background: #ff9800;
}
.mylists .dropdown-item[data-type="4"].active::after {
    background: #f44336;
}
.mylists .dropdown-item[data-type="5"].active::after {
    background: #9c27b0;
}
.mylists .dropdown-item[data-type="0"].active::after {
    background: #888;
}

/* active item text */
.mylists .dropdown-item.active {
    font-weight: 600;
}

/* show dropdown */
.mylists.open .dropdown-menu {
    display: block;
}


.view .progress .mylist-status[data-type="1"] {
    display: inline-block;
    background-color: #67bb6d;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    transition: .3s !important;
    border-radius: 10px 0px 0px 10px
}

.view .progress .mylist-status[data-type="1"].active,
.view .progress .mylist-status[data-type="1"]:hover {
    box-shadow: 0 0 1rem rgba(103, 187, 109, 0.5) !important
}

.view .progress .mylist-status[data-type="2"] {
    display: inline-block;
    background-color: #b467b9;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    transition-delay: 0s;
    transition: .3s !important;
    border-radius: 0px
}

.view .progress .mylist-status[data-type="2"].active,
.view .progress .mylist-status[data-type="2"]:hover {
    box-shadow: 0 0 1rem rgba(180, 103, 185, 0.5) !important
}

.view .progress .mylist-status[data-type="3"] {
    display: inline-block;
    background-color: #5a6bc7;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    transition: .3s !important;
    transition-delay: 0s;
    border-radius: 0px
}

.view .progress .mylist-status[data-type="3"].active,
.view .progress .mylist-status[data-type="3"]:hover {
    box-shadow: 0 0 1rem rgba(90, 107, 199, 0.5) !important
}

.view .progress .mylist-status[data-type="4"] {
    display: inline-block;
    background-color: #ffc62f;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    transition: .3s !important;
    transition-delay: 0s;
    border-radius: 0px
}

.view .progress .mylist-status[data-type="4"].active,
.view .progress .mylist-status[data-type="4"]:hover {
    box-shadow: 0 0 1rem rgba(255, 198, 47, 0.5) !important
}

.view .progress .mylist-status[data-type="5"] {
    display: inline-block;
    background-color: #e45654;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    transition: .3s !important;
    transition-delay: 0s;
    border-radius: 0px 10px 10px 0px
}

.view .progress .mylist-status[data-type="5"].active,
.view .progress .mylist-status[data-type="5"]:hover {
    box-shadow: 0 0 1rem rgba(228, 86, 84, 0.5) !important
}
    
.view .text-total,
.view .text-watching,
.view .text-plan,
.view .text-completed,
.view .text-hold,
.view .text-dropped {
    cursor: default
}

.view .text-total strong,
.view .text-watching strong,
.view .text-plan strong,
.view .text-completed strong,
.view .text-hold strong,
.view .text-dropped strong {
    font-size: 1.5rem;
    cursor: default
}

.view .mylist-count[data-type="0"] strong { color: white }
.view .mylist-count[data-type="1"] strong { color: #67bb6d }
.view .mylist-count[data-type="2"] strong { color: #b467b9 }
.view .mylist-count[data-type="3"] strong { color: #5a6bc7 }
.view .mylist-count[data-type="4"] strong { color: #aaaa21 }
.view .mylist-count[data-type="5"] strong { color: #e45654 }

.view .line {
    color: var(--white);
    border-radius: 10px;
    font-size: .8rem;
    display: inline-block;
    padding: 0 10px
}

.view .line strong { display: none }

.view .mylist-status[data-type="0"] { background-color: #0f1422 }
.view .mylist-status[data-type="1"] { background-color: #67bb6d }
.view .mylist-status[data-type="2"] { background-color: #b467b9 }
.view .mylist-status[data-type="3"] { background-color: #5a6bc7 }
.view .mylist-status[data-type="4"] { background-color: #aaaa21 }
.view .mylist-status[data-type="5"] { background-color: #e45654 }
    /* list user */
.user-mylist {
    margin-right: 10px;
    width: 1rem;
    height: 1rem;
    display: block;
    border-radius: 100px
}
    .dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle { width: 100%;
    justify-content: center; }

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after { margin-left: 0 }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #0c101b;
    text-align: left;
    list-style: none;
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after { margin-left: 0 }

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after { margin-left: 0 }
.dropright .dropdown-toggle::after { vertical-align: 0 }

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}
    .dropleft .dropdown-toggle::before {
        display: inline-block;
        margin-right: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid transparent;
        border-right: .3em solid;
        border-bottom: .3em solid transparent
    }

    .dropleft .dropdown-toggle:empty::after {
        margin-left: 0
    }

    .dropleft .dropdown-toggle::before {
        vertical-align: 0
    }

    .dropdown-menu[x-placement^="top"],
    .dropdown-menu[x-placement^="right"],
    .dropdown-menu[x-placement^="bottom"],
    .dropdown-menu[x-placement^="left"] {
        right: auto;
        bottom: auto
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        text-decoration: none;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        text-decoration: none;
        background-color: var(--hsl-back);
    }
    
    .dropdown-menu button:first-child {
    border-radius: 15px 15px 0 0;
        margin-top: 10px;
    }
    
        .dropdown-menu button:last-child {
    border-radius: 0 0 15px 15px;
    }
    
    .dropdown-menu.show button {
    margin:2px 0px;
        justify-self: center;
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

    .dropdown-menu.show {
        display: block
    }

    .dropdown-header {
        display: block;
        padding: .5rem 1.5rem;
        margin-bottom: 0;
        font-size: 0.875rem;
        color: #6c757d;
        white-space: nowrap
    }

    .dropdown-item-text {
        display: block;
        padding: .25rem 1.5rem;
        color: #212529
    }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}
    
    .dropdown-menu.show {
    padding: 0px 0px 10px;
    }

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
    .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

    .input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

    
.view .btn-group {
    width: 100%;
    margin-bottom: 20px
}

.view .btn-group .dropdown { width: 70% }
.view .btn-group .dropdown .dropdown-toggle::after {
    position: relative;
    top: 5px
}

.view .btn-group .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block !important;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #0c101b;
    text-align: left;
    list-style: none;
    background-color: var(--color-bg-dark);
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    transform: scale(0) !important;
    min-width: 255px
}

.view .btn-group .dropdown .dropdown-menu button {
    background-color: var(--color-bg-dark) !important;
    transition: .3s
}

.view .btn-group .dropdown .dropdown-menu button:hover {
    background-color: rgba(255, 255, 255, 0.02) !important;
    transition: .3s
}

.view .btn-group .dropdown .dropdown-menu.show {
    display: block !important;
    opacity: 1;
    pointer-events: all;
    transition: .3s;
    transform: scale(1) !important
}

.view .btn-group .btn:first-child {
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px
}

.view .btn-group .btn:last-child {
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px
}
    
    .information-box-full a {
    color: #e43546;
    }
    .movie-expected__count {
    color: #fff;
}
    
    
    
    
    
    
    
    .xp-toast {
    position: fixed;
    bottom: 30px;
    right: -400px;
    background: rgba(15, 15, 15, 0.95);
    color: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border-left: 4px solid #f9ca24;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 99998;
    backdrop-filter: blur(5px);
}
.xp-toast.show { right: 30px; }
.xp-toast.lvl-up { border-left-color: #f0932b; }
.xp-icon { font-size: 20px; }
    
    
              .comments-tree-list .comments-tree-list {
    border-left: none !important;
    padding-left: 15px !important;
}
    
    }
.comments-tree-list {
    max-width: 100% !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
    margin-top: 15px;
}