/*
Description:
    Contains all the styles for the winning wheel page.
    
Verison History:
    2012-01-28, Douglas McKechie
    - Created based off earlier version.
    
    2015-09-26, Douglas McKechie
    - Minor updates for the 2.0 winwheel example.
*/

@import url('https://fonts.googleapis.com/css2?family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body,
html
{
    background: url('https://104.248.3.50/mesincapit/Asset/images/casino.jpg') fixed;
    background-size: 100% 100%;
    color: #000;
    font-family: 'Custom', helvetica, arial;
    padding: 0;
    margin: 0;
    zoom: 0.8;
}

h1 {
    font-size: 50px;
}

input {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px gray;
    text-align: center;
}

.btn {
    border: none;
    border-radius: 5px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}

.btn.bg-red:hover {
    background-color: darkred;
    color: lightgray;
}

.bg-red{
    background-color: #001181;
}

.btn.disabled, .btn.disabled:hover {
    background-color: gray;
    color: darkgray;
    cursor: default;
}


/* Font Style */

.wittgenstein-normal {
    font-family: "Wittgenstein", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

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

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

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

.kanit-black {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-condensed-bold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-condensed-extrabold {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.text-white {
    color: white;
}

.text-gray {
    color: gray;
}

.text-lightorange {
    color: #F3EDC8;
}

.text-med {
    font-size: 25px;
}

.fw-thin {
    font-weight: 100;
}

.fw-med {
    font-weight: 400;
}


/* Alert */

.jconfirm-title {
    font-size: 25px !important;
    font-weight: bolder !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.jconfirm-content {
    font-size: 20px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.jconfirm-buttons button {
    font-size: 20px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}



#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}


/* Responsive css  */

* {
    box-sizing: border-box;
}
  
.row::after {
    content: "";
    clear: both;
    display: table;
}
  
[class*="col-"] {
    float: left;
    padding: 15px;
}

.container {
    position: relative;
    width: 100%;
    height: auto;
}

/* .col {
    position: relative;
    float: left;
    height: 800px;
} */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.position-absolute {
    position: absolute;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.h-100 {
    height: 100%;
}

.h-800 {
    height: 800px;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 1.5rem;
}

.mb-3 {
    margin-bottom: 2rem;
}

.pt-2 {
    padding-top: 1.5rem;
}

.pt-3 {
    padding-top: 2rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.px-5 {
    padding: 0 3rem;
}

.py-1 {
    padding: 1.5rem 0;
}

.py-2 {
    padding: 2rem 0;
}



/* Custom css */

#canvas {
    margin-top: 80px;
    margin-left: -5px;
    width: 800;
    height: 800;
}

/* #canvas {
    background-image: url(./wheel_back.png);
    background-repeat: no-repeat;
    background-position: 0 -200;
    background-size: 110%;
} */



/* Modal CSS */
.reset{
    font-size: 20px;
}
.modal {
    position: fixed;
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-dialog{
 position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 20% auto; /* 15% from the top and centered */
    font-size:20px;
    padding: 20px;
    border: 1px solid #888;
    width: 20%; /* Could be more or less, depending on screen size */
}
.modal-title {
    margin: 20px 0;
    text-align:center;
    font-size:30px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    line-height: 1.7rem;
    overflow: auto;
    height: 700px;
}
/* The Close Button */
.close {
    color: #aaa;
    background-color:red;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 100px;
    border-radius: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


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

/* Do some css reset on selected elements */
h1, p
{
    margin: 0;
}

div.power_controls
{
    width: 100%;
    /* margin-right:70px; */
}

div.html5_logo
{
    margin-left:70px;
}

/* Styles for the power selection controls */
table.power
{
    background-color: #cccccc;
    border:1px solid #333333;
}

table.power th
{
    background-color: white;
    cursor: default;
}

td.pw1
{
    background-color: #6fe8f0;
}

td.pw2
{
    background-color: #86ef6f;
}

td.pw3
{
    background-color: #ef6f6f;
}

/* Style applied to the spin button once a power has been selected */
.clickable
{
    cursor: pointer;
}

/* Other misc styles */
.margin_bottom
{
    margin-bottom: 5px;
}




@media only screen and (min-width: 0) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    .modal-content {width: 80% !important;}
    .h-800 {height: auto !important; margin-top: 3rem;}
    .form-spin {
        margin-top: 100px;
    }
    #canvas {
        margin-top: 154px;
        margin-left: -3px;
        width: 444;
        height: 444;
    }
    .the_wheel {
        margin-top: -100px;
        background-size: 500px;
    }
}

@media only screen and (min-width: 500px) {
    .form-spin {
        margin-top: unset;
    }
    #canvas {
        margin-top: 96px;
        margin-left: -5px;
        width: 80%;
        height: 82%;
    }
    .the_wheel {
        margin-top: unset;
        background-size: 90%;
    }
}

@media only screen and (min-width: 700px) {
    .modal-content {width: 50% !important;}
}

@media only screen and (min-width: 1100px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .modal-content {width: 30% !important;}
    .h-800 {height: 800px !important;}
    #canvas {
        margin-top: 80px;
        margin-left: -5px;
        width: 85%;
        height: 87%;
    }
    .the_wheel {
        background-size: 95%;
    }
}