﻿
.apk_form {
    background-color: var(--bs-100);
}

.apk_form.hidden {
    display: none;
}

.apk_form > .form_body {

}

.apk_form > .form_body > fieldset {
    
}

.apk_form > .form_body > fieldset.hidden {
    display: none;
}

.apk_form > .form_body > fieldset > legend {
    font-weight: normal;
}

.apk_form > .form_body > div:last-child {
    font-weight: normal;
}

.apk_form > .form_body > div:last-child > div:last-child {
    
}

.apk_form > .form_body > div:last-child > div:last-child button[type="reset"] {
    color: var(--bs-primary);
    text-decoration: underline;
    font-weight: normal;
}

.apk_form > .form_body > div:last-child > div:last-child button[type="reset"] svg {
    fill: var(--bs-primary);
}

.apk_form > .form_body > div:last-child > div:last-child button[type="reset"]:hover {
    color: var(--bs-900);
}

.apk_form > .form_body > div:last-child > div:last-child button[type="reset"]:hover svg {
    fill: #0053a5;
}

.apk_form > .form_body > div:last-child > div:last-child button[type="submit"] {
    
}