* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif !important;
}

.btn-primary {
  background-color: rgb(212, 20, 37) !important;
  border: rgb(212, 20, 37) !important;
}

.btn-primary:hover {
  background-color: rgb(161, 15, 28) !important;
  border: rgb(161, 15, 28) !important;
}

.btn-outline-primary {
  border-color: rgb(212, 20, 37) !important;
  color: rgb(212, 20, 37) !important;
}

.btn-outline-primary:hover {
  background-color: rgb(212, 20, 37) !important;
  border: rgb(212, 20, 37) !important;
  color: rgb(255, 255, 255) !important;
}

.text-primary {
  color: rgb(212, 20, 37) !important;
}

/*  */

.styled-table {
  border-collapse: collapse;
  width: 40%;
  border: 1px solid rgb(205, 216, 223) !important;
  margin-top: 10px;
}

.styled-table th,
.styled-table td {
  border: 1px solid rgb(205, 216, 223) !important;
  padding: 8px;
  text-align: left;
}

.styled-table th {
  background-color: rgb(205, 216, 223) !important;
}

.radio-container {
  display: inline-block;
  width: 18%;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 2px;
}

.radio-container .btn {
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.radio-icon {
  font-size: 36px;
  margin-bottom: 5px;
}

.radio-icon:hover {
  font-size: 36px;
  margin-bottom: 5px;
  color: rgb(255, 255, 255) !important;
}

.radio-button {
  display: none;
}

.radio-container .btn:focus {
  border-color: rgb(212, 20, 37) !important;
  background-color: rgb(212, 20, 37) !important;
  outline: 0;
  box-shadow: none;
}

.radio-container.active .btn {
  border-color: rgb(212, 20, 37) !important;
  background-color: rgb(212, 20, 37) !important;
}

.radio-container.active .radio-icon {
  color: rgb(255, 255, 255);
}