.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.action-widget {
  display: block;
  width: 28px;
  height: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  background-color: #5055f5;
  background-image: url('../images/Group-6343.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.action-widget.task {
  background-color: #fcd600;
  background-image: url('../images/clipboard-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.09)), to(transparent));
  background-image: url('../images/clipboard-1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.09), transparent);
  background-position: 45% 45%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
}

.action-widget.whatsapp {
  border-bottom-left-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Group-5974.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.action-widget.notes {
  background-color: #748aa1;
  background-image: url('../images/Subtraction-1.png');
  background-position: 50% 45%;
  background-size: 14px;
  font-size: 12px;
}

.action-widget.sms {
  background-color: #fc9300;
  background-image: url('../images/speech-bubble.png');
  background-size: 80%;
}

.action-widget.call {
  z-index: 105;
  background-color: #2e3547;
  background-image: url('../images/Group-5973.svg');
  background-size: 50%;
}

.action-widget.instagram {
  background-color: #fff;
  background-image: url('../images/Image-1.png');
  background-size: cover;
}

.action-widget.file {
  background-color: #303393;
  background-image: url('../images/folder-1.png');
  background-position: 50% 45%;
  background-size: 14px;
}

.action-widget.email {
  background-color: #ea4436;
  background-image: url('../images/Icon-material-email.svg');
  background-size: 60%;
}

.action-widget.invoice {
  background-color: #29cb97;
  background-image: url('../images/invoice.png');
  background-size: 50%;
}

.action-widget.twitter {
  background-color: #55aced;
  background-image: url('../images/twitter.png');
  background-size: 100%;
}

.action-widget.lost {
  background-color: #e96564;
  background-image: url('../images/sad.png');
  background-size: 25px;
}

.action-widget.fb {
  background-color: #4267b2;
  background-image: url('../images/facebook.png');
  background-position: 29% 40%;
  background-size: 70%;
}

.div-block-638 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.font-alert-text-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1.3;
  white-space: normal;
}

.action-widget-2 {
  display: block;
  width: 28px;
  height: 28px;
  margin: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  background-color: #5055f5;
  background-image: url('../images/Group-6343.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.action-widget-2.task {
  background-color: #fcd600;
  background-image: url('../images/clipboard-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.09)), to(transparent));
  background-image: url('../images/clipboard-1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.09), transparent);
  background-position: 45% 45%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
}

.action-widget-2.pending {
  border-left-color: #748aa1;
  background-color: #748aa1;
  background-image: url('../images/Icon-awesome-shopping-cart_1Icon awesome-shopping-cart.png');
  background-size: 60%;
}

.action-widget-2.pic {
  background-image: url('../images/Icon-awesome-user-tie.svg');
  background-size: 50%;
}

.action-widget-2.sms {
  background-color: #fc9300;
  background-image: url('../images/speech-bubble.png');
  background-size: 80%;
}

.action-widget-2.call {
  z-index: 105;
  background-color: #2e3547;
  background-image: url('../images/Group-5973.svg');
  background-size: 50%;
}

.action-widget-2.file {
  background-color: #303393;
  background-image: url('../images/folder-1.png');
  background-position: 50% 45%;
  background-size: 14px;
}

.action-widget-2.email {
  background-color: #ea4436;
  background-image: url('../images/Icon-material-email.svg');
  background-size: 60%;
}

.action-widget-2.invoice {
  background-color: #29cb97;
  background-image: url('../images/invoice.png');
  background-size: 50%;
}

.action-widget-2.lost {
  background-color: #e96564;
  background-image: url('../images/sad.png');
  background-size: 25px;
}

.action-widget-2.whatsapp {
  width: 30px;
  height: 30px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Group-5974.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.action-widget-2.notes {
  background-color: #2e3547;
  background-image: url('../images/Subtraction-1.png');
  background-position: 50% 45%;
  background-size: 14px;
  font-size: 12px;
}

.action-widget-2.purchase-success {
  background-color: #29cb97;
  background-image: url('../images/Icon-awesome-check.svg');
}

.col--action-widget--crm_order {
  width: 25px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.user-profile-image--crm-profile-copy {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.46);
  background-image: url('../images/Human-Icon.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.content-wrapper-nostyle {
  width: 100%;
}

.button-primaryform-crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #5055f5;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 200ms ease;
  transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 200ms ease;
  transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), transform 200ms ease;
  transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), transform 200ms ease, -webkit-transform 200ms ease;
  color: #f3f5f7;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 600;
  text-decoration: none;
}

.button-primaryform-crm-order:hover {
  box-shadow: 1px 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 600;
  text-decoration: none;
}

.button-primaryform-crm-order:active {
  background-color: rgba(80, 85, 245, 0.5);
  box-shadow: none;
}

.input--textarea--small {
  position: relative;
  min-height: 100px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1.3px;
  border-color: #c8d6d9;
  border-radius: 5px;
  background-color: transparent;
}

.input--textarea--small:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.input--textarea--small::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input--textarea--small:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input--textarea--small::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input--textarea--small::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.top-wrap--header-form--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 10px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bcc6d1;
  color: #2e3547;
}

.float-close-2--crm-order {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #748aa1;
  text-decoration: none;
  cursor: pointer;
}

.float-close-2--crm-order:hover {
  color: #5055f5;
}

.input_large-2-small {
  position: relative;
  width: 90px;
  height: 50px;
  min-height: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1.3px;
  border-color: #c8d6d9;
  border-radius: 4px;
  background-color: transparent;
  font-size: 16px;
}

.input_large-2-small:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.input_large-2-small::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input_large-2-small:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input_large-2-small::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input_large-2-small::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.red_small-button {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #2e3547;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #2e3547;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.red_small-button:hover {
  border-style: solid;
  background-color: #2e3547;
  box-shadow: 1px 14px 20px 0 rgba(0, 0, 0, 0.28);
  color: #fff;
}

.red_small-button:active {
  border-style: solid;
  border-width: 2px;
  box-shadow: none;
  opacity: 0.33;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.red_small-button:focus {
  border-style: none;
  border-color: #000;
}

.icon-16 {
  padding-left: 20px;
}

.div-block-639 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hidden-popup {
  display: none;
}

.modal-element--crm-popup {
  overflow: hidden;
  width: 100%;
  max-width: 430px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}

.paymentstats2--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 70px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #bcc6d1;
  border-radius: 5px;
  background-color: #fff;
}

.tabs-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.answer12--crm_order {
  margin-right: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
}

.answer12--crm_order.if-empty--crm_orders {
  color: rgba(9, 11, 15, 0.19);
  font-style: italic;
  font-weight: 400;
}

.price-customerstats-red---crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #e96564;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

.headline-task {
  margin-bottom: 5px;
}

.filter-dropdown--crm-order {
  margin-right: 0px;
  margin-left: 0px;
}

.radio-holder--crm-orde {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fit, minmax(30px, auto));
}

.wrap2-planned--crm_order {
  min-height: 150px;
  min-width: 100%;
  padding: 10px;
  border-top: 2px dashed #bcc6d1;
}

.rightcustomer--crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.payment-information-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-purchase--crm-order {
  padding-bottom: 10px;
}

.close {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.close:hover {
  opacity: 1;
}

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.wrap3-today--crm_order {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  border-top: 2px dashed #bcc6d1;
}

.usericon-greydark--crm_order {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #748aa1;
  background-image: url('../images/Forma-1.svg');
  background-position: 50% 50%;
  background-size: 9px;
  background-repeat: no-repeat;
}

.wrap--form-single-input {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.badge {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #e96564;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.img2--profilecutomer-empty--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #bcc6d1;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
}

.tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #748aa1;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.tag.green {
  background-color: #29cb97;
}

.tag.blue {
  background-color: #5055f5;
}

.tag.red {
  background-color: #e96564;
}

.widget_wrapper--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.summary-text--crm_order {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
}

.activity_boxbg--crm-orders {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #bcc6d1 #bcc6d1 #bcc6d1 #141820;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}

.activity_boxbg--crm-orders.grey {
  border-left-color: #748aa1;
}

.activity_boxbg--crm-orders.green {
  border-left-color: #29cb97;
  background-color: #ecf3ec;
}

.suggest-icon {
  position: static;
  width: 24px;
}

.sub-nav-link-text {
  display: inline-block;
  line-height: 1.3em;
  text-transform: none;
}

.lottie-animation-11 {
  width: 70%;
  opacity: 0.38;
}

.form--crm-order {
  margin-bottom: 0px;
}

.usa-alert-body-wf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gif-wrapper--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.symbolwrapper--crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.row-heading-add--crm-order-copy {
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapicon--alert-blue {
  width: 33px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #5055f5;
}

.col--right-content---crm-profile {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: Infinity%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.row1--task {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-wrap--crm_profile-copy {
  width: 100%;
  margin-bottom: 20px;
}

.image-21 {
  display: none;
}

.summary-text-16--crm_order {
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
}

.col--step--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.information-error-standard--blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 0.5rem solid #5055f5;
  border-radius: 8px;
  background-color: #e0ecfc;
  box-shadow: none;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-col-heading--crm-order {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrap4-date--crm_order {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  border-top: 2px dashed #bcc6d1;
}

.large-button-3 {
  height: 65px;
  margin: 20px 0px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5055f5;
  box-shadow: 1px 10px 20px 0 rgba(0, 0, 0, 0.14);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.large-button-3:hover {
  box-shadow: 1px 14px 20px 0 rgba(0, 0, 0, 0.28);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.large-button-3:active {
  background-color: #fcd600;
  color: #2e3547;
}

.large-button-3:focus {
  border: 1px none #000;
}

.contentwrap--crm_order {
  margin-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px dashed #bcc6d1;
}

.button-wrapperr-row2---crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.add-widget-content--crm-order {
  overflow: auto;
  width: 100%;
  margin-bottom: 20px;
  padding: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: dashed;
  border-width: 1px;
  border-color: #5055f5;
  border-radius: 5px;
  background-color: #f1f6fd;
}

.wrap--stretch-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-modal-styled-popup---crm_order {
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #bcc6d1;
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
  box-shadow: -4px 9px 40px 0 rgba(21, 24, 32, 0.5);
  color: #000;
}

.tab-pane-take-note {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-3 {
  width: 100%;
}

.divider-timeline--crm_order {
  width: 100%;
  max-width: 900px;
  margin-top: 4px;
  margin-bottom: 9px;
  border-bottom: 1px solid #bcc6d1;
}

.search-button-2 {
  width: 90px;
  border-radius: 0px 5px 5px 0px;
  background-color: rgba(116, 138, 161, 0.49);
  color: #2e3547;
}

.search-button-2:focus {
  opacity: 1;
}

.step--tutorial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e3547;
}

.keepz--ui-mainhealine {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 700;
}

.col-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plus--crm-order {
  margin-right: 0px;
  margin-left: 0px;
}

.col-left {
  width: 40%;
  margin-right: 40px;
}

.modal-container--crm-order {
  position: fixed;
  top: auto;
  right: 7%;
  bottom: 0%;
  z-index: 1000;
}

.modal-container--crm-order.hide {
  display: none;
}

.rowsocialmedia--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #bcc6d1;
  border-radius: 5px;
  background-color: #f5f5f6;
}

.job-desc--crm_order {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.left-col-heading-row--crm-order {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.label_desc_small {
  margin-top: -4px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: left;
}

.italic-text-4 {
  color: #748aa1;
}

.salesfigure-ve---crm_order {
  margin-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #29cb97;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 500;
}

.salesfigure-ve---crm_order.red {
  color: #e96564;
}

.col--left-content---crm-profile {
  display: block;
  width: 75%;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.single-box-activity-crm--crm-profile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 103%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input_large-2 {
  position: relative;
  height: 50px;
  min-height: auto;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1.3px;
  border-color: #c8d6d9;
  border-radius: 4px;
  background-color: transparent;
  font-size: 16px;
}

.input_large-2:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.input_large-2::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input_large-2:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input_large-2::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input_large-2::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.insidewraptimeline--crm_profile {
  min-height: 150px;
  min-width: 100%;
  padding-left: 10px;
  border-top: 2px none #bcc6d1;
}

.meter-ltv {
  width: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
}

.search-2.saved-shortlists {
  position: relative;
  left: 0px;
  right: 0px;
  min-width: 230px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
}

.counter_wrapper--crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.middle-plusscrollable-action-widgets_crm--orders {
  overflow: auto;
  width: 100%;
  height: 450px;
  padding: 20px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f5f5f6;
}

.sub-nav-body--crm-profile {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #bcc6d1;
  border-bottom-color: #e2e8f0;
  background-color: #fff;
  box-shadow: 0 20px 30px 0 rgba(80, 85, 245, 0.1);
}

.divider-menu--crm-profile {
  width: 100%;
  height: 0.01em;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background-color: #bcc6d1;
}

.salesfigure--ve---crm-profile {
  margin-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #e96564;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 500;
}

.leftcustomer--crm-profile {
  width: 26%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px 0px 0px 5px;
  background-color: #2e3547;
  color: #fff;
}

.rowcall--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #bcc6d1;
  border-radius: 5px;
  background-color: #f5f5f6;
  direction: ltr;
  cursor: pointer;
}

.search-input-3 {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(116, 138, 161, 0.24);
  border-radius: 6px 0px 0px 6px;
}

.stats-wrapper--crm-profile {
  padding: 14px 10px 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
}

.keepz-button-accen-copy {
  display: block;
  padding: 12px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #748aa1;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 200ms ease;
  transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 200ms ease;
  transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), transform 200ms ease;
  transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), transform 200ms ease, -webkit-transform 200ms ease;
  color: #2e3547;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.keepz-button-accen-copy:hover {
  box-shadow: 1px 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.keepz-button-accen-copy:active {
  background-color: rgba(252, 214, 0, 0.5);
  box-shadow: none;
}

.price-customerstats---crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

.text-small {
  margin-bottom: 10px;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 20px;
}

.text-small.form-hint {
  margin-top: 6px;
  color: #748aa1;
  font-size: 12px;
}

.div-block-448 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #bcc6d1;
}

.div-block-621 {
  margin-left: -35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.radio-button-label---crm-order {
  font-weight: 300;
}

.currency--crm-profile {
  margin-right: 5px;
  float: left;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 400;
}

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

.italic-text-5 {
  font-style: normal;
  font-weight: 700;
}

.tag12--crm_order {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 50px;
  background-color: #29cb97;
  color: #fff;
  font-size: 10px;
  line-height: 1.3em;
  font-weight: 700;
}

.left-col-heading--crm-profile {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider--crm_order {
  width: 100%;
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bcc6d1;
}

.font14-tips-crm-order {
  margin-bottom: 0px;
  color: #748aa1;
  font-size: 12px;
  line-height: 1.5;
}

.button-wrap1--crm-profile {
  width: 50%;
  margin-right: 10px;
}

.profile_top--crm_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ecedee;
  color: #2e3547;
  text-decoration: none;
}

.profile_top--crm_profile:hover {
  opacity: 0.85;
}

.font--light12-grey--crm_order {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #748aa1;
  font-size: 12px;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 300;
}

.desc12--crm_order {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #2e3547;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}

.divider-timeline--crm_profile {
  width: 100%;
  max-width: 900px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #bcc6d1;
}

.row--ui {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.content-wrapper {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #2e3547;
}

.field_label {
  margin-bottom: 8px;
  color: #617283;
  font-size: 15px;
  font-weight: 500;
}

.subtext--crm-profile {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
}

.profilecard1_wrapper--crm_profile {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-tab--crm--profile {
  margin-right: 10px;
}

.content_show--crm_order {
  overflow: auto;
}

.dark_icon_embedsvg-2 {
  width: 25px;
  max-height: 40px;
  margin-bottom: -5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mainheading--crm_order {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

.rowsummarycustomer--crm-profile {
  overflow: auto;
  width: 100%;
  max-height: 100px;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  font-size: 12px;
  font-style: italic;
}

.double-wrapper-2-copy {
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
  white-space: pre;
}

.flex--step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-person-in-charge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentwraptimeline--crm_profile-copy {
  margin-top: 20px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 2px dashed #bcc6d1;
}

.col--activity-box {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background-color: #f1f6fd;
}

.icon-profile-empty--crm-order {
  display: block;
  width: 40%;
  margin: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.row_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.select-toggle--crm_order {
  position: static;
  display: block;
  height: 40px;
  padding: 10px 30px 10px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #bcc6d1;
  font-size: 14px;
  text-align: justify;
}

.popup1-customer-followup---crm-order {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.div-block-594 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-stats {
  width: 100%;
  margin-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tag--custom-nospace {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #bcc6d1;
  color: #748aa1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.view-more--crm-order {
  padding-bottom: 40px;
}

.close-wrapper-right---crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  color: #748aa1;
  text-decoration: none;
  cursor: pointer;
}

.link-block-3:hover {
  color: #5055f5;
}

.icon-tab-longer---crm--profile {
  min-height: 20px;
  margin-right: 10px;
}

.wrap--topcustomer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-box-activity-1--crm-profile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list-4 {
  margin-top: 5px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.16);
}

.button-wrapperr-row---crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-598 {
  margin-left: -5px;
}

.font16--crm-order {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.4;
}

.wrap--forminput--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-wrap--header-form {
  width: auto;
  height: 50px;
  padding: 5px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid #bcc6d1;
}

.row-ltv--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.keepz-button-accent-popup {
  display: block;
  width: 100%;
  padding: 12px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #fcd600;
  -webkit-transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 200ms ease;
  transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 200ms ease;
  transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), transform 200ms ease;
  transition: box-shadow 200ms cubic-bezier(.19, 1, .22, 1), transform 200ms ease, -webkit-transform 200ms ease;
  color: #2e3547;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.keepz-button-accent-popup:hover {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  box-shadow: 1px 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.keepz-button-accent-popup:active {
  background-color: rgba(252, 214, 0, 0.5);
  box-shadow: none;
}

.row_details--crm_orders {
  margin-top: 10px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.middle-scrollable-action-widgets_crm--orders {
  overflow: auto;
  width: auto;
  height: 490px;
  padding: 20px 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f5f5f6;
}

.activity_boxbg--crm-elements {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #bcc6d1 #bcc6d1 #bcc6d1 #2e3547;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}

.activity_boxbg--crm-elements.darkblue {
  border-left-color: #303393;
}

.popup-bg-overlay-sample {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.right--customerwrap--crm-profile-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon--remove {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: 8px;
  margin: auto 0px auto auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #2e3547;
}

.icon--remove:hover {
  opacity: 0.2;
}

.label-editor-style-2 {
  margin-bottom: 8px;
  color: #2e3547;
  font-size: 16px;
  font-weight: 500;
}

.button-menu-plus-sign---crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  min-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fcd600;
  background-image: linear-gradient(276deg, #ffc905, transparent);
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #2e3547;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu-plus-sign---crm-order:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #2e3547;
  background-color: #fff;
  background-image: none;
}

.max-width-1400 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input--form--small {
  position: relative;
  height: 40px;
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1.3px;
  border-color: #c8d6d9;
  border-radius: 5px;
  background-color: transparent;
}

.input--form--small:focus {
  border-width: 1.3px;
  border-color: #5055f5;
}

.input--form--small::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input--form--small:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input--form--small::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.input--form--small::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.labelbottom--crm_profile {
  margin-bottom: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
}

.row-heading-add--crm-order-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #bcc6d1;
  color: #5055f5;
}

.sub-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-right: 10px;
  padding: 15px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #172a3b;
  text-decoration: none;
  text-transform: lowercase;
}

.sub-nav-link:hover {
  color: #5055f5;
}

.sub-nav-link.w--current {
  margin-bottom: -3px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 6px solid #5055f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #c4d9fc;
}

.bottom--crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.activity_boxbg-lost---crm-elements {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #bcc6d1 #bcc6d1 #bcc6d1 #e96564;
  border-radius: 5px;
  background-color: #f4e3db;
  box-shadow: none;
}

.bottom-sticky-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 10px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #bcc6d1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(360deg, #fff, hsla(0, 0%, 100%, 0));
}

.holder-tag {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.total-spend--crm_profile-copy {
  margin-top: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
}

.close_icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1018;
  width: 50px;
  margin-top: 10px;
  margin-right: 14px;
  margin-left: 5px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: transparent;
  opacity: 0.3;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease, box-shadow 200ms ease;
  color: #2e3547;
}

.close_icon:hover {
  background-color: #fff;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #5055f5;
}

.row-heading-add--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.customer_name--crm-order {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

.add--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #5055f5;
  border-radius: 50%;
  background-color: #e0ecfc;
}

.section-fullwidth--crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f6fd;
}

.profile-name--crm-order-copy {
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
}

.col-right--crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom-date--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.symbol-icon-crm-profile {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 700;
}

.label12--crm_order {
  margin-bottom: 2px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
}

.table-box-style-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #f9f9f9;
  text-align: center;
}

.step_count-promote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 16px;
  background-color: #5055f5;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
}

.notesbelowheading--crm_order {
  margin-bottom: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #748aa1;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
}

.subheading-form--crm-profile {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
}

.label-editor-style-2-copy {
  margin-bottom: 8px;
  color: #2e3547;
  font-size: 16px;
  font-weight: 500;
}

.crm-flex-body--crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.icon_wrapper_clearbg-copy {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
}

.icon_wrapper_clearbg-copy:hover {
  background-color: #f1f6fd;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #5055f5;
}

.open-edit---crm-order:hover {
  opacity: 0.41;
}

.h2--heading {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 1.4em;
}

.popup-box {
  position: relative;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  z-index: 1101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 960px;
  max-height: 90vh;
  margin: 20px auto 40px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, 0.2);
}

.filter-wrap--crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap1-add--crm_order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 15px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.insert-content-here-container-max1400 {
  width: 90%;
  max-width: 1400px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dotted-line {
  width: 1px;
  height: 105%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: dashed;
  border-width: 2px;
  border-color: #e0ecfc;
}

.tag--custom {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #bcc6d1;
  color: #748aa1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.plus-symbol {
  font-size: 21px;
}

.section-white-about--crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 55vh;
  padding: 25px 5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.font14--crm-order {
  margin-top: 0px;
  margin-bottom: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}

.table-box_customer-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #f9f9f9;
}

.dropdown-add-button-copy {
  padding: 0px;
}

.dropdown-add-button-copy:hover {
  opacity: 0.5;
}

.person-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline-task-copy {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #2e3547;
  text-align: left;
}

.price-customerstats-green---crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #29cb97;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

.div-block-632 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bcc6d1;
  border-radius: 5px;
  background-color: #fff;
}

.component-content-block--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #bcc6d1;
  background-color: #fff;
}

.topsection-1-profile--crm-profile-copy {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-bottom: 1px solid #ecedee;
  background-color: #5055f5;
  background-image: linear-gradient(266deg, #303393, transparent);
}

.box-tab-style--crm-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  box-shadow: none;
}

.header_icon {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: rgba(116, 138, 161, 0.24);
}

.search-icon-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 16px;
  margin-left: 10px;
  opacity: 0.8;
}

.left-stats--crm-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-customer-followup---crm-order {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.form--nostyle {
  margin-bottom: 0px;
}

.don-t-touch-icon {
  position: static;
  display: inline;
  width: 100%;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.price-top-crm-profile {
  font-size: 22px;
  font-weight: 700;
}

.font10--crm_order {
  margin-right: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 500;
}

.add-dropdown--crm-order.w--open {
  position: fixed;
  left: 412px;
  top: 12%;
  right: 412px;
  bottom: auto;
  max-height: 100px;
  max-width: 30px;
  min-height: 80px;
  border-radius: 10px;
  background-color: transparent;
  color: #2e3547;
}

.profile-image-customer--crm-profile {
  display: block;
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #bcc6d1;
  background-image: url('../images/Human-Icon.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.tab-link---crm_order {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
}

.tab-link---crm_order:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.tab-link---crm_order.w--current {
  margin: 10px;
  border-radius: 5px;
  background-color: #5055f5;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.32);
  color: #fff;
}

.font--light12-grey--crm_order-copy {
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  color: #748aa1;
  font-size: 12px;
  line-height: 1.3em;
  font-style: normal;
  font-weight: 300;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
}

.icon_wrapper_clearbg {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, box-shadow 200ms ease;
  color: #748aa1;
  font-size: 13px;
  line-height: 1em;
}

.icon_wrapper_clearbg:hover {
  background-color: #f1f6fd;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #5055f5;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 111px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.image---optin {
  position: absolute;
  left: 0px;
  top: auto;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.saleskip_text {
  direction: rtl;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

.modal-popup-field {
  width: 100%;
  height: 7vh;
  min-width: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(321deg, hsla(0, 0%, 100%, 0.46), #fff);
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-size: 16px;
  font-weight: 400;
}

.modal-popup-field:active {
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
}

.modal-popup-field:focus {
  border-color: #ff3735;
}

.modal-popup-field::-webkit-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field:-ms-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field::-ms-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field::placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field.country-code {
  display: none;
  width: 15%;
  margin-right: 10px;
}

.modal-popup-field.phone {
  width: 50%;
}

.made_with {
  max-width: 400px;
  margin-right: 0px;
  margin-bottom: -4px;
  font-family: Roboto, sans-serif;
  color: rgba(46, 53, 71, 0.57);
  font-size: 9px;
  line-height: 15px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.text--headline-wrapper {
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.form3-error {
  padding: 15px;
  border-radius: 4px;
  background-color: #f85359;
}

.text-promo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-7 {
  display: block;
}

.checkout-subtext-copy {
  margin-left: 20px;
  padding-left: 0px;
  border: 1px none #000;
  color: rgba(46, 53, 71, 0.55);
  font-size: 16px;
  font-weight: 400;
}

.checkout-subtext-copy.white {
  color: #fff;
}

.div-block-70 {
  margin-right: -2px;
}

.section-2-copy {
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: rgba(46, 53, 71, 0.07);
}

.badhetext {
  margin-left: 2px;
}

.wrap-box--optin {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #868686;
  border-radius: 10px;
  background-color: #f7f7f7;
  box-shadow: 4px 9px 20px 0 rgba(0, 0, 0, 0.1);
}

.counter-text-2 {
  font-family: Montserrat, sans-serif;
  color: #f7f7f7;
  font-size: 8px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.optin--headline {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 800;
  text-align: center;
}

.countdownrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-badge-saleskip {
  position: fixed;
  left: 0%;
  top: 65vh;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 0px 5px 5px 0px;
  background-color: transparent;
  background-image: linear-gradient(120deg, #e0e0fd, #fff);
  box-shadow: -5px 3px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.container-style-optin {
  padding: 5vh 4vw;
  background-color: #fff;
}

.bg-blur-effect---optin {
  display: block;
  overflow: visible;
  height: auto;
  min-height: 110%;
  min-width: 60vw;
  //background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.14))), url('../images/thought-catalog-V5BGaJ0VaLU-unsplash-1.jpg');
  //background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.14)), url('../images/thought-catalog-V5BGaJ0VaLU-unsplash-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -o-object-fit: cover;
  object-fit: cover;
}

.sylain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vh 1.5vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(46, 53, 71, 0.09);
  color: #fff;
}

.form-button-proceed {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 25px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ff3735;
  background-image: linear-gradient(81deg, #ff3735, #f66001);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.form-button-proceed:hover {
  background-color: #ff0200;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.23);
  color: #fff;
}

.form-button-proceed.login {
  margin-top: 10px;
}

.form-2 {
  margin-right: 20px;
  margin-left: 20px;
}

.sub-text-optin-style {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.btnarrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  min-width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
}

.structure-pagename-h1 {
  display: block;
  overflow: visible;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  clear: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.headline--optin-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.phone-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  margin-bottom: -3px;
}

.counter-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 59px;
  margin: auto 4px;
  padding: 1vh 3px 0.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f7f7;
  border-radius: 5px;
  background-color: transparent;
}

.googlelogin-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.3px;
}

.googlelogin-2.google {
  color: #2e3547;
}

.popup-step-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

._3-col {
  width: 100%;
  margin-right: 20px;
}

._3-col._3-col-last {
  margin-right: 0px;
}

.orderformwrapper-copy {
  overflow: auto;
  height: auto;
  min-height: auto;
  margin: 0px;
  padding: 1vh 80px 5vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.socialloginwrapper {
  width: 85%;
}

.col-right--optin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.label-form--optin2 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0px;
  background-color: transparent;
  color: rgba(46, 53, 71, 0.68);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.form3-form {
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.socialmediatitle-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: #fff;
  color: #748aa1;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.field-title {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0px;
  background-color: transparent;
  color: #000037;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.logobadge {
  width: 25px;
  height: 25px;
  margin-right: 4px;
  margin-left: auto;
}

.number-3 {
  margin-bottom: -3px;
  color: #f7f7f7;
  font-size: 18px;
  line-height: 24px;
}

.heading-order-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 12px;
  padding-right: 52px;
  padding-left: 23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo-2 {
  width: 11%;
  height: auto;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 23px;
}

.logo-2.fb {
  width: 13%;
}

.modal-popup-field--optin {
  width: 100%;
  height: 40px;
  min-width: auto;
  margin-top: 5px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(321deg, hsla(0, 0%, 100%, 0.46), #fff);
  font-family: Montserrat, sans-serif;
  color: #2e3547;
  font-weight: 400;
}

.modal-popup-field--optin:active {
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
}

.modal-popup-field--optin:focus {
  border-color: #ff3735;
}

.modal-popup-field--optin::-webkit-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field--optin:-ms-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field--optin::-ms-input-placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.modal-popup-field--optin::placeholder {
  color: rgba(46, 53, 71, 0.4);
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-btn-txt-h1-4 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.button--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.exiticon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: block;
  margin-top: 16px;
  margin-right: 17px;
  float: none;
  clear: none;
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  transform: rotate(47deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.exiticon:hover {
  opacity: 0.54;
}

.form3-success {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #49d1de;
  color: #fff;
}

.text-editor {
  margin-top: 50px;
}

.footer-button {
  position: relative;
  left: 91px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #748aa1;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.footer-button:hover {
  background-color: #ff0200;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.23);
  color: #fff;
}

.footer-button.red {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 6vh;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: linear-gradient(35deg, #ff3735 39%, #e96564);
  color: #2e3547;
}

.counter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.optin-headline---optin2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
}

.div-block-78 {
  text-align: left;
}

.dividergray-3 {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 20px;
  border-top: 1px dashed #dee3e9;
  background-color: transparent;
}

.success-message-2 {
  padding: 50px;
  letter-spacing: 1px;
}

.col-left--optin-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.order-btn-txt-h1---optin2 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.socialloginbasebtn-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 13px;
  margin-left: 13px;
  padding: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #dee3e9;
  border-radius: 5px;
  background-color: #3d5a99;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: none;
}

.socialloginbasebtn-2.google {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3%;
  padding-left: 3%;
  border-style: solid;
  border-color: rgba(116, 138, 161, 0.27);
  background-color: #fff;
  box-shadow: none;
}

.offerendsin {
  display: none;
  width: auto;
  margin-top: 0px;
  margin-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.form3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tob-bar----style-2---optin {
  display: block;
  height: auto;
  min-height: 10px;
  padding-right: 3vh;
  padding-left: 3vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(207deg, #f65f00, #ff1716);
  box-shadow: none;
}

.flex-product--optin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.description-headline---optin-2 {
  display: inline-block;
  margin-top: 10px;
  opacity: 1;
  color: #2e3547;
  font-size: 16px;
  line-height: 1.4em;
}

.order-btn-txt-h2 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.form-section-title-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0a1f44;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.step-1-select-product {
  overflow: auto;
  height: auto;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 2vh;
  padding-bottom: 0vh;
}

.login-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  max-width: 740px;
  min-height: auto;
  margin: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, 0.2);
}

@media screen and (min-width: 1280px) {
  .form--crm-order.unhide {
    display: block;
  }

  .contentwrap--crm_order {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .single-box-activity-crm--crm-profile {
    width: 105%;
  }

  .sub-nav-body--crm-profile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contentwraptimeline--crm_profile-copy {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .view-more--crm-order {
    padding-left: 20px;
  }

  .single-box-activity-1--crm-profile {
    width: 105%;
  }

  .row_details--crm_orders {
    margin-top: 10px;
  }

  .right--customerwrap--crm-profile-copy {
    color: #fff;
  }

  .label-editor-style-2 {
    color: #2e3547;
  }

  .max-width-1400 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
  }

  .col-right--crm-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .label-editor-style-2-copy {
    color: #2e3547;
  }

  .icon_wrapper_clearbg-copy {
    width: 45px;
  }

  .section-white-about--crm-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .topsection-1-profile--crm-profile-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .action-widget {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }

  .action-widget.call {
    width: 30px;
  }

  .font-alert-text-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .action-widget-2 {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }

  .action-widget-2.call {
    width: 30px;
  }

  .user-profile-image--crm-profile-copy {
    background-size: 16px;
  }

  .top-wrap--header-form--crm-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paymentstats2--crm-order {
    margin-right: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .answer12--crm_order {
    font-size: 14px;
  }

  .price-customerstats-red---crm-profile {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .filter-dropdown--crm-order {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .img2--profilecutomer-empty--crm-order {
    padding: 3px;
    font-size: 15px;
  }

  .summary-text--crm_order {
    font-size: 12px;
  }

  .sub-nav-link-text {
    font-size: 11px;
  }

  .lottie-animation-11 {
    width: 60%;
    margin-bottom: 0px;
  }

  .symbolwrapper--crm-profile {
    padding: 12px;
  }

  .col--right-content---crm-profile {
    width: 40%;
  }

  .summary-text-16--crm_order {
    font-size: 12px;
  }

  .large-button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
  }

  .add-widget-content--crm-order {
    padding-right: 20px;
    padding-left: 20px;
  }

  .box-modal-styled-popup---crm_order {
    min-height: auto;
  }

  .profile-text-wrapper--crm-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rowsocialmedia--crm-order {
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .job-desc--crm_order {
    font-size: 11px;
  }

  .label_desc_small {
    font-size: 14px;
  }

  .salesfigure-ve---crm_order {
    font-size: 12px;
  }

  .col--left-content---crm-profile {
    width: 60%;
    padding-right: 30px;
  }

  .single-box-activity-crm--crm-profile {
    width: 105%;
  }

  .counter_wrapper--crm-profile {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .middle-plusscrollable-action-widgets_crm--orders {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sub-nav-body--crm-profile {
    padding-top: 0px;
  }

  .salesfigure--ve---crm-profile {
    font-size: 12px;
  }

  .rowcall--crm-order {
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .keepz-button-accen-copy {
    padding: 8px 14px;
    font-size: 14px;
  }

  .keepz-button-accen-copy:hover {
    padding: 8px 14px;
    font-size: 14px;
  }

  .price-customerstats---crm-profile {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .currency--crm-profile {
    font-size: 16px;
  }

  .tag12--crm_order {
    font-size: 12px;
  }

  .font14-tips-crm-order {
    font-size: 14px;
  }

  .button-wrap1--crm-profile {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .profile_top--crm_profile {
    width: 100%;
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .desc12--crm_order {
    font-size: 14px;
  }

  .subtext--crm-profile {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .profilecard1_wrapper--crm_profile {
    position: static;
    width: 100%;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .icon-tab--crm--profile {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .dark_icon_embedsvg-2 {
    width: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rowsummarycustomer--crm-profile {
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .double-wrapper-2-copy {
    max-width: 171px;
  }

  .col--activity-box {
    padding-top: 40px;
  }

  .icon-profile-empty--crm-order {
    width: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .row_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .popup1-customer-followup---crm-order {
    margin-right: 0px;
  }

  .icon-tab-longer---crm--profile {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .wrap--topcustomer {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .single-box-activity-1--crm-profile {
    width: 100%;
  }

  .font16--crm-order {
    font-size: 14px;
  }

  .keepz-button-accent-popup {
    padding: 8px 14px;
    font-size: 14px;
  }

  .keepz-button-accent-popup:hover {
    padding: 8px 14px;
    font-size: 14px;
  }

  .bottomcontent--crm-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .popup-bg-overlay-sample {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .icon--remove {
    width: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-menu-plus-sign---crm-order {
    width: 50px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .max-width-1400 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .labelbottom--crm_profile {
    font-size: 10px;
  }

  .sub-nav-link {
    height: 100%;
    margin-right: 5px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
  }

  .sub-nav-link.w--current {
    margin-top: 0px;
    border-radius: 0px;
  }

  .bottom--crm-profile {
    width: 30%;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bottom-sticky-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .total-spend--crm_profile-copy {
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .close_icon {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .customer_name--crm-order {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 21px;
  }

  .profile-name--crm-order-copy {
    font-size: 14px;
  }

  .col-right--crm-profile {
    width: 100%;
  }

  .label12--crm_order {
    font-size: 10px;
  }

  .table-box-style-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .notesbelowheading--crm_order {
    font-size: 14px;
  }

  .subheading-form--crm-profile {
    margin-top: 0px;
    line-height: 1.3em;
  }

  .h2--heading {
    margin-top: 0px;
    line-height: 1.3em;
  }

  .popup-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 600px;
    margin-right: auto;
  }

  .wrap1-add--crm_order {
    width: 90%;
    margin-right: 0px;
  }

  .insert-content-here-container-max1400 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .plus-symbol {
    margin-bottom: 3px;
  }

  .section-white-about--crm-profile {
    height: 45vh;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-box_customer-3 {
    margin-right: 0px;
  }

  .price-customerstats-green---crm-profile {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .topsection-1-profile--crm-profile-copy {
    height: 60px;
  }

  .header_icon {
    margin-left: 0px;
  }

  .don-t-touch-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .price-top-crm-profile {
    font-size: 19px;
  }

  .font10--crm_order {
    font-size: 12px;
  }

  .add-dropdown--crm-order.w--open {
    left: 159px;
  }

  .profile-image-customer--crm-profile {
    width: 80px;
    height: 80px;
  }

  .modal-popup-field {
    height: 6vh;
    min-width: auto;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 14px;
  }

  .modal-popup-field:active {
    height: auto;
  }

  .modal-popup-field.country-code {
    width: 15%;
    margin-right: 10px;
  }

  .modal-popup-field.phone {
    width: 50%;
  }

  .text--headline-wrapper {
    width: auto;
    margin-bottom: 10px;
  }

  .text-promo-wrapper {
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 25px;
  }

  .section-2-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .counter-text-2 {
    padding-top: 4px;
    font-size: 7px;
    line-height: 13px;
    letter-spacing: 0.2px;
  }

  .optin--headline {
    font-size: 28px;
  }

  .sticky-badge-saleskip {
    position: fixed;
    left: 0%;
    top: 15%;
    right: auto;
    bottom: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-style-optin {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .sylain {
    margin-right: 0px;
  }

  .top-bar-container {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  }

  .form-button-proceed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .form-button-proceed.login {
    height: 45px;
    margin-top: 15px;
  }

  .form-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .btnarrow {
    width: 29px;
  }

  .structure-pagename-h1 {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 24px;
  }

  .phone-field-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6px;
    margin-bottom: -6px;
    padding-top: 0px;
  }

  .counter-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 39px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .googlelogin-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    line-height: 120%;
  }

  .popup-step-2 {
    display: none;
  }

  ._3-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .orderformwrapper-copy {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .col-right--optin {
    padding: 20px 29px 0px;
  }

  .label-form--optin2 {
    font-size: 11px;
  }

  .form3-form {
    margin-top: -10px;
  }

  .socialmediatitle-2 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .number-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-order-form {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-35 {
    margin-right: 0px;
  }

  .logo-2 {
    height: 22px;
    margin-right: 14px;
  }

  .modal-popup-field--optin {
    min-width: auto;
    margin-top: 5px;
    margin-left: 0px;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .order-btn-txt-h1-4 {
    font-size: 17px;
  }

  .text-editor {
    margin-top: 40px;
  }

  .footer-button.red {
    padding-right: 5px;
    padding-left: 5px;
  }

  .optin-headline---optin2 {
    font-size: 22px;
  }

  .socialloginbasebtn-2 {
    width: 50%;
    margin-right: 5px;
    margin-bottom: 9px;
    margin-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 17px;
    line-height: 29px;
  }

  .socialloginbasebtn-2.google {
    margin-right: 6px;
  }

  .tob-bar----style-2---optin {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .login-box {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .action-widget {
    width: 25px;
    height: 25px;
    margin-top: 0px;
    background-size: 12px;
  }

  .action-widget.call {
    width: 25px;
    height: 25px;
    background-size: 12px;
  }

  .font-alert-text-copy {
    font-size: 14px;
  }

  .action-widget-2 {
    width: 25px;
    height: 25px;
    margin-top: 0px;
    background-size: 12px;
  }

  .action-widget-2.call {
    width: 25px;
    height: 25px;
    background-size: 12px;
  }

  .col--action-widget--crm_order {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .user-profile-image--crm-profile-copy {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-size: 40%;
  }

  .input--textarea--small {
    height: 40px;
  }

  .input_large-2-small {
    height: 40px;
  }

  .red_small-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
    box-shadow: none;
  }

  .paymentstats2--crm-order {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tabs-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .answer12--crm_order {
    font-size: 14px;
  }

  .headline-task {
    font-size: 20px;
  }

  .summary-text--crm_order {
    font-size: 14px;
  }

  .sub-nav-link-text {
    font-size: 14px;
    white-space: nowrap;
  }

  .lottie-animation-11 {
    width: 50%;
  }

  .col--right-content---crm-profile {
    position: static;
    width: 100%;
    margin-top: 60px;
  }

  .sidebar-wrap--crm_profile-copy {
    width: 100%;
  }

  .summary-text-16--crm_order {
    font-size: 14px;
  }

  .large-button-3 {
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .add-widget-content--crm-order {
    height: 400px;
  }

  .box-modal-styled-popup---crm_order {
    width: 100%;
    height: 600px;
    border-radius: 5px;
  }

  .columns-3 {
    padding-top: 10px;
  }

  .keepz--ui-mainhealine {
    font-size: 35px;
  }

  .col-right {
    width: 100%;
  }

  .modal-container--crm-order {
    left: 3%;
    top: 3%;
    right: 3%;
    bottom: 3%;
  }

  .rowsocialmedia--crm-order {
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .job-desc--crm_order {
    text-align: left;
  }

  .salesfigure-ve---crm_order {
    font-size: 14px;
  }

  .col--left-content---crm-profile {
    width: 100%;
    padding-right: 0px;
  }

  .single-box-activity-crm--crm-profile {
    width: 104%;
  }

  .input_large-2 {
    height: 40px;
  }

  .middle-plusscrollable-action-widgets_crm--orders {
    height: 400px;
  }

  .sub-nav-body--crm-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }

  .salesfigure--ve---crm-profile {
    font-size: 14px;
  }

  .rowcall--crm-order {
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-621 {
    margin-left: -35px;
  }

  .currency--crm-profile {
    font-size: 16px;
  }

  .tag12--crm_order {
    font-size: 10px;
  }

  .font14-tips-crm-order {
    font-size: 14px;
  }

  .profile_top--crm_profile {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-bottom: 1px none #bcc6d1;
  }

  .content-wrapper {
    padding: 35px;
  }

  .profilecard1_wrapper--crm_profile {
    position: static;
    width: 100%;
    padding: 0px 0px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .rowsummarycustomer--crm-profile {
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .row_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .wrap--topcustomer {
    padding-left: 0px;
  }

  .single-box-activity-1--crm-profile {
    width: 100%;
  }

  .font16--crm-order {
    font-size: 14px;
  }

  .top-wrap--header-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .row-ltv--crm-order {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .middle-scrollable-action-widgets_crm--orders {
    overflow: auto;
    height: 400px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup-bg-overlay-sample {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .icon--remove {
    width: 20px;
  }

  .label-editor-style-2 {
    margin-bottom: 5px;
  }

  .button-menu-plus-sign---crm-order {
    width: 40px;
    min-height: 40px;
  }

  .input--form--small {
    height: 40px;
    border-radius: 5px;
  }

  .sub-nav-link {
    height: auto;
    margin-right: 0px;
    padding: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-nav-link.w--current {
    height: auto;
    margin-bottom: 0px;
    border-top-width: 1px;
    border-top-color: #000;
    border-right-width: 1px;
    border-right-color: #000;
    border-left-width: 1px;
    border-left-color: #000;
  }

  .total-spend--crm_profile-copy {
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .close_icon {
    display: block;
    width: 40px;
  }

  .crm-flex-body--crm-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 90vw;
    max-height: 94vh;
    margin: 25px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .insert-content-here-container-max1400 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .plus-symbol {
    margin-right: 0px;
  }

  .section-white-about--crm-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .font14--crm-order {
    font-size: 1.2rem;
  }

  .table-box_customer-3 {
    margin-right: 10px;
  }

  .tabs-menu-3 {
    width: 100%;
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .topsection-1-profile--crm-profile-copy {
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .box-tab-style--crm-order {
    width: 100%;
  }

  .add-dropdown--crm-order {
    z-index: 1100;
  }

  .add-dropdown--crm-order.w--open {
    left: 13%;
    top: 12%;
    right: 0%;
    bottom: 0%;
  }

  .profile-image-customer--crm-profile {
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-size: 20px;
  }

  .tab-link---crm_order {
    min-width: 50px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 10px;
  }

  .tab-link---crm_order.w--current {
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image---optin {
    position: relative;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .modal-popup-field {
    width: 100%;
    height: 40px;
    min-width: 60px;
    font-size: 16px;
  }

  .text--headline-wrapper {
    margin-bottom: 0px;
  }

  .text-promo-wrapper {
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-7 {
    margin-top: 10px;
  }

  .checkout-subtext-copy {
    font-size: 14px;
  }

  .checkout-subtext-copy.white {
    color: #fff;
  }

  .section-2-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .counter-text-2 {
    display: none;
    font-size: 8px;
    line-height: 15px;
  }

  .optin--headline {
    margin-top: 0px;
    font-size: 25px;
  }

  .countdownrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2px;
    margin-right: auto;
    margin-bottom: 1px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sticky-badge-saleskip {
    top: 15vh;
    z-index: 2;
  }

  .bg-blur-effect---optin {
    display: none;
  }

  .sylain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-button-proceed {
    background-image: linear-gradient(81deg, #ff3735, #fc312f 77%, #f66001);
  }

  .form-button-proceed.login {
    height: 50px;
    margin-top: 17px;
  }

  .form-2 {
    width: 100%;
    padding-top: 8px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .sub-text-optin-style {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .structure-pagename-h1 {
    width: auto;
    margin-right: 0px;
    margin-bottom: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 24px;
  }

  .headline--optin-wrapper {
    margin-top: 0px;
  }

  .counter-wrap-2 {
    width: auto;
    min-height: auto;
    min-width: 28px;
    margin: 0px 2px;
    padding: 2px 3px;
    font-size: 13px;
  }

  .googlelogin-2 {
    font-size: 16px;
  }

  .googlelogin-2.google {
    font-size: 16px;
  }

  .popup-step-2 {
    display: none;
  }

  .orderformwrapper-copy {
    margin: -10px 0px 0px;
    padding: 0px 26px 40px;
  }

  .col-right--optin {
    padding: 33px;
  }

  .socialmediatitle-2 {
    margin-bottom: 0px;
  }

  .number-3 {
    margin-bottom: -1px;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-2 {
    margin-right: 0px;
  }

  .modal-popup-field--optin {
    width: 100%;
    height: 40px;
    min-width: 60px;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order-btn-txt-h1-4 {
    font-size: 17px;
    line-height: 24px;
  }

  .exiticon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    display: block;
    margin-top: 30px;
    margin-right: 30px;
    clear: none;
  }

  .text-editor {
    margin-top: 30px;
  }

  .footer-button {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: linear-gradient(81deg, #ff3735, #fc312f 77%, #f66001);
  }

  .footer-button.red {
    padding-right: 10px;
    padding-left: 10px;
  }

  .counter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .optin-headline---optin2 {
    font-size: 25px;
  }

  .col-left--optin-copy {
    display: block;
    width: 100%;
  }

  .order-btn-txt-h1---optin2 {
    font-size: 16px;
    line-height: 19px;
  }

  .socialloginbasebtn-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .offerendsin {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    font-size: 8px;
    line-height: 16px;
    text-align: center;
  }

  .tob-bar----style-2---optin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: linear-gradient(207deg, #f65f00, #fe1e14 40%, #ff1716);
  }

  .flex-product--optin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .description-headline---optin-2 {
    margin-top: 10px;
  }

  .order-btn-txt-h2 {
    font-size: 10px;
    line-height: 18px;
  }

  .form-section-title-2 {
    font-size: 20px;
  }

  .step-1-select-product {
    width: 90vw;
    margin-bottom: 0px;
    padding-top: 0vh;
  }

  .login-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 479px) {
  .action-widget {
    margin-right: 0px;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-size: 14px;
  }

  .action-widget.call {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .font-alert-text-copy {
    font-size: 15px;
  }

  .action-widget-2 {
    margin-right: 0px;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-size: 14px;
  }

  .action-widget-2.call {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .col--action-widget--crm_order {
    margin-right: 10px;
  }

  .user-profile-image--crm-profile-copy {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .content-wrapper-nostyle {
    margin-right: 0px;
  }

  .button-primaryform-crm-order {
    border-radius: 5px;
  }

  .float-close-2--crm-order {
    margin-top: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .red_small-button {
    display: inline-block;
    max-height: 43px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none;
    font-size: 14px;
    text-decoration: underline;
  }

  .red_small-button:hover {
    border-style: none;
    background-color: transparent;
    box-shadow: none;
    color: #2e3547;
  }

  .hidden-popup {
    position: relative;
    z-index: 1000;
  }

  .modal-element--crm-popup {
    position: relative;
    z-index: 1100;
    height: 100vh;
    border-radius: 5px;
  }

  .paymentstats2--crm-order {
    min-height: 50px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkbox-field-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .answer12--crm_order {
    font-size: 15px;
  }

  .price-customerstats-red---crm-profile {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .headline-task {
    font-size: 20px;
  }

  .filter-dropdown--crm-order {
    font-size: 12px;
  }

  .radio-holder--crm-orde {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .column-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .usericon-greydark--crm_order {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .wrap--form-single-input {
    margin-bottom: 10px;
  }

  .badge {
    margin-bottom: 4px;
  }

  .tag {
    margin-bottom: 4px;
  }

  .summary-text--crm_order {
    font-size: 15px;
  }

  .activity_boxbg--crm-orders {
    padding: 10px;
  }

  .suggest-icon {
    width: 40px;
  }

  .sub-nav-link-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    white-space: nowrap;
  }

  .lottie-animation-11 {
    width: 80%;
  }

  .usa-alert-body-wf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row-heading-add--crm-order-copy {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .wrapicon--alert-blue {
    width: 20px;
    margin-right: 10px;
  }

  .col--right-content---crm-profile {
    position: relative;
    top: 0px;
    z-index: 0;
    margin-top: 40px;
  }

  .row1--task {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .summary-text-16--crm_order {
    font-size: 15px;
  }

  .col--step--box {
    margin-top: 20px;
    margin-right: 10px;
  }

  .information-error-standard--blue {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
  }

  .large-button-3 {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .button-wrapperr-row2---crm-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .add-widget-content--crm-order {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .box-modal-styled-popup---crm_order {
    height: 100vh;
    border-radius: 0px;
    box-shadow: none;
  }

  .tab-pane-take-note {
    background-color: #f5f5f6;
  }

  .columns-3 {
    padding-top: 0px;
  }

  .keepz--ui-mainhealine {
    font-size: 30px;
    line-height: 1.1em;
  }

  .col-right {
    text-align: left;
  }

  .modal-container--crm-order {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
  }

  .rowsocialmedia--crm-order {
    margin-left: 0px;
  }

  .job-desc--crm_order {
    font-size: 12px;
  }

  .left-col-heading-row--crm-order {
    margin-right: 0px;
  }

  .label_desc_small {
    font-size: 12px;
  }

  .salesfigure-ve---crm_order {
    font-size: 15px;
  }

  .col--left-content---crm-profile {
    padding-right: 0px;
  }

  .single-box-activity-crm--crm-profile {
    width: 106%;
  }

  .insidewraptimeline--crm_profile {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .search-2 {
    width: 100%;
  }

  .search-2.saved-shortlists {
    width: 100%;
    max-width: 380px;
    min-width: 200px;
    margin-right: 10px;
    font-size: 12px;
  }

  .middle-plusscrollable-action-widgets_crm--orders {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sub-nav-body--crm-profile {
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .salesfigure--ve---crm-profile {
    font-size: 15px;
  }

  .leftcustomer--crm-profile {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rowcall--crm-order {
    margin-left: 0px;
  }

  .search-input-3 {
    width: 100%;
    padding: 6px 6px 6px 35px;
    font-size: 12px;
  }

  .keepz-button-accen-copy {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 4px;
    font-size: 12px;
  }

  .keepz-button-accen-copy:hover {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .price-customerstats---crm-profile {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .currency--crm-profile {
    display: inline-block;
    float: left;
    font-size: 12px;
  }

  .font14-tips-crm-order {
    font-size: 15px;
  }

  .button-wrap1--crm-profile {
    margin-right: 10px;
  }

  .profile_top--crm_profile {
    padding: 15px 10px 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .font--light12-grey--crm_order {
    display: block;
    font-size: 11px;
  }

  .desc12--crm_order {
    font-size: 12px;
  }

  .content-wrapper {
    overflow: auto;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 20px;
  }

  .subtext--crm-profile {
    font-size: 12px;
  }

  .profilecard1_wrapper--crm_profile {
    position: static;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mainheading--crm_order {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .rowsummarycustomer--crm-profile {
    margin-left: 0px;
  }

  .double-wrapper-2-copy {
    display: block;
    margin-right: 20px;
  }

  .contentwraptimeline--crm_profile-copy {
    margin-top: 0px;
  }

  .col--activity-box {
    padding: 30px 15px 20px;
  }

  .icon-profile-empty--crm-order {
    width: 11px;
  }

  .row_wrapper {
    margin-left: 0px;
  }

  .select-toggle--crm_order {
    font-size: 12px;
  }

  .wrap-stats {
    margin-bottom: 10px;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tag--custom-nospace {
    margin-bottom: 4px;
  }

  .close-wrapper-right---crm-order {
    width: 20%;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
  }

  .wrap--topcustomer {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .single-box-activity-1--crm-profile {
    width: 110%;
  }

  .font16--crm-order {
    font-size: 15px;
  }

  .wrap--forminput--crm-order {
    height: auto;
  }

  .top-wrap--header-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .keepz-button-accent-popup {
    padding: 9px 10px;
    border-radius: 4px;
    font-size: 12px;
  }

  .keepz-button-accent-popup:hover {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .middle-scrollable-action-widgets_crm--orders {
    position: fixed;
    height: 100vh;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .bottomcontent--crm-profile {
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .activity_boxbg--crm-elements {
    padding: 10px;
  }

  .popup-bg-overlay-sample {
    z-index: 1010;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    max-height: none;
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .right--customerwrap--crm-profile-copy {
    overflow: hidden;
  }

  .icon--remove {
    width: 17px;
  }

  .label-editor-style-2 {
    font-size: 15px;
  }

  .button-menu-plus-sign---crm-order {
    width: 50px;
    min-height: 50px;
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .labelbottom--crm_profile {
    font-size: 12px;
  }

  .sub-nav-link {
    margin-top: 0px;
  }

  .sub-nav-link.w--current {
    height: 80px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .bottom--crm-profile {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .activity_boxbg-lost---crm-elements {
    padding: 10px;
  }

  .bottom-sticky-footer {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1001;
    height: 60px;
    margin-top: -60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #fff), to(hsla(0, 0%, 100%, 0.77)));
    background-image: linear-gradient(360deg, #fff 14%, hsla(0, 0%, 100%, 0.77));
  }

  .total-spend--crm_profile-copy {
    margin-top: 3px;
    font-size: 10px;
  }

  .row-heading-add--crm-order {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .customer_name--crm-order {
    margin-top: 0px;
    line-height: 20px;
    text-align: left;
  }

  .add--crm-order {
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .profile-name--crm-order-copy {
    font-size: 13px;
  }

  .col-right--crm-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .label12--crm_order {
    font-size: 12px;
  }

  .step_count-promote {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }

  .notesbelowheading--crm_order {
    font-size: 12px;
  }

  .subheading-form--crm-profile {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .label-editor-style-2-copy {
    font-size: 14px;
  }

  .crm-flex-body--crm-profile {
    width: 100%;
    padding-top: 0px;
  }

  .icon_wrapper_clearbg-copy {
    width: 40px;
    height: 40px;
    margin-left: 0px;
    padding: 10px;
  }

  .h2--heading {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .popup-box {
    z-index: 1170;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 90vh;
    margin: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .filter-wrap--crm-profile {
    padding-bottom: 20px;
  }

  .insert-content-here-container-max1400 {
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dotted-line {
    border-width: 1.5px;
  }

  .tag--custom {
    margin-bottom: 4px;
  }

  .plus-symbol {
    margin-bottom: 0px;
  }

  .section-white-about--crm-profile {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .font14--crm-order {
    font-size: 1.1rem;
  }

  .table-box_customer-3 {
    margin-right: 0px;
  }

  .tabs-menu-3 {
    overflow: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .price-customerstats-green---crm-profile {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .component-content-block--crm-order {
    z-index: 1000;
  }

  .topsection-1-profile--crm-profile-copy {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ecedee;
  }

  .box-tab-style--crm-order {
    position: absolute;
    height: auto;
    margin-top: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: none;
  }

  .header_icon {
    display: none;
  }

  .add-dropdown--crm-order {
    z-index: 1100;
  }

  .add-dropdown--crm-order.w--open {
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    z-index: 1010;
    max-height: none;
  }

  .profile-image-customer--crm-profile {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-size: 12px;
  }

  .font--light12-grey--crm_order-copy {
    display: block;
    font-size: 11px;
  }

  .checkbox-2 {
    width: 40px;
    margin-right: 10px;
  }

  .icon_wrapper_clearbg {
    width: 40px;
    height: 40px;
    margin-left: 0px;
    padding: 10px;
  }

  .image---optin {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .saleskip_text {
    margin-top: -6px;
    font-size: 13px;
    line-height: 20px;
  }

  .modal-popup-field {
    height: 40px;
    min-width: auto;
    margin-bottom: 16px;
  }

  .modal-popup-field:active {
    height: 6vh;
  }

  .modal-popup-field.country-code {
    width: 24%;
    height: 40px;
    margin-bottom: 0px;
  }

  .modal-popup-field.phone {
    width: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .made_with {
    margin-bottom: -1px;
    font-size: 8px;
  }

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

  .text-promo-wrapper {
    display: block;
    width: auto;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-7 {
    margin-top: 10px;
  }

  .checkout-subtext-copy {
    position: relative;
    right: 0px;
    width: auto;
    min-width: auto;
    margin-left: 0px;
    padding-left: 10px;
    border: 1px none #000;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
  }

  .checkout-subtext-copy.white {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-2-copy {
    padding-top: 0px;
  }

  .optin--headline {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .countdownrapper {
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sticky-badge-saleskip {
    left: auto;
    top: 34%;
    right: 0%;
    bottom: auto;
    margin-right: -27px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    -webkit-transform: rotate(27090deg);
    -ms-transform: rotate(27090deg);
    transform: rotate(27090deg);
  }

  .container-style-optin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 40px 20px 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sylain {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .top-bar-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-button-proceed {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 10px 5px 20px;
  }

  .form-button-proceed.login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 20px;
  }

  .form-2 {
    height: 100%;
    padding-top: 0px;
  }

  .sub-text-optin-style {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .btnarrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    margin-right: 0px;
    margin-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .structure-pagename-h1 {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .headline--optin-wrapper {
    margin-bottom: 0px;
    text-align: center;
  }

  .phone-field-wrapper {
    margin-bottom: -16px;
  }

  .counter-wrap-2 {
    min-width: 27px;
    padding: 2px 3px;
    line-height: 21px;
  }

  .googlelogin-2 {
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    text-align: left;
  }

  .popup-step-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    overflow: auto;
    width: auto;
    height: 100%;
    max-height: none;
    max-width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .orderformwrapper-copy {
    position: static;
    overflow: visible;
    height: auto;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .socialloginwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col-right--optin {
    padding: 15px 15px 0px;
    text-align: left;
  }

  .form3-form {
    width: 100%;
  }

  .socialmediatitle-2 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .number-3 {
    margin-bottom: 0px;
    font-size: 11px;
  }

  .heading-order-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-2 {
    width: 16px;
    height: auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .logo-2.fb {
    width: 19%;
    margin-right: 2px;
    margin-left: 0px;
  }

  .modal-popup-field--optin {
    min-width: auto;
    margin-bottom: 16px;
  }

  .modal-popup-field--optin:active {
    height: 6vh;
  }

  .div-block-20 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .order-btn-txt-h1-4 {
    margin-right: 0px;
    font-size: 16px;
  }

  .exiticon {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    margin-top: 2vh;
    margin-right: 10px;
    margin-bottom: -3574285418548013px;
  }

  .text-editor {
    margin-top: 10px;
  }

  .footer-button {
    width: 80%;
    padding: 5px 10px 5px 20px;
  }

  .footer-button.red {
    width: 100%;
    padding-right: 5px;
    background-color: #5055f5;
  }

  .counter-wrapper {
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .optin-headline---optin2 {
    font-size: 19px;
    line-height: 1.3em;
  }

  .dividergray-3 {
    margin-top: 20px;
    padding-top: 10px;
  }

  .order-btn-txt-h1---optin2 {
    margin-right: 0px;
    font-size: 16px;
  }

  .socialloginbasebtn-2 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .socialloginbasebtn-2.google {
    border-style: solid;
    border-color: rgba(116, 138, 161, 0.36);
  }

  .offerendsin {
    display: block;
    margin-top: -6px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 9px;
  }

  .tob-bar----style-2---optin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .order-btn-txt-h2 {
    margin-right: 0px;
    letter-spacing: 0.1px;
  }

  .form-section-title-2 {
    width: auto;
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .step-1-select-product {
    display: block;
    overflow: visible;
    margin-bottom: 0px;
    padding-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .login-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100%;
    max-width: none;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    border-radius: 0px;
  }
}

#w-node-a262b68231f2-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a262b6823214-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-a262b6823215-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a262b682321d-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a262b6823222-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6de8ad-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ca163c6de8cf-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ca163c6de8d0-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ca163c6de8d8-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6de8dd-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6de942-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ca163c6de964-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ca163c6de965-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ca163c6de96d-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6de972-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6de9db-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ca163c6de9fd-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ca163c6de9fe-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ca163c6dea06-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6dea0b-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6deab7-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ca163c6dead9-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ca163c6deada-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ca163c6deae2-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6deae7-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6deb57-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ca163c6deb79-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ca163c6deb7a-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ca163c6deb82-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6deb87-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6debf1-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ca163c6dec13-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ca163c6dec14-6f1074d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ca163c6dec1c-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca163c6dec21-6f1074d4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

