<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --btn-accept: #d12732;
  --btn-reject: #d12732;
  --btn-reject2: #d12732;
  --yellowtheme: #fcea1f;
  --btn-accept-border: #d12732;
  --btn-reject-border: #572f10;
  --bodytxt: "Abel-Regular";
  --bodytxtbold: "Abel-Bold";
  --headertxt: "ConthraxSb-Regular";
}

@font-face {
  font-family: "ConthraxSb-Regular";
  src: url("../fonts_new/conthrax-sb.ttf") format("ttf"),
    url("../fonts_new/conthrax-sb.woff") format("woff"),
    url("../fonts_new/conthrax-sb.woff2") format("woff2");
}

@font-face {
  font-family: "Abel-Bold";
  src: url("../fonts_new/Abel-Pro-Bold.ttf") format("ttf"),
    url("../fonts_new/Abel-Pro-Bold.woff") format("woff"),
    url("../fonts_new/Abel-Pro-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Abel-Regular";
  src: url("../fonts_new/Abel-Regular.ttf") format("ttf"),
    url("../fonts_new/Abel-Regular.woff") format("woff"),
    url("../fonts_new/Abel-Regular.woff2") format("woff2");
}

.font-weight-bold,
strong {
  font-family: var(--bodytxtbold);
}

/* for button accept */
.btn-small-opacity-green,
.btn-yellow-large,
.btn-yellow-large:hover,
.btn-greens,
.btn-small-opacity-red,
.btn-yellow-large-cancel,
.btn-yellow-large-cancel:hover,
.btnstyle2 {
  border: 0px;
  background: url("../img_new/btn-news.png") no-repeat center;
  background-size: 100% 100%;
  color: black;
  max-width: 551px;
  margin: auto;
  height: 74px;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 96;
  cursor: pointer;
  padding: 0px 15px !important;
  font-size: 19px;
}

.button:disabled,
.fund_in_btn:disabled,
.btnstyle2:disabled,
.buttons:disabled,
.btn-small-opacity-green:disabled,
.btn-yellow-large:disabled,
body .comfirm .btncolor2:disabled,
.manual-left.active:disabled,
.history-right.active:disabled,
.btn-greens:disabled,
.btn-small-opacity-red:disabled,
#errorbox .comfirm .btncolor2:disabled,
.btn-pink-2:disabled,
.btn-yellow-large-cancel:disabled {
  opacity: 0.5;
}

/* for yellow gradient */
.box-container-bottom {
  background: linear-gradient(180deg, #fcea1f72 0%, #000000 100%);
}

/* for background color */
.table-contaienrs th {
  background: linear-gradient(180deg, var(--btn-accept) 0%, #8d101d 100%);
  color: black;
  font-family: var(--bodytxt);
  text-transform: uppercase;
}

/* for border 0px */
.bet-content,
.input-yellow-border.readonly,
.deposit-copy.readonly,
.input-pinky-container .input-pinky,
.register-container,
.input-yellow-border,
.input-pinky-border,
#autoDiv1 .bet-content #autoDiv1 .bet-contents,
#errorbox .comfirm,
#autoDiv1 .bet-contents,
.border-box,
.pagination-box.active,
body .comfirm,
.bet-contents,
.fund-modal-container,
.pink-border,
.btn-pink-2 {
  border: 0px;
}

.border-octagon {
  position: relative;
}

/* for font color */
body .font-green,
.text-yellow,
.index-text,
.modal-contents-wrapper,
.yellow-text,
.alert-container,
.game-ui .button-holder button,
#popupsuccessbox .font-level2.font-blue.upper,
.color-pink,
.text-pinky,
.input-rights,
.color_primary,
.fontbetplay {
  color: var(--yellowtheme) !important;
}

.bg-mains {
  background: url(../img_new/novax-bg.jpg) no-repeat bottom;
  background-size: 100%;
}

.border-yellows,
.border-pinks {
  padding: 20px;
  position: relative;
  background: black;
  overflow: hidden;
}

.gamedetail li {
  border-bottom: none !important;
}

.popup {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  max-width: calc(100% - 10%);
  max-height: calc(100% - 10%);
  overflow: auto;
}

.popup-content {
  position: relative;
  width: 100%;
  padding: 0;
}

#video {
  width: 100%;
  max-width: 730px;
  margin: 0;
  max-height: 600px;
}

#skip-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  display: none;
  z-index: 999;
}

#sound-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  z-index: 999;
  border: none;
  background-color: transparent;
}

