.bg-body {
    background-color: #ffffff;
}

.header-flex {
    position: fixed;
    z-index: 2;
}

.bg-form {
    background-color: #ffffff;
    box-shadow: 9px 11px 15px -12px rgba(137,138,138,1);
    border-radius: 5px;
}

.bg-pad {
    padding: 120px 160px 40px 160px;
    margin-bottom: 30px;
}

.Titulo-Principal {
    font-size: 1.5rem;
    font-family: Roboto;
    text-align: left;
    color: #636363;
    font-weight: bold;
    padding: 40px 0 0 0;
}

.Text-seccion {
    font-family: Roboto;
    text-align: left;
    color: #636363;
    font-weight: bold;
}

.Text-content {
    font-family: Roboto;
    text-align: left;
    line-height: 1.5;
    color: #636363;
}

    .Text-content a {
        color: #64A70B;
        line-height: 0.7;
    }

        .Text-content a:hover {
            text-decoration: underline;
        }

.Text-seccion-required {
    color: #EA0B2A;
    margin-left: 2px;
}

.Text-important {
    font-family: Roboto;
    text-align: center;
    color: #EA0B2A;
    font-size: 12px;
}

.Text-contacto {
    font-size: 12px;
    text-align: center;
}

    .Text-contacto a {
        color: #64A70B;
    }

.separador-line {
    border-bottom: 1px solid #ECEBEB;
    margin: 16px 0;
}

.Titulo {
    padding: 1.5% 0;
    color: #EC2D4A;
    text-align: right;
    font-weight: bold;
}

.m-infP {
    margin-bottom: 2.7rem !important;
}


.linkExt {
    font-size: 0.8rem;
    line-height: 2;
}

    .linkExt a {
        color: #64A70B;
    }

.AvisoPriv {
    font-size: 0.9rem;
}

.Formulario {
    padding-top: 2%;
    color: #666666;
}

    .Formulario > div > div {
        padding-top: 0.5%;
    }

    .Formulario label {
        color: #666666;
    }


    .Formulario input::placeholder {
        color: #ECEBEB;
        font-weight: 400;
    }

    .Formulario a {
        color: #004A92;
        text-decoration: underline;
    }

.checkmark_left {
    position: absolute;
    /*top: 7px;*/
    left: -16px;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 2px solid #d1d3d1;
}

.checkmark_rb {
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 2px solid #d1d3d1;
    margin-top: 5px;
}

.div_radio_line {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.div_radio_left {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.cont-chk {
    display: block !important;
}

    .cont-chk input:checked ~ .checkmark_line {
        background-color: #64A70B;
        border: 2px solid #E9ECEF;
    }

    .cont-chk input:checked ~ .checkmark_left {
        background-color: #64A70B;
        border: 2px solid #E9ECEF;
    }

    .cont-chk input:checked ~ .checkmark_left2 {
        background-color: #004A92;
        border: 5px solid #E9ECEF;
    }

.cont-chk2 {
    /*display: block !important;*/
}

    .cont-chk2 input:checked ~ .checkmark_line {
        background-color: #64A70B;
        border: 2px solid #E9ECEF;
    }

    .cont-chk2 input:checked ~ .checkmark_left {
        background-color: #64A70B;
        border: 2px solid #E9ECEF;
    }

    .cont-chk2 input:checked ~ .checkmark_left2 {
        background-color: #004A92;
        border: 5px solid #E9ECEF;
    }

.modal-paperless {
    background-color: #F8F7F7;
    z-index: 999990;
    position: fixed;
    bottom: 0;
    padding: 20px;
}

.modal-paperless-img {
    display: block;
    text-align: right;
    padding-right: 40px;
}

.modal-paperless-text {
    padding: 10px 0;
    font-size: 16px;
}

.modal-paperless-btn {
    text-align: left;
    margin-top: 15px;
}

.btn-m {
    margin: 0 .5rem;
}

.modal-paperless-exit {
    border: none;
    background: none;
    position: absolute;
    right: 1.5%;
}

@media (min-width: 721px) and (max-width: 1024px) {
    .bg-pad {
        padding: 120px 40px 20px 40px;
    }
}

@media (min-width: 541px) and (max-width: 767px) {
    .modal-paperless-img {
        display: block;
        text-align: center;
    }

    .modal-paperless-text {
        padding: 20px 0 0 0;
        font-size: 14px;
        text-align: center;
    }

    .modal-paperless-btn {
        text-align: center;
        margin-top: 0;
    }
}

@media (min-width: 692px) and (max-width: 698px) {
    .btn-m {
        margin: 0 .5rem 0 0;
    }
}

@media (min-width: 541px) and (max-width: 720px) {
    .bg-pad {
        padding: 120px 20px 20px 20px;
    }

    .modal-paperless-btn {
        margin-top: 0 !important;
    }
}

@media (max-width: 540px) {
    .bg-pad {
        padding: 120px 4px 4px 4px;
    }

    .m-infP {
        margin-bottom: 1rem !important;
    }

    .Titulo-Principal {
        font-size: 1.5rem;
    }

    .Text-seccion, .Text-content {
        font-size: 12px !important;
    }

    .AvisoPriv {
        font-size: 12px;
    }

    .Formulario label {
        font-size: 12px;
    }

    ::-webkit-input-placeholder {
        color: #707070 !important;
        font-size: 12px !important;
    }

    .Link14 {
        font-size: 12px !important;
    }

    .label-form {
        font-size: 14px !important;
    }

    .modal-paperless-img {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-right: 0;
    }

    .modal-paperless-text {
        padding: 20px 0 0 0;
        font-size: 14px;
        text-align: center;
    }

    .modal-paperless-btn {
        text-align: center;
        margin-top: 0;
    }

    .btn-m {
        margin: 0 .5rem 0 0;
    }
}

.imgLoad {
    max-width: 100px;
}

.cronometro {
    font-size: 24px;
    color: #707070;
    letter-spacing: 3px;
    text-align: center;
}

.form-Codigo {
    height: 45px !important;
    border-radius: 60PX !important;
    border: 2px solid rgba(176, 176, 176, 0.4) !important;
    color: #676767 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 10px 12px 10px 40px !important;
}

/*SMS*/
#SMSArea input {
    display: inline-block;
    width: 15%;
    padding: 7px 10px;
    margin: 0px 5px;
    text-align: center;
}

#SMSArea {
    margin: 20px auto 0px auto;
    text-align: center;
}

