﻿/*  Main styles: START */ /*  Coloros: START */
/*  Coloros: END */
/*  Fonts: START  */
@font-face {
  font-family: "Outfit";
  src: url("/fonts/line-awesome/fonts/Outfit-VariableFont_wght.ttf");
}
/*  Fonts: END  */
/*  Path: START  */
* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Outfit" !important;
}

.container {
  max-width: 1140px !important;
}

.custom-width {
  width: 24% !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.register-select {
  width: 80%;
}
.register-select:focus {
  box-shadow: none !important;
  border-color: red !important;
}

@media (min-width: 576px) {
  .modal-dialog:not(.modal-fullscreen) {
    max-width: 686px !important;
  }
}
.btn-primary {
  width: 105px;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 42px;
  background-color: #FF444F !important;
  border-color: #FF444F !important;
  letter-spacing: 0.03em;
}
.btn-primary:focus {
  box-shadow: none !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px white !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 50px white !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border: 1px solid #FF444F !important;
  box-shadow: none !important;
  outline: 0;
}

.form-check-label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 127.7%;
  margin: 0 10px;
  color: #FF444F;
}
.form-check-label a {
  text-decoration: underline;
  color: #FF444F;
}
.form-check-label a:hover {
  color: #FF444F;
}

.form-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #007aff;
}

.form-check-input {
  width: 22px !important;
  height: 22px !important;
  margin-top: 1px !important;
}

.modal-content {
  border-radius: 16px !important;
}

.modal-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 40px !important;
  margin: 0 25px;
}

.modal-body {
  padding-bottom: 40px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.modal-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 127.7%;
  color: #494E64;
  margin: 0 0 16px 0;
}
.modal-text__rules {
  white-space: pre-line;
}

.modal-labels-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal-label {
  background: #eef1f2;
  backdrop-filter: blur(24px);
  width: 203px;
  height: 86px;
  padding: 14px 0;
  border-radius: 16px;
}
.modal-label_price {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 129.4%;
  text-align: center;
  color: #7C91A1;
}
.modal-label_text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 127.7%;
  text-align: center;
  color: #54636E;
}
.modal-label:first-child {
  background: #fef4e0;
}
.modal-label:first-child .modal-label_price {
  color: #BA7416;
}
.modal-label:first-child .modal-label_text {
  color: #875410;
}
.modal-label:last-child {
  background: #f6e6d7;
}
.modal-label:last-child .modal-label_price {
  color: #B8773A;
}
.modal-label:last-child .modal-label_text {
  color: #9E6632;
}

.modal-info-block-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 13px;
}

.modal-info-block {
  border: 1px solid #E7E7EA;
  box-sizing: border-box;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  width: 312px;
  height: 50px;
  padding: 15px;
  margin: 6px 0;
}
.modal-info-block_text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 127.7%;
  text-align: center;
  color: #494E64;
}
.modal-info-block_price {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 129.4%;
  text-align: right;
  letter-spacing: 0.03em;
  color: #0D1331;
}

#regfrm .dropdown-toggle {
  display: block;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: rgb(255, 255, 255);
  border: 1px solid #ced4da;
}
#regfrm .dropdown-toggle::after {
  margin-left: 0.75rem;
}
#regfrm .dropdown-toggle:focus {
  outline: 5px auto #FF444F !important;
}
#regfrm .dropdown-toggle .filter-option-inner-inner {
  color: #282828;
  display: flex;
  justify-content: center;
}
#regfrm .dropdown-item.active {
  background-color: #FF444F;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.arrow {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.arrow:hover:not(:disabled) {
  color: #000;
}

.arrow:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.dots {
  display: flex;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: lightgray;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 10%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dot.active {
  background-color: black;
  transform: scale(1.5);
}

.dot:hover:not(.active) {
  background-color: #9ca3af;
}

.dot.active::after {
  opacity: 1;
}

.light-theme .header {
  width: 100%;
  background-color: transparent;
  padding: 0 25px;
}
.light-theme .header_wrapper {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 65px;
}
.light-theme .header_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.light-theme .header_info__logo {
  max-height: 48px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-right: 0px;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
@media screen and (min-width: 360px) and (max-width: 380px) {
  .light-theme .header_info__logo {
    min-width: 250%;
  }
}
.light-theme .header_info__language {
  height: 17px;
  width: auto;
  object-fit: contain;
  margin-top: -2px;
  margin-right: 2px;
  background-repeat: no-repeat;
  margin-left: 1rem;
}
.light-theme .header_info__banner {
  width: 51vw;
  max-width: 768px;
  height: 90px;
}
@media screen and (max-width: 1000px) {
  .light-theme .header_info__banner {
    display: none;
  }
}
.light-theme .header_settings {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 480px) and (max-width: 1000px) {
  .light-theme .header_settings {
    flex-direction: row-reverse;
    margin-right: 1.3rem;
  }
}
.light-theme .header_settings__button {
  padding: 12px 16px;
  background-color: #FF444F;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: white;
  border: none;
  border-radius: 20px;
  outline: none;
}
@media screen and (max-width: 1000px) {
  .light-theme .header_settings__button {
    width: 150px;
  }
}
.light-theme .header_settings__dropdown {
  height: 42px;
  background-color: white !important;
  border-color: white !important;
  font-size: 14px;
  color: black !important;
  margin: 0 10px;
}
.light-theme .header_settings__dropdown:focus {
  box-shadow: none !important;
}
.light-theme .header_settings .dropdown-menu {
  min-width: 145px !important;
  padding: 24px 32px;
  border-radius: 32px;
}
.light-theme .header_settings .dropdown-menu .dropdown-item {
  font-size: 14px;
}
.light-theme .header_settings__theme-switcher {
  width: 42px;
  height: 42px;
  background-color: #007aff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.light-theme .header_settings__theme-switcher img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.dark-theme .header {
  width: 100%;
  background-color: #007aff;
  padding: 0 25px;
}
.dark-theme .header_wrapper {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 65px;
}
.dark-theme .header_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dark-theme .header_info__logo {
  max-height: 48px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-right: 0px;
}
.dark-theme .header_info__banner {
  width: 51vw;
  max-width: 768px;
  height: 90px;
}
@media screen and (max-width: 1000px) {
  .dark-theme .header_info__banner {
    display: none;
  }
}
.dark-theme .header_settings {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dark-theme .header_settings__button {
  width: 174px;
  height: 42px;
  padding: 0;
  background-color: #007aff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  outline: none;
}
@media screen and (max-width: 450px) {
  .dark-theme .header_settings__button {
    display: none;
  }
}
.dark-theme .header_settings__dropdown {
  height: 42px;
  background-color: #007aff !important;
  border-color: #007aff !important;
  color: #FFFFFF !important;
  margin: 0 10px;
}
.dark-theme .header_settings__dropdown:focus {
  box-shadow: none !important;
}
.dark-theme .header_settings .dropdown-menu {
  min-width: 120px !important;
  width: 64.17px !important;
}
.dark-theme .header_settings__theme-switcher {
  width: 42px;
  height: 42px;
  background-color: #007aff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dark-theme .header_settings__theme-switcher img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.light-theme .footer {
  background: white !important;
  padding: 40px 25px;
}
.light-theme .footer_title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 129.4%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 15px 0;
}
.light-theme .footer_text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 129.4%;
  color: #FFFFFF;
  opacity: 0.8;
  letter-spacing: 0.01em;
  margin: 15px 0;
}
.light-theme .footer_link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 129.4%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.light-theme .footer .top_footer, .light-theme .footer .bottom_footer {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .light-theme .footer .middle-banner, .light-theme .footer .bottom-banner {
    width: -webkit-fill-available;
  }
}
.light-theme .footer .middle-banner {
  max-width: 1200px;
  max-height: 900px;
}
.light-theme .footer a {
  width: -webkit-fill-available;
  color: black;
}
.light-theme .footer .bottom-banner {
  max-width: 970px;
  max-height: 90px;
}
.light-theme .footer .social-media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgrey;
}
.light-theme .footer .social-media .social-icons a {
  text-decoration: none;
}
.light-theme .footer .social-media .social-icons img {
  margin: 0 5px;
}
@media (max-width: 750px) {
  .light-theme .footer .social-media {
    flex-direction: column;
  }
  .light-theme .footer .social-media .logo {
    margin-bottom: 10px;
  }
  .light-theme .footer .social-media .investors {
    display: none;
  }
}

