@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: PoetsenOne;
  font-display: swap;
  src: url("/font/PoetsenOne-Regular.ttf");
}

body {
  background-color: #f5f5f5;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

svg {
  width: 1.125rem !important;
  height: 1rem !important;
  margin-top: -5px;
}

footer li a {
  color: rgba(255, 255, 255, 0.7);
}

footer li a:hover {
  color: #fff;
}

.logo {
  max-width: 120px;
}

.header {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.vcodas-secondary-button {
  border: none;
  outline: none;
  background: #474747;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  width: 100%;
  transition: all 100ms ease-in-out;
}

.vcodas-secondary-button:hover {
  background: #191919;
}

.vcodas-primary-button {
  border: 2px solid #ff4d64;
  outline: none;
  background: none;
  color: #ff4d64;
  font-weight: bold;
  border-radius: 20px;
  width: 100%;
  transition: all 100ms ease-in-out;
}

.vcodas-primary-button:hover,
.vcodas-primary-button:focus {
  background: #ff4d64;
  color: #fff;
}

.vcodas-input {
  border: none;
  outline: none;
  border-bottom: 1px solid #3574e0;
}

.cursor-pointer {
  cursor: pointer;
}

.input-container {
  position: relative;
  width: 100%;
  display: inline;
}

.course-search {
  display: none;
  overflow: auto;
}

.course-search.active {
  display: block;
  position: absolute;
  right: 0;
  margin-top: 1px;
  width: 100%;
  background: #fff;
  color: #474747;
  list-style: none;
  padding: 0;
}

.course-search li {
  display: flex;
}

.course-search li a {
  width: 100%;
  padding: 4px;
}

.course-search li:hover {
  background: #47474710;
}

.user-dropdown {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-navigation {
  padding: 0;
  list-style: none;
}

.footer-navigation li {
  margin-top: 0.6rem;
}

.social-icons {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 15px;
}

.social-icons svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.breadcrumb-container {
  height: fit-content;
  margin-top: -1.3rem;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-left: 5px;
  margin-bottom: 1rem;
}

.breadcrumb-container ol {
  margin: 0;
}

.breadcrumb-container a {
  color: #3574e0;
}

@media (min-width: 768px) {
  .vcodas-secondary-button {
    min-width: 150px;
  }
}

@media (max-width: 480px) {
  .user-dropdown {
    max-width: 110px;
  }
  .logo {
    max-width: 100px;
  }
}

@media (max-width: 992px) {
  .v-d-sm-none {
    display: none !important;
  }
  .v-d-sm-block {
    display: block !important;
  }
  .input-container {
    display: none;
  }
  .input-container.active {
    position: absolute;
    display: block;
    left: 0;
    bottom: -25px;
    z-index: inherit;
  }
  #search {
    width: 100%;
    display: block;
    z-index: inherit;
  }
}