.Leyenda {
    text-align: center;
}

    .Leyenda > span {
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: 0.9rem;
        line-height: 1;
    }

.form-control-ui {
    width: 100% !important;
    padding: 0.35rem 0.9rem;
    color: #64A70B;
    background: #F8F7F7;
}

::-webkit-input-placeholder {
    color: #707070 !important;
    font-size: 14px;
}

input[type="image" i] {
    outline: none;
}

#red-bar {
    display: block;
    background: #E51F40;
    color: #ffffff !important;
    padding: 20px 60px;
    min-height: 100vh;
    position: fixed;
}

.NameWhite {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: .5px;
}

#red-bar img {
    width: 80%;
    margin: 20px auto;
}

#RegistroRadio {
    position: relative;
    margin: 130px auto;
    line-height: 1.65rem;
}

#red-bar a {
    color: #ffffff;
}

.btn-whats .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    display: none !important;
}

.btn-whats {
    display: block;
    color: #5FA72C;
    width: 20%;
    font-size: 14px;
    border-radius: 3rem;
    border: 1px solid #5FA72C;
    margin-top: 28px;
    margin-bottom: 20px;
}

    .btn-whats:hover {
        color: #004a92 !important;
    }

    .btn-whats .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
        display: none !important;
    }

.btn-whats {
    display: block;
    color: #3cd73f;
    max-width: 170px;
    min-width: 160px;
    font-size: 14px;
    border-radius: 3rem;
    border: 1px solid #3cd73f;
    margin-top: 28px;
    margin-bottom: 20px;
    box-shadow: 5px 15px 18px -16px rgb(202 202 202) !important;
    -webkit-box-shadow: 5px 15px 18px -16px rgb(202 202 202) !important;
    -moz-box-shadow: 5px 15px 18px -16px rgba(202,202,202,1) !important;
}

    .btn-whats:hover {
        color: #3cd73f !important;
        font-weight: bold;
        transform: scale(1.1);
        text-decoration: none;
    }

.img-whats {
    width: 25%;
    margin-right: 10px;
    margin-left: -3px;
    border-radius: 50%;
}

#divNota a {
    color: #ffffff !important;
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    bottom: 38px;
    color: #707070;
}

#RegistroRadio {
    position: relative;
    margin: 30px auto;
    line-height: 1.65rem;
    right: 15px;
}

.lblTerminos {
    position: relative;
    top: -2px;
    margin-left: -15px;
}

.SaldoDis {
    bottom: 20px;
    position: absolute;
    font-size: .75rem;
}

    .SaldoDis a:hover {
        color: #a0a6ab !important;
    }

