/*
	- This Project Created & Developed By : Mohamed Nader -
	- Website:  , Mobile : 01098683990 , Facebook : http://facebook.com/Memesty1 -
*/

/* ########## FONTS ########## */
@font-face { font-family: aladin; src: url('../fonts/aladin.ttf'); }
@font-face { font-family: anton; src: url('../fonts/anton.ttf'); }
@font-face { font-family: bebasneue; src: url('../fonts/bebasneue.ttf'); }
@font-face { font-family: cairo; src: url('../fonts/cairo.ttf'); }
@font-face { font-family: carterone; src: url('../fonts/carterone.ttf'); }
@font-face { font-family: concert; src: url('../fonts/concert.ttf'); }
@font-face { font-family: fasterone; src: url('../fonts/fasterone.ttf'); }
@font-face { font-family: kellysab; src: url('../fonts/kellysab.ttf'); }
@font-face { font-family: lemonada; src: url('../fonts/lemonada.ttf'); }
@font-face { font-family: lobster; src: url('../fonts/lobster.ttf'); }
@font-face { font-family: marcellus; src: url('../fonts/marcellus.ttf'); }
@font-face { font-family: modak; src: url('../fonts/modak.ttf'); }
@font-face { font-family: robotoslab; src: url('../fonts/robotoslab.ttf'); }
@font-face { font-family: tajawal; src: url('../fonts/tajawal.ttf'); }
@font-face { font-family: teko; src: url('../fonts/teko.ttf'); }
@font-face { font-family: tomorrow; src: url('../fonts/tomorrow.ttf'); }
@font-face { font-family: oxanium-b; src: url('../fonts/oxanium-b.ttf'); }
@font-face { font-family: oxanium-m; src: url('../fonts/oxanium-m.ttf'); }
@font-face { font-family: montserrat; src: url('../fonts/montserrat.ttf'); }
@font-face { font-family: montserratex; src: url('../fonts/montserratex.ttf'); }
@font-face { font-family: montserratb; src: url('../fonts/montserratb.ttf'); }
@font-face { font-family: montserratbb; src: url('../fonts/montserratbb.ttf'); }
@font-face { font-family: rajdhani; src: url('../fonts/rajdhani.ttf'); }

/* ########## ROOT ########## */
[data-themes="dark"] {
    --color01: #1e2024;
    --color02: #292c31;
    --color03: #e4a101;
    --color04: #fff;
    --color05: #292c31;
    --color06: #fff;
    --logo: url(../images/logo.png);
    --mylogo: url(../images/mohamednader1.png);
}
[data-themes="light"] {
    --color01: #f1f1f1;
    --color02: #fff;
    --color03: #e4a101;
    --color04: #080808;
    --color05: #292c31;
    --color06: #fff;
    --color07: #e4e4e4;
    --logo: url(../images/logo1.png);
    --mylogo: url(../images/mohamednader.png);
}
[data-language="en"] {
    --dirction: ltr;
}
[data-language="ar"] {
    --direction: rtl;
}
:root {
    --font01: aladin;
    --font02: anton;
    --font03: bebasneue;
    --font04: cairo;
    --font05: carterone;
    --font06: concert;
    --font07: fasterone;
    --font08: kellysab;
    --font09: lemonada;
    --font10: lobster;
    --font11: marcellus;
    --font12: modak;
    --font13: robotoslab;
    --font14: tajawal;
    --font15: teko;
    --font16: tomorrow;
    --font17: oxanium-b;
    --font18: oxanium-m;
    --font19: montserrat;
    --font20: montserratex;
    --font21: montserratb;
    --font22: montserratbb;
    --font23: rajdhani;
    --black00: rgb(0,0,0,0.05);
    --black01: rgb(0,0,0,0.1);
    --black02: rgb(0,0,0,0.2);
    --black03: rgb(0,0,0,0.3);
    --black04: rgb(0,0,0,0.4);
    --black05: rgb(0,0,0,0.5);
    --black1: rgb(0,0,0,1);
}

