.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #2fab73;
  border-color: #2fab73;
}

.btn-danger:hover {
  color: #fff;
  background-color: #2fab73;
  border-color: #2fab73;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ef4459;
  border-color: #ef4459;
  padding: 8px 24px !important;
}
.section-title h3.title-form {
  font-size: 2.75rem;
}

.head {
  padding-top: 125px;
}
.registration-head {
  padding-top: 120px;
}

@media (max-width: 1199.98px) {
  .head {
    padding-top: 120px;
  }
  .bg-gray-psuedo::before {
    width: 100%!important;
    height: 100%!important;
    inset: 0px!important;
  }
  .fix-unevenborder-radius-sm {
    border-radius: 16px!important;
  }
}
@media (max-width: 767.98px) {
  .head {
    padding-top: 25px;
  }
}
@media (min-width: 1199.98px) {
  .head-cancellation {
    padding-top: 210px;
    padding-bottom: 150px;
  }
}

.h1,
h1 {
  font-size: 38px;
}
@media (max-width: 1199.98px) {
  .h1,
  h1 {
    font-size: 30px !important;
  }
}
.h3,
h3 {
  font-size: 32px;
}
@media (max-width: 1199.98px) {
  .h3,
  h3 {
    font-size: 25px;
    margin-bottom: 26px;
  }
}

p {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  color: #4f5665;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
}
.small,
small {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

.navbar {
  padding: 1rem;
}
.navbar .btn {
  font-size: 16px;
  padding: 10px 24px;
}
.navbar__nav__item__link {
  font-size: 16px;
}
.navbar__nav__item__link:hover {
  color: #000000;
}

.navbar__nav__item__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.navbar__nav__item__link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar__brand__logo__name {
  display: inline-block;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .navbar__toggler {
    top: 3px;
  }
}

#bg1::before {
  display: block;
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 40%;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(253, 245, 236, 0) 0,
    rgba(253, 244, 236, 0.53) 14.32%,
    #fdf4ec 45.83%,
    rgba(253, 246, 236, 0.43) 84.33%,
    rgba(253, 242, 236, 0) 100%
  );
}

.presentation-list {
  list-style: none;
}
.presentation-list li {
  padding-top: 1.2rem;
  margin-bottom: 1.2rem;
  color: #fd845e;
  font-weight: 300;
  font-size: 1.1rem;
}
.presentation-list__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  vertical-align: sub;
  margin-right: 10px;
}
.presentation-list__icon-1 {
  background-image: url(../img/icons/clock.png);
}
.presentation-list__icon-2 {
  background-image: url(../img/icons/pro.png);
}
.presentation-list__icon-3 {
  background-image: url(../img/icons/support.png);
}

#headerTel a {
  font-size: 2.4rem;
  text-decoration: none;
}

#headerTel i {
  position: relative;
  top: 1px;
}

#headerTel a span {
  font-size: 1.8rem;
  position: relative;
  top: -1px;
}

#FoundNotice {
  display: none;
}
#FoundNotice .SuccessProgress {
  display: none;
  text-align: center;
}
#FoundNotice .SuccessProgress p {
  margin-top: 1rem;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2rem;
}
#BlockProgress {
  width: 100%;
  background-color: #ddd;
}
#BarProgress {
  width: 10%;
  height: 30px;
  background-color: #1868bd;
  text-align: center;
  line-height: 30px;
  color: white;
}
#BarProgress.done {
  background-color: #28a745;
}

#topSection .mb-2 {
  margin-bottom: 1.5rem !important;
}

#topSection.pt-3 {
  padding-top: 2.5rem !important;
}

.steps__item__title {
  line-height: 20px;
}

#topSection .mt-4 {
  margin-top: 2.5rem !important;
}

#form2 p.text-black {
  line-height: 130%;
}

#form2 .bg__header {
  height: 60px;
}
.bg__header .price {
  padding: 5px 0;
}
.price__number {
  font-size: 21px;
}

.part-bg__bg::after {
  min-height: 110vh;
}

.part-bg__bg {
  height: 50vw;
}

.form-group {
  margin-bottom: 0.6rem;
}

#form1 .text-black {
  font-size: 15px;
}

