/** =================== MONTSERRAT =================== **/

/** Montserrat Thin **/

@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
}

/** Montserrat Thin-Italic **/

@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/Montserrat-ThinItalic.woff2") format("woff2"), url("../fonts/Montserrat-ThinItalic.woff") format("woff");
}

/** Montserrat ExtraLight **/

@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff");
}

/** Montserrat ExtraLight-Italic **/

@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLightItalic.woff") format("woff");
}

/** Montserrat Light **/

@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
}

/** Montserrat Light-Italic **/

@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat-LightItalic.woff") format("woff");
}

/** Montserrat Regular **/

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}

/** Montserrat Regular-Italic **/

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
}

/** Montserrat Medium **/

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}

/** Montserrat Medium-Italic **/

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff");
}

/** Montserrat SemiBold **/

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
}

/** Montserrat SemiBold-Italic **/

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff");
}

/** Montserrat Bold **/

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}

/** Montserrat Bold-Italic **/

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff");
}

/** Montserrat ExtraBold **/

@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
}

/** Montserrat ExtraBold-Italic **/

@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBoldItalic.woff") format("woff");
}

/** Montserrat Black **/

@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
}

/** Montserrat Black-Italic **/

@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat-BlackItalic.woff") format("woff");
}

.mct-wrapper {
  --loader-color: #fff;
  /**
   *  Forms
   */
  /*.btn-fixed-position {
  	position: fixed;
  	top: 115px;
  	z-index: 9999;
  	left: 100%;
  	border-top-right-radius: 0 !important;
  	border-bottom-right-radius: 0 !important;
  	transform: translateX(-40px);

  	&:hover {
  		transform: translateX(-100%);
  	}
  }*/
}

.mct-wrapper label.error {
  display: none;
  color: red;
  font-size: 0.7rem;
  margin-top: 4px;
}

.mct-wrapper input,
.mct-wrapper textarea:not(.wp-editor-area),
.mct-wrapper select {
  border-radius: 8px !important;
  background: #fff;
  border: 1px solid #DCDCDC;
  font-weight: normal;
}

.mct-wrapper input:focus,
.mct-wrapper textarea:not(.wp-editor-area):focus,
.mct-wrapper select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fd5d00 !important;
}

.mct-wrapper input.invalid ~ label.error,
.mct-wrapper textarea:not(.wp-editor-area).invalid ~ label.error,
.mct-wrapper select.invalid ~ label.error {
  display: block;
}

.mct-wrapper input.invalid,
.mct-wrapper textarea:not(.wp-editor-area).invalid,
.mct-wrapper select.invalid {
  border-color: red !important;
}

.mct-wrapper input[type=date],
.mct-wrapper input[type=datetime-local],
.mct-wrapper input[type=datetime],
.mct-wrapper input[type=email],
.mct-wrapper input[type=month],
.mct-wrapper input[type=number],
.mct-wrapper input[type=password],
.mct-wrapper input[type=search],
.mct-wrapper input[type=tel],
.mct-wrapper input[type=text],
.mct-wrapper input[type=time],
.mct-wrapper input[type=file],
.mct-wrapper input[type=url],
.mct-wrapper input[type=week],
.mct-wrapper select {
  line-height: 40px;
  min-height: 40px;
  height: 40px;
  padding: 0 8px !important;
}

.mct-wrapper input[type=date].disabled,
.mct-wrapper input[type=date]:disabled,
.mct-wrapper input[type=datetime-local].disabled,
.mct-wrapper input[type=datetime-local]:disabled,
.mct-wrapper input[type=datetime].disabled,
.mct-wrapper input[type=datetime]:disabled,
.mct-wrapper input[type=email].disabled,
.mct-wrapper input[type=email]:disabled,
.mct-wrapper input[type=month].disabled,
.mct-wrapper input[type=month]:disabled,
.mct-wrapper input[type=number].disabled,
.mct-wrapper input[type=number]:disabled,
.mct-wrapper input[type=password].disabled,
.mct-wrapper input[type=password]:disabled,
.mct-wrapper input[type=search].disabled,
.mct-wrapper input[type=search]:disabled,
.mct-wrapper input[type=tel].disabled,
.mct-wrapper input[type=tel]:disabled,
.mct-wrapper input[type=text].disabled,
.mct-wrapper input[type=text]:disabled,
.mct-wrapper input[type=time].disabled,
.mct-wrapper input[type=time]:disabled,
.mct-wrapper input[type=file].disabled,
.mct-wrapper input[type=file]:disabled,
.mct-wrapper input[type=url].disabled,
.mct-wrapper input[type=url]:disabled,
.mct-wrapper input[type=week].disabled,
.mct-wrapper input[type=week]:disabled,
.mct-wrapper select.disabled,
.mct-wrapper select:disabled {
  background: #FBFBFB;
  color: #DCDCDC;
}

.mct-wrapper select {
  padding: 0 25px 0 5px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 6px top 55% !important;
  background-size: 15px !important;
}

.mct-wrapper select:hover {
  color: #181818;
}

.mct-wrapper textarea.resizeable {
  resize: both !important;
}

.mct-wrapper textarea.regular-text {
  max-width: 100%;
  width: 100%;
}

.mct-wrapper input[type=checkbox] {
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 24px;
  height: 24px;
}

.mct-wrapper input[type=checkbox]:focus {
  border-color: #DCDCDC !important;
}

.mct-wrapper input[type=checkbox]:checked {
  background: #91ca45;
  border-color: #91ca45 !important;
}

.mct-wrapper input[type=checkbox]:checked:before {
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E") !important;
  margin: 0 !important;
}

.mct-wrapper input[type=checkbox]:checked:focus {
  border-color: #91ca45 !important;
}

.mct-wrapper input[type=radio] {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mct-wrapper input[type=radio]:checked {
  border: 4px solid #fd5d00;
}

.mct-wrapper input[type=radio]:checked:before {
  display: none;
}

.mct-wrapper input[type=radio]:disabled {
  background-color: #DCDCDC;
}

.mct-wrapper .mct-switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 34px;
}

.mct-wrapper .mct-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.mct-wrapper .mct-switch input:checked + .mct-slider {
  background-color: #91ca45;
}

.mct-wrapper .mct-switch input:checked + .mct-slider:after {
  content: "ON";
  position: absolute;
  right: auto;
  left: 6px;
  top: 4px;
  color: #fff;
  line-height: 26px;
  font-size: 12px;
}

.mct-wrapper .mct-switch input:checked + .mct-slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.mct-wrapper .mct-switch input:disabled + .mct-slider {
  background-color: #A6A6A6;
}

.mct-wrapper .mct-switch input:disabled + .mct-slider:after {
  color: #DCDCDC;
}

.mct-wrapper .mct-switch input:disabled + .mct-slider:before {
  background-color: #DCDCDC;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mct-wrapper .mct-switch .mct-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DCDCDC;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
}

.mct-wrapper .mct-switch .mct-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px rgba(106, 106, 140, 0.3);
  box-shadow: 0 2px 2px rgba(106, 106, 140, 0.3);
}

.mct-wrapper .mct-switch .mct-slider:after {
  content: "OFF";
  position: absolute;
  right: 6px;
  top: 4px;
  line-height: 26px;
  font-size: 12px;
  color: #A6A6A6;
}

