body {
    padding-top: 3em;
}
a {
    text-decoration: none;
    cursor: pointer;
}
tbody tr {
    cursor: pointer;
}
.btn-365 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5d216c;
    --bs-btn-border-color: #5d216c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #491a55;
    --bs-btn-hover-border-color: #5d216c;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5d216c;
    --bs-btn-active-border-color: #5d216c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5d216c;
    --bs-btn-disabled-border-color: #5d216c;
}
::-webkit-scrollbar{
    height: 4px;
    width: 4px;
    background: #ffffff00;
    display: float;
}
::-webkit-scrollbar-track {
    background: #ffffff00;
    display: float;
}
.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.user {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#user-options {
    position: absolute;
    top: 3.5em; 
    right: 1em; 
    background-color: #f9f9f9; 
    width: 140px; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-align: center;
}
.sidebar {
    background-color: #282828;
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
}
.home-sidebar {
    background-color: #f0f1ec;
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
}
.sidebar a, .home-sidebar a {
    color: white;
}
.home-sidebar a {
    color: #808080;
}
.content {
    padding: 2em;
}
.content a {
    text-decoration: none;
}
.loader, .chatLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: .3s ease-in 1s;
    background-color: white;
    visibility: hidden;
}
@media (max-width: 480px) {
    .loader, .chatLoader {
        scale: 95%;
    }
}
.user {
    height: 50px;
}
.logout {
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.logout-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 12em;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    top: 3em;
    right: 0;
}
.logout-content a {
    text-decoration: none;
    font-size: 14px;
    color: rgb(36, 36, 36);
    font-family: 'Trebuchet MS';
    text-align: center;
}
.logout:hover .logout-content {
    display: block;
}
#showNewsPanel {
    position: fixed;
    right: 0;
    top: 11em;
    width: 2em;
    height: 6em;
    background-color: #5d216c;
    cursor: pointer;
}
#showChatsPanel {
    position: fixed;
    right: 0;
    top: 18em;
    width: 2em;
    height: 5em; 
    background-color: #00863d;
    cursor: pointer;
}
#notification-card {
    position: absolute; 
    top: 4.4em; 
    right: .5em; 
    background-color: #f0f1ec; 
    width: 23em; 
    border-radius: 12px; 
    z-index: 1;
}
#messageInputMobile {
    height: 38px; 
    padding-right: 40px; 
    overflow: hidden;
}
.info {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f1ec;
    background-color: white;
    padding: 20px;
    height: 500px;
    border-radius: 10px;
}
.data {
    height: 395px;
}
.infoTable td{
    font-size: 17px;
}
.plus {
    font-family: 'Trebuchet MS';
}
.notification-card {
    cursor: pointer; 
    width: 20em; 
    border-radius: 12px; 
    background-color: #ffffff;
    transition: background-color .5s ease;
    margin-bottom: 1em;
}
.notification-card:hover {
    background-color: #dddddd;
}
.job-card, .task-card {
    position: relative;
    background-color: #f2f2f2;
    /*width: 26em;*/
    border-radius: 12px;
}
.notification-bell svg:hover {
    cursor: pointer;
    fill: #5d216c;
    transition: fill .5s ease;
}
.right-sidebar {
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0em;
}
.page-title {
    font-size: 1.7rem; 
    font-weight: 500;
}
.accordion-category {
    --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-btn-padding-x:0rem;
    --bs-accordion-btn-padding-y:0.5rem;
    --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'  fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width:1.25rem;
    --bs-accordion-btn-icon-transform:rotate(2deg);
    --bs-accordion-btn-icon-transition:transform 0.5s ease-in-out;
    --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-body-padding-x:1rem;
    --bs-accordion-body-padding-y:1rem;
}
.edit-navbar, .edit-image, .edit-button, .user-avatar-pencil {
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}
.navbar-preview:hover .edit-navbar{
    visibility: visible;
    opacity: 1;
    transition: opacity .5s ease;
}
.banner-preview:hover .edit-image{
    visibility: visible;
    opacity: 1;
    transition: opacity .5s ease;
}
.btn-preview:hover .edit-button {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s ease;
}
.pass-input {
    padding-right: 40px;
}
.user-avatar:hover .user-avatar-pencil {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s ease;
}