@media(min-width:1440px) {
    .mainStucture .leftSide {
        width: 244px;
        /* border-right: 1px solid rgba(226, 232, 240, 1); */
        /* height: 100%; */
    }

    .mainStucture .centerSide {
        width: calc(100vw - 604px);
        /* border: 1px solid; */
        height: 100%;
        position: relative;
    }

    .mainStucture .rightSide {
        width: 360px;
        /* border-left: 1px solid rgba(226, 232, 240, 1); */

    }

    .offcabasTheam.offcanvas {
        width: 238px !important;
        left: 279px;
        height: calc(100vh - 164px);
        top: 86px;
        overflow-y: auto;
    }
}

@media(max-width:1274px) {
    /* .mainStucture {
        height: calc(100vh - 174px);
    }

    .textBoxList {
        height: calc(100vh - 234px);
        overflow-y: auto;
    } */

    .textBoxList {
        height: calc(100vh - 294px);
        overflow-y: auto;
    }

    .text-hidden {
        font-size: 0;
        padding: 7px 12px;
        gap: 0;
    }

    .textBoxList {
        padding-bottom: 30px;
    }

    .textBoxList .BoxCommen {
        flex-direction: column;
        padding: 0;
    }

    .textBoxList .BoxCommen .subBox {
        width: calc(100% - 10px);

    }

    .alignmentList {
        gap: 5px;
        justify-content: start;
    }

    .propertyBoxList .layoutFlex {
        gap: 4px;
        flex-direction: column;
    }

    .propertyBoxList .layoutFlex.checkboxMain {
        gap: 0px;
    }

    .basic-control {
        width: 100%;
    }

    .mainStucture .centerSide {
        padding-top: 80px;
    }

    .offcabasTheam.offcanvas {
        width: 244px !important;
        height: calc(100vh - 164px);
        top: 85px;
        left: 280px;
    }

    .mainStucture .leftSide {
        width: 244px;
    }
}

@media (max-width:1199px) and (min-width:600px) {
    .app-screen-dropdown-main .screenDrop {
        left: 60px;
        bottom: 8px;
        top: auto;
        z-index: 1047;
    }
}