body {
  background-image: url("images/pexels-pixabay-414660.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  margin: 0;
}

/*____________________________________________________________________________________________synopsis*/
#synopsis {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3% 15% 5% 15%;
}

/* ____________________________________________________________________________________________Section 1: Character Bio */
#doughnutChart {
  padding: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /*never change the top or left properties of this*/
}

#blankOdetteFig {
  position: absolute;
  top: 35%;
  left: 45%;
}

#EOgapFiller {
  position: absolute;
  top: 12%;
  left: 50%;
  width: 320px;
  height: 650px;
  opacity: 0;
}

#OOgapFiller {
  position: absolute;
  top: 12%;
  left: 29%;
  width: 320px;
  height: 650px;
  opacity: 0;
}

/* ____________________________________________________________________________________________Section 2: Character Stats */
/* #statsGraph {
  padding-top: 0%;
} */
#sliderBox {
  padding: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3fcfe;
  outline: none;
  /* opacity: 0.7; */
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e43355;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04aa6d;
  cursor: pointer;
}

.slidecontainer {
  width: 70%;
  display: flex;
}

#slidingThingy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* __________________________________________________________________________OO Lips cupcakes falling  */
#OOcupcake1 {
  position: absolute;
  left: 15%;
  top: 0%;
  animation: fallingCupcakeOO1 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO1 {
  from {
    top: 0%;
  }
  to {
    top: 77%;
  }
}
#OOcupcake2 {
  position: absolute;
  left: 15%;
  top: 0%;
  animation: fallingCupcakeOO2 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO2 {
  from {
    top: 0%;
  }
  to {
    top: 67%;
    transform: rotate(20deg);
  }
}
#OOcupcake3 {
  position: absolute;
  left: 15%;
  top: 0%;
  animation: fallingCupcakeOO3 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
@keyframes fallingCupcakeOO3 {
  from {
    top: 0%;
  }
  to {
    top: 57%;
    transform: rotate(-20deg);
  }
}
#OOcupcake4 {
  position: absolute;
  left: 15%;
  top: 0%;
  animation: fallingCupcakeOO4 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
@keyframes fallingCupcakeOO4 {
  from {
    top: 0%;
  }
  to {
    top: 47%;
    transform: rotate(-10deg);
  }
}

/* __________________________________________________________________________OO Hair cupcakes falling  */
#OOcupcake5 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcakeOO5 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO5 {
  from {
    top: 0%;
  }
  to {
    top: 77%;
  }
}
#OOcupcake6 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcakeOO6 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO6 {
  from {
    top: 0%;
  }
  to {
    top: 67%;
    transform: rotate(15deg);
  }
}
#OOcupcake7 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcakeOO7 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
@keyframes fallingCupcakeOO7 {
  from {
    top: 0%;
  }
  to {
    top: 57%;
    transform: rotate(-10deg);
  }
}
#OOcupcake8 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcakeOO8 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
@keyframes fallingCupcakeOO8 {
  from {
    top: 0%;
  }
  to {
    top: 47%;
    transform: rotate(-15deg);
  }
}
#OOcupcake9 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcakeOO9 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO9 {
  from {
    top: 0%;
  }
  to {
    top: 37%;
    transform: rotate(-5deg);
  }
}
#OOcupcake10 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcakeOO10 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO10 {
  from {
    top: 0%;
  }
  to {
    top: 27%;
    transform: rotate(20deg);
  }
}
#OOcupcake11 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcakeOO11 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO11 {
  from {
    top: 0%;
  }
  to {
    top: 17%;
    transform: rotate(-5deg);
  }
}
/* __________________________________________________________________________OO Cute cupcakes falling  */
#OOcupcake12 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcakeOO12 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO12 {
  from {
    top: 0%;
  }
  to {
    top: 77%;
  }
}
#OOcupcake13 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcakeOO13 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO13 {
  from {
    top: 0%;
  }
  to {
    top: 67%;
    transform: rotate(15deg);
  }
}
#OOcupcake14 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcakeOO14 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
@keyframes fallingCupcakeOO14 {
  from {
    top: 0%;
  }
  to {
    top: 57%;
    transform: rotate(-10deg);
  }
}
#OOcupcake15 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcakeOO15 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
@keyframes fallingCupcakeOO15 {
  from {
    top: 0%;
  }
  to {
    top: 47%;
    transform: rotate(-15deg);
  }
}
#OOcupcake16 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcakeOO16 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO16 {
  from {
    top: 0%;
  }
  to {
    top: 37%;
    transform: rotate(-5deg);
  }
}
#OOcupcake17 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcakeOO17 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO17 {
  from {
    top: 0%;
  }
  to {
    top: 27%;
    transform: rotate(20deg);
  }
}
#OOcupcake18 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcakeOO18 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO18 {
  from {
    top: 0%;
  }
  to {
    top: 17%;
    transform: rotate(-5deg);
  }
}
#OOcupcake19 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcakeOO19 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO19 {
  from {
    top: 0%;
  }
  to {
    top: 7%;
    transform: rotate(20deg);
  }
}
#OOcupcake20 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcakeOO20 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcakeOO20 {
  from {
    top: 0%;
  }
  to {
    top: 0%;
    transform: rotate(-10deg);
  }
}

