.user-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.user-circle i {
    font-size: 1rem;
    color: #96A0AF;
}

.btn {
    font-size: .8rem;
}

table.dataTable tbody td, .table tbody tr td {
    vertical-align: top;
}

.btn-white {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.btn-white:hover {
    background-color: white;
    color: black;
}

.fc-event {
    margin: 0;
    padding: 2px;
}

.datepicker table tr td.today {
    background-color: #ffebda !important;
    color: #000000 !important;
}

.datepicker table tr td.today:hover {
    background-color: var(--light) !important;
    color: var(--primary) !important;
}

.participant-badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 50%;
    margin: 0 2px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fc-event-main:hover .participant-badge, .fc-event-main-frame:hover .participant-badge {
    opacity: 1;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-top: 0.25rem !important;
    margin-bottom: 1rem !important;
}

.fc-view {
    margin-top: 0 !important;
}

.fc-timeGridDay-view .fc-daygrid-body, .fc-timeGridWeek-view .fc-daygrid-body {
    background-color: #fff1be4d;
}

.form-label {
    margin-bottom: 0.25rem;
}

.badge-zone {
    display: inline-block;
    font-size: 14px;
    border-radius: 0.5rem;
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
    background-color:white;
}

.unplanned-events {
    max-height: 50vh;
    overflow-y: auto;
}

@media (max-width: 1200px) {
    .unplanned-events {
        max-height: 200px;
        overflow-y: auto;
    }
}

.loader {
  border: 5px solid #ececec;
  border-top: 5px solid var(--primary);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.compose-content .dropzone {
    min-height: 9rem;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle {
    --dz-sidebar-pos: fixed;
}

.dropzone-custom {
    background: #f2f4fa !important;
    border: 1px dashed #DDDFE1;
    min-height: initial;
    position: relative;
    border-radius: 0.5rem;
}

.dropzone .dlab-message {
    margin: 0;
}

.form-control:disabled, .form-control[readonly], .form-control.default-select.disabled {
    background: var(--light) !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feedbacks-form {
    font-size: 12px;
    color: #f72b50;
}

.read-notification {
    background: #f4f4f4 !important;
}

.dt-topbar {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #888888;
    border-radius: 1rem;
    padding: 0.125rem 0;
    margin-bottom: 0;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    padding-top: 0.5rem !important;
}

div:where(.swal2-container) .swal2-html-container {
    margin-top: 0 !important;
}


/* Responsive */
@media only screen and (max-width: 35.9375rem){
    .nav-control {
        right: 20px;
    }

}
