@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@1,400;1,600&family=Poppins:wght@400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Viga&display=swap");@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@1,400;1,600&family=Poppins:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Viga&display=swap";

/* Screen Size Definations
=============================== */
/* Mixins - min width
================================ */
/* Mixins - max width
================================ */
.label,
.error {
  font-weight: 400;
}
.error {
  font-size: 12px;
  line-height: 0;
  color: #c70039;
  font-family: "Poppins";
  margin-top: 15px;
}
.custom-modal .modal_background {
  padding: 20px;
}
.custom-modal .modal____body .modal__form-el {
  margin-bottom: 24px;
}
.custom-modal .modal____body .modal__form-el:last-child {
  margin-bottom: 0 !important;
}
.custom-modal .modal____body .modal__form-el-label {
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #000;
  font-family: "Poppins";
}
.custom-modal .modal____body .modal__form-el-textarea-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #059669;
  text-align: center;
  margin: 10px;
  font-family: "Poppins";
}
.custom-modal .modal____body .modal__form-el-heading {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}
.custom-modal .modal____body .modal__form-el-plus-button {
  background-color: #00d091;
  color: white;
  border: none;
  border-radius: 38px;
  width: 62px;
  height: 34px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 750;
  margin: 12px;
  font-size: 14px;
  padding-bottom: 5px;
}
.custom-modal .modal____body .modal__form-el-remove-button {
  background-color: grey;
  color: white;
  border: none;
  border-radius: 26px;
  min-width: 19px;
  min-height: 19px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 12px;
}
.custom-modal .modal____body .modal__form-el-field {
  padding: 16px;
  margin-bottom: 10px;
  width: 100%;
  height: 48px;
  background: #fff;
  border: 1px solid #00d090;
  border-radius: 5px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.custom-modal .modal____body .modal__form-el-field::-moz-placeholder {
  font-weight: 400;
  font-size: 12px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  color: #627770 !important;
}
.custom-modal .modal____body .modal__form-el-field::placeholder {
  font-weight: 400;
  font-size: 12px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  color: #627770 !important;
}
.custom-modal .modal____body .modal__form-el-field:focus {
  outline: 2px solid #def2f0;
}
.custom-modal .modal____body .modal__form-el-textarea {
  padding: 16px;
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #00d090;
  border-radius: 5px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  resize: none;
}
.custom-modal .modal____body .modal__form-el-textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 12px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  color: #627770 !important;
}
.custom-modal .modal____body .modal__form-el-textarea::placeholder {
  font-weight: 400;
  font-size: 12px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  color: #627770 !important;
}
.custom-modal .modal____body .modal__form-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
.custom-modal .modal____body .modal__form-footer__submit-button {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border: 1px solid #00d090;
  border-radius: 5px;
  padding: 12px 30px;
  margin-top: 10px;
  width: 100%;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.4px;
  background-color: #00d090;
  color: #fff;
}
.custom-modal .modal____body .modal__form-footer__submit-button:hover {
  color: #fff;
  border: 1px solid rgba(0, 208, 144, 0.5);
  background-color: rgba(0, 208, 144, 0.5);
}
.custom-modal .modal____body .modal__form-footer__cancel-button {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border: 1px solid #d63232;
  border-radius: 5px;
  padding: 12px 30px;
  margin-top: 10px;
  width: 100%;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.4px;
  background-color: #d63232;
  color: #fff;
}
.custom-modal .modal____body .modal__form-footer__cancel-button:hover {
  background-color: #a30000;
  border: 1px solid #a30000;
}
.custom-modal .modal____body .modal__form-footer__additional_cancel-button {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border: 1px solid #d63232;
  border-radius: 5px;
  padding: 12px 30px;
  margin-top: 10px;
  width: 50%;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.4px;
  background-color: #d63232;
  color: #fff;
}
.custom-modal .modal____body .modal__form-footer__additional_cancel-button:hover {
  background-color: #a30000;
  border: 1px solid #a30000;
}
.custom-modal .modal____body .modal__form .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #00d090;
}
.custom-modal .modal____body .modal__form .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #00d090;
}
.custom-modal .modal____body .modal__form :hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner {
  background-color: #00d090;
  box-shadow: 0 0 0 2px #d6f7f3;
  border-color: transparent;
}
.custom-modal .ant-select-single .ant-select-selector {
  font-family: "Poppins", sans-serif;
}
.modal-action {
  padding-top: 4%;
}
.modal-action .modal-content {
  border-radius: 5px;
  border: none;
}
.modal-action .modal-dialog {
  max-width: 545px !important;
  border-radius: 5px;
}
.modal-action-bg {
  color: #fff;
  background: #fff;
  padding: 30px;
  width: 610px;
  height: 785px;
  border-radius: 5px;
}
.modal-action-header h3 {
  text-align: left;
  padding-top: 5%;
  padding: 2px;
  font-size: 32px;
  letter-spacing: 0px;
  font-family: "Teko", sans-serif;
  opacity: 1;
}
.modal-action-form {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-action-form-el-label {
  padding: 15px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
  margin-left: -5px;
}
.modal-action-form-el-field {
  padding: 16px;
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #00d090;
  border-radius: 5px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .modal-action-form-el-field {
    width: 446px;
  }
}
.modal-action-form-el-field::-moz-placeholder {
  position: relative;
}
.modal-action-form-el-field::placeholder {
  position: relative;
}
.modal-action-form-el-field:focus {
  outline: none;
}
.modal-action-form-el-field:disabled {
  background: #4f4f50;
}
.input {
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  padding: 4px;
  margin: 4px 0;
  box-sizing: border-box;
}
.para-text {
  margin: 35px;
  font-size: 21px;
  font-family: "Poppins";
  color: #00d091;
  font-weight: 400;
}
.emergency-text {
  font-size: 11px;
  font-weight: 100;
  font-family: "Poppins";
  color: #c70039;
  text-align: center;
}
.ant-input-number .ant-input-number-input {
  font-family: "Poppins";
}
.custom-date-picker {
  border: 1px solid #00d090;
  box-shadow: none !important;
}
.custom-date-picker:hover {
  border: 1px solid #00d090 !important;
}
.custom-date-picker:focus, .custom-date-picker:active {
  box-shadow: none;
}
.custom-date-picker .ant-picker-input input {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.custom-date-picker .ant-picker-input input::-moz-placeholder {
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #627770 !important;
}
.custom-date-picker .ant-picker-input input::placeholder {
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #627770 !important;
}
.custom-date-picker .ant-picker-input .ant-picker-suffix svg,
.custom-date-picker .ant-picker-input .ant-picker-clear svg {
  fill: #00d090;
  color: #fff;
}
.custom-date-picker .rs-picker-toggle {
  border: none !important;
  box-shadow: none;
}
.custom-date-picker .rs-picker-toggle:focus-visible {
  outline: none !important;
}
.custom-date-picker .rs-picker-toggle:hover {
  border: none !important;
}
.custom-date-picker .rs-picker-toggle .rs-picker-toggle-value,
.custom-date-picker .rs-picker-toggle .rs-picker-toggle-textbox {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #000 !important;
}
.custom-date-picker .rs-picker-toggle .rs-picker-toggle-value::-moz-placeholder, .custom-date-picker .rs-picker-toggle .rs-picker-toggle-textbox::-moz-placeholder {
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #627770 !important;
}
.custom-date-picker .rs-picker-toggle .rs-picker-toggle-value::placeholder,
.custom-date-picker .rs-picker-toggle .rs-picker-toggle-textbox::placeholder {
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #627770 !important;
}
.custom-date-picker .rs-picker-toggle .rs-picker-toggle-placeholder {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #627770 !important;
}
.rs-calendar-table-cell-selected .rs-calendar-table-cell-content {
  background-color: #00d090 !important;
  box-shadow: none;
  color: #fff;
  color: var(--rs-calendar-date-selected-text);
}
.rs-calendar-table-cell-is-today .rs-calendar-table-cell-content {
  box-shadow: inset 0 0 0 1px #00d090 !important;
}
.rs-picker-menu .rs-calendar .rs-calendar-table-cell:hover .rs-calendar-table-cell-content {
  background-color: rgba(0, 208, 144, 0.5) !important;
  color: #000000 !important;
}
.rs-btn-subtle {
  background-color: transparent;
  border: none;
  color: #000000 !important;
}
.custom-date-picker-panel .ant-picker-header .ant-picker-header-view .ant-picker-month-btn:hover {
  color: rgba(0, 208, 144, 0.5) !important;
}
.custom-date-picker-panel .ant-picker-header .ant-picker-header-view .ant-picker-year-btn:hover {
  color: rgba(0, 208, 144, 0.5) !important;
}
.custom-date-picker-panel .ant-picker-cell-selected .ant-picker-cell-inner {
  color: #fff !important;
  border-color: transparent !important;
  background: #00d090 !important;
}
.custom-date-picker-panel .ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #00d090 !important;
}
.custom-date-picker-panel .ant-picker-cell:hover .ant-picker-cell-inner {
  border-color: transparent !important;
  background: rgba(0, 208, 144, 0.5) !important;
}
.custom-date-picker-panel .ant-picker-footer .ant-picker-today-btn {
  color: #00d090 !important;
}
.custom-date-picker-panel .ant-picker-footer .ant-picker-today-btn:hover {
  color: rgba(0, 208, 144, 0.5) !important;
}
.ih-button, .button-group button, .ih-button-ghost, .ih-button-negative, .ih-button-outlined, .ih-button-secondary, .ih-button-primary, .button-group button.selected {
  display: flex;
  align-items: center;
  height: 38px;
  border-radius: 12px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 23px;
  letter-spacing: 0.4px;
}
.ih-button-primary, .button-group button.selected {
  border: 1px solid #00d090 !important;
  background-color: #00d090 !important;
  color: #fff !important;
}
.ih-button-primary:hover, .button-group button.selected:hover {
  background-color: rgb(5, 150, 105) !important;
  color: #fff !important;
  border-color: rgb(5, 150, 105) !important;
}
.ih-button-secondary {
  border: 1px solid #a9a9a9 !important;
  background-color: #a9a9a9 !important;
  color: #fff !important;
}
.ih-button-secondary:hover {
  background-color: #696969 !important;
  border: 1px solid #696969 !important;
  color: #fff !important;
}
.ih-button-outlined {
  border: 1px solid #00d090 !important;
  background-color: transparent !important;
  color: #00d090 !important;
}
.ih-button-outlined:hover {
  background-color: #00d090 !important;
  border: 1px solid #00d090 !important;
  color: #fff !important;
}
.ih-button-negative {
  border: 1px solid #d63232 !important;
  background-color: #d63232 !important;
  color: #fff !important;
}
.ih-button-negative:hover {
  background-color: #a30000 !important;
  border: 1px solid #a30000 !important;
  color: #fff !important;
}
.ih-button-ghost:hover {
  background-color: #e5e8eb !important;
  border: 1px solid #e5e8eb !important;
}
.button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.button-group button {
  justify-content: center;
  flex: 1;
  background-color: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
  color: #000 !important;
  border-radius: 4px !important;
  padding: 6px 12px !important;
  height: 32px !important;
}
.app-container {
  width: 100%;
  height: 100dvh;
  display: flex;
  /* Center the content horizontally */
  align-items: center;
  justify-content: center;
  padding-left: 1.75rem !important;
}
@media screen and (max-width: 1260px) {
  .app-container {
    padding-left: 0rem !important;
  }
}
.app-container .side-panel-content {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .app-container .side-panel-content {
    padding: 1.2rem;
    height: 100dvh;
    border-radius: 0px;
    margin: 0 auto;
    margin-left: 35px;
    flex-direction: column;
    align-items: center;
    margin-right: 0px;
    border-left: 1.6px solid rgba(0, 0, 0, 0.15);
  }
}
.app-container .side-panel-content .helpercursor-pointer {
  margin-left: 0px;
  padding-right: 1px;
  cursor: pointer;
}
.app-container .side-panel-content .helper-component {
  padding: 1rem;
  height: 100dvh;
  min-height: 300px;
  position: fixed;
  top: 0;
  right: -343px;
  width: 340px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
  transition: right 0.3s ease;
  z-index: 0;
  border-left: 1.6px solid rgba(0, 0, 0, 0.15);
  padding-left: 10px;
}
.app-container .side-panel-content .helper-component .close-icon {
  margin-left: 308px;
  margin-top: 4px;
}
.app-container .side-panel-content .helper-component .content {
  color: black;
  font-size: 20px;
  position: relative;
  bottom: 20px;
}
.app-container .side-panel-content .helper-component .horizontal-line {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50px;
  width: 100%;
  height: 1px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.15);
}
.app-container .side-panel-content .helper-component.open {
  right: 60px;
}
.app-container .side-panel-content .side-panel-content {
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .app-container .side-panel-content {
    display: none;
  }
  .app-container .helpercursor-pointer {
    display: none;
  }
}
.app-container .chat-wrapper {
  flex: 1;
  width: 100%;
  height: 100dvh;
  min-height: 300px;
}
@media (min-width: 768px) {
  .app-container .chat-wrapper {
    max-width: 100%;
    max-height: 100dvh;
    border-radius: 5px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1260px) {
  .app-container .chat-wrapper {
    max-width: 100%;
    max-height: 100dvh;
    border-radius: 5px;
    margin: 0 auto;
  }
}
.app-container .chat-wrapper .chat-header {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1024px) {
  .app-container .chat-wrapper .chat-header {
    position: -webkit-sticky;
    position: sticky;
    padding: 12px 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.app-container .chat-wrapper .chat-header .user-details .content {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  padding: 5px 10px;
  max-width: 100%;
}
@media (min-width: 640px) {
  .app-container .chat-wrapper .chat-header .user-details .content {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .app-container .chat-wrapper .chat-header .user-details .content {
    font-size: 12px;
    line-height: 22px;
  }
}
.app-container .chat-wrapper .chat-header .user-details .content .value-text {
  color: #000;
  font-weight: 400;
}
@media (min-width: 640px) {
  .app-container .chat-wrapper .chat-header .user-details .content .value-text {
    font-weight: 100;
  }
}
.app-container .chat-wrapper .chat-header .user-details .content-physician {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  padding: 5px 15px;
  max-width: 100%;
}
@media (min-width: 640px) {
  .app-container .chat-wrapper .chat-header .user-details .content-physician {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .app-container .chat-wrapper .chat-header .user-details .content-physician {
    font-size: 12px;
    line-height: 22px;
  }
}
.app-container .chat-wrapper .chat-header .user-details .content-physician .value-text {
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  .app-container .chat-wrapper .chat-header .user-details .content-physician .value-text {
    font-weight: 100;
  }
}
@media (max-width: 640px) {
  .app-container .chat-wrapper .mr-1 {
    margin-left: 13rem;
  }
}
.app-container .chat-wrapper .chat-area-component {
  width: 100%;
}
@media (min-width: 768px) {
  .app-container .chat-wrapper .chat-area-component {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .app-container .chat-wrapper .chat-area-component {
    width: 85%;
  }
}
@media (min-width: 1280px) {
  .app-container .chat-wrapper .chat-area-component {
    width: 80%;
  }
}
.app-container .chat-wrapper .chat-area-component .chat-area {
  flex-grow: 1;
  overflow-y: auto;
  padding: 2px 16px 0 16px;
  margin-bottom: 0 0 16px;
}
@media screen and (max-width: 1260px) {
  .app-container .chat-wrapper .chat-area-component .chat-area {
    background: linear-gradient(to bottom right, #c9f5e7 4%, #c9f5e7 0%, #c9f5e7 5%, #ddfaf9 11%, #ddfaf9 10%, #ffffff 39.5%, #ffffff 55.5%, #ddfaf9 100%, #ddfaf9 10%);
  }
}
.app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .system {
  margin-right: 0.5rem;
}
@media (min-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .system {
    margin-right: 0.75rem;
  }
}
@media (max-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .system {
    display: none;
    margin-right: 0.75rem;
  }
}
.app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .user {
  margin-left: 0.5rem;
}
@media (min-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .user {
    margin-left: 0.75rem;
  }
}
@media (max-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .user {
    display: none;
    margin-right: 0.75rem;
  }
}
.app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .message {
  background: rgba(217, 217, 217, 0.5);
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .message {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .message {
    font-size: 14px;
    padding: 12px;
  }
}
@media (max-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .message {
    background: rgba(18, 137, 131, 0.2509803922);
  }
}
.app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .messages {
  background: rgba(217, 217, 217, 0.5);
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .messages {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .messages {
    font-size: 14px;
    padding: 12px;
  }
}
@media (max-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .messages {
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  }
}
.app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .system-message {
  margin-right: 10%;
  max-width: 50%;
  border-radius: 5px;
  white-space: pre-wrap;
}
@media (min-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .system-message {
    border-radius: 5px;
  }
}
@media (max-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .system-message {
    border-radius: 5px;
    max-width: 90%;
  }
}
.app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .user-message {
  background-color: rgba(0, 208, 144, 0.2);
  margin-left: 1%;
  max-width: 50%;
  border-radius: 5px;
}
@media (min-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .user-message {
    border-radius: 5px;
  }
}
@media (max-width: 640px) {
  .app-container .chat-wrapper .chat-area-component .chat-area .message-wrapper .user-message {
    background-color: rgba(115, 255, 212, 0.2);
    margin-left: 2%;
    border-radius: 5px;
    max-width: 90%;
  }
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper {
  max-height: 130px;
  font-size: small;
  border: 1px solid #c8c7c7;
  background: #fff;
}
@media (max-width: 768px) {
  .app-container .chat-wrapper .chat-area-component .chat-input-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .app-container .chat-wrapper .chat-area-component .chat-input-wrapper {
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  }
  .app-container .chat-wrapper .chat-area-component .chat-input-wrapper .overlay {
    border-radius: 5px;
  }
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-input {
  background: #fff;
  font-size: 14px;
  color: #000;
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-input::-moz-placeholder {
  font-weight: 400;
  font-size: 12px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  color: #627770 !important;
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-input::placeholder {
  font-weight: 400;
  font-size: 12px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  color: #627770 !important;
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .btn {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .btn {
    width: 35px;
    height: 35px;
  }
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .btn:hover {
  scale: 103%;
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .message-send-btn {
  border-radius: 5px;
  background: #00d091;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .disabled-message_send_btn {
  background: rgba(5, 150, 105, 0.5);
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .disabled-message_send_btn:hover {
  scale: unset;
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .voice-btn {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .voice-btn .voice-chat-icon {
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .voice-btn .voice-chat-icon {
    width: 40px;
    height: 40px;
  }
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .disabled-voice_btn {
  background: rgba(0, 0, 0, 0.3);
}
.app-container .chat-wrapper .chat-area-component .chat-input-wrapper .chat-icons .disabled-voice_btn:hover {
  scale: unset;
}
.app-container .chat-wrapper-open {
  width: calc(100% - 320px);
  transition: width 0.3s ease;
}
@media (min-width: 768px) {
  .app-container .chat-wrapper-open {
    max-height: 100dvh;
    max-width: 132rem !important;
    margin-right: 280px !important;
    margin-left: -2rem;
  }
}
.app-container .textarea-container {
  padding: 20px;
  width: 30%;
  height: 85vh;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.app-container .textarea-container .textarea-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #059669;
  text-align: center;
  margin: 10px;
}
.app-container .textarea-container .physical-field {
  border-radius: 5px;
}
.app-container .textarea-container .physical-field .textarea-field {
  padding: 20px 10px;
  width: 100%;
  height: 30vh;
  font-family: "Poppins";
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  outline: none !important;
  color: black;
  background: white;
  opacity: 1;
  overflow: auto;
  /* Enable vertical scrolling when content overflows */
  max-height: 300px;
  /* Set a maximum height for the container */
}
@media (max-width: 768px) {
  .app-container .textarea-container {
    max-width: 30%;
    padding: 15px;
    max-height: 85vh;
  }
  .app-container .textarea-container .textarea-heading {
    font-size: 14px;
  }
  .app-container .textarea-container .physical-field .textarea-field {
    height: 30vh;
    font-family: "Poppins";
  }
}
.hippa-modal {
  width: 100% !important;
}
@media (min-width: 640px) {
  .hippa-modal {
    width: 900px !important;
  }
}
@media (max-width: 768px) {
  .hippa-modal {
    width: 90% !important;
  }
  .hippa-modal .modal____body .modal__form-el {
    margin-bottom: 0px;
  }
  .hippa-modal .modal____body .modal__form-el-textarea {
    margin-bottom: 0px;
    height: 15rem !important;
    overflow-y: auto;
  }
}
@media (max-width: 640px) {
  .hippa-modal .modal____body .modal__form-el-textarea {
    height: 13rem !important;
  }
}
.hippa-modal .modal____body .modal__form-el {
  margin-bottom: 0px;
}
.hippa-modal .modal____body .modal__form-el-textarea {
  margin-bottom: 0px;
  height: 26rem;
  overflow-y: auto;
}
.review-of-system-modal {
  width: 100% !important;
}
@media (min-width: 768px) {
  .review-of-system-modal {
    width: 900px !important;
  }
}
.review-of-system-modal .modal____body .modal__form {
  font-family: "Poppins";
}
.review-of-system-modal .modal____body .modal__form-el {
  margin-bottom: 0px;
}
.review-of-system-modal .modal____body .modal__form-el-textarea {
  margin-bottom: 0px;
  height: 26rem;
  overflow-y: auto;
}
.dvprs_modal,
.dac_modal {
  width: 100% !important;
}
@media (min-width: 768px) {
  .dvprs_modal,
  .dac_modal {
    width: 900px !important;
  }
}
.dvprs_modal .modal____body .modal__form,
.dac_modal .modal____body .modal__form {
  font-family: "Poppins";
}
.dvprs_modal .modal____body .modal__form-el,
.dac_modal .modal____body .modal__form-el {
  margin-bottom: 0px;
}
.dvprs_modal .modal____body .modal__form-el-textarea,
.dac_modal .modal____body .modal__form-el-textarea {
  margin-bottom: 0px;
  height: 26rem;
  overflow-y: auto;
}
.html-embedded-modal {
  width: 100% !important;
}
@media (min-width: 768px) {
  .html-embedded-modal {
    width: 900px !important;
  }
}
.html-embedded-modal .modal____body .modal__form {
  font-family: "Poppins";
}
.html-embedded-modal .modal____body .modal__form-el {
  margin-bottom: 0px;
}
.html-embedded-modal .modal____body .modal__form-el-textarea {
  margin-bottom: 0px;
  height: 26rem;
  overflow-y: auto;
}
.PFDI_modal {
  width: 100% !important;
}
@media (min-width: 640px) {
  .PFDI_modal {
    width: 900px !important;
  }
}
@media (max-width: 768px) {
  .PFDI_modal {
    width: 90% !important;
  }
}
.PFDI_modal .pfdi_logo {
  justify-content: center;
}
.PFDI_modal .heading-text {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-family: "Poppins";
  color: #000;
  font-weight: 600;
}
.PFDI_modal .instruction-text {
  margin-top: 15px;
  font-family: "Poppins";
  color: #000;
  font-weight: 400;
}
.PFDI_modal .section-heading-text {
  margin-top: 44px;
  font-size: 16px;
  font-family: "Poppins";
  color: #000;
  font-weight: 600;
}
.PFDI_modal .subheading-text {
  font-size: 14px;
  font-family: "Poppins";
  color: #000;
  font-weight: 400;
}
.PFDI_modal .ques-text {
  padding: 0px;
  margin-top: 8px;
  font-family: "Poppins";
}
.PFDI_modal .ant-radio-checked .ant-radio-inner {
  border-color: #00d090 !important;
  background-color: #00d090 !important;
}
.PFDI_modal .ant-radio .ant-radio-inner {
  border-color: #00d090 !important;
}
.PFDI_modal .ant-radio:hover .ant-radio-inner {
  border-color: #00d090 !important;
}
.PFDI_modal .ant-radio-wrapper .ant-radio-checked::after {
  border: #00d090 !important;
  border-radius: 50px;
}
.PFDI_modal .ant-radio-wrapper span.ant-radio + * {
  font-family: "Poppins";
}
.PFDI_modal .form_submit {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border: 1px solid #00d090;
  border-radius: 5px;
  padding: 12px 30px;
  margin-top: 36px;
  width: 100%;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.4px;
  background-color: #00d090;
  color: #fff;
}
.PFDI_modal .form_submit:hover {
  color: #fff;
  border: 1px solid rgba(0, 208, 144, 0.5);
  background-color: rgba(0, 208, 144, 0.5);
}
.modal__header.flex.flex-col.items-center.pb-\[20px\] {
  padding-bottom: 25px;
  font-family: "Poppins";
  color: #000;
}
.hippa-modal .custom-helper-title {
  color: gray;
  font-style: italic;
}
.custom-modal .modal____body .modal__form-footer__submit-button {
  margin-top: 0px;
  width: 100%;
}
.modal__form-footer__cancel-button {
  font-family: "Poppins";
}
.review-modal {
  width: 100% !important;
}
@media (min-width: 768px) {
  .review-modal {
    width: 800px !important;
  }
}
.review-modal .modal____body .modal__form-el {
  margin-bottom: 0px;
}
.review-modal .modal____body .modal__form-el-textarea {
  margin-bottom: 0px;
  height: 26rem;
  overflow-y: auto;
}
.final-modal {
  width: 100% !important;
}
@media (min-width: 768px) {
  .final-modal {
    width: 600px !important;
  }
}
@media (max-width: 768px) {
  .final-modal {
    width: 100% !important;
  }
}
.final-modal p {
  margin: 35px;
  font-size: 22px;
  font-family: "Poppins";
  text-align: justify;
  color: #059669;
  font-weight: 600;
}
@media (max-width: 768px) {
  .final-modal p {
    margin: 20px;
  }
}
.toc-modal {
  width: 100% !important;
}
@media (min-width: 768px) {
  .toc-modal {
    width: 800px !important;
  }
}
@media (max-width: 768px) {
  .toc-modal {
    width: 100% !important;
  }
}
.toc-modal p {
  margin: 35px;
  font-size: 22px;
  font-family: "Poppins";
  text-align: justify;
  color: #059669;
  font-weight: 600;
}
@media (max-width: 768px) {
  .toc-modal p {
    margin: 20px;
  }
}
.clear-modal {
  width: 100% !important;
}
@media (min-width: 768px) {
  .clear-modal {
    width: 600px !important;
  }
}
.clear-modal p {
  margin: 35px;
  font-size: 22px;
  font-family: "Poppins";
  text-align: center;
  color: #059669;
  font-weight: 400;
}
.download-icons-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: absolute;
  top: 8px;
  right: 94%;
}
@media screen and (max-width: 1260px) {
  .download-icons-mobile {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.allergy-item {
  display: flex;
  align-items: center;
  padding: 5px;
}
.remove-button {
  background-color: grey !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  width: 15px !important;
  height: 15px !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
  font-size: 11px !important;
}
.plus-button {
  background-color: #059669 !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  margin-left: 8px !important;
}
.allergy-item span {
  padding-right: 0px;
}
.allergy-item {
  background-color: #f0f0f0;
  border-radius: 30px;
  padding: 10px;
  margin: 5px;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Poppins";
}
.input-container {
  border: 2px solid #00d091;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  overflow-y: auto;
  max-height: 15rem;
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0 0 2px #00d091;
  transition: box-shadow 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .input-container {
    max-height: 12rem;
  }
}
.input-container input {
  border: none;
  outline: none;
  width: 100%;
  line-height: 2;
  font-family: "Poppins";
}
div.editable-div:focus {
  outline: 0px solid transparent;
}
.date-separator-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.date-separator {
  text-align: center;
  background-color: rgba(0, 208, 144, 0.2);
  color: #000;
  border-radius: 10px;
  padding: 10px;
}
.retry-text-container {
  text-align: center;
  color: #6c6b6b;
  border-radius: 5px;
  padding: 5px;
  font-size: 11px;
  border: 1px solid #e3242b;
  background-color: #ffeaea;
}
.message-messageTime {
  font-size: 12px;
  text-align: end;
  color: gray;
}
[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  /* For Firefox */
  color: grey !important;
}
@media screen and (max-width: 1260px) {
  .speakerMuted-icon {
    margin: 0 0px 0 7px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 764px) {
  .speakerMuted-icon {
    margin: 0 0px 0 7px;
    margin-top: 12px;
  }
  .speaker-icon {
    margin: 0 0px 0 7px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1260px) {
  .speaker-icon {
    margin: 0 0px 0 7px;
    margin-top: 8px;
  }
}
.autosuggestion-dropdown {
  position: relative;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
.suggestion-item {
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 5px;
}
.suggestion-text {
  cursor: pointer;
  text-align: justify;
  color: #00d091;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #00d091;
  max-width: 50%;
}
.suggestion-text:hover {
  background-color: #eef8f5;
  color: #059669;
  border: 1px solid #059669;
}
.code-modal {
  width: 100% !important;
}
@media (min-width: 768px) {
  .code-modal {
    width: 400px !important;
    max-width: 80%;
  }
}
.code-modal .heading {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 600 !important;
}
.code-modal .para {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 13px;
  font-family: "Poppins";
  color: #6d6c6c !important;
}
.code-modal .ot {
  padding-left: 6px;
}
.code-modal .ot input {
  border: 1px solid black !important;
  margin-right: 10px;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 4px;
  border-color: #00d090 !important;
}
.code-modal .ot input:focus {
  outline: none;
  box-shadow: 0 0 3px #4cf4e3;
}
@media (max-width: 768px) {
  .code-modal .ot input {
    border: 1px solid black !important;
    margin-right: 10px;
    min-width: 14%;
    min-height: 3rem;
    border-radius: 4px;
    border-color: #00d090 !important;
  }
  .code-modal .ot input:focus {
    outline: none;
    box-shadow: 0 0 3px #4cf4e3;
  }
}
.code-modal .ot .resend {
  font-family: "Poppins";
  font-size: 13px;
  color: #157bd0;
  cursor: pointer;
}
.login {
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  color: #c70039;
  font-weight: 500;
  text-decoration: underline;
  font-family: "Poppins";
}
.login:hover {
  color: #a30000;
}
@media (max-width: 768px) {
  .login {
    color: #c70039;
  }
  .login:hover {
    color: #a30000;
  }
}
.mobile_toast {
  font-size: 12px;
  text-align: center;
  color: #c70039;
  font-family: "Poppins";
}
.thumsup-icons {
  opacity: 0;
}
.header {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    align-self: flex-start;
    width: 100%;
  }
  .mobile-app {
    align-items: center;
    text-align: center;
  }
}
.top-border {
  border-top: 1px solid #c8c7c7;
}
@media (max-width: 768px) {
  .keyboard-icon-btn {
    display: block;
  }
}
@media (min-width: 768px) {
  .keyboard-icon-btn {
    display: none;
  }
}
.editablediv-mobile {
  padding: 0 10px;
  overflow: auto;
  cursor: pointer;
  color: black;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.editablediv-textarea {
  width: 100%;
  overflow: auto;
  cursor: pointer;
  color: #000;
  margin-bottom: 10px;
  text-align: start;
  padding: 13px 15px 10px 50px;
}
@media screen and (max-width: 1260px) {
  .voice-btn-mobile {
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(41, 41, 41, 0.46);
  }
  .voice-btn {
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(41, 41, 41, 0.46);
    margin-top: 5px;
    margin-left: 8px;
  }
  .textarea-keyboard {
    max-height: 100px;
    font-size: 17px;
  }
}
.progress-bar-text {
  color: #000;
}
@media screen and (max-width: 1260px) {
  .btn-mobile-speaker {
    border-bottom: 1px solid #c8c7c7;
  }
  .btn-mobile-speaker-noBorder {
    border-bottom: none;
  }
}
.logo-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .logo-header {
    justify-content: end;
    align-items: end;
  }
}
@media (min-width: 1024px) {
  .logo-header {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .header-border {
    max-width: 300px;
    background: #ebf4f4;
    border-radius: 9999px;
    padding: 5px 0;
    border: 1px solid #ebf4f4;
    margin-bottom: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 25px;
  }
}
@media (max-width: 640px) {
  .header-border {
    font-size: 9px !important;
  }
}
@media screen and (min-width: 820px) and (max-width: 1366px) {
  .header-border {
    background: #ebf4f4;
    border-radius: 9999px;
    padding: 5px 0;
    border: 1px solid #ebf4f4;
    margin-bottom: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 25px;
  }
}
.textarea-ovalShape {
  border-radius: 9999px;
  border: 1px solid #c8c7c7;
  margin: 0 10px 10px 10px;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.textarea-ovalShape.clicked {
  border-color: #00d091 !important;
  box-shadow: 0 0 10px rgba(0, 208, 145, 0.3);
}
@media screen and (max-width: 1260px) {
  .font-hidden {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}
@media screen and (min-width: 1260px) {
  .font-hidden {
    display: none;
  }
}
.font-hidden .font-border {
  border-radius: 9999px;
  border: 1px solid #b4b4b4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .font-hidden .font-border {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 45px;
  }
}
.font-hidden .font-border .font-field {
  font-size: 14px;
  color: #222;
  padding: 5px 0px 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.Plus-icon {
  margin-left: 10px;
  margin-right: 12px;
}
.mobile-view-background {
  background-image: linear-gradient(-45deg, #19d49c, #32d9a7, #4cdeb2, #66e2bd, #7fe7c8, #99ecd3, #b2f0de, #ccf5e9, #e5faf4);
}
@media (max-width: 1024px) {
  .mobile-view-background .logo-row {
    flex: 55%;
  }
  .mobile-view-background .text-row {
    flex: 45%;
  }
}
@media screen and (min-width: 820px) {
  .mobile-view-background .logo-row {
    flex: 10%;
  }
  .mobile-view-background .text-row {
    flex: 90%;
  }
}
@media screen and (max-width: 1260px) {
  .mobile-grid {
    display: flex;
    flex-wrap: nowrap;
  }
  .row {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .column {
    display: flex;
    flex: 1;
    padding: 0 5px;
    box-sizing: border-box;
    justify-content: center;
  }
  .send-btn-mobile,
  .keyboard-icon-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .send-btn-mobile button,
  .keyboard-icon-btn button {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
}
.scrollable-textarea {
  max-height: 400px;
  padding: 10px;
  overflow-y: auto !important;
  scroll-behavior: smooth;
}
.scrollable-textarea::-webkit-scrollbar {
  width: 0;
}
.scrollable-textarea {
  scrollbar-width: none;
}
.clear-voice-text {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  font-family: "Poppins";
}
.toc-instruction-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.dob-text {
  color: #000;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #eefaf4;
  border-radius: 10px;
  border: 1px solid #16a878;
}
.custom-dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
.custom-dropdown-menu::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.custom-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #acacac;
  border-radius: 5px;
}
.custom-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: #757575;
}
.input-disabled {
  background-color: #d8d8d8 !important;
}
body,
html {
  font-family: "Poppins", sans-serif;
  /* For WebKit (Chrome, Safari) */
  /* You can adjust the colors and other properties as needed */
}
body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
  width: 8px; /* vertical scrollbar width */
  height: 8px; /* horizontal scrollbar height */
}
body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background-color: transparent;
}
body ::-webkit-scrollbar-track:hover,
html ::-webkit-scrollbar-track:hover {
  background-color: #f1f1f1;
}
body ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}
body ::-webkit-scrollbar-thumb:hover,
html ::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
ul {
  list-style: inside !important;
}
.rs-picker-menu {
  z-index: 1000 !important;
}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root,html,body{height:100%;width:100%;margin:0;padding:0;font-size:var(--font-size-base, 14px);color:var(--text-color-base, #111827)}*{box-sizing:border-box}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: rgb(var(--roseate-color-gray-200) / 1); /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Viga, sans-serif; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: rgb(var(--roseate-color-gray-400) / 1); /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: rgb(var(--roseate-color-gray-400) / 1); /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-32 {
  height: 8rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[50px\] {
  height: 50px;
}
.h-full {
  height: 100%;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[592px\] {
  max-height: 592px;
}
.max-h-\[95vh\] {
  max-height: 95vh;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[88px\] {
  width: 88px;
}
.w-full {
  width: 100%;
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--roseate-color-gray-100) / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--roseate-color-gray-200) / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--roseate-color-gray-300) / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--roseate-color-gray-400) / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--roseate-color-primary) / var(--tw-border-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  background-color: rgba(0,0,0,0.2);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-blue-50) / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-blue-600) / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-gray-100) / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-gray-50) / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-green-100) / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-green-50) / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-primary) / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.font-sans {
  font-family: Poppins, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-7 {
  line-height: 1.75rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#92928F\] {
  --tw-text-opacity: 1;
  color: rgb(146 146 143 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-blue-500) / var(--tw-text-opacity));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-danger) / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-gray-300) / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-gray-400) / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-gray-500) / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-gray-600) / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-gray-700) / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-gray-800) / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-gray-900) / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-green-500) / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-green-600) / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-primary) / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-red-600) / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-secondary) / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html,
body,
#root {
  height: 100%;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--roseate-color-primary) / var(--tw-border-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-blue-700) / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-gray-100) / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-gray-50) / var(--tw-bg-opacity));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-green-500) / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--roseate-color-red-500) / var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-gray-50) / var(--tw-bg-opacity));
}

.active\:bg-green-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--roseate-color-green-50) / var(--tw-bg-opacity));
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 640px) {

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:w-full {
    width: 100%;
  }
}
