/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
/** */
:is(.screen-reader-text, .submenu-toggle-text, .hidden-text, .sr-only) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

.help-text {
  display: block;
  margin-top: 5px;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.block {
  display: block;
}

.\!block {
  display: block !important;
}

.hide, .hidden {
  display: none;
}

.\!hide, .\!hidden {
  display: none !important;
}

.\!w\[100\%\] {
  width: 100% !important;
}

.\!w\[50\%\] {
  width: 50% !important;
}

/** */
#excerpt {
  display: block;
  margin: 12px 0 0;
  height: auto;
  min-height: 200px;
  width: 100%;
}

.acf-gallery {
  border: #ccd0d4 solid 1px;
  height: auto !important;
  position: relative;
  min-height: 230px;
  max-height: 400px;
}

/** @todo gutter */
.mt-0 {
  margin-top: 0;
}

.\!mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.\!mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0;
}

.\!pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0;
}

.\!pb-0 {
  padding-bottom: 0 !important;
}

.mt-5 {
  margin-top: 0.3125rem;
}

.\!mt-5 {
  margin-top: 0.3125rem !important;
}

.mb-5 {
  margin-bottom: 0.3125rem;
}

.\!mb-5 {
  margin-bottom: 0.3125rem !important;
}

.pt-5 {
  padding-top: 0.3125rem;
}

.\!pt-5 {
  padding-top: 0.3125rem !important;
}

.pb-5 {
  padding-bottom: 0.3125rem;
}

.\!pb-5 {
  padding-bottom: 0.3125rem !important;
}

.mt-10 {
  margin-top: 0.625rem;
}

.\!mt-10 {
  margin-top: 0.625rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.\!mb-10 {
  margin-bottom: 0.625rem !important;
}

.pt-10 {
  padding-top: 0.625rem;
}

.\!pt-10 {
  padding-top: 0.625rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.\!pb-10 {
  padding-bottom: 0.625rem !important;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.\!mt-15 {
  margin-top: 0.9375rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.\!mb-15 {
  margin-bottom: 0.9375rem !important;
}

.pt-15 {
  padding-top: 0.9375rem;
}

.\!pt-15 {
  padding-top: 0.9375rem !important;
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

.\!pb-15 {
  padding-bottom: 0.9375rem !important;
}

.mt-20 {
  margin-top: 1.25rem;
}

.\!mt-20 {
  margin-top: 1.25rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.\!mb-20 {
  margin-bottom: 1.25rem !important;
}

.pt-20 {
  padding-top: 1.25rem;
}

.\!pt-20 {
  padding-top: 1.25rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.\!pb-20 {
  padding-bottom: 1.25rem !important;
}

.mt-25 {
  margin-top: 1.5625rem;
}

.\!mt-25 {
  margin-top: 1.5625rem !important;
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

.\!mb-25 {
  margin-bottom: 1.5625rem !important;
}

.pt-25 {
  padding-top: 1.5625rem;
}

.\!pt-25 {
  padding-top: 1.5625rem !important;
}

.pb-25 {
  padding-bottom: 1.5625rem;
}

.\!pb-25 {
  padding-bottom: 1.5625rem !important;
}

.mt-30 {
  margin-top: 1.875rem;
}

.\!mt-30 {
  margin-top: 1.875rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.\!mb-30 {
  margin-bottom: 1.875rem !important;
}

.pt-30 {
  padding-top: 1.875rem;
}

.\!pt-30 {
  padding-top: 1.875rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.\!pb-30 {
  padding-bottom: 1.875rem !important;
}

/** @todo font weight */
.fw-200 {
  font-weight: 200;
}

.\!fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300;
}

.\!fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400;
}

.\!fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.\!fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600;
}

.\!fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700;
}

.\!fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800;
}

.\!fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900;
}

.\!fw-900 {
  font-weight: 900 !important;
}

#error-page {
  margin-top: 50px;
  margin-bottom: 50px;
  height: auto;
}

/** login form */
body.login {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%;
  height: auto;
}
body.login::after, body.login::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.login::before {
  /*opacity: 0.1;
  background: #000;*/
}
body.login .language-switcher {
  position: relative;
  z-index: 99;
}
body.login form {
  /*padding: 25px;*/
}
body.login form.shake + #nav {
  animation: shake 0.2s cubic-bezier(0.19, 0.49, 0.38, 0.79) both;
  animation-iteration-count: 3;
  transform: translateX(0);
}

/** */
#login {
  position: relative;
  z-index: 99;
}
#login h1 a {
  width: auto;
  max-width: 100%;
  background-position: center center;
  height: 60px;
  background-size: contain;
  margin-bottom: 30px;
}
#login h1 a:focus {
  box-shadow: none;
}
#login .privacy-policy-link {
  color: #ec1f27;
  text-decoration: none;
}
#login #nav {
  margin: 0;
  text-align: right;
  right: 0;
  position: relative;
  top: -59px;
}
#login :where(#nav, .privacy-policy-link, #backtoblog) {
  display: none;
}

