@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap");

.text-primary {
    color: #e00789
}

.button-primary {
    background-color: #e00789;
    color: #fff
}

.button-primary:hover,
.button-primary:focus {
    background-color: #af056b;
    color: #fff
}

.button-green {
    background-color: #16a6a2;
    color: #fff
}

.button-green:hover,
.button-green:focus {
    background-color: #107976;
    color: #fff
}

.button-outline-primary {
    border: 2px solid #e00789;
    color: #e00789
}

.button-outline-primary:hover,
.button-outline-primary:focus {
    color: #fff;
    background-color: #e00789
}

.button-outline-green {
    border: 2px solid #16a6a2;
    color: #16a6a2
}

.button-outline-green:hover,
.button-outline-green:focus {
    color: #fff;
    background-color: #16a6a2
}

body {
    font-family: "Tajawal", sans-serif;
    color: #0a2135;
    background-color: #f8f8f8
}

body.login {
    min-height: 100vh;
    background-image: url("/portal/static/images/bg-login.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

a {
    color: #e00789;
    text-decoration: none;
    transition: 0.5s
}

a:hover,
a:focus {
    color: #af056b
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    box-shadow: 10px 25px 55px rgba(10, 33, 53, 0.05)
}

.navbar .navbar-nav .nav-item {
    margin-left: 0.5rem
}

.navbar .navbar-nav .nav-item:last-child {
    margin-left: 0
}

.navbar .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.5rem 0.75rem
}

.navbar .navbar-nav .nav-item .nav-link i {
    color: #e00789
}

.navbar .navbar-nav .nav-item .nav-link .nav-icon {
    margin-left: 0.25rem;
    display: inline-block;
    width: 22.5px
}

.navbar .navbar-search {
    position: relative;
    text-align: right;
    display: none;
    font-size: 1.25rem
}

@media (max-width: calc(992px - 1px)) {
    .navbar .navbar-search {
        display: block
    }
}

@media (max-width: calc(992px - 1px)) {
    .navbar .navbar-brand {
        margin: 0 auto !important;
        left: 0;
        right: 0;
        display: inline-block;
        position: absolute;
        text-align: center;
        top: 1rem;
        height: 40px;
        width: 250px
    }

    .navbar .navbar-brand img {
        height: 100%;
        width: auto;
        object-fit: contain;
        object-position: left center
    }
}

.navbar.navbar-light .navbar-toggler-icon {
    background-image: url("/portal/static/images/menu.svg")
}

.page-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    height: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    background-color: #fff
}

.page-header-title {
    font-weight: bold;
    font-family: "Tajawal";
    font-size: 1.75rem
}

@media (max-width: calc(768px - 1px)) {
    .page-header .text-end {
        text-align: start !important
    }
}

.page-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.section {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.section.section-dark {
    background-color: #f8f8f8
}

.section.section-video {
    background-color: #fdce21
}

.section#topEpisodes {
    background: #ffa321;
    background-image: url("/portal/static/images/bg-top.png"), linear-gradient(90deg, #ffa321 0%, #fdce21 50%, #ffa321 100%)
}

.section-title {
    color: #0a2135;
    margin: 0;
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.75rem;
    font-family: "Tajawal"
}

@media (max-width: calc(768px - 1px)) {
    .section-title {
        font-size: 1.35rem
    }
}

.section-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    margin-right: 8px;
    background: linear-gradient(180deg, #16a6a2 0%, #19bdb8 100%);
    margin-left: 0.65rem
}

@media (max-width: calc(768px - 1px)) {
    .section-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1rem
    }
}

.section-icon.section-icon-top {
    background: linear-gradient(180deg, #e00789 0%, #fa6cc1 100%);
    margin-right: 8px
}

.video-item {
    position: relative;
    display: block;
    color: #0a2135;
    text-decoration: none
}

.video-item.video-item-fav:hover .video-item-title {
    color: #707070
}

.video-item:hover .video-item-pict::before {
    opacity: 1
}

.video-item:hover .video-item-play {
    display: block;
    opacity: 1
}

.video-item:hover .video-item-button {
    display: block;
    opacity: 1
}

.video-item:hover img {
    transform: scale(1.05);
    filter: blur(4px);
    -webkit-filter: blur(4px)
}

.video-item:hover .video-item-title {
    color: #e00789
}

.video-item-menu {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.25);
    color: #969696;
    z-index: 11;
    border-radius: 50%
}

.video-item-menu:hover {
    background-color: rgba(10, 33, 53, 0.15)
}

.video-item .video-item-pict {
    margin-bottom: 0.875rem;
    position: relative;
    box-shadow: 0 0.125rem 0.25rem rgba(10, 33, 53, 0.2);
    border-radius: 8px;
    overflow: hidden
}

.video-item .video-item-pict::before {
    content: "";
    background-color: rgba(10, 33, 53, 0.25);
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    transition: 0.5s;
    z-index: 9
}

