.show {
    display: flex !important;
}

.hidden {
    display: none !important;
}

.greensites-admin-home-container{
    width: calc(100% - 20px);
    border-radius: 12px;
    height: calc(100vh - 130px);
    margin-top: 20px;
    padding: 10px;
    box-shadow: rgba(58, 53, 65, 0.1) 0px 2px 10px 0px;
    box-sizing:border-box
}

.greensites-admin-home-content{
    width: 100%;
    height: 40dvh;
    min-height: 40dvh;
    display: flex;
}