.app-splash-screen .flower {
  width: 15px;
  height: 15px;
  position: fixed;
  top: -10%;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  pointer-events: none;
  z-index: 10;
}
.app-splash-screen .flower .cls-1 {
  fill: #ecbe22;
}
.app-splash-screen .flower .cls-2 {
  fill: #ed8d3e;
}
.app-splash-screen .flower {
  -webkit-animation-name: flowers-fall, flowers-no-shake;
  -webkit-animation-duration: 12s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: flowers-fall, flowers-no-shake;
  animation-duration: 12s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
.app-splash-screen .flower:nth-of-type(1),
.app-splash-screen .flower:nth-of-type(2),
.app-splash-screen .flower:nth-of-type(15),
.app-splash-screen .flower:nth-of-type(16) {
  animation-name: flowers-fall, flowers-shake;
}
.app-splash-screen .flower:nth-of-type(0) {
  left: 0%;
  animation-delay: 0s;
}
.app-splash-screen .flower:nth-of-type(1) {
  width: 10px;
  height: 10px;
  left: 5%;
  animation-delay: 0s;
}
.app-splash-screen .flower:nth-of-type(2) {
  width: 20px;
  height: 20px;
  left: 5.2%;
  animation-delay: 1s;
}
.app-splash-screen .flower:nth-of-type(3) {
  width: 8px;
  height: 8px;
  left: 12%;
  animation-delay: 6.15s;
}
.app-splash-screen .flower:nth-of-type(4) {
  left: 12.5%;
  animation-delay: 6s;
}
.app-splash-screen .flower:nth-of-type(5) {
  width: 20px;
  height: 20px;
  left: 20%;
  animation-delay: 5s;
}
.app-splash-screen .flower:nth-of-type(6) {
  left: 30%;
  animation-delay: 4s;
}
.app-splash-screen .flower:nth-of-type(7) {
  left: 38%;
  animation-delay: 10s;
}
.app-splash-screen .flower:nth-of-type(8) {
  width: 20px;
  height: 20px;
  left: 40%;
  animation-delay: 9.5s;
}
.app-splash-screen .flower:nth-of-type(9) {
  left: 45%;
  animation-delay: 2s;
}
.app-splash-screen .flower:nth-of-type(10) {
  width: 20px;
  height: 20px;
  left: 50%;
  animation-delay: 3s;
}
.app-splash-screen .flower:nth-of-type(11) {
  left: 60%;
  animation-delay: 7.2s;
}
.app-splash-screen .flower:nth-of-type(12) {
  width: 20px;
  height: 20px;
  left: 62%;
  animation-delay: 7s;
}
.app-splash-screen .flower:nth-of-type(13) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-delay: 5s;
}
.app-splash-screen .flower:nth-of-type(14) {
  left: 78%;
  animation-delay: 4s;
}
.app-splash-screen .flower:nth-of-type(15) {
  left: 92%;
  animation-delay: 7.2s;
}
.app-splash-screen .flower:nth-of-type(16) {
  width: 20px;
  height: 20px;
  left: 90%;
  animation-delay: 7s;
}
.app-splash-screen .flower:nth-of-type(17) {
  width: 10px;
  height: 10px;
  left: 83%;
  animation-delay: 0s;
}
.app-splash-screen .flower:nth-of-type(18) {
  width: 20px;
  height: 20px;
  left: 85%;
  animation-delay: 0.7s;
}
.app-splash-screen .flower:nth-of-type(19) {
  width: 25px;
  height: 25px;
  left: 3%;
  animation-delay: 2.3s;
}
.app-splash-screen .flower:nth-of-type(20) {
  width: 25px;
  height: 25px;
  left: 88%;
  animation-delay: 1.8s;
}
.app-splash-screen .flower:nth-of-type(21) {
  width: 25px;
  height: 25px;
  left: 24%;
  animation-delay: 8s;
}
.app-splash-screen .flower:nth-of-type(22) {
  width: 25px;
  height: 25px;
  left: 66%;
  animation-delay: 1.5s;
}
.app-splash-screen .flower:nth-of-type(23) {
  width: 10px;
  height: 10px;
  left: 17%;
  animation-delay: 11s;
}
.app-splash-screen .flower:nth-of-type(24) {
  width: 8px;
  height: 8px;
  left: 80%;
  animation-delay: 10s;
}
@keyframes flowers-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes flowers-shake {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(50px) rotate(180deg);
  }
  100% {
    transform: translateX(0) rotate(360deg);
  }
}
@keyframes flowers-no-shake {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(0) rotate(180deg);
  }
  100% {
    transform: translateX(0) rotate(360deg);
  }
}
@media screen and (min-width: 1400px) {
  .app-splash-screen [id*='tet-parallax__'] {
    display: block !important;
  }
}
.app-splash-screen #tet-parallax__left {
  width: calc((100% - 1200px) / 2);
  text-align: right;
  position: fixed;
  top: 94px;
  left: 0;
}
.app-splash-screen #tet-parallax__right {
  width: calc((100% - 1200px) / 2);
  text-align: left;
  position: fixed;
  top: 94px;
  right: 0;
}
.app-splash-screen [id*='tet-parallax__'] > #tet-parallax > img {
  width: 100%;
  margin-top: -10%;
  z-index: -1;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  pointer-events: none;
}
.app-splash-screen #tet-parallax__left > #tet-parallax > img {
  max-width: 400px;
}
.app-splash-screen #tet-parallax__right > #tet-parallax > img {
  max-width: 460px;
}
.app-splash-screen [id*='tet-parallax__'] > #tet-parallax > a > img {
  width: 100%;
  max-width: 240px;
  margin-top: 10%;
  padding: 0 10px;
}
.app-splash-screen #tet-parallax__left > #tet-parallax > a > img {
  width: 96.5%;
  max-width: 237px;
  margin-top: 5.5%;
}
.app-splash-screen #tet-parallax__right > #tet-parallax > a > img {
  margin-top: 6%;
}
@media screen and (min-width: 1921px) {
  .app-splash-screen [id*='tet-parallax__'] > #tet-parallax > img {
    margin-top: -3%;
  }
}
.app-splash-screen #fireworks > img {
  -webkit-animation-name: firework;
  -webkit-animation-duration: 12s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: firework;
  animation-duration: 3s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
