html, body, * {
    box-sizing: border-box;
}
h1, h2, h3 {
    color: #282828;
}
a {
  color: #ffa21b;
}
a:active, a:hover {
  color: #333;
}
.left-side .ui-widget-header a,
.left-side .ui-state-default a, 
.left-side .ui-state-default a:link{
    color: #282828;
}
.left-side .ui-state-default a:visited, 
.left-side a.ui-button, a:link.ui-button, 
.left-side a:visited.ui-button, .ui-button {
    color: #333;
}
.left-side .ui-tabs-nav .ui-state-active a, .left-side .ui-tabs-nav .ui-state-active a:link, .left-side .ui-tabs-nav .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}
.left-side .ui-widget-content, 
.left-side .dataTables_wrapper .dataTables_length, 
.left-side .dataTables_wrapper .dataTables_filter, 
.left-side .dataTables_wrapper .dataTables_info, 
.left-side .dataTables_wrapper .dataTables_processing, 
.left-side .dataTables_wrapper .dataTables_paginate{
    color: #282828;
}
html.wp-toolbar {
    padding-top: 50px;
}
#pw_pending_users .approve-btn {
    width: 120px;
}
#inspection2-dt .action-icon,#inspectionsb2-dt .action-icon, #inspectionss-dt .action-icon, #inspectionpv-dt .action-icon {
	display:flex;
}
#inspection2-dt .action-icon a,#inspectionsb2-dt .action-icon a, #inspectionpv-dt .action-icon a, #inspectionss-dt .action-icon a {
	margin: 0px 2px;
}
#inspection-dt .action-icon {
	display:flex;
}
#inspection-dt .action-icon a {
	margin: 0px 2px;
}
.dataTables_wrapper .dataTables_length select{
	width: 100px;
}
form .row select {
max-width: 100% !important;
}
.ui-datepicker-calendar .ui-state-highlight, .ui-datepicker-calendar .ui-widget-content .ui-state-highlight{
	background: #2a00ff !important;
    color: #ffffff !important;
    text-align: center !important;
}
.g-recaptcha{
    margin-top: 20px;
}
#inspection-interval {
	width: 100% !important;
}
.wrap.upcoming-inspection {
	overflow: auto !important;
}
.ap-content-wrap .ui-tabs {
    padding: 0;
}
.ap-content-wrap .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    background-color: #f6f6f6 !important;
}
.ap-content-wrap .ui-tabs .ui-tabs-nav li {
    margin: 0;
    border: 0;
}
.ap-content-wrap .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}
.ap-content-wrap .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 1em 1em;
    line-height: 1;
}
table.widefat {
    background: #f2e7d7;
    border: 1px solid #ff0000;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    border-bottom: 1px solid #ffa21b;
    border-left: 0;
    border-right: 0;
}
.widefat tfoot td, .widefat tfoot th {
    border-top: 1px solid #ff0000;
    border-bottom: none;
}
.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active {
    border: 1px solid #ff0000;
    color: #ff0000;
}
.wrap .page-title-action:hover {
    background: #ffa21b;
    border-color: #ffa21b;
    color: #ffffff;
}
.wp-list-table a {
    color: #282828;
}
.wp-list-table a:hover {
    color: #f00;
}
.widefat thead tr th, .widefat tfoot tr th{
    font-weight: 700;
}
/*************************Custom_CSS 07-Jun-2023***************************/
.ui-widget-header {
    border: 0px solid transparent !important;
    background: transparent !important;
    color: #333333 !important;
    border-bottom: 1px solid #c5c5c5 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #ff0000 !important;
    color: #ffffff !important;
}
.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img, a:focus .plugin-icon {
    box-shadow: none !important;
}
.dataTable .act-btn.blue {
    background: #112b52 !important;
}
.dataTable .act-btn.blue:hover {
    background: rgba(17, 43, 82, 0.80) !important;
}
.dataTable .act-btn.red:hover {
    background: rgba(255, 0, 0, 0.80);
}
.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    font-size: 16px !important;
    line-height: 1.6 !important;
    padding: 10px 20px !important;
    border-radius: 0px !important;
}
.wp-core-ui .button-primary {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #fff !important;
    min-width: 200px;
}
.wp-core-ui .button-primary:hover{
    background: #ffa21b !important;
    border-color: #ffa21b !important;
    color: #fff !important;
}
.add-new-form .row label {
    color: #282828;
    font-family: Arial,Helvetica,sans-serif;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], 
