﻿:root {
    --secondary-color-Aviso: #236c91;
}

body {
    font-family: 'Inter', sans-serif;
}

main {
    background: #f8fafc;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.dark ::-webkit-scrollbar-thumb {
    background: #475569;
}

.readonly-field {
    background-color: #e0e0e0 !important; /* Gris claro */
    color: #6c757d !important; /* Texto más tenue */
    border: 1px solid #bdbdbd !important; /* Borde más discreto */
}

.ContainerBaseAviso {
    box-sizing: border-box;
    border: 3px solid #EAEAEA;
    padding: 29px;
}

.ContainerBaseResumenAviso {
    box-sizing: border-box;
    border: 3px solid #EAEAEA;
    padding-top: 30px
}


/*------------------------------------------ */
/*-------------- header ----------------- */
/*------------------------------------------ */
#header-resumen-aviso {
    position: sticky;
    top: 1px;
    background: #ffffff;
    z-index: 3;
    box-shadow: 3px 4px 8px #c1c1c175 !important;
    transition: box-shadow 0.3s ease;
}


    #header-resumen-aviso.stuck {
        box-shadow: 0 8px 16px rgba(0,0,0,0.15);
        background: #236c91;
    }
    
/*------------------------------------------ */
/*-------------- Accordion ----------------- */
/*------------------------------------------ */
.accordion-header {
    border-color: black;
    height: 40px;
}

.accordion-button {
    background-color: transparent !important;
    color: rgba(71,72,74,1) !important;
    font-weight: 600;
    padding: 10px .5rem 0rem .5rem;
    border-color: transparent;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

    .accordion-button:not(.collapsed) {
        box-shadow: none;
        border-color: transparent;
    }

.accordion-item {
    margin-bottom: 25px;
    border-radius: 4px !important;
    background-color: #F4F4F4;
}

.accordion-button.collapsed {
    background: #DF6E09;
}

    .accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2248 10.3176C24.2584 9.32955 24.2584 7.72904 23.2248 6.74102C22.1912 5.75299 20.5168 5.75299 19.4832 6.74102L12 13.8941L4.51681 6.74102C3.48319 5.75299 1.80883 5.75299 0.775212 6.74102C-0.258404 7.72904 -0.258404 9.32955 0.775212 10.3176L10.1292 19.259C11.1628 20.247 12.8372 20.247 13.8708 19.259L23.2248 10.3176Z' fill='white'/%3E%3Cmask id='mask0_971_17359' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='6' width='24' height='14'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2248 10.3176C24.2584 9.32955 24.2584 7.72904 23.2248 6.74102C22.1912 5.75299 20.5168 5.75299 19.4832 6.74102L12 13.8941L4.51681 6.74102C3.48319 5.75299 1.80883 5.75299 0.775212 6.74102C-0.258404 7.72904 -0.258404 9.32955 0.775212 10.3176L10.1292 19.259C11.1628 20.247 12.8372 20.247 13.8708 19.259L23.2248 10.3176Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_971_17359)'%3E%3Crect y='24' width='24' height='24' transform='rotate(-90 0 24)' fill='%23D76710'/%3E%3C/g%3E%3C/svg%3E%0A");
    }

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2248 10.3176C24.2584 9.32955 24.2584 7.72904 23.2248 6.74102C22.1912 5.75299 20.5168 5.75299 19.4832 6.74102L12 13.8941L4.51681 6.74102C3.48319 5.75299 1.80883 5.75299 0.775212 6.74102C-0.258404 7.72904 -0.258404 9.32955 0.775212 10.3176L10.1292 19.259C11.1628 20.247 12.8372 20.247 13.8708 19.259L23.2248 10.3176Z' fill='white'/%3E%3Cmask id='mask0_971_17359' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='6' width='24' height='14'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2248 10.3176C24.2584 9.32955 24.2584 7.72904 23.2248 6.74102C22.1912 5.75299 20.5168 5.75299 19.4832 6.74102L12 13.8941L4.51681 6.74102C3.48319 5.75299 1.80883 5.75299 0.775212 6.74102C-0.258404 7.72904 -0.258404 9.32955 0.775212 10.3176L10.1292 19.259C11.1628 20.247 12.8372 20.247 13.8708 19.259L23.2248 10.3176Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_971_17359)'%3E%3Crect y='24' width='24' height='24' transform='rotate(-90 0 24)' fill='%23D76710'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion-body {
    padding: 3px;
    /*background-color:#f4f4f4;*/
}


