/* Boxed Div */
.boxedborder {
    background-color: #fff; /* White background */
    color: #666;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); /* Box shadow color set to #FFC700 with 0.5 opacity */
    padding: 10px;
}

/* Heading Underline */
h1, h2, h3 {
  border-bottom: 2px solid #FFCF2F; /* Replace with your desired underline color */
  display: inline; /* Ensures the underline only covers the text width */
}

/*DropFiles Overrides*/
.dropfiles-content .breadcrumbs {padding: 10px 0px 15px 0px !important;}
.dropfiles-foldertree {flex-basis: 20% !important;}
.dropfiles-content .dropfiles-categories {padding: 0px !important;}
.dropfiles-content, .dropfiles-dropblock-content {margin: 0px !important; padding: 0px !important;}

/*Debug Margin*/
.is-bottom_right {margin-bottom:120px !important; margin-right: 1% !important;}
.whatsappchat .popup-section .help-you-btn {padding: 0px; margin: 0px; !important;}

.mobileckhambuger_togglerlabel {
  margin-right: 50px;
}

/*Remove Read More Chevron*/
.tck-readmore [class*="icon"] {
display: none;
}