@font-face {
    font-family: EuroStile;
    src: url(/assets/font/eurostile.TTF);
    font-style: normal;
}

@font-face {
    font-family: Eorzea;
    src: url(/assets/font/EorzeaHand.ttf);
    font-style: normal;
}

@font-face {
    font-family: NeonSky;
    src: url(/assets/font/NeonSky/NeonSky-VF.ttf);
    font-style: normal;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-color: #000;
    background-size: cover;
    font-family: EuroStile;
    font-weight: 400;
    font-style: normal;
}

h1 {
    color: white;
    text-align: center;
    font-family: EuroStile;
    font-weight: 750;
    font-style: bold;
}

h1:hover {
    font-family: EuroStile;
    font-weight: 750;
    font-style: bold;
}

h2:hover {
    font-family: EuroStile;
    font-weight: 750;
    font-style: bold;
}

h3:hover {
    font-family: EuroStile;
    font-weight: 750;
    font-style: bold;
}

h4:hover {
    font-family: EuroStile;
    font-weight: 750;
    font-style: bold;
}

a:hover {
    font-family: NeonSky;
    font-weight: 750;
    font-style: bold;
}

p {
    color: cyan;
    font-family: EuroStile;
    font-weight: 400;
    font-style: normal;
}

iframe {
    display: block;
    background: #000;
    border: none;
    height: calc(100vh - 260px);
    width: 100%;
}

footer {
    background-color: #000;
}

ul, li {
    color: white;
    font-size: 1.125rem;
}

* {
    box-sizing: border-box;
}

.neon {
    font-family: NeonSky;
    font-weight: 400;
    font-style: normal;
}

.btn {
    font-style: bold;
    cursor: pointer;
    border: 0px solid #2d0108;
    background-color: transparent;
    color: cyan;
}

.custom {
    width: 150px !important;
}

.copyrights {
    font-size: 0.875em;
}

.ff-font {
    font-family: Eorzea;
    font-size: 20px;
    color: white;
}

.grayout {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 9999;
}

.header_color {
    background: #ccc;
}

.background {
    background: #ccc;
    filter: blur(5px) brightness(0.5);
}

.content1 {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.50);
}

.rowdies-light {
    font-family: "Rowdies", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.rowdies-regular {
    font-family: "Rowdies", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rowdies-bold {
    font-family: "Rowdies", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.parent {
    min-height: 100vh;
}

.box-padding {
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 75px;
}

.box-padding-inner {
    padding: 25px;
}

.tbl-container {
    width: 400px;
    margin-top: 10px;
    margin-left: 10px;
}

.bdr {
    border-radius: 6px;
    overflow: hidden;
}

.fix200 {
    min-width: 180px;
}

/* Scrollbar - Design */

::-webkit-scrollbar-track
{
    border: 1px solid black;
    background-color: #00333d;
}

::-webkit-scrollbar
{
    width: 8px;
    background-color: #00333d;
}

::-webkit-scrollbar-thumb
{
    background-color: #00adbd;
    border-radius: 8px;
}

#grayout {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 9999;
}

#grayout {
    filter: alpha(opacity=50);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #19959f;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px;
}

#myBtn:hover {
  background-color: #555;
}

* html #grayout {
    position: absolute;
}