/*# sourceMappingURL=custom.min.css.map */
@media (min-width: 768px) {
  [data-layout="vertical"][data-sidebar-size="sm"] {
    min-height: 100% !important;
  }
  .no-label{
    margin-top:28px;max-height:40px;
  }
}

@media (max-width: 576px) {
  .auth-logo img {
    height: 80px !important;
  }
  .no-label{
    margin-top:0;max-height:auto;
  }
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

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

.is-hide {
  display: none;
}

.text-justify{
  text-align: justify;
}

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

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

textarea{
  resize: none;
}

.chathub {
  width: 20px;
  height: 20px;
  background-image: url('../images/favicon.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.typebot {
  width: 20px;
  height: 20px;
  background-image: url('../images/typebot.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.funnels {
  width: 20px;
  height: 20px;
  background-image: url('../images/funnels.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#cookies_notice {
  z-index: 100000;
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 7px rgb(0 0 0 / 50%);
  justify-content: center;
  align-items: center
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-purple.btn-animation {
  background-color: #800080;
  border-color: #800080 !important;
}
.btn-purple.btn-animation:hover, .btn-purple.btn-animation:focus, .btn-purple.btn-animation:active, .btn-purple.btn-animation:focus-visible {
  color: #800080;
  background-color: rgba(128, 0, 128, 0.1);
}

.btn-purple.btn-border,
.btn-outline-purple.btn-border,
.btn-soft-purple.btn-border {
  border-bottom: 2px solid #660066;
}

.shepherd-button.btn-purple:not(:disabled):hover {
  background: #730073;
  color: #fff;
}

.btn-purple {
	--vz-btn-color: #fff;
	--vz-btn-bg: #800080;
	--vz-btn-border-color: #800080;
	--vz-btn-hover-color: #fff;
	--vz-btn-hover-bg: #730073;
	--vz-btn-hover-border-color: #660066;
	--vz-btn-focus-shadow-rgb: 128, 0, 128;
	--vz-btn-active-color: #fff;
	--vz-btn-active-bg: #660066;
	--vz-btn-active-border-color: #5a005a;
	--vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--vz-btn-disabled-color: #fff;
	--vz-btn-disabled-bg: #800080;
	--vz-btn-disabled-border-color: #800080;
}
    #preview {
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 5px;
        margin-bottom: 10px;
        white-space: pre-line;
        display: none;
        border-radius: 5px;
    }

    blockquote {
        border-left: 4px solid #ccc;
        padding-left: 10px;
        margin: 5px 0;
        color: #555;
    }
    /*
    code {
        background-color: #f4f4f4;
        padding: 2px 4px;
        border-radius: 4px;
        font-family: monospace;
    }
    */
    pre {
        background-color: #f4f4f4;
        padding: 10px;
        border-radius: 5px;
        font-family: monospace;
        overflow-x: auto;
    }

    .invoice-container {
      margin: 15px auto;
      padding: 70px;
      max-width: 850px;
      background-color: #fff;
      border: 1px solid #ccc;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
  }
  
  @media (max-width: 895px) {
      .invoice-container {
          margin: 15px;
      }
  }
  @media (max-width: 767px) {
      .invoice-container {
          padding: 45px 45px 70px 45px;
      }
  }
  
  @media (max-width: 499px) {
      .invoice-header {
          text-align: center;
      }
  }
  
  .invoice-col {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
  }
  
  @media (min-width: 500px) {
      .invoice-col {
          float: left;
          width: 50%;
      }
      .invoice-col.right {
          float: right;
          text-align: right;
      }
  }
  
  /* Invoice Status Formatting */
  
  .invoice-container .invoice-status {
      margin: 20px 0 0 0;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: bold;
  }
  
  /* Invoice Status Colors */
  
  .draft {
      color: #888;
  }
  .unpaid {
      color: #cc0000;
  }
  .paid {
      color: #779500;
  }
  .refunded {
      color: #224488;
  }
  .cancelled {
      color: #888;
  }
  .collections {
      color: #ffcc00;
  }
  
  /* Payment Button Formatting */
  
  .invoice-container .payment-btn-container {
      margin-top: 5px;
      text-align: center;
  }
  .invoice-container .payment-btn-container table {
      margin: 0 auto;
  }
  
  /* Text Formatting */
  
  .invoice-container .small-text {
      font-size: 0.9em;
  }
  
  /* Invoice Items Table Formatting */
  
  .invoice-container td.total-row {
      background-color: #f8f8f8;
  }
  .invoice-container td.no-line {
      border: 0;
  }
  .invoice-container .invoice-header img {
      max-width: 200px;
  }
  
  /* Overlay */
  
  #fullpage-overlay {
      display: table;
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff;
  }
  #fullpage-overlay .outer-wrapper {
      position: relative;
      height: 100%;
  }
  #fullpage-overlay .inner-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 30%;
      width: 50%;
      margin: -3% 0 0 -25%;
      text-align: center;
  }
  #fullpage-overlay .msg {
      display: inline-block;
      padding: 20px;
      max-width: 400px;
  }

  .panel {    
    font-size: .9em;
    margin-bottom: 20px;
    background-color: #fff;
    border:
  1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    border-radius:
  4px;
    -webkit-box-shadow:
  0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  }

  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }

  .panel-body {
    padding:
  10px 15px;
  }

  .panel-default {
    border-color:
  #ddd;
  }

  .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color:
  #ddd;
  }

  .panel-heading {
    padding:
  10px 15px;
    border-bottom:
  1px solid transparent;
      border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

.text-purple {
    color: #800080;
}

.bg-purple {
  background-color: #800080;
  color: #fff;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dropzone-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.dropzone-wrapper:hover {
  background-color: #f6f6f6;
}

.dropzone-wrapper.dragover {
  background-color: #ecf0f5;
  border: 2px solid #92b0b3;
}

.dropzone {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.dropzone-wrapper i {
  font-size: 3em;
  margin-bottom: 10px;
}