@charset "UTF-8";
@font-face {
  font-family: "Ubuntu";
  src: url("/ShakeSpeareWebClient/javax.faces.resource/fonts/Ubuntu-R.ttf.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("truetype");
  src: local("Ubuntu Regular"), url("/ShakeSpeareWebClient/javax.faces.resource/fonts/Ubuntu-R.ttf.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("/ShakeSpeareWebClient/javax.faces.resource/fonts/Ubuntu-B.ttf.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("truetype");
  src: local("Ubuntu Bold"), url("/ShakeSpeareWebClient/javax.faces.resource/fonts/Ubuntu-B.ttf.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: FontShakespeare;
  src: url("/ShakeSpeareWebClient/javax.faces.resource/fonts/FontShakespeare.ttf.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("truetype");
  src: local("FontShakespeare"), url("/ShakeSpeareWebClient/javax.faces.resource/fonts/FontShakespeare.ttf.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FontShakespeare;
  src: url("/ShakeSpeareWebClient/javax.faces.resource/fonts/FontShakespeare.woff.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("woff");
  src: local("FontShakespeare"), url("/ShakeSpeareWebClient/javax.faces.resource/fonts/FontShakespeare.woff.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FontAwesome6Free;
  src: url("/ShakeSpeareWebClient/javax.faces.resource/fonts/fa-solid-900.ttf.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("truetype");
  src: local("FontShakespeare"), url("/ShakeSpeareWebClient/javax.faces.resource/fonts/fa-solid-900.ttf.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FontAwesome6Free;
  src: url("/ShakeSpeareWebClient/javax.faces.resource/fonts/fa-solid-900.woff2.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("woff");
  src: local("FontShakespeare"), url("/ShakeSpeareWebClient/javax.faces.resource/fonts/fa-solid-900.woff2.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Login page CSS */
.sh-login-body {
  color: #707070;
  font-size: 25px;
  font-family: "Ubuntu", Arial, sans-serif !important;
  background-image: url("/ShakeSpeareWebClient/javax.faces.resource/images/background_login.svg.xhtml;jsessionid=XK8kv9zjIv0oO2ziydDwH-eC1F1OjkiNb-C5h854.win-al8hh9b17r8?ln=primefaces-shakespearesass&v=23.05");
  background-size: cover;
  margin: 0px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sh-login-body.sh-error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e62a10;
}
.sh-login-body .sh-login {
  width: 535px;
  background: #ffffff;
  /* Password reset CSS */
}
.sh-login-body .sh-login .sh-curr-ver-short {
  font-size: 14px;
  padding: 15px 15px 0px 15px;
  color: #6e6d71;
}
.sh-login-body .sh-login .sh-curr-ver-long {
  height: 1px;
  width: 1px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  transform: rotate(-90deg);
  transform-origin: left bottom 0;
  font-size: 12px;
  color: #bcbec0;
  white-space: nowrap;
}
.sh-login-body .sh-login .sh-login-box {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: auto;
  padding: 80px;
}
.sh-login-body .sh-login .sh-login-box .logo-login {
  padding-bottom: 10px;
}
.sh-login-body .sh-login .sh-login-box .error-message {
  font-size: 15px;
  color: #e62a10;
}
.sh-login-body .sh-login .sh-login-box .sh-login-button,
.sh-login-body .sh-login .sh-login-box .sh-cancle-otp,
.sh-login-body .sh-login .sh-login-box a.forgot_password {
  display: inline-block;
  position: relative;
  margin: 0px;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  background-color: transparent !important;
  border: 0px solid transparent;
  border-radius: 0px;
  padding-top: 15px;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: bold;
  float: right;
  color: #0570b4;
  font-family: "Ubuntu", Arial, sans-serif !important;
}
.sh-login-body .sh-login .sh-login-box .sh-login-button.ui-state-hover,
.sh-login-body .sh-login .sh-login-box .sh-cancle-otp.ui-state-hover,
.sh-login-body .sh-login .sh-login-box a.forgot_password.ui-state-hover {
  border: 0px solid transparent;
  background-color: transparent;
  box-shadow: none;
}
.sh-login-body .sh-login .sh-login-box .sh-login-button.ui-state-focus,
.sh-login-body .sh-login .sh-login-box .sh-cancle-otp.ui-state-focus,
.sh-login-body .sh-login .sh-login-box a.forgot_password.ui-state-focus {
  outline: 0 none;
  border: 0px solid transparent;
  background-color: transparent;
  box-shadow: none;
}
.sh-login-body .sh-login .sh-login-box .sh-login-button .ui-button-text,
.sh-login-body .sh-login .sh-login-box .sh-cancle-otp .ui-button-text,
.sh-login-body .sh-login .sh-login-box a.forgot_password .ui-button-text {
  display: block;
  padding: 0;
  line-height: normal;
  font-size: 14px;
}
.sh-login-body .sh-login .sh-login-box .sh-cancle-otp {
  float: left;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell {
  padding: 7px 0 7px 0;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-animated-form-inputs {
  font-size: 16px;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-animated-form-inputs .sh-animated-form-group {
  position: relative;
  padding-top: 16px;
  margin-bottom: 8px;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-animated-form-inputs .sh-animated-form-group .sh-animated-input {
  position: relative;
  z-index: 1;
  border-radius: 0;
  border-width: 0 0 1px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  height: auto;
  padding: 3px 0 5px;
  background-image: none;
  background: none;
  width: 100%;
  font-size: 20px;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-animated-form-inputs .sh-animated-form-group .sh-animated-input:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-animated-form-inputs .sh-animated-form-group .sh-animated-input:focus ~ .sh-animated-label-element {
  top: 0;
  opacity: 1;
  font-size: 12px;
  left: 0px;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-animated-form-inputs .sh-animated-form-group .sh-animated-input:focus ~ .sh-animated-label-element:after {
  visibility: visible;
  width: 100%;
  left: 0;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-animated-form-inputs .sh-animated-form-group .sh-animated-label-element {
  pointer-events: none;
  position: absolute;
  top: 15px;
  left: 4px;
  bottom: 0;
  z-index: 2;
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  opacity: 0.5;
  cursor: text;
  transition: 0.3s ease all;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-animated-form-inputs .sh-animated-form-group .sh-animated-label-element:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 10px;
  visibility: hidden;
  background-color: #0570B4;
  transition: 0.3s ease all;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-google-otp-text {
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  font-size: 24px;
  margin: 10px 0px;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-google-otp-input {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
.sh-login-body .sh-login .sh-login-box .ui-panelgrid-cell .sh-google-otp-input span > input {
  display: block;
  margin-left: 1ch;
  border: none;
  padding: 0;
  width: 12ch;
  background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.25) 1.1ch, #0000 0, #0000 2ch) 0 100%/11ch 2px no-repeat;
  font-size: 5ch;
  letter-spacing: 1ch;
  font-variant-numeric: tabular-nums;
}
.sh-login-body .sh-login .sh-login-under-box {
  width: 100%;
  padding: 0;
  display: inline-block;
  padding: 0px 15px 15px 15px;
  font-size: 14px;
  box-sizing: border-box;
}
.sh-login-body .sh-login .sh-login-under-box > div > a {
  text-decoration: none;
  color: #6d6e71;
}
.sh-login-body .sh-login input:-webkit-autofill,
.sh-login-body .sh-login input:-webkit-autofill:hover,
.sh-login-body .sh-login input:-webkit-autofill:focus,
.sh-login-body .sh-login input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: none !important;
}
.sh-login-body .sh-login input:-moz-autofill,
.sh-login-body .sh-login input:-moz-autofill:hover,
.sh-login-body .sh-login input:-moz-autofill:focus,
.sh-login-body .sh-login input:-moz-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: none !important;
}
.sh-login-body .sh-login #loginForm\:login_panel_grid_content .ui-inputfield {
  padding-right: 0px;
}
.sh-login-body .sh-login .input-not-empty {
  top: 0 !important;
  opacity: 1 !important;
  font-size: 12px !important;
  left: 0px !important;
  color: #6d6e71;
}
.sh-login-body .sh-login .reset-input {
  width: 97.2% !important;
  margin: 0px;
  padding-right: 4px !important;
}
.sh-login-body .sh-login .sh-forgot-pass-box {
  width: fit-content;
}
.sh-login-body #user_signup_dialog.sh-dialog-form,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form {
  position: fixed !important;
  box-shadow: none;
  border: 1px solid #6d6e71;
  background-color: #fff;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-titlebar .ui-dialog-title,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-titlebar .ui-dialog-title {
  text-transform: uppercase;
  font-size: 18px;
  color: #0570b4;
  float: left;
  margin: 0;
  top: 0;
  padding: 0px;
  cursor: pointer;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-titlebar .ui-dialog-titlebar-icon,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-titlebar .ui-dialog-titlebar-icon {
  text-decoration: none;
  padding: 0px;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-titlebar .ui-icon,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-titlebar .ui-icon {
  font-family: FontAwesome6Free !important;
  text-indent: 0px;
  font-weight: normal;
  font-size: 14px;
  color: #6d6e71;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-titlebar .ui-icon.ui-icon-closethick:before,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-titlebar .ui-icon.ui-icon-closethick:before {
  content: "";
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-content,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-content {
  max-width: 65vw !important;
  min-width: 25vw !important;
  max-height: 75vh !important;
  padding: 0.5em 1em;
  margin-bottom: 0.1em;
  display: flex;
  overflow-x: hidden;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-content form,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-content form {
  width: 100%;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-content form .ui-g,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-content form .ui-g {
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-content form .ui-g div.ui-md-6,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-content form .ui-g div.ui-md-6 {
  width: 50% !important;
  display: flex !important;
  padding: 4px !important;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-content form .ui-g div.ui-md-6:nth-child(1),
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-content form .ui-g div.ui-md-6:nth-child(1) {
  font-size: 15px;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-content form .ui-g div.ui-md-6 input,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-content form .ui-g div.ui-md-6 input {
  display: inline-flex;
  width: 100% !important;
  padding-top: 4px;
  padding-right: 1.2em;
  padding-bottom: 4px;
  padding-left: 0.3em;
  transition: min-width 0.3s;
  -webkit-transition: min-width 0.3s;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-footer button,
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-footer [id$=confirm_button],
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-footer button,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-footer [id$=confirm_button] {
  display: inline-block;
  position: relative;
  margin: 0px;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  background-color: transparent !important;
  border: 0px solid transparent;
  border-radius: 0px;
  padding: 15px;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: bold;
  float: right;
  color: #0570b4;
  font-family: "Ubuntu", Arial, sans-serif !important;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-footer button.ui-state-hover,
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-footer [id$=confirm_button].ui-state-hover,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-footer button.ui-state-hover,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-footer [id$=confirm_button].ui-state-hover {
  border: 0px solid transparent;
  background-color: transparent;
  box-shadow: none;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-footer button.ui-state-focus,
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-footer [id$=confirm_button].ui-state-focus,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-footer button.ui-state-focus,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-footer [id$=confirm_button].ui-state-focus {
  outline: 0 none;
  border: 0px solid transparent;
  background-color: transparent;
  box-shadow: none;
}
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-footer button .ui-button-text,
.sh-login-body #user_signup_dialog.sh-dialog-form .ui-dialog-footer [id$=confirm_button] .ui-button-text,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-footer button .ui-button-text,
.sh-login-body #dlg_user_pwd_reset.sh-dialog-form .ui-dialog-footer [id$=confirm_button] .ui-button-text {
  display: block;
  padding: 0;
  line-height: normal;
  font-size: 14px;
}
.sh-login-body .blockUI {
  z-index: 1050 !important;
}
.sh-login-body .blockUI.blockMsg.blockPage {
  top: 0px !important;
  left: 0px !important;
  z-index: 1051 !important;
  cursor: wait;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  background: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sh-login-body .blockUI.blockMsg.blockPage .pe-blockui-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sh-login-body .blockUI.blockOverlay {
  background: #2b2b2b !important;
}

/* Mora bit lokalno, ce se uporablja grid */
.ui-grid .ui-grid-row {
  padding-top: 7px;
  padding-bottom: 7px;
}

.sh-dialog-grid .ui-grid .ui-grid-row {
  padding-top: 2px;
  padding-bottom: 2px;
}

#book {
  color: #0570b4;
  duration: 6.8s;
  width: 32px;
  height: 12px;
  position: relative;
  margin: 32px 0 0 0;
  zoom: 1.5;
}
#book .inner {
  width: 32px;
  height: 12px;
  position: relative;
  transform-origin: 2px 2px;
  animation: book 6.8s ease infinite;
}
#book .inner .inner2 {
  width: 32px;
  height: 12px;
  position: relative;
  transform-origin: 30px 2px;
  animation: book2 6.8s ease infinite;
}
#book .inner .inner2 .left,
#book .inner .inner2 .right {
  width: 60px;
  height: 4px;
  top: 0;
  border-radius: 0px;
  background: #0570b4;
  position: absolute;
}
#book .inner .inner2 .left:before,
#book .inner .inner2 .right:before {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 0px;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 6px;
}
#book .inner .left {
  right: 28px;
  transform-origin: 58px 2px;
  transform: rotateZ(90deg);
  animation: left 6.8s ease infinite;
}
#book .inner .right {
  left: 28px;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  animation: right 6.8s ease infinite;
}
#book .inner .middle {
  width: 32px;
  height: 12px;
  border: 4px solid #0570b4;
  border-top: 0;
  border-radius: 0px;
  box-sizing: border-box;
  /*transform: translateY(2px);*/
}
#book ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 0;
}
#book ul li {
  height: 4px;
  border-radius: 0px;
  transform-origin: 100% 2px;
  width: 48px;
  right: 0;
  top: -10px;
  position: absolute;
  background: #0570b4;
  transform: rotateZ(0deg) translateX(-18px);
}
#book ul li:nth-of-type(1) {
  animation: page1 6.8s ease infinite;
}
#book ul li:nth-of-type(2) {
  animation: page2 6.8s ease infinite;
}
#book ul li:nth-of-type(3) {
  animation: page3 6.8s ease infinite;
}
#book ul li:nth-of-type(4) {
  animation: page4 6.8s ease infinite;
}
#book ul li:nth-of-type(5) {
  animation: page5 6.8s ease infinite;
}
#book ul li:nth-of-type(6) {
  animation: page6 6.8s ease infinite;
}
#book ul li:nth-of-type(7) {
  animation: page7 6.8s ease infinite;
}
#book ul li:nth-of-type(8) {
  animation: page8 6.8s ease infinite;
}
#book ul li:nth-of-type(9) {
  animation: page9 6.8s ease infinite;
}
#book ul li:nth-of-type(10) {
  animation: page10 6.8s ease infinite;
}
#book ul li:nth-of-type(11) {
  animation: page11 6.8s ease infinite;
}
#book ul li:nth-of-type(12) {
  animation: page12 6.8s ease infinite;
}
#book ul li:nth-of-type(13) {
  animation: page13 6.8s ease infinite;
}
#book ul li:nth-of-type(14) {
  animation: page14 6.8s ease infinite;
}
#book ul li:nth-of-type(15) {
  animation: page15 6.8s ease infinite;
}
#book ul li:nth-of-type(16) {
  animation: page16 6.8s ease infinite;
}
#book ul li:nth-of-type(17) {
  animation: page17 6.8s ease infinite;
}
#book ul li:nth-of-type(18) {
  animation: page18 6.8s ease infinite;
}

