@charset "utf-8";
#rcorners1 {
  border-radius: 10px;
  background: #3dac43;
  padding: 10px;  
}

td {
	padding:0px 3px;
	margin:0px;
}


hr {
	
    border-bottom: 2px solid;
    border-bottom-color: #3dac43;
    width: 45px;
    display: table;
    padding-top: 26px;
    margin-bottom: 25px;
	border-top:none;
	border-left:none;
	border-right:none;
	
}

.font {
	}

h1,h2,h3,h5 {

}

.PrayerText {
	font-weight: 400;
    line-height: 1.4;
    font-style: normal;
	font-size:14px;
	letter-spacing: 2px;
	font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 600px) {
  .PrayerText {
	  font-size:13px;
	  letter-spacing: normal;
  }
}

.begins::before {
  content: "Begins";
}

@media only screen and (max-width: 500px) {
.begins::before {
	  content: "";
	  display:none;
  }
}

.jamaah::before {
  content: "Jama'ah";
}

@media only screen and (max-width: 500px) {
  .jamaah::before  {
	   content: "";
  }
}



.hide {
	
}

@media only screen and (max-width: 500px) {
  .hide  {
	  display:none;
  }
}

.Maintable {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	}

@media only screen and (max-width: 700px) {
  .Maintable {
	 width:100%;
	 margin-left:0px;
	 margin-right:0px;
  }
}

/* CSS for select dropdown  */


label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

/* Responsive styles */
@media (min-width: 768px) {
    select {
        width: 25%;
    }
}

/* CSS for select dropdown end */

.main-content {
    padding: 20px;
}

.table-section {
    margin: 20px 0;
}

.table-container {
    overflow-x: auto;
}

/* Table Styles */
.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.table-head {
    background-color: #35424a;
    color: white;
}

.table-header, .table-data {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.table-row:nth-child(even) {
    background-color: #f2f2f2;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .table-header, .table-data {
        display: block;
        text-align: right;
        padding: 8px;
        border: none;
    }

    .table-row {
        display: block;
        margin-bottom: 10px;
    }

    .table-header {
        display: none;
    }

    .table-data::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .table-data {
        border-bottom: 1px solid #ddd;
    }
}