/*------------------------------------------ */
/*-------------- Group Form ---------------- */
/*------------------------------------------ */
.basico {
    background-color: white;
    padding: 26px;
}

.GroupGeneral {
    margin-bottom: 22px;
}

    .GroupGeneral .dx-form-group-caption {
        color: var(--colorBase);
        background-color: white;
    }

    .GroupGeneral .dx-form-group-content {
        border-top: 0px;
        /*padding-top: 2%;*/
    }

.GroupGeneral2 .dx-form-group-caption {
    color: var(--colorBase);
    background-color: white;
}

.GroupGeneral2 .dx-form-group-content {
    border-top: 0px;
    /*padding-top: 2%;*/
}

.GroupGeneralDeclarante .dx-form-group-caption {
    color: var(--colorBase);
    background-color: white;
}

.GroupGeneralDeclarante .dx-form-group-content {
    border-top: 0px;
    padding-top: 2%;
}

.dx-field-item-help-text, .dx-field-item-label-text {
    /*color: #595B5A;*/
    color: #595B5A;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.dx-selectbox-container .dx-dropdowneditor-icon::before {
    content: '\f107';
    font-weight: bold;
    font-family: "Font Awesome 6 Pro";
    color: var(--secondary-color-Aviso);
    background: none !important;
}

.btnGrabarSiniestro {
    border-radius: 30px;
    background-color: var(--secondary-color-Aviso);
    color: white;
    text-transform: uppercase;
    padding: 1.3% 4%;
    font-size: .7em;
    font-weight: 600;
    transition: all .3s ease;
}

    .btnGrabarSiniestro:hover {
        color: white;
        filter: saturate(120%);
    }
/*------------------------------------------ */
/*-------------- Modal ---------------- */
/*------------------------------------------ */
.modal-backdrop {
    background-color: #002B79;
}

.dx-dropdowneditor-icon {
    color: var( --secondary-color-Aviso);
}

.dx-datebox-calendar .dx-dropdowneditor-icon {
    color: var(--secondary-color-Aviso);
}


.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content {
    padding: 2px 15px 4px;
    color: var(--secondary-color-Aviso);
}

.dx-calendar-navigator-previous-month.dx-button .dx-icon, .dx-calendar-navigator-previous-view.dx-button .dx-icon {
    color: var(--secondary-color-Aviso);
}

.dx-calendar-navigator-next-month.dx-button .dx-icon, .dx-calendar-navigator-next-view.dx-button .dx-icon {
    color: var(--secondary-color-Aviso);
}

.dx-field-item-required-mark {
    visibility: hidden;
}

.txtResumen {
    text-transform: uppercase;
    color: rgba(0,0,0,.6);
    font-size: .7rem;
    margin-bottom: 3%;
    font-weight: bold;
}

.txtTitleResume {
    text-transform: uppercase;
    color: var(--colorBase);
    font-size: .8rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.txtDataVehiculo {
    text-transform: uppercase;
    font-size: .7rem;
    font-weight: 800;
    color: rgba(0,0,0,0.6);
    margin-bottom: 0px;
}

.txtPlacaVehiculo {
    text-transform: uppercase;
    font-size: .7rem;
    color: rgba(0,0,0,0.6);
    margin-bottom: 0px;
}

.ContainerImgCar {
    position: relative;
}

    .ContainerImgCar:before {
        content: '';
        position: absolute;
        height: 10%;
        width: 60%;
        bottom: 20%;
        background-color: var(--colorBase);
        border-radius: 22px;
    }

.imgCar {
    width: 1.5rem;
}


.BGLight {
    background: var(--colorBaseLight);
}

.IconCheckResumen {
    color: var(--colorBase);
    background-color: white;
}

.ContainerTxtStepResumen {
    border-bottom: 2px solid rgba(0,0,0,.2);
}

.txtStepResumen {
    font-size: .7rem;
    margin-bottom: 0px;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 3%;
    text-transform: uppercase;
    font-weight: bold;
}

.CStep {
    margin-bottom: 2%;
}

#ContainerAllStep {
    position: relative;
}

#ContainerAllStep::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1%;
    background-color: var(--colorBase);
    left: 8%;
    top: 0%;
    z-index: -1;
}

.dx-radiobutton-icon-checked {
    position: relative;
}

    .dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
        padding: 0;
        position: absolute;
        margin: 0;
        top: 0;
        left: 0;
    }

/*------------------------------------------ */
/*-------------- Vehiculo Siniestrar ------- */
/*------------------------------------------ */


