.pc-header .header-wrapper {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
[data-pc-theme="dark"] .pc-header .header-wrapper {
    background-color: #1b232d;
}
.pc-sidebar {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border: 0 !important;
}
[data-pc-theme="dark"] .pc-sidebar {
    background-color: #1b232d;
}
.pc-footer {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border: 0 !important;
}
[data-pc-theme="dark"] .pc-footer {
    background-color: #1b232d;
}

.form-floating > .form-control:focus ~ label::after {
    display: none;
}

.notifier-img {
    float: right;
    margin-right: 0;
    margin-left: 8px;
}

@font-face {
    font-family: 'cairo';
    src: url('../fonts/cairo/Cairo-Regular.ttf');
}

body {
    font-family: 'cairo';
}