/*!
   * Bootstrap  v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
body {
  background-color: #fafafa !important;
}

.gms-content-full-height {
  padding-top: 50px;
  height: 100%;
}

.gms-content-full-height .gms-header {
  background: var(--bs-white);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  margin-bottom: 0;
  padding: 0;
  transition: box-shadow .2s linear;
  display: flex;
  flex: 1;
}

.gms-content-full-height .gms-header .gms-navbar-header {
  width: 220px;
  display: flex;
  align-items: center;
}

.gms-content-full-height .gms-header .gms-navbar-header .gms-navbar-toggler {
  display: block;
  position: relative;
  padding: 10px;
  background-color: transparent;
  background-image: none;
  border: none;
  outline: 0;
  color: var(--bs--component-color);
  border-radius: 8px;
}

.gms-content-full-height .gms-header .gms-navbar-header .gms-navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #273073;
  border-radius: 8px;
  font-size: .875rem;
  line-height: 1;
}

.gms-content-full-height .gms-header .gms-navbar-header .gms-navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.gms-content-full-height .gms-header .gms-navbar-header .gms-navbar-brand {
  padding: 10px 16px;
  height: 50px;
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  margin: 0;
  color: var(--bs-primary);
  align-items: center;
  display: flex;
  margin-right: auto;
}

.gms-content-full-height .gms-header .navbar-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item {
  position: relative;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item.navbar-form {
  margin: auto;
  padding: 0 15px;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item .form-group {
  margin: 0;
  position: relative;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item .form-group .form-control {
  padding: 5px 15px;
  height: 32px;
  background: var(--bs-light);
  border-color: var(--bs-light);
  border-radius: 30px;
  max-width: 600px !important;
  width: 100% !important;
  min-width: 350px;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item .form-group .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: 0 0;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item .navbar-link {
  display: block;
  text-decoration: none;
  line-height: 20px;
  padding: 10px;
  border: none;
  color: var(--bs-white);
  width: 40px;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item .navbar-link.icon:after {
  background: #273073;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  border-radius: 50%;
  top: 6px;
  z-index: -1;
  right: 6px;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item .navbar-link .badge {
  position: absolute;
  top: 19px;
  display: block;
  background: var(--bs-info);
  line-height: 12px;
  font-weight: 600;
  color: var(--bs-white);
  padding: 4px 6px 2px 6px;
  font-size: 10.5px;
  border-radius: 30px;
  right: 0px;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item.navbar-user {
  width: 180px;
  border-left: 2px dashed #273073;
  padding: 0px;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item.navbar-user .navbar-link {
  width: 100% !important;
  max-width: 150px !important;
  background: #f3f8fd;
  border-radius: 4px;
  padding: 0px;
  margin-left: 15px;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item.navbar-user .navbar-link .widget-list-content .widget-list-avatar {
  text-align: center;
  line-height: 27px;
  width: 28px;
  height: 28px;
  display: inline-block;
  float: left;
  background: #ccc;
  position: relative;
  border-radius: 50%;
  margin-right: 8px;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item.navbar-user .navbar-link .widget-list-content .widget-list-title {
  margin-top: 3px;
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #273073;
  overflow: hidden;
  white-space: nowrap;
  max-width: 85px;
  text-overflow: ellipsis;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item.navbar-user .navbar-link .widget-list-content .widget-list-desc {
  font-size: 8px;
  margin-bottom: 5px;
  text-align: left;
  line-height: 0px;
}

.gms-content-full-height .gms-header .navbar-nav .navbar-item.navbar-user .navbar-link:after {
  color: var(--bs-info);
  height: 20px;
}

.gms-content-full-height .gms-sidebar {
  width: 220px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 50px;
  background: var(--bs-dark);
  z-index: 1010;
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content {
  height: 100%;
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .info-person .menu-text {
  padding: 20px;
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .info-person .menu-text .cnt-foto {
  position: relative;
  width: 100%;
  max-width: 120px;
  margin: auto;
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .info-person .menu-text .cnt-foto img {
  max-width: 120px;
  height: 120px;
  border: 5px solid #fff;
  width: 100%;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .info-person .menu-text h3 {
  color: var(--bs-white);
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .menu-item {
  position: relative;
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .menu-item .menu-link {
  padding: 14px 18px;
  padding-left: 28px;
  line-height: 20px;
  color: var(--bs-white);
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .menu-item .menu-link .menu-icon {
  width: 24px;
  color: var(--bs-gray-300);
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .menu-item .menu-link .menu-text {
  text-transform: uppercase;
  font-weight: bold !important;
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .menu-item.active .menu-link .menu-icon {
  color: var(--bs-gray-dark);
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .menu-item.active .menu-link .menu-text {
  color: var(--bs-gray-dark);
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .menu-item.active .menu-link:after {
  background: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-left: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 48px;
  z-index: -1;
}

.gms-content-full-height .gms-sidebar .gms-sidebar-content .menu .menu-item.salirmenu {
  position: absolute !important;
  bottom: 0px;
  width: 100%;
}

.gms-content-full-height .gms-content {
  margin-left: 220px;
  padding: 20px 30px;
  min-height: calc(100vh - 50px);
}

.gms-content-full-height.gms-sidebar-minified .gms-sidebar {
  width: 50px;
}

.gms-content-full-height.gms-sidebar-minified .gms-sidebar .gms-sidebar-content .menu .info-person {
  display: none;
}

.gms-content-full-height.gms-sidebar-minified .gms-sidebar .gms-sidebar-content .menu .menu-item .menu-link {
  padding: 16px 10px !important;
}

.gms-content-full-height.gms-sidebar-minified .gms-sidebar .gms-sidebar-content .menu .menu-item .menu-link .menu-text {
  display: none;
}

.gms-content-full-height.gms-sidebar-minified .gms-sidebar .gms-sidebar-content .menu .menu-item.active .menu-link:after {
  margin-left: 0;
  border-radius: 0;
  left: 0;
}

.gms-content-full-height.gms-sidebar-minified .gms-content {
  margin-left: 50px;
}

.gms-btn-circle {
  color: var(--bs-gray-600);
  background: var(--bs-white);
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  line-height: 31px;
  text-align: center;
  position: relative;
}

.gms-btn-circle:hover {
  color: var(--bs-dark);
  background: var(--bs-gray-200);
}

.gms-login-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gms-nav-wizard .nav-item {
  position: relative;
}

.gms-nav-wizard .nav-item .nav-link.active {
  color: var(--bs---bs-primary);
}

.gms-nav-wizard .nav-item .nav-link .nav-item-circle-parent {
  display: block;
  position: relative;
}

.gms-nav-wizard .nav-item .nav-link .nav-item-circle {
  color: var(--bs-gray-600);
  background-color: var(--bs-white);
  border: 2px solid var(--bs-gray-300);
  height: 3.175rem;
  width: 3.175rem;
  border-radius: 50%;
  line-height: 2.95rem;
  padding: 0;
  text-align: center;
  align-self: center;
  display: inline-block;
  transition: all .2s ease-in-out;
}

.gms-nav-wizard .nav-item .nav-link .nav-item-circle .nav-item-circle-icon {
  font-size: 2em;
  line-height: inherit;
}

.gms-nav-wizard .nav-item:not(:last-child) {
  -webkit-box-flex: 1;
  flex: 1;
}

.gms-nav-wizard .nav-item:not(:last-child) .nav-link:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 6%;
  top: 38%;
  background: var(--bs-gray-300);
}