/** */
input.tiny-text {
  width: 60px;
}

input[type=number].tiny-text {
  width: 60px;
  padding-right: 0;
}

/** */
body.post-type-banner .wp-list-table .column-post_thumb {
  width: 120px;
}
body.post-type-banner .wp-list-table .column-post_thumb img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
}

/** */
body.wp-admin #rank_math_dashboard_widget :where(.rank-math-blog-title, .rank-math-blog-post) {
  display: none;
}
body.wp-admin .acf-editor-wrap.html-active textarea {
  height: 100px;
}
body.wp-admin .acf-editor-wrap iframe {
  min-height: 100px;
  /*max-height: 300px;*/
}
body.wp-admin table.wp-list-table :where(.column-post_thumb, .column-term_thumb, .column-thumb) {
  width: 66px;
  text-align: center;
  white-space: nowrap;
}
body.wp-admin table.wp-list-table :where(.column-post_thumb, .column-term_thumb, .column-thumb) img {
  max-width: 66px;
  max-height: 66px;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
body.wp-admin table.wp-list-table .wc-image {
  display: block;
  text-indent: -9999px;
  position: relative;
  height: 1em;
  width: 1em;
  margin: 0 auto;
}
body.wp-admin table.wp-list-table .wc-image::before {
  content: "\f128";
  font-family: "Dashicons", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}

/** */
.post-type-site-review #contentdiv textarea,
.post-type-site-review .wp-editor-area {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu", Arial, sans-serif;
}

.tips {
  cursor: help;
  text-decoration: none;
}

.p {
  font-size: 13px;
  line-height: 1.5;
  margin: 1em 0;
}

.postform-checkbox {
  max-height: 75px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #eeeeee;
  padding: 10px;
  width: calc(100% - 20px);
}

.row-actions .action_id {
  color: #999999;
}

/** plugin */
#elementor-editor-wrapper #elementor-preview #elementor-notice-bar {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

#arcontactus-plugin-container .ui.red.message {
  display: none !important;
}

:is(.acf-field, p).tiny-text {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
:is(.acf-field, p).tiny-text > .acf-label, :is(.acf-field, p).tiny-text > label {
  flex: 0 0 auto;
  width: 176px;
  margin-bottom: 0;
}
:is(.acf-field, p).tiny-text > .acf-input, :is(.acf-field, p).tiny-text > input[type=number] {
  flex: 1 1 0;
  min-width: 0;
  max-width: 80px;
}
:is(.acf-field, p) .acf-label label {
  font-weight: 500;
  font-style: normal !important;
}

div[data-notice_id=elementor_dev_promote] {
  display: none !important;
}

#acf-term-fields .acf-field select, #acf-term-fields .acf-field input[type=number], #edittag .acf-field select, #edittag .acf-field input[type=number] {
  width: auto;
  max-width: 100%;
}

#acf-term-fields > .acf-field > .acf-label label {
  font-size: 13px;
  color: #000000;
}

.form-table > tbody > .acf-field > .acf-label label {
  font-weight: 600;
  color: #000000;
}

table.fixed th.column-term_order {
  width: 74px;
  padding: 0;
}
table.fixed th.column-term_order :where(a, span) {
  display: block;
  overflow: hidden;
  padding: 8px;
}
table.fixed td.column-term_order {
  width: 74px;
  text-align: center;
}

