h4 {
    font-weight: 700;
    color: #3A3A3A;
    text-align: center;
}
.default-container .container {
    padding: 0 7rem;
}
.md-form {
    margin: 1em .6em;
}
.md-form input[type="text"]:focus, .md-form input[type="password"]:focus, .md-form input[type="email"]:focus {
    box-shadow: 0 1px 0 0 #07BEBB!important;
    border-bottom: 1px solid #07BEBB!important;
}
label {
    font-weight: 600;
    color: black!important;
}
.md-form label.active {
    font-weight: 500;
    color: #9F9F9F!important;
}
.form-control, .custom-select {
    color: black!important;
    font-weight: 600;
}
.custom-select {
    border: unset;
    border-bottom: 1px solid #ced4da;
    padding: .6rem 0 .4rem 0;
}
.progress {
    height: 2rem;
    background: transparent linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 22%, #E8E5E5 72%, #D9D9D9 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    margin: 1rem 0;
}
.progress-bar {
    background: transparent linear-gradient(180deg, #2BFFFC 0%, #07BEBB 32%, #07BEBB 100%, #D9D9D9 100%) 0% 0% no-repeat padding-box;
}
.form-control ::-webkit-datetime-edit-year-field:not([aria-valuenow]),
.form-control ::-webkit-datetime-edit-month-field:not([aria-valuenow]),
.form-control ::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent!important;
}
.btn-next {
    background-color: #07BEBB;
    color: white;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
}
label.active[id*="error"] {
    color: red!important;
}
.spinner-border {
    position: absolute;
    left: 85%;
    border: .5em solid #07BEBB;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
}
.btn-finish {
    font-weight: 600;
    background-color: #07BEBB;
    color: white;    
    border-radius: 30px;
    border: none;
    padding: .5em 1em;
    width: 100%;
    text-shadow: 1px 1px #0000002b;
}
.btn-edit {
    font-weight: 600;
    background-color: #07BEBB;
    color: white;    
    border-radius: 30px;
    border: none;
    padding: .5em 1em;
    width: 30%;
    text-shadow: 1px 1px #0000002b;
}
.spinner-border.loader {
    position: inherit;
    left: 0;
    border: 4px solid #fdfdfd;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
}
span.error {
    font-size: .7em;
    font-weight: 500;
    color: red;
    line-height: 1em;
    display: block;
}
input {
    width: 100%!important;
}
#span_discount_plans {
    float: left;
    display: none;
    color: #07BEBB;
    font-weight: 500;
}
#terms_of_use-error {
    position: relative;
    bottom: -40px;
}
#register a {
    color: #07BEBB;
    font-weight: 700;
}
.plan-options {
    min-width: 250px;
    max-width: 250px;
}
.plan-options p {
    margin-bottom: 3px;
}
.plan-options p.name {
    font-weight: 600;
    font-size: .9em;
    line-height: 1.1em;
}
.plan-options p.price {
    font-weight: 600;
    color: #07BEBB
}
.plan-options p.price small {
    font-weight: 500;
    color: #444;
    font-size: .5em;
}
.plan-options p.payments {
    font-size: .7em;
    color: #444;
    font-weight: 500;
}
#register .form-check-input {
    position: relative;
    left: -10px;
    width: fit-content!important;
}

.form-check-div {
    display: inline;
}

.partner-2337 #register .plan-options .form-check-input {
    top: 30px;
}

#register .plan-options .form-check-input {
    top: 50px;
    left: -115px;
    height: 1em;
    left: -11px;
}
#register-terms .modal-body a {
    margin: 6px 0;
    color: #363636;
    font-weight: 500;
}
#register-terms .modal-body i {
    color: #07BEBB;
    margin-right: 10px;
}
#register-terms .modal-header {
    text-align: center;
    text-shadow: 1px 1px 1px #0000002b;
    background-color: #07BEBB;
    color: white !important;
}
#register-terms .modal-header h5 {
    font-weight: 700;
    text-align: center;
}
#register-terms .modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
#register-terms b {
    font-weight: 600;
}
#register-terms .modal-footer a {
    padding: 10px 30px;
    font-weight: 600;
    font-size: .9em;
}
