.btn,
body {
    font-weight: 400
}

#notice-info,
#pwaContainer {
    margin-bottom: 5px;
    width: 100%;
    background-color: #242a36;
    padding: 10px;
    text-align: center
}

.btn,
.gohome a {
    vertical-align: middle
}

.desc p,
footer.main .fbox .fmenu ul li:hover {
    opacity: .8
}

.main_top_bt a,
.sea_btn a,
a {
    text-decoration: none
}

#pwaButton,
#pwaContainer,
#pwaContainer span,
.live-search ul li .srp-detail .film-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#pwaButton,
#pwaContainer,
#pwaContainer span,
.btn {
    white-space: nowrap
}

@font-face {
    font-family: Cairo;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Cairo'), local('Cairo-Regular'), url(fonts/Cairo-Regular.ttf) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(255, 255, 255, .4)
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, .2)
}

body {
    font-family: Cairo, sans-serif;
    background: #151920;
    color: #fff;
    line-height: 1.3em;
    -webkit-text-size-adjust: none
}

.post-comments,
li,
ol,
ul {
    list-style: none
}

.clear,
body {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    cursor: pointer
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

#dt_contenedor {
    width: 100%;
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: cover;
    background-color: #181d25 !important
}

#contenedor {
    margin: auto;
    max-width: 600px !important
}

#pwaContainer {
    opacity: .9;
    float: right;
    font-size: 14px;
    border-radius: 5px;
    display: none
}

#pwaButton,
.index-content .logo>a {
    display: block
}

#pwaContainer span {
    width: 68%;
    float: right
}

#pwaButton {
    padding: 5px 15px;
    border-radius: 2px;
    float: left;
    margin-top: -5px;
    background-color: #0b0c0e !important;
    width: 32%
}

.btn-primary {
    color: #fff;
    background-color: #3d698c;
    border-color: #28455e
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 1.42857143
}

#coverlight,
#notice-info,
.hideme,
.share-buttons .share-buttons-block .share-icon {
    display: none
}

.main_top_bt a,
.section_bt_main {
    background: #232834;
    font-weight: 500
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button {
    overflow: visible;
    text-transform: none
}

#notice-info {
    opacity: .7;
    float: right;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer
}

#notice-info:hover,
#pwaContainer:hover {
    opacity: 1;
    background-color: #000;
    color: #ff9800
}

#confdialog,
#notifiaction,
#reportform {
    position: fixed;
    top: 50%;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    padding: 10px;
    text-align: center;
    display: none;
    color: #fff;
    font-size: 16px;
    z-index: 999;
    background-color: rgb(53 55 61);
    border: 1px solid #d5d5d529;
    box-shadow: 0 3px 5px #131313c7;
    border-radius: 2px;
    animation-fill-mode: forwards;
    animation-duration: .2s;
    animation-timing-function: cubic-bezier(.68, -.55, .27, 1.55)
}

#coverlight {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 21;
    background-color: rgba(0, 0, 0, .95)
}