#form1 .btn-primary {
  transition: all 0.2s ease-in;
}

#form1 .btn-primary:hover {
  transform: scale(1.085);
}

.form-control {
  padding: 14px 16px 15px;
  /* 300 */

  background: rgb(226, 232, 240, 0.4);
  /* opacity: 0.25; */
  border-radius: 5px;
}
.form-control:focus {
  opacity: 1;
}

.form-control::placeholder {
  color:rgba(0, 0, 0, 0.45);
}

.form-control.is-valid,
.form-control:valid {
  border: solid 0.5px #28a745;
}

#form1 .form-control {
  padding: 12px 16px 13px;
}

#form2 .form-control {
  padding: 12px 16px 13px;
  /* background: transparent!important; */
}

#form2 .form-control.is-valid {
  border: solid 1px #28a745 !important;
}

#form2 .form-control.is-invalid {
  border: 1px solid #f00 !important;
}

.form-control.is-invalid {
  background-image: none;
}

label {
  color: #6c757d!important;
  font-size: 14px;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
}

.bold-text {
  font-weight: 800;
}

#errorMessage {
  position: absolute;
  width: 95.6%;
  top: 0.5rem;
  right: 50%;
  transform: translateX(50%);
  z-index: 100;
}

#manualPdf {
  margin-top: 5px;
  margin-bottom: 20px;
}

.manuals img {
  box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
  max-width: 125px;
}

.manualImg {
  width: 100%;
  max-width: 140px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

#infoPaiement p,
#infoType p,
#infoPDF p,
#infoMail p {
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
#infoPaiement img,
#infoType img,
#infoPDF img,
#infoMail img {
  margin-right: 6px;
  width: 22px;
  height: 22px;
}

.sectionPaymentConfirm {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.sectionPaymentConfirm .section-title {
  margin-bottom: 45px;
}

.card__header-none:after {
  content: "";
  background: none;
}

#sectionReclamation .form-group {
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}

.payement-form-header h6 {
  color: #858588;
}
.payement-form-header h6 > span {
  font-size: 1.8rem;
  letter-spacing: 1px;
}

#ClaimClaimForm .form-group,
#ContactIndexForm .form-group {
  position: relative;
  padding-bottom: 2rem;
}

.design-en .custom-checkbox input:checked ~ .custom-checkbox__checkbox {
  background-color: #27a143;
}
.design-en .form-block__label {
  font-weight: 400;
}

.custom-select {
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.select-selected::after {
  top: 18px;
}

/*** RESPONSIVE ***/
@media (max-width: 415px) {
  .form-block__label.required::before {
    left: 0;
  }
  .form-block__label.required {
    padding-left: 1.5rem;
  }
  .section-title h3 {
    font-size: 1.9rem;
  }
}

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background-color: rgba(43, 51, 63, 0.54) !important;
}

.services-list__text {
  font-size: 1.3rem;
  line-height: 1.25;
  margin-bottom: 0rem;
}
.services-list__item {
  padding-top: 1rem;
  margin-bottom: 0;
}
.services-list__heading {
  font-size: 1.6rem;
}

/* #legal-footer {
  height: 19px;
  width: 100%;
  background-image: url(/img/legal_footer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

.footer ul li a:hover {
  text-decoration: underline;
}

.footer ul li a small {
  font-size: 10px;
  line-height: 1.2;
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .footer ul li a small {
    padding-left: 0;
  }
}

.footer ul .verified_visa {
  width: 145px;
}

.cookieAlert {
  border-radius: 0px;
  font-size: 12px;
  margin-bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #f5f5f5;
  border: 1px #f6f6f6 solid;
  color: #333333;
  position: fixed;
  bottom: 0;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.4rem;
}
.cookieAlert p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3;
}

.form-group {
  position: relative;
  /* padding-bottom: 3rem;  */
}
.form-group label.error {
  color: #f23c38 !important;
  position: absolute;
  top: auto;
  bottom: 15%;
  right: 2ch;
  font-size: 13px;
}

