@import url(../fonts/stylesheet.css);
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi.woff2') format('woff2'),
        url('../fonts/DroidArabicKufi.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi-Bold.woff2') format('woff2'),
        url('../fonts/DroidArabicKufi-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.slider-news .mySwiper2 .swiper-slide .caption-news {
    margin-block-start: -189px;
    position: relative;
    /*background: rgb(0 0 0 / 50%);*/
    padding: 10px 0px 10px 0;
    line-height: 30px;
}


iframe {
    max-width: 100% !important;
}

/* Fix issue with single content overflow */
.content-single,
.content-single-news,
.content-single-sport {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}


.Dnone {
    display: none;
}

.form-check.form-check-inline {
    width: 100%;
}

span.replies {
    background: #e7c39e;
    padding: 4px 14px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
}

.card-content img {
    border: 2px solid #f2f2f2;
    border-radius: 8px;
    background: #f2f2f2f2;
    padding: 2px;
}

form .form-actions {
    text-align: center;

}

.caption-comment .left {
    display: flex;
}

.Admin-Edites img {
    width: 28px;
}

.Admin-Edites {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*margin-top: -25px;*/

}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

p.DeletedCommentP {
    text-align: left;
    color: #EC5A5A;
    font-size: 14px;
    font-weight: 700;
}

.fa-edit {
    color: #8f8f8f;
    font-size: 12px;
}

p.PendingCommentP {
    text-align: left;
    color: #daa92c;
    font-size: 14px;
    font-weight: 700;
}

p.VisitorCommentP {
    color: #404040;
    font-size: 14px;
    font-weight: 700;
}

.MemberComment {
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    padding: 7px 0;
    opacity: .9;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#horizontal-form-layouts .form-actions button {
    padding: 10px 80px;
    background: #5cb85c !important;
    border: none !important;
}




.page-title {
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.page-title h1 {
    margin: 0;
    font-size: 20px;
    color: #daa92c;
}



body {
    font-family: 'Droid Arabic Kufi';
    font-size: 14px
        /* font-family: 'Droid Arabic Kufi'; */
        /* font-size: 14px; */
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul li {
    margin-bottom: 10px;
}

ul li:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: all 200ms ease-in-out;
    margin: auto;
}

a {
    text-decoration: none;
    color: #362d16;
    transition: all 200ms ease-in-out;
}

.mrgt-3 {
    margin-top: 50px;
}

.mrgb-2 {
    margin-bottom: 30px;
}

.head {
    margin-bottom: 14px;
    position: relative;
}

.head h1 {
    width: fit-content;
    background: #f5f5f5;
    position: relative;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 5px;
}

.head h2 {
    width: fit-content;
    background: #f5f5f5;
    position: relative;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 5px;
}

.head h3 {
    width: fit-content;
    background: #f5f5f5;
    position: relative;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 5px;
}

.head:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #d4a639;
    width: 100%;
    top: 11px;
}

header {
    background-color: #FFF;
    display: contents;
}

header .top {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}

header .top ul>li>a {
    color: #362d16;
    display: block;
    padding: 3px 0;
    font-size: 14px;
}

header .top ul>li:not(:last-child) {
    margin-left: 15px;
}

header .top ul>li {
    margin: 0;
}

header .top .left-box {
    margin-right: auto;
    overflow: hidden;
}

header .top .left-box ul.social li a {
    color: #a4a4a4;
}

header .top ul li a:hover {
    color: #d4a639;
}

header .bottom strong {
    color: red;
    margin-right: auto;
}

header nav {
    margin-bottom: 40px;
    border-top: 2px solid #d4a639;
    margin-top: 15px;
    background: linear-gradient(#fff 0, #f6f6f6 100%);
    font-weight: 700;
    position: sticky;
    top: 0;
    z-index: 99;
}

.navbar-site.sticky {
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    z-index: 9;
    /* margin-top: 0; */
    /* width: 100%; */
}

header nav ul {
    display: flex;
}

header nav ul li {
    margin: 0;
    margin-top: 15px;
}

/* .logo-sport {
    display: none;
} */

header nav ul li a {
    display: block;
    padding: 17px 6px;
    border-radius: 10px 10px 0 0;
}

header nav ul li a:active,
header nav ul li a:hover,
header nav ul li a.sport:hover {
    background: #d4a639;
    color: #fff;
    /* padding: 11px 6px 16px 6px; */
}

.active {
    background: #d4a639;
    color: #fff;
    /* padding: 11px 6px 16px 6px; */
}

header nav ul li a.sport {
    background: #C00;
    color: #FFF;
    padding: 16px 6px 18px 6px;
}

header .top .left-box .search {
    position: relative;
    min-width: 240px;
    display: flex;
}

header .top .left-box .search .form-box {
    display: flex;
    align-items: center;
    position: relative;
    transform: translate3d(100%, 0px, 0px);
    opacity: 0;
    transition: 300ms;
    visibility: hidden;
}

header .top .left-box .search .form-box input {
    border: 1px solid #ddd;
    min-height: 35px;
    padding: 0 10px;
    border-radius: 50px;
    min-width: 245px;
    outline: 0;
}

header .top .left-box .search .form-box button {
    background: #d4a639;
    color: #FFF;
    border-radius: 50px;
    border: 0;
    min-height: 35px;
    position: absolute;
    left: 0;
    min-width: 60px;
    top: 0;
}

header .top .left-box .search>a {
    color: #d4a639;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 10px;
}

header .top .left-box .search .form-box.opened {
    visibility: visible;
    transform: none;
    opacity: 1;
}

.slider-news {
    display: flex;
    overflow: hidden;
}

.slider-news .thumbs {
    height: 494px;
    width: 145px;
    flex: 0 0 auto;
    margin-left: 20px;
}

.slider-news .mySwiper2 figure {
    margin: 0;
}

.slider-news .mySwiper2 figure a {
    display: block;
    height: 487px;
    overflow: hidden;
    border-radius: 5px;
}

.slider-news .mySwiper2 figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-news .swiper-slide {
    position: relative;
}



.slider-news .thumbs figure {
    height: 75px;
    overflow: hidden;
    border-radius: 6px;
    margin: 0;
}

.slider-news .thumbs figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #fafafa;
}

