
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255,255,255,0.7);
  background-color: #0B0D13;
  counter-reset: section;
  box-sizing: border-box;
}
body *, body *:before, body *:after {
  box-sizing: inherit;
}
a, path {
  text-decoration: none !important;
  transition: all 0.6s ease-in-out;
}

button:focus, :focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6{

  font-weight: 700;
}

p:empty {
  display: none;
}

.blue-gradiant {
  background: linear-gradient(180deg, #4FA6FF 0%, #007EFF 100%);
}

.blue-gradiant-1 {
  background: linear-gradient(270deg, #007EFF 0%, #4FA6FF 100%);
}

.yellow-gradiant {
  background: linear-gradient(90deg, #ECCC68 0%, #FFA502 100%);
}

.gray-gradiant {
  background: linear-gradient(270deg, #39415C 0%, #555F83 100%);
}

.green-gradiant {
  background: linear-gradient(270deg, #2FCE6E 0%, #7DDBA2 100%);
}

.red-gradiant {
  background: linear-gradient(270deg, #FF4757 0%, #FF6B81 100%);
}

.orange-gradiant {
  background: linear-gradient(270deg, #FF6348 0%, #FF7F50 100%);
}

.blue-gradiant-text {
  background: linear-gradient(180deg, #4FA6FF 0%, #007EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn {
  height: auto;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 15px;
  margin: 0;
  color: #ffffff;
  border: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.btn:hover:before {
  transform: scaleY(1);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn:hover {
  color: #ffffff;
}

.modal-backdrop {
  background: rgba(11, 13, 19, 0.8);
  opacity: 1 !important;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.content__wrapper {
  margin-left: 100px;
  margin-top: 100px;
}

@media (min-width: 1800px) {
  .container-fluid {
    max-width: 1630px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1315px;
  }
}
.main__title {
  border-bottom: 1px solid #1A1F2D;
  margin-bottom: 30px;
}
.main__title h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (min-width: 5000px) {
  body {
    zoom: 1.2;
  }
}
@media (max-width: 1600px) {
  .content__wrapper {
    margin-left: 80px;
    margin-top: 88px;
  }
}
@media (max-width: 1199px) {
  .content__wrapper {
    margin-top: 85px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content__wrapper {
    margin-left: 0;
    margin-top: 80px;
  }
  .main__title {
    margin-bottom: 20px;
  }
  .main__title h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
/* Game Box CSS */
.game__bg-banner {
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  overflow: hidden;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.game__box {
  background-color: #161b26;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.game__box .game__banner {
  overflow: hidden;
  position: relative;
  padding-top: 50%;
  margin: 20px 20px 0;
}
.game__box .game__banner img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.game__box .game__header {
  padding: 20px;
  position: relative;
  z-index: 9;
}
.game__box .game__header .game__logo img {
  width: 98px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.game__box .game__header .game__des {
  margin-left: 22px;
}
.game__box .game__header .game__des .time {
  color: rgba(255,255,255,0.7);
}
.game__box .game__header .game__des h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 0;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game__box .game__body {
  padding: 20px 0;
  margin: 0 20px;
  position: relative;
  z-index: 9;
  border-top: 1px solid #1A1F2D;
}
.game__box .game__body .info__item span {
  font-weight: 500;
}
.game__box .game__body .info__item h5 {
  margin: 5px 0 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
.game__box .game__body .info__item h5 .lazy {
  width: 20px;
  height: auto;
}
.game__box .game__body .info__item:not(:last-child) {
  padding-right: 30px;
}
.game__box .game__footer {
  padding: 18px;
  position: relative;
  z-index: 99;
  background: linear-gradient(270deg, #181D29 9.67%, #212738 21.67%, #181D29 62.3%);
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #242B3E;
}
.game__box .game__footer .user__profile img {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.game__box .game__footer .user__des span {
  font-weight: 500;
}
.game__box .game__footer .user__des h5 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
  width: 100px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game__box .game__footer .game__action .btn {
  padding: 12px;
  max-width: 180px;
  box-sizing: border-box;
  width: 100%;
}
.game__box .game__footer .action__hint {
  position: absolute;
  top: -28px;
  bottom: auto;
  left: auto;
  right: 0;
  background-color: rgba(25, 29, 42, 0.8);
  border: 1px solid #242B3E;
  box-shadow: 0px 9px 19px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.game__box .game__footer .game__action .btn:hover + .action__hint {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-in-out;
}

.game__tags {
  margin-top: 18px;
}
.game__tags .badge {
    font-size: 12px;
    padding: 8px 12px;
    background-color: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 6px;
}
.game__tags .badge:not(:last-child) {
  margin-right: 6px;
  margin-bottom: 6px;
}

/* Game Box CSS */
/* Message Modal */
.message--modal .modal-dialog {
  margin: 120px auto;
}
.message--modal .modal-content {
  background-color: rgba(17, 20, 29, 0.96);
  box-shadow: 0 38px 45px rgba(0, 0, 0, 0.6);
}
.message--modal .close {
  top: 5px;
  right: 0;
  opacity: 1;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
}
.message--modal .close svg {
  width: 12px;
  height: 12px;
}
.message--modal .close svg path {
  fill: #ffffff;
}
.message--modal .message__body p {
  color: #ffffff;
  font-size: 16px;
}

/* Message Modal */
/* Loader CSS */
.loader__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 13, 19, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader__wrapper .loader li {
  background: linear-gradient(270deg, #007EFF 0%, #4FA6FF 100%);
  margin-left: 1px;
  width: 20px;
  height: 30px;
  display: inline-block;
  opacity: 0;
  border-radius: 2px;
  transform: skew(-25deg, 0deg) scale(0.1);
  -webkit-animation: loader 0.5s ease-in-out infinite alternate;
          animation: loader 0.5s ease-in-out infinite alternate;
}
.loader__wrapper .loader li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loader__wrapper .loader li:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loader__wrapper .loader li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loader__wrapper .loader li:nth-child(5) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.loader__wrapper .loader li:nth-child(6) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.loader__wrapper .loader li:nth-child(7) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes loader {
  to {
    transform: skew(-25deg, 0deg) scale(1);
    opacity: 1;
  }
}

@keyframes loader {
  to {
    transform: skew(-25deg, 0deg) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader CSS */
@media (max-width: 1600px) {
  /* Game Box CSS */
  .game__tags {
    margin-top: 10px;
  }
  .game__tags .badge {
    font-size: 10px;
    padding: 5px;
    border-radius: 4px;
  }
  /* .game__tags .badge:not(:last-child) {
    margin-right: 0;
  } */
  .game__box .game__banner {
    margin: 15px 15px 0;
  }
  .game__box .game__header {
    padding: 15px;
  }
  .game__box .game__header .game__logo img {
    width: 65px;
    height: 75px;
  }
  .game__box .game__header .game__des {
    margin-left: 15px;
  }
  .game__box .game__header .game__des .time {
    font-size: 12px;
  }
  .game__box .game__header .game__des h4 {
    font-size: 15px;
  }
  .game__box .game__body {
    padding: 15px 0;
    margin: 0 15px;
  }
  .game__box .game__body .info__item span {
    font-size: 12px;
  }
  .game__box .game__body .info__item h5 {
    font-size: 14px;
  }
  .game__box .game__body .info__item:not(:last-child) {
    padding-right: 10px;
  }
  .game__box .game__footer {
    padding: 15px;
  }
  .game__box .game__footer .user__profile img {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  .game__box .game__footer .user__des span {
    font-size: 12px;
  }
  .game__box .game__footer .user__des h5 {
    font-size: 14px;
    margin-top: 2px;
  }
  .game__box .game__footer .game__action .btn {
    font-size: 12px;
    padding: 7px 12px;
    width: 100px;
  }
  /* Game Box CSS */
}
@media (max-width: 1280px) {
  /* Game Box CSS */
  .game__box .game__body .info__item:not(:last-child) {
    padding-right: 15px;
  }
  .game__box .game__header .game__des h4 {
    font-size: 14px;
    height: 36px;
    overflow: hidden;
  }
  .game__tags .badge {
    font-size: 9px;
  }
  /* Game Box CSS */
}
@media (max-width: 1199px) {
  /* Game Box CSS */
  .game__box .game__header .game__des h4 {
    height: auto;
  }
  /* Game Box CSS */
}
@media (max-width: 767px) {
  /* Game Box CSS */
  .game__box .game__header .game__des h4 {
    font-size: 16px;
  }
  .game__box .game__footer .game__action .btn {
    width: 126px;
  }
  .game__tags .badge {
    font-size: 10px;
    padding: 8px 10px;
  }
  /* Game Box CSS */
  /* Loader CSS */
  .loader__wrapper .loader li {
    width: 10px;
    height: 20px;
  }
  /* Loader CSS */
}
/* Trophies counter CSS */
.trophies__icon a {
  display: inline-block;
  position: relative;
}
.trophies__icon a .trophies__count {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 22px;
  min-width: 22px;
  text-align: center;
  background: linear-gradient(180deg, #4FA6FF 0%, #007EFF 100%);
  line-height: 22px;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  padding: 0 5px;
  font-size: 10px;
}

/*09-06-2022*/
.swiper-button-next, .swiper-button-prev {
  top: 15px;
  border: 2px solid;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  color: #1b8cff;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 60px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: auto;
  right: 120px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-next:after {
  width: 10px;
}

@media (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 20px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
  }
  .swiper-button-next:after {
    width: 5px;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: 55px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 15px;
  }
}
/* 06072022*/
.explore__more.text-right {
  padding-right: 180px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .explore__more.text-right {
    padding-right: 100px;
  }
}
.content__wrapper {
  position: relative;
  margin-top: 100px;
}
.content__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 13, 19, 0) 0%, #0B0D13 60.21%), url(../img/tournaments/tournament_bg.jpg) no-repeat center/cover;
  opacity: 0.11;
  z-index: -9;
}

/* Create Tournament Modal CSS */
.ui-datepicker {
  z-index: 9999 !important;
}

/* .ui-widget.ui-widget-content {
  border-color: #1A1F2D !important;
  background: #0b0d13 !important;
  color: #ffffff !important;
} */

.ui-widget-content .ui-state-active {
  border: 1px solid #3096ff !important;
  background: #409eff !important;
}

.ui-widget-content .ui-state-default {
  background: #ffffff !important;
}

.modal .close {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -45px;
  opacity: 0.4;
  text-shadow: none;
  float: none;
}
.modal .modal-title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1A1F2D;
}
.modal .input-group-prepend .input-group-text {
  padding: 13px 10px 13px 15px;
  background: #0B0D13;
  border: none;
  position: relative;
  color: rgba(255,255,255,0.7);
  font-weight: 700;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
}
.modal .input-group-prepend .input-group-text img {
  width: auto;
  height: 10px;
}
.modal .form-group {
  margin-bottom: 30px;
}
.modal .form-group .datepicker-group .form-control {
  height: 100%;
  border-radius: 0 8px 8px 0;
}
.modal .form-group .form-control {
  background-color: #0f121a;
  border-radius: 8px;
  border: none;
  height: auto;
  color: #ffffff;
  padding: 15px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 700;
}
.modal .form-group .form-control::-moz-placeholder {
  color: rgb(255 255 255 / 50%);
}
.modal .form-group .form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 50%);
}
.modal .form-group .form-control::placeholder {
  color: rgb(255 255 255 / 50%);
}
.modal .form-group .custom-select {
  background: #181D29 url(../img/icons/down_arrow.svg) no-repeat 97% center/12px;
}
.modal .form-group .input-group-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  left: auto;
  bottom: auto;
  pointer-events: none;
  z-index: 9;
}
.modal .form__wrapper:not(:last-child) {
  border-bottom: 1px solid #1A1F2D;
  margin-bottom: 30px;
}
.modal .modal__header {
  padding: 15px;
  position: relative;
}
.modal .upload__icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 46px;
  height: 46px;
  background: #0B0D13;
  opacity: 0.5;
  border-radius: 8px;
  cursor: pointer;
}
.modal .upload__icon img {
  position: static;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.modal .upload__icon:hover {
  opacity: 1;
}
.modal .event__banner {
  position: relative;
  overflow: hidden;
  padding-top: 45.8%;
}
.modal .event__banner > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  border-radius: 10px;
}
.modal .tournament__logo {
  width: 150px;
  margin: -130px auto 30px;
  position: relative;
}
.modal .tournament__logo > img {
  border-radius: 12px;
}
.modal .tournament__logo .upload__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: auto;
  bottom: auto;
}
.modal .modal-dialog {
  max-width: 560px;
}
.modal .modal-content {
  background-color: #161b26;
  border-radius: 10px;
  border: none;
}
.modal .modal-content label {
  font-size: 18px;
  margin-bottom: 20px;
}
.modal .modal-content .modal-body {
  padding: 30px 30px 0;
}
.modal .modal-footer {
  padding: 30px;
  border-radius: 0 0 10px 10px;
  border-color: #242B3E;
  background: linear-gradient(270deg, #181D29 9.67%, #212738 21.67%, #181D29 62.3%);
}

/* Create Tournament Modal CSS */
/* Header Block CSS */
.organaizer__event-block .main__title {
  width: 850px;
  margin: 0 auto 30px;
}

.organaizer__header {
  padding-bottom: 30px;
  border-bottom: 1px solid #1A1F2D;
}
.organaizer__header h1 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 36px;
}
.organaizer__header h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 60px;
  background-color: #242B3E;
  border-radius: 10px;
}
.organaizer__header p {
  font-weight: 500;
  width: 560px;
  margin: 0 auto;
}

/* Header Block CSS */
/* Tab CSS */
.tab__main .nav-tabs .nav-link {
  background-color: #161b26;
  border-radius: 8px;
  border: 2px solid transparent;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  font-weight: 700;
  padding: 14px 18px;
  transition: all 0.6s ease-in-out;
}
.tab__main .nav-tabs .nav-link.active, .tab__main .nav-tabs .nav-link:hover {
  border-color: #00f5a3;
  color: #ffffff;
  transition: all 0.6s ease-in-out;
}
.tab__main .nav-tabs .nav-link:not(:last-child) {
  margin-right: 6px;
}

/* Tab CSS */
/* Tournaments Block CSS */
.tournaments-block .row, .leagues-block .row {
  margin: 0 -10px;
}
.tournaments-block .row .col-lg-4, .leagues-block .row .col-lg-4 {
  padding: 0 10px 20px;
}

.game__box.create__tournament .game__banner {
  border-radius: 10px;
  background-color: #181D29;
}
.game__box.create__tournament .game__banner p {
  font-size: 48px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
}
.game__box.create__tournament .game__header .game__des .time, .game__box.create__tournament .game__header .game__des .game__tags .badge {
  background-color: #181D29;
  border: 1px solid #242B3E;
  border-radius: 4px;
  -webkit-text-fill-color: transparent;
}
.game__box.create__tournament .game__header .game__des h4 {
  color: rgba(255,255,255,0.7);
  margin-top: 12px;
}
.game__box.create__tournament .game__body {
  padding: 22px 0;
}
.game__box.create__tournament .game__body .info__item span {
  height: 33px;
  display: block;
  background-color: #181D29;
  border: 1px solid #242B3E;
  border-radius: 4px;
  -webkit-text-fill-color: transparent;
}
.game__box.create__tournament .game__body .info__item:not(:last-child) {
  padding-right: 6px;
}
.game__box.create__tournament .game__footer .user__des span,
.game__box.create__tournament .game__footer .user__des h5 {
  background-color: #2B3347;
  border-radius: 4px;
  -webkit-text-fill-color: transparent;
}
.game__box.create__tournament .game__footer {
  padding: 19px;
}
.game__box.create__tournament .game__footer .user__profile {
  width: 42px;
  height: 42px;
  background-color: #2B3347;
  border-radius: 50%;
}
.game__box.create__tournament .game__footer .user__des h5 {
  font-size: 14px;
  margin-top: 4px;
}

.leagues-block .game__box .game__body .info__item {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
.leagues-block .game__box .game__body .info__item:not(:last-child) {
  padding-right: 20px;
}
.leagues-block .game__box .game__header .game__logo {
  min-width: 28%;
  flex: 0 0 28%;
}
.leagues-block .game__box .game__header .game__des {
  padding-left: 22px;
  margin-left: 0;
  min-width: 72%;
  flex: 0 0 72%;
}

/* Tournaments Block CSS */
/* Leagues Block CSS */
.game__box.create__tournament .game__logo {
  background-color: #181D29;
  border-radius: 10px;
  width: 110px;
  height: 110px;
}
.game__box.create__tournament .game__logo p {
  font-size: 48px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
}

/* Leagues Block CSS */
@media (max-width: 1600px) {
  .game__box.create__tournament .game__body {
    padding: 17px 0;
  }
  .game__box.create__tournament .game__footer {
    padding: 15px;
  }
  .game__box.create__tournament .game__footer .user__profile {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .leagues-block .game__box .game__footer .game__action .btn {
    padding: 10px 12px;
    width: 130px;
  }
  /* Leagues Block CSS */
  .game__box.create__tournament .game__logo {
    width: 90px;
    height: 90px;
  }
  .game__box.create__tournament .game__logo p {
    font-size: 38px;
  }
  .leagues-block .game__box .game__header .game__logo {
    min-width: 20%;
    flex: 0 0 20%;
  }
  .leagues-block .game__box .game__header .game__des {
    padding-left: 20px;
    min-width: 80%;
    flex: 0 0 80%;
  }
  /* Leagues Block CSS */
}
@media (max-width: 1199px) {
  .organaizer__event-block .main__title {
    width: 100%;
  }
  /* Leagues Block CSS */
  .game__box.create__tournament .game__logo {
    width: 80px;
    height: 80px;
  }
  .game__box.create__tournament .game__logo p {
    font-size: 32px;
  }
  /* Leagues Block CSS */
  /* Tournaments Block CSS */
  .tournaments-block .col-lg-4, .leagues-block .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* Tournaments Block CSS */
}
@media (max-width: 991px) {
  /* Header Block CSS */
  .organaizer__header p {
    width: 100%;
  }
  /* Header Block CSS */
}
@media (max-width: 767px) {
  .organaizer-block {
    padding-top: 30px !important;
  }
  .organaizer__header {
    padding-bottom: 20px;
    margin-bottom: 30px !important;
  }
  .organaizer__header h1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .organaizer__event-block .main__title {
    margin: 0 auto 20px;
  }
  /* Create Tournament Modal CSS */
  .modal .close {
    top: 20px;
    right: 25px;
    background-color: #161b26;
    opacity: 1;
    padding: 3px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal .close svg {
    width: 15px;
    height: 15px;
  }
  .modal .modal-title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .modal .modal-dialog {
    max-width: 90%;
    margin: 20px auto;
  }
  .modal .modal-content .modal-body {
    padding: 15px 15px 0;
  }
  .modal .modal-content label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .modal .modal-footer {
    padding: 15px;
  }
  .modal .form__wrapper .col-md-6 .input-group {
    margin-bottom: 10px;
  }
  .modal .form-group {
    margin-bottom: 15px;
  }
  .modal .tournament__logo {
    width: 90px;
    margin: -80px auto 30px;
  }
  .modal .upload__icon {
    width: 30px;
    height: 30px;
  }
  .modal .upload__icon img {
    width: 15px;
    height: 15px;
  }
  /* Create Tournament Modal CSS */
  /* Tab CSS */
  .tab__main .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 15px;
  }
  /* Tab CSS */
  .tournaments-block {
    margin-top: 40px !important;
  }
  /* Tournaments Block CSS */
  .tournaments-block .col-lg-4, .leagues-block .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* Tournaments Block CSS */
}
