.dropdown-item {
    color: #737373;
  }
  .dropdown-item i {
    margin: 0 5px 0 0;
    font-size: 12px;
  }
  .dropdown-item p {
    margin-bottom: 5px;
    font-size: 10px;
  }

.dropdown-menu div.dropdown-item:hover {
  color: #737373;
  background-color: unset;
}

.nav-link-home-custom i {
  padding-right: 10px;
  font-size: 18px

}
.img-circle.profile_img {
    width: 70%;
    color: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52,73,94,0.44);
    padding: 4px;
}

.img-circle {
    border-radius: 50%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.profile-info {
    color: #fff;
    width: calc(280px - 60px);
    float: right;
}

.sidebar-dark-primary .custom-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    height: 44px;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 24px;
    border: none;

}

.custom-nav-text {
    font-family: Noto Sans JP;
    font-size: 13px;
    line-height: 19px;
    justify-content: flex-start !important;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

[class*=sidebar-dark] .custom-nav {
  border-bottom: none;
}

.dropdown-toggle {
    text-align: left;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-i {
    justify-content: space-between;
    color: #fff;
    margin-right: 10px;
}

.dropdown-menu.show {
    left: 35px !important;
}
/* upload avatar*/
.avatar-wrapper {
    position: relative;
    height: 50px;
    width: 50px;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all 0.3s ease;
  }
  .avatar-wrapper:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
  .avatar-wrapper:hover .profile-pic {
    opacity: 0.5;
  }
  .avatar-wrapper .profile-pic {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
  }
  .avatar-wrapper .profile-pic:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 50px;
    background: #ecf0f1;
    color: #34495e;
    text-align: center;
  }
  .avatar-wrapper .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .avatar-wrapper .upload-button .fa-arrow-circle-up {
    position: absolute;
    font-size: 40px;
    top: 5px;
    left: 8px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: #34495e;
  }
  .avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
    opacity: 0.9;
  }

.hamburger-menu i {
    color: #fff;
    font-size: 20px;
    width: 22px;
    height: 18px;
    margin-bottom: 10px;
    margin-right: -7px;
    cursor: pointer;
}

.hamburger-menu i:hover {
    color: #c2c2c2;
}

@media (min-width: 991.98px) {
    .nav-sidebar {
        right: 4px;
    }
}