.groo-modal {
  z-index: 1021;
}
.groo-modal .modal-content {
  width: 430px;
  border-radius: 40px;
  padding: 0;
  max-width: calc(100% - 30px);
}
.groo-modal .modal-header {
  padding: 20px 20px 0 20px;
  border: none;
}
.groo-modal .btn-close {
  width: 24px;
  height: 24px;
  padding: 0;
  background: #fff;
  border: none;
  opacity: 1;
  margin: 0;
  margin-left: auto;
}
.groo-modal .modal-body {
  padding: 15px 20px 20px 20px;
  text-align: start;
}
.groo-modal .modal-dialog {
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.groo-modal .groo-modal__h2 {
  font-family: "Inter 700";
  font-weight: 700;
  font-size: 1.6rem;
  color: #2e2e2e;
  margin: 0;
  line-height: normal;
}
.groo-modal .groo-modal__p {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
  color: #2e2e2e;
  margin: 0;
}
.groo-modal .groo-modal__p strong {
  font-family: "Inter 700";
  font-weight: 700;
}
.groo-modal .groo-modal__a {
  font-family: "Inter 400";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
  color: #3064A3;
  margin: 0;
}

.groo-modal--groomer .groo-modal--groomer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.groo-modal--groomer .groo-modal--groomer__top .groo-modal--groomer__top-left {
  width: calc(100% - 77px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.groo-modal--groomer .groo-modal--groomer__top .groo-modal--groomer__top-right {
  width: 77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.groo-modal--groomer .groo-modal--groomer__top .groo-modal--groomer__profile-img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.groo-modal--groomer .groo-modal--groomer__top .groo-modal--groomer__profile-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.groo-modal--groomer .groo-modal--groomer__top .groo-modal--groomer__profile-cont .groo-modal--groomer__profile-text {
  width: calc(100% - 62px);
  align-items: start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.groo-color--green {
  color: #28B446 !important;
}

.groo-color--red {
  color: #FF314A !important;
}

.groo-modal--groomer__bottom-row {
  display: flex;
  width: 100%;
  align-items: center;
}

.groo-modal--groomer__bottom-info-item {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: start;
}

.groo-modal--groomer__bottom-info-item-text {
  width: calc(100% - 45px);
  align-items: start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.groo-modal--groomer__bottom-info-item-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.groo-modal--groomer-action {
  padding: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s;
}

.groo-modal--groomer-action.active {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.2));
}
.groo-modal--groomer-action.active .groo-modal--groomer__action-img.inactive {
  display: none;
}
.groo-modal--groomer-action.active .groo-modal--groomer__action-img.active {
  display: block;
}

.groo-modal--groomer-action.inactive .groo-modal--groomer__action-img.active {
  display: none;
}
.groo-modal--groomer-action.inactive .groo-modal--groomer__action-img.inactive {
  display: block;
}/*# sourceMappingURL=groomer-profile-modal.css.map */