* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
label {
    display: inline-block;
    margin-bottom: 4px;
}
.edf-control-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e444a;
    background-color: #fff;
    border: 1px solid #abafae;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.edf-check-input {
    width: 16px;
    height: 16px;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #abafae;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color-adjust: exact;
}
.edf-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-size: 16px 16px;
}
.edf-check-input:checked {
    background-color: #0284c7;
    border-color: #0284c7;
}
.ed-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ed-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.ed-mb-4{
    margin-bottom: 1.5rem!important;
}
.ed-mb-5{
    margin-bottom: 2rem!important;
}
.ed-mb-6{
    margin-bottom: 50px!important;
}
.ed-ms-4{
    margin-left: 1.5rem!important;
}
.ed-txt-right{
    text-align: right;
}
.txt-c-danger{
    color: #dc2626!important;
}
.ed-form-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ed-form-footer .ed-made-with{
    display: flex;
    align-items: center;
}