#main {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

#back_to_home {
  display: block;
  width: fit-content;
}

.bg-primary {
  background-color: #5c2c91;
  fill: #5c2c91;
}

.bg-secondary {
  background-color: #c37312;
  fill: #c37312;
}

svg.logo {
  max-height: 60px;
  margin-bottom: 10px;
  cursor: pointer;
}

#header_wraper {
  height: 70px;
}

h4.title {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .container.outer_container {
    max-width: 800px;
  }
}

span {
  margin-bottom: 10px;
}

.page_button {
  border: 0;
  padding: 0 10px;
  background: #5c2c91;
  border-radius: 5px;
  color: white;
  height: fit-content;
}

.space_between_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

h4.title.page2 {
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  margin-bottom: 30px;
}

.form_text_field {
  margin: 10px;
}

.receiver_info {
  margin-top: 20px;
}

.center_para {
  text-align: center;
}

#receiver_addr {
  margin-top: 10px;
}

.am_btn {
  border: 0;
  background: #c37312;
  color: white;
  border-radius: 5px;
  margin: 5px;
}

.am_btn.purple {
  color: white;
  background: #5c2c91;
}

.am_btn.green {
  background: #51ae53;
  font-size: large;
}

.center_btn_wrapper {
  width: 100%;
  text-align: center;
}

.table.sample_table {
  --bs-table-bg: rgba(195, 115, 18, 0.1);
  overflow-x: auto;
}

.table-light.sample_table {
  --bs-table-bg: rgba(195, 115, 18, 0.3);
}

th.sample_table,
td.sample_table {
  text-align: center;
  vertical-align: middle;
  line-height: 1rem;
}

td.sample_table.edit:hover,
td.sample_table.copy:hover,
td.sample_table.trash:hover {
  cursor: pointer;
}

#confirmation {
  color: #278400;
  background-color: #dff0d8;
  padding: 10px;
  border-radius: 5px;
}

.form_code {
  background: #dff0d8;
  padding: 10px;
  border-radius: 5px;
}

.file_input {
  max-width: fit-content;
}

.warning {
  color: rgb(205, 45, 45);
  background-color: rgb(255, 223, 223);
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.reset {
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: #c37312;
  margin: 5px;
}

#printSSF:hover {
  cursor: pointer;
}

#printSSF {
  color: rgb(13, 110, 253);
}

#back_home {
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: #5c2c91;
  margin: 5px;
}

#back_home_wraper {
  font-size: small;
  margin-top: 30px;
}

.attachment {
  margin-bottom: 3px;
}

#add_attachment {
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: #c37312;
  margin-bottom: 1rem;
}

.delete_attachment {
  margin: 5px;
  cursor: pointer;
}

.clean_btn {
  border: 0;
  background: rgba(0, 0, 0, 0);
}

#brf {
  max-width: fit-content;
  display: inline-block;
  margin-left: 10px;
}

.italic_font {
  font-style: italic;
}

.red_font {
  color: rgb(205, 45, 45);
}

.am_addresses {
  max-width: 400px;
  margin: auto;
}

#load_profile_container {
  margin: 10px 0;
}

.center_block {
  margin: auto;
  width: fit-content;
}

.pagination {
  --bs-pagination-color: #5c2c91 !important;
  --bs-pagination-active-bg: #5c2c91 !important;
  --bs-pagination-active-border-color: #5c2c91 !important;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(92, 44, 145, 0.25) !important;
}

:root,
[data-bs-theme="light"] {
  --bs-link-hover-color: #5c2c91 !important;
}

#complete_form {
  margin-top: 2rem;
}

hr.section_separator {
  margin: 0 0 1rem 0;
  color: #5c2c91;
}

.purple {
  color: #5c2c91;
}

#blocker {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  cursor: wait;
}

.radio_span {
  margin-right: 10px;
}

.form-group {
  margin-bottom: 10px;
}

.multi_select.dropdown-toggle {
  color: #212529 !important;
  background: white !important;
  white-space: normal;
  border: #dee2e6 1px solid !important;
}