.edit-post-meta-boxes-area #poststuff h2.hndle {
  color: #000000;
}

.widgets-chooser .widgets-chooser-button {
  color: #000000;
}

table.wp-list-table .column-price {
  min-width: 10ch;
  width: auto;
}
table.wp-list-table .column-price .from {
  display: none;
}
table.wp-list-table .column-price :where(del, ins) {
  white-space: nowrap;
}
table.wp-list-table .column-price ins {
  color: #ff0000;
}

table.wp-list-table .column-handle, table.wp-list-table tbody td.column-handle {
  width: 38px;
}

/** */
.theme-browser .theme .theme-name {
  height: auto !important;
}

/** */
#acf-form-data ~ h2 {
  display: none;
}

.acf-postbox > .hndle:hover .acf-hndle-cog,
.acf-postbox > .postbox-header:hover .acf-hndle-cog {
  display: none !important;
}

/** */
body.toplevel_page_hd-settings #wpbody-content .notice {
  margin-left: 2px;
}

/** */
#hd_container {
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 0;
}
#hd_container #main {
  display: table;
  vertical-align: top;
  margin-left: -20px;
}
#hd_container #main #hd_nav {
  display: table-cell;
  z-index: 99;
  min-width: 200px;
  max-width: 200px;
  vertical-align: top;
}
#hd_container #main #hd_nav .logo-title {
  padding: 10px 20px;
  display: block;
}
#hd_container #main #hd_nav .logo-title h3 {
  font-weight: 700;
}
#hd_container #main #hd_nav .logo-title h3 span {
  font-size: 80%;
  opacity: 0.6;
  display: block;
  margin-top: 4px;
  font-weight: 400;
}
#hd_container #main #hd_nav .save-bar {
  padding: 15px 20px 20px 20px;
  display: block;
}
#hd_container #main #hd_nav .save-bar button[type=submit] {
  height: 34px;
  width: 160px;
  max-width: 100%;
}
#hd_container #main #hd_nav .save-bar button[type=submit] i {
  font-size: 16px;
}
#hd_container #main #hd_nav .save-bar button[type=submit] svg {
  width: 16px;
  height: 16px;
}
#hd_container #main #hd_nav .save-bar button[type=submit][disabled] {
  background: #2271b1 !important;
  border-color: #2271b1 !important;
  color: #ffffff !important;
  opacity: 0.6;
  cursor: not-allowed;
}
#hd_container #main #hd_nav ul {
  margin: 0;
}
#hd_container #main #hd_nav ul li {
  margin: 0;
  padding: 0;
}
#hd_container #main #hd_nav ul li a {
  color: #666666;
  text-decoration: none;
  padding: 10px 30px 10px 20px;
  display: block;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  font-size: 100%;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  transition: all 0.3s;
}
#hd_container #main #hd_nav ul li a:hover, #hd_container #main #hd_nav ul li a.current {
  color: #000000;
  background-color: #ffffff;
  margin-right: -1px;
  position: relative;
}
#hd_container #main #hd_content {
  border-left: 1px solid #dddddd;
  display: table-cell;
  min-height: 100%;
  background-color: #ffffff;
  padding: 20px 30px 30px;
  width: 100%;
  /** */
  /** */
}
#hd_container #main #hd_content .group:not(.show) {
  display: none;
}
#hd_container #main #hd_content .group h2 {
  margin-top: 30px;
  font-weight: 700;
}
#hd_container #main #hd_content .section {
  margin-bottom: 10px;
  /** */
}
#hd_container #main #hd_content .section .controls.control-img {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  grid-gap: 15px;
  gap: 15px;
}
#hd_container #main #hd_content .section .controls.control-img > label {
  flex: 0 0 auto;
  width: auto;
}
#hd_container #main #hd_content .section .controls.control-img > label > svg, #hd_container #main #hd_content .section .controls.control-img > label > img {
  width: auto;
  height: 24px;
  min-width: 24px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  fill: #5d5d5d;
}
#hd_container #main #hd_content .section .controls.control-img > label > i {
  width: auto;
  height: 24px;
  min-width: 24px;
  font-size: 24px;
  color: #5d5d5d;
}
#hd_container #main #hd_content .section .controls.control-img :where(input:not([type=checkbox]), input:not([type=radio])) {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}
#hd_container #main #hd_content .section.section-checkbox .desc, #hd_container #main #hd_content .section.section-select .desc, #hd_container #main #hd_content .section.section-text .desc, #hd_container #main #hd_content .section.section-textarea .desc, #hd_container #main #hd_content .section.section-multicheck .desc {
  color: #888888;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: -10px;
}
#hd_container #main #hd_content .section.section-checkbox .option {
  display: table;
}
#hd_container #main #hd_content .section.section-checkbox .option > div {
  display: table-cell;
  padding-right: 5px;
  vertical-align: top;
  width: auto;
}
#hd_container #main #hd_content .section.section-checkbox .option .explain {
  font-weight: 500;
  font-size: 14px;
}
#hd_container #main #hd_content .section.section-multicheck .controls input {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
#hd_container #main #hd_content .section .heading {
  font-size: 14px;
  text-transform: uppercase;
  margin: 25px 0 0 0;
  padding: 25px 0 20px 0;
  border-top: 1px solid #dddddd;
  display: block;
  width: 700px;
  max-width: calc(100% - 15px);
  font-weight: 700;
}
#hd_container #main #hd_content .section .heading.inline-heading {
  border-top: none;
  margin-top: 0;
  padding-top: 20px;
}
#hd_container #main #hd_content .section .desc {
  /*width: 1000px;*/
  max-width: calc(100% - 15px);
}
#hd_container #main #hd_content .section .desc :where(b, strong) {
  font-weight: 700;
}
#hd_container #main #hd_content .section .option .controls {
  position: relative;
  margin: 0 10px 10px 0;
  width: 700px;
  max-width: calc(100% - 15px);
}
#hd_container #main #hd_content .section .option .controls :where(input:not([type=checkbox]):not([type=radio]), textarea, select) {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 12px;
  color: #454545;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  max-width: 100%;
}
#hd_container #main #hd_content .section .option .controls :where(input:not([type=checkbox]):not([type=radio]), textarea, select)::-webkit-input-placeholder {
  color: #adb5bd;
}
#hd_container #main #hd_content .section .option .controls :where(input:not([type=checkbox]):not([type=radio]), textarea, select)::placeholder {
  color: #adb5bd;
}
#hd_container #main #hd_content .section .option .controls select {
  padding: 12px 25px 12px 12px;
  width: auto;
  min-width: 200px;
}
#hd_container #main #hd_content .section .option .controls textarea {
  max-width: 100%;
  padding: 10px 12px;
}
#hd_container #main #hd_content .section .option .controls .inline-group {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
}
#hd_container #main #hd_content .section .option .controls .inline-group > span {
  padding: 10px;
}
#hd_container #main #hd_content .section .option .controls .inline-group label {
  font-size: 12px;
  color: #999999;
}
#hd_container #main #hd_content .section .option .controls .inline-group label :where(input, select, textarea) {
  margin-top: 5px;
  font-size: 13px;
}
#hd_container #main #hd_content .section .explain {
  font-size: 13px;
  color: #666666;
}
#hd_container #main #hd_content .section.section-radio > .desc {
  color: #888888;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: -10px;
}
#hd_container #main #hd_content .section.section-radio .controls .inline-group {
  grid-gap: 1.875rem;
  gap: 1.875rem;
  flex-wrap: wrap;
}
#hd_container #main #hd_content .section.section-radio .controls .inline-group > label {
  display: inline-flex;
  align-items: center;
}
#hd_container #main #hd_content .section.section-radio .controls .inline-group > label input[type=radio] {
  -webkit-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  width: 1.375rem;
  height: 1.375rem;
  position: relative;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: none;
  box-shadow: none;
  margin-top: 0;
  margin-right: 8px;
}
#hd_container #main #hd_content .section.section-radio .controls .inline-group > label input[type=radio]::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #666666;
}
#hd_container #main #hd_content .section.section-radio .controls .inline-group > label input[type=radio]::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0;
  border-radius: 50%;
  background-color: #ffffff;
  transition: ease 0.15s;
}
#hd_container #main #hd_content .section.section-radio .controls .inline-group > label input[type=radio]:checked::before {
  background-color: #2271b1;
}
#hd_container #main #hd_content .section.section-radio .controls .inline-group > label input[type=radio]:checked::after {
  border: 1px solid #2271b1;
}
#hd_container #main #hd_content .section.section-radio .controls .inline-group > label input[type=radio]:hover::before {
  background-color: rgba(34, 113, 177, 0.68);
  transition: 0.3s;
}
#hd_container #main #hd_content .section.section-radio .controls .inline-group > label input[type=radio]:hover::after {
  border: 1px solid rgba(34, 113, 177, 0.68);
  transition: 0.3s;
}
#hd_container #main #hd_content .section.section-radio .controls .inline-group > label > span {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
#hd_container #main #hd_content .save-bar {
  display: block;
  padding: 30px 20px 15px 0;
}
#hd_container #main #hd_content .save-bar button[type=submit] {
  height: 34px;
  width: 160px;
  max-width: 100%;
}
#hd_container #main #hd_content .save-bar button[type=submit] i {
  font-size: 16px;
}
#hd_container #main #hd_content .save-bar button[type=submit] svg {
  width: 16px;
  height: 16px;
}
#hd_container #main #hd_content .save-bar button[type=submit][disabled] {
  background: #2271b1 !important;
  border-color: #2271b1 !important;
  color: #ffffff !important;
  opacity: 0.6;
  cursor: not-allowed;
}