#sound-btn .fa {
  font-size: 24px;
  color: white;
}

.sound-off .fa-volume-up {
  display: none;
}

.sound-on .fa-volume-mute {
  display: none;
}

.form-control[readonly] {
  color: white !important;
}

.toggle-password img {
  right: 10px;
  top: 5px;
}

.deposit-copy {
  padding: 15px 20px;
}

.btn-pink-2 {
  padding: 10px 20px;
  width: 100%;
  border-radius: 19px;
  background: linear-gradient(180deg, #f3333c 2.69%, #890e1d 100.25%);
  color: white;
}

.deposit-copy div:first-child {
  width: 100%;
}

.line-containerss div {
  position: absolute;
  background: var(--yellowtheme);
  pointer-events: none;
  width: 2px;
}

/* right line */
.line-containerss div:nth-child(1) {
  right: 45px;
  top: 0;
  height: 21px;
}

.line-containerss div:nth-child(2) {
  right: 15px;
  top: 47.3px;
  height: calc(100% - 130px);
}

.line-containerss div:nth-child(3) {
  right: 30px;
  top: 13px;
  height: 42px;
  transform: rotate(132deg);
  border-radius: 7px;
}

.line-containerss div:nth-child(4) {
  right: 30px;
  bottom: 47px;
  height: 42px;
  transform: rotate(224deg);
  border-radius: 7px;
}

.line-containerss div:nth-child(5) {
  right: 45px;
  bottom: 0;
  height: 53px;
}

/* left line */
.line-containerss div:nth-child(6) {
  left: 45px;
  top: 0;
  height: 20px;
}

.line-containerss div:nth-child(7) {
  left: 15px;
  top: 47.3px;
  height: calc(100% - 130px);
}

.line-containerss div:nth-child(8) {
  left: 30px;
  top: 13px;
  height: 42px;
  transform: rotate(228deg);
  border-radius: 7px;
}

.line-containerss div:nth-child(9) {
  left: 30px;
  bottom: 47px;
  height: 42px;
  transform: rotate(316deg);
  border-radius: 7px;
}

.line-containerss div:nth-child(10) {
  left: 45px;
  bottom: 0;
  height: 53px;
}

footer {
  width: calc(100% + 32px);
  margin-left: -15px;
  overflow: hidden;
}

.empty {
  display: none !important;
}

.h1-title,
.h1-title-diagram {
  text-transform: uppercase;
}

body .center {
  padding: 20px 13px;
  padding-bottom: 78px !important;
}

.input-pinky-container .input-pinky {
  min-height: 50px;
}

.border-octagon {
  padding: 0px 0px;
  width: 100%;
}

.h1-title.text-yellow,
.h1-title-diagram.text-yellow {
  padding: 25px 15px;
  margin: 0px;
}

.filter-btn {
  display: none;
}

.disabled-button {
  color: #a9a9a9;
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.filter-datepicker .border-octagon.red:nth-child(2) {
  margin-right: 10px;
}

.border-octagon.red .new-small-box .edge-left-top,
.border-octagon.red .new-small-box .edge-right-top,
.border-octagon.red .new-small-box .edge-left-bottom,
.border-octagon.red .new-small-box .edge-right-bottom,
.border-octagon.red .new-small-box .edge-top-line,
.border-octagon.red .new-small-box .edge-bottom-line,
.border-octagon.red .new-small-box .edge-right-line,
.border-octagon.red .new-small-box .edge-left-line {
  background: var(--btn-accept);
}

.border-octagon.gray .new-small-box .edge-left-top,
.border-octagon.gray .new-small-box .edge-right-top,
.border-octagon.gray .new-small-box .edge-left-bottom,
.border-octagon.gray .new-small-box .edge-right-bottom,
.border-octagon.gray .new-small-box .edge-top-line,
.border-octagon.gray .new-small-box .edge-bottom-line,
.border-octagon.gray .new-small-box .edge-right-line,
.border-octagon.gray .new-small-box .edge-left-line {
  background: rgba(100, 100, 100, 1);
}

.new-small-box .edge-left-top {
  width: 14px;
  height: 1.5px;
  position: absolute;
  left: -2px;
  top: 5px;
  border: 0px !important;
  pointer-events: none;
  background: var(--yellowtheme);
  transform: rotate(133deg);
}

.new-small-box .edge-right-top {
  width: 14px;
  height: 1.5px;
  position: absolute;
  right: -2px;
  top: 5px;
  border: 0px !important;
  pointer-events: none;
  background: var(--yellowtheme);
  transform: rotate(226deg);
}

.new-small-box .edge-left-bottom {
  width: 14px;
  height: 1.5px;
  position: absolute;
  left: -2px;
  bottom: 5px;
  border: 0px !important;
  pointer-events: none;
  background: var(--yellowtheme);
  transform: rotate(228deg);
}

.new-small-box .edge-right-bottom {
  width: 14px;
  height: 1.5px;
  position: absolute;
  right: -2px;
  bottom: 5px;
  border: 0px !important;
  pointer-events: none;
  background: var(--yellowtheme);
  transform: rotate(314deg);
}

.new-small-box .edge-top-line {
  position: absolute;
  top: 0;
  width: calc(100% - 20px);
  left: auto;
  right: auto;
  height: 1.5px;
  pointer-events: none;
  background: var(--yellowtheme);
}

.new-small-box,
.new-small-box:hover {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  pointer-events: none;
  left: 0;
}

.new-small-box .edge-bottom-line {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  left: auto;
  right: auto;
  pointer-events: none;
  height: 1.5px;
  background: var(--yellowtheme);
}

.new-small-box .edge-left-line {
  position: absolute;
  left: 0;
  height: calc(100% - 20px);
  top: auto;
  bottom: auto;
  width: 1.5px;
  pointer-events: none;
  background: var(--yellowtheme);
}

.new-small-box .edge-right-line {
  position: absolute;
  right: 0;
  height: calc(100% - 20px);
  top: auto;
  bottom: auto;
  pointer-events: none;
  width: 1.5px;
  background: var(--yellowtheme);
}

.manual-left.active,
.history-right.active {
  color: white;
}

.manual-left,
.history-right {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1.5px solid var(--yellowtheme);
  text-transform: uppercase;
}

#policy-modal {
  display: block;
}

.font-policy {
  font-size: 20px !important;
}

.font-policy-a {
  cursor: pointer;
  text-decoration: underline;
  color: skyblue;
}

.input-policy-container {
  margin-top: 5%;
  width: 100%;
}

.input-policy-container input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  min-width: 20px;
}

