.borderRadius{ border-radius:5px; }
.borderRadiusTp{ border-radius:5px 5px 0 0;}
.borderRadiusBtm{ border-radius:0 0 5px 5px;}

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{ border-radius:0 0 5px 5px;border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{ border-radius:5px 5px 0 0 ;border-bottom:1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{ border-radius:0 0 5px 5px;}
.borderRadiusBtm .border{ border-radius:5px 5px 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .ddArrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .ddArrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dd{border:1px solid #c3c3c3;}
.dd .divider{border-left:1px solid #c3c3c3; border-right:1px solid #fff;; right:24px;}
.dd .ddArrow{width:16px;height:16px; margin-top:-8px; background:url(/images/dd_arrow.gif?f522c8699fd0952be7384e79e165129b) no-repeat;}
.dd .ddArrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#000;background:#e2e2e4 url(/images/title-bg.gif?30dc050cc41d40e6bfb1ef792283b689) repeat-x left top;}
.dd .ddTitle .ddTitleText{padding:5px 20px 5px 5px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel2/dist/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*
* ============================
*     ClicheCode Template
* ============================
* Auther : Saran
* https://www.clichecode.com
*
*/

.bootbox-confirm {
  --bs-modal-margin: 12% !important;
}

#match-page {
  background-color: #f1f3f8;
}

#match-page .fan-row {
  color: #f3b42f !important;
  font-weight: bold;
}

#match-page .more-button {
  background-color: #db9e1d;
  margin: auto;
  display: table;
  border: none;
}

#match-page .more-button:hover {
  background-color: #c3880d;
}

#match-page .indicator-progress {
  display: none;
}

#match-page .icon-amount-exceed {
  width: 50px;
}

#match-page #qtyExceedModal .modal-body {
  line-height: 40px !important;
}

#match-page .no-ticket {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

#match-page .no-ticket img {
  max-width: 150px;
}

#match-page .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#match-page .owl-carousel .owl-nav .owl-prev {
  color: #fff;
  left: -20px;
  position: absolute;
  background: #1f2636;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  right: 34px;
  font-size: 10px;
}

#match-page .owl-carousel .owl-nav .owl-next {
  color: #fff;
  position: absolute;
  background: #1f2636;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  right: -20px;
  font-size: 10px;
}

#match-page .layoutView {
  margin: auto;
  display: none;
}

#match-page #loader {
  display: none;
  max-width: 100px;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

#match-page #loader img {
  max-width: 100px;
}

#match-page .loader {
  display: none;
  text-align: center;
}

#match-page .loader img {
  max-width: 100px;
  margin: auto;
}

#match-page .banner-contr img {
  max-width: 100%;
}

#match-page .banner-contr .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
}

#match-page .banner-contr .banner-content img {
  max-height: 50px;
  max-width: 100px;
}

#match-page .banner-contr .banner-content h2 {
  font-size: 16px !important;
  line-height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 120px;
  font-family: Gilroy-Medium;
  margin: 0;
}

#match-page .banner-contr .banner-content .logo-right h2 {
  left: 120px;
  right: auto;
  margin: 0;
}

#match-page .banner-contr .banner-content .center {
  transform: translateY(-50%);
  top: 50%;
}

#match-page .banner-contr .banner-content .title img {
  max-width: 50px !important;
}

#match-page .banner-contr .banner-content .title h1 {
  font-size: 18px;
}

#match-page .banner-contr .banner-content .match-league-img {
  margin-bottom: 20px;
  margin-top: 10px;
}

#match-page .banner-contr .banner-content .match-date-time {
  margin-top: 10px;
}

#match-page .banner-contr .banner-content .match-date-time h3 {
  font-family: Gilroy-Medium;
  font-size: 16px;
  color: #f3b42f;
}

#match-page .banner-contr .banner-content .match-date-time p {
  color: #727b8d;
  font-family: Gilroy-Medium;
  font-size: 16px;
}

#match-page .category-dots {
  margin-top: 7px;
}

#match-page .category-dots p {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

#match-page .category-dots .a {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-top: 3px;
}

#match-page .category-dots .red {
  background: red !important;
}

#match-page .category-dots .green {
  background: green !important;
}

#match-page .category-dots .violet {
  background: violet !important;
}

#match-page .category-dots .pink {
  background: pink !important;
}

#match-page .category-dots .black {
  background: black !important;
}

#match-page .category-dots .blue {
  background: blue !important;
}

#match-page .category-dots .yellow {
  background: yellow !important;
}

#match-page .category-dots .orange {
  background: orange !important;
}

#match-page .category-dots .brown {
  background: brown !important;
}

#match-page .select2-container--default .select2-selection--single {
  background: #1f2636;
  color: #fff;
  border: none;
}

#match-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff !important;
}

#match-page .content-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#match-page .gr-view {
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

#match-page .ticket-stadium-section {
  background: #000;
}

