
.selector-btn-type .selector-items {
    position: relative;
    top: 0px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    background-color: #FFFFFF;
    overflow: inherit;
    display: flex;
    flex-wrap: wrap;
    max-height: inherit;
    margin-top: 5px;
}
.selector-items {
    position: absolute;
    top: 40px;
    left: 0px;
    max-height: 132px;
    overflow-y: scroll;
    width: 100%;
    padding: 0px 6px;
    transition: 1s all;
    padding-top: 12px;
}
.selector-items .sel-list-item {
    display: flex;
    flex-wrap: wrap;
}
.selector-btn-type .sel-list-item {
    width: 23%;
    margin: 1%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-height: 50px;
    padding-top: 15px;
    display: flex;
}

.location-active {
    border: 4px;
    background-color: #005dba;
    color: #FFFFFF;
}
.sel-list-item {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
    cursor: hand;
    cursor: pointer;
    padding: 3px;
    padding-left: 25px;
    transition: 0.3s all;
}

.centered {
    text-align: center;
    position: relative;
}

.centered::before {
    left: 0;
}

centered::before, .centered::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: black;
}

.logo {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(92.39deg, #0c9547 1.86%, #0fb454 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.appointment-proposed { background:linear-gradient(45deg, #dedede, #ededed); color: black; }
.appointment-pending { background:linear-gradient(45deg, #FFA500, #20c997); color: white; }
.appointment-booked { background: linear-gradient(45deg, #28a745, #20c997); color: white; }
.appointment-confirm { background: linear-gradient(45deg, #28a745, #6aa728); color: white; }
.appointment-arrived { background: linear-gradient(45deg, #007bff, #6610f2); color: white; }
.appointment-checked-in { background:linear-gradient(45deg, #ffc107, #fd7e14); color: white; }
.appointment-fulfilled { background: linear-gradient(45deg, #6c757d, #495057); color: white; }
.appointment-cancelled { background: linear-gradient(45deg, #dc3545, #e83e8c); color: white; }
.appointment-noshow { background: linear-gradient(45deg, #6f42c1, #e83e8c); color: white; }

.appointment-status-proposed { background:linear-gradient(45deg, #dedede, #ededed); color: black;border-radius: 6px;display: inline-block;font-size: 13px;min-width: 105px;padding: 5px 20px;font-weight: 500;text-align: center;}
.appointment-status-pending { background:linear-gradient(45deg, #FFA500, #FFA500); color: white;border-radius: 6px;display: inline-block;font-size: 13px;min-width: 105px;padding: 5px 20px;font-weight: 500;text-align: center;}
.appointment-status-booked { background: linear-gradient(45deg, #28a745, #28a745); color: white;border-radius: 6px;display: inline-block;font-size: 13px;min-width: 105px;padding: 5px 20px;font-weight: 500;text-align: center;}
.appointment-status-confirm { background: linear-gradient(45deg, #28a745, #6aa728); color: white;border-radius: 6px;display: inline-block;font-size: 13px;min-width: 105px;padding: 5px 20px;font-weight: 500;text-align: center;}
.appointment-status-arrived { background: linear-gradient(45deg, #007bff, #007bff); color: white;border-radius: 6px;display: inline-block;font-size: 13px;min-width: 105px;padding: 5px 20px;font-weight: 500;text-align: center;}
.appointment-status-checked-in { background:linear-gradient(45deg, #ffc107, #ffc107); color: white;border-radius: 6px;display: inline-block;font-size: 13px;min-width: 105px;padding: 5px 20px;font-weight: 500;text-align: center;}
.appointment-status-fulfilled { background: linear-gradient(45deg, #6c757d, #6c757d); color: white;border-radius: 6px;display: inline-block;font-size: 13px;min-width: 105px;padding: 5px 20px;font-weight: 500;text-align: center;}
.appointment-status-cancelled { background: linear-gradient(45deg, #dc3545, #dc3545); color: white;border-radius: 6px;display: inline-block;font-size: 13px;min-width: 105px;padding: 5px 20px;font-weight: 500;text-align: center;}
.appointment-status-noshow { background: linear-gradient(45deg, #6f42c1, #6f42c1); color: white;border-radius: 6px;display: inline-block;font-size: 13px;min-width: 105px;padding: 5px 20px;font-weight: 500;text-align: center;}



/* Modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    border-radius: 20px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.appointment {
    position: absolute;
    left: 2px;
    right: 2px;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2px;
}

.appointment:hover {
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.form-control-full {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.data-header {
    background: linear-gradient(135deg, rgb(1,51,138,1), rgb(0,193,255,1));
    color: white;
    border-radius: 20px;
    padding: 30px;
    /*margin-bottom: 30px;
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);*/
    position: relative;
    overflow: hidden;
}

.data-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(50%, -50%);
}



.data-info {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 30px;
    align-items: center;
    position: relative;
}

.data-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.data-details h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.data-meta {
    font-size: 16px;
    opacity: 0.9;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.data-actions {
    display: flex;
    gap: 12px;
}

.btn-head {
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 14px;
}

.btn-head-light {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 599px) {
    .data-info {
        display: flex;
        flex-wrap: wrap;
    }

}

@media (min-width: 526px) and (max-width: 767px) {

    .nav-item{
        width: 50%;
    }

}
@media (max-width: 521px) {
    .nav-item{
        width: 100%;
    }
}