.h1-title,
.h1-title-diagram {
  font-size: 23px;
}

footer {
  position: relative;
  font-size: 13px;
  height: 50px;
  margin-top: -44px !important;
}

.left-img {
  position: absolute;
  background: url(../img_new/right-img.svg) no-repeat left;
  background-size: contain;
  height: 37px;
  width: 30%;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.right-img {
  position: absolute;
  background: url("../img_new/left-img.svg") no-repeat right;
  background-size: contain;
  height: 37px;
  width: 30%;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.table-contaienrs th,
body .comfirm {
  background: linear-gradient(180deg, #f3333c 2.69%, #890e1d 100.25%);
}

body .comfirm {
  border-radius: 20px;
  text-transform: uppercase;
}

body .center {
  min-height: calc(100vh - 100px);
}

.left-imgs {
  position: absolute;
  background: url(../img_new/left-imgs.svg) no-repeat left;
  background-size: contain;
  height: 65px;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.right-imgs {
  position: absolute;
  background: url("../img_new/right-imgs.svg") no-repeat right;
  background-size: contain;
  height: 65px;
  width: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}

body .headerphone {
  background: url("../img_new/center-img.png") repeat center;
  background-size: contain;
  height: 56px;
}

#qr_image1,
#qr_image2 {
  max-width: 180px;
  width: 100%;
  border-radius: 5px;
}

#qr_image1 canvas,
#qr_image2 canvas {
  width: 100% !important;
  background: white;
  padding: 10px;
  border-radius: 5px;
}

body .upper {
  color: white;
  text-transform: uppercase;
}

body .comfirm .btncolor2,
body .comfirm .btncolor2:focus,
body .comfirm .btncolor2:hover,
.btn-sm-reds {
  background: transparent;
  border: 1px solid var(--yellowtheme);
  color: white !important;
  font-family: var(--headertxt);
  padding: 5px 20px;
  font-size: 14px;
}

.pagination-box {
  width: 21px;
}

#login-modal.modal,
#forgetpassword-2fa-modal,
#forgetpassword-modal,
#register-modal.modal {
  background: url(../img_new/novax-register.png) no-repeat center transparent;
  background-size: contain;
  z-index: 1;
}

.underline-container {
  text-transform: uppercase;
  border-bottom: 1px solid var(--yellowtheme);
  font-size: 16px;
  padding-bottom: 10px;
}

.f-20 {
  font-size: 20px;
}

body .headerphone .hamburger .bar3,
body .headerphone .hamburger .bar2,
body .headerphone .hamburger .bar1 {
  background-color: black;
}

.normal-yellow-border,
.referral-diagrams {
  border-top: 1px solid var(--yellowtheme);
}

.border-yellow-1px {
  border-top: 1px solid var(--yellowtheme);
}

.cursor-pointer {
  cursor: pointer;
}
/* Image wrapper with dynamic height adjustment */
.memo-carousel .image-wrapper {
  display: flex;
  align-items: center; /* Center the image vertically */
  justify-content: center; /* Center the image horizontally */
  overflow: hidden; /* Prevent overflow content */
  background-color: #f8f9fa; /* Light background for contrast */
  height: 100%; /* Use full height of parent container */
  max-height: calc(
    100vh - 150px
  ); /* Ensure the modal does not exceed viewport height */
}

/* Ensure the image fully displays without cropping */
.memo-carousel .image-wrapper img {
  width: auto; /* Maintain the natural width */
  height: auto; /* Maintain the aspect ratio */
  max-width: 100%; /* Ensure it fits within the container's width */
  max-height: 100%; /* Ensure it fits within the container's height */
  object-fit: contain; /* Prevent cropping */
  object-position: center; /* Center the image */
}

/* Carousel indicators styling */
.carousel-indicators {
  position: static; /* Keep dots below the image */
  margin-top: 15px; /* Add spacing */
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-indicators li {
  background-color: #333; /* Default dot color */
  border-radius: 50%; /* Circular dots */
  width: 10px;
  height: 10px;
}

.carousel-indicators .active {
  background-color: #007bff; /* Active dot color */
}

/* Navigation buttons */
.carousel-controls button {
  background-color: #f8f9fa; /* Match the modal background */
  border: none; /* Remove borders */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
  padding: 5px 10px; /* Add padding */
  border-radius: 4px; /* Slightly round corners */
  transition: background-color 0.3s ease;
}

.carousel-controls button:hover {
  background-color: #007bff; /* Button hover effect */
  color: #fff;
}

.pink-border {
  overflow: hidden;
}

.pink-bg {
  position: absolute;
  width: 100%;
  height: 56px;
  background: linear-gradient(180deg, var(--btn-accept) 0%, #8d101d 100%);
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}

.qrarea {
  max-width: 200px;
  padding: 10px;
  border-radius: 5px;
  background-color: white;
  margin: auto;
}

.qrarea canvas {
  width: 100%;
}

.register-container {
  overflow: hidden;
  background: black;
}

body .headerphone.login-container {
  background: transparent;
  max-width: 65vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body .headerphone.login-container .left-imgs,
body .headerphone.login-container .right-imgs {
  background: transparent;
}

.net-container .col-6:first-child .border-octagon {
  height: 100%;
}

#set2fa-modal.modal.show {
  display: block;
}

body .comfirm .btncolor2,
.btn-sm-reds {
  background: linear-gradient(180deg, #f3333c 2.69%, #890e1d 100.25%);
}

#login-modal.modal .modal-content,
#forgetpassword-2fa-modal .modal-content,
#forgetpassword-modal .modal-content,
#register-modal.modal .modal-content {
  width: 100%;
  max-width: 250px;
  min-width: 250px;
  margin-top: auto;
  max-height: 44vh;
  overflow: scroll;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0px, -26px);
  -webkit-transition: translate(0px, -26px);
  -moz-transition: translate(0px, -26px);
  -ms-transition: translate(0px, -26px);
  -o-transition: translate(0px, -26px);
}

.profileimg {
  width: 130px;
}

.sign-in {
  font-family: var(--bodytxtbold);
}

body.login-body {
  background: url(../img_new/novax-bg.jpg) no-repeat bottom;
  background-size: 100%;
  height: 100vh;
}

.section_heading {
  letter-spacing: 1px;
}

.register-btn {
  right: -4px;
}

.register-btn img {
  width: 50px;
}

.f-12 {
  font-size: 15px;
}

.gem-icons-right {
  position: absolute;
  left: -6px;
  z-index: 666;
  top: -10px;
}

.gem-icons-right-2 {
  position: absolute;
  left: 9px;
  z-index: 666;
  top: -4px;
}

.border-yellows.sm,
.border-pinks.sm {
  padding: 10px 10px;
  overflow: initial;
}

.btn-shadow {
  padding: 10px 20px;
  border: 0px;
}

.btn:focus,
.btn.focus {
  box-shadow: initial;
}

.line-1 {
  line-height: 1;
}

.login-access a,
.login-access a:hover {
  color: var(--yellowtheme) !important;
}

body #sidebar {
  position: fixed !important;
}

.bet-contents .inventory-count,
.new-input {
  background: transparent;
}

#tab-containers {
  overflow: hidden;
  overflow-x: initial;
}

