@import "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,300;1,500&display=swap";

/* src/styles.sass */
@font-face {
  font-family: "Rift";
  src: url("fonts/Rift_2/Fort Foundry - Rift-Regular.otf") format("truetype");
  font-weight: 400;
}
body {
  margin: 0;
  padding: 0;
  background-color: #012641;
  max-width: 100vw;
  position: relative;
}
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.white-container {
  margin: 40px 0 40px;
  width: 80vw;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.63);
  padding-top: 30px;
  max-width: 2000px;
}
.white-container-title {
  color: #012641;
  font-size: 1.5rem;
  margin: 0;
}
.main-container {
  width: 80vw;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.63);
  padding-top: 30px;
  z-index: 10;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-between {
  justify-content: space-between;
  align-items: center;
}
.flex-align-start {
  align-items: flex-start !important;
}
.grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
}
.grid-2 {
  grid-template-columns: 1fr auto;
}
.grid-3 {
  grid-template-columns: 1fr auto 1fr;
}
.gap-1 {
  gap: 15px;
}
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto !important;
  padding: 5px 10px !important;
}
.error-message {
  color: red !important;
}
.success-message {
  color: green;
}
.success-message a {
  color: #012641;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
main {
  position: relative;
}
button {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
.button {
  border-radius: 5px;
  padding: 7px 5px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Oswald;
  border: none;
  width: 157px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all;
  box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.75);
}
.blue-button {
  background-color: #012641;
  color: #fff;
}
.blue-button:hover {
  background-color: #023961;
}
.yellow-button {
  background-color: #B39963;
  color: #012641;
}
.yellow-button:hover {
  background-color: #f8c947;
}
.uppercase {
  text-transform: uppercase;
}
.modal {
  overflow-y: scroll;
}
.modal-footer {
  position: relative;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-footer span {
  font-size: 13px;
}
.modal-footer img {
  width: 65px;
  margin-bottom: 3xp;
}
.user-form-content {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 20px;
  margin-top: 40px;
  width: 80vw;
  max-width: 2000px;
  border-radius: 10px;
  box-shadow: 0px 0px 34px 0px rgba(255, 255, 255, 0.63);
  position: relative;
  z-index: 10;
}
.user-form-content.hidden-inputs {
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.user-form-content.hidden-inputs .user-form-fields {
  width: 90%;
}
.user-form-content.hidden-inputs .user-form-fields .users-container {
  margin: 0;
}
.user-form-content.hidden-inputs .user-form-fields .users-container .button-container-order {
  margin-top: 0;
}
.user-form-content.hidden-inputs .purchased-game-container {
  margin-right: 0;
  margin-bottom: 40px;
}
.user-form-content .to-pay {
  border: 2px solid #012641;
  background-color: #012641;
  border-radius: 5px;
  color: #fff;
  height: 36px;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Oswald";
  cursor: pointer;
  transition: 0.5s;
}
.user-form-content .to-pay:hover {
  border: 2px solid #012641;
  background-color: #fff;
  color: #012641;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 30px;
  font-weight: 800;
  transition: 0.5s;
}
.close:hover {
  opacity: 0.7;
}
.block {
  display: block;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.membership-button {
  color: #fff;
  background-color: #005593;
  position: absolute;
  top: -41px;
  left: 20px;
  border: none;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 10px 1px;
  cursor: pointer;
  transition: 0.5s all;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  font-family: Oswald;
}
.membership-button.other-membership-button {
  left: 180px;
}
.membership-button.active {
  background-color: #fff;
  color: #012641;
}
.over-container-buttons-title {
  position: absolute;
  top: -41px;
  left: 0px;
}
.over-container-buttons-title button {
  color: #fff;
  background-color: #005593;
  border: none;
  font-weight: 500;
  font-size: 20px;
  padding: 6px 10px 5px;
  margin-right: 15px;
  border: none;
  cursor: pointer;
  transition: 0.5s all;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  font-family: Oswald;
}
.over-container-buttons-title button.active {
  color: #005593;
}
.over-container-buttons-title button:hover {
  color: #005593;
  background-color: #fff;
}
.align-left {
  text-align: left;
}
.container-buttons-title {
  display: none;
}
.bold {
  font-weight: 700;
}
.nowrap {
  white-space: nowrap;
}
.semi-bold {
  font-weight: 500;
}
.continue-button,
.cancel-button {
  width: 70%;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  transition: 0.4s all;
  text-align: center;
  color: #012641;
  background-color: #B39963;
  padding: 0px 15px 0px 15px;
  margin: 5px 0px 5px 15px;
  cursor: pointer;
  line-height: 32px;
  font-weight: 700;
}
.continue-button a,
.cancel-button a {
  text-decoration: none;
  color: #252309;
}
.continue-button:hover {
  background-color: #d09a29;
}
.continue-button:disabled {
  cursor: inherit;
  background-color: #9c9c9c;
}
.continue-button:disabled:hover {
  background-color: #9c9c9c;
}
.w-full {
  width: 100%;
}
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background-color: #e6e6e6;
}
.checkmark.radio {
  border-radius: 10px;
}
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.container-checkbox input:checked ~ .checkmark {
  background-color: rgba(1, 38, 65, 0.768627451);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-link {
  border: none;
  background: none;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 15px;
  color: #012641;
}
.button-link:hover {
  color: #B39963;
}
.modal-container {
  height: 100vh;
  width: 100vw;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5137254902);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Oswald;
  display: none;
}
@media only screen and (max-width: 768px) {
  .modal-container {
    height: calc(100vh - 87px) !important;
  }
}
@media only screen and (max-width: 500px) {
  .modal-container .modal-content {
    padding-bottom: 100px !important;
  }
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.text-lowercase {
  text-transform: lowercase;
}
.mb-1 {
  margin-bottom: 5px;
}
.mb-2 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 15px;
}
.mb-4 {
  margin-bottom: 20px !important;
}
.mb-5 {
  margin-bottom: 25px !important;
}
.mb-6 {
  margin-bottom: 30px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mt-4 {
  margin-top: 20px !important;
}
.mt-5 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 1024px) {
  .mt-5-m {
    margin-top: 25px !important;
  }
}
.mt-6 {
  margin-top: 30px !important;
}
.profile-title-mt {
  margin-top: 45px !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-4 {
  margin-right: 20px !important;
}
.mr-6 {
  margin-right: 30px !important;
}
.ml-1 {
  margin-left: 5px;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-5 {
  margin-left: 25px !important;
}
.z-2 {
  z-index: 2;
}
.no-scroll {
  overflow: hidden !important;
}
@media only screen and (max-width: 768px) {
  .membership-wrapper h1 {
    font-size: 28px;
  }
  .membership-wrapper h3 {
    width: 93vw;
    text-align: center;
  }
  .membership-wrapper .memberhsip-card-container {
    flex-direction: column;
    width: 93vw !important;
    padding: 0;
  }
  .membership-wrapper .memberhsip-card-container .membership-card {
    width: 100%;
    margin-bottom: 40px;
  }
  .w-m-100 {
    width: 100%;
  }
  .flex-m-column {
    flex-direction: column;
  }
  .m-mb-7 {
    margin-bottom: 35px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .over-container-buttons-title {
    display: none;
  }
  .container-buttons-title {
    padding: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bababa;
  }
  .container-buttons-title p {
    text-align: center;
    font-weight: 500;
    color: #012641;
  }
  .container-buttons-title button {
    text-transform: uppercase;
    border: none;
    padding: 5px 13px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .content {
    flex-direction: column-reverse;
  }
  .content .user-title {
    margin-left: 20px;
  }
  .content .user-form-content {
    flex-direction: column;
    margin-bottom: 20px;
    width: 93vw;
  }
  .users-container {
    margin-left: 0;
    padding: 0 20px;
  }
  .users-container .user .user-form .user-form-input {
    width: 100%;
    margin: 5px 0;
  }
  .m-w-100 {
    width: 100%;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
