[x-cloak] {
    display: none !important;
}

.modal {
    padding: 0 !important;
}

.modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.modal-content {
    height: auto !important;
    min-height: 100% !important;
    border: 0 none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-height: 100vh !important;
}

input[type="checkbox"] {
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    /* For Safari */
    -moz-transform: scale(2.5);
    /* For Firefox */
    -ms-transform: scale(2.5);
    /* For IE */
    display: inline-block;
}


input[type="radio"] {
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    /* For Safari */
    -moz-transform: scale(2.5);
    /* For Firefox */
    -ms-transform: scale(2.5);
    /* For IE */
    display: inline-block;
}

.form-check-label {
    padding-left: 15px;
}

.form-check {
    margin-left: 10px;
}