.is-toggle .accordion-collapse .menu_list::after {
  top: 15px;
}

.footer-txt {
  margin-top: 20px;
}

body .modal-content .confirm {
  border-radius: 20px;
  text-transform: uppercase;
  min-width: 250px;
}

body .modal-content .confirm p {
  margin-right: 0.5rem !important;
}

.form-control {
  color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  background-color: transparent !important;
  color: white !important;
  border-radius: 20px;
}

.modal-open .modal {
  z-index: 1111;
}

#errorbox,
#popupsuccessbox,
#successbox {
  z-index: 9999;
}

.hamburger,
.register-btn {
  cursor: pointer;
}

.h1-title-diagram {
  text-align: center;
  font-family: var(--headertxt);
  letter-spacing: 1px;
}

.h1-title-diagram.text-yellow {
  padding: 25px 15px;
  margin: 0px;
}

.button-inside {
  height: 40px;
  display: flex;
  align-items: center;
  line-height: 0.9;
}

.archive_0 ul li:before,
.archive_0 ul li:after {
  display: none !important;
}

.img-containerss {
  max-width: 300px;
  width: 100%;
  margin: auto;
}

.modal_main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0 !important;
}



.octagon_remover .border-octagon .new-small-box {
  display: none;
}

.landing_modal_main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
}