/** */
#setting-error-tgmpa > p > strong span a {
  text-decoration: none;
}

.hd-settings_page_server-info #wpcontent {
  padding-left: 0;
}
.hd-settings_page_server-info .notice {
  margin: 25px 20px 15px 22px;
}
.hd-settings_page_server-info .notice ~ .notice {
  margin-top: 5px;
}

.server-info-body {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  padding: 25px 20px 15px 22px;
}
.server-info-body .server-info-inner {
  background: #ffffff;
  padding: 1em 1.5em;
  border: 1px solid #c3c4c7;
}
.server-info-body .server-info-inner ul li {
  color: #2c3338;
}
.server-info-body .server-info-inner ul li > span:first-child {
  font-weight: 700;
}

/** Checkbox Toggle UI */
.acf-field.hd-checkbox .acf-label {
  display: none !important;
}

:is(input[type=checkbox].hd-checkbox, .acf-field.hd-checkbox > .acf-input input[type=checkbox], .menu-item-settings .field-link-target input[type=checkbox]) {
  -webkit-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  width: auto;
  height: auto;
  vertical-align: middle;
  position: relative;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin: -5px 5px 0 0;
  background: none;
  box-shadow: none;
  transition: ease 0.15s;
}
:is(input[type=checkbox].hd-checkbox, .acf-field.hd-checkbox > .acf-input input[type=checkbox], .menu-item-settings .field-link-target input[type=checkbox]):focus {
  box-shadow: none;
}
:is(input[type=checkbox].hd-checkbox, .acf-field.hd-checkbox > .acf-input input[type=checkbox], .menu-item-settings .field-link-target input[type=checkbox])::after {
  content: "";
  /*font-size: 8px;*/
  font-weight: 400;
  line-height: 20px;
  text-indent: -15px;
  color: #ffffff;
  width: 40px;
  height: 20px;
  display: inline-block;
  background-color: rgba(167, 170, 173, 0.6);
  border-radius: 80px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15) inset;
  transition: ease 0.15s;
}
:is(input[type=checkbox].hd-checkbox, .acf-field.hd-checkbox > .acf-input input[type=checkbox], .menu-item-settings .field-link-target input[type=checkbox])::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  margin: 0;
  border-radius: 50%;
  background-color: #ffffff;
  transition: ease 0.15s;
}
:is(input[type=checkbox].hd-checkbox, .acf-field.hd-checkbox > .acf-input input[type=checkbox], .menu-item-settings .field-link-target input[type=checkbox]):checked::before {
  left: 23px;
  margin: 0;
  background-color: #ffffff;
  transition: ease 0.15s;
}
:is(input[type=checkbox].hd-checkbox, .acf-field.hd-checkbox > .acf-input input[type=checkbox], .menu-item-settings .field-link-target input[type=checkbox]):checked::after {
  content: "";
  background-color: #2271b1;
  transition: ease 0.15s;
}