.dark-theme .footer {
  background: #494E64;
  padding: 40px 25px;
}
.dark-theme .footer_title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 129.4%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 15px 0;
}
.dark-theme .footer_text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 129.4%;
  color: #FFFFFF;
  opacity: 0.8;
  letter-spacing: 0.01em;
  margin: 15px 0;
}
.dark-theme .footer_link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 129.4%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.light-theme .green-border {
  transition: 500ms all ease-in-out;
}
.light-theme .green-border:hover {
  box-shadow: 0px 16px 24px 4px rgba(0, 0, 0, 0.04), 0px 16px 24px 4px rgba(0, 0, 0, 0.02);
}
.light-theme .green-border .contest-list_item__top {
  background: #F6F7F8;
}
.light-theme .green-border .button-colored {
  background: rgba(8, 0, 53, 0.5);
  border: rgba(8, 0, 53, 0.5);
}
.light-theme .green-border .button-bordered {
  color: black;
  border: 2px solid black;
}
.light-theme .yellow-border {
  border: 1px solid grey;
  transition: 500ms all ease-in-out;
}
.light-theme .yellow-border:hover {
  box-shadow: 0px 16px 24px 4px rgba(0, 0, 0, 0.04), 0px 16px 24px 4px rgba(0, 0, 0, 0.02);
}
.light-theme .yellow-border .contest-list_item__top {
  background: #F6F7F8;
}
.light-theme .yellow-border .button-colored {
  background: rgba(251, 193, 1, 0.925);
  border: rgba(251, 193, 1, 0.925);
}
.light-theme .yellow-border .button-bordered {
  color: black;
  border: 2px solid black;
}
.light-theme .blue-border {
  transition: 500ms all ease-in-out;
}
.light-theme .blue-border:hover {
  box-shadow: 0px 16px 24px 4px rgba(0, 0, 0, 0.04), 0px 16px 24px 4px rgba(0, 0, 0, 0.02);
}
.light-theme .blue-border .contest-list_item__top {
  background: #F6F7F8;
}
.light-theme .blue-border .button-colored {
  background: #FF444F;
  border: rgba(255, 29, 72, 0.5);
}
.light-theme .blue-border .button-bordered {
  color: black;
  border: 2px solid black;
}
.light-theme .grey-background {
  padding-top: 10px;
  margin-bottom: 10px;
  background: #f8f9f9;
  border: 1px solid rgba(24, 28, 37, 0.0784313725);
  border-radius: 10px;
}
.light-theme .green-label {
  background: #EBF5EE;
  color: #007921;
}
.light-theme .yellow-label {
  background: #FFF7EC;
  color: #C47D00;
}
.light-theme .blue-label {
  background: #EEF7FF;
  color: #0777C4;
}
.light-theme .contest-list_item {
  padding: 20px 15px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(229, 229, 229, 0.06), -1px 8px 16px rgba(229, 229, 229, 0.16);
  background-color: #F6F7F8;
  border-radius: 16px;
  margin-bottom: 10px;
  height: auto;
  max-width: 260px;
  width: 100%;
  transition: 500ms transform ease-in-out;
  z-index: 3;
}
@media screen and (max-width: 450px) {
  .light-theme .contest-list_item {
    margin: 10px auto;
  }
}
.light-theme .contest-list_item:hover {
  transform: translate(0, -10px);
}
.light-theme .contest-list_item__top {
  display: flex;
  justify-content: center;
  height: 45px;
  width: 100%;
  position: absolute;
  margin: -20px -15px 50px -15px;
  background: red;
  z-index: -2;
  border-radius: 16px 16px 0 0;
}
.light-theme .contest-list_item__top .logo {
  width: 200px;
  height: 75px;
  object-fit: contain;
  margin-top: 2px;
  margin-bottom: 16px;
  z-index: 2;
  transform: translate(0px, 20px);
}
.light-theme .contest-list_item__top .background {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 520px;
  z-index: 1;
  visibility: hidden;
  /*background: url(../../images/background-light.svg) 0 98% no-repeat;*/
  object-fit: contain;
  border-bottom-right-radius: 16px;
}
.light-theme .contest-list_item__title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 129.4%;
  /*margin: 4px 0 4px -10px;*/
  text-align: center;
  /*width: calc(100% + 20px);*/
  color: black;
  text-overflow: ellipsis;
  /*max-width: 263px;*/
  white-space: nowrap;
  overflow: hidden;
  margin-top: 90px;
}
.light-theme .contest-list_item__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 129.4%;
  letter-spacing: 0.03em;
  margin: 5px 0;
  color: grey;
  text-align: center;
}
.light-theme .contest-list_item__text.time {
  color: black;
}
.light-theme .contest-list_item__label {
  border-radius: 20px;
  padding: 3px 10px;
  letter-spacing: 0.03em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 137.4%;
  margin: 10px auto;
  width: max-content;
}
.light-theme .contest-list_item__price-block {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.light-theme .contest-list_item__price-block .item {
  width: 50%;
  padding: 0 20px;
  font-style: inherit;
  font-weight: normal;
}
.light-theme .contest-list_item__price-block .item .price {
  font-size: 24px;
  line-height: 129.4%;
  color: black;
  text-align: center;
  font-weight: bold;
}
.light-theme .contest-list_item__price-block .item .label {
  font-size: 14px;
  line-height: 17px;
  color: black;
  text-align: center;
  margin: 5px 0;
}
.light-theme .contest-list_item__price-block .item:first-child {
  border-right: 2px solid #F9F9FC;
}
.light-theme .contest-list_item__timer-block .label {
  color: whitesmoke;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 4px 0;
  height: 17px;
}
.light-theme .contest-list_item__timer-block .timer {
  border-radius: 20px;
  padding: 0px 22px 12px 22px;
  display: flex;
  border: 0px gray solid;
}
.light-theme .contest-list_item__timer-block .timer.timer-date {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: black;
  font-weight: bold;
}
.light-theme .contest-list_item__timer-block .timer .timer-item {
  width: 25%;
  position: relative;
}
.light-theme .contest-list_item__timer-block .timer .timer-item:after {
  content: ":";
  width: 12px;
  height: 40px;
  margin: 0 7px;
  color: #C2C4CB;
  position: absolute;
  left: 40px;
  font-size: 20px;
  top: -2px;
}
.light-theme .contest-list_item__timer-block .timer .timer-item:last-child:after {
  display: none;
}
.light-theme .contest-list_item__timer-block .timer .timer-item .number {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 129.4%;
  color: black;
  text-align: center;
}
.light-theme .contest-list_item__timer-block .timer .timer-item .name {
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 129.4%;
  letter-spacing: 0.03em;
  color: #868998;
  text-align: center;
}
.light-theme .contest-list_item__timer-block .timer .timer-item .expires {
  /*color: $gray;*/
  font-weight: 0;
}
.light-theme .contest-list_item__button-block {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 129.4%;
  display: flex;
  justify-content: space-between;
}
.light-theme .contest-list_item__button-block .button-stack {
  display: flex !important;
}
.light-theme .contest-list_item__button-block .button-stack button {
  width: 100% !important;
  margin: 5px 0px;
}
.light-theme .contest-list_item__button-block .button-no-border {
  width: 100%;
  background-color: transparent;
  padding: 15px 0;
  border: none;
  background: none;
  cursor: pointer;
  margin-right: 5px;
  font-weight: bold;
}
.light-theme .contest-list_item__button-block .button-no-border:hover {
  border-radius: 24px;
  background-color: #EBEBEB;
}
.light-theme .contest-list_item__button-block .button-bordered {
  width: 100%;
  /*max-width: auto;*/
  background-color: transparent;
  padding: 10px 0;
  outline: none;
  cursor: pointer;
  border-radius: 24px !important;
  margin-right: 5px;
  font-weight: bold;
}
.light-theme .contest-list_item__button-block .button-bordered:hover {
  background-color: #EBEBEB;
}
.light-theme .contest-list_item__button-block .button-colored {
  width: 100%;
  /*max-width: 115px;*/
  background: #FF444F;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 24px !important;
  margin-left: 0px;
  font-weight: bold;
}
.light-theme .contest-list_item__button-block .button-colored:hover {
  background: #E12E3A;
}

.dark-theme .red-border {
  border: 1px solid #ff5267;
  transition: 500ms all ease-in-out;
}
.dark-theme .red-border:hover {
  box-shadow: 0 8px 16px 2px #007aff, 0 16px 32px 2px #007aff;
}
.dark-theme .red-border .contest-list_item__top {
  background: #ff5267;
}
.dark-theme .yellow-border {
  border: 1px solid #007aff;
  transition: 500ms all ease-in-out;
}
.dark-theme .yellow-border:hover {
  box-shadow: 0 8px 16px 2px rgba(255, 146, 13, 0.06), 0 16px 32px 2px rgba(215, 118, 0, 0.12);
}
.dark-theme .yellow-border .contest-list_item__top {
  background: #007aff;
}
.dark-theme .green-border {
  transition: 500ms all ease-in-out;
}
.dark-theme .green-border:hover {
  box-shadow: 0 8px 16px 2px rgba(255, 146, 13, 0.06), 0 16px 32px 2px rgba(215, 118, 0, 0.12);
}
.dark-theme .green-border .contest-list_item__top {
  background: #007aff;
}
.dark-theme .red-label {
  background: #007aff;
  color: #FFF4E7;
}
.dark-theme .yellow-label {
  background: #007aff;
  color: #FFF4E7;
}
.dark-theme .green-label {
  background: #376bff;
  color: #FFF4E7;
}
.dark-theme .contest-list_item {
  padding: 20px 15px;
  position: relative;
  background: #007aff;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(229, 229, 229, 0.06), -1px 8px 16px rgba(229, 229, 229, 0.16);
  margin-bottom: 10px;
  height: 100%;
  max-height: 550px;
  max-width: 279px;
  width: 100%;
  transition: 500ms transform ease-in-out;
  z-index: 3;
}
@media screen and (max-width: 450px) {
  .dark-theme .contest-list_item {
    margin: 10px auto;
  }
}
.dark-theme .contest-list_item:hover {
  transform: translate(0, -10px);
}
.dark-theme .contest-list_item__top {
  display: flex;
  justify-content: center;
  height: 64px;
  width: 100%;
  position: absolute;
  margin: -20px -15px 50px -15px;
  background: red;
  z-index: -2;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.dark-theme .contest-list_item__top .logo {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin-top: 2px;
  margin-bottom: 16px;
  z-index: 2;
  transform: translate(0px, 20px);
}
.dark-theme .contest-list_item__top .background {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 135px;
  visibility: hidden;
  z-index: 1;
  background: url(../../images/background-dark.png) 0 98% no-repeat;
  object-fit: contain;
  border-bottom-right-radius: 16px;
}
.dark-theme .contest-list_item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 129.4%;
  margin: 4px 0 4px -10px;
  text-align: center;
  width: calc(100% + 20px);
  color: #FFFFFF;
  text-overflow: ellipsis;
  max-width: 263px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 90px;
}
.dark-theme .contest-list_item__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 129.4%;
  letter-spacing: 0.03em;
  margin: 5px 0;
  color: #C2C4CB;
  text-align: center;
}
.dark-theme .contest-list_item__label {
  border-radius: 40px;
  padding: 3px 10px;
  letter-spacing: 0.03em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 137.4%;
  margin: 10px auto;
  width: max-content;
}
.dark-theme .contest-list_item__price-block {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.dark-theme .contest-list_item__price-block .item {
  width: 50%;
  padding: 0 20px;
  font-style: normal;
  font-weight: normal;
}
.dark-theme .contest-list_item__price-block .item .price {
  font-size: 24px;
  line-height: 129.4%;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
.dark-theme .contest-list_item__price-block .item .label {
  font-size: 14px;
  line-height: 17px;
  color: #C2C4CB;
  text-align: center;
  margin: 5px 0;
}
.dark-theme .contest-list_item__price-block .item:first-child {
  border-right: 2px solid #007aff;
}
.dark-theme .contest-list_item__timer-block .label {
  color: #EBEDF5;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 4px 0;
  height: 17px;
}
.dark-theme .contest-list_item__timer-block .timer {
  background: #007aff;
  border-radius: 20px;
  padding: 17px 22px;
  margin-bottom: 16px;
  display: flex;
}
.dark-theme .contest-list_item__timer-block .timer.timer-date {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF;
  font-weight: bold;
}
.dark-theme .contest-list_item__timer-block .timer .timer-item {
  width: 25%;
  position: relative;
}
.dark-theme .contest-list_item__timer-block .timer .timer-item:after {
  content: ":";
  width: 12px;
  height: 40px;
  margin: 0 7px;
  color: #C2C4CB;
  position: absolute;
  left: 40px;
  font-size: 20px;
  top: -2px;
}
.dark-theme .contest-list_item__timer-block .timer .timer-item:last-child:after {
  display: none;
}
.dark-theme .contest-list_item__timer-block .timer .timer-item .number {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 129.4%;
  color: #FFFFFF;
  text-align: center;
}
.dark-theme .contest-list_item__timer-block .timer .timer-item .name {
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 129.4%;
  letter-spacing: 0.03em;
  color: #007aff;
  text-align: center;
}
.dark-theme .contest-list_item__timer-block .timer .timer-item .expires {
  color: #565656;
}
.dark-theme .contest-list_item__button-block {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 129.4%;
  display: flex;
  justify-content: space-between;
}
.dark-theme .contest-list_item__button-block .button-bordered {
  width: 115px;
  color: white;
  border: 1px solid #E6E9FF;
  background-color: transparent;
  padding: 10px 0;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
}
.dark-theme .contest-list_item__button-block .button-bordered:hover {
  filter: drop-shadow(2px 2px 9px rgba(0, 38, 255, 0.23));
}
.dark-theme .contest-list_item__button-block .button-colored {
  width: 100%;
  color: white;
  border: 1px solid #2DBA69;
  background-color: #2DBA69;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 5px;
}
.dark-theme .contest-list_item__button-block .button-colored:hover {
  filter: drop-shadow(2px 2px 9px rgba(0, 38, 255, 0.23));
}

#leaderBoard {
  border-collapse: separate;
}

.light-theme .small-board table.dataTable thead th {
  font-style: "Outfit", sans-serif !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 129.4% !important;
  color: #181c25 !important;
  margin: 0 10px !important;
  padding: 10px 0 10px 10px !important;
  border-bottom: none !important;
}
.light-theme table.dataTable thead th {
  font-style: normal !important;
  font-weight: normal;
  font-size: 12px !important;
  line-height: 129.4% !important;
  color: black !important;
  margin: 0 10px !important;
  padding: 10px 0 10px 10px !important;
  border-bottom: 1px solid #ddd !important;
  white-space: nowrap;
}
.light-theme .wide-board table.dataTable thead th {
  border-bottom: none !important;
  font-weight: bold;
}
.light-theme .wide-board table.dataTable.display tbody td {
  border-top: none !important;
}
.light-theme .wide-board table.dataTable.display tbody .user {
  padding: 15px 10px 11px 10px !important;
}
.light-theme .small-board table.dataTable.display tbody td {
  padding-left: 10px;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  border-top: none !important;
}
.light-theme .dataTables_scrollBody {
  transform: translate(0px, -20px);
}
.light-theme table.dataTable.display tbody td {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 129.4% !important;
  color: #868998 !important;
}
.light-theme table.dataTable.display tbody .user {
  font-size: 14px !important;
  line-height: 129.4%;
  color: #0D1331 !important;
}
.light-theme table.dataTable.display tbody .user .green-label {
  background: #ebf5ee;
  width: 50px !important;
  height: 20px !important;
  color: #007921 !important;
  border-radius: 40px;
  font-size: 12px !important;
  padding: 0 !important;
  text-align: center;
}
.light-theme table.dataTable.display tbody .user .red-label {
  background: #FDECEC;
  width: 50px !important;
  height: 20px !important;
  color: #C30000 !important;
  border-radius: 40px;
  font-size: 12px !important;
  padding: 0 !important;
  text-align: center;
}
.light-theme table.dataTable.display tbody .green-text {
  color: #008832 !important;
  font-weight: bold !important;
}
.light-theme table.dataTable.display tbody .red-text {
  color: #E6190E !important;
  font-weight: bold !important;
}
.light-theme table.dataTable.display tbody .lg-font {
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 129.4%;
  color: #181c25 !important;
}
.light-theme table.dataTable.display tbody .prize {
  padding-right: 20px !important;
  font-size: 14px !important;
  color: #494E64 !important;
}
.light-theme table.dataTable.display tbody .first-highlight {
  background: #FFF6E6 !important;
}
.light-theme table.dataTable.display tbody .first-highlight .user {
  color: #875410 !important;
}
.light-theme table.dataTable.display tbody .first-highlight .rank {
  color: #BA7416 !important;
}
.light-theme table.dataTable.display tbody .first-highlight .lg-font {
  padding: 1rem !important;
}
.light-theme table.dataTable.display tbody .first-highlight .lg-font:nth-child(5) {
  font-weight: bold !important;
  color: #E18C00 !important;
}
.light-theme table.dataTable.display tbody .first-highlight .prize {
  color: #007aff !important;
}
.light-theme table.dataTable.display tbody .second-highlight {
  background: #EFEDED !important;
}
.light-theme table.dataTable.display tbody .second-highlight .user {
  color: #54636E !important;
}
.light-theme table.dataTable.display tbody .second-highlight .rank {
  color: #7C91A1 !important;
}
.light-theme table.dataTable.display tbody .second-highlight .lg-font {
  padding-bottom: 1rem !important;
}
.light-theme table.dataTable.display tbody .second-highlight .lg-font:nth-child(5) {
  font-weight: bold !important;
  color: #7B7777 !important;
}
.light-theme table.dataTable.display tbody .second-highlight .prize {
  color: #007aff !important;
}
.light-theme table.dataTable.display tbody .third-highlight {
  background: #F6E6D6 !important;
}
.light-theme table.dataTable.display tbody .third-highlight .user {
  color: #9E6632 !important;
}
.light-theme table.dataTable.display tbody .third-highlight .rank {
  color: #9E6632 !important;
}
.light-theme table.dataTable.display tbody .third-highlight .lg-font {
  padding-bottom: 0.8rem !important;
}
.light-theme table.dataTable.display tbody .third-highlight .lg-font:nth-child(5) {
  font-weight: bold !important;
  color: #A56B00 !important;
}
.light-theme table.dataTable.display tbody .third-highlight .prize {
  color: #007aff !important;
}
.light-theme table.dataTable.no-footer {
  border-bottom: 1px solid #ddd !important;
}
.light-theme .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}
.light-theme .small-board table.dataTable.display tbody tr.odd:hover {
  background-color: #f9f9f9 !important;
}
.light-theme .dataTables_wrapper .dataTables_info {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 129.4% !important;
  color: #494E64 !important;
  padding-left: 25px;
  margin-top: -5px !important;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .light-theme .dataTables_wrapper .dataTables_info {
    padding-left: 0;
  }
}
.light-theme .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #E6E9FF !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 7px !important;
  transition: 500ms all ease-in-out !important;
  color: #333 !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 129.4% !important;
}
.light-theme .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: black !important;
  color: white !important;
}
.light-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background-color: transparent !important;
}
.light-theme .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #FFFFFF !important;
  color: black !important;
}
.light-theme .dataTables_wrapper .dataTables_paginate {
  padding-right: 25px !important;
  margin-top: -5px !important;
}
@media screen and (max-width: 768px) {
  .light-theme .dataTables_wrapper .dataTables_paginate {
    padding-right: 0 !important;
    margin-top: 5px !important;
  }
}
.light-theme .dataTables_filter {
  width: 100%;
}
.light-theme .dataTables_filter label {
  width: 100% !important;
  padding: 0 25px !important;
  margin-bottom: 12px !important;
}
.light-theme .dataTables_filter label input {
  width: 100% !important;
  margin-left: 0 !important;
  color: #868998 !important;
  border-radius: 5px !important;
  border: 1px solid #E7E7EA !important;
  outline: none !important;
}

