/* Bulma Utilities */
@media screen and (min-width: 768px), print {
  .agn-chat-modal .agn-modal .modal .modal-background {
    background: none;
  }
}
.agn-chat-modal .agn-modal .modal .modal-card {
  padding: 2.5rem 2rem 2rem;
}
@media screen and (min-width: 768px), print {
  .agn-chat-modal .agn-modal .modal .modal-card {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    bottom: 12vh;
    padding: 2.5rem 2rem 2.5rem 1.5rem;
    position: fixed;
    right: 0;
    width: auto;
  }
}
.agn-chat-modal .agn-modal .modal .modal-card .modal-card-head {
  border-width: 2px;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .agn-chat-modal .agn-modal .modal .modal-card .modal-card-head {
    display: none;
  }
}
.agn-chat-modal .agn-modal .modal .modal-card .modal-card-head .title {
  color: #002b47;
  font-family: Manrope-Bold;
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: left;
}
.agn-chat-modal .agn-modal .modal .modal-card .modal-card-body .agn-chat-items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.agn-chat-modal .agn-modal .modal .modal-card .modal-card-body .agn-chat-items .agn-chat-item {
  align-items: center;
  color: #000000;
  column-gap: 1rem;
  display: flex;
  font-family: Manrope;
  font-family: Manrope-Semibold;
  font-size: 1rem;
  line-height: 1.5rem;
}
.agn-chat-modal .agn-chat-button {
  align-items: center;
  background-color: #ffffff;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  bottom: 14%;
  box-shadow: 0 12px 80px 0 rgba(0, 0, 0, 0.29);
  display: flex;
  height: 3rem;
  justify-content: center;
  position: fixed;
  right: 0;
  width: 3rem;
  z-index: 20;
}
@media screen and (min-width: 768px), print {
  .agn-chat-modal .agn-chat-button {
    bottom: 12%;
    height: 4.5rem;
    width: 4.5rem;
  }
}
.agn-chat-modal .agn-chat-button img {
  height: 32.6px;
  object-fit: contain;
  width: 32.6px;
}
@media screen and (min-width: 768px), print {
  .agn-chat-modal .agn-chat-button img {
    height: 52px;
    width: 52px;
  }
}
.agn-chat-modal .agn-chat-button span {
  color: #fff;
  display: inline-table;
  font-family: Manrope-ExtraBold;
  font-size: 8px;
  line-height: 11px;
  line-height: 11px;
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .agn-chat-modal .agn-chat-button span {
    font-size: 14px;
    line-height: 19px;
  }
}