.states {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5em;
    overflow-x: auto;
    padding-bottom: 25px !important;
    padding-top: 0;
    cursor: grab;
    margin-bottom: 10px;
    margin-top: 10px;
}

.states::-webkit-scrollbar {
    display: none;
}

.state .now {
    color: white;
}

.btn-toggle {
    background-color: #032055;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.btn-toggle:hover {
    background-color: #032055;
}

.collapsible-content {
    display: none;
    transition: max-height 0.3s ease-out;
    margin-top: 10px;
}

.movie-search .collapsible-content {
    display: block !important;
}

.search_movie_text {
    width: 80%;
}

.event-search,
.search-tab {
    padding: 0;
}

.search-tab .tab-area {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-tab .tab-area::before {
    background-color: #001232;
}

.search-ticket-section-spaced {
    margin-top: 40px;
}

.ticket-search-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 16px;
}

.transparent-icon {
    color: transparent;
}

.ticket-search-more-link {
    color: #31d7a9;
    display: inline-flex;
}

.inline-flex {
    display: inline-flex;
}

.icon-16 {
    display: inline-block;
    stroke: currentcolor;
    fill: currentcolor;
    width: 16px;
    height: 16px;
}

.place-thumb-lg {
    width: 70px;
    border-radius: 2px;
}

.place-thumb-sm {
    width: 50px;
    border-radius: 2px;
}

.place-name-small {
    font-size: 14px;
}

.search-panel {
    border-radius: 5px;
}

.search-date-input {
    padding-right: 0;
}

.search-hidden {
    display: none;
}

.search-select-group {
    border-bottom: 1px solid #9eb1eb;
}

.clear-check {
    color: #f1481f;
}

@media (min-width: 992px) {
    .collapsible-content {
        display: block !important;
    }

    .btn-toggle {
        display: none;
    }
}

@media (min-width: 1200px) {
    .search-ticket-section-block .container {
        max-width: 1200px;
    }
}

@media (max-width: 991px) {
    .left .title {
        padding-top: 8px !important;
        padding-bottom: 0 !important;
    }

    .ticket-search-form .form-group button {
        padding: 0 15px;
        height: 35px;
    }

    .search_movie_text {
        width: 100%;
    }
}