.dark-theme .small-board table.dataTable thead th {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 129.4% !important;
  color: #C2C4CB !important;
  margin: 0 10px !important;
  padding: 10px 0 10px 10px !important;
  border-bottom: none !important;
}
.dark-theme table.dataTable thead th {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 129.4% !important;
  color: #C2C4CB !important;
  margin: 0 10px !important;
  padding: 10px 0 10px 10px !important;
  border-bottom: 1px solid #868998 !important;
}
.dark-theme .wide-board table.dataTable thead th {
  border-bottom: none !important;
}
.dark-theme .wide-board table.dataTable.display tbody .odd {
  background-color: rgba(32, 35, 48, 0.3) !important;
}
.dark-theme .wide-board table.dataTable.display tbody .even {
  background-color: #494E64 !important;
}
.dark-theme .wide-board table.dataTable.display tbody td {
  border-top: none !important;
}
.dark-theme .wide-board table.dataTable.display tbody .user {
  padding: 15px 10px 11px 10px !important;
}
.dark-theme .small-board table.dataTable.display tbody td {
  padding-left: 10px;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}
.dark-theme .dataTables_scrollBody {
  transform: translate(0px, -20px);
}
.dark-theme table.dataTable.display tbody .odd {
  background-color: #494E64 !important;
}
.dark-theme table.dataTable.display tbody .even {
  background-color: #494E64 !important;
}
.dark-theme table.dataTable.display tbody td {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 129.4% !important;
  color: #FFFFFF !important;
  border-color: #868998 !important;
}
.dark-theme table.dataTable.display tbody .user {
  font-size: 14px !important;
  line-height: 129.4%;
  color: #FFFFFF !important;
}
.dark-theme table.dataTable.display tbody .user .green-label {
  background: #ebf5ee;
  width: 42px !important;
  height: 20px !important;
  color: #007921 !important;
  border-radius: 40px;
  font-size: 12px !important;
  padding: 0 !important;
  text-align: center;
}
.dark-theme table.dataTable.display tbody .user .red-label {
  background: #fdecec;
  width: 42px !important;
  height: 20px !important;
  color: #c40000 !important;
  border-radius: 40px;
  font-size: 12px !important;
  padding: 0 !important;
  text-align: center;
}
.dark-theme table.dataTable.display tbody .green-text {
  color: #008732 !important;
  font-weight: bold !important;
}
.dark-theme table.dataTable.display tbody .red-text {
  color: #f42814 !important;
}
.dark-theme table.dataTable.display tbody .lg-font {
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 129.4%;
  color: #C2C4CB !important;
}
.dark-theme table.dataTable.display tbody .prize {
  padding-right: 20px !important;
  font-size: 14px !important;
  color: #494E64 !important;
}
.dark-theme table.dataTable.display tbody .first-highlight {
  background: #fccc7b; /* Old browsers */
  background: -moz-linear-gradient(top, #fccc7b 0%, #fddf9e 24.01%, #fcc167 81.54%, #fcad43 98.07%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fccc7b 0%, #fddf9e 24.01%, #fcc167 81.54%, #fcad43 98.07%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fccc7b 0%, #fddf9e 24.01%, #fcc167 81.54%, #fcad43 98.07%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fccc7b", endColorstr="#fcad43",GradientType=0 ); /* IE6-9 */
}
.dark-theme table.dataTable.display tbody .first-highlight .user {
  color: #875410 !important;
}
.dark-theme table.dataTable.display tbody .first-highlight .rank {
  color: #BA7416 !important;
}
.dark-theme table.dataTable.display tbody .first-highlight .lg-font {
  color: #007aff !important;
}
.dark-theme table.dataTable.display tbody .first-highlight .prize {
  color: #007aff !important;
}
.dark-theme table.dataTable.display tbody .second-highlight {
  background: #bfc8cf; /* Old browsers */
  background: -moz-linear-gradient(top, #bfc8cf 0%, #d0d8dd 24.48%, #bcc5cc 83.14%, #aab4bd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bfc8cf 0%, #d0d8dd 24.48%, #bcc5cc 83.14%, #aab4bd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bfc8cf 0%, #d0d8dd 24.48%, #bcc5cc 83.14%, #aab4bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bfc8cf", endColorstr="#aab4bd",GradientType=0 ); /* IE6-9 */
}
.dark-theme table.dataTable.display tbody .second-highlight .user {
  color: #54636E !important;
}
.dark-theme table.dataTable.display tbody .second-highlight .rank {
  color: #7C91A1 !important;
}
.dark-theme table.dataTable.display tbody .second-highlight .lg-font {
  color: #007aff !important;
}
.dark-theme table.dataTable.display tbody .second-highlight .prize {
  color: #007aff !important;
}
.dark-theme table.dataTable.display tbody .third-highlight {
  background: #dfa670; /* Old browsers */
  background: -moz-linear-gradient(top, #dfa670 0%, #f0ceac 24.48%, #d0843c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dfa670 0%, #f0ceac 24.48%, #d0843c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dfa670 0%, #f0ceac 24.48%, #d0843c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dfa670", endColorstr="#d0843c",GradientType=0 ); /* IE6-9 */
}
.dark-theme table.dataTable.display tbody .third-highlight .user {
  color: #9E6632 !important;
}
.dark-theme table.dataTable.display tbody .third-highlight .rank {
  color: #9E6632 !important;
}
.dark-theme table.dataTable.display tbody .third-highlight .lg-font {
  color: #007aff !important;
}
.dark-theme table.dataTable.display tbody .third-highlight .prize {
  color: #007aff !important;
}
.dark-theme table.dataTable.no-footer {
  border-bottom: 1px solid #868998 !important;
}
.dark-theme .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}
.dark-theme .small-board table.dataTable.display tbody tr.odd {
  background-color: #494E64;
}
.dark-theme .dataTables_wrapper .dataTables_info {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 129.4% !important;
  color: #C2C4CB !important;
  padding-left: 25px;
  margin-top: -5px !important;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .dark-theme .dataTables_wrapper .dataTables_info {
    padding-left: 0;
  }
}
.dark-theme .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #007aff !important;
  box-sizing: border-box !important;
  border-radius: 4px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 7px !important;
  transition: 500ms all ease-in-out !important;
  color: #E6E9FF !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 129.4% !important;
}
.dark-theme .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: black !important;
  color: white !important;
}
.dark-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #E6E9FF !important;
}
.dark-theme .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background-color: transparent !important;
}
.dark-theme .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #007aff !important;
  color: #FFFFFF !important;
}
.dark-theme .dataTables_wrapper .dataTables_paginate {
  padding-right: 25px !important;
  margin-top: -5px !important;
}
@media screen and (max-width: 768px) {
  .dark-theme .dataTables_wrapper .dataTables_paginate {
    padding-right: 0 !important;
    margin-top: 5px !important;
  }
}
.dark-theme .dataTables_filter {
  width: 100%;
}
.dark-theme .dataTables_filter label {
  width: 100% !important;
  padding: 0 25px !important;
}
.dark-theme .dataTables_filter label input {
  width: 100% !important;
  margin-left: 0 !important;
  color: #C2C4CB !important;
  border-radius: 5px !important;
  border: 1px solid #C2C4CB !important;
  outline: none !important;
}