/* Steps registration - payment */
.steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  display: flex;
  width: 100%;
  font-size: 0;
}
.steps__item {
  margin-right: 16px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.steps__item:last-child {
  flex: none;
}
.steps__item:last-child .steps__item__title:after {
  content: none;
}
.steps__item__content {
  display: inline-block;
  vertical-align: top;
}
.steps__item__title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 32px;
}
.steps__item__title:after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: "";
}
.steps__item__description {
  max-width: 185px;
  white-space: normal;
  color: rgb(0, 0, 0);
  font-size: 10px;
  line-height: 1;
}
.steps__item__tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.steps__item__icon {
  background-color: #fff;
  border-color: #fd845e;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 6px;
  /* font-size: 16px; */
  padding: 8px 0;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
  display: inline-block;
  vertical-align: top;
}
.steps__item-finish .steps__item__title:after {
  background-color: #fd845e;
}
.steps__item-process .steps__item__title {
  font-weight: 700;
  color:#478cf0;
}
.steps__item-process .steps__item__icon {
  background: #fd845e;
}
.steps__item-process .steps__icon {
  color: #fff;
}
.steps__item-wait .steps__item__title {
  color: rgba(0, 0, 0, 0.25);
}
.steps__item-wait .steps__item__description {
  color: rgba(0, 0, 0, 0.25);
}
.steps__item-wait .steps__item__icon {
  border-color: rgba(0, 0, 0, 0.25);
}
.steps__item-wait .steps__icon {
  color: rgba(0, 0, 0, 0.25);
}
.steps__icon {
  position: relative;
  top: -15px;
  color: #478cf0;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .h2 b,
  h2 b {
    font-size: 38px;
  }
}
.txt-term {
  font-size: 12px;
}

/* New adjustments */

.bg-featured::before {
  background-image: url(../img/featured-image_01.svg);
}

.text-secondary {
  color: #7854f7 !important;
}

.advantage_block small {
  line-height: 120%;
  font-size: 12px;
}

.advantage_block h5 {
  /* font-family: 'Rubik', sans-serif; */
  /* font-weight: 400; */
  font-size: 18px;
  line-height: 130%;
}

.advantage_block h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}

.advantage_block .icon-small {
  width: 40px;
  height: 40px;
}

/* Auto complete */

.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 8px 14px;
  cursor: pointer;
  background-color: #f1f1f1;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* Testing arrow bounce */

.arrow {
  text-align: center;
  margin: 8% 0;
  color: #7854f7;
}
.arrow a {
  text-decoration: none;
}
.bounce {
  position: absolute;
  top: 10px;
  left: -22px;
  display: none;
  /* opacity: 1; */
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(-5px);
  }
}

.bg-featured .bg__header {
  border-radius: 14px 14px 0 0;
}

@media (max-width: 576px) {
  .icon-small.icon-small-shrink {
    width: 24px;
    height: 24px;
    top: 0px;
  }
  .ml-45 {
    margin-left: 2.1rem;
  }
}

#CardNumber {
  background-image: url(/img/cards/credit-card.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px;
  background-position-x: 97%;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  letter-spacing: 0.15rem;
}
#CardCvv {
  background-image: url(/img/cards/cvv.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px;
  background-position-x: 94%;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  /* width: 100px; */
}

#manualPdf {
  position: relative;
}

#pdf-icon {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 80px;
  background-image: url(/img/pdf-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 99;
}

.tooltip-inner {
  font-size: 10px;
  max-width: 250px;
  padding: 10px;
  line-height: 1.2;
}
.tooltip-inner img {
  min-width: 45px!important;
}

.tooltip .arrow::before {
  /* background-color: transparent;
  border-color: #e2e2e2; */
  display: none;
}

/* -------- Banner -------- */
.contract-banner {
  background-color: #ffffff;
  padding: 22px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #41b8e0;
  border-radius: 10px;
}
.contract-banner .banner-title{
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #4f5665;
	margin-bottom: 10px;
}
.contract-banner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #4f5665;
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .contract-banner .banner-title{
    font-size: 17px;
  }
  .contract-banner p{
    font-size: .85rem;
  }
  .contract-banner img {
    top: 0!important;
    margin: auto 0;
    height: 25px!important;
    width: 25px!important;
  }
}
#footerCompany{
  display: none;
}
.btn-pay{
  background-color: #FF8300;
  border-color: #FF8300;
  color: #FFF;
  z-index: auto;
}
.btn-pay:hover, .btn-pay:focus, .btn-pay:hover:focus{
  background-color: #FDA64B;
  border-color: #FDA64B;
  color: #fff;
}
.form-title--secondary {
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 20px!important;
  line-height: 24px!important;
  color: #000!important;
}