#match-page .ticket-stadium-section .matches-carousel {
  padding: 50px 0px;
  padding-bottom: 80px;
}

#match-page .ticket-stadium-section .matches-carousel h2 {
  color: #fff;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item a {
  color: #000;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .date {
  width: 100%;
  position: relative;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .date h1 {
  font-size: 36px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .date .month {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 50px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .date .month p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  font-family: Gilroy-Medium;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .date .month p span {
  font-family: Gilroy-Bold;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .time {
  width: 100%;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .time p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  font-family: Gilroy-Medium;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .time p span {
  font-size: 14px;
  font-family: Gilroy-Bold;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .time p.timezone {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 20px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .team-logos {
  width: 100%;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .team-logos .logo-width {
  width: 80px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .team-logos .logo-width .logo-image-space {
  width: 70px;
  height: 60px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .team-logos .logo-width .logo-image-space img {
  max-width: 70px;
  max-height: 60px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .team-logos h1 {
  font-size: 18px;
  margin: auto;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .team-logos h4 {
  font-size: 14px;
  margin: 5px 0px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 17px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets {
  position: relative;
  margin-top: 20px;
  border: 1px solid #dddddd;
  padding: 15px 10px 15px;
  border-radius: 5px;
  text-align: center;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets a {
  color: #000000;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets button a {
  color: #fff !important;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets .border-line-logo {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets .border-line-logo img {
  text-align: center;
  display: initial;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets p.match-tl {
  -webkit-line-clamp: 2;
  font-family: Gilroy-Bold;
  line-height: 21px;
  height: 42px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets .stadium-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets .stadium-logo img {
  max-width: 14px !important;
  max-height: 14px !important;
  width: 14px;
  margin-right: 10px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets .border-line-logo img {
  max-width: 35px;
  max-height: 35px;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets p {
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets button {
  border: none;
  border-radius: 5px;
  background: #0f131b;
  color: #fff;
  width: 150px;
  height: 30px;
  font-size: 15px;
  font-family: Gilroy-Bold;
}

#match-page .select2-container {
  width: 100% !important;
  height: 38px !important;
}

#match-page .select2-container .select2-selection__arrow {
  height: 38px !important;
}

#match-page .select2-container .select2-selection__rendered {
  height: 38px !important;
  line-height: 38px !important;
  color: #fff;
}

#match-page .select2-container .select2-selection {
  height: 38px !important;
}

#match-page .select2-container .selection {
  width: 100% !important;
}

#match-page .select2-container .select2-results__option {
  height: 30px !important;
}

#match-page .select2-container .select2-dropdown {
  border-radius: 0px !important;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}

#match-page .select2-container:focus,
#match-page .select2-container .select2-selection:focus,
#match-page .select2-container .select2-search__field:focus {
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

#match-page #ticketReqForm {
  float: right;
  padding-right: 80px;
  padding-left: 0;
}

#match-page #ticketReqForm span.ddlabel {
  padding-right: 5px;
}

#match-page #ticketReqForm input#phone {
  text-align: right;
}

#match-page #ticketReqForm .ddTitle.borderRadiusTp {
  border-right: none !important;
  border-left: 1px solid #ccc;
}

#match-page #ticketReqForm .dd .ddChild li {
  text-align: right;
}

#match-page #ticketReqForm .dd .ddChild li {
  text-align: right;
}

#match-page #ticketReqForm li.enabled._msddli_ span.ddlabel {
  float: none !important;
}

#match-page #ticketReqForm .dd .ddChild {
  left: auto;
}

#match-page .tl-cn i {
  border: 1px solid #E4B554;
  color: #E4B554;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  padding-top: 6px;
  float: left;
  margin-top: 11px;
  margin-right: 5px;
  font-size: 16px;
}

#match-page .tl-cn h1 {
  font-family: Sofia-Pro-Semi-Bold;
  font-size: 42px;
  padding-bottom: 10px;
}

#match-page .br-sec1 .form-group {
  padding-left: 40px;
  max-width: 220px;
}

#match-page .br-sec1 .form-group img {
  position: absolute;
  left: 0;
}

#match-page .br-sec1 .form-group input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #E4B554;
  border-radius: 0;
  height: 38px;
}

#match-page .br-sec1 .form-group input:focus {
  box-shadow: none !important;
}

#match-page .br-sec1 span:focus {
  box-shadow: none !important;
}

#match-page .br-sec1 h1.date-match {
  font-size: 18px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
}

#match-page .br-sec1 h1.date-match span {
  font-size: 14px;
}

#match-page .tournaments-main-sec {
  padding: 30px 0px;
  padding-top: 20px;
}

#match-page .tournaments-main-sec .sessionError {
  color: red;
  font-family: "Gilroy-Bold";
  font-size: 16px;
}

