﻿input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-calendar-picker-indicator {
    background: none;
    display: none;
    -webkit-appearance: none;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

.color_rojo {
    color: red !important;
}
/*Hace que Navbar y Footer no se muevan*/
.page-titles {
    margin: 0 0px 10px;
}

@media (max-width:315px) {

    #setTamano {
        font-size: 17px !important;
    }

    .tamanioMontoPagar {
        font-size: 17px !important;
    }
}

@media (max-width:300px) {
    .rating-box .rating-container label {
        font-size: 30px !important;
    }

    #setTamano {
        font-size: 13px !important;
    }

    .tamanioMontoPagar {
        font-size: 16px !important;
    }
}

@media (max-width: 360px) {
    #setTamano {
        font-size: 16px;
    }

    .tamanioMontoPagar {
        font-size: 16px !important;
    }

    .rating-box .rating-container label {
        font-size: 12px;
    }
}

@media (min-width: 429px) {
}

@media (max-width: 430px) {
    #setTamano {
        font-size: 18px;
    }

    .tamanioMontoPagar {
        font-size: 18px !important;
    }
}

@media (min-width: 577px) {
    .img_producto img {
        max-width: 280px;
        width: 50%;
    }

    #setTamano {
        font-size: 25px;
    }

    .tamanioMontoPagar {
        font-size: 25px !important;
    }
}

@media (max-width: 576px) {
    .img_producto img {
        width: 28%;
    }
}

@media (min-width: 767px) {
    .show-mobile {
        display: none;
    }

    #navbar-acsa .hidden-desktop {
        display: none;
    }

    #navbar-acsa .hidden-mobile {
        display: block !important;
    }
}

@media (max-width: 767px) {
    #navbar-acsa .hidden-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .range-text-r {
        position: absolute;
        right: 20px;
    }

    .range-text-l {
        left: 20px;
        position: absolute
    }

    #navbar-acsa .hidden-desktop {
        display: block;
    }

    #tamNavegadoresImg {
        width: 250px;
    }
}

.center-center {
    justify-content: center;
    display: flex;
    align-items: center;
}

/*Scroll tables*/

th {
    position: sticky;
    top: 0;
}

.my-custom-scrollbar {
    position: relative;
    height: 150px;
    overflow-y: scroll;
}

.table-wrapper-scroll-y {
    display: block;
}

#scrollTable,
#tablaParientes,
#tablaAsociados,
#tablaSociedades {
    white-space: nowrap;
    overflow-x: scroll;
}
/*End scroll tables*/



.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: #ffffff;
        border: 0px solid black;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
        width: 10px;
        height: 10px;
    }


    .regular-checkbox:checked + label {
        background-color: #ffffff;
        border: 1px solid #003A84;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #348ada;
    }

check
.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #003A84;
}

.modal-color {
    background: #003A84;
}

.colorLetterModal {
    color: white;
}

.bootstrap-select .dropdown-menu {
    max-width: 100% !important;
}

.swal2-confirm {
    background-color: #003A84 !important;
}





/*Estilo para la pagina de archivos*/
.form {
    width: 500px;
    margin: 5% auto;
}

.form__container {
    position: relative;
    width: 100%;
    height: 200px;
    border: 2px dashed silver;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: silver;
    margin-bottom: 5px;
}

    .form__container.active {
        background-color: rgba(192, 192, 192, 0.2);
    }