.slider-news .mySwiper2 .swiper-slide .caption-news a:not(.cat) {
    background: rgb(0 0 0 / 50%);
    color: #fff;
    min-height: 60px;
    /*margin: 20px;*/
    font-size: 15px;
    line-height: 30px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    margin-block-end: 0;
}

.slider-news .mySwiper2 .swiper-slide .caption-news a.cat {
    display: inline-block;
    background: #d4a639;
    margin: 10px 5px;
    color: #141619;
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 10px;
}

.slider-news .mySwiper2 .swiper-slide .caption-news .datetime {
    background: rgb(0 0 0 / 76%);
    margin: 0 5px;
    display: inline-flex;
    min-width: 40px;
    border-radius: 50px;
    color: #FFF;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}

.slider-news .mySwiper2 .swiper-slide .caption-news {
    margin-block-start: -160px;
    position: relative;
}

.grid-news {
    margin-top: 50px;
}

.grid-news .item {
    margin: 0 0 10px;
    position: relative;
    /*border: 1px solid #DDDDDD;*/
    border-radius: 5px;
    padding: 10px;
}

.grid-news .item .cat {
    position: absolute;
    border-radius: 12px;
    background: #daa92c;
    color: #362d16;
    padding: 3px 15px;
    line-height: 20px;
    display: inline-block;
    opacity: .5;
    transition: 0.4s;
    right: 10px;
    top: 10px;
    font-weight: 600;
}

.grid-news .item .cat:hover {
    opacity: 1;
    color: #daa92c;
    background: #362d16;
}

.grid-news .item figure a {
    display: block;
    /* Fady */
    height: 100px;
    /* height: 170px; */
    border-radius: 5px;
    overflow: hidden;
}

.grid-news .item figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.article-title {
    color: #004db3;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    min-height: fit-content;
    display: block;
    margin-bottom: 5px;
}

a.article-title:hover {
    color: #c00;
}

.article-meta>span:nth-child(1) {
    color: #aeaeae;
    font-weight: 800;
    font-size: 12px;
}


.article-meta>span {
    margin-left: 10px;
}

.text-primary {
    color: #17a2b8 !important;
}

.text-danger {
    color: red !important;
}

.text-info {
    color: #007bff !important;
}

.list-news .item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    /* padding-bottom: 15px; */
}

.article-image>a {
    width: 135px;
    display: block;
    height: 108px;
    border-radius: 5px;
    overflow: hidden;
}

.article-image>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-news .article-details {
    margin-right: 20px;
}

.list-news .article-details a.article-title {
    min-height: auto;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
}

.article-image {
    margin: 0;
}

.list-news.home {
    margin-top: 16px;
}

.card-site {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding-top: 15px;
}

.card-site .head {
    margin-top: 0;
}

.body-card-site {
    padding: 0 15px;
}

.body-card-site .comments .item {
    margin: 0 0 30px;
}

.body-card-site .comments .item .article-image {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 5px;
    flex: 0 0 auto;
    margin-left: 10px;
}

.body-card-site .comments .item .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body-card-site .comments .item .comment-content {
    flex: 1;
}

.body-card-site .comments .item .comment-content a.name {
    color: #d4a639;
    font-weight: 600;
    word-break: break-word;
}

.body-card-site .comments .item .comment-content a.name:hover {
    color: #362d16;
}

.body-card-site .comments .item .comment-content>div a {
    border-radius: 10px;
    background: #ebebeb;
    padding: 15px;
    color: #727272;
    display: block;
    margin-top: 7px;
}

.opinion-book .item {
    text-align: center;
    margin-bottom: 20px;
}

.opinion-book .item a.img {
    display: block;
    height: 90px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.opinion-book .item a.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opinion-book .item a.title {
    font-size: 13px;
    display: block;
    line-height: 22px;
    color: #004db3;
}

.opinion-book .item a.title:hover {
    color: #c00;
}

.opinion-book .item span {
    display: block;
    color: #ef7965;
}

.card-body-site {
    padding: 0;
}

.sport .card-body-site .item {
    margin: 0 0 20px;
    border-radius: 5px;
    padding: 10px;
    background-color: #f2ddc3;
}



.sport .card-body-site .item .article-image a {
    width: 100%;
    height: 175px;
}

.news-sample .item .article-image a {
    width: 100%;
    height: 130px;
}

.card-site.sport {
    background: transparent;
    border-color: transparent;
}

.card-site.sport .head h2 {
    background: #f5f5f5;
}


.news-sample {
    background: #e9e9e9;
    border-color: #e9e9e9;
}

.news-sample .head h2 {
    background: #e9e9e9;
}

.news-sample .head h2 a {
    color: #de9967;
}

.news-sample .card-body-site .item .article-image {
    margin-left: 0;
}

.news-sample .card-body-site .item {
    margin: 0 0 30px;
}

.btn-site {
    background-color: #daa92c;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    display: inline-block;
    border: none;
}

.btn-site:hover {
    background-color: #b48714;
    color: #FFF;
}

.card-site .btn-site {
    margin-bottom: 20px;
}

.card-site .grid-news .item figure a {
    height: 133px;
}

a#load_more_articles {
    font-weight: 800;
    font-size: 16px;
}

footer {
    margin-top: 20px;
    background-color: #464646;
    color: #FFF;
    padding: 50px 0 30px;
}

footer .head h2 {
    background: #464646;
}

footer .item-footer ul li a {
    color: #FFF;
}

footer .item-footer ul.link-flex {
    display: flex;
    flex-wrap: wrap;
}

footer .item-footer ul.link-flex li {
    width: 50%;
    flex: 0 0 auto;
}

footer .item-footer .logo+p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

footer .item-footer .social {
    display: flex;
    justify-content: center;
}

footer .item-footer .social li:not(:last-child) {
    margin-left: 15px;
}

footer .item-footer .social li a {
    font-size: 16px;
}

footer .copyright {
    text-align: center;
    padding: 25px 0;
    margin-bottom: -30px;
}

footer .item-footer ul li a:hover {
    color: goldenrod;
}

.user-area,
.search-mobile-box {
    display: none;
}

.head-category>h2 {
    font-size: 20px;
    font-weight: 700;
    color: #daa92c;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 15px;
}

.category .article-image>a {
    width: 182px;
    height: 136px;
}

.social-sharing {
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-sharing .social-inner {
    display: flex;
}

.social-sharing .social-inner a {
    display: block;
    height: 30px;
    width: 30px;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 7px;
}

.social-sharing .social-inner a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-single h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: 700;
}



