      .ref_btn{
        position: fixed;
        z-index: 100;
        top: 35%;
        right: 1%;
        padding:10px;
        color: #000;
        cursor: pointer;
        font-size: 16px;
      }
      .rjTitle{
        background-color:#faf0e6;
      }
      .welcomeTitle{
        font-size: 13px;
        margin:0px 0px 0px 0px;
      }
      .LotNewsTitle{
        font-size: 15px;
        color: #008000;
        margin:0px 0px 0px 0px;
      }
      .main-box{
        background-color: #F8FF95;
        border:2px solid #000000;
        border-radius: 12px;
        /*pading:10px 0px 10px 0px;*/

      }
      .gameTitle{
        color: #0000ff;
        font-size: 30px;
        font-weight: bold;
        margin:0px 0px 3px 0px;
      }
      .glob img{
        margin:0px 0px 9px 0px;
        /*border:2px solid ;*/
      }
      .timeTitle{
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin:0px 0px 0px 0px;
      }
      .wait{
        color: #ff0000;
        font-size: 24px;
        font-weight: bold;
        margin:0px 0px 0px 0px;
      }
      .repeat h6{
        color: #ff0000;
        font-size: 24px;
        font-weight: bold;
        margin:0px 0px 0px 30px;
      }
      .clock-title {
    /*text-shadow: 1px 1px #000000;*/
    color: #ff0000;
    text-align: center;
  }
  /*digital clock css start*/
  .datetime {
    color: #000;
    background: #D2DE32;
    font-family: "Segoe UI", sans-serif;
    width: 100%;
    padding: 2px 0px;
    border: 1px solid #000000;
    margin:1px 0px 0px 0px;
    border-radius: 5px;
    /*-webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255, 255, 255, 0.1));*/
    /*transition: 0.5s;
    transition-property: background, box-shadow;*/
    /*box-shadow: 0 0 10px #2E94E3;*/
  }
  .datetime:hover {
    background: #D2DE32;
    box-shadow: 0 0 10px #D2DE32;
  }
  .date {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
  }
  .time {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .time span:not(:last-child) {
    position: relative;
    margin: 0 6px;
    font-weight: 550;
    text-align: center;
    letter-spacing: 2px;
  }
  .time span:last-child {
    background: #2E94E3;
    font-size: 24px;
    font-weight: 550;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 0 5px;
    border-radius: 2px;
  }
  /*digital clock ends     */
  .main-sub-box {
     background-color: #F8FF95;
     border:1px solid #000000;
     border-radius: 12px;
    padding:6px 0px 6px 0px;

  }
  .sub-title{
    color: #1640D6;
    letter-spacing: 2px;
    margin:2px 0px 2px 0px;
    font-size: 26px;
    font-weight: bold;
  }

  .sub-time{
    color: black;
    font-size: 19px;
    margin:2px 0px 2px 0px;
    font-weight: bold;
  }
  .sub-wait{
    font-size: 24px;
    font-weight: bold;
    color:#ff0000;
    margin:0px 0px 0px 0px;

  }
  .sub-repeat h6{
    font-size: 24px;
    font-weight: bold;
    color:#ff0000;
    margin:0px 0px 0px 30px;
  }
  #myWorkContent
  {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #myWorkContent table {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid #f6f6f6; */
    /*border-radius:3px ;*/
  }
  #myWorkContent table tr th {    
   color:yellow;
   font-weight: 650;
   border: 1px solid #f6f6f6; 
   padding:0px 5px 0px 5px;
  }
  #myWorkContent table tr td {    
   color:#ffffff;
   font-weight: 600;
   border: 1px solid #f6f6f6;  
   padding:0px 0px 0px 0px;
  }
  /*@media (min-width:768px) {
    .rajwadaChart{
      overflow-x: hidden;
      overflow-y: hidden;
    }
  }*/
  .term{
    background: white;
  color: red;
  font-size: 13px;
  text-align: center;
  border: 0px solid;
  color: black;
  padding: 1px;
  margin:1px 0px 0px 0px;
  border-radius: 10px;
  }
  .term h1{
  background-image: linear-gradient(to right, #F8FF95, Aquamarine);
  text-align: center;
  border-color: red;
  color: black;
  border-width: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 30px;
  }
  
.term p{
  font-weight: 600;
  color: #ff0000;
  text-align: justify;
  padding: 3px;
}
.term .msg {
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  color: #008080;
  text-align: justify;
}
.copyright{
  font: bold;
  text-align: center;
  font-size: 14px;
  color: green;
}
.img-vid {
    border: 5px ridge yellow;
    border-radius: 8px;
}
.img-vid img{
    max-width: 100%;
    height: 300px;
}
.log-page{
    border:0px solid black;
    border-radius: 20px;
    margin: 1px 0px;
    padding: 1px 0px;
}

@media(min-width:600px){
    .arrow-img img{
    height: 10px;
    width: 20px;
}
}