/* ########## BODY ########## */
body {
    background: var(--color01);
    text-align: center;
    color: var(--color04);
    font-family: var(--font14);
    font-size: 16px;
    direction: var(--direction);
    margin: 0px auto !important;
}
ul, p {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a {
    text-decoration: none !important;
    -o-transition: .9s;
    -ms-transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    transition: .9s;
}
::-webkit-scrollbar {
    width: 0px;
}
.tooltip-inner {
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px var(--black05);
    max-width: 350px;
}

/* ########## HEADER ########## */
header {
    background: var(--color01);
    width: 100%;
    height: 525px;
    color: var(--color04);;
    padding: 0px !important;
    margin-bottom: 30px;
}
.top-navbar {
    background: var(--color05);
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px var(--black00);
    font-size: 12px;
    color: #bbbcbd;
}
.tn-left {
    width: 40%;
    padding: 0px 50px;
    height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.social-media {
    display: flex;
}
.social-media li {
    margin-right: 10px;
}
.social-media li:last-child {
    margin-right: 5px;
}
.social-media li a {
    background: var(--color01);
    color: var(--color04);;
    opacity: 0.7;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
}
.social-media li a:hover {
    opacity: 1;
    height: 40px;
    border-radius: 0px;
    color: #fff;
}
.social-media li a.facebook:hover {
    background: #3b5999;
}
.social-media li a.youtube:hover {
    background: #cd201f;
}
.social-media li a.discord:hover {
    background: #0077b5;
}
.social-media li a.light:hover {
    background: #2e7d32;
}
.social-media li a.change-lang:hover {
    background: #1565c0;
}
.change-lang {
    width: fit-content !important;
    padding: 0px 10px;
    text-transform: uppercase;
}
.change-lang img {
    margin-right: 5px;
    vertical-align: unset;
}
[data-language="ar"] .change-lang img {
    margin-right: 0px;
    margin-left: 5px;
}
.tn-center {
    width: 20%;
    height: 40px;
}
.tn-right {
    width: 40%;
    padding: 0px 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
}
.tn-right span {
    color: var(--color03);
}
.tn-right a {
    padding: 0px 15px;
    font-size: 12px;
    margin-left: 15px;
    color: var(--color06) !important;
    height: 25px;
    line-height: 23px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -2px;
}
.tn-right a i {
    margin-right: 5px;
}
[data-language="ar"] .tn-right a {
    margin-right: 15px;
    margin-left: 0px;
}
[data-language="ar"] .tn-right a i {
    margin-right: 0px;
    margin-left: 5px;
}
.main-navbar {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 2px solid var(--black02);
    position: relative;
    z-index: 10;
}
.mn-left {
    width: 40%;
    padding: 0px 50px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mn-center {
    width: 20%;
    height: 140px;
    background-image: var(--logo);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 35px;
    flex-direction: column;
    font-family: var(--font03);
    color: var(--color03);
    text-shadow: -2px 2px 0px var(--black02);
}
.mn-center p {
    margin-top: -15px;
}
.mn-center span {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: var(--font14);
    margin-top: -15px;
    color: var(--color06);;
    opacity: 0.7;
}
[data-language="ar"] .mn-center {
    font-family: var(--font09);
}
[data-language="ar"] .mn-center span {
    letter-spacing: 0px;
    margin-top: 0px;
}
.mn-right {
    width: 40%;
    padding: 0px 50px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navbar {
    padding: 0px !important;
    position: relative;
    z-index: 2;
}
.main-navbar ul {
    width: 100%;
    display: flex;
    align-items: center;
}
.main-navbar .mn-left ul {
    justify-content: flex-end;
}
.main-navbar .mn-right ul {
    justify-content: flex-start;
}
.main-navbar ul li {
    display: inline-block;
    margin: 0px 1px;
    position: relative;
}
.main-navbar ul li a {
    width: 100%;
    height: 80px;
    color: var(--color04);;
    padding: 0px 25px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0.7;
}
.main-navbar ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .5s linear;
    right: 0;
    margin: 0px auto;
    opacity: 0;
    background: var(--color03);
}
.main-navbar .mn-left ul li a:before {
    transform: skewX(-15deg);
}
.main-navbar .mn-right ul li a:before {
    transform: skewX(15deg);
}
.main-navbar ul li a.active {
    color: #000;
    opacity: 1;
}
.main-navbar ul li a.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .5s linear;
    right: 0;
    margin: 0px auto;
    opacity: 1;
    background: var(--color03);
    transform: skewX(-15deg);
}
.mn-right ul li a.active:before {
    transform: skewX(15deg);
}
.main-navbar ul li:hover a {
    opacity: 1;
    color: #000;
}
.main-navbar ul li:hover a:before {
    opacity: 1;
}
.main-navbar ul li a i {
    z-index: 1;
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.main-navbar ul li a span {
    z-index: 1;
    position: relative;
}
.bg-header {
    width: 100%;
    height: 400px;
    background-image: url(../images/header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    outline: 2px solid var(--black02);
    box-shadow: 0px 10px 20px var(--black03);
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.sliderbg {
    animation-name: fadeIn;
    animation-duration: 1s; /* ANIMATION HERE */
}
.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    padding: 0px;
}
.slider-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slider-img img {
    position: absolute;
    top: 0;
}
.slider-img .slider01 {
    animation-name: fadeInRight;
    animation-duration: 1s; /* ANIMATION HERE */
    right: 0;
}
.slider-img .slider02 {
    animation-name: fadeInLeft;
    animation-duration: 1s; /* ANIMATION HERE */
    right: 100px;
}
.slider-img .slider03 {
    animation-name: fadeInRight;
    animation-duration: 1s; /* ANIMATION HERE */
    right: -80px;
}
.slider-img .slider04 {
    animation-name: fadeInLeft;
    animation-duration: 1s; /* ANIMATION HERE */
    right: 120px;
}
.slider-img .slider05 {
    animation-name: fadeInRight;
    animation-duration: 1s; /* ANIMATION HERE */
    right: 0px;
    top: -10px;
}
.slider-img .slider06 {
    animation-name: fadeInLeft;
    animation-duration: 1s; /* ANIMATION HERE */
    right: 80px;
    top: -50px;
}
[data-language="ar"] .slider-img .slider01 {
    right: unset;
    left: 100px;
}
[data-language="ar"] .slider-img .slider02 {
    right: unset;
    left: 0px;
}
[data-language="ar"] .slider-img .slider03 {
    right: unset;
    left: 120px;
}
[data-language="ar"] .slider-img .slider04 {
    right: unset;
    left: -80px;
}
[data-language="ar"] .slider-img .slider05 {
    right: unset;
    left: 80px;
    top: -10px;
}
[data-language="ar"] .slider-img .slider06 {
    right: unset;
    left: 0px;
    top: -50px;
}
.slider-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    font-size: 80px;
    font-family: var(--font03); /* FONT ENGLISH HERE */
}
.slider-text p {
    color: var(--color03);
    margin-bottom: -50px;
}
.slider-text span {
    font-size: 22px;
    margin-top: -30px;
    letter-spacing: 2px;
}
.slider-text .btn-header {
    font-family: var(--font14);
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
    padding: 10px 50px;
    background: var(--color03);
    animation: 1.5s fadeInUp; /* ANIMATION HERE */
}
.slider-text div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    animation: 0.8s fadeInUp; /* ANIMATION HERE */
}
[data-language="ar"] .slider-text {
    left: unset;
    right: 0;
    text-align: right;
    font-family: var(--font09); /* FONT ARABIC HERE */
}
[data-language="ar"] .slider-text p {
    margin-bottom: -35px;
}
[data-language="ar"] .slider-text span {
    margin-top: 0px;
    font-size: 18px;
    letter-spacing: 0px;
}
/* ########## MAIN ########## */
.main-box {
    background: var(--color02);
    border-radius: 5px;
    box-shadow: 0px 0px 10px var(--black01);
    width: 100%;
    margin-bottom: 30px;
}
.mb-title {
    background: var(--color01);
    box-shadow: 0px 0px 10px var(--black01);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 25px;
    height: 60px;
    border: 2px solid var(--color03);
    border-top: 0px;
    border-bottom: 1px solid var(--black01);
    text-transform: uppercase;
}
[data-themes="light"] .mb-title {
    background: var(--color07);
}
.mb-title1 {
    justify-content: center;
}
.mb-title i {
    background: var(--black01);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.mb-body {
    padding: 15px;
}
[data-language="ar"] .mb-title i {
    margin-left: 20px;
    margin-right: 0px;
}

/* ########## DOWNLOAD ########## */
.btn-download {
    padding: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-direction: column;
    cursor: pointer;
    transition: all .9s linear;
    margin: 7.5px auto;
}
.btn-downlink {
    width: 100%;
    margin: 10px 0px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-download:hover {
    opacity: 0.9;
}
.btn-download i {
    font-size: 30px;
    margin-bottom: 20px;
    animation: tada 1s infinite;
}

/* ########## STORE ########## */
.owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: -25px;
    width: 50px;
    height: 50px;
    background: var(--color03) !important;
    color: var(--black05) !important;
    font-size: 30px !important;
    opacity: 1;
    box-shadow: 0px 0px 10px var(--black05);
    margin: 0px !important;
    padding: 0px !important;
    outline: 0px !important;
    transition: 0.9s;
    border-radius: 0px 15px 15px 0px !important;
}
.owl-prev:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 10px solid var(--color03);
    position: absolute;
    left: 0;
    top: -10px;
}
.owl-prev:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid var(--color03);
    position: absolute;
    left: 0;
    bottom: -10px;
}
.owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: -25px;
    width: 50px;
    height: 50px;
    background: var(--color03) !important;
    color: var(--black05) !important;
    font-size: 30px !important;
    opacity: 1;
    box-shadow: 0px 0px 10px var(--black05);
    margin: 0px !important;
    padding: 0px !important;
    outline: 0px !important;
    transition: 0.9s;
    border-radius: 15px 0px 0px 15px !important;
}
.owl-next:before {
    content: '';
    border-right: 10px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 10px solid var(--color03);
    position: absolute;
    right: 0;
    top: -10px;
}
.owl-next:after {
    content: '';
    border-right: 10px solid transparent;
    border-left: 0px solid transparent;
    border-top: 10px solid var(--color03);
    position: absolute;
    right: 0;
    bottom: -10px;
}
.owl-prev:hover,
.owl-next:hover {
    opacity: 0.7;
}
[data-language="ar"] .owl-prev {
    right: -25px;
    left: unset;
    border-radius: 15px 0px 0px 15px !important;
}
[data-language="ar"] .owl-prev:before {
    left: unset;
    right: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
}
[data-language="ar"] .owl-prev:after {
    left: unset;
    right: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
}
[data-language="ar"] .owl-next {
    left: -25px;
    right: unset;
    border-radius: 0px 15px 15px 0px !important;
}
[data-language="ar"] .owl-next:before {
    right: unset;
    left: 0;
    border-right: 0px solid transparent;
    border-left: 10px solid transparent;
}
[data-language="ar"] .owl-next:after {
    right: unset;
    left: 0;
    border-right: 0px solid transparent;
    border-left: 10px solid transparent;
}
.store-box {
    background: var(--color02);
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border: 2px solid rgb(255,255,255,0.1);
    box-shadow: 0px 0px 10px var(--black02);
    border-radius: 10px;
    overflow: hidden;
}
.item-bg {
    width: 100%;
    height: 200px;
    background-color: var(--color01);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    border-bottom: 2px solid rgb(255,255,255,0.1);
    box-shadow: 0px 0px 10px var(--black02);
    position: relative;
    opacity: 0.8;
    margin-bottom: 35px;
}
.item-content {
    position: absolute;
    bottom: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.item-name {
    z-index: 1;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    position: relative;
}
.item-name:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .5s linear;
    right: 0;
    margin: 0px auto;
    opacity: 1;
    background: var(--color03);
    transform: skewX(-15deg);
}
.item-name span {
    position: relative;
}
.item-note {
    opacity: 0.8;
    padding: 0px 30px;
    margin-bottom: 10px;
    font-size: 14px;
}
.item-note i {
    margin-right: 5px;
}
[data-language="ar"] .item-note i {
    margin-right: 0px;
    margin-left: 5px;
}
.store-box .row {
    width: 100%;
    padding: 20px;
}
.item-price {
    color: var(--color03);
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}
.item-buy {
    display: flex;
    align-items: center;
    justify-content: center;
}
[data-language="ar"] .item-price {
    text-align: center;
}
.btn-buy {
    width: 100%;
    padding: 5px;
    text-transform: uppercase;
    background: var(--color01);
    border-color: var(--color01);
    color: var(--color03);
}
.btn-buy i {
    margin-right: 5px;
}
[data-language="ar"] .btn-buy i {
    margin-right: 0px;
    margin-left: 5px;
}

