/*FONTS CSS*/
@import url("font-icons.css");

@font-face {
  font-family: born-ready;
  src: url("../fonts/born-ready-slanted.ttf");
  font-style: normal;
}

@font-face {
  font-family: Refuse Pro;
  src: url("../fonts/newfont.otf");
}

@font-face {
  font-family: Gotham Bold;
  src: url("../fonts/Gotham-Font/Gotham-Bold.otf");
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

:focus {
  outline: none;
}

body {
  font-size: 12px;
  font-family: "Refuse Pro";
  color: #000000;
  font-weight: normal;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  height: 100%;
}




 /* Loader CSS */
 .loader-container {
  position: fixed;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin-bottom: 15px;
  margin-left: 50px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.please-wait {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #333;
  margin-left: 35px;
}



#bg {
  background: url(../images/slate1/deskstop_version_Wall.jpg) no-repeat center
    center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo {
  width: 15%;
  margin-top: -13%;
}

.head {
  color: #000000;
}

.head1{
  font-size: 14px;
  text-wrap: pretty;
  padding: 7px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.head2{
  font-size: 13px;
  text-wrap: pretty;
  padding: 17px;
  margin-top: -15px;
}

.headLink{
  color: blue;
  text-decoration: underline;
  font-size: 13px;
}

.bwImg {
  width: 30%;
}

.bwImg1 {
  width: 20%;
}

/* #scratchpad{
  background-color: #323232;  */
  /*background-color: transparent;*/
  /* width: 210px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
} */


#scratchpad {
  background-color: #323232; 
  width: 210px;
  height: 60px; /* Adjust the height here as needed */
  margin: 0px auto;
  display: flex;
  align-items: end; /* Center vertically */
  justify-content: center; /* Center horizontally */
  border-radius: 10px;
  text-align: center; /* Ensures multiline text is centered */
  padding: 0px; /* Adds internal spacing */
  box-sizing: border-box; /* Includes padding in the dimensions */
  line-height: 1; /* Ensures no extra space is added due to line-height */
  color: white; /* Optional: Makes text visible on a dark background */
}

#scratchImage{
  position: relative;
  user-select: none;
  width: 100%;
  height: 100%;
  display: none;
}

img,canvas{
  border-radius: 10px;
}

.tableImg{
  width: 70%;
}

#scratchImage:active{
  transform: scale(1.05);
}

#winText {
  display: none;
  position: absolute;
  z-index: 10;
  text-align: center;
  font-size: 20px;
  text-wrap: wrap;
  padding: 20%;
  color: green;
  margin-top: 5px;
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.table {
  width: auto;
  display: inline-block;
  /* margin: auto;
  gap: 20px; */
  background-color: transparent;
  /* border: 0.5px solid black; */
}

#bgImg {
  background: url(images/JPEG/Black&White_final_UI-07.png);
  background-size: 330px 115px;
  background-position: center center;
  background-repeat: no-repeat;
}

.table > :not(caption) > * > * {
  padding: 0.9rem 3rem 0.5rem 3rem;
  font-size: 15px;
}

.form-check-label {
  margin-left: 10px;
  font-size: 16px;
}

.question {
  font-size: 18px;
}

#allOfTheAbove{
    background-image: url(../images/PNG/Black&White_final_UI-07.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.form-check-input {
    background-color: transparent;
    border: 2px solid gray;
    /* width: 20px;
    height: 20px; */
}

.form-check-input:checked {
    background-color: transparent;
    border: 4px solid blue;
}

footer img {
    width: 100%;
    height: auto;
    margin-top: -0.4rem;
    /* position: fixed;
    bottom: 0; */
}

/* .footerImg{
  width: 100%;
  background-attachment: fixed;
} */

/* .headLink:hover{
  background-color: blue;
  color: white;
} */

.submitBtn {
  all: unset;
  padding: 0.6rem 1.5rem;
  font-size: 15px;
  background-image: url("../images/PNG/Black&White_final_UI-08.png");
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 0px;
  font-family: Refuse Pro;
  margin-top: 15px;
  color: black;
  cursor: pointer;
  border: none;
}

tbody, td, tfoot, th, thead{
  border-color: unset;
  border-style: none;
}

td{
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 767px) {
  #bg {
    background: url(../images/slate1/background_mobile.jpg);
    /* background-attachment: fixed; */
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .logo {
    width: 40%;
    margin-top: -4%;
    margin-bottom: 5%;
  }

  .bwImg {
    width: 60%;
  }

  .bwImg1{
    width: 40%;
  }

  .question {
    font-size: 16px;
  }

  .form-check-label {
    margin-left: 6px;
    font-size: 14px;
  }

  .table > :not(caption) > * > * {
    padding: 0.7rem 0.8rem 0.7rem 0.8rem;
    font-size: 16px;
  }
}

@media (max-width: 991px){
  .tableImg{
    width: 100%;
  }
}
