.main-header.header-shaddow {
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-bottom: 1px solid #ECEDF2;
}

.dashboard .main-header {
    background: #ffffff;
}

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    transition: all 300ms ease;
}

.main-header .main-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    max-width: 1920px;
    margin: 0 auto;
}

.main-header .nav-outer {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .logo-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .logo {
    position: relative;
    z-index: 9;
    padding: 25px 0;
    margin-right: 100px;
    transition: all 300ms ease;
}

.main-menu {
    position: static;
}

.main-menu .navigation {
    position: static;
    display: flex;
    align-items: center;
}

/* ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
} */

.main-menu .navigation>li {
    position: relative;
    margin-right: 40px;
    padding: 20px 0;
    transition: all 300ms ease;
}

.main-menu .navigation>li>span,
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #202124;
    cursor: pointer;
    transition: all 300ms ease;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header .menu-btn {
    position: relative;
    margin-left: 30px;
}

.main-header .menu-btn .count {
    position: absolute;
    right: -8px;
    top: -4px;
    height: 16px;
    width: 16px;
    background: #35608d;
    border-radius: 50%;
    color: #ffffff;
    line-height: 16px;
    font-size: 12px;
}

.main-header .menu-btn .icon {
    font-size: 24px;
    color: #696969;
}

.dashboard-option {
    position: relative;
    margin-left: 30px;
}

.dashboard-option .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
}

.dashboard-option .thumb {
    background: #edeaea;
    border: 1px solid #a3a2a2;
    padding: 2px;
}

.dashboard-option .thumb {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dashboard-option .name {
    position: relative;
    display: block;
    color: #202124;
    font-size: 15px;
    line-height: 28px;
    margin-left: 20px;
}

.dashboard-option .dropdown-toggle::after {
    margin-left: 12px;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 0;
}

.dashboard-option .dropdown-menu {
    transform: none !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    min-width: 300px;
    margin-top: 8px;
    background: #FFFFFF;
    border: 1px solid #ECEDF2;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-radius: 8px;
    padding: 30px 30px 17px;
}

.dashboard-option .dropdown-menu li.active a,
.dashboard-option .dropdown-menu li:hover a {
    color: #35608d;
    background: rgba(25, 103, 210, 0.1);
}

.dashboard-option .dropdown-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    line-height: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #696969;
    text-align: left;
    text-transform: capitalize;
    border-radius: 8px;
    transition: all 500ms ease;
}

.dashboard-option .dropdown-menu li.active a i,
.dashboard-option .dropdown-menu li:hover a i {
    color: #35608d;
}

.dashboard-option .dropdown-menu li a i {
    position: relative;
    margin-right: 15px;
    font-size: 22px;
    color: #696969;
    text-align: center;
    transition: all 500ms ease;
}

.user-sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    height: calc(100%);
    width: 365px;
    padding-top: 80px;
    background: #ffffff;
    overflow: auto;
    transition: all 300ms ease;
    z-index: 9;
    border: 1px solid #ECEDF2;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.user-sidebar .sidebar-inner {
    position: relative;
    padding: 60px 60px;
}

.user-sidebar .navigation {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0px;
}

.user-sidebar .navigation li {
    position: relative;
    width: 100%;
}

.user-sidebar .navigation>li.active>a,
.user-sidebar .navigation>li:hover>a {
    color: #35608d;
    background: rgba(25, 103, 210, 0.1);
}