/* ########## RANKING ########## */
.rank-img {
    height: 35px;
}

/* ########## EVENTS ########## */
.countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px auto;
}
[data-language="ar"] .countdown {
    direction: ltr;
}
.countdown li {
    width: 100%;
}
.countdown li.space {
    width: fit-content;
    font-size: 30px;
    margin: -27px 0px 0px 0px;
    opacity: 0.7;
}
.countdown li p {
    width: fit-content;
    margin: 0px auto;
    background: var(--black01);
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 25px;
    font-family: var(--font03);
}
.countdown li span {
    width: 100%;
    opacity: 0.7;
    letter-spacing: 2px;
    font-size: 10px;
}
[data-language="ar"] .countdown li span {
    letter-spacing: 0px;
}

/* ########## GALLERY ########## */
.gallery-content {
    padding: 0px 10px;
}
.image-box {
    padding: 5px 10px;
}
.image-box a {
    width: 100%;
    height: 150px;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid var(--color04);
    box-shadow: 0px 0px 10px var(--black02);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
    position: relative;
}
.image-box a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.8);
    opacity: 0;
    transition: all 0.5s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.image-box a:hover {
    opacity: 1;
    box-shadow: 0px 0px 10px var(--black05);
}
.image-box a:hover:before {
    opacity: 1;
}