.btn-regresar {
    color: #64A70B;
}

    .btn-regresar:hover {
        text-decoration: underline;
        color: #5a9609;
    }


@media (min-width: 0px) and (max-width: 425px) {
    .SaldoDis {
        display: none !important;
    }

    input[type=checkbox], input[type=radio] {
        top: -80px !important;
    }

    .div_radio_left .cont-chk {
        color: transparent;
        position: relative;
        display: inline-block !important;
        font-size: 0px;
        bottom: -80px;
    }

    .templatemo-bg-image-3 {
        background-color: none;
        background-image: none !important;
    }

    .Titulo-Principal {
        text-align: left;
        font-weight: bold;
        padding: 22px 0 0 0;
        margin-top: 26%;
    }

    #red-bar {
        min-height: 155px;
        padding: 20px 35px !important;
        position: inherit;
    }

    #RegistroRadio {
        margin: -15px auto;
        right: 0 !important;
    }

        #RegistroRadio .form-check {
            display: inline-block !important;
        }

    #red-bar img {
        width: 75%;
        margin: 15px auto 0px;
    }

    #divNota {
        display: block;
        background: #E51F40;
        color: #ffffff !important;
        padding: 20px 20px 1px 20px;
        font-size: 12px;
    }

    .NameWhite {
        text-align: center;
    }

    .float-right {
        float: none !important;
    }

    .btn-whats {
        display: block;
        color: #5FA72C;
        width: 25%;
        font-size: 0px;
        border-radius: 0rem;
        border: 0px solid #5FA72C;
        margin-top: 0;
        margin-bottom: 0px;
        position: relative;
        float: right !important;
    }

    .btn-whats {
        display: block;
        color: #5FA72C;
        width: 21%;
        font-size: 0px;
        border-radius: 0rem;
        border: 0px solid #5FA72C;
        margin-top: 25px;
        margin-bottom: 0px;
        box-shadow: 5px 15px 18px -16px rgb(255 255 255) !important;
        -webkit-box-shadow: 55px 15px 18px -16px rgb(255 255 255) !important;
        -moz-box-shadow: 5px 15px 18px -16px rgba(255,255,255,1) !important;
    }

    .img-whats {
        width: 45%;
        margin-right: 10px;
    }

    .lblTerminos {
        position: relative;
        top: -2px;
    }

    .red-center {
        text-align: center !important;
    }
}

@media (min-width: 0px) and (max-width: 226px) {
    .btn-whats {
        /*top: 10px;
        left: 20px;*/
        display: none;
    }

    /*.img-whats {
        width: 100% !important;
        margin-right: 10px;
    }*/
}

@media (min-width: 227px) and (max-width: 259px) {
    .btn-whats {
        /*top: 10px;
        left: 20px;*/
        display: none;
    }

    /*.img-whats {
        width: 35%;
        margin-right: 0;
        float: right;
    }*/
}

@media (min-width: 260px) and (max-width: 286px) {
    .btn-whats {
        /*top: 10px;
        left: 20px;*/
        display: none;
    }

    /*.img-whats {
        width: 35%;
        margin-right: 0;
        float: right;
    }*/
}

@media (min-width: 287px) and (max-width: 390px) {
    .btn-whats {
        /*top: 10px;
        left: 20px;
        box-shadow: 5px 15px 18px -16px rgb(255 255 255) !important;
        -webkit-box-shadow: 55px 15px 18px -16px rgb(255 255 255) !important;
        -moz-box-shadow: 5px 15px 18px -16px rgba(255,255,255,1) !important;*/
        display: none;
    }

    /*.img-whats {
        width: 40% !important;
        margin-right: 15px;
        float: right;
    }*/

    .Titulo-Principal {
        margin-top: 26%;
    }
}

@media (min-width: 391px) and (max-width: 540px) {
    .btn-whats {
        /*top: 10px;
        left: 20px;*/
        display: none;
    }

    /*.img-whats {
        width: 35%;
        margin-right: 0;
        float: right;
    }*/
}

@media (min-width: 541px) and (max-width: 767px) {
    .btn-whats {
        top: 10px;
        left: 20px;
    }

    .img-whats {
        width: 35% !important;
        margin-right: 10px;
    }
}

