@media all and (max-width: 767px) {
  .floatright {
    float: initial;
  }
}
header #main-menu > ul {
  display: none;
}
header #main-menu > ul.mamnu {
  display: block;
}
@media all and (max-width: 1400px) {
  header #main-menu > ul.mamnu li a {
    font-size: 12px;
  }
}
@media all and (max-width: 1400px) {
  header #main-menu > ul.mamnu li a {
    font-size: 12px;
    margin: 0 5px;
  }
}
header .main-menus.js-olivemenus-menu nav {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 1400px) {
  header .main-menus .sing-in-btn a {
    padding: 0 40px;
  }
}
@media all and (max-width: 1200px) {
  header .main-menus .sing-in-btn a {
    font-size: 12px;
    padding: 0 20px;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media all and (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-grid img {
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}
@media all and (max-width: 767px) {
  .gallery-grid img {
    height: 150px;
    width: 100%;
  }
}
.gallery-grid img:hover {
  opacity: 0.9;
}

.blog-pages .blog-list figure img {
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #eee;
  border-bottom: 0px;
}

.blog-details .blog-details img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details .blog-details .blogs .content-post .content {
  padding: 30px 15px;
}
@media all and (max-width: 575px) {
  .blog-details .blog-details .blogs .content-post .content p {
    font-size: 14px;
  }
}
.blog-details .blog-details .blogs .content-post .content ul li {
  padding: 0 0 0 25px;
  margin-bottom: 15px;
}

.fa-angle-right:before {
  position: relative;
  top: 3px;
  left: 1px;
}

.fa-angle-left:before {
  position: relative;
  top: 3px;
  right: 1px;
}

.footer-additional-flex {
  display: flex;
  flex-direction: column;
}
.footer-additional-flex li {
  margin-bottom: 10px;
}
.footer-additional-flex li a {
  color: #fff;
}

.about-area .about-newses {
  margin-bottom: 40px;
}
@media all and (min-width: 767px) {
  .about-area .about-newses {
    padding-left: 40px;
  }
}

header.sticky {
  background: rgba(0, 0, 0, 0.92);
}
header.sticky .main-header {
  margin-top: 10px;
}
header.sticky .main-header,
header.sticky .logo-area {
  height: auto !important;
  line-height: initial !important;
  padding: 8px 0 5px 0;
}
header.sticky .main-header img,
header.sticky .logo-area img {
  max-height: 70px;
  transition: 0s;
}
header.sticky .mean-bar {
  top: 6px !important;
}
header.sticky .mobilemenu .meanmenu-reveal {
  top: -15px;
  top: 20;
}
header .mobilemenu .mean-bar {
  top: 0px !important;
}
header .mobilemenu .meanmenu-reveal {
  top: 25px !important;
}
@media all and (max-width: 991px) {
  header .logo-area {
    line-height: 90px;
    height: 90px;
  }
}
header .meanclose + .mean-nav .login-ul {
  display: block !important;
}

.infoBarActive header {
  top: var(--top-bar-height);
}

.top-infobar {
  padding: 6px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(25, 25, 25, 0.9019607843);
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
  border-bottom: 1px solid #534949;
}
.top-infobar.active {
  display: flex;
}
@media all and (max-width: 575px) {
  .top-infobar {
    font-size: 12px;
    line-height: 140%;
  }
}

.partner-area {
  padding: 35px 0 20px !important;
}
.partner-area .partner-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .partner-area .partner-list ul {
    flex-direction: column;
  }
  .partner-area .partner-list ul li {
    width: 90%;
    padding: 25px 0;
  }
  .partner-area .partner-list ul li:nth-child(1) {
    padding-top: 0px;
  }
  .partner-area .partner-list ul li img {
    max-width: 125px;
    margin-left: -20px;
  }
}
.partner-area .partner-list ul li {
  width: 25% !important;
}
.partner-area .partner-list img {
  width: auto !important;
  margin: 0 auto;
}

.notification-cookies {
  box-shadow: 0px 9px 29px -28px rgb(66, 68, 90);
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999999;
  background: #fff;
  padding: 25px;
  max-width: 60%;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
  display: none;
  border: 2px solid #E31E25;
}
@media all and (max-width: 575px) {
  .notification-cookies {
    max-width: 100%;
    font-size: 11px;
    left: 0;
    bottom: 0;
  }
}
.notification-cookies #close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 28px;
  color: #E31E25;
  transition: 0.4s;
}
.notification-cookies #close:hover {
  transform: rotate(90deg);
}

@media all and (max-width: 575px) {
  #calendar .fc-header-toolbar {
    flex-direction: column;
  }
  #calendar .fc-header-toolbar .fc-toolbar-chunk {
    margin: 5px 0;
  }
}