/* ########## PROFILE ########## */
a.profile, [data-language="ar"] a.profile {
    color: var(--color03) !important;
    margin: 0px auto;
    height: fit-content;
    padding: 0px 10px;
    text-decoration: underline !important;
}
.profile {
    padding: 0px 15px;
}
.profile-content {
    padding: 15px;
    position: relative;
}
.profile-box {
    background: var(--color01);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 10px var(--black01);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: all 0.5s;
}
.profile-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.9s;
}
.profile-box:hover:before {
    opacity: 0.7;
}
.profile-box:hover {
    transform: scale(0.9);
    box-shadow: 0px 0px 10px var(--black05);
}
.pb-face {
    width: 100%;
    height: 128px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    outline: 2px solid var(--black02);
    box-shadow: 0px 0px 10px var(--black01);
}
.profile-box span {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: var(--color04);
}
.profile-title {
    justify-content: center;
}
.profile-pic {
    border-radius: 50%;
    width: 15%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px var(--black03);
    margin: 15px 0px;
}
.profile-info {
    width: 100%;
    margin-bottom: 15px;
    opacity: 0.8;
}
.profile-info tr {
    border: 3px solid var(--color02);
}
.profile-info td {
    background: var(--color01);
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 14px;
    border: 3px solid var(--color02);
    width: 50%;
}
.profile-info td span {
    width: 50%;
    text-align: left;
    float: left;
}
.profile-info td p {
    width: 50%;
    text-align: right;
    float: right;
}
.profile-info td p a {
    color: var(--color03);
}
[data-language="ar"] .profile-info td span {
    text-align: right;
    float: right;
}
[data-language="ar"] .profile-info td p {
    text-align: left;
    float: left;
}
.btn-account {
    padding: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-direction: column;
    cursor: pointer;
    transition: all .9s linear;
    margin: 7.5px auto;
    color: #fff !important;
}
.btn-account:hover {
    opacity: 0.9;
}
.btn-account i {
    font-size: 30px;
    margin-bottom: 20px;
    animation: tada 1s infinite;
}

