/**
 * Most every class is prepended with ".v-" to make the styling unique to this plugin
 */
.v-d-none {
  display: none !important;
}

.v-d-inline-block {
  display: inline-block;
}

.v-d-block {
  display: block;
}

.v-d-flex {
  display: flex;
}

.v-float-left {
  float: left;
}

.v-align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.v-p-0 {
  padding: 0 !important;
}

.v-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.v-mt-3 {
  margin-top: 1rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.v-mb-0 {
  margin-bottom: 0 !important;
}

.v-mb-3 {
  margin-bottom: 1rem !important;
}

@media (min-width: 768px) {
  .v-mb-md-0 {
    margin-bottom: 0 !important;
  }

  .v-ml-md-3 {
    margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  .v-mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .v-ml-lg-3 {
    margin-left: 1rem !important;
  }
}

.v-ml-1,
.v-mx-1 {
  margin-left: 0.25rem !important;
}

.v-ml-3 {
  margin-left: 1rem !important;
}

.v-w-100 {
  width: 100%!important;
}

.v-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .v-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .v-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .v-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .v-container {
    max-width: 1140px;
  }
}

.v-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.v-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.v-col-1, .v-col-2, .v-col-3, .v-col-4, .v-col-5, .v-col-6, .v-col-7, .v-col-8, .v-col-9, .v-col-10, .v-col-11, .v-col-12, .v-col, .v-col-auto,
.v-col-md-2, .v-col-md-3, .v-col-md-4, .v-col-md-5, .v-col-md-6, .v-col-md-7, .v-col-md-8, .v-col-md, .v-col-md-auto,
.v-col-lg-1, .v-col-lg-2, .v-col-lg-3, .v-col-lg-4, .v-col-lg-5, .v-col-lg-6, .v-col-lg-7, .v-col-lg-8, .v-col-lg-9, .v-col-lg-10, .v-col-lg-11, .v-col-lg-12, .v-col-lg, .v-col-lg-auto {
   position: relative;
   width: 100%;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
 }
 
.v-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.v-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.v-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.v-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.v-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.v-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.v-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.v-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.v-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.v-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.v-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.v-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.v-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.v-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.v-offset-1 {
  margin-left: 8.333333%;
}

.v-offset-2 {
  margin-left: 16.666667%;
}

.v-offset-3 {
  margin-left: 25%;
}

.v-offset-4 {
  margin-left: 33.333333%;
}

.v-offset-5 {
  margin-left: 41.666667%;
}

.v-offset-6 {
  margin-left: 50%;
}

.v-offset-7 {
  margin-left: 58.333333%;
}

.v-offset-8 {
  margin-left: 66.666667%;
}

.v-offset-9 {
  margin-left: 75%;
}

.v-offset-10 {
  margin-left: 83.333333%;
}

.v-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 768px) {
  .v-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .v-col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .v-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .v-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .v-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .v-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .v-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .v-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .v-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .v-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .v-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

@media (min-width: 992px) {
  .v-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .v-col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .v-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .v-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .v-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .v-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .v-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .v-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .v-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .v-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .v-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .v-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .v-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .v-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .v-offset-lg-0 {
    margin-left: 0;
  }
  
  .v-offset-lg-1 {
    margin-left: 8.333333%;
  }
  
  .v-offset-lg-2 {
    margin-left: 16.666667%;
  }
  
  .v-offset-lg-3 {
    margin-left: 25%;
  }
  
  .v-offset-lg-4 {
    margin-left: 33.333333%;
  }
  
  .v-offset-lg-5 {
    margin-left: 41.666667%;
  }
  
  .v-offset-lg-6 {
    margin-left: 50%;
  }
  
  .v-offset-lg-7 {
    margin-left: 58.333333%;
  }
  
  .v-offset-lg-8 {
    margin-left: 66.666667%;
  }
  
  .v-offset-lg-9 {
    margin-left: 75%;
  }
  
  .v-offset-lg-10 {
    margin-left: 83.333333%;
  }
  
  .v-offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .v-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .v-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.v-sr-only {
  display: none;
}

.v-form-group {
  margin-bottom: 1rem;
}

.v-form-group label {
  cursor: pointer;
}

.v-form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.v-form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.v-form-check-input:disabled ~ .v-form-check-label {
  color: #6c757d;
}

.v-form-check-label {
  margin-bottom: 0;
  cursor: pointer;
}

.v-form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.v-form-check-inline .v-form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.v-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.v-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.v-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.v-form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.v-form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.v-form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.v-form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.v-form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.v-form-control:disabled, .v-form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.v-form-control {
  padding-left: 0;
  padding-right: 1.75rem;
}

select.v-form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/*
 * Input Group
 *
 * TODO: find replace input-group -> gig-input-group everyone in plugin
 */
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 3.25rem;  
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  min-height: 3.25rem;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group button.input-group-append {
  display: flex;
  align-items: center;
}

.input-group button.input-group-append span {
  background: transparent;
  padding: 0;      
  border: none;
}

.v-input-medium {
  max-width: 15rem;
}

.v-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.v-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.v-table th,
.v-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.v-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.v-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.v-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

#v-affiliate-registration {
  position: relative;
  /* overflow-y: hidden;
  overflow-x: auto; */
  display: block;
}

#v-affiliate-registration input[type="password"] {
  letter-spacing: 2pt;
}

