

  body {
    margin: 0;
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #404040;

    background: #EDEEF2 url("./admin/images/daily_pray_bg.jpg") no-repeat center center fixed;
    background-size: 100% 100%;
    overflow: auto;
  }
  
  a {
    color: #00a1d2;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }

  .container{
      margin: auto;
      width: 1300px;
  }

  .header{
	/* width:1150px; */
  width:85%;
	height:60px;
  margin-top: 0.3%;
  position: fixed;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  li {
    display: inline;
    float: left;
    margin-left:5%;
    margin-top:0.4%;
    color: #4d4e50;
  }


li.first {  margin-left: 25%; }
li.last {  margin-right: 7%; float: right; }

.btn-lg-custom{
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-custom {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    color: #fff;
    background-color: #A66D17;
    border-color: #A66D17;
}

.btn-custom:hover {
    background-color: #E69720;
    border: none;
    color: #fff;
  }


#section-bible{
  margin-top: 17%;
  text-align: center;
  font-weight: bold;
  height: 410px;
  width: 793px;
  margin-left: 21%;
  overflow-y: auto;
  scrollbar-color: #caa067 #a07956;
  display: none;
}



#songTitle{
  height: 30px;
  margin-left: 12%;
  font-size: 12px;
  color: white;

   border: 1px solid red;
   width: 200px;
  /* display: none; */
}


#scroll-container {
  font-size: 13px;
  font-weight: 500;
  color: black;
  width: 63%; 
  margin-left: 21%;

  height: 20px; 
  overflow: hidden;

}

#scroll-text {
  /* animation properties */
  text-align: right;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  
  -moz-animation: my-animation 12s linear infinite;
  -webkit-animation: my-animation 12s linear infinite;
  animation: my-animation 12s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(-100%); }
  to { -moz-transform: translateX(100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(-100%); }
  to { -webkit-transform: translateX(100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}


#section-pray{
  margin-top: 17%;
  text-align: center;
  font-weight: bold;
  height: 410px;
  width: 793px;
  margin-left: 21%;
  overflow-y: auto;
  scrollbar-color: #caa067 #a07956;
  display: none;
}

#section-home{
  margin-top: 17%;
  text-align: center;
  font-weight: bold;
  height: 410px;
  width: 793px;
  margin-left: 21%;
  overflow-y: auto;
  scrollbar-color: #caa067 #a07956;
  display: none;
}

/*#section-map{*/
/*  margin-top: 45%;*/
/*  text-align: center;*/
/*  font-weight: bold;*/
/*  height: 410px;*/
/*  width: 793px;*/
/*  margin-left: 21%;*/
/*  overflow-y: auto;*/
/*  scrollbar-color: #caa067 #a07956;*/
/*  display: none;*/
/*  float:left;*/
/*  border: 1px solid green;*/

/*}*/



.yathra_map img{
  width:620px;
  height: 700px;
}

/* ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #caa067;
}

::-webkit-scrollbar-thumb {
  background: #a07956;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-corner {
  background: #caa067;
} */

.read_from_bible{
  margin-top: 100px;
  overflow-y: auto;
}

.sing_song{
  margin-top: 100px;
}


.day_message{
  /* color: #64381f; */
  color: white;
  float: left;
  margin-top: 7.9%;
  margin-left: 1%;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

.bharath_yathra{
      color:black; float: left; margin-top: 7.6%; cursor: pointer; margin-left: 17%;  font-size: 18px; font-style: italic; font-weight: bold;
  }
  .bharath_yathra img{
    width: 50px;
    height: 32px;
    padding-right: 5px;
  }
.youtube_link{
  color: white;
  float: right;
  margin-top: 7.9%;
  margin-right: 1%;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

#section-music{
  margin-top: 11%;
  /* height: 305px; */
  /* width: 793px; */
  width: 68%;
  margin-left: 18%;
  overflow-y: auto;
  display: none;
  border-radius: 5px;
  /* scrollbar-color: #caa067 #a07956; */
}

#section-map{
  margin-top: 27%;
  width: 58%;
  height: auto;
  margin-left: 21%;
  display: none;
  border-radius: 5px;
  /* overflow: none; */
  overflow: auto;
  /* scrollbar-color: #caa067 #a07956; */
  border: 5px solid white;
}

#section-map-text{
  margin-top: 11.2%;
  text-align: center;
  justify-content:left;
  font-weight: bold;
  height: 205px;
  width: 793px;
  margin-left: 21%;
  /* overflow-y: auto; */
  scrollbar-color: #caa067 #a07956;
  display: none;
  list-style:none;
  

}
#section-map-text ul{
    display:inline-block;
    color:black;
   /* box-sizing: border-box; */
   width: 100%;
}

#audio_player{
  /* width: 635px; */
  width:96%;
  margin-left: 1.5%;
  border-radius: 15px;
}

