@font-face {
  font-family: Circular Std;
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: Circular Std;
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
label,
textarea,
li,
button {
  font-family: Circular Std !important;
}

body {
  font-family: Circular Std !important;
  font-size: 14px;
  line-height: 24px;
  color: #444444;
  background-color: #fff;
}

.createjob-form {
  padding: 20px 50px;
  width: 450px;
  margin: 0 auto;
  /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
  border-radius: 5px;
  background-color: #fff;
}

.screens .header-content ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0px;
}

#screen-1-backBtn img,
#screen-2-backBtn img,
#screen-3-backBtn img {
  width: 20px;
  margin: 15px 0 0 0;
}

.header-content li:last-child img {
  width: 15px;
  margin: 15px 0 0 0;
}

.screens .header-content h5 {
  color: #14193a !important;
  font-size: 16px !important;
  letter-spacing: 0.17px !important;
  font-weight: 500 !important;
  text-align: center;
  margin: 18px 0 0 0;
  font-family: Circular Std;
}

.screens .header-content {
  border-bottom: 1px solid #DEE5ED;
}

.screens .body-content {
  padding: 15px 15px 0 !important;
}

.material-input .form-group .form-control {
  letter-spacing: 0.5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  height: 45px;
  font-weight: 400 !important;
  border-radius: 4px !important;
  border: 1px solid #D8D8D8 !important;
  background: #fff !important;
  color: #14193A !important;
  font-size: 14px !important;
  font-family: Circular Std !important;
  box-shadow: none;
  margin-left: -5px;
}


.material-input .form-group {
  position: relative;
  margin-bottom: 12px !important;
  padding: 0 0px 0 6px !important;
}


.material-input .form-group .form-control~label {
  color: #70738C;
  font-size: 12px;
  position: absolute;
  pointer-events: none;
  letter-spacing: 0.5px;
  left: 12px;
  font-weight: 500 !important;
  top: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  text-transform: none;
}

.material-input .form-group .form-control:focus,
.material-input .form-group .form-control:not(:placeholder-shown) {
  padding-bottom: 5px !important;
  padding-top: 20px !important;
  padding-left: 10px;
}

.material-input .form-group .form-control:focus~label,
.material-input .form-group .form-control:not(:placeholder-shown)~label {
  font-size: 12px !important;
  top: 4px !important;
}

.column-row {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.column-row .column-half:nth-of-type(2) {
  margin-left: 5px !important;
}

.column-row .column-half {
  width: 50%;

}

.donesection ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  border: 2px solid #0177E0;
  border-radius: 10px;
  padding: 0;
  width: 100%;
}

.donesection ul li {
  text-align: center;
  width: 50%;
  padding: 8px 12px 5px;
  font-size: 12px;
  letter-spacing: -.13px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
}

.donesection ul li.active {
  background-color: #0177E0;
  color: #fff;
}

.room-selection,
.forlocksmithRoom {
  margin: 15px 0 0;
}

.room-selection h5,
.forlocksmithRoom h5 {
  margin: 0;
}

.room-selection p,
.forlocksmithRoom p {
  color: rgba(68, 68, 68, 0.5);
  margin-bottom: 0;
  margin: -5px 0 0px 6px !important;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
}

.half-one {
  margin: 10px 0;
}

.column-half.half-one h4 {
  font-size: 14px;
}

.column-half.half-one {
  width: 30%;
}

.column-half.half-two {
  width: 70%;
  margin-left: 0 !important;
}

.increment .value-button {
  display: inline-block;
  margin: 0px;
  font-size: 25px;
  width: 30px;
  border-radius: 5px !important;
  text-align: center;
  vertical-align: middle;
  padding: 0 0;
  color: #70738C;
  border: 1px solid #D8D8D8 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.increment .value-button:hover {
  cursor: pointer;
}

.increment #decrease,
.increment #decrease1 {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.increment #increase,
.increment #increase1 {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

/* form #input-wrap {
    margin: 0px;
    padding: 0px;
  } */