.btnPlate {
    background-color: var(--secondary-color-Aviso);
    border-radius: 0px 4px 4px 0px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-size: .7rem;
    color: white;
    transition: .3s all ease;
    height: 50px;
    margin-left: -3px !important;
}

.GroupButtonPlate {
    padding-left: 0px !important;
}

.dx-fieldset {
    min-height: 560px;
    width: 560px;
    margin: 0 auto;
}

.currency {
    min-width: 32px;
}

.dx-button.ButtonPlateSearch .dx-button-content {
    border: none;
    height: 50px;
    margin: 0px -2px 0px 0px;
    color: white;
    border-radius: 0px 3px 3px 0px;
    background-color: var(--secondary-color-Aviso);
    width: 91px;
}

.dx-texteditor.dx-editor-outlined {
    border-radius: 12px;
    overflow: hidden;
}

.dx-button-normal, .btnDoc1 {
    margin: 0px !important;
    border: none;
}

/*------------------------------------------ */
/*-------------- Declarante ---------------- */
/*------------------------------------------ */

.btnDoc1Declarante {
    background-color: var(--secondary-color-Aviso);
    border-radius: 0px 4px 4px 0px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-size: .7rem;
    color: white;
    transition: .3s all ease;
    height: 50px;
    margin-left: -3px !important;
}

.btnDoc1Declarante:hover {
    color: white;
    filter: saturate(120%);
}

.GroupButtonDoc {
    padding-left: 0px !important;
}

.GroupInputDoc {
    padding-right: 0px !important;
}

#MapUbicacionDeclarante {
    height: 300px;
}

.inactiveButton {
    opacity: 0.7;
    pointer-events: none;
}


#MapUbicacionSiniestro {
    height: 300px;
}

/*------------------------------------------ */
/*-------------- Declarante ---------------- */
/*------------------------------------------ */

.btnDocConductor {
    background-color: var(--secondary-color-Aviso);
    padding: 8.8% 5%;
    border-radius: 0px 4px 4px 0px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-size: .7rem;
    color: white;
    transition: .3s all ease;
    height: 50px;
}

.btnDocConductor:hover {
    color: white;
    filter: saturate(120%);
}

/*------------------------------------------ */
/*-------------- Informacion --------------- */
/*------------------------------------------ */

.CheckConfirmacion .dx-field-item-content {
    width: 4% !important;
}

.CheckConfirmacion .dx-field-item-label {
    width: 96%;
}

.CheckConfirmacion .dx-field-item-label-content {
    width: 100% !important;
}

.CheckConfirmacion .dx-field-item-label-text {
    width: 100%;
    white-space: normal;
}

.CheckConfirmacion .dx-checkbox-icon {
    height: 24px;
    width: 24px;
    border: 1px solid #595B5A;
}

.ContainerDataDocumentacionNecesaria {
    padding: 2% 0%;
    background: #E5EAF2;
}

.IconDocNecesaria {
    color: #006fb9;
}

.textDataDocumentacionNecesaria {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9rem;
    margin-bottom: 0px;
}

.subtextDataDocumentacionNecesaria {
    font-size: .9rem;
    margin-bottom: 0px;
}

.IconDocsCheck {
    color: #00953a;
}

.txtDocsCheck {
    margin-bottom: 0px;
}

/*------------------------------------------ */
/*-------------- Talleres ------------------ */
/*------------------------------------------ */

#MapTaller {
    height: 474px;
    border-radius: 14px;
}

.InputDatosTaller:first-child {
    margin-top: 1%;
}

.InputDatosTaller {
    margin-bottom: 2.5%;
}

/*------------------------------------------ */
/*-------------- Terceros ------------------ */
/*------------------------------------------ */

.txtTitleTercero {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 1rem;
    color: var(--colorBase);
}

.txtDetail {
    margin-bottom: 0px;
    font-size: .8rem;
    color: rgba(0,0,0,.8);
    font-style: italic;
}

.ContainerImgTercero {
    padding: .3%;
    /*border: 1px dashed rgba(0,0,0,0.3);*/
}

.imgTerceros {
    width: 2rem;
}

.ContainerTitleSectionTercero {
    border-bottom: 1px solid rgba(0,0,0,.3);
}

.IconAddTerceros {
    cursor: pointer;
    color: var(--secondary-color-Aviso);
}

.ContainerAddTercero {
    padding: .1%;
    border: 1px rgba(0,0,0,0.3);
}

