* {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: .95rem;
}

body {
    background-color: #f8f8fb !important;
}

.form-control, .btn,
.round {
    border-radius: .2rem !important;
}

.fw-bold>* {
  font-weight: 400 !important;
}
.upload-files:hover {
    background-color:#e2e3e5 !important;
}

.row {
    margin-left: -.3rem !important;
    margin-right: -.3rem !important;
}

.container-md, .container-sm, .container-lg, .container-xl,
.contaienr, .contaienr-fluid,
.row>* {
    padding-left: .3rem !important;
    padding-right: .3rem !important;
}

.form-control {
  box-shadow: none !important;
}

.m-textarea {
  field-sizing: content;
  min-height: 3lh;
  max-height: 15lh;
}

.m-textarea-sm {
  field-sizing: content;
  min-height: .9lh;
  max-height: 15lh;
}

.preserve-whitespace {
  white-space: pre-wrap;
  word-wrap: break-word; /* Ensures long words wrap properly */
}