/* Colors */
:root {
  --ezd-color-10: rgba(171, 198, 245, 0.22);
  --ezd-color-25: #cee0ff;
  --ezd-color-50: #b5d1ff;
  --ezd-color-100: #9cc2ff;
  --ezd-color-200: #84b2ff;
  --ezd-color-300: #6ba3ff;
  --ezd-color-400: #5294ff;
  --ezd-color-500: #3985ff;
  --secondary_color: #1d2746;
  --green_color: #27ae60;
  --p_color: #425466;
  --body_bg: #fff;
  --bs-white: #fff;
  --black_25: #f9f9f9;
  --black_50: #f2f2f2;
  --black_75: #eeeeee;
  --black_100: #d6d9dc;
  --black_150: #c8ccd0;
  --black_200: #bbc0c4;
  --black_300: #9fa6ad;
  --black_350: #9199a1;
  --black_400: #848d95;
  --black_500: #6a737c;
  --black_600: #535a60;
  --black_700: #3c4146;
  --black_750: #2f3337;
  --black_800: #242729;
  --black_900: #0c0d0e;
  --border_on_white: #e6edf0;
  --bs_sm: 0 1px 2px rgba(0, 0, 0, 0.05),0 1px 4px rgba(0, 0, 0, 0.05),0 2px 8px rgba(0, 0, 0, 0.05);
  --bs_md: 0 1px 3px rgba(0, 0, 0, 0.06),0 2px 6px rgba(0, 0, 0, 0.06),0 3px 8px rgba(0, 0, 0, 0.09);
  --bs_lg: 0 1px 4px rgba(0, 0, 0, 0.09),0 3px 8px rgba(0, 0, 0, 0.09),0 4px 13px rgba(0, 0, 0, 0.13);
}

/*font Variables*/
/**=== Functions ===**/
.bs-sm {
  box-shadow: var(--bs_sm) !important;
}

.bs-md {
  box-shadow: var(--bs_md) !important;
}

.bs-lg {
  box-shadow: var(--bs_lg) !important;
}

/** Hover Classes **/
.h\:bs-md:hover {
  box-shadow: var(--bs_md) !important;
}

.h\:bs-lg:hover {
  box-shadow: var(--bs_md) !important;
}

code {
  line-height: 1.6;
}

/** === WordPress default notices === **/
.notice {
  padding: 10px;
}
.notice b {
  font-weight: bold;
}

.red-bg {
  background: #ff3131 !important;
  border-color: #ff3131 !important;
}
.red-bg:hover {
  background: #dc3232 !important;
  border-color: #dc3232 !important;
}

.eazydocs-close-notice {
  display: inline-block;
}

a.eazydocs-close-notice:focus,
a.eazydocs-close-notice:active {
  outline: none;
  box-shadow: none;
}

.eazydocs-close-notice,
.notice ul li a {
  text-decoration: none;
}

.eazydocs-close-notice i {
  font-size: 16px;
  text-decoration: none;
  margin-top: 2px;
  margin-left: -5px;
  color: #dc3232;
}

.eazydocs-close-notice span {
  margin-left: -3px;
}

.eazydocs-close-notice:hover,
.eazydocs-close-notice {
  color: #dc3232;
  font-weight: 600;
}

.notice .notice-action {
  position: relative;
  color: #00a0d2;
}

.notice .notice-action:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #00a0d2;
  width: 100%;
  left: 0;
  bottom: -2px;
}

.metabox-holder #eazydocs_basics.group {
  display: block !important;
}

#get_docs_archive, #get_docs_single, #get_docs_slug {
  text-decoration: none;
  width: 220px;
  background: #050505;
  display: block;
  color: rgba(255, 255, 255, 0.7019607843);
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px black;
  float: left;
  margin: 0 20px 0 0;
}
#get_docs_archive:hover, #get_docs_single:hover, #get_docs_slug:hover {
  background: #0d0e2b;
  color: white;
}
#get_docs_archive:focus, #get_docs_single:focus, #get_docs_slug:focus {
  outline: none;
}