.content-single-news,
.content-single-sport {
    margin-top: 25px;
    font-size: 20px;
    line-height: 2;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.content-single-news,
.content-single-news span,
.content-single-sport span,
.content-single-news,
.content-single-sport p,
.content-single-news,
.content-single-sport a {
    font-size: 20px !important;
}

/* .image-single figure{
    width: max-content;
} */
.news-ticker {

    align-items: baseline;
    background-color: #cc0000;
    overflow: hidden;
    width: 74%;
    border-radius: 5px;
    position: relative;
    white-space: nowrap;
    margin-bottom: 10px;
    /*
    display: flex;
    right: 9%;
    bottom: 20px;
    */
}

@media (min-width:700px) {
    #close-news-ticker-btn {
        display: none !important;
    }
    #close-news-ticker-btn-matches {
        display: none !important;
    }

}

@media (max-width:700px) {
    .news-ticker {
        top: -1.8rem !important;
    }

}




.news-headline {
    background-color: #cc0000;
    /* Red background */
    color: #ffffff;
    /* White text */
    padding: 15px 15px 15px 0;
    font-weight: bold;
    font-weight: bolder;
    font-size: 21px;
}

.news-scroll {
    flex-grow: 1;
    margin-left: 10px;
    padding-top: 8px;
    position: relative;
    min-height: 32px;
}

.news-scroll ul {
    margin-right: 15px;
    list-style-type: none;
}

.news-scroll ul:empty {}

.news-scroll li {
    display: contents;
    white-space: normal;
    /* Prevent text from wrapping */
    overflow: hidden;
    /* Hide overflow */
    text-overflow: ellipsis;
    /* Show ellipsis (...) when text overflows */
}


/* Keyframes for scrolling effect */
@keyframes scroll-news {
    from {
        left: 100%;
    }

    to {
        left: -100%;
    }
}

@media (max-width: 900px) {
    .news-scroll ul {
        font-size: 12px;
    }

    .news-ticker {
        /*right: 3%;*/
        width: 95%;
        margin-top: 2rem !important;
    }
}


h5.title {
    margin-bottom: 20px;
}

h5.title,
h5.title span {
    border-bottom: 2px solid #eaedee;
}

h5.title span {
    padding: 0 10px 10px;
}

h5.title,
h5.title span {
    border-bottom: 2px solid #eaedee;
}

h5.title span {
    display: inline-block;
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: -2px;
    padding-right: 15px;
}

h5.title span.allcomments {
    border-bottom-color: #000;
}

.comment .item {
    margin-top: 30px
}

.comment .user {
    position: relative;
    width: fit-content;
}

.comment .user>a {
    opacity: .7;
}

.comment .user>ul {
    position: absolute;
    background: #FFF;
    min-width: 166px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    left: 0;
    padding: 10px;
    display: none;
}

.comment .user>ul>li {
    margin-bottom: 0;
    cursor: pointer;
}

.comment .user>ul>li:hover {
    color: #004db3;
}

.comment .user>ul>li>a {
    display: block;
    padding: 3px 6px;
}

.comment .user:hover ul {
    display: block;
}

.comment h3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    background: #f3f3f3;
    color: #daa92c;
    padding: 15px 0;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}


.comment .box-comment {
    border: 5px solid #ffffff;
    border-radius: 13px;
    padding: 20px 15px;
    /* width: 85%; */
    background: #f2f2f2;
    /*margin-right: 68px;*/
}

input[type=text] {
    color: black !important;
    opacity: 1 !important;
    font-weight: 600;

}

.comment .box-comment .user {
    float: left;
}

.form-comment input,
.form-comment textarea {
    display: block;
    width: 100%;
    min-height: 37px;
    background: #ffffff;
    border: 1px solid #efefef;
    outline: none;
    padding: 5px 10px;
    margin-bottom: 25px;
    transition: 300ms;
    border-radius: 5px;
    font-size: 18px;
    /* color: black !important; */
}

.form-comment textarea {
    height: 110px;
    resize: none;
}

.form-comment strong.text-danger {
    display: block;
    margin-bottom: 5px;
    font-weight: 100;
}

.form-comment button {
    background: #daa92c;
    color: #FFF;
    border: 0;
    padding: 5px 22px;
    border-radius: 50px;
}

.form-button {
    background: #daa92c;
    color: #FFF;
    border: 0;
    padding: 7px 10px;
    border-radius: 50px;
}

.comment h5 {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0 0 2px;
}

.comment h5 span {
    display: block;
    width: fit-content;
    position: relative;
}

.comment h3 span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 2px;
    background: #4e4e4e;
}

/* .comment .comments .item {
    margin: 0 0 30px;
} */

.comment .caption-comment .foot .right a {
    padding: 2px 10px;
    text-decoration: unset;
    font-size: 12px;
}

.comment .caption-comment .foot .right span.replies {
    background-color: #d3a53c;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    padding: 0px 10px;
    font-size: 15px;
}

.comment .comments .item .image-user {

    width: 35px;
    height: 35px;
    /*
    flex: 0 0 auto;
    */
    /*margin-left: 20px;*/
    overflow: hidden;
    border-radius: 50%;
}

.comment .comments .item .image-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment .comments .item .caption-comment {
    flex: 1;
}

.comment .comments .item .caption-comment p.mb-0 {
    color: #000
}

.comment-replay {
    background: #ebebeb;
    border-radius: 5px 5px 0 0;
    padding: 15px;
}

.comment .comments .item .caption-comment p.mb-0>span {
    color: #FF7802;
    display: inline-block;
    margin-left: 3px;
}

.comment .comments .item .caption-comment p.mb-0>em {
    background: #f5f5f5;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    padding: 2px 7px;
    color: #888;
}

.comment .comments .item .caption-comment .content {

    word-break: break-word;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    padding: 7px 0;
    opacity: .9;
    font-family: 'Kufi';

}

