<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}

:root {
  --bs-green: #009b40;
  --bs-success: #009b40;
  --bs-success-rgb: 0, 155, 64;
}

/*************************************************/
/* Variables */
/*************************************************/
.flipx {
  transform: scalex(-1);
}

.flipy {
  transform: scaley(-1);
}

.text-underline {
  text-decoration: underline !important;
}

.rounded10 {
  border-radius: 10px;
}

.rounded50 {
  border-radius: 50px !important;
}

.text-white {
  color: #fff !important;
}

.text-darkblue {
  color: #135C91 !important;
}

.text-blue {
  color: #1AAEFF !important;
}

.bg-blue {
  background: #1AAEFF !important;
}

.bg-darkblue {
  background: #135C91 !important;
}

.fz70 {
  font-size: 70px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz60 {
  font-size: 60px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz12 {
  font-size: 12px !important;
}

body {
  font-family: "Tajawal";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F2F2F2;
}

a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none !important;
  font-family: "Tajawal";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tajawal";
}

.common-wrapper {
  padding: 5% 0;
}

.btn-darkblue {
  background: #1AAEFF;
  color: #ffffff;
  font-size: 25px;
  padding: 5px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-darkblue:hover, .btn-darkblue:active, .btn-darkblue:focus {
  background: none;
  color: #1AAEFF;
  box-shadow: inset 0 0 0 1px #1AAEFF, 0 5px 16px 0 rgba(0, 0, 0, 0.37);
  transform: translateY(-3px);
}

.btn-color1 {
  background: #1AAEFF;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-color1:hover, .btn-color1:active, .btn-color1:focus {
  background: #1AAEFF;
  color: white;
  box-shadow: inset 0 0 0 2px white;
}

.btn-white {
  background: white;
  color: #1AAEFF;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 8px;
  transition: all 0.3s;
  box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.16);
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: #1AAEFF;
  color: white;
  box-shadow: inset 0 0 0 2px white;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1100px;
  }
}
@media (min-width: 1600px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1100px;
  }
}

.input-1{
    border: 1px solid rgba(112, 112, 112, 0.3);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: none !important;
}

