.navbar-nav {
  flex-direction: row;
}

.nav-link {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.navbar-nav .active > .nav-link {
  color: rgb(255, 255, 255) !important;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-brand {
  font-size: 1rem;
}

/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
  left: auto !important;
  right: 0;
}

.digicel-text-white {
  color: #ffffff;
}

.digicel-text-red,
.digicel-text-red:hover,
.digicel-text-red:focus {
  color: #e4002b;
}

.digicel-text-darkgrey {
  color: #53565a;
}

.digicel-text-mediumgrey {
  color: #888b8d;
}

.digicel-text-lightgrey {
  color: #c8c9c7;
}

.digicel-white {
  background-color: #ffffff;
}

.digicel-red {
  background-color: #e4002b;
}

.btn.digicel-red,
.btn.digicel-red:hover,
.btn.digicel-red:focus {
  background-color: #e4002b;
  border-color: #e4002b;
  color: #fff;
}

.btn-digicel-red2 {
  background-color: #e4002b;
  border-color: #e4002b;
  color: #fff;
  width: 170px;
  border-radius: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border: 1px solid #e4002b;
}

.btn-digicel-red2:hover {
  background-color: #ffffff;
  color: #e4002b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.coupon-item {
}

.digicel-darkgrey {
  background-color: #53565a;
}

.digicel-mediumgrey {
  background-color: #888b8d;
}

.digicel-lightgrey {
  background-color: #c8c9c7;
}

.digicel-container-rounded {
  background-color: #f3f4fb;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.8rem 0.1rem;
}

/* Desktop padding */
@media (min-width: 992px) {
  .digicel-container-rounded {
    padding: 1.5rem;
  }
}

.digicel-text-bold {
  font-weight: bold;
}
html,
body {
  height: 100%;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

#logo {
  width: 100px;
}

.underline-btn {
  background: none;
  border: none;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font: inherit;
}

/* Bootstrap Overrides */
.page-link {
  color: #e4002b !important;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #e4002b !important;
  border-color: #e4002b !important;
}

thead a,
thead a:hover,
thead a:focus {
  color: #e4002b;
}

.form-check-input:checked {
  background-color: #e4002b !important;
  border-color: #e4002b !important;
}

.otp-input {
  -moz-appearance: textfield;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  width: 120px !important;
}

.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-100 {
  width: 100px !important;
}

.w-250 {
  width: 250px !important;
}
