/* Importing font from google - Roboto Condensed */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
body {
    overflow-x: hidden;
}

.peg,
.wheelSVG {
    visibility: hidden;
}

.wheelContainer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body,
html {
    margin: 0;
    padding: 0;
}

.centerCircle,
.valueContainer,
.wheelOutline,
.wheelText {
    pointer-events: none;
}

.toast,
.wheelContainer,
body,
html {
    text-align: center;
}

.valueContainer {
    writing-mode: vertical-lr;
}

.wheelContainer {
    transform: translate(-50%, 0);
}

.toast {
    position: absolute;
    background-color: #301934;
}

body,
html {
    margin: 0;
    padding: 0;
}

.navbar-brand {
    font-size: 1rem;
    width: 100px;
    margin-right: 0;
}

.navbar-brand img {
    position: absolute;
    width: 110px;
    left: 10px;
    top: 7px;
}

.mute {
    background-color: #2980B9;
}

.muted {
    background-color: #6c757d
}

.mute img {
    width: 16px;
    height: 16px;
}

.wheelContainer {
    position: absolute;
    max-width: 1100px !important;
    margin-left: auto;
    top: 80px;
    margin-right: auto;
    left: 50%;
    max-height: 76%;
}

.wheelSVG {
    position: absolute;
    overflow: visible;
    width: 115% !important;
    height: auto;
}

.card-body {
    height: auto !important;
}

.card-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 1rem;
}