.home-image {
  position: relative;
}
.home-image_background {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.home-image_icon {
  width: 133px;
  height: 160px;
  object-fit: contain;
  position: absolute;
  top: 31%;
  left: 45%;
}

.lower-banner {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0px 25px;
}

.button-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-wrapper .arrow {
  font-size: 20px;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 12px;
}
.pagination-wrapper .arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.pagination-wrapper .dots {
  display: flex;
  gap: 6px;
}
.pagination-wrapper .dots .dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.pagination-wrapper .dots .dot.active {
  background-color: #333;
}

.light-theme .home-main-info {
  background-color: white;
  padding: 60px 25px 40px 25px;
}
.light-theme .home-main-info_filter-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 30px auto;
}
.light-theme .home-main-info_filter-row__title {
  text-align: center;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 33px;
  color: black;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .light-theme .home-main-info_filter-row__title {
    font-size: 30px;
  }
}
.light-theme .home-main-info_filter-row__filter-wrapper {
  display: flex;
}
.light-theme .home-main-info_filter-row__filter-wrapper .label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  margin-right: 20px;
  color: #FF444F;
}
.light-theme .home-main-info_filter-row__filter-wrapper .button {
  background: white;
  height: 33px;
  border: 1px solid #C2C4CB;
  box-sizing: border-box;
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #868998;
  margin: 0 7px;
  padding: 6px 14px;
  transition: 500ms background ease-in-out;
  cursor: pointer;
  white-space: pre;
}
.light-theme .home-main-info_filter-row__filter-wrapper .button:hover {
  background: black;
  color: #FFFFFF;
  border: 1px solid black;
}
.light-theme .home-main-info_filter-row__filter-wrapper .button-active {
  background: black;
  color: #FFFFFF;
  border: 1px solid black;
  filter: drop-shadow(2px 2px 9px rgba(0, 38, 255, 0.23));
}
.light-theme .home-main-info_filter-row__sort-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .light-theme .home-main-info_filter-row__sort-wrapper {
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .light-theme .home-main-info_filter-row__sort-wrapper {
    display: block;
  }
}
.light-theme .home-main-info_filter-row__sort-wrapper .label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  margin-right: 20px;
}
.light-theme .home-main-info_filter-row__sort-wrapper .sort-select {
  background: linear-gradient(0deg, #EBEDF5, #EBEDF5);
  border: 1px solid #C2C4CB;
  box-sizing: border-box;
  border-radius: 20px;
  letter-spacing: 0.01em;
  color: #868998;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 3px;
}
.light-theme .home-main-info_filter-row__sort-wrapper .sort-select:focus {
  box-shadow: none !important;
}
.light-theme .home-main-info_filter-row__sort-wrapper .sort-select:hover {
  color: #868998;
  border: 1px solid #C2C4CB;
}
.light-theme .home-main-info_contest-list {
  padding: 0 0 30px 0 !important;
  display: flex;
  justify-content: center;
  gap: 1vw;
  flex-wrap: wrap;
}
.light-theme .home-main-info_banner {
  margin: 0 auto;
  width: 970px;
  height: 90px;
  background-color: #007aff;
}
@media screen and (max-width: 1000px) {
  .light-theme .home-main-info_banner {
    display: none;
  }
}

.dark-theme .home-main-info {
  background-color: #007aff;
  padding: 60px 25px 40px 25px;
}
.dark-theme .home-main-info_filter-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dark-theme .home-main-info_filter-row__title {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 33px;
  color: #FFFFFF;
  text-align: left;
}
.dark-theme .home-main-info_filter-row__filter-wrapper {
  display: flex;
}
.dark-theme .home-main-info_filter-row__filter-wrapper .label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  margin-right: 20px;
  color: #C2C4CB;
}
.dark-theme .home-main-info_filter-row__filter-wrapper .button {
  background: white;
  height: 33px;
  border: 1px solid #007aff;
  box-sizing: border-box;
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #007aff;
  margin: 0 7px;
  padding: 6px 14px;
  transition: 500ms background ease-in-out;
  cursor: pointer;
  white-space: pre;
}
.dark-theme .home-main-info_filter-row__filter-wrapper .button:hover {
  background: #007aff;
  color: #FFFFFF;
  border: 1px solid #007aff;
}
.dark-theme .home-main-info_filter-row__filter-wrapper .button-active {
  background: #007aff;
  color: #FFFFFF;
  border: 1px solid #007aff;
}
.dark-theme .home-main-info_filter-row__sort-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .dark-theme .home-main-info_filter-row__sort-wrapper {
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .dark-theme .home-main-info_filter-row__sort-wrapper {
    display: block;
  }
}
.dark-theme .home-main-info_filter-row__sort-wrapper .label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  margin-right: 20px;
  color: #C2C4CB;
}
.dark-theme .home-main-info_filter-row__sort-wrapper .sort-select {
  background: #007aff;
  border: 1px solid #007aff;
  box-sizing: border-box;
  border-radius: 20px;
  letter-spacing: 0.01em;
  color: #007aff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 3px;
}
.dark-theme .home-main-info_filter-row__sort-wrapper .sort-select:focus {
  box-shadow: none !important;
}
.dark-theme .home-main-info_filter-row__sort-wrapper .sort-select:hover {
  color: #007aff;
  border: 1px solid #007aff;
}
.dark-theme .home-main-info_contest-list {
  padding: 0 0 30px 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1vw;
}
.dark-theme .home-main-info_banner {
  margin: 0 auto;
  width: 970px;
  height: 90px;
  background-color: #007aff;
}
@media screen and (max-width: 1000px) {
  .dark-theme .home-main-info_banner {
    display: none;
  }
}