#v-affiliate-registration-loading {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

#v-affiliate-registration-loading img {
  height: 40px;
  margin: 0 auto;
}

.v-text-success {
  color: #155724;
}

.v-text-warning {
  color: #856404;
}

.v-text-danger {
  color: #721c24;
}

.v-text-black {
  color: black;
}

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

@media (min-width: 1200px) {
  .v-text-lg-right {
    text-align: right;
  }
}

.v-alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.v-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.v-alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.v-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.v-alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.v-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.75;
}

.v-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.v-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.v-btn-outline-primary {
  color: #007bff;
  background-color: #fff;
  border-color: #007bff;
}

.v-btn-transparent {
  background-color: transparent;
}

.v-btn-submit-saved,
button.v-btn-submit-saved {
  color: #fff;
  background-color: #007E33 !important;
  border-color: #007E33 !important;
}

.gig-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.gig-badge-success,
.gig-badge-complete {
  color: #fff;
  background-color: #28a745;
}

.gig-badge-processing {
  color: #fff;
  background-color: #ffbb33;
}

.gig-badge-failed {
  color: #fff;
  background-color: #ff0000;
}

.gig-badge-info {
  color: #fff;
  background-color: #17a2b8;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.v-rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.v-tab-content {
  border: 1px solid #dee2e6;
  margin-top: -1rem;
}

.v-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.v-nav-tabs {
  align-items: center;
}

.v-nav-tabs .v-nav-item {
  margin-bottom: -1px;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.v-nav-tabs .v-nav-item:last-child {
  margin-right: 1rem;
}

.v-nav-link {
  display: block;
  padding: 0.5rem 0.25rem;
}

.v-nav-tabs .v-nav-link {
  position: relative;
  background-color: white;
  width: 100%;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  box-shadow: none;
}

.v-nav-tabs .v-nav-link:hover,
.v-nav-tabs .v-nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  box-shadow: none;
}

.v-nav-tabs .v-nav-link.v-active {
  cursor: default;
}

.v-nav-tabs .v-nav-item .v-nav-link.v-active::after {
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  bottom: -2px;
  width: 100%;
  position: absolute;
  left: 0;
}

.v-nav-tabs .v-nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.v-nav-tabs .v-nav-link.v-active,
.v-nav-tabs .v-nav-item.v-show .v-nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.v-nav-tabs .v-dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.v-tab-content > .v-tab-pane {
  display: none;
  padding: 1rem;
}

.v-tab-content > .v-active {
  display: block;
}

.v-fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.v-fade.v-show {
  opacity: 1;
}

.v-collapse {
  display: none;
}

.v-collapse.v-show {
  display: block;
}

.v-chart-wrapper {
  position: relative;
}

.v-loading-wrap,
.v-chart-wrapper .v-chart-loading {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
}

.v-loading-wrap::before,
.v-chart-wrapper .v-chart-loading::before {
  content: "";
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.625);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.v-loading-wrap img,
.v-chart-wrapper .v-chart-loading img {
  display: block;
  /* margin: 40px auto; */
  margin: auto;
  height: 64px !important;
  z-index: 2;
}

.google-visualization-orgchart-table {
  width: 100%;
}

.v-comp-plan-level-card.google-visualization-orgchart-node-medium.google-visualization-orgchart-nodesel {
  border: none !important;
  border-radius: 0.25rem;
}

.v-comp-plan-level-card.google-visualization-orgchart-node-medium .v-level-card {
  position: relative;
  border: none;
  border-radius: 0.25rem;
  padding: 1rem !important;
  border: 1px solid #dee2e6 !important;
}

.v-comp-plan-level-card.google-visualization-orgchart-node-medium.google-visualization-orgchart-nodesel .v-level-card {
  border: none !important;
}

.v-comp-plan-level-card.google-visualization-orgchart-node-medium .v-level-card .commission {
  color: green;
}

.google-visualization-orgchart-nodesel,
.google-visualization-orgchart-nodesel .commission {
  color: white !important;
}