.comment .comments .item .caption-comment .foot {
    background-color: transparent;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

.comment .comments .item .caption-comment .foot .d-flex {
    justify-content: space-between;
}

.comment .comments .item .caption-comment .foot .d-flex>a {
    background: #daa92c;
    color: #FFF;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 50px;
}

.comment .comments .item .caption-comment .foot .d-flex .replay {
    /*background: #daa92c;*/
    color: #404040;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.caption-comment .foot .d-flex .replay {
    margin-left: 5px;
}

a.thumbs-up {
    color: #d3a53c;
    display: inline-block;
    margin-left: 15px;
}

a.thumbs-down {
    color: #959595;
}

@media (max-width: 767.98px) {
    .category .article-image>a {
        width: 140px;
        height: 120px;
    }
}

.mobile-logos {
    display: none;
}

@media (max-width: 991.98px) {
    .caption-comment>div:nth-child(1) {
        /*
        flex-wrap: wrap;
        */
    }

    .caption-comment>div:nth-child(1) small {
        /*
        flex-basis: 100%;
        margin-top: 5px;
        */
    }

    header .top,
    header .bottom strong {
        display: none;
    }

    header .bottom .logos {
        display: none;
        justify-content: center;
    }

    header {
        position: sticky;
        top: 0;
        background-color: #FFFFFF;
        z-index: 8;
        display: block;
    }

    header .bottom {
        border-bottom: 3px solid #d4a639;
        padding: 10px 0;
        background: #FFF;
        margin: 0 0 30px;
        position: relative;
        z-index: 3;
        padding-inline: 7px;
    }

    .logo-sport,
    .user-area,
    .search-mobile-box {
        display: block;
    }

    header .bottom .main-block {
        justify-content: space-between;
    }

    header .bottom .logos a {
        display: block;
        height: 60px;
    }

    header .bottom .logos a img {
        width: 60px;
        height: 45px;
        object-fit: scale-down;
    }


    header .bottom .mobile-logos a img {
        width: 70px;
        height: 55px;
        object-fit: scale-down;
    }


    .mobile-logos a {
        padding: 0 10px;
    }


    .mobile-logos {
        display: flex;

    }

    .mobile-logos .logo {
        padding: 0 10px;
    }

    a.sbtn-mobile i {
        font-size: 20px;
        margin-left: 15px;
    }

    #mobile-theme-toggle{
        margin-left: 15px;
        font-size:24px;
        cursor: pointer;
    }



    a.sbtn-mobile {
        position: relative;
        top: 3px;
    }

    header .bottom .logos a:first-child {
        margin-left: 5px;
    }

    .user-area a {
        color: #d4a639;
        display: block;
        font-size: 16px;
    }

    .user-area a:first-child {
        margin-left: 18px;
    }

    .mobile-btn {
        height: 16px;
        width: 17px;
    }

    .mobile-btn>div {
        position: relative;
        height: 16px;
        width: 17px;
        cursor: pointer;
    }

    .mobile-btn>div:before,
    .mobile-btn>div:after {
        content: '';
        height: 3px;
        width: 17px;
        background: #d4a639;
        display: block;
        position: absolute;
    }

    .mobile-btn>div:after {
        bottom: 0;
    }

    .mobile-btn>div:before {
        box-shadow: 0 6px 0px #d4a639;
    }

    .search-mobile-box form {
        position: relative;
    }

    .search-mobile-box form input {
        width: 100%;
        border: 1px solid #ddd;
        background: #f1f1f1;
        border-radius: 50px;
        padding: 9px 15px;
    }

    .search-mobile-box form button {
        position: absolute;
        background: #d4a639;
        color: #FFF;
        border: 0;
        border-radius: 30px;
        min-height: 33px;
        min-width: 80px;
        top: 4px;
        left: 4px;
    }

    .search-mobile-box {
        padding: 10px;
        position: relative;
        transform: translate3d(0px, -60px, 0);
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: 300ms;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        background: #FFF;
        box-shadow: 1px 1px 1px rgb(0 0 0/15%);
        top: 83px;
    }

    .search-mobile-box.opened {
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    header nav {
        border: 0;
        position: fixed;
        margin: 0;
        min-width: 350px;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
        transition: 300ms;
        opacity: 0;
        transform: translate3d(-100%, 0px, 0px);
        z-index: 300;
    }

    header nav ul {
        flex-direction: column;
    }

    header nav ul li {
        margin: 0;
    }

    header nav ul li a {
        border-radius: 6px;
    }

    header nav.opened {
        opacity: 1;
        transform: none;
        overflow: scroll;
        /* background: #222222; */
    }

    header nav.opened ul li {
        padding: 5px;
        border-bottom: 1px solid #dddddd12;
    }



    header nav.opened ul li a {
        color: #000000;
        font-weight: 300;
        background: transparent !important;
        padding: 5px;
    }

    header nav.opened ul li a.active,
    header nav.opened ul li a:hover {
        color: #d4a739;
        background: transparent !important;
    }

    .slide-mobile {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: 300ms;
    }

    .slide-mobile.active {
        opacity: .3;
        visibility: visible;
    }

    .slider-news .mySwiper2 figure a {
        height: 300px;
    }

    .slider-news .thumbs figure {
        height: 49px;
    }

    .slider-news .thumbs {
        width: 70px;
        height: 300px;
        margin-left: 10px;
    }

    .slider-news .mySwiper2 .swiper-slide .caption-news a:not(.cat) {
        font-size: 13px;
    }

    .slider-news .mySwiper2 .swiper-slide .caption-news a.cat {
        font-size: 12px;
    }

    .slider-news .mySwiper2 .swiper-slide .caption-news .datetime {
        font-size: 11px;
    }

    .grid-news .item figure a {
        height: 140px;
    }

    a.article-title {
        font-size: 20px;
        line-height: inherit;
        /* min-height: fit-content; */
        margin-block-end: 7px;
        margin-block-start: 0;
        line-height: 28px;
        font-family: 'Kufi';
        font-weight: bold !important;
    }

    .article-meta {
        font-size: 12px;
    }

    .article-meta>span:nth-child(1) {
        font-weight: 100;
    }

    .article-image>a {
        width: 100px;
        height: 85px;
    }

    .body-card-site .comments .item .comment-content>div a {
        font-size: 15px;
    }

    .body-card-site .comments .item .comment-content a.name {
        font-size: 12px;
    }

    .head h2 {
        font-size: 14px;
    }

    .head::before {
        top: 6px;
    }

    .opinion-book .item a.title {
        font-size: 11px;
    }

    .opinion-book .item span {
        font-size: 11px;
    }

    .sport .card-body-site .item .article-image {
        width: 100%;
        margin-left: 0;
    }

    .sport .card-body-site .item .article-image a {
        height: 160px !important;
    }

    footer .item-footer .logo+p {
        font-size: 12px;
        line-height: inherit;
    }

    footer strong.copyright {
        font-size: 12px;
        margin-top: 15px;
    }

    footer {
        font-size: 13px;
    }
}

header .top .left-box .search i {
    font-size: 20px;
}

header .top .left-box .search .form-box.opened {
    margin-bottom: 0;
}

.dark-theme {
    color: white;
    background-color: black;
}

body {
    background-color: #f5f5f5;
}

.fa-sun:before {
    color: #fbc02d;
}

.fa-moon:before {
    color: #2c303b;
}

body.dark {
    background-color: #292c35;
}

/* #9b59b6 */

body.dark h1,
body.dark .support a {
    color: #fff;
}

.checkbox {
    opacity: 0;
    position: absolute;
}

.dark-theme .content-single ,.dark-theme .content-single-news,.dark-theme .content-single-sport {
    color: #fff;
}

.dark-theme .top a {
    color: #fff;
}

.dark-theme .head h2 {
    background: #000;
    color: #fff;
}

.dark-theme .head h2 a {
    background: #000;
    color: #fff;
}

.dark-theme .card-site.sport {
    background: #212529;
    border-color: #495057;
}

.dark-theme .card-site.sport .head h2 {
    background: #212529;
    color: #fff;
}

.dark-theme .card-site.sport .head h2 a {
    background: #212529;
    color: #fff;
}
.dark-theme a.article-title{
    color: #fff;
}

.dark-theme .sport .card-body-site .item{
    background-color: #212529;
}
.dark-theme .head h1{
    background: #212529;
    color: #fff;
}

.dark-theme .head h3{
    background: #000000;
}

.dark-theme .head a{
    color: #fff;
}

@media (max-width: 991.98px) {
    .dark-theme header nav.opened ul li a {
        color: #d4a739;
    }
}
@media (max-width: 991.98px) {
    .dark-theme .list-news .item {
        background: #212529;
    }
}

.dark-theme footer .head h2 {
    background: #464646;
}

.dark-theme .comment .comments .item .caption-comment .content {
    color: #000;
}

.dark-theme header nav {
    background: #212529;
}

.dark-theme header nav a {
    color: #fff;
}


.almarsd-privacy-policy .about-text {
    font-size: 18px;
}

.almarsd-privacy-policy .about-text ul {
    padding-right: 20px;
}

.almarsd-privacy-policy .about-text ul li {
    margin-bottom: 15px;
}

.container {
    max-width: 1140px;
}

.article-title {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    /* font-family: 'Droid Arabic Kufi'; */
    margin-bottom: 24px;
}

.article-title,
#textContent {
    font-family: 'Kufi';
    word-wrap: break-word;
}

