body {
  color: #000;
  font-family: Loew Next Arabic, Arial, Helvetica, sans-serif, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.6;
  background-color: #f5f6fa;
  direction: rtl;
  text-align: right;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

*:focus {
  outline: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #1a72c2;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #1a72c2, 0 0 5px #1a72c2;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #1a72c2;
  border-left-color: #1a72c2;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.center, .widget-15 .swiper-buttons .swiper-button i, .widget-vote .vote-item .percentage, .live-item .live-type > i, .live-item .live-type > span, .entry-box .entry-icon, .entry-box .entry-icon i, .main-footer .social a i, .mobile-menu .social a i, .mobile-menu .menu > li .submenu-toggle i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.transition, .widget-15 .swiper-buttons .swiper-button, .widget-style-3 .widget-header .header-link::after, .entry-box-1 .box::before, .entry-box .entry-icon, .main-footer .social a, .main-header .main-menu .menu > li > ul > li ul, .main-header .main-menu .menu > li > ul, .main-header .main-menu .menu > li > a, .main-header .main-logo img, .search-box .search-toggle, .search-box, .mobile-menu .menu > li .submenu-toggle i, .mobile-menu, .site-overlay, .swiper-container .swiper-wrapper {
  transition: all 500ms, color 200ms;
}

.radius {
  border-radius: 8px;
}

.shadow {
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}

.swiper-container .swiper-wrapper {
  opacity: 1;
}
.swiper-container .swiper-wrapper.opacity {
  opacity: 0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1a72c2;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
}
.site-overlay .close {
  width: 32px;
  display: none;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  cursor: pointer;
  background-color: #fff;
  left: 30px;
}
.site-overlay .close::before, .site-overlay .close::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 15px;
  height: 1px;
  background-color: #000;
}
.site-overlay .close::before {
  top: 16px;
  transform: rotate(45deg);
}
.site-overlay .close::after {
  bottom: 15px;
  transform: rotate(-45deg);
}
.site-overlay .close:hover {
  background-color: #dc3545;
}
.site-overlay .close:hover::before, .site-overlay .close:hover::after {
  background-color: #fff;
}

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

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

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

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

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

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

