.akashic-form-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.akashic-form-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
}

.akashic-form-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.akashic-form-modal-close:hover,
.akashic-form-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Help Modal Styles */
.akashic-help-modal {
    display: none;
    position: fixed;
    z-index: 1001; /* Higher than the form modal */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.akashic-help-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 25px;
    width: 90%;
    max-width: 700px;
    position: relative;
    border-radius: 5px;
}

.akashic-help-modal-close {
    color: #000000;
    background-color: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.akashic-help-modal-close:hover,
.akashic-help-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.akashic-help-button {
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border-radius: 6px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 0.25rem;
    text-decoration: underline;
    color: inherit
}

.akashic-help-button:hover {
    background-color: white;
    color: black;
}

.label-wrapper {
    display: flex;
    align-items: center;
}

.akashic-form .label-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