div#textContent {
    word-wrap: break-word !important;
    max-width: 100%;
    overflow: hidden;
}


/* @media (min-width: 1200px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 992px!important;
}
} */

@media (min-width: 992px) and (max-width: 1200px) {
    header nav ul li {
        padding: 0px !important;
    }
}



.breaking_article {
    background-color: red;
    color: #fff;
    padding: 20px;
    margin-top: -40px;
    margin-bottom: 40px;
}

.font-slider-container {
    display: flex;
    /* align-items: center; */
    font-family: 'Arial', sans-serif;
    padding: 10px;
    max-width: 500px;
}

.font-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 200px;
    height: 10px;
    background: #ddd;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    margin: 0 10px;
}

.font-slider:hover {
    opacity: 1;
}

.font-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d4a639;
    cursor: pointer;
}

.font-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d4a639;
    cursor: pointer;
}

.slider-value {
    width: 40px;
    text-align: center;
}

.breaking-news-banner {
    display: flex;
    align-items: center;
    background-color: #dc3545;
    overflow: hidden;
    width: 79%;
    margin-right: 13%;
    border-radius: 5px;
    margin-bottom: 40px;
    white-space: nowrap;
}

.breaking-news-label {
    white-space: nowrap;
    /* Keep the label on one line */
    flex-shrink: 0;
    /* Prevent the label from shrinking */
    margin-right: 10px;
    /* Add space between label and titles */
}

.breaking-news-container {
    color: #ffffff;
    /* White text */
    padding: 18px;
    font-weight: bold;
}

.breaking-news-title {
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: top 0.5s;
}

.breaking-news-title a {
    color: #FFF;
}

.breaking-news-title:hover a,
.breaking-news-title a:hover {
    color: #FFF;
    text-decoration: underline;
}

.rss p {
    margin-bottom: 20px;
}

.rss .title-with-bar {
    text-align: center;
}

.rss .title-with-bar span {
    background-color: #fff;
}

.rss .rssList .outer {
    padding: 20px;
}

.rss .rssList a:hover {
    color: #daa92c;
    transition: 0.4s;
}

.title-with-bar,
.title-with-bar h2 {
    font-size: 16px;
    width: 100%;
    text-align: right;
    border-bottom: 3px solid #daa92c;
    line-height: .1em;
    margin: 10px 0 20px;
    padding-right: 15px;
}

.title-with-bar span {
    background: #464646;
    padding: 0 10px;
    font-weight: bold;
}

.tag.guest {
    color: #adadad !important;
    /*background: rgba(34, 59, 74, .04);*/
    margin-right: 5px;
    font-size: 12px;

}

.swal2-styled.swal2-confirm {
    background-color: #daa92c !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid #ffc107 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #daa92c !important;
}

.article-date {
    display: inline-block;
    margin-left: 10px;
}

.modal-backdrop.show {
    position: relative;
}

.d-flex.article-meta {
    margin-top: 10px;
    position: relative;
}

.content-single iframe {
    width: 100%;
}

.card-body-site .name {
    font-weight: bold;
    color: #cc0000;
}

@media (min-width: 992px) {

    .card-site.sport {
        background: #f2ddc3;
        padding: 15px 0 0;
    }

    .card-site.sport .item,
    .news-sample .item,
    .card-body-site .item {
        margin: 0 0 20px;
        border-radius: 5px;
        padding: 0 15px;
        position: relative;
        min-height: 120px;
    }

    .news-sample .card-body-site .item .article-image,
    .sport .card-body-site .item .article-image {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 10px;
    }

    .news-sample .card-body-site .item .article-image a,
    .sport .card-body-site .item .article-image a {
        width: 135px !important;
        height: 108px !important;
    }

    .news-sample .card-body-site .item .article-title,
    .sport .card-body-site .item .article-title {
        padding-right: 145px;
        padding-top: 10px;
    }

    .news-sample .card-body-site .item .article-title {
        padding-top: 0;
    }

    .news-sample .card-body-site .item .article-meta,
    .sport .card-body-site .item .article-meta {
        margin-right: 145px;
    }

    .card-site.sport .head h2 {
        background: #f2ddc3;
    }

}

