body {
  font-family: "Mulish", serif;
  font-style: normal;
}
body.login {
  background-image: url("/img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

main.admin {
  padding-top: 80px;
}

nav.admin {
  height: 80px;
  background-color: white;
}
nav.admin .nav-item .nav-link {
  color: #4a4a4a;
}
nav.admin .nav-item .nav-link:hover {
  color: black;
}

table > thead {
  background-color: #ff842b;
  color: white;
}
table > thead > tr > th {
  font-weight: normal;
}

.col-scrollable {
  position: absolute;
  overflow-y: scroll;
  width: 100vw;
  padding-right: 120px;
}

.list-month-btn {
  background-color: #ff842b;
  color: white;
}

.bg-admin {
  height: 200px;
  padding: 10px;
}
.bg-admin > a {
  color: white;
  text-decoration: none;
}
.bg-admin > a > .bg-admin-business {
  background-color: #045ccf;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.bg-admin > a > .bg-admin-services {
  background-color: #285b9d;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.bg-admin > a > .bg-admin-access {
  background-color: #003f92;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.bg-admin > a > .centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.list-group > a.list-group-item {
  background-color: #ffffff;
  color: black;
  font-weight: 700;
}
.list-group > a.list-group-item.collapsed {
  background-color: #ffffff;
  color: black;
}
.list-group > a.list-group-item.collapsed:after {
  content: "\f107";
}
.list-group > a.list-group-item:after {
  content: "\f106";
  float: right;
  font-family: "FontAwesome";
}
.list-group > a.list-group-item > svg {
  color: #ff1d00;
  margin-right: 10px;
}
.list-group > a.list-group-item.no-collapsed:after {
  content: none;
}
.list-group > a.list-group-item.router-link-active {
  background-color: #e8eeff;
  color: #ff1d00;
  font-weight: bold;
  border-left: 6px solid #ff1d00;
}
.list-group > div > a.list-group-item {
  background-color: #ffffff;
  color: black;
}
.list-group > div > a.list-group-item.router-link-active {
  background-color: #e8eeff;
  color: #ff1d00;
  font-weight: bold;
  border-left: 6px solid #ff1d00;
}

.list-group-admin {
  margin-top: 50px;
}
.list-group-admin > h5 {
  color: #ff1d00;
}

.navbar {
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.5);
}

.login-form {
  background-color: white;
  height: 70%;
}
.login-form > div > div > form > h3 {
  color: #ff1d00;
}
.login-form > div > div > form > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.text-red {
  color: #ff1d00;
}

#otecSidemenu .offcanvas-title {
  color: #ff1d00;
}
#otecSidemenu .option-active path {
  fill: #FF1D00;
}
#otecSidemenu path {
  fill: #888888;
  transition: all ease-in-out 0.25s;
}
#otecSidemenu .container:hover path {
  fill: #FF1D00;
}
#otecSidemenu .container:hover {
  background-color: #FFEDEB;
}
#otecSidemenu .option-active {
  transition: all ease-in-out 0.25s;
}
#otecSidemenu .accordion-button, #otecSidemenu .accordion-item {
  background-color: transparent !important;
  box-shadow: none !important;
}
#otecSidemenu .btn-outline-light {
  color: #888888;
}
#otecSidemenu .btn-outline-light:hover {
  color: #FF1D00;
  font-weight: bold;
}

#otecSideMenuOptions .btn-outline-light {
  color: #888888;
}
#otecSideMenuOptions #reporteContainer {
  height: 280px;
  z-index: 1050;
}
#otecSideMenuOptions #reporteContainer.offcanvas-start {
  top: 270px;
}
#otecSideMenuOptions #ventaContainer {
  height: 250px;
  z-index: 1050;
}
#otecSideMenuOptions #ventaContainer.offcanvas-start {
  top: 200px;
}
#otecSideMenuOptions #maestrosContainer {
  height: 600px;
  z-index: 1050;
}
#otecSideMenuOptions #maestrosContainer.offcanvas-start {
  top: 20px;
}
#otecSideMenuOptions #cotizacionesContainer {
  height: 300px;
  z-index: 1050;
}
#otecSideMenuOptions #cotizacionesContainer.offcanvas-start {
  top: 95px;
}
