body {
    padding-top: 70px;
    font-family: 'Nunito Sans', sans-serif;
}

.deep {
    padding-top: 0px;
}

nav {
    background: linear-gradient(to right, #0C356A, #0174BE);
    color: black;
    padding: 1rem;
    transition: box-shadow 0.3s ease;
}

.navbar-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.nav-link-text {
    color: white;
}


.nav-link-text:visited {
  color: #ffffff;
}

.nav-link-text:hover {
  color: #FFC436;
}

.sign-in {
    background-color: #0174BE;
    color: white;
}

.sign-in:hover {
    background-color: #0C356A;
    color: white;
}

.artwork {
  display: flex;
  justify-content: center;
  align-items: center; 
  padding: 2rem;
}

.login-divider {
    margin-top: 25px;
    margin-bottom: 25px;
}

.oauth-logos {
    margin-right: 10px !important;
    font-size: large !important;
}

i {
  margin-right: 10px;
  font-size: large;
}

.sidebar-operator {
    margin-right: 10px;
    font-size: large;
    color: white;
    transition: color 0.3s ease;
}

.sidebar-operator:hover {
  color: black;
}


.sign-up {
  max-width: 500px;
  width: 100%;
  padding: 2rem;
  border-radius: 0.5rem;
  background: #F7F9FA;
}

ul.nav {
  display: flex;
  align-items: start;
}

.home {
    display: flex;
    align-items: start;

}

.homepage {
    background: linear-gradient(to right, #0C356A, #0174BE);
}

h1, h2 {
    color: white;
}

#card-header-box {
  background-color:#0174BE;
  color: white;
}

.black-text{
  color: black;
  margin-top: 50px;
}

.btn-signup:hover {
    background-color: #FFF0CE;
    color: black;
}

.profile-icon-wrapper {
  background-color: white;
  border-radius: 50%;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-form {
    max-width: 800px;
}

#contact-email {
    font-weight: bold;
    color: #0174BE;
}

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 18vw;
  height: 100vh;
  overflow-y: auto;
  background: linear-gradient(to right, #0C356A, #0174BE);
  border-top-right-radius: 3%;
  border-bottom-right-radius: 3%;
  transition: width 0.3s ease;
  z-index: 1000;
}

#toggleSidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background-color: None;
}

#toggleSidebar:focus {
  outline: none;
  box-shadow: none;
}

.sidebar {
  min-height: 100vh;
  transition: width 0.3s ease;
  background: linear-gradient(to right, #0C356A, #0174BE);
  border-top-right-radius: 3%;
  border-bottom-right-radius: 3%;
}

#redundantsidebar { 
  position: fixed;
  top: 0;
  left: 0;
  width: 18vw; 
  height: 100vh; 
  overflow-y: auto;
  background: linear-gradient(to right, #0C356A, #0174BE);
  border-top-right-radius: 3%;
  border-bottom-right-radius: 3%;
  transition: width 0.3s ease;
  z-index: 1000;
}


.row.no-wrap {
  display: flex;
  flex-wrap: nowrap;
}

#sidebar {
  position: sticky;
  top: 0;
  width: 18vw;
  transition: width 0.3s ease;

}
#sidebar.collapsed {
  width: 40px !important;

}

.row.no-wrap > .col-auto {
  flex: 0 0 auto;
}
.row.no-wrap > .col {
  flex: 1 1 auto;
}


.sidebar.collapsed {
  width: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.sidebar.collapsed .link-text { display: none; }
.sidebar.collapsed .nav-link,
.sidebar.collapsed .dropdown-toggle {
  text-align: center;
  justify-content: center;
}


.main-content {
  transition: margin-left 0.3s ease;
}

.sidebar.collapsed ~ .main-content {
  margin-left: 40px;
}

.filter-dropdown {
  background-color: #0C356A;
  color: white;
}

.table-dropdown {
  background-color: #FFF0CE;
  font-weight: bold;
}

.no-rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.no-rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.submit {
  background-color: #FFC436;
  color: black;
}

.submit:hover {
  background-color:#FFF0CE;
  color: black;
}

.card-top {
  background-color: #0174BE;
  color: white;
}

.card-bottom {
  background-color: #FFF0CE;
  color: black;
}

.subscription {
  background-color: #FFC436;
  border: 2px solid black;
  font-weight: bold;
  border-radius: 20%;
}

.search {
  background-color: #F7FAFD;
}

.sidebar-separator {
  border: 0;
  border-top: 2px solid rgba(255,255,255);
  width: 80%;  
  margin-left: 1rem; 
}

.full-line {
    border-top: 2px solid rgba(255,255,255);
}

.image-container {
  height: 180px;
  overflow: hidden;
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common {
  background-color: #CD7F32;
}

.niche {
  background-color: #C0C0C0;
  color: black;
}

.rare {
  background-color: #DAA520;
  color: black;
}

h5 {
  font-size: 14pt;
}

.category {
  background-color: #FFC436;
  color: black;
  font-size: 12pt;
  margin: 5px;
}

.subcategory {
  background-color:#FFF0CE;
  color: black;
  font-size: 12pt;
  margin: 5px;
}

.emerging {
  background-color:green;
  color: white;
  font-size: 12pt;
  margin: 5px;
}

.competitive {
  background-color: #FFC436;
  color: black;
  font-size: 12pt;
  margin: 5px;
}

.declining {
  background-color:red;
  color: white;
  font-size: 12pt;
  margin: 5px;
}

th {
  background-color: #0C356A !important;
  color: white !important;
}

.chart-container {
  background-color: #0C356A;
}

#metricFilter {
  background-color:#FFF0CE;
}

.limited-width {
  max-width: 150px;
  white-space: normal;
  word-wrap: break-word;
}

.feature-text {
  font-size: 16pt;
}

.feature-div {
  background-color: #f5f5f5;
}

.feature-icon-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: #0174BE !important;
  border-radius: 0.75rem;
  color: white;
  margin-bottom: 0.5rem;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in-up.appear {
  opacity: 1;
  transform: translateY(0);
}

.offer {
  color:grey;
  font-size: large;
}

.sale {
  background-color: #FFC436;
  text-align: center;
  width: 170px;
  font-weight: bold;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.card-offer {
  border-top-left-radius: 0 !important;
}

@media (max-width: 991.98px) {
  .thank-you {
    min-height: 65vh; max-width: 70vw;
  }
}

@media (min-width: 992px) {
  .thank-you {
    min-height: 60vh; max-width: 40vw;
  }
}

@media (max-width: 1140.98px) {

    .home-title {
        background: linear-gradient(to right, #0C356A, #0174BE);
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
        margin-bottom: 0;
    }

    .sub-title {
        padding-left: 25px;
        padding-right: 25px;
    }

    .btn-signup {
        background-color: #FFC436;
    }


    .homebutton {
        padding: 0.75rem;
        margin-bottom: 1rem;
        width: 150px;
    }
}



@media (min-width: 1141px) {

        .home-img {
        padding-left: 3rem;
    }


    .home-title {
        background: linear-gradient(to right, #0C356A, #0174BE);
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 50px;
        margin-bottom: 0;
    }

    .sub-title {
        padding-left: 100px;
        padding-right: 100px;
    }

    .btn-signup {
        background-color: #FFC436;
    }


    .homebutton {
        padding: 0.75rem;
        margin-bottom: 3rem;
        width: 175px;
    }
}

.dev-banner {
  position: fixed;
  top: 50;
  left: 0;
  right: 0;
  background: yellow;
  color: black;
  padding: 5px;
  text-align: center;
  z-index: 1020; /* Bootstrap navbar default is 1030 */
}
