.profile-card, .ps-card, .ps-verify-card {
  transition: all 0.2s ease;
  padding: 0 16.5px;
  margin-bottom: 11px;
}

.mailing-showcase-form-container .ps-card-profile {
  background-color: #fff;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.04), 0px 8px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 10px;
}
.mailing-showcase-form-container .ps-card-profile .btn {
  margin: auto;
}
.mailing-showcase-form-container i.contact-icon {
  font-size: 32px;
}

@media (min-width: 1024px) {
  .mailing-showcase-form-container .ps-card-profile .contacts-outer {
    flex-direction: column;
  }
  .p-create-btns-row .btn {
    margin-left: 60px;
  }
}
@media (max-width: 1024px) {
  .mailing-showcase-form-container .ps-card-profile {
    flex-direction: column;
    font-size: 13px;
  }
  .mailing-showcase-form-container .ps-card-profile > div {
    justify-content: center;
  }
}
.showcase-form-caution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fdf1de;
  border-radius: 16px;
  padding: 20px 40px;
  margin: 20px 0px;
}
.showcase-form-caution.none {
  display: none;
}
.showcase-form-caution.danger {
  background-color: rgba(240, 82, 136, 0.1294117647);
  color: rgba(255, 0, 87, 0.6705882353);
}

.ps-verify-card {
  padding: 22px 44px;
  margin-bottom: 0;
  text-align: center;
}
.ps-verify-card p {
  font-weight: 500;
  margin-bottom: 22px;
}

.pp-create {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #056CF2;
  border-color: #056CF2;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.profive-showcase-delivery-methods {
  display: grid;
  grid-template-columns: 49% 49%;
  row-gap: 2%;
}
.profive-showcase-delivery-methods p {
  text-align: center;
}

