html, body {
    height: 100%;
    background-color: #FFFFFF;
}

#id {
    display:none;
}

.progress-row {
    display: flex;
    justify-content: center;
    width: 100vw;
    background-color: #777777;
}

.progress-row div{
    /* border: 1px solid rgba(0, 0, 0, 0.245);
    border-radius: 10%; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    transition: 0.1s;
    padding: 0px;
}

.progress-row div a:hover{
    background-color: #666666;
    transition: 0.1s;
}

.progress-row div a{
    color: white!important;
    text-decoration: none;
    padding: 25px;
    /* width: 100%;
    height: 100%; */
    display: inline-block;
    /* align-items: center;
    justify-content: center; */
    /* background-color: rgba(0, 0, 0, 0); */
    font-size: 15px;
    line-height: 15px;
    position: relative;
    /* height: 70px; */
    /* width: 100%; */
    user-select: none;
    cursor: pointer;
}
#btnSiguiente{
    text-align: left;
}
#btnSiguiente a{
    width: 65px;
}
#btnAnterior{
    text-align: right;
}
#btnAnterior a{
    width: 65px;
}
.section-selector.disabled a, .section-selector.disabled a:hover{
    background-color: #777777;
    cursor: default;
    opacity: 0.4;
}
.progress-row div a.selected{
    background-color: #666666;
}
.progress-row div a i {
    font-size: 15px;
    line-height: 15px;
    display: block;
}
.section-selector span{
    position: absolute;
    background-color: #0D47A1;
    color: white;
    border-radius: 50%;
    padding: 3px;
    font-size: 21px;
    top: -15px;
    left: 50%;
    margin-left: -14px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.section-selector span.in{
    transform: scale(0, 0);
    animation: zoom-in 0.3s ease-out forwards;
}
.section-selector span.out{
    transform: scale(1, 1);
    animation: zoom-out 0.3s ease-in forwards;
}
@keyframes zoom-in {
    0% {
      transform: scale(0, 0);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
}
@keyframes zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(0, 0);
    }
}

.progress {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    background-color: #d6d6d7;
    display: none!important;
}

.horizontal-flex-form {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    /* gap: 50px; */
}
.auto-results-wrapper{
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-height: 200px !important;
}
.auto-search-wrapper ul li{
    text-align: left !important;
}
.fechasHorizontal{
    margin-right: 20px;
}

.horizontal-form-section {
    display: flex;
    padding: 0 2vw;
    /* justify-content: space-between; */
    align-items: center;
    flex-direction: column;
}

.vertical-flex-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vertical-flex-form-reverse {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}

textarea {
    resize: none;
    height: 100px !important;
    background-color: rgb(238 238 238 / 30%) !important;
    padding: 15px !important;
    overflow-y: auto !important;
}

input, textarea{
    font-family: Roboto !important;
}

.lesiones-input {
    width: 50px !important;
    text-align: center;
}

.vehiculo-input {
    display: none !important;
}

#carga-vehiculos-ccr div .btn-carga {
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
    text-align: left;
}

.lesiones-container {
    padding: 10px;
}

.lesiones-input::-webkit-inner-spin-button {
    opacity: 1;
}

.card {
    min-width: 50%;
    width: fit-content !important;
    max-width: 90%;
}
.card.sinCaja{
    box-shadow: none;
    border: none;
}


  input:not(.select-dropdown) {
    margin-top: 10px!important;
  }

.form-section-title {
    font-size: 22px;
}
.card .card-title{
    font-size: 1.64rem!important;
    font-weight: 400!important;
}

.form-subtitle {
    font-size: 1.15rem;
    font-weight: 350;
    margin-bottom: 0px;
}

.btns-container {
    margin-top: 20px;
}

.form-part {
    padding: 20px;
}

.form-field {
    display: flex;
    flex-direction: column;
    color: rgb(0, 0, 0);
    padding-top: 4px;
    border-radius: 5px;
    min-width: fit-content;
    width: 200px;
    font-weight: 500;
    align-items: flex-start;
}

.form-field *{
    border-radius: 5px;
}

.form-field input{
    border: 1px solid #8b8b8b;
}

.form-field select{
    width: 100%;
}

.form-field-label {
    margin: 0;
    text-align: center;
    padding-left: 5px;
}

