.dashboard i {
  font-size: 100px;
}

form .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem !important;
  margin-bottom: 3rem !important;
  font-size: 1.5rem;
  line-height: 1.2;
  height: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body {
  background: #F7F7F7;;
}

input, textarea, select {
  background-color: #F5F5F5 !important;
  border: 1px solid #b3b3b3;
}

.bg-primary {
  background-color: #2B3F54 !important;
}

.login input[type="submit"] {
  margin: 0 auto;
  padding: 10px 30px !important;
  border-radius: 30px;
}

.btn.btn-male {
  background-color: #2B3F54 !important;
  border-color: #2B3F54 !important;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.btn.btn-outline-male {
  background-color: #fff !important;
  border-color: #2B3F54 !important;
  color: #2B3F54;
}

.btn.btn-outline-male:hover {
  background-color: #2B3F54 !important;
  color: #fff;
}


.btn.btn-primary {
  background-color: #D21B7A !important;
  border-color: #D21B7A !important;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.btn.btn-info {
  background-color: #5185B1 !important;
  border-color: #5185B1 !important;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

table.table {
  background: none;
}

table.table thead{
  background: none;
}

table.table thead tr{
  border: 0;
  color: #000;
}

table.table tbody tr {
  background: #fff;
  filter: drop-shadow(0 0px 3px #aaa);
}

.table th, .table td {
  border-top: 0;
}

.table thead th {
  border-bottom: 0;
}

input[type="checkbox"] + label {
  margin-right: 20px;
}

input[type="checkbox"]:checked, input[type="checkbox"]:indeterminate {
  background-color: #D21B7A !important;
}

div.acc {
  display: none;
}

.input_white {
  background-color: #fff !important;
  border: 1px solid #999;
  border-radius: 0;
}

.card > h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

form input[type="radio"]:checked {
  border: 6px solid #D21B7A;
}

form input[type="radio"] + label {
  margin-right: 10px;
}


.admin_message-danger {
  background-color: #fff;
  font-size: 1.4rem;
  -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  border-left: 5px solid #FF0000;
  padding: 1rem 0 1rem 1.5rem;
  margin-bottom: 1rem;
}