.main-area {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    column-gap: 2rem;
    padding-right: 2rem;
    position: relative;
}

.form-area {
    padding-top: 0;
}

aside {
    background-color: white;
    height: 100%;
    width: 300px;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 2rem 1.5rem;
    row-gap: 8px;
}

#form-footer {
    z-index: 9998;
}

.sidebar-button {
    padding: 8px 15px 18px 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    border: none;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 0.75px solid #cfcfcf;
}

.sidebar-button:nth-child(4) {
    color: #778386;
}

.sidebar-button-selected {
    padding: 12px 20px;
    background: #2493EA;
    box-shadow: 0px 3px 10.5px rgba(36, 147, 234, 0.5);
    border-radius: 7.5px;
    color: white;
}

.sidebar-button-selected svg path {
    fill: white;
}

.mainalert div p:first-child {
    color: #067D62;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    column-gap: 10px;
    margin-bottom: 8px;
}

.mainalert div p:last-child {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    width: 60%;
}

.mainalert {
    display: flex;
    column-gap: 10px;
    background-color: #EDFFFB;
    padding: 1rem;
    border: 2.26px solid #067D62;
    border-left: 6px solid #067D62;
    border-radius: 7.53247px;
}

main {
    margin-top: 2rem;
    width: 100%;
}

.input-field {
    margin-bottom: 1.5rem;
}

.container-right .btn-primary {
    width: 100%;
    margin-top: 15px;
}

.form-container:first-child>p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #666666;
    width: 50%;
}

.fc-div {
    display: inline-flex;
    column-gap: 2rem;
    row-gap: 2rem;
}

.form-container {
    padding-left: 0;
    margin-left: 0;
}

.deposit-div {
    background-color: white;
    width: 100%;
}

.deposit-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;

}

.deposit-div hr {
    border: 0;
    border-top: 0.762133px solid #CCCCCC;
}

.deposit-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    padding: 15px 25px;
}

.db-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #4D4D4D;
    width: 17rem;
}

.db-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.deposit-bottom>div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.account-label {
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    background: #F7F7F7;
    border-radius: 2.50903px;
    padding: 6px 10px;
    margin-left: 12px;
}

.db-tooltip {
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: center;
    background-color: white;
    filter: drop-shadow(0px 0px 38.0829px #B2D1FF);
    border-radius: 6.09326px;
    padding: 1rem 1.5rem;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    position: absolute;
    top: 100%;
    right: 2%;
    width: max-content;
}

.deposit-head {
    position: relative;
}

.db-tooltip:after {
    content: "\25B2";
    position: absolute;
    top: -16%;
    color: white;
    font-size: 1rem;
}

.lowp-w {
    width: 450px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #666666;
}

.ex-adjust {
    display: flex;
    align-items: flex-end;
    column-gap: 8px;
}

.form-header .hamicon {
    width: unset;
}

.hamicon {
    display: none;
}

.admin-top>p {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.admin-top {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.admin-top>div {
    background: white;
    border: 1.05491px solid #E4E4E4;
    border-radius: 4.92291px;
    padding: 18.24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 15px;
}

.admin-top>div>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.admin-top hr {
    border: none;
    border-top: 0.703273px solid #E4E4E4;
    width: 100%;
    height: 0;
}

.admin-top>div>div {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 18px;
    row-gap: 18px;
    flex-wrap: wrap;
}

.snapshot {
    border: 1.05491px solid #E4E4E4;
    border-radius: 4.92291px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 13px;
    row-gap: 13px;
    padding: 16px 12px;
    width: 200px;
}

.snapshot div p:first-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;

}

.snapshot div p:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

.snapshot div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}