@media (max-width: 991.98px) {
    .comment .box-comment {
        margin-right: 0;
    }

    .list-news .item {
        border: 1px #e6e6e6 solid;
        border-radius: 5px;
        padding: 8px;
        margin-bottom: 16px;
        background: #FFF;
    }

    .list-news .item .article-details {
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
        margin-block-start: 10px;
    }

    .list-news .item .article-details .article-title {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold !important;
        color: #004db3;
        /* font-family: 'Droid Arabic Kufi'; */
        /* margin: 5px 0 8px; */
    }

    .list-news .item .article-details .article-meta {
        align-items: center;
        margin-top: 0;
    }

    .list-news .item .article-details .social-links {
        margin-inline-start: auto;
    }

    .list-news .item .article-details .social-links .social-inner {
        display: flex;
        gap: 10px;
    }

    .list-news .item .article-image>a {
        width: 100%;
        width: 100%;
        position: relative;
        padding-bottom: 47%;
        height: 0;
        background-color: #f8f8f8;
        border-radius: 0;
        margin: 0;
    }

    .list-news .item .article-image>a img {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        object-fit: cover;
        max-width: 100%;
    }

    .card-site.sport {
        margin-top: 25px;
        padding-top: 15px;
    }

    .card-site.sport .head {
        margin-bottom: 16px;
    }

    .card-site.sport .item {
        margin-bottom: 16px;
    }

}

@media (max-width:575px) {
    .article-image>a {
        height: 160px !important;
        margin-block-end: 10px;
        padding: unset !important;
    }

    .sport .item>.d-flex.article-meta {
        flex-direction: row;
        order: 2;
    }

    .sport .item .article-details {
        /* order: 3; */
        margin: 0;
    }

    .sport .card-body-site .item .article-image {
        order: 1;
    }

    .sport .card-body-site .item {
        display: flex;
        flex-direction: column;
    }

    .sport .card-body-site .item .article-image a {
        margin: 0;
    }

    .sport .item .article-details .article-title {
        margin-block-end: 5px;
    }
}

.card-site.sport h2 a {
    color: #de9967;
}

#btn-up {
    position: fixed;
    display: none;
    right: 60px;
    height: 40px;
    width: 40px;
    border: solid 1pt #daa92c;
    border-radius: 20px;
    background-color: #daa92c;
    opacity: .5;
    bottom: 65px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    line-height: 38px;
    transition: 300ms;
    padding-top: 10px;
}

#btn-up:hover {
    opacity: 1;
}

button#load_more_articles {
    background-color: #daa92c;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px !important;
    border-radius: 30px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 600;
}

.social li a {
    font-size: 17px !important;
}

@media (max-width:992px) {
    .head h1 {
        font-size: 18px;
    }

    .list-news.category .item>.d-flex {
        display: block !important;
    }

    .list-news.category .item>.d-flex a.article-title {
        margin-block-start: 0;
        margin-block-end: 6px;
    }

    .slide-mobile1 {
        position: absolute;
        color: #d4a739;
        top: 23px;
        font-size: 23px;
        cursor: pointer;
    }

    .home #load_more .item>.d-flex {
        flex-direction: column;
        gap: 15px;
    }

    .home #load_more .item>.d-flex.article-meta {
        flex-direction: row;
        gap: 3px;
    }

    .item-footer .head {
        display: none;
    }

    .item-footer .head~ul {
        display: flex;
        gap: 19px;
        justify-content: center;
        font-size: 14px;
        margin-block-end: 10px;
    }

    footer {
        padding-block: 15px;
    }

    .item-footer .logo img {
        min-width: 110px;
    }

    footer .item-footer .logo+p {
        font-size: 16px;
        line-height: 24px;
        max-width: 550px;
        margin-inline: auto;
    }

    footer .copyright {
        padding: 0;
        margin-block-end: 0;
    }

    footer .copyright strong {
        font-weight: 500;
        font-size: 16px;
    }

    #app>header {
        position: sticky;
        top: 0;
        background: #FFF;
        z-index: 9;
    }

    header nav ul.d-lg-none.d-md-block {
        border-block-start: 1px solid #eee;
        margin-block-start: 6px;
        padding-block-start: 6px;
    }

    .mobile-logos a[title="sport"] {
        /* order: 1; */
    }

    .mobile-logos a[title="home"] {
        /* order: 2; */
    }
}

a.text-info.text-end {
    color: #d4a739 !important;
}

.article-meta ul.list-inline {
    font-size: 18px;
    display: flex;
    gap: 9px;
    position: absolute;
    top: -60px;
    background: #FFF;
    z-index: 1;
    box-shadow: 1px 7px 7px rgb(0, 0, 0, 10%);
    padding: 10px;
    left: 0;
    right: 0;
    width: max-content;
    border-radius: 10px;
}

.article-meta ul.list-inline li.list-inline-item {
    margin: 0;
}

.article-meta ul.list-inline li.list-inline-item a {
    background: #1877f2;
    color: #FFF;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-meta ul.list-inline li.list-inline-item:nth-child(2) a {
    background: #363636;
}

.article-meta ul.list-inline li.list-inline-item:nth-child(2) a svg {
    scale: .7;
}

.article-meta ul.list-inline li.list-inline-item:nth-child(3) a {
    background: #0a66c2;
}

.article-meta ul.list-inline li.list-inline-item:nth-child(5) a {
    background: #25d366;
}

.article-meta ul.list-inline li.list-inline-item:nth-child(4) a {
    background: #0088cc;
}

.article-meta ul.list-inline li.list-inline-item:hover a {
    opacity: .8;
}

@media (max-width:575px) {
    header nav {
        min-width: 60%;
    }

    nav img {
        max-width: 100px;
    }
}

.katabray figure a {
    width: 90px;
    height: 74px !important;
    overflow: hidden;
    display: block;
    border-radius: 0 !important;
    margin-inline: auto;
}

