body {
    background: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
}

img {
    user-select: none;
    -webkit-user-drag: none;
}

.main-heading {
    font-family: "Pacifico", cursive;
    color: #ec1c2f;
    text-shadow: 5px 4px 3px rgb(206 89 55 / 26%);
    line-height: 1.5;
    font-size: 2em;
}
/* Home */

.closebtn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 39px;
    color: white;
    background: antiquewhite;
    display: inline-block;
    padding: 3px 19px;
    border-radius: 16px;
    background: #0000004f;
    cursor: pointer;
}

.rules h2 {
    color: white;
    background: #0000004b;
    border-radius: 10px;
    margin-top: 1.7em;
    margin-bottom: 0.5em;
}

.santaformcontainer {
    background: #000000c4;
    border-radius: 10px;
    padding: 15px 17px;
}

.santaformcontainer h3 {
    color: #ffffff;
    margin-bottom: 0.6em;
    font-size: 1.5em;
    text-transform: uppercase;
}

.santaformcontainer .form-control {
    font-weight: 600;
    font-size: 1.1em;
    color: #292929;
    margin-top: 1em;
}

.santaformcontainer h6 {
    background: #7b201b;
    color: white;
    padding: 0.6em 0.3em;
    border-radius: 10px;
    font-size: 1.1em;
    font-weight: 400;
}

.btn-warning {
    font-weight: 700;
    margin-top: 20px;
    color: #9c1c1e;
    background: #f7e511;
    -webkit-box-shadow: 0px 3px 1px 0px rgb(167 125 1);
    -moz-box-shadow: 0px 3px 1px 0px rgba(167, 125, 1, 1);
    box-shadow: 0px 3px 1px 0px rgb(167 125 1);
    padding: 0.3em 1.2em;
    font-size: 1.3em;
}

.btn-warning:hover {
    background: #ffed30;
    color: #861214;
}

.snowtop {
    padding-top: 3em;
    padding-bottom: 2.5em;
}

.snowtop h3 {
    margin-bottom: 1.2em;
}

.snowbottom {
    margin-top: 1.7em;
    padding-top: 2em;
    padding-bottom: 4em;
}

.snowbottom h3 {
    margin-bottom: 1em;
}

/* SPIN THE WHEEL */

text {
    font-size: 22px;
    pointer-events: none;
}

#chart {
    /* background: url(../img/wheelbg.png); */
    /* position: absolute; */
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

.container {
    margin-bottom: 3em;
}

.spin h2 {
    color: white;
    background: #0000004b;
    border-radius: 10px;
    margin-top: 0.7em;
    margin-bottom: 0.5em;
}

.aryalogo {
    width: 150px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.hondalogo {
    width: 150px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.shamanlogo {
    width: 150px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.wkright {
    left: inherit;
    right: 15px !important;
}

/* Sets the background image for the wheel */
.the_wheel {
    background-image: url(../img/wheel_back.png);
    background-position: center;
    background-repeat: no-repeat;
}

canvas#canvas {
    margin-top: 5px;
}

.modal-backdrop.show {
    opacity: .8;
}

@media (max-width: 767.98px) {
    .mobabs {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: right;
    }
    .mobabs img {
        width: 60%;
    }
    .sslogo img {
        width: 230px;
    }
    .rules h2 {
        font-size: 1.5em;
        margin-top: 0.5em !important;
    }
    .aryalogo {
        width: 110px;
        position: inherit;
    }
    .hondalogo {
        width: 110px;
        position: inherit;
    }
    .shamanlogo {
        width: 110px;
        position: inherit;
    }
}

/* NEW WHEEL */

#wheelallcontainer h6 {
    background: white;
    border-radius: 10px;
}

.spin .card {
    background: #00000047;
}

.spin h3 {
    color: #ffffff;
    font-weight: 800;
    font-size: 2em;
}

.spin h4 {
    color: white;
    font-size: 1em;
    text-align: center;
}

.frienddetails h2 {
    color: white;
    font-weight: 700;
    margin-top: 0em;
    margin-bottom: 0.1em;
}

.frienddetails .santaformcontainer {
    padding-top: 0.5em;
    padding-bottom: 2em;
}

.frienddetails h3 {
    margin-bottom: 0.7em;
    margin-top: 0.5em;
    font-weight: 600;
    font-size: 17px;
}

.errormsg {
    color: #ffffff;
    background: #fb1909;
    margin-top: 10px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid #f3f3f3;
    padding: 1px;
    font-size: 14px;
    display: none;
}

.successmsg {
    color: #ffffff;
    background: #0bb740;
    margin-top: 10px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid #f3f3f3;
    padding: 3px;
    font-size: 14px;
    display: none;
}
