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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.form-group {
    margin-bottom: 25px;
}

.container-01 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: linear-gradient(45deg, #177174, #6cbf65);
}

.container {
    background-color: #fff !important;
    border-radius: 20px;
    box-shadow: 2px 0px 16px -8px #000;
    padding: 30px;
}

.container-cabecalho {
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.container-cabecalho h1 {
    font-size: 35px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    font-weight: 500;
}

.mb-2 {
    margin-bottom: 0px!important;
}

.form-control {
    display: block!important;
    width: 100%!important;
    background: #fff!important;
    font-size: 15px!important;
    line-height: 1.5!important;
    color: #454545!important;
    border-radius: 20px;
    height: 49px;
}

.col-check-form {
    width: 33%!important;
}


.custom-select {
    position: relative;
    width: 100%;
}

#custom_select_dropdown_nome {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    /* Inicialmente oculto */
    z-index: 1000;
    margin-top: -3px;
    border-radius: 20px;
}

#custom_select_dropdown_freteiro {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    /* Inicialmente oculto */
    z-index: 1000;
    margin-top: -3px;
    border-radius: 20px;
}

#custom_select_dropdown_terceiro {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    /* Inicialmente oculto */
    z-index: 1000;
    margin-top: -3px;
    border-radius: 20px;
}


#custom_select_dropdown_nome_terceiro {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    /* Inicialmente oculto */
    z-index: 1000;
    margin-top: -3px;
    border-radius: 20px;
}

#custom_select_dropdown_tipo_relato {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* Essencial no iPhone */
    z-index: 1000;
    display: none; /* ou block se for visível */
}

#custom_select_dropdown_infrator {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    /* Inicialmente oculto */
    z-index: 1000;
    margin-top: -3px;
    border-radius: 20px;
}

#custom_select_dropdown_area {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    /* Inicialmente oculto */
    z-index: 1000;
    margin-top: -3px;
    border-radius: 20px;
}

#custom_select_dropdown_empresa {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    /* Inicialmente oculto */
    z-index: 1000;
    margin-top: -3px;
    border-radius: 20px;
}

#custom_select_dropdown_filial {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    /* Inicialmente oculto */
    z-index: 1000;
    margin-top: -3px;
    border-radius: 20px;
}

#custom_select_dropdown_area_infrator {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* Para scroll suave no iPhone */
    z-index: 1000;
    display: none; /* Mostrar dinamicamente */
}

.dropdown-item {
    padding: 10px;
    cursor: pointer;
}
.dropdown-item:hover {
    background-color: #f0f0f0;
}


.transcription-btn {
    background: linear-gradient(45deg, #08701f, #07bd15);
    border-radius: 20px;
    margin-top: 10px;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}
.transcription-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#custom_select_dropdown_tarefa_seguranca {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    display: none; /* mostrar dinamicamente */
}

#custom_select_dropdown_atividade_infrator {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iPhone scroll suave */
    z-index: 1000;
    display: none; /* mostrar dinamicamente */
}