.swal2-container{
    z-index: 999999!important;
}
.social-profile-state-dropdown {
  width: 100%;
  height: 100%;
  max-height: 41px;
  background: white;
  border-radius: 5px;
  border: 1.11px #939598 solid;
  color: #656565;
  font-size: 15.80px;
  font-family: Poppins;
  font-weight: 400;
  letter-spacing: 0.40px;
  word-wrap: break-word;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 10px;
}

.loader-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    background: rgba(255, 255, 255, .9);
}

.loader {
    position: fixed;
    width: 100px;
    height: auto;
     animation: heartbeat 5s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.activeNavbar{
  color: #F58220!important;
}
.cursor_pointer{
  cursor: pointer;
}
.how-dealer-work-modal-header{
  border-bottom: 1px solid #f58220;
  padding-left: 34px;
  padding-top: 27px;
  padding-bottom: 20px;
  padding-right: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-dealer-work-modal-header button {
  outline: none;
  font-size: 16px;
}
#how-dealer-work-modal .modal-dialog-centered{
  max-width: 650px;
}
.how-dealer-work-modal-header #exampleModalLabel{
  font-size: 26px;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-position: center;
  background-size: 1em auto;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

.no-bullet {
  list-style-type: none;
}
.custom-error-form-address{
  color: red;
  font-size: 11px;
  float: inline-start;
}

@media (max-width: 1600px) {
  .dealer-work-popup-list {
    font-size: 16px;
  }
  /* .how-dealer-work-modal-header #exampleModalLabel{
    font-size: 1.625em;
  } */
}

@media (max-width: 1440px) {
  .dealer-work-popup-list {
    font-size: 16px;
  }
  /* .how-dealer-work-modal-header #exampleModalLabel{
    font-size: 1.625em;
  } */
}

.iti--allow-dropdown{
  width: 100%!important;
}