/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap);
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss (1) ***!
  \*****************************************************************************************************************************************/
.controllers-container {
  margin: 10px;
  padding: 10px;
  width: 150px;
  background-color: transparent;
  border: 1.5px solid #4e5ddf;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.size-control,
.speed-control {
  font-family: "Press Start 2P", cursive;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.buttons-container {
  width: 100%;
  margin: 10px 10px;
  display: flex;
  justify-content: space-evenly;
}

.play-btn,
.stop-btn {
  cursor: pointer;
  color: #155eab;
}

.play-btn:hover,
.stop-btn:hover {
  background-color: transparent;
  border-color: #70d9b1;
  color: #70d9b1;
}

#reset-btn {
  cursor: pointer;
  color: #155eab;
}

#reset-btn:hover {
  background-color: transparent;
  border-color: #70d9b1;
  color: #70d9b1;
}

.play-stop-btn {
  cursor: pointer;
}

.stop-btn {
  cursor: pointer;
}

.compare-btn {
  font-family: "Press Start 2P", cursive;
  font-size: 10px;
  text-align: center;
  color: #4e5ddf;
  border: 1px solid #4e5ddf;
  background: transparent;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}

.compare-btn:hover {
  background-color: transparent;
  border-color: #70d9b1;
  color: #70d9b1;
}

.legend-container {
  font-size: 15px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "Press Start 2P", cursive;
  font-size: 11px;
}
.legend-container div:not(:last-child) {
  margin-bottom: 20px;
}

.sorting-screen {
  min-width: 750px;
  width: 750px;
  margin: 10px;
  color: #b7c2ea;
  background-color: transparent;
}

.sorting-screen-2 {
  display: none;
  min-width: 550px;
  width: 550px;
}

.graph-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: 1.5px solid rgb(78, 93, 223);
  border-radius: 10px;
  height: 300px;
  background-color: transparent !important;
  padding: 4px 2px 2px 2px;
}

.bar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-indent: 2px;
  color: rgb(0, 0, 0);
  width: 40px;
  background-color: rgba(213, 207, 98, 0.568627451);
  border-radius: 2px;
  border: 1px solid #eded8a;
  margin: 0 1px;
  box-shadow: 0px 0px 8px 1px rgb(155, 178, 127);
}

.selection-algo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 50px;
  background-color: transparent;
  margin: 20px 0;
}

.select-algo {
  font-family: "Press Start 2P", cursive;
  font-size: 10px;
  text-align: center;
  color: #4e5ddf;
  width: 175px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #4e5ddf;
  border-radius: 10px;
  cursor: pointer;
}
.select-algo:focus {
  outline: none;
}

.select-algo:hover {
  background-color: transparent;
  border-color: #70d9b1;
  color: #70d9b1;
}

.graph-description {
  margin-top: 0px;
  padding: 2px;
  font-size: 16px;
}
.graph-description span {
  line-height: 1.2;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.instructions-container {
  border-radius: 50%;
  background-color: rgb(78, 93, 223);
  max-height: 20px;
  max-width: 20px;
  padding: 12px;
  display: flex;
  justify-content: center;
  margin: 40px;
  cursor: pointer;
}
.instructions-container:hover {
  transform: scale(1.2);
  transition: 0.3s ease-out;
}
.instructions-container #instructions-btn {
  font-size: 22px;
}

.slider-container {
  background-color: rgba(3, 2, 2, 0.065);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(3px);
  transition: 0.3s;
  overflow: hidden;
}

.slider {
  width: 100%;
  max-width: 800px;
  height: 500px;
  position: relative;
  overflow: hidden;
  background-color: #22296b;
  border-radius: 24px;
}

#exit-btn {
  color: rgb(159, 178, 245);
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 50%;
  border: none;
  height: 40px;
  width: 40px;
  background-color: transparent;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  z-index: 999;
}
#exit-btn:hover {
  background: rgba(146, 144, 144, 0.411);
}

