/* #################################START####################################### */
/* my window 15 inch */

    @media only screen and (min-width: 1366px) and (min-height: 607px)  {
        .ticketCounterCalculator {
            font-size: 12px;
            min-height: 400px;
            max-height: 400px;
            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: 400px;
            max-height: 400px !important;
        }
    
        .nearTicketCounterSidebar {
            min-height: 400px;
            max-height: 400px !important;
        }

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

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


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