@charset "utf-8";
/*Qqfs Bootstrap*/
.qqfs-container,
.qqfs-container-fluid,
.qqfs-container-xxl,
.qqfs-container-xl,
.qqfs-container-lg,
.qqfs-container-md,
.qqfs-container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .qqfs-container-sm, .qqfs-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .qqfs-container-md, .qqfs-container-sm, .qqfs-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .qqfs-container-lg, .qqfs-container-md, .qqfs-container-sm, .qqfs-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .qqfs-container-xl, .qqfs-container-lg, .qqfs-container-md, .qqfs-container-sm, .qqfs-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .qqfs-container-xxl, .qqfs-container-xl, .qqfs-container-lg, .qqfs-container-md, .qqfs-container-sm, .qqfs-container {
    max-width: 1320px;
  }
}

.qqfs-row{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

.qqfs-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}


.qqfs {
  flex: 1 0 0%;
}

.qqfs-auto {
  flex: 0 0 auto;
  width: auto;
}

.qqfs-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.qqfs-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.qqfs-3 {
  flex: 0 0 auto;
  width: 25%;
}

.qqfs-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.qqfs-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.qqfs-6 {
  flex: 0 0 auto;
  width: 50%;
}

.qqfs-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.qqfs-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.qqfs-9 {
  flex: 0 0 auto;
  width: 75%;
}

.qqfs-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.qqfs-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.qqfs-12 {
  flex: 0 0 auto;
  width: 100%;
}

.qqfs-offset-1 {
  margin-left: 8.3333333333%;
}

.qqfs-offset-2 {
  margin-left: 16.6666666667%;
}

.qqfs-offset-3 {
  margin-left: 25%;
}

.qqfs-offset-4 {
  margin-left: 33.3333333333%;
}

.qqfs-offset-5 {
  margin-left: 41.6666666667%;
}

.qqfs-offset-6 {
  margin-left: 50%;
}

.qqfs-offset-7 {
  margin-left: 58.3333333333%;
}

.qqfs-offset-8 {
  margin-left: 66.6666666667%;
}

.qqfs-offset-9 {
  margin-left: 75%;
}

.qqfs-offset-10 {
  margin-left: 83.3333333333%;
}

.qqfs-offset-11 {
  margin-left: 91.6666666667%;
}

.qqfs-center{
	display: flex!important;
	justify-content: center!important;
}

@media (min-width: 576px) {
  .qqfs-sm {
    flex: 1 0 0%;
  }

  .qqfs-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .qqfs-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .qqfs-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .qqfs-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .qqfs-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .qqfs-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .qqfs-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .qqfs-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .qqfs-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .qqfs-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .qqfs-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .qqfs-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .qqfs-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .qqfs-offset-sm-0 {
    margin-left: 0;
  }

  .qqfs-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .qqfs-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .qqfs-offset-sm-3 {
    margin-left: 25%;
  }

  .qqfs-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .qqfs-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .qqfs-offset-sm-6 {
    margin-left: 50%;
  }

  .qqfs-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .qqfs-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .qqfs-offset-sm-9 {
    margin-left: 75%;
  }

  .qqfs-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .qqfs-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .qqfs-md {
    flex: 1 0 0%;
  }

  .qqfs-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .qqfs-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .qqfs-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .qqfs-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .qqfs-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .qqfs-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .qqfs-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .qqfs-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .qqfs-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .qqfs-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .qqfs-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .qqfs-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .qqfs-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .qqfs-offset-md-0 {
    margin-left: 0;
  }

  .qqfs-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .qqfs-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .qqfs-offset-md-3 {
    margin-left: 25%;
  }

  .qqfs-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .qqfs-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .qqfs-offset-md-6 {
    margin-left: 50%;
  }

  .qqfs-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .qqfs-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .qqfs-offset-md-9 {
    margin-left: 75%;
  }

  .qqfs-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .qqfs-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {

  .qqfs-lg {
    flex: 1 0 0%;
  }

  .qqfs-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .qqfs-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .qqfs-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .qqfs-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .qqfs-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .qqfs-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .qqfs-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .qqfs-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .qqfs-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .qqfs-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .qqfs-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .qqfs-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .qqfs-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .qqfs-offset-lg-0 {
    margin-left: 0;
  }

  .qqfs-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .qqfs-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .qqfs-offset-lg-3 {
    margin-left: 25%;
  }

  .qqfs-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .qqfs-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .qqfs-offset-lg-6 {
    margin-left: 50%;
  }

  .qqfs-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .qqfs-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .qqfs-offset-lg-9 {
    margin-left: 75%;
  }

  .qqfs-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .qqfs-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {

  .qqfs-xl {
    flex: 1 0 0%;
  }

  .qqfs-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .qqfs-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .qqfs-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .qqfs-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .qqfs-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .qqfs-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .qqfs-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .qqfs-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .qqfs-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .qqfs-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .qqfs-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .qqfs-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .qqfs-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .qqfs-offset-xl-0 {
    margin-left: 0;
  }

  .qqfs-offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .qqfs-offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .qqfs-offset-xl-3 {
    margin-left: 25%;
  }

  .qqfs-offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .qqfs-offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .qqfs-offset-xl-6 {
    margin-left: 50%;
  }

  .qqfs-offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .qqfs-offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .qqfs-offset-xl-9 {
    margin-left: 75%;
  }

  .qqfs-offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .qqfs-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1400px) {
  .qqfs-xxl {
    flex: 1 0 0%;
  }

  .qqfs-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .qqfs-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .qqfs-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .qqfs-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .qqfs-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .qqfs-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .qqfs-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .qqfs-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .qqfs-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .qqfs-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .qqfs-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .qqfs-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .qqfs-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .qqfs-offset-xxl-0 {
    margin-left: 0;
  }

  .qqfs-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .qqfs-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .qqfs-offset-xxl-3 {
    margin-left: 25%;
  }

  .qqfs-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .qqfs-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .qqfs-offset-xxl-6 {
    margin-left: 50%;
  }

  .qqfs-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .qqfs-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .qqfs-offset-xxl-9 {
    margin-left: 75%;
  }

  .qqfs-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .qqfs-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

.quote_qqfs_shortcode .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
	outline:0 !important;
}
.quote_qqfs_shortcode .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.quote_qqfs_shortcode .form-switch {
    padding-left: 2.5em;
}
.quote_qqfs_shortcode .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.quote_qqfs_shortcode .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
.quote_qqfs_shortcode .form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.quote_qqfs_shortcode .btn-check:active+.btn-dark, 
.quote_qqfs_shortcode .btn-check:checked+.btn-dark, 
.quote_qqfs_shortcode .btn-dark.active, 
.quote_qqfs_shortcode .btn-dark:active, 
.quote_qqfs_shortcode .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}
.quote_qqfs_shortcode [type=button]:not(:disabled), 
.quote_qqfs_shortcode [type=reset]:not(:disabled), 
.quote_qqfs_shortcode [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.quote_qqfs_shortcode .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
	outline:0 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.quote_qqfs_shortcode .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.quote_qqfs_shortcode .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.quote_qqfs_shortcode .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.quote_qqfs_shortcode .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.quote_qqfs_shortcode .btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.quote_qqfs_shortcode .btn-dark.disabled, .quote_qqfs_shortcode .btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.quote_qqfs_shortcode .btn.disabled, .quote_qqfs_shortcode .btn:disabled, .quote_qqfs_shortcode fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
}

.quote_qqfs_shortcode [type=button], .quote_qqfs_shortcode [type=reset], .quote_qqfs_shortcode [type=submit], .quote_qqfs_shortcode button {
    -webkit-appearance: button;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

.quote_qqfs_shortcode .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}
.quote_qqfs_shortcode .spinner-border-sm {
    width: 2rem;
    height: 2rem;
    border-width: .2em;
}
.quote_qqfs_shortcode .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.quote_qqfs_shortcode .alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.quote_qqfs_shortcode .mb-3 {
    margin-bottom: 1rem!important;
}
.quote_qqfs_shortcode .form-floating {
    position: relative;
}

.quote_qqfs_shortcode button, 
.quote_qqfs_shortcode input, 
.quote_qqfs_shortcode optgroup, 
.quote_qqfs_shortcode select, 
.quote_qqfs_shortcode textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
} 

