/* Estilo personalizado para aumentar el tamaño de los radio buttons */
.radio-lg {
    width: 1.25em;
    height: 1.25em;
}

/* Ajuste adicional al margen */
.form-control label.mb-0 {
    margin-right: 10px; /* Controla la separación entre las opciones Sí y No */
}


.b-y-2 {
    border-width: 2px 2px 0px 2px;
    border-style: solid;
}
.b-rad-10 {
    border-radius: 0px 10px 0px 0px;
}
.ges-color {
    background-color: #D3FFF8;
}

.focus-border {
    border: 2px solid blue; /* Puedes ajustar el estilo del borde según tus preferencias */
}

.drop-down2 {
    position: relative;
}

.drop-down2 .dropdown-toggle#navbarDropdown {
    color: #000;
    padding: .25rem 1.5rem;
}

.drop-down2 .sub-menu2 {
    position: absolute;
    top: 0;
    left: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.drop2-down2 {
    position: relative;
}

.drop2-down2 .dropdown-toggle#navbarDropdown {
    color: #000;
    padding: .25rem 1.5rem;
}

.drop2-down2 .sub2-menu2 {
    position: absolute;
    top: 0;
    left: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.drop3-down2 {
    position: relative;
}

.drop3-down2 .dropdown-toggle#navbarDropdown {
    color: #000;
    padding: .25rem 1.5rem;
}

.drop3-down2 .sub3-menu2 {
    max-height: 500px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 100%;
}

.drop4-down2 {
    position: relative;
}

.drop4-down2 .dropdown-toggle#navbarDropdown {
    color: #000;
    padding: .25rem 1.5rem;
}

.drop4-down2 .sub4-menu2 {
    max-height: 500px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 100%;
}

.drop5-down2 {
    position: relative;
}

.drop5-down2 .dropdown-toggle#navbarDropdown {
    color: #000;
    padding: .25rem 1.5rem;
}

.drop5-down2 .sub4-menu2 {
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 15rem;
}

@media screen and (max-width:768px) {
    .drop-down2 .sub-menu2 {
        max-height: none;
        overflow-y: auto;
        position: static;
    }

    .drop2-down2 .sub2-menu2 {
        max-height: none;
        overflow-y: auto;
        position: static;
    }

    .drop3-down2 .sub3-menu2 {
        max-height: none;
        overflow-y: auto;
        position: static;
    }

    .drop4-down2 .sub4-menu2 {
        max-height: none;
        overflow-y: auto;
        position: static;
    }

    .drop5-down2 .sub4-menu2 {
        max-height: none;
        overflow-y: auto;
        position: static;
    }
}

.altura3030 {
    width: 30px;
    height: 30px;
}

.sub-menu:hover .games-menu {
    display: block;
}

.sub-menu2:hover .our-pick-menu {
    display: block;
}

.xl-icon {
    width: 9rem;
    height: 9rem;
}

.big-icon {
    width: 7rem;
    height: 7rem;
}

.mid-icon {
    width: 5rem;
    height: 5rem;
}

.normal-icon {
    width: 3rem;
    height: 3rem;
}

.sm-icon {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.h4-icon {
    width: 1.4rem;
    height: 1.4rem;
}

.h5-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.min-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.full {
    width: 7rem;
}

.submen-active {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #003785;
    color: #003785;
}

.submen-inactive {
    color: #7175ab;
}

.bg-light-gray {
    background-color: rgb(214, 234, 248);
}

.bg-light-gray-500 {
    background-color: rgb(214, 234, 248, 0.99);
}

.bg-light-cyan {
    background-color: rgb(214, 234, 248);
}

.text-underline {
    text-decoration-line: underline;
}

.text-tres-cuartos {
    font-size: 0.75rem;
}

.text-cuatro-quintos {
    font-size: 0.8rem;
}


.li-condicion {
    list-style-type: none;
}

.sub-title-text {
    font-size: 30px;
}

.title-text {
    font-size: 2rem;
}

.ft-09 {
    font-size: 0.9rem;
}

.soft-border {
    border-radius: 50px;
    padding: 5px;
}

.pointer {
    cursor: pointer
}

.bg-soft-orange {
    background-color: #FC7300;

}

.bg-success-pastel {
    background-color: #8de4ad;

}

.bg-danger-pastel {
    background-color: #f8a6a6;

}

.text-black {
    color:#000000;

}

.cover-father {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.fake-a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

img.emoji {
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
}

.table-s {
    background-color: #f8f9fa;
    font-size: 12px;
}

.table-s th,
.table-s td {
    border-color: #dee2e6;
    padding: 0.3rem;
}

.table-s th {
    background-color: #e9ecef;
}


/* .half-vertical {
    height: 50%;
    width: 100%;
} */
.modal {
    z-index: 1050; /* Valor superior al z-index de Select2 */
}

.special-select-to-modal {
    z-index: 1060;
}
.orange-title{
    color:rgb(128, 65, 11); background-color: rgb(246,157,37);
}

.light-orange-title{
    color:rgb(128, 65, 11); background-color: rgb(252, 184, 96);
}
