/** Content **/
.frame-content {
    max-width: 400px;
}

.alert-dark {
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
}

/** Buttons **/
.btn-default {
    font-family: 'Avenir', sans-serif;
    height: 36px;
    border: none;
    right: 0;
    border-radius: 8px;
    font-weight: 500;
    background-color: #0d0628;
    color: #fff;
    padding: 0px 12px;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    letter-spacing: normal;
}

.btn-default:hover {
    background-color: #414545;
    box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
    -webkit-box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
    -moz-box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}

.btn-google {
    background-color: #fff;
    border: 1px solid #0d0628;
    color: #0d0628;
    transition: all 0.5s;
}

.btn-google:hover {
    background-color: #f4f4f4;
    color: #0d0628;
    box-shadow: none;
    text-decoration: none;
    transition: all 0.5s;
}

/** Form **/
.box-form .mb-3, .box-form .mb-4 {
    text-align: left;
}

.box-form {
    border-radius: 14px;
    border: 1px solid #f4f4f4;
    background-color: #fff;
    margin: 0 0 15px 0;
    padding: 15px;
}

.box-form-label {
    font-size: 13px;
    font-weight: 500;
    color: #8899a6;
    margin-left: 10px;
}

.form-separator {
    display: table;
    font-size: var(--font-size-sm);
    line-height: 20px;
    letter-spacing: 2px;
    margin: 25px auto;
    color: #999999;
    position: relative;
    text-align: center;
    width: 100%;
}

.form-separator:after, .form-separator:before {
    border-top: 1px solid #eee;
    content: '';
    display: table-cell;
    position: relative;
    top: .8em;
    width: 42%;
}

textarea.form-control {
    font-family: 'Avenir', sans-serif;
}

.form-control, .form-select {
    font-family: 'Avenir', sans-serif;
    font-size: 15px;
    background-color: #fbfbfb;
    border-radius: 8px;
    min-height: 38px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

input:-internal-autofill-selected {
    background-color: #fff;
}

.form-check-input {
    font-size: 14px;
    margin-top: 4px;
}

.form-control:focus, 
.form-check-input:focus, 
.form-select:focus, 
.group-profile:focus,
.how4-profile:focus {
    border-color: #414545;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #141414;
    border-color: #141414;
    color: #fff;
}

.form-label, .form-check-label {
    font-weight: 400;
    color: #656778;
    font-size: 14px;
    letter-spacing: normal;
}

.label-box {
    font-size: 13.5px;
    color: #0d0628;
    font-weight: 600;
    opacity: 1;
}

#form-social .form-label i {
    padding-right: 5px;
    color: #141414;
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
    font-size: 14px;
    border: none;
    color: #737373;
}

button:disabled, input:disabled, .btn-default:disabled {
    background-color: #ccc;
    color: #737373 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none;
    cursor: not-allowed;
}

.form-control:readonly {
    background-color: transparent;
}

.form-control::placeholder{
    color: #ccc;
}

.text-muted {
    font-size: .8rem;
    text-align: left;
    margin-top: 5px;
    display: block;
}

/** Track Onboarding */
.divisor {
    top: 40px;
    position: relative;
    width: 60%;
    display: inline-flex;
}

.track {
    list-style: none;
    flex-direction: row;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    text-align: -webkit-center;
}

.numb-tracking {
    width: 30%;
    margin: 0 5px;
}

.numb-ball {
    display: inline-flex;
    height: 35px;
    width: 35px;
    background-color: #414545;
    color: #fff;
    border-radius: 50px;
    margin-left: 2px;
    margin-right: 2px;
    z-index: 999;
    position: relative;
    justify-content: center;
    align-items: center;
    border: 4px solid #f4f4f4;
}

.numb-ball.desative {
    background-color: #d9d9d9;
}