/** === Codestar Fontawesome replaced with Dashicons === **/
/** Down arrow **/
.csf-field .chosen-container-single .chosen-single div b:before,
.csf-nav ul li .csf-arrow:after {
  content: "\f347";
  font-family: dashicons;
  font-size: 12px;
}

/** Cross icon **/
.csf-field .chosen-container-single .chosen-single abbr:before,
.csf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f335" !important;
  font-family: dashicons;
}

.csf-field .chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\f343";
  font-family: dashicons;
}

.csf-field-image_select figure:before {
  content: "\f147";
  font-family: dashicons;
  font-size: 14px;
}

/** === Codestar options / Pro Alert === **/
.csf-field-image_select figure {
  width: 100px;
}

.csf-nav .csf-tab-icon {
  font-size: 15px !important;
}

.csf-field-repeater .csf-repeater-content {
  background-color: rgba(247, 247, 247, 0.5607843137);
}

.csf-field-image_select img {
  opacity: 0.6;
}
.csf-field-image_select img:hover {
  opacity: 1;
}
.csf-field-image_select .csf--active img {
  opacity: 1;
}

.csf-options {
  max-width: 1200px;
}

.csf-field-text input {
  width: 70%;
}

.csf-field .csf-title {
  width: 30%;
}
.csf-field .csf-fieldset {
  width: calc(70% - 20px);
}
.csf-field.csf-field-heading .csf-title {
  width: 100%;
}

.csf-field-heading .csf-title {
  width: 100%;
}

body.ezd_no_promax .eazydocs-promax-notice.csf-field,
.eazydocs-pro-notice.csf-field {
  position: relative;
  cursor: pointer;
}

.csf-fieldset .csf-fieldset-content[data-depend-id=footnotes_colum_opt] {
  border: none !important;
  box-shadow: none;
  outline: none;
}
.csf-fieldset .csf-fieldset-content[data-depend-id=footnotes_colum_opt] .csf-field {
  float: left;
  border: none;
  padding: 0;
}
.csf-fieldset .csf-fieldset-content[data-depend-id=footnotes_colum_opt] .csf-field:last-child {
  min-width: 240px;
  margin-left: 25px;
}
.csf-fieldset .csf-fieldset-content[data-depend-id=footnotes_colum_opt] .csf-field:last-child .csf-title {
  margin-top: 4px;
}

body.valid.docy .active-theme-docy .csf-title,
body.valid.docy .active-theme-docy .csf-fieldset,
body.valid.docly .active-theme-docly .csf-title,
body.valid.docly .active-theme-docly .csf-fieldset,
body.valid .active-theme .csf-title,
body.valid .active-theme .csf-fieldset {
  pointer-events: inherit;
  opacity: 1;
}

body.valid.docy .active-theme-docy.csf-field::before,
body.valid.docy .active-theme-docy.csf-field::after,
body.valid.docly .active-theme-docly.csf-field::before,
body.valid.docly .active-theme-docly.csf-field::after,
body.valid .active-theme.csf-field::before,
body.valid .active-theme.csf-field::after {
  display: none;
}

body:not(.ezd-premium) .eazydocs-pro-notice.csf-field:not([class*=active-theme])::before {
  content: "Pro";
  background-color: #f1bd6c;
  color: #000;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
body:not(.ezd-premium) .eazydocs-pro-notice.csf-field:not([class*=active-theme])::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
}
body:not(.ezd-premium) .eazydocs-pro-notice:not([class*=active-theme]) .csf-title,
body:not(.ezd-premium) .eazydocs-pro-notice:not([class*=active-theme]) .csf-fieldset {
  opacity: 0.5;
  pointer-events: none;
}