.v-level-card-title {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.v-locked-info {
  display: none;
}

.v-lock-icon {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: black;
  border-radius: 50%;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}

.v-lock-icon:hover .v-locked-info,
.v-lock-icon:focus .v-locked-info {
  display: block;
  position: absolute;
  background: black;
  color: white;
  top: -74px;
  left: -90px;
  right: 0;
  margin: auto;
  text-align: center;
  width: 200px;
  padding: 0.5rem !important;
  border-radius: 0.25rem;
  z-index: 1;
}

.v-locked-info:after {
  background-color: #000000;
  bottom: -8px;
  content: '';
  display: block;
  height: 16px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 16px;
  z-index: 1;
}

/* table .v-circle {
  margin-right: 1rem;
} */

.v-circle {
  display: inline-block;
  position: relative;
  top: 2px;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}

.v-circle-red,
.v-circle-direct-referrer {
  background-color: #cc0000;
}

.v-circle-orange,
.v-circle-facebook-referrer {
  background-color: #ff8800;
}

.v-circle-instagram-referrer,
.v-circle-yellow {
  background-color: #ffbb33;
}

.v-circle-customer-volume,
.v-circle-youtube-referrer,
.v-circle-green {
  background-color: #007E33;
}

.v-circle-personal-volume,
.v-circle-twitter-referrer,
.v-circle-blue {
  background-color: #0099CC;
}

.v-circle-other-referrer,
.v-circle-purple {
  background-color: #9933CC;
}

.v-circle-light-gray {
  background-color: gray;
}

.v-border-red {
  border-color: #cc0000 !important;
}

.v-border-orange {
  border-color: #ff8800 !important;
}

.v-border-yellow {
  border-color: #ffbb33 !important;
}

.v-border-green {
  border-color: #007E33 !important;
}

.v-border-blue {
  border-color: #0099CC !important;
}

.v-border-purple {
  border-color: #9933CC !important;
}

.link-view-comp-plan {
  text-decoration: underline;
  font-size: 80%;
}

form#build-referral-tracking-link ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
form#build-referral-tracking-link ul li {
  display: inline-block;
}
form#build-referral-tracking-link ul li select {
  height: 40px;
}
.v-btn_invite-new-customer-social-share .v-svg-icon svg {
  height: 16px;
  width: 24px;
}

.v-performance-table tr td:last-child {
  text-align: right;
  font-weight: 500;
  letter-spacing: 1pt;
}

.v-performance-table tfoot tr:first-child td {
  border-color: black;
}

.v-accordion {
  overflow: hidden;
}

.v-accordion-item {
  width: 100%;
  border: 1px solid #dee2e6;
  border-bottom: none;
  /* margin-bottom: 15px; */
  overflow: hidden;
}

.v-accordion-item:last-child {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0.5rem;
}

.v-accordion-item input[type="checkbox"] {
  display: none !important;
}

.v-accordion-item table {
  border: 1px solid #dee2e6;
}

.v-accordion-item table thead th,
.v-accordion-item table th,
.v-accordion-item table td {
  padding: 0.125rem;
}

.v-accordion-item .v-accordion-item-first,
.v-accordion-item .v-accordion-item-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 0;
}

.v-accordion-item .v-accordion-item-label.has-downline {
  cursor: pointer;
}

.v-accordion-item .v-accordion-item-label.has-downline::after {
  content: "\276F";
  width: 16px;
  height: 24px;
  font-size: 16px;
  color: black;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  transform: rotate(90deg);
}

.v-accordion-item .v-accordion-item-content {
  position: relative;
  height: 0;
  min-height: 0;
  padding: 0 15px;
  color: black;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: left !important;
}

.v-accordion-item input:checked + .v-accordion-item-label {
  border-bottom: 1px solid #eaebf0;
}

.v-accordion-item input:checked + .v-accordion-item-label::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.v-accordion-item input:checked ~ .v-accordion-item-content {
  height: initial;
  min-height: 7rem;
  padding: 15px;
  text-align: left;
}

.v-accordion-item .v-accordion-item-loading {
  display: none;
}

.v-accordion-item input:checked ~ .v-accordion-item-content > .v-accordion-item-loading,
.v-accordion-item input:checked ~ .v-accordion-item-content > .v-accordion-item-loading-skeleton {
  display: flex;
}

.v-accordion-item-loading,
.v-save-settings-loading {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.v-accordion-item-loading img,
.v-save-settings-loading img {
  margin: 40px auto;
  height: 64px !important;
  display: block;
}

form#v-affiliate-save-settings,
form#v-affiliate-save-notifications {
  position: relative;
}

#acronym-table.v-table thead th,
#acronym-table.v-table tbody th,
#acronym-table.v-table tbody td {
  padding: 0.125rem;
}

.v-accordion-item-name {
  /* padding-bottom: 0.25rem;
  border-bottom: 2px solid; */
  margin-bottom: 0;
  word-break: break-all;
}

