﻿* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
body.page-app {
  display: flex;
  flex-direction: column;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  min-height: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--miz-primary);
}
a:hover {
  color: var(--miz-primary-l1);
}

* {
  -webkit-tap-highlight-color: transparent !important;
}

.miz-button {
  display: inline-block;
  font-weight: 500;
  color: #720E1A;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0;
  padding: 0 16px;
  font-size: 16px;
  height: 64px;
  line-height: 64px;
  min-width: 240px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 250ms;
}

.miz-button-primary:not(.miz-button-outline):not(:disabled) {
  background-color: #720E1A;
  color: #FAFAFA;
  border-color: #720E1A;
}

.app-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  position: relative;
  overflow: hidden;
}

.app-content-container .scrollerWrap .scroller {
  display: flex;
}
.app-content-container .scrollerWrap .scroller .scrollerInner {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}

.collection-screen-not-support {
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  background-color: #F0F2F5;
}
.collection-screen-not-support i {
  font-size: 6rem;
}
@media (min-width: 768px) {
  .collection-screen-not-support i {
    font-size: 3rem;
  }
}
.collection-screen-not-support p {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .collection-screen-not-support p {
    font-size: 1rem;
  }
}
.collection-screen-not-support .miz-button {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  min-width: 0;
}
.collection-screen-not-support .miz-button span {
  font-size: 2.4rem;
  text-transform: uppercase;
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  .collection-screen-not-support .miz-button span {
    font-size: 1.64rem;
  }
}
@media screen and (orientation: landscape) {
  .collection-screen-not-support .miz-button span {
    font-size: 1rem;
  }
}
.collection-screen-not-support .miz-button i {
  font-size: 3.6rem;
}
@media screen and (orientation: portrait) {
  .collection-screen-not-support {
    display: flex;
  }
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
  .collection-screen-not-support {
    display: flex;
  }
}

