.peer-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.peer-modal {
  background: #fff;
  width: 420px;
  padding: 20px;
  border-radius: 8px;
}

.ant-col.ant-form-item-label {
    text-align: left !important;
}

.ant-tabs-nav {
    margin: 0 0 16px 10px !important;
}


space-horizontal.ant-space-align-start {
    margin-left: 20px !important;
}



