/**
 * @Author: amirhp-com
 * @Date:   2020/10/20 22:23:23
 * @Email:  its@amirhp.com
 * @Last modified by:   amirhp-com
 * @Last modified time: 2022/07/12 16:05:23
 * @License: GPLv2
 */
@font-face {
  font-family: bodyfont;
  font-style: normal;
  font-weight: normal;
  src: url("96594ad4.woff") format('woff');
}
@font-face {
  font-family: bodyfont;
  font-style: normal;
  font-weight: bold;
  src: url("96594ad5.woff") format('woff');
}

#setting-error-settings_updated {
  display: none;
}

.form-table tr {
  min-width: 100%;
  width: auto;
  display: flex;
}

.form-table th {
  width: auto;
  flex: 1;
}
@media only screen and (max-width: 960px) {
  .form-table tr {
    min-width: 360px;
    width: auto;
  }
}

.form-table td {
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  align-self: center;
  margin: 0;
  flex: 2;
}

.form-table td input.regular-text {
  border-radius: 4px;
  border: none !important;
  text-align: center;
  min-width: 100%;
  align-self: center;
}

.form-table td input.regular-text:active,
.form-table td input.regular-text:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.caqpde,
.caqpde * {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace !important;
}

.caqpde {
  padding: 16px !important;
  background: linear-gradient(to right, #f64f5940, #c471ed40, #12c2e940);
  background: -webkit-linear-gradient(to right, #f64f5940, #c471ed40, #12c2e940);
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  counter-reset: line;
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 5px;
  border-left: 5px solid #424040;
}

.caqpde b::before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #888;
}

pre::nth-line(n)::before {
  content: counter(line) '. ';
  color: #999;
}

.wrap {
  margin-top: 5rem !important;
}

h1.had:lang('en-US') {
  left: -20px;
}

h1.had {
  font-family: bodyfont !important;
  font-weight: 800 !important;
  background: linear-gradient(to right, #4a00e0, #8e2de2);
  background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
  color: white;
  height: 5rem;
  line-height: 3;
  margin: 0 !important;
  width: calc(100% + 20px);
  left: 0;
  text-align: center;
  position: absolute;
}

.caqpde hr {
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  display: block;
  height: 1px;
  border: none !important;
  border-radius: 1rem;
}

hr.hr2 {
  background: linear-gradient(to right, transparent, #f64f5910, #f64f59, #c471ed, #12c2e9, #12c2e910, transparent);
  background: -webkit-linear-gradient(to right, transparent, #f64f5910, #f64f59, #c471ed, #12c2e9, #12c2e910, transparent);
  display: block;
  height: 3px;
  width: 100%;
  margin: 2rem 0;
  border: none !important;
  border-radius: 1rem;
}

.submt {
  padding: 1.3rem 3rem !important;
  line-height: 0 !important;
  margin: auto !important;
  display: inline-block !important;
}

.submtCC {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.submtCC * {
  margin: 10px !important;
}

.wp-picker-holder {
  position: absolute;
  z-index: 99999;
  margin-top: 0.5rem;
}

.wrap h4 {
  background: linear-gradient(to right, #4a00e0, #8e2de2);
  background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
  color: white;
  text-align: center;
  padding: 1rem;
  line-height: 2;
  width: calc(100% + 20px);
  margin: 2rem -2rem;
}

ul#adminmenu > li.current > a.current::after,
ul#adminmenu a.wp-has-current-submenu::after {
  border-left-color: transparent;
}

.r180 {
  transform: rotate(180deg);
}

strong.tag {
  background: linear-gradient(to right, #f64f5980, #f64f5950, #c471ed50, #12c2e950, #12c2e980);
  background: -webkit-linear-gradient(to right, #f64f5980, #f64f5950, #c471ed50, #12c2e950, #12c2e980);
  border-radius: 4px;
  padding: 4px 10px;
  margin: 2px 0;
  display: inline-block;
}

.advabced_puiwc .select2.select2-container {
  min-width: 100%;
}
