.di-account-icons i.fa.fa-user-circle {
    font-size: 20px;
}
.theme_header_menu_social {
	margin-left: 25px;
}
select#search_post_type_cat {
    width: 210px;
}
.um span.um-req {
    color: red;
}
.register-erroricon::before {
	display: none;
}

/* Header menu css start*/
#menu-primary-menu img.gravatar {
    border-radius: 100px;
    width: 30px;
}

li#menu-item-110990 a, li#menu-item-110991 a {
	padding-left: 40px !important;
}
li#menu-item-110990::before {
	 content: "\f2bd";
}
li#menu-item-110991::before {
	content: "\f2f5";
}
li#menu-item-110990::before, li#menu-item-110991::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 10px;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25em;
    text-align: center;
    color: #e62076;
    opacity: 1;
    font-family: 'FontAwesome';
}
ul.sub-menu {
	top: 100% !important;
}
li#menu-item-110988:hover::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -15px;
    right: 10px;
    background: #fff;
    transform: rotate(45deg);
}


/* Header menu css end*/


/* Login CSS */
.user-registration.ur-frontend-form, .ur-frontend-form  {
    padding: 0px !important;
    box-shadow: none !important;
}
#user-registration {
	margin-top: 0 !important;
}
.user-registration-Input, .ur-frontend-field {
    background: transparent !important;
}
p.ur-lost-password-title {
    color: #2a4bc6 !important;
}
p.ur-lost-password-message {
    line-height: normal;
}

/* End */

pre#table-pre code {
	display: flex;
	flex-direction: column;
}


table {
    background-color: transparent;
    display: block;
    width: 100% ! IMPORTANT;
    overflow-x: auto;
    overflow-y: hidden;
    border-collapse: collapse;
    scrollbar-gutter: stable;
    display: block;
    width: 100% ! IMPORTANT;
    overflow-x: auto;
    border-collapse: collapse;
    table-layout: auto;
}


tbody tr {
  background: #fff !important;
  border-bottom: 1px solid #eee !important;
  transition: 0.2s ease !important;
}

tbody tr:hover {
  background-color: #f5f8ff !important;
}

td[rowspan] {
  background: #fff !important;
  vertical-align: top !important;
}

table td, table th {
    border-top: 1px solid #ddd !important;
    border: 1px solid #ddd !important;
    padding: 10px 12px;
    vertical-align: top;
    min-width: 140px;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    width: auto !important;
}



/* Chrome, Edge, Safari */
table::-webkit-scrollbar {
  height: 10px;
}

table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

table::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 6px;
}


.doc-single-post.doc-page, aside#sidebar-box {
    padding-top: 30px;
}
aside.doc-rtl-sidebar #list-manual li a.doc-active {
    font-weight: 500 !important;
    color: #2A4BC6;
    background: rgb(0 0 0 / 5%);
    border-left: 3px solid #e62076;
}
#list-manual li.active>a, #list-manual li a:hover, #list-manual-phone li.active>a, #list-manual-phone li a:hover {
    background-color: rgb(0 0 0 / 5%);
}
.margin-top-btm-50.doc-row-margin-fix {
    margin: 0px !important;
}

.doc-row-margin-fix .col-md-9.col-sm-12 {
    box-shadow: inset 8px 0 4px -8px rgba(0, 0, 0, 0.15)
}


#single-post-container,
#single-post-container * {
  pointer-events: auto !important;
}

.doc-single-post,
.doc-single-post * {
  pointer-events: auto !important;
}

[inert] {
  pointer-events: auto !important;
}

.wp-block-accordion, .plethoraplugins-tabs-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.wp-block-accordion-item {
    margin-bottom: 20px;
width: 100%;
}
.wp-block-accordion-heading__toggle {
	padding: 0 20px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #e8e8e8;
       border: 1px solid #e8e8e8;
    border-radius: 0px;
}
.wp-block-accordion-heading {
    margin: 0 !IMPORTANT;
}
.wp-block-accordion-panel {
    padding: 10px 20px;
    border: 1px solid #e8e8e8;
   border-radius: 0;
    border-top: 0;
}
.wp-block-accordion-heading__toggle:hover {
	background-color: #475bb2 !important;
	color: #fff;
}



/* ✅ Override plugin hard-hide */
.plethoraplugins-tabs--content > div {
  display: none;
}

.plethoraplugins-tabs--content > div.active {
  display: block;
}
.plethoraplugins-tabs ul {
    padding: 0 !important;
    gap: 3px ! IMPORTANT;
}
.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs--content>div {
    margin: 0;
}



.plethoraplugins-tabs {
    border: 0 !IMPORTANT;
}
.plethoraplugins-tabs--content {
    padding: 20px;
    border: 1px solid #e8e8e8;
}
.plethoraplugins-tabs a {
    text-decoration: none !important;
    padding: 5px 10px ! IMPORTANT;
    background: #f7f7f7 !important;
    font-size: 16px !important;
    font-weight: normal ! IMPORTANT;
}

.plethoraplugins-tabs a.active {
    background: #475bb2 ! IMPORTANT;
    color: #fff !important;
    padding: 5px 20px ! IMPORTANT;
}

.plethoraplugins-tabs a:hover {
	background: #475bb2 ! IMPORTANT;
	color: #fff !important;
}

.doc-single-post *+.wp-block-file__button, .doc-single-post .wp-block-buttons .wp-block-button__link {
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none !important;
	    font-size: 14px;
}
blockquote.wp-block-quote {
    background: transparent;
    margin: 0 !important;
    padding: 0 !important;
    border-left: 5px solid #475bb2;
}
blockquote.wp-block-quote p {
	padding: 10px !important;
}
