@font-face {
	font-family: 'Gilroy-SemiBold';
	src: url('/static/webfonts/Gilroy-SemiBold.otf');
}
@font-face {
	font-family: 'Gilroy-Medium';
	src: url('/static/webfonts/Gilroy-Medium.otf');
}
@font-face {
	font-family: 'Gilroy-Light';
	src: url('/static/webfonts/Gilroy-Light.otf');
}
@font-face {
	font-family: 'Gilroy-Bold';
	src: url('/static/webfonts/Gilroy-Bold.otf');
}

:root {
  --bs-font-sans-serif: 'Gilroy-Medium', "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-secondary-rgb: 98, 70, 234;
}

.material-symbols-outlined {
  font-size: 60px;
  color: #232946;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 80
}

.material-symbols-outlined {
  font-size: 60px;
  color: #232946;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 80
}



body {
  background-color: #232946;

}

.page-container {
  border-radius: 5px;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gilroy-Medium', sans-serif;
  color: #232946;
}

p {
  font-size: 1em !important;
  color: #232946;

}

.card-info > h1 {
  font-family: 'Gilroy-SemiBold', 'Gilroy-Medium', Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1;
}
.card-info > h2, .h3, .h4, .h5, .h6, .P {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1;
}
.card-details > h6, P {
  font-size: 10px;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
}
.card:hover {
  background-color: #eebbc3;
}
h6 {
  font-family: 'Gilroy-Medium', sans-serif; 
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  
}

.btn-primary {
  --bs-btn-bg: #232946;
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #232946;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #232946;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #232946;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.badge {
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: 0.6em;
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
}

.badge-proficiency {
  --bs-badge-padding-x: 0.25em;
  --bs-badge-padding-y: 0.25em;
  --bs-badge-font-size: 0.25em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #232946;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: 1.25em;
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: #232946;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.toast {
  --bs-toast-bg: #eebbc3;
  --bs-toast-border-width: 0px;
}

.teriary-background {
  --bs-bg-opacity: 1;
  background-color: #eebbc3 !important;
}

.headerbar {
  width: 100vw;
  justify-content: center;
}

.navbar {
  overflow: hidden;
  background-color: #eebbc3;
  position: fixed;
  width: 100vw;
  height: 80px;
  z-index:3;
  justify-content: center;
}

.navbar a {
  float: left;
  /* display: block; */
  color: #232946;
  text-align: center;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Gilroy-Bold';
}


.navbar a:hover {
  color: #242;
}

.navbar-icon-bg {
  padding: 5px;
  border-radius: 6px;
}

.navbar-icon-bg-active {
  background-color: #b8c1ec;
  padding: 5px;
  border-radius: 6px;
}

.navbar a.active {
  color: rgb(144, 38, 38);
}

.filterbox {
  display: flex;
  justify-content: space-between;
  background-color: white;
  margin: auto;
  width: 400px;
}
.filterbox > div {
  flex-wrap: wrap;
  text-align: left;
  width: 50%;
  margin: 10px;
  /* align-self: center; */
  
}





.content{
  width: 100vw;
  /* height: 100vh; */
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 100px;
}
/* .header{
  display: flex;
  text-align: center;
  align-content: center;
  padding: 10px;
  margin: auto;
  justify-content: center;  
  height: 70px;
} */

.form-container{
  margin: auto;
  padding: 10px;
  background: #fff;
  width: 600px;
  border-radius: 0.25em;
  /* align-content: center; */
}

.form-rows{
  display: flex;
  justify-content: space-between;
  margin: 10px;
}
.form-rows > div {
  text-align: left;
  margin: 10px;
  align-self: center;
}

.form-rows > div > img {
  border: 1px solid rgb(219, 219, 219);
}

.card {
  box-shadow: 0 0 1px rgb(0 0 0 / 6%), 0 5px 16px rgb(0 0 0 / 4%);
}

.card.add-another {
  background-color: #b8c1ec;
  box-shadow: 0 0 1px rgb(0 0 0 / 6%), 0 5px 16px rgb(0 0 0 / 4%);
}

.card-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card > hr {
  text-align: left;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-artwork {
  margin: 10px;
  width: 70px;
  
}


.card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
}

.card-coverart {
  width: 110px;
  flex-shrink: 0;
  padding: 20px;
  float: left;
}



.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  width: 10%;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 70px;
  float: left;
}

.card-img,
.card-img-top {
  text-align: left;
}

.card-img,
.card-img-bottom {
  text-align: left;
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

.top-100 {
  top: 92% !important;
}

.bottom-1 {
  bottom: 0.01% !important;
}



/* Proficiency levels */
.proficiency_0 {
  color: #97A8AA;
}

.proficiency_1 {
  color: #5D6C78;
}

.proficiency_2 {
  color: #232946;
}

.proficiency_3 {
  color: #1F1E3E;
}

.proficiency_4 {
  color: #1E1024;
}


.search-results-row {
  background-color: #fff;
  border: none; 
  padding: 0px 0px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
}

.search-results-row:hover {
  background-color: #eebbc3;
  color: white;
}



.form-label {
  margin-bottom: 0.3rem;
  margin-top: 1rem;
  margin-left: 0.5rem;
  font-weight: 500;
  color: #232946;
  text-transform: capitalize;
}


.btn {
  --bs-btn-font-size: 1.4rem;
}




.btn-secondary {
  --bs-btn-color: #232946;
}

.nav-bar-link{
  font-size: small;
}



.bg-secondary{
  background-color: grey!important;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #b8c1ec; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 0.1rem; /* Rounded borders */
  padding: 10px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 50px; /* 30px from the bottom */
  box-shadow: 0 0 1px rgb(0 0 0 / 6%), 0 5px 16px rgb(0 0 0 / 4%);
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 50px; opacity: 0;}
  to {top: 50px; opacity: 1;}
}

@keyframes fadein {
  from {top: 50px; opacity: 0;}
  to {top: 50px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 50px; opacity: 1;}
  to {top: 50px; opacity: 0;}
}

@keyframes fadeout {
  from {top: 50px; opacity: 1;}
  to {top: 50px; opacity: 0;}
}





/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 890px) {
  .navbar {
    bottom: 0;
  }
  .card {
    width: 100%;
    max-width: 500px;
  }
  .card-info {
    /* margin: 10px; */
    width: 100%;
  }
  .form-container{
    width: 100%;
  }
  .card{
    margin-right: 10px;
    /* margin-left: 10px; */
  }
  .filterbox {
    display: flex;
    justify-content: space-between;
    background-color: white;
    width: 100%;
  }
  .filterbox > div {
    flex-wrap: wrap;
    text-align: left;
    /* align-self: center; */
    margin: 20px;
  }
  .container {
    width: 90%;
  }

  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 890px) {
  .navbar {
    bottom: 0;
  }
  .card {
    width: 400px;
  }
  }
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 1400px) {
  .navbar {
    bottom: 0;
  }
  .card {
    width: 600px;
  }
  }
  /* Medium devices (laptops/desktops, 768px and up) */
  @media only screen and (min-width: 2300px) {
  .navbar {
    bottom: 0;
  }
  .card {
    width: 100%;
  }
  }