:host {
    padding: 0px;
}

.titleText {
    width: 100%;
    margin: 0 !important;
    position: relative !important;
    left: -25px !important;
}

.titleText span {
    display: block !important;
    text-align: center !important;
    font-size: 8px !important;
    position: relative !important;
    left: 12px !important;
}

.isDisabled {
    cursor: not-allowed;
    position: relative;
    left: 20px;
    height: 60px;
}

.isDisabled>a {
    color: currentColor;
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
}

.disabled {
    cursor: not-allowed;
}

.disabled>a {
    color: currentColor;
    opacity: 0.5;
    pointer-events: none;
    text-decoration: none;
}

.isNotDisabled {
    height: 60px;
    cursor: pointer !important;
}

.isNotDisabled>a {
    color: #FFFFFF !important;
}

.isNotDisabled>a:focus {
    color: #e20074 !important;
}

@media only screen and (min-width: 768px) {
    .sidebar-wrapper-half {
        max-height: 100%;
        width: 80px;
    }

    .a-tag {
        position: absolute;
        left: 25px;
    }
}

@media (max-width: 768px) {
    .mobile-nav>li>a {
        color: #222;
    }

    .isNotDisabled {
        position: relative;
        left: 0;
    }

    .isDisabled {
        position: relative;
        left: 0;
    }

    .a-tag {
        position: absolute;
        left: 0;
    }

    .p-tag-small {
        position: absolute;
        left: -8px;
        top: 20px;
    }
}

.sales-items {
    padding-right: 25%;
}

.side-bar-logout {
    margin-right: 0px !important;
    float: none !important;
}

.notification-list {
    white-space: nowrap;
}

.notification-arrow {
    line-height: 20px !important;
    font-size: 10px !important;
}

.badge {
    background-color: #e20074;
    display: inline;
}