@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('bootstrap.min.css');
@import url('dark-mood.css');

@font-face {
    font-family: 'BankGothic';
    src: url('../fonts/BankGothicBold.eot');
    src: url('../fonts/BankGothicBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BankGothicBold.woff2') format('woff2'),
        url('../fonts/BankGothicBold.woff') format('woff'),
        url('../fonts/BankGothicBold.ttf') format('truetype'),
        url('../fonts/BankGothicBold.svg#BankGothicBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Roboto", serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/***** LOGIN *****/
.login-sec {
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.login-left {
    background: url(../images/login-img.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 81px;
}

.login-left .text-box {
    position: relative;
    max-width: 432px;
    width: 100%;
    margin: 0 auto;
}

.login-left .text-box span {
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    font-family: 'BankGothic';
    display: flex;
    align-items: center;
}

.quotes-left {
    position: absolute;
    left: -66px;
    top: -44px;
}

.quotes-right {
    position: absolute;
    right: -30px;
    bottom: -36px;
    transform: rotate(180deg) rotateY(180deg);
}

.login-left .text-box h2 {
    color: #E02A18;
    font-size: 32px;
    font-family: "Bebas Neue", serif;
    line-height: 36px;
    text-align: center;
    max-width: 431px;
    width: 100%;
    text-transform: uppercase;
}

/**** LOGIN RIGHT *****/
.login-right {
    padding: 25px 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.login-header {
    position: fixed;
    top: 25px;
    right: 30px;
}

.login-header ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.switch-btn {
    background-color: #F8F8F9;
    border: 1px solid #E6E8EC;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-icon {
    display: none;
}

.close-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    max-width: 352px;
    width: 100%;
    margin: 0 auto;
}

.login-box .text-box {
    text-align: center;
    margin-bottom: 44px;
}

.login-box .text-box a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-white {
    display: none;
}

.login-box .text-box h3 {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0 10px 0;
}

.login-box .text-box p {
    color: #777E90;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    margin: 0 auto;
    max-width: 240px;
}

.login-form form .form-group {
    margin-bottom: 24px;
}

.label-text {
    color: #141416;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    display: block;
    margin: 0 0 8px 0;
}

.login-form form .form-group .relative {
    position: relative;
}

.login-form form .form-group .form-control {
    color: #141416;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    background-color: #F4F5F6;
    border: 2px solid #E6E8EC;
    border-radius: 6px;
    height: 48px;
    padding-left: 16px;
    box-shadow: none;
}

.login-form form .form-group .form-control::placeholder {
    color: #777E90;
}

.password-eyes {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 18px;
}

.btn-dlogin {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #E02A18;
    border-radius: 4px;
    height: 48px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.btn-dlogin:hover {
    background-color: #F94B3A;
    transition: all 0.5s ease-in-out;
}

.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141416;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    gap: 14px;
    border-radius: 4px;
    border: 1px solid #B1B5C3;
    height: 48px;
}

.login-form form .form-group p.sign-acco {
    color: #141416;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    gap: 6px;
    margin-top: 47px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.login-form form .form-group p.sign-acco a {
    color: #E02A18;
    text-decoration: underline;
    display: inline-block;
}

.login-form {
    padding: 0 12px;
}

/***** REGISTRATION SEC ******/
.registration-sec {
    height: 100vh;
}

.registration-sec .login-right {
    align-items: flex-start;
    overflow-y: scroll;
    padding-top: 95px;
}

.registration-sec .login-box {
    max-width: 380px;
}

.registration-sec .login-box .text-box {
    margin-bottom: 26px;
}

.registration-sec .login-box .text-box h3 {
    margin: 28px 0 30px;
}

.stauts-check {
    color: #E02A18;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    border: 1.5px solid #E02A18;
    border-radius: 4px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    justify-content: center;
    padding: 0 11px;
}

.error {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    display: block;
    color: #FF6838;
    margin-top: 8px;
}

.form-check {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 24px 0;
    gap: 8px;
}

.form-check:last-child {
    margin-bottom: 0;
}

.form-check .form-check-input {
    float: none;
    margin: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #B1B5C3;
    background-color: transparent
}

.form-check-label {
    color: #141416;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

.form-check-label a {
    color: #E02A18;
    text-decoration: underline;
    display: inline-flex;
}

.form-check-input:checked {
    background-color: #B1B5C3;
    border-color: #B1B5C3;
}

/****** HEADER ******/
header {
    background-color: #FCFCFD;
    border-bottom: 1px solid #E6E8EC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 30px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.header-left ul {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-mid {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-mid .dropdown-btn {
    width: 94px;
}

.dropdown-btn {
    border-radius: 4px;
    height: 32px;
    display: flex;
    align-items: center;
    background-color: #F1F2F4;
    border: none;
    color: #777E90;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding-left: 10px;
    justify-content: space-between;

}

.dropdown-toggle::after {
    background: url(../images/down-arrow.svg) no-repeat;
    background-position: center center;
    background-size: 10px;
    width: 18px;
    height: 18px;
    margin-left: 0;
    border: none;
}

.dropdown-main .dropdown-menu {
    min-width: auto;
    background-color: #E6E8EC;
    border-radius: 4px;
    border: none;
    padding: 0;
    margin: 3px 0 0 0 !important;
}

.dropdown-main .dropdown-item {
    color: #23262F;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 10px 8px;
}

.header-form {
    position: relative;
    width: 322px;
}

.header-form .form-control {
    background-color: #E6E8EC;
    border-radius: 4px;
    height: 32px;
    color: #777E90;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 35px;
    border: none;
    box-shadow: none;
}

.header-form a {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E02A18;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

/**** HEADER RIGHT *****/
.header-right ul {
    display: flex;
    align-items: center;
    gap: 18px;
}

.language-btn {
    border: 1px solid #E6E8EC;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.language-btn img {
    border-radius: 3px 0 0 3px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.language-btn.dropdown-toggle::after {
    width: 24px;
    height: 26px;
    background-color: #F4F5F6;
    border-radius: 0 3px 3px 0;
    position: relative;
    right: 0px;
}

.language-btn span {
    display: none;
}

.language-dropdown .dropdown-menu {
    min-width: 55px;
    padding: 0;
}

.language-dropdown .dropdown-menu li:first-child .dropdown-item {
    border-radius: 4px 4px 0 0;
}

.language-dropdown .dropdown-menu li:first-child .dropdown-item img {
    border-radius: 4px 0 0 0;
}

.language-dropdown .dropdown-menu li:first-child .dropdown-item span {
    border-radius: 0 4px 0 0;
}

.language-dropdown .dropdown-menu li:last-child .dropdown-item {
    border-radius: 0 0 0 4px;
}

.language-dropdown .dropdown-menu li:last-child .dropdown-item img {
    border-radius: 0 0 0 4px;
}

.language-dropdown .dropdown-menu li:last-child .dropdown-item span {
    border-radius: 0 0 4px 0;
}

.language-dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    display: flex;
}

.language-dropdown .dropdown-menu .dropdown-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F5F6;
    width: 24px;
    color: #777E90;
    font-size: 12px;
    font-weight: normal;
}

.language-dropdown .dropdown-menu .dropdown-item:hover span {
    background-color: #E02A18;
    color: #fff;
}

.login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    background-color: #E02A18;
    border-radius: 4px;
    height: 40px;
    width: 88px;

}

.login-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 32px;
    padding: 0 6px;
    height: 40px;
}

.login-profile.active {
    background-color: #E02A18;
}

.login-profile.active p {
    color: #fff;
}

.login-profile p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

/***** SIDER ******/
.sidebar {
    background-color: #FCFCFD;
    border-right: 1px solid #E6E8EC;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 260px;
    height: calc(100% - 57px);
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li:last-child {
    margin-bottom: 0;
}

.sidebar ul li .nav-link {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 15px;
    border-radius: 6px;
}

.sidebar ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.sidebar ul li .nav-link p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #141416;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex: 1;
}

.sidebar ul li .nav-link p strong {
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.fill-icon {
    display: none;
}

.sidebar ul li .nav-link:hover,
.sidebar ul li .nav-link.active {
    background-color: #FFE3E0;
}

.sidebar ul li .nav-link:hover p,
.sidebar ul li .nav-link.active p {
    font-weight: 500;
}

.sidebar ul li .nav-link:hover .state-icon,
.sidebar ul li .nav-link.active .state-icon {
    display: none;
}

.sidebar ul li .nav-link:hover .fill-icon,
.sidebar ul li .nav-link.active .fill-icon {
    display: block;
}

.sidebar ul li .nav-link[aria-expanded="true"] p strong {
    rotate: 90deg;
    transition: all 0.5s ease-in-out;
}

.sidebar .dropdown-menu {
    position: static !important;
    margin: 2px 0 0 0 !important;
    inset: 0 !important;
    transform: translate(0, 0) !important;
    padding: 0;
    border: none;
    background-color: transparent;
    min-width: 100%;
}

.sidebar .dropdown-menu li {
    margin: 0;
}

.sidebar .dropdown-item {
    color: #141416;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 13px 50px;
}

.sidebar .dropdown-item:hover,
.sidebar .dropdown-item.active {
    background-color: #FFE3E0;
    font-weight: 500;
}

/**** SIDEBAR ACTIVE *****/
.sidebar.active {
    width: 112px;
}

.sidebar.active ul li .nav-link {
    flex-direction: column;
    padding: 9px 4px;
    gap: 4px;
    text-align: center;
}

.sidebar.active ul li .nav-link p {
    flex-direction: column;
    font-size: 10px;
    line-height: 12px;
    gap: 10px;
}

.sidebar.active ul li .nav-link p strong {
    rotate: 90deg;
}

.sidebar.active ul li .nav-link[aria-expanded="true"] p strong {
    rotate: 90deg;
}

.sidebar.active .dropdown-item {
    font-size: 10px;
    padding: 6px 0;
    justify-content: center;
}

/****** DASHBOARD CONTENT *****/
.dashboard-contect {
    padding-left: 260px;
    padding-top: 57px;
}

.dashboard-contect.active {
    padding-left: 112px;
}

.dashboard-inner {
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.sort {
    display: flex;
    align-items: center;
}

.sort.active .sort-btn .sort-icon {
    display: none;
}

.sort.active .sort-btn .close-icon {
    display: block;
}

.sort.active .btn-group {
    display: flex;
}

.sort-btn {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F5F6;
    border: 1px solid #E6E8EC;
}

.sort-btn .close-icon {
    display: none;
}

.btn-group {
    display: none;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

.btn-outline-primary {
    display: flex;
    color: #777E90;
    align-items: center;
    font-weight: normal;
    font-size: 12px;
    gap: 5px;
    border: 1px solid #E6E8EC;
    line-height: 1;
    background-color: #F4F5F6;
    border-radius: 4px;
    height: 28px;
    padding: 0 7px;
}

.btn-check:checked+.btn-outline-primary,
.btn-check+.btn-outline-primary:hover {
    border-color: #E02A18;
    background-color: #FFE3E0;
    color: #E02A18;
}

.btn-check:checked+.btn-outline-primary svg g rect,
.btn-outline-primary:hover svg g rect {
    fill: #E02A18;
}

.Category-list {
    border-bottom: 1px solid #E6E8EC;
    padding: 12px 0 20px 0;
}

.Category-list ol {
    display: flex;
    align-items: center;
    gap: 12px;
}

.Category-list ol .dropdown-main {
    position: relative;
}

.Category-list ol .dropdown-btn {
    height: 28px;
    background-color: #E6E8EC;
    width: 166px;
}

.Category-list ol .dropdown-menu {
    min-width: 100%;
}

/***** RECOMMENDED VIDEO SEC *****/
.recommended-video {
    padding: 20px 0 13px;
    border-bottom: 1px solid #E6E8EC;
}

.recommended-inner {
    margin-top: 5px;
}

.recommended-inner .row {
    margin: 0 -17.5px;
}

.recommended-inner [class*="col-"] {
    padding: 0 17.5px;
}

.product-box {
    margin: 15px 0;
}

.product-box .image-holder {
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.20);
    border-radius: 4px;
}

.product-box .image-holder img {
    width: 100%;
    border-radius: 4px;
}

.product-box .text-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0 0 0;
}

.product-box .text-box .profile {
    max-width: 40px;
    width: 100%;
    border-radius: 50%;
}

.product-box .text-box .profile img {
    border: 1px solid #E6E8EC;
    border-radius: 50%;
}

.product-box .text-box .text-inner {
    flex: 1;
    width: 100%;
}

.product-box .text-box .text-inner span {
    border: 1px solid #B1B5C3;
    border-radius: 2px;
    color: #23262F;
    font-weight: normal;
    font-size: 10px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 1px 4px 0;
    height: 18px;
}

.product-box .text-box .text-inner span strong {
    font-weight: 500;
    display: inline-block;
}

.product-box .text-box .text-inner h4 {
    color: #141416;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 2px 0 4px 0;
}

.product-box .text-box .text-inner p {
    color: #777E90;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 4px;
}

.product-box .text-box .text-inner ul {
    display: flex;
    align-items: center;
    gap: 11px;
}

.product-box .text-box .text-inner ul li {
    color: #777E90;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    position: relative;
}

.product-box .text-box .text-inner ul li:last-child::after {
    display: none;
}

.product-box .text-box .text-inner ul li::after {
    position: absolute;
    content: "";
    right: -8px;
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #777E90;

}

/***** POPULAR CHANNEL ******/
.popular-channel-sec {
    padding-bottom: 0;
    border: none;
}

.channel-box {
    border: 1px solid #E6E8EC;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 20px;
    margin: 15px 0;
}

.channel-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E6E8EC;
    margin: 0 auto;
    width: 60px;
}

.channel-box h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #141416;
    margin: 18px 0 7px 0;
}

.channel-box p {
    color: #141416;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 1;
}

.subscribe-btn {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #E02A18;
    border: 1px solid #E02A18;
    border-radius: 4px;
    height: 36px;
    padding: 0 16px;
}

.subscribe-btn:hover {
    background-color: #C22313;
}

.Unsubscribe {
    display: none;
}

.subscribe-btn.active {
    background-color: #F4F5F6;
    border: 1px solid #E6E8EC;
    color: #C22313;
}

.subscribe-btn.active .Unsubscribe {
    display: block;
}

.subscribe-btn.active .subscribe {
    display: none;
}

/***** LOCKER ******/
.locker-list {
    margin: 22px 0 0 0;
}

.locker-list ol {
    display: flex;
    align-items: center;
    gap: 12px;
}

.locker-list li a {
    color: #777E90;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    border-radius: 4px;
    background-color: #F4F5F6;
    border: 1px solid #E6E8EC;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}

.loker-modal {
    background-color: rgba(217, 217, 217, 0.40);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loker-inner {
    background-color: #F4F5F6;
    border-radius: 12px;
    box-shadow: 0px 16px 32px -4px rgb(12, 12, 13, 0.10), 0px 4px 4px -4px rgb(12, 12, 13, 0.5);
    padding: 20px;
    max-width: 329px;
    width: 100%;
    margin: 0 auto;
}

.loker-inner .media {
    display: flex;
    align-items: center;
    gap: 8px;
}

.loker-inner .media span {
    display: flex;
    align-items: center;
    max-width: 74px;
    width: 100%;
}

.loker-inner .media h4 {
    color: #141416;
    font-size: 14px;
    flex: 1;
    font-weight: 500;
    line-height: 24px;
}

.loker-inner .form-check-label {
    font-size: 10px;
    font-weight: normal;
    color: #141416;
}

.loker-inner .form-check {
    margin: 0 0 12px 18px;
}

.loker-inner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.undo-link {
    color: #B1B5C3;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
}

.ok-btn {
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 3px;
    background-color: #E02A18;
    height: 26px;
    width: 35.82px;
    justify-content: center;
}

/***** SKILL LIST *****/
.skil-list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 24px;
    margin-top: 30px;
}

.skil-box a {
    background-color: #F8F8F9;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.skil-box img {
    width: 100%;
}

.skil-box h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-top: 7px;
}

/***** PROFILE ******/
.edit-bnt {
    color: #E02A18;
    font-weight: normal;
    font-size: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E8EC;
    background-color: #F4F5F6;
    height: 24px;
    border-radius: 2px;
    padding: 0 6px;
    gap: 6px;
}

.edit-bnt:hover {
    background-color: #FFE3E0;
    border-color: #E02A18;
}

.profile-inner {
    border-bottom: 1px solid #E6E8EC;
    padding: 38px 0 62px;
    margin-bottom: 22px;
}

.profile-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 795px;
    width: 100%;
}

.profile-inner .image-holder {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.profile-inner .image-holder a {
    border: 4px solid #FCFCFD;
    background-color: #E02A18;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 16px;
    bottom: 0;
}

.w-160 {
    width: 160px;
}

.profile-box li {
    margin-bottom: 37px;
}

.profile-box:last-child {
    margin: 0;
}

.profile-box p {
    color: #141416;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}

.profile-box strong {
    color: #777E90;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: block;
}

.logout-btn {
    color: #E02A18;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 19px;
}

/****** EDIT PROFILE ******/
.edit-profile-inner {
    padding-bottom: 24px;
}

.edit-profile {
    display: flex;
    align-items: flex-start;
    gap: 120px;
}

.edit-profile .login-form {
    max-width: 352px;
    width: 100%;
}

.edit-profile .image-holder {
    max-width: 244px;
}

.profile-inner .edit-profile .image-holder a {
    width: 44px;
    height: 44px;
    right: 28px;
}

.profile-inner .edit-profile .image-holder a img {
    height: 22px;
}

.profile-btn ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.profile-btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    height: 36px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 17px;
    line-height: 1;
}

.cancel-btn {
    color: #B1B5C3;
    background-color: #E6E8EC;
}

.cancel-btn:hover {
    background-color: #C22313;
}

.save-btn {
    color: #fff;
    background-color: #E02A18;
}

.save-btn:hover {
    background-color: #C22313;
}

.profile-modal {
    display: none;
}

.profile-modal.active {
    display: flex;
}

.sponser-box img {
    width: 100%;
}

/****** VIDEO DETAIL *******/
.video-detail-inner {
    display: flex;
    gap: 19px;
    padding-left: 17px;
    padding-right: 31px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.video-detail-left {
    flex: 1;
    width: 100%;
}

.video-detail-top .image-holder img {
    border-radius: 8px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.20);
    width: 100%;
}

.video-detail-top .text-box {
    padding: 14px 0;
}

.video-detail-top .text-box h4 {
    color: #141416;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.video-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 20px;
}

.video-user {
    display: flex;
    gap: 12px;
    align-items: center;
}

.video-user .profile-image {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-user .profile-image img {
    border: 1px solid #E6E8EC;
    border-radius: 50%;
}

.profile-text h4 {
    color: #141416;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 2px;
}

.profile-text p {
    color: #777E90;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
}

.info-list ul {
    display: flex;
    gap: 12px;
    align-items: center;
}

.info-list ul li a {
    display: flex;
    align-items: center;
    color: #353945;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    gap: 6px;
}

.info-bg {
    background-color: #F4F5F6;
    border-radius: 4px;
    height: 32px;
    padding: 0 12px;
}

.video-description {
    background-color: #F8F8F9;
    border-radius: 8px;
    padding: 10px
}

.video-description h4 {
    color: #141416;
    font-weight: 14px;
    font-weight: normal;
    line-height: 24px;
    gap: 4px;
    display: flex;
    align-items: center;
}

.video-description ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.video-description ul li span {
    color: #777E90;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.video-description ul li p {
    color: #000;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.video-comments {
    padding: 20px 0;
}

.video-comments h3 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.write-comment {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 16px 0 0;
}

.write-comment span {
    border: 1px solid #E6E8EC;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.write-comment .form-control {
    color: #353945;
    font-size: 12px;
    background-color: transparent;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #E6E8EC;
    height: 21px;
    width: 100%;
    flex: 1;
    padding: 0;
    border-radius: 0;
}

.write-comment .form-control::placeholder {
    color: #353945;
}

.comment-review {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.comment-review .comment-image-holder a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 36px;
}

.comment-review .comment-image-holder a img {
    border-radius: 50%;
}

.comment-review .comment-text-box {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.comment-review .text-detail {
    flex: 1;
    width: 100%;
}

.comment-review .text-detail h4 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.comment-review .text-detail h4 a {
    color: #000000;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
}

.comment-review .text-detail h4 span {
    color: #777E90;
    font-weight: normal;
    font-size: 10px;
    line-height: 1;
    display: block;
}

.comment-review .text-detail p {
    color: #141416;
    font-weight: normal;
    font-size: 10px;
    margin: 8px 0 13px 0;
    line-height: 12px;
}

.comment-review .text-detail ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.comment-review .text-detail ul li a {
    color: #353945;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.comment-review .text-detail ul li a.reply-btn {
    color: #141416;
}

.more-link {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-link a {
    display: flex;
    align-items: center;
    justify-content: center;

}

/**** VIDEO DETAIL RIGHT ******/
.video-detail-right {
    max-width: 284px;
    width: 100%;
}

.add-video {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.add-video a {
    display: flex;
    align-items: center;
    width: 100%;
}
.add-video a  img{
    width: 100%;
}
.related-video {
    margin: 16px 0;
}

.related-video h3 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.related-video ol {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.related-video .dropdown-btn {
    width: 120px;
}

.related-box a{
    display: flex; 
    gap: 10px;
    margin-top: 16px;
}

.related-box .related-image {
    max-width: 139px;
    width: 100%;
}
.related-box .related-image img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}
.related-box .related-text {
    flex: 1;
    width: 100%;
}

.related-box .related-text h4 {
    color: #141416;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.related-box .related-text p {
    color: #777E90;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    margin: 5px 0 3px 0;
}

.related-box .related-text ul {
    display: flex;
    align-items: center;
    gap: 11px;
}

.related-box .related-text ul li {
    color: #777E90;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    position: relative;
}

.related-box .related-text ul li::after {
    position: absolute;
    content: "";
    right: -8px;
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #777E90;
}
.related-box .related-text ul li:last-child::after{
    display: none;
}
.dashboard-contect.active .video-detail-right{
    max-width: 336px;
}