.slide {
  color: rgb(159, 178, 245);
  font-family: "Rubik", sans-serif;
  position: absolute;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.slide .slide-ref {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  left: 350px;
  margin-top: 20px;
}
.slide img {
  border-radius: 16px;
  width: 600px;
  height: 345px;
  filter: brightness(1.2);
}

.instructions-img {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.instructions-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.instructions-desc h1 {
  font-size: 22px;
  font-weight: 600;
  color: rgb(203, 203, 91);
  font-family: "Press Start 2P", cursive;
  align-self: center;
  margin-top: 30px;
}
.instructions-desc .content-heading {
  font-size: 22px;
  font-weight: 600;
  margin: 16px 0 16px 0;
}
.instructions-desc .content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  max-width: 600px;
}
.instructions-desc .content-list {
  align-self: flex-start;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 300;
}
.instructions-desc .content-list li {
  list-style-type: circle;
  list-style-position: inside;
  width: 100%;
}

.btn {
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10;
  font-size: 18px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 26px;
  font-weight: 300;
  color: rgb(159, 178, 245);
}
.btn:hover {
  background-color: rgba(146, 144, 144, 0.411);
  transform: scale(1.2);
  transition: 0.3s ease-out;
}

.btn-prev {
  position: relative;
  margin-left: 20px;
  top: 230px;
}

.btn-next {
  position: absolute;
  margin-left: 740px;
  top: 230px;
}

.invisible {
  display: none;
}

body,
html {
  background-color: #010100;
  color: #ccbe3f;
  font-family: "Courier New", Courier, monospace;
  width: 100%;
  height: 100%;
}

.main {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 0%;
  box-shadow: -32vw 22vh 1px 1px #fff, -41vw 12vh 0.3px 1px #fff, -39vw 46vh 0.5px 0.5px #fff, -40vw -33vh 2px 0.5px #fff, -49vw -36vh 1px 2px #fff, -6vw 21vh 2px 1px #fff, -37vw -44vh 2px 1px #fff, 19vw 14vh 3px 2px #fff, -26vw 43vh 1px 1px #fff, -12vw -32vh 1px 1px #fff, 15vw 21vh 2px 2px #fff, -1vw 35vh 2px 0.5px #fff, -35vw 2vh 1px 2px #fff, -40vw 26vh 2px 2px #fff, 34vw -7vh 1px 1px #fff, 23vw -37vh 0.5px 0.6px #fff, -9vw -14vh 3px 2px #fff, 40vw 35vh 2px 0.75px #fff, 17vw 44vh 3px 2px #fff, -31vw 45vh 2px 1px #fff, 50vw 49vh 2px 2px #fff, -7vw -18vh 0px 1px #fff, 14vw 22vh 2px 2px #fff, -28vw -23vh 3px 1px #fff, 49vw -45vh 2px 2px #fff, 15vw 46vh 2px 2px #fff, 15vw 37vh 2px 2px #fff, 29vw -1vh 2px 2px #fff, 33vw 50vh 2px 1px #fff, 5vw -47vh 1px 1px #fff, 30vw 13vh 0px 2px #fff, -12vw -28vh 2px 2px #fff, 37vw 49vh 2px 2px #fff, -18vw 6vh 2px 2px #fff, -10vw 38vh 2px 1px #fff, -16vw -26vh 1px 1px #fff, -44vw -45vh 2px 2px #fff, 22vw -38vh 0.5px 1px #fff, 46vw 26vh 2px 2px #fff, -3vw -5vh 2px 1px #fff, 42vw 22vh 2px 2px #fff, 15vw -22vh 2px 0.5px #fff, -25vw -50vh 0.4px 2px #fff, 39vw -45vh 1px 1px #fff, -31vw 1vh 1px 2px #fff, 6vw 14vh 2px 2px #fff, -40vw 10vh 1px 1px #fff, 9vw -29vh 2px 2px #fff, 39vw -50vh 2px 1px #fff, 13vw -42vh 1px 0.5px #fff;
  animation: zoom 10s infinite alternate;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
.heading {
  margin: 40px 30px;
  text-align: center;
  font-size: 25px;
  font-family: "Press Start 2P", cursive;
  animation: pulsate 3s ease-in-out infinite alternate-reverse;
}

.main-content {
  min-height: 580px;
  display: flex;
  justify-content: center;
  max-height: 100%;
}

@keyframes pulsate {
  100% {
    text-shadow: 0 0 4px #77923d, 0 0 6px #536e39, 0 0 10px #6c9843, 0 0 12px #3f672e, 0 0 18px #5a8548, 0 0 20px #4f8021, 0 0 25px #599630;
  }
  0% {
    text-shadow: 0 0 2px #7e6536, 0 0 4px #7e6536, 0 0 6px #7e6536, 0 0 10px #7e6536, 0 0 25px #7e6536, 0 0 45px #ff8d00;
  }
}
.socials {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  color: white;
}

.social-icon {
  margin: 0 7px 0 7px;
}

.social-icon a {
  color: #70d9b1 !important;
}

.social-icon a:hover {
  color: #eee18d !important;
}
