/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
@media (min-width:320px) {
  .tag-not-verified {
    padding: 3px 5px 6px 5px;
    border-radius: 100px;
    /* background-color: #fbf6ef; */
    background-color: #f7f7f7;
    float: left;
    font-size: 12px;
  }

  .tag-verified {
    padding: 3px 5px 6px 5px;
    border-radius: 100px;
    background-color: #e9f9e9;
    float: left;
    font-size: 12px;
  }

  .visible-mobile {
    display: flex !important;
  }

  .visible-desktop {
    display: none !important;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .customer-reviews-width {
    width: 100% !important;
  }

  .services-info p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
  }

  .icon-small {
    width: 20px;
    height: 20px;
  }

  .icon-large {
    width: 40px;
    height: 40px;
  }

  .lead-fs-small {
    font-size: 14px !important;
  }

  .job-title {
    font-size: 16px;
  }

  .mobile-menu {
    float: left;
    margin: 3rem 0 0 -16rem !important;
  }

  .main-header .signup-link {
    margin: 0 0 20px 8px;
    padding: 10px 10px;
    font-size: 14px;
  }
}

/* smartphones, Android phones, landscape iPhone */
@media (min-width:480px) {
  .tag-not-verified {
    padding: 3px 5px 6px 5px;
    border-radius: 100px;
    /* background-color: #fbf6ef; */
    background-color: #f7f7f7;
    float: left;
    font-size: 12px;
  }

  .tag-verified {
    padding: 3px 5px 6px 5px;
    border-radius: 100px;
    background-color: #e9f9e9;
    float: left;
    font-size: 12px;
  }

  .visible-mobile {
    display: flex !important;
  }

  .visible-desktop {
    display: none !important;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .customer-reviews-width {
    width: 100% !important;
  }

  .services-info p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
  }

  .icon-small {
    width: 20px;
    height: 20px;
  }

  .icon-large {
    width: 40px;
    height: 40px;
  }

  .lead-fs-small {
    font-size: 14px !important;
  }

  .job-title {
    font-size: 16px;
  }

  .mobile-menu {
    margin-top: 0px !important;
  }

  .main-header .signup-link {
    margin: 0 0 20px 8px;
    padding: 10px 10px;
    font-size: 14px;
  }
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media (min-width:600px) {
  .tag-not-verified {
    padding: 3px 5px 6px 5px;
    border-radius: 100px;
    /* background-color: #fbf6ef; */
    background-color: #f7f7f7;
    float: left;
    font-size: 12px;
  }

  .tag-verified {
    padding: 3px 5px 6px 5px;
    border-radius: 100px;
    background-color: #e9f9e9;
    float: left;
    font-size: 12px;
  }

  .visible-mobile {
    display: flex !important;
  }

  .visible-desktop {
    display: none !important;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .customer-reviews-width {
    width: 100% !important;
  }

  .services-info p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
  }

  .icon-small {
    width: 20px;
    height: 20px;
  }

  .icon-large {
    width: 40px;
    height: 40px;
  }

  .lead-fs-small {
    font-size: 15px !important;
  }

  .job-title {
    font-size: 17px;
  }

  .mobile-menu {
    margin-top: 0px !important;
  }

  .main-header .signup-link {
    margin: 0 0 20px 8px;
    padding: 10px 10px;
    font-size: 14px;
  }
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:801px) {
  .tag-not-verified {
    padding: 3px 10px 6px 10px;
    border-radius: 100px;
    /* background-color: #fbf6ef; */
    background-color: #f7f7f7;
    float: left;
    font-size: 14px;
  }

  .tag-verified {
    padding: 3px 10px 6px 10px;
    border-radius: 100px;
    background-color: #e9f9e9;
    float: left;
    font-size: 14px;
  }

  .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
  }

  .visible-mobile {
    display: none !important;
  }

  .visible-desktop {
    display: flex !important;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .customer-reviews-width {
    width: 68% !important;
  }

  .services-info p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
  }

  .icon-small {
    width: 20px;
    height: 20px;
  }

  .icon-large {
    width: 45px;
    height: 45px;
  }

  .lead-fs-small {
    font-size: 15px !important;
  }

  .job-title {
    font-size: 17px;
  }

  .mobile-menu {
    margin-top: 0px !important;
  }

  .main-header .signup-link {
    margin: 0px 0 20px 15px;
    padding: 10px 20px;
    font-size: 16px;
  }
}