#match-page .tournaments-main-sec .sl-margin .mlop {
  padding: 0;
}

#match-page .tournaments-main-sec .sl-margin .mlop h1 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 0;
}

#match-page .tournaments-main-sec .sl-margin .form-validate .form-group {
  margin-bottom: 0;
  margin-top: 15px;
}

#match-page .tournaments-main-sec .sl-margin .form-validate .form-group input {
  border-radius: 0.25rem;
  height: 40px !important;
  border: 1px solid #ddd !important;
  background: #fff;
}

#match-page .tournaments-main-sec .sl-margin .form-validate .form-group input#submit {
  border: none;
  height: 35px;
  line-height: 26px;
  color: #fff !important;
  background: #f3b42f;
}

#match-page .tournaments-main-sec .sl-margin .form-validate .form-group input#submit:hover {
  background: #cc9621;
}

#match-page .tournaments-main-sec .sl-margin .form-validate .form-text {
  margin-left: -15px;
  margin-right: -15px;
}

#match-page .tournaments-main-sec .ticket-price {
  height: 560px;
  overflow-y: auto;
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

#match-page .tournaments-main-sec .ticket-price .match-ticket-section {
  max-height: 400px;
  overflow-y: auto;
}

#match-page .tournaments-main-sec .ticket-price .red {
  border-left-color: red !important;
}

#match-page .tournaments-main-sec .ticket-price .red:hover {
  border-color: red !important;
}

#match-page .tournaments-main-sec .ticket-price .green {
  border-left-color: green !important;
}

#match-page .tournaments-main-sec .ticket-price .green:hover {
  border-color: green !important;
}

#match-page .tournaments-main-sec .ticket-price .violet {
  border-left-color: violet !important;
}

#match-page .tournaments-main-sec .ticket-price .violet:hover {
  border-color: violet !important;
}

#match-page .tournaments-main-sec .ticket-price .pink {
  border-left-color: pink !important;
}

#match-page .tournaments-main-sec .ticket-price .pink:hover {
  border-color: pink !important;
}

#match-page .tournaments-main-sec .ticket-price .black {
  border-left-color: black !important;
}

#match-page .tournaments-main-sec .ticket-price .black:hover {
  border-color: black !important;
}

#match-page .tournaments-main-sec .ticket-price .blue {
  border-left-color: blue !important;
}

#match-page .tournaments-main-sec .ticket-price .blue:hover {
  border-color: blue !important;
}

#match-page .tournaments-main-sec .ticket-price .yellow {
  border-left-color: yellow !important;
}

#match-page .tournaments-main-sec .ticket-price .yellow:hover {
  border-color: yellow !important;
}

#match-page .tournaments-main-sec .ticket-price .orange {
  border-left-color: orange !important;
}

#match-page .tournaments-main-sec .ticket-price .orange:hover {
  border-color: orange !important;
}

#match-page .tournaments-main-sec .ticket-price .brown {
  border-left-color: brown !important;
}

#match-page .tournaments-main-sec .ticket-price .brown:hover {
  border-color: brown !important;
}

#match-page .tournaments-main-sec .ticket-price .red .st1 {
  fill: red !important;
}

#match-page .tournaments-main-sec .ticket-price .green rect {
  fill: green;
}

#match-page .tournaments-main-sec .ticket-price .violet rect {
  fill: violet;
}

#match-page .tournaments-main-sec .ticket-price .pink rect {
  fill: pink;
}

#match-page .tournaments-main-sec .ticket-price .black rect {
  fill: black;
}

#match-page .tournaments-main-sec .ticket-price .blue rect {
  fill: blue;
}

#match-page .tournaments-main-sec .ticket-price .yellow rect {
  fill: yellow;
}

#match-page .tournaments-main-sec .ticket-price .orange rect {
  fill: orange;
}

#match-page .tournaments-main-sec .ticket-price .brown rect {
  fill: brown;
}

#match-page .tournaments-main-sec .seat-title {
  padding: 5px 10px;
}

#match-page .tournaments-main-sec .seat-title img {
  position: absolute;
  right: 30px;
  top: 10px;
}

#match-page .tournaments-main-sec .seat-title h1 {
  color: #0f131b;
  font-size: 16px;
}

#match-page .tournaments-main-sec .seat-title .seat-img img {
  position: absolute;
  left: auto;
  right: 20px;
  top: 15px;
}

#match-page .tournaments-main-sec .gr-view img {
  max-width: 100%;
  padding-right: 60px;
}

#match-page .tournaments-main-sec .ar-img {
  display: none;
}

#match-page .tournaments-main-sec .ticket-price label.offer-tl {
  width: 100%;
}

#match-page .tournaments-main-sec .ticket-price .row {
  margin: 0;
}

#match-page .tournaments-main-sec .ticket-price .seat-section {
  background: #f1f3f8;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-left: 5px solid red;
  position: relative;
  overflow: hidden;
  min-height: 110px;
  border-radius: 10px;
  /*Prevent text selection*/
}