.modal_outer {
  height: 100%;
  width: 100%;
}

#login-modal.modal .btn-greens , #forgetpassword-2fa-modal .btn-greens , #forgetpassword-modal .btn-greens , #register-modal.modal .btn-greens  {
  width: initial;
  max-width: initial;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background: url(../img_new/btn-news-sm.png) no-repeat center;
  background-size: 100% 100%;
  letter-spacing: 0px;
} 

#login-modal.modal #login-before .btn-greens {
  width: 100%;
  max-width: 200px;
}

#login-modal.modal .form-control , #forgetpassword-2fa-modal .form-control , #forgetpassword-modal .form-control , #register-modal.modal .form-control  {
  font-size: 15px;
} 


.banner-imgs {
  max-width: 1200px;
  margin-top: -24vh !important;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: -11vh;
}

@media (min-width: 1200px) {

  .banner-imgs {
    max-width: 100%;
    margin-top: -220px!important;
  }
}

@media (max-width: 1200px) {
  .container,
  .container-sm {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .popup {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    padding: 0 27px;
  }
  .video_add_popup {
    width: 100%;
    padding: 0 25px;
  }
  #video {
    width: 100%;
    margin: 0;
    max-height: 100%;
  }
  #skip-btn {
    bottom: 14px;
  }
}