.card-text {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.card-footer {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.card-body .start-line {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
}

.btn-group {
    margin: auto !important;
    margin-top: 1rem !important;
}

.btn-group .btn-primary {
    background: none;
    padding: 1rem;
    font-weight: 500 !important;
    cursor: pointer;
}

.quote {
    margin-top: 3rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.wheelText {
    text-anchor: middle;
    font-family: 'Fjalla One', Arial, sans-serif;
    -webkit-user-select: none;
    user-select: none;
}

.toast {
    border-radius: 12px;
    opacity: 0;
}

.toast p {
    clear: both;
    font-family: 'Fjalla One', Arial, sand-serif;
    margin: 23px;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 32px;
    -webkit-transition: line-height .2s ease;
    transition: line-height .2s ease;
}

button {
    /*left:50%;*/
    /*width: 80%;*/
    top: 20px;
    /*max-width: 400px;*/
    padding: 10px 20px;
    font-weight: 700;
    font-size: 28px;
    color: #ededed;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-family: "Fjalla One", Helvetica, Arial, sans-serif;
}

.spinner {
    height: auto !important;
}

#main-content img {
    display: block;
    height: 687.5px;
    margin-top: 10.2px;
    margin-right: 1rem !important;
    position: absolute;
}

/*.footer {
    color: #f1f1f1;
    font-family: 'Fjalla One', Arial, sand-serif;
    bottom: 0;
    height: 150px;
}*/

.wheelArea {
    height: 47vh;
}

.stakearea {
    text-align: left !important;
}

.toast span {
    color: #521f76
}

.stakearea label {
    color: #fff;
    text-align: left;
}

.modal-footer {
    flex-wrap: wrap;
    justify-content: center;
}

#login_result,
#reg_result,
#Dep_result,
#withdraw_result,
#reset_result,
#newpass_result {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.demo {
    position: absolute;
    top: 10%;
    font-size: 20px;
    display: none;
    visibility: hidden;
    left: 74%;
    opacity: .7;
    transform: rotate(45deg);
    color: #8a7878;
    font-weight: bold;
    z-index: 1;
}

.demo.show {
    display: block;
    visibility: visible;
}

.spinBtn {
    display: block !important;
    background-color: rgb(232, 120, 29);
    height: 3rem;
    width: 100%;
    margin-top: 1rem !important;
    border-radius: 5px;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    transition: all .4s;
}

.spinBtn:hover {
    background-color: rgb(207, 107, 24)
}

.oddContainer label {
    margin-left: 4px;
}

.form-control {
    display: inline-block;
}

.oddBtn span {
    text-align: center;
    padding: 15px 22px;
    font-size: 22px;
    display: block;
    border: 2px solid #d0bd0d80;
}

.oddBtn input {
    position: absolute;
    left: -9990px;
}

.modal-content {
    text-align: left;
}

.oddContainer input:checked+span {
    /*background-color:#911;*/
    background-image: url(../media/coin.png);
    background-repeat: no-repeat;
    -ms-background-position: 50% 50%;
    background-position: 50% 50%;
    color: #fff;
}


/*
  .form-control{
   width: 50%;
  }*/

.bg-orange {
    background-color: #E67E22;
}

.bg-navy {
    background-color: #2C3E50;
}

.bg-cyan {
    background-color: #2980B9;
}

.bg-pupple {
    background-color: #8E44AD;
}

.modal-header {
    background-color: #dee2e6;
}

.account-details .nav-item {
    color: #fff;
    text-align: right;
}

.account-details .nav-item>a {
    color: #95a5a6
}


/**
  * Form Validation Errors
  */

.error {
    border-color: red;
}

.error-message {
    color: red;
    font-style: italic;
    margin-bottom: 1em;
}

@media only screen and (max-width: 480px) {
    .toast p,
    .toast span {
        font-size: 18px;
        line-height: 18px;
    }
    .oddBtn span {
        padding: 10px 18px;
        font-size: 18px;
    }
    .account-details .nav-item {
        font-size: 14px;
    }
    .oddContainer input:checked+span {
        -webkit-background-size: cover;
        background-size: 32px 32px;
    }
}

@media only screen and (max-width: 760px) {
    .toast p,
    .toast span {
        font-size: 15px;
        line-height: 18px;
    }
    .wheelSVG {
        width: 100%;
    }
    .wheelArea {
        height: 60vh;
    }
    /*.footer{
   height: 260px;
  }*/
}

@media only screen and (min-width: 761px) {
    .toast p,
    .toast span {
        font-size: 27px;
        line-height: 42px;
    }
    .wheelSVG {
        width: 100%;
    }
    .form-control {
        width: 50%;
    }
    .navbar-brand {
        width: 200px;
    }
    .navbar-brand img {
        width: 210px;
    }
    /*.footer {
        background-color: #fff;
        color: #788189;
        padding-top: 2em;
        position: relative;
        height: calc(100vh - 120px);
    }*/
    .stakearea label {
        color: #333;
        padding-top: 1em;
    }
    .oddContainer {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .spinBtn {
        margin-top: 1em;
    }
    .misc {
        background-color: #333;
        text-align: center;
    }
    .misc .nav-link {
        color: #2980b9;
    }
}

@media only screen and (min-width: 900px) and (max-height: 750px) {
    /*  .wheelSVG {
     width: 70%;
 }*/
}

@media only screen and (max-height: 480px) {
    .toast p,
    .toast span {
        font-size: 33px;
        line-height: 35px;
    }
    button {
        font-size: 22px;
        padding: 10px;
        width: 40%;
    }
    .wheelContainer {
        top: 70px;
    }
    /*.footer {
        position: absolute;
        bottom: 0;
        height: 120px;
        left: 0;
        color: #f1f1f1;
        width: 100%;
        font-family: 'Fjalla One', Arial, sand-serif;
    }*/
}

button:focus {
    outline: 0;
}

@media only screen and (max-height: 760px) {
    .wheelSVG {
        width: 100%;
    }
}


/*login and register modals*/


/* Media Query written by Shahnawaz */

@media(max-width:1499px) {
    .btn-group .btn-primary {
        padding: 0.6rem !important;
    }
}

@media(max-width:1400px) {
    #main-content img {
        display: block;
        height: 663px !important;
        margin-top: 18px !important;
    }
    .card-title {
        font-size: 1rem;
    }
    .start-line {
        font-size: 0.92rem !important;
    }
    .quote {
        font-size: 0.9rem;
    }
}

@media(max-width:1199px) {
    .img-hide {
        display: none !important;
    }
    #main-content img {
        display: block;
        height: 690.5px !important;
        margin-top: 10px;
    }
    .btn-group .btn-primary {
        padding: 1.1rem !important;
    }
}

@media(max-width:991px) {
    .btn-group .btn-primary {
        padding: 0.7rem !important;
    }
}

@media(max-width:767px) {
    .card-title {
        font-size: 1.8rem;
    }
    .start-line {
        font-size: 1.2rem !important;
    }
    .wheelContainer {
        position: absolute;
        max-width: 1500px !important;
        top: 30px;
        left: 50%;
        max-height: 76%;
    }
    .wheelSVG {
        width: 100% !important;
    }
    .btn-group .btn-primary {
        padding: 2rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .quote {
        font-size: 1rem;
    }
    .card-body .start-line {
        display: none;
    }
    /* Hinding Button */
    .hide-element {
        display: none;
    }
}

@media(max-width:575px) {
    .btn-group .btn-primary {
        padding: 1rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .card-title {
        font-size: 1rem;
    }
    .start-line {
        font-size: 1rem !important;
    }
    .quote {
        font-size: 0.9rem;
        font-weight: 600;
        margin-top: 30px;
    }
}

@media(max-width:400px) {
    .btn-group .btn-primary {
        padding: 0.8rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media(max-width:330px) {
    .btn-group .btn-primary {
        padding: 0.6rem !important;
    }
}