@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Arkhip";
  src: url("/portfoliov4/assets/fonts/Arkhip/Arkhip-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("/portfoliov4/assets/fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
body main .grid__filter .filter__item, .adminMenu .menu__items .menu__item, .adminMenu .menu__items .menu__item--active {
  display: -webkit-flex;
  flex-direction: -webkit-row;
  justify-content: -webkit-start;
  align-items: -webkit-center;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

body main .grid__result--empty, .dropzone-container, .form_button___container, .admin .button__action, .admin .button__componnent, .avatar__choice a, .avatar__dropzone, .avatar .color__grid .grid__row .row__action {
  display: -webkit-flex;
  flex-direction: -webkit-row;
  justify-content: -webkit-center;
  align-items: -webkit-center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.dropzone-helper, .avatar__navigation, .avatar__action {
  display: -webkit-flex;
  flex-direction: -webkit-row;
  justify-content: -webkit-end;
  align-items: -webkit-center;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

.form_splitview__container {
  display: -webkit-flex;
  flex-direction: -webkit-row;
  justify-content: -webkit-space-around;
  align-items: -webkit-center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.avatar .color__grid .modal form .color__field {
  display: -webkit-flex;
  flex-direction: -webkit-row;
  justify-content: -webkit-space-around;
  align-items: -webkit-stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}

.form_collection, .form_collection__container, .form_splitview {
  display: -webkit-flex;
  flex-direction: -webkit-column;
  justify-content: -webkit-start;
  align-items: -webkit-start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

body main .grid__filter, body main .grid__filter .filter, body main .grid__filter .filter__items, .dropzone, .form_collection__list, .adminMenu, .adminMenu .menu__items, .avatar__resume, .avatar .color__grid .modal, .avatar .color__grid .modal form, .avatar .color__grid .modal form .color__field .color__modifier {
  display: -webkit-flex;
  flex-direction: -webkit-column;
  justify-content: -webkit-start;
  align-items: -webkit-stretch;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}

.form_wrapper, body.admin main .header {
  display: -webkit-flex;
  flex-direction: -webkit-column;
  justify-content: -webkit-center;
  align-items: -webkit-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.dropzone-preview__item {
  display: -webkit-flex;
  flex-direction: -webkit-column;
  justify-content: -webkit-center;
  align-items: -webkit-center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body main .grid__result .card {
  display: -webkit-flex;
  flex-direction: -webkit-column;
  justify-content: -webkit-center;
  align-items: -webkit-stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}

html, body {
  min-height: 100dvh;
  min-width: 100dvw;
}

body a {
  text-decoration: none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Arkhip", sans-serif;
}
body p, body a, body span, body strong {
  font-family: "Nunito", sans-serif;
}
body.admin {
  display: grid;
  grid-template-columns: 300px 1fr;
  background-color: hsl(0, 0%, 30%);
}
body.admin h1, body.admin h2, body.admin h3, body.admin h4, body.admin h5, body.admin h6, body.admin p, body.admin a, body.admin span, body.admin strong, body.admin label, body.admin button {
  font-family: "Montserrat", sans-serif;
  color: hsl(0, 0%, 100%);
}

.avatar {
  grid-area: 2/1/3/2;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: hsl(0, 0%, 15%);
  box-shadow: 0px 4px 8px 0 hsla(0, 0%, 0%, 0.21);
  padding-inline: 4rem;
  padding-block: 2rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.avatar__navigation, .avatar__action {
  gap: 1rem;
  margin-bottom: 2rem;
}
.avatar turbo-frame#avatar-form {
  max-width: 1024px;
  height: 100px;
  background-color: tan;
}
.avatar turbo-frame#avatar-frame,
.avatar turbo-frame#avatar-container,
.avatar turbo-frame#avatar-actions,
.avatar turbo-frame#avatar-navigation,
.avatar turbo-frame#result-frame {
  display: contents;
}
.avatar__choice {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 15rem);
  justify-items: center;
  justify-content: center;
  row-gap: 1rem;
  column-gap: 1rem;
  padding-block: 1rem;
}
.avatar__choice a {
  padding-block: 1rem;
  border-radius: 1rem;
  background-color: hsl(0, 0%, 30%);
  width: 100%;
  font-weight: 500;
  transition: background-color 200ms ease-in-out, color 100ms ease-in-out;
}
.avatar__choice a:hover {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 30%);
}
.avatar__dropzone {
  border: dashed 0.25rem hsl(0, 0%, 87%);
  border-radius: 1rem;
  padding-block: 4rem;
  position: relative;
}
.avatar__dropzone:hover {
  background-color: hsl(0, 0%, 30%);
}
.avatar__dropzone.draghover {
  background-color: hsl(0, 0%, 20%);
}
.avatar__dropzone .placeholder {
  pointer-events: none;
  text-align: center;
  color: hsl(0, 0%, 87%);
  font-weight: 600;
}
.avatar__dropzone input[type=file] {
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.avatar__resume {
  gap: 2rem;
}
.avatar__resume .resume__table, .avatar__resume .resume__table--unkown, .avatar__resume .resume__table--part, .avatar__resume .resume__table--body, .avatar__resume .resume__table--hair {
  display: grid;
  justify-items: center;
  align-items: center;
  /* background-color: wheat; */
  border-radius: 1rem;
  padding: 2rem;
  border: dashed hsl(0, 0%, 87%) 4px;
  row-gap: 1rem;
}
.avatar__resume .resume__table .resume__header, .avatar__resume .resume__table--unkown .resume__header, .avatar__resume .resume__table--part .resume__header, .avatar__resume .resume__table--body .resume__header, .avatar__resume .resume__table--hair .resume__header {
  font-weight: 600;
}
.avatar__resume .resume__table .resume__button, .avatar__resume .resume__table--unkown .resume__button, .avatar__resume .resume__table--part .resume__button, .avatar__resume .resume__table--body .resume__button, .avatar__resume .resume__table--hair .resume__button {
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  border: none;
  background: indianred;
}
.avatar__resume .resume__table--hair {
  grid-template-columns: repeat(5, 1fr);
}
.avatar__resume .resume__table--body {
  grid-template-columns: repeat(6, 1fr);
}
.avatar__resume .resume__table--part {
  grid-template-columns: repeat(4, 1fr);
}
.avatar__resume .resume__table--unkown {
  grid-template-columns: repeat(2, 1fr);
}
.avatar__resume .resume__table--unkown .resume__header {
  grid-column: 1/span 2;
}
.avatar .color__grid {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  max-width: 1024px;
  margin-inline: auto;
  row-gap: 1rem;
  padding: 0.5rem;
}
.avatar .color__grid .grid__row {
  display: grid;
  grid-template-columns: 50px repeat(3, 1fr);
  column-gap: 2rem;
  justify-items: center;
  align-items: center;
  /* max-width: 768px; */
  padding-block: 1rem;
  padding-inline: 1rem;
  border-radius: 1rem;
  box-shadow: black 0 2px 4px 0;
  background-color: hsl(0, 0%, 15%);
  transition: background-color 250ms ease-in-out;
}
.avatar .color__grid .grid__row:hover:not(.header) {
  background-color: hsl(0, 0%, 20%);
}
.avatar .color__grid .grid__row .row__visual {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: block;
}
.avatar .color__grid .grid__row .row__action {
  gap: 1rem;
}
.avatar .color__grid .grid__row .row__action .action__edit, .avatar .color__grid .grid__row .row__action .action__delete {
  background-color: hsl(0, 0%, 15%);
  border: 0.125rem solid hsl(0, 0%, 30%);
  box-shadow: black 0 2px 4px 0;
  border-radius: 0.5rem;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  transition: box-shadow 250ms ease, background-color 250ms ease-in-out;
}
.avatar .color__grid .grid__row .row__action .action__edit svg, .avatar .color__grid .grid__row .row__action .action__delete svg {
  height: 1.25rem;
  stroke: hsl(0, 0%, 100%);
  transition: transform 500ms ease;
  transform: rotateZ(0deg);
}
.avatar .color__grid .grid__row .row__action .action__edit:hover, .avatar .color__grid .grid__row .row__action .action__delete:hover {
  background-color: hsl(0, 0%, 20%);
  border: 0.125rem solid hsl(0, 0%, 15%);
  cursor: pointer;
  box-shadow: black 0 1px 1px 0;
}
.avatar .color__grid .grid__row .row__action .action__edit:hover svg, .avatar .color__grid .grid__row .row__action .action__delete:hover svg {
  transform: rotateZ(-405deg);
}
.avatar .color__grid .modal {
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  height: 100%;
  width: 100%;
  padding-inline: 2rem;
  background-color: hsla(0, 0%, 15%, 0.6);
  z-index: 1;
}
.avatar .color__grid .modal form {
  gap: 2rem;
  background-color: hsl(0, 0%, 15%);
  box-shadow: 0 2px 4px 0 black;
  padding: 2rem;
  border-radius: 1rem;
}
.avatar .color__grid .modal form .color__field {
  gap: 1rem;
  flex-wrap: wrap;
}
.avatar .color__grid .modal form .color__field .color__visualizer {
  height: 10rem;
  width: 10rem;
  background: #78662e;
  border: solid 2px black;
  border-radius: 1rem;
  box-shadow: 0 2px 4px 0 black;
}
.avatar .color__grid .modal form .color__field .color__modifier {
  gap: 1rem;
  height: 100%;
}
.avatar .color__grid .modal form .color__field .color__modifier .color__button {
  position: relative;
  background-color: hsl(0, 0%, 20%);
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  border: none;
  box-shadow: 0 2px 4px 0 black;
}
.avatar .color__grid .modal form .color__field .color__modifier .color__button:hover {
  box-shadow: 0 0px 4px 0 black;
  background-color: hsl(0, 0%, 30%);
}
.avatar .color__grid .modal form .color__field .color__modifier .color__button .color__input {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.adminMenu {
  background-color: hsl(0, 0%, 20%);
  height: 100dvh;
  flex: 0 1 300px;
}
.adminMenu .logo {
  height: 150px;
  background-color: crimson;
}
.adminMenu .menu__items {
  width: 100%;
  padding-inline: 1rem;
  padding-block-start: 2rem;
  gap: 2rem;
}
.adminMenu .menu__items .menu__item, .adminMenu .menu__items .menu__item--active {
  list-style: none;
  border-radius: 10px;
  transition: background-color 200ms ease, color 100ms ease;
}
.adminMenu .menu__items .menu__item a, .adminMenu .menu__items .menu__item--active a {
  padding-block: 21px;
  padding-inline: 4rem;
  font-weight: 600;
  font-size: 1.5rem;
}
.adminMenu .menu__items .menu__item:hover, .adminMenu .menu__items .menu__item--active:hover {
  transition: background-color 300ms ease, color 150ms ease;
  background-color: hsl(0, 0%, 87%);
  cursor: pointer;
}
.adminMenu .menu__items .menu__item:hover a, .adminMenu .menu__items .menu__item--active:hover a {
  color: hsl(0, 0%, 20%);
}
.adminMenu .menu__items .menu__item--active {
  background-color: hsl(0, 0%, 87%);
}
.adminMenu .menu__items .menu__item--active:hover {
  cursor: default;
}
.adminMenu .menu__items .menu__item--active a {
  color: hsl(0, 0%, 20%);
  padding-block: 21px;
  padding-inline: 4rem;
  font-weight: 600;
  font-size: 1.5rem;
}

body.admin main {
  height: 100dvh;
  background-color: hsl(0, 0%, 30%);
  padding: 4rem;
  display: grid;
  grid-template-rows: min-content 1fr;
  row-gap: 2rem;
  overflow-y: scroll;
  box-shadow: inset 2px 0px 8px 0 hsla(0, 0%, 0%, 0.21);
}
body.admin main .header {
  gap: 2rem;
}
body.admin main .header h1 {
  font-size: 4rem;
}

.admin .button__action {
  border-radius: 2rem;
  padding: 14px 24px;
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.31);
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 20%);
  -outline: none;
  border: none;
  transition: background-color 250ms ease-in-out, color 150ms ease-in-out;
}
.admin .button__action:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 30%);
}
.admin .button__action:active {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 15%);
  border: hsl(0, 0%, 30%);
  transition: background-color 100ms ease-in-out, color 50ms ease-in-out;
}
.admin .button__action.action--delete {
  padding: 10px 16px;
  margin-block: 0.25rem;
  font-weight: 500;
  float: inline-end;
  box-shadow: none;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 20%);
  background-color: hsl(3, 65%, 55%);
  color: hsl(0, 0%, 100%);
}
.admin .button__action.action--delete:hover {
  color: hsl(0, 0%, 20%);
  background-color: hsl(3, 65%, 75%);
}
.admin .button__action.action--delete:hover:active {
  color: hsl(0, 0%, 100%);
  background-color: hsl(3, 65%, 45%);
  transition: background-color 100ms ease-in-out, color 50ms ease-in-out;
}
.admin .button__componnent {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 20%);
  border-radius: 10px;
  padding: 8px 40px;
  font-size: 1.5rem;
  outline: none;
  border: none;
  box-shadow: 0 2px 4px hsla(0, 0%, 0%, 0.31);
  transition: background-color 250ms ease-in-out, color 150ms ease-in-out;
}
.admin .button__componnent:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 30%);
}

