.navbar .navbar-brand-wrapper {
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    background: #f8f8fa;
    width: 258px;
    height: 64px;
}


.sidebar {
    min-height: calc(100vh - 64px);
    background: #f8f8f8;
    font-family: "nunito-medium", sans-serif;
    padding: 0;
    width: 258px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
}

.sidebar .nav .nav-item:hover {
    background: #09BAB1;
    /* color: black; */
}

.sidebar .nav .nav-item.active > .nav-link .menu-title {
    color: #4a4a4d;
    font-family: "nunito-medium", sans-serif;
}
.sidebar .nav .nav-item .nav-link .icon-bg .menu-icon:after, .sidebar .nav .nav-item .nav-link .icon-bg .menu-icon:before {
    font-size: 1rem;
    color: #5e6464;
}

.sidebar .nav .nav-item .nav-link .icon-bg .menu-icon:after, .sidebar .nav .nav-item .nav-link .icon-bg .menu-icon:before {
    font-size: 1rem;
    color: #111010;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
    content: "\f141";
    font-size: inherit;
    color: rgb(6 6 6 / 36%);
}

.auth .brand-logo img {
    width: 174px;
    /* text-align: center; */
    margin: 0px 103px;
}

.bg-primarydd{
    background: #09BAB1;
}

.text-lightss{
    color: #080808;
        font-weight: 600;
    font-size: 14px;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 189%;
    pointer-events: auto;
    background-color: #f0f1f6;
    background-clip: padding-box;
    border: 1px solid rgba(151, 151, 151, 0.3);
    border-radius: 0.3rem;
    outline: 0;
    margin: 0px -144px;
}