@keyframes firework {
  0% {
    width: 0px;
  }
  80% {
    width: 80px;
  }
  100% {
    width: 80px;
  }
}
.app-splash-screen {
  background-color: #f6f7ff !important;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10000000;
}
.app-splash-screen img {
  width: 90px;
  margin-bottom: 30px;
}
.app-splash-screen span {
  margin-bottom: 30px;
}
.app-splash-screen .message {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 120px;
  transform: translateX(-50%);
  color: #f8e7dc;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  width: 100%;
}
.app-splash-screen .message h1 {
  word-break: break-word;
  white-space: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0;
}
.app-splash-screen .message h2 {
  margin: 0;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
}
.app-splash-screen .message h2 a {
  color: #f7be10;
  opacity: 0.8;
}
.app-splash-screen .message h2 a:hover {
  opacity: 1;
}
.app-splash-screen .next-button {
  position: fixed;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  z-index: 10000001;
  color: #2f3d70 !important;
}
.app-splash-screen .next-button .wrap-button {
  margin: 0 auto;
  text-align: center;
}
.app-splash-screen .next-button .btn-access {
  text-decoration: underline;
}
.app-splash-screen .next-button .button {
  display: inline-block;
  box-sizing: border-box;
  min-width: 100px;
  padding: 12px 33px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  background: #5e0d0c;
  outline: none;
  border-radius: 15px;
  border: 1px solid #4c0300;
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), /* highlight */ inset 0 0 6px #a23227, /* inner glow */ inset 0 80px 80px -40px #ac3223, /* gradient */ 1px 1px 3px rgba(0, 0, 0, 0.75);
  /* shadow */
  position: relative;
  overflow: visible;
  /* IE9 & 10 */
  transition: 500ms linear;
}
.app-splash-screen .next-button .button::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -3px;
  right: 0;
  height: 23px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAXCAYAAACS5bYWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABFpJREFUeNrUV0tIo1cUvpkYjQ4xxSA6DxuNqG0dtaUKOgs3s6i0dFd3pSsXdjeIixakiGA34sZuXCkoONLFwJTK4GMYLYXg29gatTpiXurkbd7vv9/5ub+IxuhA7eiFQ5Kbc8/57ne/e87/ywRBYLdl3GG3aNwqsLJ0k0tLS+fmcnNzWUVFBVMoFGx2djarvLxcm5OTw+bm5iytra2xc4ExNjY27iqVyvvwK6CpeDzuCYVC1urq6qDA9UcfPp+PHR4esmAwKK6tr68/l5/8rgQ2Ozub1dbWyiYmJooaGxt/VqvV38jlchX9l0qlwoFA4DWS/RKLxRxFRUVf5+XlPcaaT2AP0sVPJBL2SCRiAPBpu93+vKamZo/Ae71eZjabWV1dXVqw7CKwp43ksrCw8Bhg7MJ/PLDZ5PHx8cz29vYT5JGD/bSYLgTrcDgYdk6siSc6NjZWDaAe4ZoHQL+cmZnRpZPnhWDpD8kw7uKo9ML/NMCsd2tr61vkzboMrEyv138M7TyLRqMWMBsX3sMgaZhMpp+AR5EJrCocDpuEGzKg4x8khs+CVWxubvZfR9JkMik4nU7BarUKLpeLmLsKuwIqTLynp4fqmIzASrqQT09Pf1VVVfX0KsWZ6uHBwQHTaDSsoKAgo6/H4xHLEcrVyRwuEisrKzs5XrrIVAVwiUVDKRRrL+YI32ewdVhMApuHWvcj6vids6J2u90MF4yBHUZNgKoEBaRBQalJqFSqtJfUYrGIlQX+ydXVVTN+u0tKSjQNDQ1axJVl2iTypebn55d7e3v/kqoDgZU1NTU9LCws/Py0M+2ekuGincxJ3yF+18jIyHJLS0slQJUWFxczrBeBE0vE5tHRkbixlZWVfSR8gTX/0P5gH7S1tX3Z3t7+BW8qAvwSfr8/jA0EIRM/qoFtampqbW9vTw+XA+ojUruVd3Z2tvb19T2TQFEim81GgVJoCvvj4+NLOJZgaWmpemdn5y3a6BbcnJDAw8HBwac6ne6eqCW5XDwB3qVSqM9/DAwMUNy/eVLabT7sI25qwgujThCBhWE+mAt2yNc4SQKSZrOQQE1HS22VJkmPAGTr7+//fX19fRk+Zgq0trbGeFAKEAQT98BSqKOj47vm5uaa/Px8JeIk4GcaHh6eWlxcfAU/A8xG67BxAX3fwdcbYUpSDJ06Z49Ak8ZC3OL8f3YiA4PBYKdLQ2AJ9OTk5GpXV9cQiCVh79M94QtlPLDUE/1gPNrd3f0W33W4cBoco48zQuy/IZYAMnGqlSc4c66L9JruQUaSARXeT8HGKzxAqFBekni6+h46+pMzGiJGMgTOJh1yU/KNEGDvZWvfBawkA9ppwGg0mrRa7SOI2g+gxOgbJIpdFpj72PnxSnPX8vqRxTURgBQWKisrH+GThOm+CtAzoK/9/Uiqq/6hoaHfdnd3jaOjo7/yY7yxbwqkWy3sQzpS2C6YirwvUJk0y7hurfyGRrnduPGvAAMASmo8wzeVwfsAAAAASUVORK5CYII=) no-repeat 0 0, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAAXCAYAAABOHMIhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABiZJREFUeNrsWMtPlFcUvzPMwIDysLyRR4uATDHWCiVgSmRlios2DeiiXUFs0nRBd6arxqQhJDapkYXhP4BqDKTQhZaFNQSCaBEVJjwdHsNr5DUMDDPDzPT3u7nTDEgRKrKgc5KT+z3uufec33de99P4fD4RpL2RNgjB3kn35MkTeRERESFiYmLkGBoaKnQ6nWSNRvPPZFxr+vv7k6KioiIdDsfa8vLyQkFBgcP3Bnel3MDAQArWI0eFhISE87nb7bZ7PJ4VvLYuLi5O5+fnu9+kMNfq6+tLjIyMzMY6KeBEbK/XarXReI3lPDZMWcc4v7GxYV1dXR3Jy8ub2E5HPvJ6vRSSDH0ku1wuAfsEZOV1IEFHoeNFdHS0yMrK2knR0Lm5uR+hxLdQMjbwHTZbB41h8RGwCdc9MzMzneHh4bGJiYlf4SN8ijkfwqiIncCAAR7Iz2GPSShudjqdfeCeqampvwBQfFxc3JdYqwTv8gB8/F48A8BgKecE14V+L7ju2tpae05OzkuCCZvkPOj8mizmC6vVKtmPu+bx48cC3qI1mUyFUOyywWD4SHlELBaLJmCHNcwAghuAOujtuF4FqHO4nsX4EsAS3I4TJ04ME1h8PDE9PS09TYZoY2Pj1729vd6lpSVfkDYTPG0UkfNDRUWFgQ5Gb2Mh0N29e9eG/GQfHh4W8/PzwUy/ObQ/gMfVVlZW1iAiZdQxp3nv3LljRoL/5erVq1UIxzSiiVD9X4EDYATynCwAzGO858hCQRoaGmJFZNJz8YIcBc4BF966dau6sLAwBxVSJCUlCSThQwuU3W6XkYUok1Vzm5znQx5bbm9v77p+/frPeNSNRzZ/ISBwrG4ZR48eLamtrf2+uLjYSEG9Xi/wTISFhQlWGXohyzO/CJlVl23KQRLbABoaHx+/Z1lUZ/Hq1SsJFj3JT3hmHx8fnydPTEzMj46OziHPW2w22wxeD4Kfgadh/4YEzU8Az4DhffAn5eXlX1y6dKkEoCTspAQ9Mjs7+0BBo8Fms1lkZGTsOo0QLLRNkvnR+fEJzIMHD0xtbW39CL8JTFtSbAOvBIyLHIGVm9VzE2gKuDAMSSpcT6KXyT137lx2cnLyMXhcGDb3wq3XuWF3d/fCzZs3P0c4v5eSknJQbYLo7Ox0gC2lpaVZ3Be67Th/dnZWoAJKsJC3XA8fPhxoamp6hMb+BaaMgWcUMGtszZjiFDNmvcDI91pzG0iY4ARwkwrxkcHBwUdgNrRMbnrqoRbkVzDcvn3bl5qaWsmcgFH4G8XdEGUWFhak51AuISFBnkoCTyFbyWKxCJwIxlC0fq2rq7tcVFRkRKskjh8/Lr0+kBjCCDV/knfdv3//WX19/R8IRRNemxlu4AXwKqM+EJwdj1HbPYSwh3sCPAJDABm2LLchCjS+5/kirKGhwWk0GrMuXrxYQuX9hm/XXTMXMY+srKwI5ApZrbYmZh7deEJhAUKjLe/pLTzSsCuHrK+1tbUJVe3P6upq87Vr174rKysrYHVj/uW+OH3IfEuw4F3ee/fuPQfAvwOs5yyE4CnlFOu7BWrTCWlreO6FACpBZGwUw4BvkANLobReHb3kGZYGsGzTq/zlO8AT1ru6uoZbWlqeA6gINJAfnz59OlVLoX8Jtebm5raampqfcMvQYgTknz9//sKVK1c+y83NTdIEuCnaKMuNGzd+6+np6cCtSTkAw9D9X8Dyh+dbgaaAC1XAnUlPTy+qqqq6cPbs2UzkmWjNljiDJzpwHFnCkW2yo6NjCKW8H54wjlezKvRT09LSTsJrz5w6dSoN+Yp51ADAPUj8VoDbDq9pxrwuJcNIYQllJTIi/xopBw/VA7DJp0+f9hA78CgL5F5C8J2CpoCj8sfA6WCe/FPRhsRlZmbGIs8Y4FFO5CJgtrSsvrRVGW1V93b1myoGnKAKEcHgnwsWpg1lNI0fphwrmdqbckeU18WrnlOjqp5/j7W3BWvfQVPKa5SBkcrYCNVB65TRTlWZ1lXiXVU5xbtlDb2SPaLWYwrgHIcqPg6Vc7fbX69Yoyqfa7/AeiegbWOEVhmsVcWDwPn224iDJgla8Hd38Hd3ELQgaIeI/hZgAIPEp0vmQJdoAAAAAElFTkSuQmCC) no-repeat 50% 0, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAXCAYAAACFxybfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAodJREFUeNrsVb1rWlEUv2pN/GqspKRSKFYXWzEloIWif0Fn6dJChQ7OQil0qd3EzcEpg0OgdHDr4CQODk7VRlLMEIVqApX4We0zflR9/Z1Ui4T34ksaaAYP/Hzc673n/M6550PG8zz73yKjn0wm83fDYDAwo9HINBrNnwOQg4MDs0ql2lQqlfdAWont7ng8Pjw+Ps44nc4G1pI9EXWaSOzt7TGO42aH5Pv7+08ajUZ0MBiUeXEZd7vdL5VK5fX29rZ+5tQiEmdxKrlcjsEYczgcynK5/BKKv/IXFNz/XiqVXkHdjUuRIA9SqdRD8or/R8Ez9fr9fqHVakUR4c2z0REjIQuHw2ZcrPBXLCA0RHTezEdHjIQqkUhEr9I4HOILhQLf6/VoOUFEvDMiQiToDx1Cdz+bzZ6bUFarlel0OkkVUK/XWbvdPoVer5fh3ntsfwJ+CJ2XA4p0Op1bpBgJyxDehQQ6nQ5DZXHBYDBZq9V+EhFUndnr9drEqoc2bwJbwGPgtohuVSwWe2Gz2TZMJpNgRKi6qtUqg2EWj8dTgUDgo0KhWPN4PC70EvXOzs67fD6/S6kiRIKeZA1YJ2MiJNbdbvfTUCjkV6vVK2hcDF8GI2w0GrGTkxM2HA5PDxaLxSOfz/cWEfk81X0XIMMFgJJ/srBjCgk8IdcfuVyuZ36//7nFYtkQyAMumUzuRiKRD0jMFLa+AZOpYwqgB/ziBVqmVBKUO7eAB/R0WG/Z7XaTVqtdbTabHJL6EK2djBaBPHA0NSqpbUsiMUeEBgpF4Q5AbZrmSJ/yEWgBTaBNHl9kdkgmMUeG7qwAq9PqovceTA3zlxlgsuswyuXsGsiSxJLEkoSY/BZgAEjRodi+uBruAAAAAElFTkSuQmCC) no-repeat 100% 0;
}
.app-splash-screen .next-button .button:hover {
  background: #a61715;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 40px #fff;
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), /* highlight */ inset 0 0 6px #da3b2c, /* inner glow */ inset 0 80px 80px -40px #dd4330, /* gradient */ 1px 1px 3px rgba(0, 0, 0, 0.75);
  /* shadow */
}
.app-splash-screen .next-button .button:focus {
  outline: none;
  /*FF*/
}
.app-splash-screen .next-button .button:active {
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.25), /* highlight */ inset 0 0 6px #da3b2c, /* inner glow */ inset 0 80px 80px -40px #dd4330, /* gradient */ 0px 1px 0px rgba(255, 255, 255, 0.25);
  /* shadow */
  transition: 50ms linear;
}
.app-splash-screen .lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1000000;
  top: 0;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
  display: none;
}
.app-splash-screen .lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 12px;
  height: 18px;
  border-radius: 50%;
  margin: 40px / 2;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 18px / 6 24px 3px #00f7a5;
  animation-name: flash-1;
  animation-duration: 2s;
}
.app-splash-screen .lightrope li:nth-child(2n + 1) {
  background: #00ffff;
  box-shadow: 0px 18px / 6 24px 3px rgba(0, 255, 255, 0.5);
  animation-name: flash-2;
  animation-duration: 0.4s;
}
.app-splash-screen .lightrope li:nth-child(4n + 2) {
  background: #f70094;
  box-shadow: 0px 18px / 6 24px 3px #f70094;
  animation-name: flash-3;
  animation-duration: 1.1s;
}
.app-splash-screen .lightrope li:nth-child(odd) {
  animation-duration: 1.8s;
}
.app-splash-screen .lightrope li:nth-child(3n + 1) {
  animation-duration: 1.4s;
}
.app-splash-screen .lightrope li:before {
  content: '';
  position: absolute;
  background: #222;
  width: 10px;
  height: 18px / 3;
  border-radius: 3px;
  top: -3px;
  left: 1px;
}
.app-splash-screen .lightrope li:after {
  content: '';
  top: -9px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 12px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.app-splash-screen .lightrope li:last-child:after {
  content: none;
}
.app-splash-screen .lightrope li:first-child {
  margin-left: -40px;
}
@keyframes flash-1 {
  0%,
  100% {
    background: #00f7a5;
    box-shadow: 0px 18px / 6 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 18px / 6 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@keyframes flash-2 {
  0%,
  100% {
    background: #00ffff;
    box-shadow: 0px 18px / 6 24px 3px #00ffff;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 18px / 6 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-3 {
  0%,
  100% {
    background: #f70094;
    box-shadow: 0px 18px / 6 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 18px / 6 24px 3px rgba(247, 0, 148, 0.2);
  }
}
.app-splash-screen #christmas-lights {
  height: 100%;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
  /* Simply changing the opacity of the SVG fill to create the glow effect for the bulbs */
  /* Made a set of ten animation delays to create a more random effect of lights blinking.  Simplest way without jumping through SVG hoops. */
}
.app-splash-screen #christmas-lights .light_cord {
  fill: none;
  stroke: #174700;
}
.app-splash-screen #christmas-lights .light_fixture {
  fill: #134413;
}
.app-splash-screen #christmas-lights .red_bulb {
  fill: #ca2128;
  stroke: #6d6d6d;
  stroke-miterlimit: 10;
}
.app-splash-screen #christmas-lights .green_bulb {
  fill: #2d754a;
  stroke: #6d6d6d;
  stroke-miterlimit: 10;
}
.app-splash-screen #christmas-lights .blue_bulb {
  fill: #2c3ea8;
  stroke: #6d6d6d;
  stroke-miterlimit: 10;
}
.app-splash-screen #christmas-lights .white_bulb {
  fill: #f5eed7;
  stroke: #6d6d6d;
  stroke-miterlimit: 10;
}
.app-splash-screen #christmas-lights .gold_bulb {
  fill: #ffcc5e;
  stroke: #6d6d6d;
  stroke-miterlimit: 10;
}
.app-splash-screen #christmas-lights .bulb {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: glow;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-name: glow;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes glow {
  0% {
    fill-opacity: 0.25;
  }
  100% {
    fill-opacity: 1;
  }
}
.app-splash-screen #christmas-lights .blink-1 {
  animation-delay: 0.6s;
}
.app-splash-screen #christmas-lights .blink-2 {
  animation-delay: 2s;
}
.app-splash-screen #christmas-lights .blink-3 {
  animation-delay: 2s;
}
.app-splash-screen #christmas-lights .blink-4 {
  animation-delay: 6s;
}
.app-splash-screen #christmas-lights .blink-5 {
  animation-delay: 2.5s;
}
.app-splash-screen #christmas-lights .blink-6 {
  animation-delay: 0.3s;
}
.app-splash-screen #christmas-lights .blink-7 {
  animation-delay: 2s;
}
.app-splash-screen #christmas-lights .blink-8 {
  animation-delay: 0.2s;
}
.app-splash-screen #christmas-lights .blink-9 {
  animation-delay: 0.95s;
}
.app-splash-screen #christmas-lights .blink-10 {
  animation-delay: 1.2s;
}
.app-splash-screen #splash-default {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.app-splash-screen #splash-default .loading-dot {
  font-size: 100px;
  margin-top: -80px;
  position: relative;
  animation: ease-in-out infinite alternate;
  animation-name: run;
  animation-duration: 1.2s;
  text-align: center;
}
@keyframes run {
  0% {
    left: -90px;
    color: #eee;
  }
  50% {
    color: #666;
  }
  100% {
    left: 90px;
    color: #eee;
  }
}
.app-splash-screen #load {
  position: absolute;
  width: 600px;
  height: 36px;
  left: 50%;
  top: 40%;
  margin-left: -300px;
  overflow: visible;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.app-splash-screen #load div {
  position: absolute;
  width: 20px;
  height: 36px;
  opacity: 0;
  font-family: Helvetica, Arial, sans-serif;
  animation: move 2s linear infinite;
  -o-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-animation: move 2s linear infinite;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: goldenrod;
}
.app-splash-screen #load div:nth-child(2) {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.app-splash-screen #load div:nth-child(3) {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.app-splash-screen #load div:nth-child(4) {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.app-splash-screen #load div:nth-child(5) {
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.app-splash-screen #load div:nth-child(6) {
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.app-splash-screen #load div:nth-child(7) {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    transform: rotate(-180deg);
    opacity: 0;
  }
}
.app-splash-screen .splash-xmas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.app-splash-screen #splash-xmas-santa {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #f6f7ff !important;
}
.app-splash-screen #splash-xmas-santa ::selection {
  background: rgba(255, 255, 0, 0.5);
}
.app-splash-screen #splash-xmas-santa .message h1,
.app-splash-screen #splash-xmas-santa .message h2 {
  color: #2f3d70 !important;
}
.app-splash-screen #splash-xmas-santa .window {
  width: 340px;
  height: 340px;
  background: #a0d5d3;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin-top: -60px;
  transform: translate(-50%, -50%);
  border: 10px solid #f8e7dc;
  overflow: hidden;
}
.app-splash-screen #splash-xmas-santa .santa {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.app-splash-screen #splash-xmas-santa .santa .body {
  width: 190px;
  height: 210px;
  background: #de2f32;
  position: relative;
  border-radius: 50%;
  top: 0;
  animation: bodyLaugh 4s linear infinite;
  transform: translateY(50%);
}
.app-splash-screen #splash-xmas-santa .santa .body:before {
  content: ' ';
  width: 7px;
  height: 7px;
  background: #f7be10;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px -18px 0px #f7be10, 0px 18px 0px #f7be10;
}
.app-splash-screen #splash-xmas-santa .santa .head {
  z-index: 2;
  position: absolute;
  bottom: 90px;
  left: 50%;
  animation: headLaugh 4s linear infinite;
  transform: translateX(-50%);
}
.app-splash-screen #splash-xmas-santa .santa .head .face {
  width: 120px;
  height: 130px;
  background: #edcab0;
  background: radial-gradient(#edcab0, #e9a982);
  border-radius: 50%;
  border: 3px solid #f8e7dc;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .redhat .whitepart {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 32px;
  background: #f8e7dc;
  border-radius: 50px;
  z-index: 4;
  box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.1);
}
.app-splash-screen #splash-xmas-santa .santa .head .face .redhat .redpart {
  width: 120px;
  height: 120px;
  background: #de2f32;
  position: absolute;
  top: -50px;
  left: 15px;
  border-radius: 50%;
  z-index: -1;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .redhat .redpart:before {
  content: ' ';
  width: 95px;
  height: 95px;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
  box-shadow: inset -8px -1px 0px -5px rgba(0, 0, 0, 0.05);
}
.app-splash-screen #splash-xmas-santa .santa .head .face .redhat .redpart:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 60px;
  background: #de2f32;
  width: 20px;
  height: 50px;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .redhat .hatball {
  width: 38px;
  height: 38px;
  background: #f8e7dc;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  right: -20px;
  top: 40px;
  box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.1);
}
.app-splash-screen #splash-xmas-santa .santa .head .face .eyes {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 57px;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .eyes:before,
.app-splash-screen #splash-xmas-santa .santa .head .face .eyes:after {
  content: ' ';
  position: absolute;
  width: 15px;
  height: 9px;
  top: 0;
  border: 5px solid #a8744f;
  border-width: 0;
  border-top-width: 5px;
  border-radius: 50%;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .eyes:before {
  left: -28px;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .eyes:after {
  right: -28px;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .beard {
  width: 55px;
  height: 55px;
  background: #f8e7dc;
  border-radius: 50%;
  position: absolute;
  bottom: -30px;
  left: 50%;
  animation: beardLaugh 4s linear infinite;
  transform: translateX(-50%);
}
.app-splash-screen #splash-xmas-santa .santa .head .face .beard:before,
.app-splash-screen #splash-xmas-santa .santa .head .face .beard:after {
  content: ' ';
  width: 80px;
  height: 80px;
  background: #f8e7dc;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .beard:before {
  left: -40px;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .beard:after {
  right: -40px;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .beard .nouse {
  width: 25px;
  height: 20px;
  border-radius: 50%;
  background: #edcab0;
  position: absolute;
  z-index: 3;
  box-shadow: inset -3px -3px 0px #e9a982;
  left: 50%;
  transform: translateX(-50%);
  top: -42px;
}
.app-splash-screen #splash-xmas-santa .santa .head .face .beard .mouth {
  background: #a8744f;
  z-index: 3;
  position: absolute;
  width: 15px;
  height: 5px;
  border-bottom-right-radius: 80px 50px;
  border-bottom-left-radius: 80px 50px;
  left: 50%;
  top: 0;
  animation: mouthLaugh 4s linear infinite;
  transform: translateX(-50%);
}
.app-splash-screen #splash-xmas-santa .santa .head .ears:before,
.app-splash-screen #splash-xmas-santa .santa .head .ears:after {
  content: ' ';
  width: 20px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(#e9a982, #edcab0);
  position: absolute;
  top: 50%;
  z-index: -1;
}
.app-splash-screen #splash-xmas-santa .santa .head .ears:before {
  left: -8px;
  transform: rotate(-10deg);
}
.app-splash-screen #splash-xmas-santa .santa .head .ears:after {
  right: -8px;
  transform: rotate(10deg);
}
@keyframes bodyLaugh {
  0% {
    top: 0px;
  }
  2% {
    top: -3px;
  }
  4% {
    top: 0px;
  }
  8% {
    top: -3px;
  }
  10% {
    top: 0px;
  }
  12% {
    top: -3px;
  }
  14% {
    top: 0px;
  }
  18% {
    top: -3px;
  }
  20% {
    top: 0px;
  }
  22% {
    top: -3px;
  }
  24% {
    top: 0px;
  }
  28% {
    top: -3px;
  }
  30% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes beardLaugh {
  0% {
    bottom: -28px;
  }
  2% {
    bottom: -30px;
  }
  4% {
    bottom: -28px;
  }
  8% {
    bottom: -30px;
  }
  10% {
    bottom: -28px;
  }
  12% {
    bottom: -30px;
  }
  14% {
    bottom: -28px;
  }
  18% {
    bottom: -30px;
  }
  20% {
    bottom: -28px;
  }
  22% {
    bottom: -30px;
  }
  24% {
    bottom: -28px;
  }
  28% {
    bottom: -30px;
  }
  30% {
    bottom: -28px;
  }
  100% {
    bottom: -28px;
  }
}
@keyframes headLaugh {
  0% {
    bottom: 83px;
  }
  45% {
    bottom: 83px;
  }
  50% {
    bottom: 90px;
  }
  92% {
    bottom: 90px;
  }
  98% {
    bottom: 83px;
  }
  100% {
    bottom: 83px;
  }
}
@keyframes mouthLaugh {
  0% {
    width: 20px;
  }
  45% {
    width: 20px;
  }
  50% {
    width: 15px;
  }
  92% {
    width: 15px;
  }
  98% {
    width: 20px;
  }
  100% {
    width: 20px;
  }
}
.app-splash-screen #splash-xmas-night {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #35a66f;
  text-align: center;
}
.app-splash-screen #splash-xmas-night #christmas {
  margin-top: 30px;
  background: #162a4e;
  border-radius: 50%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMWQzOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMzE1OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: linear-gradient(#0c1d38, #1a3158);
  position: relative;
  width: 182px;
  height: 182px;
  overflow: hidden;
  /* iOS hack for border radius bleed with transforms */
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.app-splash-screen #splash-xmas-night #christmas .ground {
  border-top-right-radius: 130px 40px;
  position: absolute;
  width: 133px;
  height: 61px;
  left: 0;
  bottom: 0;
  background: white;
}
.app-splash-screen #splash-xmas-night #christmas .ground:before {
  border-radius: 50%;
  content: ' ';
  position: absolute;
  width: 130px;
  height: 100px;
  top: 10px;
  right: -60px;
  background: white;
}
.app-splash-screen #splash-xmas-night #christmas .ground:after {
  border-radius: 50%;
  content: ' ';
  position: absolute;
  width: 70px;
  height: 70px;
  top: 5px;
  right: -75px;
  background: white;
}
.app-splash-screen #splash-xmas-night #christmas .tree {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #23915b transparent;
}
.app-splash-screen #splash-xmas-night #christmas .tree:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #23915b transparent;
}
.app-splash-screen #splash-xmas-night #christmas .tree:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #23915b transparent;
}
.app-splash-screen #splash-xmas-night #christmas .tree.left {
  left: 28px;
  bottom: 78px;
  border-width: 0 18px 24px 18px;
}
.app-splash-screen #splash-xmas-night #christmas .tree.left:before {
  top: 10px;
  left: -21px;
  border-width: 0 21px 28px 21px;
}
.app-splash-screen #splash-xmas-night #christmas .tree.left:after {
  top: 22px;
  left: -24px;
  border-width: 0 24px 32px 24px;
}
.app-splash-screen #splash-xmas-night #christmas .tree.left .snow {
  border-radius: 50%;
  box-shadow: -2px 2px 0 0 white, 2px 2px 0 0 white, -3px 3px 0 0 white, 3px 3px 0 0 white, -12px 14px 0 0 white, -13px 17px 0 1px white, -16px 19px 0 0 white, -9px 16px 0 0 white, -5px 15px 0 2px white, -9px 13px 0 0 white, 6px 15px 0 2px white, 0 13px 0 1px white, 11px 14px 0 1px white, 13px 17px 0 1px white, 15px 19px 0 0 white;
  position: absolute;
  top: 1px;
  left: -3px;
  width: 6px;
  height: 6px;
  background: white;
  z-index: 1;
}
.app-splash-screen #splash-xmas-night #christmas .tree.left .snow:after {
  border-radius: 50%;
  box-shadow: -14px 14px 0 0 white, -15px 17px 0 1px white, -18px 19px 0 0 white, -9px 16px 0 0 white, -5px 15px 0 2px white, -9px 13px 0 0 white, 6px 15px 0 2px white, 0 13px 0 1px white, 12px 17px 0 3px white, 16px 17px 0 1px white, 18px 19px 0 0 white, 11px 20px 0 1px white, 16px 20px 0 1px white, 18px 22px 0 1px white, 21px 25px 0 0 white, -2px 27px 0 1px white;
  content: ' ';
  position: absolute;
  top: 14px;
  left: 0px;
  width: 6px;
  height: 6px;
  background: white;
  z-index: 1;
}
.app-splash-screen #splash-xmas-night #christmas .tree.right {
  left: 60px;
  bottom: 45px;
  border-width: 0 18px 24px 18px;
}
.app-splash-screen #splash-xmas-night #christmas .tree.right:before,
.app-splash-screen #splash-xmas-night #christmas .tree.right:after {
  display: none;
}
.app-splash-screen #splash-xmas-night #christmas .tree.right .snow {
  border-radius: 50%;
  box-shadow: -1px 2px 0 0 white, -2px 3px 0 0 white, 2px 2px 0 0 white, 3px 3px 0 0 white, 4px 4px 0 0 white, 6px 6px 0 0 white, 6px 15px 0 0 white, 8px 16px 0 0 white, 10px 16px 0 0 white, 11px 16px 0 0 white, -5px 13px 0 0 white, -7px 12px 0 0 white;
  position: absolute;
  top: 0;
  left: -3px;
  width: 6px;
  height: 6px;
  background: white;
}
.app-splash-screen #splash-xmas-night #christmas .flake {
  animation: snow infinite linear 30s;
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
}
.app-splash-screen #splash-xmas-night #christmas .flake.large {
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-1 {
  animation-duration: 20s;
  left: 15px;
  margin-top: 86px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-2 {
  animation-duration: 23s;
  left: 32px;
  margin-top: 52px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-3 {
  animation-duration: 32s;
  left: 64px;
  margin-top: 15px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-4 {
  animation-duration: 21s;
  left: 69px;
  margin-top: 34px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-5 {
  animation-duration: 24s;
  left: 70px;
  margin-top: 72px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-6 {
  animation-duration: 16s;
  left: 90px;
  margin-top: 97px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-7 {
  animation-duration: 34s;
  left: 102px;
  margin-top: 81px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-8 {
  animation-duration: 37s;
  left: 102px;
  margin-top: 40px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-9 {
  animation-duration: 35s;
  left: 108px;
  margin-top: 67px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-10 {
  animation-duration: 23s;
  left: 90px;
  margin-top: 11px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-11 {
  animation-duration: 27s;
  left: 126px;
  margin-top: 55px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-12 {
  animation-duration: 29s;
  left: 131px;
  margin-top: 27px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-13 {
  animation-duration: 24s;
  left: 128px;
  margin-top: 112px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-14 {
  animation-duration: 23s;
  left: 146px;
  margin-top: 72px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-15 {
  animation-duration: 19s;
  left: 147px;
  margin-top: 102px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-16 {
  animation-duration: 22s;
  left: 166px;
  margin-top: 100px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-17 {
  animation-duration: 18s;
  left: 177px;
  margin-top: 73px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-18 {
  animation-duration: 26s;
  left: 22px;
  margin-top: 79px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-19 {
  animation-duration: 20s;
  left: 31px;
  margin-top: 41px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-20 {
  animation-duration: 19s;
  left: 38px;
  margin-top: 56px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-21 {
  animation-duration: 31s;
  left: 56px;
  margin-top: 43px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-22 {
  animation-duration: 20s;
  left: 89px;
  margin-top: 57px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-23 {
  animation-duration: 18s;
  left: 90px;
  margin-top: 30px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-24 {
  animation-duration: 28s;
  left: 100px;
  margin-top: 119px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-25 {
  animation-duration: 29s;
  left: 114px;
  margin-top: 14px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-26 {
  animation-duration: 25s;
  left: 127px;
  margin-top: 84px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-27 {
  animation-duration: 26s;
  left: 134px;
  margin-top: 114px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-28 {
  animation-duration: 34s;
  left: 145px;
  margin-top: 49px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-29 {
  animation-duration: 29s;
  left: 148px;
  margin-top: 42px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-30 {
  animation-duration: 23s;
  left: 157px;
  margin-top: 70px;
}
.app-splash-screen #splash-xmas-night #christmas .flake.f-31 {
  animation-duration: 18s;
  left: 165px;
  margin-top: 78px;
}
@keyframes snow {
  0% {
    transform: translateY(-110px);
  }
  100% {
    transform: translateY(160px);
  }
}
.app-splash-screen #splash-xmas-house {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #84cedb;
  text-align: center;
}
.app-splash-screen #splash-xmas-house .fond {
  padding-top: 85px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #84cedb;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app-splash-screen #splash-xmas-house .contener_home_one {
  width: 150px;
  height: 76px;
  position: relative;
  z-index: 0;
  text-align: center;
}
.app-splash-screen #splash-xmas-house .home_base {
  position: absolute;
  bottom: 0px;
  background-color: #d75f3d;
  width: 125px;
  left: 14px;
  height: 40px;
}
.app-splash-screen #splash-xmas-house .triangle {
  left: 8px;
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 36px solid #ffffff;
}
.app-splash-screen #splash-xmas-house .parallelogram {
  left: 34px;
  position: absolute;
  width: 102px;
  height: 36px;
  -webkit-transform: skew(26deg);
  -moz-transform: skew(26deg);
  -o-transform: skew(26deg);
  background-color: #ffffff;
}
.app-splash-screen #splash-xmas-house .door {
  background-color: #742e1a;
  z-index: 1;
  width: 15px;
  height: 25px;
  position: absolute;
  bottom: 0px;
  left: 65px;
}
.app-splash-screen #splash-xmas-house .window_one {
  background-color: #f9eb32;
  z-index: 1;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 10px;
  left: 32px;
  -webkit-animation: light 1.8s linear;
  -webkit-animation-iteration-count: infinite;
}
.app-splash-screen #splash-xmas-house .window_two {
  background-color: #f9eb32;
  z-index: 1;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 10px;
  left: 95px;
  -webkit-animation: light 1.4s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: light 1.4s linear;
  -moz-animation-iteration-count: infinite;
  -ms-animation: light 1.4s linear;
  -ms-animation-iteration-count: infinite;
  animation: light 1.4s linear;
  animation-iteration-count: infinite;
}
.app-splash-screen #splash-xmas-house .christmas_tree {
  right: -20px;
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 70px solid #639da8;
}
.app-splash-screen #splash-xmas-house .mountain_one {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 0px;
  height: 0px;
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  border-bottom: 220px solid #75b7c3;
}
.app-splash-screen #splash-xmas-house .sub_mountain_one {
  position: absolute;
  top: 0px;
  left: -30px;
  z-index: -1;
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 40px solid #ffffff;
}
.app-splash-screen #splash-xmas-house .sub_mountain_two {
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: -1;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #ffffff;
}
.app-splash-screen #splash-xmas-house .mountain_two {
  position: absolute;
  left: -175px;
  bottom: 0;
  z-index: -1;
  width: 0px;
  height: 0px;
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  border-bottom: 330px solid #75b7c3;
}
.app-splash-screen #splash-xmas-house .fireplace {
  background-color: #d75f3d;
  z-index: 1;
  width: 15px;
  height: 25px;
  position: absolute;
  top: -10px;
  right: 30px;
}
.app-splash-screen #splash-xmas-house .fireplace_top {
  background-color: #ffffff;
  z-index: 1;
  width: 20px;
  height: 5px;
  position: absolute;
  top: -15px;
  right: 28px;
}
.app-splash-screen #splash-xmas-house .lutin_head {
  background-color: #f7d496;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 20px;
  left: -45px;
  position: absolute;
  z-index: 1;
}
.app-splash-screen #splash-xmas-house .lutin_body {
  background-color: #637a15;
  width: 20px;
  height: 20px;
  top: 45px;
  left: -40px;
  position: absolute;
}
.app-splash-screen #splash-xmas-house .lutin_jb1 {
  background-color: #637a15;
  width: 7px;
  height: 15px;
  top: 60px;
  left: -40px;
  border-bottom: 5px solid #323d0b;
  position: absolute;
}
.app-splash-screen #splash-xmas-house .lutin_jb2 {
  background-color: #637a15;
  width: 7px;
  height: 15px;
  top: 60px;
  left: -27px;
  border-bottom: 5px solid #323d0b;
  position: absolute;
}
.app-splash-screen #splash-xmas-house .lutin_arm1 {
  background-color: #637a15;
  width: 23px;
  height: 7px;
  top: 47px;
  left: -57px;
  border-left: 5px solid #f7d496;
  position: absolute;
}
.app-splash-screen #splash-xmas-house .lutin_arm2 {
  background-color: #637a15;
  width: 23px;
  height: 7px;
  top: 47px;
  left: -27px;
  border-right: 5px solid #f7d496;
  position: absolute;
}
.app-splash-screen #splash-xmas-house .lutin_top {
  top: -5px;
  left: -48px;
  width: 0px;
  height: 0px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 36px solid #637a15;
  position: absolute;
  z-index: 2;
}
.app-splash-screen #splash-xmas-house .lutin_pom {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -10px;
  left: -35px;
  position: absolute;
  z-index: 3;
}
.app-splash-screen #splash-xmas-house .lutz {
  position: relative;
  -webkit-animation: lutz 0.4s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: lutz 0.4s linear;
  -moz-animation-iteration-count: infinite;
  -ms-animation: lutz 0.4s linear;
  -ms-animation-iteration-count: infinite;
  animation: lutz 0.4s linear;
  animation-iteration-count: infinite;
}
@keyframes lutz {
  0% {
    bottom: 0px;
  }
  70% {
    bottom: 10px;
  }
  10% {
    bottom: 0px;
  }
}
.app-splash-screen #splash-xmas-house .snowflakes {
  top: 0px;
  width: 100px;
  right: 0;
  animation: snowflakes 3s linear infinite;
}
.app-splash-screen #splash-xmas-house .contener_snow {
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -150px;
}
.app-splash-screen #splash-xmas-house .snowflake {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.app-splash-screen #splash-xmas-house .snowflakes .snowflake {
  position: relative;
}
.app-splash-screen #splash-xmas-house .snowflake:nth-child(1) {
  animation: snowflake 9s 0.2s ease-in-out infinite;
  top: 20px;
  left: 50px;
}
.app-splash-screen #splash-xmas-house .snowflake:nth-child(2) {
  animation: snowflake 9s 0.2s ease-in-out infinite reverse;
  top: -50px;
  left: -20px;
}
.app-splash-screen #splash-xmas-house .snowflake:nth-child(3) {
  animation: snowflake 9s 0.2s ease-in-out infinite;
  top: 20px;
  left: 60px;
}
.app-splash-screen #splash-xmas-house .snowflake:nth-child(4) {
  animation: snowflake 9s 0.4s ease-in-out infinite reverse;
  top: -60px;
  left: -10px;
}
.app-splash-screen #splash-xmas-house .snowflake:nth-child(5) {
  animation: snowflake 9s 0.3s ease-in-out infinite reverse;
  top: 30px;
  left: 30px;
}
.app-splash-screen #splash-xmas-house .snowflake:nth-child(6) {
  animation: snowflake 9s 0.4s ease-in-out infinite reverse;
  top: 10px;
  left: 0px;
}
.app-splash-screen #splash-xmas-house .snowflake:nth-child(7) {
  animation: snowflake 9s 0.2s ease-in-out infinite reverse;
  top: 60px;
  left: -50px;
}
.app-splash-screen #splash-xmas-house .snowflake:nth-child(8) {
  animation: snowflake 9s 0.3s ease-in-out infinite reverse;
  top: -40px;
  left: 40px;
}
@keyframes snowflakes {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  to {
    transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes snowflake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(350px);
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .app-splash-screen #christmas-lights {
    height: auto;
  }
}

