/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: "NotoSans";
  src: url('/assets/fonts/NotoSans/NotoSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url('/assets/fonts/NotoSans/NotoSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url('/assets/fonts/NotoSans/NotoSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url('/assets/fonts/NotoSans/NotoSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url('/assets/fonts/NotoSans/NotoSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url('/assets/fonts/NotoSans/NotoSans-Bold.ttf') format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSerif';
  src: url('/assets/fonts/NotoSerif/NotoSerif-Italic.ttf') format("truetype");
  font-display: swap;
}
.container {
  display: block;
  position: relative;
  padding-left: 1.4rem;
  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  margin-bottom: 0;
}
/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark, .nocheckmark {
  position: absolute;
  height: 1.375rem;
  width: 1.375rem;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
}
.checkmark:after, .nocheckmark:after {
  background: white;
  content: '';
  position: absolute;
}
/* On mouse-over, add a grey background color */
.container:focus input ~ .checkmark, .container:focus input ~ .nocheckmark {
  background-color: #017f7c;
  border: 1px solid #017f7c;
}
.container:focus input ~ .checkmark:after, .container:focus input ~ .nocheckmark:after {
  background: white;
  content: '';
  position: absolute;
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark, .container input.selected ~ .checkmark {
  background-color: #017f7c !important;
  border: 1px solid #017f7c !important;
}
.container input:checked ~ .checkmark:after, .container input.selected ~ .checkmark:after {
  background: white;
  content: '';
  position: absolute;
}
.container input:checked ~ .nocheckmark, .container input.selected ~ .nocheckmark {
  background-color: white !important;
}
.container input:checked ~ .nocheckmark:after, .container input.selected ~ .nocheckmark:after {
  background-color: white !important;
  content: '';
  position: absolute;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after, .nocheckmark:after {
  content: '';
  position: absolute;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.options .options-label {
  top: 0;
  position: relative;
  color: #555559;
  padding-left: 1.5em;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin-left: auto;
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.options .options-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.options .options-label .checkmark, .options .options-label .nocheckmark {
  position: absolute;
  border: 1px solid #aaaaaa;
  border-radius: 0.125rem;
}
.options .options-label input:checked ~ .checkmark {
  background-color: #017f7c;
  border: 1px solid #017f7c;
}
.options .options-label .checkmark:after, .options .options-label .nocheckmark:after {
  content: '';
  position: absolute;
  display: none;
}
.options .options-label input:checked ~ .checkmark:after, .options .options-label input:checked ~ .nocheckmark:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  height: 11px;
  width: 4px;
  background-color: transparent;
  border-radius: 0.125rem;
}
.options .options-label .checkmark:after, .options .options-label .nocheckmark:after {
  left: 0.4rem;
  top: 1px;
  width: 0.3rem;
  height: 0.6rem;
  border: 1px solid #fff;
  border-width: 0px 0.15rem 0.15rem 0;
  transform: rotate(45deg);
}
.options .checkmark, .options .nocheckmark {
  top: 0;
  left: 0;
}
input:checked {
  background-color: red;
}
body {
  margin: auto;
}
.btn-primary {
  letter-spacing: 0.223rem;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0.25rem;
  font-family: "NotoSans";
  background-color: #017f7c;
  font-weight: 600;
  font-size: 0.875rem;
  border: none;
  height: 4.25rem;
  box-shadow: 0 16px 11px -10px rgba(0, 0, 0, 0.2);
  outline: none;
}
.btn-primary:active {
  background-color: #024e49 !important;
}
.show-count-container {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 2rem 3rem 2rem;
  font-family: "NotoSans";
  height: 2.5625rem !important;
}
.button-container {
  right: 0;
  width: 4.8em;
  border-bottom: 1px solid #666;
  text-align: center;
  display: flex;
  align-items: center;
  height: 1.6em;
  overflow: hidden;
  justify-content: center;
  position: relative;
  font-size: 1rem;
  cursor: pointer;
  max-width: 7.5625rem;
}
.count-plus {
  height: 100%;
  padding: 0;
}
.action-btn {
  height: 100%;
  border: none;
  background-color: #f7f7f7;
  padding: 0;
}
.count-dec {
  padding-top: 2px;
}
.action-btn:focus {
  outline: none;
}
.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-overflow-scrolling: touch;
}
.enable-overflow-scroll-touch {
  -webkit-overflow-scrolling: touch;
}

