@charset "UTF-8";

/* Utils */

/* Utils */

/**
 * Variables
 */

input[type="text"],
input[type="number"],
select,
textarea {
  -webkit-appearance: none;
  border: 1px solid #D5DADF;
  background: #fff;
  color: #4A4A4A;
  padding: 8px 15px;
  font-family: "Assistant", sans-serif;
  border-radius: 4px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  width: 100%;
}

input[type="text"][readonly],
input[type="number"][readonly],
select[readonly],
textarea[readonly] {
  background: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}

input[type="text"][readonly]::-webkit-input-placeholder,
input[type="number"][readonly]::-webkit-input-placeholder,
select[readonly]::-webkit-input-placeholder,
textarea[readonly]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #919090;
}

input[type="text"][readonly]::-moz-placeholder,
input[type="number"][readonly]::-moz-placeholder,
select[readonly]::-moz-placeholder,
textarea[readonly]::-moz-placeholder {
  /* Firefox 19+ */
  color: #919090;
}

input[type="text"][readonly]:-ms-input-placeholder,
input[type="number"][readonly]:-ms-input-placeholder,
select[readonly]:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  /* IE 10+ */
  color: #919090;
}

input[type="text"][readonly]:-moz-placeholder,
input[type="number"][readonly]:-moz-placeholder,
select[readonly]:-moz-placeholder,
textarea[readonly]:-moz-placeholder {
  /* Firefox 18- */
  color: #919090;
}

input[type="text"][readonly]:focus,
input[type="number"][readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
  border-color: #D5DADF;
}

input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c3c7cb;
}

input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #c3c7cb;
}

input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #c3c7cb;
}

input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c7cb;
}

input[type="text"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #5136f1;
}

button,
select,
code {
  color: #4A4A4A;
  font-family: "Assistant", sans-serif;
}

body.page-template-template-create .section-cta {
  display: none;
}

/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.notification-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 320px;
  padding: 0px 15px;
  max-height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: auto;
}

.notification {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 15px 58px;
  border-radius: 2px;
  color: #fff;
  background-color: #ccc;
  -webkit-box-shadow: 0 0 12px #999;
          box-shadow: 0 0 12px #999;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  opacity: 0.9;
  margin-top: 15px;
}

.notification .title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.notification:hover,
.notification:focus {
  opacity: 1;
}

.notification-enter {
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.notification-enter.notification-enter-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.notification-leave {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.notification-leave.notification-leave-active {
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.notification:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -14px;
  display: block;
  font-family: 'Notification';
  width: 28px;
  height: 28px;
  font-size: 28px;
  text-align: center;
  line-height: 28px;
}

.notification-info {
  background-color: #2f96b4;
}

.notification-info:before {
  content: "";
}

.notification-success {
  background-color: #51a351;
}

.notification-success:before {
  content: "";
}

.notification-warning {
  background-color: #f89406;
}

.notification-warning:before {
  content: "";
}

.notification-error {
  background-color: #bd362f;
}

.notification-error:before {
  content: "";
}

.notification:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-top: -9px;
}

.notification-error:before {
  content: "\F00D";
}

.notification-success:before {
  content: "\F00C";
}

.notification-error {
  background-color: #f84444;
}

.notification-info {
  background-color: #5137F1;
}

.notification-success {
  background-color: #5137F1;
}

.notification-warning {
  background-color: #fb5;
}

/**
 * AppMain
 */

/**
 * SignatureEditor
 */

.signature-editor .tabs-header {
  background: #fff;
  height: 50px;
  position: relative;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04);
}

.signature-editor .tabs-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  height: 100%;
}

.signature-editor .tabs-header ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.signature-editor .tabs-header ul li:after {
  content: '';
  height: 3px;
  width: 100%;
  background: transparent;
  display: block;
  position: absolute;
  bottom: 0;
}

.signature-editor .tabs-header ul li button {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  background: #fff;
  font-weight: 600;
}

.signature-editor .tabs-header ul li button:focus {
  outline: 0;
}

.signature-editor .tabs-header ul li.active button {
  color: #5137F1;
  font-weight: 600;
}

.signature-editor .tabs-header ul li.active:after {
  background: #5137F1;
}

.signature-editor .tabs-content {
  background: #FAFAFA;
  padding: 30px;
  min-height: 530px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.signature-editor #socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.signature-editor .tab {
  width: 100%;
}

.signature-editor .tab:not(.active) {
  display: none !important;
}

.signature-editor .text-field {
  margin-bottom: 15px;
}

.signature-editor.editNotStarted input[type="text"],
.signature-editor.editNotStarted input[type="number"],
.signature-editor.editNotStarted select {
  color: rgba(74, 74, 74, 0.4);
}

/**
 * SignaturePreview
 */

.signature-template-preview *,
.signature-template-preview *:before,
.signature-template-preview *:after,
.single-template-carousel-preview .signature-template *,
.single-template-carousel-preview .signature-template *:before,
.single-template-carousel-preview .signature-template *:after {
  -webkit-box-sizing: unset;
     -moz-box-sizing: unset;
          box-sizing: unset;
}

.signature-preview .title {
  color: #5137F1;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-top: 0;
}

.signature-preview .preview-text {
  line-height: 1.4;
}