/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {
  .tag-not-verified {
    padding: 3px 10px 6px 10px;
    border-radius: 100px;
    /* background-color: #fbf6ef; */
    background-color: #f7f7f7;
    float: left;
    font-size: 14px;
  }

  .tag-verified {
    padding: 3px 10px 6px 10px;
    border-radius: 100px;
    background-color: #e9f9e9;
    float: left;
    font-size: 14px;
  }

  .visible-mobile {
    display: none !important;
  }

  .visible-desktop {
    display: flex !important;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .customer-reviews-width {
    width: 68% !important;
  }

  .services-info p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
  }

  .icon-small {
    width: 20px;
    height: 20px;
  }

  .icon-large {
    width: 45px;
    height: 45px;
  }

  .lead-fs-small {
    font-size: 16px !important;
  }

  .job-title {
    font-size: 1.25rem;
  }

  .mobile-menu {
    margin-top: 25px !important;
  }

  .main-header .signup-link {
    margin: 25px 0 20px 15px;
    padding: 10px 28px;
    font-size: 17px;
  }
}

/* hi-res laptops and desktops */
@media (min-width:1281px) {
  .tag-not-verified {
    padding: 3px 10px 6px 10px;
    border-radius: 100px;
    /* background-color: #fbf6ef; */
    background-color: #f7f7f7;
    float: left;
    font-size: 14px;
  }

  .tag-verified {
    padding: 3px 10px 6px 10px;
    border-radius: 100px;
    background-color: #e9f9e9;
    float: left;
    font-size: 14px;
  }

  .visible-mobile {
    display: none !important;
  }

  .visible-desktop {
    display: flex !important;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .customer-reviews-width {
    width: 68% !important;
  }

  .services-info p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
  }

  .icon-small {
    width: 20px;
    height: 20px;
  }

  .icon-large {
    width: 45px;
    height: 45px;
  }

  .lead-fs-small {
    font-size: 16px !important;
  }

  .job-title {
    font-size: 1.25rem;
  }

  .mobile-menu {
    margin-top: 25px !important;
  }

  .main-header .signup-link {
    margin: 25px 0 20px 15px;
    padding: 10px 28px;
    font-size: 17px;
  }
}

/* hi-res laptops and desktops */
@media (min-width:1600px) {
  .tag-not-verified {
    padding: 3px 10px 6px 10px;
    border-radius: 100px;
    /* background-color: #fbf6ef; */
    background-color: #f7f7f7;
    float: left;
    font-size: 14px;
  }

  .tag-verified {
    padding: 3px 10px 6px 10px;
    border-radius: 100px;
    background-color: #e9f9e9;
    float: left;
    font-size: 14px;
  }

  .visible-mobile {
    display: none !important;
  }

  .visible-desktop {
    display: flex !important;
  }

  p {
    font-size: 17px;
    line-height: 26px;
  }

  .customer-reviews-width {
    width: 74% !important;
  }

  .services-info p {
    position: relative;
    font-size: 15px;
    margin-bottom: 0;
  }

  .icon-small {
    width: 20px;
    height: 20px;
  }

  .icon-large {
    width: 45px;
    height: 45px;
  }

  .lead-fs-small {
    font-size: 16px !important;
  }

  .job-title {
    font-size: 1.25rem;
  }

  .mobile-menu {
    margin-top: 25px !important;
  }

  .main-header .signup-link {
    margin: 25px 0 20px 15px;
    padding: 10px 28px;
    font-size: 17px;
  }
}

.modal-header {
  /* background-color: #3f56ff; */
  background-color: white;
}

.modal-header-padding {
  padding: 15px 0px 5px 20px;
}

.login-form-padding {
  padding: 30px 8px 30px 8px;
}