.custom-modal-confirm {
  width: max-content !important;
  min-width: 300px !important;
}
.custom-modal-confirm .ant-modal-content {
  border-radius: 4px;
  padding: 16px 24px;
}
.custom-modal-confirm .ant-modal-content .ant-btn {
  border-radius: 4px;
}
.custom-modal-confirm .ant-modal-confirm-paragraph {
  align-items: center;
  max-width: 100%;
}
.custom-modal-confirm .ant-modal-confirm-btns {
  text-align: center;
}
.custom-modal-confirm .ant-modal-confirm-title .anticon {
  font-size: 68px;
}

.error-avatar {
  width: 100% !important;
  height: auto !important;
}
.error-code {
  color: #434e59 !important;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.error-title {
  color: #434e59 !important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.error-description {
  color: rgba(0, 0, 0, 0.45) !important;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

body {
  margin: 0 !important;
  font-size: 16px !important;
  font-family: 'Inter', sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.5715;
  background-color: #fff;
  font-variant: tabular-nums;
  font-feature-settings: 'tnum', "tnum";
}

.cke_dialog_tab[title='Upload'],
.cke_dialog_tab[title='Link'] {
  display: none !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  overflow: hidden;
}

#root {
  height: 100vh !important;
  height: 100dvh !important;
  /* Override cho trình duyệt hỗ trợ */
  overflow: hidden;
}

