.header-wrapper .logo {
  position: relative;
}

.header-wrapper .logo a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}

.footer-top .logo img {
  width: 60px;
}

.alert-log {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px dashed #f44336;
}

.alert-log.success {
  border-color: #31d7a9;
}

.translate-box img {
  width: 32px;
}

.translate-box .drop-a {
  position: relative;
}

.translate-box .drop-c {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 27px;
  opacity: 0;
  visibility: hidden;
}

.drop-b {
  cursor: pointer;
}

.drop-c-a {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.drop-c-a-a {
  cursor: pointer;
  padding: 8px;
}

.drop-c-a-a:hover {
  background: #f0f0f0;
}

.translate-box:hover .drop-c {
  opacity: 1;
  visibility: visible;
}

.event-detail-des {
  margin-bottom: 24px;
}

.center-content {
  display: flex;
  justify-content: center;
}

.home-slider .client-item {
  position: relative;
}

.home-slider .client-content {
  position: absolute;
  padding: 32px;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  background: linear-gradient(to top, #2b2929 0%, transparent 100%);
}

.home-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 16px;
}

.home-slider .title-slide {
  margin-bottom: 8px;
  max-width: 700px;
}

.home-slider .client-item .img-slide {
  aspect-ratio: 25 / 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider.v2 .client-item .img-slide {
  aspect-ratio: 25 / 7;
}

.account-area {
  position: relative;
}

.account-area.modal-mod {
  background: #0a1e5e;
}

.account-area.modal-mod .title {
  font-size: 24px;
}

.btn-open-modal-login {
  cursor: pointer;
}

.account-area.modal-mod button.close {
  background: none;
  border: none !important;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
}

.account-area.modal-mod button.close:active,
.account-area.modal-mod button.close:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.time-countdown-checkout {
  margin-top: 100px;
}

.checkout-event {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px;
}

.checkout-event .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.modal-alert {
  color: #fff;
  background: #0a1e5e;
}

.modal-alert .box-alert {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 5px;
  gap: 16px;
}

.modal-alert .icon {
  width: 16px;
  display: flex;
  color: red;
}

.btn-create-order {
  cursor: pointer;
}

.menu-list {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-list .item-link {
  margin: 0;
}

.menu-list .item-link a {
  color: #fff;
}

.menu-list .item-link a.active {
  color: #31d7a9;
}

.profile-section .booking-summery ul li:first-child {
  margin-top: 24px;
}

.booking-summery ul.menu-list li:first-child {
  margin-top: 0;
}

.orders-list .seat-plan-wrapper li .movie-name,
.orders-list .seat-plan-wrapper li .movie-schedule {
  padding: 8px;
}

.orders-list .seat-plan-wrapper li .movie-schedule {
  justify-content: flex-start;
  align-content: flex-start;
}

.orders-list .seat-plan-wrapper li .movie-schedule .item {
  margin-right: 4px;
  padding: 4px;
  cursor: default;
}

.orders-list .seat-plan-wrapper li .movie-schedule .item:hover {
  background: #162f5f;
}

.orders-list .seat-plan-wrapper li .movie-name {
  align-items: flex-start;
}

.orders-list .info-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.orders-list .info-box .vl {
  font-weight: 600;
}

.orders-list .info-box .lb {
  font-size: 14px;
  white-space: nowrap;
}

.orders-list .info-box .vl.price {
  font-weight: bold;
}
.orders-list .info-box .vl.v-5 {
  color: #f44336;
}
.orders-list .info-box .vl.v-3{
  color: #31d7a9
}

.mobie-mod {
  display: none !important;
}

.header-logout-btn {
  display: flex;
  align-items: center;
  gap: 4px;
}

.post-item.post-details .post-content .content {
  width: 100%;
}

.post-item .post-content .post-header {
  border-bottom: none;
}

.padding-top-v2 {
  padding-top: 120px;
}

.footer-content {
  position: relative;
}

.footer-content a {
  color: #dbe2fb;
}

.footer-content .logo-foot-1 img {
  width: 60px;
}

.footer-content .logo-foot-1 {
  text-align: center;
  margin-bottom: 16px;
}

.footer-content .list-foot {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-content .list-foot .item.title-mod{
  padding-bottom: 8px;
}

.row-foot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.info-box-foot {
  border-top: 1px solid #162f5f;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 90px 1fr 222px;
  gap: 16px;
}
.cty-into{
  max-width: 792px;
}

.info-box-foot .logo-foot img {
  width: 60px;
}

.checkout-temp .icon-pay {
  width: 48px;
  height: 48px;
}

.checkout-temp .card_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.checkout-temp .payment-title {
  margin-bottom: 0;
}

.checkout-temp .card_i {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-temp .card_i .lb {
  font-weight: 600;
}

.activesticky .gb-contact {
  bottom: 82px;
}

.gb-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  position: fixed;
  bottom: 84px;
  z-index: 999;
  right: 28px;
}

.gb-contact .list-cts {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}

.gb-contact .item-cts {
  background: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
  color: #fff;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 50px;
  padding: 0 8px;
  padding-left: 22px;
  border-radius: 25px;
  gap: 16px;
}

.gb-contact .item-cts .icon {
  width: 37px;
  height: 37px;
  background: #fff;
  border-radius: 50%;
  color: #0866ff;
  padding: 8px;
  display: flex;
}

.gb-contact .item-cts .icon svg {
  width: 100%;
  height: 100%;
}

.gb-contact .btnx {
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 7px;
}

.gb-contact .btnx:hover {
  opacity: 1;
}

.gb-contact .v1 {
  display: none;
}

.active-contact .gb-contact .list-cts {
  display: flex;
}

.active-contact .gb-contact .btnx {
  opacity: 1;
}

.active-contact .gb-contact .v0 {
  display: none;
}

.active-contact .gb-contact .v1 {
  display: block;
}

.disabled {
  background: #ccc !important;
}

.card-description-v2 {
  padding: 16px 0;
}

.card-description-v2 a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
}

.movie-rating-percent.v2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-section.v2 {
  margin-bottom: 80px;
}

.main-page-header {
  padding-top: 180px;
  padding-bottom: 36px;
}

.event-grid {
  background: none;
}

.event-grid .movie-thumb {
  background: #fff;
}

.stream-content img {
  width: 100%;
  height: auto;
}

.pagination-area.v2 {
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
}

.pagination-area .disabled {
  background: none !important;
  opacity: 0.5;
  pointer-events: none;
}

.event-detail-des img {
  max-width: fit-content;
  width: 100%;
  height: auto;
}
.slider-link {
  display: block;
}
.speaker-banner-content .breadcrumb li:last-child a:after {
  display: none;
}

.post-item .post-thumb img,
.widget-post .widget-slider .item .thumb img {
  aspect-ratio: 1618 / 1000;
  object-fit: cover;
}
.gold-raito {
  aspect-ratio: 1618 / 1000;
  object-fit: cover;
}
.sports-grid .movie-content .title,
.event-grid .movie-content .title,
.movie-grid .movie-content .title {
  font-size: 17px;
}
.event-search-top .left,
.event-search-top .right {
  width: auto;
}

.event-search-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.proceed-book {
  padding: 24px;
}
.proceed-to-book .book-item .title {
  font-size: 24px;
}

#modalAcceptTerms .modal-content{
  color: #000;
}
#modalAcceptTerms .modal-title{
  color: #000;
}
.form-check-v2{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.form-check-v2 input{
  height: 18px;
  width: 18px;
}
.newslater-form.v-discount{
  position: relative;
}
.newslater-form.v-discount button{
  padding: 0 24px;
}
.discount-message{
  color: #f44336;
}
.header-wrapper .user-icon{
  display: none;
}
.text-f1{
  text-transform: none !important;
}
.sports-grid, .event-grid, .movie-grid{
  position: relative;
  overflow: unset;
}
.open-icon .windy-sign img{
  width: 100%;
}
.open-icon{
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; */
  display: none;
  position: relative;
}
.sports-grid .movie-content .title, .event-grid .movie-content .title, .movie-grid .movie-content .title{
  position: relative;
}
.open-icon.in-list{
  position: absolute;
  top: 100%;
  left: 100%;
  margin-left: -48px;
}
.event-search-top{
  position: relative;
}
.open-icon.in-detail{
  position: absolute;
  top: 100%;
  left: 100%;
  margin-left: -48px;
}
.open-icon.v1,
.open-icon.v3{
  display: inline-block;
}
.open-icon.v1 .text-x.v1{
  display: block;
}
.open-icon.v3 .text-x.v3{
  display: block;
}
.open-icon.v3 .windy-sign{
  animation: none !important;
}
/* Container for the sign */

.windy-sign-container {
  display: inline-block;
  perspective: 400px;
  width: 68px;
  position: absolute;
  top: -15px;
  left: -15px;
}
.windy-sign-container .text-x{
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 10px;
  font-weight: bold;
  color: #fff !important;
  margin-top: 9px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  text-transform: none;
}

/* The sign itself */
.windy-sign {
  display: inline-block;
  animation: windy-swing 2.8s cubic-bezier(.36,.07,.19,.97) infinite;
  transform-origin: top center;
  /* Optional: add a shadow for more realism */
  /* box-shadow: 0 8px 15px rgba(0,0,0,0.12); */
}

/* Keyframes for the wind effect */
@keyframes windy-swing {
  0% { transform: rotateZ(0deg) rotateY(0deg); }
  10% { transform: rotateZ(-10deg) rotateY(6deg); }
  20% { transform: rotateZ(7deg) rotateY(-8deg); }
  28% { transform: rotateZ(-4deg) rotateY(5deg); }
  35% { transform: rotateZ(4deg) rotateY(-5deg); }
  50% { transform: rotateZ(-2deg) rotateY(2deg); }
  65% { transform: rotateZ(4deg) rotateY(-3deg); }
  80% { transform: rotateZ(-6deg) rotateY(7deg); }
  100% { transform: rotateZ(0deg) rotateY(0deg); }
}

.event-search-top .right.fix-top-mobile{
  display: none;
}

.header-wrapper .menu .menu-icon{
  width: 36px;
  height: 36px;
  margin-right: 8px;
  object-fit: contain;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}
.non-pading-botton{
  padding-bottom: 0 !important;
}
.mobie-lang-box{
  align-items: center;
  gap: 8px;
}
.mobie-lang-box a{
  opacity: 0.5;
  border-bottom: none !important;
}
.mobie-lang-box a.active{
  opacity: 1;
  pointer-events: none;
}
.noti-foot{
  text-align: center;
}
.social-icons li a{
  border: none !important;
}
.follow-us-box{
  display: none;
}
.footer-content .list-foot .item.title-mod.mobile-only{
  display: none;
}

.dr-parent .dr-ctr .ctr-icon{
  transition: all 0.3s ease-in-out;
}
.dr-parent.active .dr-ctr .ctr-icon{
  transform: rotate(90deg);
}
.dr-parent .dr-list{
  display: none;
}
.dr-parent.show .dr-list{
  display: block;
}
.dr-parent.show .dr-ctr .ctr-icon svg{
  transform: rotate(90deg);
}
.dr-parent.show.active .dr-ctr .ctr-icon{
  transform: rotate(-90deg);
}
.price-min{
  font-size: 16px;
  font-weight: bold;
}
.price-min a{
  color: #fff;
}
.min-price-detail{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
}
.min-price-detail .text{
  font-size: 20px;
  font-weight: normal;
}
.min-price-detail .icon{
  display: flex;
}
.min-price-detail .icon svg{
  width: 36px;
  height: 36px;
}
.min-price-detail a{
  color: #fff;
}
.widget .title.mobile-only{
  display: none;
}
.social-box-detal .text-ls{
  display: none;
}

.bct-logo img{
  width: 120px;
}

.bct-logo .text{
  margin-bottom: 8px;
}

.event-section.v2.blog-section-home{
  padding-bottom: 32px;
  margin-bottom: 50px;
}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.widget-profile-mobie{
  display: none;
}

.box-pass{
  position: relative;
}
.box-pass .icon{
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.box-pass .t2{
  display: none;
}
.box-pass.active .t1{
  display: none;
}
.box-pass.active .t2{
  display: block;
}
.rv-box-avatr{
  text-align: center;
}
.rv-box-avatr .avatar img{
  width: 80px;
}
.rv-box-avatr .name{
  font-size: 24px;
  padding: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-list-order{
  margin-top: 24px;
}
.list-order-tic .item:last-child i{
  display: none;
}
.table-list-order table{
  width: 100%;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-list-order th{
  padding: 12px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
.table-list-order td{
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
.list-order-tic{
  width: 100%;
  max-width: 124px;

}
.orders-list{
  display: none;
}
.status.v-3{
  color: #31d7a9;
}
.status.v-4{
  color: #f44336;
}
.status.v-2{
  color: #ff9800;
}
.status.v-5{
  color: #f44336;
}
.total-with-status{
  display: flex;
  gap: 16px;
  margin-top: 12px;
}
.total-with-status .item{
  color: #7a89bb;
  display: flex;
  align-items: center;
  gap: 4px;
}
.total-with-status .item:hover{
  color: #fff;
}
.total-with-status .item.active{
  border-bottom: 2px solid #fff;
  color: #fff;
}
.total-with-status-dropdown{
  display: none;
}
.text-name-event{
  max-width: 200px;
  font-size: 12px;
}
.text-status-list-order{
  font-size: 12px;
}
.ctr-blog-menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.ctr-blog-menu .ctr-icon{
  display: flex;
}
.ctr-blog-menu .right{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.ctr-blog-menu .left{
  white-space: nowrap;
}
.social-auth-icons{
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.social-auth-icons img{
  width: 32px;
}
.social-auth-icons a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  padding: 4px 0px;
  border-radius: 4px;
  width: 140px;
}
.social-auth-icons .btn-loging-social.google a{
  color: #666;
  background: #fff;
}
.social-auth-icons .btn-loging-social.facebook a{
  background: #0165e1;
}
.logo-top-auth{
  display: flex;
  justify-content: center;
}
.logo-top-auth img{
  width: 104px;
  height: auto;
}
.title-v2-auth{
  margin-top: 24px;
}
.alert-foot-auth{
  text-align: center;
  margin-top: 24px;
}
.back-link-auth{
  display: none;
}
.auth-fixed-on-mobie .account-area .account-form .form-group input[type="submit"]{
  border-radius: 4px;
  height: 44px;
  text-transform: none;
  font-weight: normal;
}
.auth-fixed-on-mobie .alert-foot-auth{
  font-size: 14px;
}
.custom-button.account-btn,
.custom-button,
.chose-view .box-ctr,
.chose-view .ctr-v,
.newslater-form input,
.newslater-form button,
.contact-form .submit-btn{
  border-radius: 4px !important;
}
.auth-fixed-on-mobie .account-area .account-form .form-group input::placeholder{
  color: #8790b7;
}
.root-events-show .event-banner-section.mobie-only{
  display: none;
}
.event-search-top .left .title{
  font-size: 26px;
}
.newslater-section h3.title{
  font-size: 28px;
  margin-bottom: 44px;
}
.info-box-foot{
  padding-bottom: 8px;
}
.catmouse-box-light .list-mod{
  grid-column-gap: 1rem;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  margin-top: 1.5rem;
  grid-row-gap: .9375rem;
  row-gap: .9375rem;
  margin-bottom: 24px;
}
.catmouse-box-light .list-mod .item-mod{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.catmouse-box-light .list-mod .item-mod.d-none-x{
  visibility: hidden;
  height: 0;
}
.catmouse-box-light .list-mod .item-mod:first-child {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  width: 100%;
}
.catmouse-box-light .list-mod .item-mod a{
  display: block;
  width: 100%;
}
.catmouse-box-light .list-mod .item-mod img{
  aspect-ratio: 1618 / 1000;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catmouse-box-light .list-mod .item-mod:before{
  background-color: hsla(0, 0%, 100%, .3);
  content: "";
  height: 200%;
  left: 0;
  position: absolute;
  top: -20%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: .4s ease;
  width: 50%;
  z-index: 1;
  opacity: 0;
}
.catmouse-box-light .list-mod .item-mod:hover:before {
  opacity: 1;
  -webkit-transform: translateX(300%) rotate(45deg);
  transform: translateX(300%) rotate(45deg);
}
.show-content{
  display: none;
}
.show-content.active{
  display: block;
}
.show-tab{
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: -32px;
}
.show-tab .item-tab{
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  padding: 4px 12px;
}
.show-tab .item-tab.active{
  border-bottom: 2px solid #fff;
}
.video-container{
  aspect-ratio: 663/373;
}
.video-container iframe{
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .post-item .post-content .post-header .title {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .auth-fixed-on-mobie .account-area .option{
    margin-bottom: 12px;
  }
  .auth-fixed-on-mobie .account-area .section-header-3{
    margin-bottom: 0px;
  }
  .auth-fixed-on-mobie .title-v2-auth{
    margin-top: 0;
  }
  .auth-fixed-on-mobie .logo-top-auth{
    display: none;
  }
  .auth-fixed-on-mobie .account-area{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .auth-fixed-on-mobie .account-area .account-form .form-group label{
    display: none;
  }
  .auth-fixed-on-mobie .account-area .account-form .form-group.checkgroup label{
    display: block;
  }
  .auth-fixed-on-mobie .account-area .account-form .form-group{
    margin-bottom: 16px;
  }
  .auth-fixed-on-mobie .account-area .or{
    text-transform: none;
  }
  .root-customer-register .auth-fixed-on-mobie .account-area .account-form .form-group{
    margin-bottom: 8px;
  }
  .root-customer-register .auth-fixed-on-mobie .account-area .account-form .form-group.checkgroup{
    margin-top: 16px;
    margin-bottom: 4px;
  }
  .only-mobile-min{
    display: none !important;
  }
  .list-foot-menu,
  .blog-cat-list{
    display: block !important;
  }
  .speaker-banner-content .title {
    font-size: 48px;
  }
  .post-item.post-details .post-content .content .post-header .m-title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .header-wrapper .menu li a{
    font-size: 15px;
  }
  .only-mobile{
    display: none !important;
  }
  .header-wrapper .menu .menu-icon{
    display: none;
  }
  .account-area{
    margin-top: 70px;
  }
  .padding-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .event-book-search.padding-top.pt-lg-0{
    padding-bottom: 0 !important;
  }
  .profile-section.padding-top{
    padding-top: 120px;
  }
  .padding-top.v1 {
    padding-top: 101px;
  }

  .header-wrapper .menu li .submenu.v2 {
    min-width: 165px;
  }

  .header-wrapper .menu li .submenu.v2 li {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1199px) {
  .header-wrapper .menu li a{
    padding: 2px;
  }
  .total-with-status{
    white-space: nowrap;
    overflow-x: auto;
  }
  .total-with-status::-webkit-scrollbar {
    height: 0px;
  }
  .total-with-status{
    display: none;
  }
  .total-with-status-dropdown .active-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
  }
  .total-with-status-dropdown .list-status{
    display: none;
  }
  .total-with-status-dropdown .list-status .item{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
  }
  .total-with-status-dropdown .ctr-icon{
    display: flex;
  }
  .total-with-status-dropdown{
    display: block;
    margin-top: 8px;
  }
}

@media screen and (max-width: 991px) {
  .root-login .padding-top,
  .root-customer-register .padding-top,
  .root-customer-forgot-password .padding-top{
    padding-top: 112px;
  }
  .blog-section.padding-top.padding-bottom{
    padding-bottom: 0;
  }
  .widget.widget-categories{
    display: none;
  }
  .root-customer-profile,
  .root-customer-orders,
  .root-customer-change-password-view{
    padding-bottom: 58px;
  }
  .root-customer-profile .gb-contact,
  .root-customer-orders .gb-contact,
  .root-customer-change-password-view .gb-contact{
    bottom: 100px !important;
  }
  .root-customer-profile .newslater-section,
  .root-customer-orders .newslater-section,
  .root-customer-change-password-view .newslater-section{
    display: none;
  }
  .root-customer-profile .footer-section,
  .root-customer-orders .footer-section,
  .root-customer-change-password-view .footer-section{
    background: #0a1e5e;
    padding-top: 32px;
    display: none !important;
  }

  .profile-section .col-md-8{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .orders-list .seat-plan-wrapper li .movie-name{
    justify-content: flex-start;
    gap: 8px;
    flex-direction: column;
  }
  .orders-list .info-box .item-i{
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .orders-list .seat-plan-wrapper li{
    padding: 16px;
  }



  .item-from-logout .n-btn{
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: auto;
  }
  .box-widget-profile{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100dvw;
    z-index: 1000;
  }
  .widget-profile-mobie .item-link{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    line-height: 1;
  }
  .widget-profile-mobie .item-link.active{
    color: #31d7a9;
  }
  .widget-profile-mobie{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
    background: #0a1e5e;
    border-top: 1px solid rgba(255, 255, 255, 0.102);
    padding: 8px 0;
    font-size: 12px;
  }
  .box-widget-profile .hidden-mobile{
    display: none !important;
  }
  .padding-top.profile-section{
    padding-top: 115px;
    padding-bottom: 52px;
  }
  .info-box-foot{
    grid-template-columns: 1fr 222px;
  }
  .follow-us-box{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 15px !important;
  }
  .follow-us-box .social-icons{
    margin: 0;
    display: flex;
    gap: 8px;
  }
  .follow-us-box .social-icons li{
    width: unset;
    display: flex;
    align-items: center;
    justify-self: center;
  }
  .follow-us-box .social-icons li a{
    padding: 0 !important;
    justify-content: center !important;
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  }
  .follow-us-box .title{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid #162f5f;
    padding-top: 16px;
    margin-top: 16px;
  }
  .widget-post,
  .widget-follow,
  .widget-search{
    display: none;
  }
  .logo-foot{
    display: none;
  }
  .only-desktop{
    display: none !important;
  }
  .header-wrapper .menu li a{
    border-bottom: none !important;
    padding-bottom: 9px;
    padding-top: 9px;
    font-weight: 600;
  }
  .translate-box .drop-a{
    display: none !important;
  }
  .mobie-lang-box{
    display: flex;
  }
  .open-icon.in-detail{
    left: auto;
    right: 32px;
    margin-left: 0;
  }
  .open-icon.in-detail .windy-sign-container{
    left: 50%;
    transform: translateX(-50%);
  }
  .min-price-detail .icon{
    display: none;
  }
  .event-search-bottom.v2{
    margin-top: 20px;
  }
  .header-wrapper .menu li a{
    justify-content: flex-start;
  }
  .mobie-mod.menu-item-has-children{
    display: none !important;
  }
  .fixed-step1 .event-search-top .right.fix-top-mobile{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  .fixed-step1 .scroll-and-fixed{
    opacity: 0;
    visibility: hidden;
  }
  .event-search-top{
    z-index: 999;
  }
  .event-book-search{
    position: relative;
    z-index: 999;
  }
  .event-search-top .right.fix-top-mobile{
    position: fixed;
    top: 81px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #0a1e5e;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.102);
    opacity: 0;
    visibility: hidden;
  }
  .event-search-top .right.fix-top-mobile li{
    margin-bottom: 0;
  }
  .event-search-top .right.fix-top-mobile .custom-button{
    margin-bottom: 0;
  }
  .header-wrapper{
    position: relative;
  }
  .header-wrapper .user-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 54px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-image: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
    border-radius: 4px;
    padding: 8px 12px;
  }
  .header-wrapper .user-icon svg{
    width: 24px;
    height: 24px;
  }
  .header-wrapper .user-icon .text{
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 4px;
  }
  .event-search-top {
    grid-template-columns: 1fr;
  }
  .event-search-top .right {
    justify-content: flex-start;
  }
  .row-foot {
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
  }

  .padding-top-v2 {
    padding-top: 100px;
  }

  .mobie-mod {
    display: block !important;
  }

  .des-mod {
    display: none !important;
  }

  .header-wrapper .menu li.translate-box {
    padding-top: 5px;
    position: relative;
    z-index: 1;
    width: 45px;
  }

  .header-wrapper .menu li.translate-box a {
    padding-right: 0;
  }

  .header-wrapper .header-button {
    width: 180px;
  }

  .header-wrapper .submenu {
    right: auto !important;
    left: 0 !important;
  }

  .padding-top {
    padding-top: 48px;
  }

  .padding-top.v1 {
    padding-top: 80px;
  }

  .header-wrapper .logo a img {
    position: static;
    transform: none;
    width: 45px;
  }

  .header-section {
    padding: 8px;
    z-index: 1000;
  }

  .translate-box .drop-c {
    transform: none;
    left: 0;
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .uk-position-center-right.uk-position-medium.uk-transition-fade.uk-light{
    display: none !important;
  }
  .catmouse-box-light .list-mod .item-mod:first-child {
    grid-column: auto;
    grid-row: auto;
  }
  .catmouse-box-light .list-mod{
    grid-template-columns: auto;
  }
  .cty-into{
    font-size: 14px;
  }
  .newslater-section h3.title{
    font-size: 16px;
    margin-bottom: 22px;
  }
  .newslater-wrapper p{
    font-size: 13px;
    line-height: 1.3;
  }
  .root-events-show .event-search-top .left{
    margin-bottom: 8px;
  }
  .root-events-show .event-search-top .left .title{
    font-size: 19px;
    line-height: 1.4;
  }
  .root-events-show .event-banner-section.des-only{
    display: none;
  }
  .root-events-show .event-banner-section.mobie-only{
    display: block;
  }
  .root-events-show .event-banner-section.mobie-only{
    padding: 0;
  }
  .root-events-show .event-banner-section .container{
    padding: 0;
  }
  .root-events-show .event-banner-section.mobie-only img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .root-events-show .event-banner-section.mobie-only::after{
    display: none;
  }
  .root-events-show .event-book-search.padding-top.pt-lg-0{
    padding-top: 16px;
  }
  .root-events-show .event-banner-section{
    margin-top: 82px;
  }
  .root-login,
  .root-customer-register,
  .root-customer-forgot-password{
    height: 100dvh;
    overflow: hidden;
  }
  .root-login .header-section,
  .root-login .footer-section,
  .root-customer-register .header-section,
  .root-customer-register .footer-section
  .root-customer-forgot-password .header-section,
  .root-customer-forgot-password .footer-section{
    display: none;
  }
  .back-link-auth{
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1001;
    color: #fff;
  }
  .auth-fixed-on-mobie{
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .root-login .auth-fixed-on-mobie .account-area .account-form .form-group.checkgroup{
    margin-bottom: 8px;
  }
  .root-customer-register .auth-fixed-on-mobie .account-area .account-form .form-group{
    margin-bottom: 8px;
  }
  .root-customer-register .auth-fixed-on-mobie .account-area{
    padding-top: 12px;
  }
  .root-customer-register .auth-fixed-on-mobie .account-area .section-header-3{
    margin-bottom: 0;
  }
  .auth-fixed-on-mobie .padding-top.padding-bottom{
    padding: 0 !important;
  }
  .auth-fixed-on-mobie .account-area .option{
    margin-bottom: 16px;
  }
  .root-customer-register .auth-fixed-on-mobie .account-area .account-form .form-group.text-center{
    margin-bottom: 12px;
  }
  .root-customer-register .auth-fixed-on-mobie .account-area .option{
    margin-bottom: 8px;
  }
  .auth-fixed-on-mobie .account-area .or{
    text-transform: none;
  }
  .root-customer-register .auth-fixed-on-mobie .account-area .or{
    margin-bottom: 12px;
  }
  .auth-fixed-on-mobie .container{
    padding: 0 !important;
  }
  .auth-fixed-on-mobie .account-area .section-header-3{
    margin-bottom: 12px;
  }
  /* .auth-fixed-on-mobie .account-area .account-form .form-group{
    margin-bottom: 12px;
  } */
  .auth-fixed-on-mobie .account-area .account-form .form-group label{
    display: none;
  }
  .auth-fixed-on-mobie .account-area .account-form .form-group.checkgroup label{
    display: block;
  }
  .root-customer-register .auth-fixed-on-mobie .account-area .account-form .form-group.checkgroup{
    margin-top: 22px;
    margin-bottom: 0px;
  }
  .auth-fixed-on-mobie .forget-pass{
    margin-left: 8px;
  }
  .title-v2-auth{
    margin-top: 12px;
  }
  .auth-fixed-on-mobie .account-area{
    width: 100dvw;
    height: 100dvh;
    padding-bottom: 0;
    padding-top: 24px;
    overflow-x: hidden;
  }
  .logo-top-auth img{
    width: 54px;
  }
  .list-contact-counter.padding-top{
    padding-top: 0;
  }
  .list-contact-counter .container{
    display: none;
  }
  .orders-list{
    display: block;
  }
  .table-list-order{
    display: none;
  }
  .newslater-section.padding-bottom{
    padding-bottom: 40px;
  }
  .bct-logo{
    display: none;
  }
  .bct-logo.v2{
    border-top: none;
    padding-top: 0;
    display: block;
  }
  .bct-logo .text{
    display: none;
  }
  .event-show{
    padding-bottom: 24px;
  }
  .book-ticket-ctr-bottom{
    display: none;
  }
  .min-price-detail .text{
    font-size: 16px;
  }
  .social-box-detal{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .event-search-top .right .countdown li p{
    font-size: 12px;
  }
  .event-search-top .right .countdown li h2{
    font-size: 20px;
  }
  .event-search-top .right .countdown{
    padding-left: 0;
  }
  .hide-on-mobile{
    display: none !important;
  }
  .social-box-detal .text-ls{
    display: block;
    font-size: 12px;
  }
  .social-box-detal{
    display: flex;
    width: 100%;
    white-space: nowrap;
    align-items: center;
  }
  .social-box-detal .social-icons{
    margin: 0;
  }
  .widget .title.mobile-only{
    display: flex;
    justify-content: space-between;
  }
  .widget .title.desktop-only{
    display: none;
  }
  .footer-content .list-foot .item.title-mod.mobile-only{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .footer-content .list-foot .item.title-mod.mobile-only .ctr-icon{
   display: flex;
  }
  .footer-content .list-foot .item.title-mod.desktop-only{
    display: none;
  }
  .payment-method-cards{
    flex-direction: unset;
  }
  .proceed-to-book .book-item:first-child {
    margin-bottom: 16px;
    width: 100%;
  }
  .booking-summery {
    overflow: hidden;
  }
  .time-countdown-checkout {
    margin-top: 82px;
  }
  .checkout-temp.padding-top {
    padding-top: 30px;
  }
  .booking-summery {
    margin-top: 0;
  }
  .checkout-temp .payment-title {
    margin-bottom: 16px;
  }
  .payment-card {
    width: 100%;
  }
  .gb-contact {
    right: 16px;
    bottom: 60px;
  }
  .gb-contact .btnx {
    width: 45px;
    height: 45px;
  }
  .scrollToTop {
    bottom: 8px;
    right: 16px;
  }
  .page-title {
    padding: 12px 0;
  }
  .details-banner.hero-area .details-banner-wrapper .details-banner-content .title {
    font-size: 17px;
  }
  .details-banner.hero-area {
    padding-top: 124px;
    padding-bottom: 32px;
  }
  .post-item .post-content .post-header .title,
  .widget-post .widget-slider .item .content .p-title {
    font-size: 17px;
  }
  .main-page-header {
    padding-top: 124px;
    padding-bottom: 16px;
  }
  .speaker-banner-content .title {
    font-size: 24px;
    line-height: 1.2;
  }
  .row-foot {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .footer-content .list-foot {
    gap: 0px;
  }

  .footer-content .logo-foot-1 {
    display: none;
  }

  .info-box-foot {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-slider .client-content .title-slide {
    display: none;
  }

  .home-slider .client-content {
    padding: 16px;
  }

  .home-slider .client-item .img-slide,
  .home-slider.v2 .client-item .img-slide {
    aspect-ratio: 16 / 9;
  }

  .proceed-book.v1 {
    margin-top: 0;
  }

  .event-management {
    margin-bottom: 4px !important;
  }
}

@media (max-width: 575px) {
  .post-details .post-content{
    padding-right: 0;
  }
  .newslater-wrapper .cate{
    font-size: 14px;
  }
  .sports-grid,
  .event-grid,
  .movie-grid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-header-1 .title {
    width: unset;
    margin-bottom: 5px;
  }
}

@media (max-width: 360px) {
  .social-auth-icons{
    gap: 12px;
  }
  .btn-loging-social{
    width: 100%;
  }
  .social-auth-icons a{
    width: 100%;
    padding-left: 12px;
  }
  .event-search-top .right .countdown li h2{
    font-size: 16px;
  }
  .event-search-top .right .countdown li{
    padding: 0 8px;
  }
}