#match-page .tournaments-main-sec .ticket-price .seat-section input::-webkit-outer-spin-button,
#match-page .tournaments-main-sec .ticket-price .seat-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#match-page .tournaments-main-sec .ticket-price .seat-section input[type=number] {
  -moz-appearance: textfield;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .btn-secondary {
  background: #e4b554;
  padding: 5px 20px;
  border: none;
  margin-top: 5px;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .py-3 {
  padding: 0 !important;
  padding-left: 10px !important;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .py-3 label {
  margin-bottom: 0;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .py-3 input {
  margin-top: 7px;
}

#match-page .tournaments-main-sec .ticket-price .seat-section strike {
  opacity: 0.5;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .qty .plus {
  cursor: pointer;
  width: 24px;
  height: 25px;
  background: #f3b42f;
  color: #fff;
  border: none;
  border-radius: 2px;
  margin: 5px;
  transform: 0.3s;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .qty .minus {
  cursor: pointer;
  width: 24px;
  height: 25px;
  background: #313b51;
  color: #fff;
  border: none;
  border-radius: 2px;
  margin: 5px;
  transform: 0.3s;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .minus:hover {
  background-color: #dbdbde !important;
  color: #000;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .plus:hover {
  background-color: #dbdbde !important;
  color: #000;
}

#match-page .tournaments-main-sec .ticket-price .seat-section span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#match-page .tournaments-main-sec .ticket-price .seat-section nput::-webkit-outer-spin-button,
#match-page .tournaments-main-sec .ticket-price .seat-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#match-page .tournaments-main-sec .ticket-price .seat-section input:disabled {
  background-color: white;
}

#match-page .tournaments-main-sec .ticket-price .seat-section input.count {
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  background: #f1f3f8;
  text-align: center;
  color: #000;
  border: none;
  width: 40px;
}

#match-page .tournaments-main-sec .ticket-price .seat-section span.minus,
#match-page .tournaments-main-sec .ticket-price .seat-section span.plus {
  background: #f3f3f7;
  color: #000000;
  padding: 7px 12px;
}

#match-page .tournaments-main-sec .ticket-price .seat-section p {
  margin-bottom: 0;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .buy_now {
  height: 35px;
  border: none;
  padding: 0px 10px;
  border-radius: 3px;
  background: #313b51;
  color: #fff;
  line-height: 35px;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .dlr-cn h1 {
  font-size: 12px;
  font-weight: bold;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .dlr-cn span {
  font-size: 14px;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .dlr-cn p {
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .dlr-cn p.sym {
  font-size: 14px;
  border: none;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .fd-tab {
  padding-top: 15px;
  height: -moz-fit-content;
  height: fit-content;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .fd-tab .pld-lft {
  padding-left: 15px;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .fd-tab .pld-lft img {
  display: none;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .fd-tab span.badge {
  border: 1px solid #e4b554;
  font-size: 13px;
  width: auto;
  padding: 5px 30px;
  display: table;
  color: #000;
  margin: auto;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .fd-tab .ofer-tl {
  border: 1px solid #e4b554;
  line-height: 18px;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 5px;
  margin-top: 5px;
}

#match-page .tournaments-main-sec .ticket-price .seat-section .pl-one {
  padding-top: 15px;
}

#match-page .tournaments-main-sec .ticket-price .seat-section p.tktFillingStatus {
  background: #ffdd00;
  text-align: center;
  transform: rotate(-42deg);
  width: 150px;
  position: absolute;
  right: -37px;
  bottom: 22px;
  height: 30px;
  font-weight: bold;
}

#match-page .tournaments-main-sec .ticket-price .ticketSection:hover {
  border-left: 5px solid red;
}

#match-page .tournaments-main-sec .ticket-price .ticketSection:hover .dlr-cn p.sym {
  background: transparent;
}

#match-page .match-ticket-section .badge {
  color: #131821;
}

#match-page .tournaments-second-sec {
  padding: 50px 200px;
}

#match-page .tournaments-second-sec .info-sec {
  padding-right: 50px;
}

#match-page .tournaments-second-sec .info-sec img {
  float: left;
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}

#match-page .tournaments-second-sec .info-sec .team-logo {
  padding: 10px;
}

#match-page .tournaments-second-sec .info-sec .team-logo .teams-icon {
  margin: auto;
  display: flex;
}

#match-page .tournaments-second-sec .info-sec .team-logo .teams-icon p {
  padding: 30px 15px;
  padding-bottom: 0;
}

#match-page .tournaments-second-sec .info-sec p {
  padding-bottom: 20px;
  padding-top: 30px;
  font-size: 18px;
  padding-right: 15px;
  padding-left: 15px;
}

#match-page .tournaments-second-sec .info-sec a {
  font-size: 18px;
  text-align: center;
  text-decoration: underline !important;
  width: 100%;
}

