html {
  width: 100%;
  height: 100%; }

body {
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Roboto Regular;
  font-size: 15px;
  margin: 0px; }

.btn:hover,
a:hover {
  cursor: pointer; }

.contant {
  display: flex;
  list-style-type: none;
  text-align: center;
  padding-left: 0;
  overflow-x: hidden;
  overflow-y: auto; }

.app-side {
  display: inline-block;
  vertical-align: middle;
  min-height: 661px;
  width: 510px;
  max-height: 100%; }

.right {
  max-width: 508px;
  margin-left: 1px;
  border-left: 2px solid #585858; }

::-webkit-scrollbar {
  display: none; }

.app-side h1 {
  color: #ffffff;
  font-size: 55px;
  padding-top: 18%;
  text-align: left; }

.app-side h3 {
  color: #E6E922;
  font-size: 31px;
  text-align: left; }

button,
input {
  outline: none; }

.App {
  text-align: left;
  width: 510px;
  height: 661px;
  background-color: #ffffff;
  background-size: cover;
  background-position-y: center;
  overflow: hidden;
  margin: auto;
  position: relative;
  top: 0; }

.in-iframe body #root .App {
  height: 100%;
  min-height: 661px; }
  .in-iframe body #root .App div div.preferences-scrollbar {
    height: 100%; }
  .in-iframe body #root .App div div.vertical-scrollbar {
    margin-top: 97px;
    min-height: auto !important;
    height: auto; }
    .in-iframe body #root .App div div.vertical-scrollbar form.forgot-password-form {
      min-height: 398px; }
  .in-iframe body #root .App div .sticky-footer {
    position: relative; }
  .in-iframe body #root .App div .sticky-footer.sb {
    position: absolute;
    bottom: 0; }
  .in-iframe body #root .App div.no-completed-jobs-container {
    min-height: 564px; }
  .in-iframe body #root .App div.iframeContainer {
    min-height: 494px;
    height: 494px; }
  .in-iframe body #root .App div.skip {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 70px; }

.in-iframe body #root .job-location .map {
  height: 595px !important;
  margin-top: 66px; }
  .in-iframe body #root .job-location .map div div.places-autocomplete {
    height: inherit;
    margin-top: -595px; }

.in-iframe body #root .view-bids {
  height: 661px; }

.in-iframe body #root .appbar-logo img {
  display: none; }

.sticky-footer {
  justify-content: center;
  width: 80% !important;
  margin-top: 0;
  height: 70px;
  margin: 0 10%; }

div.skip {
  text-align: center; }

.sticky-footer.map-button {
  position: absolute !important;
  bottom: 0; }

@media screen and (max-width: 500px) {
  .sticky-footer {
    width: 100%; }
  .sticky-footer.map-button {
    position: absolute !important;
    bottom: 0; } }