.mct-wrapper .btn-primary,
.mct-wrapper .bulkactions .button,
.mct-wrapper .btn-secondary,
.mct-wrapper p.search-box .button,
.mct-wrapper .tablenav .pagination-links .button,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .insert-media {
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  border-radius: 8px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  padding: 0 20px;
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.mct-wrapper .btn-primary .dashicons,
.mct-wrapper .bulkactions .button .dashicons,
.mct-wrapper .btn-secondary .dashicons,
.mct-wrapper p.search-box .button .dashicons,
.mct-wrapper .tablenav .pagination-links .button .dashicons,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .insert-media .dashicons {
  line-height: 40px;
}

.mct-wrapper .btn-primary.full-w,
.mct-wrapper .bulkactions .full-w.button,
.mct-wrapper .btn-secondary.full-w,
.mct-wrapper p.search-box .full-w.button,
.mct-wrapper .tablenav .pagination-links .full-w.button,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .full-w.insert-media {
  width: 100%;
  text-align: center;
}

.mct-wrapper .btn-primary.small-btn,
.mct-wrapper .bulkactions .small-btn.button,
.mct-wrapper .btn-secondary.small-btn,
.mct-wrapper p.search-box .small-btn.button,
.mct-wrapper .tablenav .pagination-links .button,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .small-btn.insert-media {
  line-height: 32px;
  height: 32px;
  min-width: 32px;
  padding: 0 10px;
}

.mct-wrapper .btn-primary.small-btn.ico-btn:before,
.mct-wrapper .bulkactions .small-btn.ico-btn.button:before,
.mct-wrapper .btn-secondary.small-btn.ico-btn:before,
.mct-wrapper p.search-box .small-btn.ico-btn.button:before,
.mct-wrapper .tablenav .pagination-links .ico-btn.button:before,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .small-btn.ico-btn.insert-media:before {
  line-height: 30px !important;
}

.mct-wrapper .btn-primary.small-btn .dashicons,
.mct-wrapper .bulkactions .small-btn.button .dashicons,
.mct-wrapper .btn-secondary.small-btn .dashicons,
.mct-wrapper p.search-box .small-btn.button .dashicons,
.mct-wrapper .tablenav .pagination-links .button .dashicons,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .small-btn.insert-media .dashicons {
  line-height: 32px;
  font-size: 12px;
}

.mct-wrapper .btn-primary.min-pad,
.mct-wrapper .bulkactions .min-pad.button,
.mct-wrapper .btn-secondary.min-pad,
.mct-wrapper p.search-box .min-pad.button,
.mct-wrapper .tablenav .pagination-links .button,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .min-pad.insert-media {
  padding: 0 6px;
}

.mct-wrapper .btn-primary,
.mct-wrapper .bulkactions .button {
  --loader-color: #fff;
  background-color: #fd5d00;
  border: none !important;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mct-wrapper .btn-primary.disabled,
.mct-wrapper .bulkactions .disabled.button {
  background-color: #DCDCDC;
  color: #A6A6A6;
  pointer-events: none;
}

.mct-wrapper .btn-primary:hover,
.mct-wrapper .bulkactions .button:hover {
  background-color: #FFA247;
  color: #fff;
}

.mct-wrapper .btn-primary:focus,
.mct-wrapper .bulkactions .button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mct-wrapper .btn-primary.red-btn,
.mct-wrapper .bulkactions .red-btn.button {
  background-color: #F06B61;
}

.mct-wrapper .btn-primary.red-btn:hover,
.mct-wrapper .bulkactions .red-btn.button:hover {
  background-color: rgba(240, 107, 97, 0.8);
  color: #fff;
}

.mct-wrapper .btn-primary.purplelight-btn,
.mct-wrapper .bulkactions .purplelight-btn.button {
  background-color: #DADAEC;
  color: #181818;
}

.mct-wrapper .btn-primary.purplelight-btn:hover,
.mct-wrapper .bulkactions .purplelight-btn.button:hover {
  background-color: rgba(218, 218, 236, 0.8);
  color: #181818;
}

.mct-wrapper .btn-primary.orangelight-btn,
.mct-wrapper .bulkactions .orangelight-btn.button {
  background-color: rgba(234, 123, 13, 0.1);
  color: #fd5d00;
}

.mct-wrapper .btn-primary.orangelight-btn:hover,
.mct-wrapper .bulkactions .orangelight-btn.button:hover {
  background-color: rgba(234, 123, 13, 0.2);
  color: #fd5d00;
}

.mct-wrapper .btn-primary.black-btn,
.mct-wrapper .bulkactions .black-btn.button {
  background-color: #181818;
  color: #fff;
}

.mct-wrapper .btn-primary.black-btn:hover,
.mct-wrapper .bulkactions .black-btn.button:hover {
  background-color: #616161;
  color: #fff;
}

.mct-wrapper .btn-primary.brown-btn,
.mct-wrapper .bulkactions .brown-btn.button {
  background-color: #A6A6A6;
}

.mct-wrapper .btn-primary.brown-btn:hover,
.mct-wrapper .bulkactions .brown-btn.button:hover {
  background-color: #fd5d00;
  color: #fff;
}

.mct-wrapper .btn-primary.ico-btn,
.mct-wrapper .bulkactions .ico-btn.button {
  --loader-color: #FFA247;
  overflow: hidden;
  background-color: white;
  color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 1;
  border: 1px solid white !important;
}

.mct-wrapper .btn-primary.ico-btn:before,
.mct-wrapper .bulkactions .ico-btn.button:before {
  color: #fd5d00;
}

.mct-wrapper .btn-primary.ico-btn:after,
.mct-wrapper .bulkactions .ico-btn.button:after {
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 100%;
  bottom: 0;
  height: 100%;
  right: -40px;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: -1;
  background-color: #fd5d00;
  border-top-left-radius: 2px;
}

.mct-wrapper .btn-primary.ico-btn.disabled,
.mct-wrapper .bulkactions .ico-btn.disabled.button {
  color: #DCDCDC !important;
  background-color: #fff !important;
  pointer-events: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16) !important;
}

.mct-wrapper .btn-primary.ico-btn.disabled:before,
.mct-wrapper .bulkactions .ico-btn.disabled.button:before {
  color: #C5C5C5;
  z-index: 1;
}

.mct-wrapper .btn-primary.ico-btn.disabled:after,
.mct-wrapper .bulkactions .ico-btn.disabled.button:after,
.mct-wrapper .btn-primary.ico-btn.disabled:hover:after {
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: 0;
  right: calc(100% - 40px);
  background-color: #DCDCDC;
}

.mct-wrapper .btn-primary.ico-btn:hover,
.mct-wrapper .bulkactions .ico-btn.button:hover {
  color: #fd5d00;
}

.mct-wrapper .btn-primary.ico-btn:hover:after,
.mct-wrapper .bulkactions .ico-btn.button:hover:after {
  right: -120%;
}

.mct-wrapper .btn-primary.ico-btn:focus,
.mct-wrapper .bulkactions .ico-btn.button:focus {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
}

.mct-wrapper .btn-primary.ico-btn.green-btn,
.mct-wrapper .bulkactions .ico-btn.green-btn.button {
  --loader-color: #7AD03A;
}

.mct-wrapper .btn-primary.ico-btn.green-btn:before,
.mct-wrapper .bulkactions .ico-btn.green-btn.button:before,
.mct-wrapper .btn-primary.ico-btn.green-btn:hover,
.mct-wrapper .bulkactions .ico-btn.green-btn.button:hover {
  color: #91ca45 !important;
}

.mct-wrapper .btn-primary.ico-btn.green-btn:after,
.mct-wrapper .bulkactions .ico-btn.green-btn.button:after {
  background-color: #91ca45;
}

.mct-wrapper .btn-primary.ico-btn.greenlight-btn,
.mct-wrapper .bulkactions .ico-btn.greenlight-btn.button {
  --loader-color: #9BE43B;
}

.mct-wrapper .btn-primary.ico-btn.greenlight-btn:before,
.mct-wrapper .bulkactions .ico-btn.greenlight-btn.button:before,
.mct-wrapper .btn-primary.ico-btn.greenlight-btn:hover,
.mct-wrapper .bulkactions .ico-btn.greenlight-btn.button:hover {
  color: #9BE43B !important;
}

.mct-wrapper .btn-primary.ico-btn.greenlight-btn:after,
.mct-wrapper .bulkactions .ico-btn.greenlight-btn.button:after {
  background-color: #9BE43B;
}

.mct-wrapper .btn-primary.ico-btn.purple-btn,
.mct-wrapper .bulkactions .ico-btn.purple-btn.button {
  --loader-color: #a45eff;
}

.mct-wrapper .btn-primary.ico-btn.purple-btn:before,
.mct-wrapper .bulkactions .ico-btn.purple-btn.button:before,
.mct-wrapper .btn-primary.ico-btn.purple-btn:hover,
.mct-wrapper .bulkactions .ico-btn.purple-btn.button:hover {
  color: #a45eff !important;
}

.mct-wrapper .btn-primary.ico-btn.purple-btn:after,
.mct-wrapper .bulkactions .ico-btn.purple-btn.button:after {
  background-color: #a45eff;
}

.mct-wrapper .btn-primary.ico-btn.blue-btn,
.mct-wrapper .bulkactions .ico-btn.blue-btn.button {
  --loader-color: #5e94ff;
}

.mct-wrapper .btn-primary.ico-btn.blue-btn:before,
.mct-wrapper .bulkactions .ico-btn.blue-btn.button:before,
.mct-wrapper .btn-primary.ico-btn.blue-btn:hover,
.mct-wrapper .bulkactions .ico-btn.blue-btn.button:hover {
  color: #5e94ff !important;
}

.mct-wrapper .btn-primary.ico-btn.blue-btn:after,
.mct-wrapper .bulkactions .ico-btn.blue-btn.button:after {
  background-color: #5e94ff;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.button {
  --loader-color: #fff !important;
  border: 1px solid #fd5d00 !important;
  color: #fd5d00;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn:before,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.button:before {
  color: #fff !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn:after,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.button:after {
  left: calc(-100% + 40px);
  right: auto;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn:hover,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.button:hover {
  color: #fff !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn:hover:after,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.button:hover:after {
  right: auto;
  left: 0;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.green-btn,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.green-btn.button {
  border-color: #91ca45 !important;
  color: #91ca45 !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.green-btn:after,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.green-btn.button:after {
  background-color: #91ca45 !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.green-btn:hover,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.green-btn.button:hover {
  color: #fff !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.greenlight-btn,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.greenlight-btn.button {
  border-color: #9BE43B !important;
  color: #9BE43B !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.greenlight-btn:after,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.greenlight-btn.button:after {
  background-color: #9BE43B !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.greenlight-btn:hover,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.greenlight-btn.button:hover {
  color: #fff !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.purple-btn,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.purple-btn.button {
  border-color: #a45eff !important;
  color: #a45eff !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.purple-btn:after,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.purple-btn.button:after {
  background-color: #a45eff !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.purple-btn:hover,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.purple-btn.button:hover {
  color: #fff !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.blue-btn,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.blue-btn.button {
  border-color: #5e94ff !important;
  color: #5e94ff !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.blue-btn:after,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.blue-btn.button:after {
  background-color: #5e94ff !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.blue-btn:hover,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.blue-btn.button:hover {
  color: #fff !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.disabled,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.disabled.button {
  border-color: #DCDCDC !important;
  color: #DCDCDC !important;
}

.mct-wrapper .btn-primary.ico-btn.inverse-btn.disabled:after,
.mct-wrapper .bulkactions .ico-btn.inverse-btn.disabled.button:after {
  background-color: #C5C5C5 !important;
}

.mct-wrapper .btn-secondary,
.mct-wrapper p.search-box .button,
.mct-wrapper .tablenav .pagination-links .button,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .insert-media {
  --loader-color: #FFA247 !important;
  border: 1px solid #fd5d00;
  background-color: #FAFAFA;
  color: #fd5d00;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mct-wrapper .btn-secondary:hover,
.mct-wrapper p.search-box .button:hover,
.mct-wrapper .tablenav .pagination-links .button:hover,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .insert-media:hover {
  background-color: #FAF1E7;
  color: #fd5d00;
}

.mct-wrapper .btn-secondary:focus,
.mct-wrapper p.search-box .button:focus,
.mct-wrapper .tablenav .pagination-links .button:focus,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .insert-media:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mct-wrapper .btn-secondary.red-btn,
.mct-wrapper p.search-box .red-btn.button,
.mct-wrapper .tablenav .pagination-links .red-btn.button,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .red-btn.insert-media {
  border-color: #F06B61;
  color: #F06B61;
}

.mct-wrapper .btn-secondary.red-btn:hover,
.mct-wrapper p.search-box .red-btn.button:hover,
.mct-wrapper .tablenav .pagination-links .red-btn.button:hover,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .red-btn.insert-media:hover {
  background-color: rgba(240, 107, 97, 0.1);
}

.mct-wrapper .btn-secondary.disabled,
.mct-wrapper p.search-box .disabled.button,
.mct-wrapper .tablenav .pagination-links .disabled.button,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .disabled.insert-media {
  color: #C5C5C5;
  background-color: #FBFBFB;
  pointer-events: none;
}

.mct-wrapper .btn-text {
  --loader-color: #c3b19f;
  color: #A6A6A6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
  border: none;
}

.mct-wrapper .btn-text:hover {
  color: #181818;
}

.mct-wrapper .btn-flat {
  padding: 5px;
  border-radius: 6px;
  background: #ffeee5;
  line-height: 20px;
  color: #FD5D00 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mct-wrapper .btn-flat span {
  padding: 0 10px;
}

.mct-wrapper .btn-flat.btn-orange {
  background: #fd5d00;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(253, 93, 0, 0.25));
  filter: drop-shadow(0px 5px 10px rgba(253, 93, 0, 0.25));
  color: #fff !important;
}

.mct-wrapper .btn-flat .mct-help-tip-wrap:after {
  color: #FD5D00 !important;
}

.mct-wrapper .orange-link {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fd5d00;
}

.mct-wrapper .orange-link:hover {
  color: #FFA247;
}

.mct-wrapper .ico-btn {
  padding-left: 55px !important;
}

.mct-wrapper .ico-btn.btn-secondary,
.mct-wrapper p.search-box .ico-btn.button,
.mct-wrapper .tablenav .pagination-links .ico-btn.button,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .ico-btn.insert-media {
  padding-left: 32px !important;
}

.mct-wrapper .ico-btn:before {
  font-family: Dashicons;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 19px;
  line-height: inherit;
}

.mct-wrapper .ico-btn.email-btn:before {
  content: "\f465";
}

.mct-wrapper .ico-btn.gear-btn:before {
  content: "\f111";
  line-height: 37px;
}

.mct-wrapper .ico-btn.report-btn:before {
  content: "\f185";
}

.mct-wrapper .ico-btn.check-btn:before {
  content: "\f147";
}

.mct-wrapper .ico-btn.support-btn:before {
  content: "\f125";
}

.mct-wrapper .ico-btn.media-btn:before {
  content: "\f104";
}

.mct-wrapper .ico-btn.add-btn:before {
  content: "\f132";
}

.mct-wrapper .ico-btn.doc-btn:before {
  content: "\f118";
}

.mct-wrapper .ico-btn.upgrade-btn:before {
  content: "\f155";
  line-height: 37px;
}

.mct-wrapper .ico-btn.save-btn svg {
  position: absolute;
  left: 10px;
  top: 10px;
  fill: #FFA247;
}

.mct-wrapper .upload-image img {
  max-width: 200px;
  max-height: 200px;
  padding: 18px;
  width: 100px;
  height: 100px;
  background-color: #FBFBFB;
  border: 4px solid #fff;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(106, 106, 140, 0.3));
  filter: drop-shadow(0px 3px 6px rgba(106, 106, 140, 0.3));
  margin-bottom: 10px;
}

.mct-wrapper .mct-color-picker {
  display: none;
}

.mct-wrapper .wp-picker-container {
  position: relative;
}

.mct-wrapper .wp-picker-container .mct-color-picker {
  display: block;
}

.mct-wrapper .wp-picker-container .mct-color-picker,
.mct-wrapper .wp-picker-container .wp-picker-clear {
  min-height: 32px !important;
  height: 32px !important;
}

.mct-wrapper .wp-picker-container .wp-color-result {
  padding: 0 0 0 30px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  margin: 0;
  background-image: none !important;
  background-color: transparent !important;
}

.mct-wrapper .wp-picker-container .wp-color-result .color-alpha {
  position: relative;
  border: 1px solid #DCDCDC;
  width: 22px !important;
  height: 22px !important;
  background-size: 10px !important;
  border-radius: 50% !important;
  top: 3px !important;
  left: 3px !important;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
  z-index: 1;
}

.mct-wrapper .wp-picker-container .wp-color-result:before {
  content: "\f131";
  font-family: Dashicons;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 8px;
  text-align: center;
  font-size: 14px;
  line-height: inherit;
  color: #4B4B4B;
  z-index: 0;
}

.mct-wrapper .wp-picker-container .wp-color-result-text {
  display: none;
}

.mct-wrapper .wp-picker-container input[type=text].wp-color-picker {
  min-width: 174px;
  max-width: 184px;
  border-radius: 0;
}

.mct-wrapper .wp-picker-container .wp-picker-input-wrap {
  z-index: 1000 !important;
  position: absolute !important;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.mct-wrapper .wp-picker-container .wp-picker-open + .wp-picker-input-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 5px;
}

.mct-wrapper .wp-picker-container div.wp-picker-holder {
  z-index: 999 !important;
  position: absolute !important;
  margin-top: 3px;
}

.mct-wrapper .wp-picker-container .iris-picker {
  margin-top: 0;
  padding-top: 40px;
}

.mct-wrapper .wp-picker-container .iris-border .iris-picker-inner {
  top: 45px;
}

.mct-wrapper .wp-picker-container .wp-picker-clear {
  color: #fd5d00;
  border-radius: 0 !important;
  margin-left: 0 !important;
  border-color: #fd5d00;
  background-color: #FAFAFA;
  display: inline-block;
}

.mct-wrapper .wp-picker-container .wp-picker-clear:hover {
  color: #fd5d00;
  background-color: #FBFBFB;
}

.mct-wrapper .wp-picker-container .wp-picker-clear:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mct-wrapper .wp-editor-wrap div.mce-toolbar-grp,
.mct-wrapper .wp-editor-wrap .quicktags-toolbar {
  background: #FBFBFB !important;
  border-color: #DCDCDC !important;
}

.mct-wrapper .wp-editor-wrap .wp-media-buttons .insert-media {
  line-height: 30px !important;
  height: 30px !important;
}

.mct-wrapper .wp-editor-wrap .wp-switch-editor {
  background: #DCDCDC !important;
  border-color: #DCDCDC !important;
}

.mct-wrapper .wp-editor-wrap.tmce-active .switch-tmce,
.mct-wrapper .wp-editor-wrap.html-active .switch-html {
  background: #FBFBFB !important;
  border-bottom-color: #FBFBFB !important;
}

.mct-wrapper .wp-editor-wrap .wp-editor-container {
  border-color: #DCDCDC;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mct-wrapper .wp-editor-wrap .mce-top-part:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mct-wrapper .btn-primary.ico-loading .dashicons,
.mct-wrapper .bulkactions .ico-loading.button .dashicons,
.mct-wrapper .btn-secondary.ico-loading .dashicons,
.mct-wrapper p.search-box .ico-loading.button .dashicons,
.mct-wrapper .tablenav .pagination-links .ico-loading.button .dashicons,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .ico-loading.insert-media .dashicons,
.mct-wrapper .btn-text.ico-loading .dashicons {
  display: none;
}

.mct-wrapper .btn-primary.ico-loading:before,
.mct-wrapper .bulkactions .ico-loading.button:before,
.mct-wrapper .btn-secondary.ico-loading:before,
.mct-wrapper p.search-box .ico-loading.button:before,
.mct-wrapper .tablenav .pagination-links .ico-loading.button:before,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .ico-loading.insert-media:before,
.mct-wrapper .btn-text.ico-loading:before {
  margin-left: calc(50% - 10px) !important;
}

.mct-wrapper .btn-primary.loading svg,
.mct-wrapper .bulkactions .loading.button svg,
.mct-wrapper .btn-primary.loading img.icon,
.mct-wrapper .bulkactions .loading.button img.icon,
.mct-wrapper .btn-secondary.loading svg,
.mct-wrapper p.search-box .loading.button svg,
.mct-wrapper .tablenav .pagination-links .loading.button svg,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .loading.insert-media svg,
.mct-wrapper .btn-secondary.loading img.icon,
.mct-wrapper p.search-box .loading.button img.icon,
.mct-wrapper .tablenav .pagination-links .loading.button img.icon,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .loading.insert-media img.icon,
.mct-wrapper .btn-text.loading svg,
.mct-wrapper .btn-text.loading img.icon {
  display: none;
}

.mct-wrapper .btn-primary:not(.ico-btn).loading:before,
.mct-wrapper .bulkactions .button:not(.ico-btn).loading:before,
.mct-wrapper .btn-secondary:not(.ico-btn).loading:before,
.mct-wrapper p.search-box .button:not(.ico-btn).loading:before,
.mct-wrapper .tablenav .pagination-links .button:not(.ico-btn).loading:before,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .insert-media:not(.ico-btn).loading:before,
.mct-wrapper .btn-text:not(.ico-btn).loading:before {
  margin-top: -3px !important;
}

.mct-wrapper .btn-primary .mct-btn-percent,
.mct-wrapper .bulkactions .button .mct-btn-percent,
.mct-wrapper .btn-secondary .mct-btn-percent,
.mct-wrapper p.search-box .button .mct-btn-percent,
.mct-wrapper .tablenav .pagination-links .button .mct-btn-percent,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .insert-media .mct-btn-percent,
.mct-wrapper .btn-text .mct-btn-percent {
  display: none;
}

.mct-wrapper .btn-primary.loading .mct-btn-percent,
.mct-wrapper .bulkactions .loading.button .mct-btn-percent,
.mct-wrapper .btn-secondary.loading .mct-btn-percent,
.mct-wrapper p.search-box .loading.button .mct-btn-percent,
.mct-wrapper .tablenav .pagination-links .loading.button .mct-btn-percent,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .loading.insert-media .mct-btn-percent,
.mct-wrapper .btn-text.loading .mct-btn-percent {
  display: inline-block;
}

.mct-wrapper .block-loading {
  background-image: url("../img/ajax-loader-alt.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.mct-wrapper .block-loading iframe {
  display: none;
}

.mct-wrapper .article-loading {
  position: relative;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
}

.mct-wrapper .article-loading:before,
.mct-wrapper .article-loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.mct-wrapper .article-loading:before {
  border: 8px solid rgba(255, 255, 255, 0.3);
  width: 24px;
  height: 24px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.mct-wrapper .article-loading:after {
  border: 8px solid #45494b;
  width: 24px;
  height: 24px;
  opacity: 0;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}

.mct-wrapper .row-options.enable-for-pro th {
  color: #A6A6A6;
}

.mct-wrapper .row-options.enable-for-pro td {
  opacity: 0.6;
}

.mct-wrapper .row-options.enable-for-pro input,
.mct-wrapper .row-options.enable-for-pro select,
.mct-wrapper .row-options.enable-for-pro textarea,
.mct-wrapper .row-options.enable-for-pro button {
  pointer-events: none;
}

.mct-wrapper .row-options.enable-for-pro .mct-switch {
  pointer-events: none;
}

.mct-wrapper .row-options.enable-for-pro .mct-switch .mct-slider:after {
  font-family: Dashicons;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "\f160";
  right: 9px;
  font-size: 17px;
}

.mct-wrapper .row-options.enable-for-pro .mct-switch input[type=checkbox]:checked + .mct-slider:after {
  left: 9px;
  right: auto;
}

.mct-wrapper .mct-copy-wrapper {
  position: relative;
}

.mct-wrapper .mct-copy-wrapper .mct-copy-btn {
  position: absolute;
  right: 4px;
  top: 4px;
}

.mct-wrapper .btn-primary.ico-loading:before,
.mct-wrapper .bulkactions .ico-loading.button:before,
.mct-wrapper .btn-secondary.ico-loading:before,
.mct-wrapper p.search-box .ico-loading.button:before,
.mct-wrapper .tablenav .pagination-links .ico-loading.button:before,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .ico-loading.insert-media:before,
.mct-wrapper .btn-text.ico-loading:before,
.mct-wrapper .btn-primary.ico-btn.loading:before,
.mct-wrapper .bulkactions .ico-btn.loading.button:before,
.mct-wrapper .btn-secondary.ico-btn.loading:before,
.mct-wrapper p.search-box .ico-btn.loading.button:before,
.mct-wrapper .tablenav .pagination-links .ico-btn.loading.button:before,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .ico-btn.loading.insert-media:before,
.mct-wrapper .btn-text.ico-btn.loading:before,
.mct-wrapper .btn-primary:not(.ico-btn).loading:before,
.mct-wrapper .bulkactions .button:not(.ico-btn).loading:before,
.mct-wrapper .btn-secondary:not(.ico-btn).loading:before,
.mct-wrapper p.search-box .button:not(.ico-btn).loading:before,
.mct-wrapper .tablenav .pagination-links .button:not(.ico-btn).loading:before,
.mct-wrapper .wp-editor-wrap .wp-media-buttons .insert-media:not(.ico-btn).loading:before,
.mct-wrapper .btn-text:not(.ico-btn).loading:before {
  content: " " !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 7px !important;
  width: 10px;
  height: 10px;
  top: calc(50% - 7px) !important;
  border-radius: 50%;
  border: 2px solid var(--loader-color);
  border-color: var(--loader-color) transparent var(--loader-color) transparent;
  -webkit-animation: ring-loading 1.2s linear infinite;
  animation: ring-loading 1.2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes ring-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ring-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rtl .mct-wrapper {
  /*.btn-fixed-position {
  	left: 0;
  	border-radius: 0 8px 8px 0 !important;
  	transform: translateX(calc(-100% + 40px));

  	&:hover {
  		transform: translateX(0);
  	}
  }*/
}

.rtl .mct-wrapper .wp-picker-container .wp-color-result .color-alpha {
  right: 3px !important;
  left: auto !important;
}

.rtl .mct-wrapper .ico-btn {
  padding-left: 10px !important;
  padding-right: 55px;
}

.rtl .mct-wrapper .ico-btn.save-btn svg {
  right: 10px;
  left: auto;
}

.rtl .mct-wrapper .ico-btn.btn-secondary,
.rtl .mct-wrapper p.search-box .ico-btn.button,
.rtl .mct-wrapper .tablenav .pagination-links .ico-btn.button,
.rtl .mct-wrapper .wp-editor-wrap .wp-media-buttons .ico-btn.insert-media {
  padding-right: 32px !important;
  padding-left: 10px !important;
}

.rtl .mct-wrapper .ico-btn:before {
  left: auto;
  right: 10px;
}

.rtl .mct-wrapper .ico-btn:after {
  right: auto;
  left: -40px;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  border-top-right-radius: 2px;
  border-top-left-radius: 0;
}

.rtl .mct-wrapper .ico-btn.disabled:after,
.rtl .mct-wrapper .ico-btn.disabled:hover:after {
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  right: auto;
  left: calc(100% - 40px);
}

.rtl .mct-wrapper .ico-btn:hover:after {
  right: auto;
  left: -120%;
}

.rtl .mct-wrapper .ico-btn.inverse-btn:after {
  right: calc(-100% + 40px);
  left: auto;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}

.rtl .mct-wrapper .ico-btn.inverse-btn:hover:after {
  left: auto;
  right: 0;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}

.rtl .mct-wrapper .btn-primary:not(.ico-btn).loading:before,
.rtl .mct-wrapper .bulkactions .button:not(.ico-btn).loading:before,
.rtl .mct-wrapper .btn-primary.ico-btn.loading:before,
.rtl .mct-wrapper .bulkactions .ico-btn.loading.button:before,
.rtl .mct-wrapper .btn-secondary:not(.ico-btn).loading:before,
.rtl .mct-wrapper p.search-box .button:not(.ico-btn).loading:before,
.rtl .mct-wrapper .tablenav .pagination-links .button:not(.ico-btn).loading:before,
.rtl .mct-wrapper .wp-editor-wrap .wp-media-buttons .insert-media:not(.ico-btn).loading:before,
.rtl .mct-wrapper .btn-secondary.ico-btn.loading:before,
.rtl .mct-wrapper p.search-box .ico-btn.loading.button:before,
.rtl .mct-wrapper .tablenav .pagination-links .ico-btn.loading.button:before,
.rtl .mct-wrapper .wp-editor-wrap .wp-media-buttons .ico-btn.loading.insert-media:before,
.rtl .mct-wrapper .btn-text:not(.ico-btn).loading:before,
.rtl .mct-wrapper .btn-text.ico-btn.loading:before {
  margin-right: 0 !important;
  margin-left: 7px !important;
}

.rtl .mct-wrapper select {
  padding: 0 5px 0 25px !important;
  background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat left 6px top 55% !important;
}

.rtl .mct-wrapper .mct-copy-wrapper .mct-copy-btn {
  right: auto;
  left: 4px;
}

.mct-wrapper .select2-container {
  max-width: 350px;
  min-width: 150px;
  width: 100% !important;
  text-align: left;
}

.mct-wrapper .select2-container[dir=rtl] {
  text-align: right;
}

.mct-wrapper .select2-container .select2-selection--single {
  min-height: 40px !important;
  padding: 4px 6px !important;
  margin: 0 !important;
}

.mct-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
  right: 7px;
}

.mct-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  border: solid #222 !important;
  border-width: 0 1px 1px 0 !important;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -8px !important;
  margin-top: -5px !important;
}

.mct-wrapper .select2-container .select2-selection--multiple,
.mct-wrapper .select2-container .select2-selection--single {
  border-radius: 8px !important;
  border-color: #DCDCDC !important;
}

.mct-wrapper .select2-container.select2-container--focus .select2-selection--single,
.mct-wrapper .select2-container.select2-container--open .select2-selection--multiple,
.mct-wrapper .select2-container.select2-container--open .select2-selection--single,
.mct-wrapper .select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #DCDCDC !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mct-wrapper .select2-container.select2-container--open.select2-container--below .select2-selection--multiple,
.mct-wrapper .select2-container.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.mct-wrapper .select2-container.select2-container--open.select2-container--above .select2-selection--multiple,
.mct-wrapper .select2-container.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.mct-wrapper .select2-container .select2-search--inline .select2-search__field {
  line-height: 30px !important;
}

.mct-wrapper .select2-container .select2-selection--multiple .select2-selection__choice {
  border-color: #DCDCDC !important;
  background-color: #FAFAFA !important;
}

.mct-option-page .select2-dropdown--below {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mct-option-page .select2-dropdown {
  border-color: #DCDCDC !important;
}

.mct-option-page .select2-results__option {
  margin-bottom: 0 !important;
}

.mct-option-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.mct-option-page .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #fd5d00 !important;
}

.mct-option-page .select2-search--dropdown .select2-search__field {
  border: 1px solid #DCDCDC !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mct-option-page .select2-search--dropdown .select2-search__field:hover,
.mct-option-page .select2-search--dropdown .select2-search__field:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mct-option-page .select2-dropdown--above {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mct-wrapper .mct-repeater .select2-container {
  margin-bottom: 0 !important;
}

.mct-wrapper .mct-repeater .select2-container .select2-search--inline .select2-search__field {
  min-width: 170px;
  line-height: 20px !important;
  min-height: 20px !important;
  height: 30px;
}

.mct-wrapper .mct-repeater .select2-container .select2-selection--single,
.mct-wrapper .mct-repeater .select2-container .select2-selection--multiple {
  min-height: 40px !important;
}

.mct-wrapper .tablenav .select2-container .selection {
  display: block;
  height: 40px;
}

.rtl .mct-wrapper .select2-container .select2-selection__arrow {
  right: auto;
  left: 7px;
}

.mct-wizard .mct-header {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.mct-wizard .steps {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.mct-wizard .steps .step:first-child {
  margin-left: auto;
}

.mct-wizard .steps .step:last-child {
  margin-right: auto;
}

.mct-wizard .step {
  cursor: pointer;
}

.mct-wizard .step:first-of-type .step-circle::before {
  display: none;
}

.mct-wizard .step:last-of-type .step-content {
  padding-right: 0;
}

.mct-wizard .step:last-of-type .step-circle::after {
  display: none;
}

.mct-wizard .step-content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

.mct-wizard .step-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  border: 4px solid #91ca45;
  border-radius: 100%;
  background-color: #91ca45;
}

.mct-wizard .step-circle::before,
.mct-wizard .step-circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(5rem + 1rem - 1.5rem);
  height: 4px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  color: #91ca45;
  background-color: currentColor;
}

.mct-wizard .step-circle:after {
  left: auto;
  right: -4px;
  width: calc((5rem + 1rem - 1.5rem) / 2);
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.mct-wizard .step-text {
  color: #A6A6A6;
  word-break: break-word;
  margin-top: 0.25em;
  text-align: center;
}

.mct-wizard .step-success .step-circle {
  z-index: 2;
  color: #fff !important;
  background-color: #91ca45 !important;
  border-color: #91ca45 !important;
}

.mct-wizard .step-success .step-circle:before,
.mct-wizard .step-success .step-circle:after {
  color: #91ca45 !important;
}

.mct-wizard .step-success .step-text {
  color: #A6A6A6 !important;
}

.mct-wizard .step-success ~ .step:not(.step-success) .step-circle {
  z-index: 1;
  color: #FBFBFB !important;
  background-color: #FBFBFB !important;
  border-color: #DCDCDC !important;
}

.mct-wizard .step-success ~ .step:not(.step-success) .step-circle:before,
.mct-wizard .step-success ~ .step:not(.step-success) .step-circle:after {
  color: #DCDCDC !important;
}

.mct-wizard .step-success ~ .step:not(.step-success) .step-text {
  color: #A6A6A6 !important;
}

.mct-wizard .step-ready {
  pointer-events: none;
}

.mct-wizard .wizard-content {
  max-width: 640px;
  margin: 20px auto;
  border-radius: 16px !important;
  background: #fff;
  -webkit-box-shadow: 0 6px 6px rgba(106, 106, 140, 0.1) !important;
  box-shadow: 0 6px 6px rgba(106, 106, 140, 0.1) !important;
  border: none !important;
  color: #4B4B4B;
}

.mct-wizard .wizard-content .description {
  color: #4B4B4B !important;
}

.mct-wizard .wizard-content .subtitle {
  margin-top: 10px;
}

.mct-wizard .wizard-content.ready,
.mct-wizard .wizard-content.welcome {
  text-align: center;
}

.mct-wizard .wizard-form table.form-table td {
  width: auto;
}

.mct-wizard .ajax-wizard-form .wizard-content {
  max-width: 100% !important;
}

.mct-wizard table.form-table > tbody > tr > th {
  color: #181818;
}

.mct-wizard .wizard-btns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.mct-wizard .wizard-btns a {
  margin: 5px 10px;
}

.mct-wizard .wizard-navigation {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mct-wizard .wizard-navigation a {
  margin: 5px 10px;
}

.rtl .mct-wizard .steps .step:first-child {
  margin-right: auto;
  margin-left: 0;
}

.rtl .mct-wizard .steps .step:last-child {
  margin-left: auto;
  margin-right: 0;
}

.rtl .mct-wizard .steps .step:first-of-type .step-circle::after {
  display: block;
}

.rtl .mct-wizard .steps .step:last-of-type .step-circle::before {
  display: block;
  width: 100%;
}

.rtl .mct-wizard .steps .step:last-of-type .step-circle::after {
  display: none;
}

.rtl .mct-wizard .steps .step-circle::before,
.rtl .mct-wizard .steps .step-circle::after {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.rtl .mct-wizard .steps .step-circle:after {
  right: auto;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.rtl .mct-wizard .wizard-navigation {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.rtl .mct-wizard .ajax-wizard-form .wizard-btns {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

html[lang=en-US] .mct-wrapper .mct-article .article-title h2,
html[lang=en-US] .wizard-content.mct-article > h2,
html[lang=en-US] .mct-wrapper table.form-table tr.row-options th[scope=row] {
  text-transform: capitalize;
}

.mct-option-page {
  background: #FBFBFB;
}

.mct-option-page ::-webkit-input-placeholder {
  font-size: 11px;
}

.mct-option-page ::-moz-placeholder {
  font-size: 11px;
}

.mct-option-page :-ms-input-placeholder {
  font-size: 11px;
}

.mct-option-page ::-ms-input-placeholder {
  font-size: 11px;
}

.mct-option-page ::placeholder {
  font-size: 11px;
}

.mct-option-page .wrap {
  margin: 0;
}

.mct-option-page #dolly,
.mct-option-page #update-nag,
.mct-option-page .update-nag,
.mct-option-page .sbi_notice {
  display: none;
}

.mct-option-page #wpcontent {
  padding: 0;
  overflow-x: hidden !important;
  min-height: calc(100vh - 32px);
}

.mct-option-page.rtl .wp-has-current-submenu:after {
  border-left-color: #FBFBFB;
}

.mct-option-page:not(.rtl) .wp-has-current-submenu:after {
  right: 0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 8px solid transparent;
  border-right-color: #FBFBFB;
  top: 0;
  margin-top: 10px;
}

.mct-option-page #wpbody-content {
  padding: 0;
  overflow-x: hidden !important;
  min-height: calc(100vh - 32px);
}

.mct-option-page #wpbody {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding-top: 0;
}

.mct-option-page #wpfooter {
  display: none;
}

.mct-option-page .notice {
  display: none;
}

.mct-option-page #screen-meta {
  margin: 0 !important;
}

.mct-option-page #screen-meta-links {
  float: none;
  position: absolute;
  right: 0;
  z-index: 12;
}

.mct-option-page .d-flex,
.mct-option-page .mct-wrapper .mct-header,
.mct-wrapper .mct-option-page .mct-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mct-option-page .d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mct-option-page .space-between,
.mct-option-page .mct-wrapper .mct-header,
.mct-wrapper .mct-option-page .mct-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mct-option-page .f-center,
.mct-option-page .mct-wrapper .mct-header,
.mct-wrapper .mct-option-page .mct-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mct-wizard-page #wpadminbar {
  display: none;
}

.mct-wizard-page #wpcontent,
.mct-wizard-page #wpfooter {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mct-wizard-page #adminmenumain {
  display: none;
}

.mct-wrapper {
  font-family: -apple-system, "Montserrat", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  /**
   *  Helpers
   */
  /**
   * Responsive Table
   */
}

.mct-wrapper .center-align {
  text-align: center;
}

.mct-wrapper .hidden-option {
  display: none !important;
}

.mct-wrapper .no-mar {
  margin: 0 !important;
}

.mct-wrapper .no-pad {
  padding: 0 !important;
}

.mct-wrapper .mar-5 {
  margin: 5px !important;
}

.mct-wrapper .mar-bot-20 {
  margin-bottom: 20px;
}

.mct-wrapper .h-full {
  height: 100% !important;
}

.mct-wrapper .f-grow {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.mct-wrapper .d-flex,
.mct-wrapper .mct-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mct-wrapper .d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mct-wrapper .space-between,
.mct-wrapper .mct-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mct-wrapper .f-center,
.mct-wrapper .mct-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mct-wrapper .f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mct-wrapper .f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mct-wrapper .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mct-wrapper .gap-5 {
  gap: 5px;
}

.mct-wrapper .gap-10 {
  gap: 10px;
}

.mct-wrapper .flex-content {
  -webkit-box-flex: content;
  -ms-flex: content;
  flex: content;
}

.mct-wrapper .mct-sticky > .mct-article {
  background: #f8fafc;
  -webkit-transition: margin 0.2s ease;
  -o-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}

.mct-wrapper .mct-sticky.scrolling {
  z-index: 10;
  position: fixed;
  bottom: -10px;
}

.mct-wrapper .mct-sticky:not(.scrolling) > .mct-article {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  margin-top: -15px;
}

.mct-wrapper .mct-sticky.scrolling > .mct-article {
  border-radius: 0 !important;
  margin-top: -20px;
  bottom: 10px;
}

.mct-wrapper .mct-fix-mar {
  padding: 0 10px;
  line-height: 1.8rem !important;
  margin: 5px 0 !important;
}

.mct-wrapper .mt-20 {
  margin-top: 20px !important;
}

.mct-wrapper .min-width-btn {
  min-width: 100px;
}

.mct-wrapper .margin-bet {
  white-space: nowrap;
}

.mct-wrapper .margin-bet > * {
  white-space: normal;
}

.mct-wrapper .margin-bet > *:not(:last-child) {
  margin-right: 7px;
}

.mct-wrapper .margin-bet .inline {
  display: inline-block;
  vertical-align: middle;
}

.mct-wrapper .margin-bet-vertical > * {
  display: block;
}

.mct-wrapper .margin-bet-vertical > :not(:last-child) {
  margin: 0 0 7px;
}

.mct-wrapper a {
  color: #5e94ff;
  text-decoration: none;
}

.mct-wrapper a:hover {
  color: #0053f7;
}

.mct-wrapper table.form-table {
  margin-top: 0;
  table-layout: fixed;
  /*@media (max-width: 782px){
  	& , tbody , tr {
  		display: block;
  	}
  }*/
}

.mct-wrapper table.form-table:not(.empty-body) {
  margin-bottom: 0.5rem;
}

.mct-wrapper table.form-table tr {
  background: transparent;
}

.mct-wrapper table.form-table th {
  font-weight: 500;
  font-size: 14px;
  color: #4B4B4B;
  padding: 20px 10px 20px 0;
  line-height: 1.3;
}

.mct-wrapper table.form-table > tbody > tr > th {
  min-width: 220px !important;
}

.mct-wrapper table.form-table td {
  font-weight: normal;
  color: #181818;
  width: 100%;
  border: none;
}

.mct-wrapper table.form-table td .description {
  font-size: 13px;
  color: #5E5E5E;
}

.mct-wrapper table.form-table td .description code {
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}

.mct-wrapper table.form-table .widefat td {
  font-size: 13px !important;
  line-height: 1.5em !important;
  padding: 8px 10px !important;
}

.mct-wrapper .postbox {
  margin: 10px 0 0 !important;
}

.mct-wrapper .postbox table.form-table {
  table-layout: fixed;
}

.mct-wrapper .table-title {
  margin-top: 30px;
  margin-bottom: 5px;
}

.mct-wrapper .mct-options {
  padding: 24px 24px 48px;
}

.mct-wrapper .mct-options .mct-options {
  padding: 0;
}

.mct-wrapper .mct-options.has-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.mct-wrapper .mct-options.has-sidebar .mct-inside {
  width: calc(100% - 300px);
}

.mct-wrapper .mct-options.has-sidebar .mct-sidebar {
  text-align: center;
  width: 300px;
}

.mct-wrapper .mct-options.has-sidebar .mct-sidebar .sidebar-title {
  font-family: inherit;
}

.mct-wrapper .mct-options.has-sidebar .mct-sidebar .mct-sidebar-inner {
  padding-left: 12px;
}

.mct-wrapper .mct-options.has-sidebar .mct-sidebar.sidebarfixed {
  position: fixed !important;
  top: 0;
  right: 24px;
}

.mct-wrapper .mct-options.has-sidebar .mct-sidebar .mct-article {
  margin-bottom: 10px;
}

.mct-wrapper .mct-options.has-sidebar .mct-sidebar .mct-article.faq-content {
  text-align: initial;
}

.mct-wrapper .mct-options.has-sidebar .mct-sidebar .mct-article.faq-content .sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.mct-wrapper .mct-options.has-sidebar .mct-sidebar .mct-article.faq-content .sidebar-content > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #E4DBD0;
  background: #FDF9F5;
  padding: 10px;
  border-radius: 8px;
  color: #302A23;
}

.mct-wrapper .mct-options.has-sidebar .mct-sidebar.has-margin {
  margin-top: 45px;
}

.mct-wrapper .mct-header {
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #e6e6f2;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.08));
  font-size: 21px !important;
  font-weight: 600 !important;
  color: #181818 !important;
  gap: 10px;
  z-index: 11;
  position: relative;
}

.mct-wrapper .mct-header .mct-logo {
  font-size: 15px;
}

.mct-wrapper .mct-header .mct-logo img {
  max-width: 35px;
  height: auto;
}

.mct-wrapper .mct-header .mct-header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mct-wrapper .message-holder {
  padding: 0 24px;
}

.mct-wrapper .message-holder .notice {
  display: block;
}

.mct-wrapper .nav-tab-wrapper {
  padding: 0 0 9px;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mct-wrapper .nav-tab {
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  font-weight: normal;
  background: #fff;
  color: #4B4B4B;
  margin: 0;
}

.mct-wrapper .nav-tab:focus,
.mct-wrapper .nav-tab:hover {
  background-color: transparent;
  color: #fd5d00;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mct-wrapper .nav-tab.nav-tab-active {
  background-color: transparent;
  color: #fd5d00;
  font-weight: 500;
  border-color: #fd5d00 !important;
}

.mct-wrapper .mct-tab-content {
  width: auto !important;
  background-color: transparent !important;
  cursor: default !important;
  border: none !important;
}

.mct-wrapper .mct-tab-content > .mct-article {
  margin-bottom: 0.5rem;
}

.mct-wrapper .dashicons.dashicons-dismiss {
  text-decoration: none;
  color: #fd5d00;
}

.mct-wrapper .mct-repeater {
  padding-bottom: 10px;
  max-width: 100%;
}

.mct-wrapper .mct-repeater .regular-text {
  width: -moz-available;
}

.mct-wrapper .mct-repeater.nested-repeater {
  position: relative;
}

.mct-wrapper .mct-repeater.nested-repeater button[data-repeater-create] {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 30px;
  line-height: 30px;
}

.mct-wrapper .mct-nested-repeater-table {
  width: 100%;
  min-height: 30px;
}

.mct-wrapper .mct-nested-repeater-table .mct-repeater {
  padding-bottom: 0;
}

.mct-wrapper .mct-nested-repeater-table > tbody > tr {
  position: relative;
}

.mct-wrapper .mct-nested-repeater-table > tbody > tr > td p.description {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  background-color: #FBE5CF;
  color: #ea7a0b;
  border: none;
  min-width: 50px;
  text-align: center;
  padding: 5px;
  border-radius: 8px;
  z-index: 1;
}

.mct-wrapper .mct-nested-repeater-table > tbody > tr:last-child > td p.description {
  display: none;
}

.mct-wrapper .mct-nested-repeater-table .mct-border-table {
  border: none;
  width: 100%;
  margin: 0 0 4px 0;
  border-radius: 8px;
  overflow: hidden;
}

.mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr {
  background-color: rgba(234, 122, 11, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px;
  position: relative;
}

.mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr .add-new-row {
  min-width: 50px;
  text-align: center;
}

.mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr:not(:last-child) td:last-child .add-new-row {
  pointer-events: none;
  background-color: rgba(234, 122, 11, 0.15);
  color: #ea7a0b;
  border: none;
}

.mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr:not(:last-child) .add-new-row {
  pointer-events: none;
}

.mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr td {
  margin-bottom: 0 !important;
  padding: 5px;
}

.mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr td a[data-repeater-delete] span {
  font-size: 100%;
  border-radius: 50%;
  border: 1px solid rgba(112, 112, 112, 0.4) !important;
  color: rgba(112, 112, 112, 0.4);
  background: transparent;
  padding: 0;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
}

.mct-wrapper .mct-help-tip-wrap {
  float: right;
  width: 20px;
  height: 20px;
  top: 0;
  position: relative;
}

.mct-wrapper .mct-help-tip-wrap.no-float {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

.mct-wrapper .mct-help-tip-wrap:hover .mct-help-tip-dec {
  display: block;
  min-width: 150px;
  background-color: #1f1f1f;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.3);
  color: #efefef;
  font-size: 12px;
  font-style: normal;
  left: -75px;
  font-weight: 400;
  padding: 0.5em 1em;
  text-indent: 0;
  text-shadow: none;
  z-index: 9999;
  top: 25px;
  position: absolute;
}

.mct-wrapper .mct-help-tip-wrap:hover .mct-help-tip-dec img {
  padding: 5px 0;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.mct-wrapper .mct-help-tip-wrap:hover .mct-help-tip-dec p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  text-transform: none;
}

.mct-wrapper .mct-help-tip-wrap:hover .mct-help-tip-dec:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1f1f1f;
  position: absolute;
  top: -4px;
  left: calc(50% - 8px);
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.mct-wrapper .mct-help-tip-wrap:after {
  font-family: Dashicons;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #DCDCDC;
  content: "\f223";
  cursor: help;
  font-size: 20px;
}

.mct-wrapper .mct-help-tip-wrap .mct-help-tip-dec {
  display: none;
}

.mct-wrapper .mct-youtube-url,
.mct-wrapper .mct-doc-url {
  outline: none;
  color: #616161;
  border: 1px solid #616161;
  padding: 5px;
  border-radius: 4px;
  background-color: #f8f8f8;
}

.mct-wrapper .mct-youtube-url:hover,
.mct-wrapper .mct-youtube-url:focus,
.mct-wrapper .mct-doc-url:hover,
.mct-wrapper .mct-doc-url:focus {
  color: #ff0000;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mct-wrapper .mct-youtube-url span,
.mct-wrapper .mct-doc-url span {
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.mct-wrapper .mct-doc-url:hover,
.mct-wrapper .mct-doc-url:focus {
  color: #fd5d00;
}

.mct-wrapper .mct-need-help-label {
  color: #616161;
  font-size: 13px;
  margin: 0 5px;
  font-weight: normal;
}

.mct-wrapper .mct-need-help-label + .mct-help-tip-wrap {
  color: #616161;
  border: 1px solid #616161;
  padding: 5px;
  border-radius: 4px;
  background-color: #f8f8f8;
}

.mct-wrapper .mct-need-help-label + .mct-help-tip-wrap:after {
  color: #616161;
  top: 5px;
}

.mct-wrapper .mct-need-help-label + .mct-help-tip-wrap .mct-help-tip-dec {
  top: 35px;
}

.mct-wrapper .mct-message {
  font-family: -apple-system, "Montserrat", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border: none;
  display: inline-block;
  border-radius: 5px;
  line-height: 2rem;
}

.mct-wrapper .mct-message.mct-updated {
  color: #91ca45;
}

.mct-wrapper .mct-message.mct-updated .description {
  color: inherit !important;
}

.mct-wrapper .mct-message.mct-error {
  color: #fd5d00;
}

.mct-wrapper .mct-message.mct-error .description {
  color: inherit !important;
}

.mct-wrapper .ajax-message-holder .mct-message {
  display: block;
  padding: 2px 10px;
  margin: 10px 0;
}

.mct-wrapper .ajax-message-holder .mct-message.mct-updated {
  background-color: #91ca45;
  color: white;
}

.mct-wrapper .ajax-message-holder .mct-message.mct-error {
  background-color: #fd5d00;
  color: white;
}

.mct-wrapper .ajax-message-holder ul,
.mct-wrapper .ajax-message-holder li {
  margin: 0 !important;
}

.mct-wrapper .mct-article {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #DCDCDC;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
  position: relative;
}

.mct-wrapper .mct-article:after {
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mct-wrapper .mct-article .article-title h2 {
  color: #181818;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  z-index: 2;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.mct-wrapper .mct-article .article-title .description {
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.mct-wrapper .mct-article .article-title .article-guide {
  white-space: nowrap;
}

.mct-wrapper .mct-article .mct-article {
  margin-top: 20px !important;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #DCDCDC;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mct-wrapper .mct-article .mct-article .article-title h2 {
  font-weight: 500;
  background: #fff;
  position: absolute;
  top: -11px;
  left: 10px;
  padding: 0 10px;
  font-size: 12px;
}

.mct-wrapper .mct-article.collapsed {
  max-height: 30px;
  overflow: hidden;
  cursor: pointer;
}

.mct-wrapper .mct-article.collapsed:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.mct-wrapper .mct-article.collapsed .article-title {
  z-index: 3;
  position: relative;
  margin-bottom: 30px;
}

.mct-wrapper .mct-article.collapsed .article-title h2 {
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
}

.mct-wrapper .mct-article.collapsed .article-title:after {
  position: absolute;
  content: "+";
  font-size: 30px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mct-wrapper .mct-article.collapsed .article-guide,
.mct-wrapper .mct-article.collapsed .description {
  display: none;
}

.mct-wrapper .mct-border-table {
  border: 1px solid #DCDCDC;
  margin: 0 0 5px 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  text-align: center;
  max-width: 100%;
}

.mct-wrapper .mct-border-table thead tr th {
  background-color: #FBFBFB;
  font-size: 13px;
  font-weight: normal;
  border: none;
}

.mct-wrapper .mct-border-table th {
  vertical-align: top;
  text-align: center;
  padding: 10px !important;
  width: auto;
  line-height: 1.3;
  font-weight: 600;
}

.mct-wrapper .mct-border-table td {
  padding: 8px 10px;
  line-height: 1.3;
  vertical-align: middle;
  width: auto !important;
}

.mct-wrapper .mct-border-table td.td-action {
  width: 40px;
  text-align: center;
}

.mct-wrapper .mct-border-table input[type=date],
.mct-wrapper .mct-border-table input[type=datetime-local],
.mct-wrapper .mct-border-table input[type=datetime],
.mct-wrapper .mct-border-table input[type=email],
.mct-wrapper .mct-border-table input[type=month],
.mct-wrapper .mct-border-table input[type=number],
.mct-wrapper .mct-border-table input[type=password],
.mct-wrapper .mct-border-table input[type=search],
.mct-wrapper .mct-border-table input[type=tel],
.mct-wrapper .mct-border-table input[type=text],
.mct-wrapper .mct-border-table input[type=time],
.mct-wrapper .mct-border-table input[type=url],
.mct-wrapper .mct-border-table input[type=week] {
  line-height: 32px;
  min-height: 32px;
  padding: 0 8px !important;
  max-width: 350px;
}

.mct-wrapper .mct-border-table select {
  line-height: 32px;
  min-height: 32px;
  max-width: 350px;
}

.mct-wrapper .mct-manages {
  width: 100%;
  text-align: left;
}

.mct-wrapper .mct-manages thead .mct-help-tip-wrap {
  float: none;
  display: inline-block;
}

.mct-wrapper .mct-manages thead th {
  vertical-align: middle;
  text-align: left;
}

.mct-wrapper .mct-manages tbody tr td:last-child {
  text-align: right;
}

.mct-wrapper .mct-manages tbody tr.is-current {
  background-color: #f9ecd3;
}

.mct-wrapper .mct-manages tbody > :nth-child(2n) {
  background-color: #FBFBFB;
}

.mct-wrapper .mct-manage-item {
  margin-top: 10px;
}

.mct-wrapper .mct-repeater-block table thead {
  display: none;
}

.mct-wrapper .mct-repeater-block table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
}

.mct-wrapper .mct-repeater-block table tr:not(:last-child) td:last-child {
  border-bottom: 1px solid #c3c4c7;
}

.mct-wrapper .mct-repeater-block table td {
  display: block;
  width: 100%;
  border: none;
  position: relative;
  padding-top: 30px !important;
  text-align: left !important;
}

.mct-wrapper .mct-repeater-block table td:before {
  content: attr(data-title);
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.mct-wrapper .mct-repeater-block textarea {
  resize: both !important;
}

.mct-wrapper .wp-list-table {
  border: 1px solid #DCDCDC;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  max-width: 100%;
  overflow: hidden;
}

.mct-wrapper .wp-list-table .toggle-row:focus::before,
.mct-wrapper .wp-list-table tbody a:focus {
  -webkit-box-shadow: 0 0 0 1px #DCDCDC, 0 0 2px 1px rgba(220, 220, 220, 0.8) !important;
  box-shadow: 0 0 0 1px #DCDCDC, 0 0 2px 1px rgba(220, 220, 220, 0.8) !important;
}

.mct-wrapper .wp-list-table thead tr th,
.mct-wrapper .wp-list-table thead tr td,
.mct-wrapper .wp-list-table tfoot tr th,
.mct-wrapper .wp-list-table tfoot tr td {
  background-color: #FBFBFB;
  font-size: 12px !important;
  font-weight: 500;
  color: #4B4B4B !important;
  padding: 10px !important;
}

.mct-wrapper .wp-list-table thead tr th.sortable a,
.mct-wrapper .wp-list-table thead tr th.sorted a,
.mct-wrapper .wp-list-table thead tr td.sortable a,
.mct-wrapper .wp-list-table thead tr td.sorted a,
.mct-wrapper .wp-list-table tfoot tr th.sortable a,
.mct-wrapper .wp-list-table tfoot tr th.sorted a,
.mct-wrapper .wp-list-table tfoot tr td.sortable a,
.mct-wrapper .wp-list-table tfoot tr td.sorted a {
  padding: 0;
}

.mct-wrapper .wp-list-table thead tr th,
.mct-wrapper .wp-list-table thead tr td {
  border-bottom: 1px solid #DCDCDC;
}

.mct-wrapper .wp-list-table thead .mct-help-tip-wrap {
  float: none;
}

.mct-wrapper .wp-list-table tfoot tr th,
.mct-wrapper .wp-list-table tfoot tr td {
  border-top: 1px solid #DCDCDC;
}

.mct-wrapper .wp-list-table tfoot .mct-help-tip-wrap {
  display: none;
}

.mct-wrapper .wp-list-table tbody tr td {
  font-size: 12px !important;
}

.mct-wrapper .wp-list-table tbody > :nth-child(2n+1) {
  background-color: #fffdff;
}

.mct-wrapper .wp-list-table .column-cb {
  min-width: 40px;
}

.mct-wrapper .wp-list-table img {
  max-width: 60px;
  height: auto;
}

.mct-wrapper .wp-list-table .row-actions a {
  white-space: nowrap;
}

.mct-wrapper .tablenav {
  height: 40px;
}

.mct-wrapper .tablenav .tablenav-pages {
  line-height: 32px;
}

.mct-wrapper .tablenav .pagination-links .current-page {
  border-radius: 8px;
  min-height: 32px;
  height: 32px;
  font-size: 16px;
  padding: 0 5px !important;
  line-height: 1.625;
}

.mct-wrapper .tablenav .pagination-links .button {
  line-height: 28px !important;
}

.mct-wrapper .bulkactions .button {
  min-height: unset;
  line-height: 32px;
  min-width: 32px;
  padding: 0 10px;
}

.mct-wrapper .bulkactions .button.ico-btn:before {
  line-height: 30px !important;
}

.mct-wrapper .bulkactions .button .dashicons {
  line-height: 32px;
  font-size: 12px;
}

.mct-wrapper .bulkactions select {
  min-height: 32px;
  line-height: 32px;
}

.mct-wrapper .widefat th {
  font-size: 13px !important;
  line-height: 1.5em !important;
  padding: 8px 10px !important;
}

.mct-wrapper ul.mct-tools {
  margin: 30px 0;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(180px, 180px));
  grid-gap: 30px;
}

.mct-wrapper ul.mct-tools li {
  min-width: 120px;
  min-height: 120px;
  margin: 0;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #DCDCDC;
  -webkit-box-shadow: 0 10px 10px rgba(141, 124, 107, 0.16);
  box-shadow: 0 10px 10px rgba(141, 124, 107, 0.16);
  padding: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 21px;
  position: relative;
  overflow: hidden;
}

.mct-wrapper ul.mct-tools li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mct-wrapper ul.mct-tools li a,
.mct-wrapper ul.mct-tools li a:hover,
.mct-wrapper ul.mct-tools li a:focus,
.mct-wrapper ul.mct-tools li a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.mct-wrapper ul.mct-tools li svg.icon,
.mct-wrapper ul.mct-tools li img.icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
}

.mct-wrapper ul.mct-tools li .tool-title {
  font-weight: 500;
  color: #4B4B4B;
}

.mct-wrapper ul.mct-tools li .tool-desc {
  font-weight: 300;
  color: #4B4B4B;
}

.mct-wrapper ul.mct-tools li strong {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #181818;
}

.mct-wrapper ul.mct-tools li .is-pro {
  font-weight: bold;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.mct-wrapper ul.mct-tools li .is-pro:after {
  content: "";
  background: #FFA247;
  width: 90px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -25px;
  z-index: -1;
}

.mct-wrapper ul.mct-tools.mct-large-tools {
  grid-template-columns: repeat(auto-fit, minmax(232px, 232px)) !important;
}

.mct-wrapper ul.mct-tools.mct-large-tools li {
  min-width: 170px !important;
  min-height: 145px !important;
  padding: 30px !important;
}

.mct-wrapper .mct-404-page {
  padding: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mct-wrapper .mct-404-page .content-wrapper {
  margin: 30px 0;
}

.mct-wrapper .mct-404-page .content-wrapper h2 {
  color: #fd5d00;
  font-size: 20px;
}

.mct-wrapper .mct-404-page .content-wrapper .description {
  font-size: 16px;
}

.mct-wrapper .mct-404-page .image-wrapper {
  max-width: 70%;
}

.mct-wrapper .mct-404-page .image-wrapper img {
  max-width: 90% !important;
  margin: 0 auto;
}

.mct-wrapper .mct-404-page .mct-404-btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mct-wrapper .mct-404-page .mct-404-btns > a:not(:last-child) {
  margin-right: 10px;
}

.mct-wrapper .text-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.mct-wrapper .text-divider:before,
.mct-wrapper .text-divider:after {
  content: "";
  height: 1px;
  background-color: silver;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mct-wrapper .text-divider:before {
  margin-right: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 10px;
}

.mct-wrapper .text-divider:after {
  margin-left: 0.5rem;
}

.mct-wrapper .mct-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.mct-wrapper .mct-columns.columns-2 .mct-column {
  width: calc(50% - 10px);
}

.mct-wrapper .flexible-rows table.form-table tr:not(.mct-repeater-row):not(.mct-repeater-header):not(.mct-group-row):not([data-repeater-item]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.mct-wrapper .flexible-rows table.form-table tr:not(.mct-repeater-row):not(.mct-repeater-header):not(.mct-group-row):not([data-repeater-item]) > th {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.mct-wrapper .flexible-rows table.form-table tr:not(.mct-repeater-row):not(.mct-repeater-header):not(.mct-group-row):not([data-repeater-item]) > td {
  width: 100%;
  padding: 0;
}

.mct-header-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mct-header-menu .mct-menu {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mct-header-menu .mct-menu li {
  padding: 12px 5px;
  border-radius: 4px;
  margin: 0 !important;
  white-space: nowrap;
}

.mct-header-menu .mct-menu li.disabled {
  color: #ccc;
  cursor: not-allowed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.mct-header-menu .mct-menu li.disabled span.badge {
  background-color: #fd5d00;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  margin-left: 6px;
  border-radius: 3px;
}

.mct-header-menu .mct-menu li a {
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.mct-header-menu .mct-menu li a:hover,
.mct-header-menu .mct-menu li a:focus,
.mct-header-menu .mct-menu li a:active {
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.mct-header-menu .mct-menu li:hover:not(.disabled) > a {
  color: #fd5d00;
}

.mct-header-menu .mct-menu li.active {
  background: rgba(253, 93, 0, 0.1);
}

.mct-header-menu .mct-menu li.active > a {
  color: #fd5d00 !important;
}

.mct-header-menu .mct-menu li.mct-has-submenu {
  position: relative;
}

.mct-header-menu .mct-menu li.mct-has-submenu > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mct-header-menu .mct-menu li.mct-has-submenu > a .dashicons {
  font-size: 14px;
  height: auto;
}

.mct-header-menu .mct-menu li.mct-has-submenu > a.toggle-submenu {
  cursor: pointer;
}

.mct-header-menu .mct-menu li.mct-has-submenu ul.mct-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  padding: 5px;
  margin: 0;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 230px;
}

.mct-header-menu .mct-menu li.mct-has-submenu ul.mct-submenu li {
  padding: 10px;
}

.mct-header-menu .mct-menu li.mct-has-submenu ul.mct-submenu li:not(:last-child) {
  margin-bottom: 5px !important;
}

.mct-header-menu .mct-menu > li > a {
  display: block;
  text-align: center;
}

.mct-hamburger-icon {
  display: none;
  cursor: pointer;
}

.mct-hamburger-icon span {
  display: block;
  height: 2px;
  width: 20px;
  background-color: #333;
  margin: 5px 0;
}

.mct-hamburger-icon span:first-child {
  margin-top: 0;
}

.mct-hamburger-icon span:last-child {
  margin-bottom: 0;
}

.rtl .mct-header-menu ul.mct-submenu {
  left: auto;
  right: 0;
}

/* 1. Ensure this sits above everything when visible */

.mct-modal {
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.mct-modal.is-visible {
  visibility: visible;
}

.mct-modal .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0deg, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.mct-modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mct-modal .modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 540px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mct-modal .modal-transition {
  -webkit-transition: all 0.3s 0.12s;
  -o-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  opacity: 0;
}

.mct-modal.is-visible .modal-transition {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.mct-modal .modal-image img {
  max-width: 240px;
}

.mct-modal .modal-body {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mct-modal .modal-content {
  width: 100%;
  text-align: center;
}

.mct-modal .modal-content h2 {
  font-size: 15px;
  font-weight: bold;
}

.mct-modal .modal-content .desc {
  font-size: 13px;
  line-height: 22px;
}

.mct-modal .modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mct-modal .modal-buttons > a {
  margin: 5px 0;
  width: auto;
}

.mct-modal .modal-close {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 0;
  border-radius: 50%;
  color: #949494;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: #f5f5f9;
  border: none;
}

.mct-modal .modal-close:hover {
  color: #777;
}

body.mct-modal-enabled {
  overflow: hidden;
}

body.mct-modal-enabled .modal-wrapper {
  overflow-y: auto;
  max-height: 80%;
  scrollbar-width: thin;
}

body.mct-modal-enabled .modal-wrapper::-webkit-scrollbar {
  width: 7px;
}

body.mct-modal-enabled .modal-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  margin-top: 2px;
  margin-bottom: 2px;
}

body.mct-modal-enabled .modal-wrapper::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 20px;
}

body.mct-modal-enabled .modal-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
  color: #000000;
  border-radius: 8px;
  padding: 16px 16px 16px 45px;
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 110px;
  font-size: 17px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 16px center;
  line-height: 1.5rem;
}

#snackbar.success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M16,2A14,14,0,1,0,30,16,14.023,14.023,0,0,0,16,2Zm6.692,10.78-7.938,7.938a1.048,1.048,0,0,1-1.484,0L9.308,16.756a1.049,1.049,0,1,1,1.484-1.484l3.22,3.22,7.2-7.2a1.049,1.049,0,0,1,1.484,1.484Z' transform='translate(-2 -2)' fill='%2334c240'/%3E%3C/svg%3E");
}

#snackbar.warning {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.211 25.882'%3E%3Cpath d='M14.584,17.421a1.417,1.417,0,1,0,2.833,0V13.079a1.417,1.417,0,1,0-2.833,0Zm2.833,4.326a1.417,1.417,0,1,0-2.833,0v.016a1.417,1.417,0,1,0,2.833,0Zm-5.131-16.4a4.206,4.206,0,0,1,7.429,0l9.35,17.2A4.342,4.342,0,0,1,25.35,29H6.65a4.342,4.342,0,0,1-3.715-6.451Z' transform='translate(-2.395 -3.118)' fill='%23fa9f47' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

#snackbar.error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M16,2A14,14,0,1,0,30,16,14.023,14.023,0,0,0,16,2Zm4.7,17.22a1.056,1.056,0,0,1,0,1.484,1.048,1.048,0,0,1-1.484,0L16,17.484,12.78,20.7a1.048,1.048,0,0,1-1.484,0,1.056,1.056,0,0,1,0-1.484L14.516,16,11.3,12.78A1.049,1.049,0,0,1,12.78,11.3L16,14.516l3.22-3.22A1.049,1.049,0,1,1,20.7,12.78L17.484,16Z' transform='translate(-2 -2)' fill='%23d64242'/%3E%3C/svg%3E");
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: slideInRight 0.5s, fadeout 0.5s 2.5s;
  animation: slideInRight 0.5s, fadeout 0.5s 2.5s;
}

#snackbar small {
  display: block;
  opacity: 0.5;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.rtl.mct-option-page #screen-meta-links {
  right: auto;
  left: 0;
}

.rtl .crisp-client .cc-52lo .cc-kegp .cc-1apq,
.rtl .crisp-client .cc-52lo .cc-kegp .cc-1oun {
  left: 24px !important;
  right: auto !important;
}

.rtl ul.mct-tools li .is-pro {
  left: 0;
  right: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rtl ul.mct-tools li .is-pro:after {
  right: auto;
  left: -25px;
}

.rtl .mct-wrapper h1,
.rtl .mct-wrapper h2,
.rtl .mct-wrapper h3,
.rtl .mct-wrapper h4,
.rtl .mct-wrapper h5,
.rtl .mct-wrapper h6 {
  font-family: inherit;
}

.rtl .mct-wrapper .margin-bet > *:not(:last-child) {
  margin-right: 0;
  margin-left: 7px;
}

.rtl .mct-wrapper .mct-article.collapsed .article-title:after {
  left: 0;
  right: auto;
}

.rtl .mct-wrapper .mct-article .mct-article .article-title h2 {
  left: auto;
  right: 10px;
}

.rtl .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr {
  padding: 25px;
}

.rtl .mct-repeater-block table td {
  text-align: right !important;
}

.rtl .mct-repeater-block table td:before {
  left: auto !important;
  right: 6px;
  text-align: right !important;
}

.rtl table.mct-manages {
  text-align: right;
}

.rtl table.mct-manages thead th {
  text-align: right;
}

.rtl table.mct-manages tbody tr td:last-child {
  text-align: left;
}

.rtl .mct-help-tip-wrap {
  float: left;
}

.rtl .mct-options.has-sidebar .mct-sidebar .mct-sidebar-inner {
  padding-left: 0;
  padding-right: 12px;
}

.rtl .mct-options.has-sidebar .mct-sidebar.sidebarfixed {
  right: auto;
  left: 24px;
}

.rtl #snackbar {
  background-position: right 15px center;
  right: auto;
  left: 10px;
  padding: 16px 45px 16px 16px;
}

.rtl #snackbar.show {
  visibility: visible;
  -webkit-animation: slideInLeft 0.5s, fadeout 0.5s 2.5s;
  animation: slideInLeft 0.5s, fadeout 0.5s 2.5s;
}

.rtl .mct-modal .modal-close {
  left: 7px;
  right: auto;
}

@media (min-width: 769px) {
  .mct-header-menu .mct-menu li.mct-has-submenu:hover ul.mct-submenu {
    display: block;
  }
}

@media (min-width: 783px) {
  .mct-wizard .ajax-wizard-form .wizard-btns {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }

  .mct-option-page #wpbody-content {
    padding-left: 0;
  }
}

@media (min-width: 1300px) {
  .mct-header-menu .mct-menu {
    font-size: 15px;
  }

  .mct-header-menu .mct-menu li {
    padding: 12px 15px;
  }
}

@media screen and (min-width: 1301px) {
  .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr {
    padding: 10px 125px 10px 25px;
  }

  .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr:not(:last-child):after {
    content: "";
    border-bottom: 1px solid #e4dbd0;
    bottom: 0;
    position: absolute;
    width: calc(100% - 150px);
  }

  .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr td:last-child {
    margin-left: auto;
    position: absolute;
    right: 25px;
  }

  .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr:first-child {
    padding: 25px 125px 10px 25px;
  }

  .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr:last-child {
    padding: 10px 125px 25px 25px;
  }

  .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr:first-child:last-child {
    padding: 25px 125px 25px 25px;
  }

  .rtl .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr {
    padding: 10px 25px 10px 125px;
  }

  .rtl .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr td:last-child {
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    right: auto;
    left: 25px;
  }

  .rtl .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr:first-child {
    padding: 25px 25px 10px 125px;
  }

  .rtl .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr:last-child {
    padding: 10px 25px 25px 125px;
  }

  .rtl .mct-wrapper .mct-nested-repeater-table .mct-border-table > tbody > tr:first-child:last-child {
    padding: 25px 25px 25px 125px;
  }
}

@media (max-width: 1600px) {
  .mct-wrapper .mct-options.has-sidebar .mct-repeater table.mct-responsive-table {
    border: 0;
    width: 100%;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-repeater table.mct-responsive-table thead {
    display: none;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-repeater table.mct-responsive-table.mct-border-table tr {
    border: 1px solid #DCDCDC;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-repeater table.mct-responsive-table tr {
    display: block;
    border-radius: 8px;
    margin-bottom: 0.625em;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-repeater table.mct-responsive-table td {
    border-bottom: 1px solid #FBFBFB;
    display: block;
    text-align: right !important;
    width: auto !important;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-repeater table.mct-responsive-table td::before {
    content: attr(data-title);
    float: left;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-repeater table.mct-responsive-table td:last-child {
    border-bottom: 0;
  }

  .rtl .mct-wrapper table.mct-responsive-table td:before {
    float: right !important;
  }

  .rtl .mct-wrapper .mct-options.has-sidebar .mct-repeater table.mct-responsive-table td {
    text-align: left !important;
  }
}

@media (max-width: 1400px) {
  .mct-wrapper .mct-options.has-sidebar table.form-table > tbody > tr > th {
    padding: 10px 0 0 0;
    border-bottom: 0;
  }

  .mct-wrapper .mct-options.has-sidebar table.form-table > tbody > tr > td {
    margin-bottom: 0;
    padding: 4px 0 6px 0;
  }

  .mct-wrapper .mct-options.has-sidebar table.form-table > tbody > tr > td,
  .mct-wrapper .mct-options.has-sidebar .form-table > tbody > tr > th,
  .mct-wrapper .mct-options.has-sidebar .label-responsive {
    display: block;
    width: auto;
    vertical-align: middle;
  }

  .mct-wrapper .mct-options.has-sidebar table.mct-responsive-table.mct-manages {
    border: 0;
    width: 100%;
  }

  .mct-wrapper .mct-options.has-sidebar table.mct-responsive-table.mct-manages thead {
    display: none;
  }

  .mct-wrapper .mct-options.has-sidebar table.mct-responsive-table.mct-manages.mct-border-table tr {
    border: 1px solid #DCDCDC;
  }

  .mct-wrapper .mct-options.has-sidebar table.mct-responsive-table.mct-manages tr {
    display: block;
    border-radius: 8px;
    margin-bottom: 0.625em;
  }

  .mct-wrapper .mct-options.has-sidebar table.mct-responsive-table.mct-manages td {
    border-bottom: 1px solid #FBFBFB;
    display: block;
    text-align: right !important;
    width: auto !important;
  }

  .mct-wrapper .mct-options.has-sidebar table.mct-responsive-table.mct-manages td::before {
    content: attr(data-title);
    float: left;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .mct-wrapper .mct-options.has-sidebar table.mct-responsive-table.mct-manages td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1300px) {
  .mct-wrapper .mct-options:not(.has-sidebar) .mct-repeater table.mct-responsive-table {
    border: 0;
    width: 100%;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) .mct-repeater table.mct-responsive-table thead {
    display: none;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) .mct-repeater table.mct-responsive-table.mct-border-table tr {
    border: 1px solid #DCDCDC;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) .mct-repeater table.mct-responsive-table tr {
    display: block;
    border-radius: 8px;
    margin-bottom: 0.625em;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) .mct-repeater table.mct-responsive-table td {
    border-bottom: 1px solid #FBFBFB;
    display: block;
    text-align: right !important;
    width: auto !important;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) .mct-repeater table.mct-responsive-table td::before {
    content: attr(data-title);
    float: left;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) .mct-repeater table.mct-responsive-table td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .mct-wrapper .mct-options.has-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-inside {
    width: 100%;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-sidebar {
    width: 100%;
    margin-top: 0 !important;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-sidebar .mct-sidebar-inner {
    padding: 0 0 24px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-sidebar .mct-article {
    min-width: 250px;
  }

  .mct-wrapper .mct-options.has-sidebar .mct-sidebar .mct-article:not(:last-child) {
    margin-right: 20px;
  }

  .mct-wrapper .mct-border-table td {
    display: table-cell;
  }

  .mct-wrapper .mct-border-table th {
    display: table-cell;
  }

  .mct-wrapper .mct-border-table input[type=date],
  .mct-wrapper .mct-border-table input[type=datetime-local],
  .mct-wrapper .mct-border-table input[type=datetime],
  .mct-wrapper .mct-border-table input[type=email],
  .mct-wrapper .mct-border-table input[type=month],
  .mct-wrapper .mct-border-table input[type=number],
  .mct-wrapper .mct-border-table input[type=password],
  .mct-wrapper .mct-border-table input[type=search],
  .mct-wrapper .mct-border-table input[type=tel],
  .mct-wrapper .mct-border-table input[type=text],
  .mct-wrapper .mct-border-table input[type=time],
  .mct-wrapper .mct-border-table input[type=url],
  .mct-wrapper .mct-border-table input[type=week] {
    display: inline-block !important;
  }

  .mct-wrapper .mct-columns .mct-column {
    width: 100% !important;
  }
}

@media (max-width: 1000px) {
  .mct-wrapper .mct-options:not(.has-sidebar) table.mct-responsive-table.mct-manages {
    border: 0;
    width: 100%;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) table.mct-responsive-table.mct-manages thead {
    display: none;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) table.mct-responsive-table.mct-manages.mct-border-table tr {
    border: 1px solid #DCDCDC;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) table.mct-responsive-table.mct-manages tr {
    display: block;
    border-radius: 8px;
    margin-bottom: 0.625em;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) table.mct-responsive-table.mct-manages td {
    border-bottom: 1px solid #FBFBFB;
    display: block;
    text-align: right !important;
    width: auto !important;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) table.mct-responsive-table.mct-manages td::before {
    content: attr(data-title);
    float: left;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .mct-wrapper .mct-options:not(.has-sidebar) table.mct-responsive-table.mct-manages td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 992px) {
  .mct-wrapper .mct-header .mct-header-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mct-wrapper .mct-help-tip-wrap:hover .mct-help-tip-dec {
    left: auto;
    right: -30px;
  }

  .mct-wrapper .mct-help-tip-wrap:hover .mct-help-tip-dec:before {
    left: auto;
    right: 34px;
  }

  .mct-wrapper .mct-404-page .mct-404-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mct-wrapper .mct-404-page .mct-404-btns > a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .mct-wrapper .mct-404-page .mct-404-btns a {
    font-size: 12px;
  }

  .mct-header-menu,
  .mct-header-menu + .mct-header-btns {
    display: none !important;
  }

  .mct-hamburger-icon {
    display: block;
  }

  .mct-header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .mct-header-menu.current,
  .mct-header-menu.current > ul {
    display: block !important;
  }

  .mct-header-menu li {
    display: block !important;
    border-radius: 0;
    padding: 12px 20px;
  }

  .mct-header-menu li:not(:last-child) {
    border-bottom: 1px solid #e6e6f2;
    border-radius: 0;
  }

  .mct-header-menu li a {
    color: #333;
  }

  .mct-header-menu li a:hover {
    color: #fd5d00;
  }

  .mct-header-menu li.mct-has-submenu {
    padding: 0;
  }

  .mct-header-menu li.mct-has-submenu > a {
    padding: 12px 15px;
  }

  .mct-header-menu li.mct-has-submenu ul,
  .mct-header-menu li.mct-has-submenu:not(.current):hover ul.mct-submenu {
    display: none !important;
  }

  .mct-header-menu li.mct-has-submenu.current ul {
    display: block !important;
    position: relative !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
  }

  .mct-header-menu li.mct-has-submenu.current ul li {
    border-radius: 0 !important;
  }

  .rtl .mct-help-tip-wrap:hover .mct-help-tip-dec {
    left: -20px;
    right: auto;
  }

  .rtl .mct-help-tip-wrap:hover .mct-help-tip-dec:before {
    right: auto;
    left: 23px;
  }

  .rtl .mct-options.has-sidebar .mct-sidebar .mct-sidebar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .rtl .mct-options.has-sidebar .mct-sidebar .mct-article:not(:last-child) {
    margin-left: 20px;
    margin-right: auto;
  }
}

@media (max-width: 960px) {
  .mct-option-page .wp-has-current-submenu:after {
    border-width: 4px;
    margin-top: 14px;
  }
}

@media (max-width: 783px) {
  .mct-option-page:not(.mct-wizard-page) #screen-meta-links {
    margin-top: 66px;
  }
}

@media (max-width: 782px) {
  .mct-wrapper input[type=radio] {
    height: 1rem !important;
    width: 1rem !important;
  }

  .mct-wrapper input[type=checkbox]:checked::before {
    height: 1.3125rem !important;
    width: 1.3125rem !important;
  }

  .mct-option-page .select2-container {
    max-width: 100% !important;
  }

  .mct-option-page .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
  }

  .mct-option-page .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
  }

  .mct-wizard .mct-header figure {
    margin-bottom: 0 !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .mct-wizard .mct-header figure img {
    margin-bottom: 0 !important;
  }

  .mct-wrapper .mct-border-table input[type=date],
  .mct-wrapper .mct-border-table input[type=datetime-local],
  .mct-wrapper .mct-border-table input[type=datetime],
  .mct-wrapper .mct-border-table input[type=email],
  .mct-wrapper .mct-border-table input[type=month],
  .mct-wrapper .mct-border-table input[type=number],
  .mct-wrapper .mct-border-table input[type=password],
  .mct-wrapper .mct-border-table input[type=search],
  .mct-wrapper .mct-border-table input[type=tel],
  .mct-wrapper .mct-border-table input[type=text],
  .mct-wrapper .mct-border-table input[type=time],
  .mct-wrapper .mct-border-table input[type=url],
  .mct-wrapper .mct-border-table input[type=week] {
    max-width: 100%;
    width: 100%;
  }

  .mct-wrapper .mct-border-table select {
    max-width: 100%;
    width: 100%;
  }

  .mct-wrapper p.search-box {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    height: auto;
  }

  .mct-wrapper .mct-404-page {
    padding: 40px 30px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mct-wrapper .mct-404-page .content-wrapper {
    margin-top: 0;
  }

  .mct-wrapper .mct-404-page .image-wrapper {
    max-width: 100%;
  }

  .mct-wrapper .mct-404-page .image-wrapper figure {
    margin: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .mct-wrapper table.mct-responsive-table {
    border: 0;
    width: 100%;
  }

  .mct-wrapper table.mct-responsive-table thead {
    display: none;
  }

  .mct-wrapper table.mct-responsive-table.mct-border-table tr {
    border: 1px solid #DCDCDC;
  }

  .mct-wrapper table.mct-responsive-table tr {
    display: block;
    border-radius: 8px;
    margin-bottom: 0.625em;
  }

  .mct-wrapper table.mct-responsive-table td {
    border-bottom: 1px solid #FBFBFB;
    display: block;
    text-align: right !important;
    width: auto !important;
  }

  .mct-wrapper table.mct-responsive-table td::before {
    content: attr(data-title);
    float: left;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .mct-wrapper table.mct-responsive-table td:last-child {
    border-bottom: 0;
  }

  .mct-wrapper table.mct-responsive-table td input[type=date],
  .mct-wrapper table.mct-responsive-table td input[type=datetime-local],
  .mct-wrapper table.mct-responsive-table td input[type=datetime],
  .mct-wrapper table.mct-responsive-table td input[type=email],
  .mct-wrapper table.mct-responsive-table td input[type=month],
  .mct-wrapper table.mct-responsive-table td input[type=number],
  .mct-wrapper table.mct-responsive-table td input[type=password],
  .mct-wrapper table.mct-responsive-table td input[type=search],
  .mct-wrapper table.mct-responsive-table td input[type=tel],
  .mct-wrapper table.mct-responsive-table td input[type=text],
  .mct-wrapper table.mct-responsive-table td input[type=time],
  .mct-wrapper table.mct-responsive-table td input[type=url],
  .mct-wrapper table.mct-responsive-table td input[type=week] {
    width: 100% !important;
  }

  .rtl .mct-wrapper table.mct-responsive-table td {
    text-align: left !important;
  }
}

@media (max-width: 768px) {
  .mct-header-menu .mct-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mct-header-menu .mct-menu li {
    text-align: center;
  }

  .mct-header-menu .mct-menu li.mct-has-submenu.show-submenu > a {
    padding: 0 15px 12px;
  }

  .mct-header-menu .mct-menu li.mct-has-submenu.show-submenu ul.mct-submenu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f6f6f6;
    display: block;
  }
}

@media (max-width: 600px) {
  .mct-option-page #wpcontent {
    padding-top: 46px;
  }

  .mct-wizard-page #wpcontent {
    padding-top: 0 !important;
  }

  .mct-modal .modal-body .modal-image {
    display: none;
  }

  body.mct-modal-enabled .mct-modal .modal-wrapper {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0 !important;
    max-height: 100%;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .mct-wizard .wizard-navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mct-wizard .wizard-navigation a:first-child {
    margin-bottom: 20px;
  }
}

@media (min-width: 783px), (min-width: 784px) and (max-width: 960px) {
  .mct-option-page:not(.mct-wizard-page) #wpbody {
    margin-top: 74px;
  }

  .mct-option-page:not(.mct-wizard-page) .mct-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px !important;
    position: fixed !important;
    width: calc(100% - 160px);
    top: 32px;
    z-index: 1001 !important;
  }

  .mct-option-page:not(.mct-wizard-page).folded .mct-header {
    width: calc(100% - 36px);
  }
}

@media (min-width: 783px) and (max-width: 960px) {
  .mct-option-page:not(.mct-wizard-page) .mct-header {
    width: calc(100% - 36px) !important;
  }
}

@media (min-width: 783px) and (max-width: 992px) {
  .mct-option-page:not(.mct-wizard-page) #wpbody {
    margin-top: 66px;
  }
}