.progress-container {
    background-color: white;
    width: 100vw;
    position: fixed;
    z-index: 10;
    bottom: 0;
    /* border-top: 1px solid rgba(0, 0, 0, 0.125); */
}

.sections-container {
    bottom: 32px;
}

header {
    background-color: white;
    width: 100vw;
    position: fixed;
    z-index: 10;
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

header ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
}



.section-selector {
    width: auto;
    height: 65px;
    /* max-width: 110px; */
    text-align: center;
    /* cursor: pointer; */
}

.form-section {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.form-subsection {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.map-iframe {
    height: 250px;
    width: 100%;
    border: none;
    /* border: 2px solid #c2c2c2;
    border-radius: 3%; */
}
.ubicacionFlex{
    display: flex;
    margin-top: 30px;
}
.auto-clear{
    right: -35px!important;
}
.auto-clear:focus{
    background-color: transparent!important;
}
.auto-is-loading:after{
    right: -25px!important;
}
#auto-search-location-results{
    margin: 0px!important;
}
.auto-results-wrapper ul>.loupe {
    padding-left: 40px!important;
    position: relative!important;
    text-align: left!important;
    margin: 0px!important;
    display: inline-block!important;
    border-bottom: solid 1px #e6e6e6!important;
    font-size: 12px!important;
    line-height: 15px!important;
    padding-right: 10px!important;
    width: 100%;
}
li.loupe:before {
    top: 8px!important;
}
.auto-results-wrapper{
    border: solid 1px #e6e6e6!important;
    min-width: 250px!important;
}
.map-container{
    /* margin-top: 30px;
    margin-bottom: 10px; */
    width: 500px;
    height: 330px;
    margin-left: 40px;
}
.tabs .tab {
    text-transform: none!important;
}

.navegacionForms{
    position: fixed;
    z-index: 500;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    &.navegacionFormsS{
        right: 0px;
        margin-right: 35px;
    }
    &.navegacionFormsA{
        left: 0px;
        margin-left: 35px;
    }
    &.disabled{
        cursor: default;
        opacity: 0.2;
    }
    & i{
        font-size: 30px;
        line-height: 40px;
        display: block;
        user-select: none;
    }
}

.place-card {
    width: fit-content;
}

.place-desc-medium {
    display: none;
}

.justify-content-center {
    justify-content: center;
}

#ubication-display-name {
    background-color: #f6f6f6;
    border: 1px solid #cccccc;
    color: #7b7b7b;
    padding: 5px;
    /* border-radius: 7px; */
}

#ubication-display-name p{
    margin: 0;
    font-style:oblique;
}

.ubicacion-subtext {
    color: grey;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.ubicacion-subtext:hover {
    text-decoration: underline;
}

#menu-horizontal {
    position: fixed;
    display: none;
    flex-direction: column;
    z-index: 1;
    margin-left: 50px;
}

#coordenadas-input {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

#coordenadas-input h6 {
    margin: 0;
}

.coordinate-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fecha-hora-input {
    margin: 18px 0;
}

.select2-selection__clear{
    display: none;
}

.select2-selection__rendered, .select2-selection__placeholder{
    display: flex !important;
}

.checkbox-selector {
    flex-direction: column;
    border: 1px solid #afafaf;
    border-radius: 7px;
    overflow: hidden;
    position: absolute;
    display: flex;
    background-color: #ffffff;
    align-items: flex-start;
    padding: 2px;
    height: 30px;
    z-index: 2;
    width: 185px;
    max-width: 550px;
    max-height: 130px;
}

.checkbox-selector div {
    flex-direction: column;
    display: flex;
    color: #494949;
    align-items: flex-start;
}

.checkbox-selector-collapse {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    padding-right: 5px;
    width: 100%;
    cursor: pointer;
    height: 22px;
}

.checkbox-selector-input {
    text-align: left;
    overflow: auto;
    margin: -12px 0;
    flex-wrap: wrap;
    width: inherit;
    max-width: 550px;
    opacity: 1 !important;
    position: inherit !important;
}

.checkbox-selector-input div{
    margin: 0 5px;
}

.checkbox-options-container div {
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}

.card-text select, .card-text input, .form-input-container {
    width: 185px;
}