.event-schedule tr.noPlaces .free_place {
  opacity: 0.5;
}
.event-schedule tr td {
  padding: 15px !important;
  vertical-align: middle !important;
}

.buyticket .con {
  padding: 20px 40px !important;
  text-align: center;
}
.buyticket .con p {
  margin-bottom: 0px !important;
}

.mfp-bg.mfp-ready {
  z-index: 9999999;
}

.mfp-wrap.mfp-auto-cursor.mfp-ready {
  z-index: 99999999;
}

.white-popup-block {
  background-color: #fff;
  padding: 25px 40px;
  margin: 0 auto;
  max-width: 500px;
}
.white-popup-block select {
  padding: 5px 0px;
  width: 100%;
}
.white-popup-block p {
  color: #e64946;
  margin-bottom: 0px;
  font-size: 16px;
}
.white-popup-block p span {
  color: #878787;
}
.white-popup-block .small__title {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.white-popup-block .small__title.borrow-gun {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.white-popup-block .small__title.borrow-gun input {
  width: 16px;
  height: 16px;
  bottom: -2px;
  position: relative;
}
.white-popup-block label.small__title {
  font-weight: 400;
  margin-bottom: 0;
}
.white-popup-block label.small__title input {
  margin-left: 5px;
}
.white-popup-block .js-borrow-gun.hide {
  display: none;
}
.white-popup-block h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.white-popup-block h2.payment {
  margin-top: 20px;
}
.white-popup-block .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0px;
  margin-top: 25px;
}
.white-popup-block .flex-wrapper .popup-modal-btn {
  margin-bottom: 0px;
  border: 1px solid #34495e;
  padding: 5px 25px;
  margin-right: 10px;
  color: #000;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.white-popup-block .flex-wrapper .popup-modal-btn:hover {
  background-color: #34495e;
  color: #fff;
}
.white-popup-block .flex-wrapper .popup-modal-btn.red-btn {
  background-color: #e64946;
  border: 1px solid #e64946;
  transition: 0.4s;
  color: #fff;
  margin-right: 0px;
}
.white-popup-block .flex-wrapper .popup-modal-btn.red-btn:hover {
  border: 1px solid #34495e;
  background-color: #34495e;
}

form.login-register-form .login_btn button {
  background: transparent;
}
form.login-register-form .login_remember_box {
  margin: 10px 0 !important;
}
form.login-register-form .login_remember_box label {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
form.login-register-form .login_remember_box label input {
  margin-right: 10px;
  margin-top: 0;
}
form.login-register-form .label_2 {
  font-size: 12px;
  font-weight: 400;
}

.register_wrapper_box form.login-register-form .valid-wrapper .errors {
  display: block;
}

input {
  text-transform: initial !important;
}

ul.errors li {
  color: #E31E25;
  margin-top: -10px;
  margin-bottom: 5px;
  text-align: left;
  margin-left: 5px;
  font-size: 13px;
}

.valid-wrapper .errors {
  display: none;
}
.valid-wrapper.valid-failed .errors {
  display: block;
}

.banner-area3 {
  padding: 50px 0 !important;
}

.training-area .training-forms:after {
  opacity: 0.2;
}

.news_left_cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 338px;
}

footer {
  padding-top: 40px;
}
footer .footer-top.section {
  padding: 40px 0;
}

.login-error-wrapper p {
  color: #E31E25;
  font-size: 16px;
  margin-bottom: 15px;
}

.events-area .tournament-times--label {
  color: #000;
}
.events-area .tournament-times--table {
  border-top: 1px solid #cfcfcf;
}
.events-area .tournament-times--table .single-time {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}
.events-area .tournament-times--table .single-time .to-right {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.events-area .tournament-times--table span.title {
  width: 200px;
  padding: 5px;
}
@media all and (max-width: 767px) {
  .events-area .tournament-times--table span.free_place {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .events-area .panel-heading {
    padding: 50px 15px 30px !important;
  }
  .events-area .panel-heading h3 {
    padding-right: 75px;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .events-area .panel-body {
    padding: 0 15px 50px 15px !important;
  }
}
@media all and (max-width: 575px) {
  .events-area .panel-body .single-time {
    padding: 15px 10px;
  }
  .events-area .panel-body .single-time .title {
    font-size: 14px;
    line-height: 20px;
  }
  .events-area .panel-body .single-time .to-right .buttons a {
    font-size: 12px;
    padding: 0 25px;
  }
  .events-area .panel-body .single-time .to-right .price {
    white-space: nowrap;
  }
}

section.event-manegment .reservations--table {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
}
section.event-manegment .reservations--table td {
  border: 1px solid #d8d8d8;
  padding: 10px !important;
}
section.event-manegment .reservations--table th {
  border: 1px solid #d8d8d8;
  padding: 10px !important;
  color: #3c3c3c;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  section.event-manegment .reservations--table th.stage {
    display: none;
  }
}
section.event-manegment .reservations--table.mrtm th {
  font-size: 15px;
  padding: 3px !important;
}
@media all and (min-width: 768px) {
  section.event-manegment .reservations--table.mrtm td {
    padding: 3px !important;
    font-size: 15px;
  }
  section.event-manegment .reservations--table.mrtm td.stage {
    font-size: 13px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  section.event-manegment .reservations--table.mrtm td {
    padding: 0 3px !important;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  section.event-manegment .reservations--table.mrtm td.stage {
    display: none;
  }
}

.user_profile .tab-menu ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0px 8px 16px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: padding 0.2s;
}
.user_profile .tab-menu ul li a {
  color: #000;
  transition: 0s;
}
.user_profile .tab-menu ul li:first-child {
  border-top: 1px solid #ebebeb;
}
.user_profile .tab-menu ul li:hover, .user_profile .tab-menu ul li.active {
  background: rgba(0, 0, 0, 0.03);
  padding: 8px 0px 8px 26px;
}
.user_profile .tab-menu ul li:hover::after, .user_profile .tab-menu ul li.active::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 6px;
  background: #fff200;
}
.user_profile--content {
  padding-top: 0px;
}
.user_profile--content select.form-select {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 26px;
  color: #888888;
  padding: 12px 15px;
  border-radius: 7px;
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
}
.user_profile--content p {
  text-align: left;
  margin: 10px 0;
  width: 100%;
}
.user_profile--content h3,
.user_profile--content h4 {
  margin: 15px 0;
}
.user_profile--content .form-row {
  display: flex;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.user_profile--content .form-row.checkbox-list {
  margin-bottom: 5px;
}
.user_profile--content .form-row.checkbox-list:nth-child(2) {
  padding-left: 8px;
}
@media all and (max-width: 767px) {
  .user_profile--content .form-row.checkbox-list .element {
    margin-bottom: 0px !important;
  }
}
@media all and (max-width: 767px) {
  .user_profile--content .form-row {
    flex-direction: column;
  }
}
.user_profile--content .form-row .element {
  width: 47%;
}
@media all and (max-width: 767px) {
  .user_profile--content .form-row .element {
    width: 100%;
  }
  .user_profile--content .form-row .element:first-child {
    margin-bottom: 20px;
  }
}
.user_profile--content .form-row .element ul.errors {
  margin-top: 12px;
}
.user_profile--content .form-row .element input:focus {
  color: #555;
}
.user_profile--content .form-row .element select {
  color: #555;
}
.user_profile--content .form-row .element label {
  font-weight: 400;
  margin-left: 5px;
}
.user_profile--content .form-row .element p {
  font-size: 13px;
}
.user_profile--content .buttons {
  margin-top: 35px;
}
@media all and (max-width: 767px) {
  .user_profile--content .buttons {
    text-align: center;
  }
}
.user_profile--content .radio-tabs {
  display: flex;
  position: relative;
  padding: 0.75rem;
  border-radius: 99px;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .user_profile--content .radio-tabs {
    padding: 0.75rem 0px;
  }
}
.user_profile--content .radio-tabs * {
  z-index: 2;
}
.user_profile--content .radio-tabs input[type=radio] {
  display: none;
}
.user_profile--content .radio-tabs .tab {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 33%;
  font-size: 15px;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
  font-family: "Poppins", sans-serif;
}
@media all and (max-width: 575px) {
  .user_profile--content .radio-tabs .tab {
    font-size: 12px;
    line-height: 14px;
    padding: 0 8px;
  }
}
.user_profile--content .radio-tabs input[id=radio-1]:checked ~ .glider {
  transform: translateX(0);
}
.user_profile--content .radio-tabs input[id=radio-2]:checked ~ .glider {
  transform: translateX(100%);
}
.user_profile--content .radio-tabs input[id=radio-3]:checked ~ .glider {
  transform: translateX(200%);
}
.user_profile--content .radio-tabs .glider {
  position: absolute;
  display: flex;
  height: 54px;
  left: 3px;
  width: 33%;
  z-index: 1;
  transition: 0.25s ease-out;
  background-color: #fff200;
}
@media (max-width: 700px) {
  .user_profile--content .radio-tabs .tabs {
    transform: scale(0.6);
  }
}

.new-look--checkbox {
  /* Animated input type checkbox */
}
.new-look--checkbox input[type=checkbox] {
  display: none;
}
.new-look--checkbox input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
.new-look--checkbox input[type=checkbox] + label::after {
  content: "" !important;
  position: absolute;
  display: block;
  top: 7px;
  left: 5px;
  width: 5px;
  height: 9px;
  opacity: 0;
  margin: 0 !important;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
}
.new-look--checkbox input[type=checkbox] + label::before {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  margin-right: 6px;
  background-color: #fff;
  transition: background-color 0.1s ease;
  content: "";
}
.new-look--checkbox input[type=checkbox]:checked + label::before {
  background-color: #E31E25;
  border-color: transparent;
}
.new-look--checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.session-message {
  padding: 10px 18px;
}
.session-message a {
  color: #000;
}
.session-message.--notice {
  color: #006400;
  background-color: #e5efe5;
}
.session-message.--error {
  color: #fff;
  background-color: #E31E25;
}

span.required-star {
  color: #E31E25;
  font-weight: 500;
  font-size: 16px;
}

.reservations--table td {
  border: 1px solid #d8d8d8;
  padding: 5px !important;
}

.reservations--table td.width-50,
.reservations--table th.width-50 {
  max-width: 60px;
  text-align: center;
}

.reservations--table td.nowrap,
.reservations--table th.nowrap {
  white-space: nowrap;
}

.reservations--table td input {
  border: 1px solid rgb(135, 135, 135);
  padding: 2px 10px;
  margin: 0;
  max-width: 100px;
}
@media all and (max-width: 1200px) {
  .reservations--table td input {
    max-width: 80px;
  }
}
@media all and (max-width: 767px) {
  .reservations--table td input {
    max-width: 100%;
  }
}

.reservations--table td label input {
  margin-right: 5px;
}

.reservations--table td label {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.reservations--table th {
  border: 1px solid #d8d8d8;
  padding: 10px !important;
  color: #3c3c3c;
}

.reservations--table .small-input input {
  max-width: 50px;
}
.reservations--table .block-weapons {
  position: relative;
}
.reservations--table .block-weapons::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.reservations--table .multiple-weapons {
  padding: 10px !important;
  padding-bottom: 5px !important;
}
.reservations--table .multiple-weapons div {
  position: relative;
  white-space: nowrap;
  min-width: 100px;
}
.reservations--table .multiple-weapons label {
  display: block;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 8px;
}
.reservations--table .multiple-weapons input {
  position: relative;
  top: 1px;
}
.reservations--table .multiple-weapons span {
  position: absolute;
  background: #005CC8;
  display: inline-block;
  line-height: 100%;
  padding: 2px 4px 1px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  top: 0px;
  right: 0px;
}
.reservations--table .multiple-weapons hr {
  margin: 6px 0;
  border-top: 1px solid #d8d8d8;
}

.mt-0 {
  margin-top: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.btn3 {
  color: #000;
  background: #fff200;
  padding: 10px 20px;
  margin-top: 15px;
}
.btn3:disabled {
  opacity: 0.7;
}

.btn3:hover {
  background: rgb(17, 17, 17);
  color: #fff;
}

.btn5 {
  color: #fff !important;
  background: #E31E25;
  padding: 10px 20px;
  text-transform: none !important;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}

.btn5.inactive {
  opacity: 0.5;
}

.btn5:hover {
  background: rgb(17, 17, 17);
  color: #fff !important;
}

.btn3 span.plus {
  font-size: 20px;
  float: none;
  margin-left: 3px;
  position: relative;
  bottom: -2px;
}

a.action {
  margin: 5px 0;
  color: #E31E25;
}

#calendar .fc-toolbar-title {
  color: #000;
}
#calendar .fc-col-header-cell-cushion {
  color: #000 !important;
  font-weight: 500;
}
#calendar .fc-day-today {
  background-color: #fff !important;
}
#calendar .fc-day-today .fc-daygrid-day-top {
  background: #1e73be;
}
#calendar .fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #fff;
}
#calendar .fc-daygrid-day-top {
  background: rgba(0, 0, 0, 0.1019607843);
  justify-content: center;
}
#calendar .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #000;
}
#calendar .fc-scroller-harness {
  overflow: visible !important;
}
#calendar .fc-scroller-harness .fc-scroller {
  overflow: visible !important;
}
#calendar td[role=gridcell] .fc-daygrid-event .fc-daygrid-event-dot {
  border-color: #000;
}
@media all and (min-width: 576px) {
  #calendar td[role=gridcell] .fc-daygrid-event .fc-daygrid-event-dot {
    display: none;
  }
}
#calendar td[role=gridcell] .fc-daygrid-event .fc-event-title,
#calendar td[role=gridcell] .fc-daygrid-event .fc-event-time {
  color: #000;
}
#calendar td[role=gridcell] .fc-daygrid-event .description {
  display: none;
  background-color: #fff;
  padding: 15px;
  position: absolute;
  left: -200px;
  bottom: -280px;
  width: 400px;
  height: 280px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 9999;
  white-space: normal;
  box-shadow: 0px 0px 24px -7px rgb(202, 202, 202);
}
@media all and (max-width: 575px) {
  #calendar td[role=gridcell] .fc-daygrid-event .description {
    width: 300px;
    left: -220px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 300px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#calendar td[role=gridcell] .fc-daygrid-event .description a {
  color: #E31E25;
  transition: 0.4s;
}
#calendar td[role=gridcell] .fc-daygrid-event .description a:hover {
  opacity: 0.6;
}
#calendar td[role=gridcell] .fc-daygrid-event-harness:hover {
  z-index: 99;
}
#calendar td[role=gridcell] .fc-daygrid-event-harness:hover .fc-daygrid-event .description {
  display: block !important;
}
#calendar td[role=gridcell]:hover {
  z-index: 9;
  position: relative;
}
@media all and (max-width: 575px) {
  #calendar .fc-col-header-cell-cushion {
    font-size: 12px;
  }
  #calendar .fc-daygrid-event {
    justify-content: center;
  }
  #calendar .fc-view-harness {
    height: 500px !important;
  }
  #calendar .fc-event-title {
    display: none !important;
  }
}

