.Dropdown-cardElement-2 {
  margin-left: 35px;
  margin-right: 35px;
}

.search-method .ant-form-item-label {
  display: flex;
  align-items: center;
}

.sinch-action-menu-option {
  --sinch-comp-action-menu-color-default-background-selected: #2424241a;

  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}

.setting-form-footer-wrapper {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  justify-content: space-between;
  padding: 2rem;
  border-top: 1px solid var(--sinch-ref-color-neutral-350);
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: var(--sinch-sys-color-basic-pure, #ffffff);
}

.divider {
  background-color: var(--sinch-ref-color-neutral-350, #b7c1c7);
  height: 1px;
  width: 100%;
  margin: 24px 0;
}
