body {
    font-family: 'Roboto'; /*'Domine';*/
}
/* 
hr {
    display: none!important;
} */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');
.button {
    /* border: 1px solid #6B95FF; */
    border-radius: 0;
    /* box-shadow: 0px 0px 4px 0px #6B95FF;  */
    outline: none;
    border: none;
}

.parent-container {
    display: flex;
    justify-content: center; /* horizontal centering */
    align-items: center;     /* vertical centering */
    height: 75vh;           /* adjust height as needed */
}

.quantity-text {
    position: absolute;
    top: 17px;
    left: 23px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 14.06px;
    text-align: left;
    color: #121317;
}

.non-seatview-list {
    padding: 15px 25px !important;
    margin: 8px 18px !important;
    border-radius: 23px !important;
    background: #FFF !important;
    border: 2px solid #F3F5F7 !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03) !important;
}

.dvm-v3d-main {
    border-radius: 30px;
}

.main-logo-area {
    margin-top: 24px;
    border-right: 2px solid #f3f5f7;
    height: 70px;
    display: flex;
    justify-content: center; /* centers horizontally */
    align-items: center;   
}

.central-team-logo {
    width: 35px;
    height: auto;
}

.card-left-date {
    position: absolute;
    top: 6px;
    left: 10px;
    color: #121317;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.zoom-control {
  width: 64px;
  height: 110px;
  border-radius: 24px;
  overflow: hidden;
  margin-left: auto;

  border-radius: 24px;
    border: 2px solid #F3F5F7;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
}

.zoom-btn {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  padding: 0;
  cursor: pointer;
  color: #000000;
}

.zoom-divider {
  border: 1px solid #EBEBEB;
  margin: 0;
  height: 1px;
}


.card-right-date {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #121317;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

}
.updated-verified-resale {
    font-size: 13px;
    font-weight: 400;
    line-height: 11.72px;
    text-align: center;
    color: #575757;
    background: #FBFBFB;
    padding: 2px 0px 1.5px 0px;
    border-radius: 10px;
    display: block;
    width: 110px;
    line-height: 18.75px;
}

/* .text-not-bolded {
    font-weight: 300 !important;
    font-size: 16px !important;
} */

.updated-price-tag {
    font-size: 20px ;
    font-weight: 700;
    line-height: 18.75px;
    text-align: left;
}

.updated-verified {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 300;
    line-height: 9.38px;
    color: #46BCFF;
}

.game-catelog-txt {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    line-height: 29.3px;
    text-align: left;
    color: #121317;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 2px;
    border-bottom: 0.5px solid rgba(212, 213, 225, 1);
    background: white !important;
}

.dvm-v3d-main>.dvm-v3d-interface-layer .dvm-v3d-interface-wrapper .dvm-v3d-interface-elem.dvm-v3d-button .dvm-v3d-icon-1-5x {
    font-size: 2.5em !important;
}

#min-price, #max-price {
    text-align: left;
    outline: none;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #121317;
}

#price-slider .ui-slider-handle {
    /* border: 1px solid #625FB6 ; */
    /* box-shadow: 0px 0px 4px 0px #625FB6;  */
    background: rgba(176, 180, 212, 1);
    border-radius: 50%;
    border: 0.5px solid #121317 !important;

    top: -.6em;
    outline: none;
}

/* .ui-widget.ui-widget-content {
    border: 0.5px solid #121317 !important;
} */

.import-img {
    border-radius: 10px !important;
}

.ui-slider-horizontal {
    /* left: 5%; */
    color:  #121317;
    border-color:#121317 !important;
    height: 1px;
    width: 100%;
}

#max-price:before { content: '$'; }

#sideBar {
    max-width: 400px;
    padding: 0;
    margin: 0;
}

/* .modal {
    box-shadow: 0px 0px 100px #6B95FF;
    border-radius: 24px;
} */

.popover-div a.btn-popover {
    font-size: 0.5rem;
    font-family: 'Roboto'; /*'Domine';*/
}