.btn-new-field{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none;
}

.selection-btn-container {
    border: 1px solid;
    display: flex;
    width: 140px;
}

.selection-btn-container button{
    border: none;
    background-color: transparent;
}

.boolean-selection-btn-container button{
    width: 50%;
}

.boolean-selection-btn-container button:nth-child(1){
    border-right: 1px solid gray;
}

.ternary-selection-btn-container button{
    width: 34%;
}

li.select2-selection__choice{
    display: none;
}

.remove-elem-btn, .remove-elem-btn-m2m{
    /* color: white;
    background-color: #8f4444;
    text-decoration: none;
    margin-left: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 6px;
    padding-bottom: 4px; */
    cursor: pointer;
    color: #666666;
    /* position: absolute;
    top: 7px;
    right: 5px; */
    font-size: 20px;
}

.remove-elem-btn:hover, .remove-elem-btn-m2m:hover{
    /* background-color: #7b3a3a;
    color: white;
    border-radius: 30%; */
    color: #000000;
}

.selected-item-m2m {
    margin: 10px 0;
}

.m2m-selections-container {
    border: 1px dashed #cccccc !important;
    /* border-radius: 10px; */
    /* background-color: #f6f6f6; */
    display: flex;
    min-height: 100px;
    max-height: 200px;
    min-width: 380px;
    width: fit-content;
    margin-left: 10px;
    margin-right: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 5px;
    overflow-y: auto;
    justify-content: center;
    max-width: 700px;
}
.m2m-selections-container > p{
    background-color: #DDDDDD;
    cursor: default;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    padding-left: 10px;
    /* padding-right: 42px; */
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* .m2m-selections-container > p:hover{
    background-color: #EEEEEE;
} */
.test-swipe{
    margin-top: 20px;
}
.full-width{
    /* width: 300px!important; */
}
.m2m-selections-container > p > span {
    font-size: 16px;
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    max-width: 108px;
    display: block;
}
.m2m-selections-container-hidden {
    display: none;
}

.edit-m2m-item, .details-btn {
    border: 1px solid transparent;
    border-radius: 5px;
    margin-left: 12px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
}

.edit-m2m-item:hover, .details-btn:hover {
    /* background-color: #346454; */
    color: #000000;
}

.bi-search {
    margin-right: 10px;
}

.search-field-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsive-text-area {
    min-width: 200px;
    width: 20vw;
}

body{
    overflow: hidden!important;
}
.modal-footer {
    background-color: #EEEEEE !important;
    border: none;
}

#id_resenia {
    width: 600px;
    height: auto !important; 
}
.auto-search-wrapper{
    width: 300px!important;
}

/* textarea:focus {
    border: solid 1px red !important;
} */

/* #submit_btn {
    position: fixed;
    bottom: 20vh;
    right: 5vw;
} */
.btnSalir{
    bottom: 40px;
}

*:focus {
    outline: 0;
}
input:focus{
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
}

.auto-search-wrapper ul li p{
    margin: 0!important;
}
.auto-search-wrapper input{
    padding-right: 40px!important;
    box-sizing: border-box!important;
}
.loupe:before {
    background-image: url(../../img/location.svg)!important;
    width: 25px!important;
    height: 25px!important;
}
label {
    font-size: 1.15rem!important;
    color: #000000!important;
}
#carga-vehiculos-ccr{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.selections-container-contenedor{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#notificante-selection-container {
    width: 310px;
}

.checkbox-options-container {
    /* overflow: auto; */
    /* max-height: 120px; */
    /* width: fit-content; */
    /* padding: 10px; */
    /* margin: 10px !important; */
    /* text-align: left; */
    margin-top: 20px;
}
.checkbox-options-container .nohaynada {
    margin: 30px 30px 30px 30px;
    background-color: transparent;
    width: 100%;
    text-align: center;
    padding: 0;
}

#investigadores-m2m-fields {
    margin-top: 30px;
}

@media (max-width: 790px) {

}

.btn{
    text-transform: none!important;
}

.lesionados-a-bordo > div.lesionadoDestacado{
    border-radius: 10px;
    background-color: rgb(0 72 161 / 13%);
}
.lesionados-a-bordo > div{
    margin-left: 1px;
    margin-right: 1px;
    width: 130px;
}