input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], 
input[type=time], input[type=url], input[type=week],input[type=file], select, textarea {
    border: 0px solid #fff4e3 !important;
    background-color: #fff4e3 !important;
    color: #333 !important;
    border-bottom: 2px solid #f00 !important;
    margin: 4px 0px;
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    padding: 6px 8px !important;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    border-radius: 0px !important;
}
.wp-core-ui select {
    padding: 6px 24px 6px 8px;
}
.wp-admin input[type=file] {
    padding: 9px 8px !important;
    border: 0px solid #ff0000 !important;
    background-color: #fff4e3 !important;
    color: #333 !important;
    border-bottom: 2px solid #ff0000 !important;
}
.add-new-form .row select, .add-new-form .row input[type="text"], .add-new-form .row input[type="date"], 
.add-new-form .row input[type="email"], .add-new-form .row textarea, .add-new-form .row input[type=file]{
    width: 100% !important;
}
.add-new-form .row.text-center {
    text-align: right;
}
.add-new-form .row.text-center .button-primary{
    margin-top: 20px;
}
.dataTable {
    border-radius: 0px !important;
}
.form-table th {
    vertical-align: top !important;
}
.form-table th label {
    padding-top: 7px;
    display: block;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}
input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    border-color: #ffa21b !important;
    box-shadow: none !important;
}
#wpadminbar {
    background: #ff0000 !important;
}
#wpcontent #wpadminbar {
    height: 50px;
}
#wpcontent #wpadminbar .quicklinks .ab-empty-item, #wpcontent #wpadminbar .quicklinks>ul>li>a, #wpcontent #wpadminbar .shortlink-input, #wpcontent #wpadminbar .ab-label {
    height: 50px;
}
#wpcontent #wpadminbar .ab-icon, #wpcontent #wpadminbar .ab-item:before, #wpcontent #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
    padding: 0;
}
#wpcontent #wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    top: 1px;
}
#wpcontent #wpadminbar .ab-label {
    display: flex;
    align-items: center;
}
#wpcontent #wpadminbar .quicklinks>ul>li>a {
    display: flex;
    align-items: center;
}
#wpcontent #wpadminbar #wp-admin-bar-my-account.with-avatar>.ab-empty-item img, #wpcontent #wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
    margin-top: 0px;
}
#adminmenu a, #adminmenu div.wp-menu-image:before{
    color: #ffffff;
}
#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {
    background-color: #ffa21b !important;
}
#adminmenu .wp-has-current-submenu .wp-submenu {
    background-color: #ff0000 !important;
}
#adminmenu li.menu-top>a:focus {
    color: #ffffff !important;
}
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu a:hover{
    color: #ffffff !important;
}
#adminmenu li.menu-top:hover {
    color: #ffffff !important;
    background-color: #ff0000;
}
#adminmenu li a:focus div.wp-menu-image:before, #adminmenu li.opensub div.wp-menu-image:before, #adminmenu li:hover div.wp-menu-image:before {
    color: #ffffff !important;
}
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {
    background: #ff0000 !important;
    border-bottom: 1px solid #ffa21b;
}
#adminmenu li.opensub>a.menu-top, #adminmenu li>a.menu-top:focus {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}
#adminmenu .wp-submenu a:hover, #adminmenu a:hover {
    box-shadow: none;
}
#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after, #adminmenu li.wp-has-submenu.wp-not-current-submenu:focus-within:after {
    border-right-color: #ffa21b;
}
#adminmenu li.wp-menu-separator {
    display: none;
}
#adminmenu #collapse-button {
    color: #ffffff;
}
#collapse-button:hover, #collapse-button:focus {
    color: #ffffff !important;
    background-color: #ff0000;
}
#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
    color: #ffffff !important;
    background: #ff0000;
}
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, #wpadminbar li #adminbarsearch.adminbar-focused:before, #wpadminbar li .ab-item:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
    color: #ffffff !important;
}
#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before {
    color: #ffffff !important;
}
#wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label, #wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label, #wpadminbar>#wp-toolbar li.hover span.ab-label {
    color: #ffffff !important;
}
#wpadminbar .menupop .ab-sub-wrapper {
    background: #ff0000;
}
#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon {
    color: #ffffff !important;
}
#wpadminbar .quicklinks .menupop ul.ab-submenu li a{
    color: #ffffff !important;
}
#wpadminbar .quicklinks .menupop ul.ab-submenu li a:hover {
    color: #ffffff !important;
    background-color: #ffa21b;
}