.signature-preview-window {
  background: #FFFFFF;
  -webkit-box-shadow: 0 7px 15px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 15px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.signature-preview-window .signature-template-preview {
  max-width: 480px;
  padding: 1px 0;
  white-space: nowrap;
  overflow-x: auto;
}

/**
 * SignatureActions
 */

.signature-actions {
  margin: 35px 0 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.signature-actions .btn-buy-signature {
  font-weight: 700;
  width: 100%;
}

.signature-actions .btn-save-signature {
  width: 100%;
  margin-top: 6px;
}

.signature-actions .btn-save-as-link {
  margin-left: auto;
  margin-right: 7px;
}

.signature-actions .btn-hollow {
  padding-right: 13px;
  padding-left: 13px;
}

.signature-actions .btn-copy-signature-wrapper {
  text-align: center;
  margin-right: 20px;
  position: relative;
}

.signature-actions .btn-copy-signature-indicator {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 7px;
  font-size: 0.9em;
}

.signature-actions .btn-view-code {
  margin-top: 10px;
  font-size: 14px;
  display: none;
}

.signature-actions .btn-save-as-link2 {
  font-weight: 600;
  text-decoration: underline;
  font-size: 18px;
  position: relative;
}

.signature-actions .btn-save-as-link2:after {
  display: none;
  content: '?';
  background: #D8D8D8;
  font-size: 13px;
  color: #4A4A4A;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  position: absolute;
  top: -13px;
  left: -28px;
}

.signature-view-code {
  background: #FFFFFF;
  border: 1px solid #D5DADF;
  padding: 25px;
  height: 245px;
  position: relative;
}

.signature-view-code:not(.is-open) {
  display: none;
}

.signature-view-code code {
  height: 100%;
  overflow: scroll;
  display: block;
  font-size: 14px;
  text-align: left;
  direction: ltr;
}

.signature-generate-link {
  background: #FFFFFF;
  border: 1px solid #D5DADF;
  padding: 25px;
  position: relative;
}

.signature-generate-link:not(.is-open) {
  display: none;
}

.generate-link-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.generate-link-field label {
  font-weight: 600;
}

.generate-link-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.generate-link-form.disabled {
  opacity: .6;
  pointer-events: none;
}

.generate-link-form input[type="text"] {
  font-size: 15px;
}

/**
 * LTR
 */

body.ltr .signature-actions .btn-copy-signature-wrapper {
  margin-right: 0;
  margin-left: 20px;
}

body.ltr .btn-view-code {
  margin-right: 0;
  margin-left: auto;
}

body.ltr .generate-link-field {
  margin-left: 0;
  margin-right: 10px;
}

body.ltr .btn-save-as-link {
  margin-left: 7px;
  margin-right: auto;
}

/**
 * Signature Templates preview
 */

.signature-templates-preview {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.signature-templates-preview:not(.is-open) {
  opacity: 0;
  pointer-events: none;
}

.signature-templates-preview:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: 0.3;
}

.signature-templates-preview .inner {
  position: relative;
  z-index: 1;
  background: #F3F3F3;
  width: 1200px;
  height: 700px;
  padding: 50px;
  -webkit-box-shadow: 0 7px 15px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 15px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-height: 90vh;
  max-width: 90vw;
  border-radius: 4px;
}

.signature-templates-preview .title {
  text-align: center;
  font-size: 40px;
  color: #5137F1;
  margin: 0 0 40px 0;
}

.signature-templates-preview .templates {
  direction: ltr;
  max-width: 1100px;
  height: 85%;
  overflow: scroll;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.rtl .signature-templates-preview .templates {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.signature-templates-preview .carousel-inner {
  border: 1px solid #ddd;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  height: 100%;
  border-radius: 4px;
}

.signature-templates-preview .carousel-inner:hover {
  border-color: #5137F1;
}

.signature-templates-preview .single-template-carousel-preview {
  width: 50%;
  padding: 10px;
}

.signature-templates-preview .signature-template {
  pointer-events: none;
}

.signature-templates-preview .closeWindow {
  background: #5137f2;
  -webkit-appearance: none;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 23px;
  border-radius: 4px;
}

.signature-templates-preview .closeWindow img {
  max-width: 100%;
  height: auto;
}

.signature-templates-preview .slick-slide {
  float: left;
}

body.ltr .signature-templates-preview .carousel-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(41, 47, 61, 0.84);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  z-index: 99999;
}

.page-loader:not(.is-open) {
  pointer-events: none;
  opacity: 0;
}

.page-loader-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}

.page-loader img {
  width: 30px;
  position: relative;
  top: 5px;
  margin-right: 7px;
}

.ltr .page-loader img {
  margin-right: 0;
  margin-left: 7px;
}

.page-loader-circle {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background-color: transparent !important;
  border: 7px solid #8c7aff;
  border-left: 2px solid transparent;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-animation: rotate 0.3s 0.3s linear infinite;
  animation: rotate 0.3s 0.3s linear infinite;
  outline: none;
  width: 70px !important;
  height: 70px !important;
  min-width: 70px !important;
  padding: 0;
  border-left: 10px solid transparent;
  pointer-events: none;
  border-radius: 100px;
}

.page-loader-text {
  color: #fff;
  font-size: 30px;
  margin-top: 25px;
}

.hatima-loader {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
}

.hatima-loader .page-loader__circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hatima-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke: #5137F1;
  stroke-linecap: round;
}

/**
 * TextField
 */

.text-field label:not(.btn) i {
  margin-left: 5px;
  color: #5137F1;
  padding: 2px;
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ltr .text-field label:not(.btn) i {
  margin-left: 0;
  margin-right: 5px;
}

.text-field label {
  display: block;
  margin-bottom: 10px;
}

.text-field label.label-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-field input,
.text-field select {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  width: 100%;
}

.text-field input:focus,
.text-field select:focus {
  outline: 0;
  border-color: #5137F1;
}

.color-picker-wrapper {
  position: absolute;
  bottom: 38px;
  left: 29px;
}

#clpi-e-alpha {
  display: none !important;
}

.clpi-m-show {
  direction: ltr;
}

.clpi-thumb {
  border: 0;
  position: absolute;
  right: 4px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  direction: ltr;
}

.rtl .clpi-thumb {
  left: 4px;
  right: auto;
}

.ltr .clpi-thumb {
  right: 10px;
}

body.ltr .color-picker-wrapper {
  left: auto;
  right: 29px;
}

body.ltr .color-picker-popover {
  left: auto !important;
  right: 0;
}

.input-range__slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #5137F1;
  border: 1px solid #5137F1;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.65rem;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 1rem;
}

.input-range__slider:active {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}

.input-range__slider:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
          box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2);
}

.input-range--disabled .input-range__slider {
  background: #cccccc;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}

.input-range__slider-container {
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}

.input-range__label {
  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  white-space: nowrap;
}

.input-range__label--max,
.input-range__label--min {
  bottom: -1.4rem;
  position: absolute;
}

.input-range__label--min {
  left: 0;
}

.input-range__label--max {
  right: 0;
}

.input-range__label--value {
  position: absolute;
  top: -1.8rem;
  display: none;
}

.input-range__label-container {
  left: -50%;
  position: relative;
}

.input-range__label--max .input-range__label-container {
  left: 50%;
}

.input-range__track {
  background: #5137f1;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 0.3rem;
  position: relative;
  -webkit-transition: left 0.3s ease-out, width 0.3s ease-out;
  -o-transition: left 0.3s ease-out, width 0.3s ease-out;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}

.input-range--disabled .input-range__track {
  background: #5137f1;
}

.input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%;
}

.input-range__track--active {
  background: #5137F1;
}

.range-field-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.range-field-wrap input[type="number"] {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.range-field-wrap .input-range__label {
  display: none;
}

.input-range__input::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  background: #5137f1;
  height: 5px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=range].input-range__input {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}

input[type=range].input-range__input:focus {
  outline: none;
}

input[type=range].input-range__input::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #5137f1;
  border: 0;
}

input[type=range].input-range__input::-webkit-slider-thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: 18px;
  width: 18px;
  border-radius: 30px;
  background: #5137F1;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type=range].input-range__input:focus::-webkit-slider-runnable-track {
  background: #5137f1;
}

input[type=range].input-range__input::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: #5137f1;
  border: 0;
}

input[type=range].input-range__input::-moz-range-thumb {
  box-shadow: none;
  border: 1px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 30px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range].input-range__input::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type=range].input-range__input::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: none;
}

input[type=range].input-range__input::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: none;
}

input[type=range].input-range__input::-ms-thumb {
  box-shadow: none;
  border: 1px solid #000000;
  height: 18px;
  width: 18px;
  border-radius: 30px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range].input-range__input:focus::-ms-fill-lower {
  background: #3071a9;
}

input[type=range].input-range__input:focus::-ms-fill-upper {
  background: #367ebd;
}

.u-position-absolute {
  position: absolute;
}

.u-position-relative {
  position: relative;
}

.accordion {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #fff;
}

.accordion__item + .accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion__item--has-icon {
  position: relative;
}