#audioPlayerDiv:before {
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  filter: blur(10px);
}

#audioPlayerDiv{
 
  /* background-color: rgba(255, 255, 255, .15);  
  backdrop-filter: blur(5px);  */

  background-image: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.11) 100%
  );
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);

  padding: 60px;
 

            /* font-family: 'Poppins',sans-serif;          */
 
  width: 88%;
  margin-left: 5%;
  padding-top: 1%;
  border-radius: 10px;
  height: 390px;
  overflow: hidden;
}

#player_lists{
  width: 90%;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 0.2%;
  padding-right: 0.2%;
  margin-left: 5%;
  height: 310px;
  overflow-y: auto;
  float: left;

}
.song-list{
  font-family: 'Roboto', 'Helvetica','Arial', sans-sefif;
  font-size: 14px;
  font-weight: bold;
  /* letter-spacing: 0.5px; */
  color: #FFF;
  float: left;
  width: 98%;
  height: 40px;
  padding-bottom: 15px;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;

  padding-left: 5%;
  padding-top: 1.8%;
  
  cursor: pointer;
  background-color: #8d8c8a;
  border-bottom: 1px solid #364f82;
}
.active{
  color: #23355B;
  background-color: #E9EAED;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 30px 30px;
  background-image: url('./admin/images/playing.gif');
  background-repeat: no-repeat;
  background-size: 100px 100px;

}





.video_playlist{
  float: left;
  padding-top: 10px;
  width: 1000px;
  height: 300px;
}
#player_screen{
  width: 450px;
  height: 270px;
  float: left;
}


.list_items{
  font-size: 16px;
  font-style: italic;
  cursor: pointer;
  margin-top: 10px;
}

#mapCanvas {
  width: 20%;
  height: 100px;
}
.table-row {
  border-bottom: 1px solid #dee2e6;
}

/* Style for the table */


/* Viewports between 320px and 480px wide */
/* @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

  

  .header{
    width:85%;
    height:60px;
    margin:2.5% auto;
    position: fixed;
  }

  li {
    display: inline;
    float: left;
    margin:0.1% 1%;
    color: #4d4e50;
  }


  li.first {  margin-left: 5.8%; }
  li.last {  margin-right: 0%; float: right; }
 .btn-lg-custom{
    padding: .4rem 0.7rem;
    font-size: 0.6rem;
    line-height: 0.7;
    border-radius: .1rem;
  }


  .day_message{
    color: #64381f;
    float: right;
    margin-top: 23%;
    font-size: 7px;
    font-style: italic;
    font-weight: bold;
 
  }

  #section-music{
    margin-top: 30%; */
    /* height: 305px; */
    /* width: 793px; */
    /* width: 68%;
    margin-left: 18%;
    overflow-y: auto;
    display: none;
    border-radius: 5px; */
    /* scrollbar-color: #caa067 #a07956; */
  /* }

  .song-list{
    font-size: 10px;
   
    height: 20px;
    padding-bottom: 10px;

  }



} */