.font-size-26 {
  font-size: 26px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

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

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

.font-size-34 {
  font-size: 34px !important;
}

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

.font-size-38 {
  font-size: 38px !important;
}

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

@media (min-width: 576px) {
  .font-size-sm-12 {
    font-size: 12px !important;
  }

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

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

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

  .font-size-sm-20 {
    font-size: 20px !important;
  }

  .font-size-sm-22 {
    font-size: 22px !important;
  }

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

  .font-size-sm-26 {
    font-size: 26px !important;
  }

  .font-size-sm-28 {
    font-size: 28px !important;
  }

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

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

  .font-size-sm-34 {
    font-size: 34px !important;
  }

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

  .font-size-sm-38 {
    font-size: 38px !important;
  }

  .font-size-sm-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  .font-size-md-12 {
    font-size: 12px !important;
  }

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

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

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

  .font-size-md-20 {
    font-size: 20px !important;
  }

  .font-size-md-22 {
    font-size: 22px !important;
  }

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

  .font-size-md-26 {
    font-size: 26px !important;
  }

  .font-size-md-28 {
    font-size: 28px !important;
  }

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

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

  .font-size-md-34 {
    font-size: 34px !important;
  }

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

  .font-size-md-38 {
    font-size: 38px !important;
  }

  .font-size-md-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .font-size-lg-12 {
    font-size: 12px !important;
  }

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

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

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

  .font-size-lg-20 {
    font-size: 20px !important;
  }

  .font-size-lg-22 {
    font-size: 22px !important;
  }

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

  .font-size-lg-26 {
    font-size: 26px !important;
  }

  .font-size-lg-28 {
    font-size: 28px !important;
  }

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

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

  .font-size-lg-34 {
    font-size: 34px !important;
  }

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

  .font-size-lg-38 {
    font-size: 38px !important;
  }

  .font-size-lg-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .font-size-xl-12 {
    font-size: 12px !important;
  }

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

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

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

  .font-size-xl-20 {
    font-size: 20px !important;
  }

  .font-size-xl-22 {
    font-size: 22px !important;
  }

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

  .font-size-xl-26 {
    font-size: 26px !important;
  }

  .font-size-xl-28 {
    font-size: 28px !important;
  }

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

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

  .font-size-xl-34 {
    font-size: 34px !important;
  }

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

  .font-size-xl-38 {
    font-size: 38px !important;
  }

  .font-size-xl-40 {
    font-size: 40px !important;
  }
}
.mobile-menu {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 45;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #dee2e6;
  width: 100%;
  top: 90px;
  height: 90%;
  height: -moz-calc(100% - 90px);
  height: -webkit-calc(100% - 90px);
  height: -o-calc(100% - 90px);
  height: calc(100% - 90px);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .menu > li {
  position: relative;
  border-bottom: 1px solid #ced4da;
}
.mobile-menu .menu > li .submenu-toggle {
  color: #000;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ced4da;
  background-color: #d8dde2;
}
.mobile-menu .menu > li > .submenu-toggle {
  width: 63px;
  height: 63px;
}
.mobile-menu .menu > li > a {
  display: block;
  font-size: 18px;
  padding: 18px 20px;
}
.mobile-menu .menu > li > a:active, .mobile-menu .menu > li > a:hover {
  background-color: #e9ecef;
}
.mobile-menu .menu > li ul {
  display: none;
  padding-right: 20px;
}
.mobile-menu .menu > li ul > li {
  position: relative;
  border-top: 1px solid #ced4da;
}
.mobile-menu .menu > li ul > li > .submenu-toggle {
  width: 49px;
  height: 49px;
}
.mobile-menu .menu > li ul > li > a {
  display: block;
  padding: 12px 20px;
}
.mobile-menu .menu > li ul > li.active > a {
  background-color: #d8dde2;
}
.mobile-menu .menu > li ul > li.active > .submenu-toggle {
  background-color: #adb5bd;
}
.mobile-menu .menu > li ul > li.active > .submenu-toggle i {
  transform: translate(50%, -50%) rotate(180deg);
}
.mobile-menu .menu > li ul > li.active > ul {
  display: block;
}
.mobile-menu .menu > li.active > a {
  background-color: #d8dde2;
}
.mobile-menu .menu > li.active > .submenu-toggle {
  background-color: #adb5bd;
}
.mobile-menu .menu > li.active > .submenu-toggle i {
  transform: translate(50%, -50%) rotate(180deg);
}
.mobile-menu .menu > li.active > ul {
  display: block;
}
.mobile-menu .bar {
  background-color: #ced4da;
}
.mobile-menu .bar, .mobile-menu .bar .social {
  min-height: 50px;
}
.mobile-menu .social a {
  width: 34px;
  height: 34px;
  display: block;
  color: #222222;
  font-size: 16px;
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
}
.mobile-menu .social a:hover {
  color: #ffffff;
}
.mobile-menu .social a:hover[class*=facebook] {
  background-color: #3b5998;
}
.mobile-menu .social a:hover[class*=twitter] {
  background-color: #1da1f2;
}
.mobile-menu .social a:hover[class*=youtube] {
  background-color: #cd201f;
}
.mobile-menu .social a:hover[class*=rss] {
  background-color: #f26522;
}
.mobile-menu .social a:hover[class*=instagram] {
  background-color: #c13584;
}
.mobile-menu .social a:hover[class*=google] {
  background-color: #dd4b39;
}
.mobile-menu .social a:hover[class*=whatsapp] {
  background-color: #43d854;
}
.mobile-menu .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
body.mobile-menu-active {
  overflow: hidden;
  position: relative;
}
body.mobile-menu-active .mobile-menu {
  opacity: 1;
  visibility: visible !important;
}
body.mobile-menu-active.main-header-small .mobile-menu {
  top: 60px;
  height: 90%;
  height: -moz-calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: -o-calc(100% - 60px);
  height: calc(100% - 60px);
}

.menu-toggle {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: relative;
}
.menu-toggle .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 67%;
  height: 2px;
  background: #fff;
  transition: 0.35s;
}
.menu-toggle .icon:before, .menu-toggle .icon:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  transition: transform 0.35s;
}
.menu-toggle .icon:before {
  transform: translate(-50%, -8px);
}
.menu-toggle .icon:after {
  transform: translate(-50%, 8px);
}
.menu-toggle .icon {
  transition: 0s;
}
.menu-toggle .icon:before, .menu-toggle .icon:after {
  transform-origin: 50% 0%;
}
body.mobile-menu-active .menu-toggle .icon, .menu-toggle .icon.active {
  background: transparent;
}
body.mobile-menu-active .menu-toggle .icon:before, .menu-toggle .icon.active:before {
  animation: menuBefore 0.5s forwards;
}
body.mobile-menu-active .menu-toggle .icon:after, .menu-toggle .icon.active:after {
  animation: menuAfter 0.5s forwards;
}
@keyframes menuBefore {
  0% {
    transform: translate(-50%, -14px);
  }
  40% {
    transform: translate(-50%, 0);
  }
  60% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 0) rotate(45deg);
  }
}
@keyframes menuAfter {
  0% {
    transform: translate(-50%, 14px);
  }
  40% {
    transform: translate(-50%, 0);
  }
  60% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 0) rotate(-45deg);
  }
}