.form-field,
.form-control {
  padding: 10px 20px;
  font-size: 15px;
  height: 50px;
  outline: none;
  color: #616161;
  border-radius: 3px !important;
  font-weight: 400;
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06); */
}

.m-l-r-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.width-100 {
  width: 100% !important;
}

.name-circle {
  background-color: #3f56ff;
  color: white;
  padding: 5px;
  border-radius: 100%;
  width: 25px;
  display: block;
  height: 25px;
  line-height: 15px;
  font-size: 17px;
  margin: 0;
  text-align: center;
}

.color-blue {
  color: #3f56ff !important;
}

.content-box-white {
  background-color: white;
  padding: 20px 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
  border-radius: 5px;
  min-height: 800px;
  height: auto;
}

.content-box-offwhite {
  background-color: #fafafa;
  padding: 20px 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
  border-radius: 5px;
  min-height: 800px;
  height: auto;
}

.content-area-padding {
  padding: 50px 0 !important;
}

.joblist-card {
  float: left;
  margin: -42px 0 0 0px;
  background-color: transparent !important;
}

.bg-primary-subtle {
  background-color: #e2e5ed;
  color: 64, 81, 137;
}

.btn-primary-revers {
  color: #3f56ff !important;
  background-color: white !important;
  border-color: #3f56ff !important;
}

.flex-space-between {
  justify-content: space-between !important;
}

.fs-14 {
  font-size: 14px !important;
}

.text-green {
  color: #449e48 !important;
}

.text-orange {
  color: #ff9800 !important;
}

.text-gray {
  color: #37404d !important;
}

.text-red {
  color: #f06548 !important;
}

.label-round-red {
  background-color: #fbe3e4;
  padding: 5px 10px;
  border-radius: 50px;
  color: #f06548 !important;
}

.label-round-green {
  background-color: #dcf6e8;
  padding: 5px 10px;
  border-radius: 50px;
  color: #449e48 !important;
}

.label-round-orange {
  background-color: #ffefe1;
  padding: 5px 10px;
  border-radius: 50px;
  color: #ff9800 !important;
}

.fs-1_15rem {
  font-size: 1.15rem !important;
}

.leads-box-spacing {
  margin-bottom: 20px;
  background-color: white;
  padding-bottom: 0px;
  box-shadow: 0 1px 2px rgba(56, 65, 74, .15) !important;
}

.job-description {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

input.ng-invalid.ng-touched,
select.ng-invalid.ng-touched {
  border: #dc3545 1px solid;
}

.ul-white ul li {
  color: white;
}

.header-shrink ul li {
  color: #515151 !important;
}

.dashboard-top-box .card-animate {
  margin-bottom: 1rem;
}

.dashboard-top-box .card-body .d-flex {
  justify-content: space-between !important;
}

.card-blue .card-header {
  background-color: #3f56ff;
  font-size: 18px;
}

.card-blue .card-header h4 {
  color: #fff;
}

.lead-box-margin {
  margin-top: 0px !important;
}

#leadSuccess {
  padding: 0rem 0 0 0;
  border-radius: 3px;
  margin-top: 0rem;
}

#leadSuccess h5,
#leadSuccess h6,
#leadSuccess p {
  color: white !important;
}

#leadSuccess a {
  color: #3f56ff;
  background: white;
  padding: 3px 7px;
  border-radius: 2px;
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #dee2e6;
  border-right: 5px solid #dee2e6;
  border-bottom: 5px solid #dee2e6;
  border-left: 5px solid #00468b;
  transform: translateZ(0);
  animation: SpinnerAnimation 1.1s infinite linear
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px
}

.loading-modal {
  z-index: 9999999999 !important;
}

.sub-banner-big {
  min-height: 600px !important;
  height: auto;
  padding-bottom: 2rem;
}

.sub-banner-big .container .row {
  padding-top: 9rem;
}

.otp-inputs {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding-bottom: 3px;
}