body:not(.valid):not(.ezd-premium) .eazydocs-pro-notice.csf-field[class*=active-theme]::before {
  content: "Pro";
  background-color: #f1bd6c;
  color: #000;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
body:not(.valid):not(.ezd-premium) .eazydocs-pro-notice.csf-field[class*=active-theme]::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
}
body:not(.valid):not(.ezd-premium) .eazydocs-pro-notice[class*=active-theme] .csf-title,
body:not(.valid):not(.ezd-premium) .eazydocs-pro-notice[class*=active-theme] .csf-fieldset {
  opacity: 0.5;
  pointer-events: none;
}

body.ezd_no_promax .eazydocs-promax-notice.csf-field::before {
  content: "Pro-Max";
  background-color: #f1bd6c;
  color: #000;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
body.ezd_no_promax .eazydocs-promax-notice .csf-title, body.ezd_no_promax .eazydocs-promax-notice .csf-fieldset {
  opacity: 0.5;
  pointer-events: none;
}

body.ama .eazydocs-pro-notice.active-theme-ama .csf-title,
body.ama .eazydocs-pro-notice.active-theme-ama .csf-fieldset {
  opacity: unset !important;
  pointer-events: unset !important;
}
body.ama .eazydocs-pro-notice.active-theme-ama.csf-field::before, body.ama .eazydocs-pro-notice.active-theme-ama.csf-field::after {
  display: none;
}

.upgrade-link {
  background-color: #f1bd6c;
  color: #000;
  padding: 2px 6px;
}

/** === Sweet alart === **/
h2#swal2-title {
  font-size: 28px;
  line-height: 1.2;
}

#swal2-html-container {
  font-size: 14px;
  line-height: 1.5;
}

.swal2-styled.swal2-confirm.upgrade-premium-button {
  background-color: #f1bd6c;
  outline: none;
  box-shadow: none !important;
}

.swal2-title.upgrade-premium-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: -15px;
}

.pro-notification-body-text {
  font-size: 15px;
  display: block;
  margin-bottom: 25px;
}

.swal2-styled.swal2-confirm.upgrade-premium-button > a {
  color: black;
  font-weight: normal;
}

.swal2-footer.notification-pro-footer-wrap {
  border-top: none;
  margin: 8px 0 0;
  padding: 0;
}

.swal2-html-container {
  line-height: 1.6;
}

#customize-controls .csf-field-image_select img {
  width: 85px;
  height: auto;
}

.notice.is-dismissible.bottom-10 {
  padding-bottom: 15px;
}

.notice-warning.eaz-notice {
  background: #ffffbe;
}

/** ONE PAGE CSS **/
body.post-type-onepage-docs .wrap .page-title-action:not(.add-onepage),
#adminmenu #toplevel_page_eazydocs ul li a:empty {
  display: none !important;
}

.ezd-select-full {
  max-width: 100% !important;
  padding: 5px 10px !important;
  font-size: 15px !important;
  font-weight: 500;
}

select#ezd_docs_select {
  max-width: 100%;
}

label[for=ezd_docs_select] {
  display: block;
  text-align: left;
  margin: 15px 0 10px;
  font-weight: 400;
  font-size: 16px;
}

label[for=ezd_docs_sidebar] {
  display: block;
  text-align: left;
  margin: 20px 0 10px;
  font-weight: 500;
  font-size: 16px;
}

label[for=ezd_edit_docs_sidebar] {
  display: block;
  text-align: left;
  margin: 20px 0 10px;
  font-weight: 400;
  font-size: 16px;
}

textarea#ezd_edit_docs_sidebar {
  min-height: 100px;
}

body.post-type-onepage-docs .bulkactions select option:nth-child(2),
body.post-type-onepage-docs .wrap .page-title-action:not(.add-onepage),
#e-admin-top-bar-root ~ #wpbody .wrap .page-title-action:not(.add-onepage),
body.post-type-onepage-docs .type-onepage-docs .row-actions span.inline {
  display: none;
}

