@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Urbanist', sans-serif;
    background: #000;

}
body.vh_hight {
    height: 100vh;
    background: linear-gradient(136deg, #906BBB 0%, #61BFD3 100%);
    width: 100%;

}
#top_image {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    /* height: 321px; */
    z-index: -1;
}
#top_right_image {
    position: fixed;
    top: 50%;
    left: 50%;
    /* width: 300px; */
    /* height: 300px; */
    z-index: -2;
    transform: translate(-50%, -50%);
    opacity: .3;
}
#bottom_image {
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    /* height: 318px; */
    z-index: -1;
}
.login_content_sec {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* text-align: center; */
}
.btn-primary,.btn-primary:focus {
background-color: #853fe7;
border: 1px solid #853fe7;
color: #fff;
}
.btn-primary:hover {
    background-color: #8947e6;
    border: 1px solid #8947e6;
}
.form-label {
    color: #fff;
    font-weight: 700;
}
.form-control {
    border: 2px solid #7C01B5;
    color: #000;
    font-weight: 700;
}
.login_block {
    border-radius: 40.5px;
    background: linear-gradient(90deg, #7B26BE 0%, #2A06A8 100%);
    box-shadow: 0px 0px 15px 0px rgba(95, 95, 95, 0.25);
    border: none;
    /* padding: 0; */
    /* width: 280px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 124px;
    font-size: 17px;
    font-weight: 600;

    padding: 10px 0;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    color: #fff;
}
.box_top {
    height: 20px;
    background: linear-gradient(90deg, #7B26BE 0%, #2A06A8 100%);
    width: 100%;
}
#winner_show_box h1 {
    color: #fff;
    font-size: 3.3rem;
}
.e_box span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8;
    color: #fff;
}
.center_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.setting_box {
    border: 1px solid #ccc;
    padding: 17px;
}
.setting_box h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
 }
 .setting_box .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .setting_box .box {
 margin-bottom: .5rem;
}

 .setting_box .box span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    color: #fff;
 }

 .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #853fe7;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #853fe7;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  .button_box button{
    border-radius: 40.5px;
    background: linear-gradient(90deg, #7B26BE 0%, #2A06A8 100%);
    box-shadow: 0px 0px 15px 0px rgba(95, 95, 95, 0.25);
    border: none;
    /* padding: 0; */
    /* width: 280px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 136px;
    font-size: 13px;
    font-weight: 600;
    /* border-radius: 33px; */
    padding: 9px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
  }

  .set_entry {
    border-radius: 40.5px;
    background: linear-gradient(90deg, #7B26BE 0%, #2A06A8 100%);
    box-shadow: 0px 0px 15px 0px rgba(95, 95, 95, 0.25);
    border: none;
    /* padding: 0; */
    /* width: 280px; */
    display: block;
    margin-left: auto;
    /* margin-right: auto; */
    width: 85px;
    font-size: 14px;
    font-weight: 600;

    padding: 6px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
  }

  #timer {
    font-size: 33px;
    margin: 0 auto;
    width: 177px;
    font-weight: 600;
    color: #fff;
  }

  #controls {
    margin:0 auto;
    width:600px;
  }

  #controls button {
    font-size:24px;
  }

  button[disabled=disabled], button:disabled {
    opacity: .5;
}


