

/* Start:/local/templates/travelsoft/components/travelsoft/ts.agencies.list/offices_list/style.css?17578687802990*/
#office-app {
    background-color: #eff5f9;
    padding: 24px 24px;
    width: 100%;
}

#office-app .filter-section {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

#office-app .form-label {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 8px;
}

#office-app .form-select,
#office-app .form-control {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
}

#office-app .city-input-wrapper {
    position: relative;
}

#office-app .clear-btn {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    z-index: 98;
}

#office-app .dropdown-item {
    max-width: 100%;
    white-space: normal;
}

#office-app .clear-btn:hover {
    color: #495057;
}

#office-app .view-toggle {
    display: grid;
    gap: 1rem;
    justify-content: center;
    align-content: center;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
}


#office-app .view-toggle .btn {
    border-radius: 0;
}

#office-app .view-toggle .btn:first-child {}

#office-app .view-toggle .btn:last-child {}

#office-app .btn-purple {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: white;
}

#office-app .btn-purple:hover {
    background-color: #5a359a;
    border-color: #5a359a;
}

#office-app #map {
    width: 100%;
    height: 100%;
    min-height: 50vh;
}

@media (min-width: 768px) {
    #office-app #map {
        min-height: 60vh;
    }
}

#office-app #officesMap {
    width: 100%;
    height: calc(100vh - 30rem);
    min-height: 50vh;
}

@media (min-width: 768px) {
    #office-app #officesMap {
        min-height: 60vh;
    }
}

#office-app .office-list {
    height: calc(100vh - 140px);
    overflow-y: auto;
    padding: 20px 0;
}

#office-app .office-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s;
    background: white;
}

#office-app .office-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#office-app .office-name {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

#office-app .office-address {
    color: #6c757d;
    margin-bottom: 4px;
}

#office-app .office-metro {
    color: #0d6efd;
    font-size: 0.9rem;
}

#office-app .city-select-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.0);
    z-index: 97;
}

#office-app .custom-city-select {
    position: relative;
    z-index: 98;
}

#office-app .btn,
#office-app .btn.btn-secondary {
    height: auto;
    width: auto;
}

#office-app .btn:hover {
    color: #fff;
    background: #ffa500;
    border: 2px solid #ffa500;
}
@media only screen and (max-width: 767px){
    #office-app .office-list {
        padding: 0;
    }
}

.office-card h3 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}
/* End */
/* /local/templates/travelsoft/components/travelsoft/ts.agencies.list/offices_list/style.css?17578687802990 */