.search-box {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 52;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
  right: 0;
}
.search-box, .search-box > [class*=container], .search-box > [class*=container] > div {
  height: 90px;
}
.search-box .search-container {
  position: relative;
}
.search-box form {
  min-height: 50px;
}
.search-box form input[type=search], .search-box form input[type=text] {
  width: 100%;
  height: 50px;
  border: none;
  color: #1a72c2;
  font-size: 26px;
  background-color: transparent;
}
.search-box form input[type=search]::placeholder, .search-box form input[type=text]::placeholder {
  color: #e9ecef;
}
.search-box form label {
  color: #1a72c2;
  font-size: 20px;
}
.search-box form button {
  color: #1a72c2;
  border: none;
  outline: none;
  background: none;
}
.search-box .search-toggle {
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 5;
  opacity: 0;
  color: #1a72c2;
  cursor: pointer;
  transform: translateY(-50%) scale(0) rotate(0);
  left: 0;
}
body.search-active {
  overflow: hidden;
}
body.search-active .site-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  height: 100%;
}
body.search-active .search-box {
  visibility: visible;
  opacity: 1;
}
body.search-active .search-box .search-toggle {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(450deg);
}

.main-header {
  position: relative;
  z-index: 50;
  width: 100%;
  background: #1a72c2 url("../images/header-bg.png") right center no-repeat;
}
.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
  height: 90px;
}
.main-header .main-logo img {
  height: 64px;
}
.main-header .main-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-header .main-menu .menu > li {
  position: relative;
}
.main-header .main-menu .menu > li > a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 3px;
}
@media (max-width: 1199.98px) {
  .main-header .main-menu .menu > li > a {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.main-header .main-menu .menu > li.search > a {
  font-size: 16px;
}
.main-header .main-menu .menu > li > ul {
  width: 200px;
  position: absolute;
  top: 100%;
  z-index: 5;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px);
  right: 0;
}
.main-header .main-menu .menu > li > ul > li {
  position: relative;
}
.main-header .main-menu .menu > li > ul > li a {
  display: block;
  font-size: 14px;
  padding: 6px 20px;
}
.main-header .main-menu .menu > li > ul > li:hover > a {
  background-color: #f8f9fa;
}
.main-header .main-menu .menu > li > ul > li ul {
  width: 200px;
  position: absolute;
  top: 0;
  z-index: 5;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px);
  right: 100%;
}
.main-header .main-menu .menu > li > ul > li ul li {
  position: relative;
}
.main-header .main-menu .menu > li > ul > li ul li a {
  display: block;
  font-size: 14px;
  padding: 6px 20px;
}
.main-header .main-menu .menu > li > ul > li ul li:hover > a {
  background-color: #f8f9fa;
}
.main-header .main-menu .menu > li > ul > li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.main-header .main-menu .menu > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.main-header .main-menu .menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.main-header .amj-link {
  display: block;
  height: 90px;
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 18px;
  background-color: #e28038;
  transition: background-color 200ms;
}
.main-header .amj-link .icon {
  font-size: 28px;
}
.main-header .amj-link .text {
  font-size: 12px;
  margin-top: 4px;
}
.main-header .amj-link:hover {
  background-color: #d36b1f;
}
@media (max-width: 360px) {
  .main-header .main-menu-container {
    display: none !important;
  }
  .main-header .col-auto.d-flex {
    margin-right: auto;
  }
}