.light-theme .dashboard-head {
  width: 100%;
  background-color: #F5F5F5;
  padding: 30px 25px 20px 25px;
}
.light-theme .dashboard-head_top {
  display: flex;
  justify-content: center;
  padding: 1rem 0rem;
}
.light-theme .dashboard-head_top a {
  width: -webkit-fill-available;
}
.light-theme .dashboard-head_top .competition-banner {
  max-width: 1440px;
  margin: 0 auto;
  width: -webkit-fill-available;
}
.light-theme .dashboard-head_wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.light-theme .dashboard-head_wrapper__breadcrumb {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 129.4%;
  color: #181c25;
  z-index: 50;
  position: relative;
}
.light-theme .dashboard-head_wrapper__breadcrumb img {
  margin-bottom: 2px;
  margin-right: 5px;
}
.light-theme .dashboard-head_wrapper__breadcrumb .rules {
  color: #181c25 !important;
  font-weight: bold;
}
.light-theme .dashboard-head_wrapper__title {
  font-style: normal;
  font-weight: 800;
  font-family: Inter;
  font-size: 48px;
  line-height: 129.4%;
  color: #181c25;
  text-align: center;
  transform: translate(0px, -25px);
  margin: 1px 0px;
}
@media screen and (max-width: 550px) {
  .light-theme .dashboard-head_wrapper__title {
    transform: translate(0px, 0px);
    margin: 15px 0;
  }
}
.light-theme .dashboard-head_wrapper__labels-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label {
  width: 340px;
  height: 150px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 12px;
  position: relative;
  margin: 10px 0;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_icon {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 10px;
  top: 14px;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 129.4%;
  color: black;
  display: inline-block;
  margin-left: 35px;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer {
  background: #E6F4FF;
  border-radius: 12px;
  padding: 17px 22px;
  margin-top: 17px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer.timer-date {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  padding-left: 0;
  padding-right: 0;
  color: #007aff;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item {
  width: 22%;
  position: relative;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item:after {
  content: ":";
  width: 12px;
  height: 40px;
  margin: 0 7px;
  color: #C2C4CB;
  position: absolute;
  left: 46px;
  font-size: 20px;
  top: -2px;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item:last-child:after {
  display: none;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item .number {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 129.4%;
  color: black;
  text-align: center;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item .name {
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 129.4%;
  letter-spacing: 0.03em;
  color: #868998;
  text-align: center;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item .expires {
  color: #007aff;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label_background-block {
  width: 100%;
  height: 70px;
  border-radius: 12px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 129.4%;
  letter-spacing: 0.03em;
  color: black;
  text-align: center;
  margin: 17px 0;
  padding: 23px 0px;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label:nth-child(2) .label_background-block {
  background-color: #E9F7F4;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label:nth-child(3) .label_background-block {
  background-color: #E6E9FF;
}
.light-theme .dashboard-head_wrapper__labels-wrapper .label:nth-child(4) .label_background-block {
  background-color: #FFE8EB;
}
.light-theme .dashboard-main {
  width: 100%;
  background-color: #F5F5F5;
  padding: 30px 25px;
}
.light-theme .dashboard-main_wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.light-theme .dashboard-main_wrapper__graph {
  background-color: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(229, 229, 229, 0.06), -1px 8px 16px rgba(229, 229, 229, 0.16);
  border-radius: 12px;
  padding-top: 30px;
  width: calc(100% - 10px) !important;
  height: 100%;
  min-height: 585px;
  max-height: 668px;
  padding-bottom: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 990px) {
  .light-theme .dashboard-main_wrapper__graph {
    margin-left: 0;
    margin-top: 10px;
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .light-theme .dashboard-main_wrapper__graph {
    max-height: 100% !important;
  }
}
@media screen and (min-width: 560px) {
  .light-theme .dashboard-main_wrapper__graph {
    width: 100%;
    min-width: 490px !important;
  }
}
.light-theme .dashboard-main_wrapper__graph .title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 129.4%;
  color: black;
  margin: 0 25px 15px 25px;
}
.light-theme .dashboard-main_wrapper__graph .chart-info {
  display: flex;
  transform: translate(-103%, 124%);
}
@media screen and (max-width: 635px) {
  .light-theme .dashboard-main_wrapper__graph .chart-info {
    display: none;
  }
}
.light-theme .dashboard-main_wrapper__graph .chart-info .title {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: black;
  margin: 0 6px;
}
.light-theme .dashboard-main_wrapper__graph .chart-info .title span {
  margin-left: 5px;
  color: #0D1331;
}
.light-theme .dashboard-main_wrapper__graph .side-info {
  display: block;
  margin-left: 25px;
}
.light-theme .dashboard-main_wrapper__graph .side-info_block {
  width: 150px;
  height: 60px;
  padding: 12px;
  background: #F6F7F8;
  margin-bottom: 1px;
}
.light-theme .dashboard-main_wrapper__graph .side-info_block:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.light-theme .dashboard-main_wrapper__graph .side-info_block:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.light-theme .dashboard-main_wrapper__graph .side-info_block__number {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 129.4%;
  letter-spacing: 0.03em;
  color: black;
  padding-bottom: 4px;
}
.light-theme .dashboard-main_wrapper__graph .side-info_block__text {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 129.4%;
  color: #494E64;
}
.light-theme .dashboard-main_wrapper__graph #chart {
  width: 100%;
  margin-right: 25px;
}
.light-theme .dashboard-main_wrapper__graph #chart .apexcharts-legend-marker {
  margin-bottom: 2px;
  margin-right: 8px;
}
.light-theme .dashboard-main_wrapper__graph #chart .apexcharts-legend-text {
  color: black !important;
}
.light-theme .dashboard-main_wrapper__graph #chart .apexcharts-tooltip {
  background: #FFFFFF;
  border: 1px solid #BFC9FF;
  box-sizing: border-box;
}
.light-theme .dashboard-main_wrapper__graph #chart .apexcharts-tooltip-title {
  background: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 129.4%;
  color: #868998;
  border-bottom: none;
  margin-bottom: -3px;
  margin-left: 5px;
}
.light-theme .dashboard-main_wrapper__graph #chart .apexcharts-tooltip-text-label {
  display: none;
}
.light-theme .dashboard-main_wrapper__graph #chart .apexcharts-tooltip-text-value {
  font-family: "Gilroy", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 129.4%;
  color: #0D1331;
  margin-left: -5px;
}
.light-theme .dashboard-main_wrapper__board {
  background-color: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(229, 229, 229, 0.06), -1px 8px 16px rgba(229, 229, 229, 0.16);
  border-radius: 12px;
  padding-top: 30px;
  width: 100%;
  /*max-width: 490px;*/
  height: 100%;
  /*min-height: 585px;*/
  padding-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .light-theme .dashboard-main_wrapper__board {
    width: 100% !important;
  }
}
.light-theme .dashboard-main_wrapper__board .title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 129.4%;
  color: black;
  margin: 0 25px 15px 25px;
}
.light-theme .dashboard-main_wrapper .wide-board {
  /*min-height: 550px !important;*/
  max-height: 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 560px) {
  .light-theme .dashboard-main_wrapper .wide-board {
    width: 100% !important;
    min-width: 490px !important;
  }
}

.dark-theme .dashboard-head {
  width: 100%;
  background-color: #494E64;
  padding: 30px 25px 20px 25px;
}
.dark-theme .dashboard-head_wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.dark-theme .dashboard-head_wrapper__breadcrumb {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 129.4%;
  color: #E7E7EA;
  z-index: 50;
  position: relative;
}
.dark-theme .dashboard-head_wrapper__breadcrumb img {
  margin-bottom: 2px;
  margin-right: 5px;
}
.dark-theme .dashboard-head_wrapper__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 129.4%;
  color: #FFFFFF;
  text-align: center;
  transform: translate(0px, -25px);
  margin: 1px 0px;
}
@media screen and (max-width: 550px) {
  .dark-theme .dashboard-head_wrapper__title {
    transform: translate(0px, 0px);
    margin: 15px 0;
  }
}
.dark-theme .dashboard-head_wrapper__labels-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label {
  width: 340px;
  height: 150px;
  padding: 20px;
  background-color: #252B46;
  border-radius: 12px;
  position: relative;
  margin: 10px 0;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_icon {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 10px;
  top: 14px;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 129.4%;
  color: #FFFFFF;
  display: inline-block;
  margin-left: 35px;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer {
  background: #494E64;
  border-radius: 12px;
  padding: 17px 22px;
  margin-top: 17px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer.timer-date {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item {
  width: 22%;
  position: relative;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item:after {
  content: ":";
  width: 12px;
  height: 40px;
  margin: 0 7px;
  color: #C2C4CB;
  position: absolute;
  left: 46px;
  font-size: 20px;
  top: -2px;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item:last-child:after {
  display: none;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item .number {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 129.4%;
  color: #FFFFFF;
  text-align: center;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item .name {
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 129.4%;
  letter-spacing: 0.03em;
  color: #C2C4CB;
  text-align: center;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_timer-block .timer .timer-item .expires {
  color: #007aff;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label_background-block {
  width: 100%;
  height: 70px;
  border-radius: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 129.4%;
  letter-spacing: 0.03em;
  background-color: #494E64;
  color: #FFFFFF;
  text-align: center;
  margin: 17px 0;
  padding: 23px 0;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label:nth-child(1) {
  border: 1px solid #D77600;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label:nth-child(2) {
  border: 1px solid #129578;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label:nth-child(3) {
  border: 1px solid #0026FF;
}
.dark-theme .dashboard-head_wrapper__labels-wrapper .label:nth-child(4) {
  border: 1px solid #B4081D;
}
.dark-theme .dashboard-main {
  width: 100%;
  background-color: #007aff;
  padding: 30px 25px;
}
.dark-theme .dashboard-main_wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.dark-theme .dashboard-main_wrapper__graph {
  background-color: #494E64;
  border: 1px solid #868998;
  box-sizing: border-box;
  border-radius: 12px;
  padding-top: 30px;
  width: calc(100% - 10px) !important;
  height: 100%;
  min-height: 585px;
  max-height: 668px;
  padding-bottom: 20px;
  margin-left: 10px;
  position: relative;
}
@media screen and (max-width: 990px) {
  .dark-theme .dashboard-main_wrapper__graph {
    margin-left: 0;
    margin-top: 10px;
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .dark-theme .dashboard-main_wrapper__graph {
    max-height: 100% !important;
  }
}
@media screen and (min-width: 560px) {
  .dark-theme .dashboard-main_wrapper__graph {
    width: 100%;
    min-width: 490px !important;
  }
}
.dark-theme .dashboard-main_wrapper__graph .title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 129.4%;
  color: #fff;
  margin: 0 25px 15px 25px;
}
.dark-theme .dashboard-main_wrapper__graph .chart-info {
  display: flex;
  transform: translate(-103%, 124%);
}
@media screen and (max-width: 635px) {
  .dark-theme .dashboard-main_wrapper__graph .chart-info {
    display: none;
  }
}
.dark-theme .dashboard-main_wrapper__graph .chart-info .title {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #C2C4CB;
  margin: 0 6px;
}
.dark-theme .dashboard-main_wrapper__graph .chart-info .title span {
  margin-left: 5px;
  color: #F9F9FC;
}
.dark-theme .dashboard-main_wrapper__graph .side-info {
  display: block;
  margin-left: 25px;
}
.dark-theme .dashboard-main_wrapper__graph .side-info_block {
  width: 150px;
  height: 55px;
  padding: 12px;
  background: #202330;
  margin-bottom: 1px;
}
.dark-theme .dashboard-main_wrapper__graph .side-info_block:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.dark-theme .dashboard-main_wrapper__graph .side-info_block:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.dark-theme .dashboard-main_wrapper__graph .side-info_block__number {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 129.4%;
  letter-spacing: 0.03em;
  color: #0026FF;
}
.dark-theme .dashboard-main_wrapper__graph .side-info_block__text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 129.4%;
  color: #868998;
}
.dark-theme .dashboard-main_wrapper__graph #chart {
  width: 100%;
  margin-right: 25px;
}
.dark-theme .dashboard-main_wrapper__graph #chart text {
  color: #F9F9FC !important;
  fill: #F9F9FC !important;
}
.dark-theme .dashboard-main_wrapper__graph #chart .apexcharts-legend-marker {
  margin-bottom: 2px;
  margin-right: 8px;
}
.dark-theme .dashboard-main_wrapper__graph #chart .apexcharts-ycrosshairs {
  stroke: #868998;
}
.dark-theme .dashboard-main_wrapper__graph #chart .apexcharts-legend-text {
  color: #C2C4CB !important;
}
.dark-theme .dashboard-main_wrapper__graph #chart .apexcharts-tooltip {
  background: #202330;
  border: 1px solid #0D1331;
  box-sizing: border-box;
}
.dark-theme .dashboard-main_wrapper__graph #chart .apexcharts-tooltip-title {
  background: #202330;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 129.4%;
  color: #C2C4CB;
  border-bottom: none;
  margin-bottom: -3px;
  margin-left: 5px;
}
.dark-theme .dashboard-main_wrapper__graph #chart .apexcharts-tooltip-text-label {
  display: none;
}
.dark-theme .dashboard-main_wrapper__graph #chart .apexcharts-tooltip-text-value {
  font-family: "Gilroy", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 129.4%;
  color: #BFC9FF;
  margin-left: -5px;
}
.dark-theme .dashboard-main_wrapper__board {
  background-color: #494E64;
  border: 1px solid #868998;
  box-sizing: border-box;
  border-radius: 12px;
  padding-top: 30px;
  width: 100%;
  /*max-width: 490px;*/
  height: 100%;
  /*min-height: 585px;*/
  max-height: 668px;
  padding-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .dark-theme .dashboard-main_wrapper__board {
    width: 100% !important;
  }
}
.dark-theme .dashboard-main_wrapper__board .title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 129.4%;
  color: #fff;
  margin: 0 25px 15px 25px;
}
.dark-theme .dashboard-main_wrapper .wide-board {
  /*min-height: 550px !important;*/
  max-height: 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 560px) {
  .dark-theme .dashboard-main_wrapper .wide-board {
    width: 100% !important;
    min-width: 490px !important;
  }
}

/*  Main styles: END */