.folded #adminmenu .wp-has-current-submenu .wp-submenu {
    border-left: 0px solid transparent;
}
#adminmenu .wp-submenu .wp-submenu-head {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-shadow: none !important;
    border-left: 0;
}
#wpcontent #wpadminbar #wp-admin-bar-comments .count-0 {
    opacity: 1;
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    font-size: 8px;
    border-radius: 18px;
    right: 4px;
    top: 8px;
    font-weight: 700;
}
.notice-info {
    border-left-color: #ffa21b !important;
}
#inspection2-dt  span.maritalstatus-text {
    text-transform: capitalize;
}
/* #wpadminbar #wp-admin-bar-site-name>.ab-item {
    padding: 0 7px;
    background-image: url(../../assets/images/Shree-Gautam-samaj-logo.png) !important;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    width: 160px !important;
    font-size: 0;
    box-sizing: border-box;
} */
#wpcontent #wpadminbar #wp-admin-bar-site-name>.ab-item:hover {
    background-color: transparent !important;
    background-size: 90% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
#wpadminbar #wp-admin-bar-site-name>.ab-item:hover {
    background-color: transparent;
    background-size: 90%;
}
#wpadminbar #wp-admin-bar-site-name>.ab-item:before{
	font-size:0px;
}
.ap-content-wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0px solid transparent;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.next:not(.disabled), .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:not(.disabled){
    background-color: #f0f0f1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 0px solid rgb(255 0 0) !important;
    background-color: #ff0000 !important;
    background: -webkit-linear-gradient(to bottom, rgb(255 0 0 / 75%) 0%, rgb(255 0 0) 100%) !important;
    background: -moz-linear-gradient(to bottom, rgb(255 0 0 / 75%) 0%, rgb(255 0 0) 100%) !important;
    background: -ms-linear-gradient(to bottom, rgb(255 0 0 / 75%) 0%, rgb(255 0 0) 100%) !important;
    background: -o-linear-gradient(to bottom, rgb(255 0 0 / 75%) 0%, rgb(255 0 0) 100%) !important;
    background: linear-gradient(to bottom, rgb(255 0 0 / 75%) 0%, rgb(255 0 0) 100%) !important;
}
.ap-content-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current, .ap-content-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}
.ap-content-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 0px solid rgb(255 0 0) !important;
    background-color: #ff0000 !important;
    background: -webkit-linear-gradient(270deg, rgb(255 0 0 / 75%) 0%, rgb(255 0 0) 100%) !important;
    background: -moz-linear-gradient(to bottom, rgb(255 0 0 / 75%) 0%, rgb(255 0 0) 100%) !important;
    background: -ms-linear-gradient(to bottom, rgb(255 0 0 / 75%) 0%, rgb(255 0 0) 100%) !important;
    background: -o-linear-gradient(to bottom, rgb(255 0 0 / 75%) 0%, rgb(255 0 0) 100%) !important;
    background: linear-gradient(to bottom, rgb(255 0 0 / 75%) 0%, rgb(255 0 0) 100%) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #666 !important;
    border: 1px solid transparent !important;
    background: transparent !important;
}
table.dataTable {
    border-collapse: collapse !important;
}
table.dataTable.no-footer {
    border: 0 !important;
    border-bottom: 1px solid #ff0000 !important;
}
table.dataTable thead th, table.dataTable thead td, .widefat thead td, .widefat thead th{
    padding: 10px;
    border-bottom: 1px solid #ff0000 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.widefat tfoot tr td, .widefat tfoot tr th, .widefat thead tr td, .widefat thead tr th{
    color: #282828;
}
.dataTable tr th{
	border: 1px solid #ff0000;
}
.dataTable tr td {
    border-bottom: 1px solid #bbb !important;
}
table.dataTable thead>tr>th {
    background-color: #fff4e3;
}
table.dataTable tbody tr:hover {
    background-color: rgba(51, 51, 51, 0.07);
}
.dataTable .act-btn.red {
    background: #ff0000 !important;
}
.dataTable .act-btn.red:hover {
    background: #8e0000 !important;
}
.dataTable .act-btn.blue {
    background: #389df0 !important;
}
.dataTable .act-btn.blue:hover {
    background: #1061a3 !important;
}
#adminmenu .wp-submenu>li {
    width: calc(100% - 8px);
    box-sizing: border-box;
    margin: 0px auto;
}
#adminmenu .wp-submenu a {
    color: rgb(255 255 255);
}
#adminmenu .wp-submenu a:hover {
    background-color: rgba(255, 162, 27, 0.60);
}
#adminmenu li.menu-top.wp-has-current-submenu .wp-submenu>li>a:hover {
    color: #ffffff !important;
}
#adminmenu li.menu-top .wp-submenu>li>a:hover {
    color: #ff0000 !important;
}
#adminmenu .opensub .wp-submenu li.current a, #adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:focus, #adminmenu .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu li.current a {
    color: #ffffff !important;
    background-color: #ffa21b;
}
.dataTables_wrapper {
    max-height: 640px;
    overflow: auto;
    display: block;
}
#wpadminbar .ab-top-menu>li#wp-admin-bar-fs-menu a:before, #wpadminbar .ab-top-menu>li#wp-admin-bar-tt-menu a:before, #wpadminbar .ab-top-menu>li#wp-admin-bar-profile-menu a:before, #wpadminbar .ab-top-menu>li#wp-admin-bar-logout-menu a:before {
    content: "";
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
	vertical-align: middle;
	padding: 6px 0px;
	color: #fff !important;
}
#wpadminbar .ab-top-menu>li#wp-admin-bar-fs-menu a:before{
	background-size: 100%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../images/fire-extinguisher-menugray.png) !important;
}
#wpadminbar .ab-top-menu>li#wp-admin-bar-tt-menu a:before {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/tackle-box-menugray.png) !important;
}
#wpadminbar .ab-top-menu>li#wp-admin-bar-profile-menu a:before{
	content: "\f110";
}
#wpadminbar .ab-top-menu>li#wp-admin-bar-logout-menu a:before{
	content: "\f14a";
}
#wpadminbar .ab-top-menu>li#wp-admin-bar-fs-menu:hover>a:before, 
#wpadminbar .ab-top-menu>li#wp-admin-bar-tt-menu:hover>a:before, 
#wpadminbar .ab-top-menu>li#wp-admin-bar-profile-menu:hover>a:before, 
#wpadminbar .ab-top-menu>li#wp-admin-bar-logout-menu:hover>a:before,
#wpadminbar .ab-top-menu>li#wp-admin-bar-fs-menu>a.active:before, 
#wpadminbar .ab-top-menu>li#wp-admin-bar-tt-menu>a.active:before, 
#wpadminbar .ab-top-menu>li#wp-admin-bar-profile-menu>a.active:before, 
#wpadminbar .ab-top-menu>li#wp-admin-bar-logout-menu>a.active:before{
	color: #ffa21b !important;
}
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item:before{
	color: #ffa21b !important;
}
#wpadminbar .ab-top-menu>li#wp-admin-bar-fs-menu a:hover:before, #wpadminbar .ab-top-menu>li#wp-admin-bar-fs-menu a.active:before{
	background-image:url(../images/fire-extinguisher-menuyellow.png) !important;
}
#wpadminbar .ab-top-menu>li#wp-admin-bar-tt-menu a:hover:before, #wpadminbar .ab-top-menu>li#wp-admin-bar-tt-menu a.active:before{
    background-image: url(../images/tackle-box-menuyellow.png) !important;
}
#wpadminbar .ab-top-menu>li>a:hover, #wpadminbar .ab-top-menu>li>a.active {
    color: #ffffff !important;
}
/********************Custom Menu****************/
#wpadminbar .ab-top-menu>li#wp-admin-bar-admin-logo>a.ab-item{
	padding: 0 7px;
    background-image: url(/wp-content/uploads/2023/06/logo6-white.png) !important;
	background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    width: 160px !important;
    font-size: 0;
}
#wpadminbar .ab-top-menu>li#wp-admin-bar-admin-logo {
    margin-right: 10px;
    padding-right: 10px;
}
#wpadminbar .ab-top-menu>li#wp-admin-bar-admin-logo:after {
    content: "";
    width: 1px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffa21b;
}
#tabs-dashboard{
	padding-top: 0px;
}
.dataTables_wrapper .dataTables_length select {
    width: 50px;
}
.form-table label>span.description, .form-table span.description{
    color: #d70a0a;
}
.dataTables_wrapper .dataTables_length {
   margin-left:0px;
}
#your-profile h2 {
    color: #ffffff;
    background-color: #ffa21b;
    padding: 8px 8px;
}
.wrap h1.wp-heading-inline {
    font-weight: 600;
}
#profile-page h1.wp-heading-inline {
    display: block;
    font-weight: 700;
    color: #1d2327;
    font-size: 1.3em;
    margin: 1em 0;
    padding: 0;
}
form#your-profile {
    border: 1px solid #c5c5c5;
    padding: 0.2em 20px;
    background-color: #fff;
}
.wp-core-ui #wpwrap .button, .wp-core-ui #wpwrap .button-secondary {
    color: #ffffff;
    border-color: #ff0000;
    background: #ff0000;
    vertical-align: top;
}
.parts.form-left>.row .button{
    margin-left: 5px;
}
.wp-core-ui #wpwrap .button:hover, .wp-core-ui #wpwrap .button-secondary:hover {
    border-color: #ffa21b;
    background: #ffa21b;
}
.wp-core-ui .button.wp-generate-pw, .destroy-sessions #destroy-sessions, .wp-core-ui .button#do_new_application_password{
    color: #333;
    border-color: #ffa21b;
    background: #ffa21b;
}
.wp-core-ui .button.wp-generate-pw:hover, .destroy-sessions #destroy-sessions:hover, .wp-core-ui .button#do_new_application_password:hover{
	background: #333;
    border-color: #333;
    color: #fff;
}
.wp-core-ui .tablenav.top .button, .wp-core-ui .tablenav.bottom .button, .wp-core-ui p.search-box .button {
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding: 6px 20px !important;
    border-radius: 0px !important;
}
.wp-core-ui .tablenav.top select, .wp-core-ui .tablenav.bottom select, .wp-core-ui p.search-box input[type=search], 
.wp-core-ui p.search-box input[type=text], .wp-core-ui .tablenav.top input[type=text], .wp-core-ui .tablenav.bottom input[type=text]{
    line-height: 1.4;
    margin-top: 0;
}
.dataTables_wrapper .dataTables_filter {
    margin-right: 0px;
}
.popup {
    overflow: auto;
}
.listing-wrap .dataTables_wrapper {
    overflow: auto;
    max-height: unset !important;
}
.listing-wrap {
    overflow: visible !important;
}
.dataTables_wrapper {
    min-width: unset !important;
}
.parts.form-left>.row {
    overflow: auto;
}
/****************************************************************************************/
.w-100 {
    width: 100%;
}
.view-details-member {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}
.vd-head h2 {
    margin: 0;
    padding: 10px 0px;
    position: relative;
    font-size: 1em;
    color: #282828;
    border-bottom: 2px solid #ffa21b;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.vd-content {
    padding: 20px 20px;
    background-color: rgba(255, 162, 27, 0.20);
}
.vd-content.tabular-form {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
    font-size: 13px;
    line-height: 1.4em;
    color: #282828;
}
.vd-list-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 0px;
    color: #000;
}
.vd-list-row label {
    width: 100%;
    max-width: 25%;
    color: #ff0000;
    font-weight: 700;
}
.vd-list-row em {
    font-style: normal;
    width: 100%;
    max-width: 10%;
}
.vd-content+.vd-content {
    border-top: 1px solid #ddd;
}
.vd-content.tabular-form table.dataTable {
    border: 0;
    min-width: 767px;
}
.view-details-member .vd-item+.vd-item {
    margin-top: 40px;
}
.cert2-popup .swal2-html-container .header-left {
    width: 50% !important;
    text-align: left;
}
.cert2-popup .swal2-html-container .header-left img {
    max-width: 200px !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
/**************************************************************************************/
.gm,.ms{text-transform: capitalize;}
.popup-content {
    position: relative;
}
.popup .close-popup {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 0;
    line-height: 1.2;
    cursor: pointer;
    margin: 0;
}
.popup .close-popup:before {
    content: "×";
    font-size: 40px;
}
.popup .close-popup:hover {
    color: #f00;
    background-color: transparent;
}
.radio-button {
    min-height: 62px;
    display: flex;
    align-items: center;
}
.radio-button label+label {
    margin-left: 25px;
}

input[type=radio]:checked {
    border-color: #f00;
}
input[type=radio]:checked::before {
    background-color: #ff0000;
}
#tabs-dashboard .wrap {
    margin-right: 0;
    margin-left: 0;
}
.card-thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card-thumb .dash-card>a {
    text-decoration: none;
    color: #fff;
}
.card-thumb .dash-card {
    padding: 10px;
    width: 20%;
    position: relative;
}
.card-thumb .dash-card-body {
    background-color: #ffa21b;
    padding: 40px 20px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.card-thumb .dash-card-body:hover {
    background-color: #f00;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.dash-card-content {
    width: 100%;
    text-align: center;
}
.dash-card-content h4 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}
.dash-card-icon {
    width: 60px;
    height: 60px;
    margin: 0px auto 20px auto;
}
.dash-card-icon>img {
    width: 100%;
    max-width: 60px;
    height: auto;
}
.dash-card-body:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.dash-card-body:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.archiv_year {
    border-bottom: 1px solid #c7c7c8;
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;    
}

