.border_color_orange {
    border: 3px solid #E8652B33;
}

/* .screen_width {
    width: 100%;
    display: flex
} */

.noahs_page_builder-modal {
    width: 50%;
}

a {
    color: unset;
    text-decoration: unset;
}

.widget-noahs-column .noahs_page_builder-column--content-inner {
    display: block;
}

.noahs_page_builder-widget .widget-wrapper {
    display: block;
}

#block-ust-theme-footer-menu {
    display: none;
}

.accordion-item .btn-group {
    position: absolute;
}



.stu_glance_adus_bar .stu_glance_adus {
    display: block;
}

.truncate {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 200px; */
    height: 200px;
}

/* .truncate::after {
    content: "......";
    position: absolute;
    right: 0;
    background-color: white;
    padding-left: 10px;
} */