@keyframes page1 {
  5.8% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  14.7%, 55.8% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  64.7% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page2 {
  7.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  16.4%, 57.6% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  66.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page3 {
  9.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  18.1%, 59.4% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  68.1% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page4 {
  11.2% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  19.8%, 61.2% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  69.8% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page5 {
  13% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  21.5%, 63% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  71.5% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page6 {
  14.8% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  23.2%, 64.8% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  73.2% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page7 {
  16.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  24.9%, 66.6% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  74.9% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page8 {
  18.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  26.6%, 68.4% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  76.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page9 {
  20.2% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  28.3%, 70.2% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  78.3% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page10 {
  22% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  30%, 72% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  80% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page11 {
  23.8% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  31.7%, 73.8% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  81.7% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page12 {
  25.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  33.4%, 75.6% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  83.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page13 {
  27.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  35.1%, 77.4% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  85.1% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page14 {
  29.2% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  36.8%, 79.2% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  86.8% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page15 {
  31% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  38.5%, 81% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  88.5% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page16 {
  32.8% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  40.2%, 82.8% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  90.2% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page17 {
  34.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  41.9%, 84.6% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  91.9% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes page18 {
  36.4% {
    transform: rotateZ(0deg) translateX(-18px);
  }
  43.6%, 86.4% {
    transform: rotateZ(180deg) translateX(-18px);
  }
  93.6% {
    transform: rotateZ(0deg) translateX(-18px);
  }
}
@keyframes left {
  0% {
    transform: rotateZ(90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(90deg);
  }
}
@keyframes right {
  0% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  46%, 54% {
    transform: rotateZ(-90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-90deg);
  }
}
@keyframes book {
  0% {
    transform: rotateZ(-90deg);
  }
  10%, 40% {
    transform: rotateZ(0deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-90deg);
  }
}
@keyframes book2 {
  10%, 40% {
    transform: rotateZ(0deg);
  }
  45%, 54% {
    transform: rotateZ(90deg);
  }
  60%, 90% {
    transform: rotateZ(0deg);
  }
}
