.vincss-secure-root {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vincss-secure-root * {
  /* box-sizing: border-box; */
}

.vincss-secure-container {
  position: relative;
  display: flex;
  /* align-items: stretch; */
  height: 100%;
  min-height: calc(100vh - 32px);
  padding-right: 8px;
}

.vincss-secure-sidebar {
  flex: 0 0 auto;
  background-color: #f6f8fa;
  flex-shrink: 0;
  overflow: auto;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  position: relative;
  width: 200px;
}

.vincss-secure-right {
  flex: 1 1 auto;
  /* padding: 32px; */
  flex-grow: 1;
  background: #e5eaee;
  z-index: 1;
  overflow: auto;
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
  min-height: calc(100vh - 46px);
  overflow: auto;
}

.vincss-secure-content {
  height: 100%;
  flex: 1 1 auto;
}
.vincss-secure-content label {
  color: rgba(0, 0, 0, 0.87);
}

.fido2-login-ads {
  background-color: #e5eaef;
  flex: 0 0 auto;
}
.fido2-login-ads a:focus {
  outline: none;
  box-shadow: none;
}
.vincss-logo {
  width: 160px;
}

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle {
  outline: 0;
}

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold {
  font-weight: 600;
}
.lh-tight {
  line-height: 1.25;
}
.vincss-secure {
  background-color: #e5eaef;
}

.menu_label {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.menu_item {
  font-size: 16px;
}

.v-icon {
  display: grid;
  place-items: center;
  min-width: 2rem;
  min-height: 2rem;
  box-shadow: 0rem 0.25rem 0.375rem -0.0625rem rgb(20 20 20 / 12%),
    0rem 0.125rem 0.25rem -0.0625rem rgb(20 20 20 / 7%);
  transition: margin 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 0.5rem;
  color: #344767;
}

.v-active {
  background: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 5%) 0rem 1.25rem 1.6875rem 0rem !important;
}
.v-active .v-icon {
  background-color: #2271b1;
  color: #fff;
}

.v-divider {
  flex-shrink: 0;
  border-top: 0px solid rgba(0, 0, 0, 0.12);
  border-right: 0px solid rgba(0, 0, 0, 0.12);
  border-left: 0px solid rgba(0, 0, 0, 0.12);
  background-color: transparent;
  height: 0.0625rem;
  margin: 1rem 0px;
  border-bottom: none;
  opacity: 0.25;
  background-image: linear-gradient(
    to right,
    rgba(52, 71, 103, 0),
    rgba(52, 71, 103, 0.5),
    rgba(52, 71, 103, 0)
  ) !important;
}
.v-menu-item {
  font-size: 10px;
  cursor: pointer;
  display: flex;
  padding: 12px;
  box-shadow: none;
  align-items: center;
  user-select: none;
  white-space: nowrap;
  border-radius: 0.5rem;
  color: rgb(29, 33, 41);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-decoration: none !important;
}
.v-menu-item:focus {
  outline: none !important;
  /* background: rgb(255, 255, 255); */
  box-shadow: none !important;
}
.v-menu-item span {
  font-size: 14px;
}

.v-card {
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  position: relative;
  overflow-wrap: break-word;
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  box-shadow: rgb(0 0 0 / 5%) 0rem 1.25rem 1.6875rem 0rem;
  padding: 32px;
  height: fit-content;
}
.v-img-ads {
  max-width: 100%;
}

.v-title {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 !important;
}

.v-nav {
  border-radius: 16px;
  background-color: #f6f8fa;
  box-shadow: rgb(0 0 0 / 5%) 0rem 1.25rem 1.6875rem 0rem !important;
}

.v-nav-menu {
  display: flex;
  margin-bottom: 0;
  padding: 0 !important;
  /* background-color: #d2f4ea; */
}
.v-nav-item {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.v-nav-item:hover {
  color: #2271b1;
  font-weight: 500;
}
.v-nav-item:hover span {
  color: #2271b1;
  font-weight: 500;
}
.v-nav-item span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.v-nav-item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

.v-nav-active a {
  color: #2271b1;
  font-weight: 500;
}
.v-nav-active span {
  color: #2271b1;
  font-weight: 500;
}