.video-item .video-item-pict img {
    width: 100%;
    aspect-ratio: 705/441;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.5s
}

.video-item .video-item-play {
    font-size: 3.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transition: 0.5s;
    opacity: 0
}

.video-item .video-item-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.5s;
    opacity: 0
}

.video-item .video-item-button button {
    background-color: rgba(255, 255, 255, 0.85);
    color: #0a2135;
    border-radius: 50rem
}

.video-item .video-item-meta {
    background-color: transparent;
    position: relative;
    width: 100%
}

.video-item .video-item-title {
    margin: 0;
    font-weight: 500;
    font-size: 1.25rem;
    color: #707070;
    transition: 0.5s
}

@media (max-width: calc(768px - 1px)) {
    .video-item .video-item-title {
        font-size: 1rem
    }
}

.video-item .video-item-duration {
    display: inline-block;
    background-color: rgba(10, 33, 53, 0.85);
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    font-size: 0.875rem
}

.video-top {
    position: relative;
    display: block;
    color: #0a2135;
    text-decoration: none;
    background-color: #fff;
    padding: 0.75rem;
    border-radius: 8px
}

.video-top:hover .video-top-pict::before {
    opacity: 1
}

.video-top:hover .video-top-play {
    display: block;
    opacity: 1
}

.video-top:hover img {
    transform: scale(1.05);
    filter: blur(4px);
    -webkit-filter: blur(4px)
}

.video-top:hover .video-top-title {
    color: #e00789
}

.video-top .video-top-pict {
    margin-bottom: 0.875rem;
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.video-top .video-top-pict::before {
    content: "";
    background-color: rgba(10, 33, 53, 0.25);
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    transition: 0.5s;
    z-index: 9
}

.video-top .video-top-pict img {
    width: 100%;
    aspect-ratio: 705/441;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.5s
}

.video-top .video-top-play {
    font-size: 3.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transition: 0.5s;
    opacity: 0
}

.video-top .video-top-meta {
    background-color: transparent;
    position: relative;
    width: 100%
}

.video-top .video-top-title {
    margin: 0;
    font-weight: 500;
    font-size: 1.25rem;
    color: #707070;
    transition: 0.5s
}

@media (max-width: calc(768px - 1px)) {
    .video-top .video-top-title {
        font-size: 1rem
    }
}

.video-top .video-top-duration {
    display: inline-block;
    background-color: rgba(10, 33, 53, 0.85);
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    font-size: 0.875rem
}

.video-large {
    position: relative;
    margin-bottom: 2.25rem
}

.cover-large {
    width: 100%;
    margin-bottom: 32px
}

.cover-large img {
    width: 100%;
    aspect-ratio: 705/441;
    object-fit: cover
}

.video-info .video-info-title {
    font-size: 2.375rem;
    font-weight: bold;
    color: #0a2135
}

@media (max-width: calc(768px - 1px)) {
    .video-info .video-info-title {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 1.25rem;
        line-height: 2.75rem
    }
}

.video-info .social-share .button-primary {
    background-color: #e00789;
    color: #fff;
    border: 1px solid #e00789
}

.video-info .social-share .button-primary:hover,
.video-info .social-share .button-primary:focus {
    background-color: #af056b;
    color: #fff
}

.video-info .social-share li a {
    background-color: transparent;
    border-color: #16a6a2;
    color: #16a6a2
}

.video-info .social-share li a:hover,
.video-info .social-share li a:focus {
    background-color: #19bdb8;
    border-color: #19bdb8;
    color: #fff
}

.video-info .social-share li a:focus {
    box-shadow: 0 0 0 0.25rem rgba(22, 166, 162, 0.25)
}

.social-share {
    padding: 0;
    margin: 0
}

@media (max-width: calc(768px - 1px)) {
    .social-share {
        text-align: center
    }
}

.social-share li {
    list-style: none;
    margin-left: 0.5rem;
    display: inline-block
}

.social-share li:last-child {
    margin-left: 0
}

@media (max-width: calc(768px - 1px)) {
    .social-share li .btn-lg {
        font-size: 1rem
    }
}

.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid rgba(112, 112, 112, 0.35);
    background-color: #e00789;
    margin-top: 2rem;
    color: #fff
}

.footer .footer-menu-bottom {
    padding: 0;
    margin: 0
}

@media (max-width: calc(768px - 1px)) {
    .footer .footer-menu-bottom {
        text-align: center;
        margin-bottom: 1rem
    }
}

.footer .footer-menu-bottom li {
    list-style: none;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.875rem
}

.footer .footer-menu-bottom li:last-child {
    margin-left: 0
}

.footer .footer-menu-bottom li a {
    color: #fff
}

.footer .footer-social {
    padding: 0;
    margin: 0
}

