/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.icon-logo{margin: 0 0 0 4px !important;}
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    transition: all 0.4s;
    min-width: 250px;
    max-width: 250px;
    color: var(--text-black);
    transition: all 0.4s;
    box-shadow: 0px 2px 22px rgba(0, 74, 75, 0.0500453);
    position: relative;
    z-index: 9;
}

#sidebar a svg {
    max-width: 30px;
}

#sidebar a svg path {
    fill: #ffffff;
}

#sidebar a,
#sidebar.active a {
    font-size: 0.85em !important;
}

#sidebar a {
    width: 250px;
    text-align: left !important;
}

#sidebar a svg {
    margin-left: 10px;
}

@keyframes opacity-anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#sidebar.active a strong {
    opacity: 0;
}

#sidebar #collapseTrack li a .badge {
    padding: 5px 11px 5px 8px !important;
    font-size: 13px;
    background: #542a83;
    border-radius: 7px;
    top: 9px !important;
    right: 12px !important;
    animation: blink 4s steps(1, end) infinite;
}

#sidebar a strong {
    animation: opacity-anim 0.3s;
    opacity: 1;
    width: 192px;
}

#sidebar ul {
    overflow: hidden;
}

#sidebar ul li {
    /*height: 40px;*/
    position: relative;
    margin-bottom: 3px;
}

#sidebar.active {
    transition: all 0.4s;
    min-width: 74px;
    max-width: 74px;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs,
#sidebar.active ul li a strong,
#sidebar.active .open-sidebar,
#sidebar.active .bottom-manager,
#sidebar.active .btn-group strong {
    display: none;
}

#sidebar .bottom-links {
    display: none;
}

#sidebar.active .bottom-links {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #D8D8D8;
}

.copyright {
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.28844);
}

#sidebarCollapse1 h3 {
    display: inline-block;
}

#sidebarCollapse1 h3 img {
    height: 44px;
}

#sidebar #collapseTrack li a .badge {
	padding: 5px 11px 5px 8px !important;
	font-size: 13px;
	background: #542a83;
	border-radius: 7px;
	top: 9px !important;
	right: 12px !important;
	animation: blink 4s steps(1, end) infinite;
}

#sidebar .open-sidebar {
    display: inline-block;
    position: relative;
    mix-blend-mode: normal;
    vertical-align: middle;
    float: right;
    top: 10px;
    height: 20px;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
    /*height: 40px;*/
}

#sidebar.active ul li a {
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 10px 10px;
    min-height: 63px;
    position: relative;
}

#sidebar .sidebar-header .btn {
    width: 100%;
    padding: 0;
    text-align: center;
    border: none;
    background: transparent;
    border-radius: 0;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 0px!important;
    /* min-height: 800px; */
}

#sidebar ul li a {
    padding: .8rem 1rem;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: var(--text-white);
    background: #383838;
    text-transform: capitalize;
}

#sidebar ul li a strong {
    font-weight: 300;
    vertical-align: middle;
    position: absolute;
}

#sidebar ul li a:hover {
    background: rgba(216, 216, 216, 0.09);
    mix-blend-mode: normal;
}

#sidebar ul li a:hover svg path {
    fill: #02CED1;
}

#sidebar.active .collapse-display {
    opacity: 1;
    margin: 15px 0px;
    padding: 0;
}

#sidebar .collapse-display {
    opacity: 0;
    margin: 0;
}

#sidebar .navbar-text {
    font-style: normal;
    font-weight: bold;
    line-height: 14px;
    font-size: 10px !important;
    letter-spacing: 1px;
    color: var(--text-white);
    mix-blend-mode: normal;
    opacity: 0.35;
    text-transform: uppercase;
    margin: 12px;
    display: block;
    padding: 0;
    padding: 0;
    width: 60px;
}

#sidebar.active .navbar-text {
    margin: 12px;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a{
    color: var(--sidebar-hover-color);
    border-left: 3px solid var(--theme-border);
    background: rgba(216, 216, 216, 0.09);
}

#sidebar ul li.active>a svg,
a[aria-expanded="true"] svg {
    margin-left: 7px;
}

#sidebar ul li.active>a svg path {
    fill: #02CED1;
}

a[data-toggle="collapse"] {
    position: relative;
}
.bottom-manager {
    opacity: 0;
}

.bottom-manager {
    opacity: 1;
    padding: 0 20px;
    position: relative;
    bottom: 0;
    width: 155px;
    animation: opacity-anim 0.6s;
}

.mymanagerinfo {
    background: #424242;
    border: 1px solid #424242;
    box-sizing: border-box;
    border-radius: 3px;
}

.mymanagerinfo img {
    border-radius: 100%;
    transform: translateY(-50%);
}

.mymanagerinfo h6 {
    font-style: normal;
    font-weight: bold;
    line-height: 19px;
    font-size: 16px;
    text-transform: capitalize;
}

