.sidebar {
    background: var(--colorGray100);
    height: calc(100vh - 60px);
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 60px;
    width: 18%;
}

.sidebar__inner {
    padding: 0 6.6%;
}

.sidebarHead {
    padding: calc(8px * 4) 0 0;
}

.sidebarHead__title a {
    color: #2D2D2D;
    font-size: 16px;    /* 18px; */
}

.sidebarHead__search {
    /* padding-top: calc(8px * 3); */
    position: relative;
    /* width: 100%; */
}

.inputSearch {
    border: 1px solid #CDCDCD;
    border-radius: 8px;
    height: 29px;   /* 40px; */
    margin: 0;
    padding: 0 0 0 8px;
    width: 100%;
}

.inputSearch__button {
    background: #2D2D2D;
    border: none;
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-size: 13px;
    height: 29px;   /* 40px; */
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 20%;
}


.sidebarHead__button {
    padding-top: calc(8px * 3);
}

.buttonCreate {
    align-items: center;
    background: #41C6EF;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    color: #fff;
    column-gap: calc(8px * 2);
    display: flex;
    justify-content: center;
    padding: calc(4px * 1.5) 0;
    width: 100%;
}

.buttonCreate img {
    height: 13px;
    width: auto;
}

.sidebarMenu {
    padding-top: calc(8px * 3);
}

.sidebarMenu__list {
    padding: 0 7.5%;
}

.sidebarMenu__list--item {
    font-size: 12px;    /* 16px; */
    position: relative;
}

.sidebarMenu__list--item::after {
    color: #2D2D2D;
    content: "";
    font-size: 12px;    /* 16px; */
    position: absolute;
    right: 0;
}

.sidebarMenu__list--item:nth-child(n+2) {
    margin-top: calc(8px * 3);
}

.sidebarMenu__list--item a {
    color: #2D2D2D;
}

.sidebarMenu__catList {
    padding: 0 7.5%;
    padding-top: calc(8px * 4);
}

.sidebarMenu__catList--title {
    color: #2D2D2D;
    cursor: pointer;
    font-size: 12px;    /* 16px; */
    padding-left: calc(8px * 4);
    position: relative;
}

.sidebarMenu__catList--title::after {
    border: 0;
    border-bottom: solid 1px #2D2D2D;
    border-right: solid 1px #2D2D2D;
    bottom: 0;
    content: '';
    height: 6px;
    margin-top: -6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(45deg);
    transition: .4s;
    width: 6px;
}

.sidebarMenu__catList--title.is-active::after {
    transform: rotate(-135deg);
}

.sidebarMenu__catList--title.for-setting::before {
    background-image: url("../../assets/image/icon_setting.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.sidebarMenu__catList--title.for-management::before {
    background-image: url("../../assets/image/icon_management.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.sidebarMenu__catListContent {
    display: none;
}

.sidebarMenu__catListContent.is-open {
    display: block;
    transition: .4s;
}

.sidebarMenu__catListContent--text {
    font-size: 12px;    /* 16px; */
    padding-left: calc(8px * 4);
    padding-top: calc(8px * 2);
}

.sidebarMenu__catListContent--text a {
    color: #2D2D2D;
}

.sidebarMenu__overview {
    border-top: 1px solid #1C1B1F;
    margin-top: calc(8px * 4);
    padding: calc(8px * 4) 7.5%;
}

.sidebarMenu__overview--title {
    color: #2D2D2D;
    cursor: pointer;
    font-size: 12px;    /* 16px; */
    padding-left: calc(8px * 4);
    position: relative;
}

.sidebarMenu__overview--title.for-user::before {
    background-image: url("../../assets/image/icon_user.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

.sidebarMenu__overviewList {
    /* padding: calc(8px * 3) 0 0 ; */
    padding: calc(8px * 0) 0 0 ;
}

.sidebarMenu__overviewList li {
    font-size: 12px;    /* 14px; */
    padding: 0 0 0 calc(8px * 3);
    position: relative;
}

.sidebarMenu__overviewList li:nth-child(n+2) {
    margin-top: calc(8px * 0);
    /* margin-top: calc(8px * 1); */
}

.for-company::before {
    background-image: url("../../assets/image/icon_company.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 14px;
}

.for-call::before {
    background-image: url("../../assets/image/icon_call.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 14px;
}

.for-person::before {
    background-image: url("../../assets/image/icon_person.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 14px;
}

.for-mail::before {
    background-image: url("../../assets/image/icon_mail.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 10px;
    left: 0;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
}