#match-page .tournaments-second-sec .info-sec .line-contr {
  border-bottom: 1px dashed #b3b3b3;
  height: 1px;
  width: 100%;
  padding-bottom: 30px;
}

#match-page .tournaments-second-sec .address {
  padding-right: 0;
  padding-left: 0;
}

#match-page .tournaments-second-sec .date-location h1 {
  background: #2f2f2f;
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 4px;
}

#match-page .tournaments-second-sec .date-location h1 span.match-timezone {
  font-size: 14px;
}

#match-page .tournaments-second-sec .date-location h2 {
  font-size: 24px;
}

#match-page .tournaments-second-sec .date-location p {
  font-size: 18px;
}

#match-page .tournaments-second-sec .date-location a {
  font-size: 18px;
  text-decoration: underline !important;
}

#ticketRequestForm h4.modal-title {
  padding-left: 10px;
  padding-top: 30px;
}

#ticketRequestForm .dd .ddChild {
  min-height: 269px;
}

#ticketRequestForm .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 6px;
}

#ticketRequestForm .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  left: 10px;
  top: -3px;
  width: 9px;
  height: 20px;
  border: solid #39b24a;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

#ticketRequestForm .checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

#ticketRequestForm .checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 28px;
}

#ticketRequestForm .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#reqTktModalBody {
  padding: 0px 40px;
  padding-bottom: 20px;
}

#ticketRequestForm input#reqSubmit {
  background: #e4b554;
  border: none;
}

#ticketRequestForm input#reqSubmit:hover {
  background: #d8a843;
  border: none;
}

.form-group .ddTitle.borderRadiusTp {
  background: #fff;
  border-radius: 3px 0px 0px 3px;
  height: 38px;
}

.form-group #countryCodeMatch_msdd {
  width: 35% !important;
}

.form-group #countryCode_msdd {
  width: 35% !important;
  line-height: 28px;
}

.form-group .phone {
  border-radius: 0px 5px 5px 0px !important;
  width: 65%;
}

.form-group input {
  height: 40px;
}

.bootbox .bootbox-body {
  text-align: center;
  padding: 5px;
  margin-top: 30px;
  font-size: 16px;
  padding-bottom: 0;
}

.bootbox .modal-footer {
  border: none;
  justify-content: center;
}

.bootbox .modal-footer .bootbox-accept {
  background: #f3b42f;
  color: #fff;
  padding: 5px 15px;
}

.bootbox .modal-footer .bootbox-cancel {
  background: #313b51;
  color: #fff;
  padding: 5px 15px;
}

.more-info {
  background: #f3b42f;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 10px;
  border: 1px solid #0f131b;
  float: right;
  color: #000;
  font-family: Gilroy-Bold;
}

.side-menu {
  display: block;
}

.side-menu ul {
  color: #fff;
}

.side-menu ul li i {
  padding-right: 5px;
}

.pushmenu {
  width: 100%;
  max-width: 600px;
  height: 100%;
  top: 0px;
  z-index: 99;
  position: fixed;
}

.pushmenu-left {
  right: -600px;
}

.pushmenu-left.pushmenu-open {
  right: 0;
  padding: 0;
  background: #fff;
}

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  right: 0;
}

.pushmenu-push-toright {
  right: 300px;
}

.pushmenu,
.pushmenu-push {
  transition: all 0.5s ease;
}

.more-info-container {
  padding: 30px;
}

.more-info-container h3 {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  margin: 15px 0px;
}

.more-info-container h3 span {
  color: #f3b42f;
}

.more-info-container svg {
  transform: rotate(180deg);
}

.cms-menu .more-info {
  background: transparent;
  color: #000;
  float: none;
}

.more-info-open:before {
  background: #0000008a;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.team-name-contr {
  display: none !important;
}

.ticket-price .available-ticket-title {
  font-size: 24px;
}

.ticket-price .available-ticket-mob {
  font-size: 24px;
}

.ticket-price .ticket-category {
  box-shadow: none !important;
  padding: 20px;
  border-radius: 10px !important;
  margin-bottom: 10px;
  background-color: #f1f3f8;
}

.ticket-price .ticket-category h2 {
  font-size: 16px;
  margin: 0;
  padding: 2px 0px;
  color: #131821;
}

span.ticket-card-dot {
  height: 10px;
  width: 10px;
  min-width: 10px;
  background: red;
  border-radius: 100%;
  margin-right: 10px;
}

.pld-rgt {
  position: absolute;
  right: 60px;
}

button.accordion-button.ticket-category.loaded.collapsed {
  background-color: #f1f3f8;
}

button.accordion-button.ticket-category.loaded.collapsed h2 {
  color: #131821;
}

button.accordion-button.ticket-category.notLoaded.collapsed h2 {
  color: #131821;
}

