﻿@charset "UTF-8";
@font-face {
  font-family: AlinmaDisplay;
  src: url('/-/media/Themes/AlinmaNew/Portal/AlinmaNew/fonts/AlinmaDisplay-Regular-eot.eot');
  src: local("☺"), url('/-/media/Themes/AlinmaNew/Portal/AlinmaNew/fonts/AlinmaDisplay-Regular-eot.eot') format("woff"), url('/-/media/Themes/AlinmaNew/Portal/AlinmaNew/fonts/AlinmaDisplay-Regular-ttf.ttf') format("truetype");
}
@font-face {
  font-family: AlinmaDisplay;
  src: url('/-/media/Themes/AlinmaNew/Portal/AlinmaNew/fonts/AlinmaDisplay-Medium-woff.woff');
  src: local("☺"), url('/-/media/Themes/AlinmaNew/Portal/AlinmaNew/fonts/AlinmaDisplay-Medium-woff.woff') format("woff"), url('/-/media/Themes/AlinmaNew/Portal/AlinmaNew/fonts/AlinmaDisplay-Regular-ttf.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  transition: all 0.25s ease-in-out;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #CD907E;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(190.7541899441, 112.374301676, 89.2458100559);
}

html {
  height: 100%;
  /*direction: rtl;*/
}

body {
  background-color: #002134;
  font-family: AlinmaDisplay, "sans-serif" !important;
  font-weight: normal;
  color: #fff;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.container {
  max-width: 576px;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.mb-2rem {
  margin-bottom: 2rem;
}

h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
html[dir=rtl] h2 {
  line-height: 1.4;
}

h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
html[dir=rtl] h3 {
  line-height: 1.4;
}

h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}
html[dir=rtl] h4 {
  line-height: 1.4;
}

h5 {
  color: #fff;
}
html[dir=rtl] h5 {
  line-height: 1.4;
}

p {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

text {
  /*color: #fff;*/
  font-family: AlinmaDisplay, "sans-serif" !important;
}

a {
  color: #CD907E;
}
a:hover {
  color: #CD907E;
}

hr {
  opacity: 1;
  border-color: #F9F0EB;
  margin: 1.5rem 0;
}

.color-red {
  color: #E43E3D;
}

.color-green {
  color: #5AAF2B;
}

.color-yellow {
  color: #F8C43D;
}

.color-primary {
  color: #002134;
}

.color-accent {
  color: #CD907E;
}

.field-validation-error, .errorMsg {
  display: block;
  margin-top: 0.25rem;
  color: #FA3646;
  font-size: 0.75rem;
}

.btn, .btn-border, .btn-border-secondary, .btn-link, .btn-third, .btn-secondary, .modal-game-btn, .btn-primary, .cta-button {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  padding: 0.25rem 1.375rem;
  color: #fff;
  transition: all 0.25s ease-in-out;
  outline: none;
  text-decoration: none !important;
  border: 2px solid transparent;
  height: 50px;
  border-radius: 12px;
  /*width: 220px;*/
  max-width: 100%;
}
@media (max-width: 1399.9px) {
  .btn, .btn-border, .btn-border-secondary, .btn-link, .btn-third, .btn-secondary, .modal-game-btn, .btn-primary, .cta-button {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    height: 40px;
  }
}
.btn:disabled, .btn-border:disabled, .btn-border-secondary:disabled, .btn-link:disabled, .btn-third:disabled, .btn-secondary:disabled, .modal-game-btn:disabled, .btn-primary:disabled, .cta-button:disabled {
  background-color: #CFDDE4 !important;
  border-color: #CFDDE4 !important;
  color: #6C91A7 !important;
  pointer-events: none;
}
.btn:focus, .btn-border:focus, .btn-border-secondary:focus, .btn-link:focus, .btn-third:focus, .btn-secondary:focus, .modal-game-btn:focus, .btn-primary:focus, .cta-button:focus {
  box-shadow: none;
}
html[dir=rtl] .btn svg, html[dir=rtl] .btn-border svg, html[dir=rtl] .btn-border-secondary svg, html[dir=rtl] .btn-link svg, html[dir=rtl] .btn-third svg, html[dir=rtl] .btn-secondary svg, html[dir=rtl] .modal-game-btn svg, html[dir=rtl] .btn-primary svg, html[dir=rtl] .cta-button svg, html[dir=rtl] .btn img, html[dir=rtl] .btn-border img, html[dir=rtl] .btn-border-secondary img, html[dir=rtl] .btn-link img, html[dir=rtl] .btn-third img, html[dir=rtl] .btn-secondary img, html[dir=rtl] .modal-game-btn img, html[dir=rtl] .btn-primary img, html[dir=rtl] .cta-button img, html[dir=rtl] .btn:after, html[dir=rtl] .btn-border:after, html[dir=rtl] .btn-border-secondary:after, html[dir=rtl] .btn-link:after, html[dir=rtl] .btn-third:after, html[dir=rtl] .btn-secondary:after, html[dir=rtl] .modal-game-btn:after, html[dir=rtl] .btn-primary:after, html[dir=rtl] .cta-button:after, html[dir=rtl] .btn:before, html[dir=rtl] .btn-border:before, html[dir=rtl] .btn-border-secondary:before, html[dir=rtl] .btn-link:before, html[dir=rtl] .btn-third:before, html[dir=rtl] .btn-secondary:before, html[dir=rtl] .modal-game-btn:before, html[dir=rtl] .btn-primary:before, html[dir=rtl] .cta-button:before {
  transform: scaleX(-1);
}
@media (max-width: 1399.9px) {
  .btn svg, .btn-border svg, .btn-border-secondary svg, .btn-link svg, .btn-third svg, .btn-secondary svg, .modal-game-btn svg, .btn-primary svg, .cta-button svg, .btn img, .btn-border img, .btn-border-secondary img, .btn-link img, .btn-third img, .btn-secondary img, .modal-game-btn img, .btn-primary img, .cta-button img, .btn:after, .btn-border:after, .btn-border-secondary:after, .btn-link:after, .btn-third:after, .btn-secondary:after, .modal-game-btn:after, .btn-primary:after, .cta-button:after, .btn:before, .btn-border:before, .btn-border-secondary:before, .btn-link:before, .btn-third:before, .btn-secondary:before, .modal-game-btn:before, .btn-primary:before, .cta-button:before {
    max-height: 18px;
    object-fit: contain;
    object-position: center;
  }
}

.btn-primary, .cta-button {
  background-color: #837FD8 !important;
  border-color: #837FD8 !important;
  color: #002134 !important;
}
.btn-primary:hover, .cta-button:hover {
  box-shadow: 0 0 20px 0 #837FD8 !important;
}

.btn-secondary, .modal-game-btn {
  background-color: #002134 !important;
  border-color: #002134 !important;
  color: #fff !important;
}
.btn-secondary:hover, .modal-game-btn:hover {
  box-shadow: 0 0 15px 0 rgba(205, 144, 126, 0.5) !important;
}

.btn-third {
  background-color: #E8E7FF !important;
  border-color: #E8E7FF !important;
  color: #002134 !important;
}
.btn-third:hover {
  box-shadow: 0 0 20px 0 #837FD8 !important;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #002134;
  padding: 0;
  height: auto;
  width: auto;
  text-decoration: underline !important;
}
.btn-link:hover {
  background-color: transparent;
  filter: drop-shadow(0px 0px 20px #837FD8);
}

.btn-border, .btn-border-secondary {
  background-color: transparent !important;
  border-color: #002134 !important;
  color: #002134 !important;
}
.btn-border i, .btn-border-secondary i {
  transition: all 0.25s ease-in-out;
  display: inline-block;
  line-height: 1;
}
.btn-border:hover, .btn-border-secondary:hover {
  box-shadow: 0 0 15px 0 rgba(205, 144, 126, 0.5);
}

.btn-border-secondary {
  border-color: #CD907E !important;
  color: #CD907E !important;
}
.btn-border-secondary:hover {
  box-shadow: 0 0 15px 0 rgba(215, 142, 122, 0.4);
}

.btn-lg {
  min-width: 195px;
  height: 60px;
  font-size: 1.5rem;
}
@media (max-width: 1399.9px) {
  .btn-lg svg, .btn-lg img, .btn-lg:after, .btn-lg:before {
    max-height: 25px;
  }
}

.btn-sm {
  height: 32px;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
}

.img-wrapper img {
  max-width: 100%;
}

.max-width-420 {
  max-width: 420px;
}

iframe {
  max-width: 100%;
}

.bg-gradient, .how-to-play--section, .modal-content {
  background-image: linear-gradient(147deg, rgba(253, 209, 199, 0.6) 0%, rgba(253, 248, 245, 0) 40%, rgba(253, 248, 245, 0) 100%) !important;
  background-size: auto 750px;
  background-position: left top;
  background-repeat: no-repeat;
}

.bg-gradient-2 {
  background-image: linear-gradient(220deg, #033857 0%, #002134 40%, #002134 100%) !important;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.greeter-header--logo-wrapper {
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.greeter-header--logo-wrapper img, .greeter-header--logo-wrapper svg {
  height: 50px;
}

.branch-name {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.branch-name--section {
  text-align: center;
}

.ticket-number {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #D78E7A;
}
.ticket-number--section {
  text-align: center;
}

.waiting-details--wrapper {
  border: 1px solid #033957;
  background-color: #032B42;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.waiting-details--item {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  font-size: 1.125rem;
  color: #fff;
}

.home-actions--wrapper {
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.75rem;
}
.home-actions--btn {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  background-color: #EAEEF1;
  padding: 1.5rem;
  font-size: 1.125rem;
  color: #002134 !important;
  border-radius: 12px;
  transition: all 0.25s ease-in-out;
  text-decoration: none !important;
  aspect-ratio: 1/1;
  text-align: center;
  min-width: 150px;
  min-height: 150px;
}
.home-actions--btn:hover {
  box-shadow: 8px 8px 20px 0 rgba(215, 142, 122, 0.4);
}
.home-actions--btn svg, .home-actions--btn img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  object-position: center;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 50px);
}

.modal-dialog {
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
  margin: 0 auto;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-content {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1rem 0;
  background-color: #FFF6F4;
}

.modal-body {
  padding: 1rem;
}

.modal-footer {
  border-top: none !important;
}

.modal-h4 {
  color: #002134;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.modal-game-btn {
  width: 100%;
  justify-content: space-between;
  min-height: 60px;
  padding: 0.75rem;
}
.modal-game-btn-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
}
.modal-game-btn-start {
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  background-color: #837FD8;
  display: inline-block;
  color: #002134;
  font-size: 0.625rem;
  line-height: 1;
}

.banner--link {
  display: block;
  text-decoration: none;
  width: 100%;
}
.banner--link svg, .banner--link img {
  height: 50px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}

.title--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem calc(1rem + 70px);
  position: relative;
  min-height: calc(50px + 2rem);
}
.title--wrapper h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.title--close-btn {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background-color: #032B42;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.title--share-btn {
  position: absolute;
  top: 50%;
  inset-inline-end: 40px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #002134;
  background: linear-gradient(336deg, #FFA38C 30.51%, #FFA38C 38.19%, #C76D4F 61.69%, #C76D4F 69.49%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.top-content--wrapper {
  text-align: center;
}
.top-content--wrapper svg, .top-content--wrapper img {
  height: 156px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  margin-bottom: 1rem;
}
.top-content--wrapper p {
  font-size: 0.875rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 1rem;
}

.how-to-play--section {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1rem 0;
  background-color: #FFF6F4;
  flex: 1;
}
.how-to-play--section h4 {
  color: #002134;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.how-to-play--wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1.25rem;
  background-color: #002134;
  border-radius: 12px;
  margin-bottom: 1rem;
}
.how-to-play--item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.how-to-play--icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  min-width: 56px;
  background-color: #032B42;
  border-radius: 4px;
}
.how-to-play--icon svg, .how-to-play--icon img {
  height: 38px;
  width: 38px;
  max-width: 38px;
  object-fit: contain;
  object-position: center;
}
.how-to-play--text h5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.how-to-play--text h5 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  min-width: 26px;
  background-color: #032B42;
  border-radius: 4px;
  color: #D78E7A;
  font-size: 0.875rem;
  font-weight: bold;
}
.how-to-play--text p {
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

#gameContainer {
  display: grid;
  grid-template-columns: repeat(4, 65px);
  gap: 2px;
  width: 260px;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 2rem;
}
#gameContainer .piece {
  width: 65px;
  height: 65px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#gameContainer .piece:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 4px solid #837FD8;
  opacity: 0;
  /*transition: $transition-default;*/
  border-radius: 8px;
}
#gameContainer .piece.selected {
  border-radius: 8px;
}
#gameContainer .piece.selected:before {
  opacity: 1;
}

.puzzle-game--wrapper {
  direction: ltr !important;
}
.puzzle-game--title-time {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 56px;
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  color: #002134;
  background-color: #837FD8;
  border-radius: 8px;
  transition: all 0.25s ease-in-out;
}
.puzzle-game--title-time:empty {
  opacity: 0;
}

.puzzle-win-modal .modal-body {
  text-align: center;
}
.puzzle-win-modal .modal-body h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #002134;
}
.puzzle-win-modal .modal-body p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: normal;
  color: #002134;
}
.puzzle-win-modal .modal-footer {
  justify-content: center;
}
.puzzle-win-modal--time {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  height: 60px;
  min-width: 110px;
  padding: 1rem;
  border-radius: 10px;
  background: linear-gradient(336deg, #FFA38C 30.51%, #FFA38C 38.19%, #C76D4F 61.69%, #C76D4F 69.49%);
}

/*------- Responsive -------*/