@media all and (max-width: 575px) {
  .responsive-table-section {
    padding: 30px 0;
  }
}
.responsive-table-section .responsive-table {
  border: 0px !important;
}
.responsive-table-section .responsive-table .content {
  padding: 0px !important;
}
.responsive-table-section .responsive-table table {
  width: 100%;
  border-collapse: collapse;
}
.responsive-table-section .responsive-table table tr th,
.responsive-table-section .responsive-table table tr td {
  border: 1px solid #ccc;
  padding: 10px;
}
@media all and (max-width: 575px) {
  .responsive-table-section .responsive-table table tr th,
  .responsive-table-section .responsive-table table tr td {
    font-size: 12px;
    padding: 5px;
  }
}
@media all and (max-width: 400px) {
  .responsive-table-section .responsive-table table tr th,
  .responsive-table-section .responsive-table table tr td {
    font-size: 10px;
    line-height: 18px;
  }
}
.responsive-table-section .responsive-table table tr a {
  transition: 0.4s;
}
.responsive-table-section .responsive-table table tr a:hover {
  color: #E31E25;
}

@media all and (max-width: 575px) {
  .banner-area3 .content,
  .banner-area3 .con {
    padding-left: 0px;
  }
}
@media all and (max-width: 575px) {
  .banner-area3 .con {
    padding: 25px !important;
  }
}
@media all and (max-width: 575px) {
  .banner-area3 .content {
    background: rgba(0, 0, 0, 0.6);
  }
  .banner-area3 .content::before, .banner-area3 .content::after {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .user_profile .tab-menu {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 575px) {
  .login_wrapper {
    padding: 25px !important;
  }
}

.responsive-data-table {
  width: 100%;
  border-collapse: collapse;
  border: 0px !important;
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .responsive-data-table .width-50 {
    width: 100%;
    max-width: 100% !important;
    text-align: left !important;
  }
}
.responsive-data-table td,
.responsive-data-table th {
  padding: 12px 15px;
  text-align: center !important;
  font-size: 16px;
}
.responsive-data-table tbody tr:nth-child(even) {
  background-color: rgb(240, 240, 240);
}
.responsive-data-table .only-expanded {
  display: none;
}
.responsive-data-table .child .only-expanded {
  display: inline-block;
}
.responsive-data-table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, .responsive-data-table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, .responsive-data-table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  text-align: left !important;
}
.responsive-data-table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}
.responsive-data-table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #d8d8d8;
  padding: 0px 10px !important;
}
.responsive-data-table.dataTable > tbody > tr.child ul.dtr-details > li br {
  display: none;
}
.responsive-data-table.dataTable > tbody > tr.child ul.dtr-details > li .hits {
  padding-right: 20px;
}
.responsive-data-table .dt-column-order {
  position: relative !important;
  display: inline-block;
  height: 18px;
  top: 4px !important;
  right: 0 !important;
  margin-left: 2px;
}
.responsive-data-table .dt-orderable-asc, .responsive-data-table .dt-orderable-desc {
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .responsive-data-table:not(.dataTable) thead {
    display: none;
  }
  .responsive-data-table:not(.dataTable) tbody,
  .responsive-data-table:not(.dataTable) tr,
  .responsive-data-table:not(.dataTable) td {
    display: block;
    width: 100%;
  }
  .responsive-data-table:not(.dataTable) tr {
    margin-bottom: 15px;
  }
  .responsive-data-table:not(.dataTable) td {
    padding-left: 50%;
    text-align: left;
    position: relative;
  }
  .responsive-data-table:not(.dataTable) td input {
    max-width: 80px;
  }
  .responsive-data-table:not(.dataTable) td:before {
    content: attr(data-title);
    display: block;
    margin-right: 15px;
    left: 0;
    width: 50%;
    padding-left: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  .responsive-data-table.dataTable.reservations--table td {
    font-size: 14px;
    padding: 3px !important;
  }
}

.dt-layout-start .login_message {
  display: flex;
  gap: 20px;
}

.information-field {
  width: 100%;
  background: #e3fbe8;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.information-field p {
  width: 100%;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .twitter-posts.opinions-section {
    padding: 40px 0px 90px !important;
  }
}
.twitter-posts .twitt-sliders .contents p {
  padding-right: 15%;
}
@media all and (max-width: 991px) {
  .twitter-posts .twitt-sliders .contents p {
    padding-right: 20%;
  }
}
@media all and (max-width: 767px) {
  .twitter-posts .twitt-sliders .contents p {
    padding-right: 0px;
  }
}

.about-cata .cata-list .content a[class*=btn] {
  font-size: 12px;
  padding: 7px 15px;
}

.result-message {
  display: none;
  border: 2px solid #2ecc71;
  padding: 10px 15px;
  margin-top: 35px;
  color: #fff;
  font-size: 16px;
  max-width: 80%;
}
.result-message.error {
  border: 2px solid #e74c3c;
}

.contact-area.section .result-message {
  max-width: 100%;
  color: #000;
}
@media all and (max-width: 767px) {
  .contact-area.section #contactHomepageForm fieldset:first-of-type {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .contact-area.section #contactHomepageForm .feld {
    margin-bottom: 10px;
  }
  .contact-area.section #contactHomepageForm .feld:nth-last-child(1) {
    margin-bottom: 0px;
  }
}

