@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  color: #4C4D4F;
  padding-top: 0;
  max-width: 650px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #DFE1EE; }

.container {
  max-width: 650px; }

.main-minigame {
  display: inline-block;
  width: 100%;
  background: #F8F8F8; }

.banner-img {
  display: inline-block;
  width: 100%; }

.header-ss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #F8F8F8;
  position: fixed;
  z-index: 99;
  max-width: 600px;
  padding: 0 20px; }
  .header-ss .logo-nd {
    max-height: 80px; }
  .header-ss .box-live-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 12px; }
    .header-ss .box-live-content .conten-item {
      display: inline-block;
      width: fit-content;
      color: #3E61CC; }
    .header-ss .box-live-content img {
      max-height: 32px; }
    .header-ss .box-live-content p {
      display: inline-block;
      width: 100%;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 0;
      text-align: right; }
    .header-ss .box-live-content span {
      display: block;
      width: 100%;
      font-size: 12px;
      font-weight: 300;
      text-align: right;
      margin-bottom: -4px; }

.box-main {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100vh; }

.tab-container {
  display: inline-block;
  width: 100%;
  padding-top: 100px;
  background: #F8F8F8; }

.box-list-item {
  display: inline-block;
  width: 100%; }

.bg-all-page {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  left: 0;
  height: inherit;
  object-fit: contain; }

.tabs {
  padding: 0 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-evenly;
  z-index: 1; }
  .tabs .box-prince {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }
    .tabs .box-prince img {
      display: inline-block;
      width: 100%;
      max-width: 86px; }
    .tabs .box-prince .prince-tab {
      padding: 8px;
      display: inline-block;
      border: 2px solid #FF6C91;
      width: 100%;
      border-radius: 20px; }
      .tabs .box-prince .prince-tab .box-text {
        color: #FFF;
        font-family: "Inter", sans-serif;
        font-style: normal; }
        .tabs .box-prince .prince-tab .box-text span {
          display: inline-block;
          font-size: 12px; }
        .tabs .box-prince .prince-tab .box-text p {
          font-size: 11px;
          margin-bottom: 0;
          font-weight: 300;
          margin-bottom: -6px; }
      .tabs .box-prince .prince-tab h5 {
        color: #FFF;
        text-shadow: 0px 1px 0px #FB8BA3;
        font-family: SVN-Gilroy;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 100%;
        height: 100%;
        border: 1px solid #FB8BA3;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .tabs .box-prince .prince-tab h5 span {
          display: inline-block;
          width: 100%;
          text-align: center;
          color: white;
          font-weight: bold;
          font-size: 10px; }
    .tabs .box-prince .pattern-gold {
      position: absolute;
      bottom: -4px;
      max-width: 80px;
      right: 12px; }
      .tabs .box-prince .pattern-gold img {
        display: inline-block;
        width: 100%; }
  .tabs .tab {
    flex: 1;
    padding: 0px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 16px;
    color: #0C1483;
    margin-right: 2px;
    background: transparent;
    z-index: 1; }
    .tabs .tab:last-child {
      margin-right: 0; }
    .tabs .tab .box-tab-1, .tabs .tab .box-tab-2, .tabs .tab .box-tab-3 {
      background: #232A7B;
      border: 1px solid #232A7B; }
    .tabs .tab .box-tab-4 {
      background: #3E61CC;
      border: 1px solid #3E61CC; }
    .tabs .tab.active {
      font-weight: 800;
      position: relative; }
      .tabs .tab.active .box-prince .img-premium {
        border: 2px solid #F6526C;
        border-radius: 100%; }
      .tabs .tab.active .box-prince .box-tab-1, .tabs .tab.active .box-prince .box-tab-2, .tabs .tab.active .box-prince .box-tab-3, .tabs .tab.active .box-prince .box-tab-4 {
        background: #FF6C91;
        border: 1px solid #FF6C91; }

.tab-content {
  display: inline-block;
  width: 100%; }
  .tab-content .filters {
    display: flex;
    align-items: center;
    gap: 20px; }
    .tab-content .filters .filter {
      display: flex;
      flex-direction: column; }
      .tab-content .filters .filter label {
        font-size: 15px;
        padding-bottom: 2px; }
      .tab-content .filters .filter select {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
        font-size: 14px;
        color: #333;
        width: 200px; }
    .tab-content .filters .btn {
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      outline: none;
      margin-left: auto;
      margin-top: 20px; }
      .tab-content .filters .btn.primary {
        background: #007bff;
        color: #fff;
        margin-right: 20px; }
      .tab-content .filters .btn.clear {
        background: transparent;
        color: #007bff;
        text-decoration: underline; }

.btn-primary {
  background: transparent;
  color: #4C4D4F;
  border-color: transparent;
  padding: 0;
  margin-top: 32px; }
  .btn-primary:hover {
    background: transparent;
    border: none;
    padding: 0; }
  .btn-primary img {
    display: inline-block;
    width: 100%; }

.big-box-item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 40px;
  min-height: 100px; }

.title-item {
  display: inline-block;
  width: 100%;
  max-width: 92%;
  color: #fff;
  background: linear-gradient(90deg, #FB8BA3 0%, #F6526C 100%);
  border: 2px solid white;
  padding: 16px 4px;
  text-align: center;
  border-radius: 32px;
  position: absolute;
  top: -32px; }
  .title-item h3 {
    text-transform: uppercase; }
    .title-item h3 br {
      display: none; }

h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold; }

.modal.fade.show {
  padding-left: 0;
  padding-right: 0; }

.modal-content {
  background: transparent;
  border: transparent; }
  .modal-content .modal-body img {
    width: 100%; }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
  height: 100vh;
  display: flex;
  align-items: center; }

.close {
  z-index: 9;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -12px;
  color: #fff;
  background-color: #000 !important;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 300; }

.box-form {
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-top: -8px;
  background: #fff;
  border-radius: 0 0 10px 10px; }
  .box-form input::placeholder {
    font-weight: 300; }
  .box-form .form-control {
    font-weight: 300; }
  .box-form .form-group {
    display: inline-block;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 8px; }
  .box-form .form-control {
    height: 40px;
    background: #E4E9FF;
    padding: 0 16px; }
    .box-form .form-control::placeholder {
      font-style: italic;
      font-weight: 300;
      font-size: 16px;
      color: #8089CA; }
  .box-form .custom-select {
    height: 40px;
    background: #E4E9FF;
    padding: 0;
    border-radius: 40px; }
    .box-form .custom-select select {
      width: 100%;
      height: 100%;
      border: none;
      background: transparent;
      padding: 0 12px;
      border-radius: 40px; }
      .box-form .custom-select select option.selected {
        font-style: italic;
        font-weight: 300;
        font-size: 14px;
        color: #8089CA; }

.btn-action {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF678E;
  width: 100%;
  height: 48px;
  border-radius: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px; }
  .btn-action:hover {
    text-decoration: none;
    color: #fff; }

.box-edit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 32px 0 24px; }
  .box-edit-item .pattern {
    display: inline-block;
    width: 80%;
    height: 1px;
    background: #fff; }

.btn-edit {
  display: inline-block;
  width: 100%;
  margin-top: 20px; }

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  background-color: transparent; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  background: url("../images/icon-down.png") no-repeat;
  right: 10px;
  width: 16px;
  height: 16px;
  border-color: #fff transparent transparent transparent; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent; }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  font-family: "Inter", sans-serif;
  display: flex;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  align-items: baseline;
  height: 36px;
  color: #8089CA;
  font-style: italic;
  font-size: 16px;
  padding: 8px 16px;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  background: #E4E9FF;
  margin-top: 4px;
  border-radius: 4px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 180px;
  overflow-y: auto; }
  .select-items::-webkit-scrollbar {
    width: 2px;
    background-color: transparent; }
  .select-items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #343DA5; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.custom-select {
  display: flex;
  align-items: center; }

.select-selected:after {
  margin-top: 4px; }

.mt-120-top {
  margin-top: 120px; }

.btn-primary:active {
  background-color: #F8F8F8 !important; }

.btn-primary:focus {
  background-color: transparent !important; }

/*# sourceMappingURL=style.css.map */
