/* Global Var */

:root {
  --primery-color: #688d58;
  --heading-color: #101828;
  --text-color: #667085;
  --light-gray: #999da3;
  --button-color: #34472c;
  --inter-font: "Inter", sans-serif;
  --roboto-font: "Roboto", sans-serif;
}

/* Hide Notices */
.update-nag, .updated, .error, .is-dismissible { display: none !important; }

/* Global Css Styles */

.container-zubi a {
  color: var(--primery-color);
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container-zubi button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container-zubi button.button-zubi {
  padding: 6.5px 10.4px;
  background: #ffffff;
  border: 0.650391px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 5.2px;
  display: inline-block;
  min-height: 40px;
  min-width: 250px;
  margin: 0;
  cursor: pointer;
  font-family: var(--primery-color);
  color: var(--button-color);
  font-family: var(--primery-color);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container-zubi button.button-zubi:hover {
  background: #f0f0f0;
}

.redirectionButton {
  padding: 9.5px 10.4px;
  background: #ffffff;
  border: 0.650391px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
  border-radius: 5.2px;
  display: inline-block;
  min-width: 250px;
  cursor: pointer;
  font-family: var(--primery-color);
  color: var(--button-color);
  font-family: var(--primery-color);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: initial;
}

.container-zubi .redirectionButton:hover {
  background: #f0f0f0;
}

.redirectionButton img {
  margin-left: 10px;
  width: 12px;
}

.container-zubi p {
  color: var(--text-color);
  font-size: 14px;
}

.container-zubi h3 {
  font-weight: 500;
  color: var(--gray-color);
}

.container-zubi h4 {
  font-weight: 500;
  color: var(--gray-color);
}

body.toplevel_page_engage-by-zubi {
  background: #ffffff;
}

section.get-started-section-zubi {
  height: 85.6vh;
  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;
  text-align: center;
}

.cform-row-zubi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.cform-row-zubi:last-child {
  margin-bottom: 0;
}

.cform-col-zubi {
  padding: 6px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.container-zubi input.input-field-zubi {
  min-height: 40px;
  width: 100%;
  padding: 8px 15px;
  background: #ffffff;
  border: 0.650391px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 5.2px;
  display: inline-block;
  line-height: initial;
  margin: 0;
  font-family: var(--roboto-font);
  color: var(--light-gray);
}

.container-zubi input.input-field-zubi:focus {
  border-color: var(--primery-color);
}

.get-started-wrapper button.button-zubi {
  width: 100%;
}

.get-started-wrapper button.button-zubi:disabled {
  pointer-events: none;
}

img.redirectionIcon {
  width: 11px;
  margin-left: 2px;
}

.gs-foot-zubi,
.gs-response-zubi,
.rec-response-zubi,
.dashboard-response-zubi {
  margin-top: 5px;
  text-align: center;
}
.gs-response-zubi .success,
.rec-response-zubi .success,
.dashboard-response-zubi .success {
  color: #4e6a42;
}
.gs-response-zubi .error,
.rec-response-zubi .error,
.dashboard-response-zubi .error {
  color: rgb(236, 77, 90);
}

.gs-loader-zubi,
.rec-loader-zubi,
.dashboard-loader-zubi {
  margin-top: 10px;
  display: none;
  text-align: center;
}
.gs-loader-zubi img,
.rec-loader-zubi img,
.dashboard-loader-zubi img {
  width: 50px;
}

.gs-head-zubi p {
  margin-top: 0;
}

.gs-head-zubi h3 {
  margin-bottom: 10px;
}

.redirectionLink {
  background: url(../images/redirectIcon.svg);
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right top 4px;
  background-size: 12px;
}

.wte-links-zubi li .redirectionLink {
  background-position: right top 2x;
}

.zubi-notification {
  background: #fcf9e8 url(../images/noteIcon.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 25px;
  position: relative;
  border: 2px solid #bd8600;
  padding: 15px 15px 15px 45px;
  color: #1e1e1e;
  font-family: var(--roboto-font);
  display: none;
}

.zubi-notification:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #bd8600;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.zubi-no-subs-notification {
  background: #fcf9e8 url(../images/noteIcon.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 25px;
  position: relative;
  border: 2px solid #bd8600;
  padding: 15px 15px 15px 45px;
  color: #1e1e1e;
  font-family: var(--roboto-font);
  display: none;
}

.zubi-no-subs-notification:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #bd8600;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.wte-block-zubi {
  padding: 15.5px;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 25px;
}

.wte-row-zubi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wte-col-zubi {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding-right: 20px;
}

.wte-col-zubi:last-child {
  padding-right: 0;
}

.wte-links-zubi li {
  margin-bottom: 15px;
}

.wte-links-zubi h4 {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: var(--roboto-font);
}

.wte-head-zubi h3 {
  margin-bottom: 0;
  font-family: var(--roboto-font);
}

.wte-head-zubi p {
  margin-top: 5px;
  font-family: var(--roboto-font);
}

.wte-links-zubi li a img {
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
}

.wte-links-zubi li a.redirectionLink {
  position: relative;
  padding-left: 25px;
  font-family: var(--roboto-font);
}

a.wte-link-button {
  padding: 15px 20px;
  background: #4e6a42;
  border-radius: 2px;
  font-family: var(--roboto-font);
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
}

.zubi-no-item-found-zubi {
  margin-top: 50px;
  text-align: center;
  display: none;
}

.zubi-no-item-found-zubi .redirectionButton {
  margin-top: 10px;
}

section.dashboard-section-zubi {
  padding-top: 25px;
}

.product-recommendations-zubi {
  background: #ffffff;
  box-shadow: 0px 1.18785px 3.56355px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-top: 50px;
  display: none;
}

.product-recommendations-zubi .pr-head-zubi {
  padding: 18px;
  margin: 0;
  border-bottom: 1px solid #e6e7eb;
}

.zubi-tab-wrapper {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zubi-tab-action ul {
  margin: 0;
  border: 1px solid #e6e7eb;
}

.zubi-tab-action {
  width: 25%;
}

.zubi-tab-contants {
  width: 75%;
  padding: 0 20px;
}

.zubi-tab-action li a {
  border-bottom: 1px solid #e6e7eb;
  display: block;
  padding: 15px;
  color: #1e1e1e;
  font-family: var(--roboto-font);
}

.zubi-tab-action li {
  margin: 0;
}

.zubi-tab-action li:last-child a {
  border-bottom: 0 none;
}

.zubi-tab-action li a:hover,
.zubi-tab-action li a.active {
  background: #f0f0f0;
}

.zubi-tab-contant {
  display: none;
}

.zubi-tab-contant.active {
  display: block;
}

.zubi-tab-action li a.active {
  font-weight: 500;
}

.container-zubi a:focus {
  box-shadow: none;
}

.zubi-pro-page-block h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.zubi-pro-page-block p {
  margin-top: 0;
}

.zubi-pro-page-block {
  margin-bottom: 30px;
}

.zubi-pro-page-form {
  position: relative;
}

select.select-field-zubi {
  min-height: 40px;
  width: 100%;
  padding: 8px 40px 8px 15px;
  background: #ffffff url(../images/selectArrow.svg);
  /* background: #ffffff
    url("/wp-content/plugins/engage-by-zubi/assets/images/selectArrow.svg"); */
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 25px;
  border: 0.650391px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
  border-radius: 5.2px;
  display: inline-block;
  line-height: initial;
  margin: 0;
  font-family: var(--roboto-font);
  color: var(--light-gray);
}

select.select-field-zubi:focus {
  box-shadow: none;
  outline: 0;
  border-color: var(--primery-color);
}

.container-zubi input.input-field-zubi.shortcode-input-field {
  padding-right: 60px;
}

button.shortcode-copy-zubi {
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: 0;
  font-family: var(--roboto-font);
  color: #757575;
  font-size: 14px;
}

button.zubi-pro-block-save {
  padding: 15px 20px;
  background: #4e6a42;
  border-radius: 2px;
  font-family: var(--roboto-font);
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  border: 0 none;
  min-width: 185px;
}

button.zubi-pro-block-remove {
  padding: 15px 20px;
  background: #f0f0f0;
  border-radius: 2px;
  font-family: var(--roboto-font);
  font-weight: 600;
  color: #c01e1e;
  display: inline-block;
  border: 0 none;
  min-width: 100px;
  margin-left: 20px;
}

.zubi-pro-page-form.zubi-pro-shortcode-form {
  width: 60%;
}

.wp-admin .notice {
  display: none;
}
