[type="hidden"], select.disabled::-ms-expand, .hidden {
  display: none;
}

button, input {
  outline: 0 !important;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.8rem;
}

h6 {
  font-size: 0.6rem;
}

input.disabled, select.disabled {
  background-color: #e9ecef;
}

input:readonly {
  -webkit-text-fill-color: #8d8a8e;
  background: #e9ecef;
}

input[type="checkbox"].disabled {
  filter: grayscale(100%);
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
  bottom: 0;
  display: contents;
  font-family: "Glyphicons Halflings";
  left: 0;
  position: relative;
}

table.table-report td {
  color: #73879c;
  font-size: 11px;
  text-align: center;
  vertical-align: middle !important;
}

table.table-report td div {
  margin: 0 auto;
  width: 80%;
}

table.table-report td.d-flex {
  margin: auto;
  width: 100%;
}

table.table-report td.d-flex div {
  display: flex;
}

.btn_clear {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.carousel-indicators div {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 #000 inset;
  display: inline-block;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
  width: 10px;
}

.carousel-indicators.round li {
  border-radius: 50%;
  height: 10px !important;
  width: 10px !important;
}

.casinoIndicators div {
  background-color: grey;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
  width: 10px;
}

.modal.fade {
  background: rgba(0,0,0,0.7);
}

.side_menu_icon {
  align-items: center;
  color: #dadee2;
  display: flex;
  font-size: 17px;
  justify-content: center;
  width: 15px;
}

.side_menu_section_container {
  padding-bottom: 30px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .homePageCarousel {
    display: flex;
    max-width: 1550px;
    width: 90%;
  }

  .hotImages {
    height: 170px;
    width: 170px;
  }
}

a.unstyled {
  color: inherit;
  text-decoration: none;
}

a.unstyled:hover,
a.unstyled:visited {
  color: inherit;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

input::placeholder {
  color: inherit !important;
  opacity: 0.6;
}

select {
  background-color: inherit;
  border-radius: 6px;
  box-sizing: border-box;
  resize: vertical;
}

.bg-inherit {
  background-color: inherit !important;
}

.bg-none {
  background: none;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-groove {
  border-style: groove;
}

.border-hidden {
  border-style: hidden;
}

.border-inset {
  border-style: inset;
}

.border-mix {
  border-style: dotted dashed solid double;
}

.border-none {
  border-style: none;
}

.border-outset {
  border-style: outset;
}

.border-ridge {
  border-style: ridge;
}

.border-solid {
  border-style: solid;
}

.bottom-0 {
  bottom: 0;
}

.btn-clean {
  border: none;
  background: none;
}

.cursor-default {
  cursor: default !important;
}

.cursor-na {
  cursor: not-allowed !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-zoom-in {
  cursor: zoom-in !important;
}

.cursor-zoom-out {
  cursor: zoom-out !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-move {
  cursor: move !important;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.end-0 {
  right: 0;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

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

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

.font-size-14 {
  font-size: 14px;
}

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

.font-size-17 {
  font-size: 17px;
}

.font-size-22 {
  font-size: 22px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.grid-gap-1 {
  gap: 0.25em;
}

.grid-gap-2 {
  gap: 0.5em;
}

.grid-gap-3 {
  gap: 0.75em;
}

.grid-gap-4 {
  gap: 1em;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}

.height-fit-content {
  height: fit-content;
}

.height-min-content {
  height: min-content;
}

.hidden {
  display: none;
}

.link-like {
  cursor: pointer;
  text-decoration: underline;
}

.modal {
  height: 100vh;
  width: 100vw;
}

.mw-max-content {
  min-width: max-content;
}

.noscroll {
  overflow: hidden;
}

.nosort {  
  pointer-events: none;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-none {
  opacity: 1;
}

.overflow-break {
  overflow-wrap: break-word !important;
}

.pe-none {
  pointer-events: none;
}

.pe-auto {
  pointer-events: auto;
}

.rounded-1 {
  border-radius: 0.25em;
}

.rounded-1::before {
  border-radius: 0.25em;
}

.rounded-2 {
  border-radius: 0.5em;
}

.rounded-2::before {
  border-radius: 0.5em;
}

.rounded-3 {
  border-radius: 0.75em;
}

.rounded-3::before {
  border-radius: 0.75em;
}

.rounded-4 {
  border-radius: 1em;
}

.rounded-4::before {
  border-radius: 1em;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.show {
  display: block;
}

.start-0 {
  left: 0;
}

.sticky-top-50 {
  top: 50px;
}

.text-b {
  font-weight: bold;
}

.text-balance {
  text-wrap: balance !important;
}

.text-big {
  font-size: larger;
}

.text-fl-capitalize:first-letter {
  text-transform: capitalize;
}

.text-i {
  font-style: italic;
}

.text-s {
  text-decoration: line-through;
}

.text-small {
  font-size: smaller;
}

.text-u {
  text-decoration: underline;
}

.top-0 {
  top: 0;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.width-fit-content {
  width: fit-content;
}

.word-break {
  word-break: break-word !important;
}

.zindex-999 {
  z-index: 999;
}

.zindex-9999 {
  z-index: 9999;
}

input[type=checkbox][readonly] {
	pointer-events: none;
  background-color: #e9ecef;
  accent-color: #e9ecef;
  opacity: 1;
}

select[readonly] {
	pointer-events: none;
  background-color: #e9ecef;
  accent-color: #e9ecef;
  opacity: 1;
}