@import url("./wq.css");
@import url("./dashboard.css");

html,
body,
#root {
    width: 100%;
    height: 100%;
}

.privacy label.MuiFormControlLabel-root {
    display: block;
}

.privacy label.MuiFormControlLabel-root .MuiFormControlLabel-label {
    font-size: 14px;
}

.privacy label.MuiFormControlLabel-root .MuiStack-root {
    display: inline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.InlineRadio div {
    display: inline;
}

.field_style>div>div>div:not(:first-child) {
    margin-left: 40px;
}

.field_style>div>div>div>div:first-child {
    width: 30% !important;
}

.leveraged>div div input {
    height: 10px;
}