/* COLORS */
/* FONTS */
.popup-error-meetingVets {
  place-content: center;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 0px 30px;
  z-index: 152;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px; }
  .popup-error-meetingVets .popup-error-meetingVets-desc {
    padding: 5%;
    font-family: "ubuntu";
    font-size: 18px; }

.dark-background {
  z-index: 150;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  backdrop-filter: blur(4px); }

.chat-meeting-vets {
  background: #7E7367;
  height: 287px; }
  .chat-meeting-vets h1 {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 8%;
    font-family: "ubuntu";
    font-size: 48px;
    letter-spacing: -0.02em; }

@media (max-width: 768px) {
  .chat-meeting-vets {
    height: 160px; }
    .chat-meeting-vets h1 {
      font-size: 24px;
      padding-top: 45px; }
  .popup-error-meetingVets {
    width: 84%; } }

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