.ezd-blank_state {
  padding: 5em 0;
  margin: auto;
  max-width: 520px;
  text-align: center;
  color: #6d7882;
  font-family: Roboto, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ezd-blank_state .title {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.2;
}
.ezd-blank_state p {
  margin: 0;
}

p.big-p {
  font-size: 16px;
}

.ezd-btn {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  border-radius: 3px;
  transition-duration: 0.3s;
}
.ezd-btn.btn-lg {
  font-size: 12px;
  padding: 8px 22px;
  font-weight: 500;
}
.ezd-btn.btn-red {
  background: rgb(255, 0, 0);
  color: #fff;
  border-color: rgb(255, 0, 0);
}
.ezd-btn.btn-red:hover {
  background: #d70202;
  border-color: #d70202;
}
.ezd-btn.ezd-btn-pro:hover {
  background: #f4cc8a;
  color: #000;
  border-color: #f4cc8a;
}
.ezd-btn.ezd-btn-pro {
  background: #f1bd6c;
  color: #000;
  border-color: #f1bd6c;
}

.button-inline {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}
.button-inline .button:last-child {
  background-color: #007BFF;
  color: #fff;
  border: none;
}
.button-inline .button:last-child:hover {
  background-color: #0056b3;
}

.ezd-shortcodes-wrap {
  border: 1px solid #e8e8e8;
  background: #fafafa;
}
.ezd-shortcodes-wrap tr {
  color: rgba(87, 87, 87, 0.8705882353);
  display: block;
  font-size: 14px;
  padding: 6px 6px;
  border-bottom: 1px solid rgba(87, 87, 87, 0.1215686275);
}
.ezd-shortcodes-wrap tr:nth-child(odd) {
  background: #f6f6f6;
}
.ezd-shortcodes-wrap tr:last-child {
  border-bottom: none;
}

/** Date Picker **/
.daterangepicker th.prev .glyphicon-chevron-left::before {
  content: "D";
  display: block;
  font-family: "ElegantIcons";
  font-size: 16px;
  line-height: 1;
  font-style: normal;
}
.daterangepicker th.next .glyphicon-chevron-right::before {
  content: "E";
  display: block;
  font-family: "ElegantIcons";
  font-size: 16px;
  line-height: 1;
  font-style: normal;
}
.daterangepicker .ranges {
  float: none !important;
  display: block;
  padding: 20px;
}
.daterangepicker .ranges button.applyBtn {
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid var(--ezd_brand_color);
  background: rgba(8, 102, 25, 0.8);
  color: #fff;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.daterangepicker .ranges button.applyBtn:hover {
  background: #0866ff;
}
.daterangepicker .ranges button.applyBtn.active {
  background: #f1bd6c;
  color: #000;
  border-color: #f1bd6c;
}
.daterangepicker .ranges button.cancelBtn {
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  color: rgba(87, 87, 87, 0.8705882353);
  margin-top: 10px;
  cursor: pointer;
}
.daterangepicker .ranges button.cancelBtn:hover {
  background: #f6f6f6;
}

/** === Customizer === **/
.customize-pane-parent li#accordion-section-shortcode_fields,
.customize-pane-parent li#accordion-section-role_manager_fields,
.customize-pane-parent li#accordion-section-design_fields,
.customize-pane-parent li#accordion-section-role_manager_fields {
  display: none !important;
}

#ezd_notify_review {
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid rgba(195, 196, 199, 0.4117647059);
  background: white;
  padding: 20px;
}
#ezd_notify_review p, #ezd_notify_review h3 {
  margin: 0px 0 5px;
}
#ezd_notify_review img {
  max-height: 120px;
}
#ezd_notify_review .action_links {
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#ezd_notify_review .action_links a:first-child {
  color: white;
}
#ezd_notify_review .btn {
  text-decoration: none;
  font-size: 14px;
  color: #098f3e;
  font-weight: 400;
}
#ezd_notify_review .btn span {
  font-weight: 500;
}
#ezd_notify_review .btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
#ezd_notify_review .btn.red {
  color: red;
}

