@font-face {
    font-family: 'SF-UI';
       src: url('../font/sf-ui-regular.otf');
}

@font-face {
    font-family: 'SF-UI';
        src: url('../font/sf-ui-ultralight.otf');
    font-weight: 100;
}

@font-face {
    font-family: 'SF-UI';
        src: url('../font/sf-ui-thin.otf');
    font-weight: 200;
}

@font-face {
    font-family: 'SF-UI';
        src: url('../font/sf-ui-light.otf');
    font-weight: 300;
}

@font-face {
    font-family: 'SF-UI';
       src: url('../font/sf-ui-regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'SF-UI';
        src: url('../font/sf-ui-medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'SF-UI';
        src: url('../font/sf-ui-semibold.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'SF-UI';
        src: url('../font/sf-ui-bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'SF-UI';
        src: url('../font/sf-ui-heavy.otf');
    font-weight: 800;
}

@font-face {
    font-family: 'SF-UI';
        src: url('../font/sf-ui-black.otf');
    font-weight: 900;
}

.font-app-ui {
    font-family: 'SF-UI';
}

.user-card-background {
    background: #409CFF;
    background: -moz-linear-gradient(90deg, #0066DD 0%, #409CFF 100%);
    background: -webkit-linear-gradient(90deg, #0066DD 0%, #409CFF 100%);
    background: linear-gradient(90deg, #0066DD 0%, #409CFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066DD",endColorstr="#409CFF",GradientType=1);
}

.calendar-card-background {
    background: #FF6D4B;
    background: -moz-linear-gradient(90deg, #FF366A 0%, #FF6D4B 100%);
    background: -webkit-linear-gradient(90deg, #FF366A 0%, #FF6D4B 100%);
    background: linear-gradient(90deg, #FF366A 0%, #FF6D4B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF366A",endColorstr="#FF6D4B",GradientType=1);
}

.finance-card-background {
    background: #30DB5B;
    background: -moz-linear-gradient(90deg, #1B9038 0%, #30DB5B 100%);
    background: -webkit-linear-gradient(90deg, #1B9038 0%, #30DB5B 100%);
    background: linear-gradient(90deg, #1B9038 0%, #30DB5B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1B9038",endColorstr="#30DB5B",GradientType=1);
}

.treatment-card-background {
    background: #6875f5;
    background: -moz-linear-gradient(90deg, #5850ec 0%, #6875f5 100%);
    background: -webkit-linear-gradient(90deg, #5850ec 0%, #6875f5 100%);
    background: linear-gradient(90deg, #5850ec 0%, #6875f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5850ec",endColorstr="#6875f5",GradientType=1);
}

.searchInput {
    border-radius: 5px;
    height: 33px;
    width: 100%;
    padding: 0px 35px;
}

.personal {
    background: #5AC8FA;
    background: -moz-linear-gradient(90deg, #0094D8 0%, #5AC8FA 100%);
    background: -webkit-linear-gradient(90deg, #0094D8 0%, #5AC8FA 100%);
    background: linear-gradient(90deg, #0094D8 0%, #5AC8FA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0094D8",endColorstr="#5AC8FA",GradientType=1);
}

.particularities {
    background: #FF6B3D;
    background: -moz-linear-gradient(90deg, #FF0000 0%, #FF6B3D 100%);
    background: -webkit-linear-gradient(90deg, #FF0000 0%, #FF6B3D 100%);
    background: linear-gradient(90deg, #FF0000 0%, #FF6B3D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0000",endColorstr="#FF6B3D",GradientType=1);
}

.notes {
    background: #FFD361;
    background: -moz-linear-gradient(90deg, #FF9500 0%, #FFD361 100%);
    background: -webkit-linear-gradient(90deg, #FF9500 0%, #FFD361 100%);
    background: linear-gradient(90deg, #FF9500 0%, #FFD361 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF9500",endColorstr="#FFD361",GradientType=1);
}

.appointments {
    background: #41F36D;
    background: -moz-linear-gradient(90deg, #2ABF50 0%, #41F36D 100%);
    background: -webkit-linear-gradient(90deg, #2ABF50 0%, #41F36D 100%);
    background: linear-gradient(90deg, #2ABF50 0%, #41F36D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ABF50",endColorstr="#41F36D",GradientType=1);
}

.treatmentplan {
    background: #B961FF;
    background: -moz-linear-gradient(90deg, #8000FF 0%, #B961FF 100%);
    background: -webkit-linear-gradient(90deg, #8000FF 0%, #B961FF 100%);
    background: linear-gradient(90deg, #8000FF 0%, #B961FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8000FF",endColorstr="#B961FF",GradientType=1);
}

.files {
    background: #ff06db;
    background: -moz-linear-gradient(90deg, #ff06db 0%, #ff8def 100%);
    background: -webkit-linear-gradient(90deg, #ff06db 0%, #ff8def 100%);
    background: linear-gradient(90deg, #ff06db 0%, #ff8def 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff06db",endColorstr="#ff8def",GradientType=1);
}

input.cebajo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.border-1 {
    border-width: 1px;
}

#details {
    display: none;
    position: absolute;
    z-index: 1;
}

.tile-header.personal,
.tile-header.particularities,
.tile-header.notes,
.tile-header.appointments,
.tile-header.treatmentplan {
    cursor: pointer;
}

.fa-w-14 {
    width: unset!important;
}

.client-tile.private .client-tile-body {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.client-tile.private .client-tile-body:hover {
    filter: unset;
    -webkit-filter: unset;
}

.fc-daygrid-event-dot.red {
    border-color: #FF0000;
}

.fc-daygrid-event-dot.green {
    border-color: #2ABF50;
}

.blur {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

@media(max-width: 550px) {
    .fc-toolbar.fc-header-toolbar {
        display: flex;
        flex-direction: column;
    }
    .fc-toolbar.fc-header-toolbar .fc-left {
        order: 3;
    }
    .fc-toolbar.fc-header-toolbar .fc-center {
        order: 1;
    }
    .fc-toolbar.fc-header-toolbar .fc-right {
        order: 2;
    }
}