.increment input#number,
.increment input#number1 {
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  margin: 0 0 0 2px;
}

.increment input[type=number]::-webkit-inner-spin-button,
.increment input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.timeline-section ul p {
  font-size: 10px;
  font-weight: 200;
}

.timeline-section {
   padding: 10px 0 0;
  margin: 0 0 45px 10px; 
  /* padding: 10px 0 0;
  margin: 0 0 0 10px;
  position: fixed;
  bottom: 60px;
  width: 95%; */
}

.nextbtn {
  text-align: center;
}

.timeline-section button,
.timeline-section button:hover,
.timeline-section button:focus {
  background-color: #0177E0;
  border: 1px solid #0177E0;
  border-radius: 6px;
  color: #fff;
  font-size: 15px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  width: 80%;
  padding: 7px 0 5px;
  margin: 0 0 5px;
  outline: none !important;
  letter-spacing: .15px;
}

.timeline-section .stepsindication p {
  margin-top: 0;
  text-align: center;
}

.timeline-section ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  border: 1px solid #0177E0;
  border-radius: 10px;
  padding: 0 !important;
  width: 100%;
}

.timeline-section ul li {
  text-align: center;
  width: 34%;
  padding: 2px 0;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  font-weight: 100;
  cursor: pointer;
  border-radius: 50px;
}

.timeline-section ul li.blueactive {
  background-color: #0177E0;
}


.image-selection ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 12px;
}

.image-selection ul li p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 3px;
}

.image-selection ul li {
  padding: 8px 15px 6px;
  height: 90px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.image-selection ul li img {
  padding: 8px 15px 6px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 3px;
}

/* .image-selection ul li img.bgClr, .image-selection ul li.active {
    background-color: #0177E0;
    padding: 8px 15px 6px;
    border-radius: 5px;
  } */

.description-section {
  /* margin-top: 35px; */
}

.description-section textarea {
  height: 100px !important;
}

.fileuploadSection,
.fileuploadSection:hover {
  position: relative;
  padding: 5px 10px;
  background: #fff !important;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #0177E0;
  border-radius: 7px;
  line-height: 45px;
  transition: .2s all;
  font-size: 16px;
  letter-spacing: .1px;
  color: #5e4cdc;
  font-weight: 400 !important;
  text-transform: unset;
}

.fileuploadSection input[type=file] {
  position: absolute;
  right: -9999px;
  visibility: hidden;
  opacity: 0;
}

.fileuploadSection label {
  margin-bottom: 0 !important;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

.fileuploadSection label img {
  margin: 0px 10px -2px 5px;
  width: 35px;
  object-fit: contain;
}

.codecoupon {
  display: flex;
  background-color: #cac4f4;
  border-radius: 3px;
  padding: 6px 10px 4px;
  align-items: center;
}

.codecoupon img {
  width: 60px;
  height: 60px !important;
}

.codecoupon h4 {
  color: #0177E0 !important;
  margin: 14px 0 0 11px;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: -.11px !important;
  line-height: 8px !important;
}

.codecoupon h4 span {
  display: block;
  color: #14193a !important;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.15px !important;
  line-height: 32px;
}


.screen-two .timeline-section ul li {
  border-radius: 0;
}

.screen-three .timeline-section ul li {
  border-radius: 0;
}

.d-flex {
  display: flex !important;
}

.jobRequesImage {
  margin-right: .3rem;
  margin-top: .3rem;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

#job_images .jobRequesImage img.removeJobImage {
  border: none;
  width: 15px;
  height: 15px;
  position: absolute;
  margin-left: 37px;
  margin-top: 3px;
  z-index: 9;
  opacity: 1;
  display: none;
  transform: rotate(45deg);
}

#job_images .jobRequesImage img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 7px;
  padding: 1px;
}

#job_images .jobRequesImage:hover img.removeJobImage {
  display: block;
  transform: rotate(45deg);
}