.registration-start-time {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #878787;
}

.payment__return {
  width: 50%;
  margin: 120px auto;
  padding: 70px 0;
  background-color: #fff;
  display: flex;
  gap: 50px;
  box-shadow: 0 11px 41px -13px rgba(0, 0, 0, 0.12);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media all and (max-width: 1230px) {
  .payment__return {
    width: 65%;
  }
}
@media all and (max-width: 991px) {
  .payment__return {
    width: 80%;
  }
}
@media all and (max-width: 575px) {
  .payment__return {
    width: 92%;
  }
}
.payment__return h2 {
  margin: 0;
}
.payment__return p {
  font-size: 18px;
  margin: 0;
}
.payment__checkout {
  width: 50%;
  margin: 120px auto;
  padding: 70px 40px;
  background-color: #fff;
  display: flex;
  gap: 50px;
  box-shadow: 0 11px 41px -13px rgba(0, 0, 0, 0.12);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media all and (max-width: 991px) {
  .payment__checkout {
    width: 80%;
  }
}
@media all and (max-width: 575px) {
  .payment__checkout {
    width: 92%;
  }
}
.payment__checkout .summary {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media all and (max-width: 575px) {
  .payment__checkout .summary {
    flex-direction: column;
    gap: 25px;
  }
}
.payment__checkout .summary h4 {
  margin: 0;
}
.payment__checkout .summary-after {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 575px) {
  .payment__checkout .summary-after {
    flex-direction: column;
  }
}
.payment__checkout .summary-after img {
  width: 60px;
}
.payment__checkout .summary-after p {
  margin: 0;
  max-width: 90%;
}

.form-radio-grid {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 10px;
  align-items: start;
}
.form-radio-grid input {
  margin-top: 5px;
}
.form-radio-grid label {
  font-weight: 400;
}

.judges-application .main-header {
  text-align: center;
  background: transparent;
  position: relative;
}
.judges-application .main-header img {
  max-height: 120px;
}

.js-inputs input[type=text].active {
  border: 2px solid #E31E25 !important;
}

.judge-result-table td {
  padding: 10px 5px !important;
}
.judge-result-table input[type=text] {
  max-width: 40px;
}
.judge-result-table input[type=text].active {
  border-color: #E31E25;
}
.judge-result-table__wrapper {
  padding: 30px 15px;
}
.judge-result-table__keyboard {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .judge-result-table__keyboard {
    flex-wrap: wrap;
  }
}
.judge-result-table__keyboard button {
  padding: 10px 20px;
  margin: 4px 6px;
  font-size: 20px;
  border: 1px solid #000;
  color: #000;
}
@media all and (max-width: 575px) {
  .judge-result-table__keyboard button {
    padding: 6px 13px;
  }
}
.judge-result-table__keyboard button:hover {
  background: #E31E25;
  color: #fff;
  border-color: #E31E25;
}
.judge-result-table__keyboard .backspace {
  position: relative;
}
.judge-result-table__keyboard .backspace svg {
  width: 25px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.judge-result-table__keyboard .backspace svg path {
  stroke: #000;
}
.judge-result-table__keyboard .backspace:hover svg path {
  stroke: #FFF;
}
@media all and (max-width: 767px) {
  .judge-result-table--point tbody tr {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .judge-result-table--point tbody tr td:nth-child(1) {
    grid-column: 1/6 span;
  }
  .judge-result-table--point tbody tr td.clear {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .judge-result-table--point tbody tr td.clear a {
    margin: 0;
  }
}

.flex-fields {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.judge-result-table td.clear a {
  margin-left: 10px;
  margin-top: 0;
  padding: 5px 12px;
}

.btn3.black, .btn1.black {
  background: #000;
  color: #FFF;
}
.btn3.black:hover, .btn1.black:hover {
  opacity: 0.7;
}

.btn3.gray {
  background: #848484;
  color: #FFF;
}
.btn3.gray:hover {
  opacity: 0.7;
}

.table-user {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.table-user table td {
  padding: 10px !important;
}
.table-user table td:first-child {
  text-align: right;
}

.mr-l {
  margin-right: 30px;
}

.judge-result-gun-table .btn3.clear, .judge-result-gun-table .btn3.substract {
  padding: 5px 15px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .judge-result-gun-table tbody td::before {
    display: inline-block;
    width: 40%;
  }
}
.judge-result-gun-table tbody td.clear::before {
  display: none;
}
.judge-result-gun-table tbody td.clear > a {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .judge-result-gun-table tbody td.clear {
    text-align: center;
  }
  .judge-result-gun-table tbody td.clear > a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 767px) {
  .mrtm .judge-result-gun-table tbody td::before {
    width: 20%;
  }
}
.mrtm .judge-result-gun-table span.max {
  display: inline-block;
  margin-left: 10px;
}

.mrtm {
  margin-bottom: 100px;
}
.mrtm .nav-tabs {
  border-color: #bbb;
}
.mrtm .nav > li {
  border-right: 1px solid #bbb;
}
@media all and (max-width: 767px) {
  .mrtm .nav > li {
    width: 20%;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #bbb;
  }
}
.mrtm .nav > li > a {
  padding: 10px 25px;
  color: #000;
  margin: 0;
}
@media all and (max-width: 767px) {
  .mrtm .nav > li > a {
    padding: 10px 0;
  }
}
.mrtm .nav > li.active > a {
  background: #0acf97;
  color: #FFF;
  border-radius: 4px 4px 0 0;
}
.mrtm .buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.mrtm .buttons button {
  width: 200px;
  height: 100px;
  font-size: 100px;
  color: #FFF;
  transition: 0.3s;
}
.mrtm .buttons button.minus {
  background: #E31E25;
}
.mrtm .buttons button.plus {
  background: #0acf97;
}
.mrtm .buttons button:hover {
  opacity: 0.8;
}
.mrtm .con h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.app-results {
  height: 100%;
  background: #F9FBFE;
}
.app-results body {
  background-image: url(/assets/images/bg-pattern-light.svg);
  background-size: cover;
  background-position: 50%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .app-results .container {
    width: 100%;
  }
}
.app-results input {
  color: #000 !important;
}
.app-results label {
  color: #000;
}
.app-results .btn-white {
  color: #FFF;
}
.app-results .accept {
  background: #0acf97;
  color: #FFF;
}
.app-results a.action {
  background: #E31E25;
  color: #FFF;
  padding: 5px 10px;
  display: inline-block;
}
.app-results .login_form_wrapper {
  position: relative;
}
.app-results .reader {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F7F7F7;
  margin: auto;
  z-index: 9;
  width: 700px;
  min-height: 525px;
  max-width: 100%;
}
@media all and (max-width: 600px) {
  .app-results .reader {
    height: 500px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: none;
    overflow: hidden;
  }
}
.app-results .qr-reader {
  width: 100%;
  height: 100%;
  position: relative;
}
.app-results .stop-scanner {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
}
@media all and (max-width: 600px) {
  .app-results .stop-scanner {
    width: 100%;
    text-align: center;
  }
}
.app-results .text-before-table {
  font-size: 16px;
}
.app-results .text-before-table.error b {
  color: #E31E25;
}

.set-camera {
  position: fixed;
  width: 400px;
  max-width: 100%;
  height: 400px;
  padding: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFF;
}
.set-camera input {
  margin-right: 5px;
}
.set-camera label {
  font-weight: 500;
}
.set-camera .close-popup {
  position: absolute;
  right: 0;
  top: 0;
  color: red;
  padding: 20px;
}

@media all and (max-width: 575px) {
  .mobile-hide {
    display: none !important;
  }
}

@media all and (min-width: 576px) {
  .desktop-hide {
    display: none !important;
  }
}

.judges-application {
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .judges-application .judges-app-tournaments td,
  .judges-application .judges-app-reservations td {
    padding-left: 8px !important;
  }
  .judges-application .judges-app-tournaments td::before,
  .judges-application .judges-app-reservations td::before {
    padding-left: 0;
  }
  .judges-application .judges-app-reservations td:nth-child(n+3) {
    display: table-cell;
  }
  .judges-application .judges-app-tournaments td:nth-child(n+2) {
    display: table-cell;
  }
  .judges-application .login_wrapper {
    padding: 15px !important;
  }
  .judges-application .container--mobile-none {
    padding: 0;
  }
  .judges-application .container--mobile-none .login_wrapper {
    margin: 0;
    padding-top: 25px !important;
  }
}
.judges-application .user_profile--content {
  display: inline-block;
}
.judges-application .user_profile--content .form-row {
  margin: 0;
}
.judges-application .user_profile--content .form-row .element {
  margin: 0;
  width: 100%;
}
.judges-application .user_profile--content .form-row .element .form-select {
  margin: 0;
  border-radius: 0;
  padding: 10px 15px !important;
  height: 48px;
}

.global-popup {
  position: relative;
}
.global-popup .mfp-close {
  font-size: 40px;
}
.global-popup p, .global-popup span, .global-popup div {
  color: #000;
}
.global-popup .content {
  padding-top: 20px;
}

.blog-details .blog-details .blogs figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.app-new-reservation .nice-select-box {
  display: flex;
  flex-direction: column;
}
.app-new-reservation .login_wrapper {
  padding-bottom: 28px !important;
}
.app-new-reservation .btn3 {
  margin-top: 25px !important;
}
.app-new-reservation input[type=number] {
  border: 1px solid rgb(135, 135, 135);
  padding: 2px 10px;
  margin: 0;
  max-width: 100px;
}
@media all and (max-width: 1200px) {
  .app-new-reservation input[type=number] {
    max-width: 80px;
  }
}
@media all and (max-width: 767px) {
  .app-new-reservation input[type=number] {
    max-width: 100%;
  }
}

.custom-score {
  border: 1px solid #878787;
  padding: 2px 10px;
  margin: 0;
  max-width: 150px;
  margin-left: 10px;
}
.custom-score.active {
  border: 2px solid #E31E25 !important;
}

.account-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media all and (max-width: 1200px) {
  .account-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 575px) {
  .account-boxes {
    grid-template-columns: 1fr;
  }
}
.account-boxes__single {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 28px 0 24px;
  gap: 12px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.account-boxes__single::before {
  content: "";
  position: absolute;
  background: #fff200;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.account-boxes__single:hover {
  padding-left: 6px;
  border-left-color: #fff200;
}
.account-boxes__single:hover::before {
  width: 5px;
}
.account-boxes__single:hover i {
  color: #2f2f2f;
}
.account-boxes__single i {
  font-size: 48px;
  color: #515151;
  transition: all 0.2s ease;
}
.account-boxes__single span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.player-fees__single {
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding: 20px 30px;
  border-left: 6px solid #fff200;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}
@media all and (max-width: 575px) {
  .player-fees__single {
    padding: 16px;
    border-left: 4px solid #fff200;
  }
}
.player-fees__single__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 0 10px;
}
.player-fees__single__status {
  color: #fff;
  padding: 2px 24px;
  border-radius: 50px;
  font-size: 14px;
}
@media all and (max-width: 575px) {
  .player-fees__single__status {
    padding: 1px 20px;
    font-size: 12px;
  }
}
.player-fees__single__fee {
  display: grid;
  grid-template-columns: 1fr 84px 100px;
  gap: 32px;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  padding: 12px 32px 12px 22px;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .player-fees__single__fee {
    grid-template-columns: 1fr;
    gap: 6px;
    justify-items: start;
  }
}
.player-fees__single__fee .btn1 {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
.player-fees__single__fee strong,
.player-fees__single__fee div {
  text-align: center;
}

.loader-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.3);
  animation-name: fadeInKey;
  animation-duration: 1.2s;
}
.loader-container .loader {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 5px solid;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1s linear infinite;
}
.loader-container .loader::before, .loader-container .loader::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid;
  border-color: transparent transparent #fff200 #fff200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader-container .loader::before {
  width: 25px;
  height: 25px;
  border-color: #fff #fff transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fadeInKey {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.extension-license-comment {
  max-width: 200px;
  word-break: break-word;
}/*# sourceMappingURL=custom.css.map */