/* Viewports for mobile phones */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {

  body {
    margin: 0;
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #404040;

    background: #EDEEF2 url("./admin/images/daily_pray_bg-mobile.jpg") no-repeat center center fixed;
    background-size: 100% 100%;
    overflow-y: scroll;
  }

  .header{
    width:85%;
    height:60px;
    margin-left:2%;
    position: fixed;
  }

  li {
    display: inline;
    float: left;
    margin-top:2.2%;
    margin-left: 1%;
    color: #4d4e50;
  }


  /* li.first {  margin-left: 9.8%; } */
  li.first {  margin-left: 8.1%; }
  li.last {  margin-right: 1%; float: right; }
 .btn-lg-custom{
    padding: .6rem 0.9rem;
    font-size: 0.7rem;
    line-height: 0.7;
    border-radius: .1rem;
  }


  .day_message{
   /* color: #64381f; */
   color: white;
    float: left;
    margin-top: 19.2%;
    margin-left: 9.5%; 
    font-size: 9px;
    font-style: italic;
    font-weight: bold;
 
  }
  
  .bharath_yathra{
    color:black; float: left; width: 28%; cursor: pointer; margin-left: 7%;  margin-top: 17.5%;  font-size: 9px; font-style: italic; font-weight: bold;
}

.bharath_yathra img{
  width: 30px;
  height: 12px;
  padding-right: 2px;
}


  .youtube_link{
    color: white;
    float: right;
    margin-top: 14.5%;
    margin-right: 7%;
    font-size: 9px;
    font-style: italic;
    font-weight: bold;
    width: 20%;
  }
  .youtube_link img{
    width: 25px;
    height: 14px;
  }

  #section-music{
    margin-top: 28%;
    /* height: 305px; */
    /* width: 793px; */
    width: 77.5%;
    margin-left: 11.5%;
    overflow-y: auto;
    display: none;
    border-radius: 5px;
    /* scrollbar-color: #caa067 #a07956; */
  }

  #audio_player{
    /* width: 635px; */
    width:96%;
    margin-left: 1.5%;
    border-radius: 15px;
  }

  #audioPlayerDiv{
 
    /* background-color: rgba(255, 255, 255, .15);  
    backdrop-filter: blur(5px);  */
  
    background-image: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.11) 100%
    );
    backdrop-filter: blur(6px);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  
    padding: 1%;
   
  
              /* font-family: 'Poppins',sans-serif;          */
   
    width: 97%;
    margin-left: 1%;
    padding-top: 1%;
    border-radius: 10px;
    height: 520px;
    overflow: hidden;
  }


  #player_lists{
    width: 90%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 0.2%;
    padding-right: 0.2%;
    margin-left: 5%;
    height: 410px;
    overflow-y: auto;
    float: left;
  
  } 
  .song-list{
    font-family: 'Roboto', 'Helvetica','Arial', sans-sefif;
    font-size: 10px;
    font-weight: bold;
    /* letter-spacing: 0.5px; */
    color: #FFF;
    float: left;
    width: 98%;
    height: 23px;
    
    margin-bottom: 1%;
    margin-left: 0.8%;
    margin-right: 0.8%;
  
    padding-left: 3%;
    padding-top: 1.8%;
    padding-bottom: 1.8%;
    
    cursor: pointer;
    background-color: #8d8c8a;
    border-bottom: 1px solid #364f82;
  }
  .active{
    color: #23355B;
    background-color: #E9EAED;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60px 60px;
    background-image: url('./admin/images/playing.gif');
    background-repeat: no-repeat;
  
  }
  




  #section-pray{
    margin-top: 42%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    /* height: 410px; */
    width: 73%;
    margin-left: 12%;
    overflow-y: auto;
    scrollbar-color: #caa067 #a07956;
    display: none;
    height: 540px;
  }

  #section-home{
    padding-top: 0;;
    margin-top: 43%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    /* height: 410px; */
    width: 73%;
    margin-left: 12%;
    scrollbar-color: #caa067 #a07956;
    overflow-y: auto;
    display: none;
    height: 540px;
  }

  #section-bible{
    margin-top: 55%;
    text-align: center;
    font-weight: bold;
    /* height: 410px; */
    width: 58%;
    margin-left: 21%;
    overflow-y: auto;
    scrollbar-color: #caa067 #a07956;
    display: none;
  }
  #section-map{
    margin-top: 71%;
    text-align: center;
    font-weight: bold;
    /* height: 410px; */
    width: 84%;
    margin-left: 5%;
    /* overflow-y: auto; */
    scrollbar-color: #caa067 #a07956;
    display: none;
  }
  .yathra_map img{
    width:300px;
    height: 400px;
  }
  
   #section-map-text{
    margin-top: 35%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    width: 90%;
    margin-left: 3.5%;
    margin-right: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

/* .table{
  width: auto;
  max-width: 100%;
  border-collapse: collapse;
  /* table-layout: auto; 
}*/
.table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto; /* Enables horizontal scrolling if needed */
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto; /* Allows flexible column widths */
}

.table th, .table td {
  /* padding: 8px; */
  text-align: center;
  /* border: 1px solid #ddd; */
  /* word-wrap: break-word; Prevents text from overflowing */
}

@media (max-width: 600px) {
  .table {
      font-size: 10px; /* Adjust font size for smaller screens */
  }
}

#mapCanvas {
  width: 20%;
  height: 100px;
}

}