#acronym-table.v-table thead th {
  padding: .5rem 0 !important;
}

#v-profile-pic-wrap {
  position: relative;
  width: fit-content;
}

.v-profile-pic-image {
  width: 12rem;
  height: 12rem;
  background-color: #dee2e6;
  background-size: cover;
  background-position: center;
  border: 0.5rem solid #dee2e6;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.affiliate-name {
  text-transform: capitalize;
}

.affiliate-email {
  text-transform: lowercase;
}

.v-tooltip {
  position: relative;
}

.v-tooltip.v-tooltip-question-mark {
  background: black;
  color: white;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 12px !important;
  vertical-align: middle;
  margin-top: -4px;
}

.v-tooltip-desc {
  display: none;
  position: absolute;
  background: black;
  color: white;
  bottom: 28px;
  left: -94px;
  right: 0;
  margin: auto;
  text-align: center;
  width: 200px;
  padding: 0.5rem !important;
  border-radius: 0.25rem;
  z-index: 1;
  font-size: 12px;
}

.v-tooltip-desc:after {
  display: block;
  background-color: #000000;
  bottom: -8px;
  content: '';
  height: 16px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 16px;
  z-index: 1;
}

.v-tooltip:hover .v-tooltip-desc,
.v-tooltip:focus .v-tooltip-desc {
  display: block;
}

table#monthly-visits tbody td:not(:nth-child(2)) {
  text-align: center;
}

#this-month-visits-key {
  padding-left: 0;
}

#this-month-visits-key li {
  display: inline-block;
  margin-right: 1rem;
}

#this-month-visits-key li:last-child {
  margin-right: 0;
}

.v-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.v-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.v-card-title {
  margin-bottom: .75rem;
}

.v-card-stats {
  font-size: 2rem;
}

.v-percentage-circle-wrap {
  margin: 2rem;
  width: 150px;
  height: 150px;
  background: #dee2e6;
  border-radius: 50%;
  z-index: 1;
}

.v-percentage-circle-wrap .v-circle .v-mask,
.v-percentage-circle-wrap .v-circle .v-fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  transition: all ease-in-out 750ms;
}

.v-percentage-circle-wrap .v-circle .v-mask {
  clip: rect(0px, 150px, 150px, 74px);
}

.v-percentage-circle-wrap .v-circle .v-mask .v-fill {
  clip: rect(0px, 75px, 150px, 0px);
}

.v-percentage-circle-wrap .v-inside-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  margin-top: 10px;
  margin-left: 10px;
  z-index: 1;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
}

.v-dropdown {
	position: relative;
}

.v-dropdown .v-dropdown-content {
	display: none;
}

/* .v-dropdown.v-dropdown\:hover:hover .v-dropdown-content,
.v-dropdown.v-dropdown\:hover:active .v-dropdown-content,
.v-dropdown.v-dropdown\:hover:focus .v-dropdown-content {
	display: block;
} */

.v-dropdown .v-dropdown-content {
	position: absolute;
	top: 100%;
  min-width: 320px;
  padding-top: 12px;
	z-index: 1;
}

.v-dropdown-content .v-dropdown-content-body {
	background-color: white;
  width: 100%;
	height: 320px;
	overflow-y: auto;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.v-dropdown .v-dropdown-content.v-dropdown-content-right {
	right: 0;
}

#v-affiliate-activity-notifs {
	position: fixed;
	top: 1rem;
	right: 12px;
	z-index: 999;
}

.admin-bar #v-affiliate-activity-notifs {
	top: calc(1rem + 32px);
}

.v-affiliate-activity-notifs-bell {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.5rem;
	height: 54px;
	width: 54px;
  background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	margin-left: auto;
}

.gig-activity-bell {
  display: none;
  height: 3rem;
  width: 3rem;
}

#v-affiliate-activity-fab.contains-unread-notes .gig-activity-bell_alert {
  display: block;
}

#v-affiliate-activity-fab.no-unread-notes:not(.active) .gig-activity-bell_no-alert {
  display: block;
}

#v-affiliate-activity-notifs.active .gig-activity-bell {
  display: none !important;
}

.v-affiliate-activity-notifs-bell .v-unread-count {
	position: absolute;  
	top: -0.75rem;
	left: -0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
	background-color: #000;
	color: white;
	width: 2rem;
	height: 2rem;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

#v-affiliate-activity-notifs.active .v-dropdown-content {
	display: block;
}

.v-affiliate-activity-notifs-bell {
	padding: 0 0.5rem;
}

#v-affiliate-activity-notifs-list {
	padding: 0 1rem 1rem 1rem;
}

#v-affiliate-activity-notifs-list .note {
  display: block;
  color: #111;
  margin-bottom: 0.5rem;
}

