@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.ttf');
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

html,
body {
    background-color: #282828;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}

#wrapper {
    max-width: 414px;
    position: relative;
    margin: 0 auto;
    min-height: 100vh;
    transition: all 0.3s;
    top: 0;
    color: #fff;
}

#main {
    position: absolute;
    top: 67px;
    bottom: 0;
}

.bg-quiz-primary {
   background-color: #f50c0c;
}

.text-quiz-primary {
    color: #F8891F !important;
}

.bg-color-pink {
	background-color: #BE0191 !important;
}

/* Floating */
@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(14px);
    }

    100% {
        transform: translatey(0px);
    }
}

.float-icons {
    top: 0px;
    right: 88px;
    position: absolute;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;
}

#buy-coins-tnc {
    position: absolute;
    top: 40%;
    left: 8%;
    width: 84.5%;
    height: 55%;
}

#buy-coins-tnc ol li {
    margin-left: -20px;
}

.myButton {
	box-shadow: 0px 4px 7px 3px #8a2a21;
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	background-color:#c62d1f;
	border-radius:12px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:28px;
	font-weight:bold;
	padding:11px 76px;
	text-decoration:none;
	text-shadow:0px 4px 0px #810e05;
}
.myButton:hover {
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	background-color:#f24437;
	color: #ffffff;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}


.myBox {
	box-shadow:inset -4px 32px 6px -11px #cf0429;
	background-color:#c71c2d;
	border-radius:15px;
	border:3px solid #f10b0b;
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding: 30px 30px;
	text-decoration:none;
	text-shadow:-1px 4px 13px #7a2a1d;
	width: 80%;
}


@media (max-width: 575.98px) {
    #buy-coins-tnc {
        overflow-y: scroll;
    }
}

/* Oct 28, 2021 */
.bg-home-en {
    /* background: url(../img/bg-home-en.png) no-repeat center bottom; */
    background-color: #D51217;
	background-size: cover;
	height: 110%;
    /* background: rgb(237, 165, 30); */
    /* background: radial-gradient(circle, rgba(237, 165, 30, 1) 0%, rgba(251, 134, 8, 1) 50%, rgba(236, 150, 45, 1) 100%); */
}

.bg-home-sw {
    background: url(../img/bg-home-sw.png) no-repeat center bottom;
    background-size: cover;
    /* background: rgb(237, 165, 30); */
    /* background: radial-gradient(circle, rgba(237, 165, 30, 1) 0%, rgba(251, 134, 8, 1) 50%, rgba(236, 150, 45, 1) 100%); */
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
    #main {
        min-height: 100vh;
    }
}

@media (max-width: 320px) {
    #main {
        min-height: 100vh;
    }
}

@media (max-width: 360px) {
    #main {
        min-height: 100vh;
    }
}