.callout {
  margin-bottom: 4px !important;
  ;
  padding: 9px !important;
  ;
}

.sidebar a {
  color: #000 !important;
}

.sidebar .nav-header {
  color: #000 !important;
}

.nav-sidebar>.nav-item>.nav-link.active {
  background-color: transparent !important;
}

[class*='sidebar-dark-'] {
  background-color: #EDEDED;
  /*opacity: 0.7;*/
}

.background-logo-sidebar {
  background-color: #fff !important;
}

.brand-link .brand-image {
  margin-left: 3.8rem !important;
}

@media screen and (max-width: 600px) {
  label:not(.form-check-label):not(.custom-file-label) {
    padding-top: 20px !important;
  }
}

.page-item.active .page-link {
  background-color: #17a2b8 !important;
}

.icon-container {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}

.loader {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  animation: around 5.4s infinite;
}

@keyframes around {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.loader::after,
.loader::before {
  content: "";
  background: white;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}

.loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}

.inputcontainer {
  position: relative;
}

.toasts-top-right {
  right: 5px;
  top: 5px;
}

.alert-cep-invalido {
  padding: .1rem 0.7rem !important;
  margin-bottom: 1rem !important;
}

.alert-cep-invalido h5 {
  font-size: 1.1rem !important;
}

.alert-modal {
  position: relative;
  padding: .15rem 0.25rem;
  margin-bottom: 0.1rem;
  margin-top: 0.1rem;
  background-color: #dc3545;
  opacity: 0.9;
  color: #fff !important;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.modal {
  top: 70px !important;
  height: 86% !important;
}

.login-page {
  background-color: rgba(255, 255, 255, 1) !important;
}

.login-card-body {
  background-color: #e9ecef !important;
}

.btn-app {
  min-width: 130px !important;
  cursor: pointer;
}

.margin-bnt-action {
  margin: 2px;
}

.opacidade {
  opacity: 0.3;
}

.radio-form-cadastro {
  border-color: rgba(71, 93, 169, 1);
  border-style: solid;
  border-radius: 10px;
  margin: 5px;
}

.bg-gradient-iaxei-fundo {
  background-color: rgba(71, 93, 169, 1);
  color: #fff;
}

.pre-cadastro {
  background-color: rgba(71, 93, 169, 1);
}

.button-info-conta-bancaria {
  font-size: 0.9rem !important;
}

.btn-afiliado {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-afiliado:hover {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-afiliado:focus,
.btn-afiliado.focus {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(192, 181, 241, 0.322);
}

.btn-afiliado.disabled,
.btn-afiliado:disabled {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-afiliado:not(:disabled):not(.disabled):active,
.btn-afiliado:not(:disabled):not(.disabled).active,
.show>.btn-afiliado.dropdown-toggle {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-afiliado:not(:disabled):not(.disabled):active:focus,
.btn-afiliado:not(:disabled):not(.disabled).active:focus,
.show>.btn-afiliado.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 181, 241, 0.322);
}

.btn-iaxei {
  color: #212529;
  background-color: #50D165;
  border-color: #50D165;
}

.btn-iaxei:hover {
  color: #212529;
  background-color: #50D165;
  border-color: #50D165;
}

.btn-iaxei:focus,
.btn-iaxei.focus {
  color: #212529;
  background-color: #50D165;
  border-color: #50D165;
  box-shadow: 0 0 0 0.2rem rgba(28, 142, 42, 0.5);
}

.btn-iaxei.disabled,
.btn-iaxei:disabled {
  color: #212529;
  background-color: #50D165;
  border-color: #50D165;
}

.btn-iaxei:not(:disabled):not(.disabled):active,
.btn-iaxei:not(:disabled):not(.disabled).active,
.show>.btn-iaxei.dropdown-toggle {
  color: #212529;
  background-color: #50D165;
  border-color: #50D165;
}

.btn-iaxei:not(:disabled):not(.disabled):active:focus,
.btn-iaxei:not(:disabled):not(.disabled).active:focus,
.show>.btn-iaxei.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 142, 42, 0.5);
}

.link>a {
  color: #fff !important;
}

.input-text-align-center {
  text-align: center;
}

.input-font-size-big {
  font-size: 1.9rem !important;
}

.select2-container .select2-selection--single {
  height: 37px !important;
}