/* #################################START####################################### */
/* @media screen and (max-width: 1366px), 
       screen and (max-height: 607px) */
/* my mac 14 inch */

@media only screen and (min-width: 1441px) and (min-height: 823px)  {
        .ticketCounterCalculator {
            font-size: 12px;
            min-height: 600px;
            max-height: 600px;
            overflow-y:scroll;
           
            /* background-color: red ; */
        }

        .ticketCounterCalculator .form-control {
            font-size: 12px !important;
            /* margin: 0 !important;
            padding: 0 !important; */
           
        }

        .ticketCounterCalculator .btn-sm {
            padding: 0px !important;

        }

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

        .nearShowTimes {
            
            min-height: 150px;
            
        }
        
        
        
        .nearShowTimes img {
            height: 120px;
            width: 100%;
        }

        .seatHighNumber {
            
            flex: 0 0 3.885714%;
            padding: 3px;
            
        }

        .ticket-counter-footer {

       
        
           
            height: 30px;
            margin-top: 131px;
            text-align: center;
           
            
    
        }
}


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