.katabray a.article-title {
    font-size: 20px;
    font-weight: 700;
}

.katabray small.name {
    font-weight: 200 !important;
    font-size: 14px;
    color: #aeaeae;
    position: relative;
    /* padding-inline-start: 19px; */
}

.mySwiper .swiper-slide {

    opacity: 0.8;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.date-news {
    background-color: rgba(0, 0, 0, .7);
    color: #FFF;
    border-radius: 20px;
    padding: 5px 10px;
}

header a[title="twitter"] svg {
    width: 18px;
    fill: #a4a4a4;
    height: 23px;
}

footer a[title="twitter"] svg {
    width: 18px;
    height: 19px;
    fill: #FFF;
    transition: 300ms;
    position: relative;
    top: -1px;
}

footer a[title="twitter"]:hover svg {
    fill: goldenrod;
}

a[title="Share Article on Twitter"] {
    background: #000;
}

a[title="Share Article on Twitter"] svg {
    fill: #FFF;
    scale: .6;
}

.d-flex.article-meta {
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

span.text-danger+span+div ul.list-inline li:nth-child(1) {
    order: 2;
}

span.text-danger+span+div ul.list-inline li:nth-child(2) {
    order: 1;
}

span.text-danger+span+div ul.list-inline li:nth-child(3) {
    order: 3;
}

span.text-danger+span+div ul.list-inline li:nth-child(4) {
    order: 4;
}

span.text-danger+span+div ul.list-inline li:nth-child(5) {
    order: 5;
}

span.text-danger+span+div ul.list-inline li:nth-child(6) {
    order: 6;
}

.article-meta ul.list-inline li.list-inline-item:nth-child(6) a {
    background: #FFFC00;
    color: #000;
}

.user-guest:hover {
    text-decoration: underline;
}

.user-guest {

    cursor: default;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #000 !important;
}

#userStarRating {
    position: relative;
}

.star {
    color: gray;
    /* Unlit star color */
    font-size: 15px;
}

.star.lit {
    color: #ffe34f;
    /* Lit star color */
}

.star.brown {
    color: #d3a53c;
}

#katabray_listing .item {
    /* display: flex; */
    /* text-align: start !important; */
    margin-bottom: 22px;
    min-height: auto;
}

#katabray_listing .col-6 {
    width: 50% !important;
}

#katabray_listing .item figure {
    margin: 0;
    width: 120px;
    flex: 0 0 auto;
    margin-inline: auto;
}

#katabray_listing .item figure a {
    border-radius: 50% !important;
    overflow: hidden;
    width: 80px !important;
    height: auto !important;
}

#katabray_listing .item figure a img {
    aspect-ratio: 1 / 1;
    width: unset !important;
    height: unset !important;
    object-fit: cover;
}

/* .katabray small.name::before {
    content: open-quote;
    font-size: 37px;
    position: absolute;
    top: -4px;
    right: 0;
    font-family: fantasy;
} */

.comment {
    font-family: arial;
    font-size: 16px;
}

.comment .comments .item .caption-comment a.user-guest>span {
    color: #000 !important;
    font-weight: bold !important;
}

.form-comment input:focus,
.form-comment textarea:focus {
    border-color: #b48714;
}



#katabray_listing .d-flex.article-meta {
    justify-content: center;
}

@media (max-width:992px) {
    .list-news .item .article-image>a img {
        height: 377px !important;
    }

    #sport_listing .col-md-6,
    #katabray_listing .col-md-4,
    #news_listing .col-md-6 {
        width: 100%;
    }

    .article-meta>span:nth-child(4) {
        margin-inline-start: auto;
    }

    .sport .item>.d-flex.article-meta .box-share {
        margin-inline-start: auto;
    }

    .d-flex.article-meta .box-share {
        margin-inline-start: auto;
    }

    #katabray_listing .item .info {
        flex-grow: 1;
    }

    .article-meta ul.list-inline {
        right: auto;
        left: 0;
    }

    #katabray_listing .item {
        display: flex;
    }

    .katabray figure a {
        margin-inline: 0;
    }

    #katabray_listing .item figure {
        width: 95px;
    }

}

@media (max-width:575px) {
    .caption-comment {
        padding-right: 0 !important;
    }

    .replies-container .comments .item.visitor-comment>div,
    .user-data-container {
        flex-direction: column;
    }

    .list-news .item .article-image>a img {
        height: 160px !important;
        border-radius: 7px;
    }
}

#katabray_listing .article-meta span {
    color: #aeaeae !important;
}

.fa-arrow-up-from-bracket:before {
    content: "\f1e0" !important;
    font-size: 15px;
}

.adds {
    text-align: center;
}

button#add_comment {
    margin: 0 0 15px;
    font-size: 20px;
    text-align: center;
    padding: 12px 15px;
    background: #e7e7e7;
    color: #daa92c;
    border-radius: 8px;
    line-height: 24px;
    text-decoration: none;
    width: 100%;
    border: 0;
    font-family: Kufi, arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.box-comment-toggle {
    max-height: 0;
    transition: max-height 500ms ease;
    overflow: hidden;
    height: 0;
}

.box-comment-toggle>div {
    margin-inline-start: 0 !important;
}

.box-comment-toggle.active-comment {
    transition: max-height 500ms ease;
    max-height: 700px;
    height: auto;
}

@media (max-width:768px) {

    #fixed_listing,
    #first-MPU {
        display: none;
    }
}

.comment .comments .item .caption-comment .content button.edit-comment-btn {
    background: 0;
    border: none;
    color: goldenrod;
    transition: 300ms;
}

.comment .comments .item .caption-comment .content button.edit-comment-btn:hover {
    color: #000;
}

.comment .comments .item .caption-comment .content textarea {
    width: 100%;
    margin-block-end: 10px;
    resize: none;
    border: 1px solid #daa92c;
    background: transparent;
    padding: 13px;
    border-radius: 5px;
    outline: none;
}

.comment .comments .item .caption-comment .content textarea,
.comment .comments .item .caption-comment .content textarea:focus .caption-comment .content {
    outline: none;
}

.comment .comments .item .caption-comment .content textarea:focus {
    border: 1px solid #daa92c;
}