.form-title--tertiary {
font-style: normal!important;
font-weight: 400!important;
font-size: 24px!important;
line-height: 26px!important;

color: #1B2637!important;
}
#bg1 .bullet-list__item p {
  font-size: 14px;
  font-weight: 400;
}
.bullet-list__item p {
  box-sizing: inherit;
  color: #4f5665;
  font-family: Rubik, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 150%;
  text-align: left;
}

.bg-gray-psuedo::before {
  display: block;
  position: absolute;
  background-color: #FBFCFC;
  width: 1000px;
  top: -100px;
  left: -1ch;
  height: 1000px;
}

#logowall .row > div {
  display: flex;
  border-radius: 8px;
  align-items:center;
  justify-content:center;
  /* opacity: .4; */
  padding-top: 0.5%;
}
#logowall .row:hover > div::after {
  transition:all .25s ease-in-out;
  background: #000;
}

#logowall img {
  width: 55px;
  max-width: 80px;
  max-height: 55px;
}
#logowall img.smaller {
  width: 50px;
  max-height: 30px;
}
#logowall img.square {
  max-height: 25px;
}
.bg-darkergray {
  background-color: #f1f4f8!important;
}
#userInformation span {
  font-size: 12px;
}

/* flex gap classes */
.gap-1 {
  gap: 10px;
}
.gap-2 {
  gap: 20px;
}

@media (max-width: 1199.98px) {
  .gap-2 {
    gap: 0;
  }
}

/*  ------ NEW LOADER ANIMATION ------ */

.book {
  --color: #478cf0;
  --duration: 6.8s;
  width: 32px;
  height: 100px;
  position: relative;
  top: 80px;
}

.book .inner {
  width: 32px;
  height: 12px;
  position: relative;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  animation: book var(--duration) ease infinite;
}

.book .inner .left,
.book .inner .right {
  width: 60px;
  height: 4px;
  top: 0;
  border-radius: 2px;
  background: var(--color);
  position: absolute;
}

.book .inner .left:before,
.book .inner .right:before {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 6px;
}

.book .inner .left {
  right: 28px;
  transform-origin: 58px 2px;
  transform: rotateZ(90deg);
  animation: left var(--duration) ease infinite;
}

.book .inner .right {
  left: 28px;
  transform-origin: 2px 2px;
  transform: rotateZ(-90deg);
  animation: right var(--duration) ease infinite;
}