button.accordion-button.ticket-category.loaded.active {
  background-color: #313b51;
}

button.accordion-button.ticket-category.loaded.active h2 {
  color: #ffffff;
}

button.accordion-button.ticket-category:hover {
  background-color: #313b51 !important;
}

button.accordion-button.ticket-category:hover h2 {
  color: #ffffff !important;
}

.accordion-header {
  position: relative;
  z-index: 0;
}

img.view-match-banner {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.accordion-item.accordion-ticket-card {
  border: none;
}

.accordion-button::after {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #fff;
  background-size: 12px;
  background-position: center;
  background-image: url(/images/blk-arw.svg?527ac7c8b76f49a1bec17157e7dc068c);
}

.accordion-button:not(.collapsed)::after {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #fff;
  background-size: 12px;
  background-position: center;
  background-image: url(/images/blk-arw.svg?527ac7c8b76f49a1bec17157e7dc068c);
  transform: none;
}

.accordion-button.active:not(.collapsed)::after {
  transform: rotate(180deg);
}

.restrictions_benefits {
  cursor: pointer;
}

.general-notification {
  position: fixed !important;
}

@media screen and (max-width: 1200px) {
  #match-page .banner-contr .banner-content .title p {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  #match-page .banner-contr .view-match-banner {
    display: none;
  }

  #match-page .banner-contr .banner-content {
    position: initial;
    transform: none;
    background: #131821;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .position-div {
    position: initial !important;
  }

  .ticket-price .dropdown .dropdown-div-main {
    width: 100% !important;
    left: 0;
    right: 0 !important;
  }

  .pld-lft {
    padding-right: 112px;
  }

  .mob-venue {
    width: 130px;
    margin: auto !important;
    line-height: 10px;
  }

  .available-ticket-title {
    display: none !important;
  }

  .available-ticket-mob {
    display: block !important;
    font-size: 16px;
  }

  .reqButtonDiv {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h2 {
    font-size: 16px;
  }

  p.timezone {
    display: none !important;
  }

  .match-date-time h3 {
    line-height: 30px;
    margin: 0;
  }

  .match-date-time p {
    margin: 0;
  }

  .match-time {
    align-items: center;
    gap: 10px;
  }

  .match-inner-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .match-inner-title h3 {
    display: block !important;
    font-size: 28px;
  }

  .layoutView {
    display: block !important;
  }

  #match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets .stadium-logo {
    padding-bottom: 0;
  }

  #match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets .stadium-logo img {
    display: none;
  }

  #match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets button {
    width: 120px;
    height: 30px;
    font-size: 13px;
  }

  #match-page .ticket-stadium-section .matches-carousel .matches .item .time p {
    font-size: 12px;
  }

  #match-page .ticket-stadium-section .matches-carousel .matches .item .date .month {
    padding-left: 30px;
  }

  #match-page .ticket-stadium-section .matches-carousel .matches .item .date .month p {
    font-size: 11px;
    line-height: 13px;
  }

  #match-page .ticket-stadium-section .matches-carousel .matches .item .date h1 {
    font-size: 21px;
  }

  #match-page .category-dots {
    margin-top: 10px;
    display: initial !important;
    float: left;
    width: 100%;
  }

  #match-page .category-dots .a {
    float: left;
    margin-right: 10px;
  }

  #match-page .category-dots p {
    margin-bottom: 0;
  }

  #match-page .banner-contr .banner-content h2 {
    position: initial;
    transform: none;
    font-size: 14px !important;
    line-height: 20px;
  }

  #match-page .banner-contr .banner-content img {
    max-height: 50px;
    max-width: 50px;
  }

  #match-page .banner-contr .banner-content .center {
    top: 12px !important;
  }

  .time-zone {
    display: none;
  }

  #match-page .tournaments-main-sec {
    padding-top: 0;
    padding-bottom: 5px;
  }

  #match-page .tournaments-main-sec .banner-contr .banner-content {
    position: fixed;
    top: 65px;
    z-index: 1;
  }

  #match-page .tournaments-main-sec .map {
    display: none;
  }

  #match-page .tournaments-main-sec .name-description {
    display: none;
  }

  #match-page .tournaments-main-sec .gr-view {
    padding: 5px;
    border-radius: 0;
    margin-top: 67px;
  }

  #match-page .tournaments-main-sec object#layoutView {
    width: 210px;
    margin: auto;
    display: table;
  }

  #match-page .tournaments-main-sec img#layoutView {
    width: 160px !important;
    padding: 0 !important;
    margin: auto;
    display: table;
  }

  #match-page .tournaments-main-sec .ticket-price {
    margin-top: 5px;
    max-height: 560px;
    min-height: 200px;
    height: auto;
  }

  .match-inner-title {
    margin-top: 0 !important;
  }

  .match-league-img {
    display: none;
  }

  .match-inner-title {
    margin-top: 10px;
    display: initial !important;
  }

  .team-name-contr {
    display: flex !important;
    justify-content: center;
    font-weight: bold;
  }

  .team-name-contr h2 {
    padding: 0px 6px;
    font-weight: 100;
  }

  .banner-contr {
    top: 65px;
    z-index: 2;
    width: 100%;
  }

  #topbar {
    position: fixed;
    width: 100%;
    z-index: 9;
  }

  .main-padding {
    padding: 0px 10px;
  }

  #match-page .banner-contr .banner-content .title h1 {
    font-size: 13px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 18px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px;
  }

  #match-page .banner-contr .banner-content .match-date-time h3 {
    font-size: 13px;
    line-height: 0;
  }

  #match-page .banner-contr .banner-content .match-date-time p {
    font-size: 13px;
  }

  .match-time svg {
    width: 13px;
  }

  #match-page .banner-contr .banner-content .match-date-time {
    margin-top: 0 !important;
    position: absolute;
    top: 30px;
  }

  #match-page .banner-contr .banner-content {
    padding: 2px 10px;
    height: 96px;
  }

  .mobile-padding {
    padding: 0;
  }

  #match-page .ticket-stadium-section .matches-carousel {
    padding: 20px 0px;
    padding-bottom: 20px;
  }

  #match-page .ticket-stadium-section .matches-carousel .matches .item {
    padding: 5px;
  }

  #match-page .tournaments-main-sec .ticket-price .seat-section .buy_now {
    height: 25px;
    padding: 0px 10px;
    line-height: 22px;
    font-size: 13px;
    margin-top: 0px !important;
    margin: 0px 5px;
  }

  #match-page .content-center {
    line-height: normal;
    position: initial;
    transform: none;
  }

  #match-page .tournaments-main-sec .seat-title {
    padding: 5px 0px;
  }

  #match-page .tournaments-main-sec .ticket-price .seat-section span.minus,
  #match-page .tournaments-main-sec .ticket-price .seat-section span.plus {
    padding: 2px 6px !important;
  }

  #match-page .tournaments-main-sec .seat-title .content-center h1 {
    font-size: 13px !important;
    margin-bottom: 0;
    float: left;
  }

  #match-page .tournaments-main-sec .ticket-price .seat-section .content-center strike {
    float: left;
    margin-left: 5px;
  }

  #match-page .tournaments-main-sec .ticket-price .seat-section p {
    line-height: 16px;
    font-size: 13px;
  }

  .fld-srn {
    padding: 0;
  }

  #match-page .tournaments-main-sec .ticket-price .seat-section {
    min-height: 82px;
  }

  .div-fixed {
    position: fixed;
    z-index: 2;
    margin-top: -31px !important;
  }

  .ticket-section {
    margin-top: 275px !important;
  }
}