.fileuploadSection,
.fileuploadSection:hover {
  position: relative;
  padding: 5px 10px;
  background: #f8f7fe;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #0177E0;
  border-radius: 7px;
  line-height: 45px;
  transition: .2s all;
  font-size: 16px;
  letter-spacing: .1px;
  color: #5e4cdc;
  font-weight: 400 !important;
  text-transform: unset;
}

#job_images .jobRequesImage:hover img:nth-child(2) {
  border: 2px solid #0177E0;
}


.screen-two,
.screen-three,
.last-screen {
  display: none;
}

#fifwidgetframe {
  margin: 25px 5px;
}


.image-selection li:before {
  display: block;
  width: 90%;
  height: 65px;
  object-fit: contain !important;
  /* background-size: 36px !important; */
  background-size: 45px !important;
  margin: 0 0 0 0;
  background-position: center center !important;
  border-radius: 5px;
  border: 1px solid #C8D3D3;
  margin: 0 auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.image-selection li.lockout:before {
  content: "";
  background: transparent url(../img/locksmith-black.png) no-repeat;
}

.image-selection li.active.lockout:before {
  content: "";
  background: #0177E0 url(../img/locksmith-white.png) no-repeat;
}


.image-selection li.relocking:before {
  content: "";
  background: transparent url(../img/padlock-black.png) no-repeat;
}

.image-selection li.active.relocking:before {
  content: "";
  background: #0177E0 url(../img/padlock-white.png) no-repeat;
}

.image-selection li.windowlocks:before {
  content: "";
  background: transparent url(../img/window-black.png) no-repeat;
}

.image-selection li.active.windowlocks:before {
  content: "";
  background: #0177E0 url(../img/window-white.png) no-repeat;
}

.image-selection li.restrictedkeysystem:before {
  content: "";
  background: transparent url(../img/protection-black.png) no-repeat;
}

.image-selection li.active.restrictedkeysystem:before {
  content: "";
  background: #0177E0 url(../img/protection-white.png) no-repeat;
}


.image-selection li.letterboxlocks:before {
  content: "";
  background: transparent url(../img/mailbox-black.png) no-repeat;
}

.image-selection li.active.letterboxlocks:before {
  content: "";
  background: #0177E0 url(../img/mailbox-white.png) no-repeat;
}

.image-selection li.safeopening:before {
  content: "";
  background: transparent url(../img/safe-deposit-black.png) no-repeat;
}

.image-selection li.active.safeopening:before {
  content: "";
  background: #0177E0 url(../img/safe-deposit-white.png) no-repeat;
}

.image-selection li.securityintercom:before {
  content: "";
  background: transparent url(../img/intercom-black.png) no-repeat;
}

.image-selection li.active.securityintercom:before {
  content: "";
  background: #0177E0 url(../img/intercom-white.png) no-repeat;
}

.image-selection li.smartlock:before {
  content: "";
  background: transparent url(../img/smart-lock-black.png) no-repeat;
}

.image-selection li.active.smartlock:before {
  content: "";
  background: #0177E0 url(../img/smart-lock-white.png) no-repeat;
}


.image-selection li.kitchen:before {
  content: "";
  background: transparent url(../img/hair-spray-dark.png) no-repeat;
}

.image-selection li.active.kitchen:before {
  content: "";
  background: #0177E0 url(../img/hair-spray-white.png) no-repeat;
}

.image-selection li.oven:before {
  content: "";
  background: transparent url(../img/microwave-oven-dark.png) no-repeat;
}

.image-selection li.active.oven:before {
  content: "";
  background: #0177E0 url(../img/microwave-oven-white.png) no-repeat;
}

.image-selection li.living:before {
  content: "";
  background: transparent url(../img/living-room-dark.png) no-repeat;
}

.image-selection li.active.living:before {
  content: "";
  background: #0177E0 url(../img/living-room-white.png) no-repeat;
}

.image-selection li.fridge:before {
  content: "";
  background: transparent url(../img/fridge-black.png) no-repeat;
}

.image-selection li.active.fridge:before {
  content: "";
  background: #0177E0 url(../img/fridge-white.png) no-repeat;
}

.image-selection li.package-box:before {
  content: "";
  background: transparent url(../img/package-box-black.png) no-repeat;
}

.image-selection li.active.package-box:before {
  content: "";
  background: #0177E0 url(../img/package-box-white.png) no-repeat;
}

.image-selection li.dishes:before {
  content: "";
  background: transparent url(../img/dishes-black.png) no-repeat;
}

.image-selection li.active.dishes:before {
  content: "";
  background: #0177E0 url(../img/dishes-white.png) no-repeat;
}

.image-selection li.carpet-clean:before {
  content: "";
  background: transparent url(../img/pilates-mat-black.png) no-repeat;
}

.image-selection li.active.carpet-clean:before {
  content: "";
  background: #0177E0 url(../img/pilates-mat-white.png) no-repeat;
}

.image-selection li.bathroom:before {
  content: "";
  background: transparent url(../img/bathtub-dark.png) no-repeat;
}

.image-selection li.active.bathroom:before {
  content: "";
  background: #0177E0 url(../img/bathtub-white.png) no-repeat;
}

.image-selection li.windows:before {
  content: "";
  background: transparent url(../img/window-cleaning-dark.png) no-repeat;
}

.image-selection li.active.windows:before {
  content: "";
  background: #0177E0 url(../img/window-cleaning-white.png) no-repeat;
}

.image-selection li.garage:before {
  content: "";
  background: transparent url(../img/garage-dark.png) no-repeat;
}

.image-selection li.active.garage:before {
  content: "";
  background: #0177E0 url(../img/garage-white.png) no-repeat;
}

.image-selection li.backyard:before {
  content: "";
  background: transparent url(../img/forest-dark.png) no-repeat;
}

.image-selection li.active.backyard:before {
  content: "";
  background: #0177E0 url(../img/forest-white.png) no-repeat;
}

.image-selection li.garbage:before {
  content: "";
  background: transparent url(../img/bin-dark.png) no-repeat;
}

.image-selection li.active.garbage:before {
  content: "";
  background: #0177E0 url(../img/bin-white.png) no-repeat;
}




/* .last-div {
    position: absolute;
    width: 90%;
    bottom: 25px;
  } */

.header-content ul li {
  cursor: pointer;
}

.pickdate {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  padding: 20px;
}

.material-input .pickdate .form-group .form-control {
  height: 40px;
}

.material-input .pickdate .form-group .form-control:focus,
.material-input .pickdate .form-group .form-control:not(:placeholder-shown) {
  padding-top: 8px !important;
}

.material-input .pickdate .form-group .form-control#datepicker {
  margin-left: 0px;
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.jobRequestBg {
  border: 2px solid #0177E0;
  background-color: #fff;
  min-height: 55px;
  border-radius: .4rem;
  padding: 16px 12px 15px !important;
  display: flex;
  width: 98%;
}

.jobRequestBg .btn_links_createJob {
  color: #0177E0 !important;
  font-size: 11px;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none !important;
  display: flex;
}

.jobRequestBg .addImg {
  padding-top: 4px;
  width: 30px;
  padding-top: 1px;
  margin: -2px 10px -15px 0;
}

.renew-modal .close {
  opacity: 1 !important;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.position-absolute {
  position: absolute !important;
}

.delete_preferredDate img {
  width: 23px;
  margin: -3px 0 0 0;
}

#select_preferredTime_btn {
  background-color: #0177E0;
  color: #fff;
  border: 2px solid #0177E0;
  padding: 5px 25px;
  border-radius: 3px;
}

.deletePreferredDate {
  background-color: #fff !important;
  color: #0177E0 !important;
  border: 2px solid #0177E0 !important;
  padding: 5px 25px !important;
  border-radius: 3px !important;
}

.selectBtns {
  text-align: center;
  margin: 15px 0 0 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

@media(max-width: 768px) {
  .screens .body-content {
    padding: 0;
  }

  #scheduleText {
    font-size: 12px;
    margin: 3px 0 0 0;
  }

  .donesection ul li {
    text-align: center;
    width: 50%;
    padding: 8px 12px 5px;
    font-size: 12px;
  }

  .image-selection ul li {
    padding: 0 3px;
  }

  .image-selection ul li p {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
  }

  .fileuploadSection,
  .fileuploadSection:hover {
    font-size: 12px;
    line-height: 30px;
  }

  .codecoupon h4 {
    color: #0177E0 !important;
    margin: 4px 0 0 11px;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: -.11px !important;
    line-height: 20px !important;
  }

  .codecoupon h4 span {
    display: block;
    color: #14193a !important;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.15px !important;
    line-height: 17px;
  }

  .screens .header-content h5 {
    font-size: 16px !important;
  }

  #screen-1-backBtn {
    width: 22px;
  }

  .header-content ul li:last-child {
    width: 16px;
  }
}

