.button-primary {
  height: 55px;
  background: #76B900 0% 0% no-repeat padding-box;
  border-radius: 15px;
  font-size: 16px;
  border: 0px;
  color: white;
}

.button-secondary {
  height: 55px;
  border: 2px solid #76B900;
  border-radius: 15px;
  font-size: 16px;
  color: #76B900;
  background-color: white;
}

.h-100vh {
  height: 100vh;
}

.otp-input-box:focus-visible {
  outline: none !important;
}


::ng-deep .mat-horizontal-stepper-header {
  pointer-events: none !important;
}


.mat-step-label {
  background-color: #9ea7c6;
  color: #fff !important;
  padding: 9px;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 30px !important;
  font-size: 13pt;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mat-step-label-selected {
  background-color: #76b900;
  color: #fff !important;
}

.width-155 {
  width: 155px;
}

.text-bottom {
  margin-top: 80px;
}

.width-100-percent {
  width: 100%;
}

.mb-none {
  display: block;
}

.back-icon {
  display: none;
  margin-bottom: 15px;
}

.flex-section {
  align-items: center;
  justify-content: center;
  display: flex;
}

.mr-15 {
  margin-right: 15px;
}

.lg-none {
  display: none;
}

.wrap {
  flex-wrap: wrap;
}

.pad-0 {
  padding: 0px !important;
}

.font-lg-28 {
  font-size: 28px
}
.font-lg-12{
  font-size: 12px;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-90 {
  margin-top: 90px;
}
.lh-35 {
  line-height: 35px;
}

#modal-basic-title .modal-content {
  border: none;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 25px 25px 0px 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0pt;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInUp;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.qr-icon {
  margin: auto;
  text-align: center;
  position: absolute;
  top: -29pt;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  left: 0;
  right: 0;
}

.app-modal .modal-content {
  border: none;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #00000026;
  border-radius: 25px;
  width: 380px;
}

.notify .modal-dialog {
  margin-left: auto !important;
  margin: 0;
  top: 0!important;
  transform: none!important;
}

.notify .modal-content {
  margin-left: auto;
  margin-right: 20px;
  height: 728px;
  overflow: scroll;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.image-center-50 {
  margin-top: 50%;
}

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

.search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 25px 10px 25px;
}

.search-box {
  border: 1pt solid #ddddff;
  border-radius: 30pt;
  background: white;
  padding: 3pt 7pt;
  width: 25%;
  font-size: 13px;
  align-items: center;
  display: flex;
  margin-right: 15px;
}

.search-box input {
  border: 0;
  padding-top: 3px;
  padding-left: 0px;
  width: 75%;
  height: 38px;
}

.search-box input:focus-visible {
  border: 0;
  outline: none;
}

.width-30-percent {
  width: 30%;
}

.mt-minus-10 {
  margin-top: -10px;
}

.add-btn-new {
  background: #76b900;
  padding: 10pt 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  width: 100px;
}

.btn-grey-dark {
  font-weight: 500;
  color: #ffffff;
  background-color: #D0D0D0;
  border: 0px;
  font-size: 16px;
  height: 55px;
  box-shadow: 0px 10px 20px #00000029;
  border: 2px solid #D0D0D0;
  border-radius: 15px;
  width: 130px;
}

.flex-property {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-icon-appoint {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
}

.popup-backend-border {
  width: 220px;
  margin: auto;
  border-radius: 40px 40px 0 0;
}

.checkin-border {
  border: 6pt solid #76b900;
}

.reschedule-border {
  border: 6pt solid #402268;
}

.cancel-border {
  border: 6pt solid #d47779;
}

.logout-border {
  border: 6pt solid #e15364;
}

.modal-bg-white {
  border-radius: 25px;
  background-color: #fff;
  border: 0;
}

.btn-width-200 {
  width: 200px;
}

.btn-primary {
  font-weight: 500;
  color: #ffffff;
  background-color: #76b900;
  border: 0px;
  font-size: 16px;
  height: 55px;
  box-shadow: 0px 10px 20px #00000029;
  border: 2px solid #76b900;
  border-radius: 15px;
  width: 130px;
}

.btn-grey-dark {
  font-weight: 500;
  color: #ffffff;
  background-color: #D0D0D0;
  border: 0px;
  font-size: 16px;
  height: 55px;
  box-shadow: 0px 10px 20px #00000029;
  border: 2px solid #D0D0D0;
  border-radius: 15px;
  width: 130px;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.overflow-y {
  overflow-y: auto;
}

.br-20 {
  border-radius: 20px !important;
}

app-customer-history .button-secondary {
  height: 50px;
  border: 2px solid #76B900;
  border-radius: 15px;
  font-size: 16px;
  color: #76B900;
  background: white;
}

app-customer-history .button-primary {
  height: 50px;
  border-radius: 15px;
}

.mat-button-ripple.mat-ripple,
.mat-button-focus-overlay {
  display: none;
}

.sebm-google-map-container-inner {
  overflow: scroll;
  width: 94% !important;
  height: 200px !important;
  border-radius: 10px;
  top: 5px;
  margin-bottom: 5px !important;
  position: relative !important;
  margin: auto;
}

app-appointment-detail.map-height {
  padding: 5px;
}

.app-navigate .modal-dialog {
  margin-left: auto !important;
  margin: 0;
}

.app-navigate .modal-content {
  margin-left: auto;
  margin-right: 20px;
}

.modal-content-curve {
  width: 80%;
  background-clip: padding-box;
  outline: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px !important;
  border: none;
}

.width-200 {
  width: 200px;
}

.border-none {
  border: none;
}

.wrap-property {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.ml-15 {
  margin-right: 15px;
}

.height-calc-180 {
  height: calc(100% - 180px);
}

.flex-view {
  display: flex;
  flex-wrap: wrap;
}

.mr-30 {
  margin-right: 30px
}

.bg-none {
  background-color: inherit;
}

.no-data-container {
  text-align: center;
}

.close-icon {
  margin-right: 5px;
  cursor: pointer;
}

.pt-40 {
  padding-top: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-15-percent {
  margin-top: 15%;
}

.mt-100 {
  margin-top: 100px;
}

.grid {
  display: grid;
}

.no-data-image {
  width: 200px;
  height: 200px;
}

.appoint-popup-modal {
  width: 92%;
  border-radius: 20px;
  border: 0px;
}

.appoint-popup-modal .modal-content {
  border-radius: 0px 0px 25px 25px !important;
}

.office-button {
  margin-top: 45%;
}

.no-data-image-container {
  margin: 10% auto;
}

.container-flex {
  display: flex;
}

.popup-close-curve {
  top: -10px;
  position: absolute;
  bottom: 0px;
  z-index: 1111;
  right: -8px;
  cursor: pointer;
}

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

.wrap {
  flex-wrap: wrap;
}

.header-icon {
  width: 40px;
  height: 40px;
}

.font-15 {
  font-size: 15px;
}

.font-13 {
  font-size: 13px;
}
app-select-office {
  .mat-slide-toggle-label {
    position: relative;
    right: 5px;
  }

  .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    margin-left: 5px;
  }

  .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: #76b900;
  }

  .mat-slide-toggle-bar {
    position: relative;
    width: 46px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 20px;
    display: inline-block;
    background-color: #aaaaaa;
  }

  .mat-slide-toggle-thumb {
    width: 23px;
    border-radius: 50%;
    margin-left: 0;
    height: 23px;
    margin-top: 4px;
    background-color: #fff !important;
  }
  .mat-form-field-appearance-outline .mat-form-field-wrapper {
    padding-bottom: 0px !important;
  }
  .mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 10px;
}
.mat-form-field-wrapper { 
  font-size: 13px;
  font-weight: 500;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
  top: 24px;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 20px;
}
.mat-select-arrow {
  color: #75b900;
}
.name-box.mat-form-field-type-mat-select .mat-form-field-label {
  width: calc(100% - 18px);
  position: relative;
  top: -11px;
  color: black;
  padding-left: 5px !important;
}
.name-box.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
  display: none;
}
}