input, textarea {
  width: 100%;
  font-size: 1.5rem;
}

input[type=text], textarea {
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  outline: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  color: hsl(0, 0%, 15%);
}

label {
  font-weight: 500;
}

.form_wrapper {
  gap: 1rem;
}

.form_collection {
  gap: 1rem;
}
.form_collection__container {
  align-self: stretch;
  gap: 1rem;
  padding: 2rem;
  border: dashed hsl(0, 0%, 87%) 2px;
  border-radius: 0.5rem;
}
.form_collection__list {
  gap: 1rem;
  align-self: stretch;
}
.form_collection__list li {
  list-style: none;
}
.form_collection__list li .autocomplete {
  position: relative;
}
.form_collection__list li .autocomplete__container {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: hsl(0, 0%, 20%);
  border-radius: 10px;
  z-index: 1;
}
.form_collection__list li .autocomplete__option {
  list-style: none;
  width: 100%;
  padding-block: 1rem;
  padding-inline-start: 0.5rem;
  padding-inline: 0.5rem;
  background-color: transparent;
  color: hsl(0, 0%, 100%);
  font-family: "Montserrat", sans-serif;
}
.form_collection__list li .autocomplete__option:hover {
  background-color: hsl(0, 0%, 15%);
}
.form_collection__list input[type=text], .form_collection__list textarea {
  border-radius: 0.5rem;
  outline: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: hsl(0, 0%, 15%);
}
.form_collection .button__delete {
  margin-block: 0.25rem;
  float: inline-end;
  color: black;
  background-color: orangered;
}

