body {
    font-family: "Inter", sans-serif;
}

.login-bg {
    background: linear-gradient(105.2deg, #B1B1B1 7.58%, #FFFFFF 97.26%);
    position: relative;
}

.login-bg::after {
    content: '';
    position: absolute;
    background-image: url(../images/login-bg.png);
    left: 50%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    bottom: 0;
    right: 0;
}

.login-card {
    max-width: 490px;
    margin: 0 auto;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.login-logo {
    padding: 10% 0;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
}

.login-card form {
    padding: 10% 25px;
    display: block;
}

.login-title {
    margin-bottom: 10%;
}

.login-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #141B34;
    letter-spacing: -3%;
    margin-bottom: 10px;
}

.login-title p {
    color: #404040;
    letter-spacing: -1%;
}

.login-card label.form-label {
    font-weight: 600;
    font-size: 15.16px;
    line-height: 21.99px;
}

.login-card .form-control {
    height: 54px;
    border-radius: 0;
    border: 1px solid #E1DDDD;
}

.btn-primary {
    background-color: #000;
    border: 1px solid #000;
    height: 52px;
    border-radius: 0;
    font-weight: 600;
    font-size: 15.16px;
    line-height: 36px;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #fff;
    color: #141B34;
    border: 1px solid #000;
}

.forgot-link {
    color: #9A988B;
    text-decoration: none;
    border-bottom: 1px solid #9A988B;
}

header {
    background-color: #000;
    height: 84px;
}

.logo-brand {
    padding-left: 15px;
    display: flex;
    align-items: center;
    height: 100%;
}

.logo-brand img {
    filter: invert(1);
}

.main-menu-tabs {
    height: 100%;
}

.main-menu-tabs ul.nav.nav-tabs {
    border-bottom: 0;
    justify-content: center;
    gap: 70px;
    align-items: center;
    height: 100%;
}

.main-menu-tabs ul.nav.nav-tabs li {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.main-menu-tabs ul.nav.nav-tabs li .nav-link {
    background-color: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    padding: 0;
}

.main-menu-tabs ul.nav.nav-tabs li .nav-link.active {
    border-bottom: 5px solid #CC27B0;
}

.profile-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    justify-content: flex-end;
    padding-right: 15px;
}

.profile-menu .profile-img {
    flex-shrink: 0;
}

.profile-menu .profile-img img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
}

.profile-menu .profile-name {
    position: relative;
    padding-right: 30px;
}

.profile-menu .profile-name::after {
    content: "";
    background-image: url(../images/down-arrow.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    top: 5px;
    right: 0;
}

.profile-menu .profile-name h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 0;
    font-family: 'Satoshi', sans-serif;

}

.profile-menu .profile-name a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Satoshi', sans-serif;

}

.page-title {
    padding: 30px 15px;
}

.page-title h2 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Satoshi', sans-serif;
}

.dt-layout-table {
    margin: 0 !important;
}

.table-section {
    border: 1px solid #E3E3E3;
    margin: 0 15px 15px;
}

.dt-layout-full {
    padding: 0;
}

.dt-paging {
    padding: 20px;
}

.dt-info {
    position: absolute;
    bottom: 39px;
    left: 10px;
    font-size: 14px;
}

.dt-length {
    position: absolute;
    bottom: 39px;
    right: 10px;
    font-size: 14px;
}

ul.pagination {
    gap: 5px;
}

ul.pagination li .page-link {
    border-radius: 8px;
    border: 1px solid #cbcbcb;
    background-color: transparent;
    color: #141B34;
}

ul.pagination li.active .page-link {
    border-radius: 8px;
    border: 1px solid #141B34;
    background-color: #141B34;
    color: #fff;
}

.prod-td {
    display: flex;
    gap: 12px;
    align-items: center;
}

.table-section table tr th {
    background-color: #F8F7F7 !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    height: 48px;
    color: #545454;
    border-right: 1px solid #DFE1E7;
    padding: 8px 15px;
}

.table-section table tr th:nth-child(1) {
    width: 12%;
}

.table-section table tr th:nth-child(2) {
    width: 28%;
}

.table-section table tr th:nth-child(3) {
    width: 13%;
}

.table-section table tr th:nth-child(4) {
    width: 13%;
}