.accordion__title {
  cursor: pointer;
  padding: 25px;
  width: 100%;
  border: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.accordion__title:hover {
  background-color: #f2f2f2;
}

.accordion__body {
  padding: 20px 25px;
  display: block;
  -webkit-animation: fadein 0.35s ease-in;
          animation: fadein 0.35s ease-in;
  line-height: 1.9;
}

.accordion__body a {
  color: #5137F1;
}

.accordion__body ol {
  margin: 0;
  padding-left: 30px;
}

.accordion__body--hidden {
  display: none;
  opacity: 0;
  -webkit-animation: fadein 0.35s ease-in;
          animation: fadein 0.35s ease-in;
}

.accordion__title > *:last-child,
.accordion__body > *:last-child {
  margin-bottom: 0;
  margin-top: 0;
}

.accordion__arrow {
  display: inline-block;
  width: 24px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.accordion__arrow::after,
.accordion__arrow::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: currentColor;
  content: '';
}

.accordion__arrow::before {
  left: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

[aria-expanded='true'] .accordion__arrow::before,
[aria-selected='true'] .accordion__arrow::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion__arrow::after {
  right: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

[aria-expanded='true'] .accordion__arrow::after,
[aria-selected='true'] .accordion__arrow::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

[aria-selected='true'].accordion__title {
  background-color: #f2f2f2;
}

.accordion__title:focus {
  outline: 0;
}

.accordion__arrow::before,
.accordion__arrow::after {
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* -------------------------------------------------- */

/* ---------------- Animation part ------------------ */

/* -------------------------------------------------- */

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes move-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes move-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes move-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes move-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.accordion__title--animated:hover .accordion__arrow {
  -webkit-animation-name: move-down;
          animation-name: move-down;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.accordion__title--animated[aria-expanded='true']:hover .accordion__arrow {
  -webkit-animation-name: move-up;
          animation-name: move-up;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.accordion__item h3 {
  font-weight: 400;
}

/**
 * LTR
 */

body.ltr .accordion__arrow {
  right: 0;
  left: auto;
}

/** FileUploadField **/

.file-upload-field input[type="file"] {
  display: none;
}

.file-upload-field .FileUploadInput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file-upload-field[data-file-state="empty"] .FileUploadPreview,
.file-upload-field[data-file-state="empty"] .file-uploading {
  display: none;
}

.file-upload-field[data-file-state="uploading"] .FileUploadPreview,
.file-upload-field[data-file-state="uploading"] .FileUploadInput {
  display: none;
}

.file-upload-field[data-file-state="file-exists"] .file-uploading,
.file-upload-field[data-file-state="file-exists"] .FileUploadInput {
  display: none;
}

.FileUploadPreview {
  max-width: 100%;
  height: auto;
  border: 1px solid #D5DADF;
  background: #fff;
  padding: 10px;
  position: relative;
  border-radius: 4px;
}

.FileUploadPreview img {
  max-width: 100%;
  height: auto;
  display: block;
}

.FileUploadPreview i {
  color: #fff;
  font-size: 23px;
}

.FileUploadPreview .removeFile {
  background: #5137f2;
  -webkit-appearance: none;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Signature Templates preview
 */

.how-it-works-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

.how-it-works-popup:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: 0.3;
}

.how-it-works-popup .inner {
  position: relative;
  z-index: 1;
  background: #F3F3F3;
  width: 1200px;
  height: auto;
  padding: 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04);
  overflow: hidden;
  max-height: 90vh;
  max-width: 90vw;
}

.how-it-works-popup .single-template-carousel-preview {
  width: 50%;
  padding: 10px;
}

.how-it-works-popup .signature-template {
  pointer-events: none;
}

.how-it-works-popup .closeWindow {
  background: #5137f2;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 23px;
  z-index: 3;
}

.how-it-works-popup .closeWindow img {
  max-width: 100%;
  height: auto;
}

.how-it-works-popup .slick-slide {
  float: left;
}

/**
 * HowToInstall
 */

.howToInstall {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.howToInstall:not(.is-open) {
  opacity: 0;
  pointer-events: none;
}

.howToInstall:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: 0.3;
}

.howToInstall .inner {
  position: relative;
  z-index: 1;
  background: #F3F3F3;
  width: 1200px;
  height: 700px;
  padding: 50px;
  -webkit-box-shadow: 0 7px 15px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 15px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-height: 90vh;
  max-width: 90vw;
}

.howToInstall .title {
  text-align: center;
  font-size: 40px;
  color: #5137F1;
  margin: 0 0 10px 0;
}

.howToInstall .subtitle {
  text-align: center;
  font-size: 20px;
  margin: 0 0 30px 0;
}

.howToInstall .howToInstallAccordion {
  height: 85%;
  overflow: scroll;
  padding-bottom: 30px;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.howToInstall .carousel-inner {
  border: 1px solid #ddd;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  height: 100%;
}

.howToInstall .carousel-inner:hover {
  border-color: #5137F1;
}

.howToInstall .single-template-carousel-preview {
  width: 50%;
  padding: 10px;
}

.howToInstall .signature-template {
  pointer-events: none;
}

.howToInstall .closeWindow {
  background: #5137f2;
  -webkit-appearance: none;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 23px;
}

.howToInstall .closeWindow img {
  max-width: 100%;
  height: auto;
}

.howToInstall .slick-slide {
  float: left;
}

body.ltr .howToInstall .carousel-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/**
 * Buy
 */

body.buy-is-open {
  overflow: hidden;
}

.Buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}

.Buy:not(.is-open) {
  opacity: 0;
  pointer-events: none;
}

.Buy iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.Buy-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 20px;
  top: 0;
  padding: 10px;
}

.Buy-tab {
  font-weight: bold;
  padding: 11px 20px;
  cursor: pointer;
  color: #5137F1;
  background: #fff;
  border: 1px solid #5137F1;
  border-radius: 4px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.Buy-tab:hover {
  background: #5137F1;
  color: #fff;
}

.Buy-tab:not(:last-child) {
  margin-left: 0;
}

.Buy-tab.currentTab {
  display: none;
}

.Buy-singleTab:not(.currentTab) {
  display: none;
}

.Buy:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: 0.3;
}

.Buy-pay {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 80px;
  height: 100%;
}

.Buy .input_token_plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 5px;
  padding: 12px 13px 12px 20px;
  font-size: 17px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-weight: 400;
}

.Buy .input_token_plan_text {
  margin-left: 35px;
}

.ltr .Buy .input_token_plan_text {
  margin-left: 0;
  margin-right: 35px;
}

.Buy .input_token_plan_price {
  margin-right: auto;
  direction: rtl;
}

.ltr .Buy .input_token_plan_price {
  margin-left: auto;
  margin-right: 0;
}

.Buy .input_token_plan.currentPlan {
  border-color: #5137F1;
  color: #5137F1;
  font-weight: 700;
}

.Buy .input_token_plan span {
  border: 2px solid #dcdcdc;
  background: #fff;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 100px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.ltr .Buy .input_token_plan span {
  margin-left: 0;
  margin-right: 10px;
}

.Buy .input_token_plan span:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 100px;
  left: 3.3px;
  top: 3px;
}

.Buy .input_token_plan input {
  display: none;
}

.Buy .input_token_plan input:checked ~ span {
  background: #5137F1;
  border-color: #5137F1;
}

.Buy .inner {
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 800px;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: 0 7px 15px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 15px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-height: 94vh;
  max-width: 94vw;
}

.Buy .title {
  text-align: center;
  font-size: 40px;
  color: #5137F1;
  margin: 0 0 10px 0;
}

.Buy .subtitle {
  text-align: center;
  font-size: 20px;
  margin: 0 0 30px 0;
}

.Buy .closeWindow {
  background: #5137f2;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 23px;
  z-index: 90;
  border-radius: 4px;
}

.Buy .closeWindow img {
  max-width: 100%;
  height: auto;
}

.Buy-step {
  height: 100%;
}

.Buy-singleTab {
  height: 100%;
}

.Buy-why {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 147, 148, 0.16)), to(rgba(246, 246, 248, 0.36)));
  background-image: -webkit-linear-gradient(bottom, rgba(147, 147, 148, 0.16) 0%, rgba(246, 246, 248, 0.36) 100%);
  background-image: -o-linear-gradient(bottom, rgba(147, 147, 148, 0.16) 0%, rgba(246, 246, 248, 0.36) 100%);
  background-image: linear-gradient(to top, rgba(147, 147, 148, 0.16) 0%, rgba(246, 246, 248, 0.36) 100%);
  border: 1px solid #f3f2fc;
  -webkit-box-shadow: 2px 3px 2px rgba(81, 55, 241, 0.1);
          box-shadow: 2px 3px 2px rgba(81, 55, 241, 0.1);
  padding: 40px 30px;
  border-radius: 5px;
  text-align: center;
  margin-top: 30px;
  font-size: 17px;
  max-width: 250px;
  position: relative;
  line-height: 1.2;
}

