html body {
  background-color: #eee
}

p {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.eu-badges img{
  border: solid #eee 5px;
  border-radius:50%;
  width:15%;
  margin:5px;
}

.eu-badges-grey img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.eu-form-control {
  border-radius: 1px;
  padding: 8px;
  border: 1px solid #80379c;
}

.eu-note {
  color: #ffbfbf;
  font-size: 11px;
  line-height: 1rem;
}

.eu-text-button {
  color: #80379c;
  font-size: 14px;
  line-height: 1rem;
}

.eu-text-button:hover {
  color: #fff;
  font-size: 14px;
  line-height: 1rem;
}

.eu-question {
  color: #ffffff;
  font-size: 13px;
  line-height: 1rem;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.form-control:focus {
  color: #4e4e4e;
  background-color: #fff;
  border-color: #e7e7e7;
  outline: 0;
  box-shadow: none;
  /* box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); */
}

.form-control {
  border-radius: 1px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #80379c;
}

/*.modal-content {*/
/*  margin-top: 30%;*/
/*}*/

.modal-header {
  border-bottom: 1px solid #fff;
}

.modal-footer {
  border-top: 1px solid #fff;
}

.page-link {
  color: #2ba686;
}

.page-link:hover {
  color: #c72b3b;
}

/* checkbox */

.form-check {
  position: relative;
  display: block;
}

.form-group {
  margin-bottom: 2px;
  /* padding-left: 1em !important; */
}

.form-padding-left {
  padding-left: 1em;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-color: #2ba686;
  display: block;
  border-radius: 4px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #2ba686;
}

/* checkbox */

.eu2-red {
  color: #fff !important;
  background-color: #2ba686 !important;
}

.eu-fixed {
  position: fixed;
}

.eu2-sidebar {
  height: 100%;
  width: 200px;
  background-color: #2ba686;
  position: fixed !important;
  z-index: 1;
  overflow: auto;
  color: white;
}

.eu2-button:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
  text-decoration: none;
}

.second-nav {
  margin-top: 50px;
}

.nav-z-index {
  z-index: 1000;
}

.navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-shadow {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}

.sidenav-close-btn {
  padding: 1em !important;
}

.navbar-dark .navbar-nav .active>.nav-link {
  color: #fff;
  font-size: 10px;
  padding: 0 14px 0 14px;
  font-weight: bold;
  font-family: sans-serif;
}

#navbar-scroll {
  transition: top 0.5s;
  /* Transition effect when sliding down (and up) */
}

/* .eu-brand {
  background-image: url('../images/logo-ubs-transparent.png');
  background-size: 60px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 58px;
  height: 50px;
} */

.eu-mob-brand {
  width: 180px;
  float: left;
  padding: 0.6em 1em 0.6em 1em;
}

.eu-shadow {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.eu-shadow-active:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

.redeem {
  opacity: 1;
}

.redeem:hover {
  -webkit-box-shadow: 0px 1px 3px 1px rgba(51, 51, 51, 0.4);
  box-shadow: 0px 1px 3px 1px rgba(51, 51, 51, 0.4);
  transition: 0.5s ease-out;
  background-color: #bb242c;
}

.eu-inset-shadow {
  -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
}

.redeem-btn {
  width: 70%;
  display: block;
  border: none;
  margin: 0 auto;
}

.redeem-points {
  color: #80379c;
}

.redeem-card {
  margin-bottom: 1em;
  margin-top: 1em;
}

.card {
  border: none;
}

.card-body {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.card-text {
  font-size: 13px;
}

.card-link:hover {
  text-decoration: none;
  color: #80379c;
}

.eu-user-detail-text {
  width: 100%;
  padding: 0.5em 0.5em;
}

.eu-text {
  width: 100%;
}

.eu-user-detail-img {
  display: block;
  text-align: right;
  width: 100%;
}

.eu-user-thumb-img {
  display: block;
  text-align: right;
  width: 100%;
  border-radius: 50%;
}

.eu-user-nav-img {
  display: block;
  text-align: right;
  width: 10%;
  border-radius: 50%;
}

.eu-user-sidenav-row {
  padding-left: 8px;
}

.underline {
  border-bottom: 2px solid #80379c;
  margin-top: -5px;
  margin-bottom: 1em;
}

.underline-profiling {
  border-bottom: 2px solid #80379c;
  margin-top: -2px;
  margin-bottom: 1em;
}

.col-70 {
  width: 70%;
}

.col-30 {
  width: 27%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

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

.table td,
.table th {
  border-top: none;
  padding: 6px 6px;
}

.lms-top-nav {
  padding: 8px 1em 3px 1em;
  font-size: 11px;
  font-family: helvetica;
  font-weight: 500;
  color: white;
}

.lms-nav {
  padding: 0 1em;
}

.redeem-thumb {
  width: 60%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.eu-container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: -1em;
  z-index: 1;
}

.eu-input-group-text {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: center;
  white-space: nowrap;
  border-radius: .25rem;
}

.eu-btn-center {
  display: block;
  margin: auto;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #80379c;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  
}

.acc-click{
  display:block; 
  width: 43em; 
  text-align: start;
}

.form-control{
  margin: 10px 0;
}

.asterisk {
  color: red;
  font-size: 90%;
}