.ezd-migration-wrapper {
  margin: auto;
  align-items: center;
  height: 100vh;
  display: flex;
  justify-content: center;
}
.ezd-migration-wrapper .ezd-migration-inner {
  padding: 50px;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
  border-radius: 20px;
}
.ezd-migration-wrapper .ezd-migration-inner h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 15px 0 30px;
}
.ezd-migration-wrapper .ezd-migration-inner p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin: 10px 0 20px;
}
.ezd-migration-wrapper .ezd-migration-inner button.button-primary {
  padding: 2px 15px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  background: var(--clr-blue);
}
.ezd-migration-wrapper .ezd-migration-inner img {
  max-width: 250px;
}
.ezd-migration-wrapper .ezd-migration-inner ul {
  margin: 20px auto 0;
  list-style: disc;
  text-align: left;
  max-width: 600px;
  padding-left: 20px;
  font-size: 15px;
}
.ezd-migration-wrapper .ezd-migration-inner ul li {
  margin-bottom: 5px;
  line-height: 1.6;
}
.ezd-migration-wrapper .ezd-migration-inner span {
  margin: 20px auto 30px;
  color: #888;
  font-size: 14px;
  display: block;
}
.ezd-migration-wrapper .ezd-migration-inner span a {
  text-decoration: none;
}
.ezd-migration-wrapper .ezd-migration-content {
  text-align: left;
}

.migration-alert-info p {
  margin: 0;
}
.migration-alert-info label {
  display: block;
  text-align: left;
  margin-top: 30px;
}
.migration-alert-info label strong {
  text-transform: uppercase;
}
.migration-alert-info .migration-alert-text {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  text-align: left;
  margin: 20px 0 0;
  background: #fff8e1;
  border-left: 5px solid #ffc107;
  padding: 15px;
  color: #760000;
  font-size: 15px;
  box-sizing: border-box;
}
.migration-alert-info .migration-field-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 10px 0 0;
}
.migration-alert-info .migration-field-wrap fieldset {
  border: 1px solid gray;
  padding: 4px 15px;
  font-size: 16px;
  line-height: 28px;
  border-radius: 4px;
  font-weight: 500;
  background: #fdfdfd;
}
.migration-alert-info .migration-field-wrap select#ezd_migration_options {
  padding: 3px 30px 5px 15px;
  font-size: 16px;
  line-height: 28px;
  border-radius: 4px;
  width: 60%;
}
.migration-alert-info .migration-field-wrap select#ezd_migration_options:focus {
  outline: none;
  box-shadow: none;
}

.ezd-collaboration-data {
  background: #fbfbfb;
  padding: 10px 0 0;
  margin-top: 12px;
  border-radius: 5px;
}
.ezd-collaboration-data .title-wrapper ul {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 20px;
}
.ezd-collaboration-data .title-wrapper ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  font-weight: 500;
  color: #c4c4c4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.ezd-collaboration-data .title-wrapper ul li.active {
  border-color: #4b4bef;
  color: #4b4bef;
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 20px;
  color: black;
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row:last-child {
  border-bottom: none;
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row:first-child {
  font-weight: bold;
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row div:first-child {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row div:first-child a {
  color: black;
  text-decoration: none;
  font-weight: normal;
  text-transform: capitalize;
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row div:first-child a:hover {
  color: #002fff;
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row div:last-child {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row div:last-child li {
  list-style: none;
  min-width: 80px;
  font-size: 16px;
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row:not(:first-child):nth-child(even) {
  background: rgba(235, 235, 235, 0.431372549);
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.ezd-collaboration-data .content-wrapper .inner-content .content-row .avatar img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.collaboration-filter li.active {
  opacity: 0.5;
  border-color: gray;
}

#collboration_chart {
  background: white;
  margin-top: 11px;
  border-radius: 8px;
}

/*# sourceMappingURL=admin-global.css.map */