.Buy-why:before {
  background-image: url("../images/hatima-pattern.svg");
  background-size: 180%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 0.06;
}

.Buy-why-inner {
  position: relative;
  z-index: 2;
}

.Buy-why-title {
  color: #5136f1;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 15px;
}

.Buy-why ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: right;
  line-height: 1.2;
}

.ltr .Buy-why ul {
  text-align: left;
}

.Buy-why ul li:not(:last-child) {
  margin-bottom: 3px;
}

.Buy-why-image {
  position: relative;
  top: 10px;
}

.Buy-why-image img {
  max-width: 110px;
}

.Buy-steps {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #5038f2;
  padding: 50px 30px;
  background: #fff;
  height: 100%;
  overflow: auto;
  border-radius: 4px;
}

.Buy-steps-actions {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.Buy-steps-actions button,
.Buy-steps-actions a {
  padding: 20px 20px;
  font-size: 18px;
  border: 0;
}

.Buy-steps-actions .btn-hollow:hover {
  background: #5137f117;
  color: #5137F1;
}

.Buy-steps-moreActions {
  margin-top: 40px;
  text-align: center;
}

.Buy-steps-moreActions a {
  display: inline-block;
  color: #5137F1;
  text-decoration: underline;
}

.Buy-steps-platforms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 20px auto 0 auto;
}

.Buy-steps-platforms a {
  display: block;
  font-size: 15px;
  position: relative;
}

.Buy-steps-platforms a:hover {
  color: #5137F1;
}

.Buy-steps-platforms a:not(:last-child) {
  margin-left: 20px;
}

.ltr .Buy-steps-platforms a:not(:last-child) {
  margin-left: 0;
  margin-right: 20px;
}

.Buy-steps-platforms a:not(:last-child):before {
  content: '';
  left: -15px;
  position: absolute;
  top: 4px;
  height: 15px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 1px;
}

.ltr .Buy-steps-platforms a:not(:last-child):before {
  left: auto;
  right: -15px;
}

.Buy-steps-platforms img {
  max-width: 17px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

.ltr .Buy-steps-platforms img {
  margin-left: 0;
  margin-right: 3px;
}

.Buy-steps-platforms i {
  color: #5137F1;
  font-size: 13px;
  margin-left: 3px;
}

.ltr .Buy-steps-platforms i {
  margin-left: 0;
  margin-right: 3px;
}

.Buy-steps-sides {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 20px;
}

.Buy-steps-wrapper {
  height: 100%;
}

.Buy-steps-title {
  font-size: 20px;
  margin: 0 0 25px 0;
}

.Buy-steps-template {
  border: 2px dashed #ddd;
  padding: 20px;
  border-radius: 4px;
}

.Buy-steps .checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.Buy-steps .checkbox input {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.ltr .Buy-steps .checkbox input {
  margin-left: 0;
  margin-right: 5px;
}

.Buy-steps .checkbox a {
  color: #5137F1;
}

.Buy-steps-list {
  display: none;
  position: absolute;
  left: 0;
  width: 400px;
}

.Buy-steps-list .progressbar {
  counter-reset: step !important;
  position: relative !important;
  width: 100% !important;
  height: 58px !important;
  margin: 0 0 30px !important;
  padding: 0;
}

.Buy-steps-list .progressbar li {
  list-style-type: none !important;
  float: right !important;
  width: 33.33% !important;
  position: relative !important;
  text-align: center !important;
  margin: 0 !important;
}

.Buy-steps-list .progressbar li:first-child:after {
  display: none;
}

.Buy-steps-list .progressbar li.active {
  color: #5137F1 !important;
  font-weight: bold;
}

.Buy-steps-list .progressbar li.active:before {
  border-color: #5137F1 !important;
  border-width: 2px !important;
  background: #5137F1 !important;
  color: #fff !important;
  line-height: 25px !important;
  padding-left: 2px;
}

body.ltr .Buy-steps-list .progressbar li {
  float: left !important;
}

.Buy-steps-list .progressbar li:before {
  content: counter(step) !important;
  counter-increment: step !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  border: 1px solid #ddd !important;
  display: block !important;
  text-align: center !important;
  margin: 0 auto 10px !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  z-index: 20 !important;
  position: relative !important;
}

.Buy-steps-list .progressbar li:after {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 1px !important;
  background-color: #ddd !important;
  top: 15px !important;
  left: 50% !important;
  z-index: 10 !important;
}

body.ltr .Buy-steps-list .progressbar li:after {
  left: -50% !important;
}

.Buy-step:not(.currentStep) {
  display: none;
}

.Buy-steps-box {
  position: relative;
  padding: 40px 40px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 15px rgba(50, 50, 50, 0.06);
          box-shadow: 0 1px 15px rgba(50, 50, 50, 0.06);
  border: 1px solid #5136f1;
}

.Buy-steps-box:not(:last-child) {
  margin-bottom: 30px;
}

.Buy-steps-box-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Buy-steps-box-header-title {
  font-weight: 700;
  font-size: 19px;
}

.Buy-steps-box-header-title i {
  color: #5136f1;
  font-size: 0.85em;
}

.Buy-steps-box ol,
.Buy-steps-box ul {
  margin: 0;
  padding: 0 17px 0 0;
}

.Buy-steps-box ol li:not(:last-child),
.Buy-steps-box ul li:not(:last-child) {
  margin-bottom: 8px;
}

.language-switcher .current-lang {
  display: none !important;
}

.save_token {
  border: 1px solid rgba(81, 54, 241, 0.5);
  padding: 25px;
  position: relative;
  margin-bottom: 15px;
  background: rgba(81, 54, 241, 0.025);
  border-radius: 4px;
}

.save_token__totals {
  margin-top: 5px;
  font-weight: bold;
}

.save_token__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.ltr .save_token__input {
  margin-left: 0;
  margin-right: 10px;
}

.save_token__input label {
  font-weight: 600;
}

.save_token__text {
  line-height: 1.3;
}

.save_token__button a {
  display: inline-block;
}

.save_token__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.save_token__form.disabled {
  opacity: .6;
  pointer-events: none;
}

.save_token__form input[type="text"] {
  font-size: 15px;
}

.block-user-from-edit .signature-editor [name="fullname"],
.block-user-from-edit .signature-editor [name="email"] {
  pointer-events: none;
  opacity: 0.5;
}

.block-user-from-socials .signature-editor [data-tab-target="socials"] {
  opacity: 0.4;
  cursor: not-allowed;
}

.block-user-from-socials .signature-editor [data-tab-target="socials"] button {
  cursor: not-allowed;
}

.block-user-from-socials .signature-editor [data-tab-target="socials"]:active {
  pointer-events: none;
}

.block-user-from-style .signature-editor [data-tab-target="images"],
.block-user-from-style .signature-editor [data-tab-target="styling"] {
  opacity: 0.4;
  cursor: not-allowed;
}

.block-user-from-style .signature-editor [data-tab-target="images"] button,
.block-user-from-style .signature-editor [data-tab-target="styling"] button {
  cursor: not-allowed;
}

.block-user-from-style .signature-editor [data-tab-target="images"]:active,
.block-user-from-style .signature-editor [data-tab-target="styling"]:active {
  pointer-events: none;
}

.block-user-from-style .btn-choose-template {
  opacity: .4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: not-allowed;
  pointer-events: none;
}

.block-user-from-content .signature-editor [data-tab-target="content"],
.block-user-from-content .signature-editor .tabs-content #content {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.block-user-from-content .signature-editor [data-tab-target="content"] button,
.block-user-from-content .signature-editor .tabs-content #content button {
  cursor: not-allowed;
}

.block-user-from-content .signature-editor [data-tab-target="content"]:active,
.block-user-from-content .signature-editor .tabs-content #content:active {
  pointer-events: none;
}

