html {
    overflow: auto;
}

.step-helper-list li button:disabled{
    background: #313335;
    cursor: not-allowed;
    /*pointer-events: all !important;*/
}
.step-helper {
    display: none;
    padding: 25px 35px;
    margin: 30px auto;
    background: white;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
}

/*.step-title {
    color: red;
    font-size: 3rem;
    text-align: center;
    margin: 0;
}*/

.step-helper input,
.step-helper textarea {
    width: 100%;
    margin: 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    font-size: 1em;
    font-family: inherit;
    background: #fff;
}
.step-helper select {
    width: 100%;
    margin: 0px;
    display: inline-block;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    font-size: 1em;
    font-family: inherit;
    background: #fff;
}

.step-control-sex {
    text-align: center;
    padding-top:.8rem;
}
.step-control-sex label,
.checkbox-control label {
    margin-right: .5rem;
    cursor: pointer;
}
.step-control-sex input,
.checkbox-control input {
    display: inline-block;
    width: initial;
    margin-right: .5rem;
}
.step-helper hr {
    border-color: #d3d3d3;
    border-width: 1px;
    border-style: solid;
    margin: 1.5rem 0;
}
.step-control {
    margin-bottom: .5rem;
}
.step-control-helper{
    text-align: center;
}
.a21-button {
    appearance:none;
    border: none;
    background: #F9831B;
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px !important;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0,0,0,0.5);
}
.a21-button-secondary {
    appearance:none;
    border: none;
    background: #313335;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block !important;
    margin: 10px !important;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0,0,0,0.5);
}
.others_members_elm,
.others_incomes_elm {
    padding: 10px;
    background: rgba(49,51,53,0.35);
    backdrop-filter: blur(10px);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
    margin-bottom: 15px;
}
button.delete_elm {
    cursor: pointer;
    outline: none !important;
    border: none;
    background: transparent;
    padding: 0;
    width: 30px;
}
button.delete_elm svg {
    display: block;
    width: 100%;
    height: auto;
}
button.delete_elm svg path {
    fill:#ec3261;
}
.others_members_elm_utils {
    margin-bottom: -10px !important;
    text-align: right;
}
.a21-helps small {
    line-height: 1.3 !important;
    display: block;
    font-size: 70%;
    margin-top: .6rem;
}
.step-helper table {
    border-collapse: collapse;
    width: 100%;
}
.step-helper td,.step-helper th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.a21-documentation{
    min-height: 200px;
}
.send-wrap {
    text-align: center;
    margin: 1.5rem;
}