﻿
.container-offices {
 
    width:100%;
}

.search-offices {
    width: 40%;
    height: 83px;
    display: flex;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

.input-offices {
    max-width: 412px;
    width: 100%;
    border-radius: 30px;
    border: none;
    padding: 20px;
    font-size: 20px;
}

    .input-offices::placeholder {
        margin: 20px;
        color: #9D9D9D !important;
    }

.btn-search-offices {
    position: absolute;
    top: 20px;
    z-index: 100;
    left: 365px;
}

.filter-offices {
    display: flex;
   width:100%;
    margin-bottom:30px;
    right: 50px;
}

.icon-search-offices {
    height: 20px;
    margin-left: 10px;
}

.icon-description {
    height: 15px;
    margin-right: 8px;
}
.containerOfices {
    overflow-y: auto;
    height:90%;
}

.cajeros-list {
    position: absolute; 
    top: 93%; 
    left: 70px;
    width: 380px;
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    max-height: 300px; 
    margin-top: 5px;
    z-index: 1000; 
}

.cajeroSeleccionadoParaDetalle {
    position: absolute;
    top: 130%;
    left: 160px;
    width: 380px;
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    max-height: 300px;
    margin-top: 5px;
    z-index: 1000;
}

.list-group {
    position: relative;
}

.list-group-item {
    position: relative;
    justify-content: space-between;
    align-items: center;
    border: none;
    margin-bottom: 5px;
    color: #888B8D;
    padding: 5px;
    border-radius: 10px;
}

.line {
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin: 10px 0;
}

.badge {
    width: 90px;
    display: flex;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #004FFF;
    border-radius: 8px;
    background-color: white;
    color: #004FFF;
}

.btn-schedule {
    background: none;
    border: none;
    cursor: pointer;
    margin-top: -3px;
    margin-left: 10px;
}

.schedule-icon {
    width: 20px;
    height: 15px;
}

.schedule-dropdown {
    position: absolute;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    width: 300px;
    border: 1px solid #ddd;
    z-index: 1000;
}

    .schedule-dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .schedule-dropdown li {
        padding: 8px;
        border-bottom: 1px solid #eee;
    }

        .schedule-dropdown li:last-child {
            border-bottom: none;
        }

.active-day {
    font-weight: bold;
    color: #007bff;
}
