:root {
    --font-size-input: 14px;
    --font-size-label: 13px;
    --active-color: #09ff8d;
}

/*Formulario */
form .identity__details .identity__left  label {
    /* font-size: 12px; */
    color: var(--white);
    line-height: 150%;
    margin-bottom: 10px;
    font-size: var(--font-size-label);
}

form .identity__details .identity__left  .form__box label {
    /* font-size: 12px; */
    color: var(--white);
    line-height: 150%;
    margin-bottom: 10px;
    font-size: var(--font-size-label);
}

form .identity__details .identity__left  .form__box input {
    width: 100%;
    background: var(--signbet);
    border-radius: 10px;
    padding: 10px 20px 10px;
    font-size: 10px;
    border: unset;
    color: var(--white);
    outline: none;
    /*Custom*/
    height: 50px;
    font-size: var(--font-size-input);
}
form .identity__details .identity__left  .form__box ::placeholder {
    color: var(--white);
}

.nice-select:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

/* Select */
.dashboard__body__wrap{
overflow: inherit;
}

.z-index-9999{
    z-index: 9999 !important;
}

.nice-select .list {
    max-height: 400px;
    overflow: scroll;
    font-size: var(--font-size-input);
}


/*Logo*/
.max-w-200{
    max-width: 200px !important;
}

/*Title*/
.active{
    color: var(--active-color) !important;
}

/*Input check*/
.check-md {
    width: 20px !important;
    height: 20px !important;
}

.form-check-label{
    font-size: var(--font-size-label) !important;
}

.default-btn{
    border: none;
    box-shadow: none;

}