* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}
* a {
  text-decoration: none;
  list-style: none;
  color: inherit;
}

body {
  width: 100%;
  height: 100%;
}

.notifMain {
  position: fixed;
  top: 230px;
  right: 30px;
  font-size: 20px;
  color: #000;
  border: 1px solid #82CBCE;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #82CBCE;
  cursor: pointer;
  z-index: 15;
}
.notifMain p {
  position: absolute;
  color: black;
  background-color: #97f797;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  right: -12px;
  font-family: agenda, sans-serif;
}

.createAccBtn {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  background-color: #82CBCE;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(255, 255, 255, 0.1) 0px 8px 24px, rgba(255, 255, 255, 0.1) 0px 16px 48px;
}
.createAccBtn:hover {
  background-color: #F8E8F4;
  color: #00323A;
  box-shadow: rgba(111, 157, 230, 0.5) 0px 1px 0px, rgba(232, 50, 169, 0.18) 0px -8px 24px, rgba(217, 79, 169, 0.31) 0px 16px 48px;
  animation: bounceAccount 2s cubic-bezier(0.28, 0.84, 0.42, 1) 1;
}
@keyframes bounceAccount {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  20% {
    transform: scale(0.9, 1.1) translateY(-6px);
  }
  55% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  65% {
    transform: scale(1, 1) translateY(-3px);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

.alert-danger {
  font-family: paralucent, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #db6a6a;
  text-align: center;
  margin: 10px 40px 0px 40px;
  list-style-type: none;
}

.displayNone {
  display: none;
}

.open {
  display: block !important;
}

.goBackArrow {
  position: absolute;
  left: 10%;
  font-size: 30px;
  opacity: 0.2;
  border: 1px solid black;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 20;
}
.goBackArrow:hover {
  opacity: 0.5;
}

.titleProfilPage {
  text-align: center;
  margin: 20px 0px;
  opacity: 0.5;
  color: #82CBCE;
  font-family: haboro-contrast-normal, sans-serif;
  font-weight: 700;
  font-size: 32px;
}

.iconPageColor {
  font-size: 28px !important;
  color: #82CBCE;
}

/*# sourceMappingURL=main.css.map */
