:root {
    --primary-color: #ff6131;
    --secondary-color: #b00dc9;
    --info-color: #ffa433;
    --success-color: #07b38a;
    --warning-color: #ff173f;
    --bg-color: #012035;
    --hover-color: #b00dc9;
    --light-bg: #f4f4f4;
    --border-color: #E9EDF4
}

.mini-sidebar .sidebar {
    overflow: hidden;
}

.sidebar.custom-sidebar .sidebar-menu>ul>li ul li a {
    min-height: 40px;
}

.sidebar.custom-sidebar .sidebar-menu ul li a img {
    width: 24px;
}

.custom-dashboard .header .header-left {
    background-color: var(--bg-color);
}

.custom-dashboard .sidebar {
    background-color: var(--bg-color);
}

.custom-dashboard .sidebar .sidebar-menu>ul li>a.active {
    background-color: #03304f;
    border-radius: 4px;
}

.custom-dashboard .sidebar.custom-sidebar .sidebar-menu>ul>li ul li a {
    color: #ffffff;
}

.custom-dashboard .sidebar .sidebar-menu>ul>li ul li a span:not(.menu-arrow) {
    color: #ffffff;
    position: absolute;
    left: 30px;
}

.sidebar.custom-sidebar .sidebar-menu>ul li .submenu>ul li a:before {
    left: 40px;
}

.sidebar.custom-sidebar .sidebar-menu>ul li .submenu>ul li a,
.mini-sidebar .sidebar.custom-sidebar .sidebar-menu>ul>li ul li.submenu ul li a {
    padding-left: 50px;
}

.custom-dashboard .sidebar .sidebar-menu .subdrop.active span {
    color: #ffffff;
}

.custom-dashboard .header .header-user .user-menu {
    justify-content: flex-end;
}

.custom-dashboard .sidebar .sidebar-menu>ul li .submenu>a.subdrop,
.sidebar .sidebar-menu>ul>li .submenu ul {
    background: #122f4d;
}

.custom-dashboard .sidebar .sidebar-menu>ul>li .submenu ul {
    margin-top: 1px;
}

.custom-dashboard .sidebar .sidebar-menu>ul li .submenu>a.active span {
    color: #ffffff;
}

.toggle-theme {
    display: none;
}

.custom-dashboard .profile-name p {
    margin-bottom: 0px;
    margin-right: 5px;
    font-weight: 600;
}

.profile-name p.text-primary {
    color: var(--bg-color) !important;
}

.notification-item-show .notification-dropdown .btn-warning {
    background-color: var(--warning-color);
    border: 1px solid var(--warning-color);
}

.notification-item-show .notification-dropdown .btn-warning:hover {
    background-color: var(--hover-color);
    border: 1px solid var(--hover-color);
}

.notification-item-show .notification-dropdown .main-btn.btn.btn-primary {
    background-color: var(--bg-color);
    border-color: var(--bg-color);
}

.notification-item-show .notification-dropdown .main-btn.btn.btn-primary:hover {
    background-color: var(--hover-color);
    border: 1px solid var(--hover-color);
}

.notification-markbtn.text-primary {
    color: var(--bg-color) !important;
}

.notification-markbtn.text-primary:hover {
    color: var(--primary-color) !important;
}

.notification-item-show .noti-content a:hover {
    color: var(--primary-color);
}

/* .sidebar-menu {
  height: 80vh !important;
  overflow-y: scroll !important;
} */

.tooltip-inner {
    background-color: var(--bg-color) !important;
    color: #fff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #28a745 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #28a745 !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #28a745 !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #28a745 !important;
}

.profile-name a:hover {
    color: var(--primary-color);
}

.profile-name .dropdown-menu {
    z-index: 999999;
}


.login {
    background: url(../suman-assets/img/bg.jpg) no-repeat center;
    background-size: cover;
}

.login .card {
    background-color: rgba(255, 255, 255, 0.2);
    border-width: 1px;
    border-style: solid;
    border-color: #CA15D5;
    /* border-image: linear-gradient(to right, #9C0469, #DE14E2) 1; */
    box-shadow: 0px 3px 0px #CA15D5;
    border-radius: 20px;
}
.login .card h2 {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
}
.login .card p {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
.login .card label {
    color: #ffffff;
}
.login .card input {
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.login .card input:focus {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #CA15D5;
    color: #012035;
}
.login .card h6 {
    color: #ffffff91;
}
.login .card a{
     color: #ffffff;
}
.FormSubmissionButtonContainer button.login {
    border: 1px solid #DE14E2 !important;
    border-radius: 30px;
    background-image: linear-gradient(to right, #9C0469, #DE14E2) !important;
    padding: 10px 30px;
    margin-top: 30px;
}
.FormSubmissionButtonContainer button.login:hover {
    background-image: linear-gradient(to left, #9C0469, #DE14E2) !important;
}
.FormSubmissionButtonContainer button.cancel {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 30px;
}