.btn-1 {
    color: #fff !important;
    background-color: #0f618f;
    border: none;
    padding: 10px 35px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.btn-2 {
    color: #fff !important;
    background-color: #1AAEFF;
    border: none;
    padding: 10px 35px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.btn-1.sm,
.btn-2.sm{
    padding: 6px 20px;
}

.btn-1 i,
.btn-2 i{
    font-size: 14px;
}

.section-div{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.remove-btn {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #f00;
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 5px;
}

td,th{
    padding: 20px !important;
}

/*************************************************/
/* Main Styles */
/*************************************************/
header {
  margin-bottom: -54px;
  background: #fff;
}

.social-top {
  padding: 10px 0;
  background-color: #135C91;
}
.social-top ul {
  padding: 0;
  margin: 0;
}
.social-top li a {
  color: #fff;
  display: inline-block;
}
.social-top li a:hover {
  color: #1AAEFF;
}

.logo {
  padding-top: 12px;
}

.logo-section .editor-in-chief {
  display: flex;
  align-items: center;
  position: relative;
}
.logo-section .editor-in-chief .wrapper {
  position: absolute;
  bottom: 37px;
  right: -120px;
}
.logo-section .editor-in-chief .name {
  color: #fff;
  text-align: center;
  position: relative;
  margin-left: 20px;
}
.logo-section .editor-in-chief .name:before {
  content: "";
  width: calc(100% + 200px);
  height: 100%;
  background: #1AAEFF;
  transform: skewX(50deg);
  left: -140px;
  position: absolute;
  right: auto;
}
.logo-section .editor-in-chief .name cite {
  font-size: 15px;
  color: #f2f2f2;
  font-style: normal;
  padding-top: 1em;
  display: block;
  position: relative;
  z-index: 1;
}
.logo-section .editor-in-chief .name figure {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 1em;
  position: relative;
  z-index: 1;
}
.logo-section .editor-in-chief .img {
  z-index: 1;
}
.logo-section .editor-in-chief img {
  filter: drop-shadow(7px 0 0px #000);
  width: 270px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu {
  margin-top: 9px !important;
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.main-nav {
  margin-top: -54px;
  padding-bottom: 54px;
  z-index: 1;
}
.main-nav .navbar-light {
  background: #135C91;
}
.main-nav .navbar-light .navbar-nav .nav-link {
  color: white;
  font-weight: bold;
  font-size: 15px;
  display: block;
}
.main-nav .navbar-light .navbar-nav .nav-link.active, .main-nav .navbar-light .navbar-nav .nav-link:hover {
  color: #1AAEFF;
}

.news-ticker {
  position: relative;
}

.ticker-title {
  width: 140px;
  text-align: center;
}

.breaking-news ul, .stock-news ul {
  height: 100%;
}
.breaking-news .webticker-init, .stock-news .webticker-init {
  display: none;
}
.breaking-news li:not(.ticker-spacer, .webticker-init), .stock-news li:not(.ticker-spacer, .webticker-init) {
  font-family: "Tajawal";
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
}
.breaking-news li:not(.ticker-spacer, .webticker-init) a, .stock-news li:not(.ticker-spacer, .webticker-init) a {
  color: #fff;
  display: block;
}
.breaking-news li:not(.ticker-spacer, .webticker-init) a:hover, .stock-news li:not(.ticker-spacer, .webticker-init) a:hover {
  color: #000;
}
.breaking-news li:not(.ticker-spacer, .webticker-init):after, .stock-news li:not(.ticker-spacer, .webticker-init):after {
  content: "";
  background: url("../images/small-logo-white.png") no-repeat;
  display: inline-block;
  width: 31px;
  height: 30px;
  margin-right: 7px;
}
.breaking-news.stock-news li, .stock-news.stock-news li {
  color: #135C91;
}
.breaking-news.stock-news li:after, .stock-news.stock-news li:after {
  background: url("../images/small-logo-colored.png") no-repeat;
}

.slick-next, .slick-prev {
  top: 41%;
  width: auto;
  height: 50px;
  margin: auto;
  border-radius: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  cursor: pointer;
  outline: 0 !important;
  position: absolute;
  z-index: 999;
  right: 0;
  color: rgba(255, 255, 255, 0.56);
}

.slick-prev {
  left: 0;
  right: auto;
}

ul.slick-dots {
  display: block;
  list-style-type: none;
  text-align: center;
  margin-top: 1em;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  width: 12px;
  margin: 5px;
  height: 12px;
  border-radius: 50%;
  background: #1AAEFF;
  border: none;
  text-indent: -9999px;
  outline: 0;
}
ul.slick-dots li.slick-active button {
  background: white;
}

.main-slider .slider-for .slide-img {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.main-slider .slider-for .slide-img h3 {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 10%;
  font-weight: bold;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.7);
}
.main-slider .slider-for .slide-img h3 a {
  color: #fff;
  padding: 1em 2em;
  display: block;
}
.main-slider .slider-for .slide-img h3 a:hover {
  color: #1AAEFF;
}
.main-slider .slider-for .slide-img img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.main-slider .slider-nav {
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(112, 112, 112, 0.3);
}
.main-slider .slider-nav .slick-list {
  margin: 0 5px;
}
.main-slider .slider-nav .slick-slide {
  margin: 5px 4px;
}
.main-slider .slider-nav .slick-slide:not(.slick-current) {
  opacity: 0.5;
}
.main-slider .slider-nav img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.currency-stock-slider {
  background: #009b40;
  text-align: center;
  border-radius: 5px;
}
.currency-stock-slider .slick-next, .currency-stock-slider .slick-prev {
  top: calc(50% - 50px);
  transform: translateY(50%);
}
.currency-stock-slider .item {
  padding: 10px;
  color: #fff;
  font-weight: bold;
}
.currency-stock-slider .item p {
  font-size: 14px;
  margin-bottom: 0;
}
.currency-stock-slider .item strong {
  font-size: 24px;
}
.currency-stock-slider .item span {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.currency-stock-slider .item span i {
  margin-right: 5px;
  font-size: 14px;
  line-height: 9px;
}

.section-title {
  background: #000;
  box-shadow: inset -5px 0 0 0 #135C91;
  align-items: center;
  padding-right: 10px;
}
.section-title a {
  font-size: 20px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.large-article .thumbnail {
  position: relative;
}
.large-article .thumbnail img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.large-article .thumbnail .post-date {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.52);
  color: #fff;
  font-size: 13px;
  padding: 10px;
}
.large-article:hover .post-title a {
  color: #1AAEFF !important;
}

.wide-article {
  display: flex;
  margin-bottom: 11.2px;
}
.wide-article .thumbnail {
  flex-shrink: 0;
}
.wide-article .thumbnail img {
  width: 142px;
  height: 100%;
  object-fit: cover;
}
.wide-article .post-title a {
  font-size: 18px;
}
.wide-article .post-date {
  color: #135C91;
  font-size: 13px;
}
.wide-article .post-date i {
  font-size: 17px;
}

.post-category {
  margin: 6px 0;
}
.post-category a {
  font-weight: bold;
  font-size: 15px;
  color: #135C91;
}

.post-title a {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  display: block;
}
.post-title a:hover {
  color: #1AAEFF;
}

.article, .white-wrapper {
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(112, 112, 112, 0.3);
  padding: 7px;
}

.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  border: none;
}

.markets-indicators {
  height: calc(100% - 20px);
}
.markets-indicators .nav-tabs {
  margin-bottom: 10px;
}
.markets-indicators .nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.markets-indicators .nav-link.active {
  color: #1AAEFF;
  border-bottom: 2px solid #1AAEFF;
}
.markets-indicators .single-info {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.markets-indicators .single-info span:last-child {
  border-radius: 5px;
  padding: 2px;
  line-height: 13px;
  font-weight: normal;
  font-size: 15px;
}

.video-section .section-title {
  box-shadow: inset -5px 0 0 0 #1AAEFF;
}
.video-section .slide-item .thumb, .video-section .video-item .thumb {
  position: relative;
}
.video-section .slide-item .thumb img, .video-section .video-item .thumb img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.video-section .slide-item .thumb i, .video-section .video-item .thumb i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 100px;
  color: #F90C16;
  transition: 0.3s;
}
.video-section .slide-item.video-item, .video-section .video-item.video-item {
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  padding: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.video-section .slide-item.video-item.slick-current, .video-section .video-item.video-item.slick-current {
  background: rgba(0, 0, 0, 0.5);
}
.video-section .slide-item.video-item .thumb, .video-section .video-item.video-item .thumb {
  flex-shrink: 0;
  flex-grow: 1;
  height: 90px;
  width: 130px;
}
.video-section .slide-item.video-item h4, .video-section .video-item.video-item h4 {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-right: 12px;
}
.video-section .slide-item.video-item img, .video-section .video-item.video-item img {
  height: 90px;
  width: 130px;
  object-fit: cover;
}
.video-section .slide-item.video-item i, .video-section .video-item.video-item i {
  font-size: 50px;
}
.video-section .slide-item:hover i, .video-section .video-item:hover i {
  color: #ffff;
}

.news-section .wide-article {
  margin-top: 12px;
}
.news-section .wide-article .thumbnail {
  margin-left: 10px;
}

.most-read {
  height: calc(100% - 12px);
  border-radius: 5px;
}
.most-read .title {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.most-read .more {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 15px;
  margin-top: 10px;
}
.most-read .more:hover {
  color: #000;
}

.single-most-read {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 13px 0;
}
.single-most-read a {
  color: #fff;
  font-size: 20px;
}
.single-most-read span {
  text-align: left;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.single-most-read:hover a {
  color: #1AAEFF;
}

footer {
  padding-top: 2em;
  background: #fff;
  position: relative;
  color: #135C91;
}
footer .footer-about {
  margin-left: 1em;
}
footer .footer-about img {
  width: 150px;
  /* filter: brightness(0) invert(1); */
  margin-bottom: 20px;
}
footer h6 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .footer-nav li {
  padding: 5px 0;
  text-transform: capitalize;
}
footer .footer-nav li:hover a {
  color: #1AAEFF;
}
footer .footer-nav a {
  font-size: 20px;
  color: #135C91;
}
footer .footer-nav.half-list {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-nav.half-list li {
  width: 49%;
}
footer .copyrights {
  background: #717171;
  padding: 10px 0;
}
footer .copyrights p {
  margin-bottom: 0;
  color: #fff;
}
footer .copyrights p a {
  color: #fff;
}

.go-top {
  position: fixed;
  bottom: 2em;
  left: 2em;
  text-decoration: none;
  background: #1AAEFF;
  color: white;
  font-size: 12px;
  padding: 1em 1.3em;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  z-index: 999999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.go-top i {
  color: #fff;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

@media all and (max-width: 1024px) {
  .main-nav {
    margin-top: 0;
    padding-bottom: 0;
  }

  header {
    margin-bottom: 0;
  }

  /*.logo-section .editor-in-chief .img {*/
  /*  display: none;*/
  /*}*/
  
  .logo-section .editor-in-chief img {
      width: 150px;
  }

  .logo-section .editor-in-chief .wrapper {
    position: static;
  }
  .logo-section .editor-in-chief .name figure {
      font-size: 15px;
  }
  .logo-section .editor-in-chief .name cite {
      font-size: 10px;
  }

  .logo {
    padding: 10px;
  }

  .logo-section .editor-in-chief .name figure {
    margin-bottom: 0;
  }

  .wide-article .post-title a {
    font-size: 16px;
  }

  .video-section .slide-item.video-item h4, .video-section .video-item.video-item h4 {
    font-size: 11px;
  }

  footer .footer-nav a {
    font-size: 15px;
  }
}
@media all and (max-width: 768px) {
  .video-section .slide-item .thumb img {
    height: 300px;
    margin-bottom: 10px;
  }

  .logo-section .editor-in-chief .name:before {
    display: none;
  }

  .logo-section .editor-in-chief .name {
    color: #000;
  }
  .logo-section .editor-in-chief .name cite {
    color: #135C91;
  }

  .markets-indicators {
    margin: 30px 0;
    height: auto;
  }
}
@media all and (max-width: 600px) {
  .currency-stock-slider {
    margin-top: 15px;
  }

  article.large-article.article {
    margin-bottom: 15px;
  }

  .w-50,
.w-75 {
    width: 100% !important;
  }

  .app-download {
    padding: 1em 0;
  }
  .app-download * {
    font-size: 100% !important;
  }
  .app-download .iphone-img {
    display: none;
  }
}


/* NEWS PAGE */
.title h2{
    font-weight: bold;
}
.title p{
    margin: 20px 0;
}
.title i{
    color:#135C91 ;
}
.article-content{
    background: #fff;
}
.article-img {
    position: relative;
}
.article-img .img-overlay{
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    bottom: 0;
    top: auto;
    position: absolute; 
    font-size: 18px;
    padding: 5px;
    width: 100%;
}
.article-body{
    font-size: 20px;
    padding: 10px 10px 20px 10px;
}
.article-video{
    position: relative;
}
.article-video .img-overlay{
    color: rgba(0, 0, 0, 0.5);
    top: 35%;
    right: 40%;
    position: absolute; 
    font-size: 25px;
}
.article-video .img-overlay:hover{
    color: red;
}
.article-body h3{
    color:#135C91 ;
    font-weight: 600;
    margin-bottom: 40px;
}
.social-icons li{
    display: inline-block;
    padding: 5px;
}
.social-icons a{
    text-decoration: none;
    color: black;
}
.social-icons  .facebook{
    color: #1877f2;
}
.social-icons .whatsapp{
    color: #25d366;
}
.social-icons .twitter{
    color: #1da1f2;
}
.social-icons .share{
    color: gray;
}
.article-end h3{
    border-right: 3px solid #1AAEFF;
    font-weight: bold;
    padding: 0 10px;
    margin-bottom: 20px;
}
.article-end a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.article-end a:hover{
    color: #1AAEFF;
}
.article-end .card:hover{
    border-bottom: 3px solid #1AAEFF ;
}

/* Category Page */
.news-article .article-title{
    border-right: 3px solid #1AAEFF;
    font-weight: bold;
    padding-right: 5px;
    margin-bottom: 20px;
}
.news-article .article-img .article-img-overlay{
    color: white;
    bottom: 0;
    top: auto;
    position: absolute;
}
.news-article .article-img {
    position: relative;
    margin: 20px 0;
}
.news-article .article-img img{
    width: 100%;
}
.article-img .img-overlay{
    color: white;
    bottom: 0;
    top: auto;
    position: absolute; 
    width: 100%;
    padding-right: 20px;
}
.article-img .img-overlay h3{
    font-weight: bold;
}
.weather{
    text-align: center;
    margin-bottom: 20px;
    height: 110px;
}
.eaw-weather-component .jsx-1944898654 a {display:none !important;}

.live-card {
  color: #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  margin: 10px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.live-card img {
    width: 50px !important;
}

.live-card:hover {
  color: #135c91;
}

.live-card .image {
  width: 35px !important;
}

.live-card .live-icon {
  padding: 5px 10px;
  color: #fff;
  background-color: #bf1010;
  display: flex;
  margin-right: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.login-form form,
.register-form form,
.article-form form{
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 5px;
}

.login-form form .wrong-way a,
.register-form form .wrong-way a {
    color: #0d658e;
    text-decoration: underline !important;
}

.article-form form .article-upload {
 position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 13px;
    aspect-ratio: 1/0.7;
}

.image-cover {
    display: flex;
    overflow: hidden;
}

.image-cover img{
        object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.article-form form .article-upload input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}

.article-form form .article-upload .image{
    width: 100%;
    height: 100%;
}

.article-form form .article-upload .change-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
  background-color: #00000080;
  display: none;
  align-items: center;
  justify-content: center;
  transition: var(--btn-transition);
  -webkit-transition: var(--btn-transition);
  -moz-transition: var(--btn-transition);
  -ms-transition: var(--btn-transition);
  -o-transition: var(--btn-transition);
}

.article-form form .article-upload:hover .change-img {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>