.archiv_year .month_list a {
    color: #444;
    text-decoration: navajowhite;
}
.archiv_year .in_year {
    float: left;
    width: 100%;
    line-height: 40px;
}
.in_year::after {
    content: "\f067";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 17px;
    font-family: FontAwesome;
}
 .in_year.minus::after {
    content:"\f068";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 17px;
    font-family: FontAwesome;
}                
.archiv_year .month_list {
	width: 100%;
	float: left;
	background-color: #fff;
	display: none;
	overflow: auto;
}
.archiv_year .month_list li {
    float: left;
    list-style-type: none;
    padding: 9px 30px;
}
.tagclouds-term {
    background-color: #fff;
    color: #af0a1e;
    float: left;
    font-size: 14px;
    margin-bottom: 4px;
    padding: 10px 15px;
    position: relative;
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #d7d8da;
}
.tagclouds-term a {
    color: #af0a1e;
    display: block;
    float: left;
    text-align: left !important;
}
.side_sub_sec {
    float: left;
    width: 100%;
    margin-bottom: 36px;
}
.hname ::before {
	content: "";
	position: absolute;
	border: 1px solid red;
	width: 100%;
	bottom: -5px;
}

.hname span {
	position: relative;
}
/* Default styles */
.lang-switch {
  padding: 10px 5px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.language-switch {
    text-align: center;
  }

  .lang-switch {
    display: none;
  }
  #language-switcher {
    display: flex;
     display: none;
  }
  #language-switcher img {
    width: 50px;
  }
  #profile-page tr.user-first-name-wrap, #profile-page tr.user-last-name-wrap, #profile-page tr.user-language-wrap,#profile-page tr.user-admin-color-wrap {
    display: none !important;
  }
  