.ticket-item-heading {
    font-family: 'Roboto' !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #121317;
    word-wrap: break-word; /* Deprecated but widely supported */
    overflow-wrap: break-word; 
}

.verified-resale {
    font-size: 14px;
    color: rgba(10, 17, 88, 0.47);
    font-weight: 300 !important;
}

.ticket-item-price {
    font-size: 2em;
    font-weight: bold;
    color: #625FB6;
    font-family: 'Roboto'; /*'Domine';*/
}

.all-in {
    font-size: 0.7em;
    font-weight: 400 !important;
    color: #6548EA!important;
    font-family: 'Roboto'; /*'Domine';*/
}

.seat-view {
    text-decoration: none;
    font-family: 'Roboto'; /*'Pragati Narrow';*/
    color: black;
}

.view-icon-up {
    height: 10px;
    width: 10px;
    transform: rotate(270deg);
}

.price-comparison-div, .price-set-div {
    padding: 0 !important;
}

.price-comparison-div .row, .price-set-div .row {
    border-top: 1px solid #6B95FF;
    width: 100%;
    padding: 1em;
    margin: 0;
}

.price-comparison-div h3, .price-set-div h3 {
    color: #121317;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Roboto'; /*"Domine";*/
}

.modal-heading {
    color: #121317;
    text-align: center;
    font-size: 2em;
    font-family: 'Roboto'; /*"Domine";*/
}

.price-set-div label {
    color: #121317;
    text-align: center;
    font-size: 1em;
    font-family: 'Roboto'; /*"Domine";*/
}

.number-bids {
    color: rgba(10, 17, 88, 0.47);
    text-align: center;
    font-size: 0.8em;
    font-family: 'Roboto'; /*"Domine";*/
}

.ticket-comparison-company, .ticket-comparison-price {
    font-family: 'Roboto'; /*'Domine';*/
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 29px;
    color: #121317;
}

.ticket-comparison-icon {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.btn-popover {
    border-radius: 50px;
    border: 0px solid #121317;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px #6B95FF;
}

.btn-popover-secondary {
    border-radius: 30px;
    border: 0px solid #625BF6;
    background: #625BF6;
    box-shadow: 0px 0px 4px 3px rgba(101, 72, 234, 0.00);
    color: #FFF;
    text-align: center;
    font-size: 1.25em;
    font-family: 'Roboto'; /*"Domine";*/
    text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }
}

/* Manually set modal z-index to be above popover but
below tooltip */
.modal {
    z-index: 1075 !important;
}


  
.inner-ellipse {
    position: absolute;
    width: 741px;
    height: 444px;
    top: 220px;
    left: 550px; 

}
.box{
    position: absolute;
    width: 221px;
    height: 97px;
    top: 400px;
    left: 800px;
    border: 1px;
    background-color:#E7B60B;
    padding: 10px;
    border: 1px solid #000000;

}
  
  /* .inner-ellipse.smaller {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
  } */