.txtAddTercero {
    font-weight: bold;
    font-size: .9rem;
    color: var(--secondary-color-Aviso);
    margin-bottom: 0px;
    cursor: pointer;
}

.txtTitleElement {
    font-size: .9rem;
    color: rgba(0,0,0,.9);
    margin-bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.txtSubTitleElement {
    font-size: .7rem;
    color: rgba(0,0,0,.7);
    margin-bottom: 0px;
}

.txtDetalleEdit {
    color: var(--secondary-color-Aviso);
    font-weight: bold;
    margin-bottom: 0px;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}

.CElementTercero {
    border: 1px solid var(--secondary-color-Aviso);
    padding: 4px;
    border-radius: 5px;
}

/*------------------------------------------ */
/*------------ Terceros Modals ------------- */
/*------------------------------------------ */

.IconCloseAdd {
    color: var(--secondary-color-Aviso);
    cursor: pointer;
}

.TitleAddVehiculoTercero {
    text-align: left;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--colorBase);
}

.btnPlaca {
    background-color: var(--secondary-color-Aviso);
    padding: 10% 5%;
    border-radius: 0px 4px 4px 0px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-size: .7rem;
    color: white;
    transition: .3s all ease;
    height: 50px;
    margin-left: -1px;
}

.btnPlaca:hover {
    color: white;
    filter: saturate(120%);
}

.GroupPlaca .dx-box-item-content {
    justify-content: end;
}

.GroupPlaca .dx-numberbox {
    border-radius: 4px 0px 0px 4px;
}

.GroupButtonPlaca {
    padding-left: 0px !important;
}

.GroupInputPlaca {
    padding-right: 0px !important;
}

.btnAgregarTerceroVehiculo {
    background: var(--secondary-color-Aviso);
    color: white;
    font-weight: 500;
    padding: 1% 9%;
    border-radius: 22px;
    font-size: .9rem;
    transition: ease .3s all;
    visibility: hidden;
}

.btnAgregarTercero {
    background: var(--secondary-color-Aviso);
    color: white;
    font-weight: 500;
    padding: 1% 9%;
    border-radius: 22px;
    font-size: .9rem;
    transition: ease .3s all;
}

.btnAgregarTercero:hover {
    color: white;
    filter: saturate(120%);
}

.InputDatosTaller {
    margin-bottom: 2.5%;
}

/*--------------------------------------------------------------- */
/*-------------- asistente selector coberturas ------------------ */
/*--------------------------------------------------------------- */



/* Asistente de Siniestros - Wizard Styles */

#wizardContainer {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.option-card {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #ffffff;
}

    .option-card:hover {
        border-color: #3b82f6;
        background-color: #f8fafc;
    }

    .option-card.selected {
        border-color: #3b82f6;
        background-color: #eff6ff;
    }

.radio-custom {
    position: relative;
    width: 20px;
    height: 20px;
}

    .radio-custom input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.radio-custom input[type="radio"]:checked ~ .radio-checkmark {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-custom input[type="radio"]:checked ~ .radio-checkmark:after {
    display: block;
}

.radio-custom .radio-checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#progressBar {
    transition: width 0.3s ease;
}

#wizardContainer button {
    transition: all 0.2s ease;
}

    #wizardContainer button:hover:not(:disabled) {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    #wizardContainer button:active:not(:disabled) {
        transform: translateY(0);
    }

.CheckConfirmacion > .dx-field-item-content {
    
        width: 100% !important;
        display: flex;
        flex-direction: row-reverse;
    
}

.CheckConfirmacion a {
    color: #343bff;
}

.hidden{
    display: none !important;
}

.Drop-information-Container{
    display: flex;
}

.Drop-information:has(#Drop-information_cobertura:not(:empty)) {
    border: 1px solid #d3e9ff;
    margin-right: 22px;
    padding: 0px 0px 0px 15px;
    border-radius: 13px;
    background: #f0f5f9;
    color: #94a3b8;
    display: flex;
}

#Drop-information_cobertura {
    align-content: center;
}

#Drop-information_ramo {
    align-content: center;
    margin-right: 8px;
}

#Drop-information_ramo::after {
    content: '|';
    color: #cbd5e1;
    margin-left: 8px;
}

#button-reload-coberturas {
    margin-left: 13px;
    border-radius: 0 13px 13px 0 !important;
}

/*CheckConfirmacion .dx-field-item-content {
    
        width: 25px !important;
        margin-right: 16px;
    
}*/