body:not(.user-edit-existing-capture) .btn-save-signature {
  display: none !important;
}

.use_token {
  border: 1px solid rgba(81, 54, 241, 0.5);
  padding: 25px;
  position: relative;
  margin-bottom: 15px;
  background: rgba(81, 54, 241, 0.025);
  border-radius: 4px;
  max-width: 500px;
}

.use_token__form {
  margin-top: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.use_token__form.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.use_token__success {
  margin-top: 20px;
  font-weight: bold;
  display: none;
}

.use_token__success button {
  width: 100%;
}

.use_token__success-text {
  margin-bottom: 10px;
  display: block;
}

.use_token__error {
  color: red;
  margin-top: 13px;
  display: none;
}

.use_token__input label {
  font-weight: 600;
}

.use_token__text {
  line-height: 1.3;
}

.use_token__button {
  margin-top: 6px;
}

.use_token__button button {
  width: 100%;
}

body.page-template-template-create .site-header:not(.elementor-sticky--effects) {
  background: transparent !important;
}

body.page-template-template-create .header__ctaButton {
  display: none !important;
}

.create-wrapper {
  background-image: url("../images/hatima-pattern.svg");
  background-attachment: fixed;
  position: relative;
  margin-top: -90px;
  padding-top: 130px;
}

.create-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F3F3F3;
  opacity: 0.96;
}

.create-head {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 20px;
}

.create-head__text {
  color: #38466B;
  font-weight: 600;
  margin: 10px auto 0 auto;
  font-size: 22px;
}

.create-head__text span {
  color: #05933E;
  background: #E5F7ED;
  padding: 3px 7px;
  border: 1px solid rgba(5, 147, 62, 0.1);
  border-radius: 5px;
  margin-left: 4px;
}

.create-head__title {
  color: #5136f1;
  margin: 0;
  font-size: 42px;
  font-weight: 700;
}

.create-content {
  position: relative;
  z-index: 3;
  padding-bottom: 30px;
  padding-top: 30px;
}

.create-content__text {
  color: #38466B;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.create-content__text p {
  margin: 0;
}

.create-content__title {
  color: #5136f1;
  margin: 0 0 10px 0;
  font-size: 24px;
}

.myToken {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.myToken.is-loading .myToken-window:before {
  opacity: 1;
  pointer-events: all;
}

.myToken:not(.is-open) {
  right: -600px;
  background: none;
  pointer-events: none;
}

.myToken-window {
  position: absolute;
  z-index: 10;
  background: #faf9ff;
  width: 600px;
  bottom: 0;
  top: 0;
  right: 0;
  overflow: auto;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.myToken-window:before {
  background-image: url("../images/components/buttons/loader.svg");
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #5136f1;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  pointer-events: none;
}

.myToken .closeWindow {
  background: #5137f2;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 23px;
  z-index: 90;
  border-radius: 4px;
}

.myToken .closeWindow img {
  max-width: 100%;
  height: auto;
}

.myToken-header {
  background: #5136f1;
  padding: 40px 0;
  text-align: center;
}

.myToken-title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}

.myToken-subtitle {
  color: #fff;
  opacity: .85;
  position: relative;
  top: 6px;
}

.myToken-container {
  padding: 30px;
}

.myToken-box {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 15px rgba(50, 50, 50, 0.06);
          box-shadow: 0 1px 15px rgba(50, 50, 50, 0.06);
}

.myToken-box:not(:last-child) {
  margin-bottom: 30px;
}

.myToken-box-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.myToken-box-header-title {
  font-weight: 700;
  font-size: 19px;
}

.myToken-box-header-title i {
  color: #5136f1;
}

.myToken-box-header-leftSignatures {
  font-size: 15px;
  font-weight: 600;
  color: #2ecc71;
  background: rgba(46, 204, 113, 0.2);
  border-radius: 30px;
  padding: 5px 12px;
}

.myToken-box-header-leftSignatures.not-left {
  color: #e74c3c;
  background: rgba(231, 76, 60, 0.2);
}

.myToken-box-header i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 14px;
  margin-top: -2px;
  margin-left: 5px;
  line-height: 1;
  font-weight: 400;
}

.myToken-box-header i span.tool {
  color: #5136f1;
  text-decoration: underline;
}

.myToken-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}

.myToken-list a:not(.btn) {
  color: #5136f1;
  text-decoration: underline;
}