#v-affiliate-activity-notifs-list .note:not(.note-read):hover {
  background-color: #f2f2f2;
}

#v-affiliate-activity-notifs-list .note.note-read {
  cursor: default;
  opacity: 0.5;
}

#v-affiliate-activity-notifs-list .note-image-icon-col {
  height: 54px;
}

.v-note-image-wrap {
  position: relative;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
}

.v-note-image-wrap .v-skeleton-block {
  position: absolute;
  top: 0;
}

#v-affiliate-activity-notifs-list .note-image {
  position: relative;
  height: 3rem;
  width: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

#v-affiliate-activity-notifs .note-icon-wrap {
  position: absolute;
  bottom: -4px;
  right: -4px;
  background-color: white;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top: 2px;
  border-radius: 50%;
  border: 1px solid #ddd;
  z-index: 2;
}

#v-affiliate-activity-notifs .note-icon-wrap i.fa {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

#v-affiliate-activity-notifs-list .note-content p {
	text-align: left;
	word-wrap: break-word;
	margin-bottom: 0;
}

#v-affiliate-activity-notifs-list p.meta {
	text-align: left;
	font-size: 80%;
}

#v-affiliate-activity-notifs-list .created-at {
	text-align: left;
	font-size: 90%;
  font-weight: bold;
}

#v-affiliate-activity-notifs-list .note .note-mark-as-read-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

#v-affiliate-activity-notifs-list .note .v-note-mark-indicator {
  display: block;
  background-color: #000;
}

#v-affiliate-activity-notifs-list .note.note-read .v-note-mark-indicator {
  background-color: #ddd;
}

#load-more-activity-notifs {
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#v-affiliate-activity-notifs-list .note-content p {
	font-size: 12px;
	padding: 0;
}

#v-notification-toggle .dropdown-toggle::after{
  display: none;
}

#v-notification-toggle .dropdown-toggle {
  display: block;
  background-color: #f7f7f7;
  text-align: right;
  padding: 4px 6px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 0 0 auto;
}

#v-notification-toggle .dropdown-menu.dropdown-menu-right {
  display: none;
  position: absolute;
  top: 2rem;
  right: 1rem;
  flex-direction: column;
  width: 16rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: white;
  z-index: 999;
}

#v-notification-toggle.show .dropdown-menu.dropdown-menu-right {
  display: flex;
}

#v-notification-toggle .dropdown-menu {
  border: none;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

#v-notification-toggle .dropdown-menu a .fa {
  margin-right: 5px;
  font-size: 20px;
}

#v-notification-toggle .dropdown-item:hover {
  background-color: #f7f7f7;
  color: #2c3034 !important;
  box-shadow: none;
}

#v-affiliate-activity-notifs.active .gig-activity-bell {
	display: none;
}

#v-affiliate-activity-notifs .gig-cancel-icon {
	display: none;
	height: 1rem;
}

#v-affiliate-activity-notifs.active .gig-cancel-icon {
	display: block;
}

li.v-skeleton-note {
	padding: 0;
	margin-bottom: 1rem;
}

#v-affiliate-activity-notifs .v-dropdown-content-body {
	min-height: 50vh;
}

#v-affiliate-activity-notifs .v-skeleton-block {
	margin-bottom: 1rem;
}

/*
 * Skeleton Loader
 */

.v-skeleton-block {
	height: 80px;
	width: 100%;
}

.v-skeleton-block .v-line {
  /* float: left; */
  width: 100%;
  height: 16px;
  margin-top: 12px;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
  background-size: 600px;
  animation: shine-lines 2s infinite ease-out;
}

.v-skeleton-block .v-line ~ .v-line {
  background-color: #ddd;
}

@keyframes shine-lines {
  0% {
    background-position: -100px;
  }

	40%, 100% {
    background-position: 140px;
  }
}

@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }

	40%, 100% {
    background-position: 208px;
  }
}

.v-btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;  
}

.v-btn-group > .v-btn {
  position: relative;
  flex: 1 1 auto;
}

.v-btn-group .v-btn {
  margin: 0;
}

.v-btn-group > .v-btn:not(:last-child):not(.v-dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.v-btn-group > .v-btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.v-btn-group > .v-btn:not(:first-child):not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;  
}

.v-btn-icon {
  display: inline-flex;
  padding: 8px;
  cursor: pointer;
}

.v-btn-icon.selected {
  opacity: 0.5;
  cursor: default;
}

.v-btn-icon img {
  height: 24px !important;  
}

.v-table-responsive .v-skeleton-block {
  height: 0;
}

.v-table-responsive .v-skeleton-block .v-line {
  margin: 0;
}

.v-table-striped.v-table-loading tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