.quote_qqfs_shortcode .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.quote_qqfs_shortcode .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.quote_qqfs_shortcode .form-floating > .form-control,
.quote_qqfs_shortcode .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

.quote_qqfs_shortcode .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.quote_qqfs_shortcode textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}
.quote_qqfs_shortcode .form-control.is-invalid, .quote_qqfs_shortcode .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.quote_qqfs_shortcode .is-invalid~.invalid-feedback, 
.quote_qqfs_shortcode .is-invalid~.invalid-tooltip, 
.quote_qqfs_shortcode .was-validated :invalid~.invalid-feedback, 
.quote_qqfs_shortcode .was-validated :invalid~.invalid-tooltip {
    display: block;
}

.quote_qqfs_shortcode .form-floating>.form-control:focus, 
.quote_qqfs_shortcode .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.quote_qqfs_shortcode .form-control.is-valid, 
.quote_qqfs_shortcode .was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.quote_qqfs_shortcode .form-floating>.form-control:focus~label, 
.quote_qqfs_shortcode .form-floating>.form-control:not(:placeholder-shown)~label, 
.quote_qqfs_shortcode .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

/* CSS qqfs*/
.ws247-quote-qqfs-shortcode .ws247-quote-qqfs-title,
.ws247-quote-qqfs-shortcode .ws247-quote-qqfs-description{
	text-align:center;
}
.ws247-quote-qqfs-shortcode .quote-qqfs-control-item{
	padding:20px 0;
}
.ws247-quote-qqfs-shortcode .ws247-quote-qqfs-buttons > button.js-ws247-quote-qqfs-reset{
	margin-right: 10px;
}
.ws247-quote-qqfs-shortcode .form-switch .form-check-input{
	font-size: 32px;
	cursor:pointer;
}
.ws247-quote-qqfs-shortcode .form-switch{
	margin-left: 4.5em;
}
.ws247-quote-qqfs-shortcode .quote-qqfs-total{
	text-align:center;
}
.ws247-quote-qqfs-shortcode .quote-qqfs-total .mn{
    background: #fe4c1c;
    color: #fff;
    font-size: 2rem;
    padding: 0px 30px;
    margin-bottom: 20px;
	margin-top:10px;
    display: inline-block;
    border-radius: 5px;
}
.ws247-quote-qqfs-shortcode .step-title{
	font-size: 1.5rem;
}
.ws247-quote-qqfs-content .form-control{
	background: #fff;
	box-shadow:none;
}
.ws247-quote-qqfs-content .form-control:not(.is-invalid){
    border: 1px solid #ced4da;
}
.form-control.is-valid, .was-validated .form-control:valid {
	border: 1px solid #198754 !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	border: 1px solid #dc3545 !important;
}
.quote-qqfs-control-bonus{
    font-size: 12px;
    font-style: italic;
}