.myToken-list-row {
  display: grid;
  grid-template-columns: 30px 1fr 1.5fr;
  grid-gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.myToken-list-row:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

.myToken-list-row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.myToken-list-row > div:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.myToken-list-btn {
  padding: 6px 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer !important;
  letter-spacing: -.3px;
}

.myToken-list-btn i {
  position: relative;
  top: 1px;
  left: -8px;
}

.ltr .myToken-list-btn i {
  left: auto;
  right: -8px;
}

.myToken-fields {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}

.myToken-fields:not(:last-child) {
  margin-bottom: 15px;
}

.myToken-fields--twoColumns {
  grid-template-columns: 1fr 1fr;
}

.myToken-faqs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.myToken-faq:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
}

.myToken-faq-question {
  font-weight: 600;
  margin-bottom: 3px;
}

.myToken-faq-question i {
  color: #5136f1;
}

.sidePopup {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.sidePopup.is-loading .sidePopup-window:before {
  opacity: 1;
  pointer-events: all;
}

.sidePopup:not(.is-open) {
  right: -600px;
  background: none;
  pointer-events: none;
}

.sidePopup-window {
  position: absolute;
  z-index: 10;
  background: #faf9ff;
  width: 600px;
  bottom: 0;
  top: 0;
  right: 0;
  overflow: auto;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.sidePopup-window:before {
  background-image: url("../images/components/buttons/loader.svg");
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #5136f1;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  pointer-events: none;
}

.sidePopup .closeWindow {
  background: #5137f2;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 23px;
  z-index: 90;
  border-radius: 4px;
}

.sidePopup .closeWindow img {
  max-width: 100%;
  height: auto;
}

.sidePopup-header {
  background: #5136f1;
  padding: 40px 0;
  text-align: center;
}

.sidePopup-title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}

.sidePopup-subtitle {
  color: #fff;
  opacity: .85;
  position: relative;
  top: 6px;
}

.sidePopup-container {
  padding: 30px;
}

.sidePopup-box {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 15px rgba(50, 50, 50, 0.06);
          box-shadow: 0 1px 15px rgba(50, 50, 50, 0.06);
}

.sidePopup-box:not(:last-child) {
  margin-bottom: 30px;
}

.sidePopup-box-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidePopup-box-header-title {
  font-weight: 700;
  font-size: 19px;
}

.sidePopup-box-header-title i {
  color: #5136f1;
}

.sidePopup-box-header-leftSignatures {
  font-size: 15px;
  font-weight: 600;
  color: #2ecc71;
  background: rgba(46, 204, 113, 0.2);
  border-radius: 30px;
  padding: 5px 12px;
}

.sidePopup-box-header-leftSignatures.not-left {
  color: #e74c3c;
  background: rgba(231, 76, 60, 0.2);
}

.sidePopup-box-header i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 14px;
  margin-top: -2px;
  margin-left: 5px;
  line-height: 1;
  font-weight: 400;
}

.sidePopup-box-header i span.tool {
  color: #5136f1;
  text-decoration: underline;
}

.sidePopup-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}

.sidePopup-list a:not(.btn) {
  color: #5136f1;
  text-decoration: underline;
}

.sidePopup-list-row {
  display: grid;
  grid-template-columns: 30px 1fr 1.5fr;
  grid-gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidePopup-list-row:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

.sidePopup-list-row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.sidePopup-list-row > div:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sidePopup-list-btn {
  padding: 8px 13px;
  font-size: 15px;
}

.sidePopup-list-btn i {
  position: relative;
  top: 1px;
  left: -5px;
}

.ltr .sidePopup-list-btn i {
  left: 0;
  right: -5px;
}

.sidePopup-fields {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}

.sidePopup-fields:not(:last-child) {
  margin-bottom: 15px;
}

.sidePopup-fields--twoColumns {
  grid-template-columns: 1fr 1fr;
}

.sidePopup-faqs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidePopup-faq:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
}

.sidePopup-faq-question {
  font-weight: 600;
  margin-bottom: 3px;
}

.sidePopup-faq-question i {
  color: #5136f1;
}

/* Browser mockup code
 * Contribute: https://gist.github.com/jarthod/8719db9fef8deb937f4f
 * Live example: https://updown.io
 */

