:root {
    --bs-app-sidebar-width: 160px !important;
    --bs-app-sidebar-width-actual: 160px !important;
    --dark-blue:#004796;
    --light-blue:#3372B8;
    --orange-secondary-color:#FF681A;
    --main-title-color:#0DB1FF;
    --menu-color:#072546;
    --gray-light:#9597AD
}
.text-blue-dark {
    color: var(--dark-blue);
}
.text-blue-light {
    color: var(--light-blue);
}
.text-main-title {
    color: var(--main-title-color) !important;
}
.bg-blue-dark {
    background-color: var(--dark-blue);
}
.bg-blue-light {
    background-color: var(--light-blue);
}
.bg-main-title {
    background-color: var(--main-title-color);
}
.text-menu-color {
    color: var(--menu-color);
}
.bg-menu-color {
    background-color: var(--menu-color);
}
.text-gray-light {
    color: var(--gray-light);
}
.text-orange {
    color: var(--orange-secondary-color);
}
.global-box {
    background-color: #fff !important;
    border-radius: 5px !important;
    padding: 15px;
}
.bg-blue-dark:hover {
    background-color: var(--dark-blue) !important;
}
.bg-blue-light:hover {
    background-color: var(--light-blue) !important;
}
.bg-main-title:hover {
    background-color: var(--main-title-color) !important;
}
.text-black {
    color: #000 !important;
}
.bg-light {
    background-color: #EEE !important;
}
.menu-color {
    background-color: #f3f6f9 !important;
}

.active-activity-item> div {
    background-color: #0DB1FF !important;
}
.active-activity-item span {
    color: #fff !important;
}
.active-activity-item {
    background-color: #fff !important;
}
.unread-notification {
    position: relative;
    background-color: #eee;
}
.unread-notification:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 20px;
    position: absolute;
    right: -12px;
    background-color: var(--orange-secondary-color);
}
.bg-orange {
    background-color: var(--orange-secondary-color);
}
.boreder-main-title {
    border: 1px solid var(--main-title-color) !important;
}
