:root {
    --main-color: #ee3e41;
    --bg: #000;
}
body {
    background: var(--bg);
    color: #fff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
html {
    overflow-y: auto !important;
}
.no-padding {
    padding: 0 !important;
}
.top-bar {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.top-bar .back,
.top-bar .mu {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}
.top-bar .back svg,
.top-bar .mu svg {
    width: 20px;
    height: 20px;
}
.top-bar .back svg path,
.top-bar .mu svg path {
    fill: #fff;
}
.v-overlay__content .v-theme--light {
    background-color: var(--bg);
}
.v-card-title {
    white-space: break-spaces;
}
.v-card-title img {
    height: 140px;
}
.v-card-title .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.v-card-title .title p {
    color: #fff;
    text-align: center;
    width: 100%;
}
.buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.buttons button {
    width: 50%;
    border-top: 1px solid #2a2a2c;
    border-radius: 0;
    height: 60px;
    color: #a9a9ab !important;
}
.buttons button.save {
    color: var(--main-color) !important;
    border-left: 1px solid #2a2a2c;
}
.button {
    font-size: 19px;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--main-color);
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none;
    width: 100%;
}
.addUserModal .v-overlay__content .v-theme--light {
    background-color: var(--bg);
}
.addUserModal .v-card-title {
    white-space: break-spaces;
}
.addUserModal .v-card-title img {
    height: 140px;
}
.addUserModal .v-card-title .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.addUserModal .v-card-title .title p {
    color: #fff;
    text-align: center;
    width: 100%;
}
.addUserModal .buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.addUserModal .buttons button {
    width: 50%;
    border-top: 1px solid #2a2a2c;
    border-radius: 0;
    height: 60px;
    color: #a9a9ab !important;
}
.addUserModal .buttons button.save {
    color: var(--main-color) !important;
    border-left: 1px solid #2a2a2c;
}
.addUserModal .button {
    font-size: 19px;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--main-color);
    font-weight: 600;
    color: #fff;
}
.v-field--center-affix .v-label.v-field-label {
    color: #fff;
}
.v-text-field .v-field--no-label input,
.v-text-field .v-field--active input {
    color: #ccc;
}
.v-field--variant-filled .v-field__outline::after,
.v-field--variant-underlined .v-field__outline::after {
    border-color: var(--main-color) !important;
}
.note-privacy {
    color: #eeee;
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
}
.note-privacy a {
    text-decoration: none;
    color: var(--main-color);
}
.note-privacy span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #eee;
    border-radius: 100px;
    margin-right: 8px;
}
.bolet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #eee;
    border-radius: 100px;
}
.muList .channel-item {
    display: flex;
    user-select: none;
    justify-content: space-between;
    padding: 12px 20px;
    align-items: center;
    background: #2d2c2c;
    margin: 24px;
    border-radius: 10px;
    cursor: pointer;
}
.muList .channel-item .fav svg {
    width: 30px;
}
.muList .channel-item .fav svg path {
    fill: gold;
}
.muList .channel-item .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.muList .channel-item .item .name {
    color: #fff;
    font-weight: 600;
    margin-left: 20px;
    font-size: 20px;
}
.muList .channel-item .item .icon svg {
    width: 34px;
    height: 34px;
    transform: rotate(270deg);
}
.muList .channel-item .item .icon svg path {
    fill: var(--main-color);
}
@media (min-width: 1200px) {
    .md-60 {
        width: 60%;
        margin: auto;
    }
}
main {
    margin-bottom: 44px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    flex: 1;
}
.v-dialog--fullscreen > .v-overlay__content > .v-card {
    height: auto !important;
}

a {
    color: inherit;
    text-decoration: none;
}

/* header */
header {
    background-color: #2c293b;
    padding: 10px 40px 0 40px;
    filter: drop-shadow(1px 1px 3px black);
    display: flex;
    justify-content: space-between;
}

header .user {
    display: flex;
    align-items: center;
}
header .user .settings svg {
    width: 36px;
    margin-left: 12px;
    cursor: pointer;
}
header .user .settings svg path {
    fill: #fff;
}

header .box .expire {
    margin-top: 4px;
    color: gray;
}

header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
}

header .logo img {
    margin-right: 10px;
    height: 90px;
}

/* footer */

footer {
    /* position: relative; */
    z-index: 1;
    display: block;
    background: #2c293b;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
}

footer a {
    text-decoration: none;
    color: #fff;
}

.w100 {
    width: 100%;
}

.slider {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.slider img {
    width: 729px;
    height: 90px;
}

@media (max-width: 729px) {
    .slider img {
        width: 100%;
        height: auto;
    }
}

.channel {
    text-align: center;
    width: 720px;
    margin: auto;
}

@media (max-width: 720px) {
    .channel {
        width: 100%;
        margin: auto;
    }
}

.ui.form .field > label {
    color: #eeee;
    font-size: 16px;
    margin-bottom: 8px;
}

.ui.form .field {
    margin: 20px 0px;
    margin-bottom: 20px !important;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.modal-content {
    background: #1b1b1b;
}

.modal-content input {
    background: #1b1b1b;
    border: 0;
    border-bottom: 1px solid #3d3d3d;
    color: #eee;
}

.modal-content input::placeholder {
    color: #eee;
}
.modal-content input:focus {
    background: #1b1b1b;
    border: 0;
    border-bottom: 1px solid #ee3e41;
    outline: none;
    box-shadow: none;
    color: #eee;
}

.btn.active {
    color: var(--bs-btn-hover-color);
    background-color: #ee3e41;
    border-color: #ee3e41;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #ee3e41;
    border-color: #ee3e41;
}

.modal-header .btn-close {
    color: #fff;
}

#banner {
    position: fixed;
    top: 10px; /* Adjust as needed */
    left: 0;
    right: 0;
    /* background-color: rgba(0, 0, 0, 0.5);  */
    color: white; /* Adjust as needed */
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 2147483647; /* Ensure it's above the video player */
}

#banner a {
    position: relative;
}

#banner i {
    font-size: 24px;
    cursor: pointer;
    position: fixed;
    top: 5%;
    left: 32%;
}