.stadium {
    width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #sideBar {
        max-width: 100%;
    }

    .relative-sizing {
        width: 100% !important;
    }

    .parking-icon {
        display: none !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #sideBar {
        max-width: 100%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1298px) {

    .hide-on-medium {
        display: none !important;
    }

    .verified-resale {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

}
input[type="checkbox"].tgle-sw{
    position: relative;
    width: 33px;
    background: gainsboro;
    -webkit-appearance: none;
    height: 15px;
    background: #d5d5d5;
    outline: none;
    border-radius: 108.106px;
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
    border: 0.3px solid rgba(10, 17, 88, 0.7);}
    input[type="checkbox"].tgle-sw:checked{
    background: rgba(98, 91, 246, 0.07);
    }
    input[type="checkbox"].tgle-sw:before{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: -2px;
    background: #121317;
    ;
    box-shadow: 0px 1px 6px 1px gainsboro;
    border-radius: 50%;
    top: 0px;
    transform: scale(1.1);transition: 0.5s;
    }
    input[type="checkbox"].tgle-sw:checked:before{
    left:19px;
    }
.all-in-price {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(113, 118, 159, 1);    
}
.all-in-price-div {
    width: 110px;
    /* margin-left:25px; */
    display: flex;
    /* align-items: center; */
    height: 41px;
    background: transparent !important;
    pointer-events: none;
    /* border-radius: 0 !important; */
    /* box-shadow:0px 0px 1px 0px black; */
}
sel-cls {
    width: 275px;
    height: 41px;
    color: #000;
    font-family: 'Roboto'; /*Domine;*/
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 599.9;
    line-height: normal;
}
.seat-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.zoom-right-button {
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

/* .btn:hover, .btn:focus, .btn:active {
    color: rgba(98, 91, 246, 0.07);
} */
.fa-plus, .fa-minus{
    color: #6B95FF;
}
.seats-div {
    /* max-height: 100% !important; */
    min-height: 440px !important;
    overflow: auto;
}
.modal-compare-price-btn {
    min-height: 49px;
    min-width: 164px;
    border-radius: 50px;
    border: 0px solid #121317;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px #6B95FF;
    color: #6B95FF;
    text-align: center;
    font-family: 'Roboto'; /*Domine;*/
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modal-price-typography {
    color: #6548EA;
    text-align: center;
    font-family: 'Roboto'; /*Domine;*/
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.modal-all-in-typography {
    color: #121317;
    font-family: 'Roboto'; /*Domine;*/
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 8px;
}
.modal-buy-button {
    min-width: 100%;
    min-height: 54px;
    border-radius: 11px;
    border: 0px solid #121317;
    background: #121317;
    color: #FFF;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.00);
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modal-seat-view-img {
    width: 20px;
    height: 20px;
}

.modal-seats-quantity {
    color: rgba(10, 17, 88, 0.47);
    text-align: center;
    font-family: 'Roboto'; /*Domine;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-back-button {
    padding: 4px;
    margin-top: 21px !important;;
    background: transparent !important;
    border: none;
}

.billing-modal-heading {
    font-family: Domine;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 1);    
}

.map-not-available {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    height: 80px;
    background: rgba(215, 191, 255, 0.24);
    border: 1px solid var(--tw_purple);
    border-radius: 50px;
    padding: 12px !important;
    font-size: 17px;
}

.billing-label-typography {
    font-family: Domine;
    font-size:11px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color:rgba(128, 125, 125, 1);   
}

.billing-label-typography-h1 {
    font-family: Domine;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.billing-address::placeholder {
    color: #B7B7B7;
    font-family: 'Roboto'; /*Domine;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.payment-form-icon {
  line-height: 46px;
  margin-right: 10px;
  color: #dddddd !important;
}




@media screen and (min-width: 1200px) {
    .parking_ticker img {
        /* height: calc(100vh - 191px) !important; */
    }

    .zoomable-svg > svg{
        height: calc(100vh - 230px) !important;
    }

}

@media screen and (min-width: 992px) {
    #vice-versa-display {
        height: calc(100vh - 197px) !important;
    }
  }

/* media queries hee */
@media screen and (max-width: 1200px) {

  #seat-map {
    width: 50%;
  }
  #svg-container {
    margin-top: -64px !important;
  }
  #sideBar {
    width: 50%;
  }


  .zoomable-svg > svg{
    height: calc(100vh - 443px) !important;
    min-height: 450px !important;
    width: 600px !important;
  }

  .parking_ticker img {
    /* height: calc(100vh - 225px) !important; */
  }


  @media screen and (max-width: 992px) {


    .increase-padding- {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #no-seat-map-text {
        display: none !important;
    }
    #dropdown-menu-price {
        left: 220px !important;
    }


    .parking_ticker img, .parent-container {
        display: none !important;
    }

    .hide-on-medium {
        display: inline !important;
    }

    /* .verified-resale {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    } */


    .seats-div {
        min-height: 100% !important;
    }

    .not-available {
        left:30px !important;
    }
    .seat-container {
      display: none;
    }

    #seats-view {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #svg-container {
        margin-top: -128px !important;
    }
  
    #seats_content {
      width: 85%;
      padding: 0px 4% !important;
      margin-left:auto !important;
      margin-right:auto !important;
    }
    #seat-map {
      border-top: 0.5px solid rgba(227, 227, 227, 1);
      width: 100%;
      margin-left:auto !important;
      margin-right:auto !important;
    }
    #sideBar {
      width: 100%;
      margin-left:auto !important;
      margin-right:auto !important;
    }

    #sidebar-nav {
        padding: 0px 40px !important;
    }
  
    .border-end {
      border: none !important;
    }
  
     .first-seat-section {
          display: none !important;
      }
    .second-ticket-list {
      display: block !important;
    } 
  
  #zoom-reset {
      display: block !important;
      float: right;
      position: relative !important;
      padding: 0px !important;
      margin-top: -55px !important;

      
    } 
  
    .zoomable-svg > svg {
      height: calc(100vh - 665px) !important;
      min-height: 400px !important;
      width: 600px !important;
    }
    }

