@charset "utf-8";
/* @import url('bootstrap-5.3/bootstrap.rtl.min.css'); */
/* @import url('animate.css'); */

:root {
  --primary-color: #DC2626;
  --secondary-color: #0c0e13;
}

@font-face {
  font-family: 'Mv Eamaan XP';
  src: url('../fonts/MvEamaanXP.ttf') format('truetype');
  font-display: swap;
}

/* @font-face {
	font-family: 'MV Bodu';
	src: url('../fonts/MV Bodu.otf') format('opentype');
	font-display: swap;
} */
@font-face {
  font-family: 'Aammu';
  src: url('../fonts/aammufkF.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'MV Faseyha';
  src: url('../fonts/MVFaseyha.otf') format('opentype');
  font-display: swap;
}

/* @font-face {
	font-family: 'MV Typer';
	src: url('../fonts/mvtyper.ttf') format('truetype');
	font-display: swap;
} */
/* @font-face {
	font-family: 'MV Typer Bold';
	src: url('../fonts/mvtypebold.ttf') format('truetype');
	font-display: swap;
} */
/* @font-face {
	font-family: 'Randhoo';
	src: url('../fonts/Randhoo.ttf') format('truetype');
	font-display: swap;
} */

* {
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  border-spacing: 0px;
  text-decoration: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: graysurcale;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* overflow-x: hidden; */
}

body {
  background-color: #F3F4F6;
}

a {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

hr {
  border-color: #E9EBEE;
}

:focus {
  outline: 0;
}

.container {
  max-width: 1120px;
}

.en {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  direction: ltr;
}

.thaana {
  font-family: "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
}

.thaana-bold {
  font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  font-size: 14px;
  direction: rtl;
  font-weight: normal;
}

.thaana-x-bold {
  font-family: "Aammu", "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  /* font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh'; */
  unicode-bidi: embed;
  font-size: 14px;
  direction: rtl;
  font-weight: normal;
}

.en-x-bold {
  font-family: "Poltawski Nowy", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.top-ad {
  background-color: #DBDFE6;
  padding: 10px 0;
}

header {
  padding-bottom: 3px;

}

header .top-nav-bar {
  background-color: #32363D;
  color: #FFF;
  padding: 5px 0;
}

header .top-nav-bar a {
  color: #FFF;
  font-style: italic;
  font-size: 13px;
}

header .top-nav-bar .language-toggle {
  color: #FFF;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #43484f;
}

header .top-nav-bar span {
  color: #FFF;
  font-size: 14px;
}

header .weather-data {
  color: #FFF;
  font-style: italic;
  font-size: 13px;
  text-transform: capitalize;
}

header .logo {
  padding: 30px 0;
  text-align: center;
}

header .logo a {
  display: block;
}

header .menu-bar {
  position: relative;
  /* border-bottom: 1px solid #D1D5DB; */
  /* border-top: 1px solid #D1D5DB; */
  background-color: #F8FAFC;
  border-radius: 10px;
  padding: 0 10px;
  padding-left: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

header .menu-bar:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  /* background-color: #CCC; */
}

header .menu-bar .menu-items a {
  display: inline-block;
  font-size: 19px;
  color: #59677b;
  height: 52px;
  padding: 12px 15px;
}

html.en header .menu-bar .menu-items a {
  font-size: 15px;
}

header .menu-bar .menu-items a:nth-child(1) {
  border-left: 1px solid #E2E8F0;
  margin-right: -5px;
  width: 55px;
  font-size: 15px;
}

html.en header .menu-bar .menu-items a:nth-child(1) {
  font-size: 15px;
  border-right: 1px solid #E2E8F0;
  border-left: none;
}

header .menu-bar .menu-items a:hover {
  color: var(--primary-color);
  opacity: 1;
}

header .menu-bar .search {
  display: flex;
  padding: 5px 0;
  align-items: center;
  position: relative;
}

.mobile-menu .search i,
header .menu-bar .search i {
  position: absolute;
  color: var(--secondary-color);
  opacity: 0.5;
  display: inline-block;
  font-size: 18px;
  right: 12px;
  top: 20px;
  z-index: 2;
}

.mobile-menu .search .search-ad,
header .menu-bar .search .search-ad {
  position: absolute;
  left: 13px;
  top: 18px;
  width: 100px;
}

.mobile-menu .search .search-ad {
  z-index: 1;
}

.mobile-menu .search input,
header .menu-bar .search input {
  position: relative;
  border: 1px solid #eee;
  background-color: #FFFFFF00;
  font-size: 18px;
  border-radius: 8px;
  padding: 10px 15px;
  padding-right: 35px;
  width: 200px;
  z-index: 1;
  border: 1px solid #CBD5E1;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  color: var(--secondary-color);
}

.mobile-menu .search {
  position: relative;
  padding: 5px;
}

.mobile-menu .search input {
  background: #FFF;
  border: none;
  width: 100%;
}

html.en .mobile-menu .search input,
html.en header .menu-bar .search input {
  font-size: 15px;
}

.mobile-menu .search input:focus,
header .menu-bar .search input:focus {
  background-color: #FFF;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 71px;
  left: 10px;
  right: 10px;
  z-index: 9999;
  background-color: var(--primary-color);
  border-radius: 10px;
}

.mobile-menu .menu-items {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

.mobile-menu .menu-items a {
  color: #FFF;
  font-size: 21px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.en .mobile-menu .menu-items a {
  font-size: 15px;
}

.mobile-menu .menu-items a:last-child {
  border-bottom: none;
}

.mobile-spacer {
  height: 65px;
}

.mobile-header {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 9999;
  background-color: var(--primary-color);
  border-radius: 10px;
}

.mobile-backdrop {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.mobile-header .logo {
  display: inline-block;
  padding: 10px;
}

.mobile-header .logo img {
  height: 35px;
}

.mobile-header .menu-item {
  color: #FFF;
  font-size: 18px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.mobile-header .menu-item.en {
  font-size: 14px;
}

.breaking-bar {
  position: relative;
  background-color: var(--primary-color);
  display: block;
  font-size: 0;
  border-radius: 10px 10px;
  user-select: none;
  margin: 5px 0;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
}

.breaking-bar strong {
  color: #FFF;
  font-size: 24px;
  border-left: 1px solid #B91C1C;
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
}

.breaking-bar span {
  color: #FFF;
  display: inline-block;
  font-size: 21px;
  padding: 15px 20px;
  vertical-align: middle;
}

.en .breaking-bar strong {
  font-size: 18px;
  height: auto;
  border-right: 1px solid #B91C1C;
}

.en .breaking-bar span {
  font-size: 18px;
}

@media (max-width: 768px) {
  .breaking-bar strong {
    border-left: none;
    height: auto;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .breaking-bar span {
    padding-top: 15px;
    border-top: 1px solid #B91C1C;
  }
}

.developing {
  z-index: 0;
  background-color: #EAB308;
}

.developing strong {
  border-left: 1px solid #CA8A04;
}

.running-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  opacity: 0.5;
}

.running-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  animation: running-bar 5s linear infinite;
}

@keyframes running-bar {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 50%;
    width: 50%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

.cover-news {
  display: block;
}

.cover-news .image {
  width: 100%;
  height: 530px;
  border-radius: 10px;
}

.cover-news .image img {
  width: 100%;
  height: 530px;
  border-radius: 10px;
  object-fit: cover;
}

.cover-news .cover-content {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, #F3F4F6 100%);
  z-index: 1;
  padding: 30px 30px;
  max-width: 650px;
  margin: 0 auto;
  margin-top: -100px;
  box-shadow: 0 -90px 90px rgba(255, 0, 0, 0.2);
  border-radius: 10px;
}

.cover-news .cover-content .news-type {
  position: absolute;
  top: -42px;
  right: 30px;
  font-weight: bold;
  background-color: var(--primary-color);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
  padding: 5px 15px;
  color: #FFF;
  font-size: 21px;
  border-radius: 5px 5px 0 0;
}

.cover-news .cover-content .news-type i {
  font-size: 15px;
}

.cover-news .cover-content strong.topic {
  font-size: 18px;
  color: var(--primary-color);
  display: block;
  margin-bottom: 10px;
}

.cover-news .cover-content strong.topic .datetime {
  color: var(--secondary-color);
  opacity: 0.6;
}

.cover-news .cover-content strong.topic .datetime:before {
  vertical-align: middle;
  content: ' ';
  width: 40px;
  height: 1px;
  background-color: #CCC;
  display: inline-block;
  margin-left: 10px;
}

.cover-news .cover-content .news-title {
  font-size: 32px;
  color: var(--secondary-color);
  display: block;
  margin-bottom: 15px;
}

.cover-news .cover-content .news-descr {
  font-size: 16px;
  opacity: 0.5;
  line-height: 2em;
  color: var(--secondary-color);
}

@media (max-width: 768px) {

  .cover-news .image,
  .cover-news .image img {
    height: auto;
  }

  .cover-news .cover-content .news-title {
    font-size: 30px;
  }
}

.featured-main {
  position: relative;
  display: block;
}

.featured-main img {
  border-radius: 10px;
  width: 100%;
  height: 370px;
  object-fit: cover;
  margin-bottom: 15px;
}

.featured-main strong.topic {
  font-size: 18px;
  color: var(--primary-color);
  display: block;
  margin-bottom: 10px;
}

.featured-main strong.topic .datetime {
  color: var(--secondary-color);
  opacity: 0.6;
}

.featured-main strong.topic .datetime:before {
  vertical-align: middle;
  content: ' ';
  width: 40px;
  height: 1px;
  background-color: var(--primary-color);
  display: inline-block;
  margin-left: 10px;
}

.featured-main strong.title {
  font-size: 36px;
  line-height: 1.6em;
  color: var(--secondary-color);
  display: block;
  margin-bottom: 15px;
}

.featured-main p {
  font-size: 16px;
  opacity: 0.5;
  line-height: 2em;
  color: var(--secondary-color);
}

@media (max-width: 768px) {
  .featured-main img {
    height: auto;
  }

  .featured-main strong.title {
    font-size: 30px;
  }
}

.news-card {
  position: relative;
  display: block;
}

.news-card img {
  border-radius: 10px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.featured-main .news-type,
.news-card .news-type {
  position: absolute;
  top: 0px;
  right: 7px;
  background-color: var(--primary-color);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
  padding: 5px 15px;
  color: #FFF;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
}

.featured-main .news-type i,
.news-card .news-type i {
  font-size: 12px;
}

.news-card .news-type.developing-news {
  background-color: #FBBF24;
  box-shadow: 0 10px 30px rgba(255, 157, 0, 0.2);
}

.news-card strong.topic {
  font-size: 16px;
  color: var(--primary-color);
  display: block;
  margin-top: 10px;
}

.en .news-card strong.topic {
  font-size: 14px;
}

.news-card strong.topic .datetime {
  color: var(--secondary-color);
  opacity: 0.5;
}

.news-card strong.topic .datetime:before {
  vertical-align: middle;
  content: ' ';
  width: 20px;
  height: 1px;
  background-color: var(--secondary-color);
  opacity: 0.5;
  display: inline-block;
  margin-left: 10px;
}

.en .news-card strong.topic .datetime:before {
  margin-left: 0;
  margin-right: 10px;
}

.news-card .title {
  font-size: 21px;
  opacity: 0.8;
  /* padding-left: 15px; */
  line-height: 1.7em;
  color: var(--secondary-color);
  display: block;
  margin-top: 10px;
}

.en .news-card .title {
  font-size: 18px;
}

.news-card:hover .title {
  color: var(--primary-color);
}

.news-card-lg .title {
  font-size: 24px;
}

.news-card-lg img {
  height: 220px;
}

.news-row {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .news-row {
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    border-bottom: none;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.news-row strong.topic {
  font-size: 16px;
  color: var(--primary-color);
  display: block;
}

.en .news-row strong.topic {
  font-size: 14px;
}

.news-row strong.topic .datetime {
  color: var(--secondary-color);
  opacity: 0.5;
}

.news-row strong.topic .datetime:before {
  vertical-align: middle;
  content: ' ';
  width: 20px;
  height: 1px;
  background-color: var(--secondary-color);
  opacity: 0.5;
  display: inline-block;
  margin-left: 10px;
}

.en .news-row strong.topic .datetime:before {
  margin-left: 0;
  margin-right: 10px;
}

.news-row .title {
  font-size: 21px;
  opacity: 0.8;
  /* padding-left: 15px; */
  line-height: 1.7em;
  color: var(--secondary-color);
  display: block;
}

.en .news-row .title {
  font-size: 18px;
}

.news-row:hover .title {
  color: var(--primary-color);
}

.news-card-image {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .news-card-image {
    margin-bottom: 80px !important;
  }
}

.news-card-image img {
  width: 100%;
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}

.news-card-image .content {
  position: absolute;
  bottom: -50px;
  left: 10px;
  right: 10px;
  border-radius: 7px;
  padding: 15px;
  border-top: 2px solid var(--primary-color);
  /* border-top: 2px solid var(--primary-color); */
  /* background-color: #ff5977c1; */
  background-color: rgba(50, 50, 50, 0.505);
  backdrop-filter: blur(20px);
  z-index: 1;
}

.news-card-image .content strong {
  color: #FFF;
  font-size: 21px;
  line-height: 1.7em;
  margin-bottom: 0;
  display: block;
}

.news-card-image .content span {
  color: #FFF;
  font-size: 17px;
  display: inline-block;
  border-top: 1px dotted #FFF;
  padding-top: 10px;
}

.news-card-story {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #FCE7F3;
  box-shadow: 0 25px 60px rgba(170, 0, 74, 0.3);
}

.news-card-story img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-card-story .content {
  margin-top: -5px;
  border-radius: 7px;
  padding: 15px;
  background-color: #FBCFE8;
  backdrop-filter: blur(20px);
  z-index: 1;
}

.news-card-story .content strong {
  color: #BE185D;
  font-size: 21px;
  line-height: 1.7em;
  margin-bottom: 10px;
  display: block;
}

.news-card-story .content span {
  color: #DB2777;
  font-size: 17px;
  display: inline-block;
  border-top: 1px dotted #F472B6;
  padding-top: 10px;
}

.column-card {
  text-align: center;
}

.column-card .image {
  position: relative;
  margin-bottom: 30px;
}

.column-card .author-img {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  border: 2px solid rgba(254, 216, 172, 1);
  transform: translateX(-50%);
}

.column-card img {
  width: 100%;
  height: 220px;
  box-shadow: 0 10px 30px rgba(254, 216, 172, 0.5);
  object-fit: cover;
}

.column-card .title {
  margin-bottom: 10px;
}

.column-card .datetime {
  text-align: center;
  opacity: 0.5;
  display: block;
  color: var(--secondary-color);
}

.home-section {
  padding-top: 70px;
  margin-top: 0px;
  border-radius: 40px;
  background-color: #FFF;
}

.home-section .load-more-recent {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  /* margin-top: -30px; */
  background-color: var(--primary-color);
  color: #FFF;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.home-section .load-more-recent:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 60px;
  width: 150px;
  height: 1px;
  background-color: var(--secondary-color);
  opacity: 0.2;
}

.home-section .load-more-recent:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 60px;
  width: 150px;
  height: 1px;
  background-color: var(--secondary-color);
  opacity: 0.2;
}

@media (max-width: 768px) {
  .home-section {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.category-container {}

.category-container .category-image {
  margin-top: -60px;
  text-align: center;
  margin-bottom: 5px;
}

.category-container .category-image img {
  width: 120px;
  height: 120px;
  border: 1px solid #FFF;
  object-fit: cover;
  object-position: center;
  border-radius: 120px;
}

@media (max-width: 768px) {
  .category-container .category-image img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
}

.category-container .category-section {
  background-color: #E2E8F0;
  padding-top: 50px;
  margin-top: -80px;
  border-radius: 40px;
  z-index: 1;
  position: relative;
}

.category-container .category-top-container {
  position: relative;
  background-color: #CBD5E1;
  border-radius: 40px;
  padding-bottom: 130px;
  /* overflow: hidden; */
}

.category-container .category-top-container:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  border-radius: 100% 100% 40px 40px;
  background-color: #F1F5F9;
  filter: blur(100px);
}

.category-container h1 {
  position: relative;
  font-size: 35px;
  text-align: center;
  line-height: 1.7em;
  display: flex;
  color: var(--secondary-color);
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .category-container h1 {
    font-size: 25px;
  }
}

.category-container .subtopics {
  text-align: center;
}

.category-container .subtopics a {
  font-size: 16px;
  color: var(--secondary-color);
  padding: 10px 20px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 19px;
  margin: 1px;
}

.category-container h1:before {
  content: '';
  width: 20%;
  margin: 0 20px;
  border-top: 1px dotted var(--secondary-color);
}

.category-container h1:after {
  content: '';
  width: 20%;
  margin: 0 20px;
  border-top: 1px dotted var(--secondary-color);
}

.category-container .load-more {
  position: relative;
  bottom: -30px;
  right: 50%;
  transform: translateX(50%);
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  background-color: #FFC8C8;
  color: var(--primary-color);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  line-height: 60px;
  font-size: 20px;
}

.category-container.multimedia {}

.category-container.multimedia .category-top-container {
  background-color: #030712;
}

.category-container.multimedia .category-top-container:before {
  background-color: #111827;
}

.category-container.multimedia .category-top-container h1 {
  color: #FFF;
}

.category-container.multimedia h1:before,
.category-container.multimedia h1:after {
  border-color: #94A3B8;
}

.category-container.multimedia .subtopics a {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
}

.category-container.multimedia .category-section {
  background-color: #030712;
}

.category-container.multimedia .video-gallery .item {
  padding: 0;
}

.category-container.multimedia .gallery-slider .item .image-grid {
  height: auto;
}

.category-container.multimedia .gallery-slider .item .title,
.category-container.multimedia .video-gallery .item .title {
  color: #FFF;
}

.category-container.multimedia .load-more-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}

.category-container.multimedia .load-more-multimedia {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--primary-color);
  color: #FFF;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.category-container.multimedia .load-more-multimedia:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 60px;
  width: 150px;
  height: 1px;
  background-color: #FFF;
  opacity: 0.2;
}

.category-container.multimedia .load-more-multimedia:after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 60px;
  width: 150px;
  height: 1px;
  background-color: #FFF;
  opacity: 0.2;
}

.photo-viewer {
  background-color: #030712;
  border-radius: 40px;
  text-align: center;
}

.photo-viewer h1 {
  color: #FFF;
}

.photo-viewer .datetime {
  color: #FFF;
  opacity: 0.5;
  display: block;
}

.photo-viewer p {
  font-size: 18px;
  color: #FFF;
  opacity: 0.8;
  ;
  line-height: 2em;
  padding: 0 20px;
}

.photo-viewer .caption {
  font-size: 18px;
  padding: 15px 20px;
  display: block;
  color: #FFF;
  opacity: 0.8;
  ;
  line-height: 2em;
}

.photo-viewer .photo {
  background-color: #111827;
  border-radius: 40px;
}

.photo-viewer .photo img {
  width: 100%;
  border-radius: 40px;
}

.category-container.sports .category-top-container {
  background-color: #2DD4BF;
}

.category-container.sports .category-section {
  background-color: #CCFBF1;
}

.category-container.sports .load-more {
  background-color: #2DD4BF;
  color: #FFF;
}

.category-container.sports .widget .widget-title strong {
  color: #14B8A6
}

.category-container.sports .widget .widget-title:after,
.category-container.sports .widget .widget-title:before {
  border-color: #0D9488;
}

.category-container.sports .category-top-container:before {
  background-color: #99F6E4;
}

/* Roadha 2026 */
.roadha-banner {
  display: block;
  text-align: center;
  position: relative;
  background: #FFE2D4;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}

.roadha-banner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 50%;
  border-radius: 100% 100% 40px 40px;
  background-color: #9CD5FF;
  filter: blur(10px);
  z-index: 1;
}

.roadha-banner h2 {
  color: #355872;
  margin-bottom: -10px;
  font-size: 45px;
}

.category-container.roadha26 h1 {
  color: #355872;
  font-size: 45px;
}

@media screen and (max-width: 768px) {

  .category-container.roadha26 h1,
  .roadha-banner h2 {
    font-size: 28px;
  }
}

.category-container.roadha26 h1:before,
.category-container.roadha26 h1:after {
  border-color: #355872;
}

.category-container.roadha26 .category-top-container {
  background-color: #FFE2D4;
}

.category-container.roadha26 .category-section {
  background-color: #D0EBFF;
}

.category-container.roadha26 .load-more {
  background-color: #9CD5FF;
  color: #FFF;
}

.category-container.roadha26 .widget .widget-title strong {
  color: #355872
}

.category-container.roadha26 .widget .widget-title:after,
.category-container.roadha26 .widget .widget-title:before {
  border-color: #355872;
}

.category-container.roadha26 .category-top-container:before {
  background-color: #9CD5FF;
}

.widget-roadha26-menu {
  background: linear-gradient(180deg, #ECFCF9 20%, #DDF0FF 100%);
  border-radius: 40px;
  padding: 30px 20px;
}

.widget-roadha26-menu .widget-title {
  position: relative;
}

.widget-roadha26-menu .widget-title:before {
  border-color: #1869A4;
  bottom: 60px;
  right: 80px;
  width: 150px;
}

.widget-roadha26-menu .widget-title:after {
  border-color: #1869A4;
  bottom: 55px;
  right: 220px;
}

.roadha26-menu-item {
  display: block;
  padding: 5px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ECFCF9;
}

.roadha26-menu-item img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: contain;
}

/* End Roadha 2026 */

.video-card {
  display: block;
  padding: 5px;
  border-radius: 10px;
  background-color: #efdfd7;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #efdfd7;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.video-thumbnail img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.8;
}

.video-thumbnail .duration {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
}

.video-card .title {
  font-size: 21px;
  color: #333;
  margin-bottom: 5px;
  padding: 0 5px;
  display: block;
}

.video-card .datetime {
  font-size: 12px;
  color: #333;
  padding: 0 5px;
  text-align: right;
  display: block;
  margin-bottom: 5px;
  opacity: 0.5;
}

.modal-video {}

.modal-video .modal-content {
  background: transparent;
  border: none;
}

.modal-video .video-content {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 10px;
  margin: 20px 0;
  text-align: center;
}

.modal-video h2 {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 15px;
  display: inline-block;
  color: #FFF;
}

.modal-video p {
  color: #FFF;
  opacity: 0.7;
  font-size: 16px;
  margin-bottom: 15px;
}

.widget {}

.widget .widget-title {
  position: relative;
  margin-bottom: 30px;
}

.widget .widget-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  height: 1px;
  border-bottom: 1px dotted var(--primary-color);
}

.en .widget .widget-title:before {
  right: auto;
  left: 0;
}

.widget .widget-title:after {
  content: '';
  position: absolute;
  bottom: -4.5px;
  right: 23.9%;
  width: 10px;
  height: 10px;
  /* background-color: #FFF; */
  transform: rotate(-45deg);
  border-left: 1px dotted var(--primary-color);
  border-top: 1px dotted var(--primary-color);
}

.en .widget .widget-title:after {
  right: auto;
  left: 23.9%;
  transform: rotate(135deg);
}

.widget .widget-title strong {
  font-size: 30px;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .widget .widget-title strong {
    font-size: 24px;
  }

  .widget .widget-title:before {
    width: 50%;
  }

  .widget .widget-title:after {
    right: 48.1%;
  }
}

.widget .widget-title strong.dark {
  color: var(--secondary-color);
}

.widget .border-right {
  padding-right: 30px;
  border-right: 2px dotted rgba(255, 0, 0, 0.5);
}

.widget .border-left {
  padding-left: 30px;
  border-left: 2px dotted rgba(255, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .widget .border-right {
    border: none;
    padding-right: 15px;
  }

  .widget .border-left {
    border: none;
    padding-left: 15px;
  }
}

.widget-sports {
  background: linear-gradient(180deg, #CCFBF1 50%, #ECFCF9 100%);
  border-radius: 40px;
  padding: 30px 20px;
}

.widget-sports .widget-title {
  position: relative;
}

.widget-sports .widget-title:before {
  border-color: #1869A4;
  bottom: 60px;
  right: 80px;
  width: 150px;
}

.widget-sports .widget-title:after {
  border-color: #1869A4;
  bottom: 55px;
  right: 220px;
}

.widget-sports .widget-title strong {
  color: #26B2A4;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  display: inline-block;
}

.widget-sports .news-row .topic,
.widget-sports .news-card .topic {
  color: #26B2A4;
}

.widget-sports .news-row .title,
.widget-sports .news-card .title {
  color: #115E59;
}

.widget-sports .border-right {
  border-color: #26B2A4;
}

.widget-related {
  background: #FFF;
  border-radius: 40px;
  padding: 30px 20px;
}

.widget-reports {
  background: linear-gradient(180deg, #E2E8F0, #E2E8F000 50%);
  border-radius: 40px;
  padding: 30px 20px;
}

.widget-reports .widget-title {
  position: relative;
}

.widget-reports .widget-title:before {
  border-color: #EF4444;
  bottom: 60px;
  right: 80px;
  width: 150px;
}

.widget-reports .widget-title:after {
  border-color: #EF4444;
  bottom: 55px;
  right: 220px;
}

.widget-reports .widget-title strong {
  color: #EF4444;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  display: inline-block;
}

.widget-reports .news-row .topic,
.widget-reports .news-card .topic {
  color: #EF4444;
}

.widget-reports .news-row .title,
.widget-reports .news-card .title {
  color: #EF4444;
}

.widget-entertainment {
  background: linear-gradient(180deg, #F3E8FF 50%, #F3E8FF00 100%);
  border-radius: 40px;
  padding: 30px 20px;
}

.widget-entertainment .widget-title {
  position: relative;
}

.widget-entertainment .widget-title:before {
  border-color: #9333EA;
  bottom: 60px;
  right: 140px;
  width: 150px;
}

.widget-entertainment .widget-title:after {
  border-color: #9333EA;
  bottom: 55px;
  right: 280px;
}

.widget-entertainment .border-right {
  border-color: #9333EA;
}

.widget-entertainment .widget-title strong {
  color: #7E22CE;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  display: inline-block;
}

.widget-entertainment .news-row .topic,
.widget-entertainment .news-card .topic {
  color: #7E22CE;
}


.widget-story {
  background: #FDF2F8;
  border-radius: 40px;
  padding: 30px 20px;
}

.widget-story .widget-title {
  position: relative;
}

.widget-story .widget-title:before {
  border-color: #EC4899;
  bottom: 60px;
  right: 80px;
  width: 150px;
}

.widget-story .widget-title:after {
  border-color: #EC4899;
  bottom: 55px;
  right: 220px;
}

.widget-story .widget-title strong {
  color: #EC4899;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  display: inline-block;
}

.widget-column {
  background: linear-gradient(180deg, #FED7AA, #FEF9C300 50%);
  border-radius: 40px;
  padding: 30px 20px;
}

.widget-column .widget-title {
  text-align: center;
  position: relative;
}

.widget-column .widget-title:before,
.widget-column .widget-title:after {
  display: none;
}

.widget-column .widget-title strong {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  display: inline-block;
  color: #F59E0B;
  -webkit-text-stroke: 7px #FEF9C3;
  paint-order: stroke fill;
}

.widget-gallery {
  background: linear-gradient(90deg, #E2E8F0 50%, #CBD5E1 100%);
  border-radius: 0 40px 40px 0;
  margin-left: 0;
  margin-right: 30px;
  padding: 40px 40px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .widget-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}

.widget-gallery .widget-title {
  position: relative;
  padding: 30px 30px;
}

.widget-gallery .widget-title:before {
  display: none;
}

.widget-gallery .widget-title:after {
  display: none;
}

.widget-gallery .widget-title strong {
  font-size: 30px;
  display: inline-block;
  color: #1E293B;
  z-index: 1;
}

.widget-gallery .widget-title strong.en-x-bold {
  font-size: 30px;
  color: #1E293B;
}

.widget-gallery hr {
  border-color: #1E293B;
  border-style: dashed;
}

.gallery-slider {
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-slider .item {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-slider .item .content {
  padding: 10px 0;
}

.gallery-slider .item .content .title {
  font-size: 24px;
  color: var(--secondary-color);
  display: block;
  margin-bottom: 5px;
}

.gallery-slider .item .content .datetime {
  font-size: 14px;
  color: #FFF;
  opacity: 0.5;
  display: block;
}

.gallery-slider .item .image-grid {
  display: flex;
  flex-direction: row;
  gap: 5px;
  height: 450px;
}

@media (max-width: 768px) {
  .gallery-slider .item .image-grid {
    height: 250px;
  }
}

.gallery-slider .item .image-grid .main {
  position: relative;
  flex: 3;
}

.gallery-slider .item .image-grid .main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-slider .item .image-grid .grid {
  flex: 1;
  /* Takes 1 part of the available space */
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 5px;
}

.gallery-slider .item .image-grid .grid .grid-item {
  width: 100%;
  position: relative;
  background-color: #000;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.gallery-slider .item .image-grid .grid .grid-item img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover;
}

.gallery-slider .item .image-grid .grid .grid-item span {
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

.video-gallery {
  padding-right: 20px;
  padding-left: 20px;
}

.video-gallery .item {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.video-gallery .item .image {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-gallery .item .image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0.8;
}

.video-gallery .item .image .duration {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.video-gallery .item .image i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #FFF;
  background-color: var(--primary-color);
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 1);
  font-size: 24px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.video-gallery .item .image i:before {
  margin-left: 3px;
}

.video-gallery .item .title {
  font-size: 21px;
  color: var(--secondary-color);
  display: block;
  margin-top: 10px;
}



.ad-block {
  width: 100%;
}

.ad-block img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.ad-block strong.en {
  font-size: 10px;
  color: var(--secondary-color);
  opacity: 0.5;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.ad-block.ad-block-inline {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
  border-top: 1px dashed #D1D5DB;
  border-bottom: 1px dashed #D1D5DB;
}

.ad-block.ad-block-inline strong.en {
  display: block;
  text-align: center;
  padding-bottom: 0;
  margin: 0;
}

.section-divider {
  height: 50px;
}


.footer {
  padding: 30px 0;
  background-color: #E2E8F0;
  border-radius: 40px 40px 0 0;
}

.footer .footer-logo img {
  width: 150px;
}

.footer p {
  font-size: 12px;
}

.footer-menu {
  text-align: center;
}

.footer-menu a {
  display: inline-block;
  padding: 10px 15px;
  color: var(--secondary-color);
  border-radius: 10px;
  background-color: #F1F5F9;
  font-size: 17px;
  margin-bottom: 5px;
}

.footer-socials {
  text-align: center;
  margin-bottom: 15px;
  border-top: 1px dashed #b0b6bf;
}

.footer-socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--secondary-color);
  background-color: #F1F5F9;
  font-size: 17px;
  border-radius: 10px;
}

.footer-links {
  font-size: 12px;
  color: #888;
}

.footer-links a {
  display: inline-block;
  white-space: nowrap;
  color: var(--primary-color);
}

.footer-links a>i {
  color: #b0b6bf
}

.reader {
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .reader {
    padding-bottom: 50px;
  }
}

.reader:before {
  content: '';
  position: absolute;
  top: 500px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: -1;
  border-radius: 40px;
}

.reader.liveblog:before {
  background-color: #FFF8F0;
}

.reader h1 {
  font-size: 40px;
  line-height: 1.5em;
  color: var(--secondary-color);
}

.reader.en h1 {
  line-height: 1.3em;
}

@media (max-width: 768px) {
  .reader h1 {
    font-size: 30px;
  }
}

.reader .topic {
  color: var(--primary-color);
  font-size: 18px;
  display: block;
}

.photo-viewer .author,
.reader .author {
  display: inline-block;
  background-color: #FFF;
  border-radius: 50px;
  padding: 3px;
  padding-left: 20px;
}

.reader.en .author {
  padding-right: 20px;
  padding-left: 3px;
}

.photo-viewer .author {
  background-color: #111827;
}

.photo-viewer .author img,
.reader .author img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-left: 10px;
}

.reader.en .author img {
  margin-left: 0;
  margin-right: 10px;
}

.photo-viewer .author .author-name,
.reader .author .author-name {
  font-size: 17px;
  display: inline-block;
  color: var(--secondary-color);
}

.reader.en .author .author-name {
  font-size: 14px;
}

.photo-viewer .author .author-name {
  color: #FFF;
}

.reader .datetime {
  font-size: 14px;
  color: var(--secondary-color);
}

.reader .social-share {}

.reader .social-share a {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #FFF;
  color: var(--secondary-color);
}

.reader .social-share a[data-sharer="facebook"] {
  background-color: #3B5998;
  color: #FFF;
}

.reader .social-share a[data-sharer="twitter"] {
  background-color: #00ACED;
  color: #FFF;
}

.reader .social-share a[data-sharer="telegram"] {
  background-color: #0088CC;
  color: #FFF;
}

.reader .social-share a[data-sharer="whatsapp"] {
  background-color: #25D366;
  color: #FFF;
}

.reader .social-share a[data-sharer="viber"] {
  background-color: #665CFF;
  color: #FFF;
}

.reader .article-image {
  border-radius: 10px;
  overflow: hidden;
}

.reader .article-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .reader .article-image img {
    height: auto;
  }
}

.reader .article-image .image-caption {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  background-color: var(--secondary-color);
  padding: 12px;
  padding-top: 25px;
  border-radius: 10px;
  position: relative;
  z-index: -1;
  margin-top: -15px;
}

.reader.en .article-image .image-caption {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background-color: var(--secondary-color);
}

.reader.mv h2 {
  font-size: 26px;
  color: var(--secondary-color);
  font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
}

.reader h2.bullets {
  position: relative;
  padding-right: 40px;
  font-size: 21px;
  opacity: 0.8;
}

.reader h2.bullets:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: var(--primary-color);
  border-radius: 10px;
  right: 0;
  top: 50%;
}

.reader.en h2 {
  font-size: 17px;
  font-family: "Poltawski Nowy", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 15px;
  padding-left: 30px;
  color: var(--secondary-color);
}

.reader h2.en.bullets:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: var(--primary-color);
  border-radius: 10px;
  left: 0;
  top: 50%;
}

.reader.mv .article-body {
  position: relative;
  line-height: 1.9em;
  color: var(--secondary-color);
  max-width: 600px;
  font-size: 20px;
}

.reader.en .article-body {
  position: relative;
  line-height: 1.8em;
  color: var(--secondary-color);
  max-width: 600px;
  font-size: 14px;
}

.reader.mv .article-body h4,
.reader.mv .article-body h3,
.reader.mv .article-body h2 {
  padding: 0;
  font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  line-height: 1.5em;
  direction: rtl;
}

.reader.mv .article-body h4 {
  font-size: 22px;
}

.reader.mv .article-body h3 {
  font-size: 25px;
}

.reader.mv .article-body h2 {
  font-size: 28px;
}

.liveblog.mv .bullets p,
.liveblog.mv .bullets li,
.reader.mv .article-body p,
.reader.mv .article-body li {
  font-family: "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
  opacity: 0.8;
  font-size: 20px;
  /* max-width: 600px; */
}

.liveblog.en .bullets p,
.liveblog.en .bullets li,
.reader.en .article-body p,
.reader.en .article-body li {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  direction: ltr;
}

.reader .article-body p {
  margin-bottom: 35px;
}

.reader.en .article-body p {
  margin-bottom: 15px;
}

.liveblog.mv .bullets .embed-image img,
.liveblog.en .bullets .embed-image img,
.reader.en .article-body .embed-image img,
.reader.mv .article-body .embed-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.liveblog.mv .bullets .embed-image figcaption,
.reader.mv .article-body .embed-image figcaption {
  font-family: "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
  color: var(--secondary-color);
  opacity: 0.5;
  font-size: 16px;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: center;
  border-bottom: 1px dotted #59677b;
}

.liveblog.en .bullets .embed-image figcaption,
.reader.en .article-body .embed-image figcaption {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  direction: ltr;
  color: var(--secondary-color);
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: center;
  border-bottom: 1px dotted #59677b;
}

.reader .article-tags {
  border-top: 1px dashed #D1D5DB;
  padding-top: 20px;
}

.reader .article-tags a {
  display: inline-block;
  font-size: 18px;
  color: var(--secondary-color);
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 5px;
  min-width: 80px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #D1D5DB;
}

.liveblog .article-tags a {
  background-color: #FFEDD5;
  color: #78350F;
  border-color: #FDBA74;
}

.reader.en .article-tags a,
.liveblog.en .article-tags a {
  font-size: 14px;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  direction: ltr;
}

.reader .article-tags a:hover {
  background-color: #F1F5F9;
  color: var(--primary-color);
}

.reader .embed {
  margin-bottom: 30px;
}

.reader .embed.fb-post,
.reader .embed.twitter-post,
.reader .embed.instagram-post {
  display: flex;
  justify-content: center;
  border-top: 1px dashed #D1D5DB;
  border-bottom: 1px dashed #D1D5DB;
  padding-top: 20px;
  padding-bottom: 20px;
}

.embed-loading {
  font-size: 12px;
}

.reader .embed-link {
  position: relative;
}

.reader .embed-link .oembed-widget {
  background-color: #F1F5F9;
  display: flex;
  border-radius: 14px;
  text-align: center;
  padding: 4px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.reader .embed-link .oembed-widget .oembed-image {
  width: 150px;
  height: 130px;
}

.reader .embed-link .oembed-widget .oembed-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}

.reader .embed-link .oembed-widget .oembed-content {
  flex: 1;
  padding: 15px;
  text-align: left;
}

.reader .embed-link .oembed-widget .oembed-content .oembed-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  ;
  direction: ltr;
  color: var(--secondary-color);
}

.reader .embed-link .oembed-widget .oembed-content .oembed-link {
  font-size: 12px;
  color: var(--secondary-color);
}

.reader .embed-link .oembed-widget .oembed-content .oembed-title.thaana-bold {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.8em;
  ;
  direction: rtl;
  text-align: right;
  color: var(--secondary-color);
}

.reader .embed-link .oembed-widget .oembed-content .oembed-link.thaana-bold {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8em;
  ;
  direction: rtl;
  display: block;
  text-align: right;
  opacity: 0.5;
  color: var(--secondary-color);
}

.reader.mv .embed-quote {
  padding: 25px;
  max-width: 600px;
  border-top: 1px dashed #59677b;
  border-bottom: 1px dashed #59677b;
}

.reader.mv .embed-quote blockquote {
  font-size: 23px;
  position: relative;
  line-height: 2em;
  color: var(--secondary-color);
  font-style: normal;
  font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
  padding-left: 20px;
  padding-right: 50px;
  margin-bottom: 0;
}

.reader.mv .embed-quote blockquote:before {
  content: '“';
  font-size: 100px;
  color: var(--primary-color);
  font-style: normal;
  font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
  position: absolute;
  right: -20px;
  top: -40px;
  transform: scaleY(-1) scaleX(-1);
}

.reader.mv .embed-quote cite {
  font-size: 20px;
  color: var(--primary-color);
  font-style: normal;
  font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
  padding-right: 80px;
  position: relative;
}

.reader.mv .embed-quote cite:before {
  position: absolute;
  content: '— ';
  right: 50px;
}

.article-overlap-ad {
  margin-top: -100px;
}


.liveblog {}

.liveblog h2 {
  color: #78350F;
}

.liveblog .bullets {
  position: relative;
  padding-bottom: 20px;
}

.liveblog .bullets:before {
  content: '';
  position: absolute;
  border-right: 2px solid var(--primary-color);
  height: 100%;
  right: 20px;
  top: 0;
  bottom: -15px;
}

.liveblog.en .bullets:before {
  border-left: 2px solid var(--primary-color);
  border-right: none;
  left: 20px;
  bottom: -15px;
}

.liveblog .bullets:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: var(--primary-color);
  right: 14px;
  border: 1px solid #FFF;
  top: 40px;
  bottom: -15px;
}

.liveblog.en .bullets:after {
  left: 14px;
  right: auto;
}

.liveblog .bullets .bullet-meta {
  padding-top: 20px;
  padding-right: 40px;
  margin-bottom: 5px;
}

.liveblog.en .bullets .bullet-meta {
  padding-left: 30px;
  padding-right: 0;
}

.liveblog .bullets .bullet-meta .time {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: bold;
  margin-left: 15px;
  vertical-align: middle;
}

.liveblog.mv .bullets .bullet-meta .author-name {
  font-size: 16px;
  opacity: 0.8;
  color: var(--secondary-color);
  font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
  vertical-align: middle;
}

.liveblog.en .bullets .bullet-meta .author-name {
  font-size: 14px;
  direction: ltr;
  color: var(--secondary-color);
  margin-left: 10px;
  vertical-align: middle;
}

.liveblog .bullets .bullet-meta .author-name .fa {
  font-size: 13px;
  margin-right: 5px;
}

.liveblog.mv .bullets .bullet-title {
  font-size: 24px;
  color: #78350F;
  font-family: "Mv Eamaan XP", "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
  margin-bottom: 20px;
  display: block;
}

.liveblog.en .bullets .bullet-title {
  font-size: 18px;
  color: #78350F;
  margin-bottom: 20px;
  display: block;
}

.liveblog .bullets .bullet-content {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px;
  padding-right: 40px;
}

.liveblog.en .bullets .bullet-content {
  padding-left: 40px;
  padding-right: 20px;
}

.liveblog .bullets p,
.liveblog .bullets li {
  font-size: 19px;
  line-height: 1.8em;
}

.liveblog.en .bullets p,
.liveblog.en .bullets li {
  font-size: 14px;
  line-height: 1.8em;
}

.liveblog .bullets .bullet-text :last-child,
.liveblog .bullets .bullet-text p:last-child {
  margin-bottom: 0 !important;
}

.liveblog .bullets.featured .bullet-content {
  background-color: #FFEDD5;
  border: 1px solid #FDBA74;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.liveblog-auto-refresh {
  font-size: 12px;
  text-align: center;
  padding: 10px 20px;
  border-top: 1px dashed #FDBA74;
  border-bottom: 1px dashed #FDBA74;
  margin-bottom: 20px;
  color: #78350F;
}

.comment-section {}

.comment-section .comment-alert {
  font-size: 14px;
  line-height: 1.8em;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #BBF7D0;
}

.comment-section h2 {
  font-size: 20px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.comment-form {
  margin-bottom: 30px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border-radius: 10px;
  border: none;
  font-size: 13px;
  line-height: 1.8em;
  padding: 10px 20px;
  background-color: #FFF;
  margin-bottom: 5px;
}

.comment-form.thaana input,
.comment-form.thaana textarea {
  font-size: 18px;
  font-family: "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
}

.comment-form a {
  display: inline-block;
  padding: 10px 50px;
  font-size: 16px;
  background-color: var(--primary-color);
  color: #FFF;
  border-radius: 10px;
}

.comment-list {
  padding-right: 30px;
}

.comment-list .comment-box {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #E5E7EB;
}

.comment-list .comment-box:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #E5E7EB;
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 0 0 50px 2px #FFDEDE
}

.comment-list .comment-box .comment-body {
  font-size: 18px;
  line-height: 1.8em;
  color: var(--secondary-color);
}

.comment-list .comment-box .comment-name {
  font-size: 18px;
  line-height: 1.8em;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.comment-list .comment-box .comment-body.en {
  font-size: 14px;
  line-height: 1.8em;
  color: var(--secondary-color);
}

.comment-list .comment-box .comment-name.en-bold {
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: bold;
}

.iframe-responsive,
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.iframe-responsive iframe,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.pages {
  position: relative;
  bottom: -24px;
  text-align: center;
}

.pages a {
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  color: var(--secondary-color);
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 10px;
  margin: 2px 2px;
}

.pages a.active {
  color: #FFF;
  background-color: var(--primary-color);
}


.pages-container {
  max-width: 800px;
  padding: 30px;
  border-radius: 10px;
}

.pages-container h1 {
  font-size: 28px;
  text-align: right;
  color: var(--primary-color);
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--primary-color);
  margin-bottom: 30px;
}

.pages-container h2 {
  font-size: 24px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.pages-container p,
.pages-container li {
  font-family: "MV Faseyha", 'Faruma', 'Thaana Unicode Akeh';
  unicode-bidi: embed;
  direction: rtl;
  opacity: 0.8;
  line-height: 1.8em;
  font-size: 18px;
  margin-bottom: 15px;
}

.splash-ad {
  position: fixed;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  max-width: 500px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .splash-ad {
    max-width: calc(100% - 20px);
  }
}

.splash-ad .splash-ad-countdown-text {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 10px;
}

.splash-ad-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 10px;
}

.splash-ad.active {
  transform: translate(10px, -50%);
}

.slider-ads img,
.splash-ad img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {

  .slider-ads .col-md-4:nth-child(2) img,
  .slider-ads .col-md-4:nth-child(3) img {
    display: none;
  }
}