/* ########## HOME ########## */
.ss-title {
    z-index: 1;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    position: relative;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ss-title1 {
    margin-top: 0px;
}
.ss-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .5s linear;
    right: 0;
    margin: 0px auto;
    opacity: 1;
    background: var(--color03);
    transform: skewX(-15deg);
}
.ss-title span {
    position: relative;
}
.ss-info li {
    background: var(--color01);
    border-radius: 3px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    font-size: 14px;
    transition: 0.5s;
}
.ss-info li span {
    width: 50%;
    text-align: left;
}
.ss-info li p {
    width: 50%;
    text-align: right;
}
[data-language="ar"] .ss-info li span {
    text-align: right;
}
[data-language="ar"] .ss-info li p {
    text-align: left;
}
.ss-info li p i {
    font-size: 10px;
}
.offline {
    color: #f00 !important;
}
.online {
    color: #00ff1f;
}
.player-off {
    font-size: 10px;
}
.income-table {
    border: 0px !important;
    border-radius: 3px !important;
    box-shadow: unset !important;
    background: transparent !important;
}
.income-table thead {
    display: none;
}
.income-table td {
    border-top: 0px !important;
}
.income-table tr:nth-child(1),
.income-table tr:nth-child(3),
.income-table tr:nth-child(5),
.income-table tr:nth-child(7),
.income-table tr:nth-child(9) {
    display: block;
    text-align: -webkit-center;
    z-index: 1;
    text-transform: uppercase;
    padding: 5px 50px;
    position: relative;
    width: fit-content;
    margin: 0px auto;
}
.income-table tr:nth-child(1):before,
.income-table tr:nth-child(3):before,
.income-table tr:nth-child(5):before,
.income-table tr:nth-child(7):before,
.income-table tr:nth-child(9):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .5s linear;
    right: 0;
    margin: 0px auto;
    opacity: 1;
    background: var(--color03);
    transform: skewX(-15deg);
}
.income-table tr:nth-child(1) span,
.income-table tr:nth-child(3) span,
.income-table tr:nth-child(5) span,
.income-table tr:nth-child(7) span,
.income-table tr:nth-child(9) span {
    position: relative;
    text-transform: none;
}
.income-table tr:nth-child(1) td,
.income-table tr:nth-child(3) td,
.income-table tr:nth-child(5) td,
.income-table tr:nth-child(7) td,
.income-table tr:nth-child(9) td {
    padding: 0;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
.income-table tr:nth-child(10) td {
    padding-bottom: 0px !important;
}
.income-table tr:hover {
    background: transparent !important;
}
#HourlyEvents_Tables_wrapper .row:nth-child(1),
#DailyEvents_Tables_wrapper .row:nth-child(1),
#WeeklyEvents_Tables_wrapper .row:nth-child(1) {
    display: none;
}
#HourlyEvents_Tables_wrapper .row:nth-child(3),
#DailyEvents_Tables_wrapper .row:nth-child(3),
#WeeklyEvents_Tables_wrapper .row:nth-child(3) {
    display: none;
}
.iframe-facebook {
    border-radius: 15px;
    overflow: hidden !important;
    box-shadow: 0px 0px 10px var(--black01);
    border: 2px solid #fff !important;
    margin-bottom: -6px;
    background: #fff;
}
article {
    background: var(--color01);
    margin: 0px auto !important;
    border-radius: 3px;
    box-shadow: 0px 0px 10px var(--black01);
    border: 1px solid var(--black01);
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px !important;
    transition: transform .5s ease-in-out;
    position: relative;
}
article .col-sm-5, article .col-sm-6, article .col-sm-7 {
    padding: 0px !important;
    overflow: hidden;
}
.post-img {
    width: 100%;
    height: 100%;
    background-color: var(--color01);
    background-image: url(http://localhost/ConquerZ/application/images/header.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px var(--black01);
    border-right: 1px solid var(--black01);
    transition: transform .3s ease-in-out;
}
.post-info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    padding: 15px 25px;
}
.post-type {
    padding: 2px 10px;
    background: var(--black05);
    border-radius: 3px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: var(--font14);
}
.post-type.New {
    background: var(--danger);
}
.post-type.Update {
    background: var(--warning);
    color: #000;
}
.post-type.Patch {
    background: var(--primary);
}
.post-type.Guide {
    background: var(--info);
}
.post-title {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: var(--font21);
    font-size: 24px;
    text-transform: uppercase;
    color: var(--color04);
    line-height: 25px;
}
.post-data {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0px 0px 10px var(--black01);
    border-top: 1px solid var(--black01);
    background: var(--color02);
}
.post-data li {
    width: fit-content;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    opacity: 0.7;
    color: var(--color04);
}
.post-data li i {
    margin-right: 5px;
    color: var(--color03);
}
article:hover .post-img {
    transform: scale(1.1);
}
article a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    transition: .5s ease-in-out;
    cursor: pointer;
    color: #fff !important;
    text-transform: uppercase;
}
.article-title {
    width: 100%;
    font-size: 30px;
    font-family: var(--font23);
    padding: 30px 10px;
    text-align: left;
    text-transform: uppercase;
}
[data-language="ar"] .article-title {
    font-family: var(--font14);
    text-align: right;
}
.article-cover {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
  box-shadow: 0px 0px 10px var(--black03);
    border: 1px solid var(--black01);
    margin-bottom: 30px;
}
.article-post {
    padding: 0px 10px 30px 10px;
    text-align: left;
    font-family: tahoma;
    font-size: 14px;
}
[data-language="ar"] .article-post {
    text-align: right;
}
ul.pagination {
    border-radius: 3px !important;
    overflow: hidden;
}
.page-item:first-child .page-link {
    border-radius: 0px !important;
}
.page-item:last-child .page-link {
    border-radius: 0px !important;
}
[data-language="ar"] .post-title {
    text-align: right;
    font-family: var(--font14);
}
[data-language="ar"] .post-data li i {
    margin-right: 0px;
    margin-left: 5px;
}
.page-item.disabled .page-link, .page-link {
    color: var(--color03);
    background-color: var(--color01);
    border-color: var(--black01);
}
.page-item.active .page-link {
    color: #000;
    background-color: var(--color03);
    border-color: var(--black01);
}
.current-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    z-index: 3;
    background-color: var(--color03);
    border: 1px solid var(--black01);
    color: #000 !important;
}
.page-link:hover {
    background-color: var(--color03);
    border-color: transparent;
    color: #000;
}
.article-info {
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-info li {
    width: 100%;
    padding: 15px 10px;
    display: inline-block;
}
.article-info li span {
    font-size: 25px;
}
.btn-share {
    background: var(--color10);
    margin: 5px auto;
    width: 100%;
    border-radius: 3px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(0,0,0,0.1);
    border: 0px;
    opacity: 0.7;
    transition: all 0.9s;
}
.btn-share i {
    width: 80px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black02);
    font-size: 20px;
    box-shadow: 0px 0px 10px var(--black02);
}
.btn-share:hover {
    opacity: 1;
}
.btn-share:hover i {
    animation: tada 2s infinite;
}
.btn-share span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    height: 50px;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-facebook {
    background: #3b5999;
}
.btn-twitter {
    background: #55acee;
}
.btn-whatsapp {
    background: #25D366;
}
.comment-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.cb-pic {
    width: 64px;
    height: 64px;
    border-radius: 3px;
    border: 1px solid rgb(255,255,255,0.3);
    box-shadow: 0px 0px 10px var(--black01);
    margin-right: 20px;
}
[data-language="ar"] .cb-pic {
    margin-right: 0px;
    margin-left: 20px;
}
.cb-content {
    background: var(--color01);
    border-radius: 3px;
    box-shadow: 0px 0px 10px var(--black01);
    width: calc(100% - 84px);
    position: relative;
    font-size: 14px;
}
.cb-content:before {
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid var(--color01);
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -10px;
    top: calc(50% - 10px);
}
[data-language="ar"] .cb-content:before {
    left: unset;
    right: -10px;
    border-left: 10px solid var(--color01);
    border-right: 0px;
}
.cb-title {
    background: var(--black01);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
}
.cb-name {
    width: 50%;
    text-align: left;
}
[data-language="ar"] .cb-name {
    text-align: right;
}
.cb-name span {
    color: var(--color03);
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.cb-date {
    width: 50%;
    text-align: right;
}
[data-language="ar"] .cb-date {
    text-align: left;
}
.cb-date i {
    margin: 0px 5px;
    font-size: 12px;
}
.cb-message {
    padding: 20px;
}
.like span {
    cursor: pointer;
    transition: all 0.9s;
}
.like:hover span, .liked {
    color: var(--color03);
}

/* ########## LAODING ########## */
#Loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: radial-gradient(circle, var(--color02) 0%, var(--color02) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, var(--black00) 0%, var(--black1) 100%);
    opacity: 0.4;
}
.loading-grid {
    width: 500px;
    height: 200px;
    opacity: 0.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.loading-grid span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px var(--black1);
}
.loading-grid aside {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25px;
}
.loading-grid .loading-memes {
    width: 25px;
    height: 25px;
    background-color: #fff;
    float: left;
    -webkit-animation: LoadingMemes-GridScaleDelay 1.3s infinite ease-in-out;
    animation: LoadingMemes-GridScaleDelay 1.3s infinite ease-in-out;
    box-shadow: 0px 0px 10px var(--black1);
    border-radius: 50%;
    margin-right: 10px;
}
.loading-grid .loading-memes1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loading-grid .loading-memes2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading-grid .loading-memes3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loading-grid .loading-memes4 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loading-grid .loading-memes5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.loading-grid .loading-memes6 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loading-grid .loading-memes7 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.loading-grid .loading-memes8 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.loading-grid .loading-memes9 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes LoadingMemes-GridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes LoadingMemes-GridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/* ########## ERROR ########## */
.error-location {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px auto;
}
.error-location i {
    font-size: 300px;
    opacity: 0.1;
    text-shadow: 0px 0px 10px var(--black05);
}
.error-location span {
    margin-top: 30px;
    font-size: 40px;
    text-transform: uppercase;
    opacity: 0.2;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-shadow: 0px 0px 10px var(--black05);
}
.btn-error {
    margin-top: 30px;
    width: 50%;
    opacity: 0.5;
}
.error-login {
    padding: 100px 25px;
    font-size: 25px;
    text-transform: uppercase;
}

