
/* 0 - 600: Phone 600 - 900: Tablet portrait 900 - 1200: Tablet landscape 1200 - 1800: Normal styles 1800+ : Big Desktop 1em = 16px The smaller device rules always should write below the bigger device rules Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component */
.header {
    height: 6rem;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    background: #fff;
    box-shadow: 0 0 1.5rem rgba(120, 130, 140, 0.13);
    margin-left: 32rem;
}
.icons > a {
    position: relative;
    display: inline-block;
}
.icons > a i {
    font-size: 2rem;
    color: #abafb3;
}
.drop-down.active {
    display: block;
}
.drop-down {
    display: none;
    z-index: 9999;
    width: 400px;
    position: absolute;
    right: 0;
    top: 100px;
    transform: translateY(5rem);
    transition: all 0.4s ease-in-out;
    border-top: 0;
    border: 1px transparent;
    color: #000;
    border: 1px solid transparent;
    box-shadow: 0 0 1px rgba(120, 130, 140, 0.13);
    max-width: 95%;
    cursor: pointer;
}

.drop-down br{
    display: none;
}
.dropdown-content-heading {
    padding: 15px;
    line-height: 1.25;
    background: #7f63f4;
}
.dropdown-content-heading span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.dropdown-content-heading i {
    color: #7f63f4;
}
.dropdown-content-body ul > li {
    float: none;
    padding: 6px 10px;
    line-height: 1.25;
    position: relative;
    margin-bottom: 5px;
    border-radius: 3px;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
.dropdown-content-body ul > li a {
    color: #505050;
}
.dropdown-content-body ul > .old{
    background: #bebebe;
}
.old .notification-timestamp{
    color:#505050
}
.notification-timestamp{
    color:#007bff
}
.dropdown-content-body ul > li a.active, .dropdown-content-body ul > li a:focus, .dropdown-content-body ul > li a:hover {
    color: #505050;
}
.dropdown-content-body ul > li:last-child {
    padding: 15px;
    line-height: 1.25;
    margin-bottom: 0;
}
.dropdown-content-body ul > li:hover, .dropdown-content-body ul > li:active, .dropdown-content-body ul > li:focus {
    transform: scale(1.03);
    background: #f4f2fe;
}
.notification-heading {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    color: #6a707e;
}
.notification-unread {
    background: #fff;
}
.notification-unread .notification-heading {
    color: #464a53;
}
.avatar-img {
    border-radius: 100px;
    width: 40px;
    position: absolute;
    top: 22px;
}
.avatar-icon {
    border-radius: 100px;
    width: 40px;
    position: absolute;
    top: 25px;
    height: 40px;
    padding: 10px 13px;
    font-size: 25px;
}
.notification-content {
    margin-left: 55px;
    margin-right: 25px;
}
.user-avatar {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
}
.notification-text {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 3px;
    /* line-height: 12.5px; */
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.notification-timestamp {
    font-size: 13px;
    display: block;
    margin-top: 9px;
    font-weight: 500;
}
.notification-percentage {
    font-size: 12px;
    position: relative;
    top: 12px;
}
.more-link {
    display: inline-block;
    color: #464a53 !important;
}
.dropdown-notfication .notification-heading {
    display: inline-block;
}
.dropdown-profile {
    width: 160px;
}
.dropdown-profile .trial-day {
    color: #7f63f4;
}
.dropdown-profile li {
    padding: 10px 15px !important;
    margin-bottom: 0 !important;
}
.dropdown-profile li a {
    display: block;
    color: #abafb3;
}
.dropdown-profile li a.active, .dropdown-profile li a:focus, .dropdown-profile li a:hover {
    color: #abafb3;
}
.dropdown-profile li a i {
    margin-right: 0.5rem;
    font-size: 1.6rem;
    position: relative;
    top: 0.2rem;
}
.dropdown-profile li a span {
    font-family: 'Poppins', sans-serif;
}
.dropdown-profile li:last-child {
    padding: 0.7rem 1.5rem;
    border-top: 0.1rem solid rgba(120, 130, 140, 0.13);
}
.dropdown-task .progress {
    box-shadow: none;
    height: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}
.dropdown-task .progress-bar {
    box-shadow: none;
}
.notify-close {
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    cursor: pointer;
    font-size: 1.4rem;
    opacity: 0.3;
}
.pull-right {
    float: right;
}
.log-user {
    position: relative;
    top: -0.5rem;
}
.log-user img {
    border-radius: 5rem;
    height: 3rem;
    width: 3rem;
    margin-left: 0.5rem;
}
.log-user span {
    padding: 0 0.5rem 0 1rem;
    font-size: 1.4rem;
}
/* pulse in SVG */
svg.pulse-svg {
    overflow: visible;
}
svg.pulse-svg .first-circle, svg.pulse-svg .second-circle, svg.pulse-svg .third-circle {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
    fill: #7f63f4;
}
svg.pulse-svg .second-circle {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
svg.pulse-svg .third-circle {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
/* pulse in CSS */
.pulse-css {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    border-radius: 2.5rem;
    height: 0.5rem;
    position: absolute;
    background: #7f63f4;
    right: -2px;
    top: -2px;
    width: 0.5rem;
}
.pulse-css:after, .pulse-css:before {
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -0.2rem;
    background-color: #7f63f4;
    margin: auto;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
}
[direction="rtl"] {
    left: auto;
    right: -0.2rem;
}
@-webkit-keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0;
   }
    50% {
        opacity: 0.1;
   }
    70% {
        opacity: 0.09;
   }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
   }
}
@keyframes pulse-me {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0;
   }
    50% {
        opacity: 0.1;
   }
    70% {
        opacity: 0.09;
   }
    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
   }
}
[data-sidebar-style="full"] .header, [data-sidebar-style="overlay"] .header {
    width: calc(100% - 32rem);
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    [data-sidebar-style="full"] .header, [data-sidebar-style="overlay"] .header {
        width: calc(100% - 23rem);
        margin-left: 23rem;
   }
}
@media only screen and (max-width: 767px) {
    [data-sidebar-style="full"] .header, [data-sidebar-style="overlay"] .header {
        width: calc(100% - 6rem);
        margin-left: 6rem;
   }
}
[data-sidebar-style="mini"] .header {
    width: calc(100% - 6rem);
    margin-left: 6rem;
}
[data-sidebar-style="compact"] .header {
    width: calc(100% - 15rem);
    margin-left: 15rem;
}
[data-header-position="fixed"] .header {
    position: fixed;
    top: 0;
}
[data-header-position="fixed"] .content-body {
    padding-top: 6rem;
}
[data-header-position="fixed"] .nk-sidebar {
    margin-top: 0;
}