/* Fallback an toàn cho mobile */
@media (max-width: 768px) {
  #root {
    height: 100dvh !important;
  }

  /* Fallback cho trình duyệt cũ */
  @supports not (height: 100dvh) {
    #root {
      height: calc(100vh - env(keyboard-inset-height, 0px)) !important;
    }
  }
}

iframe#webpack-dev-server-client-overlay {
  display: none !important
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
.small {
  font-size: 12px;
}
.m-1 {
  margin: 4px;
}
.m-4 {
  margin: 1rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.-mb-2 {
  margin-bottom: -8px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 12px !important;
}
.mt-6 {
  margin-top: 30px !important;
}
.mt-30 {
  margin-top: 150px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-3 {
  margin-left: 15px !important;
}
.ml-4 {
  margin-left: 28px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 15px !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.p-1 {
  padding: 5px;
}
.p-1rem {
  padding: 1rem;
}
.p-2 {
  padding: 10px;
}
.p-3 {
  padding: 12px;
}
.p-8 {
  padding: 8px;
}
.p-1-rem {
  padding: 1rem;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pb-3 {
  padding-bottom: 15px !important;
}
.pb-6 {
  padding-bottom: 30px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pt-3 {
  padding-top: 15px !important;
}
.pt-4 {
  padding-top: 30px !important;
}
.pt-5 {
  padding-top: 60px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.pl-3 {
  padding-left: 15px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pr-3 {
  padding-right: 15px !important;
}
.pr-4 {
  padding-right: 20px !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-8px {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-5 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
/* Consolidated Text Color Utilities */
.text-muted {
  color: rgba(0, 0, 0, 0.6) !important;
}
.text-primary {
  color: #1890FF !important;
}
.text-primary-2 {
  color: #242B63 !important;
}
.text-secondary {
  color: #AC9D64 !important;
}
.text-success {
  color: #28a745 !important;
}
.text-danger {
  color: #ff5f61 !important;
}
.text-dart {
  color: #c4c4c4 !important;
}
/* Text align */
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.only-scroll-y {
  overflow: hidden scroll;
}
/* Grid */
.row {
  display: flex !important;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row .col,
.row .col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-fit {
  width: fit-content !important;
}
.w-100px {
  width: 100px !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.max-h-100 {
  max-height: 100% !important;
}
.min-h-1 {
  min-height: 1rem !important;
}
.h-100px {
  height: 100px;
}
.h-fit {
  height: fit-content !important;
}
.border {
  border: 1px solid #cccccc;
}
.border-primary {
  border: 1px solid #1890FF;
}
.border-t {
  border-top: 1px solid #cccccc;
}
.border-b {
  border-bottom: 1px solid #cccccc;
}
.border-r {
  border-right: 1px solid #cccccc;
}
.border-l {
  border-left: 1px solid #cccccc;
}
.rounded {
  border-radius: 8px !important;
}
.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.bg-primary {
  background-color: #1890FF !important;
}
.bg-selected {
  background-color: #FFF5D6 !important;
}
.bg-warning {
  background-color: #fff1cc !important;
}
.bg-close {
  background-color: #6f849f !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-second {
  background-color: #f9f9f8 !important;
}
.bg-header {
  background-color: #fafafa !important;
}
.bg-yellow .ant-table-cell {
  background-color: #FFF5D6 !important;
}
.bg-blue .ant-table-cell {
  background-color: #E3EEFD !important;
}
.hover-pointer {
  cursor: pointer;
}
.text-black {
  color: #011833;
}
.text-white {
  color: #ffffff;
}
.text-blue {
  color: #4f46e5;
}
.box {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.font-semibold {
  font-weight: 600;
}
.border-config-payment-col {
  border-right: 1px solid #d9d9d9;
  /* hoặc màu và độ dày bạn muốn */
}
.overflow-auto {
  overflow: auto;
}

/* Custom focus box-shadow for all form inputs */
.ant-input:focus,
.ant-input-focused,
.ant-input:focus-within,
.ant-select:not(.ant-select-disabled):focus .ant-select-selector,
.ant-select:not(.ant-select-disabled).ant-select-focused .ant-select-selector,
.ant-picker:focus,
.ant-picker.ant-picker-focused,
.ant-input-number:focus,
.ant-input-number-focused,
.ant-cascader-picker:focus .ant-cascader-input,
.ant-cascader-picker.ant-cascader-picker-focused .ant-cascader-input,
.ant-tree-select:not(.ant-tree-select-disabled):focus .ant-select-selector,
.ant-tree-select:not(.ant-tree-select-disabled).ant-tree-select-focused .ant-select-selector,
.ant-auto-complete:not(.ant-auto-complete-disabled):focus .ant-select-selector,
.ant-auto-complete:not(.ant-auto-complete-disabled).ant-auto-complete-focused .ant-select-selector {
  box-shadow: 0 0 0 2px #0008192e !important;
}
input {
  border-style: solid;
}
input:-webkit-autofill::first-line,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  font-size: 16px;
}
/* LAYOUT */
.ant-layout {
  background: #F2F4F8 !important;
}
.ant-layout.site-layout {
  background-color: #f2f4f8 !important;
  width: 80vw;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 0 !important;
}
/* AVATAR */
.ant-upload-picture-card-wrapper.circle .ant-upload-select.ant-upload-select-picture-card {
  border-radius: 50%;
  padding: 10px;
}
.ant-upload-picture-card-wrapper.circle .ant-upload-select.ant-upload-select-picture-card .avatar-picture {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* BUTTON */
.ant-btn-round {
  height: 40px;
  border-radius: 16px;
}
/* TAB */
.ant-tabs {
  height: 100%;
}
.ant-tabs .ant-tabs-tab {
  margin: 0 !important;
  padding: 0.3rem 1rem;
  position: relative;
}
.ant-tabs .ant-tabs-tab .ant-tabs-tab-btn span {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-tabs .ant-tabs-tab::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 40%;
  background-color: #e8e8e8;
}
.ant-tabs .ant-tabs-content {
  height: 100%;
}
.ant-tabs .ant-tabs-content .ant-tabs-tabpane-active {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-tabs .ant-tabs-tabpane:focus-visible {
  outline-width: 0px !important;
}
.tab-with-extra-content .ant-tabs-nav-wrap {
  flex: none !important;
  margin-right: 8px !important;
}
@media (max-width: 768px) {
  .tab-with-extra-content .ant-tabs-nav-wrap {
    width: calc(100% - 32px);
  }
}
.cus-spin-100 .ant-spin-nested-loading {
  height: 100%;
}
.cus-spin-100 .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}
.custom-tabs-lv2 {
  flex: 1 1;
  overflow: hidden;
}
.ant-tabs-tab-btn {
  outline: none !important;
}
.ant-btn > span {
  font-weight: 600;
}
.button-primary {
  border: none;
  background-color: #1890FF !important;
  color: white;
  margin: 0 3px;
}
.red-button {
  border: 1px solid #EF4444 !important;
  background-color: #EF4444 !important;
  color: white;
  margin: 0 3px;
}
.red-button:hover {
  background-color: #db2828 !important;
  border: 1px solid #db2828 !important;
  color: white !important;
}
.button-secondary {
  border: none;
  font-size: medium;
  background-color: #e8e8e8 !important;
  margin: 0 3px;
}
.button-remove {
  border: none;
  background-color: #b81132 !important;
  color: white;
  margin: 0 3px;
}
.button-get-template {
  border-radius: 8px !important;
  background-color: #fec10c1a !important;
}
.button-purple {
  background-color: #681fad !important;
  color: #fff;
}
.button-purple:hover {
  color: #fff !important;
}
.button-approve {
  background-color: #1E854A !important;
  color: #fff;
}
.button-approve:hover {
  color: #fff !important;
}
.button-reject {
  background-color: #961212 !important;
  color: #fff;
}
.button-reject:hover {
  color: #fff !important;
}
.ant-btn-color-default.ant-btn-background-ghost {
  color: #1890FF;
}
.ant-btn-variant-solid:disabled {
  color: #ffffff;
}
.ant-btn-color-dangerous.ant-btn-variant-outlined {
  font-weight: 600;
  background-color: #FEE2E2;
}
.ant-btn-color-dangerous.ant-btn-variant-outlined:hover {
  background-color: #fff3f3 !important;
}
.ant-btn.ant-btn-primary {
  filter: drop-shadow(0px 8px 24px rgba(24, 144, 255, 0.1));
  background: #1890FF;
  box-shadow: none;
  text-shadow: none;
}
.ant-btn.ant-btn-primary:hover {
  background: #65b5ff !important;
  filter: drop-shadow(0px 1px 8px 1px rgba(24, 144, 255, 0.24));
}
.ant-btn.ant-btn-lg.btn-icon-customize {
  padding-left: 6.4px;
}
.ant-btn.ant-btn-lg.btn-icon-customize .btn-icon {
  background: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 12px;
}
.ant-btn.ant-btn-lg.btn-icon-customize .btn-icon > .anticon {
  display: inline-block;
  vertical-align: middle;
}
.ant-btn.success,
.ant-btn.success:hover {
  border: 1px solid #89bf04;
  color: #89bf04;
  background: white;
}
.ant-btn.success:hover {
  opacity: 0.9;
}
.ant-btn.success[disabled],
.ant-btn.success[disabled]:active,
.ant-btn.success[disabled]:focus,
.ant-btn.success[disabled]:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.text-error {
  color: red;
}
.text-link {
  color: #4B5C71;
  text-decoration: underline;
}
.text-link-v2 {
  color: #2f80ed;
}
.text-link-v2:hover {
  color: #1a66b8;
}
.text-link-hover:hover {
  text-decoration: underline;
}
.content-right {
  display: flex;
  flex-direction: row-reverse;
}
.btn-primary-outlined {
  border: 1px solid rgba(110, 186, 196, 0.4) !important;
  box-sizing: border-box;
  border-radius: 1000px;
}
.btn-icon-right {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.btn-icon-right .anticon {
  margin-left: 10px;
}
.custom-buttom {
  border-radius: 4px !important;
  color: #000 !important;
}
.custom-buttom-cancle {
  background-color: #dee3ed !important;
}
.custom-buttom-save {
  background-color: #1890FF !important;
  color: white;
}
.custom-buttom-drawe {
  background-color: #dee3ed !important;
}
.item-header-drawer {
  font-weight: 500;
  font-size: 14px;
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
}
/* COMMENT */
.wrap-comments .ant-comment .ant-comment-inner {
  padding: 0;
  padding-bottom: 10px;
}
/* AVATAR */
.ant-upload-picture-card-wrapper {
  display: flex !important;
}
.ant-switch {
  outline: 0px !important;
}
/* LIST */
.ant-list {
  color: inherit;
}
/* BUTTON */
.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 11px !important;
  vertical-align: baseline;
}
.custom-table-antd .ant-table {
  font-size: 13px !important;
}
.custom-table-antd .ant-table .ant-table-column-sorter {
  flex: 0 1;
}
.custom-table-antd .ant-table .ant-table-thead > tr > th {
  background-color: #f7f7f7;
}
.custom-table-antd .ant-table .ant-table-thead > tr > th {
  font-weight: 700;
}
.custom-table-antd .ant-table .ant-table-thead > tr > th,
.custom-table-antd .ant-table .ant-table-tbody > tr:not([aria-hidden="true"]) > td {
  padding: 6px !important;
}
.custom-table-antd .ant-table .ant-table-thead > tr > th::before {
  width: 0px !important;
}
.custom-table-antd .ant-table-tbody .ant-table-cell {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.custom-table-antd .row-error-highlight {
  background: #ff978f2c !important;
}
.custom-table-antd .cell-error-highlight {
  background-color: #ff968f !important;
}
.ant-table-wrapper .ant-table-tbody .ant-table-row.ant-table-row-selected > .ant-table-cell {
  background: #e6e5ef;
}
.header-table-cusstom {
  background-color: #dee3ed;
  padding: 3px 0px;
  display: flex;
  font-weight: bold;
  justify-content: center;
  border-radius: 8px 8px 0px 0px;
}
.expand-table {
  padding: 8px 4px 8px 20px;
  background-color: white;
}
/* PAGINATION */
.ant-pagination {
  display: flex;
}
.ant-pagination .ant-pagination-total-text {
  margin-right: auto;
}
.ant-pagination .ant-pagination-item {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  margin: 0 4px !important;
}
.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active) {
  border: 1px solid #cccccc;
}
.ant-pagination .ant-pagination-item.ant-pagination-item-active {
  border: 1px solid #1890FF;
}
/* CARD */
.ant-card {
  border-radius: 0px;
}
.ant-card .ant-card-body {
  padding: 12px;
  width: 100%;
  border-radius: 8px;
}
.ant-card .ant-card-cover {
  margin-right: 0;
  margin-left: 0;
}
.ant-card-border-25 {
  border-radius: 25px !important;
}
.card-hightlight {
  border: 1px solid #1890FF;
}
.card-container p {
  margin: 0;
}
/* MENU */
.ant-menu {
  color: #000000 !important;
}
.ant-menu > .ant-menu-item:hover,
.ant-menu > .ant-menu-submenu:hover,
.ant-menu > .ant-menu-item-active,
.ant-menu > .ant-menu-submenu-active,
.ant-menu > .ant-menu-item-open,
.ant-menu > .ant-menu-submenu-open,
.ant-menu > .ant-menu-submenu-selected {
  border-bottom: 0px;
}
.ant-menu > .ant-menu-item-selected {
  background-color: #E6F7FF;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: rgba(24, 144, 255, 0.12) !important;
  border-bottom: 0px !important;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: black !important;
  font-weight: bold;
}
.ant-menu-bar {
  border-radius: 8px;
}
.label-switch-form {
  top: -6px;
  position: relative;
  display: flex;
  gap: 2px;
  align-items: center;
  overflow: hidden;
}
.label-switch-form .ant-form-item {
  margin-bottom: 0px !important;
}
.label-switch-form label {
  height: auto !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  flex: 1 1;
  min-width: 0;
  max-width: 100%;
  cursor: default;
}
.label-switch-form > .ant-tooltip {
  display: flex;
  flex: 1 1;
  min-width: 0;
  max-width: 100%;
}
.label-switch-form > .ant-tooltip > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1;
  min-width: 0;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.label-switch-form > .ant-tooltip > span label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.form-custom-disable .ant-input[disabled] {
  background-color: #fff !important;
}
.form-custom-disable .ant-select-disabled .ant-select-selector {
  background-color: #fff !important;
}
.select-option-hightlight {
  background-color: #eed1fa93;
}
.select-option-hightlight:hover {
  background-color: #b996c793 !important;
}
.ant-input-number .ant-input-number-input {
  text-align: end;
}
.form-item-highlight label {
  font-weight: 800 !important;
}
.form-item-highlight .ant-input-number-input {
  background-color: #e6f9ee;
  border: #1e854a solid 1px;
}
.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form-item-highlight-2 label {
  font-weight: 800 !important;
}
.form-item-highlight-2 .ant-input-number-input {
  background-color: #e3eefd;
  border: #2f80ed solid 1px;
}
.form-item-highlight-red label {
  font-weight: 800 !important;
}
.form-item-highlight-red .ant-input-number-input {
  background-color: #fde5e3;
  border: #da473c solid 1px;
}
.warning-form {
  display: flex !important;
  align-items: center;
  color: red !important;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 44px !important;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item {
  line-height: 42px !important;
  height: 42px !important;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 42px !important;
}
.ant-checkbox-wrapper-disabled .ant-checkbox-label {
  color: #000;
}
/* INPUT */
.ant-col {
  width: 100% !important;
}
.ant-col label {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
.mb-0 .ant-form-item-control-input {
  min-height: 0px !important;
}
.ant-switch-small {
  display: flex;
}
.ant-checkbox-wrapper {
  display: inline-flex !important;
}
.ant-col-xl-24 .ant-form-item-label {
  padding-bottom: 0 !important;
}
.ant-form-horizontal .ant-form-item .ant-form-item-label > label {
  justify-content: flex-end;
}
.ant-form-horizontal .ant-form-item {
  margin-bottom: 12px;
}
.ant-form-horizontal .ant-form-item-label {
  overflow: visible;
}
.ant-form-horizontal label {
  text-wrap: auto;
}
.ant-form-vertical .ant-form-item-label {
  overflow: visible;
}
.ant-form-vertical .ant-form-item {
  margin-bottom: 10px;
  position: relative;
}
.ant-form-vertical .ant-form-item .ant-form-item-label {
  padding: 0 !important;
  height: 20px;
  line-height: 20px;
}
.ant-form-vertical .ant-form-item .ant-form-item-label label {
  font-size: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0);
  margin: 0 4px;
  font-weight: 600;
  padding-right: 5px;
}
.ant-input-group > .ant-input:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ant-select-selector {
  border-color: #e8e8e8;
}
.checkbox-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 4px;
  justify-content: space-between;
  border: 1px solid #f9f9f8;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.ant-input-number-input-wrap::placeholder,
.ant-input::placeholder {
  color: rgba(29, 68, 73, 0.32) !important;
}
.ant-picker input::placeholder {
  color: rgba(29, 68, 73, 0.32) !important;
}
.ant-picker input[value] {
  color: #0c0c0c !important;
}
.ant-input-group .ant-input-affix-wrapper:not(:last-child),
.ant-input-group .ant-input:not(:last-child) {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.ant-input-group .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-color: #e8e8e8;
}
.ant-input-group-addon:last-child {
  background-color: transparent;
  border-color: #e8e8e8;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon {
  background-color: transparent;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  background-color: transparent !important;
  border-color: #e8e8e8;
  display: none;
}
.ant-input-outlined:focus,
.ant-input-outlined:focus-within {
  box-shadow: 0 0 0 2px #0008192e;
}
.ant-input-group .ant-input-group-addon {
  border-color: #e8e8e8 !important;
}
.ant-input-group .ant-input-group-addon .ant-select-selector {
  border-radius: 0 !important;
  border: 0 !important;
  background-color: transparent;
}
.ant-input-group .ant-input-group-addon .ant-input {
  border-color: #e8e8e8 !important;
}
.ant-input[disabled] {
  color: #000000 !important;
}
.ant-picker-input > input[disabled] {
  color: #000000 !important;
}
.ant-input-number-disabled {
  color: #000000 !important;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: #000000 !important;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #000000 !important;
}
.ant-select-selection-placeholder {
  color: rgba(29, 68, 73, 0.32) !important;
}
.ant-select-disabled .ant-select-selection-placeholder {
  color: rgba(29, 68, 73, 0.32) !important;
}
.width-max-content {
  width: max-content !important;
}
.ant-popover-message {
  width: max-content;
}
/* SELECT */
.ant-select-multiple.ant-select-lg {
  border-radius: 8px !important;
}
.ant-select-multiple.ant-select-lg .ant-select-selector {
  border-radius: 8px !important;
  padding: 0 4px !important;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-overflow {
  padding: 4.5px 6.5px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  font-size: 12px;
  margin-top: 1px;
  margin-bottom: 1px;
  height: 22px !important;
  line-height: 20px !important;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search .ant-select-selection-search-mirror {
  height: 22px !important;
  line-height: 20px !important;
  font-size: 14px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  border-radius: 8px !important;
  height: auto !important;
  font-size: 12px;
  line-height: 20px !important;
  white-space: nowrap;
  background: #f9f9f8;
  margin-top: 1px;
  margin-bottom: 1px;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 20px;
}
.ant-dropdown-menu {
  padding: 5px !important;
}
.ant-dropdown-cusstom {
  border-radius: 10px !important;
  border: 1px solid #1890FF;
}
.ant-dropdown-menu-item {
  border-radius: 8px;
}
.ant-tag.cell-round {
  font-size: 10px;
  line-height: 15px;
}
.ant-export-tag {
  border: 1px solid;
  padding: 4px 8px;
}
/* BADGE */
.badge-without-text .ant-badge-status-text {
  display: none;
}
/* MODAL */
.footer-modal {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ant-modal-confirm-content {
  white-space: pre-wrap;
}
.ant-modal-content {
  overflow: hidden;
  padding: 8px;
}
/* COLLAPSE */
.ant-collapse {
  border: none !important;
  margin-inline: 0;
  font-size: 14px;
  line-height: 1.57142857;
  text-align: left;
}
.ant-collapse-content {
  border-top: none !important;
}
.ant-collapse-item {
  border-bottom: none !important;
}
.ant-collapse-item .ant-collapse-header {
  border-bottom: 1px solid #e8e8e8 !important;
  padding: 10px 16px !important;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus-visible {
  outline: none !important;
}
.ant-collapse .ant-collapse-content > .ant-collapse-content-box {
  padding: 12px;
}
.collapse-panel-cusstom {
  background-color: white;
  margin-bottom: 8px;
  box-shadow: 1px 1px 8px 0 #31313108;
}
.collapse-panel-cusstom-2 {
  background-color: white;
  margin-bottom: 8px;
  box-shadow: 1px 1px 8px 0 #31313108;
}
.collapse-panel-cusstom-2 .ant-collapse-content-box {
  padding: 0px !important;
}
.shadow-custom {
  box-shadow: 1px 1px 8px 0 #31313108;
}
.tree-colapse .ant-collapse-header {
  padding: 5px !important;
}
.tree-colapse .ant-collapse-content .ant-collapse-content-box {
  padding: 0px !important;
}
.icon-modal {
  background-color: #ff000059;
  padding: 6px;
  border-radius: 8px;
}
.icon-modal:hover {
  background-color: #afafaf57;
  border: 1px solid rgba(128, 121, 113, 0.356);
}
/* UPLOADER */
.ant-upload-list .ant-upload-list-item-info .ant-upload-text-icon {
  display: flex;
  align-items: center;
}
.ant-upload-list .ant-upload-list-item-info .ant-upload-text-icon .anticon .anticon img {
  height: 22px;
}
.ant-upload-list .ant-upload-list-item-info > span {
  display: flex;
}
.ant-upload-list .ant-upload-list-item-info > span .ant-upload-list-item-card-actions {
  flex: none;
}
/* ICON */
.btn-icon {
  background: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}
.btn-icon > .anticon {
  display: inline-block;
  vertical-align: middle;
}
.icon-cusstom-pmh {
  background-color: #f3f5f6;
  border-radius: 8px;
  padding: 6px;
}
/* DRAWER */
.ant-drawer-wrapper-body {
  border-left: 4px solid #1890FF;
}
.drawer-box-shadow > .ant-drawer-content-wrapper {
  box-shadow: -19px 10px 80px 60px rgba(118, 118, 118, 0.29), -9px 0 7px 0 rgba(0, 0, 0, 0.2), -12px 0 48px 16px rgba(0, 0, 0, 0.2) !important;
}
/* CARD */
.card-item {
  overflow: hidden;
}
.card-detail-modal {
  min-height: 10vh;
  overflow-y: scroll;
}
.card-detail-modal-lv2 {
  min-height: 20vh;
  margin: 6px !important;
  padding: 6px !important;
  overflow-y: scroll;
}
.card-in-modal {
  min-height: 50vh;
  height: 100%;
  padding: 6px !important;
  overflow-y: scroll;
}
.card-in-modal .ant-card-body {
  height: 100% !important;
}
.card-item-detail-modal:hover {
  background-color: #e2e2e2b4 !important;
}
.card-item-detail-modal {
  display: flex;
  text-align: left;
  padding: 0 2px !important;
  margin-bottom: 10px !important;
  border-radius: 12px !important;
  background-color: #f9f9f8 !important;
  flex-direction: column;
}
/* PMH DS */
.container-element {
  height: 100%;
  width: 100%;
  padding: 12px;
}
.modul-lable-name {
  background-color: #ffffff;
  padding: 0px;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: #f9f9f8 solid 1px;
}
.padding-modal {
  padding: 16px;
  background-color: #f9f9f8;
}
.ant-drawer-open.ant-drawer-open-right {
  position: fixed;
}
/* BUTTON RADIO */
.ant-radio-group-solid {
  display: flex;
  margin: 3px;
}
.ant-radio-button-wrapper {
  font-weight: 600;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  font-weight: 700;
}
.pd-3 {
  padding: 20px;
}
/*TAB*/
.proposal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
}
.proposal-create-body {
  background-color: white;
  margin: 25px;
  border-radius: 24px;
}
.proposal-body {
  background-color: white;
  margin: 25px auto;
  width: 60vw;
  padding: 24px;
  border-radius: 16px;
}
.proposal-info-element {
  margin: 12px;
}
.auto-height-text-area-form {
  height: 100%;
  padding-bottom: 10px;
}
.auto-height-text-area-form .ant-form-item-row {
  height: 100%;
  flex-flow: initial !important;
  flex-direction: column !important;
}
.auto-height-text-area-form .ant-form-item-row .ant-form-item-label {
  flex: initial;
}
.auto-height-text-area-form .ant-form-item-row .ant-form-item-control {
  flex: 1 1;
}
.auto-height-text-area-form .ant-form-item-row .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input {
  min-height: 100% !important;
}
.custom-card-overview {
  background-color: #ffffff !important;
  border: #a8a8a894 solid 1px;
  border-radius: 12px !important;
}
.highlighted-row {
  color: red;
}
.not-100-percent-row .has-warring {
  color: red;
}
.phase-row {
  color: #000;
}
.error-field {
  background-color: #ffe6e6;
  /* Light red background */
  border: 1px solid #ff4d4f;
  /* Red border */
  min-height: 1rem;
  display: block;
  overflow: hidden;
}
.warning-text {
  color: #ff0000;
}
.comm-info {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.comm-info .webkit-flow {
  display: flex;
}
.comm-info .comm-info-scroll {
  display: -webkit-inline-box;
  overflow: auto;
  width: 100%;
}
.comm-info .row-comm-info {
  margin-right: 30px;
}
.text-gray {
  color: #4B5C71;
}
.text-semi-bold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.edited-record {
  font-weight: 700;
  color: #0546f7e3;
  text-decoration: underline;
}
.table-edit-cell .ant-table .ant-table-thead > tr > th {
  background-color: #f7f7f7;
}
.table-edit-cell .ant-table .ant-table-thead > tr > th {
  font-weight: 600;
}
.table-edit-cell .ant-table .ant-table-thead .ant-table-cell {
  background-color: #ffffff !important;
  border-right: none !important;
}
.table-edit-cell .ant-table .ant-table-cell {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.table-edit-cell .ant-table-thead > tr > th {
  padding: 1px 8px !important;
}
.table-edit-cell .ant-table-cell > tr > td {
  padding: 1px !important;
}
.editable-cell-value-wrap {
  padding: 4px 11px;
  cursor: pointer;
  border: 1px solid transparent;
  min-height: 22px;
}
.editable-row:hover .editable-cell-value-wrap {
  padding: 4px 11px;
  min-height: 22px;
  border: 1px solid #d9d9d9;
}
.card-text-strong-blue {
  font-weight: 700;
  color: #0f50a9;
}
.text-green {
  color: #27ae60;
}
.text-purple {
  color: #9b51e0;
}
.text-blue {
  color: #2f80ed;
}
.text-red {
  color: #F63057;
}
.custom-modal .ant-modal-content {
  padding: 0 !important;
}
.modal-color-header .ant-modal-content {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
.modal-color-header .ant-modal-content .ant-modal-close {
  color: #fff;
  top: 4px;
  right: 4px;
}
.modal-color-header .ant-modal-content .ant-modal-header {
  background-color: #1890FF;
  padding: 8px;
  margin-bottom: 0;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.modal-color-header .ant-modal-content .ant-modal-header .ant-modal-title {
  width: 95%;
  color: #fff;
}
.modal-color-header .ant-modal-content .ant-modal-body {
  padding: 8px 12px;
  background-color: #f1f5f9;
  flex: 1 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-color-header .ant-modal-content .ant-modal-footer {
  padding: 0px 12px 12px 12px;
  margin-top: 0;
  background-color: #f1f5f9;
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.modal-color-header .ant-modal-content .ant-modal-footer .ant-btn-color-default {
  background-color: #6f849f !important;
  color: #ffffff;
}
.modal-fixed-header-footer .ant-modal-content .ant-modal-header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.modal-fixed-header-footer .ant-modal-content .ant-modal-footer {
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.ant-select-dropdown {
  max-width: 350px;
}
.ant-select-dropdown .ant-select-item-option-selected {
  background-color: #ffffff !important;
}
.ant-select-dropdown .ant-select-item-option-selected:hover {
  background-color: #ffffff !important;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected {
  background-color: #ffffff;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover {
  background-color: #ffffff !important;
}
.area-reason {
  background-color: #FCE4E4 !important;
}
@media (max-width: 768px) {
  /* Ngăn zoom khi focus vào input/select */
  .ant-select-selector,
  .ant-select-selection-search-input,
  .ant-input,
  .ant-input-number-input,
  .ant-picker-input input {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100% !important;
  }
  /* Đảm bảo options trong dropdown cũng có font-size 16px */
  .ant-select-dropdown .ant-select-item {
    font-size: 16px !important;
  }
  /* Ngăn zoom cho tất cả form controls */
  input,
  select,
  textarea,
  button {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100% !important;
  }
  /* Button padding cho mobile */
  .ant-btn {
    padding: 0 6px !important;
  }
}
.color-skl {
  color: #242B63;
}
.ant-otp {
  width: 100% !important;
  margin-top: 12px;
}
.field-changed {
  background-color: #fff7e6;
  border-radius: 4px;
  margin-bottom: 8px;
}
.field-changed .ant-form-item {
  margin-bottom: 0;
}
.field-changed .ant-input,
.field-changed .ant-input-number-input,
.field-changed .ant-picker,
.field-changed .ant-select-selector {
  background-color: #fffbe6 !important;
  border-color: #ffd666 !important;
}
.field-changed .ant-select-selector {
  background-color: #fffbe6 !important;
}
.field-changed .ant-input:focus,
.field-changed .ant-input-number-input:focus,
.field-changed .ant-picker:focus,
.field-changed .ant-select-focused .ant-select-selector {
  border-color: #ffc53d !important;
  box-shadow: 0 0 0 2px rgba(255, 197, 61, 0.2) !important;
}
.field-changed label {
  font-weight: 600 !important;
  color: #d48806 !important;
}
.rounded-full {
  border-radius: 999px !important;
}
.address-input-v3-wrapper .address-non-required-field.ant-select-status-error .ant-select-selector,
.address-input-v3-wrapper .address-non-required-field.ant-input-status-error {
  border-color: #d9d9d9 !important;
}
.address-input-v3-wrapper .address-non-required-field.ant-select-status-error .ant-select-selector:hover,
.address-input-v3-wrapper .address-non-required-field.ant-input-status-error:hover {
  border-color: #40a9ff !important;
}
.address-input-v3-wrapper .address-non-required-field.ant-select-focused.ant-select-status-error .ant-select-selector,
.address-input-v3-wrapper .address-non-required-field.ant-input-status-error:focus,
.address-input-v3-wrapper .address-non-required-field.ant-input-status-error.ant-input-focused {
  border-color: #40a9ff !important;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
}

body {
  overflow-y: auto;
}
.ant-layout-header {
  z-index: 3 !important;
}
/* Page Scroll */
.wrap-page-scroll {
  height: calc(100% - 72px);
  width: 100%;
  position: absolute;
}
.wrap-page-scroll .page-scrollable {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrap-page-scroll .page-scrollable > .ant-card {
  border-radius: 40px !important;
  box-shadow: none;
}
.bg-white {
  background-color: #ffffff;
}
.ant-layout-sider-children {
  background-color: #ffffff;
}
.wrap-page-footer {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 32px);
  height: 60px !important;
  margin-top: 16px;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  .wrap-page-footer {
    bottom: 48px !important;
  }
}
.wrap-page-footer .ant-card {
  background: #f2ebd9;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 16px;
}
.wrap-page-footer .ant-card .ant-card-body {
  padding: 4px;
}
.absolute-top-right-1 {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.wrap-page-footer-fixed {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: calc(100vw - 370px);
  height: 60px;
  margin-top: 16px;
  z-index: 10;
}
.wrap-page-footer-fixed .ant-card {
  background: #f2ebd9;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 16px;
}
.wrap-page-footer-fixed .ant-card .ant-card-body {
  padding: 4px;
}
.text-truncate-1 {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-truncate-2 {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-truncate-3 {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-truncate-5 {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.pointer {
  cursor: pointer;
}
.full-width {
  width: 100% !important;
}
.full-height {
  height: 100% !important;
}
.flex,
.center {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.auto {
  flex: auto;
}
.flex.center-items {
  align-items: center;
}
.flex.end-items {
  align-self: flex-end;
}
.flex.baseline-items {
  align-items: baseline;
}
.flex.center-content {
  justify-content: center;
}
.flex.left-content {
  justify-content: flex-start;
}
.flex.right-content {
  justify-content: flex-end;
}
.hover-item:hover {
  background-color: #0000000a;
}
.inline-flex {
  display: inline-flex;
}
.flex-1 {
  flex: 1 1;
}
.w-14px {
  width: 14px;
}
.w-16px {
  width: 16px;
}
.w-18px {
  width: 18px;
}
.w-20px {
  width: 20px;
}
.w-24px {
  width: 24px;
}
.error {
  color: red;
}
.pd-1 {
  padding: 0.6rem;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-12px {
  gap: 12px;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-2-4 {
  gap: 0.5rem 1rem;
}
.lable-form-custom {
  margin-bottom: 16px;
}
.mb-4 {
  margin-bottom: 16px;
}
.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.rounded-md {
  border-radius: 8px;
}
.rounded-lg {
  border-radius: 12px !important;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-card-custom {
  border-radius: 12px;
}
.w-4 {
  width: 16px;
}
.h-4 {
  height: 16px;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-3 {
  margin-bottom: 12px !important;
}
.rbc-event {
  background: none !important;
}
.rbc-event .booking-slot {
  display: flex;
  align-items: baseline;
  font-size: 12px;
  justify-content: center;
  margin-right: 0;
}
.rbc-event .ant-alert {
  padding: 5px 8px !important;
  display: flex;
  align-items: baseline;
  font-size: 12px;
}
.rbc-month-view .rbc-day-bg {
  cursor: pointer;
}
.rbc-month-view .rbc-event {
  background: none !important;
  padding: 0.25rem;
}
.rbc-month-view .rbc-event .booking-slot {
  justify-content: center;
}
.rbc-month-view .rbc-event:focus {
  outline: none !important;
}
.rbc-time-view .rbc-day-slot .rbc-events-container {
  margin: 0 !important;
}
.rbc-time-view .rbc-day-slot .rbc-events-container .rbc-event-content {
  width: 100%;
  height: 100%;
}
.rbc-time-view .rbc-day-slot .rbc-events-container .rbc-event-content .booking-slot {
  height: 100%;
  margin-right: 10px;
}
.rbc-time-view .rbc-event {
  background: none !important;
  border: 0;
  padding: 0;
}
.rbc-time-view .rbc-event .rbc-event-label {
  display: none;
  padding: 0.1rem;
}
.rbc-time-view .alert {
  padding: 0.1rem;
}
.rbc-agenda-view .alert {
  margin-bottom: 0;
  padding: 0.25rem;
}
.rbc-today {
  background-color: #e0f6fd;
}
.rbc-agenda-empty {
  padding: 1rem;
}
.date-in-past {
  width: 14.3%;
  background: rgba(230, 230, 230, 0.5);
  cursor: default !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.8);
}
label {
  color: rgba(0, 0, 0, 0.65) !important;
}
.strike-text {
  text-decoration: line-through;
}
button {
  color: rgba(0, 0, 0, 0.85);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
::placeholder {
  color: rgba(29, 68, 73, 0.32) !important;
}
.ck-editor__editable_inline {
  min-height: 250px;
  max-height: 250px;
  overflow-y: auto;
}
.dnd-table .dnd-col-hilight {
  border: 1px solid #e8e8e8;
  background-color: #F2F4F8;
  padding: 4px 8px;
  border-radius: 4px;
}
.file-icon {
  height: 22px;
}
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
/* total width */
body::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}
/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
  background-color: #fff;
}
/* scrollbar itself */
body::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 8px;
  border: 4px solid #fff;
}
/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
  display: none;
}
/* COLORS */
.color-error {
  color: #e7695f !important;
}
.color-success {
  color: #52cb67 !important;
}
.color-blue {
  color: #2F80ED !important;
}
.color-waring {
  color: #e7695f !important;
}
.color-primary {
  color: #1890FF !important;
}
.icon-hightlight {
  color: #AC9D64 !important;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer {
  position: sticky;
  left: 0;
  margin-top: 16px;
  bottom: 64px;
  width: 100%;
  text-align: center;
}
.header-content {
  overflow-wrap: break-word;
}
/* HEADER */
.avatar-uploader {
  display: flex;
  margin-bottom: 10px;
}
.avatar-uploader .ant-upload-select-picture-card {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.avatar-uploader.avatar-wrapper .ant-upload-select-picture-card {
  width: 144px !important;
  height: 144px !important;
}
.header-report {
  display: flex;
  justify-content: space-between;
}
/* STAFF */
#staff-detail .cover-avatar,
#shop-owner-detail .cover-avatar,
#resident-detail .cover-avatar {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: blur(2px);
}
/* LIBRARY */
#library-page {
  height: 100%;
}
#library-page .col-folder .wrap-folder-list {
  height: 100%;
  background: transparent;
  box-shadow: none;
}
#library-page .col-folder .wrap-folder-list .ant-card-body {
  padding: 0 10px;
}
#library-page .col-folder .wrap-folder-list .ant-card-body .txt-search-library .ant-input-group-addon {
  background: #ededed;
  border: 0;
}
#library-page .col-folder .wrap-folder-list .ant-card-body .txt-search-library .ant-input {
  border: 0 !important;
  background: #ededed;
}
#library-page .col-folder .wrap-folder-list .folder-item {
  border-bottom: 0;
  min-height: 54px;
  flex-direction: column;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}
#library-page .col-folder .wrap-folder-list .folder-item > .ant-row {
  width: 100%;
  padding: 8px 0;
}
#library-page .col-folder .wrap-folder-list .folder-item > .ant-row .col-info {
  width: calc(100% - 90px);
}
#library-page .col-folder .wrap-folder-list .folder-item > .ant-row .wrap-info {
  cursor: pointer;
}
#library-page .col-folder .wrap-folder-list .folder-item .wrap-actions {
  display: none;
}
#library-page .col-folder .wrap-folder-list .folder-item:hover .wrap-actions {
  display: inline-block;
}
#library-page .col-folder .wrap-folder-list .folder-item.active > .ant-row {
  background: rgba(88, 176, 187, 0.08);
}
#library-page .col-folder .folder-footer {
  margin-top: 15px;
}
#library-page .col-folder .folder-footer .btn-primary-outlined {
  width: 100%;
}
#library-page .document-item {
  box-shadow: 0 4px 24px rgba(110, 186, 196, 0.08);
}
#library-page .document-item .ant-card {
  box-shadow: 0 4px 24px rgba(110, 186, 196, 0.08);
  border-radius: 24px;
}
#library-page .document-item .ant-card .wrap-document-info {
  display: flex;
  border-bottom: 1px solid #ebebeb;
}
#library-page .document-item .ant-card .wrap-document-info .document-icon {
  padding: 12px;
  text-align: center;
  font-size: 2rem;
}
#library-page .document-item .ant-card .wrap-document-info .document-info {
  padding: 12px 12px 12px 0;
}
/* UPLOAD TOOL */
.import-tool .ant-upload {
  width: 100%;
  display: flex;
  align-items: center;
}
/* BOOKING */
.booking-slot.available {
  background: white !important;
  border: 1px dashed #b6bcd0 !important;
  cursor: pointer;
}
.booking-slot.unavailable {
  border: 1px solid #b6bcd0 !important;
  background: #b6bcd0 !important;
  color: white !important;
  cursor: default !important;
}
.booking-slot.unavailable:hover {
  color: white !important;
}
.booking-slot.selected {
  border: 1px solid #1890FF !important;
  background: #1890FF !important;
  color: white;
}
/* SLA CONFIGURATION */
.monition-container:hover {
  border: #74747479 solid 1px;
  background-color: #eaecf3c0;
}
.monition-container {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 70px;
  background-color: #F2F4F8;
  border-radius: 12px;
  padding: 8px 8px 5px 0px;
  border: #F2F4F8 solid 1px;
  margin: 5px;
}
.monition-detail {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.monition-action {
  background-color: #b3b3b385;
  height: 22px;
  padding: 5px;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  border-radius: 8px;
  right: 25px;
}
.monition-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 4px;
}
.monition-content label {
  text-wrap: wrap;
}
.line-color {
  height: 80%;
  width: 5px;
  background-color: #27ae60;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: 8px;
}
.icon-monition-detail {
  width: 30px;
  height: 30px;
  align-items: center;
  background-color: #868686;
  border-radius: 12px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  color: #ffffff;
}
.arrow-steps .step {
  text-align: center;
  color: #666;
  cursor: default;
  margin: 0 3px;
  padding: 7px 7px 4px 20px;
  min-width: 20%;
  float: left;
  position: relative;
  background-color: #d9e3f7;
  -webkit-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease;
}
.arrow-steps .step:after,
.arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 19px solid #d9e3f7;
  z-index: 2;
  transition: border-color 0.2s ease;
}
.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}
.arrow-steps .step:first-child:before {
  border: none;
}
.arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.arrow-steps .step span {
  position: relative;
}
.arrow-steps .step.current {
  color: #fff;
  background-color: #23468c;
}
.arrow-steps .step.current:after {
  border-left: 17px solid #23468c;
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(138, 137, 137, 0.514);
  border-radius: 8px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fec10c88;
}
::placeholder {
  color: rgba(29, 68, 73, 0.32) !important;
}
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
/* total width */
body::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}
/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
  background-color: #fff;
}
/* scrollbar itself */
body::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}
/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
  display: none;
}
@media print {
  html,
  body {
    height: auto !important;
    height: initial !important;
    overflow: visible !important;
    overflow: initial !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}
@media print {
  .pagebreak {
    clear: both;
    page-break-after: always;
  }
}
.openPopup img[src=""] {
  display: none;
}
.e-rte-content {
  height: 100%;
}
.e-toolbar-wrapper {
  height: 44px !important;
}
.text-small {
  font-size: smaller;
}
.text-size-14 {
  font-size: 14px !important;
}
.text-size-16 {
  font-size: 16px !important;
}
.text-size-18 {
  font-size: 18px !important;
}
.text-size-20 {
  font-size: 20px !important;
}
.text-size-24 {
  font-size: 24px !important;
}
.text-size-48 {
  font-size: 48px !important;
}
.text-large {
  font-size: 18px;
}
.font-bold {
  font-weight: 600;
}
.text-nowrap {
  text-wrap: nowrap;
}
.sync-booking-detail-modal .ant-modal-content {
  padding: 12px;
}
.modal-content img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
  border-radius: 4px;
}
.card-remaining {
  background-color: #1890FF;
  display: flex;
  padding: 2px 32px;
  width: fit-content;
  border-radius: 16px;
  color: white;
  font-weight: 700;
}
.modalProposal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  padding-top: 20px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(66, 64, 64, 0.945);
  /* Black w/ opacity */
}
.modalProposal div {
  display: flex;
}
.modalProposal img {
  border-radius: 5px;
  filter: drop-shadow(0 0 0.25rem #212121);
}
.modalProposal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.modalProposal .prev,
.modalProposal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
          user-select: none;
}
.modalProposal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.modalProposal .prev:hover,
.modalProposal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.modalProposal .fade {
  height: 100%;
  justify-content: center;
  align-items: center;
  animation-name: fade;
  animation-duration: 1.5s;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #999999;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #df0909;
  text-decoration: none;
  cursor: pointer;
}
.la-label-amendment label {
  color: #242B63 !important;
  font-weight: bold !important;
}
.status-tag {
  display: inline-table;
  padding: 6px 8px 6px 8px;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  min-width: 70px;
  height: max-content;
  text-align: center;
}
.status-tag .close-icon {
  margin-left: 4px;
  font-weight: 300;
  cursor: pointer;
}
.grid-auto-row-2 {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: auto auto;
  grid-auto-flow: row;
}
.grid-auto-row-2 div {
  padding: 0 15px 0 0;
}
.grid-auto-row-4 {
  display: grid;
  grid-template-columns: max-content max-content max-content max-content;
  grid-template-rows: auto auto auto auto;
  grid-auto-flow: row;
}
.grid-auto-row-4 div {
  padding: 0 15px 0 0;
}
.board-item {
  display: flex;
  flex-direction: column;
}
.inqr-body {
  height: calc(100% - 32px);
}
.table-cell-bg-color-orange {
  background-color: #FEF4EC !important;
}
.table-cell-bg-color-purple {
  background-color: #F5EEFC !important;
}
.table-cell-bg-color-green {
  background-color: #E6F9EE !important;
}
.table-cell-bg-color-blue {
  background-color: #E3EEFD !important;
}
.table-cell-bg-color-red {
  background-color: #FCE4E4 !important;
}
.table-cell-bg-text-red {
  color: #F63057 !important;
}
.status-card {
  border: 2px solid;
  border-radius: 6px;
  padding: 2px 12px;
  font-weight: 600;
}
.status-card.booking-status-1 {
  border-color: #bcf0d2;
  background-color: #e6f9ee;
  color: #27ae60;
}
.status-card.booking-status-2 {
  border-color: #fbd2b1;
  background-color: #f2994a;
  color: #fff;
}
.status-card.booking-status-3 {
  border-color: #f6b6b6;
  background-color: #fce4e4;
  color: #961212;
}
.status-card.booking-status-4 {
  border-color: #dee3ed;
  background-color: #f2f4f8;
  color: #6f849f;
}
.border-g2 {
  border-color: #DEE3ED;
}
.heading-info {
  color: #242B63;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #DEE3ED;
  padding-bottom: 8px;
  margin-bottom: 8px;
  width: 100%;
}
.pt-2 {
  padding-top: 8px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.status-approval-sale-policy {
  height: 18px;
  padding: 6px 12px;
  border-radius: 4px;
}
.bg-color-error {
  background-color: #F63057;
}
.color-back-85 {
  color: rgba(0, 0, 0, 0.85) !important;
}
.customerGroup-tags .status-tag {
  border-radius: 999px;
  font-size: 12px;
  padding: 4px 4px;
}
.color-primary-2 {
  color: #242B63 !important;
}
.w-full {
  width: 100% !important;
}
.max-w-100 {
  max-width: 100px !important;
}
.text-highlight {
  color: red !important;
  font-size: 18px;
  font-weight: 600;
}
.text-red {
  color: #F63057 !important;
}
.menu-icon {
  width: 20px;
  height: 20px;
}
.mt-4 {
  margin-top: 16px;
}
.w-80 {
  width: 80%;
}


/*# sourceMappingURL=main.216e6e1f.css.map*/