/** ACF Upload Image */
.acf-image-uploader .hide-if-value > p {
  font-size: 0;
}
.acf-image-uploader .hide-if-value > p a.acf-button.button {
  border: 1px dashed #c3c4c7;
  box-sizing: border-box;
  line-height: 1.6;
  padding: 9px 0;
  position: relative;
  text-align: center;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  background-color: #f0f0f1;
  color: #2c3338;
  display: block;
  font-size: 13px;
}
.acf-image-uploader .hide-if-value > p a.acf-button.button:hover {
  background-color: #ffffff;
}

.widget-content .acf-image-uploader .hide-if-value > p a.acf-button.button {
  width: auto !important;
}

/** */
:is(input, textarea, select):disabled {
  cursor: not-allowed !important;
}

/** */
.acf-field p.description {
  color: #667085;
  font-size: smaller;
  display: block;
  margin-top: 5px;
}

.acf-tab-group li a {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}

.acf-tab-wrap {
  overflow: unset;
}

#tmpl-acf-field-group-pro-features,
.acf-admin-notice.notice.notice-warning,
.btn-upgrade.acf-admin-toolbar-upgrade-btn {
  display: none !important;
}

.acf-admin-page :where(.notice.notice-error, .notice.notice-warning) {
  flex: 0 0 100%;
  max-width: 100%;
}