/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
  .language-switch {
    text-align: center;
  }

  .lang-switch {
    display: block;
    margin-bottom: 10px;
  }
  #language-switcher {
    display: flex;
    padding-top: 6px;
    padding-top: 20px;
  }
  #language-switcher img {
    width: 20px;
    margin-left: 5px;
  }
  .lang-desk{
    display: none;
  }
  /* #wpadminbar #wp-admin-bar-language_switcher {
    display: block !important;
  } */
    #footer-upgrade{
        display: none;
    }
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@media screen and (max-width: 1550px){
	.dataTables_wrapper {
		max-height: 580px;
	}
}
/***********/
body.wp-admin.customize-support #adminmenu .wp-menu-image img {
    max-width: 15px;
    opacity: 1;
}
body.wp-admin.customize-support #wp-toolbar > ul > li#wp-admin-bar-custom_logo {
    display: none !important;
}
@media screen and (max-width: 1450px){
    .card-thumb .dash-card {
        padding: 10px;
        width: 33.333%;
    }
}
@media screen and (max-width: 1367px){
	.dataTables_wrapper {
		max-height: 450px;
	}
	.archiv_year .month_list #memberlist {
	width: 936px !important;
}
}
@media screen and (max-width: 1199px){
    .vd-list-row label {
        max-width: 35%;
    }
    .vd-list-row em {
        max-width: 15%;
    }
}

