* {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

:root[dir="rtl"] * {
  text-align: right;
}

:root[dir="rtl"] .btn {
  text-align: center;
}

body.signup-page.dark-mode,
.dark-mode.signup-page .page-wrap {
  background-color: #1E1E1E;
  color: #FFFFFF;
}

body:not(.signup-page) {
  margin-top: calc(1.5rem + 105px);
}

body.dark-mode {
  background-color: #0D0D0D;
  color: #FFFFFF;
}

.signup-page .page-wrap {
  height: 100vh;
}

.dark-mode.signup-page .page-wrap .border-end {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.signup-h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  text-align: center;
}

.dark-mode .signup-h1 {
  color: #FFFFFF;
}

.signup-h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}

.dark-mode .signup-h2 {
  color: #FFFFFF;
}

.signup-p {
  font-style: normal;
  width: 500px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}

.dark-mode .signup-p {
  color: rgba(255, 255, 255, 0.5);
}

.signup-img-dark {
  display: none;
}

.dark-mode .signup-img-dark {
  display: block;
}

.dark-mode .signup-img {
  display: none;
}

@media (min-width: 576px) {
  .signup-section {
    width: 80%;
    margin: auto;
  }
}

.signup-form {
  margin-bottom: 90px;
}

.main {
  padding-bottom: 86px;
}

@media (min-width: 768px) {
  .main {
    padding-bottom: .8rem;
  }
}

.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="password"],
.signup-form select {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="password"] {
  padding: 20px 18px;
}

.signup-form input::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.35);
  font-weight: 300;
  line-height: 17.07px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.dark-mode .signup-form input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.dark-mode .form-label {
  color: #FFFFFF;
}

::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.35);
}

.dark-mode ::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.signup-form .form-control {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}

.dark-mode .signup-form .form-control {
  background: #0D0D0D;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}

.text-divider {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 0.1em;
  margin: 10px auto 20px;
}

.dark-mode .text-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.text-divider span {
  background: #fff;
  padding: 0 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.dark-mode .text-divider span {
  background-color: #1E1E1E;
  color: rgba(255, 255, 255, 0.5);
}

.google-btn {
  padding: 10px;
  box-sizing: border-box;
  width: 374px;
  height: 50px;
  border: 1px solid #407BFF;
  border-radius: 50px;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #000000 !important;
}

.google-btn:hover {
  background-color: #FFFFFF;
  color: #000000 !important;
}

.dark-mode .google-btn {
  color: #FFFFFF !important;
  border: 1px solid #5A8EFF;
}

.dark-mode .google-btn:hover {
  color: #FFFFFF !important;
  background-color: #1E1E1E;
}

.google-icon {
  height: 20px;
}

.signup-btn {
  padding: 12px;
  box-sizing: border-box;
  width: 374px;
  height: 50px;
  border-radius: 50px;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

.dark-mode .signup-btn {
  background: #5A8EFF;
}

.button-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);

}

.dark-mode .button-link {
  color: rgba(255, 255, 255, 0.5);
}

.dark-mode .button-link .text-black {
  color: #FFFFFF !important;
}

.button-link a {
  text-decoration: none;
}

.navbar {
  background: #FEFEFE;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.dark-mode .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.search-form {
  width: 521px;
}

.search-inner-btn {
  position: absolute;
  /* left: 100px;
  top: 43px; */
  background: 0 0;
  font-size: 12px;
  border: 0;
  /* padding-left: 20px;
  padding-right: 13px; */
  padding: 0;
  width: 19px;
  height: 19px;
  left: 10px;
  top: 10px;
}

.search-field input {
  color: #86898e;
  font-size: 12px;
  height: 40px;
  width: 100%;
  padding-left: 50px;
  border: 0;
  padding-right: 15px;
  border: 0;
  font-weight: 400;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}

.dark-mode .search-field input {
  background-color: #0D0D0D;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dark-mode .search-field input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.navbar-light {
  background-color: #FEFEFE;
}

.dark-mode .navbar {
  background-color: #0E0E0E;
  color: white;
}

.nav-item:not(.nav-item:last-child) {
  margin-right: 2rem;
}

:root[dir="rtl"] .nav-item:not(.nav-item:last-child) {
  margin-right: 0;
  margin-left: 2rem;
}

.nav-item .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.dark-mode .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5) !important;
}

.dark-mode .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.nav-item .nav-link img {
  display: block;
  /* padding-right: 25px; */
  margin: auto;
  height: 26px;
  margin-bottom: 3px;
}

.nav-item .nav-link img.icon-dark {
  display: none;
}

.dark-mode .nav-link img {
  display: none;
}

.dark-mode .nav-link img.icon-dark {
  display: block;
}

.nav-item .active {
  color: #407bff !important;
}

.dark-mode .nav-item .active {
  color: #5A8EFF !important;
}

.h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.dark-mode .h1 {
  color: #fff;
}

.featured-news {
  row-gap: 1.5rem !important;
  /* gap: 35px; */
  /* gap: 12px; */
}
@media (min-width: 388px) {
  .featured-news {
      gap: 1rem;
  }
}

@media (min-width: 563px) {
  .featured-news {
    gap: 4px;
  }
}

@media (min-width: 575px) {
  .featured-news {
    gap: 10px;
  }
}

@media (min-width: 576px) {
  .featured-news {
    gap: 78px;
  }
}

@media (min-width: 768px) {
  .featured-news {
    gap: 20px;
  }
}

@media (min-width: 1200px) {
  .featured-news {
    gap: 80px;
  }
}

@media (min-width: 1399px) {
  .featured-news {
    gap: 50px;
  }
}

.box {
  /* margin: 15px; */
  width: 100%;
  height: 161px;
  background: #FFFFFF;
  box-shadow: 0px 4.94153px 24.7076px rgba(0, 0, 0, 0.08);
  border-radius: 9.88306px;

}

/* @media (min-width: 388px) {
  .featured-news {
    gap: 1rem;
  }
}

@media (min-width: 563px) {
  .featured-news {
    gap: 4px;
  }
} */

/* .box:not(.box:nth-child(2n)) {
  margin-right: 2.1rem;
}

@media (min-width: 576px) {
  .box {
    margin-right: 2.5rem;
  }
} */


/* @media (min-width: 375px) {
  .box {
    width: calc(50% - .5rem);
    height: 161px;
  }
} */

@media (min-width: 388px) {
  .box {
    width: calc(50% - .5rem);
    height: 147px;
  }
}

@media (min-width: 576px) {
  .box {
    width: 218.66px;
    height: 181.6px;
  }
}

.dark-mode .box {
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 4.94153px 24.7076px rgba(0, 0, 0, 0.08);
  color: #fff;
}

.news-img {
  /* padding: 15px; */
  /* height: 100px;
  width: 132px; */
  margin-right: 2rem;
  height: 50px;
  overflow: hidden;
  display: flex;
}

.news-img img {
  width: auto;
  height: auto;
}

.news-icon img {
  /* padding: 15px; */
  width: 21.64px;
  height: 28.86px;
  cursor: pointer;
}