/* ########## SETTING ########## */
.setting {
    color: var(--color04);;
    display: flex;
    align-content: center;
    justify-content: center;
}
.setting a {
    width: 30px;
    height: 30px;
    color: var(--color04);;
    background: var(--black1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    border-radius: 0px 0px 10px 10px;
    opacity: 0.7;
    overflow: hidden;
}
.setting a:hover {
    opacity: 1;
}

/* ########## FOOTER ########## */
footer {
    background: var(--color05);
    padding: 20px 50px;
    box-shadow: 0px 0px 10px var(--black01);
    border-top: 1px solid var(--black02);
    margin: 0px auto !important
}
.footer-box {
    background: var(--color01);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px var(--black01);
    color: var(--color04);
}
.footer-title {
    border-left: 2px solid var(--color03);
    padding: 0px 25px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--color03);
}
.footer-title:before {
    content: '';
    border-top: 10px solid transparent;
    border-left: 10px solid var(--color03);
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 0;
}
.footer-title i {
    margin-right: 10px;
}
[data-language="ar"] .footer-title {
    border-right: 2px solid var(--color03);
    border-left: 0;
}
[data-language="ar"] .footer-title:before {
    border-left: 0;
    border-right: 10px solid var(--color03);
    left: unset;
    right: 0;
}
[data-language="ar"] .footer-title i {
    margin-right: 0;
    margin-left: 10px;
}

