.rstcustom__collapseButton {
    z-index: 0 !important;
}

.item-modal {
    z-index: 2000;
    margin-bottom: 5px;
    padding: 5px;
    box-shadow: 0px 0px 15px -5px #333;
    border-radius: 5px;
}

.item-modal img {
    max-width: 50px;
    max-height: 30px;
}

#ul-modal {
    padding: 6px;
}

#ul-modal li {
    /* margin-bottom: 5px;
    padding: 5px;
    box-shadow: 0px 0px 15px -5px #333;
    border-radius: 5px; */
}

.rightSample {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
}

.leftSample {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 15px;
}

.rstcustom__node {
    height: 35px !important;
    /* top: unset !important; */
    margin-bottom: 2px !important;
}

.rstcustom__rowContents {
    box-shadow: unset;
}

.rstcustom__rowContents:hover {
    -webkit-transition: unset;
    transition: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.rstcustom__highlight {
    background: unset;
    cursor: unset;
}

@media only screen and (min-width: 1536px) {
    .containerSamplePlan {
        margin: auto;
        max-width: 1349px;
    }
}

#noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.item-modal {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.tree {
    position: unset;
    background-color: #fff;
    width: 100%;
}

.m-node {
    overflow: hidden;
    /* margin: 2px 2px 2px 0; */
}

/* .m-node .children{
    padding-left: 0 !important;
} */

.children .m-node .inner .active {
    background: #c2d5f2;
}

/* .inner:hover{
    opacity: 0.7;
    background: #f0f2f4;
} */

.inner {
    /* box-shadow: 0px 1px 3px; */
    font-weight: bold;
    font-family: AvenBook !important;
    color: rgba(0, 0, 0, 0.65) !important;
    font-size: 14px !important;
    line-height: 35px;
}

.m-node .inner {
    padding-left: unset;
    /* padding: 0px 5px 0px 20px; */
}

.leftSample h1 {
    color: #066ead;
    font-weight: bold;
    margin-bottom: 0px;
}

.rightSampleAdmin {
    max-width: 793px;
    padding: 48px;
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    background-color: #fff;
    height: 100%;
}

.rightSampleAdmin .ant-table-row {
    height: 40px;
}

.containerHomeScreen {
    background: #fff !important;
}

.ant-layout-content {
    /* background: #ebebeb !important; */
}

.chapter-admin {
    padding-left: 10px;
}

/* .m-node .inner:first-child{
    display: none;
}

.children .m-node .inner{
   display: block !important;
} */

.ant-layout {
    background: #ebebeb !important;
}

.ant-layout-content {
    background: #ebebeb;
}

.ant-switch-checked {
    background-color: #066ead;
}

.anticon-plus {
    color: #066ead;
}

.anticon-close {
    color: #066ead;
}

.ant-layout-sider-trigger {
    background: #066ead;
}