@media (max-width: calc(768px - 1px)) {
    .footer .footer-social {
        text-align: center
    }
}

.footer .footer-social li {
    list-style: none;
    display: inline-block;
    margin-left: 0.25rem
}

.footer .footer-social li:last-child {
    margin-left: 0
}

.footer .footer-social .social-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f822a2;
    border: 1px solid #f822a2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.875rem;
    text-decoration: none;
    transition: 0.5s
}

.footer .footer-social .social-icon:hover,
.footer .footer-social .social-icon:focus {
    background-color: #c7067a
}

.video-slider-top .swiper-slide {
    max-width: 450px
}

@media (max-width: calc(768px - 1px)) {
    .video-slider-top .swiper-slide {
        max-width: 350px
    }
}

.video-slider .swiper-slide {
    max-width: 350px
}

@media (max-width: calc(768px - 1px)) {
    .video-slider .swiper-slide {
        max-width: 250px
    }
}

.btn-animate {
    background: #b621fe;
    border: none;
    z-index: 1
}

.btn-animate::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #663dff;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease
}

.btn-animate:hover {
    color: #fff
}

.btn-animate:hover::after {
    left: 0;
    width: 100%
}

.btn-animate:active {
    top: 2px
}

.login .login-heading {
    font-weight: 600;
    font-size: 1.25rem;
    font-family: "Tajawal";
    margin-bottom: 1rem;
    text-align: center
}

.login .login-box {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 10px 25px 55px rgba(10, 33, 53, 0.05);
    border-radius: 8px
}

.page-item.active .page-link {
    background-color: #16a6a2;
    border-color: #16a6a2
}

.page-link {
    color: #16a6a2
}

.page-link:hover {
    color: #107976
}

.page-link:focus {
    color: #107976;
    box-shadow: 0 0 0 0.25rem rgba(22, 166, 162, 0.25)
}

.sidebar-account {
    padding: 0;
    border-radius: 8px;
    box-shadow: 10px 25px 55px rgba(10, 33, 53, 0.05);
    font-size: 1.125rem;
    background-color: #fff
}

.sidebar-account_list {
    list-style: none
}

.sidebar-account_list a {
    display: block;
    list-style: none;
    padding: 1.25rem 1rem;
    color: #707070;
    border-right: 4px solid transparent
}

.sidebar-account_list.active a {
    border-left: 4px solid #16a6a2;
    color: #0a2135;
    font-weight: bold
}

.sidebar-account_list:last-child {
    border-bottom: 0
}

.sidebar-account_list .icon {
    display: inline-block;
    text-align: center;
    width: 40px
}

.content {
    padding: 1.25rem;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 10px 25px 55px rgba(10, 33, 53, 0.05);
    font-size: 1.125rem
}

.content-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: rgba(22, 166, 162, 0.15);
    background: linear-gradient(180deg, rgba(22, 166, 162, 0.15) 0%, #fff 100%);
    border-radius: 8px 8px 0 0
}

.content-body {
    padding-left: 1rem;
    padding-right: 1rem
}

.video-fav {
    position: relative;
    display: block;
    color: #0a2135;
    text-decoration: none
}

.video-fav a:hover .video-fav-pict::before {
    opacity: 1
}

.video-fav a:hover .video-fav-play {
    display: block;
    opacity: 1
}

.video-fav a:hover img {
    transform: scale(1.05);
    filter: blur(4px);
    -webkit-filter: blur(4px)
}

.video-fav-menu {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.25);
    color: #969696;
    z-index: 11;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.875rem
}

.video-fav-menu:hover,
.video-fav-menu:focus {
    background-color: rgba(10, 33, 53, 0.15);
    color: #16a6a2
}

.video-fav .video-fav-pict {
    margin-bottom: 0.875rem;
    position: relative;
    box-shadow: 0 0.125rem 0.25rem rgba(10, 33, 53, 0.2);
    border-radius: 8px;
    overflow: hidden
}

.video-fav .video-fav-pict::before {
    content: "";
    background-color: rgba(10, 33, 53, 0.25);
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    transition: 0.5s;
    z-index: 9
}

.video-fav .video-fav-pict img {
    width: 100%;
    aspect-ratio: 705/441;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.5s
}

.video-fav .video-fav-play {
    font-size: 3.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transition: 0.5s;
    opacity: 0
}

.video-fav .video-fav-meta {
    background-color: transparent;
    position: relative;
    width: 100%
}

.video-fav .video-fav-title {
    margin: 0;
    font-weight: 500;
    font-size: 1.25rem;
    color: #707070;
    transition: 0.5s
}

@media (max-width: calc(768px - 1px)) {
    .video-fav .video-fav-title {
        font-size: 1rem
    }
}

.video-fav .video-fav-duration {
    display: inline-block;
    background-color: rgba(10, 33, 53, 0.85);
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    font-size: 0.875rem
}