: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: var(--bs-white);
    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 ;
}

.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;
}
small{
    color: #959CB6;
    font-weight: 400;
    font-size: 14px;

}
.activeLink,.defaultLink{
    color: #004796;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.defaultLink{
    color: #959CB6;
}
.uploadIcon{
    border: 1px solid #EBF0F7;
    background-color: #fff;
    border-radius: 5px;
    padding: 7px;
}
.formAbout{
    border: 1px solid #FAFAFA;
    background-color: #fff;
    padding: 10px;
    border-radius: 1px;
}
/* .image-input {

    text-align: center;
    text-align: -webkit-center;
} */
.form-select.form-select-solid{
    /* height: 80px !important; */
}
.orangeActive{
    background-color: #FF681A;
}
.guest,.guest2,.close{
    width: 25px;
    height: 39.71px;
    background-color: #E2000D;
    text-align: center;
    border-radius: 6px !important;
    position: absolute;
    top: 38px;
    /* left: 236px; */
}
.guest2{
    top: 105px;
}
.close{
    top: 0;
    right: 25px !important;
}
.smallTxt{
    color: #B5B5C3;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
}
.active{

    border-radius: 6px;
    width: auto;
    height: auto;
    text-align: center;
    padding: 7px;
}
