.main-container {
    width: 100%;
    height: 100svh;
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    display: flex;
    align-items: flex-start;
    /* flex-direction: column;
    flex-grow: 1; */

    flex-direction: row;
    background-color: var(--color-background);
}


/* content ============================================= */
.content {
    width: 100%;
    display: flex;
    flex-wrap: 1;
    height: 100%;
    flex-direction: column;
}

/* center-body ========================================== */
.center-body {
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
    /* background-color: #f9f9f9; */
    /* border-top-right-radius: 20px;
    border-top-left-radius: 0px; */
    border:none;
    /* border-right: 5px solid #ffffff; */
    /* border-top: 5px solid #ffffff; */
    overflow: hidden;
    /* margin-top: -5px; */
    position: relative;
    background-color: transparent;
    overflow-y: auto;
    margin-bottom: 5px;
}

.-RTL- .center-body{
    /* border-top-right-radius: 0px;
    border-top-left-radius: 20px; */
    /* border-top: 5px solid #ffffff;
    border:none;
    border-left: 5px solid #ffffff;
    margin-top: 0px; */
}

/* canvas{
    border-top-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
} */

/* .-RTL- canvas{
    border-top-right-radius: 20px !important;
    border-top-left-radius: 0px !important;
} */


/* toast ================================================ */
#toast-portal{
    /* width: calc(100% - 20px); */
    position: fixed;
    margin: 10px;
    z-index: 9999999999999;
    display: flex;
    flex-direction: column;
    bottom: 0px;
}

