.has-error{
    color: #f34770;
}

.has-error .form-control, .has-error .form-select{
    border-color: #f34770;
}

.has-success{
    color: #1cc88a;
}

.has-success .form-control, .has-success .form-select{
    border-color: #1cc88a;
}

.invalid-feedback {
    position: static;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .25rem;
    font-size: 0.75rem;
    color: #f34770;
    background-color: rgba(243,71,112,.1);
    border-radius: .25rem;
}

.has-error-checkout{
    padding: .25rem .5rem;
    margin-top: .25rem;
    font-size: 0.75rem;
    color: #f34770;
}

.link-site {
  text-decoration: none;
  color: #454056;
}

.link-site:hover {
  color: #4F70D2;
}

.text-site {
    color: #1f1b2d !important;
}

.form-switch .form-check-input:checked {
    background-color: #5F7CD6;
}

.form-group-black {
    border: 1px solid #B4B4B4;
}

.form-group .form-select {
    color: #000;
}

.form-group .form-check-label {
    color: #000;
}

.form-select {
    border: 1px solid #B4B4B4;    
}

.form-control {
    border: 1px solid #B4B4B4;    
}

.input-group-text {
    border: 1px solid #B4B4B4;    
}

.form-control:hover, .form-select:hover {
  color: #454056;
  background-color: #fff;
  border-color: #feab98;
  outline: 0;
  box-shadow: inset 0 1px 2px transparent, 0 0 0 0.125rem rgba(79, 112, 210, 0.25);
}

.termos h6, .termos h5, .termos h4, .termos h3, .termos h2, .termos h1{
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.35;
    font-size: 1.5rem;
    color: #1f1b2d;
}

.hr-black {
    color: #B4B4B4;
}

.form-check-input-black {
    border: 2px solid #B4B4B4;
}

.table-adm th, .table-adm td {
    vertical-align: middle;
}

@media (min-width: 992px){
    .border-end-lg-black {
        border-right: 1px solid #000 !important;
    }
}

@media (min-width: 768px){
    .border-end-md-black {
        border-right: 1px solid #000 !important;
    }
}

@media (min-width: 768px){
    .border-start-md-black {
        border-left: 1px solid #000 !important;
    }
}

@media (max-width: 576px) {
    .logo-topo > img {
        width: 140px !important;
    }
}

@media (max-width: 360px) {
    .logo-topo > img {
        width: 120px !important;
    }
}

.navbar-stuck .logo-topo img {
    width: 140px !important;
}

.float-button-whatsapp {
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	right:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:39px;
	text-decoration: none;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.float-button-whatsapp:hover {
	background-color:#20B558;
	color:#FFF;
}

.whatsapp-float {
	margin-top:9px;
}

.icon-whatsapp {
    float: left;
	width: 25px;
    height: 25px;
    text-align: center;
	background-color: #25D366;
    color: #ffffff;	
	margin-right: 5px	
}

.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
    color: #fff;
    background-color: #28A745;
}

#autocomplete-container {
    position: relative;
}

#autocomplete-results {
    list-style: none;
    padding: 0;
    max-height: 350px; /* Altura máxima da lista antes de aparecer a barra de rolagem */
    overflow-y: auto; /* Adiciona uma barra de rolagem vertical se necessário */
    position: absolute;
    width: 80%;
    background-color: #fff; /* Adiciona uma cor de fundo branca */
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Adiciona uma sombra sutil */
    display: none; /* Inicialmente, a caixa de resultados está oculta */
    z-index: 999;
}

#autocomplete-results li {
    cursor: pointer;
    padding: 8px;

}

#autocomplete-results li:nth-child(even) {
    background-color: #f9f9f9; /* Cor de fundo para linhas pares */
}

#autocomplete-results li:last-child {
    border-bottom: none; /* Remove a borda inferior do último item da lista */
}

#autocomplete-results li:hover {
    background-color: #f0f0f0;
}

#results-container {
    min-height: 200px; /* Defina a altura mínima da div para torná-la scrollable */
}

#loading-indicator {
    text-align: center;
    padding: 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    display: none;
}

#loading-indicator img {
    width: 50px;
    height: 50px;
}

.image-input-container {
  margin-bottom: 20px;
}
.preview-container {
  max-width: 300px;
  margin-top: 10px;
  border: 1px dotted #ccc;
  border-radius: 10px;
  padding: 5px;
  display: none;
}
.preview-image {
  max-width: 100%;
  height: auto;
}
.placeholder {
  width: 100%;
  height: auto;
  max-height: 150px;
  display: block;
  margin: 0 auto;
}
    
/*
 * File
 */

.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
}
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: .075rem solid #ddd;
  border-radius: .25rem;
  box-shadow: inset 0 .2rem .4rem rgba(0,0,0,.05);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.file-custom:after {
  content: "Escolher Arquivo...";
}
.file-custom:before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  content: "Buscar";
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: .075rem solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

/* Focus */
.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}  




.widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-list[data-simplebar] {
  overflow-x: hidden;
}

.widget-title {
  margin-bottom: 1.125rem;
  font-size: 1.0625rem;
  font-weight: 500;
}

.widget-categories .accordion-item .accordion-header a{
  text-decoration: none;
}

.widget-categories .accordion-item {
  border: 0;
  border-radius: 0;
}
.widget-categories .accordion-body {
  padding: 0.625rem 0;
}
.widget-categories .accordion-button {
  padding: 0.444rem 0;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #4F70D2;
  box-shadow: none;
}
.widget-categories .accordion-button::after {
  width: 1.375rem;
  height: 1.375rem;
  padding-top: 0.0625rem;
  border-radius: 50%;
  background-position: center;  
  background-image: none;
  background-color: rgba(79, 112, 210, 0.1);
  font-family: "Font Awesome 5 Free";
  font-size: 0.5rem;
  font-weight: bold;
  content: "\f078";
  text-align: center;
  line-height: 1.375rem;
}
.widget-categories .accordion-button.collapsed {
  color: #4b566b;
}
.widget-categories .accordion-button.collapsed::after {
  background-color: #f3f5f9;
}
.widget-categories .accordion-button:hover {
  color: #4F70D2;
}
.widget-categories .accordion-button:hover::after {
  background-color: rgba(79, 112, 210, 0.1);
}
.widget-categories .widget-list-item {
  margin-bottom: 0.375rem;
  padding-left: 0.75rem;
}
.widget-categories .widget-list:not([data-simplebar]) {
  border-right: 2px solid #e3e9ef;
}
.widget-categories .widget-list:not([data-simplebar]) .widget-list-item {
  padding-right: 1rem;
}
.widget-categories .widget-list:not([data-simplebar]) .widget-list-item .widget-list:not([data-simplebar]) {
  border-right: 0;
}

.widget-list-item {
  margin-bottom: 0.5rem;
}
.widget-list-item:last-child {
  margin-bottom: 0;
}

.widget-list-link {
  display: block;
  transition: color 0.25s ease-in-out;
  color: #4b566b;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: normal;
}
.widget-list-link:hover {
  color: #4F70D2;
}

.active > .widget-list-link {
  color: #4F70D2;
}

.widget-light .widget-list-link {
  color: rgba(255, 255, 255, 0.65);
}
.widget-light .widget-list-link:hover {
  color: #fff;
}
.widget-light .active > .widget-list-link {
  color: #fff;
} 