.signup-box input[type='email'], .signup-box input[type='number'], .signup-box input[type='password'], .signup-box input[type='search'], .signup-box input[type='tel'], .signup-box input[type='text'], .signup-box input[type='url'], .signup-box textarea, .signup-box .za-country-container .globalcountrycode-signup, .signup-box .za-state-container .za-globalstate-signup {
  padding: 15px 12px 14px
}
.signup-box .za-country_code-container select, .signup-box .za-ccountry_code-container select, .signup-box #countryCodeDiv, .signup-box #countryconfirmCodeDiv {
  min-height: 44px
}
.signup-box .za-newsletter-container #signup-newsletter, .signup-box .za-tos-container #signup-termservice {
  top: 1px
}
.signup-box #countryCodeDiv, .signup-box #countryconfirmCodeDiv {
  line-height: 24px
}
.zcp_lazy {
  transition: all .3s ease
}
.zcp_loading {
  filter: blur(10px)
}
.lyteLazyEntered.zcp_loading {
  filter: none
}

.act-btn{
   text-transform: capitalize;
}
.zw-product-header {
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 0px;
}
.zw-product-header span.zprd-display-name {
    color: #000;
}
.zwf_success_alert {
  display: none;
  margin: 0 auto 0;
  height: 42px;
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0;
  top: 0
}
.zwf_scs_pop_inr {
  padding: 12px;
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  background: #40bd60;
  width: 100%;
  opacity: 0
}
.zwf_scs_pop_inr.zwf_animate {
  animation: zwf_bounceIn .8s forwards;
  -webiki-animation: zwf_bounceIn .8s forwards
}
.zwf_success_alert .zwf_scs_txt {
  font-size: 16px;
  display: block;
  text-align: center;
  font-family: var(--zf-primary-regular);
  color: #fff
}
.zwf_success_alert .zwf_close_icn {
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  font-family: var(--zf-primary-regular);
  position: absolute;
  top: 15px;
  right: 12px
}
@-webkit-keyframes zwf_bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
@keyframes zwf_bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
.zwf_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  display: none
}
.zwf_overlay.active {
  display: block
}
.zwf_side_form p, .zwf_side_form input, .zwf_side_form span, .zwf_side_form li, .zwf_side_form a, .zwf_side_form textarea {
  font-family: Zoho_Puvi_Regular
}
.zwf_side_form {
  width: 100%;
  overflow: hidden;
  max-width: 415px;
  position: fixed;
  transform: translateX(120%);
  -webkit-transform: translateX(120%);
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
  -moz-box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
  box-shadow: -7px 0 28px 0 rgba(0, 0, 0, .46);
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  min-height: 100vh;
  overflow-y: auto
}
.zwf_side_form.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1
}
.zwf_side_form .zwf_top_sec {
  position: relative;
  max-height: calc(100vh - 160px);
  height: 100%;
  overflow-y: auto;
  padding: 30px 20px 0;
  box-sizing: border-box
}
.zwf_side_form .zwf_inner_form {
  position: relative
}
.zwf_side_form .zwf_header {
  position: relative;
  padding-bottom: 25px
}
.zwf_side_form .zwf_header h2 {
  font: 30px/1 Zoho_Puvi_Bold;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left
}
.i18n-ar .zwf_side_form .zwf_header h2 {
  text-align: right
}
.zwf_side_form .zwf_form_close {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  margin-right: -10px
}
.zwf_side_form .zwf_form_close:after, .zwf_side_form .zwf_form_close:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #888;
  transform: rotate(45deg)
}
.zwf_side_form .zwf_form_close:before {
  transform: rotate(-45deg)
}
.zwf_side_form p.zwf_text_description {
  font: 14px/1.5 Zoho_Puvi_Regular;
  margin: 10px 0 0;
  padding-right: 15px;
  text-align: left
}
.i18n-ar .zwf_side_form p.zwf_text_description {
  text-align: right;
  padding-right: 0;
  padding-left: 15px
}
.zwf_side_form .zwf_formgroup, .zwf_side_form .zgdprform-state-container, .zwf_side_form .zgdprform-countrylist-container {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 0
}
.zwf_side_form .zwf_formgroup.zwf_captcha_field {
  margin-bottom: 0
}
.zwf_side_form .zwf_formgroup.fixed {
  position: fixed;
  bottom: 0;
  background: #fff;
  max-width: 100%;
  width: 100%;
  padding: 10px 20px 30px;
  right: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  z-index: 2
}
.zwf_side_form .zwf_label_field, .zwf_formgroup .zwf_info_label {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 14px;
  top: 12px;
  opacity: .5;
  z-index: 1;
  transition: all ease .8s;
  pointer-events: none;
  line-height: 1;
  margin: 0
}
.i18n-ar .zwf_side_form .zwf_label_field, .i18n-ar .zwf_formgroup .zwf_info_label {
  left: unset;
  right: 14px
}
.zwf_side_form .zwf_label_field.zwf_description_label {
  display: none
}
.zwf_side_form .zwf_label_field span {
  color: red;
  line-height: 1;
  margin-left: 2px;
  font-size: 13px
}
.zwf_side_form .zwf_formgroup .zwf_label_field.active {
  transform: translateY(-27px) translateX(-14px);
  -webkit-transform: translateY(-27px) translateX(-14px);
  font-size: 12px;
  opacity: 1
}
.i18n-ar .zwf_side_form .zwf_formgroup .zwf_label_field.active {
  transform: translateY(-27px) translateX(14px);
  -webkit-transform: translateY(-27px) translateX(14px)
}
.zwf_side_form .zwf_formgroup .zwf_formcontrol, .zwf_side_form div.zgdprform-countrylist-container .globalcountrycode, .zwf_side_form div.zgdprform-state-container .globalstatecode {
  font-size: 14px;
  padding: 10px 12px !important;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: block;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
  max-width: 100% !important
}
.zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol::-webkit-outer-spin-button, .zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol::-webkit-inner-spin-button {
  -webkit-appearance: none
}
.zwf_side_form .zwf_formgroup input[type=number].zwf_formcontrol {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield
}
.zwf_side_form .zwf_formgroup .zwf_error {
  display: none;
  color: red;
  font: 12px/1 Zoho_Puvi_Regular;
  margin-top: 5px
}
.zwf_side_form .zwf_formgroup .zwf_info_label {
  display: flex;
  align-items: center;
  position: relative;
  top: unset;
  left: 0;
  margin-bottom: 5px;
  opacity: 1
}
.bg_lazy_loaded .sprite-img {
  background: url(/sites/zweb/images/commandcenter/crm-pricing-icon-sprite.svg) no-repeat;
}
.zwf_side_form .zwf_formgroup .zwf_file_upload p span {
  font-size: 13px;
  text-decoration: underline;
  color: #006cff
}
.zwf_side_form .price-tooltip {
  display: none;
  padding: 10px 15px;
  color: #fff;
  background: #333;
  max-width: 305px;
  box-shadow: 0 0 14.72px 1.28px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  right: -25px;
  font-size: 12px;
  line-height: 1.6;
  box-sizing: border-box;
  z-index: 999;
  bottom: 30px
}
.zwf_side_form .zwf_formfile {
  display: block;
  height: 105px;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 20px;
  cursor: pointer;
  font: 16px Zoho_Puvi_Regular;
  line-height: 28px;
  font-weight: 400
}
.zwf_side_form .zwf_formgroup .zwf_file_upload {
  height: 105px;
  padding: 15px 15px 30px;
  text-align: center;
  border: 1px dashed #dedede;
  border-radius: 4px 4px 0 0;
  cursor: pointer
}
.zwf_side_form .zwf_formgroup .zwf_file_upload p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
  color: #757575;
  text-align: center
}
.zwf_side_form .zwf_file_upload span {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
  color: #757575
}
.zwf_side_form .progress-bar {
  display: none;
  height: 4px;
  background: #ddd;
  width: 100%;
  position: relative;
  bottom: 1px
}
.zwf_side_form .progress-bar span {
  background: #2d73f6;
  height: 100%;
  width: 0;
  transition: 1s all linear
}
.zwf_side_form .zwf_formgroup .files {
  list-style: none;
  position: relative;
  bottom: 1px
}
.zwf_side_form .info {
  cursor: pointer;
  display: none;
  width: 12px;
  height: 14px;
  background-position: 0 0;
  margin-left: 5px;
  transform: rotate(180deg)
}
.zwf_side_form .price-tooltip:before {
  color: #333;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #333;
  top: -7%;
  height: 0;
  left: 104px;
  position: absolute;
  width: 0;
  content: '';
  transform: rotate(180deg)
}
.zwf_side_form .zwf_formgroup .files .file-list {
  padding: 7.5px 15px;
  border: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box
}
.zwf_side_form .zwf_formgroup .files .file-list p {
  width: 94%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-bottom: 0;
  font-size: 16px
}
.zwf_side_form .zwf_formgroup .files .file-list:last-child {
  border-radius: 0 0 4px 4px
}
.zwf_side_form .zwf_formgroup .file-list span {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-position: 28px
}
.zwf_side_form .zwf_formgroup.invalid .zwf_error, .zwf_webform .zwf_formgroup.invalid .error {
  display: block;
  text-align: left
}
.i18n-ar .zwf_side_form .zwf_formgroup.invalid .zwf_error, .i18n-ar .zwf_webform .zwf_formgroup.invalid .error {
  text-align: right
}
.zwf_side_form .zwf_select_dd:after, .zwf_side_form div.zgdprform-state-container:after, .zwf_side_form div.zgdprform-countrylist-container:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #888;
  position: absolute;
  right: 12px;
  top: 17px;
  display: block;
  z-index: 1;
  pointer-events: none;
  margin-top: 0;
  border-radius: 6px
}
.i18n-ar .zwf_side_form .zwf_select_dd:after, .i18n-ar .zwf_side_form div.zgdprform-state-container:after, .i18n-ar .zwf_side_form div.zgdprform-countrylist-container:after {
  right: unset;
  left: 12px
}
.zwf_side_form .zwf_select_dd select.zwf_formcontrol {
  appearance: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important
}
.zwf_side_form .zwf_select_dd select.zwf_formcontrol:invalid {
  color: #767676
}
.zwf_side_form .zgdprform-opt-container .chk_bx {
  position: absolute;
  left: 0;
  margin: 3px 0 0
}
.zwf_side_form .sign_agree p, .zwf_side_form .zgdprform-opt-container {
  font: 12px Zoho_Puvi_Regular;
  line-height: 18px;
  margin: 10px 0 0
}
.zwf_side_form .sign_agree p {
  margin-bottom: 20px;
  color: #000
}
.zwf_inr_tooltip {
  position: absolute;
  font-style: normal;
  color: #fff;
  background-color: #262626;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  padding: 10px;
  font-weight: 400;
  width: 225px;
  z-index: 1;
  box-shadow: 0 2px 7px #d1d1d1;
  left: 20px;
  bottom: -68px;
  display: none;
  box-sizing: border-box
}
.zwf_inr_tooltip:before {
  content: '';
  position: absolute;
  display: block;
  left: 14px;
  top: -5px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #262626;
  transform: rotate(45deg);
  z-index: 2
}
.zwf_formgroup.zwf_act:hover .zwf_inr_tooltip {
  display: block
}
.zwf_side_form .sign_agree {
  max-width: 100%;
  padding-bottom: 0
}
.zwf_side_form .zwf_formgroup label.check-box a, .zwf_side_form .sign_agree p a {
  font-size: 12px;
  text-decoration: underline;
  color: #006cff
}
.zwf_side_form .zwf_captcha_box {
  height: 130px;
  border: 1px solid #dedede;
  border-radius: 4px
}
.zwf_side_form .zwf_d_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
.zwf_side_form .zwf_d-flex a {
  margin-right: 10px;
  color: #006cff
}
.zwf_side_form .sign_agree.show {
  display: block;
  margin-top: 0
}
.zwf_side_form .zgdprform-opt-container {
  margin: 10px 0 5px;
  padding-left: 20px;
  position: relative
}
.zwf_side_form .zwf_captcha_box .zwf_formcontrol {
  border: 0;
  border-top: 1px solid #dedede;
  position: absolute;
  top: 93px;
  width: 99%
}
.zwf_webform img[id^="imgid"] {
  border: 0
}
.zwf_side_form .zwf_captcha_field .zwf_label_field {
  top: 105px
}
.zwf_side_form .zwf_captcha_field .zwf_label_field.active {
  transform: translateY(-27px) translateX(-9px);
  -webkit-transform: translateY(-27px) translateX(-9px)
}
.i18n-ar .zwf_side_form .zwf_captcha_field .zwf_label_field.active {
  transform: translateY(-27px) translateX(9px);
  -webkit-transform: translateY(-27px) translateX(9px)
}
.zwf_side_form .zwf_captcha_box .reload-img {
  margin-right: 10px
}
.i18n-ar .zwf_side_form .zwf_captcha_box .reload-img {
  margin-left: unset;
  margin-left: 10px
}
.zwf_side_form input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.zwf_side_form .zwf_formgroup .submit-btn {
  background-color: #ed4a44;
  padding: 15px;
  font: 16px/1.2 var(--zf-primary-semibold);
  color: #fff;
  max-width: 100%;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  text-transform: uppercase;
  border: 1px solid #ed4a44;
  cursor: pointer;
  margin: 0
}
.error.z-form-error {
  display: none !important
}
.signup-box #countryCodeDiv {
    border-right: 1px solid #d5d5d5;
}
a.zgh-login {
    display: none !important;
}
span.zlogin-menu {
    display: none !important;
}