.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}

.iconClass {
  position: relative;
}
.iconClass .badge {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}

body {
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  background: url(../img/fundo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
}

table {
  vertical-align: middle !important;
}

section {
  margin: calc(var(--header-height) + 1rem) 0 0 0;
  padding-top: 20px;
  min-height: 800px;
}

.subtitulo {
  margin-bottom: 20px;
}
.btn-login {
  color: #fff;
  background: rgb(133, 36, 143);
  background: linear-gradient(
    90deg,
    rgba(133, 36, 143, 1) 0%,
    rgba(18, 59, 103, 1) 25%,
    rgba(5, 85, 74, 1) 50%,
    rgba(241, 160, 71, 1) 75%,
    rgba(227, 96, 103, 1) 100%
  );
}

.disabled-link {
  color: rgb(13 110 253 / 25%);
  pointer-events: none;
}
.disabled-menu {
  color: rgb(13 110 253 / 25%) !important;
  pointer-events: none;
}
.inativo {
  color: #adadad6e;
}
.btn-outline-success {
  color: #198754;
  pointer-events: auto;
}
.page-link {
  border: none;
}

.pagination-radius {
  border-radius: 24px;
}
.input-success {
  border-color: #24c231;
}

.input-danger {
  border-color: #c22424;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #05520c;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04aa6d;
}

.oculto {
  display: none;
}

input.invalid {
  background-color: #ffdddd;
}

.tab {
  display: none;
}

.danger,
.remove:hover {
  color: #e72727;
}
.success {
  color: #198754;
}

.btn-edit {
  --bs-btn-padding-x: 0.45rem;
  --bs-btn-padding-y: 0.2rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#lista-turmas {
  width: 300px;
}

#lista-turmas input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

#lista-turmas label {
  display: inline-block;
  /* background-color: #fff; */
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: small;
  border-radius: 4px;
  width: 100%;

  margin: 1px;
}

#lista-turmas .sem-vagas {
  color: rgba(121, 121, 121, 0.25);
  border: 1px solid rgb(121, 121, 121, 0.25);
}

#lista-turmas .na-espera {
  color: rgba(66, 70, 16, 0.25);
  border: 1px solid rgba(172, 142, 10, 0.25);
}
#lista-turmas .sem-vagas:hover {
  background-color: rgba(121, 121, 121, 0.25);
  height: 61px;
  border: 2px dashed #444;
}

#lista-turmas .na-espera:hover {
  background-color: rgba(179, 176, 2, 0.438);
  height: 61px;
  border: 2px dashed rgba(172, 142, 10);
}
#lista-turmas .sem-vagas:hover div,
#lista-turmas .na-espera:hover div {
  display: none;
}

#lista-turmas .sem-vagas:hover:before {
  content: "Adicionar na lista de espera da Oficina?";
  color: #000;
  vertical-align: -50%;
}
#lista-turmas .na-espera:hover:before {
  content: "Remover da lista de espera da Oficina?";
  color: #000;
  vertical-align: -50%;
}

#lista-turmas .sem-horario {
  color: rgba(133, 23, 23, 0.25);
  border: 1px solid rgba(124, 15, 15, 0.25);
}

#lista-turmas .sem-horario:hover {
  background-color: rgba(133, 23, 23, 0.25);
  color: #000;
  border: 2px dashed rgba(124, 15, 15);
}

#lista-turmas .vagas {
  color: rgba(24, 116, 28);
  border: 1px solid rgba(24, 116, 28, 0.25);
}
#lista-turmas .vagas:hover {
  background-color: #1e692a62;
  color: rgb(0, 0, 0);
  border: 2px dashed rgba(24, 116, 28);
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  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);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
  font-size: xx-large;
}

.logo-inicio {
  width: 70%;
  margin-bottom: 15px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}

.login {
  min-height: 100vh;
  background: url(../img/login.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.list-group {
  --bs-list-group-item-padding-y: 0.3rem;
}

.hv-100 {
  min-height: 100vh !important;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}

.form-group {
  margin: 10px 0;
}

.bi-header {
  font-size: large;
}

@media (max-width: 500px) {
  .show {
    display: flex;
    flex-direction: row;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: #fff;
  --first-color-light: #525151;
  --white-color: #f7f6fb;
  --body-font: "Nunito", sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  position: relative;
  /* margin: var(--header-height) 0 0 0; */
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: 0.5s;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--first-color);
  /* z-index: var(--z-fixed); */
  transition: 0.5s;
}

.header_toggle {
  color: var(--first-color-light);
  font-size: 1.5rem;
  cursor: pointer;
}

.header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.header_img img {
  width: 40px;
}

.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: var(--first-color);
  padding: 0.5rem 1rem 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}

.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.nav_logo {
  margin-bottom: 2rem;
  color: var(--first-color-light);
}

.nav_logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}

.nav_logo-name {
  color: #000;
  font-weight: 700;
}

.nav_link {
  position: relative;
  color: #000;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}

.nav_link:hover {
  color: var(--bs-link-color);
}

.nav_icon {
  font-size: 1.25rem;
}

.show {
  left: 0;
}

.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}

.active {
  color: var(--white-color);
}

.active::before {
  /* content: ''; */
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color);
}

.height-100 {
  height: 100vh;
}

@media screen and (min-width: 768px) {
  body {
    /* margin: calc(var(--header-height) + 1rem) 0 0 0; */
    padding-left: calc(var(--nav-width) + 2rem);
  }

  .header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
  }

  .header_img {
    width: 40px;
    height: 40px;
  }

  .header_img img {
    width: 45px;
  }

  .l-navbar {
    left: 0;
    padding: 0 1rem 0 0;
  }

  .menushow {
    width: calc(var(--nav-width) + 156px);
  }

  .body-pd {
    padding-left: calc(var(--nav-width) + 188px);
  }
}

@media print {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }
}