.form__file {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.form__files-container {
    display: block;
    width: 100%;
    font-size: 0;
    margin-top: 20px;
}

.form__image-container {
    display: inline-block;
    width: 49%;
    height: 200px;
    margin-bottom: 10px;
    position: relative;
}

    .form__image-container:not(:nth-child(2n)) {
        margin-right: 2%;
    }

    .form__image-container:after {
        content: "✕";
        position: absolute;
        line-height: 200px;
        font-size: 30px;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        text-align: center;
        font-weight: bold;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }

    .form__image-container:hover:after {
        opacity: 1;
        cursor: pointer;
    }

.form__image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.custom-file-container {
    max-width: 100%;
    margin: 0 auto;
}




.custom-file-container_custom-filecustom-file-control_button {
    color: #f2f4f8 !important;
    background-color: #003A84 !important;
}

/*-----------------------------------fin----------------------------------*/


.rating-box {
    display: inline-block;
}

    .rating-box .rating-container {
        direction: rtl !important;
    }

        .rating-box .rating-container label {
            display: inline-block;
            margin: 15px 0;
            color: #d4d4d4;
            cursor: pointer;
            font-size: 50px;
            transition: color 0.2s;
            padding-left: 0 !important;
        }

        .rating-box .rating-container input {
            display: none;
        }

            .rating-box .rating-container label:hover, .rating-box .rating-container label:hover ~ label, .rating-box .rating-container input:checked ~ label {
                color: #ffd100;
            }

/*----------------------Fin--------------------*/

/*---------------------------*/

.colored-toast.swal2-icon-error {
    background-color: #EC3237 !important;
    position: absolute !important;
    z-index: 15000 !important;
}

.custom-file-container_custom-file_custom-file-input:focus ~ span {
    outline: 1px dotted #E2E0DF !important;
}


/*--------------------------------------------------------------------------------------------------------------*/
/* Estilo para Pagina de pago*/
/*--------------------------------------------------------------------------------------------------------------*/


.contenidoPago {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px !important;
    /*margin-top: -19px;*/
}

.thin {
    font-weight: 400;
}

.small {
    font-size: 12px;
    font-size: .8rem;
}

.half-input-table {
    border-collapse: collapse;
    width: 100%;
}

    .half-input-table td:first-of-type {
        border-right: 10px solid #4488dd;
        width: 50%;
    }

.window {
    /* height: 590px;*/
    width: 800px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    z-index: 10;
}

.order-info {
    height: 100%;
    width: 50%;
}

.order-table td:first-of-type {
    width: 25%;
}

.order-table {
    position: relative;
}

.line {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ddd;
}

.order-table td:last-of-type {
    vertical-align: top;
    padding-left: 25px;
}

.order-info-content {
    table-layout: fixed;
    padding: 20px;
}

.full-width {
    width: 100%;
}

.pay-btn {
    border: none;
    background: #FFD100;
    line-height: 2em;
    border-radius: 10px;
    font-size: 19px;
    font-size: 1.2rem;
    color: black;
    cursor: pointer;
    /* position: absolute;*/
    bottom: 25px;
    width: calc(100% - 50px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    .pay-btn:hover {
        background: #FFD100;
        color: black;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.skip-fee-btn {
    border: none;
    background: #FF5733; /* Color cambiado a un tono anaranjado */
    line-height: 2em;
    border-radius: 10px;
    font-size: 19px;
    font-size: 1.2rem;
    color: white; /* Texto en blanco para mejor contraste */
    cursor: pointer;
    /* position: absolute;*/
    bottom: 25px;
    width: calc(100% - 50px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}



.dense {
    line-height: 1.2em;
    font-size: 16px;
    font-size: 1rem;
}

.credit-info {
    background: #003A84;
    height: 100%;
    width: 50%;
    color: #eee;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-size: .9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}

.credit-info-content {
    margin-top: 25px;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 600px) {
    .window {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 0px;
    }

    .order-info {
        width: 100%;
        height: 182px;
        padding-bottom: 100px;
        border-radius: 0px;
    }

    .credit-info {
        width: 100%;
        height: auto;
        padding-bottom: 100px;
        border-radius: 0px;
    }

    .pay-btn {
        border-radius: 0px;
    }

    #redes {
        display: none;
    }

    #divImgPTC {
        display: none;
    }
}

#labelMonto {
    font-weight: bold;
    font-size: 18px;
}

#monto {
    font-size: 30px;
    color: #FFD100;
    font-weight: bold;
}


@media (max-width: 824px) {
    #labelMonto {
        font-size: 16px;
    }

    #monto {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    #labelMonto {
        font-size: 18px;
    }

    #monto {
        font-size: 30px;
    }

    .cont {
        display: flex;
        flex-direction: column;
    }

    .m1 {
        order: 2;
        font-size: 20px;
    }

    .m2 {
        order: 1;
    }
}


.boder_inferior td {
    border-bottom: 1px solid #A6ACAF;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Fin de estilo para Pagina de pago*/
/*--------------------------------------------------------------------------------------------------------------*/

#loadPageHtml {
    display: block;
    background: #003A84;
    color: black;
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000;
}

#loadPage {
    display: block;
    background: #003A84;
    color: white;
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000;
}

#imgLoader {
    display: block;
    position: absolute;
    top: -50px !important;
    left: 0;
    bottom: 10% !important;
    right: 0;
    margin: auto !important;
}

#loadPage label {
    display: block;
    height: 30px;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    margin: auto;
}

#loading-dots {
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.popup-trigger {
    position: inherit;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 3px solid #003A84;
    color: #003A84;
    font-size: 5px;
    font-weight: bold;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

#recaptcha_container, #rc-imageselect {
    transform: scale(0.84);
    align-self: center;
}

.tooltip-arrow,
.tooltip > .tooltip-inner {
    background-color: #003A84;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 576px) {
    .no-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.navbar-brand {
    display: flex;
    align-items: center; /* Esta línea centra verticalmente los elementos dentro de .navbar-brand */
}