.incometypes {
    width: 100%;
    height: 100%;
    
    margin-top: 0px;

    border-radius: 0px;
    background-color: #fff;

    display: none;

    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

.incometypes > .incometypes_head {
    width: 92%;
    display: flex;
    align-items: center;
    padding-top: 30px;
    flex-direction: column;
}

.incometypes > .incometypes_head > h1 {
    display: inline-flex;
    margin: 0;
}

.incometypes_body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;

}

.incometypes_body_subcontainer {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.incometypes_body_option {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 88%;
    height: 6vh;
    margin-bottom: 20px;
    /* padding-left: 10px; */
    cursor: pointer;
    font-size: 20px;
    color: #073763;
}


.incometypes_body_option.select {
    background-color: #cddee6; 
}

/* .logo {
    height: 40px;
    width: auto;
}

.title-header {
    display: flex;
    justify-content: center;
    width: 100%;
} */
