[v-cloak] {
  visibility: hidden;
}
.stmt-loader {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  width: 0;
  margin-left: 0;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.stmt-loader.visible {
  visibility: visible;
  opacity: 1;
  width: auto;
}
.stmt-loader .fa-spinner {
  animation: spinner 1.2s linear infinite;
}
.single-tournaments .select2-search--dropdown {
  display: block;
}
.button .stmt-loader.visible {
  margin-left: 15px;
}
.stmt-main {
  padding: 50px 0;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stmt-user-profile-image {
  position: relative;
}
@media (min-width: 1024px) {
  .stmp-user-profile-image .thumbnail {
    min-height: 260px;
  }
}
.btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 7px 16px;
  border-radius: 4px;
}
.btn-primary {
  color: #fff;
  background-color: #3298e3;
  border-color: #3298e3;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1a75b8;
  border-color: #1a75b8;
}
.btn-primary.active.focus,
.btn-primary:active.focus,
.btn-primary.active:focus,
.btn-primary:active:focus {
  background-color: #1a75b8;
  border-color: #1a75b8;
}
.open > .dropdown-toggle .btn-primary {
  color: #fff;
  background-color: #3298e3;
  border-color: #3298e3;
}
.open > .dropdown-toggle .btn-primary.focus,
.open > .dropdown-toggle .btn-primary:focus,
.open > .dropdown-toggle .btn-primary:hover {
  background-color: #1a75b8;
  border-color: #1a75b8;
}
.btn-success {
  color: #fff;
  background-color: #009b19;
  border-color: #009b19;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #009b19;
  border-color: #009b19;
}
.btn-success.active.focus,
.btn-success:active.focus,
.btn-success.active:focus,
.btn-success:active:focus {
  background-color: #009b19;
  border-color: #009b19;
}
.btn-default {
  color: #1a75b8;
  background-color: #fff;
  border-color: #E4E4E4;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #fff;
  border-color: #E4E4E4;
}
.btn-default.active.focus,
.btn-default:active.focus,
.btn-default.active:focus,
.btn-default:active:focus {
  background-color: #fff;
  border-color: #E4E4E4;
}
.stmt-user-profile-image .btn-file {
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0;
  z-index: -1;
  transition: all 0.25s ease;
}
.stmt-user-profile-image:hover .btn-file {
  opacity: 1;
  z-index: 1;
}
.stmt-user-profile-image .btn-remove-user-image {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0;
  z-index: -1;
}
.stmt-user-profile-image:hover .btn-remove-user-image {
  opacity: 1;
  z-index: 1;
}
.stmt-user-profile-image .btn-file input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.stmt-user-profile-image .stmt-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.stmt-user-profile-image .stmt-validation-message {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.stmt-user-profile-image .stmt-message-ajax-validation {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  background-color: #fafafa;
}
#tennis-login-form,
#tennis-registration-form {
  padding: 20px 0;
}
.stmt-form input[type=text],
.stmt-form input[type=number],
.stmt-form input[type=tel],
.stmt-form input[type=email],
.stmt-form input[type=search],
.stmt-form input[type=date],
.stmt-form input[type=password] {
  height: 50px;
}
.stmt-form .select2-container--default .select2-selection--single {
  height: 50px;
}
.stmt-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
.stmt-form .field-item {
  position: relative;
}
.stmt-form .field-item i {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  line-height: 55px;
  text-align: center;
  opacity: 0.5;
  font-size: 18px;
  cursor: pointer;
}
.stmt-form .stmt-forgot-password {
  float: right;
}
.stmt-form .form-checker input {
  margin-right: 5px;
}
.stmt-form .input-group-btn {
  padding-left: 5px;
}
.stmt-form input[type=submit],
.stmt-form button,
.stmt-form .button {
  padding: 17px 22px 14px;
  line-height: 14px;
}
.stm-login-box {
  margin: 0 0 0 10px;
  background-color: #3298E3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
}
.stm-login-box .profile-fill-icon {
  text-decoration: none !important;
  color: #fff;
  font-size: 18px;
}
.stm-login-box .profile-fill-icon:hover {
  color: #fff;
}
.stm-login-box .dropdown-menu {
  right: 0;
  left: auto;
}
.stm-login-box .dropdown-menu li {
  padding-left: 0;
}
.stm-login-box .dropdown-menu li::before {
  content: none;
}
.stmt-schedule-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .stmt-schedule-list .stmt-schedule-item {
    width: 25%;
  }
  .stmt-schedule-list .stmt-schedule-item:nth-of-type(4n) {
    border-right-width: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .stmt-schedule-list .stmt-schedule-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .stmt-schedule-list .stmt-schedule-item {
    width: 100%;
  }
}
.stm-archive-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .stm-archive-list .stmt-schedule-item {
    width: 33.3%;
  }
  .stm-archive-list .stmt-schedule-item:nth-of-type(3n) {
    border-right-width: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .stm-archive-list .stmt-schedule-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .stm-archive-list .stmt-schedule-item {
    width: 100%;
  }
}
.stmt-schedule-item {
  background-color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding: 25px 40px;
  border: 1px solid #eee;
  border-width: 0 1px 1px 0;
}
.stmt-schedule-item:hover {
  background-color: #f7f7f7;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .stmt-schedule-item:nth-of-type(2n) {
    border-right-width: 0;
  }
}
@media (max-width: 767px) {
  .stmt-schedule-item {
    border-right-width: 0;
    padding: 20px 15px;
  }
}
.stmt-schedule-item__date {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
}
.stmt-schedule-item__date span {
  color: #1a75b8;
}
.stmt-schedule-item__location {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: .8px;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.stmt-schedule-item__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.stmt-schedule-item__title a {
  color: inherit;
}
.stmt-schedule-item__category {
  margin-bottom: 5px;
}
.stmt-schedule-item__level {
  margin-bottom: 5px;
}
.stmt-schedule-item__count {
  margin-bottom: 5px;
}
.stmt-schedule-item__link {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.stmt-schedule-item__link a[href*='#participate']
{
z-index: 7;
    background-color: rgb(51, 143, 192);
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 119px;
    height: 43px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 43px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 12px;
    padding-left: 17px;
    border-radius: 10px;
    padding-right: 17px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    visibility: visible;
    border-width: 0px;	
}

.stmt-schedule-item.post-status-publish
{
	cursor: pointer;
	transition: all 0.4s ease-out;
}

.stmt-schedule-item.post-status-publish:hover
{
	transform: scale(1.05);
	border-width: 1px 1px 1px 1px;	
	box-shadow: 0px 0px 5px #eee;
}

@media (max-width: 767px) {
  .stmt-schedule-item__link {
    flex-direction: column;
    gap: 8px;
  }
}
.stmt-schedule-item__link a {
  color: inherit;
  font-weight: 700;
}
.stm-header.stm-header-five .stm-header-inner .logo-main a {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul li {
  padding-left: 0;
}
ul li::before {
  content: none;
}
.nav.nav-account {
  margin-bottom: 30px;
}
.stm-players-tabs.stmt-players-random .stm-players-info .player-info .player-info__stats-col {
  width: 100%;
}
@media (min-width: 1024px) {
  .stm-players-tabs.stmt-players-random .stm-players-info .player-info {
    width: calc(100% - 400px);
  }
  .stm-players-tabs.stmt-players-random .stm-players-info .player-image {
    width: 400px;
    height: 400px;
  }
}
.stmt-top-players-table .stmt-col-number {
  width: 80px;
}
.stmt-top-players-table .stmt-col-avatar {
  width: 120px;
}
.stmt-top-players-table .stmt-player-name {
  font-size: 18px;
}
.stmt-top-players-table tbody img {
  min-width: 100px;
}
.stmt-players-list-table .stmt-col-avatar {
  width: 160px;
}
.stmt-players-list-table .stmt-col-name {
  width: 200px;
}
.stmt-players-list-table .stmt-player-name {
  font-size: 18px;
}
.place-order .button.btn-border {
  padding: 0;
  border: 0 none;
  background: transparent;
}
.stmt-input-group-search {
  position: relative;
}
.stmt-input-group-search .stmt-search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: 0 none;
  padding: 12px 22px 10px;
  font-size: 18px;
}
.stmt-input-group-search .stmt-search-button::before {
  content: none;
}
.stmt-input-group-search .stmt-search-button i {
  color: #1a75b8;
}
.stmt-single-post-meta {
  margin-bottom: 35px;
  font-weight: 700;
  color: #404040;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-transform: initial;
  padding-top: 15px;
  padding-bottom: 15px;
}
.stmt-single-post-meta .stmt-single-item__category--label,
.stmt-single-post-meta .stmt-single-item__label {
  font-weight: initial;
  color: #a4a4a4;
}
.stmt-single-post-meta a {
  color: #1a75b8;
}
@media (min-width: 768px) {
  .stmt-single-post-meta {
    column-count: 2;
  }
}
.stmt-nav-tabs.nav-tabs {
  padding-bottom: 25px;
  border-bottom: 0 none;
}
.stmt-nav-tabs.nav-tabs li {
  display: inline-block;
  margin: 0 45px 0 0;
  padding: 0;
}
.stmt-nav-tabs.nav-tabs li a {
  display: block;
  padding: 0 5px 5px;
  color: #404040;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 0 none !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-bottom: 2px solid transparent !important;
  background-color: transparent !important;
}
.stmt-nav-tabs.nav-tabs li.active a {
  color: #1a75b8;
  border-bottom-color: #1a75b8 !important;
  cursor: default;
  text-decoration: none;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  box-shadow: none;
}
.stmt-nav-tabs.nav-tabs li:last-child {
  margin-right: 0;
}
.stmt-nav-tabs.nav-tabs li .badge {
  background-color: #1a75b8;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .stmt-nav-tabs.nav-tabs li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.stmt-nav-tabs.nav-tabs.stmt-subnav-tabs li a {
  padding: 0;
  font-weight: 600;
  text-transform: initial;
}
.sp-scrollable-table-wrapper {
  overflow-y: auto;
}
.sp-scrollable-table-wrapper .sp-scrollable-table thead {
  white-space: nowrap;
}
.single-tournaments .select2-container.select2-container--default.select2-container--open {
  z-index: 1070;
}
.swal2-container.swal2-center > .swal2-popup.swal2-modal {
  padding: 0 1em 1.25em;
}
.swal2-popup.swal2-modal {
  font-size: 16px;
}
.swal2-popup.swal2-modal .swal2-actions button {
  margin-left: 5px;
  margin-right: 5px;
}
.button.button-danger,
.button.button-delete {
  border-color: #e21e22;
}
.button.button-danger::before,
.button.button-delete::before {
  background: #e21e22;
}
.button.button-danger:hover,
.button.button-delete:hover {
  color: #e21e22;
}
.form-group .form-error {
  border-color: #e21e22;
}
.form-group .form-error + .select2 .select2-container--default .select2-selection--single {
  border-color: #e21e22;
}
.stmt-search-page .stmt-players-item img {
  max-width: unset;
}
.stmt-search-page .stmt-players-item .media-left {
  padding-right: 25px;
}
.stmt-search-page .stmt-players-item .media-body {
  padding: 20px 0;
}
.stmt-search-page .stmt-players-item .media-heading a {
  color: inherit;
}
.stmt-search-page .stm-medias-unit {
  min-height: 200px;
}
.stm-search-toggler-unit {
  margin: 0 0 0 10px;
  background-color: #3298E3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
}
.stm-search-toggler-unit .stmt-search-toggler {
  color: #fff;
  font-size: 18px;
}
.stmt-pagination ul.page-numbers {
  margin-left: 0;
  margin-right: 0;
}
#searchModal .modal-dialog {
  margin-top: calc(50vh - 112px);
}
#searchModal .modal-content {
  box-shadow: none!important;
  background-color: transparent;
}
#searchModal .modal-body {
  padding: 0;
}
#searchModal .stmt-search-title {
  margin-bottom: 18px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