.modal.timeline-section .modal-footer {
  text-align: center;
}

.modal.timeline-section button {
  width: auto;
  padding: 8px 25px 6px;
}



svg.tea {
  --secondary: #33406f;
}

svg.tea #teabag {
  transform-origin: top center;
  transform: rotate(3deg);
  animation: swing 2s infinite;
}

svg.tea #steamL {
  stroke-dasharray: 13;
  stroke-dashoffset: 13;
  animation: steamLarge 2s infinite;
}

svg.tea #steamR {
  stroke-dasharray: 9;
  stroke-dashoffset: 9;
  animation: steamSmall 2s infinite;
}

@-moz-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}

@-webkit-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}

@-o-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}

@keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}

@-moz-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }

  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}

@-webkit-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }

  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}

@-o-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }

  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}

@keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }

  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}

@-moz-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }

  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }

  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}

@-webkit-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }

  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }

  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}

@-o-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }

  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }

  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}

@keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }

  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }

  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}

.loaderSection h4 {
  color: #fff;
}

.loaderSection {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  align-items: center;
  padding: 100px;
}

#ads-form-email {
  text-transform: lowercase;
}

.donesection {
  padding: 0 5px 0 5px;
}

.description-section h5 {
  text-align: left;
  line-height: 20px;
  color: #000;
  padding: 0 0 0 5px;
}