@media screen and (max-width: 830px) { 
    .zoomable-svg > svg{
        height: calc(100vh - 600px) !important;
        min-height: 300px !important;
    }

    #sidebar-nav {
        padding: 0px 15px !important;
    }

    #seats_content {
        width: 100% !important;
        padding: 0px 4% !important;
        margin-left:0px !important;
        margin-right:0px !important;
      }

      #seat-map {
        width: 95%;
      }
      #sideBar {
        width: 95%;
      }
}

@media screen and (max-width: 830px) { 
    .zoomable-svg > svg {
        height: calc(100vh - 650px) !important;
        width: 600px !important;
    }

    #dropdown-menu-price {
        left: 150px !important;
    }

    #seats_content {
        width: 80%;
      }
      #seat-map {
        width: 100%;
      }
      #sideBar {
        width: 100%;
      }
}


@media screen and (max-width: 580px) { 

    #dropdown-menu-price {
        left: 14px !important;
    }

    .zoomable-svg > svg {
        height: calc(100vh - 700px) !important;
        width: 500px !important;
    }

    #seats_content {
        width:100%;
    }
}



@media screen and (max-width: 490px) { 

    .update-mt {
        display: none !important;
    }

    .appear-mob {
        display: block !important;
    }

    .zoomable-svg > svg {
        min-height: 270px !important;
    }

    .ui___relative {
        padding: 1px !important;
        width: 14px !important;
        height: 15px !important;
    }

    .game-catelog-txt {
        display: block !important;
    }



    .my-hauto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .import-img {
        width: 158px !important;
        min-height: 100px !important;
        height: auto !important;
    }

    .not-available {
        left: 26px !important;
        top: 44% !important;
    }

    .instant-del {
        display: none !important;
    }

    .update-mt {
        margin-top: 14px !important;
    }
    .header-style {
        font-size: 20px !important;
    }

    .non-view-heading {
        font-weight: 600 !important; 
        margin-left: 4px !important;
    }



    .mt-8rem {
        margin-top: 0.8rem !important;
    }

    .adjact-margin {
        margin-top: 8px;
        margin-bottom: 4px;
    }
    .mt-5px {
        margin-top: 7px !important;
    }

    .style-mobile-venue {
        font-size: 13px !important;
        margin-top: -14px !important;
    }

    .quantity-filter-2 {
        margin-top: -11px !important;
        font-size: 15px !important;
    }

    .ui-slider .ui-slider-handle { 
        width: 1.8em !important;
        height: 1.8em !important;
    }

    #price-slider .ui-slider-handle {
        top: -0.9em !important;
    }

    .zoomable-svg > svg {
        height: 315px !important;
        /* width: 100% !important; */
    }

    #filter-section .inner-btn  {
        margin-right: 0px !important;
    }

    #dropdown-menu-price {
        margin-top: 24px !important;
    }

    .verified-p {
        display: none !important;
    }

    #dropdown-menu-quantity {
        margin-top: 24px !important;

    }

    #seat-map {
        margin-top: 0px !important;
        
    }
    /* .inner-btn {
        width: 142px !important ;
    } */

    .full-width-small-screen {
        display: none !important;
        margin-top: 3px !important;
    }

    .dropdown-menu-new {
        margin-top: 42px !important;
    }

    .fa-angle-down {
        display: none !important;
    }