/* ########## COPYRIGHT ########## */
.footer-copyright {
    position: fixed;
    bottom: 10px;
    left: 15px;
    color: var(--color04);;
    z-index: 99999999;
    animation-name: fadeInLeft;
    animation-duration: 2s;
}
a.copyright {
    width: 60px;
    height: 60px;
    background-image: var(--mylogo);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
a.copyright:hover {
    opacity: 0.5;
}

/* ########## FORM ########## */
.form-group {
    position: relative;
}
.form-group label {
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0px 20px 10px 20px;
}
.form-group label i {
    margin-right: 10px;
}
[data-language="ar"] .form-group label i {
    margin-right: 0px;
    margin-left: 10px;
}
.form-group input {
    height: 40px;
    border-radius: 3px;
    padding: 0px 25px 0px 25px;
    background: var(--color01);
    border-color: var(--black01);
    color: var(--color03);
}
.form-group input:focus {
    background: var(--color01);
    border-color: var(--black01);
    color: var(--color03);
}
.btn-submit {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    text-transform: uppercase;
    background: var(--color03);
}
.login-option {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-option li {
    width: 100%;
}
.login-option li a {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 0px 25px;
    cursor: pointer;
    color: var(--color04) !important;
    opacity: 0.7;
}
.login-option li a:hover {
    opacity: 1;
}
[data-language="ar"] .login-option li a {
    text-align: left;
}
.custom-control {
    padding: 0;
    min-height: unset;
}
.custom-control label {
    position: unset;
    background: transparent;
    border: 0px;
    margin: 0px auto;
    width: 100%;
    justify-content: flex-start;
    padding: 0px 25px 0px 55px;
}
.custom-control-label:before {
    left: 25px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
}
.custom-control-label:after {
    left: 25px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
}
[data-language="ar"] .custom-control label {
    padding: 0px 55px 0px 25px;
}
[data-language="ar"] .custom-control label:before {
    left: unset;
    right: 25px;
}
[data-language="ar"] .custom-control label:after {
    left: unset;
    right: 25px;
}
.form-control-feedback {
    position: absolute;
    top: 34px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
[data-language="ar"] .form-control-feedback {
    right: unset;
    left: 0;
}
.help-block {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
}
.has-error .form-control, .has-error button.btn.dropdown-toggle.btn-light {
    border-color: var(--color03);
    text-shadow: unset;
}
.has-error .form-control-feedback {
    color: var(--color03);
    text-shadow: unset;
    z-index: 2;
}
.has-error .help-block {
    color: var(--color03);
    text-shadow: unset;
}
.has-success .form-control, .has-success button.btn.dropdown-toggle.btn-light {
    border-color: #3c763d;
    box-shadow: 0px 0px 5px rgba(60, 118, 61, 0.2);
}
.has-success .form-control-feedback {
    color: #3c763d;
    text-shadow: 0px 0px 10px rgba(60, 118, 61, 0.2);
    z-index: 2;
}
.input-label span {
    color: var(--color03);
    font-size: 12px;
    margin: 0px 10px;
}
button.btn.dropdown-toggle.btn-light {
    height: 50px;
    border: 1px solid #ced4da;
    color: #495057;
    background-color: var(--color04);
    outline: 0px !important;
}
button.btn.dropdown-toggle.btn-light:focus {
    color: #495057;
    background-color: var(--color04);;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
[data-themes="light"] button.btn.dropdown-toggle.btn-light {
    background-color: var(--color06);
}
[data-themes="light"] button.btn.dropdown-toggle.btn-light:focus {
    background-color: var(--color06);
}
.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px 25px;
}
.dropdown-toggle:after {
    border: 0 !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107" !important;
    margin: 0px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 25px;
    top: 0;
}
[data-language="ar"] .dropdown-toggle:after {
    right: unset;
    left: 25px;
}
.bootstrap-select .form-control-feedback {
    top: 0;
    right: 25px;
}
[data-language="ar"] .bootstrap-select .form-control-feedback {
    right: unset;
    left: 25px;
}
[data-language="ar"] .dropdown-item {
    text-align: right;
}

/* ########## MODAL ########## */
.memes-modal {
    background: rgb(0,0,0,0.7);
    z-index: 99999;
}
.memes-modal .small-dialog {
    max-width: 50%;
}
.memes-modal .big-dialog {
    max-width: 75%;
}
.memes-modal .modal-content {
    background: var(--color02);
    border-radius: 5px;
    border: 1px solid var(--black03);
    box-shadow: 0px 0px 50px var(--black05);
}
.memes-modal .modal-header {
    background: var(--color01);
    color: var(--color04);
    position: relative;
    border-radius: 5px;
    padding: 15px 30px;
    border-bottom: 1px solid var(--black03);
    box-shadow: 0px 0px 10px var(--black03);
}
[data-themes="light"] .memes-modal .modal-header {
    background: var(--color07);
    border-bottom: 1px solid var(--black01);
}
.memes-modal .modal-header .modal-title i {
    margin-right: 10px;
}
[data-language="ar"] .memes-modal .modal-header .modal-title i {
    margin-right: 0;
    margin-left: 10px;
}
.memes-modal .close {
    position: absolute;
    right: 45px;
    top: 32px;
    opacity: 1 !important;
    color: var(--color04);
    text-shadow: unset;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0px !important;
    background-color: #c82333;
    border-color: #bd2130;
    font-size: 14px;
}
[data-themes="light"] .memes-modal .close {
    color: var(--color06);
}
[data-language="ar"] .memes-modal .close {
    right: unset;
    left: 30px;
}

/* ########## TABLE ########## */
.memes-table {
    background: var(--color01);
    border-radius: 10px;
    box-shadow: 0px 0px 10px var(--black01);
    overflow: hidden;
    color: var(--color04);
    border: 1px solid var(--black02);
}
.event-table {
    margin-bottom: 0px;
}
.memes-table th {
    border-bottom: 0px !important;
    vertical-align: middle !important;
    height: 60px;
    background: var(--color03);
    color: var(--color05);
    font-weight: bold;
    font-size: 14px;
    padding: 0px 10px !important;
    border-top: 0;
    text-align: center !important;
}
[data-themes="light"] .memes-table th {
    background: var(--color07);
    color: #000;
}
.memes-table td {
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
    border-top: 1px solid var(--black02);
    text-align: center !important;
}
.memes-table td a {
    color: var(--color03);
}
.memes-table tr:hover td a {
    color: var(--color04);
}
.memes-table tbody tr {
    transition: 0.9s;
}
.memes-table tbody tr:hover {
    color: var(--color03);
    background-color: rgba(0,0,0,.075);
}
.btn-insert {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 50px;
    margin-bottom: 15px;
}
.btn-insert i {
    margin-left: 10px;
    font-size: 12px;
}
.btn-control {
    font-size: 14px;
    margin: 0px 3px;
    padding: 5px 10px;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dataTables_length {
    text-align: left;
    padding: 0px 25px;
    text-transform: capitalize;
}
[data-language="ar"] .dataTables_length {
    text-align: right;
}
.dataTables_length .form-control {
    height: 30px;
    margin: 0px 10px;
}
.dataTables_filter {
    text-align: right !important;
    padding: 0px 25px;
}
[data-language="ar"] .dataTables_filter {
    text-align: left !important;
}
.dataTables_filter .form-control {
    height: 30px;
    margin: 0px 10px;
}
#Payments_Tables_wrapper {
    width: 98%;
    margin: 0px auto !important;
    padding: 0px !important;
}
.col-sm-12.col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 25px;
}
.pagination {
    width: 100%;
    text-align: center;
}
.pagination li {
    width: 100%;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107" !important;
    bottom: 5px !important;
    left: 10px !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106" !important;
    bottom: 15px !important;
    left: 10px !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107" !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106" !important;
}
.confirm-delete {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--danger);
}
.dataTables_empty {
    padding: 30px !important;
}
.control-table {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ########## NOTIFICATION ########## */
[data-notify="container"] {
    width: 500px;
    max-width: 500px;
    padding: 0px 20px 0px 10px;
    height: 50px;
    box-shadow: 0px 0px 10px var(--black02);
    z-index: 9999 !important;
    border-radius: 10px;
}
[data-notify="dismiss"] {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: normal;
    margin-top: -2px;
    width: 25px;
    outline: 0px !important;
}
[data-notify="icon"] {
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}
[data-notify="message"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: -3px;
    left: 5%;
    height: 6px;
    background: transparent;
    border-radius: 10px;
    width: 85%;
}
[data-notify="progressbar"] .progress-bar {
    background: rgba(0, 0, 0, 0.3);
}

/* ########## RESPONSIVE ########## */
@media (max-width: 1024px) {
    .mn-left {
        padding: 0px 20px 0px 0px;
    }
    .mn-right {
        padding: 0px 0px 0px 20px;
    }
    .main-navbar {
        zoom: 90%;
    }
    .store-box .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .col-sm-10 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
    .slider-text span {
        font-size: 18px;
    }
    .post-title {
        font-size: 20px;
    }
    .iframe-facebook {
        border: 2px solid #f00;
    }
}
@media (max-width: 768px) {
    .iframe-facebook {
        border: 2px solid #f00;
    }
    .tn-left {
        z-index: 99;
    }
    .tn-right {
        z-index: 99;
        width: 100%;
    }
    .navbar-collapse {
        min-height: 80px;
    }
    .mn-center {
        position: absolute;
        width: 100%;
        top: -20px;
    }
    .navbar-toggler {
        color: #fff;
        position: absolute;
        width: 50px;
        height: 50px;
        left: 1%;
        border-radius: 20px;
        z-index: 99;
        outline: 0px !important;
        font-size: 30px;
        background: var(--color05);
    }
    .collapse:not(.show) {
        display: block;
    }
    .mn-left {
        position: absolute;
        bottom: -200px;
        left: 0;
        width: 40%;
        background: var(--color01);
        padding: 0;
        display: none;
        height: 200px;
        box-shadow: 0px 0px 10px var(--black00);
    }
    .main-navbar ul li {
        width: 100%;
    }
    .main-navbar ul li a {
        width: 100%;
        height: 50px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .main-navbar ul li a i {
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .navbar-collapse.collapse.show .mn-left {
        display: block;
    }
    .navbar-collapse.collapse.show .mn-right {
        display: block;
    }
    .mn-right {
        position: absolute;
        bottom: -398px;
        left: 0;
        width: 40%;
        background: var(--color01);
        padding: 0;
        display: none;
        height: 200px;
        box-shadow: 0px 0px 10px var(--black00);
    }
    .main-navbar ul li a:before {
        transform: skewX(0deg) !important;
    }
    .main-navbar ul li a.active:before {
        transform: skewX(0deg);
    }
    .main-navbar .mn-left ul {
        flex-direction: column;
        justify-content: center;
    }
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .post-img {
        height: 400px;
    }
    article {
        height: 600px;
    }
    .post-info {
        padding: 25px;
    }
    table.dataTable {
        zoom: 70%;
    }
}
@media (max-width: 425px) {
    body {
        zoom: 90%;
    }
    .post-img {
        height: 200px;
    }
    article {
        height: 400px;
    }
    .top-navbar {
        position: relative;
        height: 80px;
    }
    .tn-left {
        padding: 0;
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        top: 0;
    }
    .tn-right {
        top: 35px;
        position: absolute;
        justify-content: center;
    }
    .mn-left {
        width: 100%;
    }
    .mn-right {
        width: 100%;
        bottom: -398px;
    }
    .slider-text {
        font-size: 50px;
    }
    .slider-text p {
        margin-bottom: -35px;
    }
    .slider-text span {
        margin-top: -20px;
    }
    .slider-img img {
        top: unset !important;
        bottom: 0 !important;
    }
    .slider-img {
        zoom: 60%;
    }
    .slider-text .btn-header {
        zoom: 80%;
    }
    .iframe-video {
        height: 300px;
    }
    table.dataTable {
        zoom: 65%;
    }
}
@media (max-width: 375px) {
    .slider-text {
        font-size: 40px;
    }
    .slider-text p {
        margin-bottom: -25px;
    }
    .slider-text span {
        margin-top: -10px;
    }
    .slider-img img {
        top: unset !important;
        bottom: 0 !important;
    }
    .slider-img {
        zoom: 40%;
    }
    .slider-text .btn-header {
        zoom: 60%;
    }
}
@media (max-width: 320px) {
    body {
        zoom: 80%;
    }
}
.lis-flake {
	z-index: 9999999999;
}