* {
    margin: 0;
    padding: 0
}

.main {
    display: none
}

.active {
    display: block !important
}

.d-none {
    display: none !important
}


.form-control.radio-field{
    height: 22px !important;
    width: 42px;
}

.warning{
    background: #ff000066;
}