:root {
    --pixels-height: 75px;
}

h1 {
    color: $title-text-color;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
}

h2 {
    color: $title-text-color;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
}

h3 {
    color: $title-text-color;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.body-title {
    color: $selected-color;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

.regular-text {
    font-size: 0.875rem;
    color: $title-text-color;
}

.header-title {
    font-weight: 800 !important;
}

.mfp-counter {
    padding-top: 8px;
    padding-right: 0;
    padding-left: 8px;
    color: #000000;
    left: 0;
    width: 25%;
}

.mfp-bottom-bar {
    background: $card-bg;
    padding: 16px 0;
}

.mfp-title {
    text-align: right;
    padding: 0;
}

.tr-text-format {
    white-space: unset !important;
    word-break: break-all;
}

.landing-fixed-header {
    height: var(--pixels-height);
}

.post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0 !important;
}

.footer-main-logo img {
    width: 170px;
}

.menu-nav {
    ul li {
        &:hover {
            background-color: $main-button-color !important;
        }
    }
}

.title-menu {
    img {
        width: 160px !important;
    }
}

.landing-mainmenu {
    background-color: $header-bg !important;
}

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

.competitions-content table.dataTable.competitions-table .competitions-table-header {
    th.inactive-sort::before,
    th.inactive-sort::after,
    th.active-sort-asc::before,
    th.active-sort-desc::before {
        color: var(--primary-color) !important;
    }

    th.active-sort-asc::after,
    th.active-sort-desc::after {
        color: #69F0AE !important;
    }
}

.container-menus ul a,
.container-menus .dropdown-content .title-section,
.container-menus .dropdown-content a {
  margin-right: unset;
}

.container-hamburguer {
  i {
    color: $secondary-text-color;
  }

  .sidebar {
    .sidebar-inner {
      .sidebar-nav {
        a {
          color: $secondary-text-color;
        }

        .dropdown-toggle {
          i {
            color: $secondary-text-color;
          }
        }
      }
    }
  }
}

.button-register,
.calltoaction-button {
  color: $primary-button-text-color;
  border: 2px solid $secondary-text-color;
}

.button-login,
.calltoaction-button-reverse {
  background-color: $secondary-button-bg;
}

.calltoaction-button-reverse {
  color: $secondary-button-text-color;
}

.dropdown:has(.dropdown-content.show)  {
  .dropbtn::after {
    background-color: $secondary-text-color !important;
  }
}

.logo-container {
  img {
    max-width: 100%;
    height: 70px;
    object-fit: cover;
  }
}

#landing-menu-actions {
  max-width: 100%;
}

.header-menu-title {
  margin-right: revert;
}

#landing-buttons {
  align-items: center;
  gap: 0 20px;
}

.footer-columns:first-child {
  .link-columns {
    width: 250px;
  }
}

.footer-columns:first-child > a {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: $secondary-text-color;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  .menu-mobile {
    display: flex !important;
    align-items: center;
  }

  .footer-columns:first-child {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-columns:first-child > a {
    border: none;
    padding: revert;
  }

  .link-columns {
    &:has(.social-languages) {
      align-items: center;
    }
  }
}

@media only screen and (min-width: $responsive-max-width) {
  #landing-buttons {
    display: flex;
  }
}

main:has(.main-structure-content-nologin),
main:not(:has(#landing-header:first-child)):not(:has(.main-structure-menu-mobile)) {
  padding-top: 83px;
}

header:has(.container-menus) + main,
header:has(.container-menus) ~ main {
  padding-top: 125px !important;

  @media only screen and (max-width: 1024px) {
    padding-top: 83px !important;
  }
}

.footer-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: $selected-color;
  gap: 10px;
  padding-block: 20px;
  margin-bottom: revert;

  a {
    color: $footer-link !important;
    margin-right: revert;
  }
}

.footer-container {
  padding-block: 16px;
  gap: 10px 0;

  .footer-block {
    padding-bottom: revert;
  }
}

body:not(:has(.main-structure-menu-mobile)) .footer-copyright {
  display: block !important;
  color: revert !important;
  padding-right: revert;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .row-formater {
    box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.4);
  }
}

.menu-nav {
  ul li {
    &.active {
      color: $secondary-text-color !important;

      &:before {
        background-color: $secondary-text-color !important;
      }

      &:hover {
        img {
          -webkit-filter: invert(22%) sepia(77%) saturate(1200%) hue-rotate(160deg) brightness(90%) contrast(105%) !important;
          filter: invert(22%) sepia(77%) saturate(1200%) hue-rotate(160deg) brightness(90%) contrast(105%) !important;
        }
      }

      &:hover:before {
        color: transparent !important;
        background-color: $selected-color !important;
      }

      img {
        -webkit-filter: brightness(0) invert(1) !important;
        filter: brightness(0) invert(1) !important;
      }
    }

    &:hover {
      color: $selected-color !important;
      background-color: $secondary-text-color !important;

      img {
        -webkit-filter: invert(22%) sepia(77%) saturate(1200%) hue-rotate(160deg) brightness(90%) contrast(105%);
        filter: invert(22%) sepia(77%) saturate(1200%) hue-rotate(160deg) brightness(90%) contrast(105%);
      }
    }
  }
}

.link-columns {
  ul {
    a,
    span {
      color: $secondary-text-color;
    }
  }
}

.poweredBy-container {
  a {
    color: $secondary-text-color;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .footer-columns {
    flex: 0 0 100%;

    &:nth-child(2) .link-columns {
      ul {
        flex-direction: row;
        text-align: center;
      }
    }
  }
}