/*
Theme Name: Tocak Srece
Author: ConcordSoft Solutions
Description: Custom theme for Tocak Srece
Version: 1.0.0
*/

/* Wheel */

/*
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.
*/

body {
  font-family: arial;
  /* height: 100%; */
  height: 100vh;
  /* padding-bottom: 30px; */
}

/* Sets the background image for the wheel */

td.the_wheel {
  background-position: center;
  background-repeat: none;
}

/* Do some css reset on selected elements */

h1,
p {
  margin: 0;
}

div.power_controls {
  margin-right: 70px;
}

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

/* Styles for the power selection controls */

table.power {
  background-color: #cccccc;
  cursor: pointer;
  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;
  transform: scale(1.05);
}

/* Other misc styles */

.margin_bottom {
  margin-bottom: 5px;
}

/* Wheel end */

/* Modifications */

.canvas-class {
  margin: 15px auto 0 auto;
  max-width: 100%;
  height: auto;
}

#spin_button {
  /* max-width: 50%; */
  max-width: 80%;
  height: auto;
  display: block;
  margin: auto;
  transition: 200ms ease-in-out;
}

@media screen and (max-width: 300px) {
  #spin_button {
    max-width: 45%;
  }
}

@media screen and (min-width: 300px) and (max-width: 360px) {
  #spin_button {
    max-width: 55%;
  }
}

@media screen and (min-width: 360px) and (max-width: 480px) {
  #spin_button {
    max-width: 70%;
  }
}

@media screen and (min-width: 480px) and (max-width: 568px) {
  #spin_button {
    max-width: 55%;
  }
}

@media screen and (min-width: 568px) and (max-width: 768px) {
  #spin_button {
    max-width: 55%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  #spin_button {
    max-width: 60%;
  }
}

.modal-content {
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.modal-content::before {
  content: "";
  background-image: url("http://tocaksrece.condevweb.com/wp-content/uploads/2022/04/modal-background.webp");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.01;
}

.modal-content img {
  border-radius: 10px;
  max-width: 50% !important;
  object-fit: cover;
  height: auto;
  text-align: center;
  margin: auto;
  display: block;
}

.modal-header {
  text-align: center;
  display: block !important;
  font-weight: 700;
  font-family: "Roboto";
}

.modal-header button {
  background-color: #cfcfcf;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 0px;
  transition: 200ms ease-in-out;
}

.reward-title {
  text-transform: uppercase;
}

.modal-body {
  padding: 30px 15px;
}

.modal {
  background-color: #33333379;
}

.customize-support {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.canvas-block {
  width: 100%;
}
@media screen and (min-width: 1440px) and (max-width: 1440px) {
  .position-abs {
    top: 50%;
    left: 50%;
  }
}
/* ----------- */

/* @media screen and (max-width: 375px)
{
    .position-abs {
        top: 49.5%;
        left: 50%;
    }
}

@media screen and (min-width: 425px)
{
    .position-abs {
        top: 49.5%;
        left: 50%;
    }
}
*/
@media (min-width: 1250px) {
  /*  .position-abs {
        top: 48.5%;
        left: 50%;
    } */
  .canvas-block {
    width: 1232px;
  }
  .canvas-class {
    max-width: 100vw;
    /* height: 100vh; */
    height: 95vh;
  }
  #spin_button {
    max-width: 27vw;
    height: 27vh;
    display: block;
    margin: auto;
    transition: 200ms ease-in-out;
    cursor: pointer;
  }
  .pr-custom {
    padding-right: 100px;
  }
  .position-md-absolute {
    position: absolute;
    top: 0;
    right: 0;
  }
}
/*
@media screen and (min-width: 1440px)
{
    .position-abs {
        left: 52.6%;
    }
} */

.clicked {
  transform: scale(1.05);
}

.bg-custom {
  background-color: #000000ba;
  color: #fff;
  padding: 30px;
  border-radius: 30px;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .pr-custom {
    padding-right: 0 !important;
  }

  .bg-custom {
    width: 80%;
    margin: 0 auto;
  }
}

.hide {
  display: none !important;
}

#wpadminbar {
  display: none !important;
}
/* Canvas spinner button position */
.position-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
@media (min-width: 2048px) and (max-width: 2048px) and (height: 1536px) {
  .position-abs {
    left: 59.3%;
  }
}
@media (min-width: 2560px) and (max-width: 2560px) and (height: 1920px) {
  .position-abs {
    left: 74%;
  }
}
@media (min-width: 2560px) and (max-width: 2560px) and (height: 1440px) {
  .position-abs {
    left: 55.5%;
  }
}
@media (min-width: 2560px) and (max-width: 2560px) and (height: 1600px) {
  .position-abs {
    left: 61.7%;
  }
}
@media (min-width: 3840px) and (max-width: 3840px) and (height: 2160px) {
  .position-abs {
    left: 83.5%;
  }
}
/* End Canvas spinner button position */
/* End Modifications */
