@keyframes jelly {
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.senses-wrapper {
  position: absolute;
  right: -3%;
  top: 30%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.avatar-sense {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  cursor: pointer;
  padding: 14.79px;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgb(237, 237, 237);
}
.avatar-sense svg {
  width: 80% !important;
  height: 80% !important;
}

.face-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90%;
}

.avatar-editor {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 10px;
  overflow: hidden;
  width: 100%;
  height: 93px;
  justify-content: center;
  align-items: center;
}
.avatar-editor .divider {
  background: rgba(255, 255, 255, 0.15);
}
.avatar-editor .iconfont {
  display: flex;
  justify-content: center;
  position: relative;
}
.avatar-editor .iconfont:hover {
  animation: jelly 0.5s;
}
.avatar-editor .iconfont:hover:not(.banTip):after {
  opacity: 1;
  transform: translateY(0px);
}

@keyframes jelly {
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.selected-sense {
  height: 32px !important;
  width: 91px !important;
  border-radius: 20px;
}

.section-wrapper {
  cursor: pointer;
  background: rgba(251, 243, 243, 0.1490196078);
  display: flex;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  background-color: #ededed;
  position: relative;
}
.section-wrapper:hover {
  animation: jelly 0.5s;
}
.section-wrapper:hover:after {
  opacity: 1;
  transform: translateY(0px);
}
.section-wrapper .children-wrapper > svg {
  margin-left: 5px;
  width: 80% !important;
  height: 80% !important;
}

.list-wrapper {
  transition: all 0.35s ease-out;
  max-width: 350px;
  display: flex;
  overflow-x: scroll;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 720px) {
  .list-wrapper {
    max-width: 260px;
  }
}
@media screen and (max-width: 350px) {
  .list-wrapper {
    max-width: 200px;
  }
}

.list-wrapper::-webkit-scrollbar {
  display: none;
  background: transparent;
}

.selected-item-avatar {
  border: 1px solid black;
}

.avatar-item-wrapper {
  flex: 0 0 3.7rem;
  height: 3.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-item-wrapper:hover > .avatar-item {
  transform: scale(1.45);
}
.avatar-item-wrapper > .avatar-item {
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.25s ease-out;
  cursor: pointer;
}

.select-avatar-wrapper {
  height: 100vh;
  background: linear-gradient(116.82deg, #edf2f7 0%, #deeeff 100%);
}

.student-avatar-wrapper {
  padding: 40px;
  background-image: url("src/assets/icons/BG-User-Info.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.student-avatar {
  width: 650px;
  height: 660px;
  border-radius: 16px;
  background-color: white;
}

.avatars-wrapper {
  height: 100%;
}

.select-avatars-wrapper {
  overflow-y: scroll;
}

.select-avatars-wrapper::-webkit-scrollbar {
  background-color: white !important;
}

.select-avatars-wrapper::-webkit-scrollbar-track {
  background-color: white !important;
  box-shadow: unset !important;
}

.select-avatars-wrapper::-webkit-scrollbar-thumb {
  background-color: blue;
}

.select-avatar-action-button {
  width: 25%;
  height: 48px;
  border: 1px solid rgb(31, 138, 244);
}

.select-avatar {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
}

.avatar-wrapper {
  cursor: pointer;
  position: relative;
}

.selected {
  border: 2px solid rgb(31, 138, 244);
  border-radius: 50%;
}

.select-avatar-title {
  font-size: 16px;
  font-weight: 600;
  margin: 8px;
  color: rgb(61, 65, 89);
}

@media only screen and (max-width: 500px) {
  .select-avatar-action-button {
    width: 100%;
  }
  .student-info {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
  }
  .action-buttons-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
  }
}
.avatar-editor-modal .ant-modal-content {
  padding: 0px !important;
  border-radius: 16px;
}

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