@media (max-width: 600px) {
  .dd .ddTitle .ddTitleText img {
    width: 30px;
  }

  .dd .ddTitle .ddTitleText {
    padding: 5px 20px 5px 0px !important;
  }

  #reqTktModalBody {
    padding: 20px 20px !important;
  }

  div#countryCode_msdd {
    padding: 0;
  }

  #match-page .match-inner-title .title {
    display: none !important;
  }

  .mobile-title {
    display: block !important;
  }

  .mobile-title h1 {
    font-size: 12px !important;
    width: 63%;
    margin: auto;
    height: 30px;
  }

  .match-date-time .match-time {
    margin-top: 15px;
  }

  #match-page .tournaments-main-sec .ticket-price {
    padding: 17px 12px !important;
  }

  #match-page .tournaments-main-sec .ticket-price .seat-section input.count {
    width: 30px !important;
    line-height: 20px;
  }

  .available-ticket-mob {
    font-size: 14px !important;
  }

  .match-date-time {
    display: initial;
  }

  .match-date-time .match-time {
    justify-content: center;
  }

  .banner-content img {
    max-height: 40px !important;
    max-width: 40px !important;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .logo-left {
    float: left !important;
  }

  .logo-right {
    float: right !important;
  }

  #match-page .banner-contr .banner-content .match-date-time p {
    font-size: 10px !important;
  }

  #match-page .banner-contr .banner-content .match-date-time h3 {
    font-size: 10px !important;
  }

  #match-page .banner-contr .banner-content h2 {
    font-size: 11px !important;
    line-height: 14px;
  }

  .banner-content img {
    max-height: 35px !important;
    max-width: 35px !important;
  }
}