.mymanagerinfo p {
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    font-size: 13px;
    color: #ACACAC;
}

.mymanagerinfo .btn {
    font-weight: normal;
    line-height: 18px;
    font-size: 13px;
    color: var(--text-white);
    vertical-align: middle;
    text-transform: capitalize;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #383838;
}

.mymanagerinfo .card {
    background: #424242;
}

#sidebar li.active .btn-group {
    background: rgba(216, 216, 216, 0.09);
    color: var(--theme-color);
    border-left: 3px solid var(--theme-border);
}

#sidebar li.active .btn-group .hubstaffbtn:hover {
    background: transparent;
    color: var(--theme-color);
}

#sidebar li.active .btn-group svg {
    margin-left: 7px;
}

#sidebar li.active .btn-group svg path {
    fill: var(--theme-color);
}

#sidebar li .btn-group {
    width: 250px;
    text-align: left !important;
}

#sidebar .hubstaffbtn {
    padding: 15px 20px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    color: var(--text-white);
    text-transform: capitalize;
    text-align: left;
    width: 100%;
    background: transparent;
}

#sidebar .hubstaffbtn svg {
    margin-left: 10px;
    color: var(--text-white);
}

#sidebar .hubstaffbtn svg path {
    fill: #ffffff;
}

#sidebar li .btn-group button {
    margin: 0;
    border: none;
    border-radius: 0;
}

#sidebar .hubstaffbtn strong {
    vertical-align: middle;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: var(--text-white);
    text-transform: capitalize;
    position: absolute;
}

#sidebar li.active .hubstaffbtn strong {
    color: var(--theme-color);
}

#sidebar li.active .dropdown-toggle svg {
    color: var(--theme-color);
}

#sidebar .hubstaffdropdown {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    animation: opacity-anim 0.3s;
    opacity: 1;
    /* transform: translate3d(-3px, 50px, 0px) !important; */
}

#sidebar .dropdown-toggle-split {
    width: 60px;
    background: transparent;
}

#sidebar li.active .hubstaffdropdown .dropdown-item {
    background: #383838;
    color: #A4A4A4;
    border-left: 3px solid var(--theme-border);
}

#sidebar li.active .hubstaffdropdown .dropdown-item.active {
    color: var(--theme-color);
}

#sidebar li .hubstaffdropdown .dropdown-item {
    padding: 10px 20px;
    /*height: 40px;*/
    padding-left: 70px;
}
#sidebar .dropdown-item{
    color: var(--text-white);
    padding: 10px 20px;
}
#sidebar.active .dropdown-item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sidebar .dropdown-item:hover{
    color: var(--sidebar-hover-color);
    background: rgba(216, 216, 216, 0.09);
}

#sidebar .btn-group strong {
    animation: opacity-anim 0.5s;
    opacity: 1;
}

#sidebar.active .btn-group strong {
    opacity: 0;
}

#sidebar.active .hubstaffdropdown {
    opacity: 0;
}

#sidebar li .btn-group:hover {
    background: rgba(216, 216, 216, 0.09);
    color: var(--theme-color);
}

#sidebar li .btn-group .hubstaffbtn:hover strong {
    color: var(--theme-color);
}

#sidebar li .btn-group .hubstaffbtn:hover svg path {
    fill: var(--theme-color);
}

#sidebar li .btn-group .dropdown-toggle-split svg {
    color: #747474;
    font-weight: 100;
    font-size: 14px;
    height: auto;
}


#sidebar li .hubstaffdropdown .dropdown-item:hover {
    color: var(--theme-color);
    background: #383838;
}

.dropdown-toggle-split .down-show {
    display: none;
}

.dropdown-toggle-split[aria-expanded="true"] .left-show {
    display: none;
}

.dropdown-toggle-split[aria-expanded="true"] .down-show {
    display: block;
}

#sidebar.active .collapse.show {
    display: block;
}
#sidebar a.ellip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sidebar.active a{
    width: 150px;
    display: block;
    color: #2D2D2D;
}
#sidebar.active a.logo-icon-sb{
    width: 43px;
}
#sidebar a{
    width: 250px;
}
#sidebar.active .caret{
    display: none;
}
#sidebar .caret{
    display: block;
}
#sidebar li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
}
.bg-d8d8d817{
    background-color: #d8d8d817;
    padding: 21px 0px!important;
    width: 30px;
}

#sidebar.active li a{
    color: #474747!important;
}
#sidebar.active ul div.collapse.show{
    display: none;
}
/*   FIXED Layout SIDEBAR   */

#sidebar {
    position: fixed;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

#content.active {
    margin-left: 80px;
}

/* width */

#sidebar::-webkit-scrollbar {
    width: 0;
}


/* Track */

#sidebar::-webkit-scrollbar-track {
    background: #383838;
}


/* Handle */

#sidebar::-webkit-scrollbar-thumb {
    background: #383838;
}


/* Handle on hover */