#filter-section .inner-btn {
    /* margin: 0px !important; */
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
    font-size: 12px !important;
}
 

    #quantity-filter-text {
        margin-right: 4px !important;
    }
    .zoomable-svg > svg {
        height: auto !important;
        width: 84% !important;
    }

    .navbar {
        display: none !important;
    }

    .mobile-version-navbar {
        margin-top: 0px !important;
    }

    #seats-view {
        border-top: none !important;
        background-color: #F3F5F7 !important;
    }

    .zoom-right-button, .btn-area {
        display: none !important;
    }

    #svg-container {
        margin-top: 0px !important;
    }

    .header-style  {
       text-align: left !important;
       width: 85% !important;
       margin-left: auto !important;
       margin-top: -55px !important;
    }

    .back-button-link {
        display: block !important;
        margin-bottom: 12px !important;
        margin-top: 10px !important;
        margin-left: 14px !important;
    }

    .artist-subtitle {
        display: none !important;
    }

    .style-mobile-venue {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 14.06px;
        text-align: left !important;
        color: rgba(113, 118, 159, 1);
        margin-top: -10px;
        padding-bottom: 14px;
        /* border-bottom: 0.5px solid rgba(217, 217, 217, 1); */
        margin-bottom: 4px !important;
        width: 85% !important;
        margin-left: auto !important;

    }

    #mobile-display {
        display: block !important;
    }

    #filter-section {
        margin-right: auto !important ;
        margin-left: auto !important;
        /* padding-left: 5%; */
        margin-bottom: 12px !important;
        padding-bottom: 0px !important;
    }

    /* .version-mobile-padding {
        margin: 20px !important;
        background: white;
        border-radius: 15px;
        border: 1px solid grey;
    } */

    #seat-map {
        border-top: none !important;
      }

      .filter-images {
        display: inline !important;
      }

      .inner-btn {
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-weight: 400 !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
        font-size: 12px;

        width: 100px !important;
        background-color: white;


        border-radius: 20px;
        border: 0.2px solid #C2C2C2;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);

      }

      .second-ticket-list {
        border-radius: 0px;
        padding: 40px;
      }

      #game-catelog {
        display: block !important;
        border-bottom: 0.3px solid rgba(234, 234, 234, 1);
        background: white !important;
      }

      .catelog-heading {
        font-family: Roboto;
        font-size: 25px;
        font-weight: 700;
        line-height: 29.3px;
        text-align: left;
        color: #121317;
      }

      .ticket-splits-mobile {
        display: block !important;
        margin-top: 4px;
      }

      .ticket-splits-mobile .ticket-split-img {
        margin-left: 0px !important;
      }

      .ticket-placement {
        margin-top: -14px !important;
        position: absolute;
        right: 0px;
        top: 66%;
      }

      .verified-resale {
        margin-top: 4px;
      }

      .img-rouund {
        border-radius: 42%;
        padding: 2px;
        background-color: rgba(249, 249, 249, 1);
      }

      .import-img {
        border-radius: 11px;
      }

      #dropdown-menu-quantity {
        /* width: 380px !important */
        width: 95% !important;
        position:absolute !important;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
      }

      #dropdown-menu-price {
        /* width: 350px !important; */
        height: 258px !important;
        /* left: auto !important; */
        width: 95% !important;
        position:absolute !important;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}



@media screen and (max-width: 405px) {
    #filter-section {
        padding-left: 0% !important;
    }

    #dropdown-menu-quantity {
        height: 516px !important;
    }

    #filter-section .inner-btn {
        /* margin: 0px !important; */
        margin-left: 0.1rem !important;
        margin-right: 0.1rem !important;
    }

    .not-available {
        left: 13px !important;
        top: 42%  !important;
    }

    .import-img {
        width: 135px !important;
    }

    #seats_content {
        padding: 0px 1% !important;
      }
}