#monthly-visits .v-tooltip-bottom .v-tooltip-desc {
  bottom: -100px;
}

.v-tooltip.v-tooltip-bottom .v-tooltip-desc::after {
  position: absolute;
  top: -8px;
}

.visits-month-chart-wrap {
  display: none;
}

.visits-month-chart-wrap.selected-chart-wrap {
  display: block;
}

.visit-converted-icon {
  font-size: 16px;
  font-weight: bold;
}

#acquisition-skeleton-loader {
  display: flex;
  height: 192px;
  width: 100%;
  max-width: 384px;
  border-radius: 50%;
  margin-bottom: 20px;
}

#acquisition-skeleton-loader .v-line {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  margin: 0 auto !important;
}

.v-affiliate-status {
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.v-affiliate-status-active {
  background-color: #007e33;
  color: white;
}

.v-affiliate-status-inactive {
  background-color: #ff8800;
  color: white;
}

.v-affiliate-status-pending_approval {
  background-color: #ff3547;
  color: white;
}

#acronym-key ul {
  text-align: center;
  padding: 0;
}

#acronym-key ul li {
  display: inline-block;
  margin-right: 1rem;
}

#acronym-key ul li:last-child {
  margin-right: 0;
}

#orders-volume-key {
  padding: 0;
  margin: 0;
}

#orders-volume-key li {
  display: inline-block;
  margin-right: 1rem;
}

#orders-volume-key li:last-child {
  margin-right: 0;
}

[data-target="#orderDetails"] {
  cursor: pointer;
}

#gig-orders-search-filter {
  display: none;
}

select#gig_get_orders_by {
  padding: 0 1.75rem 0.25rem 0;
  border: none;
  border-bottom: 2px solid;
  margin-bottom: 1rem;
}

button.input-group-append {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.order-show-order-details {
  position: relative;
}

#gig-orders-table .v-btn-transparent {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#orderDetails .modal-header {
  align-items: center;
}

#orderDetailsLabel {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

#monthly-commissions .v-skeleton-block,
#monthly-commissions .v-skeleton-block .v-line {
  height: 16px;
}

.my-account-wrapper .woocommerce-MyAccount-navigation {
  margin-top: 1rem;
}

tr.tr_order-details-row td > div {
  height: 0 !important;
  padding: 0;
  overflow: hidden;
  border-color: #dee2e6;
  transition: 0.5s all;
}

tr.order-details-loading:hover + tr.tr_order-details-row td > div,
tr.order-details-loaded:hover + tr.tr_order-details-row td > div,
tr.tr_order-details-row td > div:hover {
  height: fit-content !important;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}

tr.order-details-loaded .btn_order-show-order-details {
  cursor: default;
}

.tr_order-details-row td {
  padding: 0;
}

.v-accordion-item-loading-skeleton {
  display: none;
}

@media (min-width: 992px) {
  ul#dashboard-performance > .v-nav-item,
  ul#dashboard-settings > .v-nav-item {
    width: calc(25% - 1rem);
    text-align: center;
  }

  ul#dashboard-performance > .v-nav-item:last-child,
  ul#dashboard-settings > .v-nav-item:last-child {
    width: 25%;
    margin-right: 0;
  }

  ul#dashboard-team > .v-nav-item {
    width: calc(33.33% - 1rem);
    text-align: center;
  }

  ul#dashboard-team > .v-nav-item:last-child {
    width: 33.33%;
    margin-right: 0;
  }
}

#team-report a.show-downline-affiliate-details {
  word-break: break-word;
  text-transform: capitalize;
}

#team-report a.show-downline-affiliate-details:focus,
#team-report a.show-downline-affiliate-details:hover {
  text-decoration: underline;
}

#create-team-report-progress {
  margin-bottom: 1rem;
}

.v-team-summary-name-col {
  display: flex;
  flex-direction: column;
}

.v-team-summary-name-col .v-circle {
  top: initial;
  text-align: center;
  color: white;
  font-size: 12px;
}

#team-structure {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto 16px;
}

.team-structure-tier {
  display: inline-flex;
  width: fit-content;
  text-align: center;
  padding: 0;
  margin: 16px auto;
}

.team-structure-tier li {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  margin: 0 8px 0 0;
}

.team-structure-tier li:last-child {
  margin-right: 0;
}

.team-structure-tier .upline,
.team-structure-tier .downline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 96px;
  min-height: 48px;
  font-size: 14px;
  text-align: center;
  padding: 4px;
  border: 1px solid;
  border-radius: 5px;
}

.team-structure-tier .downline .gig-badge-success {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
}

.team-structure-tier .upline .v-downline-profile-pic-wrap,
.team-structure-tier .downline .v-downline-profile-pic-wrap {
  position: relative;
  width: 100%;
  height: 86px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 8px;
}