body.main-header-fixed .main-header {
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}
body.main-header-fixed .main-header + .main-header-height {
  height: 90px;
}
body.main-header-fixed.main-header-small .main-header, body.main-header-fixed.main-header-small .main-header > [class*=container], body.main-header-fixed.main-header-small .main-header > [class*=container] > div {
  height: 60px;
}
body.main-header-fixed.main-header-small .main-header .main-logo img {
  height: 32px;
}
body.main-header-fixed.main-header-small .main-header .main-menu .menu > li > ul > li a {
  font-size: 12px;
}
body.main-header-fixed.main-header-small .main-header .amj-link {
  height: 60px;
}
body.main-header-fixed.main-header-small .main-header .amj-link .text {
  display: none;
}

.main-footer .links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-footer .links li a {
  display: block;
  color: #fff;
  font-size: 14px;
}
.main-footer .links li a:hover {
  text-decoration: underline;
}
.main-footer .social a {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main-footer .social a:hover {
  color: #ffffff;
}
.main-footer .social a:hover[class*=facebook] {
  border-color: #3b5998;
  background-color: #3b5998;
}
.main-footer .social a:hover[class*=twitter] {
  border-color: #1da1f2;
  background-color: #1da1f2;
}
.main-footer .social a:hover[class*=instagram] {
  border-color: #c13584;
  background-color: #c13584;
}
.main-footer .social a:hover[class*=telegram] {
  border-color: #0088cc;
  background-color: #0088cc;
}
.main-footer .social a:hover[class*=whatsapp] {
  border-color: #43d854;
  background-color: #43d854;
}
.main-footer .social a:hover[class*=youtube] {
  border-color: #cd201f;
  background-color: #cd201f;
}
.main-footer .social a:hover[class*=google-play] {
  border-color: #34a853;
  background-color: #34a853;
}
.main-footer .social a:hover[class*=app-store] {
  border-color: #0a84ff;
  background-color: #0a84ff;
}
@media (max-width: 767.98px) {
  .main-footer .links li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .main-footer .links li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.entry-box .entry-image {
  position: relative;
}
.entry-box .entry-icon {
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  z-index: 4;
  background-color: #e28038;
}
.entry-box .entry-icon.size-1 {
  width: 50px;
  height: 50px;
}
.entry-box .entry-icon.size-2 {
  width: 40px;
  height: 40px;
}
.entry-box:hover .entry-icon {
  background-color: #1a72c2;
}
@media (max-width: 575.98px) {
  .entry-box .entry-icon {
    top: 10px;
    left: 10px;
    right: auto;
    font-size: 14px;
    transform: translate(0, 0);
  }
  .entry-box .entry-icon.size-1, .entry-box .entry-icon.size-2 {
    width: 32px;
    height: 32px;
  }
}

.entry-box-1 {
  position: relative;
  overflow: hidden;
}
.entry-box-1 .box::before {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  content: "";
  background: #121a26;
  background: -webkit-linear-gradient(bottom, #121a26, rgba(18, 26, 38, 0));
  background: linear-gradient(to top, #121a26, rgba(18, 26, 38, 0));
}
.entry-box-1 .entry-body {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}
.entry-box-1:hover .box::before {
  height: 100%;
}
@media (max-width: 575.98px) {
  .entry-box-1 .box::before {
    height: 100%;
  }
}
.entry-box-2 {
  position: relative;
}
.entry-box-2::before {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #1a72c2;
  font-size: 22px;
  font-weight: 700;
}
.entry-box-2 .box {
  position: relative;
  padding: 10px 74px 24px 10px;
}
.entry-box-2 .box::before, .entry-box-2 .box::after {
  position: absolute;
  content: "";
}
.entry-box-2 .box::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  right: 44px;
  top: 22px;
  background-color: #1a72c2;
}
.entry-box-2 .box::after {
  width: 2px;
  height: 46px;
  right: 46px;
  top: 32px;
  background-color: #f0f2f7;
}

.entry-box-3 {
  position: relative;
}
.entry-box-3 .box {
  position: relative;
  padding: 10px 38px 24px 10px;
}
.entry-box-3 .box::before {
  position: absolute;
  content: "";
}
.entry-box-3 .box::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  right: 20px;
  top: 22px;
  background-color: #d0d8dd;
}

.entry-match .link {
  font-weight: 700;
  font-size: 10px;
  color: #666666;
  border-radius: 30px;
  background-color: #f3f3f3;
  padding: 2px 12px;
}
.entry-match .link:hover {
  color: #fff;
  background-color: #1a72c2;
}
.entry-match .match-time {
  color: #666666;
  border-radius: 30px;
  background-color: #f3f3f3;
  padding: 4px 14px;
}

.live-item .name, .live-item .time, .live-item .channel, .live-item .live-type {
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
}
.live-item .name {
  font-weight: 700;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #1a72c2;
}
.live-item .live-type {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  background-color: #1a72c2;
}
.live-item .time, .live-item .channel {
  padding-left: 24px;
  padding-right: 24px;
  background-color: #e28038;
}
@media (max-width: 575.98px) {
  .live-item .name {
    font-size: 12px;
  }
}

.widget-style-1 .widget-header {
  height: 54px;
  margin-bottom: 20px;
}
.widget-style-1 .widget-header .header-title {
  font-size: 18px;
  font-weight: 700;
}
.widget-style-1 .widget-header .header-link {
  line-height: 54px;
}

.widget-style-2 .widget-header {
  border-bottom: 1px solid #f0f2f7;
  height: 54px;
}
.widget-style-2 .widget-header .header-title {
  font-size: 17px;
  font-weight: 700;
}
.widget-style-2 .widget-header .header-link {
  line-height: 54px;
}
.widget-style-2 .widget-header .link {
  color: #666666;
  font-size: 12px;
  border-radius: 30px;
  background-color: #f3f3f3;
  padding: 2px 12px;
}
.widget-style-2 .widget-header .link:hover {
  color: #fff;
}
.widget-style-2.widget-facebook .widget-header .header-link {
  color: #3b5998;
}
.widget-style-2.widget-facebook .widget-header .link:hover {
  background-color: #3b5998;
}
.widget-style-2.widget-instagram .widget-header .header-link {
  color: #ff2872;
}
.widget-style-2.widget-instagram .widget-header .link:hover {
  background-color: #ff2872;
}

.widget-style-3 .widget-header .header-title {
  font-size: 18px;
}
.widget-style-3 .widget-header .header-link {
  position: relative;
  color: #1a72c2;
  padding-bottom: 8px;
}
.widget-style-3 .widget-header .header-link::after {
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #e28038;
}
.widget-style-3 .widget-header .header-link:hover::after {
  width: 100%;
}

.widget .header-tabs {
  height: 47px;
  border-bottom: 1px solid #f0f2f7;
}
.widget .header-tabs li {
  border-left: 1px solid #f0f2f7;
}
.widget .header-tabs li:last-child {
  border-left: 0;
}
.widget .header-tabs li a {
  display: block;
  color: #6c757d;
  font-size: 14px;
  line-height: 46px;
}
.widget .header-tabs li a.selected, .widget .header-tabs li a.active {
  color: #222222;
  background-color: #fafbff;
}

.widget-10 .widget-body {
  counter-reset: section;
}
.widget-10 .entry-box::before {
  counter-increment: section;
  content: counter(section);
}

.widget-11 .row {
  margin-right: -3px;
  margin-left: -3px;
}
.widget-11 .row > [class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
}

.widget-vote {
  overflow: hidden;
  position: relative;
}
.widget-vote .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.widget-vote .vote-item {
  position: relative;
}
.widget-vote label.vote-item {
  cursor: pointer;
}

.widget-vote .vote-item .vote-image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-color: #000;
}
.widget-vote .vote-item .bar {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 100%;
}
.widget-vote .vote-item .percentage {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  z-index: 5;
}
.widget-vote .vote-item input[type=radio] {
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0;
}
.widget-vote .vote-item.result .vote-image img {
  opacity: 0.6;
}
.widget-vote .vote-item[class*=color-1] .bar {
  background-color: rgba(255, 82, 83, 0.9);
}
.widget-vote .vote-item[class*=color-2] .bar {
  background-color: rgba(74, 217, 127, 0.9);
}
.widget-vote .vote-item[class*=color-3] .bar {
  background-color: rgba(226, 128, 56, 0.9);
}
.widget-vote .vote-item[class*=color-4] .bar {
  background-color: rgba(26, 114, 194, 0.9);
}
.widget-vote.loading .loader {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .widget-14 .entry-match .team-name {
    width: 104px;
  }
}
@media (max-width: 1199.98px) {
  .widget-14 .tab-content, .widget-14 .scroll-bar-container {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-14 .tab-content, .widget-14 .scroll-bar-container {
    height: 345px;
  }
}
@media (min-width: 992px) {
  .widget-14 .scrollable.default-skin .scroll-bar.vertical {
    left: 2px;
    display: none !important;
  }
  .widget-14:hover .scrollable.default-skin .scroll-bar.vertical {
    display: block !important;
  }
  .widget-14 .entry-match .team-name {
    width: 64px;
  }
}
@media (min-width: 1200px) {
  .widget-14 .tab-content, .widget-14 .scroll-bar-container {
    height: 405px;
  }
}

.widget-15 .swiper-buttons {
  width: 40px;
}
.widget-15 .swiper-buttons .swiper-button {
  width: 100%;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  background-color: #1a6cb7;
}
.widget-15 .swiper-buttons .swiper-button-prev {
  height: 0;
  overflow: hidden;
}
.widget-15 .swiper-buttons .swiper-button-next {
  height: 100%;
}
.widget-15 .swiper-buttons:hover .swiper-button {
  height: 50%;
  font-size: 20px;
}
.widget-15 .swiper-buttons:hover .swiper-button-prev {
  border-bottom: 1px solid #1a72c2;
}
.widget-15 .lds-ellipsis div {
  background-color: #fff;
}
.widget-15 .program-item {
  background-color: #1a6cb7;
  border-left: 1px solid #1a72c2;
}
.widget-15 .program-item .program-time {
  color: #666666;
  border-radius: 30px;
  background-color: #1660a3;
  padding: 2px 16px;
}

/*# sourceMappingURL=style.css.map */