.page-title {
  background-image: linear-gradient(to right, #FF9300, #FE8200);
  color: #ffffff;
  padding: 5px 20px;
  font-size: 16px;
  text-align: left;
  display: flex;
  position: absolute;
  top: 66px;
  z-index: 1200;
  width: 100%;
  max-width: 510px; }
  .page-title .page-title-text {
    padding-left: 5px; }
  .page-title .page-title-operation {
    position: absolute;
    right: 5px; }

.Pickup-info {
  font-size: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  background-color: #ffffff; }

.authContainer p {
  margin: 10px 15px 2px;
  color: #585858;
  opacity: 0.5; }

textarea {
  width: 100%;
  border-radius: 24px;
  font-size: 15px;
  padding: 5px 5px 12px 12px;
  resize: none;
  border-color: rgba(89, 89, 89, 0.314);
  min-height: 52px;
  max-width: 430px;
  margin: 0px 40px 10px 40px;
  outline: none; }

.title {
  overflow: hidden;
  text-align: center;
  margin: 0 20px;
  color: #2E6CBC;
  font-size: 17px;
  cursor: context-menu;
  clear: both; }

.rate-hauler {
  margin: 10px; }

.bids {
  margin: 0 -6%; }

.title::before,
.title::after {
  content: '';
  display: inline-block !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 2px !important;
  background: #e7e7e7 !important;
  border: solid white !important;
  border-width: 0 5px !important; }

.title:before {
  margin-left: -100%; }

.title:after {
  margin-right: -100%; }

.line {
  width: 520px !important; }

.list {
  font-size: 15px;
  color: #191919;
  list-style-type: none;
  margin: 0px;
  background-color: transparent; }

.list-contant {
  margin: 5px 40px;
  display: inline-block; }

.list-contant.mt {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px; }

@media screen and (max-width: 400px) {
  .list-contant.mt {
    grid-template-columns: repeat(4, 1fr); } }

.change-location {
  cursor: pointer; }

.label {
  margin: 0px 10px 0px 5px; }

.job-category {
  cursor: pointer;
  border: 1px solid #a2a2a2;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  top: 0 !important;
  left: 0 !important;
  width: 68px;
  height: 68px;
  border-radius: 12px; }

.recycle-text {
  font-size: 12px;
  margin-top: -3px; }

.date-picker {
  margin: 1px 5% 5px 0;
  width: 50%; }

.date-picker p {
  margin: 15px !important; }

.react-datepicker-wrapper {
  width: 100%; }

.react-datepicker__input-container {
  width: 100%; }

.date-picker input {
  height: 39px;
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #58585850;
  text-indent: 10px;
  padding-top: 6px;
  font-family: Roboto Regular;
  font-size: 15px;
  width: 100% !important;
  margin: 10px 0 !important; }

.react-date-picker__calendar {
  width: 350px !important;
  height: 244px !important;
  max-width: 215% !important;
  background-color: #ffffff !important; }

.calendar-icon {
  display: inline-block;
  margin: 14px 20px auto 0;
  cursor: pointer; }

.bottom-part {
  text-align: center;
  font-size: 15px !important;
  text-transform: none !important; }

.hover button.disabled:hover {
  background-color: rgba(89, 89, 89, 0.314) !important; }

.hover button:hover {
  background-color: #2E6CBC !important; }

.bflatbutton {
  background-image: linear-gradient(to right, #2E6CBC, #2E6CBC) !important;
  color: #FFF !important;
  min-width: 40% !important;
  margin: 10px !important;
  height: 40px !important;
  border-radius: 4em !important; }

.bflatbutton:hover {
  background-image: linear-gradient(to right, #2E6CBC, #2E6CBC) !important;
  background-color: #2b62b0 !important;
  color: #FFF !important;
  min-width: 40% !important;
  margin: 10px !important;
  height: 40px !important;
  border-radius: 4em !important; }

.flatbutton {
  background-image: linear-gradient(to right, #FF9300, #FE8200) !important;
  color: #FFF !important;
  min-width: 40% !important;
  margin: 10px !important;
  height: 40px !important;
  border-radius: 4em !important; }

.btn.center {
  margin: 0 auto; }

.disabled {
  background-color: rgba(89, 89, 89, 0.314) !important;
  cursor: no-drop; }

.flatbutton span {
  font-size: 14px !important;
  text-transform: none !important;
  font-family: Roboto Regular !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important; }

.react-datepicker,
.react-datepicker__header {
  width: 235px; }

.dropdown-menu {
  height: 39px !important;
  margin: 0 40px;
  border-radius: 24px;
  border-style: groove;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(89, 89, 89, 0.314); }

.dropdown-menu button {
  padding: 0 !important;
  height: 30px !important;
  width: 30px !important;
  margin: 0 -2px 0 0 !important; }

.location-button {
  width: 80%;
  margin-left: 50px; }

.disabled-link {
  pointer-events: none;
  color: #58585850;
  cursor: default;
  width: 80%;
  margin-left: 50px; }

.disabled-link {
  pointer-events: none;
  color: #58585850;
  cursor: default; }

div.MuiDialogContent-root-129 {
  padding: 0 15px 15px 15px; }

.iframeContainer {
  position: relative;
  padding: 10px 15px 20px 15px;
  width: 100%;
  height: calc(100% - 167px);
  margin-top: 97px; }
  .iframeContainer::-webkit-scrollbar {
    display: none; }
  .iframeContainer iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4; }
    .iframeContainer iframe::-webkit-scrollbar {
      display: none; }

.formatted-address {
  font-size: 14px;
  color: #191919;
  font-weight: normal; }
  .formatted-address:focus {
    outline: none;
    color: #1CA1B4; }

@media (max-width: 500px) {
  div.category-list.scrollable {
    margin: 5px 20px 0 20px !important;
    width: auto !important; }
  .date-picker input {
    height: 35px; }
  .date-picker p {
    font-size: 14px; }
  .bids {
    margin: 0 -6%; }
  .flatbutton {
    min-width: 40% !important; }
  div.iframeContainer {
    height: calc(100vh - 167px);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; } }
@media screen and (max-width: 500px) {
  .App {
    width: 100vw;
    height: 100%;
    max-width: 100vw;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden; }
  .job-location {
    height: 100vh;
    overflow: hidden; }
  .contactUsContainer {
    width: 100vw;
    height: 100vh !important; }
  .list-contant {
    margin: 5px 30px; }
  .signup-form input,
  select,
  .css-10nd86i,
  .optionLabel label,
  .tabTitle,
  input {
    font-size: 12px !important; }
  .optionCheckbox {
    width: 16px !important;
    height: 16px !important;
    background-size: 16px !important; }
  .scrollable {
    height: 70px; }
  .signin-form li {
    font-size: 12px; }
  .authContainer input {
    height: 35px !important; }
  .map {
    height: calc(100vh - 66px) !important;
    margin-top: 66px; } }

@media screen and (max-width: 500px) and (max-height: 100vw) {
  .sticky-footer {
    display: none; }
  .completed-job-scrollbar {
    height: calc(100% - 97px) !important; }
  .vertical-scrollbar {
    margin-top: 97px;
    height: calc(100% - 97px);
    min-height: calc(100% - 97px); }
  .vertical-scrollbar.rh {
    height: calc(100% - 117px);
    min-height: calc(100% - 117px); } }
.signup-form input,
select {
  width: 190px;
  margin: 10px 0px;
  padding: 6px;
  border: 1px solid #d4d4d4;
  border-radius: 14px; }

.info-tabs-indicator {
  background-color: #2E6CBC !important;
  height: 3px !important; }

.info-tab {
  color: #191919 !important;
  text-transform: none !important;
  opacity: 0.5 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: rgba(89, 89, 89, 0.314) !important; }

.info-tab.disabled {
  background-color: #f6f6f6 !important; }

.info-tab span {
  font-size: 17px !important;
  font-family: Roboto Regular !important;
  font-weight: 900 !important;
  color: #585858 !important; }

.info-tab-selected {
  opacity: 1 !important; }

.file-upload {
  margin: 20px 20px 20px 30px;
  width: inherit;
  height: 100%; }

.file-upload img {
  width: 100%;
  cursor: context-menu; }

.badge-container {
  margin-left: 20px;
  width: 70px;
  height: 70px;
  float: left; }

.badge {
  height: 15px;
  width: 15px;
  margin-top: 10px;
  margin-right: 12px;
  cursor: pointer; }

.file-upload label {
  cursor: pointer; }

.file-upload p {
  padding: 5px;
  margin-left: 90px;
  font-size: 16px; }

.signup-form {
  clear: both;
  margin: 0 10%;
  width: inherit; }

.signup-form .left-input {
  margin-right: 6.87%; }

@media screen and (max-width: 500px) {
  .signup-form .left-input {
    margin-right: 5%; } }

.input-long,
#input-long-email,
#input-long {
  width: 100% !important; }

.password-policies {
  margin: 0 10%; }

.info-text {
  margin: 10px;
  margin-left: 5px;
  font-size: 14px; }

.signup-form img {
  height: 120px;
  margin: 10px; }

.signin-form {
  clear: both;
  margin: 0 5%;
  width: 90%;
  padding-top: 10px; }
  .signin-form p {
    margin: 10px 15px -5px;
    font-size: 11px;
    font-weight: normal;
    color: #585858;
    font-family: 'Roboto Regular'; }

.signin-form input {
  width: 100%;
  margin: 10px 0px;
  padding: 6px;
  border: 1px solid #dddddd;
  border-radius: 20px; }

.signin-form input:focus {
  outline: none; }

a {
  color: #2E6CBC; }

.date-picker-div {
  display: inline-flex !important; }

.expiration-date {
  border: 1px solid #dddddd;
  border-radius: 14px;
  display: inline-flex !important; }
  .expiration-date input {
    border: 0 !important;
    text-align: center;
    outline: 0;
    /* remove if you want input highlight */
    width: 80px !important;
    margin: 0% !important; }

.expiration-date.error {
  border-color: red; }

.personal-info-avatar {
  margin: 10px;
  border-radius: 5px !important;
  font-size: 15px !important;
  height: 100px !important;
  width: 100px !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: inherit !important;
  background-color: inherit !important;
  text-align: center !important;
  margin-left: 12% !important; }

.card-number {
  width: 100% !important; }

.cvv {
  width: 50px !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

.delete-icon {
  height: 15px;
  width: 15px;
  margin-top: -5px !important;
  margin-right: -5px !important;
  background-image: url(/assets/icons/delete.png);
  background-size: cover;
  background-color: #1CA1B4;
  border-radius: 50%; }
  .delete-icon:active {
    opacity: .7; }

.badge-img.account span {
  top: 10px !important;
  margin-left: 8%; }

.badge-img.account {
  margin-left: 8%; }

@media screen and (max-width: 500px) {
  .info-tab span {
    font-size: 12px !important; }
  .badge-img.account {
    margin-left: 8%; } }

.forgot-password-form {
  width: auto;
  margin: 0 10%; }

.required-payment-info-form {
  clear: both;
  margin: 0 10px;
  width: inherit; }

.required-payment-info-form input,
select {
  width: 190px;
  margin: 10px 0px;
  padding: 6px;
  border: 1px solid #d4d4d4;
  border-radius: 14px; }

.required-payment-info-form img {
  height: 120px;
  margin: 10px; }
.error .css-1aya2g8 {
  border-color: red; }

.css-10nd86i {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .css-10nd86i div .css-9b5vae .css-11unzgr {
    max-height: 260px; }
  .css-10nd86i .css-2o5izw {
    border-radius: 14px;
    border-color: #cccccc;
    height: 32px;
    min-height: 30px; }
  .css-10nd86i .css-1aya2g8 {
    border-radius: 14px;
    background-color: white;
    min-height: 30px;
    height: 32px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .css-1rtrksz {
    /* IE10+ CSS styles go here */
    position: static !important; } }

@supports (-ms-ime-align: auto) {
  .css-1rtrksz {
    /* IE Edge 12+ CSS styles go here */
    position: static !important; } }

.css-d8oujb {
  display: none !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .css-1ep9fjw {
    /* IE10+ CSS styles go here */
    padding-bottom: 33px !important; } }

@supports (-ms-ime-align: auto) {
  .css-1ep9fjw {
    /* IE Edge 12+ CSS styles go here */
    padding-bottom: 33px !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .css-1sjym57 {
    /* IE10+ CSS styles go here */
    padding-bottom: 33px !important; } }

@supports (-ms-ime-align: auto) {
  .css-1sjym57 {
    /* IE Edge 12+ CSS styles go here */
    padding-bottom: 33px !important; } }

@-moz-document url-prefix() {
  .css-1ep9fjw {
    padding-bottom: 33px !important; }
  .css-1sjym57 {
    padding-bottom: 33px !important; }
  .css-1rtrksz {
    position: static !important; } }
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px; }

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px; }

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px; }

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px; }

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px; }

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px; }

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0; }

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer; }

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today {
  font-weight: bold; }

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--highlighted-custom-1 {
  color: magenta; }

.react-datepicker__day--highlighted-custom-2 {
  color: green; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff; }

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover {
  background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px; }

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 0px;
  text-align: center; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem; } }

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem; }

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent; }

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default; }

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3; }

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default; }
.appbar {
  background-color: #2E6CBC !important;
  position: absolute !important;
  width: 100% !important;
  top: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(0, 0, 0, 0.12) !important; }

