.appHeader .pageTitle .logo {
    max-height: 40px !important;
}

.error {
    width: 100%;
}

label.error {
    padding-left: 5px;
    color: orangered;
    font-size: 0.7em;
}

input.error {
    border-color: orangered !important;
}

#fabButton.active ion-icon {
    transform: rotate(45deg);
}

.item-menu-btn {
    padding-left: 0px;
    padding-right: 0px;
}

/* BOTTOM MENU */
.fab-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    z-index: 998;
}

.fab-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* FAB MENU CONTAINER */
.fab-menu {
    position: fixed;
    bottom: 95px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    pointer-events: none;
    z-index: 999;
}

/* FAB ITEM */
.fab-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 14px 22px;
    border-radius: 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    font-size: 15px;
    font-weight: 500;
    transform: translateY(20px);
    opacity: 0;
    transition: all .25s;
}

.fab-item ion-icon {
    font-size: 22px;
}

.fab-menu.active {
    pointer-events: auto;
}

.fab-menu.active .fab-item {
    transform: translateY(0);
    opacity: 1;
}

/* CENTER FAB BUTTON */
.action-button.large {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #2b6cff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* *BOTTOM MENU*/

.color-picker {
    padding-top: 12px !important;
    padding-bottom: 6px !important;
    height: auto !important;
}

.color-box {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px 3px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 50%;
}

.color-box.selected {
    border: 2px solid #000;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.date-range-style {
    font-size: 0.9rem;
}

.admin-illustration {
    width: 100%;
    position: absolute;
    left: 0;
    top: -30px;
    z-index: -1;
    opacity: 0.8;
}

.login-form {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

.label-selectwo {
    position: relative;
    height: auto!important;
    padding-bottom: 10px!important;
}
.label-selectwo ion-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #888;
}

.boxed .input-group-text {
    height: unset !important;
    border-top: 1px solid #DCDCE9 !important;
    border-right: 1px solid #DCDCE9 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.boxed .input-group input {
    border-right: none !important;
}

.flatpickr-confirm {
    background: #2196F3!important;
    color: #fff!important;
}
.flatpickr-confirm svg{
    margin-left: 10px;
}
.flatpickr-confirm svg path{
    fill: #fff!important;
}