/* css/style.css */
.namaz-times {
   font-family: Arial, sans-serif;
   background-color: #fff;
   padding: 20px;
   border-radius: 8px;
   box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.tq-select-box {
    z-index: 1;
}

#main-container > .tq-select-box {
    position: absolute;
    right: -60px;
    left: auto;
    z-index: 9999;
    top: 112px;
}

.namaz-times p {
   font-size: 18px;
   margin: 5px 0;
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.tq-select-box:before {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -7px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background-color: inherit;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.tq-select-box .dropdown>button.btn {
    padding: 1rem 2.375rem 1rem 4.5rem;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 2.25rem;
}


.tq-select-box .dropdown-menu {
	position:relative;
    min-width: 15.5rem;
    padding: 0;
    overflow: visible;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: transparent;
    margin-top: 3px;
}

.tq-select-box .dropdown-menu table {
  border-collapse: collapse;
  margin: 0;
}

.tq-select-box .dropdown-menu table thead tr th {
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: bold;
    font-family: inherit;
    background: #B0914A;
}

.tq-select-box .dropdown-menu table tr td {
  font-size: 12px;
  padding: 5px 10px;
}

.tq-select-box .dropdown-menu table tr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}

.tq-select-box .dropdown-menu table thead tr {
  border: 0;
}

.tq-select-box .dropdown-menu table tr td i {
    margin-right: 5px;
    color: #B0914A;
}

.tq-select-box .chosen-container {
  width: 100% !important;
  max-width: 14.6875rem;
}

.tq-select-box .chosen-container .chosen-single {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  padding: 1.15625rem 1.5625rem 1.15625rem 3.75rem;
  height: initial;
  line-height: 1;
}

.tq-select-box .chosen-container .chosen-single>div {
  display: none;
}

.tq-select-box .chosen-container .chosen-single:before {
  content: "\f078";
  position: absolute;
  right: 1.5625rem;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.9375rem;
}

.tq-select-box:hover:before {
  bottom: 0;
  right: 0;
}

.tq-select-box .chosen-container .chosen-results>li:hover,
.tq-select-box .chosen-container .chosen-results>li.result-selected {
  color: var(--white) !important;
}

.tq-select-box .chosen-container .chosen-results li.active-result {
  font-size: 0.9375rem;
  color: var(--tq-color1);
}

.tq-select-box .dropdown > button.btn::after {
    content: "\f107"; /* This is the code for the downwards chevron */
    font-family: "Font Awesome 5 Free"; /* Font Awesome family */
    font-weight: 900; /* This is important for Font Awesome 5 to load icons correctly */
    border: 0;
    margin: 0;
}
h3.table-jumah {
    color: #000000;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(176 145 74 / 42%);

}
.btn-check:focus+.btn, .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.tq-select-box .dropdown>button.btn:focus {
    box-shadow: none;
}
.tq-select-box  .hover-dropdown {
  position: relative;
}

.tq-select-box>svg {
    fill: #ffffff;
    height: 1.875rem;
    position: absolute;
    top: 12px;
    z-index: 99999;
    left: 20px;
}

.tq-select-box .hover-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

@media only screen and (max-width: 600px) {
 .tq-select-box .hover-dropdown:hover .dropdown-menu {
    display: block;
    width: 100%;
    position: relative;
}
}

@media only screen and (max-width: 600px) {
.tq-select-box>svg {
    fill: #ffffff;
    height: 1.875rem;
    position: absolute;
    top: 12px;
    z-index: 99999;
    left: 20%;
    right: auto;
}
}

.tq-select-box .hover-dropdown:hover .dropdown-menu {
    display: block;
    width: 100%;
}
.tq-select-box .jamat-time td:nth-child(2),
.tq-select-box .jamat-time td:nth-child(3),
.tq-select-box .jamat-time th:nth-child(2),
.tq-select-box .jamat-time th:nth-child(3) {
  text-align: right;
}

.tq-select-box div.dropdown {
    width: 100% !important;
    background-color: var(--primary-color);
    margin: 0 auto;
    text-align: center;
}