/* __________________________________________________________________________EO Speed cupcakes falling  */
#EOcupcake1 {
  position: absolute;
  left: 15%;
  top: 0%;
  animation: fallingCupcake 2s;
  animation-fill-mode: forwards;
}
@keyframes fallingCupcake {
  from {
    top: 0%;
  }
  to {
    top: 70%;
  }
}
#EOcupcake2 {
  position: absolute;
  left: 15%;
  top: 0%;
  animation: fallingCupcake2 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
@keyframes fallingCupcake2 {
  from {
    top: 0%;
  }
  to {
    top: 60%;
    transform: rotate(20deg);
  }
}

/* __________________________________________________________________________EO Muay Thai cupcakes falling */
#EOcupcake3 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcake 2s;
  animation-fill-mode: forwards;
}
#EOcupcake4 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcake2 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
#EOcupcake5 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcake5 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
@keyframes fallingCupcake5 {
  from {
    top: 0%;
  }
  to {
    top: 50%;
    transform: rotate(-20deg);
  }
}
#EOcupcake6 {
  position: absolute;
  left: 45%;
  top: 0%;
  animation: fallingCupcake6 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
@keyframes fallingCupcake6 {
  from {
    top: 0%;
  }
  to {
    top: 40%;
    transform: rotate(20deg);
  }
}

/* __________________________________________________________________________EO Awesome cupcakes falling */
#EOcupcake7 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcake 2s;
  animation-fill-mode: forwards;
}
#EOcupcake8 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcake2 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
#EOcupcake9 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcake9 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
@keyframes fallingCupcake9 {
  from {
    top: 0%;
  }
  to {
    top: 50%;
    transform: rotate(-10deg);
  }
}
#EOcupcake10 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcake10 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
@keyframes fallingCupcake10 {
  from {
    top: 0%;
  }
  to {
    top: 40%;
    transform: rotate(10deg);
  }
}
#EOcupcake11 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcake11 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
@keyframes fallingCupcake11 {
  from {
    top: 0%;
  }
  to {
    top: 30%;
    transform: rotate(30deg);
  }
}
#EOcupcake12 {
  position: absolute;
  left: 75%;
  top: 0%;
  animation: fallingCupcake12 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}
@keyframes fallingCupcake12 {
  from {
    top: 0%;
  }
  to {
    top: 20%;
    transform: rotate(30deg);
  }
}

/* ____________________________________________________________________________________________Section 3: Abilities and weapons */
#abilitiesWeapons_container {
  padding: 3%;
}

#optionsList {
  background-color: white;
  border-radius: 10px;
}

#abilitiesGroup {
  display: flex;
  justify-content: space-around;
}

.abilitiesItem {
  display: flex;
  flex-direction: column;
}

#charactersAbilities {
  display: flex;
  justify-content: space-between;
}

#charactersAbilities #OOabilitiesFig {
  padding-left: 13%;
}

#charactersAbilities #EOabilitiesFig {
  padding-right: 14%;
}

/* draggable test */
.scrollable {
  position: relative;
  width: 100%;
  height: 800px;
  overflow-y: auto;
  border: 2px solid #fff;
  border-radius: 10px;
}

.container {
  padding: 20px;
  height: 770px;
}

.draggable {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #d3fcfe;
  color: #fff;
  padding: 20px;
  width: 220px;
  height: 40px;
  cursor: pointer;
}

/* .droppable {
  display: block;
  border: 1px solid rgb(87, 0, 128);
  background-color: rgba(87, 0, 128, 0.5);
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  width: calc(100% - 40px);
  height: 80px;
} */
/* .droppable.ui-droppable-active {
   background-color: black; 
} */
.droppable.ui-droppable-hover {
  background-color: rgb(87, 0, 128);
}

.draggable2 {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #d3fcfe;
  color: #fff;
  padding: 20px;
  width: 220px;
  height: 40px;
  cursor: pointer;
}

/* .droppable2 {
  display: block;
  border: 1px solid rgb(226, 36, 68);
  background-color: rgba(226, 36, 68, 0.5);
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  width: calc(100% - 40px);
  height: 80px;
} */
/* .droppable2.ui-droppable-active {
   background-color: black; 
} */
.droppable2.ui-droppable-hover {
  background-color: rgb(226, 36, 68);
}

.column {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.sortable {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sortable li:not(.ui-sortable-helper) {
  display: block;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: rgb(87, 0, 128);
  color: #fff;
  padding: 10px;
  width: 180px;
  height: 200px;
  cursor: pointer;
}
.sortable li.ui-sortable-helper {
  display: block;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: rgb(87, 0, 128);
  color: #fff;
  padding: 10px;
}

.sortable2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sortable2 li:not(.ui-sortable-helper) {
  display: block;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: rgb(226, 36, 68);
  color: #fff;
  padding: 10px;
  width: 180px;
  height: 200px;
  cursor: pointer;
}
.sortable2 li.ui-sortable-helper {
  display: block;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: rgb(226, 36, 68);
  color: #fff;
  padding: 10px;
}

/* ___________________________________________________________________________________________________________Section 4: world */
#worldContainer {
  position: relative;
}

#stickyTest {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  left: 27%;
}

/* ____________________________________________________________________________________________________Section 5: Other characters */

/* ____________________________________________________________________________________________Section 6: About the author */
#aboutAuthorContainer {
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