.browser-mockup {
  border-top: 2.5em solid rgba(230, 230, 230, 0.7);
  position: relative;
  border-radius: 3px 3px 0 0;
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.5em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  -webkit-box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
          box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup .browser-title {
  color: rgba(87, 85, 85, 0.4);
  font-size: 16px;
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 2;
  font-weight: 400;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.5em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  -webkit-box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
          box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup.with-tab:after {
  display: block;
  position: absolute;
  content: '';
  top: -2em;
  left: 5.5em;
  width: 20%;
  height: 0em;
  border-bottom: 2em solid white;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
  display: block;
  position: absolute;
  content: '';
  top: -1.6em;
  left: 5.5em;
  width: calc(100% - 6em);
  height: 1.2em;
  border-radius: 2px;
  background-color: white;
}

.browser-mockup > * {
  display: block;
}

/** loader **/

.loader {
  position: relative;
  margin: 0 auto;
  width: 50px;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #5137F1;
}

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.notsortable-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 12px auto;
  max-width: 428px;
}

.notsortable-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.notsortable-list li:not(:last-child) {
  margin-bottom: 11px;
}

.notsortable-list .notsort-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.notsortable-list .notsort-input input {
  width: 100%;
}

.notsortable-list .notsort-input-short {
  -webkit-box-flex: 0.4 !important;
  -webkit-flex: 0.4 !important;
     -moz-box-flex: 0.4 !important;
      -ms-flex: 0.4 !important;
          flex: 0.4 !important;
  margin-left: 10px;
}

.ltr .notsortable-list .notsort-input-short {
  margin-left: auto;
  margin-right: 11px;
}

.sortable-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.sortable-list .ghost-background-class {
  opacity: .6;
}

.sortable-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.sortable-list > li:not(:last-child) {
  margin-bottom: 11px;
}

.sortable-list .sort-handle {
  margin-left: 11px;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  width: 15px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.ltr .sortable-list .sort-handle {
  margin-left: auto;
  margin-right: 11px;
}

.sortable-list .sort-handle i {
  display: none;
}

.sortable-list .sort-handle:before,
.sortable-list .sort-handle:after {
  content: '';
  display: block;
  background: #c1c2c3;
  height: 2px;
  width: 100%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.sortable-list .sort-handle:after {
  margin-top: 3px;
}

.sortable-list .sort-handle:active:before,
.sortable-list .sort-handle:active:after {
  background: #5136f1;
}

.sortable-list .sort-handle:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.sortable-list .sort-icon {
  margin-left: 10px;
  color: #5136f1;
}

.ltr .sortable-list .sort-icon {
  margin-left: auto;
  margin-right: 10px;
}

.sortable-list .sort-icon img {
  border-radius: 4px;
  max-width: 36px;
  display: block;
}

.sortable-list .sort-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sortable-list .sort-input input {
  width: 100%;
}

.sortable-list .sort-input-short {
  -webkit-box-flex: 0.4 !important;
  -webkit-flex: 0.4 !important;
     -moz-box-flex: 0.4 !important;
      -ms-flex: 0.4 !important;
          flex: 0.4 !important;
  margin-left: 10px;
}

.ltr .sortable-list .sort-input-short {
  margin-left: auto;
  margin-right: 10px;
}

.sortable-list .sort-remove {
  margin-right: 15px;
  cursor: pointer;
  color: #ef5555;
}

.ltr .sortable-list .sort-remove {
  margin-right: auto;
  margin-left: 15px;
}

.add-socials {
  margin-bottom: 20px;
}

.add-socials__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.add-socials__title {
  text-align: center;
  font-size: 16px;
  color: #38466B;
}

.add-socials__list {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-gap: 9px;
}

.add-socials__item {
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.add-socials__item:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.add-socials img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.add-field {
  margin: 0 auto;
}

.editor-grid-one-columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
}

.editor-grid-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.app-main-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
}

.radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.radio-button:not(:last-child) {
  margin-left: 10px;
}

.ltr .radio-button:not(:last-child) {
  margin-left: 0;
  margin-right: 10px;
}

.radio-button label {
  border: 2px solid #38466b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #38466b;
  font-size: 17px;
  padding: 7px 7px 7px 16px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.ltr .radio-button label {
  padding: 7px 16px 7px 7px;
}

.radio-button [type="radio"]:checked + label {
  background: #38466b;
  color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.radio-button img {
  width: 27px;
  margin-left: 10px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.ltr .radio-button img {
  margin-left: 0;
  margin-right: 10px;
}

.radio-button [type="radio"] + label[for="colored"] img {
  border-color: #fff;
  background: #38466b;
}

.radio-button input {
  display: none;
}

textarea.hatima_state_content_input {
  height: 36px;
  position: relative;
  top: 2px;
  resize: none;
  margin-bottom: -2px;
}

@media (min-width: 768px) {
  .signature-editor .tab .row:last-child .text-field {
    margin-bottom: 0;
  }
}

@media (min-width: 993px) {
  .ltr .Buy-steps {
    padding-top: 70px;
  }
}

@media (max-width: 1200px) {
  .signature-editor .tabs-header ul {
    font-size: 16px;
  }

  .signature-preview-window .signature-template-preview {
    max-width: 395px;
  }

  .signature-actions .btn-hollow {
    padding-right: 10px;
    padding-left: 10px;
  }

  .Buy-tabs {
    top: 20px;
    left: 20px;
  }

  .Buy .inner {
    padding: 20px;
  }

  .Buy-steps-platforms a {
    font-size: 14px;
  }

  .app-main-container {
    grid-column-gap: 30px;
  }
}

@media (max-width: 992px) {
  .signature-templates-preview .single-template-carousel-preview {
    width: 100%;
  }

  .how-it-works-popup .single-template-carousel-preview {
    width: 100%;
  }

  .howToInstall .single-template-carousel-preview {
    width: 100%;
  }

  .Buy-steps {
    padding: 70px 20px 20px 20px;
  }

  .Buy-steps-sides {
    display: block;
  }

  .Buy-steps-left {
    margin-top: 40px;
  }

  .save_token {
    margin-top: 30px;
  }

  .use_token {
    margin-top: 30px;
  }

  .create-head__text {
    font-size: 18px;
  }

  .create-head__title {
    font-size: 35px;
  }

  textarea.hatima_state_content_input {
    height: 33px;
    top: 1px;
    margin-bottom: -1.5px;
  }

  textarea.hatima_state_content_input {
    height: 30px;
  }
}

@media (max-width: 991px) {
  input[type="text"],
  input[type="number"],
  select,
  textarea {
    font-size: 15px;
    padding: 7px 13px;
  }

  .signature-editor .tabs-content {
    padding: 20px 15px;
  }

  .signature-preview-window .signature-template-preview {
    max-width: 292.5px;
  }

  .clpi-thumb {
    right: 0px;
    top: 8px;
  }

  .rtl .clpi-thumb {
    right: auto;
    left: 0;
  }

  .range-field-wrap input[type="number"] {
    width: 30%;
    margin-right: 5px;
  }

  .FileUploadPreview i {
    font-size: 16px;
  }

  .FileUploadPreview .removeFile {
    width: 21px;
    height: 21px;
    right: 5px;
    top: 5px;
  }

  .create-content__text {
    font-size: 16px;
  }

  .create-content__title {
    font-size: 22px;
  }

  .notsortable-list {
    margin-bottom: 6px;
  }

  .notsortable-list li:not(:last-child) {
    margin-bottom: 5px;
  }

  .notsortable-list .notsort-input-short {
    -webkit-box-flex: 0.5 !important;
    -webkit-flex: 0.5 !important;
       -moz-box-flex: 0.5 !important;
        -ms-flex: 0.5 !important;
            flex: 0.5 !important;
    margin-left: 5px;
  }

  .ltr .notsortable-list .notsort-input-short {
    margin-left: auto;
    margin-right: 5px;
  }

  .sortable-list > li:not(:last-child) {
    margin-bottom: 6px;
  }

  .sortable-list .sort-handle {
    margin-left: 6px;
    width: 13px;
    height: 22px;
  }

  .ltr .sortable-list .sort-handle {
    margin-left: auto;
    margin-right: 6px;
  }

  .sortable-list .sort-icon {
    margin-left: 5px;
  }

  .ltr .sortable-list .sort-icon {
    margin-left: auto;
    margin-right: 5px;
  }

  .sortable-list .sort-icon img {
    max-width: 33px;
  }

  .sortable-list .sort-input-short {
    -webkit-box-flex: 0.5 !important;
    -webkit-flex: 0.5 !important;
       -moz-box-flex: 0.5 !important;
        -ms-flex: 0.5 !important;
            flex: 0.5 !important;
    margin-left: 5px;
  }

  .ltr .sortable-list .sort-input-short {
    margin-left: auto;
    margin-right: 5px;
  }

  .sortable-list .sort-remove {
    margin-right: 7px;
  }

  .ltr .sortable-list .sort-remove {
    margin-right: auto;
    margin-left: 7px;
  }

  .add-socials__title {
    font-size: 14px;
  }

  .add-socials__list {
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 8px;
  }

  .app-main-container {
    grid-column-gap: 15px;
  }
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="number"],
  select,
  textarea {
    font-size: 14px;
    padding: 6px 12px;
  }

  main.app-main {
    margin-top: 20px;
  }

  .signature-editor .tabs-header ul {
    font-size: 14px;
  }

  .signature-editor .text-field {
    margin-bottom: 15px;
  }

  .signature-preview-window .signature-template-preview {
    padding: 3px 0;
    max-width: 350px;
  }

  .signature-preview-col {
    margin-top: 30px;
  }

  .signature-actions {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }

  .signature-actions .btn-choose-template {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .signature-actions .btn-view-code {
    width: 100%;
    margin: 15px auto;
  }

  .signature-actions .btn-save-as-link {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-bottom: 7px;
  }

  .signature-actions .btn-copy-signature-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .signature-actions .btn-copy-signature-wrapper button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .signature-generate-link {
    padding: 15px;
  }

  .generate-link-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .generate-link-form .btn-save-as-link {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .generate-link-form .generate-link-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .generate-link-form .generate-link-field {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .generate-link-form .generate-link-button-wrap {
    width: 100%;
  }

  .generate-link-form .generate-link-button-wrap button {
    width: 100%;
  }

  .generate-link-form input[type="text"] {
    font-size: 14px;
  }

  body.ltr .signature-actions .btn-copy-signature-wrapper {
    margin-left: 0;
  }

  body.ltr .generate-link-field {
    margin-right: 0;
  }

  body.ltr .btn-save-as-link {
    margin-left: auto;
  }

  .signature-templates-preview .inner {
    padding: 0;
  }

  .signature-templates-preview .title {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .page-loader img {
    width: 24px;
  }

  .page-loader-circle {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
  }

  .page-loader-text {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 19px;
  }

  .text-field label {
    font-size: 14px;
  }

  .color-picker-wrapper {
    bottom: 23px;
  }

  .clpi-thumb {
    top: 7px;
  }

  .how-it-works-popup .inner {
    padding: 0;
  }

  .howToInstall .inner {
    padding: 0;
  }

  .howToInstall .title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .howToInstall .subtitle {
    font-size: 16px;
  }

  .Buy {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .Buy-tabs {
    top: 6px;
    left: 6px;
  }

  .Buy-pay {
    display: block;
  }

  .Buy .inner {
    padding: 0;
    max-height: 91vh;
    margin-bottom: 6px;
    max-width: 97vw;
  }

  .Buy .title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .Buy .subtitle {
    font-size: 16px;
  }

  .Buy-why {
    display: none;
  }

  .Buy-steps-platforms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    max-width: 360px;
  }

  .Buy-steps-platforms a:not(:last-child) {
    margin-left: 0;
  }

  .Buy-steps-platforms a:not(:last-child):before {
    display: none;
  }

  .Buy-steps-wrapper {
    height: 100%;
  }

  .Buy-steps-list {
    display: none;
  }

  .Buy-steps-left {
    margin-bottom: 25px;
  }

  .Buy-steps-box {
    padding: 20px;
  }

  .Buy-steps-box:not(:last-child) {
    margin-bottom: 15px;
  }

  .Buy-steps-box-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .Buy-steps-box-header-title {
    font-size: 16px;
  }

  .Buy-steps-box ol,
  .Buy-steps-box ul {
    font-size: 14px;
  }

  .save_token {
    padding: 15px;
  }

  .save_token__input {
    width: 100%;
    margin: 0 !important;
  }

  .save_token__button a {
    width: 100%;
    text-align: center;
  }

  .save_token__button {
    width: 100%;
    margin-top: 10px;
  }

  .save_token__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .save_token__form .btn-save-as-link {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .save_token__form .generate-link-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .save_token__form .generate-link-field {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .save_token__form .generate-link-button-wrap {
    width: 100%;
  }

  .save_token__form .generate-link-button-wrap button {
    width: 100%;
  }

  .save_token__form input[type="text"] {
    font-size: 14px;
  }

  .use_token {
    padding: 15px;
  }

  .use_token__input {
    width: 100%;
    margin: 0 !important;
  }

  .use_token__button {
    width: 100%;
    margin-top: 10px;
  }

  .create-wrapper {
    padding-top: 80px;
    margin-top: -63px;
  }

  .create-head {
    margin-bottom: 40px;
  }

  .create-head__text span {
    margin-left: 2px;
    padding: 2px 5px;
  }

  .create-head__text {
    font-size: 18px;
    max-width: 400px;
    line-height: 1.44;
  }

  .create-head__title {
    font-size: 32px;
  }

  .create-content__text {
    font-size: 15px;
  }

  .create-content__title {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .myToken:not(.is-open) {
    right: -100vw;
  }

  .myToken-window {
    width: 100vw;
    font-size: 14px;
  }

  .myToken .closeWindow {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }

  .myToken-header {
    padding: 35px 0;
  }

  .myToken-title {
    font-size: 20px;
  }

  .myToken-subtitle {
    top: 4px;
  }

  .myToken-container {
    padding: 15px;
  }

  .myToken-box {
    padding: 20px;
  }

  .myToken-box:not(:last-child) {
    margin-bottom: 15px;
  }

  .myToken-box-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .myToken-box-header-title {
    font-size: 16px;
  }

  .myToken-box-header-leftSignatures {
    font-size: 13px;
    margin-top: 8px;
  }

  .myToken-list-row {
    grid-template-columns: 25px 1fr 1.5fr;
  }

  .myToken-list-row > div:last-child {
    display: block;
  }

  .myToken-list-btn {
    padding: 5px;
    font-size: 13px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .myToken-fields--twoColumns {
    grid-template-columns: 1fr;
  }

  .sidePopup:not(.is-open) {
    right: -100vw;
  }

  .sidePopup-window {
    width: 100vw;
    font-size: 14px;
  }

  .sidePopup .closeWindow {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }

  .sidePopup-header {
    padding: 35px 0;
  }

  .sidePopup-title {
    font-size: 20px;
  }

  .sidePopup-subtitle {
    top: 4px;
  }

  .sidePopup-container {
    padding: 15px;
  }

  .sidePopup-box {
    padding: 20px;
  }

  .sidePopup-box:not(:last-child) {
    margin-bottom: 15px;
  }

  .sidePopup-box-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sidePopup-box-header-title {
    font-size: 16px;
  }

  .sidePopup-box-header-leftSignatures {
    font-size: 13px;
    margin-top: 8px;
  }

  .sidePopup-list-row {
    grid-template-columns: 25px 1fr 1.5fr;
  }

  .sidePopup-list-btn {
    padding: 4px;
    font-size: 13px;
  }

  .sidePopup-fields--twoColumns {
    grid-template-columns: 1fr;
  }

  .sortable-list {
    margin-bottom: 20px;
  }

  .sortable-list .sort-icon img {
    max-width: 30px;
  }

  .add-socials__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .add-socials__title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .add-socials__list {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 8px;
  }

  .editor-grid-one-columns {
    grid-column-gap: 20px;
  }

  .editor-grid-two-columns {
    grid-column-gap: 20px;
  }

  .app-main-container {
    max-width: 480px;
    grid-column-gap: 0;
    grid-template-columns: 1fr;
  }

  .radio-button label {
    padding: 5px 5px 5px 13px;
  }

  .ltr .radio-button label {
    padding: 5px 13px 5px 5px;
  }

  .radio-button img {
    width: 23px;
    margin-left: 6px;
  }

  .ltr .radio-button img {
    margin-left: 0;
    margin-right: 6px;
  }
}

@media (max-width: 600px) {
  .hatima-loader {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 500px) {
  .signature-preview-window .signature-template-preview {
    max-width: 320px;
  }
}

@media (max-width: 400px) {
  .signature-preview-window {
    padding-right: 15px;
    padding-left: 15px;
  }

  .add-socials__list {
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 6px;
  }
}

@media (max-width: 390px) {
  .signature-preview-window .signature-template-preview {
    max-width: 300px;
  }
}

@media (max-width: 370px) {
  .signature-preview-window .signature-template-preview {
    max-width: 290px;
  }
}

@media (max-width: 360px) {
  .add-socials__list {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 5px;
  }
}

@media (max-width: 350px) {
  .signature-preview-window .signature-template-preview {
    max-width: 280px;
  }
}

@media (max-width: 340px) {
  .signature-preview-window .signature-template-preview {
    max-width: 260px;
  }
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}