div#mecanicaImagenModal,
div#felicitacionesImagenModal {
    background: #000000b8;
}

div#mecanicaImagenModal .modal-content,
div#felicitacionesImagenModal .modal-content {
    background: transparent;
}


div#mecanicaImagenModal .modal-header,
div#felicitacionesImagenModal .modal-header {
    border: 0;
    text-align: end !important;
    justify-content: end !important;
}

div#mecanicaImagenModal .modal-header button.btn-modal-close,
div#notaLegalModal .modal-header button.btn-modal-close,
div#condicionParticipacionModal .modal-header button.btn-modal-close,
div#felicitacionesImagenModal .modal-header button.btn-modal-close {
    animation: pulseBtn 1.5s infinite;
}

div#mecanicaTextoModal,  div#notaLegalModal, div#condicionParticipacionModal,
div#felicitacionesModal {
    background: #00000061;
}

div#mecanicaTextoModal .modal-content,
div#notaLegalModal .modal-content,
div#condicionParticipacionModal .modal-content,
div#felicitacionesModal .modal-content {
    background: #000000 !important;
    color: white;
    padding-bottom: 1em;
}


div#mecanicaTextoModal .modal-header,
div#notaLegalModal .modal-header,
div#condicionParticipacionModal .modal-header,
div#felicitacionesModal .modal-header {
    border: 0;
}

div#mecanicaTextoModal .modal-header h5, div#notaLegalModal .modal-header h5, div#condicionParticipacionModal .modal-header h5{
    font-size: 1.5rem;
}

div#condicionParticipacionModal li {
    font-size: 0.9em;
}

.encuesta-checkbox {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.encuesta-form-check {
    color: white;
    margin-bottom: .85em !important;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.encuesta-label {
    font-size: 1.1rem;
    margin-left: 1em;
}

.form-label.label-realizar {font-size: 1.1rem;}

input.form-control.otro-input {
    border-radius: 30px;
    margin-left: .85em;
}

.input-realizar {
    font-size: 1.05rem;
    border-radius: 30px;
    color: black;
    font-weight: bold;
    padding-left: 0.85em;
}

.input-realizar::placeholder {
    font-size: 0.9rem !important;
}


.ranking-etiqueta {
    background: #0025FF;
    padding: 0.5rem;
}

li.list-group-item.without-box {
    background: #00000075;
    color: white;
    font-weight: bold;
    margin-bottom: .85rem;
    border: 2px dashed #292929 !important;
    min-height: 60px;
    position: relative;
    /* Necesario para posicionar el pseudo-elemento */
    cursor: pointer;
}

.over-zone {
    border: 2px solid #03A9F4 !important;
    /* Resalta el área de destino con un borde verde */
    background-color: #0025ff2e !important;
    /* Fondo ligero para indicar la zona de soltar */
}


/* Agregar un pseudo-elemento para cubrir todo el li */
li.available_zone::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    /* Oculto por defecto */
}

li.available_zone.over-zone::after {
    display: block;
    /* Muestra solo cuando está en la zona de soltar */
}

.ui-draggable {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


div.ui-draggable {
    cursor: grab;
    /* Cambia a una mano cuando se toca */
}

div.ui-draggable:active {
    cursor: grabbing;
    /* Cambia a una mano cerrada cuando se está arrastrando */
}

.range-question {
    position: relative;
    width: 100%;
    height: 5px;

}

.input-group input[type="text"] {
    text-wrap: wrap !important;
    border-left: 0;
    border-color: #dee2e6 !important;
}

.range-question input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    -webkit-appearance: none;
}

.range-question input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #0025ff;
    cursor: pointer;
    border: 0 !important;
}

.range-question input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #0025ff;
    cursor: pointer;
    border: 0 !important;
}

.range-question input::-ms-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #0025ff;
    cursor: pointer;
    border: 0 !important;
}

.range-question input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range-question input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range-question input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range-question input:focus {
    background: none;
    outline: none;
}

.range-question input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels-question {
    margin: 18px -4% 0;
    padding: 0;
    list-style: none;
}



.range-question input::-webkit-slider-runnable-track {
    border-radius: 1rem;
}

.range-question input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(81 149 175);
    box-shadow: -50rem 0 5rem 20rem #0025ff,
        -40rem 0 5rem 30rem #0025ff,
        -25.5rem 0 0 25rem #0025ff,
        -30rem 0 2rem 25rem #0025ff;
}

.range-question input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 1rem;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1rem;
    background: #ffffff;
}

.progress-bar {
    background: #0025ff !important;
}


.range-value {
    position: absolute;
    top: -50%;
}

.range-value span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #0025ff;
    color: #fff;
    font-size: 11px !important;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    border-radius: 6px;
}

.range-value span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #0025ff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}


div#drop-zone {
    margin: auto;
    height: fit-content;
    max-height: 320px;
    min-height: 200px;
}

div#drop-zone img[data-name="box-preview"] {
    object-fit: cover !important;
    max-height: 300px;
    min-height: 180px;
}

.input-group-text.without-box.border-rounded {
    border-radius: 30px;
    background: none;
    border: 0;
}

input.border-radius-both {
    border-radius: 30px !important;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #ffffff;
    text-align: center;
    height: 1em;
    opacity: 0.5;
    margin-top: 0
}

.hr-text:before {
    content: "";
    background: linear-gradient(to right, #adadad57, #ffffff, #adadad57);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}



 .select2-container--default .select2-results>.select2-results__options li{
    font-size: .9rem !important;
    color: white;
    font-weight: bold !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0028f9 !important;
    color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0223fb !important;
    color: white !important;
    border: 0px !important;
    font-weight: bold;
    font-size: 0.9em;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
    border: none !important;
}

.encuesta-label.small {
    font-size: 1em;
}

.bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.w-150{
    width: 150px !important;
}