/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .v-select.vs--single.vs--searchable.form-control {border: none;}
 .lead-msg-content-hero .hero-location.tool {
    background-image: var(--ff-icon-tool);
}
 .service-detail-min-list li.sdml-tool {
    background-image: var(--ff-icon-tool);
}
.form-group .form-label.fw-600{
  font-weight: 600;
}
.lead-card .card-buttons .btn:last-child{
  width: calc(58% - 5px) !important;
}
.lead-card .card-buttons .btn{
      width: calc(42% - 5px) !important;
}
.footer-main .footer-menu a{
  font-size: 14px;
}
.footer-menu-title {
    font-size: 18px !important;
    margin-bottom: 26px !important;;
}
.logged-in li#menu-item-420{
  display: none;
}
#modalPurchase.modal-ca-feedback .modal-title {
    font-size: 35px;
    margin-bottom: 20px;
}

#modalPurchase h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}
.woocommerce form .form-row.form-group {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.woocommerce-checkout .woocommerce-message {
    display: none;
}
a.showcoupon {
    color: #cf7b00;
}
.woocommerce-info {
    border-top-color: #ffc107;
}
.woocommerce-info::before {
    color: #3961a5;
}
.woocommerce-checkout .woocommerce-message {
    display: none;
}
#modalPurchase h5 {
    font-size: 16px;
    display: inline-block;
    padding: 8px 20px;
    background-color: #e2e2e2;
    border-radius: 50px;
}

#modalPurchase h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.v-select.vs--single.vs--searchable.form-control .vs__dropdown-toggle {
    height: 50px;
    border: none;
    outline: none;
}
.progress.position-absolute.prg-1.mb-2 {
    width: 100%;
    height: 16px;
    top: 42px;
}
.v-select.vs--single.vs--searchable.form-control .vs__dropdown-toggle{
  padding: 0px 12px;
}
.vs__search::-webkit-input-placeholder {  color: #8E8E8E; }
.vs__search::-moz-placeholder { color: #8E8E8E; }
.vs__search:-ms-input-placeholder { color: #8E8E8E; }
.vs__search:-moz-placeholder { color: #8E8E8E; }
.form-group .form-label {
    color: #000;
  }

  .lds-dual-ring {
    display: inline-block;
    width: 18px;
    height: 18px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
.font-16{
  font-size: 16px !important;
}
.font-17{
  font-size: 17px !important;
}
.font-12{
  font-size: 12px !important;
}
.v-select.vs--multiple.vs--searchable.p-0.form-control {
    border: 0;
    height: 52px;
}
.v-select.vs--searchable.p-0.form-select.filter_trade {
    background: none;
    border: 0;
}

.v-select.vs--searchable.p-0.form-select.filter_trade div.vs__dropdown-toggle {
    border: none;
    padding: 0;
}
.v-select.vs--searchable.p-0.form-select.filter_trade .vs__dropdown-menu li {
    font-size: 13px;
}
.v-select.vs--searchable.p-0.form-select.filter_trade .vs__dropdown-menu{
  width: 200px;
}
.v-select.vs--multiple.vs--searchable.p-0.form-control .vs__dropdown-toggle {
    height: 52px;
}
.menu .menu-item.menu-item-has-children.active .sub-menu{
  z-index: 2000
}
.removePhotoGall{
  position: absolute;
  right: 15px;
  top: 8px;
  margin: auto;
  width: 30px;
  padding: 0 !important;
  background-color: #fff !important;
}
.trade-user-profile-details-card .card-body .card-body-box:not(:last-child){
  overflow: hidden;
}
.removePhotoGall svg {
    width: 20px;
}
div#imagelist li.list-group-item a {
    color: #000;
    font-size: 16px;
}

  @keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
