/* Overlay CSS */
#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#loading-overlay .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.select2-container {
    text-align:center;
    max-width: 1280px !important;
    
	
}

.select2-selection--single {
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #ced4da !important;
    border-radius: 16px !important;
    padding: 10px 10px !important;
    background-color: #f5f5f5 !important;
   /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;*/
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.select2-selection--single:focus {
    border-color: #80bdff !important;
    outline: 0 !important;
  /*  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;*/
}

.select2-selection__arrow {
    height: 46px !important;
    border-color: #ffffff !important;
}

.select2-selection__rendered {
    line-height: 36px !important;
    color: #404040 !important;
}

.select2-selection__placeholder {
   color: #404040 !important;
}

.select2-results {
    text-align: left !important;
}

.select2-results__option {
    padding: 8px 12px !important;
	font-size:12px !important
}

.select2-results__option--highlighted {
    background-color: #e9ecef !important;
    color: #495057 !important;
}

.select2-dropdown {
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
	padding:2px !important;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1) !important;
}

.localidadeDivConteiner{
    

margin:5px 20px 5px 20px !important;

     display: flex;
    justify-content: center;  /* Centraliza horizontalmente */
    
}

 .select2-selection__clear {
    
    margin-left: 10px;
}

#localidade-form{
   width: 100%;
    max-width: 1280px; /* Define um limite máximo de largura para o formulário */
    padding: 20px;
    box-sizing: border-box;
 
}

.localidadeDivConteiner {
    margin: 5px 20px 0px 20px !important;
    display: flex;
    justify-content: center;
}