@media (min-width: 426px) and (max-width: 767px) {

    .SaldoDis {
        display: none !important;
    }

    input[type=checkbox], input[type=radio] {
        /*top: -80px !important;*/
        position: relative;
        vertical-align: top;
    }

    .div_radio_left .cont-chk {
        color: transparent;
        position: relative;
        display: inline-block !important;
        font-size: 0px;
        bottom: -80px;
    }

    .templatemo-bg-image-3 {
        background-color: none;
        background-image: none !important;
    }

    .Titulo-Principal {
        text-align: left;
        font-weight: bold;
        padding: 22px 0 16px 0px;
        margin-top: 16%;
    }

    #red-bar {
        min-height: 155px;
        padding: 20px 30px !important;
        position: inherit;
    }

    #divNota {
        display: block;
        background: #E51F40;
        color: #ffffff !important;
        padding: 20px 20px 1px 20px;
        font-size: 12px;
    }

    #RegistroRadio {
        margin: 0 auto;
        right: 0;
    }

        #RegistroRadio .form-check {
            display: inline-block !important;
        }

    #red-bar img {
        width: 45%;
        margin: 15px auto 0px;
    }

    .divNota {
        display: block !important;
        background: #E51F40;
        color: #ffffff !important;
        padding: 20px 20px 0px 20px;
        font-size: 12px;
        bottom: 0;
        /*position: absolute;*/
    }

    .NameWhite {
        text-align: center;
    }

    .float-right {
        float: none !important;
    }

    .btn-whats {
        display: none;
        /*display: block;
        color: #5FA72C;
        width: 25%;
        font-size: 0px;
        border-radius: 0rem;
        border: 0px solid #5FA72C;
        margin-top: 0;
        margin-bottom: 0px;
        float: right !important;
        position: relative;
        box-shadow: 5px 15px 18px -16px rgb(255 255 255) !important;
        -webkit-box-shadow: 55px 15px 18px -16px rgb(255 255 255) !important;
        -moz-box-shadow: 5px 15px 18px -16px rgba(255,255,255,1) !important;*/
    }

    .img-whats {
        width: 35%;
        margin-right: 0;
        float: right;
    }

    .lblTerminos {
        position: relative;
        top: -2px;
    }

    .red-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #red-bar {
        padding: 20px 40px;
    }

    .btn-whats {
        display: block;
        color: #5FA72C;
        width: 21%;
        font-size: 0px;
        border-radius: 0rem;
        border: 0px solid #5FA72C;
        margin-top: 25px;
        margin-bottom: 0px;
        box-shadow: 5px 15px 18px -16px rgb(255 255 255) !important;
        -webkit-box-shadow: 55px 15px 18px -16px rgb(255 255 255) !important;
        -moz-box-shadow: 5px 15px 18px -16px rgba(255,255,255,1) !important;
    }

    .lblTerminos {
        position: relative;
        top: -2px;
    }

    .img-whats {
        width: 35%;
        margin-right: 0;
        float: right;
    }
}

@media (min-width: 768px) {
    #divNota {
        display: none;
    }

    .btn-success {
        /*bottom: 30px;*/
        position: relative;
    }

    #RegistroRadio {
        right: 0px;
    }

    .btn-whats {
        width: 23%;
    }
}

@media (min-width: 1440px) {
    .btn-whats {
        width: 19%;
    }
}

/*css para validar */
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        border-color: #28a745
    }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    /*background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat*/
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        border-color: #dc3545
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.btn-successgreen {
    color: #ffffff;
    background-color: #64A70B;
    border-color: #64A70B;
    font-weight: bold;
    border-radius: .25rem;
    text-decoration: none !important;
}

.Link14 {
    font-size: 14px;
    font-weight: normal;
    line-height: .5rem;
    color: #64A70B !important;
    text-align: left;
    text-decoration: underline;
}

.btn-outline-success-modal {
    color: #64A70B;
    background-color: transparent;
    background-image: none;
    border-color: #64A70B
}

    .btn-outline-success-modal:hover {
        color: #fff;
        background-color: #64A70B;
        border-color: #64A70B
    }

    .btn-outline-success-modal.focus, .btn-outline-success-modal:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success-modal.disabled, .btn-outline-success-modal:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success-modal:not(:disabled):not(.disabled).active, .btn-outline-success-modal:not(:disabled):not(.disabled):active, .show > .btn-outline-success-modal.dropdown-toggle {
        color: #fff;
        background-color: #64A70B;
        border-color: #64A70B
    }

        .btn-outline-success-modal:not(:disabled):not(.disabled).active:focus, .btn-outline-success-modal:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success-modal.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.green {
    color: #5FA72C !important;
}

.red-link {
    color: #64A70B !important;
    text-decoration: underline;
}