.menuButton {
  width: 36px !important;
  height: 36px !important; }
  .menuButton .custom-img {
    width: inherit;
    height: inherit; }

.menuButton.chat-button span {
  width: 24px !important;
  height: 24px !important; }

.button-list {
  display: inline-grid;
  padding: 0;
  margin: 7px;
  margin-left: -10px;
  position: absolute;
  left: 5%;
  top: 13%; }

.button-list span {
  display: unset;
  margin-top: -5px;
  margin-left: -12px; }

.appbar-logo {
  height: 66px;
  width: 100%;
  text-align: center; }
  .appbar-logo img {
    height: 35px;
    margin-top: 15px; }

.invisible {
  visibility: hidden !important; }
.backdrop {
  display: none; }

.backdrop.active {
  display: block;
  position: absolute;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
.spinner {
  margin: calc(50% + 20px) auto;
  width: 40px;
  height: 40px;
  border: 4px solid #e2e2e2;
  border-top: 4px solid white;
  border-radius: 50%;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1.2s;
  -webkit-animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-transition-property: -moz-transform;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  transition-property: transform;
  animation-name: rotate;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.backdrop.shadowForImg.active {
  border-radius: 12px; }
  .backdrop.shadowForImg.active .spinner {
    position: absolute;
    margin: 0;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px); }

.shadowPart {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: RGBA(0, 0, 0, 0.4);
  z-index: 9; }
  .shadowPart.active {
    display: block; }

.preloaderModal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 12px;
  width: 170px;
  height: 160px; }
  .preloaderModal p {
    font-size: 1.1em;
    text-align: center;
    color: #2E6CBC; }
  .preloaderModal .spinner {
    position: relative;
    margin: 0 auto;
    top: 10px;
    border: 4px solid #2E6CBC;
    border-top: 4px solid white; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.passwordChecker {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .passwordChecker .optionContainer {
    padding: 3px; }
    .passwordChecker .optionContainer .optionLabel {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .passwordChecker .optionContainer .optionLabel .optionCheckbox {
        background: url(/assets/icons/BlueNotChecked.png) top left no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        padding-top: 3px; }
      .passwordChecker .optionContainer .optionLabel .optionCheckbox.active {
        background: url(/assets/icons/BlueChecked.png) top left no-repeat;
        background-size: 20px; }

.updateBtn {
  position: relative;
  top: 15px;
  left: 100%;
  -webkit-transform: translateX(-100%);
  background: #1aabbc;
  color: #fff;
  width: 108px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 9px; }

.authContainer {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 8px; }
  .authContainer input {
    position: relative;
    height: 38px;
    border-radius: 20px;
    padding: 6px;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px; }
  .authContainer .centeredInput {
    width: 100%;
    margin: 0; }
  .authContainer .savePasswordBtn {
    position: relative;
    top: 8px;
    left: 100%;
    -webkit-transform: translateX(-100%);
    background: #1aabbc;
    color: #fff;
    width: 108px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: none;
    border-radius: 9px; }

.description {
  margin: 5px 20px; }
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.scrollbar-container {
  position: relative;
  height: 100%; }

/*# sourceMappingURL=styles.css.map*/
.error-snackbar {
  position: absolute !important;
  top: 100px !important;
  left: 10% !important;
  right: 0px !important; }

.error-snackbar-content {
  background-color: #d32f2f !important;
  padding: 0px !important; }

.new-messages-snackbar {
  position: absolute !important;
  top: 65px !important;
  right: 10px !important;
  cursor: pointer; }

.new-messages-snackbar::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 3px;
  top: -40px;
  bottom: auto;
  border: 20px solid;
  border-color: #d32f2f transparent transparent transparent;
  transform: rotate(180deg);
  z-index: 1; }

.MuiSnackbarContent-action-99 {
  margin-right: 0px !important;
  padding-left: 0px !important; }
.category-list {
  height: 100%;
  margin: 0px 40px; }

.button {
  min-width: 70px !important;
  width: 70px;
  height: 70px;
  padding: 0 !important;
  display: inline-grid !important;
  top: 0;
  margin-right: 15px !important;
  background: #f6f6f6 !important;
  box-shadow: none !important;
  border: 1px solid !important;
  border-color: #dddddd !important;
  border-radius: 12px !important;
  margin-top: 5px !important; }

.button svg {
  margin: auto !important;
  font-size: 45px !important; }

.button p {
  width: 100%;
  margin: 0 auto !important;
  font-size: 12px !important;
  text-transform: none !important;
  line-height: 100%;
  position: absolute;
  bottom: 3px;
  left: 0px; }

.button.selected {
  background-color: #2E6CBC !important;
  color: #ffffff; }

.button.disabled {
  background-color: rgba(89, 89, 89, 0.314) !important; }

.category-img {
  max-height: 40px;
  margin: -20px 0 auto;
  position: relative; }
.badge-img {
  padding: 0 !important;
  height: 15px !important;
  cursor: pointer; }

.badge-img span {
  width: inherit !important;
  height: inherit !important;
  background-color: inherit !important; }

.delete-icon {
  height: 15px;
  width: 15px;
  margin-top: -10px !important;
  margin-right: -5px !important;
  background-image: url(/assets/icons/delete.png);
  background-size: cover;
  background-color: #1CA1B4;
  border-radius: 50%; }
  .delete-icon:active {
    opacity: .7; }

.show-uploaded-file {
  position: relative;
  border: none;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 12px; }
  .show-uploaded-file div.uploadedImg {
    height: 100%;
    width: 100%;
    border-radius: 12px; }

.show-uploaded-file.all {
  margin-left: 10px !important; }

.show-uploaded-file.additional {
  margin-left: 40px; }

.image-loader {
  border: none;
  padding: 0px;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block; }

.custom-file-upload {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  cursor: pointer;
  border: none;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
  .custom-file-upload:active {
    opacity: .7; }
  .custom-file-upload:focus-within {
    border: 1px solid #1CA1B4;
    outline: none; }
    .custom-file-upload:focus-within .upload-icon {
      width: 44px; }

input[type="file"] {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.upload-icon {
  background: url(/assets/icons/plus.png) center center no-repeat;
  border: none;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: -45px;
  position: relative; }

.list form {
  min-height: 50px; }
.textarea-container textarea {
  width: 100%;
  border-radius: 24px;
  font-size: 15px;
  padding: 5px 5px 12px 12px;
  resize: none;
  border-color: rgba(89, 89, 89, 0.314);
  min-height: 52px;
  max-width: 430px;
  margin: 0px 40px 10px 40px;
  outline: none;
  border-style: solid; }

.counter {
  text-align: right;
  margin-right: 40px;
  color: #585858; }

@media (max-width: 500px) {
  .checkbox-item-buttons p {
    font-size: 14px; }
  .counter {
    margin-right: 8%; }
  .textarea-container textarea {
    margin: 0 5%;
    width: 90%;
    min-height: 35px; }
  .cbx span.cbx-text:last-child,
  .cbx-2 span.cbx-text:last-child,
  .cbx-3 span.cbx-text:last-child {
    font-size: 14px;
    margin-top: 0; } }

@media (max-width: 350px) {
  .checkbox-item-buttons p {
    font-size: 12px; }
  .counter {
    margin-right: 6%; }
  .textarea-container textarea {
    margin-left: 0 5%;
    width: 90%;
    min-height: 35px; }
  .cbx span.cbx-text:last-child,
  .cbx-2 span.cbx-text:last-child,
  .cbx-3 span.cbx-text:last-child {
    font-size: 12px;
    margin-top: 0; } }
.junk-icon {
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
  border: 1px solid !important;
  border-color: rgba(255, 252, 252, 0) !important;
  border-radius: 12px !important;
  background-color: white;
  box-shadow: 0 0px 0px 1px rgba(255, 255, 255, 0.2), 0 0px 0px 3px rgba(0, 0, 0, 0.09); }

.junk-icon img {
  width: 38px;
  margin-left: 15px; }

.junk-icon p {
  bottom: 0;
  position: absolute;
  width: inherit;
  margin: 10px auto 5px !important;
  text-align: center;
  cursor: context-menu;
  font-family: Roboto Regular;
  font-size: 12px;
  font-weight: 500; }

.sub-category-item {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 80px;
  margin: 0px 10px 0 3px;
  padding-top: 10px;
  padding-right: 10px; }
  .sub-category-item .border-container {
    display: flex;
    height: fit-content;
    border-bottom-width: 3px;
    border-bottom: solid;
    border-top-width: 3px;
    border-top: solid;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-color: #e3e3e3;
    border-bottom-color: #e3e3e3; }

.number-of-items {
  font-size: 26px;
  text-align: center;
  padding: 10px 5px;
  width: 55px;
  height: 70px;
  float: left;
  border-width: 0px;
  border-bottom-color: #198a9b;
  border-top-color: #585858;
  margin-left: -1px;
  margin-top: 0px !important;
  margin-bottom: 0px;
  -moz-appearance: textfield; }

.category-list ul {
  list-style-type: none;
  width: 40px;
  max-width: 40px;
  height: 75px;
  float: left;
  padding: 0;
  margin: -3px -1px; }

.buttons li {
  height: 50%; }

.buttons button {
  width: 40px;
  height: 100%;
  color: white;
  font-size: 26px;
  margin: 0; }

.plus-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #2E6CBC; }

.minus-button {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-image: linear-gradient(to right, #FF9300, #FE8200); }

.scrollable {
  width: 430px !important;
  height: 85px;
  margin-bottom: 0px !important; }

.count-based {
  height: 93px; }

.scrollable.ps__rail-y {
  display: none !important; }

.horizontal-scroll {
  display: flex;
  height: 100%; }

.horizontal-scroll.ps--active-x > .ps__rail-x {
  display: block !important;
  background-color: rgba(89, 89, 89, 0.314) !important;
  height: 8px !important; }

.horizontal-scroll.ps--active-y > .ps__rail-y,
.horizontal-scroll.ps__thumb-y {
  display: none !important; }

.ps--active-x > .ps__rail-x {
  display: none !important; }

.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  height: 6px !important; }
.checkbox-item-buttons {
  max-width: inherit;
  margin: 10px 40px;
  height: 20px; }

.checkbox-item-buttons.completed {
  margin: 10px 15px; }

.checkbox-item-buttons p {
  max-width: 70px;
  width: 100%;
  float: left;
  margin: 0;
  color: #191919;
  font-size: 16px;
  cursor: context-menu;
  margin-left: 0 !important; }

.completed {
  cursor: context-menu !important; }

.inp-cbx-group {
  width: 80px;
  float: left;
  margin: 0 5px;
  color: #191919; }

.inp-cbx-group input,
.checkbox-item-buttons input {
  display: block;
  position: absolute;
  opacity: 0; }

.inp-cbx-group input:focus + label span,
.checkbox-item-buttons input:focus + label span {
  border-color: #2E6CBC;
  color: #2E6CBC; }

.cbx,
.cbx-2,
.cbx-3 {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer; }

.cbx-text {
  margin: auto;
  cursor: context-menu;
  padding-left: 5px;
  font-size: 16px;
  color: #191919;
  vertical-align: middle; }

.inp-cbx-1 {
  display: none; }

.cbx span,
.cbx-2 span,
.cbx-4 span,
.cbx-3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  transform: translate3d(0, 0, 0); }
  .cbx span:first-child,
  .cbx-2 span:first-child,
  .cbx-4 span:first-child,
  .cbx-3 span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #585858;
    transition: all .2s ease; }
  .cbx span svg,
  .cbx-2 span svg,
  .cbx-4 span svg,
  .cbx-3 span svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #2E6CBC;
    stroke-width: 2;
    /* stroke-linecap: round; IE issues*/
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0); }
  .cbx span:before,
  .cbx-2 span:before,
  .cbx-4 span:before,
  .cbx-3 span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1CA1B4;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%; }
  .cbx span:last-child,
  .cbx-2 span:last-child,
  .cbx-4 span:last-child,
  .cbx-3 span:last-child {
    padding-left: 5px;
    font-size: 16px; }
  .cbx span:hover span:first-child,
  .cbx-2 span:hover span:first-child,
  .cbx-4 span:hover span:first-child,
  .cbx-3 span:hover span:first-child {
    border-color: #585858; }

.inp-cbx-true + .cbx span:first-child,
.inp-cbx-2-true + .cbx-2 span:first-child,
.inp-cbx-4-true + .cbx-4 span:first-child,
.inp-cbx-3-true + .cbx-3 span:first-child {
  background: #ffffff;
  border-color: #1CA1B4;
  animation: wave .4s ease; }

.inp-cbx-true + .cbx span svg,
.inp-cbx-2-true + .cbx-2 span svg,
.inp-cbx-4-true + .cbx-4 span svg,
.inp-cbx-3-true + .cbx-3 span svg {
  stroke-dashoffset: 0; }

@media (max-width: 500px) {
  .checkbox-item-buttons p {
    font-size: 14px;
    margin-top: 2px; } }

@media (max-width: 350px) {
  .checkbox-item-buttons {
    margin: 10px 35px; }
  .checkbox-item-buttons p {
    font-size: 12px;
    margin-top: 2px; }
  .inp-cbx-group {
    width: 70px; } }
.body {
  display: flex; }

.sign-in-button {
  width: 100%;
  position: absolute;
  bottom: 30px;
  display: inline-block;
  text-align: center; }
  .sign-in-button button:hover {
    background-color: #2b62b0 !important; }

div.text {
  font-weight: 300;
  font-size: 14px;
  color: white;
  margin-top: 25px; }

div.text a {
  color: white;
  text-decoration: none; }

.starting-page {
  background-image: url(/assets/icons/splash-background.jpg) !important; }
.signin-form div {
  margin: 5px; }

.signin-form li {
  width: 50%;
  display: inline-block;
  font-size: 15px; }

.signin-form li a {
  text-decoration: none; }

.sign-in-links {
  padding: 5px; }

.align-right {
  text-align: right; }

@media screen and (max-width: 500px) {
  .signin-form li {
    font-size: 12px; } }

div.googleLoginBtn {
  position: relative;
  top: 40px;
  margin: 0 auto;
  width: 180px;
  border: 1px solid grey;
  border-radius: 13px;
  text-align: center;
  padding: 8px;
  color: #fff;
  background: #ff4841; }

.customLinkToBids {
  display: block;
  position: relative;
  top: 50px;
  text-align: center; }

.error-text {
  font-size: 13px !important;
  color: red !important;
  margin: -7px 0 0 15px !important; }
.gm-style button,
.gm-style-mtc,
.gm-svpc,
.gm-style-cc {
  display: none; }

.places-autocomplete {
  height: 661px;
  margin-top: calc(66px - 661px); }

.current-location-button {
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  user-select: none;
  height: 40px;
  bottom: 15%;
  right: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
  cursor: pointer;
  background-color: white;
  width: 40px; }

@media screen and (max-width: 500px) {
  .places-autocomplete {
    height: 100vh;
    margin-top: calc(66px - 100vh); }
  .current-location-button {
    bottom: 16%; } }

@media screen and (max-width: 350px) {
  .current-location-button {
    bottom: 17%; } }

.current-location-button img {
  width: 28px;
  margin-top: 2px; }

.search-container {
  width: inherit;
  text-align: center; }

.search-input {
  box-sizing: border-box;
  border: 1px solid transparent !important;
  width: 90% !important;
  height: 48px !important;
  padding: 0 12px !important;
  border-radius: 3px;
  font-size: 14px;
  outline: none !important;
  text-overflow: ellipsis !important;
  margin-top: 10px !important;
  background-color: white !important;
  z-index: 10 !important; }
  .search-input input {
    text-overflow: ellipsis !important; }

.search-input hr {
  display: none !important; }

.search-input ::before,
::after {
  display: none !important; }

.search-input label {
  color: #2E6CBC !important;
  padding-left: 10px !important;
  text-align: center !important;
  width: inherit !important;
  margin-left: 50px !important; }

.search-input svg {
  margin-top: 0 !important;
  height: 28px !important;
  color: #2E6CBC !important; }

.clear-button {
  cursor: pointer;
  color: #2E6CBC; }

.autocomplete-dropdown-container {
  border-bottom: honeydew;
  border-left: honeydew;
  border-right: honeydew;
  border-radius: 0 0 2px 2px;
  margin: 0 20px;
  width: 470px;
  margin-top: 5px;
  position: relative; }

@media screen and (max-width: 500px) {
  .autocomplete-dropdown-container {
    width: calc(100vw - 40px); } }

.suggestion-item {
  padding: 8px;
  text-align: left;
  background-color: #fff;
  cursor: pointer; }

.suggestion-item--active {
  background-color: #e4e4e4;
  padding: 8px;
  text-align: left; }

.apartment {
  float: right;
  margin-right: 5%;
  margin-top: 10px;
  background-color: #ffffff;
  height: 40px;
  max-width: 185px;
  position: relative; }

.apartment-number {
  width: 55px;
  height: 23px;
  margin: 10px;
  padding: 4px;
  border: 1px;
  border-color: #58585850;
  border-style: solid;
  border-radius: 6px; }

.squaredTwo {
  width: 100px;
  float: left;
  margin: 10px 5px; }

.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer; }

.inp-cbx {
  display: none; }

.cbx span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  transform: translate3d(0, 0, 0); }
  .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #585858;
    transition: all .2s ease; }
  .cbx span svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #2E6CBC;
    stroke-width: 2;
    /*stroke-linecap: round;*/
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0); }
  .cbx span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1CA1B4;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%; }
  .cbx span:hover span:first-child {
    border-color: #585858; }

.inp-cbx:checked + .cbx span:first-child {
  background: #ffffff;
  border-color: #2E6CBC;
  animation: wave .4s ease; }

.inp-cbx:checked + .cbx span svg {
  stroke-dashoffset: 0; }
.empty-star {
  background-image: url(/assets/icons/star-empty.png);
  background-size: 35px;
  height: 35px;
  width: 35px; }

.full-star {
  background-image: url(/assets/icons/star-full.png);
  background-size: 35px;
  height: 35px;
  width: 35px; }

.star-rating {
  margin: 1px 0 !important; }
  .star-rating div {
    margin: 0 !important; }

.empty-star-small {
  background-image: url(/assets/icons/star-empty.png);
  background-size: 25px;
  height: 25px;
  width: 25px; }

.full-star-small {
  background-image: url(/assets/icons/star-full.png);
  background-size: 25px;
  height: 25px;
  width: 25px; }
.btnGroup {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 25px;
  padding: 0 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .btnGroup .innerBtnGroup {
    width: 100%;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .btnGroup .innerBtnGroup .btnGroupItem {
      border: 1px solid #58585850;
      text-align: center;
      padding: 3px 10px;
      margin: 5px;
      border-radius: 15px; }
    .btnGroup .innerBtnGroup .btnGroupItem:hover, .btnGroup .innerBtnGroup .btnGroupItem.active {
      cursor: pointer;
      background-color: #3ec4dd;
      color: #ffffff;
      border: 1px solid #58585850; }

.compliment {
  margin: 20px 0; }
.completedJobDetail {
  width: 90%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px; }
  .completedJobDetail .haulerAvatar {
    width: 90px;
    height: 125px;
    background-image: url(/assets/icons/avatar2.png);
    background-size: 90px;
    margin-right: 5px; }
  .completedJobDetail .haulerInfo {
    margin-left: 5px; }
    .completedJobDetail .haulerInfo .haulerCompanyTitle {
      width: 90%;
      margin-right: 5%;
      font-weight: 600;
      font-size: 14pt;
      margin-bottom: 10px; }
    .completedJobDetail .haulerInfo .infoTitle {
      font-weight: 500; }
    .completedJobDetail .haulerInfo .infoData span {
      margin-left: 5px; }

.hauler-review {
  margin: 0px 5% 0px 10%; }

.hauler-avatar-review {
  height: 70px;
  width: 70px;
  background-size: cover;
  margin-left: -10px; }

.hauler-avatar-review img {
  width: inherit;
  height: inherit; }

.primary-text-review {
  margin: 10px 40px;
  font-size: 14pt;
  font-weight: 600; }

.secondary-text-review {
  margin-left: 40px !important;
  font-size: 13pt !important;
  font-weight: 500 !important;
  height: 50px !important; }

.secondary-text-review div {
  margin: 5px 0 !important;
  color: #191919;
  display: flex; }
  .secondary-text-review div p {
    margin: 0;
    width: 100px; }
  .secondary-text-review div span {
    margin-left: 10px; }

.vertical-scrollbar {
  margin-top: 97px;
  height: calc(100% - 167px);
  min-height: calc(100% - 167px); }

.vertical-scrollbar.rh {
  margin-top: 97px;
  height: calc(100% - 207px);
  min-height: calc(100% - 207px); }

.bids-scrollbar {
  margin-top: 128px;
  height: calc(100% - 286px);
  min-height: calc(100% - 286px); }

.job-items-div {
  min-height: 113px;
  margin: 0;
  padding: 0; }

@media (max-width: 500px) {
  div.vertical-scrollbar {
    min-height: auto !important;
    height: auto !important; }
  div.bids-scrollbar {
    margin-top: 128px;
    height: calc(100vh - 295px);
    min-height: calc(100vh - 295px); }
  .primary-text-review {
    font-size: 14px; }
  .secondary-text-review {
    font-size: 13px !important; }
  .secondary-text-review div {
    margin: 0 !important; }
    .secondary-text-review div p {
      width: 70px !important; }
  .ps__rail-y {
    display: none !important; } }
.reviewTitle {
  width: 100%; }
  .reviewTitle .reviewTitle {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14pt; }
  .reviewTitle .reviewSubtitle {
    width: 100%;
    text-align: center; }
.starRatingContainer {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 15px 0; }

.social .icon {
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin: 0 8px; }
  .social .icon:hover {
    cursor: pointer;
    opacity: .6; }

.social .facebook {
  background-image: url(/assets/icons/facebook.svg); }

.social .linkedin {
  background-image: url(/assets/icons/linkedin-in.svg);
  height: 23px; }

.social .twitter {
  background-image: url(/assets/icons/twitter.svg); }

.social .inst {
  background-image: url(/assets/icons/instagram-logo.svg); }

.socialContainer {
  margin-top: 20px;
  margin-bottom: 170px; }

.social {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 10px 0; }
  .social a {
    margin: 0 10px; }
* {
  box-sizing: border-box; }

.viewBidsContainer {
  font-size: 13px; }
  .viewBidsContainer ul.bidsList {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none; }

.bids-list-item {
  color: #1ca1b4 !important;
  font-weight: bold;
  padding: 0 16px 5px 50px !important;
  min-height: 86px !important; }

.bids-list-item-selected {
  color: #198a9b !important;
  font-weight: bold;
  padding: 0 16px 5px 50px !important;
  min-height: 86px !important;
  background-color: #f6f6f6 !important; }

.bids-list-item span {
  color: #191919 !important;
  font-weight: normal !important; }

.hauler-avatar {
  position: relative;
  height: 70px;
  width: 70px;
  flex: 1;
  top: 22px !important;
  margin-left: -25px !important; }
  .hauler-avatar img {
    height: inherit;
    width: inherit; }

.primary-text {
  margin-top: 5px !important; }
  .primary-text ul {
    list-style: none;
    padding: 0; }
    .primary-text ul li:last-child {
      margin-top: 5px;
      color: #191919;
      font-size: 15px; }

.secondary-text {
  height: 51px !important;
  margin: 0 !important; }

.bid-text {
  font-size: 35px !important;
  top: 0 !important;
  width: 120px;
  height: 100%;
  right: -16px !important;
  text-align: center; }

.bid-choice {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px; }

.bid-text .bid-price {
  position: absolute;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: .75em;
  top: 15%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  width: 100%;
  text-align: right;
  padding-right: 8px;
  color: #1ca1b4 !important; }

.bid-accept {
  height: 36px !important;
  margin: 0px !important;
  left: 0px;
  bottom: 0px;
  position: absolute !important;
  width: 100%; }

.bid-accept span {
  display: block;
  color: white !important;
  font-weight: bold !important; }

.waiting-bids {
  margin-top: 0; }

.wait-for-accept {
  position: absolute;
  width: 100%;
  top: 35%; }

.timer {
  width: 58%;
  margin: 0 auto !important; }

.remaining {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  color: #585858; }

.bigTimer {
  width: 100%;
  margin: 0 auto;
  color: #198a9b !important;
  font-size: 70px;
  text-align: center; }

.timer-top {
  background-color: #ffffff;
  color: #191919;
  padding: 5px 20px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 97px;
  z-index: 1200;
  width: 100%;
  max-width: 510px; }

.timer-top.expiring {
  background-color: red;
  color: #ffffff; }

.waiting-primary {
  font-size: 20px;
  color: #020202;
  padding: 10px 0 5px; }

.waiting-secondary {
  margin-top: 5px;
  height: 2px !important;
  font-size: 14px; }

.magnifying-glass {
  width: 100%;
  margin: 5px auto 15px !important; }
  .magnifying-glass img {
    width: 55px !important; }

.remaining-text {
  margin: 10px 35px; }

.job-cancel-dialog {
  margin-top: -110px !important; }

.job-cancel-dialog-paper {
  max-width: 345px !important; }

p.bid-accepted-attachments {
  font-weight: normal;
  color: #000 !important; }
  p.bid-accepted-attachments img {
    height: 36px !important;
    width: 36px !important; }

.company-name {
  margin: 5px 0 -5px;
  color: black;
  font-size: 14px;
  font-weight: normal !important; }

.right-avatar {
  top: 20px !important;
  height: 40px;
  margin: 5px 0 -5px;
  color: black;
  font-size: 14px;
  font-weight: normal !important; }

.divider {
  height: 2px !important;
  margin-bottom: 8px !important; }

@media screen and (max-width: 500px) {
  .bid-text {
    font-size: 25px !important; }
  .bid-price {
    font-size: .75em; }
  .timer {
    width: 80%; } }
.hauler-icon {
  margin-left: -10px !important;
  width: 70px !important;
  height: 70px !important; }

.map-icon {
  height: 50px !important; }

.job-icon {
  height: 50px !important; }

.calendar-icon-published {
  height: 50px;
  margin-left: -5px !important;
  padding: 5px !important;
  padding-top: 0 !important; }

.job-details-list {
  margin: 0px 10% !important; }

.job-details-list List {
  padding: 0 !important; }

.job-details-list-item {
  color: #2E6CBC !important;
  font-weight: bold;
  padding: 13px 16px 0px 50px !important;
  min-height: 75px !important; }

.job-details-list-item--waiting {
  color: #2E6CBC !important;
  padding: 13px 16px 0px 50px !important;
  min-height: 75px !important; }

.job-details-list-item--waiting h3 {
  color: black;
  font-size: 20px; }

.job-details-list-item div,
.job-details-list-item p {
  margin-left: 35px !important; }

.job-details-list-item p.company-name {
  margin-left: 0px !important; }

.job-details-list-item span div.star-rating {
  margin-left: 0px !important; }

.job-details-list-item div.hauler-avatar-review {
  margin-left: -10px !important; }

.job-details-list-item div.secondary-text-review {
  margin-left: 0 !important; }
  .job-details-list-item div.secondary-text-review div {
    margin-left: 0 !important; }

.job-details-list-item div.formatted-address {
  margin-left: 0 !important; }

div.dates-times-list-item div {
  height: max-content !important; }

.star-rating {
  margin: 1px 0 !important; }
  .star-rating div {
    margin: 0 !important; }

.provider-info {
  min-height: 100px !important; }
  .provider-info div {
    margin-left: 35px; }

.job-details-list-item span {
  color: #191919 !important;
  font-weight: normal; }

.hazardous span {
  font-weight: bold; }

.hazardous-materials {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .hazardous-materials img {
    height: 50px;
    padding: 0 !important; }

.hazardous-materials .icon {
  width: 14%;
  float: left; }

.hazardous-materials .text {
  width: 100%;
  padding: 0 25px; }
  .hazardous-materials .text p {
    margin-left: 30px; }

.waiting {
  width: 65px !important;
  height: 65px;
  margin-left: -40px !important;
  padding: 5px !important;
  padding-top: 0 !important;
  margin-top: 0px; }

.waiting img {
  width: 65px;
  margin-left: -40px; }

.uploaded_img {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 8px;
  width: 93%;
  margin: 10px auto; }

.additional_img {
  width: 85%; }

@media screen and (max-width: 400px) {
  .uploaded_img {
    grid-template-columns: repeat(5, 1fr); } }

@media screen and (max-width: 350px) {
  .uploaded_img {
    grid-template-columns: repeat(4, 1fr); } }

.published_img {
  height: 55px !important;
  width: 55px !important; }

.publish {
  position: absolute !important;
  bottom: 0 !important; }

.publish.map {
  width: 80% !important;
  margin: 0 10%; }

.status-emojies {
  display: table;
  padding: 15px 0;
  margin: 0 0 0 -3%;
  table-layout: fixed;
  width: 110%;
  position: relative; }

.status-emojies li {
  display: inline-block;
  text-align: center;
  width: 33%; }

.p-active {
  margin: 0 !important;
  position: relative; }

.p-nonactive {
  margin: 0;
  font-weight: 100 !important;
  font-size: 14px; }

.img-active {
  height: 45px; }

.nonactive {
  height: 45px; }

.status {
  margin: 10px -6%; }

.published-client-comment {
  margin: 5px;
  padding: 5px 5px 12px;
  font-size: 14px;
  cursor: context-menu;
  border: 2px solid #f6f6f6;
  border-radius: 15px;
  min-height: 50px;
  white-space: pre-line;
  resize: none;
  overflow: hidden; }

@media screen and (max-width: 500px) {
  .job-details-list {
    margin: 0px 10% !important; }
    .job-details-list .job-details-list-item span div.star-rating div.star-ratings div.star-container svg {
      width: 30px !important;
      height: 30px !important; }
  .hazardous-materials .text {
    font-size: 12px;
    padding: 0 25px; }
  .status-emojies li {
    font-size: 13px; }
    .status-emojies li p {
      margin-left: 0 !important; } }

.dates-and-times {
  list-style: none;
  padding: 0;
  margin: 0;
  height: max-content; }
  .dates-and-times li {
    width: 100%; }
    .dates-and-times li span {
      width: 70%;
      display: table-cell; }
    .dates-and-times li span.dates {
      width: 30%;
      float: left;
      display: table-cell; }
.pickup-location-button {
  text-align: center;
  top: 586px;
  left: 150px;
  position: absolute; }
.completed-jobs-list-item {
  border-bottom: 1px solid #a0a0a0;
  font-size: 12px; }

.completed-jobs-list-item-right-element {
  right: 30px !important;
  transform: scale(1.3) !important;
  top: 50% !important; }

.no-completed-jobs-container {
  margin-top: 97px;
  display: table;
  text-align: center;
  height: calc(100% - 97px);
  width: 100%; }
  .no-completed-jobs-container h2 {
    vertical-align: middle;
    display: table-cell;
    font-weight: unset; }

.completed-jobs-list {
  list-style-type: none;
  overflow: auto !important;
  height: calc(100% - 97px) !important;
  margin-top: 97px !important;
  padding: 0 !important;
  max-height: 595px; }
  .completed-jobs-list li {
    cursor: pointer;
    width: 99% !important; }
  .completed-jobs-list li:hover {
    background-color: #f6f6f6; }

.completed-jobs-scroll {
  max-height: 661px; }

span.completed-jobs-list-item-cancelled {
  color: #cb3850; }

.ps__thumb-y {
  right: 0 !important;
  background-color: #585858 !important; }

.ps__rail-y {
  width: 6px !important; }

.job-item__button {
  width: 90%;
  line-height: inherit !important; }

.job-item__button-hover {
  width: 50%;
  display: inline-block; }

.job-item__buttons {
  text-align: center; }

@media (max-width: 500px) {
  .ps__rail-y {
    width: 0 !important;
    display: none !important; }
  .completed-jobs-scroll .ps__rail-y,
  .bids-scrollbar .ps__rail-y {
    width: 6px !important;
    display: block !important; }
  .no-completed-jobs-container {
    height: calc(100vh - 97px); } }
.coming-soon-stub-containter {
  display: table;
  text-align: center;
  height: 90%;
  width: 100%; }

.coming-soon-stub-containter > h1 {
  display: table-cell;
  vertical-align: middle; }
.additional-info {
  padding: 5px 40px;
  font-size: 15px;
  margin-left: 0 !important;
  cursor: context-menu; }
  .additional-info span {
    float: right;
    font-size: 18px;
    margin-top: -2px; }
  .additional-info span.text {
    font-size: inherit;
    width: 90%;
    color: #191919;
    padding: 10px; }
  .additional-info img {
    width: 40px; }

.hauler-comment {
  margin: 10px 40px 15px;
  padding: 10px;
  font-size: 14px;
  cursor: context-menu;
  border: 2px solid #f6f6f6;
  border-radius: 15px;
  min-height: 90px; }

.prices {
  display: flex;
  text-align: right !important;
  padding: 0 40px;
  list-style-type: none; }
  .prices li {
    width: 40%; }
  .prices li.first {
    width: 60%; }

.total {
  width: 20% !important;
  text-align: left; }

@media screen and (max-width: 500px) {
  .additional-info {
    font-size: 14px; }
    .additional-info span.text {
      width: 85%;
      padding: 0 5px;
      font-size: 14px; }
  .prices {
    font-size: 14px; } }

@media screen and (max-width: 350px) {
  .additional-info {
    font-size: 14px; }
    .additional-info span.text {
      width: 80%;
      padding: 0 5px;
      font-size: 13px; } }
form {
  margin: 0 10%;
  width: inherit; }

input {
  margin: 10px 0px;
  padding: 6px;
  border: 1px solid #d4d4d4;
  border-radius: 14px; }

.full-sized {
  width: 100%; }

.half-sized {
  width: 190px; }

.expiration-date {
  border: 1px solid #dddddd;
  border-radius: 14px;
  display: inline-flex !important; }
  .expiration-date input {
    border: 0 !important;
    text-align: center;
    outline: 0;
    /* remove if you want input highlight */
    width: 80px !important;
    margin: 0% !important; }

.expiration-date.error {
  border-color: red; }

.preferences-scrollbar {
  margin-top: 97px;
  height: calc(100% - 97px); }

.completed-job-scrollbar {
  margin-top: 97px;
  height: calc(100% - 167px); }

.preferences-avatar {
  border-radius: 5px !important;
  font-size: 15px !important;
  height: 100px !important;
  width: 100px !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: inherit !important;
  background-color: inherit !important;
  text-align: center !important;
  cursor: pointer; }

.avatar {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  margin-left: 12%; }

.avatar-fullname {
  vertical-align: top;
  display: inline-block;
  margin: 10px 0px 0px 0px; }

.cvv {
  width: 50px !important;
  margin-left: 32px; }
.sms-form {
  min-height: 50px; }

#sms-toggle {
  width: 50px;
  margin: 10px 5px;
  float: left; }

.sms-p {
  width: 50%;
  float: left;
  font-size: 16px;
  margin: 12px; }

.ios-toggle,
.ios-toggle:active {
  position: absolute;
  top: -5000px;
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  outline: none; }

.sms-checkbox-label {
  display: block;
  position: relative;
  padding: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  height: 26px;
  /*border-radius*/
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #e4e4e4;
  cursor: pointer; }

.sms-checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 24px;
  text-indent: 30px;
  height: 26px;
  width: 26px;
  /*border-radius*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 0px;
  left: 0px;
  right: auto;
  background: white;
  /*box-shadow*/
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd; }

.sms-checkbox-label:after {
  content: attr(data-off);
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -300px;
  padding: 10px;
  height: 100%;
  width: 300px;
  text-align: right;
  color: #bfbfbf;
  white-space: nowrap; }

.ios-toggle:checked + .sms-checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 20px #13bf11, 0 0 0 2px #13bf11;
  -moz-box-shadow: inset 0 0 0 20px #13bf11, 0 0 0 2px #13bf11;
  box-shadow: inset 0 0 0 20px #13bf11, 0 0 0 2px #13bf11; }

.ios-toggle:checked + .sms-checkbox-label:before {
  left: calc(100% - 26px);
  /*box-shadow*/
  -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3); }

.ios-toggle:checked + .sms-checkbox-label:after {
  content: attr(data-on);
  left: 60px;
  width: 26px; }

/* GREEN sms-CHECKBOX */
#sms-checkbox + .sms-checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 0px #13bf11, 0 0 0 2px #dddddd;
  -moz-box-shadow: inset 0 0 0 0px #13bf11, 0 0 0 2px #dddddd;
  box-shadow: inset 0 0 0 0px #13bf11, 0 0 0 2px #dddddd; }

#sms-checkbox:checked + .sms-checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 18px #13bf11, 0 0 0 2px #13bf11;
  -moz-box-shadow: inset 0 0 0 18px #13bf11, 0 0 0 2px #13bf11;
  box-shadow: inset 0 0 0 18px #13bf11, 0 0 0 2px #13bf11; }

#sms-checkbox:checked + .sms-checkbox-label:after {
  color: #13bf11; }
.contactUsContainer {
  padding-top: 97px;
  height: 100%; }
  .contactUsContainer p,
  .contactUsContainer h3 {
    padding: 0 40px;
    text-align: center; }
  .contactUsContainer p {
    color: grey;
    font-size: .9em; }
    .contactUsContainer p.linkColor {
      color: #3ec4dd;
      font-size: 1em; }
  .contactUsContainer form {
    margin: 0;
    margin-bottom: 30px;
    width: auto; }
  .contactUsContainer .alertMessage {
    top: 30px; }

p.centeredText {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-size: 1em; }

textarea.issueArea {
  resize: none;
  position: relative;
  display: block;
  top: 20px;
  width: 80%;
  height: 220px;
  margin: 0 auto;
  border-style: solid; }

.flatbutton.center {
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%); }
.map-icon {
  height: 50px !important; }

.job-icon {
  height: 50px !important; }

.uploaded-images {
  margin-left: -20px; }

.published_img {
  height: 55px !important;
  width: 55px !important; }

.client-comment {
  margin: 5px 25px 5px -25px;
  padding: 10px;
  font-size: 14px;
  cursor: context-menu;
  border: 2px solid #f6f6f6;
  border-radius: 15px;
  min-height: 50px;
  white-space: pre-line; }
.date-time-header {
  background-color: #ebebeb;
  color: #191919;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.9;
  text-align: left;
  display: flex;
  position: absolute;
  top: 96px;
  z-index: 1200;
  width: 100%;
  max-width: 510px; }
  .date-time-header .date-time-header-text {
    padding-left: 5px; }
  .date-time-header .date-time-header-operation {
    position: absolute;
    right: 25px;
    color: #58585850;
    opacity: 0.8; }

.date-time-middle-header {
  position: relative;
  top: -2px;
  z-index: 0; }

.date-avatar {
  border-radius: 0 !important;
  width: 60px !important;
  height: 60px !important;
  background-color: white !important;
  display: table-cell !important;
  margin-top: -10px !important; }
  .date-avatar p {
    color: #2E6CBC;
    font-size: 40px;
    margin: 0;
    text-align: center; }
  .date-avatar p.small-text {
    color: #58585870;
    font-size: 12px;
    font-weight: 600; }

.available-times {
  margin-top: 127px;
  height: calc(100% - 197px); }

div.chip {
  width: 84px;
  float: left;
  margin: 5px; }

.days-list-item {
  width: 95% !important;
  margin: auto;
  margin-top: 10px !important;
  border-bottom: 2px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  justify-content: center !important; }

.time-chip {
  cursor: pointer !important;
  width: inherit; }

.chip-selected {
  background-color: #2E6CBC !important;
  color: #fff !important; }
.chat-footer {
  width: inherit !important;
  margin: inherit !important;
  background-color: white; }

textarea {
  margin: 10px 0px 0px 0px;
  height: 20px;
  padding-top: 12px;
  border-radius: 20px; }

.send-button {
  min-width: 20% !important; }

.conversation-container {
  padding-top: 15px;
  overflow: inherit;
  min-height: calc(100%);
  background-color: #f3f3f3; }

.bottom-part-chat {
  display: flex; }

.chat-avatar {
  width: 25px !important;
  height: 25px !important; }

.chat-avatar-client {
  margin-top: -20px; }

/* Messages */
.message {
  margin-top: 10px;
  margin-bottom: 40px; }

.message.received {
  float: left; }

.message.sent {
  float: right;
  display: flex; }

.message-header {
  display: flex; }

.message-author {
  margin-top: -5px;
  margin-left: 10px; }

.talk-bubble {
  margin: -15px 20px 0px 40px;
  display: inline-block;
  position: relative;
  width: 200px;
  height: auto;
  background-color: white; }

.tri-right.left-top::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -18px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 18px solid;
  border-color: white transparent transparent transparent; }

.tri-right.left-top::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: white transparent transparent transparent; }

.tri-right.right-top::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -18px;
  top: 0px;
  bottom: auto;
  border: 18px solid;
  border-color: white transparent transparent transparent; }

.tri-right.right-top::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 0px;
  bottom: auto;
  border: 20px solid;
  border-color: white transparent transparent transparent; }

.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
  overflow-wrap: break-word; }
  .talktext p {
    margin-left: 9px; }

.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em; }

.btn-reply {
  height: 40px !important;
  width: 15px;
  min-width: 30% !important;
  margin-left: 40px !important; }

.btn-reply.btn-cancel-reply {
  background-color: white !important;
  border-color: #1CA1B4 !important;
  border-width: 2px !important;
  border-style: solid !important;
  color: #1CA1B4 !important; }
.wait-for-auth-form {
  text-align: center;
  margin-top: 50%; }
.drawer {
  width: 0px;
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  position: absolute;
  overflow-y: auto;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s; }

.drawer.open {
  width: 200px; }
.drawer-item {
  border-bottom: 1px solid #a0a0a0;
  text-align: left;
  padding: 3px;
  cursor: pointer;
  color: #2E6CBC;
  background: #ffffff; }

.drawer-item > img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: sub; }

.drawer-item:hover {
  background-color: #f6f6f6; }

.drawer-item:active {
  background-color: #585858;
  color: #ffffff; }
.side-menu-header {
  border-bottom: 1px solid #585858;
  padding: 3px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: row;
  outline: none; }

.side-menu-avatar {
  width: 70px !important;
  height: 70px !important; }

.side-menu-header-info {
  padding: 10px 10px 10px 20px; }
@font-face {
  font-family: BoosterNextFY;
  src: url(/assets/fonts/BoosterNextFY.otf) format("opentype"); }

@font-face {
  font-family: Roboto Medium;
  src: url(/assets/fonts/RobotoMedium.ttf) format("opentype"); }

@font-face {
  font-family: Roboto Bold;
  src: url(/assets/fonts/RobotoBold.ttf) format("opentype"); }

@font-face {
  font-family: Roboto Light;
  src: url(/assets/fonts/RobotoLight.ttf) format("opentype"); }

@font-face {
  font-family: Roboto Regular;
  src: url(/assets/fonts/RobotoRegular.ttf) format("opentype"); }

@keyframes showMessage {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

body, html {
  font-family: Roboto Regular;
  font-size: 15px; }

.btn.disabled:hover {
  cursor: auto;
  opacity: 1; }

input.error,
select.error {
  border-color: red; }

.alert-div {
  min-height: 45px; }

.alertMessage {
  color: #721c24;
  background-color: #f8d7da;
  position: relative;
  padding: .75rem 1.25rem;
  border: 1px solid #f5c6cb;
  border-radius: .25rem;
  display: none;
  clear: both;
  max-width: 640px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 150ms linear; }
  .alertMessage.active {
    display: block;
    opacity: 1;
    -webkit-animation: showMessage 150ms linear; }

.alertMessage.done {
  background-color: #f6f6f6;
  border-color: #d0e9c6;
  color: #3c763d; }

input {
  font-family: Roboto Regular;
  font-size: 15px; }

textarea {
  font-family: Roboto Regular; }

/*# sourceMappingURL=style.css.map*/