#header.header_home.inner-header.header-fixed {
    box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.15);
}

#header.inner-header {
    padding: 20px 0;
    height: 79px;
    box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.15);
}

.open>.dropdown-menu {
    display: block;
}

.header-profile-user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.cus-header-dropdown .dropdown-toggle::after {
    display: none;
}

.dropdown.cus-header-dropdown {
    min-width: 200px;
    margin-top: -10px;
}

.cus-header-dropdown .dropdown-toggle {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #1A3263;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    vertical-align: sub;
}

.cus-header-dropdown .dropdown-menu a {
    padding: 0 8px 1px 20px;
    text-decoration: none;
    display: block;
    color: #1A3263;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    vertical-align: sub;
    line-height: 35px;
    transition: all .4s ease;
}

.cus-header-dropdown .dropdown-menu a:hover {
    background-color: #DCE2EF;
}

.cus-header-dropdown .dropdown-menu {
    box-shadow: 2px -2px 20px rgba(40, 47, 68, 0.15);
    border: 1px solid #DCE2EF;
    border-radius: 3px;
}

.cus-header-dropdown:before {
    height: 0;
    width: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    margin-left: -9px;
    bottom: -5px;
    left: 50%;
    opacity: 1;
    position: absolute;
    z-index: 1002;
    content: " ";
    display: block;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.main-inner-pages {
    padding: 20px 0 60px 0;
    background-image: url('../images/banner_wave.svg');
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 80px;
}

.inner-page-header h2 {
    font-size: 24px;
    font-weight: 400;
    color: #282F44;
}

.background-grey {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

.dash-profile-body {
    /* text-align: center; */
    padding: 15px;
}

.d-pfle-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .cus-header-dropdown:before {
        display: none;
    }
    .inner-header #nav-menu-container {
        display: none;
    }
    .inner-pages #mobile-nav-toggle {
        display: inline;
    }
    .cus-header-dropdown .dropdown-toggle {
        color: #ffffff;
    }
}