@media screen and (max-width: 991px){
    .swal2-popup.cert2-popup {
        width: 100%;
        max-width: calc(100% - 30px);
    }
    .swal2-popup.cert2-popup .swal2-html-container {
        padding: 20px 10px;
    }
    .dash-card-icon {
        width: 50px;
        height: 50px;
        margin: 0px auto 15px auto;
    }
    .card-thumb .dash-card-body {
        padding: 30px 20px;
    }
    .dash-card-content h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 960px) and (min-width: 783px){
    div#adminmenumain #adminmenu div.wp-menu-name {
        padding: 8px 2px 0px 2px !important;
        font-size: 8px;
        position: relative;
        left: 0;
    }    
    div#adminmenumain #adminmenu li#toplevel_page_wpfsi-hm>a div.wp-menu-name{font-size: 0;}
}
@media screen and (max-width: 782px){
    #wpadminbar #wp-admin-bar-menu-toggle a{
        border: 0 !important;
    }
    .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
        background: #ff0000;
    }
    .auto-fold #adminmenu .wp-menu-name {
        position: relative;
       left: 0;
    }
    #wp-toolbar > ul > li#wp-admin-bar-custom_logo {
        display: block !important;
    }
    #footer-upgrade{
        display: none;
    }
}
@media screen and (max-width: 767px){
    body, .ui-tab .ui-helper-reset, body .ui-widget .ui-widget, body .ui-widget input, body .ui-widget select, body .ui-widget textarea, body .ui-widget button{
        font-size: 14px;
    }
    .applyfilter,.applyfiltermember select{
        width: 100%;
    }
    #job-filter,#business-filter{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #wp-toolbar > ul > li#wp-admin-bar-lang_switcher {
        display: none;
        float: right;
        padding: 12px;

    }
    .ap-content-wrap .ui-tabs .ui-tabs-panel{
        border-width: 0;
        padding: 1em 1em;
    }
    .ap-content-wrap .add-new-wrap {
        margin-left: 0px;
    }   
    .ap-content-wrap .add-new-form{
        padding: 10px 0px;
    }
    div.dataTables_wrapper .dataTables_info, div.dataTables_wrapper .dataTables_paginate {
        text-align: left;
        margin: 0;
    }
    .vd-list-row label {
        max-width: 32%;
    }
    .vd-list-row em {
        max-width: 10%;
    }
    .swal2-popup.cert2-popup .swal2-html-container {
        padding: 20px 0px;
    }
    .card-thumb .dash-card {
        width: 50%;
    }