.news-icon img.dark {
  display: none;
}

.dark-mode .news-icon img {
  display: none;
}

.dark-mode .news-icon img.dark {
  display: block;
}

.news-link {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  /* padding-left: 10px; */
}

.dark-mode .news-link {
  color: #FFFFFF;
}

.create-icon {
  border-radius: 50%;
  border: 1px solid #0d6efd;
  padding: 2px;
}

/* .button-tabs a{
  margin-right: 10px;
} */
.button-tabs {
  margin: auto;
  width: 50%;
}

.article-img img {
  width: 100px;
  height: 80px;
  border-radius: 10.0513px;
}

.article-title p {
  width: 512px;
  height: 48px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.article-title span {
  width: 129px;
  height: 17px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.article-vews p,
.article-reads p,
.article-saves p,
.article-plays p {
  width: 42px;
  height: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.article-vews span,
.article-reads span,
.article-saves span,
.article-plays span {
  width: 53px;
  height: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.article-detail img {
  width: 1280px;
  height: 380px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 8px;
}

.artical-title {
  width: 407px;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.article-date span {
  width: 129px;
  height: 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.see-more {
  height: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #407BFF;
  margin: auto;
  width: 100px;
}

.sports .col-lg-6 .text-div {
  width: 550.87px;
  height: 25.4px;
}

.sports .col-lg-6 .overlay-text {
  position: relative;
  left: 22px;
  bottom: 72px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.politics .col-lg-6 .text-div,
.entertainment .col-lg-6 .text-div,
.economics .col-lg-6 .text-div {
  width: 550.87px;
  height: 25.4px;
}

.politics .col-lg-6 .overlay-text,
.entertainment .col-lg-6 .overlay-text,
.economics .col-lg-6 .overlay-text {
  position: relative;
  left: 22px;
  bottom: 72px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.navbar-brand .go-back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.4rem;
  cursor: pointer;
}

.navbar-brand .go-back img {
  width: 21px;
  height: 13.5px;
}

:root[dir="rtl"] .navbar-brand .go-back {
  margin-right: 0;
  margin-left: 1.4rem;
  transform: rotate(180deg);
}

.navbar-brand .page-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
}

.dark-mode .navbar-brand .page-name {
  color: #FFFFFF;
}

/*========================== Start: Buttons=============================== */
.btn-primary2 {
  background-color: #407BFF;
  color: #FFFFFF;
  padding: 0.875em 1.5em;
  font-weight: 400;
  font-size: 8px;
  line-height: 20px;
  font-style: normal;
  border-radius: 8px;
}

.dark-mode .btn-primary2 {
  background-color: #5A8EFF;
}

.btn-primary2:hover {
  color: white;
}

.btn-primary2 img,
.btn-primary2 i,
.btn-outline-primary2 img,
.btn-outline-primary2 i {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.btn-outline-primary2 {
  border: 1px solid #407BFF;
  background: rgba(255, 255, 255, 0);
  color: #407BFF;
  padding: 0.875em 1.5em;
  font-weight: 400;
  font-size: 8px;
  line-height: 20px;
  font-style: normal;
  border-radius: 8px;
}

.dark-mode .btn-outline-primary2 {
  border: 1px solid #5A8EFF;
  color: #5A8EFF;
}

.btn-outline-primary2:hover {
  color: #407BFF;
}

.dark-mode .btn-outline-primary2:hover {
  color: #5A8EFF;
}

@media (min-width: 305px) {

  .btn-primary2,
  .btn-outline-primary2 {
    font-size: 10px;
  }
}

@media (min-width: 386px) {

  .btn-primary2,
  .btn-outline-primary2 {
    font-size: 12px;
  }
}

@media (min-width: 386px) {

  .btn-primary2,
  .btn-outline-primary2 {
    font-size: 14px;
  }
}

@media (min-width: 430px) {

  .btn-primary2,
  .btn-outline-primary2 {
    font-size: 16px;
  }
}

/*===================== End: Buttons============================= */

/*====================== Start: Articles =======================*/
.articles {}

.article {
  padding: 1.5rem 0;
}

.articles-newspaper .article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
  .article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}

.article .section:not(.section:last-child) {
  margin-right: 1rem;
}

:root[dir="rtl"] .article .section:not(.section:last-child) {
  margin-left: 1rem;
  margin-right: 0;
}

.article .details {
  padding: .2rem 0;
  margin-right: 6rem;
}

.article .details .title,
.article .details .title a {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 8px;
  text-decoration: none;
  font-weight: 500;
}

.articles-newspaper .article .details .title,
.articles-newspaper .article .details .title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.dark-mode .article .details .title,
.dark-mode .article .details .title a {
  color: #FFFFFF;
}

@media (min-width: 576px) {

  .article .details .title,
  .article .details .title a {
    font-size: 20px;
    line-height: 24px;
  }
}

.article .details .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.articles-newspaper .article .details .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.dark-mode .article .details .date {
  color: rgba(255, 255, 255, 0.5);
}

.article .thumbnail {
  width: 100px;
  min-width: 100px;
  height: 80px;
  min-height: 80px;
  overflow: hidden;
  border-radius: 10.0513px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.articles-newspaper .article .thumbnail {
  width: 98px;
  min-width: 98px;
  height: 98px;
  min-height: 98px;
}

.article .thumbnail img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}

.article .stats {
  margin-right: 2rem;
}

.article .stats.stats-mobile {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.article .stats .stat:not(.stat:last-child) {
  margin-right: 4vw;
}

.article .stats .stat .value {
  display: block;
  margin-bottom: 8px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.dark-mode .article .stats .stat .value {
  color: #FFFFFF;
}

.article .stats .stat .label {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.dark-mode .article .stats .stat .label {
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 576px) {
  .article .stats .stat .value {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }

  .article .stats .stat .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}

.article .actions .btn-group button, .actions .btn-group button:not(.dropdown-item) {
  background: none !important;
}

.article .actions .btn-group button img.icon-dark,
.dark-mode .article .actions .btn-group button img,
.actions .btn-group button img.icon-dark,
.dark-mode .actions .btn-group button img
 {
  display: none;
}

.dark-mode .article .actions .btn-group button img.icon-dark,
.dark-mode .actions .btn-group button img.icon-dark {
  display: block;
}

.article .actions .dropdown-menu.new, .actions .dropdown-menu.new {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0px 8px 8px;
  border: 0;
}

.dark-mode .article .actions .dropdown-menu.new, .dark-mode .actions .dropdown-menu.new {
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}

.dark-mode .article .actions .dropdown-menu.new .dropdown-item, .dark-mode .actions .dropdown-menu.new .dropdown-item {
  color: #FFFFFF;
}

.dark-mode .article .actions .dropdown-menu.new .dropdown-item:hover,
.dark-mode .article .actions .dropdown-menu.new .dropdown-item:focus,
.dark-mode .actions .dropdown-menu.new .dropdown-item:hover,
.dark-mode .actions .dropdown-menu.new .dropdown-item:focus {
  color: #000000;
}

.dark-mode .article .actions .dropdown-menu.new .dropdown-item:active,
.dark-mode .actions .dropdown-menu.new .dropdown-item:active {
  color: #FFFFFF;
}

/* .articles-newspaper > div:not(:nth-child(2n)) {
  padding-right: 0rem;
}

.articles-newspaper > div:nth-child(2n) {
  padding-left: 0rem;
} */

@media (min-width: 992px) {
  .articles-newspaper>div:not(:nth-child(2n)) {
    padding-right: 4rem;
  }
  :root[dir="rtl"] .articles-newspaper>div:not(:nth-child(2n)) {
    padding-left: 4rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .articles-newspaper>div:nth-child(2n) {
    padding-left: 4rem;
  }
  :root[dir="rtl"] .articles-newspaper>div:nth-child(2n) {
    padding-right: 4rem;
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

@media (min-width: 1200px) {
  .articles-newspaper>div:not(:nth-child(2n)) {
    padding-right: 7rem;
  }

  .articles-newspaper>div:nth-child(2n) {
    padding-left: 7rem;
  }
}

@media (min-width: 992px) {
  .articles-newspaper>div:not(:nth-child(2n)) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  :root[dir="rtl"] .articles-newspaper>div:not(:nth-child(2n)) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: none;
  }
}

.article .actions-newspaper {
  bottom: 0;
  right: 0;
}
:root[dir="rtl"] .article .actions-newspaper {
  left: 0;
}

.article .actions-newspaper img {
  width: 20.57px;
  height: 17.89px;
}

.dark-mode .article .actions-newspaper button img,
.article .actions-newspaper button img.icon-dark {
  display: none;
}

.dark-mode .article .actions-newspaper button img.icon-dark {
  display: block;
}

/* Article2 */
.articles.slider .owl-controls {
  display: none !important;
}

.articles .article-2 {
  /* width: 631.97px; */
  width: 100%;
  height: 187px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.articles .article-2 img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.articles .article-2 .title {
  position: absolute;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  margin: 0;
  bottom: 16px;
  padding: 0 .8rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .articles .article-2 .title {
    padding: 0 2.5rem;
  }
}

.articles .article-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
}

/*====================== End: Articles =======================*/


.article-detail .main-text {
  width: 613px;
  height: 35.47px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
  bottom: 60px;
  left: 40px;
}

.news-detail-navbar .navbar-nav {
  border-bottom: 3px solid rgba(42, 39, 43, 0.15);
}

.news-detail-navbar .navbar-nav .nav-item {
  /* border-bottom: 3px solid rgba(42, 39, 43, 0.15); */
  margin-right: 0;
}

.news-detail-navbar .navbar-nav .active {
  border-bottom: 3px solid #407BFF;
}

.news-detail-navbar .navbar-nav .nav-item {
  margin-bottom: -3px;
}

.news-detail-navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 2.5rem;
}

.news-detail-navbar .navbar-nav .nav-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* margin-right:2rem; */
}

.news-detail-navbar .nav-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

/* .mobile-news-navbar ul{
  flex-direction: row;
} */
/* .mobile-news-navbar .nav-item{
  border-bottom: 3px solid rgba(42, 39, 43, 0.15);
  margin-right:0!important;
} */
/* .mobile-news-navbar .active{
  border-bottom: 3px solid #407BFF;
}
.mobile-news-navbar .nav-item a{
  margin-right:2rem;
} */
.sports .sport-img {
  width: 631.97px;
  height: 250px;
  border-radius: 8px;
  filter: brightness(50%);
}

.sports-text {
  position: relative;
  bottom: 60px;
  left: 10px;
  width: 550.87px;
  height: 25.4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.container-fluid .news-full-img {
  width: 100vw;
  height: 375px;
  filter: brightness(70%);
}

.news-top .back-keyword {
  position: relative;
  z-index: 5;
  top: 40px;
  left: 35px;
  width: 40px;
  height: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

.news-top .bookmark-keyword {
  position: relative;
  z-index: 5;
  top: 40px;
  left: 88%;
  width: 40px;
  height: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

.news-top .share-keyword {
  position: relative;
  z-index: 5;
  top: 40px;
  left: 89%;
  width: 40px;
  height: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

.news-top span {
  position: relative;
  bottom: 70px;
  left: 70px;
  width: 630px;
  height: 29px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.container .img-content img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.container .text-content p {
  width: 129px;
  height: 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  padding: 0;
  margin: 0;
}

.container .text-content span {
  width: 129px;
  height: 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.container .text-content .d-flex span {
  width: 25px;
  height: 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
  padding: 3px;
}

.listen-section span {
  width: 49px;
  height: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #407BFF;
}

.news-section-detail {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

/*========= Newspaper Logo ============*/
.navbar-brand.newspaper-logo .logo {
  width: 45px;
  height: 45px;
  border-radius: 8px;
}

/*============== Breaking News Slider ===============*/
.breaking-news .slider-img {
  width: 100%;
  height: 187px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (min-width: 576px) {
  .breaking-news .slider-img {
    height: 380px;
  }
}

.breaking-news .slider-img img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.breaking-news .slider-img .slider-text {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  left: 24px;
  right: 24px;
  bottom: 31px;
  color: #FFFFFF;
  z-index: 2;
}

@media (min-width: 576px) {
  .breaking-news .slider-img .slider-text {
    left: 30px;
    right: 30px;
    bottom: 40.53px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
}

.breaking-news .slider-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.breaking-news .owl-pagination {
  margin-top: 1.5rem;
  text-align: center;
}

.breaking-news .owl-pagination .owl-page span {
  background: #D9D9D9 !important;
  width: 6px !important;
  height: 6px !important;
}

.breaking-news .owl-pagination .owl-page.active span {
  background-color: #407BFF !important;
}

.dark-mode .breaking-news .owl-pagination .owl-page.active span {
  background-color: #5A8EFF !important;
}

/*======================= News Section =====================*/
.news-section {
  margin-bottom: 2.9rem;
}

@media (min-width: 576px) {
  .news-section {
    margin-bottom: 4rem;
  }
}

.news-section .title,
.news-section .title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.dark-mode .news-section .title,
.dark-mode .news-section .title a {
  color: #FFFFFF;
}

.news-section .see-more {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #407BFF;
  border: none;
  text-decoration: none;
}

.dark-mode .news-section .see-more {
  color: #5A8EFF;
}

/*=================== New Dropdown ====================*/
.dropdown.new>.dropdown-toggle::after {
  display: none;
}

.dropdown-menu.new[data-bs-popper] {
  left: initial;
  right: -20%;
}

:root[dir="rtl"] .dropdown-menu.new[data-bs-popper] {
  right: initial;
  left: -20%;
}

.dropdown-menu.new {
  border: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
}

.dropdown-menu.new .content {
  position: absolute;
  z-index: 200;
  width: 414px;
  height: 653px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  right: 0;
  max-height: calc(100vh - 100px);
  overflow: auto;
  display: flex;
  overflow-x: hidden;
}

/* .mobile-nav .dropdown-menu.new {
  position: initial;
} */

.mobile-nav .dropdown-menu.new {
  transform: none !important;
  position: fixed !important;
  width: 100%;
  /* height: calc(100vh - 106px - 68px); */
  height: calc(100vh - 69px) !important;
  max-height: calc(100vh - 69px) !important;
  /* top: 105px !important; */
  top: 0 !important;
  right: 0 !important;
}

.mobile-nav .dropdown-menu.new .content {
  position: fixed;
  width: 100%;
  /* height: calc(100vh - 106px - 68px); */
  height: calc(100vh - 69px) !important;
  max-height: calc(100vh - 69px) !important;
  /* top: 105px !important; */
  top: 0 !important;
  right: 0;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

:root[dir="rtl"] .dropdown-menu.new .content {
  right: initial;
  left: 0;
}

.dark-mode .dropdown-menu.new .content {
  background: #1B1B1B;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.dropdown-menu.new .content .header {
  padding: 2.5rem 1.8rem 1.5rem;
  border-bottom: 0.828px solid rgba(0, 0, 0, 0.08);
}

.dark-mode .dropdown-menu.new .content .header {
  border-bottom: 0.828px solid rgba(255, 255, 255, 0.08);
}

.dropdown-menu.new .content .body {
  overflow-y: auto;
  height: 560px;
  overflow-y: auto;
}

.dropdown-menu.new .content .footer {
  border-top: 0.828px solid rgba(0, 0, 0, 0.08);
}

.dark-mode .dropdown-menu.new .content .footer {
  border-bottom: 0.828px solid rgba(255, 255, 255, 0.08);
}

.dropdown-menu.new .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

.dark-mode .dropdown-menu.new .content .title {
  color: #FFFFFF;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(0.5px);
  z-index: 100;
}

/*============ Notification ====================*/
.notifications-panel {}

.notifications-panel .panel-header {
  padding: 2.5rem 1.8rem;
  border-bottom: 0.828px solid rgba(0, 0, 0, 0.08);
}

.dark-mode .notifications-panel .panel-header {
  border-bottom: 0.828px solid rgba(255, 255, 255, 0.08);
}

.notifications {
  overflow-y: auto;
  height: auto;
  overflow-y: auto;
}

.notification {
  border-bottom: 0.828px solid rgba(0, 0, 0, 0.08);
  padding: 1.5rem 1.25rem;
}

.dark-mode .notification {
  border-bottom: 0.828px solid rgba(255, 255, 255, 0.08);
}

.notification.unread {
  background-color: #F9FBFF;
}

.dark-mode .notification.unread {
  background-color: #101010;
}

.notification .img-wrap {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

:root[dir="rtl"] .notification .img-wrap {
  margin-right: 0;
  margin-left: 1rem;
}

.notification .img-wrap img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.notification .text,
.notification .text a {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0.5rem;
}

.dark-mode .notification .text,
.dark-mode .notification .text a {
  color: #FFFFFF;
}

.notification .date {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.dark-mode .notification .date {
  color: rgba(255, 255, 255, 0.5);
}

.mark-all-read-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.dark-mode .mark-all-read-btn {
  color: #FFFFFF;
}

/*============= Profile Menu ====================*/
.profile {
  padding: 2.5rem 1.5rem 1.187rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-mode .profile {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.profile .profile-info {
  margin-bottom: 17px;
}

.profile .profile-info .avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 1rem;
}

.profile .profile-info .avatar img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.profile .profile-info .user-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 4px;
}

.dark-mode .profile .profile-info .user-name {
  color: #FFFFFF;
}

.profile .profile-info .user-email {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}

.dark-mode .profile .profile-info .user-email {
  color: rgba(255, 255, 255, 0.5);
}

.profile .profile-info .user-phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.profile .profile-info .btn-dropdown-close {
  top: 10.76px;
  right: 0;
  cursor: pointer;
}
.dark-mode .profile .profile-info .user-phone {
  color: rgba(255, 255, 255, 0.5);
}

.profile .actions {
  display: flex;
  flex-direction: column;
}

.profile .actions .btn {
  background: #407BFF;
  border: 1px solid #407BFF;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 0.9rem;
}

.dark-mode .profile .actions .btn {
  background: #5A8EFF;
  border: 1px solid #5A8EFF;
}

.profile .actions .btn.outline {
  background-color: rgba(255, 255, 255, 0);
  color: #407BFF;
}

.dark-mode .profile .actions .btn.outline {
  color: #407BFF;
}

.profile .actions .btn:not(:last-child) {
  margin-bottom: 1rem;
}

/*============= Quick Settings ===================*/
.quick-settings {
  padding: 1rem 1.5rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-mode .quick-settings {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.quick-settings .setting {
  margin-bottom: 1.5rem;
}

.quick-settings .setting:not(:first-child) {
  margin-bottom: 0;
}

.quick-settings .setting .label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 1rem;
}

.dark-mode .quick-settings .setting .label {
  color: #FFFFFF;
}

.sign-out-link {
  font-weight: 500;
  font-size: 16px;
  color: #407BFF;
  text-decoration: none;
  margin: 1.375rem 1.5rem;
  display: inline-block;
}

.sign-out-link:hover {
  color: #407BFF;
}

.dark-mode .sign-out-link {
  color: #407BFF
}

/* Toggle Switch New */
.toggle-switch-new {
  background: #F2F4F5;
  border-radius: 24px;
  width: 239px;
  height: 32px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* .dark-mode .toggle-switch-new {
  background: #333333;
} */

.dark-mode .toggle-switch-new {
  background: #F2F4F5;
}

.toggle-switch-new label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  flex-grow: 1;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  /* overflow: hidden; */
  border-radius: 24px;
  width: 50%;
}

.toggle-switch-new label.active {
  color: rgba(0, 0, 0, 0.5) !important;
}

.dark-mode .toggle-switch-new label.active {
  color: rgba(255, 255, 255, 0.5) !important;
}

.dark-mode .toggle-switch-new label {
  color:#303030;
}

/* .toggle-switch-new label.active {
  background-color: #407BFF;
  border-radius: 24px;
  color: #FFFFFF !important;
}

.dark-mode .toggle-switch-new label.active {
  background-color: #5A8EFF;
  color: #FFFFFF !important;
} */

.toggle-switch-new label .active-mask {
  background-color: #407BFF;
  border-radius: 24px;
  color: #FFFFFF !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s cubic-bezier(.54, 1.60, .5, 1);
}

.dark-mode .toggle-switch-new label .active-mask {
  background-color: #5A8EFF;
  color: #FFFFFF !important;
}

.toggle-switch-new label.first .active-mask {
  transform: translateX(100%);
  z-index: 1;
}

:root[dir="rtl"] .toggle-switch-new label.first .active-mask {
  transform: translateX(-100%);
  z-index: 1;
}

.toggle-switch-new label.second .active-mask {
  transform: translateX(-100%);
  z-index: 1;
}

:root[dir="rtl"] .toggle-switch-new label.second .active-mask {
  transform: translateX(100%);
  z-index: 1;
}

.toggle-switch-new label.active .active-mask {
  transform: translateX(0%) !important;
  z-index: 2 !important;
}

/*============= Quick Settings ===================*/
.panel-nav {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-mode .panel-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-nav ul {
  list-style: none;
  padding: 0;
}

.panel-nav ul li {
  margin-bottom: 1.5rem;
}

.panel-nav ul li:last-child {
  margin-bottom: 0;
}

.panel-nav ul a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .8rem;
}

.panel-nav ul a .item-text {
  color: #000000;
  font-weight: 500;
  font-size: 1rem;
}

.dark-mode .panel-nav ul a .item-text {
  color: #FFFFFF;
}

/*==================== Article Page========================== */

.article-page .container {
  padding-right: .2rem !important;
  padding-left: .2rem !important;
}

@media (min-width: 367px) {
  .article-page .container {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
  }
}

@media (min-width: 430px) {
  .article-page .container {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

/* Cover Image */
.article-page .cover-img {
  width: 100%;
  height: 250px;
  min-width: 100%;
  min-height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .article-page .cover-img {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 576px) {
  .article-page .cover-img {
    height: 375px;
    min-height: 375px;
  }
}

.article-page .cover-img img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.article-page .cover-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.article-page .cover-img .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 1.4rem;
  z-index: 2;
  width: 100%;
}

@media (min-width: 576px) {
  .article-page .cover-img .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    bottom: 4rem;
  }
}

.article-page .cover-img .title .container {
  padding: 0;
}

.article-page .actions {
  position: absolute;
  top: 2.5rem;
  width: 100%;
  z-index: 2;
}

@media (min-width: 576px) {
  .article-page .actions {
    top: 2.5rem;
  }
}

.article-page .actions .container {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.article-page .actions .back {
  display: flex;
  align-items: center;
}

.article-page .actions .back img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 0.6rem;
}

.article-page .actions .back {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

.article-page .actions .back span {
  display: none;
}

@media (min-width: 576px) {
  .article-page .actions .back span {
    display: block;
  }
}

.article-page .actions .tools {
  display: flex;
}

.article-page .actions .tools .btn.tool {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  padding: 0;
}

.article-page .actions .tools .btn.tool:first-child {
  margin-right: 2rem;
}

.article-page .actions .tools .btn.tool img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.article-page .actions .tools .btn.tool span {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .article-page .actions .tools .btn.tool:first-child {
    margin-right: 2.5rem;
  }

  .article-page .actions .tools .btn.tool img {
    margin-bottom: 0.4rem;
  }

  .article-page .actions .tools .btn.tool span {
    display: block;
  }
}

/* Meta Info */

.article-page .meta-info {
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .article-page .meta-info {
    margin-bottom: 5rem;
  }
}

.article-page .meta-info .container {
  display: flex;
}

.article-page .author-info {
  display: flex;
  align-items: center;
}

.article-page .meta-info .avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: .5rem;
}

@media (min-width: 576px) {
  .article-page .meta-info .avatar {
    margin-right: 1rem;
  }
}


.article-page .author-info .avatar img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  border-radius: 100%;
}

.article-page .author-info .details .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0.5rem;
}

.dark-mode .article-page .author-info .details .name {
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .article-page .author-info .details .name {
    font-size: 18px;
  }
}

.article-page .author-info .details .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.dark-mode .article-page .author-info .details .date {
  color: rgba(255, 255, 255, 0.5);
}

.article-page .meta-info .views-wrap {
  flex-grow: 1;
  display: flex;
  padding-left: .5rem;
}

@media (min-width: 576px) {
  .article-page .meta-info .views-wrap {
    padding-left: 1.8rem;
  }
}

.article-page .meta-info .views {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.article-page .meta-info .views img {
  width: 20px;
  height: 20px;
  margin-right: 0.25rem;
}

.dark-mode .article-page .meta-info .views img,
.article-page .meta-info .views img.icon-dark {
  display: none;
}

.dark-mode .article-page .meta-info .views img.icon-dark {
  display: block;
}

.article-page .meta-info .views span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1px;
}

.dark-mode .article-page .meta-info .views span {
  color: rgba(255, 255, 255, 0.5);
}

.article-page .meta-info .toggle-speech {
  display: flex;
  align-items: center;
}

.article-page .meta-info .toggle-speech img {
  width: 21px;
  height: 21px;
  margin-right: 0.34rem;
}

.dark-mode .article-page .meta-info .toggle-speech img,
.article-page .meta-info .toggle-speech img.icon-dark {
  display: none;
}

.dark-mode .article-page .meta-info .toggle-speech img.icon-dark {
  display: block;
}

.article-page .meta-info .toggle-speech span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #407BFF;
}

.dark-mode .article-page .meta-info .toggle-speech span {
  color: #5A8EFF;
}

/* Main Content */
.article-page .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 2.5rem;
}

.dark-mode .article-page .content {
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .article-page .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 3.5rem;
  }
}
.page-name{
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.dark-mode .page-name {
  color: #fff;
}

/*=============== News Slider =============*/
.news-slider .article-2 {
  max-width: 631.97px;
  width: 100%;
  /*  margin-right: 1rem;*/
}

.news-slider .article-2 {
  height: 187px;
  max-width: 100%;
}

.articles .owl-item {
  /*  margin-right: 1rem;*/
  padding: 0px 0.5rem !important;
}

@media (min-width: 576px) {
  .article-2 {
    height: 250px !important;
  }
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .search-form {
    width: 355px;
  }

  .article-detail .main-text {
    width: 326px;
    height: 38px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    position: relative;
    bottom: 50px;
    left: 10px;
  }

  /* .search-inner-btn {
    left: 11px;
    top: 107px;
  } */
  .navbar-nav .box {
    width: 173px;
    height: 147px;
    margin: 5px;
  }

  .news-img {
    width: 110px;
  }

  .news-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }

  .mobile-nav {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    list-style: none;
    left: 0;
    background-color: #FEFEFE;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    overflow-x: auto;
  }

  .dark-mode .mobile-nav {
    background: #0E0E0E;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }

  .mobile-nav ul {
    list-style: none;
  }

  .nav-link {
    padding-left: 5px;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  .navbar-light .navbar-toggler img {
    height: 28px;
  }

  .button-tabs {
    margin: auto;
    width: 100%;
  }

  .article-title p {
    width: 224px;
    height: 51px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;

  }

  .article-img img {
    width: 98px;
    height: 79px;
    left: 20px;
    top: 235px;
    border-radius: 10.0513px;
  }

  .article-title p {
    width: 224px;
    height: 51px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
  }

  .article-title span {
    width: 129px;
    height: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.5);
  }

  .article-detail img {
    width: 374px;
    height: 187px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 8px;
  }

  .artical-title {
    width: 259px;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }

  .article-img {
    width: 98px;
    height: 98px;
    border-radius: 10.0513px;
  }

  .article-icons {
    position: absolute;
    right: 70px;
  }

  .sports .sport-img {
    width: 374px;
    height: 250px;
    border-radius: 8px;
    filter: brightness(50%);
  }

  .sports-text {
    position: relative;
    bottom: 60px;
    left: 10px;
    width: 326px;
    height: 38px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
  }

  .container-fluid .news-full-img {
    width: 414px;
    height: 250px;
  }

  .news-top span {
    bottom: 80px;
    left: 30px;
    width: 374px;
    height: 48px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
  }

  .news-top .bookmark-keyword {
    left: 58%;
  }

  .news-top .share-keyword {
    left: 60%;
  }
}
.btn-user-type {
  font-size: 22px;
  border: solid 1.5px #809dcf;
  color: #809dcf;
  min-width: 102px;
}
.btn-user-type:hover {
  color: white;
  background-color: #809dcf;
}
.thumbnail img {
  cursor: pointer;
}
.create-article-container { 
  margin: 150px auto; max-width: 960px; 
  background-color: rgba(0, 0, 0, 0.08);
}

.holder_default {
  width: 100%;
  height: 305px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 2.5rem;
}

.dark-mode .holder_default {
  background-color: rgba(255, 255, 255, 0.08);
}

.holder_default input[type="file"] {
  visibility: hidden;
  widows: 0;
  height: 0;
  position: absolute;
  left: -100%;
}

.holder_default .prompt img {
  width: 37.5px;
  height: 37.5px;
  min-width: 37.5px;
  min-height: 37.5px;
  margin-bottom: 1.4rem;
}

.holder_default .prompt img.icon-dark,
.dark-mode .holder_default .prompt img {
  display: none;
}

.dark-mode .holder_default .prompt img.icon-dark {
  display: block;
}

.holder_default .prompt span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}

.dark-mode .holder_default .prompt span {
  color: rgba(255, 255, 255, 0.5);
}

.holder_default .image_preview {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* border-radius: 8px; */
}

.holder_default .image_preview img {
  width: auto;
  height: 100%;
}

.btn-publish, .btn-publish:hover {
  padding: 16px 50px;
  background: #407BFF;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.dark-mode .btn-publish, .btn-publish:hover {
  background: #5A8EFF;
}

.dark-mode .edit-profile * {
  color: white;
}

.dark-mode .edit-profile a {
  color: #5A8EFF;
}

.dark-mode .edit-profile .btn[type="submit"] {
  background-color: #5A8EFF;
}

.dark-mode .edit-profile input {
  background-color: rgba(255, 255, 255, 0.08);
  border: none;
  box-shadow: none;
  outline: none;
}

:root[dir="rtl"] .icon-arrow {
  transform: rotate(180deg);
}

.dark-mode table {
  color: white;
}

.dark-mode .card {
  background-color: #0D0D0D;
  color: white;
}
.response-section{
  overflow: hidden;
}

/*================== Chart ======================*/
.chart-container {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 3.20755px;
  padding: 2.5rem 0 1.8rem;
  margin-top: 2.375rem;
}

.dark-mode .chart-container {
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.chart-container .nav-tabs {
  margin-left: 3rem;
  width: fit-content;
  border-bottom: 1px solid #D9D9D9;
}

.dark-mode .chart-container .nav-tabs {
  border-bottom: 1px solid #333333;
}

.chart-container .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(5, 5, 5, 0.5);
  border: none;
}

.chart-container .nav-link:hover {
  border: none !important;
}
.chart-container .nav-link:focus-visible {
  border: none !important;
  outline: none !important;
}

.chart-container .nav-link.active {
  color: #407BFF;
  border: none;
  border-bottom: 1px solid #407BFF;
}

.chart-container .nav-link.active:hover {
  color: #407BFF !important;
  border: none !important;
  border-bottom: 1px solid #407BFF !important;
}

.dark-mode .chart-container .nav-link {
  background: #101010;
  color: #FFFFFF !important;
}

.dark-mode .chart-container .nav-link.active {
  color: #5A8EFF !important;
  border-bottom: 1px solid #5A8EFF;
}

.dark-mode .chart-container .nav-link.active:hover {
  color: #5A8EFF !important;
  border-bottom: 1px solid #5A8EFF;
}

.analytics-filter-wrapper {
  width: fit-content;
  border-radius: 24px;
  position: relative;
}

.analytics-filter-wrapper .icon-clock {
  position: absolute;
  top: 15;
  left: 20;
}

.analytics-filter-wrapper .icon-clock.icon-dark, .dark-mode .analytics-filter-wrapper .icon-clock {
  display: none;
}

.dark-mode .analytics-filter-wrapper .icon-clock.icon-dark {
  display: block;
}

.analytics-filter-wrapper .icon-arrow {
  position: absolute;
  top: 22;
  right: 21;
}

.analytics-filter-wrapper .icon-arrow.icon-dark, .dark-mode .analytics-filter-wrapper .icon-arrow {
  display: none;
}

.dark-mode .analytics-filter-wrapper .icon-arrow.icon-dark {
  display: block;
}

.analytics-filter {
  /* width: 228px;
  height: 50px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 24px; */
  margin-top: 80px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  /* padding: 15px 20px; */
  width: 228px;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  box-shadow: none !important;
  text-align: center;
}

.dark-mode .analytics-filter {
  background: #0D0D0D;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
}

.dark-mode .analytics-filter option {
  background: #0D0D0D;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
}

/*================ Audio Player ==================*/
.audio-player {
  position: absolute;
  bottom: -14px;
  right: 64px;
  /* padding-top: 15px;
  margin: 0;
  padding-bottom: 0; */
}
.audio-player1 {
  padding-top: 15px;
  margin: 0;
  padding-bottom: 0;
  z-index: 1;
  position: relative;
  right: 40px;
  top: -18px;
}
@media (max-width: 480px) {
  .audio-player1{
    top: 19px;
    left: 1px;
  }
  .audio-player{
    right: 2px;
  }
}
.audio-palyer-btn{
  position: absolute;
  bottom: -13px;
  display: flex;
  right: -50px;
}
.audio-palyer-btn button{
    border: 0;
    background: transparent;
    /* padding-left: 12px; */
}
.audio-player audio {
  width: 282px;
  height: 25px;
}
.audio-player1 audio {
  /* width: 282px; */
  height: 25px;
}

.home-carousal {
  height: 51vh;
  overflow: hidden;
}

.carousal-bullet-item {
  width: 10px;
  height: 10px;
  background: grey;
  margin-top: 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.carousal-bullet-item:hover {
  background: black;
}

.carousal-bullet-active {
  background: black;
}

.home-carousal-inner {
  border-radius: 5px;
}

.owl-controls {
  display: none !important;
}

.owl-item {
  margin-right: 18px;
}

.latest-box-newspaper-title {
  font-size: 14px;
  font-weight: 600;
}

img {
  transition: all 0.5 ease-in-out !important;
}

.lastest-box-title {
  font-size: 15px;
  font-weight: 600;
}

.home-latest-card {
  border: 0;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  border-radius: 8px !important;
}

.home-latest-card-img {
  border-radius: 8px 8px 0px 0px;
}

.owl-item-href {
  text-decoration: none;
  color: #3a3636;
}

.owl-item-href:hover {
  text-decoration: none;
  color: #3a3636;
}

/* .carousal-bullets, .latest-section {
  background-color: #f3f3f3;
} */

.latest-title, .recommended-title, .articles-list-title, .popular-writers-title, .category-title {
  font-weight: 600;
  font-size: 24px;
}

.home-recommended-card-img {
  border-radius: 5px;
}

.see-more-href {
  text-decoration: none;
}

.see-more-href:hover {
  text-decoration: underline;
  color: gray;
}

.articles-list .article {
  display: flex;
}

.list-acticle-img {
  height: 13vh;
  width: -webkit-fill-available;
  border-radius: 6px;
}

.article-info {
  padding-left: 25px;
}

.list-article-newspaper {
  font-size: 16px;
  font-weight: 600;
}

.list-acticle-date {
  font-size: 16px;
  color: gray;
}

.list-article-href {
  text-decoration: none;
  color: black;
}

.list-article-href:hover {
  text-decoration: none;
  color: black;
}

.articles-list .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.list-article-img {
  overflow: hidden;
}

.article {
  position: relative;
  right: 10px;
  border: 0;
}

.popular-writer-card {
  width: fit-content;
}

.popular-writer-img {
  width: 135px !important;
  height: 135px !important;
  object-fit: cover;
}
@media(max-width:480px){
  .popular-writer-img {
    width: 69px !important;
    height: 73px !important;
    object-fit: cover;
  }
}

.category-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.category-image {
  width: 100%;
}

.category-list-title {
  font-size: 18px;
  font-weight: 600;
}

#category-owl .owl-wrapper-owl {
  position: relative !important;
  right: 10px !important;
}

.category-owl-href {
  text-decoration: none;
  color: black;
}

.category-owl-href:hover {
  text-decoration: none;
  color: black;
}

#home-main-owl .owl-item img {
  /* width: -webkit-fill-available; */
  width: 100%;
  height: auto;
}

#home-main-owl .owl-wrapper-outer {
  max-height: 51vh;
}

#home-main-owl .owl-wrapper-outer .owl-item div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

#home-main-owl .owl-controls {
  display: block !important;
}

.main-owl-title {
  position: absolute;
  color: white;
  z-index: 1000;
  top: 80%;
  left: 3%;
  width: 70%;
  word-break: break-word;
  font-size: 28px;
}

.home-main-owl-image {
  object-fit: cover;
  height: 100%;
}

#home-main-owl .owl-wrapper-outer .owl-wrapper .owl-item {
  margin-left: 0px !important;
}

.home-latest-owl-image {
  height: 20vh !important;
  object-fit: cover !important;
  border-radius: 8px 8px 0px 0px;
}

#home-recommended-owl .owl-item .owl-item-href::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.home-latest-title {
  position: absolute;
  z-index: 10000;
  bottom: 0;
  color: white;
  margin-left: 18px;
  margin-bottom: 21px;
  font-size: 24px;
}

.home-recommended-card-img {
  height: 38vh;
  object-fit: cover;
}

.home-main-owl-image {
  /* height: 51vh !important; */
  object-fit: contain !important;
}

@media(max-width:767px) {
  .home-main-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .latest-section, .recommended-section, .articles-list-section, .writers-section, .writers-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-carousal {
    max-height: 37vh;
  }
}

@media(max-width:432px) {
  .home-carousal {
    max-height: 33vh;
  }
}

@media(max-width:370px) {
  .home-carousal {
    max-height: 28vh;
  }
}
.popular-image{
  position: absolute;
  width: 196px;
  height: 196px;
  left: 81px;
  top: 150.26px;
}
.setting_position img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.setting_position{
  position: relative;
  margin-bottom: 10px;
}
.icon{
  position: absolute;
  background: #407BFF;
  border-radius: 11px;
  left: 82px;
  top: 0px;
}
.icon img{
  width: 20px;
  height: 20px;
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  width: 230px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a span{
  padding-left: 10px;
  text-align: center;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.plus_icon{
  position: absolute;
  left: 25px;
}
.plus_icon1{
  position: absolute;
  top: 16px;
  left: 25px;

}
.create-form {
  /* width: 100%; */
  padding: 50px 0;
  text-align: center;
  background-color:  #FFFFFF;;
  margin-top: 20px;
  border: 1px solid lightgray;
  border-radius: 4px;
  display: none;
  z-index: 1;
}
.create-form p{
  text-align: left;
  margin-left: 15px;
  font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #A3A3A3;
}
.create-form h4{
text-align: left;
margin-left: 15px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #000000;
}
.create-form button{
  background: #407BFF; 
 border-radius: 50px;
 width: 100px;
}
.create-form .close_btn{
  background: none;
  border: 1px solid #407BFF;
  border-radius: 50px;
}
.create-form .saveplaylist{
  display: flex;
  justify-content: space-between;
}
.create-form .saveplaylist input[type="checkbox"]{
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 2px;
  margin-left: 20px;
  width: 25px;
height: 25px;

border-radius: 4px;
}
 .saveplaylist{
  margin: auto;
} 
.saveplaylist label{
  margin-left: -100px;
}
.create-form1 h1 , 
.saveplaylist label{
  font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #000000;

}

/*====================== Start: Dropdown Tabs =======================*/
.dropdown-tab {
  display: none;
  width: 100%;
  min-width: 100%;
}

.dropdown-tab.add-transition {
  transition: all .5s;
}

.dropdown-tab.tab-active {
  display: block;
}

.dropdown-tab .tab-header {
  padding: 2.5rem 1.5rem;
}

.dropdown-tab .tab-header .tab-title {
  color:#000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.dark-mode .dropdown-tab .tab-header .tab-title {
  color: #FFFFFF;
}

.dropdown-tab .tab-header .btn-dropdown-back {
  left: 0;
}

.dropdown-tab .tab-header .mark-all-read-btn {
  right: 0;
}
/*====================== End: Dropdown Tabs =======================*/

/*====================== Start: Dropdown Article =======================*/
.dropdown-articles .article {
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: static;
  right: 0;
}

.dropdown-articles .article:last-child {
  border: none;
}

.dark-mode .dropdown-articles .article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dropdown-articles .article .thumbnail {
  width: 98px;
  height: 98px;
  border-radius: 4px;
  margin-right: 0.75rem !important;
}

.dropdown-menu.new .content .publisher {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0.75rem;
}

.dark-mode .dropdown-menu.new .content .publisher {
  color: rgba(255, 255, 255, 0.6);
}

.dropdown-menu.new .content .dropdown-articles .title {
  margin-bottom: 0.75rem !important;
}

.dropdown-menu.new .content .title, .dropdown-menu.new .content .title a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.dark-mode .dropdown-menu.new .content .title, .dark-mode .dropdown-menu.new .content .title a {
  color: #FFFFFF;
}

.dropdown-menu.new .content .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.dark-mode .dropdown-menu.new .content .date {
  color: rgba(255, 255, 255, 0.5);
}
/*====================== End: Dropdown Article =======================*/


/*====================== Start: Dropdown Newspaper =======================*/
.dropdown-menu.new .newspapers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.dropdown-menu.new .newspaper {
  width: calc((100% - (0.875rem * 2)) / 3);
  margin-bottom: 0.75rem;
}

.dropdown-menu.new .newspaper .img {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 3.70297px;
  width: 114.79px;
  height: 92.57px;
  overflow: hidden;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  width: 114.79px;
  height: 92.57px;
}

.dropdown-menu.new .newspaper .img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.dropdown-menu.new .newspaper .newspaper-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #0D0D0D;
  margin-bottom: 0;
}

.dark-mode .dropdown-menu.new .newspaper .newspaper-title {
  color: #FFFFFF;
}

/*====================== End: Dropdown Newspaper =======================*/

/*====================== Start: Dropdown Playlists Nav =======================*/
.dropdown-menu.new .playlists {
  margin-bottom: 1.5rem;
}

.dropdown-menu.new .playlists ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

.dropdown-menu.new .playlists ul:active {
  cursor: pointer;
}

.dropdown-menu.new .playlists ul::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

.dropdown-menu.new .playlists .btn {
  background-color: rgba(255,255,255,0);
  padding: 0.5rem  0.75rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #407BFF;
  color: #407BFF;
}

.dark-mode .dropdown-menu.new .playlists .btn {
  color: white;
  border: 1px solid white;
}

.dropdown-menu.new .playlists .btn.active {
  background-color: #407BFF;
  color: #FFFFFF !important;
  border: 1px solid #407BFF;
}

.playbtn {
  margin-bottom: 1.5rem;
}

.btn.playbtn {
  color:#407BFF;
  background: rgba(64, 123, 255, 0.15);
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 10px;
}

.dark-mode .btn.playbtn {
  background-color: #343434;
  color: #FFFFFF;
}

.btn.playbtn svg.dark {
  display: none;
}

.dark-mode .btn.playbtn svg.dark {
  display: block;
} 

.dark-mode .btn.playbtn svg {
  display: none;
} 
/*====================== End: Dropdown Playlists Nav =======================*/

.btn-edit-profile {
  max-width: 173px;
}
div#social-links {
  margin: 0 auto;
  max-width: 500px;

}
div#social-links ul li {
  display: inline-block;
}          
div#social-links ul li a {
  padding: 20px;
  border: 1px solid #ccc;
  margin: 1px;
  font-size: 30px;
  color: #222;
  background-color: #ccc;
}
.explore_article_categories{
  box-shadow: 0px 0 10px rgb(0 0 0 / 8%);
  border: 0;
}
.explore_article_categories .card-body a img{
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
  height: 70px;
  width: auto;
}

#explore-article-owl .owl-item {
  width: fit-content !important;
}
.popular-writer-img:hover{
  border: 2px solid #0d6efd;
}
.newspaper-card{
  background: #FFFFFF;
  box-shadow: 0px 4.94153px 24.7076px rgb(0 0 0 / 8%);
  border-radius: 9.88306px;
  border: 0;
}
.newspaper-card .card-body img{
  width: 129.36px;
  height: 99.72px;
}
@media(max-width:480px){
  .newspaper-card .card-body img{
    width: 92px;
    height: 92px;
  }
  .journalist-item__col{
   display: flex;
   justify-content: center;
   align-items: center;
  }

}
@media(max-width:320px){
  .newspaper-card .card-body img{
    width: 59px;
    height: 34px;
  }
}
.latest_article_card{
  border-radius: 5px;
}
.latest_article_img{
  height: 133.47px;
}
.text-dark{
  color: #000000;
}
.lastest-title{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: #0D0D0D;
}
.dropdown .dropbtn{
  background: white;
}
.show_btn{
  display: none;
}
.player-card{
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  position: sticky;
  bottom: 9px;
  display: none;
}

/* div > img {
  transition: 300ms;
}
div > img:hover {
  opacity: 0.7;
  cursor: pointer;
} */

.c-containter {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* padding: 1em; */
}

.music-container {
  position: relative;
  /* display: flex;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  max-height: 290px; */
}

.album-cover {
  flex: 1 0 30%;
}
.album-cover img {
  width: 100%;
  height: 100%;
}

.arrow {
  position: absolute;
  top: calc(50% - 2.5em);
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  width: 5em;
  height: 5em;
  cursor: pointer;
}
.arrow:hover {
  background: rgba(255, 255, 255, 0.5);
}
.arrow img {
  display: block;
  width: 20px;
  margin: 0 auto;
}
.arrow.left {
  left: -5em;
}
.arrow.right {
  right: -5em;
}

.music-player {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  background: white;
  padding: 1em;
  text-align: center;
}
.music-player__title {
  margin: 0 0 0.1em 0;
}
.music-player__author {
  /* margin: 0 0 0.5em 0; */
  font-weight: 400;
    font-size: 16px;
}

.music-bar {
  background: #efefef;
  stroke-width: 1;
  height: 8px;
  width: 100%;
}
.music-bar:hover {
  cursor: pointer;
}
.music-bar #length {
  width: 0%;
  background: #2196F3;
  height: 100%;
  transition: width linear 200ms;
}

.music-time {
  display: flex;
  flex-flow: row wrap;
}
.music-time__last {
  margin-left: auto;
}

.music-order {
  display: flex;
  flex-flow: row wrap;
}
.music-order__shuffle, .music-order__loop {
  width: 1.2em;
  height: 1.2em;
  opacity: 0.2;
  margin: 0.3em 0;
}
.music-order__shuffle.is-loop, .music-order__loop.is-loop {
  opacity: 1 !important;
}
.music-order__shuffle.is-loop-one, .music-order__loop.is-loop-one {
  opacity: 1 !important;
}
.music-order__shuffle {
  margin-left: auto;
}

.music-control {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: 2em;
}
.music-control__play {
  width: 3em;
  height: 3em;
  margin: 0 1em;
  padding-top: 12px;
}
.music-control__backward, .music-control__forward {
  width: 1.5em;
  height: 1.5em;
}

.disclaimer {
  font-size: 0.9em;
  margin-top: 1em;
  text-align: center;
}
.disclaimer a {
  color: #2196F3;
}

@media all and (max-width: 960px) {
  .c-containter {
    display: block;
    overflow: auto;
  }

  .music-container {
    flex-flow: column wrap;
    max-height: inherit;
    max-width: 270px;
    margin: 0 auto;
    overflow: auto;
  }

  .music-player {
    width: 100%;
    max-width: 100%;
  }
  .music-player__title {
    font-size: 16px;
  }
  .music-player__author {
    font-size: 1em;
  }

  .album-cover {
    position: relative;
    flex: 1 1 100%;
    max-width: 270px;
    max-height: 270px;
  }

  .arrow {
    position: absolute;
    top: calc(50% - 1.5em);
    width: 3em;
    height: 3em;
  }
  .arrow.left {
    left: 0;
  }
  .arrow.right {
    right: 0;
  }

  .music-control__play {
    width: 2.2em;
    height: 2.2em;
  }
}