@font-face {
    font-family: 'RNS Camelia Light';
    src: url('../fonts/RNSCamelia-Light.otf');
}
body {
    font-family: 'RNS Camelia Light','Tajawal', sans-serif; !important;
}

/* h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
} */
.play-promo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #EF5C52;
    padding: 15px;
    border-radius: 50%;
    transition: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.play-promo:hover {
    background-color: #fff;
    color: #EF5C52;
}


.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true],
.plyr__control--overlaid {
    background-color: #EF5C52 !important;
}

.plyr--full-ui input[type=range] {
    color: #EF5C52 !important;
}

.theme-white .text-primary,
.text-primary,
a.text-primary {
    color: #EF5C52 !important;
    text-decoration: none !important;
}

a.text-primary:hover {
    color: #EF5C52 !important;
}

.overflow-hidden {
    overflow: hidden;
}

body {
    overflow-x: hidden !important;
}


.video-modal .modal-header {
    color: #fff;
    text-align: center;
    padding: 1.2em 0 !important;
    border-bottom: none
}

.video-modal .modal-header .close {
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.video-modal .modal-footer {
    display: none;
}
.video-modal .modal-header h5 {
    margin: 0 auto;
}

.video-modal .modal-header {
    background-color: #232331;
}
.video-modal .modal-body {
    padding: 0;
    background-color: #000;
}
.video-modal .modal-body video {
    margin: 0 auto;
    width: 100%;
}
[data-src] {
    background-image: url('../img/placeholder.svg');
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #f3f3f3 !important;
    background-size: cover !important;
    outline: none !important;
    border: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #EF5C52 !important;
}

.badge {
    padding: 0.2em 1em !important;
    line-height: 18px !important;
}

.language-dropdown {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border-color: #ccc;
    line-height: 1;
}

.language-dropdown:hover {
    background-color: #00B6E6;
    color: #fff !important;
}


.notification-badge {
    padding: 0.1em 0.6em !important;
    border-radius: 50% !important;
}