#searchModal .stmt-search-wrapper,
#searchModal .stmt-search-toggler {
  position: relative;
}
#searchModal .stmt-search-input {
  padding: 20px 75px 20px 25px!important;
  margin: 0;
  height: 67px;
  line-height: 67px;
  font-size: 20px;
  color: #5f5f5f;
  border: 0 transparent;
  width: 100%;
  border-radius: 5px;
  background: #f0f2f5;
}
#searchModal .stmt-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 67px;
  width: 70px;
  background-color: #1a75b8 !important;
  border: 0;
  font-size: 24px;
  color: #fff !important;
  border-radius: 0 5px 5px 0;
}
#searchModal .stmt-search-submit:hover,
#searchModal .stmt-search-submit:focus,
#searchModal .stmt-search-submit:focus:active,
#searchModal .stmt-search-submit:hover:active {
  background-color: #1a75b8;
  border-radius: 0 5px 5px 0;
  color: #fff;
}
.stmt-order-partner-row {
  font-size: 16px;
  font-weight: normal;
  text-transform: initial !important;
}
.stmt-order-partner-row a {
  color: #1a75b8 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  text-transform: initial !important;
}
.fc-h-event,
.fc-v-event {
  background-color: #1a75b8;
  border-color: #1a75b8;
  cursor: pointer;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #fff;
  color: #1a75b8;
}
.fc .fc-button-primary:not(:disabled).fc-button-active::before,
.fc .fc-button-primary:not(:disabled):active::before {
  background-color: #fff;
}
.fc .fc-button-primary:hover,
.fc .fc-button-primary:active {
  color: #1a75b8;
}
.fc .fc-col-header-cell-cushion {
  color: #fff;
}
@media (max-width: 992px) {
  .fc .fc-toolbar.fc-header-toolbar {
    display: block;
  }
  .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
    margin: 1em 0;
  }
}
.panel.panel-primary {
  border-color: #1a75b8;
}
.panel.panel-primary > .panel-heading {
  background-color: #1a75b8;
  border-color: #1a75b8;
}
.stmt-booking-calendar .fc-event {
  cursor: pointer;
}
.swal2-html-container .form-group .swal2-input-label {
  margin: 1em auto 0;
  opacity: 1;
  font-size: 16px;
}
.swal2-html-container .form-group .form-control {
  height: 40px;
  margin-top: 0.5em;
}
.swal2-popup .swal2-select {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 1.6em;
  margin-right: 1.6em;
}
.fc .fc-toolbar-chunk {
  margin-right: 1px;
}
.fc .fc-button-group > .fc-button {
  border-color: #1a75b8;
}
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  border-color: #1a75b8;
}
.stmt-rounds-row {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .stmt-rounds-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
  .stmt-rounds-row .stmt-round-item__body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
  }
  .stmt-rounds-row.stmt-round-columns-5 .stmt-round-item {
    max-width: 20%;
  }
  .stmt-rounds-row.stmt-round-columns-4 .stmt-round-item {
    max-width: 25%;
  }
  .stmt-rounds-row.stmt-round-columns-3 .stmt-round-item {
    max-width: 33.3%;
  }
  .stmt-rounds-row .stmt-match-item::before,
  .stmt-rounds-row .stmt-match-item:after {
    content: "";
    position: absolute;
    background: #000;
  }
  .stmt-rounds-row .stmt-match-item:nth-child(2n + 1)::before,
  .stmt-rounds-row .stmt-match-item:nth-child(2n + 1):after {
    top: 24px;
    right: 0;
  }
  .stmt-rounds-row .stmt-match-item:nth-child(2n + 1)::before {
    width: 15px;
    height: 2px;
  }
  .stmt-rounds-row .stmt-match-item:nth-child(2n + 1)::after {
    width: 2px;
    height: 41px;
  }
  .stmt-rounds-row .stmt-match-item:nth-child(2n + 2)::before,
  .stmt-rounds-row .stmt-match-item:nth-child(2n + 2):after {
    right: 0;
  }
  .stmt-rounds-row .stmt-match-item:nth-child(2n + 2)::before {
    width: 15px;
    height: 2px;
    top: 24px;
  }
  .stmt-rounds-row .stmt-match-item:nth-child(2n + 2)::after {
    width: 2px;
    top: -15px;
    height: 41px;
  }
  .stmt-rounds-row .stmt-round-item:not(:first-of-type) .stmt-match-item .stmt-match-item__order::before {
    content: "";
    position: absolute;
    background: #000;
    height: 2px;
    width: 25px;
    left: -10px;
    top: 50%;
    margin-top: -1px;
  }
  .stmt-rounds-row .stmt-round-item:nth-of-type(2) .stmt-match-item:nth-child(2n + 1)::after {
    height: 74px;
  }
  .stmt-rounds-row .stmt-round-item:nth-of-type(2) .stmt-match-item:nth-child(2n + 2)::after {
    top: -48px;
    height: 74px;
  }
  .stmt-rounds-row .stmt-round-item:nth-of-type(3) .stmt-match-item:nth-child(2n + 1)::after {
    height: 138px;
  }
  .stmt-rounds-row .stmt-round-item:nth-of-type(3) .stmt-match-item:nth-child(2n + 2)::after {
    top: -114px;
    height: 138px;
  }
  .stmt-rounds-row .stmt-round-item:nth-of-type(4) .stmt-match-item:nth-child(2n + 1)::after {
    height: 270px;
  }
  .stmt-rounds-row .stmt-round-item:nth-of-type(4) .stmt-match-item:nth-child(2n + 2)::after {
    top: -244px;
    height: 270px;
  }
  .stmt-rounds-row .stmt-round-item:last-of-type .stmt-match-item::before,
  .stmt-rounds-row .stmt-round-item:last-of-type .stmt-match-item::after {
    content: none !important;
  }
}
.stmt-rounds-row .stmt-round-item {
  width: 100%;
}
.stmt-rounds-row .stmt-round-item__heading {
  background: #D9D9D9;
  font-weight: bold;
  padding: 3px;
}
.stmt-rounds-row .stmt-round-item__body {
  padding: 10px 0;
}
.stmt-rounds-row .stmt-match-item {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.stmt-rounds-row .stmt-match-item__team {
  padding: 5px 25px 5px 8px;
  line-height: 14px;
  font-size: 12px;
  background: #F2F2F2;
  margin-bottom: 1px;
  min-height: 24px;
  position: relative;
}
.stmt-rounds-row .stmt-match-item__team a {
  color: inherit;
}
.stmt-rounds-row .stmt-match-item__team.is-winner .stmt-match-item__score {
  background-color: #FFC000;
}
.stmt-rounds-row .stmt-match-item__order {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15px;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.stmt-rounds-row .stmt-match-item__order > span {
  background: #fff;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.stmt-rounds-row .stmt-match-item__score {
  background-color: #D9D9D9;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .stmt-rounds-row.stmt-subrounds-row {
    justify-content: right;
  }
  .stmt-rounds-row.stmt-subrounds-row .stmt-round-item:last-of-type .stmt-match-item {
    padding-right: 0;
  }
}
.stmt-results-grid {
  margin-bottom: 35px;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .stmt-results-grid {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.stmt-rounds-mobile-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.stmt-rounds-mobile-row .stmt-round-item__heading {
  display: block;
  color: inherit;
  text-decoration: none !important;
}
.stmt-rounds-mobile-row .stmt-round-item__heading.active {
  background-color: #1a75b8;
  color: #fff;
}
.stmt-rounds-carousel {
  padding-top: 40px;
  margin-bottom: 30px;
  touch-action: manipulation;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.stmt-rounds-carousel.stmt-single-round {
  padding-top: 0;
}
.stmt-rounds-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}
.stmt-rounds-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.stmt-rounds-carousel .owl-prev,
.stmt-rounds-carousel .owl-next {
  position: absolute;
  background-color: #1a75b8;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  width: 44px;
  height: 36px;
}
.stmt-rounds-carousel .owl-prev i,
.stmt-rounds-carousel .owl-next i {
  color: #fff;
}
.stmt-rounds-carousel .owl-prev {
  left: 0;
}
.stmt-rounds-carousel .owl-next {
  right: 0;
}
.stmt-rounds-carousel .owl-item {
  height: inherit;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.stmt-rounds-carousel .owl-item .stmt-round-item {
  height: inherit;
  min-height: 100%;
}
.stmt-rounds-carousel .stmt-round-item__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
.stmt-rounds-carousel.stmt-round-columns-5 .stmt-round-item {
  max-width: 20%;
}
.stmt-rounds-carousel.stmt-round-columns-4 .stmt-round-item {
  max-width: 25%;
}
.stmt-rounds-carousel.stmt-round-columns-3 .stmt-round-item {
  max-width: 33.3%;
}
.stmt-rounds-carousel .stmt-match-item::before,
.stmt-rounds-carousel .stmt-match-item:after {
  content: "";
  position: absolute;
  background: #000;
}
.stmt-rounds-carousel .stmt-match-item:nth-child(2n + 1)::before,
.stmt-rounds-carousel .stmt-match-item:nth-child(2n + 1):after {
  top: 24px;
  right: 0;
}
.stmt-rounds-carousel .stmt-match-item:nth-child(2n + 1)::before {
  width: 15px;
  height: 2px;
}
.stmt-rounds-carousel .stmt-match-item:nth-child(2n + 1)::after {
  width: 2px;
  height: 36px;
}
.stmt-rounds-carousel .stmt-match-item:nth-child(2n + 2)::before,
.stmt-rounds-carousel .stmt-match-item:nth-child(2n + 2):after {
  right: 0;
}
.stmt-rounds-carousel .stmt-match-item:nth-child(2n + 2)::before {
  width: 15px;
  height: 2px;
  top: 24px;
}
.stmt-rounds-carousel .stmt-match-item:nth-child(2n + 2)::after {
  width: 2px;
  top: -12px;
  height: 36px;
}
.stmt-rounds-carousel .owl-item:not(:first-of-type) .stmt-round-item .stmt-match-item .stmt-match-item__order::before {
  content: "";
  position: absolute;
  background: #000;
  height: 2px;
  width: 25px;
  left: -20px;
  top: 50%;
  margin-top: -1px;
}
.stmt-rounds-carousel .owl-item:nth-of-type(2) .stmt-round-item .stmt-match-item:nth-child(2n + 1)::after {
  height: 74px;
}
.stmt-rounds-carousel .owl-item:nth-of-type(2) .stmt-round-item .stmt-match-item:nth-child(2n + 2)::after {
  top: -48px;
  height: 74px;
}
.stmt-rounds-carousel .owl-item:nth-of-type(3) .stmt-round-item .stmt-match-item:nth-child(2n + 1)::after {
  height: 138px;
}
.stmt-rounds-carousel .owl-item:nth-of-type(3) .stmt-round-item .stmt-match-item:nth-child(2n + 2)::after {
  top: -114px;
  height: 138px;
}
.stmt-rounds-carousel .owl-item:nth-of-type(4) .stmt-round-item .stmt-match-item:nth-child(2n + 1)::after {
  height: 270px;
}
.stmt-rounds-carousel .owl-item:nth-of-type(4) .stmt-round-item .stmt-match-item:nth-child(2n + 2)::after {
  top: -244px;
  height: 270px;
}
.stmt-rounds-carousel .owl-item:last-of-type .stmt-round-item .stmt-match-item::before,
.stmt-rounds-carousel .owl-item:last-of-type .stmt-round-item .stmt-match-item::after {
  content: none !important;
}
.stmt-rounds-carousel .stmt-round-item__body {
  padding: 10px;
}
.stmt-rounds-carousel .stmt-match-item {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.stmt-rounds-carousel .stmt-match-item__team {
  padding: 5px 25px 5px 8px;
  line-height: 14px;
  font-size: 12px;
  background: #F2F2F2;
  margin-bottom: 1px;
  min-height: 24px;
  position: relative;
}
.stmt-rounds-carousel .stmt-match-item__team a {
  color: inherit;
}
.stmt-rounds-carousel .stmt-match-item__team.is-winner .stmt-match-item__score {
  background-color: #FFC000;
}
.stmt-rounds-carousel .stmt-match-item__order {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15px;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.stmt-rounds-carousel .stmt-match-item__order > span {
  background: #fff;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.stmt-rounds-carousel .stmt-match-item__score {
  background-color: #D9D9D9;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.sp-event-details.stmt-results-table .stmt-cell--number {
  width: 90px;
}
@media (max-width: 767px) {
  table.sp-event-details.stmt-results-table .stmt-cell--number {
    width: 40px;
    padding-left: 10px;
  }
}
.stm-price-plan-unit .single-feature {
  text-align: initial;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.stm-price-plan-unit .single-feature i {
  position: absolute;
  left: 5px;
  top: 4px;
  color: #1a75b8;
}
.stm-price-plan-unit .single-feature-desc {
  text-align: initial;
  font-style: italic;
}
.stm-price-plan-unit .stmt-price-plan-header .title {
  font-weight: normal;
}
.stm-breadcrumbs-unit .navxtBreads a,
.stm-breadcrumbs-unit .navxtBreads span {
  letter-spacing: initial;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.stm-archive-filter {
  border: 1px solid #eee;
  padding: 25px;
  position: sticky;
}
.stm-archive-filter__item {
  padding: 10px 0;
}
.stm-archive-list.loading {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .stm-small-title-box .stm-title-box-unit {
    margin: 0;
  }
}
.stm-archive-list ul.page-numbers {
  width: 100%;
}
.stmt-modal-plans {
  text-align: left;
}
.stmt-modal-plans label {
  display: block;
  opacity: 1;
}
.stmt-modal-plans label span {
  opacity: .5;
}
.stmt-modal-plans strong {
  color: #000;
}
.woo-wallet-sidebar a,
.woo-wallet-sidebar a:hover,
.woo-wallet-sidebar a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .stmt-players-list-table table.sp-data-table td:first-child {
    padding-left: 20px;
  }
}
.stmt-player-link .avatar {
  min-width: 60px;
}
.stmt-match-item__team .popover {
  min-width: 220px;
}
.popover .popover-content a {
  color: #009bdc !important;
}
.stmt-group-matches,
.stmt-group-matches.stmt-rounds-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
.stmt-group-matches.stmt-group-mini_playoff {
  justify-content: normal;
}
.stmt-group-matches .stmt-match-item {
  width: 100%;
}
@media (min-width: 480px) {
  .stmt-group-matches .stmt-match-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .stmt-group-matches .stmt-match-item {
    width: 33.3%;
    padding: 6px 25px 6px 20px;
    line-height: 13px;
    font-size: 13px;
  }
  .stmt-group-matches .stmt-match-item__score {
    width: 25px;
    font-size: 13px;
  }
}
.stmt-group-matches .stmt-match-item::before,
.stmt-group-matches .stmt-match-item::after {
  content: none;
}
.woocommerce-checkout-review-order-table th.product-name {
  width: 70%;
}
.popover-trigger-puzzle {
  display: block;
  height: 48px;
  width: 48px;
}
.popover-trigger-puzzle i {
  font-size: 36px;
  opacity: 0.6;
}
.popover-trigger-puzzle:hover i {
  opacity: 1;
}
.marker-slot {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.marker-slot-right {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  right: -9px;
  top: 50%;
  margin-top: -8px;
}
.marker-slot-left {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: -9px;
  top: 50%;
  margin-top: -8px;
}
.marker-slot-top {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 50%;
  top: -9px;
  margin-left: -8px;
}
.marker-slot-bottom {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 50%;
  bottom: -9px;
  margin-left: -8px;
}
.marker-right {
  right: -7px;
  top: 50%;
  margin-top: -7px;
}
.marker-left {
  left: -7px;
  top: 50%;
  margin-top: -7px;
}
.marker-top {
  left: 50%;
  top: -7px;
  margin-left: -7px;
}
.marker-bottom {
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
}
.gold-h {
  background: #ebba13;
  background: linear-gradient(180deg, #ebba13 0%, #cc9e08 100%);
}
.gold-top {
  background: #ebba13;
  background: linear-gradient(180deg, #ffcd1b 0%, #f4c317 100%);
}
.gold-bottom {
  background: #b68900;
}
.silver-h {
  background: #c2c2c2;
  background: linear-gradient(180deg, #c2c2c2 0%, #b3b3b3 100%);
}
.silver-top {
  background: #e7e7e7;
  background: linear-gradient(180deg, #e7e7e7 0%, #d6d6d6 100%);
}
.silver-bottom {
  background: #8F8F8F;
}
.bronze-h {
  background: #d17f3c;
  background: linear-gradient(180deg, #d17f3c 0%, #c36f2b 100%);
}
.bronze-top {
  background: #f0a263;
  background: linear-gradient(180deg, #f0a263 0%, #e49453 100%);
}
.bronze-bottom {
  background: #A54D06;
}
.stmt-puzzle {
  padding: 5%;
  display: block;
  border: 1px solid #ccc;
  width: 120px;
  height: 90px;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
	display: none; /* скрываем пазл */
}
.stmt-puzzle .marker {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  z-index: 1;
}
.stmt-puzzle .slot {
  position: absolute;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .stmt-puzzle {
    width: 107px;
    height: 81px;
  }
}
.stmt-puzzle .item {
  position: absolute;
  width: 33.333%;
  height: 33.333%;
  background-color: transparent;
}
.stmt-puzzle .item-gold {
  background: #ffcd1b;
  background: linear-gradient(180deg, #ffcd1b 0%, #b68900 100%);
}
.stmt-puzzle .item-silver {
  background: #e6e6e6;
  background: linear-gradient(180deg, #e6e6e6 0%, #8f8f8f 100%);
}
.stmt-puzzle .item-bronze {
  background: #f1a364;
  background: linear-gradient(180deg, #f1a364 0%, #a34b04 100%);
}
.stmt-puzzle .item-1 {
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
  border-right: 1px solid #fff;
  z-index: 2;
}
.stmt-puzzle .item-1.item-gold .marker-1 {
  background: #ebba13;
  background: linear-gradient(180deg, #ebba13 0%, #cc9e08 100%);
}
.stmt-puzzle .item-1.item-silver .marker-1 {
  background: #c2c2c2;
  background: linear-gradient(180deg, #c2c2c2 0%, #b3b3b3 100%);
}
.stmt-puzzle .item-1.item-bronze .marker-1 {
  background: #d17f3c;
  background: linear-gradient(180deg, #d17f3c 0%, #c36f2b 100%);
}
.stmt-puzzle .item-1 .marker-1 {
  right: -7px;
  top: 50%;
  margin-top: -7px;
}
.stmt-puzzle .item-1 .slot-1 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 50%;
  bottom: -9px;
  margin-left: -8px;
}
.stmt-puzzle .item-2 {
  top: 0;
  left: 33.333%;
  border-right: 1px solid #fff;
  z-index: 1;
}
.stmt-puzzle .item-2 .slot-1 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: -9px;
  top: 50%;
  margin-top: -8px;
}
.stmt-puzzle .item-2 .slot-2 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  right: -9px;
  top: 50%;
  margin-top: -8px;
}
.stmt-puzzle .item-2 .slot-3 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 50%;
  bottom: -9px;
  margin-left: -8px;
}
.stmt-puzzle .item-3 {
  top: 0;
  right: 0;
  border-top-right-radius: 5px;
  z-index: 2;
}
.stmt-puzzle .item-3.item-gold .marker-1 {
  background: #ebba13;
  background: linear-gradient(180deg, #ebba13 0%, #cc9e08 100%);
}
.stmt-puzzle .item-3.item-silver .marker-1 {
  background: #c2c2c2;
  background: linear-gradient(180deg, #c2c2c2 0%, #b3b3b3 100%);
}
.stmt-puzzle .item-3.item-bronze .marker-1 {
  background: #d17f3c;
  background: linear-gradient(180deg, #d17f3c 0%, #c36f2b 100%);
}
.stmt-puzzle .item-3 .marker-1 {
  left: -7px;
  top: 50%;
  margin-top: -7px;
}
.stmt-puzzle .item-3 .slot-1 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 50%;
  bottom: -9px;
  margin-left: -8px;
}
.stmt-puzzle .item-4 {
  top: 33.333%;
  left: 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  z-index: 4;
}
.stmt-puzzle .item-4.item-gold .marker-1 {
  background: #ebba13;
  background: linear-gradient(180deg, #ffcd1b 0%, #f4c317 100%);
}
.stmt-puzzle .item-4.item-gold .marker-2 {
  background: #ebba13;
  background: linear-gradient(180deg, #ebba13 0%, #cc9e08 100%);
}
.stmt-puzzle .item-4.item-silver .marker-1 {
  background: #e7e7e7;
  background: linear-gradient(180deg, #e7e7e7 0%, #d6d6d6 100%);
}
.stmt-puzzle .item-4.item-silver .marker-2 {
  background: #c2c2c2;
  background: linear-gradient(180deg, #c2c2c2 0%, #b3b3b3 100%);
}
.stmt-puzzle .item-4.item-bronze .marker-1 {
  background: #f0a263;
  background: linear-gradient(180deg, #f0a263 0%, #e49453 100%);
}
.stmt-puzzle .item-4.item-bronze .marker-2 {
  background: #d17f3c;
  background: linear-gradient(180deg, #d17f3c 0%, #c36f2b 100%);
}
.stmt-puzzle .item-4 .marker-1 {
  left: 50%;
  top: -7px;
  margin-left: -7px;
}
.stmt-puzzle .item-4 .marker-2 {
  right: -7px;
  top: 50%;
  margin-top: -7px;
}
.stmt-puzzle .item-4 .slot-1 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 50%;
  bottom: -9px;
  margin-left: -8px;
}
.stmt-puzzle .item-5 {
  top: 33.333%;
  left: 33.333%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  z-index: 3;
}
.stmt-puzzle .item-5.item-gold .marker-1 {
  background: #ebba13;
  background: linear-gradient(180deg, #ffcd1b 0%, #f4c317 100%);
}
.stmt-puzzle .item-5.item-gold .marker-2 {
  background: #ebba13;
  background: linear-gradient(180deg, #ebba13 0%, #cc9e08 100%);
}
.stmt-puzzle .item-5.item-silver .marker-1 {
  background: #e7e7e7;
  background: linear-gradient(180deg, #e7e7e7 0%, #d6d6d6 100%);
}
.stmt-puzzle .item-5.item-silver .marker-2 {
  background: #c2c2c2;
  background: linear-gradient(180deg, #c2c2c2 0%, #b3b3b3 100%);
}
.stmt-puzzle .item-5.item-bronze .marker-1 {
  background: #f0a263;
  background: linear-gradient(180deg, #f0a263 0%, #e49453 100%);
}
.stmt-puzzle .item-5.item-bronze .marker-2 {
  background: #d17f3c;
  background: linear-gradient(180deg, #d17f3c 0%, #c36f2b 100%);
}
.stmt-puzzle .item-5 .marker-1 {
  left: 50%;
  top: -7px;
  margin-left: -7px;
}
.stmt-puzzle .item-5 .marker-2 {
  right: -7px;
  top: 50%;
  margin-top: -7px;
}
.stmt-puzzle .item-5 .slot-1 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: -9px;
  top: 50%;
  margin-top: -8px;
}
.stmt-puzzle .item-5 .slot-2 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 50%;
  bottom: -9px;
  margin-left: -8px;
}
.stmt-puzzle .item-6 {
  top: 33.333%;
  right: 0;
  border-top: 1px solid #fff;
  z-index: 2;
}
.stmt-puzzle .item-6.item-gold .marker-1 {
  background: #ebba13;
  background: linear-gradient(180deg, #ffcd1b 0%, #f4c317 100%);
}
.stmt-puzzle .item-6.item-silver .marker-1 {
  background: #e7e7e7;
  background: linear-gradient(180deg, #e7e7e7 0%, #d6d6d6 100%);
}
.stmt-puzzle .item-6.item-bronze .marker-1 {
  background: #f0a263;
  background: linear-gradient(180deg, #f0a263 0%, #e49453 100%);
}
.stmt-puzzle .item-6 .marker-1 {
  left: 50%;
  top: -7px;
  margin-left: -7px;
}
.stmt-puzzle .item-6 .slot-1 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: -9px;
  top: 50%;
  margin-top: -8px;
}
.stmt-puzzle .item-6 .slot-2 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 50%;
  bottom: -9px;
  margin-left: -8px;
}
.stmt-puzzle .item-7 {
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  z-index: 5;
}
.stmt-puzzle .item-7.item-gold .marker-1 {
  background: #ebba13;
  background: linear-gradient(180deg, #ffcd1b 0%, #f4c317 100%);
}
.stmt-puzzle .item-7.item-gold .marker-2 {
  background: #ebba13;
  background: linear-gradient(180deg, #ebba13 0%, #cc9e08 100%);
}
.stmt-puzzle .item-7.item-silver .marker-1 {
  background: #e7e7e7;
  background: linear-gradient(180deg, #e7e7e7 0%, #d6d6d6 100%);
}
.stmt-puzzle .item-7.item-silver .marker-2 {
  background: #c2c2c2;
  background: linear-gradient(180deg, #c2c2c2 0%, #b3b3b3 100%);
}
.stmt-puzzle .item-7.item-bronze .marker-1 {
  background: #f0a263;
  background: linear-gradient(180deg, #f0a263 0%, #e49453 100%);
}
.stmt-puzzle .item-7.item-bronze .marker-2 {
  background: #d17f3c;
  background: linear-gradient(180deg, #d17f3c 0%, #c36f2b 100%);
}
.stmt-puzzle .item-7 .marker-1 {
  left: 50%;
  top: -7px;
  margin-left: -7px;
}
.stmt-puzzle .item-7 .marker-2 {
  right: -7px;
  top: 50%;
  margin-top: -7px;
}
.stmt-puzzle .item-8 {
  bottom: 0;
  left: 33.333%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  z-index: 4;
}
.stmt-puzzle .item-8.item-gold .marker-1 {
  background: #ebba13;
  background: linear-gradient(180deg, #ffcd1b 0%, #f4c317 100%);
}
.stmt-puzzle .item-8.item-gold .marker-2 {
  background: #ebba13;
  background: linear-gradient(180deg, #ebba13 0%, #cc9e08 100%);
}
.stmt-puzzle .item-8.item-silver .marker-1 {
  background: #e7e7e7;
  background: linear-gradient(180deg, #e7e7e7 0%, #d6d6d6 100%);
}
.stmt-puzzle .item-8.item-silver .marker-2 {
  background: #c2c2c2;
  background: linear-gradient(180deg, #c2c2c2 0%, #b3b3b3 100%);
}
.stmt-puzzle .item-8.item-bronze .marker-1 {
  background: #f0a263;
  background: linear-gradient(180deg, #f0a263 0%, #e49453 100%);
}
.stmt-puzzle .item-8.item-bronze .marker-2 {
  background: #d17f3c;
  background: linear-gradient(180deg, #d17f3c 0%, #c36f2b 100%);
}
.stmt-puzzle .item-8 .marker-1 {
  left: 50%;
  top: -7px;
  margin-left: -7px;
}
.stmt-puzzle .item-8 .marker-2 {
  right: -7px;
  top: 50%;
  margin-top: -7px;
}
.stmt-puzzle .item-8 .slot-1 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: -9px;
  top: 50%;
  margin-top: -8px;
}
.stmt-puzzle .item-9 {
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #fff;
  z-index: 3;
}
.stmt-puzzle .item-9.item-gold .marker-1 {
  background: #ebba13;
  background: linear-gradient(180deg, #ffcd1b 0%, #f4c317 100%);
}
.stmt-puzzle .item-9.item-silver .marker-1 {
  background: #e7e7e7;
  background: linear-gradient(180deg, #e7e7e7 0%, #d6d6d6 100%);
}
.stmt-puzzle .item-9.item-bronze .marker-1 {
  background: #f0a263;
  background: linear-gradient(180deg, #f0a263 0%, #e49453 100%);
}
.stmt-puzzle .item-9 .marker-1 {
  left: 50%;
  top: -7px;
  margin-left: -7px;
}
.stmt-puzzle .item-9 .slot-1 {
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: -9px;
  top: 50%;
  margin-top: -8px;
}

.swal2-actions
{
	gap: 20px;
}