.themes {
  min-height: 100vh;
  margin-top: 7px;
}

.themeCheckBox {
  cursor: pointer;
}

.theme {
  background-color: #f2f8f9;
}

.theme h1 {
  color: var(--primary-color);
}

.theme p {
  font-size: 23px;
}

.hover .container {
  padding: 80px 0;
}

.hover .content {
  margin-bottom: 5%;
  width: 370px
}

.hover .content h5 {
  font-size: large;
}

.hover .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hover a {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.hover a:hover {
  background-color: #006993;
  border: 2px solid #006993;
  color: white;
}

.hover .screen {
  display: block;
  height: 300px;
  overflow-y: hidden;
  position: relative;
  border-radius: 1px;
}

.hover .screen img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: top 5s;
  -moz-transition: top 5s;
  -ms-transition: top 5s;
  -o-transition: top 5s;
  transition: bottom 5s;
}

.hover h4 {
  margin-bottom: 0;
}

.hover .space {
  padding: 0 2%;
}


.hover .screen img:hover {
  bottom: 0 !important;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}

@media (max-width: 812px) {
  .hover .content {
    width: 570px
  }
}

/* error */
.error {
  min-height: 10vh;
  margin-top: 7px;
}

.error .number {
  color: var(--secondary-color);
  ;
}

.error .errorMessage {
  font-size: 35px;
  color: var(--primary-color);
  font-weight: bold;
}

#aboutTheme {
  padding-top: 20px;
  padding-left: 40px;
}

.countValue {
  text-align: center;
  margin: 10px 0px !important;
  opacity: 0.7;
  text-align: end;
  padding-right: 20px !important;
}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.accordion-collapse {
  padding: 5px 20px;
}

.themeCard {
  height: 40px;

  h5 {
    width: 45%
  }

  a {
    width: 50%;
  }
}

.new-class {
  padding-bottom: 30px;
  min-width: 330px !important;
}

.filterBtn {
  border: none;
  background-color: #fafafa;
  width: 100%;
  text-align: start;
  font-weight: 900;
  font-size: large;
}

.themeFilter {
  background-color: #fafafa;
  height: fit-content;
  padding: 2%;
  position: sticky;
  top: 80px;
  overflow-y: auto;
  height: calc(100vh - 80px);
  overflow-x: hidden;
  border-radius: 5px;
  width: 300px;
  display: block;
}

.about_heading {
  font-weight: 900 !important;
}

.smallFilter {
  padding-bottom: 20%;
  display: none;
}

.smallFilter button,
.dialogFilter button {
  padding: 1% 2%;
  width: 100px;
  border: 2px solid white;
  background-color: black;
  color: white;
  border-radius: 50px;
  font-size: medium;
  float: right;
}

#smallScreenFilter {
  position: relative;
}

.dialogFilter {
  z-index: 1;
  padding: 5%;
  top: 0;
}

.themeContainer {
  position: relative;
}

@media (max-width: 920px) and (min-width:570px) {
  .new-class {
    min-width: 260px !important;
  }

  .hover .screen {
    height: 220px !important;
  }

  .error .errorMessage {
    font-size: 25px;
  }

  .about_heading {
    text-align: center;
  }

  .aboutThemes {
    text-align: center;
  }

  .themeFilter {
    position: relative;
    width: 230px;
    top: 0px;
  }

}

@media (max-width: 570px) {
  .error .errorMessage {
    font-size: 19px;
    width: 100%;
  }

  .noTheme {
    margin-top: 5% !important;
  }

  #themeFilter {
    display: none;
  }

  .smallFilter {
    display: block;
  }

  .themeFilter {
    position: absolute;
    z-index: 1;
    width: 95%;
    top: 0px;
    padding: 6% 4%;
    font-size: medium;
    height: auto;
  }
}

.filterShow {
  position: absolute;
  top: 0;
  left: -32px;
  z-index: 1;
}

.themeFilter::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.themeFilter::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  /* The size of the SVG defines the overall size */
  height: 3em;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: rgb(0, 0, 0);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked+svg {
  transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

.noTheme {
  margin-top: 25% !important;
}

@media screen and (min-width: 770px) and (max-width: 1280px) {
  .themes-container {
    padding-left: 10% !important;
  }
}

.disableBtn {
  border: 2px solid grey !important;
  color: grey !important;
  pointer-events: none;
}