.table-section table tr th:nth-child(5) {
    width: 12%;
}

.table-section table tr th:nth-child(6) {
    width: 22%;
}

.table-section table tr td {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    vertical-align: middle;
    padding: 8px 15px;
}

.table-section table tr td .prod-td img {
    border: 1px solid #fff;
}

.table-section table tr:hover td,
.table-section table tr.active-row td {
    background-color: rgba(204, 39, 176, 0.2);
}

.table-section table tr:hover td label.status,
.table-section table tr.active-row td label.status {
    background-color: #fff !important;
}

.table-section table tr:hover td .channel-list .channel-box,
.table-section table tr.active-row td .channel-list .channel-box {
    background-color: #fff;
}

.table-section table tr:hover td .prod-td img,
.table-section table tr.active-row td .prod-td img {
    border: 1px solid #000000;
}

.channel-list {
    display: flex;
    width: 100%;
    gap: 10px;
}

.channel-list .channel-box {
    display: flex;
    gap: 15px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    height: 30px;

    position: relative;
}

.channel-list .channel-box::after {
    content: "";
    width: 1.5px;
    background-color: #c3c3c3;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 7px;
}

.channel-list .channel-box .channel-img {
    flex: 1;
    padding: 2px 10px;
}

label.status {
    display: inline-block;
    height: 30px;
    padding: 0px 10px;
    border-radius: 5px;
    line-height: 30px;
    font-size: 11px;
    width: 99px;
    text-align: center;
}

label.status-active {
    border: 1px solid #9FBFAE;
    background: #F4FFF9;
    color: #2A915A;

}

label.status-inactive {
    background: #F6F6F6;
    border: 1px solid #cecece;
    color: #696969;
}

label.status-archived {
    background: #EEEDFF;
    border: 1px solid #8988CE;
    color: #6E6CD0;
}

label.status-cancelled {
    background: #FFEAED;
    border: 1px solid #E198A4;
    color: #D81B3A;
}

td .btn-primary {
    width: 94px;
    height: 36px;
    font-size: 12px;
    line-height: 24px;
}

td .btn-primary:hover img,
td .btn-primary:active {
    filter: brightness(0);
}

.page-group {
    display: flex;
}

.page-left {
    width: 100%;
}

.page-right {
    flex-shrink: 0;
    border-left: 4px solid #F8E3F5;
    position: relative;
    z-index: 1;
    display: none;
    background-color: #fff;
}

.page-left.active .table-section {
    margin-right: 0;
}

.page-right.active {
    display: block;
    width: 474px;
}

.page-left.active {
    width: calc(100% - 474px);
}

.page-left.active-new {
    width: 60%;
}

.page-right.active.active-new {
    width: 40%;
    margin-left: auto;
}

.sidebar-top {
    padding: 10px 15px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    gap: 15px;
}

.sidbar-body {
    padding: 15px;
}

.varient-title {
    padding: 15px 0px;
}

.varient-title h3 {
    font-family: 'Satoshi';
    font-size: 26px;
    font-weight: 700;
}

.varient-title p {
    color: #545454;
    font-size: 14px;
    font-family: 'Satoshi';
    margin-bottom: 0;
}

.varient-title p span {
    color: #545454;
    font-weight: 700;
    font-family: 'Satoshi';
}

.product-box {
    border: 1px solid #e7e7e7;
    padding: 15px;
    margin-bottom: 20px;
}

.product-box .product-top {
    display: flex;
    gap: 15px;
}

.product-box .product-top .product-right {
    padding: 5px 10px;
    flex: 1;
}

.product-box .product-top .product-right h4 {
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 900;
    color: #333333;
    border-bottom: 1px solid #00000025;
    padding-bottom: 10px;
}

.product-box .product-top .product-right .product-detail ul {
    list-style-type: none;
    padding-left: 0;
}

.product-box .product-top .product-right .product-detail ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.product-box .product-top .product-right .product-detail ul li p {
    color: #545454;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.product-box .product-top .product-right .product-detail ul li label {
    color: #252B37;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: strecth;
    border-top: 1px solid #E7E7E7;
    padding: 15px 0 0;
}

.product-footer label.status {
    width: 78px;
}