.dashboardchartdiv {

    /* border: 1px solid black; */
    text-align: center;
    font: bold;

}

.dashboardchartBardiv {
    /* border: 1px solid black; */
    text-align: center;
    
   
}



.nearSeatPage {
    background-color: #DDDDDD;
    text-align: center;
    max-height: 500px !important;
    
}


.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loading {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 4px solid #e2e8f0;
    border-top-color: #6366f1;
    animation: loading 0.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  @keyframes loading {
    to {
      transform: rotate(360deg);
    }
  }

.nearlogoImg {
    max-width: 250px;
    max-height: 60px;
    width: 100%;
   
}

ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.seats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: -12px;
}

.summaryShow {
    font-size: 12px;
    text-align: center;
    
}

/* seat less number of seat start */
.seatLessNumber {
    display: flex;
    flex: 0 0 6.385714%;
    padding: 5px;
    position: relative;
}

.seatLessNumber input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.seatLessNumber input[type=checkbox]:checked + label {
    background: #19ed3c;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    animation-duration: 300ms;
    animation-fill-mode: both;
}
.seatLessNumber input[type=checkbox]:disabled + label {
    background: #ddd;
    text-indent: -9999px;
    overflow: hidden;
}
.seatLessNumber input[type=checkbox]:disabled + label:after {
    content: &#34;
   X&#34;
   ;
    text-indent: 0;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.seatLessNumber input[type=checkbox]:disabled + label:hover {
    box-shadow: none;
    cursor: not-allowed;
}
.seatLessNumber label {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 4px 0;
    background: #ced3d2;
    border-radius: 5px;
    animation-duration: 300ms;
    animation-fill-mode: both;
}
.seatLessNumber label:before {
    content: &#34;
   &#34;
   ;
    position: absolute;
    width: 75%;
    height: 75%;
    top: 1px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: rgba(255, 255, 255, .4);
    border-radius: 3px;
}
.seatLessNumber label:hover {
    cursor: pointer;
    box-shadow: 0 0 0px 2px #5c6aff;
}

/* seat less number of seat end */


/* seat high number of seat start */

.seatHighNumber {
    display: flex;
    flex: 0 0 4.385714%;
    padding: 5px;
    position: relative;
}

.seatHighNumber input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.seatHighNumber input[type=checkbox]:checked + label {
    background: #19ed3c;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    animation-duration: 300ms;
    animation-fill-mode: both;
}
.seatHighNumber input[type=checkbox]:disabled + label {
    background: #ddd;
    text-indent: -9999px;
    overflow: hidden;
}
.seatHighNumber input[type=checkbox]:disabled + label:after {
    content: &#34;
   X&#34;
   ;
    text-indent: 0;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.seatHighNumber input[type=checkbox]:disabled + label:hover {
    box-shadow: none;
    cursor: not-allowed;
}
.seatHighNumber label {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 4px 0;
    background: #ced3d2;
    border-radius: 5px;
    animation-duration: 300ms;
    animation-fill-mode: both;
}
.seatHighNumber label:before {
    content: &#34;
   &#34;
   ;
    position: absolute;
    width: 75%;
    height: 75%;
    top: 1px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: rgba(255, 255, 255, .4);
    border-radius: 3px;
}
.seatHighNumber label:hover {
    cursor: pointer;
    box-shadow: 0 0 0px 2px #5c6aff;
}

/* seat high number of seat end */

.nearNormalSidebar {
    background: linear-gradient(170deg, #1e1b4b 0%, #1a1744 25%, #171532 55%, #131128 80%, #0f0d20 100%) !important;
    color: #ffffff;
    text-align: left;
}

.nearNormalSidebar a {
    background: transparent !important;
}

.nearNormalSidebar a .bfrmEf {
    background: transparent !important;
   color: #ffffff !important;
}

/* counter sidebar start */



.nearTicketCounterSidebar {
    background: linear-gradient(170deg, #1e1b4b 0%, #1a1744 25%, #171532 55%, #131128 80%, #0f0d20 100%) !important;
    max-height: 500px !important;
    color: #ffffff;
    text-align: left;
}



.nearTicketCounterSidebar a  {
    background: transparent !important;
   
}

.nearTicketCounterSidebar a .bfrmEf {
    background: transparent !important;
   color: #ffffff !important;
}

.ticketCounterCalculator {
    background-color: #060E20;
    /* min-height: 500px; */
    color: #ffffff;
}

.nearTicketCounterSidebar .list-group .list-group-item {
    background-color: #060E20;
    border: none;
    color: #ffffff;
}

.ticketCounterCalculator .list-group .list-group-item {
    background-color: #060E20;
    border: none;
    color: #ffffff;
}

/* seat color info */
.nearSeatColorInfo {
    font-size: 12px;
    text-align: center;
    margin-bottom: 1px;
}


.nearColorboxAvailable {
    width: 12px;
    height: 12px;
    background-color: #ced3d2;
    border: 1px solid #060E20;
    display: inline-block;
    margin-right: 2px;
}

.nearColorboxHold {
    width: 12px;
    height: 12px;
    background-color: #19ed3c;
    border: 1px solid #060E20;
    display: inline-block;
    margin-right: 2px;
}


.nearColorboxBooked {
    width: 12px;
    height: 12px;
    background-color: #DECF10;
    border: 1px solid #060E20;
    display: inline-block;
    margin-right: 2px;
}


.nearColorboxUnavailable {
    width: 12px;
    height: 12px;
    background-color: #000303;
    border: 1px solid #060E20;
    display: inline-block;
    margin-right: 2px;
}

.nearColorboxSold {
    width: 12px;
    height: 12px;
    background-color: #bd0911;
    border: 1px solid #060E20;
    display: inline-block;
    margin-right: 2px;
}

.nearColorboxScanned {
    width: 12px;
    height: 12px;
    background-color: #2109bd;
    border: 1px solid #060E20;
    display: inline-block;
    margin-right: 2px;
}




ul li{
    display: inline-block;
    margin-left: 20px;
    margin-right: 5px;
}

/* counter showtimes image */
.nearShowTimes {
    background-color: #060E20;
    color: #ffffff;
    min-height: 200px;
    position:fixed;
    font-size: large;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
}

.nearSingleShowTimes {
    display: inline-block;
    margin-left: 10px;
    /* width: 100%; */
}

.nearShowTimes p {
    margin-bottom: 0px !important;
}

.nearShowTimes img {
    height: 180px;
    width: 100%;
}

.selectedShowTimes {
    margin-top: 1px;
    margin-bottom: 2px;
}

.selectedShowTimes input{
    margin-right: 10px;
}


/* #################################START####################################### */
/* my mac */
/* @media screen and (max-width: 1440px), 
       screen and (max-height: 823px) {
        .ticketCounterCalculator {
            min-height: 500px;
        }
    
        .nearSeatPage {
            
            max-height: 500px !important;
        }
    
        .nearTicketCounterSidebar {
            max-height: 500px !important;
        }
} */


/* ##################################END###################################### */








/* ################################################## */


/* 14 inch monitor start */
/* widow width:: 1440
widow height:: 823 */
/* @media (min-width: 1441px ) {

    

} */

/* 14 inch monitor end */

/* ########################################################################################################################## */




/* ########################################################################################################################## */



/* 22 inch monitor start */
/* width=1920 height=959 */
/* @media (min-width: 1920px) {

    .ticketCounterCalculator {
        min-height: 600px;
    }

    .nearSeatPage {
        
        max-height: 600px !important;
    }

    .nearTicketCounterSidebar {
        max-height: 600px !important;
    }

} */

/* 22 inch monitor end */


/* ########################################################################################################################## */

