input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: auto;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    max-width: 100%;
    outline: 0;
    border: 1px solid #c5c2c2;
    background-color: transparent;
    color: #373a3c;   
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}
.caja{
    width: auto;
    border: none;
    border-radius: 0;
    padding: 6px 4px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    max-width: 100%;
    outline: 0;
    border: 1px solid #c5c2c2;
    background-color: transparent;
    color: #373a3c;   
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;  
    height: 40px;       
    border-radius: 4px;
    background: #f4f5f7;
}
#app select{
    height: 40px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #c5c2c2;
    background-color: transparent;
    color: #373a3c;
    height: 40px;    
}
#popup-politica a{display: none;}

#app input[type=text],  input[type=date], select{
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 0 6px 4px;
    background: none;
    border: 1px solid #c5c2c2;
    border-radius: 4px;
    white-space: normal;
    width: 100%;
    box-shadow: 1px -1px 3px 1px #efe9e9 inset;
}
input[type="text"] {
    transition: border 0.3s ease-in-out;
}
  
#app input[type="text"]:focus {
    border: 1px solid #c3723e;
}
#app input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border: 1px solid rgba(60,60,60,.26);
    outline: none;
}

.elementor-field-type-text >.v-select{
    width: 100%;
}
.form-check-input:checked {
    background-color: #c3723e;
    border-color: #c3723e;
}

.elementor-3054 .elementor-element.elementor-element-cbc8127 .elementor-field-group{
    margin-bottom: 5px;
}
.elementor-field-group .elementor-field-textual{
    margin: 0;
}
.wrap_content{
    padding: 15px;
    border: 1px solid #ccc;
    margin: 20px 0;
}
.row_form{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 10px 0;
}

.subwrap_content{
    border: 1px dashed #ccc;
    padding: 15px;
    margin: 15px 0;
    border-radius: 6px;
}
.row_form label {
    display: block !important;
    margin-bottom: 4px;
    color: #000;
}
.row_form label strong {
    color: #cf703b;
}
.row_form .wrap_radio label{
    display: inline-block !important;
}
.wrap_radio{
    line-height: 1;
}
.wrap_radio label{
    color: #666;
    font-size: 13px;
}
.row_form .elementor-field-type-text > label{
    margin-bottom: 4px;
    color: #414140;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
h5.subtitle{
    color: #cf703b;
}
.row_form .desc{
    color: #666;
    font-size: 12px;
}
#app .nota{
    color: #666;
    font-size: 13px;
}
.wrap_radio_line label{
    color: #666;
    font-size: 13px;
}
.wrap_radio_line{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.wrap_radio_line .wrp{
    padding: 3px 5px;
    line-height: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;    
}
.wrap_radio_line .wrp input{
    margin-bottom: 0;
}
.wrap_radio_line .wrp label{
    margin-left: 6px;
}
.row_form .elementor-col-50 {
    width: 48% !important;
    flex-direction: column;
    align-items: flex-start;
}

.row_form .elementor-col-100 {
    width: 99% !important;
    flex-direction: column;
    align-items: flex-start;
}

.elementor-col-35{
    width: 33%;
}
.obrando-fields{display: none;}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s
}

.main-content{
    position: relative;
}
.error_contraparte{
    position: fixed;
    width: 300px;
    height: auto;
    margin-left: -150px;
    left: 50%;
    top: 10%;
    border: 1px solid #cf703b;
    padding: 10px;
    z-index: 9999;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 3px 1px #0000008c;
    transition: 1s;
}
.message{
    position: relative;
    padding: 10px;
    color: #c60101;
}
.message >.span{
    font-size: 16px;
    line-height: 1.2;
    display: block;    
}
.close{
    position: absolute;
    right: 0;
    top: 0;
}
.iconopop{
    position: relative;
    color: #CF703A !important;
}
.iconopop::before{
    color: #CF703A !important;
    font-size: 20px;
    position: absolute;
    top: -14px;
    font-weight: bolder;
    right: -6px;
    content: "\02715";
    cursor: pointer;
}
.opcidad{
    width: 100%;
    height: 100vh;
    background: #607d8b3b;
    z-index: 8;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
}
.loader {
    position: fixed;
    top: 40%;
    left: 48%;
    z-index: 7;
}
.loader .spinner-border {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    vertical-align: -0.125em;
    color: #cf703b;
}        

#button:hover{
    background: #cf703b;
    color: #fff;
}

#button {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #cf703b;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #cf703b;
    padding: .5rem 2rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .2s;    
}
#button:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.5s;
    animation: 0.8s linear infinite rotate;
}
#button.guardando {
    pointer-events: none;
    cursor: not-allowed;
    padding: .5rem 2.5rem .5rem 2rem;
}
#button.guardando:before {
    transition-delay: 0.5s;
    transition-duration: 1s;
    opacity: 1;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
#patient-app input[type=search]{
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    transition: none !important;
    width: auto !important;
}