table.dataTable thead > tr > th.sorting {
	padding-right: 16px !important;
	padding-left: 5px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
	padding: 8px 5px !important;
}	
	
table.dataTable thead > tr > th.sorting:first-child {
	width:18px;
	padding-right: 12px !important;
}

table.dataTable thead > tr > th.sorting:nth-child(2) {
	width: 142px !important;
	padding-right: 10px !important;
}

table.dataTable thead > tr > th.sorting:nth-child(3) {
	max-width: 70px!important;
}

table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting::after {
	right: 2px !important;
}		

table.dataTable thead > tr > th.sorting:nth-child(10) {
	width: 150px !important;
}
#wpwrap {
	overflow: auto;
	height:100%
}

#wpfooter {
	position: sticky;
	bottom: 0;
	background: #fff;
	float: left;
	width: 100%;
	margin: 0 !important;
	text-align:center;
}
}
@media screen and (max-width: 640px){
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
	  text-align: left !important;
	}
    .popup .popup-content {
        width: calc(100% - 20px);
        margin: 90px auto;
        padding-top: 40px;
    }
}
@media screen and (max-width: 600px){
    #wpcontent #wpbody {
        padding-top: 60px;
    }
    html.wp-toolbar {
        padding-top: 0;
    }
    .auto-fold #adminmenu {
        top: 50px;
    }
}
@media screen and (max-width: 575px){
    .vd-list-row label {
        max-width: 100%;
        margin-bottom: 8px;
    }
    .vd-list-row em{
        display: none;
    }
    .vd-list-row span {
        display: block;
        width: 100%;
    }
    .vd-list-row+.vd-list-row {
        padding-top: 15px;
    }
    .cert2-popup .swal2-html-container .header-left {
        width: 100% !important;
        text-align: left;
    }
    .card-thumb .dash-card-body {
        padding: 20px 10px;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
    }
    .card-thumb .dash-card {
        padding: 5px;
    }
    .dash-card-icon {
        width: 26px;
        height: 26px;
        margin: 0px auto 10px auto;
    }
    .dash-card-content h4 {
        font-size: 16px;
        line-height: 20px;
    }
    
}
@media screen and (max-width: 374px){
	#wpadminbar #wp-admin-bar-site-name>.ab-item {
		width: 140px !important;
	}
}