.comment .comments .item .caption-comment .content button.save-comment-btn {
    background: goldenrod;
    border: 0;
    color: #FFF;
    padding: 3px 17px;
    border-radius: 8px;
    font-size: 14px;
    transition: 300ms;
    position: relative;
    right: 15px;
}


.comment .comments .item .caption-comment .content button.cancel-comment-btn {
    background: goldenrod;
    border: 0;
    color: #FFF;
    padding: 3px 17px;
    border-radius: 8px;
    font-size: 14px;
    transition: 300ms;
}

.comment .comments .item .caption-comment .content button.save-comment-btn:hover {
    background-color: #111;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .container {
        max-width: 640px;
    }

    .grid-news.home {
        display: none;
    }

    #btn-up {
        padding-top: 0;
    }
}

/*new modifications*/
.position-relative {
    position: relative;
}

.brown-color {
    color: #E9A125;
}

.comments .item,
.home-comments,
#commentsSection {
    font-family: 'Cairo', sans-serif;
}

.home-comments {
    border-bottom: none !important;
    font-size: 20px !important;
    font-weight: 700;
    padding-right: 0 !important;
}

.visitor-comment.comment .item:not(.PendingCommentPBG) {
    border: 1px solid #ECECEC !important;
}

.comment .form-check.form-check-inline {
    width: auto;
}

.comment h5 {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.comment .checkbox-select-all:not(:checked) {

    background-image: url('https://uploads.championsacademy.ca/uploads/TrS6I5oYZUhCKJJj5n3VMDlKxq6LxCURXdVF3Ze5.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.checkbox-select-item:not(:checked) {
    background-image: url("https://uploads.championsacademy.ca/uploads/TrS6I5oYZUhCKJJj5n3VMDlKxq6LxCURXdVF3Ze5.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;
    border: none;
    padding: 13px;
    margin-top: 0;
    margin-left: 0;
}

.checkbox-select-item:not(:checked) {
    background-color: #f4f4f4 !important;
}

.PendingCommentPBG .checkbox-select-item:not(:checked) {
    background-color: #fff !important;
}

.bottom-comments {
    border-bottom: 1px solid #e9e9e9;
}

.circle {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
}

.brown-circle {
    background-color: #E9A125;
}

.green-circle {
    background-color: #6DD98A;
}

.red-circle {
    background-color: #EC5A5A;
}

.caption-comment {
    flex-grow: 1;
    /*padding-right: 15px;*/
}

.image-user img {
    display: inline-block;
    max-width: max-content;
}

#commentsSection>.comments>.visitor-comment {
    border: 1px solid #ECECEC !important;
    background: #fff !important;
    border-radius: 12px !important;
}

.main-select-all.form-check-input {
    width: 40px;
    height: 40px;
}

.comment-date {
    font-size: 12px;
    font-weight: bold;
}

.swal2-container.swal2-center>.swal2-popup {
    grid-row: auto !important;
}


.Admin-Edites {
    margin-right: auto;
}

.form-comment textarea {
    font-weight: 700;
}

.top-text {
    background: #C00;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.breaking-news-title a {
    color: #fff;
}

hr {
    border-top: 2px solid;
    opacity: .5;
}

.cursor-pointer {
    cursor: pointer;
}


/*update page*/
.update-top-head {
    border: 1px solid #D6D7DB;
    border-radius: 8px;
    padding: 2rem;
    font-size: 17px;
    color: #535353;
    font-weight: 600;
}

.update-btn {
    background-color: #daa92c;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    display: block;
    border: none;
    font-size: 17px;
    font-weight: 600;
}

/*update page*/

.twitter-tweet.twitter-tweet-rendered img {
    width: 100% !important
}

/* Ads fixes */
.adds {
    /* display: block;
    max-width: 100% !important; */
}

.adds ins.adsbygoogle {
    /* display: block !important;  */
    /* margin: 0 auto !important; */
    /* width: 100% !important; */
    /* height: auto !important; */
}

.adds ins.adsbygoogle>div[id],
.adds ins.adsbygoogle iframe {
    /* height: fit-content !important; */
    /* max-height: unset !important; */
    min-height: 1px !important;
}

@media only screen and (min-device-width: 820px) and (max-device-width: 834px) and (orientation: portrait) {
    .first-col {
        width: 100%;
    }

    .second-col {
        width: 100%;
    }

    .body-card-site .comments .item>div {
        flex-wrap: wrap;
    }
}

/* iPad Air Landscape */
@media only screen and (min-device-width: 820px) and (max-device-width: 834px) and (orientation: landscape) {
    .first-col {
        width: 66.66666667%;
    }

    .second-col {
        width: 33.33333333%;
    }

    .body-card-site .comments .item>div {
        flex-wrap: wrap;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .first-col {
        width: 100%;
    }

    .second-col {
        width: 100%;
    }

    .body-card-site .comments .item>div {
        flex-wrap: wrap;
    }
}

/* iPad Pro 12.9-inch Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .first-col {
        width: 66.66666667%;
    }

    .second-col {
        width: 33.33333333%;
    }

    .body-card-site .comments .item>div {
        flex-wrap: wrap;
    }
}

/*new modifications*/

/* Smaller screens fixes */
@media only screen and (min-device-width: 1px) and (max-device-width: 425px) and (orientation: portrait) {
    .single .article-title {
        display: block;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
        margin: 0 auto 16px;
        color: #004db3;
    }

    .content-single,
    .content-single-news,
    .content-single-sport {
        text-align: justify;
    }
}

.comment .comments .item .caption-comment .content {
    margin-top: 0rem !important;
}

.comment .comments .item .caption-comment .foot {
    padding: 0.5px !important;
}


#commentsSection>.comments>.visitor-comment {
    /* border: 0.1px solid !important; */
    border-radius: 12px !important;
    padding: 8px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

hr {
    border: 0.1px solid !important;
    margin: 1px !important;
    margin-bottom: 0.2rem !important;
}

.comment-date {
    font-size: 10px;
    font-weight: bold;
}

.user-guest,
.replay {
    font-size: 12px !important;
}

.replies {
    border-radius: 50% !important;
    display: inline-block !important;
    width: 26px !important;
    height: 26px !important;
    background-color: #d3a53c;
    color: white;
    text-align: center !important;
    line-height: 26px !important;
    font-weight: bold !important;
    font-size: 10px !important;
}
@media (max-width:992px) {
    .mrgt-3 {
        margin-top: 0;
    }
}