.book .inner .middle {
  width: 32px;
  height: 12px;
  border: 4px solid var(--color);
  border-top: 0;
  border-radius: 0 0 9px 9px;
  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: 2px;
  transform-origin: 100% 2px;
  width: 48px;
  right: 0;
  top: -10px;
  position: absolute;
  background: var(--color);
  transform: rotateZ(0deg) translateX(-18px);
  animation-duration: var(--duration);
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.book ul li:nth-child(1) { animation-name: page-0; }
.book ul li:nth-child(2) { animation-name: page-1; }
.book ul li:nth-child(3) { animation-name: page-2; }
.book ul li:nth-child(4) { animation-name: page-3; }
.book ul li:nth-child(5) { animation-name: page-4; }
.book ul li:nth-child(6) { animation-name: page-5; }
.book ul li:nth-child(7) { animation-name: page-6; }
.book ul li:nth-child(8) { animation-name: page-7; }
.book ul li:nth-child(9) { animation-name: page-8; }
.book ul li:nth-child(10) { animation-name: page-9; }
.book ul li:nth-child(11) { animation-name: page-10; }
.book ul li:nth-child(12) { animation-name: page-11; }
.book ul li:nth-child(13) { animation-name: page-12; }
.book ul li:nth-child(14) { animation-name: page-13; }
.book ul li:nth-child(15) { animation-name: page-14; }
.book ul li:nth-child(16) { animation-name: page-15; }
.book ul li:nth-child(17) { animation-name: page-16; }
.book ul li:nth-child(18) { animation-name: page-17; }

@keyframes page-0 {
  4%, 63% { transform: rotateZ(0deg) translateX(-18px); }
  13%, 54% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-1 {
  5.86%, 64.74% { transform: rotateZ(0deg) translateX(-18px); }
  14.74%, 55.86% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-2 {
  7.72%, 66.48% { transform: rotateZ(0deg) translateX(-18px); }
  16.48%, 57.72% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-3 {
  9.58%, 68.22% { transform: rotateZ(0deg) translateX(-18px); }
  18.22%, 59.58% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-4 {
  11.44%, 69.96% { transform: rotateZ(0deg) translateX(-18px); }
  19.96%, 61.44% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-5 {
  13.3%, 71.7% { transform: rotateZ(0deg) translateX(-18px); }
  21.7%, 63.3% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-6 {
  15.16%, 73.44% { transform: rotateZ(0deg) translateX(-18px); }
  23.44%, 65.16% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-7 {
  17.02%, 75.18% { transform: rotateZ(0deg) translateX(-18px); }
  25.18%, 67.02% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-8 {
  18.88%, 76.92% { transform: rotateZ(0deg) translateX(-18px); }
  26.92%, 68.88% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-9 {
  20.74%, 78.66% { transform: rotateZ(0deg) translateX(-18px); }
  28.66%, 70.74% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-10 {
  22.6%, 80.4% { transform: rotateZ(0deg) translateX(-18px); }
  30.4%, 72.6% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-11 {
  24.46%, 82.14% { transform: rotateZ(0deg) translateX(-18px); }
  32.14%, 74.46% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-12 {
  26.32%, 83.88% { transform: rotateZ(0deg) translateX(-18px); }
  33.88%, 76.32% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-13 {
  28.18%, 85.62% { transform: rotateZ(0deg) translateX(-18px); }
  35.62%, 78.18% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-14 {
  30.04%, 87.36% { transform: rotateZ(0deg) translateX(-18px); }
  37.36%, 80.04% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-15 {
  31.9%, 89.1% { transform: rotateZ(0deg) translateX(-18px); }
  39.1%, 81.9% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-16 {
  33.76%, 90.84% { transform: rotateZ(0deg) translateX(-18px); }
  40.84%, 83.76% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-17 {
  35.62%, 92.58% { transform: rotateZ(0deg) translateX(-18px); }
  42.58%, 85.62% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes page-18 {
  37.48%, 94.32% { transform: rotateZ(0deg) translateX(-18px); }
  44.32%, 87.48% { transform: rotateZ(180deg) translateX(-18px); }
}

@keyframes left {
  4% { transform: rotateZ(90deg); }
  10%, 40% { transform: rotateZ(0deg); }
  46%, 54% { transform: rotateZ(90deg); }
  60%, 90% { transform: rotateZ(0deg); }
  96% { transform: rotateZ(90deg); }
}

@keyframes right {
  4% { transform: rotateZ(-90deg); }
  10%, 40% { transform: rotateZ(0deg); }
  46%, 54% { transform: rotateZ(-90deg); }
  60%, 90% { transform: rotateZ(0deg); }
  96% { transform: rotateZ(-90deg); }
}

@keyframes book {
  4% { transform: rotateZ(-90deg); }
  10%, 40% { transform: rotateZ(0deg); transform-origin: 2px 2px; }
  40.01%, 59.99% { transform-origin: 30px 2px; }
  46%, 54% { transform: rotateZ(90deg); }
  60%, 90% { transform: rotateZ(0deg); transform-origin: 2px 2px; }
  96% { transform: rotateZ(-90deg); }
}

/* Restore default Bootstrap checked style */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    box-shadow: none !important;
}

/* Restore unchecked style */
.custom-control-input ~ .custom-control-label::before {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

/* Remove custom red outline for invalid */
.custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #007bff !important;
    box-shadow: none !important;
}

/* Optional: restore the checkmark icon */
.custom-control-label::before,
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564 1.5L3.03 5.03 1.5 3.5.47 4.53 3.03 7.09 7.53 2.59z'/%3E%3C/svg%3E") !important;
}