@media (max-width: 360px) {
  #match-page .tournaments-main-sec .ticket-price .seat-section span.minus,
  #match-page .tournaments-main-sec .ticket-price .seat-section span.plus {
    margin: 0 !important;
  }

  .time p {
    font-size: 13px !important;
  }

  .month p {
    font-size: 13px !important;
  }

  .date h1 {
    font-size: 30px;
  }

  #match-page .ticket-stadium-section .matches-carousel .matches .item .team-logos .logo-width .logo-image-space img {
    max-width: 50px !important;
    max-height: 50px !important;
    margin: auto;
  }

  #match-page .ticket-stadium-section .matches-carousel .matches .item .league-tickets button {
    width: 115px !important;
    font-size: 13px !important;
  }

  .team-logos {
    justify-content: space-evenly;
  }
}

html:lang(ar) .ticket-price .dropdown .dropdown-div-main {
  left: -2px;
  right: auto;
}

html:lang(ar) .ticket-price .dropdown .dropdown-div-main .input-div .btn-div {
  margin-left: 5px;
}

html:lang(ar) .accordion-button::after {
  margin-right: auto !important;
  margin-left: 0 !important;
}

html:lang(ar) #match-page .tournaments-main-sec .seat-title img {
  left: 30px;
  right: auto;
}

html:lang(ar) #match-page .owl-carousel .owl-nav .owl-next {
  left: auto;
}

html:lang(ar) #match-page .logo-left {
  float: left !important;
}

html:lang(ar) #match-page .logo-left h2 {
  left: 120px !important;
  right: auto !important;
}

html:lang(ar) #match-page .logo-right {
  float: right !important;
}

html:lang(ar) #match-page .logo-right h2 {
  right: 120px !important;
  left: auto !important;
  margin: 0;
}

html:lang(ar) #match-page .pld-rgt {
  position: absolute;
  left: 60px;
}

html:lang(ar) #match-page span.ticket-card-dot {
  margin-left: 10px;
}

@media (max-width: 767px) {
  html:lang(ar) .pld-lft {
    padding-right: 0px;
    padding-left: 135px;
  }

  html:lang(ar) #match-page .category-dots .a {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }

  html:lang(ar) #match-page .tournaments-main-sec .ticket-price .seat-section .content-center strike {
    float: right;
    margin-left: 0;
    margin-right: 5px;
  }

  html:lang(ar) #match-page .tournaments-main-sec .seat-title .content-center h1 {
    float: right;
  }
}

.flex-box {
  display: flex;
  justify-content: space-between;
  /* Distributes space between items */
  align-items: center;
  /* Aligns items vertically in the center */
  gap: 1rem;
  /* Adds some spacing between the items */
}

.ticket-input {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 200px;
  /* Adjust width as needed */
}

.filter-btn {
  border: 1px solid #e8b954;
  padding: 8px 20px;
  color: #e8b954;
  font-weight: 700;
  border-radius: 5px;
  background: #e8b9540d;
  line-height: 16px;
}

.ticket-price .dropdown .dropdown-div-main {
  background: #fff;
  width: 250px;
  position: absolute;
  top: -2px;
  right: -2px;
  box-shadow: 0 0 20px #00000020;
  border-radius: 11px;
  overflow: hidden;
  display: none;
  z-index: 1;
  padding: 20px;
}

.ticket-price .dropdown .dropdown-div-main h6 {
  font-size: 16px;
}

.ticket-price .dropdown .dropdown-div-main .input-div {
  border: 1px solid #b2bdd9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding-right: 5px;
  background: #f1f3f8;
  margin-top: 10px;
  /* Hide default arrows in Firefox */
  /* General styling for number input */
}

.ticket-price .dropdown .dropdown-div-main .input-div input {
  width: 100%;
  border: none;
  background: transparent;
  font-weight: 800;
}

.ticket-price .dropdown .dropdown-div-main .input-div input[type=number]::-webkit-inner-spin-button,
.ticket-price .dropdown .dropdown-div-main .input-div input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ticket-price .dropdown .dropdown-div-main .input-div input[type=number] {
  -moz-appearance: textfield;
}

.ticket-price .dropdown .dropdown-div-main .input-div input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Modern browsers */
}

.ticket-price .dropdown .dropdown-div-main .input-div .btn-div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ticket-price .dropdown .dropdown-div-main .input-div .btn-div button {
  border: none;
  color: #fff;
  padding: 8px 10px;
  font-weight: 800;
  background: #e8b954;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.ticket-price .dropdown .dropdown-div-main .input-div .btn-div button:hover {
  background: #d49100;
}

.ticket-price .dropdown .dropdown-div-main .apply-btn {
  width: 100%;
  background: #000;
  border-radius: 5px;
  font-weight: 700;
  padding: 8px 40px;
  border: none;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
}

.ticket-price .dropdown-input {
  cursor: pointer;
}

/* .dropdown .dropdown-div-main li:hover
{
    background: ;
} */

.ticket-price .dropdown .dropdown-div-main.active {
  display: block;
}

.ticket-price .dropdown .dropdown-div-main li {
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  transition: color 0.3s ease;
  list-style-type: none;
}

.ticket-price .dropdown .dropdown-div-main li:hover {
  background: #e8a917;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
}