.body-content h5 {
  text-align: left;
  padding: 0 0 0 5px;
  margin: 5px 0 3px 0;
}

#successModal.active {
  /* position: absolute; */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.5);
  height: 100vh;
  padding: 0;
  margin-left: -10px;
  margin-top: -10px;
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}

.modal-backdrop.in {
  display: none;
}

.force-overflow {
  width: 98%;
  background-color: #fff;
  position: relative;
  bottom: -5px;
  margin: 0 auto;
  border-radius: 5px;
  /* box-shadow: rgba(0, 0, 0, .24) 0 3px 8px; */
  padding-bottom: 14px;
  min-height: 550px;
}

.scrollbar {
  overflow-y: scroll;
}

#widgetScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #fff;
  border-radius: 10px;
}

#widgetScroll::-webkit-scrollbar {
  width: 2px;
  background-color: #fff;
}

#widgetScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear,
      40% 0%,
      75% 84%,
      from(#0177E0),
      to(#352b79),
      color-stop(.6, #54DE5D))
}


.widgetModalNew {
  display: none !important;
}

.widgetModalNew.active {
  position: fixed;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  display: block !important;
  margin: 0 auto;
  align-items: center;
  vertical-align: middle;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 15px;
}

.form-wrapper {
  position: relative;
}

.sticky-footer {
  position: fixed;
  display: flex;
  bottom: 0;
  align-items: center;
  vertical-align: middle;
  justify-content: flex-start;
  padding: 10px 5px;
  border-top: 1px solid #D8D8D8;
  width: 100%;
  background-color: #FFF;
}

.sticky-footer img {
  width: 25px;
  height: 25px;
}

.sticky-footer h3 {
  font-size: 15px;
  margin: 4px 0 0 5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 22px;
}

.notifier-body,
.notifier-title {
  color: #000 !important;
  font-weight: 500;
}

.notifier-img img {
  width: 35px;
  height: 35px;
}