/* STARTING ROOT */

:root {
  /* BACKGROUND COLOR */
  --bg-white: #fff;
  --bg-grey: #f0f0f0;
  --bg-grey-lighter: #fafafc;
  --bg-blue: #1c165f;

  --btn-primary: #eac68d;

  --success: #2ecc71;
  --primary: #dbb579;
  --primary-hover: #00d15f;

  /* BORDER COLOR */
  --border-grey-light: 1px solid #ededf4;
  /* TEXT COLOR */
  --text-color-grey: #5e6065;
  --text-color-black-lighter: #32363b;
  --text-color-white: #fff;
  /* COLORS */
  --skyblue: #0b82b6;
}
th {
  font-weight: 600;
  font-size: 14px;
}

td {
  font-size: 13px;
}

.text-title {
  color: #263a4d;
}

/* ENDING ROOT */

/* STARTING FONT */

@font-face {
  font-family: "font-light";
  font-display: swap;
  src: url("../fonts/OpenSans-Medium.ttf");
}

@font-face {
  font-family: "font-regular";
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "font-medium";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.ttf");
}

/* ENDING FONT */

/* STARTING ANIMATION */

/* ENDING ANIMATION */

/* STARTING DEFAULT CSS */

html,
body {
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

/* main {
  flex-grow: 1;
  overflow-x: hidden;
} */

header,
main,
footer {
  flex-shrink: 0;
}

.font-light {
  font-family: "font-light" !important;
}

.font-regular {
  font-family: "font-regular" !important;
}

.font-medium {
  font-family: "font-medium" !important;
}

cite {
  font-family: "font-light" !important;
  font-style: normal;
}

.bg-grey {
  background-color: var(--bg-grey) !important;
}

.bg-grey-lighter {
  background-color: var(--bg-grey-lighter) !important;
}
a {
  font-size: 14px;
}

.bg-blue,
.bg-blue .header,
.bg-blue .carousel-item {
  background: #0a1486;
  background-image: url(http://themelooks.org/demo/bluishost/wp-content/uploads/2018/12/section_pattern-1.png);
  background-image: url(http://themelooks.org/demo/bluishost/wp-content/uploads/2018/12/section_pattern-1.png),
    -webkit-linear-gradient(top, #0a1486 0%, #050e7f 100%);
  background-image: url(http://themelooks.org/demo/bluishost/wp-content/uploads/2018/12/section_pattern-1.png),
    linear-gradient(to bottom, #090f50 0%, #05076b, #04094d 100%);
  background-attachment: fixed;
}

.bg-blue-dark,
.bg-blue-dark .carousel-item {
  background: #0816bf;
  background-image: url(http://themelooks.org/demo/bluishost/wp-content/uploads/2018/12/footer-pattern.png);
  background-image: -webkit-linear-gradient(top, #0b168a 0%, #050e7f 100%);
  background-image: url(http://themelooks.org/demo/bluishost/wp-content/uploads/2018/12/footer-pattern.png),
    linear-gradient(to bottom, #070d5f 0%, #040b6d, #070f6e 100%);
  background-attachment: fixed;
}

.bg-blue-dark:nth-child(3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.233) !important;
}

.bg-blue *,
.bg-blue .carousel-item *,
.bg-blue-dark i,
.bg-blue-dark *,
.bg-blue-dark .carousel-item *,
.bg-blue-dark .icons li i {
  color: #fff !important;
}

.bg-blue .header {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo {
  max-width: 200px;
}

.logo,
.logo img {
  width: 100%;
  height: auto;
}

.text-with-icon {
  text-decoration: none;
}

.text-with-icon,
.text-with-icon i {
  display: flex;
  align-items: center;
}

.text-black {
  color: black;
}

.text-grey {
  color: rgba(0, 0, 0, 0.76);
}

.text-grey-ligther {
  color: var(--text-color-black-lighter);
}

.text-link {
  text-decoration: none;
}

[class*="hover-border"] {
  border-bottom: 2.9px solid transparent;
  transition: border-bottom 0.2s ease-in-out;
}

/* .skyblue-hover-border:hover,
.menu-active {
  border-bottom: 2.9px solid #037dad !important;
} */

.green-hover-border:hover,
.menu-active {
  border-bottom: 2.9px solid #11a54f !important;
}

.green-hover {
  transition: color 0.1s ease-in-out;
}

.green-hover:hover {
  color: #11a54f !important;
}

.green-hover:active {
  color: #097c39 !important;
}

.skyblue-hover:hover {
  color: #037dad !important;
}

.skyblue-hover:active {
  color: #026891 !important;
}

.dropdown-menu[data-bs-popper] {
  left: unset !important;
  right: 0 !important;
}

.dropdown-menu {
  border: 1px solid rgb(0 0 0 / 9%) !important;
}

.dropdown-toggle::after {
  display: none;
}

/* .dropdown-menu span,
.dropdown-menu i {
  color: black !important;
} */
.navbar-nav .nav-link {
  color: black !important;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.1s ease-in-out;
  font-size: 16px;
}
.nav-link {
  /* color: black !important; */
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.1s ease-in-out;
  font-size: 16px;
}
/* .nav-link i {
    color: #a9d6e5 !important;
} */

.dropdown-toggle > i {
  font-size: 13px;
  transition: transform 0.1s ease-in-out;
}

.dropdown [aria-expanded*="true"] [class*="cci-arrow"] {
  transform: rotate(180deg);
}

.dropdown-large {
  padding: 20px;
  left: unset !important;
  right: 0;
}

.dropdown-large [class*="col-"] > span {
  margin-left: 5px;
}

.dropdown-large ul {
  padding: unset;
  margin-top: 6px;
}

.dropdown-large ul li a {
  border-radius: 3px;
}

.dropdown-large ul li {
  list-style-type: none;
}

header .dropdown-menu li:active i,
header .dropdown-menu li:active span {
  color: #fff !important;
}

.dropdown-large [class*="col"] {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* nnnnn */
.active {
  background-color: #656565;
}
.active * {
  color: white !important;
}
.marquee {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 10s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.profile-label {
  height: 1.8rem;
  position: absolute;
  top: -29px;
  font-size: 18px !important;
  color: white;
  transform: translate(-50%);
  background-color: rgb(219, 181, 121);
  clip-path: polygon(7% 0px, 93% 0px, 100% 50%, 93% 100%, 7% 100%, 0px 50%);
  width: unset;
  font-size: 1.2rem;
  left: 50%;
  text-align: center;
  padding: 0px 10px;
  z-index: 1;
  margin-top: 15px;
}

.profile-header {
  text-align: center;
  padding: 20px;
  border: 1px solid rgb(219, 181, 121);
  border-radius: 10px;
  margin-bottom: 20px;
}

.footer-active {
  color: #dbb579 !important;
}

.a10,
.a100,
.a1k,
.a50,
.a500,
.all {
  background-size: 100% 100% !important;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin: 0 1px;
  text-align: center;
  width: 30px;
}

.a10 {
  background-image: url(/assets/image/coin/coin1.png);
}

.a100 {
  background-image: url(/assets/image/coin/coin3.png);
}

.a50 {
  background-image: url(/assets/image/coin/coin2.png);
}

.a500 {
  background-image: url(/assets/image/coin/coin4.png);
}

.a1k {
  background-image: url(/assets/image/coin/coin5.png);
}

#chat-box::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

label {
  font-size: 14px !important;
}

.custom-file-container__image-preview {
  margin-bottom: 20px !important;
}

.intro-sec-row {
  /*background: url('https://casinocorona.vn/wp-content/uploads/2024/06/background.jpg') top left no-repeat;*/
  background: url("https://casinocorona.vn/wp-content/uploads/2023/03/slot-machine-scaled.jpg")
    top left no-repeat;
  background-size: cover;
  margin-top: 0 !important;
  position: relative;
  z-index: 0;
}

.intro-sec-row::before {
  z-index: 0;
  content: " ";
  position: absolute;
  top: 0;
  /*background-color: #faf6f39f;*/
  background-color: #faf6f3e3;
  height: 100%;
  width: 100%;
}
.z-index {
  z-index: 1;
}
.w-60 {
  width: 55% !important;
}
