.m-alert-warning {
  color: #ff4433;
}
.m-alert-success {
  color: #21ac5b;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.m-content-box {
  margin: 5rem 0;
  padding: 0.25rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.text-center {
  text-align: center;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-table {
  width: 100%;
  margin-bottom: 1rem;
}
.m-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.m-table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.m-table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.m-form-group {
  margin-bottom: 1rem;
}
.m-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.m-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.m-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.m-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.m-col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.m-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.m-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.m-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.m-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.m-col,
.m-col-1,
.m-col-10,
.m-col-11,
.m-col-12,
.m-col-2,
.m-col-3,
.m-col-4,
.m-col-5,
.m-col-6,
.m-col-7,
.m-col-8,
.m-col-9,
.m-col-auto,
.m-col-lg,
.m-col-lg-1,
.m-col-lg-10,
.m-col-lg-11,
.m-col-lg-12,
.m-col-lg-2,
.m-col-lg-3,
.m-col-lg-4,
.m-col-lg-5,
.m-col-lg-6,
.m-col-lg-7,
.m-col-lg-8,
.m-col-lg-9,
.m-col-lg-auto,
.m-col-md,
.m-col-md-1,
.m-col-md-10,
.m-col-md-11,
.m-col-md-12,
.m-col-md-2,
.m-col-md-3,
.m-col-md-4,
.m-col-md-5,
.m-col-md-6,
.m-col-md-7,
.m-col-md-8,
.m-col-md-9,
.m-col-md-auto,
.m-col-sm,
.m-col-sm-1,
.m-col-sm-10,
.m-col-sm-11,
.m-col-sm-12,
.m-col-sm-2,
.m-col-sm-3,
.m-col-sm-4,
.m-col-sm-5,
.m-col-sm-6,
.m-col-sm-7,
.m-col-sm-8,
.m-col-sm-9,
.m-col-sm-auto,
.m-col-xl,
.m-col-xl-1,
.m-col-xl-10,
.m-col-xl-11,
.m-col-xl-12,
.m-col-xl-2,
.m-col-xl-3,
.m-col-xl-4,
.m-col-xl-5,
.m-col-xl-6,
.m-col-xl-7,
.m-col-xl-8,
.m-col-xl-9,
.m-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