.team-structure-tier .upline .v-downline-profile-pic-wrap img,
.team-structure-tier .downline .v-downline-profile-pic-wrap img {
  position: relative;
  background-color: white;
  width: 100%;
  height: 86px;
  object-fit: cover;
  z-index: 1;
}

.team-structure-tier .upline .v-downline-profile-pic-wrap .v-skeleton-block,
.team-structure-tier .downline .v-downline-profile-pic-wrap .v-skeleton-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  z-index: 0;
}

.team-structure-tier .upline .v-downline-profile-pic-wrap .v-skeleton-block .v-line,
.team-structure-tier .downline .v-downline-profile-pic-wrap .v-skeleton-block .v-line {
  height: 85px;
  margin: 0;
}

#team-structure-tier-0 .downline {
  border-color: #cc0202;
  background-color: #cc0202;
  color: #fff;
}

#team-structure-tier-1 .downline {
  border-color: #ff8800;
  background-color: #ff8800;
  color: #fff;
}

#team-structure-tier-2 .downline {
  border-color: #ffbb33;
  background-color: #ffbb33;
  color: #fff;
}

#team-structure-tier-3 .downline {
  border-color: #037e33;
  background-color: #037e33;
  color: #fff;
}

#team-structure-tier-4 .downline {
  border-color: #0099CC;
  background-color: #0099CC;
  color: #fff;
}

#team-structure-tier-5 .downline {
  border-color: #9933CC;
  background-color: #9933CC;
  color: #fff;
}

.team-structure-tier .downline.dowlnine-has-downlines {
  margin-bottom: 16px;
}

.team-structure-tier .team-structure-tier-divider + .team-structure-tier {
  margin-top: 16px;
}

#team-structure-tier--1 .upline::after,
.team-structure-tier .downline.dowlnine-has-downlines::after,
#team-structure-tier-1 .downline::before,
.team-structure-tier .team-structure-tier-divider + .team-structure-tier .downline::before {
  content: "";
  height: 16px;
  width: 1px;
  background: black;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}

#team-structure-tier--1 .upline::after,
.team-structure-tier .downline.dowlnine-has-downlines::after {
  bottom: -16px;
}

#team-structure-tier-1 .downline::before,
.team-structure-tier .team-structure-tier-divider + .team-structure-tier .downline::before {
  top: -18px;
}

.team-structure-tier-divider {
  height: 1px;
  width: 100%;
  width: calc(100% - 96px);
  background-color: black;
  margin: 0 auto;
}

#team-structure_downline-popup_details p {
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 16px;
}

#create-team-report-wrap {
  flex-direction: column;
}

#create-team-report-wrap #btn-download-team-report-wrap {
  margin-bottom: 1rem !important;
}

@media (min-width: 992px) {
  #create-team-report-wrap {
    flex-direction: row;
  }
}

#create-team-report-progress-log {
  display: none;
  list-style: none;
  text-align: center; 
  height: 128px;
  padding-left: 0;
  margin: 0 auto 16px;
  overflow-y: auto;
}

#create-team-report-progress-log li:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.team-structure-tier .upline .downline-active-icon,
.team-structure-tier .downline .downline-active-icon,
.team-structure-tier .upline .downline-inactive-icon,
.team-structure-tier .downline .downline-inactive-icon,
.team-structure-tier .upline .downline-pending_approval-icon,
.team-structure-tier .downline .downline-pending_approval-icon {
  height: 16px;
  width: 16px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: white;
  border-radius: 50%;
  z-index: 1;
}

.team-structure-tier .upline .downline-active-icon::before,
.team-structure-tier .downline .downline-active-icon::before,
.team-structure-tier .upline .downline-inactive-icon::before,
.team-structure-tier .downline .downline-inactive-icon::before {
  position: relative;
  top: -1px;
  text-align: center;
}

.team-structure-tier .upline .downline-active-icon::before,
.team-structure-tier .downline .downline-active-icon::before {
  content: '✓';
  color: #007e33;
}

.team-structure-tier .upline .downline-inactive-icon::before,
.team-structure-tier .downline .downline-inactive-icon::before {
  content: '×';
  display: inline-block;
  position: relative;
  top: 0;
  color: #fe8b08;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fe8b08;
}

.team-structure-tier .downline-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#team-structure-statuses-key {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

#team-structure-statuses-key li:last-child {
  margin-right: 0;
}

.v-circle-status-active {
  border: 1px solid #007e33;
}

.v-circle-status-active-checkmark {
  position: relative;
  top: 0;
  font-size: 12px;
  color: #007e33;
  text-align: center;
}

.v-circle-status-inactive {
  position: relative;
  top: 0;
  font-size: 12px;
  color: #ff8800;
  text-align: center;
  border: 1px solid #ff8800;
}

