h2 {
    font-size: 1.2rem;
    font-weight: bolder;
    margin: 20px 10px;
}

.create-input {
    width: 100%;
    background: none!important;
    border-radius: 0px!important;
    border: none!important;
    border-bottom: 1px solid rgba(7, 6, 6, 0.14)!important;
    padding: 0.5rem 2rem
}
label {
    /*font-weight: bolder;*/
}
.create-select {
    border: none!important;
    background: none!important;
    border-radius: 0px!important;
    border-bottom: 1px solid rgba(7, 6, 6, 0.14)!important;
}
.create-steps {
    text-align: center;
    background: none!important;
}
.create-steps.active {
    color: #7CC35B !important;
    font-weight: bolder;
    border-bottom: 4px solid #7CC35B;
}
.create-steps.done {
    color: #7CC35B !important;
    font-weight: bolder;
    border-bottom: 4px solid #7CC35B;
}
.step-btn {
    color: white;
    background-color: #7CC35B!important;
    border-radius: 23px!important;
    min-width: 190px;
}
.btn-finish {
    min-width: 200px;
}
.btn-prev {
    border: 1px solid #7CC35B!important;
    background-color: white!important;
    color: #7CC35B!important;
    width: 190px;
}
.step-app > .step-footer > .step-btn {
    padding: 0px!important;
}
#form {
    margin-bottom: 200px;
}
#demo {
    width: 100%!important;
}


.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545!important;
    padding-right: calc(1.5em + 0.75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")!important;
    background-repeat: no-repeat!important;
    background-position: right calc(0.375em + 0.1875rem) center!important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;
}

.form-radio {
    border-radius: 50%!important;
    /*float: left!important;*/
    /*margin-left: -1.5em!important;*/
    width: 1em!important;
    height: 1em!important;
    margin-top: 7px!important;
    vertical-align: top!important;
    background-color: #fff!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important;
    border: 1px solid rgba(0,0,0,.25)!important;
}
#div-envio {
    margin-top: 15px;
    display: none;
    color: white;
    background-color: #7CC35B!important;
    border-radius: 23px!important;
    padding: 20px;
    max-width: 450px;
}
#div-mapa {
    display: none;
    max-width: 450px;
}
form .form-control, form .form-select {
    margin-bottom: 5px;
}
.step-app > .step-content {
    border: none!important;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    display: none;
    margin-top: 10px;
    overflow: hidden;
    font-size: 3px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #31c5d2;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media (max-width: 700px) {
    .btn-prev {
        width: auto;
    }
    .step-btn {
        min-width: auto;
    }

}
@media (max-width: 700px) {
    #table td {
        font-size: 10px!important;
    }
    #table th {
        font-size: 13px!important;
    }
}
