#application-name {
  margin-left: 0.5rem;
  height: 3.5rem;
}
.tooltip-inner {
  font-size: 1.2rem;
}
#header-kojiname {
  background-image: url("/images/kojilist.svg?v2");
  background-repeat: no-repeat;
  background-position-x: 0.5rem;
  background-position-y: center;
  background-size: 1.6rem;
  padding-left: 2rem;
  font-size: 1.4rem;
  margin-right: 1rem;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 4rem;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
#header-kojiname span {
  cursor: pointer;
  line-height: 4rem;
  padding: 0.5rem;
}
#header-kojiname:hover {
  background-color: #21A327;
}
#header-account {
  --bs-btn-bg: #2E7D32;
  background-image: url("/images/user.svg?v2");
  background-repeat: no-repeat;
  background-position-x: 0.5rem;
  background-position-y: center;
  background-size: 1.6rem;
  height: 4rem;
  margin-right: 0.5rem;
  overflow: hidden;
  padding-left: 2.5rem;
  color: #FFFFFF;
  text-align: left;
  text-overflow: ellipsis;
  max-width: 18rem;
  font-size: 1.4rem;
  --bs-btn-hover-bg: #21A327;
  --bs-btn-active-bg: #21A327;
  --bs-btn-active-border-color: transparent;
}
#sidebar-kshList {
  background-image: url("/images/sidebar-kshlist.svg?v2");
  background-size: 4rem;
}
#sidebar-kshList:hover#sidebar-kshList:not(.active) {
  background-image: url("/images/sidebar-kshlist-hover.svg?v2");
}
#sidebar-rckshList {
  background-image: url("/images/sidebar-rckshlist.svg?v2");
  background-size: 4rem;
}
#sidebar-rckshList:hover#sidebar-rckshList:not(.active) {
  background-image: url("/images/sidebar-rckshlist-hover.svg?v2");
}
#sidebar-nexcoKshList {
  background-image: url("/images/sidebar-kshlist.svg?v2");
  background-size: 4rem;
}
#sidebar-nexcoKshList:hover#sidebar-nexcoKshList:not(.active) {
  background-image: url("/images/sidebar-kshlist-hover.svg?v2");
}
#sidebar-summaryTable {
  background-image: url("/images/sidebar-summarytable.svg?v2");
  background-size: 3.2rem;
}
#sidebar-summaryTable:hover#sidebar-summaryTable:not(.active) {
  background-image: url("/images/sidebar-summarytable-hover.svg?v2");
}
.ks-headerbar {
  background-color: #2E7D32;
  color: #FFFFFF;
  height: 4.5rem;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.ks-headerbar .btn {
  font-size: 1.8rem;
}
.ks-headerbar .btn:focus {
  box-shadow: none !important;
}
.ks-headerbar .dropdown-item {
  font-size: 1.4rem;
  color: black;
}
.ks-headerbar .dropdown-item:active {
  background-color: #f8f9fa;
}
.ks-sidebar {
  background-color: #9E9E9E;
  padding: unset;
  flex-shrink: 0;
}
.ks-sidebar .nav-pills button {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0.8rem;
  border-radius: 0;
  min-width: 7.2rem;
  padding-top: 4.2rem;
  font-size: 1.2rem;
}
.ks-sidebar .nav-pills .nav-link {
  background-color: #9E9E9E;
  border-radius: 0;
  color: black;
}
.ks-sidebar .nav-pills .nav-link.active {
  background-color: #2E7D32;
  color: #FFFFFF;
}
.ks-sidebar .nav-pills .nav-link:hover {
  background-color: #DFF2E0;
}
.ks-sidebar .nav-pills .nav-link.active:hover {
  background-color: #21A327;
}
.ks-content {
  padding-left: unset;
  padding-right: unset;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