.v-circle-status-pending_approval {
  background-color: white;
  background-position: center;
  background-size: cover;
}

#team-structure-levels-key {
  list-style: none;
  padding-left: 0;
}

#team-structure-statuses-key_loading .inner-wrap,
#team-structure-levels-key_loading .inner-wrap {
  width: 100%;
  max-width: 256px;
}

#team-structure-statuses-key_loading .inner-wrap .v-line ,
#team-structure-levels-key_loading .inner-wrap .v-line {
  float: none;
}

#btn-remove-shopping-underneath {
  display: inline-block;
  width: fit-content;
}

.v-profile-pic-camera-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

.v-profile-pic-camera-overlay img {
  display: block;
  height: 4rem !important;
  margin: auto;
  opacity: 0.5;
}

#v-profile-pic-wrap:hover .v-profile-pic-camera-overlay {
  display: flex;
}

.team-table th {
  width: 20%;
}

.team-table td {
  width: 20%;
  text-align: center;
}

#team-map .info-window {
  position: relative;
}

#team-map .info-window .v-skeleton-block {
  height: 128px;
  width: 128px;
  margin-bottom: 8px;
}

#team-map .info-window .v-skeleton-block .v-line {
  height: 128px;
  margin-top: 0;
}

#team-map .info-window_profile-pic {
  position: absolute;
  top: 0;
  display: block;
  width: 128px;
  height: 128px;
  object-fit: cover;
}

#team-map .info-window p {
  margin-bottom: 0;
}

html.gigfiliate-dashboard-loading {
  padding-top: 16px;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

#gigfiliate-dashboard-loading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.gig-progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.gig-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: green;
  transition: width .6s ease;
}

.gig-progress-bar-striped {
  background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
  background-size: 1rem 1rem;
}

.gig-progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.gig-progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .gig-progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.gwp-progress {
  position: relative;
  background-color: #dcdcdc;
  min-height: 56px;
  border-radius: 50px;
}

.gwp-progress-bar {
  background-color: #00b74a;
  color: #fff;
  text-align: center;
  width: 0%;
  min-height: 56px;
  border-radius: 50px;
}

#progress-status {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: fit-content;
  text-align: center;
  font-weight: bold;
  color: black;
  margin: auto;
}

#thank-you-auto-activation.activation-is-complete #progress-status {
  color: white;
}

.activation-is-complete #progress-status {
  color: white;
}

#btn-dashboard-redirect {
  display: none !important;
  max-width: fit-content;
  text-align: center;
  margin: 0 auto;
}

.gwp-progress .gwp-progress-bar,
.gwp-progress-bar {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  transition: 1s;
}

.gwp-progress-striped .gwp-progress-bar,
.gwp-progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

#thank-you-auto-activation.activation-failed #progress-bar,
#thank-you-auto-activation.activation-is-complete #progress-bar {
  animation: none;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

#v-affiliate-save-privacy,
#v-affiliate-clear-cache {
  position: relative;
}

#vTeamDownlineAffiliateDetails .modal-header .close {
  margin: 0;
}

#gigfiliate_share-buttons svg {
  fill: #000 !important;
}

table#monthly-commissions td {
  text-align: center;
}

#performance-volume-for-period td:first-child,
table#performance-earnings-for-period td:first-child {
  text-align: left;
}

.v-ref-container .v-ref-selected {
  display: none;
}

.v-ref-container.v-selected .v-ref-selected {
  display: flex;
}

.v-ref-container.v-selected .v-ref-search {
  display: none;
}

.v-ref-container label[for='v-ref-label'] {
  display: block;
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.v-input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}

#v-search-ref-listing,
.v-ref-selected {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  margin: 1rem 0 1rem 0;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border-radius: 0.25rem;
}

#v-search-ref-status {
  margin-bottom: 1rem;
}

.v-ref-affiliates-listing-row {
  cursor: pointer;
}

.v-ref-selected {
  margin-bottom: 1rem;
  padding: 0.5rem;
  overflow-y: hidden;
}

.v-ref-selected .user_info {
  flex: 1;
}

.v-ref-affiliates-listing-row,
.v-ref-selected {
  display: flex;
  align-items: center;
}

.v-ref-affiliates-listing-row img,
.v-ref-selected #v-ref-selected_image {
  object-fit: cover;
  height: 4rem;
  width: 4rem;
  margin-right: 0.5rem;
}

.v-ref-selected #v-ref-selected_unselect {
  height: 2rem;
  padding: 0.5rem;
  cursor: pointer;
}

.v-ref-affiliates-listing-row .affiliate-name,
.v-ref-select #v-ref-selected_affiliate-name{
  margin-bottom: 8px;
}