:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,::after,::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h4,h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:1.5rem
    }
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

a {
    color: var(--bs-link-color);
    text-decoration: none
}

a:hover {
    color: var(--bs-link-hover-color);
	text-decoration: none
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

tbody,td,tfoot,th,thead,tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

[role=button] {
    cursor: pointer
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-group-sm>.btn,.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}
.m-1 {
    margin: .15rem!important;
}
.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
/*
.sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020
}
*/
.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
/*    padding-bottom: 1rem!important*/
}

.fw-bold {
    font-weight: 700!important
}

.text-center {
    text-align: center!important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

/**/

.u-section-1 .u-sheet-1{min-height:66px}.u-section-1 .u-text-1{font-weight:700;font-size:1.5rem;margin:19px auto}.u-section-2 .u-sheet-1{min-height:584px}.u-section-2 .u-group-1{width:1019px;background-image:none;box-shadow:0 2px 8px 0 #1a1a1a;min-height:583px;height:auto;margin:1px auto}.u-section-2 .u-container-layout-1{padding:10px 11px 10px}
.u-section-2 .u-custom-html-1{height:auto;min-height:561px;width:997px;margin:0 auto}@media(max-width:1199px){.u-section-2 .u-sheet-1{min-height:540px}.u-section-2 .u-group-1{min-height:539px;margin-right:initial;margin-left:initial;width:auto;height:auto}
.u-section-2 .u-custom-html-1{min-height:516px;width:918px}}@media(max-width:991px){.u-section-2 .u-sheet-1{min-height:419px}.u-section-2 .u-group-1{min-height:418px;width:auto;margin-right:initial;margin-left:initial}
.u-section-2 .u-custom-html-1{min-height:392px;width:698px}}@media(max-width:767px){.u-section-2 .u-sheet-1{min-height:319px}.u-section-2 .u-group-1{min-height:318px;width:auto;margin-right:initial;margin-left:initial}.u-section-2 .u-container-layout-1{padding-left:10px;padding-right:10px}
.u-section-2 .u-custom-html-1{min-height:292px;width:520px}}@media(max-width:575px){.u-section-2 .u-sheet-1{min-height:207px}.u-section-2 .u-group-1{min-height:206px;width:auto;margin-right:initial;margin-left:initial}
.u-section-2 .u-custom-html-1{min-height:225px;width:400px}}.u-section-3 .u-sheet-1{min-height:90px}.u-section-3 .u-btn-1{border-style:none;font-weight:700;text-transform:uppercase;letter-spacing:1px;background-image:none;margin:18px auto 0 63px}.u-section-3 .u-btn-2{border-style:none;font-weight:700;text-transform:uppercase;letter-spacing:1px;background-image:none;margin:-46px auto 0 225px}.u-section-3 .u-btn-3{border-style:none;font-weight:700;text-transform:uppercase;letter-spacing:1px;background-image:none;margin:-46px auto 1px 387px}@media(max-width:1199px){.u-section-3 .u-sheet-1{min-height:81px}.u-section-3 .u-btn-1{margin-left:0}.u-section-3 .u-btn-2{margin-left:162px}.u-section-3 .u-btn-3{margin-top:-45px;margin-bottom:18px;margin-left:325px}}@media(max-width:991px){.u-section-3 .u-btn-3{margin-right:251px;margin-left:auto}}@media(max-width:767px){.u-section-3 .u-btn-3{margin-right:71px}}@media(max-width:575px){.u-section-3 .u-sheet-1{min-height:138px}.u-section-3 .u-btn-2{margin-right:33px;margin-left:auto}.u-section-3 .u-btn-3{margin-top:11px;margin-right:auto;margin-left:0}}
img,
svg {
  vertical-align: baseline;
}
 .u-header .u-text-1 {margin-bottom: 26px;
}
.fixed {
	text-align: center;
	cursor: default;
	pointer-events: none !important;
}
.btn-group-sm > .btn,
.btn-sm {
  font-size: 11px;
  padding: 0.15rem 0.500rem;
  border-radius: 3px;
}

.btn-round {
  border-radius: 50rem !important;
}

.btn-group-lg > .btn.btn-round,
.btn-lg.btn-round {
  padding: 11px 22px;
}

.btn-group-sm > .btn.btn-round,
.btn-sm.btn-round {
  padding: 0.1rem 0.5rem;
}
  
.btn-dark {
  color: #ffffff;
  background-color: #590000;
  border-color: #ca6161;
  box-shadow: 0px 0px 0 0px #6b3a3a;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #202335;
  border-color: #fff;
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #ffffff;
  background-color: #352020;
  border-color: #fff;
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #241d1d;
  border-color: #1d1717;
}

.btn-dark:disabled,
.btn-dark.disabled {
  color: #ffffff;
  background-color: #fff;
  border-color: #fff;
}

.btn-success {
  color: #292020;
  background-color: #2ecc4a;
  border-color: #2ecc4a;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:disabled,
.btn-success.disabled {
  color: #ffffff;
  background-color: #2ecc4a;
  border-color: #2ecc4a;
}
.group {
	display:inline-block;
	padding-bottom:.5rem;
	padding-top:.5rem;
	margin-right:.5%;
}
.disclaimer {display: none;}
img[alt="www.000webhost.com"]{display:none;}

.open-modal {
    cursor: pointer;
	transform: translateY(-17px);
	color: #e9e8ad !important;
}
.u-footer a:hover {
	color: #DADADA !important;
	text-decoration: none;
}
.modal-content {
    width: 400px;
    z-index: 1112;
    display: flex;
	position: fixed;
	transition: all 0.3s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.5rem;	
	animation: moveUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
	background-color: #371111;
}
@keyframes moveUp {
  0% {
    transform:translateY(500px);
  }
  100% {
    transform:translate(-50%, -50%);
  }
}

.modal-header {
    display: flex;
    color: #fff;
	background-color: #8a0000 !important;
}
.modal-header h3 {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: .0125em;
	line-height: 2rem;
	word-break: break-all;
	font-family: Roboto,sans-serif;
	padding: 0;
	margin: 0;
}
.modal-body p { 
	line-height: 1.5; 
	caret-color: #000 !important;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.375rem;
	letter-spacing: .0071428571em;
	font-family: Roboto,sans-serif;
	margin-bottom: 12px;
} 
.hidden-modal { 
   display: none; 
}
.close-modal {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    font-size: 30px;
	color: #fff;
}
.close-modal:hover {
    color: #000;
}
.blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
	z-index: 1111;
}
.hidden-blur {
    display: none;
}
.u-image-1 {
  width: 100px !important;
/*  object-fit: cover !important;*/
}

.is-live {
display: flex;
font-size: 11px;
margin-bottom: 10px;
}
.badge-live {
  border-radius: 20px;
  background: #df2c2c;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  padding: 0 8px 1px;
  line-height: 20px;
  color: #fff;
}
.text-ellipsis {
	color: #700;
	font-size: 11px;
}
.grid-match__body:hover{background:#4b4e56 !important;}
.grid-match a:focus {
    outline: 0!important;;
}
h4 a:focus {
    outline: 0!important;;
}
.fixed-right-bottom {
  position: fixed;
  right: 15px;
  z-index: 1111;
}
.fixed-right-bottom .refresh,
.fixed-right-bottom .topping {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #aa0b0b;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-right-bottom .refresh img,
.fixed-right-bottom .topping img {
	width: 15px;
	height: 15px;
}
.fixed-right-bottom .refresh {
    bottom: 65px;
}