.ps-card {
  padding: 10.5px !important;
  background: #FFFFFF;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}
.ps-card:hover {
  transition: all 0.2s ease;
  box-shadow: 0px 7px 19px -1px rgba(172, 172, 179, 0.3);
}
.ps-card .ps-info {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .ps-card .ps-info {
    font-size: 0.8em;
  }
}
.ps-card .ps-info .ps-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
}
.ps-card .ps-info .ps-type {
  color: #EC3876;
  font-size: 17px;
  font-weight: 500;
}
.ps-card .ps-info .ps-img-outer {
  display: flex;
  width: 66px;
  min-width: 66px;
  height: 66px;
  margin-right: 11px;
  border-radius: 11px;
}
.ps-card .ps-info .ps-img-outer img {
  width: 33px;
  height: 33px;
  margin: auto;
  display: block;
  border-radius: 11px;
}
.ps-card .ps-info .ps-control > *:not(:last-child) {
  margin-right: 11px;
}
.ps-card .ps-info .ps-control > a,
.ps-card .ps-info .ps-control > button {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px dotted;
}
.ps-card .ps-info .ps-control > a {
  padding-bottom: 2px;
  color: #056CF2;
  border-color: #056CF2;
}
.ps-card .ps-info .ps-control > a:hover {
  color: #034ba7;
}
.ps-card .ps-info .ps-control > .ps-delete {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #999;
  border-color: #999;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.ps-card .showcase-delete-btns {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  min-height: 80px;
}
.ps-card .showcase-delete-btns .btn {
  width: 80%;
}
.ps-card .ps-form > hr {
  margin-top: 16.5px;
  margin-bottom: 11px;
}
.ps-card .ps-form .form-group.field-showcase-pick_up {
  margin-bottom: 0 !important;
}
@media (max-width: 800px) {
  .ps-card .ps-form .showcase-delete-btns {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    min-height: 70px;
  }
  .ps-card .ps-form .showcase-delete-btns .turn-off-showcase-btn {
    margin-right: 5px;
    padding: 7px 12px;
    background-color: #28a745;
    border-color: #28a745;
  }
  .ps-card .ps-form .showcase-delete-btns .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
  }
  .ps-card .ps-form .bts-block .modal-header button {
    padding: 0px;
    right: 15px;
    top: 10px;
  }
  .ps-card .ps-form .bts-block .modal-header button span {
    font-size: 25px;
  }
  .ps-card .ps-form textarea, .ps-card .ps-form input {
    overflow: auto;
    resize: none;
    background: #F9F9F9;
    border: 1px solid #EDECEC;
    border-radius: 6px;
    outline-color: #d0d0d0;
  }
  .ps-card .ps-form input {
    box-sizing: border-box;
    height: 30px !important;
    margin: 0 !important;
  }
  .ps-card .ps-form .change-place .profile-input-label {
    margin: 0px;
  }
  .ps-card .ps-form .profile-input-label {
    text-align: left;
    margin-bottom: 10px;
  }
  .ps-card .ps-form .pincode-default {
    width: 117px !important;
  }
  .ps-card .ps-form .card-input-col {
    margin: 16px 0px;
  }
  .ps-card .ps-form .showcase-description-input {
    height: 77px;
    padding: 6px 12px !important;
  }
  .ps-card .ps-form .showcase-card-preview-tooltip-container {
    width: 100%;
  }
  .ps-card .ps-form .btn-danger {
    background: #EC3876;
    border: none;
  }
  .ps-card .ps-form .showcase-form-caution {
    padding: 11px 20px;
  }
  .ps-card .ps-form .phone-input-container {
    gap: 15px;
    align-items: center;
  }
  .ps-card .ps-form .form-group {
    margin: 0;
    height: fit-content;
  }
  .ps-card .ps-form .add-contact .switches-small {
    flex-wrap: wrap;
  }
  .ps-card .ps-form .add-contact .switches-small .switch-and-text {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .ps-card .ps-form .add-contact .switches-small .switch-and-text p {
    height: fit-content;
    font-size: 0.9em;
  }
  .ps-card .ps-form .add-contact .switches-small .switch-and-text .switch {
    transform: scale(0.8);
    margin-left: -8px !important;
  }
  .ps-card .ps-form .add-contact .switches-small.div-space-evenly {
    justify-content: space-between;
  }
  .ps-card .ps-form .inputs-block {
    margin-bottom: 24px;
  }
  .ps-card .ps-form .bts-block .showcase-action-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ps-card .ps-form .bts-block .showcase-action-buttons button {
    height: 37px !important;
    height: max-content !important;
    margin: 0 !important;
    box-sizing: border-box;
    font-size: 12px !important;
  }
  .ps-card .ps-form .change-place {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .ps-card .ps-img-outer {
    margin-right: 5px !important;
  }
  .choose-showcase-filter-info {
    margin-left: 5px !important;
  }
  .btn-p-edit {
    margin-bottom: 7px;
  }
}
.profile-card {
  display: flex;
  padding: 22px;
  margin-bottom: 22px;
}
.profile-card .profile-img {
  display: flex;
  width: 66px;
  height: 66px;
  border-radius: 11px;
  background: #1697d6;
}
.profile-card .profile-img img {
  width: 33px;
  height: 33px;
  margin: auto;
  display: block;
}
.profile-card .profile-text {
  padding-left: 22px;
}
.profile-card .profile-text .profile-name {
  font-size: 21px;
}

.info-showcase-map.profile .map {
  width: 100%;
}

.showcase-header-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 770px) {
  .ps-row .card-head-container {
    display: flex;
    border-radius: 16px;
    cursor: pointer;
    padding-right: 23px;
  }
}

.p-controls-row {
  margin: auto 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 770px) {
  .p-controls-row {
    flex-flow: column-reverse;
  }
  .p-create-btns-row {
    justify-content: space-evenly !important;
  }
  .p-create-btns-row .btn {
    padding: 5px 2px;
    font-size: 13px;
  }
}
.ps-img-outer .notification-badge {
  margin-left: 43px;
  margin-top: -6px;
}
.ps-img-outer .notification-badge > .tooltiptext {
  left: -100%;
}
.ps-img-outer .notification-badge > .tooltiptext::after {
  left: 43px;
}

@media (max-width: 992px) {
  .ps-card {
    border-left: none;
    border-right: none;
  }
}
.showcase-card-preview-tooltip-container {
  position: relative;
  width: 80%;
  margin: auto;
}
.showcase-card-preview-tooltip-container .showcase-card {
  margin: 0;
}

.showcase-card-preview-tooltip-container .notification-badge {
  margin-top: 4%;
}
@media (min-width: 770px) {
  .showcase-card-preview-tooltip-container .notification-badge {
    border-radius: 33px;
    padding: 6px 11px 5px;
  }
  .showcase-card-preview-tooltip-container .notification-badge > .fas {
    font-size: 23px;
  }
  .showcase-card-preview-tooltip-container .notification-badge .tooltiptext::after {
    left: 70px !important;
  }
}
.showcase-card-preview-tooltip-container .notification-badge > .tooltiptext {
  left: -128%;
}
.showcase-card-preview-tooltip-container .notification-badge > .tooltiptext::after {
  left: 43px;
}

/*# sourceMappingURL=profile-showcases.css.map */
