.panel {
    border: none; /* Remove the border from the panel */
    margin: 0; /* Remove the bottom margin for cleaner appearance */
}
.panel-heading {
    border: none; /* Remove the border from the heading */
    padding: 0; /* Remove padding from the heading for a cleaner look */
}
.panel-body{
    padding:0px;
    margin:unset;
}
.accordionTitlte {
    /*text-align: left;*/
    float: left;
    color: blue;
}
#pageTitle {
    border-style: none;
    text-decoration: none;
}
.custom-margin {
    margin: 0px;
    padding: 0px;
}
.faq-mymodal-popup {
    margin-left: 85px;
}
/* For Modal close Button  */
.custom-close-button {
    font-size: 35px;
    padding: 0px 0px; 
}
/* parent table margins alignment*/
.custom-table-margin { 
    margin-top: 7px;
}
.custom-bg-darkgray {
    color: darkgray;
}
/* margin for Add new FAQ */
.custom-btn-margin {
    margin-top: 5px;  
}
.parent-container-width{   
    width:100%;
}
/* accordion placing row width*/
.accordin-row-width{
width:0px;  
}

.parent-table-margin {
    margin-bottom:4px;
}