#plan-settings-page{

    background-color: white;
    position: absolute;
    z-index: 120;
    display: none;
    background-color: #f7f7f7;
    overflow-y: overlay;
    top:0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.plan-settings-content{
    padding: 5px;
    position: absolute;
    width: 100%;
    top: 55px;
    background-color: #f7f7f7;
    overflow-y: overlay;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    
}

.plan-settings-button{
    width: 120px!important;
}