.app-collection-screen {
  background-color: #F0F2F5;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.64rem;
  user-select: none;
  gap: 0.64rem;
  flex: 1 0 0;
}
.app-collection-screen-container {
  display: flex;
  flex: 1 0 0;
}
.app-collection-screen-content {
  display: grid;
  gap: 0.64rem;
  flex: 1 0 0;
  position: relative;
  overflow: hidden;
}
.app-collection-screen-content:not(.single) {
  grid-template-columns: repeat(2, 1fr);
}
.app-collection-screen-content.single .collection-screen-item-body {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (orientation: portrait) {
  .app-collection-screen {
    display: none;
  }
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
  .app-collection-screen {
    display: none;
  }
}
.app-collection-screen-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.app-collection-screen-actions .miz-button {
  background-color: #fff;
}
.app-collection-screen-actions h3 {
  margin-bottom: 0;
}
.app-collection-screen .collection-screen-item {
  border: 1px solid RGBA(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  border-radius: 0.32rem;
  background-color: #FAFAFA;
}
.app-collection-screen .collection-screen-item:after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(0deg, rgb(250, 250, 250) 10%, rgba(250, 250, 250, 0) 100%);
}
.app-collection-screen .collection-screen-item .collection-screen-item-body .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.app-collection-screen .collection-screen-item .collection-screen-item-body .item .type svg,
.app-collection-screen .collection-screen-item .collection-screen-item-body .item .type svg * {
  fill: currentColor;
}
.app-collection-screen .collection-screen-item .collection-screen-item-body .item .name {
  display: none;
  margin-left: auto;
}
.app-collection-screen .collection-screen-item .collection-screen-item-body.shown {
  grid-template-columns: 1fr;
}
.app-collection-screen .collection-screen-item .collection-screen-item-body.shown .item .name {
  display: flex;
}
.app-collection-screen .collection-screen-item.ready .collection-screen-item-header {
  background-image: linear-gradient(135deg, #23ac2c 0%, #008b25 100%);
}
.app-collection-screen .collection-screen-item.ready .collection-screen-item-body {
  color: #000000;
}
.app-collection-screen .collection-screen-item.ready .collection-screen-item-body .item .type {
  background-color: #097911;
  color: #097911;
}
.app-collection-screen .collection-screen-item.preparing .collection-screen-item-header {
  background-image: linear-gradient(270deg, #FEBC1E 0%, #FE6F1E 100%);
}
.app-collection-screen .collection-screen-item.preparing .collection-screen-item-body .item .type {
  background-color: #720E1A;
}
.app-collection-screen .collection-screen-item-header {
  height: 1.92rem;
  min-height: 1.92rem;
  line-height: 1.92rem;
  font-size: 0.96rem;
  width: 100%;
  padding: 0 0.32rem;
  font-weight: 600;
  color: #FAFAFA;
  text-shadow: 0 0.06rem RGBA(0, 0, 0, 0.16);
}
.app-collection-screen .collection-screen-item-body {
  width: 100%;
  padding: 0.32rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  gap: 0.32rem;
}
.app-collection-screen .collection-screen-item-body .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-shadow: 0 0.02rem RGBA(0, 0, 0, 0.64);
  height: fit-content;
  gap: 1rem;
  line-height: 1.4;
  height: fit-content;
}
.app-collection-screen .collection-screen-item-body .item:last-child {
  margin-bottom: 0;
}
.app-collection-screen .collection-screen-item-body .item > *:not(.spacer) {
  margin-right: 0.32rem;
}
.app-collection-screen .collection-screen-item-body .item > *:not(.spacer):last-child {
  margin-right: 0;
}
.app-collection-screen .collection-screen-item-body .item .name {
  font-size: 0.64rem;
  font-weight: 500;
}
.app-collection-screen .collection-screen-item-body .item .type {
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.app-collection-screen .collection-screen-item-body .item .type svg,
.app-collection-screen .collection-screen-item-body .item .type img {
  color: #FAFAFA;
  height: 1rem;
  width: 1rem;
}
.app-collection-screen .helper {
  border: 1px solid RGBA(0, 0, 0, 0.16);
  height: 1.92rem;
  grid-column-end: span 2;
  background-color: #FAFAFA;
  border-radius: 0.32rem;
}
.app-collection-screen .helper h2 {
  line-height: 1.92rem;
  font-size: 0.6rem;
  color: #720E1A;
  margin: 0;
  text-align: center;
}
.app-collection-screen .miz-grid.grid-2 {
  gap: 1rem !important;
}
.app-collection-screen .miz-input-group {
  min-height: 1.04rem;
  margin-bottom: 0.64rem;
}
.app-collection-screen .setting-title {
  font-size: 0.48rem;
  text-align: left;
  align-self: flex-start;
  padding-bottom: 0.64rem;
  margin-bottom: 0.32rem;
  box-shadow: inset 0 -0.02rem 0 0 RGBA(0, 0, 0, 0.24);
  width: 100%;
  font-weight: 600;
}
.app-collection-screen .btn-check[type=checkbox] + label.cs-checkbox {
  width: 100%;
  user-select: none;
  font-size: 0.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  color: #720E1A;
}
.app-collection-screen .btn-check[type=checkbox] + label.cs-checkbox:after {
  font-family: "Material Design Icons";
  content: "\f05e1";
  font-size: 0.64rem;
  opacity: 0.24;
}
.app-collection-screen .btn-check[type=checkbox] + label.cs-checkbox:after {
  font-family: "Material Design Icons";
  content: "\f05e0";
  font-size: 0.64rem;
  opacity: 1;
  color: #720E1A;
}
.app-collection-screen .btn-check[type=checkbox] + label.cs-checkbox .icon {
  background-color: #720E1A;
  color: #FAFAFA;
  margin-right: 0.32rem;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.app-collection-screen .btn-check[type=checkbox] + label.cs-checkbox .icon svg {
  height: 0.64rem;
  width: 0.64rem;
}
.app-collection-screen .btn-check[type=checkbox] + label.cs-checkbox .payment-brands {
  height: 48px;
}
.app-collection-screen .app-collection-screen {
  height: calc(100% + 1.6rem);
  overflow: auto;
}
.app-collection-screen .app-collection-screen::-webkit-scrollbar {
  width: 0;
}
.app-collection-screen-setting {
  position: fixed;
  bottom: 0.64rem;
  right: 0.64rem;
  z-index: 512;
  width: 1.92rem;
  height: 1.92rem;
  padding: 0.32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (orientation: portrait) {
  .app-collection-screen-setting {
    width: 3.84rem;
    height: 3.84rem;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  .app-collection-screen-setting {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0.12rem;
  }
}
.app-collection-screen-setting .miz-button {
  min-width: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 0.64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (orientation: portrait) {
  .app-collection-screen-setting .miz-button {
    font-size: 3.6rem;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  .app-collection-screen-setting .miz-button {
    font-size: 2.4rem;
  }
}

.cs-settings-forms {
  gap: 0.64rem;
}
.cs-settings-forms h4 {
  font-size: 0.64rem;
  padding-bottom: 0.48rem;
  margin-bottom: 0.48rem;
  border-bottom: 1px solid var(--miz-blue-grey-white);
}
.cs-settings-forms .is-select-box {
  gap: 0.32rem;
  display: flex;
  flex-direction: column;
}
.cs-settings-forms .is-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--miz-blue-grey-white);
  justify-content: space-between;
}
.cs-settings-forms .is-footer .miz-button {
  min-width: 0;
  font-size: 0.48rem;
  font-weight: 500;
  line-height: 1.64rem;
  height: 1.64rem;
}
.cs-settings-forms .miz-select-group-input:checked ~ .miz-select-group-button {
  color: #ffffff;
}
.cs-settings-forms .miz-select-group-input:checked ~ .miz-select-group-button:after {
  content: "\f05e0";
  opacity: 1;
}
.cs-settings-forms .miz-select-group-input:checked ~ .miz-select-group-button i {
  color: #ffffff;
}
.cs-settings-forms .miz-select-group-input:checked ~ .miz-select-group-button .icon {
  background-color: #ffffff;
  color: var(--miz-primary);
}
.cs-settings-forms .miz-select-group-input:disabled ~ .miz-select-group-button .icon {
  background-color: var(--miz-primary-l7);
  color: var(--miz-blue-grey-light);
}
.cs-settings-forms .miz-select-group-item, .cs-settings-forms .miz-select-group-button {
  width: 100%;
}
.cs-settings-forms .miz-select-group-button {
  font-size: 0.48rem;
  line-height: 1.24rem;
  font-weight: 500;
  color: #000000;
  padding: 0.24rem;
  gap: 0.32rem;
}
.cs-settings-forms .miz-select-group-button:after {
  margin-left: auto;
  font-family: "Material Design Icons";
  content: "\f05e1";
  opacity: 0.24;
  font-size: 0.64rem;
}
.cs-settings-forms .miz-select-group-button i {
  font-size: 1rem;
  color: var(--miz-primary);
  margin-right: 0;
}
.cs-settings-forms .miz-select-group-button .icon {
  padding: 0.16rem;
  background-color: var(--miz-primary);
  width: 1.24rem;
  height: 1.24rem;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
}
.cs-settings-forms .miz-select-group-button .icon svg, .cs-settings-forms .miz-select-group-button .icon svg * {
  fill: currentColor;
}
.cs-settings-forms .miz-select-group-button .icon svg {
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-cs-context {
  max-width: 8rem !important;
  margin: auto;
}
@media screen and (orientation: portrait) {
  .modal-cs-context {
    max-width: 24rem !important;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  .modal-cs-context {
    max-width: 16rem !important;
  }
}
.modal-cs-context .modal-cs-context-lists {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0.48rem 0;
}
.modal-cs-context .modal-cs-context-lists li.seperator {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 1px;
  background-color: var(--miz-blue-grey-white);
}
@media screen and (orientation: portrait) {
  .modal-cs-context .modal-cs-context-lists li.is-settings {
    display: none;
  }
}
.modal-cs-context .modal-cs-context-lists li a.is-link:after {
  font-family: "Material Design Icons";
  content: "\f0142";
  margin-left: auto;
}
.modal-cs-context .modal-cs-context-lists a {
  font-size: 0.48rem;
  display: flex;
  flex-direction: row;
  gap: 0.24rem;
  padding: 0.48rem;
}
@media screen and (orientation: portrait) {
  .modal-cs-context .modal-cs-context-lists a {
    font-size: 1.64rem;
    padding: 1.24rem;
    gap: 1rem;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  .modal-cs-context .modal-cs-context-lists a {
    font-size: 1rem;
    padding: 0.84rem;
    gap: 0.64rem;
  }
}
.modal-cs-context .modal-cs-context-lists a:not(.seperator):hover {
  background-color: var(--miz-blue-grey-white);
}
.modal-cs-context .modal-cs-context-lists a.btn-fullscreen i:before {
  font-family: "Material Design Icons";
  content: "\f0293";
}
.modal-cs-context .modal-cs-context-lists a.btn-fullscreen.is-fullscreen i:before {
  content: "\f0294";
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 20rem;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.swal2-popup {
  width: 100% !important;
  padding: 2rem !important;
}
@media (min-width: 640px) {
  .swal2-popup {
    width: 12rem !important;
    padding: 0.64rem !important;
  }
}
@media screen and (min-width: 640px) and (orientation: portrait) {
  .swal2-popup {
    width: 24rem !important;
    padding: 1.24rem !important;
  }
}
@media screen and (orientation: landscape) {
  .swal2-popup {
    width: 16rem !important;
    padding: 1rem !important;
  }
}

.swal2-shown .swal2-popup .swal2-content h2 {
  font-size: 0.64rem;
}

.swal2-shown .swal2-popup .swal2-content p, .swal2-shown .swal2-popup .swal2-content .swal2-html-container {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .swal2-shown .swal2-popup .swal2-content p, .swal2-shown .swal2-popup .swal2-content .swal2-html-container {
    font-size: 0.64rem;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .swal2-shown .swal2-popup .swal2-content p, .swal2-shown .swal2-popup .swal2-content .swal2-html-container {
    font-size: 1.64rem;
  }
}
@media screen and (orientation: landscape) {
  .swal2-shown .swal2-popup .swal2-content p, .swal2-shown .swal2-popup .swal2-content .swal2-html-container {
    font-size: 1rem;
  }
}
.swal2-shown .swal2-popup .swal2-actions {
  flex-direction: row;
}
.swal2-shown .swal2-popup .swal2-actions .swal2-confirm,
.swal2-shown .swal2-popup .swal2-actions .swal2-cancel {
  font-size: 1.48rem;
  height: 4rem;
  line-height: 4rem;
}
@media (min-width: 768px) {
  .swal2-shown .swal2-popup .swal2-actions .swal2-confirm,
  .swal2-shown .swal2-popup .swal2-actions .swal2-cancel {
    font-size: 0.48rem;
    height: 1.48rem;
    line-height: 1.48rem;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .swal2-shown .swal2-popup .swal2-actions .swal2-confirm,
  .swal2-shown .swal2-popup .swal2-actions .swal2-cancel {
    font-size: 1.64rem;
    height: 3rem;
    line-height: 3rem;
  }
}
@media screen and (orientation: landscape) {
  .swal2-shown .swal2-popup .swal2-actions .swal2-confirm,
  .swal2-shown .swal2-popup .swal2-actions .swal2-cancel {
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
  }
}
body.dark .app-collection-screen {
  background-color: #242731;
}
body.dark .app-collection-screen .collection-screen-item {
  background-color: #353841;
}
body.dark .app-collection-screen .collection-screen-item:after {
  background-image: linear-gradient(0deg, rgb(53, 56, 65) 10%, rgba(53, 56, 65, 0) 100%);
}
body.dark .app-collection-screen .collection-screen-item .item {
  color: #ffffff;
}
body.dark .app-collection-screen .helper {
  background-color: #353841;
}
body.dark .app-collection-screen .helper h2 {
  color: #ffffff;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/Kelvin/Documents/Development/MenumizUi/MenumizUi/MenumizAppUi/Resources/_scss/pages/collection-screen/collection-screen.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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%22%7D */