﻿.field-validation-error{
    color: red;
}

.zero-padding {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.custom-plan-coast {
    color: red;
    font-size: 11px;
}

.error {
    color: red;
}

.select2 {
    width: 100% !important;
}

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

.select2-selection__arrow {
    height: 32px !important;
    width: 35px !important;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 11rem !important;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .8125rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .1875rem;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
    width: auto !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}

    .dropdown-menu a {
        margin-top: 5px !important;
    }

    .dropdown-menu button {
        margin-top: 5px !important;
    }

.vl {
    border-left: 6px solid #26a69a;
    height: auto;
}

/* Estilo para dropdown de seleção de tema */
.theme-select-dropdown {
    max-height: 400px !important;
    z-index: 9999 !important;
}

.theme-select-dropdown .select2-results {
    max-height: 380px !important;
    overflow-y: auto !important;
}

.theme-select-dropdown .select2-results__option {
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.5 !important;
}

.theme-select-dropdown .select2-results__option--highlighted {
    background-color: #f0f0f0 !important;
}

/* Garantir que o campo selecionado também mostre a cor */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
}

/* Garantir que o dropdown apareça acima de outros elementos no modal */
.select2-container--default .select2-dropdown {
    z-index: 9999 !important;
}