.otp-input {
  width: 40px;
  border: none;
  border-bottom: 3px solid #d8d8d8;
  margin: 0 10px;
  text-align: center;
  font-size: 36px;
  height: 45px;
  color: #d8d8d8;
}

.otp-input:focus {
  border-bottom: 3px solid #3f56ff;
  outline: none;
}

.otp-input:nth-child(1) {
  cursor: pointer;
  pointer-events: all;
}

.div-verify-otp {
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}

.btn-verify-otp {
  color: #3f56ff;
  /* border: 1px solid #3f56ff; */
  padding: 1px 5px 2px 5px;
  /* border-radius: 3px; */
}

#spanVerified {
  color: #28a745;
}

#spanNotVerified {
  color: #dc3545;
}

#ingredients {
  display: none;
}

/* ANGULAR TOASTER STYLES */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
   iOS requires the button element instead of an anchor tag.
   If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.feather-icon {
  width: 15px;
  height: 15px;
}

#divregistersubservices span.select2-selection {
  border: 1px solid #d8d8d8 !important;
  box-shadow: none !important;
}

.register-popup-bg {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.lead-details-text {
  font-size: 1rem;
  line-height: 27px;
}

.search-widget {
  padding: 30px 25px 0px 25px !important;
}

.admin-dashboard-tabs .nav-border-top-primary .nav-link.active {
  background-color: transparent !important;
}

.admin-dashboard-tabs .card-body {
  padding: 15px 25px;
}

.fs-20 {
  font-size: 20px;
}

.span-mb-2 {
  float: left;
  margin-bottom: 0.5rem;
}

#divCountries .select2-container--default .select2-selection--single {
  border: 1px solid #d8d8d8 !important;
  border-radius: 3px !important;
  font-size: 15px !important;
  height: 50px !important;
  padding-top: 10px !important;
}

#divCountries .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 8px !important;
}

.form-group-span {
  float: left;
  margin-bottom: 5px;
}

#userDetailsModal .btn-4 {
  line-height: 40px !important;
}

.nav-success .nav-link.active {
  color: #fff;
  background-color: #5d5a68 !important;
}

.nav-success.arrow-navtabs .nav-link.active::before {
  border-top-color: #5d5a68 !important;
}

.div-radio {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.div-radio label {
  display: flex;
  border: 1px solid;
  border-radius: 3px;
  padding: 10px;
  font-size: 18px;
  justify-content: center;
  cursor: pointer;
  font-weight: 400 !important;
  color: white;
}

.div-radio input[type="radio"] {
  opacity: 0;
  margin-bottom: -10px;
}

.div-radio input[type="radio"]:checked+label {
  background-color: white;
  color: #3f56ff;
}

.btn-continue {
  cursor: pointer;
  padding: 12px 30px 10px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
}

.fs-18 {
  font-size: 18px !important;
}

.customer-reviews-width .rating i {
  color: orange !important;
}

.faq-container-custom .card-header {
  padding: 20px 0px 15px 0px !important;
}

.faq-container-custom .faq-accordion .card-header a:before {
  color: #37404d !important;
}

.faq-container-custom .card .card-block p {
  color: #3f56ff !important;
}

.banner-text {
  display: flex;
  flex-direction: column;
  flex-flow: inherit;
  flex-wrap: inherit;
  align-content: center;
}

.content-padding {
  padding: 80px 0 0 0 !important;
}

.mb-6 {
  margin-bottom: 5rem;
}

.agent-1 .inner-buttom h4 {
  color: white;
}

.color-white {
  color: white !important;
}

.btn-advance-search {
  width: 100%;
  margin: 0 0 10px 0;
}

.job-title {
  color: #3f56ff;
}

.blink_me_default {
  animation: blinker 1s linear infinite;
  background-color: #3f56ff;
  color: white;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 15px;
}

.blink_me_red {
  animation: blinker 1s linear infinite;
  background-color: #ea4335;
  color: white;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 15px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.leads-list-checkbox {
  zoom: 1.5;
}

.btn-custom {
  height: 30px !important;
  padding: 0px 10px 0px !important;
  font-size: 13px !important;
}

.cp {
  cursor: pointer !important;
}