@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body, html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  min-height: 100vh;
}
label {
  color: #4b4b4b;
  &:hover {
    cursor: pointer;
  }
}
table {
  td, th {
    padding: 2px !important;
    vertical-align: middle;
  }
  th {
    color: #1A2044;
  }
}
.custom-toggler {
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  &.navbar-toggler {
    border-color: rgba(255,255,255,.3);
  }
}
.borderTop {
  border-top-right-radius: 0.9rem !important;
  border-top-left-radius: 0.9rem !important;
}
.borderFull {
  border-radius: 0.9rem;
  border-color: #ababab;
}
.link {
  color: var(--txtDark) !important;
  text-decoration: none;
  &:hover {
    font-weight: 800;
  }
}
.faixaCor {
  background-color: #1A2044;
  margin-right: 0;
  color: white;
  font-weight: bold;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 48px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  width: 250px;
  border-right: 1px solid #000;
  .nav-link {
    font-weight: 500;
    color: #333;
    &.active {
      color: #1A2044;
    }
  }
}
.corpoContent {
  height: 95vh;
  overflow-y: scroll;
  &::-webkit-scrollbar {
    display: none;
  }
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
  color: white !important;
  background-color: #434040 !important;
  text-decoration: none;
  font-weight: bolder;
}
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: #1a2044;
  width: 100%;
}
.navbar {
  .navbar-toggler {
    top: .25rem;
    right: 1rem;
  }
  .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
}
.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
  &:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
}
.iconFA {
  color: #1A2044;
  width: 20px;
}
.tituloDash {
  color: #1a2044;
  font-weight: bold;
  text-decoration: underline;
}
.footerDash {
  position: fixed;
  bottom: 0;
  padding: 0.2rem;
  background-color: #ababab;
  color: black;
  text-align: center;
  font-size: .75rem;
  width: 100%;
  a {
    color: #fff;
    text-decoration: underline;
  }
}
.header-custom {
  background: linear-gradient(90deg, rgba(26, 32, 68, 1) 35%, rgba(35, 38, 97, 1) 100%);
}
.sidebar-item-custom {
  background-color: #fff;
  padding: 5px 20px;
  a {
    color: #000;
    &:hover {
      color: #1A2044;
    }
  }
}
.sidebar-educweb {
  .accordion-button {
    color: #000;
    padding: 5px 20px;
    &:hover {
      color: #1A2044;
    }
    &.collapsed {
      &::after {
        background-size: .8rem;
        padding-top: 15px;
      }
    }
    &:not(.collapsed) {
      background-color: #ababab;
      color: #fff;
      border: none;
      box-shadow: none;
      &::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
        background-size: .8rem;
      }
    }
  }
  .list-group-item {
    padding: 5px;
  }
  .activeItem,
  .list-group-item a:hover {
    color: #1A2044;
    font-weight: 600;
  }
}
.accordion-body {
  padding: 0 0 !important;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  & + label {
    font-size: 1em;
    font-weight: 700;
    background-color: rgb(3, 76, 95);
    color: white;
    width: 9em;
    height: 2em;
    padding: 1.25em 1em;
    border-radius: .35em;
    transition: .2s all;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
    &:hover,
    &:focus {
      background-color: rgba(3, 76, 95, .8);
    }
  }
}
.main-div {
  min-height: 100vh;
}
.borda-titulo-home {
  width: 100%;
  border-top: 6px solid #f1bb27;
  margin: 0 0 1.5rem 0;
}
.linha-form {
  display: flex;
  flex: 1;
  height: 3px;
  background: #8b8b8b;
}
.form-custom-login,
.form-custom {
  background-color: #f0f0f0;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  color: #3a3b3d;
  font-weight: 700;
  padding: .75rem 2.75rem;
}
.form-custom {
  padding: .25rem .75rem;
}
.form-label-custom {
  color: #000;
}
.input-cnpj-custom,
.input-usuario-custom,
.input-senha-custom {
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 25px;
  position: relative;
}
.input-cnpj-custom {
  background-image: url('../../assets/img/cnpj.png');
}
.input-usuario-custom {
  background-image: url('../../assets/img/usuario.png');
}
.input-senha-custom {
  background-image: url('../../assets/img/senha.png');
}
.div-senha {
  position: relative;
}
.txt-cor {
  color: #1A2044;
  font-weight: bold;
}
.header-ees {
  background-color: #434040;
  color: #1A2044;
  font-weight: 900;
}
.modal-custom,
.modal-content-custom {
  width: 300px;
}
.card {
  background-color: #fff;
  border-color: #ababab;
  &-border {
    border-radius: .8rem .8rem 0 0 !important;
  }
}
.modal-header-custom,
.card-header {
  background: linear-gradient(to right, #1a2044, #2e366e, #434c98);
  color: white;
  font-weight: bold;
  padding: 0.3rem 1.5rem;
}
.list-group-item,
a {
  color: #4b4b4b;
  text-decoration: none;
  &.a-li-menu:hover {
    color: white !important;
    text-decoration: none;
  }
}
.list-group-item:hover {
  background-color: #fff !important;
  text-decoration: none;
  transition: .2s all;
}
.modal-body {
  text-align: center;
}
.login-1 {
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../../assets/img/bg-login-desktop.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-2 {
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  form {
    padding-bottom: 50px;
    border-bottom: 2px solid #f1bb27;
  }
}
.btn-padrao-1 {
  background: linear-gradient(120deg, #1A2044 0%, #1A2044 100%);
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 0.25rem 1.5rem;
  font-weight: 700;
  width: fit-content;
  transition: .3s all;
  &:hover {
    color: #fff;
    transform: scale(1.05);
    transition: .2s all;
  }
}
.btn-info,
.btn-danger {
  font-size: .9rem;
}
.btn-ees {
  background-color: #1A2044;
  color: white;
  font-weight: bold;
  &:hover {
    background-color: #1A2044;
    color: white;
    font-weight: bold;
  }
}
#btn-senha {
  position: absolute;
  top: 15px;
  width: 30px;
  right: 15px;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .login-1 {
    min-height: 50vh;
    background-image: url('../../assets/img/bg-login-mobile.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .login-2 {
    min-height: 50vh;
  }
  .sidebar {
    top: 5rem;
    width: 100%;
  }
  .navbar-brand {
    width: 100%;
  }
}
.btn {
  padding: 0 10px;
}
.bootstrap-select {
  border: 1px solid #ced4da !important;
}
.bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: none;
  padding: 7px 15px;
}
.bootstrap-select .dropdown-toggle:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.buttons-excel, .buttons-print {
  margin-top: 1.2rem;
}
.btn-filtro {
  background-color: #f1bb27;
  border-color: #f1bb27;
  color: black;
  font-weight: bold;
}