@media (max-width: 576px) {
  .h1-title {
    font-size: 20px;
  }

  footer {
    font-size: 13px;
  }

  body .headerphone.login-container {
    width: 100%;
    max-width: 100%;
  }

  .profileimg {
    width: 70px;
  }

  #login-modal.modal,
  #forgetpassword-2fa-modal,
  #forgetpassword-modal,
  #register-modal.modal {
    background: url(../img_new/novax-register.png) no-repeat center transparent;
    background-size: 120% 100%;
  }

  .f-12 {
    font-size: 13px;
  }

  .btn-small-opacity-green,
  .btn-yellow-large,
  .btn-yellow-large:hover,
  .btn-greens,
  .btn-small-opacity-red,
  .btn-yellow-large-cancel,
  .btn-yellow-large-cancel:hover,
  .btnstyle2 {
    text-transform: uppercase;
    letter-spacing: -0.3px;
    font-size: 16px;
  }

  body .font-tittle {
    font-size: 1.1rem;
    margin-left: 5px;
  }
}

@media (min-width: 767px) {
  body .headerphone.login-container {
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 576px) {
  .h1-title-diagram {
    font-size: 20px;
  }

  #exchange .d-flex.border-bottom-1px-greyss .border-octagon.red {
    width: 200px!important;
  }

  #exchange .d-flex.border-bottom-1px-greyss .border-octagon.red .bet-contents .w-100.d-flex.flex-column {
    width: 100px !important;
  }
 
}

.landing_bottom {
  font-size: 15px;
}

.forget-btn-right {
  color: #949494;
  border: 1px solid #949494;
  border-radius: 10px;
  background: #222222;
  padding: 5px 25px;
}


.only-stack-container .pink-border-2.no-pink-boder .pink-bg {
  display: none;
}


.only-stack-container .edge-bottom-line,
.only-stack-container .edge-right-bottom,
.only-stack-container .edge-left-bottom {
    display: none;
}

.only-stack-container .edge-right-line,
.only-stack-container .edge-left-line {
  background: linear-gradient(to bottom, #fcea1f 60%, rgba(252, 234, 31, 0) 100%);
}

.menu_link_wrapper .menu_link,
.font-level3  {
  font-size: 15px;
}
select option {
  color: black;
}
.new-small-box {
  z-index: 99;
}</pre></body></html>