@charset "utf-8";

body, input, textarea {
  font-family:Helvetica;
  background-color: rgb(255, 255, 255);
}

.header{
  width: 880px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 30px;
  margin-top: 6px;
}
.loguser{
  width: 880px;
  height: 10px;
  text-align: right;
  margin-left:auto;
  margin-right: auto;
  font-size: 15px;

}
  .menu{
    width: 885px;
    height: 46px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-shadow: 0px 0px 2px 0px rgb(94, 94, 94);
    border-radius: 5px;
    background-color: #333;
    margin-top: 10px;
  } 
  ul {
    list-style-type: none;
     padding: 0;
    overflow: hidden;
    background-color: #333;
    border-radius: 5px;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    background-color:#a45fffda;;
  }
 
 .container{
    display: flex; 
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
 }
  .block1 {
    width: 150px;
    height: 500px;

  }

  .block2 {
    width: 620px;
    height: 500px;
    background: dodgerblue linear-gradient(22deg, #D7FBFF, #D7FBFF, #71FFF6) fixed;
    font-size: 40px;
    padding-top: 100px; 
    display: table;
    box-shadow: 0px 0px 2px 1px lightblue;
  }
  .loginblock {
    width: 200px;
    height: 500px;   
    background: dodgerblue linear-gradient(22deg, #89F3FF, #7de2f0, #1ee699) fixed;
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 02px 0px 3px 0px lightblue;
    border-radius: 2px;   
    display: table;
    box-shadow: 0px 0px 2px 1px lightblue;
    text-decoration: none;
     }
  .block3 {
     width: 150px;
    height: 500px;
    
  }
  .downloadlink {
    background-color: #087edfc2;
    color: rgb(255, 255, 255);
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 2px solid rgb(33, 150, 228);
    border-radius: 5px;
  }
  .downloadlink:hover {
    background-color: #19da99;
    color: rgb(255, 255, 255);  
  }

  .loginbtn {
    height: 25px;
    width: 100px;
    background-color: #b8e5f1c2;
    border: 2px solid rgba(14, 137, 219, 0.726);
    padding: 2px 10px;
    text-align: center;
    text-decoration:double;
    display: inline-block;   
    border-radius: 5px;
    font-size: 20px;
  }
  
  .loginbtn:hover {
    background-color: #0ad8f3;
    border: 2px solid rgb(24, 147, 248);
    color: rgb(255, 255, 255);  
  }

  .cordnbtn {
    height: 40px;
    width: 150px;
    background-color: #11a8ffc2;
    border: 2px solid rgba(6, 15, 3, 0.726);
    padding: 2px 10px;
    text-align: center;
    text-decoration:double;
    display: inline-block;   
    border-radius: 8px;
    font-size: 15px;
    margin-top: 100px;
  }
  
  .cordnbtn:hover {
    background-color: #6f78ecb9;
    border: 2px solid rgb(107, 109, 110);
    color: rgb(255, 255, 255);  
  }
  
  .emailstyle{
    padding-left:  105px; 
    font-weight: bold; 
    margin-left:120px; 
   font-size:13px;
  }
  .logoutbtn {
    width: 40px;
    height: 18px;
    background-color: #03e9c3d5;
    border: 2px solid rgba(6, 7, 7, 0.726);
    padding: 2px 10px;
    display: inline-block;   
    border-radius: 5px;
    margin-left: 225px;
    margin-right: auto;
    
  }  
  .logoutbtn:hover {
    background-color: #c8dbf3;
    border: 2px solid rgb(35, 37, 39);
    color: rgb(255, 255, 255);  
  }

  .signbtn {
    background-color: #209608ee;
    border: 2px solid rgba(19, 190, 233, 0.726);
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;   
    border-radius: 5px;
    height: 40px;
    width: 150px;
    font-size:15px;
  }
  .signbtn:hover {
    background-color: #229e3d;
    border: 2px solid rgb(11, 159, 185);
   
  }
  .footer{
    background-color: #3b3931;
    height: 150px;
    color: #ffffff;
    border-radius: 2px;
    width:885px ;    
  }
  .footer2{
    background-color: #3b3931;
    height: 150px;
    color: #ffffff;
    border-radius: 2px;
    width:885px ;   
    margin-left: -50px; 
    margin-top: 100px;
  }
    .footer3{
      background-color: #3b3931;
      height: 150px;
      color: #ffffff;
      border-radius: 2px;
      width:885px ;   
      margin-left: -50px; 
  }

 
  .innerfooter{
    padding-left:80px;
    padding-top: 50px;
  }
  .upcoming_container
  {
    width: 878px;
    height: 500px;
    background: dodgerblue linear-gradient(22deg, #D7FBFF, #D7FBFF, #71FFF6) fixed;
    font-size: 20px;
    padding-top: 10px; 
    display: flex;
    box-shadow: 0px 0px 2px 1px lightblue;
 
  }
  .login_container
  {
    width: 878px;
    height: 500px;
    background: dodgerblue linear-gradient(22deg, #D7FBFF, #D7FBFF, #71FFF6) fixed;
    font-size: 25px;
    padding-top: 100px; 
    display: table;
    box-shadow: 0px 0px 2px 1px lightblue;
 
  }
  .login-wrap{
    width: 400px;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    background: dodgerblue linear-gradient(22deg, aqua, dodgerblue, deeppink) fixed;
	color: white;
  font: normal 32px/1.6 system-ui, sans-serif;
	text-shadow: 0 1px 1px hsl(0 0% 0% / 20%);
  border-radius: 3px;
  box-shadow: 0px 0px 5px 0px rgb(95, 95, 92);
  }
 
  .welcometxt {
    text-align: center;
    font-size: 25px;
    padding-left: 20px;
    color: #020202;
  }
 .logintxtinput{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-left: 20px;
   }
   .worngpasstxt{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    color: rgb(156, 30, 30);
    }
  
/* Dropdown Button */
.dropbtn {
  background-color: #333;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  height: 46px;
  border-radius: 2px;
  margin-left: 5px;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #545658;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

/* Links inside the dropdown */
.dropdown-content a {
  color: rgb(253, 253, 253);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-attachment: #1b1ecf;
border-radius: 3px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #a45fffda;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;  border-radius:2px; border-color: white;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color:#a45fffda;}

.center {  
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.area_container{
  display: flex; 
  margin-left: auto;
  margin-right: auto;
  background: dodgerblue linear-gradient(22deg, #D7FBFF, #D7FBFF, #71FFF6) fixed;
  width:885px;
  min-height: 500px;
  max-height:fit-content;
}

.area_container_horizontal{
  margin-left: -130px;
  width:885px;
  min-height: 500px;
  max-height:fit-content;
  margin-bottom: 20px;
}

.area_field {
text-align: left;
margin-left: 50px;
margin-top: 80px;
width: 400px;
}
  .area_display2 {
    text-align: center;
    font-size: 10px;
    margin-top: -20px;
    }
    .area_display3 {
      text-align: center;
      font-size: 10px;
      margin-top: 10px;
      }
    .text_header {
      text-align: left;
      font-size: 25px;
     
      }
  
  input[type=tel], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }


textarea[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

  
  input[type=submit] {
    width: 50%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  .formerror{
    color:red;
  }

  .newuser_container{
    display: flex; 
    margin-left: 100px;
    margin-bottom: 100px;
    margin-top: 20px;
    max-width: fit-content;
    min-height: 500px;
    max-height:fit-content;
    }


    
      .search-input {
          border: 1px solid #ccc; /* Basic border styling */
        background-image: url('img/search.png'); /* Replace with your search icon image path */      
        background-repeat: no-repeat; /* Prevent icon repetition */      
        background-position: right 10px; /* Position icon on the left side */      
        background-size: 20px; /* Adjust icon size as needed */        
      }

      .eventdatetxt{
        font-size:20px; 
        height: 50px;
        width: 780px;
        margin-top:80px;   
          
         font-weight: bold; 
         color:#555550;
         padding-left: 10px;
         background-color: #b1d4c777;
         border-radius: 4px;
         vertical-align: middle;
         line-height: 2.5;    
      }

      .eventselect{
         font-size:20px; 
         height: 60px;
         width: 780px;
         margin-top:30px; 
           
         font-weight: bold; 
         color:#555550;
         padding-left: 10px;
         background-color: #b1d4c777;
         border-radius: 4px;
         vertical-align: middle;
         line-height: 2.5;  
      }

      .satsangidetailsbox {
   
        margin-left: 50px; 
        margin-top: 10px;
        margin-bottom: 10px;
   
      }
      .userdetaillist{
        color: white;
        font-size: 25px;
        margin-top:-250px;
      }
    .searchlist{
      background-color:rgb(248, 248, 246);
      margin-top:-7px;
      width: 800px;
      font-size: 14px;
      border-radius: 1px;
      box-shadow: 0px 0px 2px 0px rgb(94, 94, 94);
    }
    .ulsearchlist{
      width: 800px;
       margin-top: 2px;
      color: black;
      padding-top: 2px;
      padding-bottom: 2px;
      text-align: left;
    }
    .ulsearchlist:hover {
      /*when hovering an item:*/
      background-color: #c0c7b4;
      width: 800px;
      text-align: left;
    }  
    .seacrh_container{
      margin-left: auto;
      margin-right: auto;
      background: dodgerblue linear-gradient(22deg, #D7FBFF, #D7FBFF, #71FFF6) fixed;
      width:885px;
      margin-top: -10px;
      max-height: fit-content;
    }
    .search_container1{
      margin-left: auto;
      margin-right: auto;
      background: dodgerblue linear-gradient(22deg, #D7FBFF, #D7FBFF, #71FFF6) fixed;
      width:885px;
      margin-top: -10px;
      height: 500px;
    }

    .trstyle{
      background-color: white;
      border-bottom: 1px solid #ddd;
    }

    .finalbtn_container{
      margin-left: 50px;
    }
    .ulmessagellist{
      background-color: transparent;
      margin-top:15px;
      font-size: 14px;
    }

   
    .mlist{
      margin-top: 5px;
      margin-bottom: 10px;
      padding-left: 10px;
     padding-top: 2px;
     padding-bottom: 2px;
     text-align: left;
    }

    .area_container3{
      display: flex; 
      margin-left: auto;
      margin-right: auto;
      background: dodgerblue linear-gradient(22deg, #D7FBFF, #D7FBFF, #71FFF6) fixed;
      width:885px;
      min-height: 500px;
      max-height:fit-content;
     
    }

    .area_field3 {  
     
      margin-left: 100px;
      margin-top: 30px;
      }
      .messagellist{
        margin-top: 50px;
      }

      .create_event_container{
   
        margin-left: auto;
        margin-right: auto;
        background: dodgerblue linear-gradient(22deg, #D7FBFF, #D7FBFF, #71FFF6) fixed;
        width:885px;
        min-height: 500px;
        max-height:fit-content;
            
      }
      .deletebtn{
        width: 40px;
        height: 16px;
        background-color: #f14c0afa;
        border: 1px solid rgba(5, 5, 5, 0.726);
        padding: 2px 8px;
        display: inline-block;   
        border-radius: 3px;
        text-decoration: none;
        color: #180407;    
      }
      .resetbtn{
        width: 30px;
        height: 16px;
        background-color: #16cf98fa;
        border: 1px solid rgba(5, 5, 5, 0.726);
        padding: 2px 8px;
        display: inline-block;   
        border-radius: 3px;
        text-decoration: none;
        color: #180407;    
      }

      .approvebtn{
        width: 45px;
        height: 16px;
        background-color: #41e45cfa;
        border: 1px solid rgba(10, 1, 1, 0.877);
        padding: 2px 8px;
        display: inline-block;   
        border-radius: 3px;
        text-decoration: none;
        color: #070102;
    
      }
      .editbtn{
        width: 50px;
        height: 20px;
        background-color: #0eacebfa;
        border: 1px solid rgba(5, 5, 5, 0.726);
        padding: 2px 8px;
        display: inline-block;   
        border-radius: 3px;
        text-decoration: none;
        color: #180407;    
      }

      .viewreportbtn{
        width: 70px;
        height: 18px;
        background-color: #0fa13bfa;
        border: 1px solid rgba(5, 5, 5, 0.726);
        padding: 2px 8px;
        display: inline-block;   
        border-radius: 3px;
        text-decoration: none;
        color: #180407;    
      }
      .area_container4{
        padding-bottom: 50px;
        background: dodgerblue linear-gradient(22deg, #D7FBFF, #D7FBFF, #71FFF6) fixed;
        width:885px;
        min-height: 500px;
        max-height:fit-content;
       }



/*---- code for toggle button---- */
      .container2{
        width:  fit-content;
        height:fit-content;
      margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center; 
           font-size: 13px;       
      }
      .togglebtn{
        background-color: #d2d2d2;
        width: 60px;
        height: 32px;
        border-radius: 200px;
       position: relative;
        transition: 0.2s;    
        font-size: 13px;   
        cursor: pointer;      
      }     
      .togglebtn::before{
        position: absolute;
       content: '';
        background-color: #ffffff;
       width: 26px;
       height: 26px;
      border-radius: 200px;
      margin: 3px;
      transition: 0.2s;      
      }
      input[type="checkbox"]:checked + .togglebtn{
        background-color: #0845ebe3;
      }
      input[type="checkbox"]:checked + .togglebtn:before{
        transform: translateX(28px);
      }

      input[type="checkbox"]{
        display: none;
      }
      .div_on{
     
        height: 20px;
        width: 50px;
        border-radius: 10px;
        margin-top: 10px;
        margin-left: 7px;
        color:rgba(44, 23, 14, 0.952);
        font-size: 13px;  
        font-weight: bold;
      }

  /*---- code for toggle button---- */


  .reportbtn {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #721b1b;
    cursor: pointer;
    transition: all 0.1s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;

  }
  
  
.greportbtn:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.reportbtn:hover {
  transform: scale(1.0);
  box-shadow: 0 0 0 2px rgba(98, 205, 230, 0.5);
}

.button-1 {
  background: linear-gradient(45deg, #0cedfd, #0285ad);
}

.backbtn {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #d10f0fee;
  cursor: pointer;
  transition: all 0.1s ease;
  box-shadow: 1px 4px 10px rgba(128, 131, 128, 0.795);
  position: relative;
  overflow: hidden;
  background-color: #0cedfd;
}
.homebtn {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #d10f0fee;
  cursor: pointer;
  transition: all 0.1s ease;
  box-shadow: 1px 4px 10px rgba(128, 131, 128, 0.795);
  position: relative;
  overflow: hidden;
  background-color: #4bb659;
}


/* Split the screen in half */
.split_left{
  margin-top: 100px;
  width: 530px;
  font-size:30px;
  font-weight: 600;
  text-align: center;
  color: rgb(9, 34, 19);
  text-shadow: 1px 1px #979393;

}
     
.split_right{
    font-size:15x;
  text-align: center;
  margin-top: -10px;
  width: 350px;
  color: rgb(14, 21, 24);
  text-shadow: 1px 1px #b7b7b9;
  background: linear-gradient(90deg, rgba(43,185,254,1) 23%, rgba(84,234,240,1) 100%);
}
     
    