.form_splitview {
  flex-wrap: wrap;
  gap: 1rem;
}
.form_splitview__container {
  align-self: stretch;
  gap: 1rem;
  padding: 2rem;
  border: dashed hsl(0, 0%, 87%) 2px;
  border-radius: 0.5rem;
}

.dropzone {
  gap: 1rem;
}
.dropzone-container {
  padding: 2rem;
  border-radius: 10px;
  border: dashed 2px hsl(0, 0%, 87%);
  position: relative;
  min-height: 100px;
  transition: background-color ease 200ms;
}
.dropzone-container:hover {
  background-color: hsl(0, 0%, 30%);
}
.dropzone-container.draghover {
  background-color: hsl(0, 0%, 20%);
}
.dropzone-placeholder {
  pointer-events: none;
  text-align: center;
  color: hsl(0, 0%, 87%);
  font-weight: 600;
}
.dropzone-placeholder.hide {
  display: none;
}
.dropzone-placeholder span {
  text-decoration: underline;
}
.dropzone-preview {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(64px, 200px));
  justify-content: space-around;
  gap: 2rem;
}
.dropzone-preview.hide {
  display: none;
}
.dropzone-preview__container {
  width: 100%;
}
.dropzone-preview__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 50px;
  width: 50px;
  min-height: 50px;
  object-position: center;
  object-fit: cover;
}
.dropzone-preview__filename {
  word-wrap: anywhere;
  text-align-last: center;
  color: hsl(0, 0%, 100%);
}
.dropzone-input {
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.dropzone-helper {
  gap: 2rem;
  padding-inline: 2rem;
}

.admin form .sun-editor {
  color: hsl(0, 0%, 15%);
}
.admin form .sun-editor button, .admin form .sun-editor span {
  color: hsl(0, 0%, 15%);
}
.admin form .sun-editor button:disabled, .admin form .sun-editor span:disabled {
  color: hsl(0, 0%, 30%);
}
.admin form .wysiwygEditor p, .admin form .wysiwygEditor h1, .admin form .wysiwygEditor h2, .admin form .wysiwygEditor h3 {
  color: hsl(0, 0%, 15%);
}

body main .grid {
  display: grid;
  grid-template-columns: 15rem 1fr;
  max-height: 100%;
  column-gap: 2rem;
}
body main .grid__filter {
  height: max(70dvh, 700px);
  gap: 2rem;
  padding-block: 1rem;
  padding-inline: 1rem;
  border-radius: 1rem;
  background-color: hsl(0, 0%, 30%);
  box-shadow: inset 0 0px 4px 0 hsl(0, 0%, 0%);
  overflow-y: scroll;
}
body main .grid__filter .filter {
  gap: 0.75rem;
}
body main .grid__filter .filter__title {
  background-color: hsl(0, 0%, 15%);
  box-shadow: 0px 2px 4px 0 hsl(0, 0%, 15%);
  border: 2px solid hsl(0, 0%, 15%);
  border-radius: 1rem;
  outline: unset;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-block-end: 1rem;
  padding-block: 0.75rem;
}
body main .grid__filter .filter__title:hover {
  background-color: hsl(0, 0%, 20%);
  border: 2px solid hsl(0, 0%, 20%);
}
body main .grid__filter .filter__title--open {
  background-color: hsl(0, 0%, 30%);
  border: 2px solid hsl(0, 0%, 20%);
}
body main .grid__filter .filter__title--open:hover {
  background-color: hsl(0, 0%, 20%);
  border: 2px solid hsl(0, 0%, 20%);
}
body main .grid__filter .filter__items {
  gap: 1rem;
  transition: max-height 200ms ease 200ms;
}
body main .grid__filter .filter__items input[type=checkbox] {
  width: auto;
}
body main .grid__filter .filter__items--close {
  overflow: hidden;
  max-height: 0;
}
body main .grid__filter .filter__items--close .filter__item {
  transition: opacity 200ms ease;
  opacity: 0;
}
body main .grid__filter .filter__items--open .filter__item {
  transition: opacity 200ms ease 400ms;
  opacity: 1;
}
body main .grid__filter .filter__item {
  padding-inline: 1rem;
  gap: 2rem;
}
body main .grid__filter .filter__item input[type=checkbox] {
  width: auto;
}
body main .grid__result {
  height: max(700px, 70dvh);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  align-content: start;
  justify-items: center;
  row-gap: 2rem;
  column-gap: 0.75rem;
  padding: 2rem;
  border-radius: 1rem;
  background-color: hsl(0, 0%, 30%);
  box-shadow: inset 0 0px 4px 0 hsl(0, 0%, 0%);
  overflow-y: scroll;
}
body main .grid__result--empty {
  background-color: hsl(0, 0%, 30%);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: inset 0 0px 4px 0 hsl(0, 0%, 0%);
  overflow-y: scroll;
}
body main .grid__result--empty p {
  text-align: center;
}
body main .grid__result .card {
  height: 14rem;
  width: 10rem;
  gap: 1rem;
  padding-inline: 0.5rem;
  padding-block: 0.5rem;
  border-radius: 1rem;
  box-shadow: 0 0px 4px 0 hsl(0, 0%, 0%);
  position: relative;
  transform: rotate(0);
  transition: transform 250ms ease-in-out, background-color 250ms ease-in-out;
}
body main .grid__result .card:hover {
  transform: rotate(-0.75deg);
  cursor: pointer;
}
body main .grid__result .card--unselected {
  background-color: hsl(0, 0%, 15%);
}
body main .grid__result .card--selected {
  background-color: hsl(0, 0%, 20%);
}
body main .grid__result .card__selectInput {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  transition: transform 250ms ease 200ms, opacity 200ms ease;
  display: none;
  opacity: 0;
  transform: rotateY(90deg);
}
body main .grid__result .card__selectInput--select-mode-on {
  display: inline-block;
  opacity: 1;
  transform: rotateY(0);
}
body main .grid__result .card__image {
  position: relative;
  height: 7.75rem;
  width: 100%;
  pointer-events: none;
}
body main .grid__result .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}
body main .grid__result .card__image img.img--front {
  z-index: 4;
  background-color: aqua;
}
body main .grid__result .card__image img.img--back {
  z-index: 2;
  background-color: tan;
}
body main .grid__result .card p {
  text-align: center;
  word-wrap: break-word;
  font-weight: 500;
  pointer-events: none;
}

.turbo-progress-bar {
  height: 5px;
  background-color: green;
}

/*# sourceMappingURL=admin.output.css.map */