#sidebar::-webkit-scrollbar-thumb:hover {
    background: #383838;
}


/* new sidebar icons CSS */

#sidebar ul li a img {
    margin-left: 10px;
}

#sidebar ul li.active>a img,
a[aria-expanded="true"] img {
    margin-left: 11px;
}

#sidebar ul li a .active-img {
    display: none;
}

#sidebar ul li.active .not-active-img {
    display: none;
}

#sidebar ul li.active .active-img {
    display: inline-block;
}

#sidebar ul li .hubstaffbtn img {
    margin-left: 10px;
}

#sidebar ul li.active .hubstaffbtn img {
    margin-left: 7px;
}

#sidebar ul li .hubstaffbtn .active-img {
    display: none;
}

#sidebar ul li.active .hubstaffbtn .not-active-img {
    display: none;
}

#sidebar ul li.active .hubstaffbtn .active-img {
    display: inline-block;
}

.sidebar-menu{
    font-size: 24px;
    color: #ababab;
    display: inline-block;
}
body.sidebar-lock .sidebar-menu{
    display: none;
    transform: rotate(180deg);
}
body #sidebar.active .sidebar-header .sidebar-menu{
    display: none;
}
body.sidebar-lock #sidebar.active .sidebar-header .sidebar-menu{
    display: inline-block;
    transform: rotate(180deg);
}
body .sidebar-header .sidebar-menu{
    display: inline-block;
    position: absolute;
    right: 9px;
    top: 20px;
    color: #fff !important;
    font-size: 20px;
}
body .sidebar-header .sidebar-menu:hover {
    cursor: pointer;
}
body .sidebar-header .sidebar-menu:hover svg path{
    fill: #ffffff;
}
body.sidebar-lock .sidebar-header .sidebar-menu:hover svg path{
    fill: #ffffff !important;
}
.sidebar-menu:hover svg path{
    fill: var(--theme-color);   
}
body.sidebar-lock #sidebar{
    min-width: 250px !important;
    max-width: 250px !important;
}
body.sidebar-lock #sidebar.active .caret{
    display: block !important;
}
body.sidebar-lock #sidebar.active a{
    width: 250px !important;    
}
body.sidebar-lock #sidebar.active .sidebar-header a{
    text-align: center !important;
    display: inline;
}
body.sidebar-lock #sidebar.active .sidebar-header strong{
    display: none !important;
}
body.sidebar-lock #sidebar.active .sidebar-header h3 {
    display: inline-block !important;
}
body.sidebar-lock #sidebar.active li a{
    color: #ffffff !important;
}
body.sidebar-lock #sidebar.active ul div.collapse.show{
    display: block !important;
}
body.sidebar-lock #content{
    margin-left: 250px !important;
}
body.sidebar-lock #sidebar.active ul li a strong{
    display: inline-block !important;
    opacity: 1 !important;
}
body.sidebar-lock #sidebar.active .bottom-manager{
    display: inline-block !important;
}

body #sidebar li a .beta-badge{
    background: #542a83;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 0 5px;
    animation: badge-blink 1s linear infinite;
    display: inline-block;
}
@-webkit-keyframes badge-blink { 50% { background-color: #4d4d4d; }}
@keyframes badge-blink { 50% { background-color: #4d4d4d; }}

@media (min-width: 320px) {
    #sidebar{
        display: none;
    }
    #content.active {
        margin-left: 0px;
    }
    #content {
        margin-left: 0px;
    }
}
@media (min-width: 480px) {
    #sidebar{
        display: none;
    }
    #content.active {
        margin-left: 0px;
    }
    #content {
        margin-left: 0px;
    }
}
@media (min-width: 768px) {
    #sidebar{
        display: none;
    }
    #content.active {
        margin-left: 0px;
    }
    #content {
        margin-left: 0px;
    }
}
@media (min-width: 992px) {
    #sidebar{
        display: none;
    }
    #content.active {
        margin-left: 0px;
    }
    #content {
        margin-left: 0px;
    }
}
@media (min-width: 1200px) {
    #sidebar{
        display: block;
    }
    #content.active {
        margin-left: 74px;
    }
    #content {
        margin-left: 74px;
    }
}

.caret {
    transition: 0.3s;
    transform: rotate(90deg);
}
/* li[aria-expanded='true'] > div img.caret {
    transform: rotate(0deg);
    transition: 0.3s;
} */

#sidebar ul.components {
    padding-top: 1rem !important;
}
#sidebar ul div#collapseAdmin li a {
    height: 30px;
}
#sidebar {
    z-index: 101;
}

#sidebar ul li a:hover{
    text-decoration: none;
}




/*sidebar for profile page*/
#sidebar{
  background: var(--sidebar-bg);
}
#sidebar .sidebar-header{
  background: var(--sidebar-header-bg);
}

#sidebar ul li a:hover{
  color: var(--sidebar-hover-color);
}