/*
* 
* ==========================================================
* SHARED.SCSS
* ==========================================================
*
* File shared by both admin and client
*
*/
/*
* 
* ==========================================================
* ICONS.SCSS
* ==========================================================
*
* Icons file shared by admin and client
*
*/
@font-face {
  font-family: 'Cryptopayment Icons';
  src: url("../media/fonts/icons.ttf?v1") format("truetype"), url("../media/fonts/icons.woff?v1") format("woff"), url("../media/fonts/icons.svg?v1#Cryptopayment-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="crpay-icon-"]:before,
[class*=" crpay-icon-"]:before {
  font-family: "Cryptopayment Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.crpay-icon-copy:before {
  content: "\e90d"; }

.crpay-icon-back:before {
  content: "\e90c"; }

.crpay-icon-search:before {
  content: "\e90b"; }

.crpay-icon-shuffle:before {
  content: "\e904"; }

.crpay-icon-automation:before {
  content: "\e905"; }

.crpay-icon-bar-chart:before {
  content: "\e906"; }

.crpay-icon-delete:before {
  content: "\e907"; }

.crpay-icon-menu:before {
  content: "\e908"; }

.crpay-icon-plus-2:before {
  content: "\e909"; }

.crpay-icon-settings:before {
  content: "\e90a"; }

.crpay-icon-close:before {
  content: "\e903"; }

.crpay-icon-help:before {
  content: "\e902"; }

.crpay-icon-check:before {
  content: "\e901"; }

.crpay-icon-loader:before {
  content: "\e900"; }

.crpay-icon-download:before {
  content: "\66"; }

.crpay-icon-clip:before {
  content: "\65"; }

.crpay-icon-filters:before {
  content: "\e90e"; }

.crpay-icon-arrow-down:before {
  content: "\61"; }

.crpay-icon-user:before {
  content: "\6e"; }

.crpay-icon-arrow-right:before {
  content: "\ea3c"; }

.crpay-icon-arrow-left:before {
  content: "\ea40"; }

.crpay-icon-clock:before {
  content: "\46"; }

.crpay-icon-calendar:before {
  content: "\62"; }

.crpay-icon-image:before {
  content: "\e90f"; }

@font-face {
  font-family: "Cryptopayment";
  src: url("../media/fonts/regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Cryptopayment";
  src: url("../media/fonts/medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Cryptopayment";
  src: url("../media/fonts/bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
@keyframes crpay-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes crpay-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes crpay-fade-out {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes crpay-fade-bottom {
  0% {
    transform: translateY(15px);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes crpay-fade-bottom-center {
  0% {
    transform: translateY(15px) translateX(-50%);
    opacity: 0; }
  100% {
    transform: translateX(-50%);
    opacity: 1; } }
@keyframes crpay-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes crpay-ping {
  0% {
    transform: scale(0.2);
    opacity: 0.8; }
  80% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(2.2);
    opacity: 0; } }
/* 

# GLOBAL
==========================================================

*/
.crpay-main, .crpay-main input, .crpay-main select, .crpay-main textarea, .crpay-btn, button, .crpay-box, #crpay-lightbox {
  font-family: "Cryptopayment", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
  box-sizing: border-box; }

.crpay-main * {
  box-sizing: content-box;
  outline: none; }
.crpay-main input, .crpay-main input[text], .crpay-main textarea, .crpay-main input[email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.crpay-main input:-webkit-autofill, .crpay-main select:-webkit-autofill {
  box-shadow: 0 0 0 30px #f5fafa inset !important; }
.crpay-main input:-webkit-autofill:focus, .crpay-main select:-webkit-autofill:focus {
  box-shadow: 0 0 0 30px #fff inset !important; }
.crpay-main input:-autofill, .crpay-main select:-autofill {
  box-shadow: 0 0 0 30px #f5fafa inset !important; }
.crpay-main input:autofill:focus, .crpay-main select:autofill:focus {
  box-shadow: 0 0 0 30px #fff inset !important; }

.crpay-loading:before, [data-cryptopayment]:empty:before, .crpay-select p:before, .crpay-btn-main:before {
  font-family: "Cryptopayment Icons";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  text-indent: 0;
  position: absolute;
  z-index: 1; }

.crpay-loader:before {
  content: "\e900"; }

.crpay-loading, [data-cryptopayment]:empty {
  position: relative;
  text-indent: -999995px;
  overflow: hidden; }
  .crpay-loading i, [data-cryptopayment]:empty i {
    display: none; }
  .crpay-loading:before, [data-cryptopayment]:empty:before {
    content: "\e900";
    animation: crpay-loading 0.6s linear infinite;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 21px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: #9dc93a; }
  .crpay-loading div, .crpay-loading ul, .crpay-loading h1, .crpay-loading h2, .crpay-loading h3, .crpay-loading h4, .crpay-loading p, .crpay-loading span, .crpay-loading table, .crpay-loading a, [data-cryptopayment]:empty div, [data-cryptopayment]:empty ul, [data-cryptopayment]:empty h1, [data-cryptopayment]:empty h2, [data-cryptopayment]:empty h3, [data-cryptopayment]:empty h4, [data-cryptopayment]:empty p, [data-cryptopayment]:empty span, [data-cryptopayment]:empty table, [data-cryptopayment]:empty a {
    opacity: 0; }

.crpay-btn.crpay-loading img {
  display: none !important; }
.crpay-btn.crpay-loading:before {
  color: #fff; }

.crpay-hidden {
  position: absolute !important;
  width: 0 !important;
  max-width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important; }

.crpay-scrollbar {
  overflow-y: scroll !important;
  scrollbar-color: #ced6db #ced6db;
  scrollbar-width: thin; }
  .crpay-scrollbar::-webkit-scrollbar {
    width: 5px; }
  .crpay-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .crpay-scrollbar::-webkit-scrollbar-thumb {
    background: #ced6db;
    border-radius: 6px;
    transition: all 0.4s; }
  .crpay-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #A0A0A0; }

/* 

# TYPOGRAPHY
==========================================================

*/
.crpay-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin: 0; }
  .crpay-title + .crpay-text:not(:empty) {
    margin-top: 15px; }

.crpay-text {
  font-size: 15px;
  line-height: 25px;
  color: #5c7171;
  letter-spacing: .2px; }

/* 

# ELEMENTS
==========================================================

*/
.crpay-select ul, .crpay-ul {
  padding: 10px 0 !important;
  display: none;
  overflow: hidden;
  position: absolute;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  padding: 10px 0;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  list-style: none;
  z-index: 9999995; }
  .crpay-select ul.crpay-active, .crpay-ul.crpay-active {
    display: block;
    margin-bottom: 15px; }
  .crpay-select ul li, .crpay-ul li {
    cursor: pointer;
    padding: 6px 25px 6px 12px;
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 20px;
    white-space: nowrap;
    list-style: none;
    transition: all 0.1s; }
    .crpay-select ul li.crpay-active, .crpay-select ul li .crpay-label div, .crpay-ul li.crpay-active, .crpay-ul li .crpay-label div {
      display: none; }
    .crpay-select ul li .crpay-label, .crpay-ul li .crpay-label {
      transition: none; }
    .crpay-select ul li:hover, .crpay-select ul li:hover .crpay-label, .crpay-ul li:hover, .crpay-ul li:hover .crpay-label {
      background-color: #9dc93a;
      color: #fff;
      border-color: #fff; }

.crpay-select {
  position: relative;
  color: #464646;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  display: inline-block; }
  .crpay-select p {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 13px !important;
    line-height: 35px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.4s; }
    .crpay-select p span {
      font-weight: 400;
      opacity: 0.7; }
    .crpay-select p .crpay-label {
      border: none;
      margin: 0;
      font-size: 13px;
      line-height: 35px;
      padding: 0;
      opacity: 1;
      font-weight: 500; }
      .crpay-select p .crpay-label div {
        display: none; }
    .crpay-select p:before {
      content: "\61";
      top: 0;
      right: 1px;
      font-size: 9px;
      line-height: 35px; }
    .crpay-select p:hover, .crpay-select p:hover span {
      color: #9dc93a; }
  .crpay-select.crpay-loading {
    overflow: visible; }
  .crpay-select.crpay-right ul {
    right: 0; }
  .crpay-select + .crpay-select {
    margin-left: 20px; }

.crpay-input {

  justify-content: space-between;
  align-items: flex-start; }
  .crpay-input span {
    display: block;
    width: 150px;
    min-width: 150px;
    flex-grow: 1;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #464646; }
  .crpay-input input,
  .crpay-input select,
  .crpay-input textarea {
    position: static;
    border-radius: 4px !important;
    color: #464646;
    font-size: 13px;
    line-height: 35px;
    font-weight: 400;
    border: 1px solid #d4d4d4;
    background-color: #f5fafa;
    outline: none;
    height: 42px;
    min-height: 42px;
    min-width: 200px;
    max-width: none;
    padding: 0 10px;
    transition: all 0.4s;
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
    box-shadow: none; }
    .crpay-input input:focus, .crpay-input input.crpay-focus,
    .crpay-input select:focus,
    .crpay-input select.crpay-focus,
    .crpay-input textarea:focus,
    .crpay-input textarea.crpay-focus {
      border: 1px solid #9dc93a;
      box-shadow: 0 0 5px rgba(39, 255, 222, 0.2);
      background: #fff;
      color: #464646;
      outline: none !important; }
  .crpay-input select {
    min-height: 37px; }
  .crpay-input textarea {
    line-height: 20px;
    min-height: 75px;
    padding: 8px 10px; }
  .crpay-input > div {
    padding-right: 30px;
    max-width: 800px; }
    .crpay-input > div p, .crpay-input > div p a {
      font-size: 13px;
      line-height: 22px;
      letter-spacing: 0.3px;
      margin: 5px 0 0 0;
      color: #5c7171;
      font-weight: 400; }
      .crpay-input > div p a, .crpay-input > div p a a {
        margin: 0 0 0 5px;
        text-decoration: none; }
        .crpay-input > div p a:hover, .crpay-input > div p a a:hover {
          text-decoration: underline; }
  .crpay-input input[type="checkbox"] {
    background: #fff;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 42px;
    min-height: 42px;
    width: 42px;
    min-width: 42px;
    outline: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    outline: none;
    box-shadow: none;
    background-color: #f5fafa;
    -webkit-appearance: none; }
  .crpay-input input[type="checkbox"]:checked:before {
    content: "\e901" !important;
    font-family: "Cryptopayment Icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 42px;
    font-size: 15px;
    color: #9dc93a;
    margin: 0;
    width: 100%;
    height: 100%; }
  .crpay-input + .crpay-input {
    margin-top: 10px; }
  .crpay-input.crpay-error input, .crpay-input.crpay-error select, .crpay-input.crpay-error textarea {
    border: 1px solid #ca3434;
    box-shadow: 0 0 5px rgba(202, 52, 52, 0.25); }

.crpay-input-btn .crpay-btn {
  margin-left: 15px;
  border-radius: 4px;
  height: 39px !important;
  line-height: 39px !important;
  flex: 0 0 auto; }
  .crpay-input-btn .crpay-btn:not(:hover) {
    border-color: #d4d4d4; }
  .crpay-input-btn .crpay-btn.crpay-loading:before {
    color: #9dc93a; }

.crpay-label, .crpay-admin .crpay-input span.crpay-label {
  display: inline-block;
  width: auto;
  min-width: 0;
  margin: 0 15px;
  border: 1px solid #5c7171;
  color: #5c7171;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 7px;
  font-weight: 500;
  border-radius: 4px;
  letter-spacing: .2px;
  white-space: nowrap;
  transition: color .4s, border-color .4s, background-color .4s; }

.crpay-clipboard {
  cursor: pointer;
  z-index: 2;
  transition: all 0.4s; }
  .crpay-clipboard:hover {
    color: #2bcbd7; }

.crpay-toolip-cnt {
  position: relative;
  overflow: visible !important; }
  .crpay-toolip-cnt:hover .crpay-toolip, .crpay-toolip-cnt.crpay-active .crpay-toolip {
    display: block !important;
    animation: crpay-fade-bottom-center 1s; }

.crpay-toolip {
  position: absolute;
  display: none !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400 !important;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: .2px;
  font-size: 13px !important;
  line-height: 20px;
  z-index: 995;
  background: #464646;
  border-radius: 30px;
  padding: 3px 12px;
  color: #fff !important;
  margin-top: -40px;
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
  text-align: center; }
  .crpay-toolip:after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 8px);
    content: " ";
    border-width: 6px;
    border-style: solid;
    border-color: #464646 transparent transparent; }

.crpay-info {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background-color: #ca3434;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 0 40px 0;
  padding: 15px 20px;
  border-radius: 4px;
  display: none; }
  .crpay-info:not(:empty) {
    display: block;
    animation: crpay-fade-animation 0.4s; }

.crpay-btn {
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 0.5px;
  font-weight: 500;
  border-radius: 30px;
  min-width: 0;
  background-color: #9dc93a;
  text-decoration: none;
  color: #fff;
  height: 38px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  transition: color .4s, background-color .4s, border-color .4s, opacity .4s; }
  .crpay-btn i {
    margin-right: 15px;
    font-size: 17px;
    transform: translateY(1px);
    display: inline-block;
    font-weight: 400;
    line-height: 0;
    transform: translateY(3px);
    margin: 0 7px 0 -5px; }
  .crpay-btn.crpay-btn-border {
    background: none !important;
    border: 1px solid #5c7171;
    color: #5c7171;
    height: 36px;
    line-height: 37px; }
    .crpay-btn.crpay-btn-border:hover, .crpay-btn.crpay-btn-border:active {
      color: #9dc93a;
      border-color: #9dc93a; }
  .crpay-btn.crpay-btn-img {
    padding-left: 43px;
    padding-right: 15px; }
    .crpay-btn.crpay-btn-img img {
      position: absolute;
      height: 18px;
      left: 16px;
      top: 7px; }
  .crpay-btn:hover, .crpay-btn:active {
    background-color: #2bcbd7;
    color: #fff; }
  .crpay-btn + .crpay-btn {
    margin-left: 15px; }
  .crpay-btn.crpay-disabled {
    background-color: #e3ebeb !important;
    color: #aeb7b7 !important;
    cursor: not-allowed !important; }

.crpay-btn-icon {
  position: relative;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0);
  opacity: 0.8;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
  text-decoration: none !important;
  overflow: hidden;
  color: #464646; }
  .crpay-btn-icon i {
    line-height: 33px;
    font-size: 18px;
    width: 33px; }
    .crpay-btn-icon i:before {
      font-size: 18px;
      line-height: 35px; }
  .crpay-btn-icon:before {
    font-size: 23px;
    line-height: 35px; }
  .crpay-btn-icon.crpay-loading:before {
    line-height: 30px; }
  .crpay-btn-icon:hover {
    opacity: 1;
    border-color: #9dc93a;
    color: #9dc93a;
    background-color: rgba(39, 255, 222, 0.08); }

.crpay-btn-text {
  cursor: pointer;
  transition: all 0.4s; }
  .crpay-btn-text i {
    margin-right: 15px;
    display: inline-block; }
  .crpay-btn-text:hover {
    color: #9dc93a; }

.crpay-btn-red:hover {
  border-color: #ca3434 !important;
  color: #ca3434 !important;
  background-color: rgba(202, 52, 52, 0.1) !important; }
  .crpay-btn-red:hover i {
    color: #ca3434 !important; }
.crpay-btn-red.crpay-loading:before {
  color: #ca3434; }
.crpay-btn-red.crpay-link:hover:after {
  background-color: #ca3434 !important; }
.crpay-btn-red.crpay-link:hover {
  background-color: transparent !important; }

.crpay-link, .crpay-underline {
  cursor: pointer;
  letter-spacing: .5px;
  transition: all 0.4s; }
  .crpay-link:hover, .crpay-link:active, .crpay-underline:hover, .crpay-underline:active {
    color: #9dc93a; }

.crpay-underline {
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .crpay-underline:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    transition: all 0.4s;
    background-color: #d4d4d4; }
  .crpay-underline:hover:after {
    background-color: #9dc93a; }

.crpay-box {
  max-width: 600px;
  margin: 30px auto;
  padding: 45px;
  border-radius: 6px;
  border: 1px solid #d4d4d4;
  background: #fff;
  position: relative; }
  .crpay-box + .crpay-box {
    margin-top: 15px; }

.crpay-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
  .crpay-flex .crpay-input + .crpay-input {
    margin: 0 0 0 15px !important;
    padding-top: 0 !important;
    border: none !important; }

hr {
  border: none;
  background: none;
  display: block;
  clear: both;
  height: 30px; }

/*# sourceMappingURL=shared.css.map */