@keyframes notifin {
    from {
        transform: translateY(20px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes notifout {
    from {
        transform: translateY(0);
        opacity: 1
    }
    to {
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes moveout2 {
    from {
        transform: translateX(-350px)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes movein2 {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-350px)
    }
}

.PostContent>* {
    margin-bottom: 22px;
    line-height: normal;
    color: #fff
}

.PostContent>p {
    color: #dddbdb
}

.PostContent>h2:hover,
.PostContent>p:hover {
    opacity: .5
}

.module {
    width: 100%;
    padding: 0;
    position: relative
}

.module .content {
    border-color: rgba(255, 255, 255, .08);
    width: 100%;
    padding: 0
}

.index-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 15px 30px;
    width: 100%;
    line-height: 1.5
}

.index-content .logo {
    font-family: Righteous;
    font-size: 35px;
    border-radius: 40px;
    position: relative;
    line-height: 70px;
    padding-left: 0;
    height: 70px;
    margin: 0;
    padding-right: 10px;
    opacity: 1
}

.index-content .desc {
    margin-bottom: 10px;
    margin-top: 5px;
    opacity: .7;
    text-align: center;
    width: 100%
}

.index-content .logo>a>b {
    color: #fff;
    text-align: center;
    display: table;
    margin: 0 auto
}

.index-content .logo>a>b>strong {
    opacity: .9
}

.index-content .logo>a>b>span {
    vertical-align: middle;
    font-size: 74px;
    color: #95b6d0;
    position: relative;
    margin-right: 2px;
    margin-top: 0;
    line-height: 68px;
    display: block;
    float: left;
    font-family: initial
}

.index-content .search {
    margin-bottom: 15px;
    width: 100%;
    margin-top: 15px;
    position: relative
}

.index-content .search form {
    position: relative;
    height: 60px;
    font-size: 1.2em
}

.index-content .search form input {
    width: 100%;
    height: 60px;
    background: #242a36;
    border-radius: 10px 10px 0 0;
    border: 0;
    outline: 0;
    padding: 0 15px;
    color: #95b6d0;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    font-family: Cairo
}

.index-content .search form button {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    border: 0;
    outline: 0;
    background: 0;
    color: #95b6d0;
    border-radius: 10px 0 0;
    cursor: pointer
}

.desc p:hover,
.gohome a:hover,
.index-content .search form button:hover,
.index-content a:hover,
.live-search ul li:hover {
    opacity: .7
}

.main_top_bt,
.section_bt {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block
}

.main_top_bt .home_page a {
    color: #ff9800
}

.main_top_bt a {
    border-radius: 4px;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: .7em 1em;
    text-align: center;
    font-family: cairo, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif;
    margin: 5px;
    width: 40%
}

.main_top_bt_1 a {
    width: 83%
}

.main_top_bt a i {
    width: 100%;
    font-size: 30px;
    padding-bottom: 5px
}

.index-content .search .suggestions {
    text-align: left
}

.text-center {
    text-align: center !important
}

.desc p {
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1rem;
    font-size: 1.4em;
    font-weight: bolder;
    color: #fff;
    font-family: monospace
}

.gohome a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    user-select: none;
    border: 1px solid #3bb33b;
    padding: .675rem 3.625rem;
    font-size: .899rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #3bb33b
}

.section_bt h2 {
    color: #95b6d0;
    margin-bottom: 10px;
    font-size: 20px
}

.section_bt ul {
    width: 100%;
    float: right;
    text-align: center;
    margin: 5px auto 20px
}

.section_bt_main {
    text-align: center;
    display: inline-block;
    width: 150px;
    margin: 0 5px 10px;
    line-height: 33px;
    border-radius: 8px;
    padding: 0 !important;
    overflow: hidden
}

.section_bt_main a {
    display: block;
    padding: 5px;
    color: #e6e7f1
}

footer.main {
    width: 100%;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .6);
    background: #151920
}

footer.main .fbox {
    max-width: 100%;
    margin: 0 auto;
    font-size: 13px;
    display: inline-block;
    width: 100%
}

.disclaim,
footer .info .socials {
    margin-bottom: 10px;
    width: 100%;
    text-align: center
}

.fcmpbox {
    width: 100%;
    margin: 30px 0 20px;
}

footer.main .fbox .fmenu {
    text-align: center;
    width: 100%;
}

footer.main .fbox .fmenu ul {
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
}

footer.main .fbox .fmenu ul li {
    padding: 10px;
    color: #fff;
    display: inline-block;
    position: relative
}

footer.main .fbox .fmenu ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500
}

footer .info {
    font-size: 12px;
    width: 100%;
    display: inline-block;
}

.disclaim {
    color: #666;
    font-size: 1em;
    direction: ltr
}

.disclaim:hover,
footer .info .socials a:hover,
footer.main .fbox .copy:hover {
    color: #fff
}

footer .info .socials {
    margin-top: 10px;
    float: right
}

footer .info .socials a {
    display: inline-block;
    color: #666;
    padding: 5px;
    position: relative
}

footer .info .socials a i {
    font-size: 2.13em
}

footer.main .fbox .fmenu ul li:last-child {
    border-right: 0;
    border-left: 0
}

footer.main .fbox .copy {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-tags {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center
}

.footer-tags h3 {
    display: inline
}

.footer-tags a,
.sea_btn,
.sea_btn a {
    display: inline-block
}

.footer-tags a {
    margin: 5px;
    color: #666;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 20px;
    height: 23px;
    padding: 0 14px;
    border-radius: 15px;
    font-size: initial;
    font-family: Tajawal, sans-serif;
    background: rgba(255, 255, 255, .04)
}

.sea_btn {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    position: relative
}

.sea_btn a {
    background: #232834;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: .7em 1em;
    text-align: center;
    font-weight: 500;
    margin: 15px 5px;
    width: 46%
}

.ctsx,
.ctsx a {
    color: #0f0f0f;
    font-weight: 500
}

.live-search {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 2px;
    z-index: 10;
    overflow: hidden;
    float: right;
    background: #232834;
    box-shadow: 0 20px 20px #000
}

.PostContent {
    width: 100%;
    position: relative;
    display: block
}

.live-search.rtl {
    left: 0
}

.live-search.ltr {
    right: 0
}

.live-search ul {
    float: left;
    width: 100%;
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, .52);
    margin-top: 0;
    line-height: 1.5;
    border-radius: .5rem
}

.live-search ul li {
    text-align: right;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #5c5d63;
    cursor: pointer;
    display: block
}

.live-search ul li:nth-last-child(2) {
    border-bottom: none
}

.live-search ul li:last-child {
    padding: 15px
}

.ctsx {
    border: none !important;
    height: 100%;
    width: 100%;
    float: right;
    text-align: center !important;
    background-color: #95b6d0;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem
}

.live-search ul li .poster {
    position: relative;
    overflow: hidden;
    float: right;
    width: 50px;
    padding-bottom: 70px
}

.live-search ul li .poster img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.live-search ul li .srp-detail {
    padding-right: 65px;
    padding-top: .7rem;
    font-size: 12px;
    color: #fff
}

.live-search ul li .srp-detail:hover {
    color: #95b6d0
}

.live-search ul li .srp-detail .film-name {
    font-size: 14px;
    line-height: 1.2em;
    max-width: 100%;
    margin-bottom: 8px;
    height: 18px;
    font-weight: 600
}

.dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    display: inline-block;
    margin: 3px 6px
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cimalek {
    display: flex !important;
    flex-direction: column;
    align-items: center
}

.cimalek-flame {
    width: 15px;
    height: 30px;
    background: #ff5722;
    border-radius: 8px/20px 20px 8px 8px;
    box-shadow: 0 0 20px 0 #ff5722;
    animation: 8s infinite flame-twirl, 2s infinite glow
}

.cimalek-wick {
    height: 20px;
    width: 4px;
    background: #a395a1
}

.cimalek-wax {
    width: 40px;
    height: 110px;
    background: #d8deed;
    border-radius: 6px;
    box-shadow: inset -15px 0 0 -10px #d8deed
}

.cimalek-stand {
    width: 100px;
    height: 8px;
    background: #1c233e;
    border-radius: 3px
}

@keyframes flame-twirl {
    0%,
    100%,
    22%,
    49%,
    62%,
    81% {
        border-radius: 2px 14px 8px 8px/20px 20px 8px 8px
    }
    14%,
    32%,
    56%,
    70%,
    89% {
        border-radius: 14px 2px 8px 8px/20px 20px 8px 8px
    }
}

@keyframes glow {
    0%,
    100%,
    30%,
    60%,
    80% {
        box-shadow: 0 0 20px 0 #ff5722
    }
    20%,
    50%,
    70% {
        box-shadow: 0 0 22px 0 #ff5722
    }
}

.Hoverable {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.Hoverable:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
    width: 5px;
    height: 5px;
    background: #ffffff1c;
    transform-origin: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0
}

.Hoverable:hover:after {
    transform: scale(500);
    opacity: 0;
    transition: 1s
}

.share-buttons {
    display: inline-block;
    width: 100%;
    background-color: #232834;
    border-radius: 10px;
    float: right;
    margin-bottom: 10px
}

.share-buttons:hover {
    opacity: .7;
    background-color: #000
}

.share-buttons .share-buttons-block {
    padding: 15px;
    position: relative
}

.share-buttons .share-buttons-block .sbb-title {
    display: inline-block;
    font-size: 15px;
    float: right;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    position: relative
}

.share-buttons .share-buttons-block .sbb-title span {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border-right: 2px solid #ff9800;
    padding: 2px 5px 2px 0
}

.share-buttons .share-buttons-block .sbb-title span strong {
    font-weight: 500;
    color: #ff9800
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.share-buttons .share-buttons-block .sbb-social {
    width: 100%;
    text-align: center;
    float: right;
    display: inline-block;
    position: relative
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}