/*
	Theme Name: Befikr Tech
	Theme URI: https://befikrtech.com/
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Befikr Tech Team
	Author URI: https://befikrtech.com/
	Version: 1.1
	Stable tag: 1.0
	Requires at least: 6.0
	Tested up to: 6.3
	Requires PHP: 7.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/*
 * Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * Document basic styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: 'Open Sans';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
*:focus { outline:none; }
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

.ml-1 { margin-left:5px; }
.ml-2 { margin-left:10px; }
.ml-3 { margin-left:15px; }
.ml-4 { margin-left:20px; }
.ml-5 { margin-left:25px; }

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active, a:focus {
  color: #efefef;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.print-report a:hover, .print-report a:focus { color: #0D9CC9; }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
.rel-el, ul.dtr-details li { position:relative; }

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden], .hidden {
  display: none;
}
.must-hide { display: none!important; }

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    break-after: avoid;
  }
}

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/***************************/
/** Custom Style - ravish **/

.ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; }
.heading-260 { width: 260px; }
.heading-150 { width: 150px; }
.notice { border-left: solid 3px #00cb4a; background-color: #ceffe0; padding: 8px 12px; line-height: 20px; margin: 0 0 15px 0; font-size: 14px; color: #222; }

.alignleft { float: left; margin: 0 10px 10px 0; }
.alignright { float: right; margin: 0 0 10px 10px;}
.aligncenter {margin: auto;}
.clear { clear: both;}
.bold { font-weight:600; }
.italic { font-style:italic; }

.content-area, .full-width .content-section { width:1120px; position:relative; margin:0 auto; }
.container { width:1120px; margin:0 auto; max-width: 100%; }
.content-area.full-width { width:100%; }
.full-width-box { width:100%; float:left; }
.entry-content {  }
.entry-content p { text-align:justify; }
.side-pad-100 { padding:0 100px;}
.center, .center p {text-align:center;}
.text-right { text-align:right; }
.spacer {width:100%; height:50px; float:left;}
.spacer.mini {height:30px;}

.wrapper-table table td { padding: 4px 8px; }
table td { font-size: 14px; }
.wpcf7 table {}
.wpcf7 table th { background-color: #2F5496; color: #fff; padding: 8px 12px; text-align: left; font-size: 20px; border-bottom: solid 3px #222;}
.wpcf7 table input { border: none; background-color: #ececec; margin-top: 4px; }
/*.wpcf7 table input[type="text"], .wpcf7 table input[type="email"],
.wpcf7 table input[type="tel"], .wpcf7 table input[type="date"] { width:unset; }*/
.wpcf7 table input[type="checkbox"] { width:unset; }
.wpcf7-checkbox .wpcf7-list-item { width: 40%; max-width: 170px; margin-top: 4px; }
.wpcf7-checkbox.block-checkbox .wpcf7-list-item { width: 100%; max-width:100%; display: block; }
.button-section { position:relative; float:left; width: 100%; height: 85px; padding: 20px 0; }
.wpcf7-submit { background-color:#2F5496; color:#fff; padding:10px 18px; border-color:#2F5496; border-radius:6px;
 font-size: 16px; font-weight: 600; cursor: pointer; margin: auto; left: 0; right: 0; position: absolute; width: 120px; }
.big-text { font-size:18px;}
.small-text { font-size:12px;}
.grey-bg { background-color:#E7E6E6; }
.wpcf7-field-groups button {background-color: #2F5496; border-color: #2F5496; padding: 0px 6px; border-radius: 4px; color: #fff; font-weight: 400; font-size: 20px; margin: 8px 10px 0 0; cursor:pointer;}
.wpcf7-field-groups button.wpcf7-field-group-remove {padding: 0px 9px;}
.emp-counter {}
.emp-counter::before { counter-increment: section; content: "(" counter(section) ")";}
.wpcf7-form-control-signature-wrap { margin:auto; border:dashed 2px #ccc; }

.um .um-form span.um-req { color: #f00; }
/*.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active { background:linear-gradient(45deg, #79e1f5 0%, #039DBB 100%)!important; transition:all 0.8s; }
.um input[type=submit].um-button:hover { background:linear-gradient(45deg, #039DBB 0%, #79e1f5 100%)!important; }*/
.page .um input[type=submit].um-button, .page .um input[type=submit].um-button:focus, .page .um a.um-button, .page .um a.um-button.um-disabled:hover, .page .um a.um-button.um-disabled:focus, .page .um a.um-button.um-disabled:active { background: #d4ed01; background: -moz-linear-gradient(45deg, #d4ed01 0%, #AABB1A 100%); background: -webkit-linear-gradient(45deg, #d4ed01 0%, #AABB1A 100%); background: linear-gradient(45deg, #d4ed01 0%, #AABB1A 100%); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d4ed01', endColorstr='#AABB1A', GradientType=1); color:#000; font-weight: 600!important; transition:all 0.8s; }
.page .um input[type=submit].um-button:hover { background: #AABB1A; background: -moz-linear-gradient(45deg, #AABB1A 0%, #d4ed01 100%)!important; background: -webkit-linear-gradient(45deg, #AABB1A 0%, #d4ed01 100%)!important; background: linear-gradient(45deg, #AABB1A 0%, #d4ed01 100%)!important; filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#AABB1A', endColorstr='#d4ed01', GradientType=1)!important; }

/* My Tasks */
ul.dtr-details { width:50%; }
ul.dtr-details .dtr-data { float:right; }
.acf-tooltip.left, .small.acf-js-tooltip, .acf-tooltip.top { font-size: 12px; }
.rel-el .acf-tooltip.top, ul.dtr-details li .acf-tooltip.top { margin-top: -70px; font-size: 12px; left: 0; opacity: 1; display:none; }
.rel-el .acf-tooltip.top:before { left: 35%; }

ul.dtr-details li .acf-tooltip.top { left:unset; right:0; }
ul.dtr-details li .acf-tooltip.top:before { left: 85%; }

a.action-link { padding: 2px 6px; border: solid 1px #8392AB; border-radius: 6px; transition:all 0.6s; }
a.action-link:hover { color:#fff!important; background-color:#8392AB; }

.dataTables_wrapper table.dataTable thead>tr>th.sorting:before, .dataTables_wrapper table.dataTable thead>tr>th.sorting:after, .dataTables_wrapper table.dataTable thead>tr>th.sorting_asc:before, .dataTables_wrapper table.dataTable thead>tr>th.sorting_asc:after, .dataTables_wrapper table.dataTable thead>tr>th.sorting_desc:before, .dataTables_wrapper table.dataTable thead>tr>th.sorting_desc:after, .dataTables_wrapper table.dataTable thead>tr>th.sorting_asc_disabled:before, .dataTables_wrapper table.dataTable thead>tr>th.sorting_asc_disabled:after, .dataTables_wrapper table.dataTable thead>tr>th.sorting_desc_disabled:before, .dataTables_wrapper table.dataTable thead>tr>th.sorting_desc_disabled:after, .dataTables_wrapper table.dataTable thead>tr>td.sorting:before, .dataTables_wrapper table.dataTable thead>tr>td.sorting:after, .dataTables_wrapper table.dataTable thead>tr>td.sorting_asc:before, .dataTables_wrapper table.dataTable thead>tr>td.sorting_asc:after, .dataTables_wrapper table.dataTable thead>tr>td.sorting_desc:before, .dataTables_wrapper table.dataTable thead>tr>td.sorting_desc:after, .dataTables_wrapper table.dataTable thead>tr>td.sorting_asc_disabled:before, .dataTables_wrapper table.dataTable thead>tr>td.sorting_asc_disabled:after, .dataTables_wrapper table.dataTable thead>tr>td.sorting_desc_disabled:before, .dataTables_wrapper table.dataTable thead>tr>td.sorting_desc_disabled:after { opacity:0.4; }
.dataTables_wrapper table.dataTable thead>tr>th.sorting_asc:before, .dataTables_wrapper table.dataTable thead>tr>th.sorting_desc:after, .dataTables_wrapper table.dataTable thead>tr>td.sorting_asc:before, .dataTables_wrapper table.dataTable thead>tr>td.sorting_desc:after { opacity:1; }
/* Report Form */
/*body:not(.wp-admin) .media-modal-content .media-frame-tab-panel #menu-item-browse { display:none; }*/
.acf-gallery-toolbar .acf-gallery-sort { display:none; }
.acf-gallery-toolbar .acf-gallery-add, .acf-image-uploader .acf-button, .acf-repeater-add-row, .acf-file-uploader .acf-button { background-color: #333; color: #fff; border: none; border-radius: 8px; padding: 9px 16px; font-size: 13px; font-weight: 400; cursor: pointer; transition: all 0.8s; }
.acf-repeater-add-row:hover, .acf-gallery-toolbar .acf-gallery-add:hover, .acf-image-uploader .acf-button:hover { background-color: rgba(0,0,0,0.7); }

.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea { padding: 3px 8px!important; }

.acf-field input[type=text] { line-height: 22px!important; }
.acf-form .acf-field select { padding: 4.5px 8px!important; }
.acf-form .acf-field select, .select2-container.-acf .select2-selection { height: 30px; max-height: 30px; border-color: #777 !important; border-radius: 0; font-size: 14px; }
.select2-container .select2-results__option { font-size: 13px; color: #222; }
/* .acf-field.acf-error .acf-input .acf-error-message { display:none; }
.acf-field.acf-error .acf-input input, .acf-field.acf-error .acf-input select { border-color: #cc2727; color: #cc2727; } */
.acf-form > .acf-fields > .acf-field-group > .acf-label, .acf-form > .acf-fields > .acf-field-group > .acf-label label { margin-bottom:0; position: relative; }
.acf-form > .acf-fields > .acf-field-group { border: none; padding: 0!important; margin-bottom: 20px!important; border-radius: 8px;
overflow: hidden; box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05); }
.acf-fields > .acf-field-group > .acf-label label,
.acf-fields > .clone-box > .acf-field-group > .acf-label label { padding: 6px 12px; background: #eee; }
.acf-form-fields.-top > .acf-field-group > .acf-label:after { content:''; }
.acf-form > .acf-fields > .acf-field-group > .acf-label label { background: #d4ed01; background: -moz-linear-gradient(45deg, #d4ed01 0%, #AABB1A 100%); background: -webkit-linear-gradient(45deg, #d4ed01 0%, #AABB1A 100%); background: linear-gradient(45deg, #d4ed01 0%, #AABB1A 100%); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d4ed01', endColorstr='#AABB1A', GradientType=1); color: #000; font-size: 20px; cursor:pointer; border-radius: 8px; }
.acf-form > .acf-fields > .acf-field-group.error-group > .acf-label label { background: #ffa8a8; background: -moz-linear-gradient(45deg, #ffa8a8 0%, #ff4545 100%); background: -webkit-linear-gradient(45deg, #ffa8a8 0%, #ff4545 100%); background: linear-gradient(45deg, #ffa8a8 0%, #ff4545 100%); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa8a8', endColorstr='#ff4545', GradientType=1); }
.acf-form > .acf-fields > .acf-field-group > .acf-label .error-count { position: absolute; right: 32px; top: 8px; color: #fff; font-size: 12px;
border: solid 1px #fff; border-radius: 50%; width: 20px; text-align: center; }
.acf-form > .acf-fields > .acf-field-group:not(.error-group) > .acf-label .error-count { display:none; }
.acf-form > .acf-fields > .acf-field-group > .acf-label label.active { border-radius: 8px 8px 0 0; }
.acf-fields > .acf-field-group .acf-input .acf-fields.-border { border:none; }
.acf-label .description { font-size: 12px; }
.acf-form-submit .acf-button { background-color:#333; color:#fff; border: none; border-radius: 8px; padding: 12px 20px; font-weight: 600; cursor: pointer; transition:all 0.8s; margin-bottom: 0; display: inline-block; }
.acf-form-submit .acf-button:hover { background-color:rgba(0, 0, 0, 0.7); }
.acf-form-submit .acf-button.button-medium { font-size: 14px; padding: 8px 16px 8px 16px; border-radius: 6px; transition: all 0.8s; position: relative; color: #000; }
.acf-form-submit .acf-button.accent-button { background: linear-gradient(135deg, #79e1f5 0%, #039DBB 100%)!important;  }
.acf-form-submit .acf-button.accent-button:hover { background: linear-gradient(45deg, #039DBB 0%, #79e1f5 100%)!important; }
.acf-form-submit .acf-button.has-icon { padding-left:40px; }
.acf-form-submit .acf-button.has-icon i { width: 15px; height: 20px; position: absolute; top: 7px; left: 16px; background:url(assets/img/file-pdf.png) no-repeat center center transparent; background-size: contain; }
.acf-form-submit .acf-button.has-icon i:before { display:none; }
.acf-form-submit .acf-button.outline-button { border: solid 1px #444; background-color: #fff; }
.acf-form-submit .acf-button.outline-button:hover { background-color: #444; color:#fff; }
.acf-field-gallery .acf-input .acf-gallery { height: auto!important; min-height: 205px; }
.acf-form > .acf-fields > .acf-field-group:not(.expanded) > .acf-label label:after { content:'\2212'; float:right; color:#fff; }
.acf-form > .acf-fields > .acf-field-group:not(.expanded) > .acf-label label.active:after { content:'\002B'; }
.acf-form > .acf-fields > .acf-field-group:not(.active) .acf-input { display:none; }
.acf-form .acf-repeater .acf-row-handle .acf-icon.-duplicate { display:none; }
.acf-form .acf-repeater .acf-row-handle .acf-icon.-minus { display:block; }
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.acf-js-tooltip, .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon.acf-js-tooltip { font-size:12px; }
.acf-form .acf-field-gallery .acf-input .acf-gallery { min-height: 48px; }
.acf-form .acf-gallery .acf-gallery-main { position: relative; }
.acf-form .acf-gallery .acf-gallery-attachments { position: relative; }
.edit-report .acf-form .acf-gallery .acf-gallery-attachments { padding-bottom: 48px; }
.acf-field-group.acf-field-657bfc4474b2e .acf-field:nth-child(odd) { clear:left; }

body:not(.report-generated) .acf-form > .acf-fields > .acf-field-group.final-document { display:none; }
.acf-form > .acf-fields > .acf-field-group.final-document > .acf-label > label { background: #84ffd3; background: -moz-linear-gradient(45deg, #84ffd3 0%, #36d199 100%); background: -webkit-linear-gradient(45deg, #84ffd3 0%, #36d199 100%); background: linear-gradient(45deg, #84ffd3 0%, #36d199 100%); }
.acf-form > .acf-fields > .acf-field-group.final-document .acf-input .acf-label > label { font-weight: 800; }
.acf-form > .acf-fields > .acf-field-group.final-document .acf-input .acf-label > p { margin-bottom: 20px; color: #000; font-style: italic; }
.final-document .acf-checkbox-list li label { font-weight:400; }
.acf-file-uploader .acf-actions .acf-icon.-pencil { display:none; }
.acf-file-uploader .file-wrap .file-info a { pointer-events:none; }
body.report-summary #acf-form { display:none; }

.acf-repeater .acf-row-handle.order { color:#333; }
.clone-repeater > .acf-input > .acf-repeater > .acf-table > tbody > .acf-row > .acf-row-handle.order { vertical-align: top!important; padding-top:20px; color: #000!important; font-weight: 600; }
/*.acf-field-clone > .acf-label:before { content:'\f1f8'; font-family: "FontAwesome"; position:absolute; top:0px; right:16px; font-size: 20px; z-index: 10; color: #eb4242; cursor: pointer; }*/
.acf-field-clone > .acf-label > label { background: #ebebeb; background: -moz-linear-gradient(225deg, #ebebeb 0%, #333 100%); background: -webkit-linear-gradient(225deg, #ebebeb 0%, #333 100%); background: linear-gradient(225deg, #ebebeb 0%, #333 100%); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#333', GradientType=1); color: #fff; font-weight: 600 !important; font-size: 14px; padding: 6px 12px !important; border-radius: 6px; }
.clone-repeater > .acf-input > .acf-repeater > .acf-table > tbody > .acf-row > .acf-row-handle.remove .acf-icon.-plus,
.clone-repeater > .acf-input > .acf-repeater > .acf-table > tbody > .acf-row > .acf-row-handle.remove .acf-icon.-duplicate { display:none; }
.clone-repeater > .acf-input > .acf-repeater > .acf-table > tbody > .acf-row > .acf-row-handle.remove .acf-icon.-minus { top: 30px; right: 45px; background: none; border: none; }
.clone-repeater > .acf-input > .acf-repeater > .acf-table > tbody > .acf-row > .acf-row-handle.remove .acf-icon.-minus:before { content: "\f182"; color: #eb4242; font-size: 20px; }
.clone-repeater > .acf-input > .acf-repeater > .acf-table > tbody > .acf-row > .acf-row-handle.remove .acf-icon.-minus:hover:before { color: #e50d0d; }

.um-account p.um-notice i { font-size: 30px!important; top: 4px; }
.um-account p.um-notice.success { font-size:13px; padding:9px 15px!important; }
.acf-notice.-error { border-radius: 3px; }
.acf-notice a.acf-icon { font-size: 28px; top: 6px; right: 16px; opacity: 1; border: none; }
.row-hide-input .acf-input { display:none; }
.row-hide-label .acf-label { display:none; }
.acf-form .acf-input-prepend { min-height:28px; line-height:19px; }
.acf-form .acf-input-wrap .acf-is-prepended { border-radius: 0 4px 4px 0 !important; border-width: 1px; }
.acf-form .acf-field input[type=number] { border-width:1px; padding: 4px 8px!important; }
.acf-fields .mob-table-fields .acf-field input[type=number] { border-radius: 0 3px 3px 0!important; }
.load-box .acf-fields .acf-field-repeater .acf-field { padding:16px 6px; }
.load-box .acf-fields .acf-field-repeater .acf-field .acf-input-prepend { font-size: 11px; }
.load-box .acf-repeater .acf-row .acf-row-handle.order { color:#222; }
.load-box .acf-repeater .acf-row:nth-child(even) .acf-row-handle.order { background-color:#cecece; }

.load-box .input-group input, .load-box .input-group textarea { box-sizing: border-box; margin: 0; outline: none; padding: 10px; }
.load-box .input-group input::-webkit-outer-spin-button, .load-box .input-group input::-webkit-inner-spin-button { -webkit-appearance: none; }
.load-box .input-group { clear: both; margin: 0; position: relative; display: inline-flex; }
.load-box .input-group input[type='button'] { -webkit-appearance: button; cursor: pointer; background-color: #333333; color: #fff; min-width: 30px; width: auto; transition: all 300ms ease; border:none; }
.load-box .input-group .button-minus, .load-box .input-group .button-plus { font-weight: bold; height: 30px; padding: 0; width: 30px; /* position: relative; */ border-radius: 0; }
.load-box .input-group .button-plus { border-radius: 0 4px 4px 0; }
.load-box .input-group .quantity-field { position: relative; height: 30px; left: 0px; text-align: center; width: 42px; display: inline-block; font-size: 13px; margin: 0; resize: vertical; border-radius: 0; border:none; background-color: #fff; border: solid 1px #7e8993; }
.load-box .button-plus { left: -13px; }
.load-box .input-group input[type="number"] { -moz-appearance: textfield; -webkit-appearance: none; margin-bottom:0; }
.load-box .item-qty .acf-input { display:flex; }
.load-box .item-qty .acf-input-wrap { display:none; }

.media-modal-content .attachments-browser .media-toolbar,
.media-modal-content .attachments-browser .uploader-inline,
.media-modal-content .attachments-browser.has-load-more .attachments-wrapper,
.media-modal-content .attachments-browser:not(.has-load-more) .attachments { right:0; }
.media-modal-content .media-sidebar { display:none; width:0!important; }
.media-modal-content .acf-expand-details { display:none; }

.acf-field-image .acf-icon.-pencil { display:none; }
.acf-gallery .acf-gallery-main { right: 0!important; }
.acf-gallery .acf-gallery-side { display:none!important; }

.acf-field-656e19a05c829 { margin-bottom:25px!important; }
.assign-job .acf-form, .acf-field-656e19a05c829 { box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05); border-radius: 0.5rem; background: #fff; }
.assign-job .acf-form-submit { padding:20px; }

.selfie-section .acf-label label { font-weight: 600!important; font-size: 16px; }
.preview-report .acf-row .acf-row-handle.order { vertical-align: middle; text-align: center; }
.preview-report .acf-row:nth-child(even) .acf-row-handle.order { background-color:#cecece; }
.preview-report .acf-form-submit { padding-top: 10px; }

.validate-report .acf-form:not(.is-invalid) > .acf-form-fields { display:none; }
.validate-report .acf-field-gallery.acf-error .acf-gallery .acf-gallery-toolbar { bottom:-35px; }

.single-report .acf-form-submit { position: sticky; position: -webkit-sticky; bottom: 0; background-color: rgba(255,255,255,0.8); padding-bottom: 10px; padding-top: 10px; z-index: 1002; width: 100%; float: left; }

.ob-counter { position: absolute; z-index: 2; left: 0; top: 0; font-size: 20px; color: #fff; background-color: rgba(0, 0, 0, 0.5); height: 100%;  padding: 0 6px; display:flex; }
.ob-counter span { align-content: center; }
.critical-ob-box .acf-input .acf-label { padding-left: 40px !important; }
.acf-field .clone-box { padding: 0 16px; }
.acf-field .clone-box .acf-field { padding-left: 16px; }
.acf-field .clone-box .acf-label label { display: flex; }
.acf-field .clone-box .acf-label label span { width: 50%; }
.acf-field .clone-box .acf-label label span.right { text-align: right; color: #111; }
.acf-fields > .clone-box > .acf-field { position: relative; padding: 16px 16px 0; border-top-width: 1px; border-top-style: solid; border-top-color: #EAECF0; }

.single-report .notice { color: #344054; font-size: 13px; justify-content: space-between; position: relative; gap: 30px; align-items: center; transition:all 0.6s; display:none; }
.single-report .notice:before { content:''; background: url(assets/img/icon-alert-triangle.svg) no-repeat center left transparent; background-size: cover; position: absolute; top: 50%; transform: translateY(-50%); left: 10px; width: 16px; height: 16px; }
.single-report .notice span { padding-left: 25px; }
.single-report .notice a { color: #0783BE; text-decoration:none; text-transform: uppercase; font-weight:600; }
.single-report .notice a:hover { text-decoration:underline; cursor:pointer; }
.single-report .notice a.btn-reset { display:none; }

.single-report .notice-warning.notice { background: linear-gradient(0deg, rgba(247, 144, 9, 0.08), rgba(247, 144, 9, 0.08)), #FFFFFF; border: 1px solid rgba(247, 144, 9, 0.32); }
.single-report .notice-success.notice { background: linear-gradient(0deg, rgb(23 247 9 / 8%), rgba(23, 247, 9, 0.08)), #FFFFFF; border: 1px solid rgb(41 201 0 / 32%); }
.single-report .notice-success.notice:before { content:''; background: url(assets/img/icon-check-2.png) no-repeat center left transparent; background-size: cover; }
.single-report .notice-success.notice a { display:none; }

/* Dashboard */
.graph-box { min-height:250px; position: relative; }
.graph-wrapper.px-3 { padding: 1.5em !important; min-height: 298px; }
.graph-wrapper .no-data { width:100%; height:100%; display: flex; align-items: center; justify-content: center; }
.graph-wrapper .graph-box { background-color: rgb(235 235 235); z-index: 44; overflow: hidden; border-radius: 10px; }
.graph-box .box-placeholder { position: absolute; left: -45%; height: 100%; width: 45%; background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05)); background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05)); background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05)); animation: loading 1s infinite; z-index: 45; }

.filter-wrapper { gap:20px; }
.button-filter { background-color: #333; color: #fff; border: none; border-radius: 2px; padding: 6px 20px; transition: all 0.8s; width: 50%;
font-size: 15px; }
.sticky-col { position: sticky; position: -webkit-sticky; left:0; background-color:#fff!important; z-index:999; }
.sticky-row { position: sticky; position: -webkit-sticky; top:0; background-color:#fff!important; z-index:999; }

/* Reviewer Panel */
.edit-report .acf-field-group.photos-box { display:none; }
.photos-box .acf-field .acf-label label { padding-left: 15px; }

.reviewer-panel .assign-reviewer { display:none; }

.photos-box .acf-field-gallery .acf-input .acf-gallery { min-height:auto; }
.photos-box .acf-gallery .acf-gallery-main { position:relative; }
.photos-box .acf-gallery .acf-gallery-attachments { position:relative; }
.acf-gallery .acf-gallery-attachment .filename { display: none; }
.photos-box .acf-gallery .thumb-caption { margin: 0 5px; font-size: 12px; background-color: #ececec; padding: 5px 8px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 22px; position: absolute; bottom:-94px; left: 0px;  width: calc(100% - 10px); transition: all .8s; }
.photos-box .acf-gallery .acf-gallery-attachment { padding-bottom: 32px; position: relative; overflow: hidden; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment { cursor:auto; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment.hide img { opacity: 0.3; }
.photos-box .acf-gallery .acf-gallery-attachment:hover .thumb-caption { -webkit-line-clamp: 3; }
.photos-box .acf-gallery-attachment a:hover { color:#344767; }
.photos-box .acf-gallery .acf-gallery-attachment a { display:block; }
.photos-box .acf-gallery .acf-gallery-attachment a { /* overflow: hidden; */ position: relative; }
.photos-box .acf-gallery .acf-gallery-attachment a .margin {  }
/* .edit-report .photos-box .acf-gallery .acf-gallery-attachment:before { content:''; width: 0; height: 0; border-style: solid; border-width: 0 35px 35px 0; border-color: transparent #67c500 transparent transparent; right: 2px; top: 6px; position: absolute; z-index: 1; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment:after { content:"\f00c"; font-family: "Font Awesome 5 Free"; font-size: 12px; font-weight:900; right: 6px; top: 8px; color:#fff; position: absolute; z-index: 2; } */
.photos-box .acf-gallery .acf-gallery-attachment .thumb-caption { bottom: 5px; left: 0px; width: calc(100% - 0px); }
body:not(.edit-report) .photos-box .acf-gallery .acf-gallery-attachment .thumb-caption { bottom: -25px; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment a.img-action { position: absolute; top: 15px; right: -45px; background-image: linear-gradient(310deg, #5ce4ff 0%, #039DBB 100%); width: 26px; height: 26px; padding: 0; margin: 0; border-radius: 4px; text-align: center; transition:all 0.5s; cursor:pointer; line-height: 24px; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment a.img-action i { color: #fff; font-size:12px; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment a.img-hide { top: 50px; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment a.img-show { top: 50px; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment a.img-edit { top: 85px; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment a.img-loader { top: 50px; display:none; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment a.img-loader i { -webkit-animation:spin 1s linear infinite;
-moz-animation:spin 1s linear infinite; animation:spin 1s linear infinite; }
.edit-report .photos-box .acf-gallery .acf-gallery-attachment:hover a.img-action { right: 12px; }
.comment-dialog { display:none;width:80%; max-width:480px; }
.comment-dialog h5 { border-bottom: solid 2px #ccc; padding: 10px; }
.new-comment { width: 100%; border: solid 1px #333; border-radius: 4px; padding: 4px 6px; margin-top: 10px; }

/* Report Print */
.report-print-view { font-family:"Arial"; color: #000000; border: solid 1px #ccc; padding: 30px; background-color: #fff; }
.report-print-view h1 { color: #000000; font-size:36px; }
.report-print-view h2 { color: #000000; font-size:32px; }
.report-print-view h3 { color: #000000; font-size:24px; }
.report-print-view h4 { color: #000000; font-size:18px; letter-spacing: 0.1px; }
.report-print-view h5 { color: #000000; font-size:16px; letter-spacing: 0.1px; }
.report-print-view h6 { color: #000000; font-size:14px; letter-spacing: 0.1px; }
.report-print-view p { color: #000000; font-size:14px; letter-spacing: 0px; }
.report-header .header-part { }
.report-header .header-left {}
.report-header .header-left img { width: 160px; }
.report-header .header-right {}
.report-header .header-right img { width: 120px; float: right; }

.report-print-view table { width: 100%; margin: auto; margin-top: 36px; }
.report-print-view table th { text-align:center; background-color: #bcd6ed; font-weight:600; padding: 10px 0; }
.report-print-view table th, .report-print-view table td { border-width:1px; font-size:14px; }
.first-col-center tr td:first-child { text-align:center; }
.report-summary tr td { padding: 8px 10px; }
tr.bold-td td { font-weight:600; }
.common-table tr td { padding: 6px 10px; }
.col-text .text-right { padding-right:32px; }
.col-text .text-left { padding-left:32px; }

/* Account page */
.um-account-meta-img,
.um-account-profile-link { display:none; }
.um-account-name a { pointer-events: none; }
.um-account-side li a { height:40px!important; }
.um-account-side li a span.um-account-icon, .um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon { width: 45px!important; }

/* User Admin Dashboard */
/*#wp-admin-bar-wp-logo, #wp-admin-bar-search { display:none; }*/
.author-dashboard #wpadminbar .ab-top-menu > li:not(#wp-admin-bar-site-name,#wp-admin-bar-my-account),
.author-dashboard #wp-admin-bar-site-name .ab-submenu > li:not(#wp-admin-bar-dashboard) { display:none; }

@media only screen {
	.m-top-24 { margin-top:24px;}
	.m-top-48 { margin-top:48px;}
	.m-top-64 { margin-top:64px;}
	.m-top-84 { margin-top:84px;}
	.m-top-96 { margin-top:96px;}
	
	.report-footer { display:none; }
}

@media only screen and (min-width: 768px) {
    body:not(.logged-in) .sidenav.navbar { display:none; }
    body:not(.logged-in) .sidenav.fixed-start~.main-content { margin-left:0; padding-top: 20px; }
    body:not(.logged-in) .navbar>.container-fluid { display: block; }
    body:not(.logged-in) .container-fluid nav h4 { text-align:center; }
	.acf-form > .acf-fields > .acf-field-group > .acf-label .error-count { right: 48px; top: 10px; width: 24px; padding: 2px 0px; }
}
@media only screen and (max-width: 767px) {
    body:not(.logged-in) .navbar-nav { display:none; }
	.acf-fields .acf-field { width:100%!important; }
	.acf-fields .mob-table-fields .acf-field { width:25%!important; padding: 6px; }
	.acf-fields .mob-table-fields .acf-field.mob-50 { width:50%!important; }
	.acf-fields .mob-table-fields .row-hide-label:not(.row-hide-input) .acf-label { display:block; }
	.acf-fields .mob-table-fields .acf-field input[type=number] { border-radius: 3px!important; }
	.acf-fields .mob-table-fields .row-hide-label .acf-input-prepend { display:none; }
	.acf-form .mob-table-fields .acf-input-wrap .acf-is-prepended { border-radius: 4px!important;  }
	.acf-form > .acf-fields > .acf-field-group > .acf-label label { font-size:16px; }
	.acf-form-submit .acf-button { font-size:14px; }
	.container { padding-left:0!important; padding-right:0!important; }
	ul.dtr-details { width:100%; }
	.load-box .input-group .quantity-field { width: 70px; }
	.load-box .input-group input[type='button'] { width:40px; }
	.navbar nav { margin-bottom:10px; }
	nav .col-6 { width: 100%; }
}

@media only screen and (max-width: 480px) {
	.col-lg-6 { width:100%!important; }
	.footer .text-left, .footer .text-right { text-align:center; }
	.footer .text-right { margin-top:20px; }
	.acf-form .acf-gallery .acf-gallery-attachment, .acf-form .acf-gallery[data-columns="6"] .acf-gallery-attachment { width: 33.33%; }
	.acf-field-gallery .acf-input .acf-gallery { min-height: 100px; }
	.acf-gallery .acf-gallery-main { position: relative; }
	.acf-gallery .acf-gallery-attachments { position: relative; }
	.edit-report .acf-gallery .acf-gallery-attachment .actions { display:block; }
	.acf-form-submit .acf-button { padding: 10px 16px; font-size: 13px; }
}

@page { size: A4; margin: 2cm 1cm 2cm 1cm; }
@page:left{
	@top-left {
		content: "Page " counter(page) " of " counter(pages);
	}
}
@page:right{
  @bottom-right {
    content: counter(page);
  }
}

@keyframes loading {
  0%{
    left: -45%;
  }
  100%{
    left: 100%;
  }
}
	
@media print { 
	body { margin: 0; padding: 0; height: auto; }
	.navbar, .navbar h4, .footer { display:none!important; }
	.report-print-view { border:none; padding:0; }
	.page-break { page-break-after: always; }
	.report-header { position: fixed; top: 0px; left: 0; right: 0; height: 125px; } 
	.report-footer {  position: fixed; bottom: 0px; left: 0; right: 0; }
	.report-print-view table { width: 90%; }
	
	.photos-box .acf-field-gallery .acf-input .acf-gallery { min-height: auto; overflow-y: hidden; }
	.photos-box .acf-gallery .acf-gallery-attachments { position: relative; display: grid; grid-template-columns: repeat(6,1fr); grid-column-gap: 10px; grid-row-gap: 10px; }
	.photos-box .acf-gallery .acf-gallery-attachment { display: contents; }
	.photos-box .acf-gallery .thumb-caption { position: relative; -webkit-line-clamp: 5; bottom: 0; left: 0; }
	
} 

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
		transform:rotate(360deg); 
	} 
}