.bold-family {
  font-family: "Gotham Rounded Bold" !important;
}

.light-family {
  font-family: "Gotham Rounded Light" !important;
}

.text-regular {
  font-family: "Gotham Rounded" !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

* {
  font-family: "Gotham Rounded";
}

.app-footer-center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.head-green-text {
  color: #4c9187;
}

.nav-item-social {
  flex-direction: column;
  flex-wrap: wrap;
  width: auto;
  margin: 15px;
}

.pretty {
  flex: 1;
}

.days-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.btn-primary {
  transition: 0.5s;
  background-size: 200% auto;
  background-color: #533586 !important;
  border-color: #533586 !important;
}

.btn-primary:hover {
  background-position: right center;
  background-color: #533586 !important;
}

/* inputs */
.input-border-success {
  border: 1px solid var(--green-darker);
}

.input-border-success:focus {
  border: 1px solid var(--primary-color);
}

.input-border-primary {
  border: 1px solid var(--primary-color);
}

.input-border-primary::placeholder {
  font-size: 12px;
}

a {
  color: #513483;
}

a:hover {
  color: #533586;
}

.justify-center-flex {
  justify-content: center;
}

.border-card {
  border: 1px solid;
  border-color: #dedede;
}

.waybox-button {
  transition: 0.5s;
  background-size: 200% auto;
}

.icon-title {
  font-size: 1.65rem;
  margin-right: 0.625rem;
}

.white-text {
  color: white !important;
}

.center-vertically {
  margin-top: 25%;
}

.div-flex {
  display: flex;
  width: 100%;
}

.introjs-skipbutton {
  background-color: #6c757d !important;
  color: white !important;
  border-color: #6c757d !important;
}

.introjs-prevbutton {
  background-color: #6c757d !important;
  color: white !important;
  border-color: #6c757d !important;
}

.introjs-donebutton {
  float: right;
  background-color: #2e9d64 !important;
  border-color: #2b935e !important;
}

.days-container {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 0 !important;
}

.row-days {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.main-title {
  display: inline-block;
}

.main-title:first-letter {
  text-transform: capitalize !important;
}

@media (max-width: 474px) {
  .card-body.hacku-rating .br-widget a {
    padding: 7px 12px;
  }

  .swal2-popup.swal2-modal.swal2-icon-question.swal2-show {
    width: 100%;
    padding: 7px;
  }

  .hacku-rating {
    padding: 10px 0px;
  }
}

.br-theme-bars-pill .br-widget a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
}

.br-theme-bars-pill .br-widget a:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-radius: 5px;
}

.br-theme-bars-pill .br-widget a {
  color: black;
  background: #c8c8c8;
  margin: 3px;
  padding: 6px !important;
  font-weight: bold;
  width: 32px !important;
  display: inline-block;
  height: 40px;
  line-height: 28px;
  font-size: 17px;
  border-radius: 5px;
}

.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
  background-color: #9e9e9e !important;
  color: white !important;
}

a.br-selected.br-current {
  color: white !important;
}

@media (max-width: 375px) {
  .br-theme-bars-pill .br-widget a {
    margin: 2px;
    width: 26px !important;
    font-size: 14px;
    padding: 2px !important;
    line-height: 33px;
  }
}

@media (max-width: 320px) {
  .br-theme-bars-pill .br-widget a {
    margin: 2px;
    width: 24px !important;
    font-size: 13px;
    padding: 2px !important;
    line-height: 35px;
  }
}

/* Manager cards on routes  */
img.icon-cards {
  vertical-align: baseline;
  fill: black;
  width: 26px;
}

.box-icon {
  display: grid;
  place-items: center;
  height: 100px;
  /* Adjust based on your design */
  width: 100px;
  /* Adjust based on your design */
}

.icon-cards-native {
  vertical-align: baseline;
  fill: black;
  font-size: 26px !important;
}

div.title-card {
  font-weight: 100;
  color: var(--black-text);
}

.border-light-purple {
  border-bottom: 5px solid #ad86bf;
  box-shadow: -1px 8px 20px 0px #eed7f9;
}

.border-light-pink {
  border-bottom: 5px solid #ff8cb1;
  box-shadow: -1px 8px 20px 0px #ff8cb15c;
}

.border-light-green {
  border-bottom: 5px solid var(--green-darker);
  box-shadow: -1px 8px 20px 0px #9cffde8c;
}

.border-light-warning {
  border-bottom: 5px solid var(--warning-color);
  box-shadow: -1px 8px 20px 0px #ffe6045c;
}

.btn-green-gradient {
  background: linear-gradient(
    90deg,
    rgba(0, 239, 160, 1) 35%,
    rgba(255, 255, 255, 1) 98%
  ) !important;
  color: var(--black-text) !important;
}

.btn-yellow-gradient {
  background: #fff132;
  background: linear-gradient(135deg, #fff132, #fcffbc);
}

.btn-red-gradient {
  background: #ba181b;
  background: linear-gradient(135deg, #ba181b, #ffc6b5);
}

.btn-red-outlined {
  color: var(--danger-darker-color);
  border-color: var(--danger-darker-color);
  font-weight: 300;
}

.btn-red-outlined:active {
  color: #fff;
  background-color: var(--danger-darker-color);
}

.btn-red-outlined:hover {
  color: #fff;
  background-color: var(--danger-darker-color);
}

.display-inline-flex {
  display: inline-flex !important;
}

.align-flex-start {
  align-items: flex-start;
}

.orange-lighter-bg {
  background-color: var(--orange-lighter);
}

.btn-save-form-content {
  display: flex;
  margin: auto;
  border-radius: 25px;
  width: 20vh;
  justify-content: center;
}

.f-size-smaller {
  font-size: smaller;
}

.opacity-100 {
  opacity: 100% !important;
}

.btn {
  font-family: "Gotham Rounded Bold" !important;
}

.app-page-title .page-title-icon {
  font-size: 3rem;
  width: 90px;
  height: 90px;
}

.btn-outline-danger:hover {
  color: #fff !important;
  background-color: var(--danger-darker-color) !important;
  border-color: var(--danger-darker-color) !important;
}

.btn-outline-danger {
  color: var(--danger-darker-color) !important;
  border-color: var(--danger-darker-color) !important;
}

hr:not([size]) {
  height: unset !important;
}

.app-page-title .page-title-subheading {
  padding: 3px 0 0;
  font-size: 0.88rem;
  opacity: unset;
}

strong {
  font-weight: 500;
  color: black;
}

.offcanvas-body {
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 0px;
}

.light-font {
  font-family: "Gotham Rounded Book" !important;
  font-size: 13px !important;
  font-weight: 300;
}

.soft-font {
  font-family: "Gotham Rounded Book" !important;
}

.offcanvas-body {
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 0px;
}

.page-title-heading {
  max-width: 80%;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  font-family: "Gotham Rounded Book" !important;
}

.select2-results__option {
  font-family: "Gotham Rounded Book" !important;
}

.btn-primary {
  border-radius: 32px;
}

.custom-badge-course {
  font-weight: normal;
  font-size: 11px !important;
  font-weight: normal;
  padding: 0.5em 0.7em;
  border-radius: 13px;
  text-transform: unset;
}

.bg-primary-course {
  background-color: #6a5acd !important;
}

/* hidden class */
.hidden {
  display: none;
}