/* Viewports for mobile phones-landscape view */
@media only screen and (min-device-width: 480px)  and (max-device-width: 1080px) and (orientation: landscape) {
  body {
    margin: 0;
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #404040;

    background: #EDEEF2 url("./admin/images/daily_pray_bg.jpg") no-repeat center center fixed;
    background-size: 100% 100%;
    overflow-y: scroll;
  }

  .header{
    top: 0;
    width:73%;
    height:38px;
    margin-left:7%;
    position: fixed;
  }

  li {
    display: inline;
    float: left;
    margin-top:.2.8%;
    margin-left: 2%;
    color: #4d4e50;
  }


  /* li.first {  margin-left: 9.8%; } */
  li.first {  margin-left: 21.4%; }
  li.last {  margin-right: 2%; float: right; }

  .btn-lg-custom{
    padding: .4rem 0.8rem;
    font-size: 0.8rem;
    line-height: 1;
    border-radius: .2rem;
  }

  .day_message{
    /* color: #64381f; */
    color: white;
    float: left;
    margin-top: 5.1%;
    margin-left: 3.1%;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: fixed;
  }

  .bharath_yathra{
    color:black; float: left; cursor: pointer; margin-left: 3.1%;  margin-top: 5.1%;  font-size: 11px; font-style: italic; font-weight: bold;
}

.bharath_yathra img{
  width: 30px;
  height: 12px;
  padding-right: 2px;
}

  .youtube_link{
    color: white;
    float: right;
    margin-top: 5.1%;
    margin-right: 3.1%;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
  }

  .youtube_link img{
    width: 40px;
    height: 30px;
  }

  #section-music{
    margin-top: 15%;
    /* height: 305px; */
    /* width: 793px; */
    width: 77.5%;
    margin-left: 11.5%;
    overflow-y: auto;
    display: none;
    border-radius: 5px;
    /* scrollbar-color: #caa067 #a07956; */
    height: 200px;
  }

  #audio_player{
    /* width: 635px; */
    width:96%;
    margin-left: 1.5%;
    border-radius: 15px;
  }

  #audioPlayerDiv{
 
    /* background-color: rgba(255, 255, 255, .15);  
    backdrop-filter: blur(5px);  */
  
    background-image: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.11) 100%
    );
    backdrop-filter: blur(6px);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  
    padding: 1%;
   
  
              /* font-family: 'Poppins',sans-serif;          */
   
    width: 83%;
    margin-left: 8%;
    padding-top: 1%;
    border-radius: 10px;
    height: 390px;
    overflow: hidden;
  }


  #player_lists{
    width: 90%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 0.2%;
    padding-right: 0.2%;
    margin-left: 5%;
    height: 310px;
    overflow-y: auto;
    float: left;
  
  } 
  .song-list{
    font-family: 'Roboto', 'Helvetica','Arial', sans-sefif;
    font-size: 10px;
    font-weight: bold;
    /* letter-spacing: 0.5px; */
    color: #FFF;
    float: left;
    width: 98%;
    height: 23px;
    
    margin-bottom: 1%;
    margin-left: 0.8%;
    margin-right: 0.8%;
  
    padding-left: 3%;
    padding-top: 1.8%;
    padding-bottom: 1.8%;
    
    cursor: pointer;
    background-color: #8d8c8a;
    border-bottom: 1px solid #364f82;
  }
  .active{
    color: #23355B;
    background-color: #E9EAED;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60px 60px;
    background-image: url('./admin/images/playing.gif');
    background-repeat: no-repeat;
  
  }

  #section-pray{
    margin-top: 13%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    /* height: 410px; */
    width: 59%;
    margin-left: 21%;
    overflow-y: auto;
    scrollbar-color: #caa067 #a07956;
    display: none;
    height: 200px;
  }

  #section-home{
    margin-top: 13%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    /* height: 410px; */
    width: 61%;
    margin-left: 18%;
    scrollbar-color: #caa067 #a07956;
    overflow-y: auto;
    display: none;
    height: 200px;
  }

  #section-bible{
    margin-top: 15%;
    text-align: center;
    font-weight: bold;
    /* height: 410px; */
    width: 58%;
    margin-left: 21%;
    overflow-y: auto;
    scrollbar-color: #caa067 #a07956;
    display: none;
    padding-top: 2px;
    height: 170px;
  }

}


/* Viewports for Tablets */
/* @media only screen and (min-device-width: 768px){

  .header{
    width:85%;
    height:60px;
    margin:2.5% auto;
    position: fixed;
    border: 1px solid yellow;
  }

} */


/* @media screen and (min-width: 600px) and (max-width: 900px) {

  body {
    margin: 0;
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #404040;

    background: #EDEEF2 url("../images/daily_pray_bg-mobile.jpg") no-repeat center center fixed;
    background-size: 100% 100%;
    overflow-y: scroll;
  }

  .header{
    width:85%;
    height:60px;
    margin:2.5% auto;
    position: fixed;
  }


  li {
    display: inline;
    float: left;
    margin:2.5% 1.8%;
    color: #4d4e50;
  }


  li.first {  margin-left: 9%; }
  li.last {  margin-right: 3.2%; float: right; }
 .btn-lg-custom{
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: .2rem;
  }


  .day_message{
    color: black;
     float: left;
     margin-top: 25%;
     margin-left: 4.1%; 
     font-size: 8px;
     font-style: italic;
     font-weight: bold;
  
   }
 


} */



/* @media screen and (min-width: 900px) {
  

  .header{
    width:85%;
    height:60px;
    margin-top: 0px;
    position: fixed;
    border:1px solid green;
  }

  li {
    display: inline;
    float: left;
    margin:2.5% 1.8%;
    color: #4d4e50;
  }


  li.first {  margin-left: 9%; }
  li.last {  margin-right: 3.2%; float: right; }

  .day_message{
    color: black;
     float: left;
     margin-top: 12%;
     margin-left: 3.3%; 
     font-size: 7px;
     font-style: italic;
     font-weight: bold;
  
   }
 


} */














