﻿#send, .comentario {
    background: #b71c1c;
}

#send {
    margin-bottom: 20px;
}

.comentario {
    height: 50px;
    display: flex;
}

.btnContainer {
    display: flex;
    justify-content: center;
}

#policy{
    color: blue;
    cursor: pointer;
}

.swal-custom-font {
    font-size: 20px;
    text-align: justify !important;
}

.swal2-popup #swal2-content {
    text-align: justify !important;
}




.checkbox-group {
    display: flex;
    flex-direction: column;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

    .checkbox > input[type="checkbox"] {
        display: none; /* Oculta el checkbox nativo */
    }

.checkmark2 {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #8a8a8a;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
}

    .checkmark2:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox input[type="checkbox"]:checked + .checkmark2 {
    background-color: #727485; /* Cambia el color del check al ser seleccionado */
}

    .checkbox input[type="checkbox"]:checked + .checkmark2:after {
        display: block;
    }

.checkbox:hover .checkmark2 {
    border-color: #666;
}

/* A�adir el "chulo" como pseudo-elemento */
.checkbox input[type="checkbox"]:checked + .checkmark2::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 1px;
    width: 8px;
    height: 17px;
    border: solid white;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

.ctrl {
    display: block;
    float: left;
    min-width: 100px;
    padding-right: 15px
}