.acf-flexible-content .layout .acf-fc-layout-handle {
  font-weight: 700;
}

.acf-fields > .acf-tab-wrap .acf-tab-group {
  border-bottom: none !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li {
  border-bottom: #ccd0d4 solid 1px;
}

.acf-admin-page .acf-field.acf-field-number .acf-input input[type=number] {
  max-width: unset;
}

.acf-repeater.-row > table > tbody > tr:not(:first-child) > td {
  border-top: 1px solid #d63638;
}

.acf-repeater .acf-row-handle .acf-icon:where(.-minus, .-plus) {
  border-color: #d63638;
  color: #d63638;
}

.acf-flexible-content .layout {
  border: 1px solid #2271b1;
}

.acf-flexible-content .layout .acf-fc-layout-handle {
  border-bottom: 1px solid #2271b1;
}

/** pace loading */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.pace .pace-progress {
  background: #2271b1;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

.pace-inactive {
  display: none;
}

html.wp-toolbar .pace .pace-progress {
  top: 32px;
}
@media only screen and (max-width: 48.87375rem) {
  html.wp-toolbar .pace .pace-progress {
    top: 46px;
  }
}

/** */
.hd-input.input-half {
  width: 50% !important;
  min-width: 330px;
}

.CodeMirror-vscrollbar::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
.CodeMirror-vscrollbar::-webkit-scrollbar-track {
  background-color: #e9e9e9;
}
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
  background-color: #9f9f9f;
}

/** select2 */
.select2-container--default {
  display: block;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.select2-container--default .select2-selection--multiple {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  padding: 10px 12px;
  width: 100%;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  padding: 0;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
  padding: 0;
  margin-top: -2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0;
  padding: 3px 6px 4px 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: relative;
  flex: 0 0 auto;
  padding: 0 6px 0 0;
  border-right: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #2271b1;
  background: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #d63638;
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
  display: inline-block;
  margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0;
  height: 21px;
  min-height: unset;
  line-height: 21px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px rgba(34, 113, 177, 0.2);
  outline: 2px solid transparent;
}
.select2-container--default .select2-results__option {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  transition: background-color 0.3s;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(34, 113, 177, 0.75);
  color: #ffffff;
}

/** */
.controls.control-prefix {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.controls.control-prefix .prefix .input-txt {
  font-weight: 700;
  color: #999999;
  text-decoration: underline;
}
.controls.control-prefix :where(input:not([type=checkbox]):not([type=radio]), select) {
  font-weight: 500 !important;
  font-size: 14px !important;
  max-height: 43px;
}

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