.bg-grey {
  background-color: #f3f3f3 !important;
}

.bg-light-orange {
  background-color: #ff6d1c;
}

.bg-dark-green {
  background-color: #034428 !important;
}

.bg-light-grey {
  background-color: #f8fbfa !important;
}

.text-orange {
  color: #ee7533 !important;
}

.text-dark-green {
  color: #034428 !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-60 {
  border-radius: 60px;
}

.radius-70 {
  border-radius: 70px;
}

.radius-80 {
  border-radius: 80px;
}

a {
  text-decoration: none !important;
}

.width-80px {
  width: 80px;
}

.width-100px {
  width: 100px;
}

.height-60px {
  height: 60px;
}

.min-height-90vh {
  min-height: 90vh !important;
}

body {
  margin: 0px;
  min-height: 100vh !important;
}

.main-page {
  margin-top: -8px;
  background-color: white !important;
  z-index: 0 !important;
}

@media only screen and (max-width: 991px) {
  .main-page {
    margin-top: 20px !important;
  }
}
.heading h1 {
  border-bottom: 4px solid #ee7533;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.user-active-block-btn {
  width: 120px;
}

.cursor-pointer {
  cursor: pointer;
}

.min-1200px {
  min-width: 1400px !important;
}

.active-link {
  background-color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 0px !important;
  padding-top: 20px !important;
}
.active-link .nav-icon-left,
.active-link .nav-icon-right {
  visibility: visible;
}

.nav-item a {
  font-weight: 500 !important;
}

.nav-icon-left {
  position: absolute;
  bottom: 0px !important;
  left: -15px !important;
  visibility: hidden;
}

.nav-icon-right {
  position: absolute;
  bottom: 0px !important;
  right: -15px !important;
  visibility: hidden;
}

nav .nav-item {
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}

.active-block-ul-setting {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -10px !important;
  z-index: 11000 !important;
  background-color: white;
}

.active-block-ul-user {
  background-color: white;
  z-index: 1000 !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media only screen and (max-width: 991px) {
  .active-link {
    background: transparent !important;
  }
  .active-link .nav-icon-left,
  .active-link .nav-icon-right {
    visibility: hidden;
  }
  .nav-item {
    padding: 0px !important;
    margin: 0px !important;
    left: 0px !important;
    width: 200px !important;
    text-align: left !important;
    padding: 0px !important;
  }
  nav {
    padding: 0px !important;
    margin: 0px !important;
  }
  .navbar-nav {
    margin-top: 20px !important;
    margin-left: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .active-block-ul-setting {
    border: none !important;
  }
  .active-block-ul-user {
    padding: 0px !important;
  }
  .settings {
    margin: 0px !important;
  }
  .users {
    margin: 0px !important;
  }
  .responsive-padding {
    padding-left: 0px !important;
    padding-bottom: 20px !important;
  }
}
.masjid-content {
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(128, 128, 128, 0.397);
}

.explorer-div {
  background-color: white !important;
  top: 43px;
  right: 40px;
  padding: 8px 25px 8px 25px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: none;
}
.explorer-div .edit-box {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(128, 128, 128, 0.397);
}
.explorer-div .delete-box {
  padding-top: 8px;
  padding-bottom: 8px;
}

.user-img {
  min-height: 230px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.background-image {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.masjid-img-icon {
  bottom: -25px;
  left: 130px;
}

.explore-icon {
  z-index: 1000;
}

.masjid-detail-div-image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.decrease-btn {
  top: 32px;
  left: 0px;
  cursor: pointer;
}

.increase-btn {
  top: 32px;
  right: 0px;
  cursor: pointer;
}

.angle-decrease-btn {
  top: 32px;
  left: 0px;
  cursor: pointer;
}

.angle-increase-btn {
  top: 32px;
  right: 0px;
  cursor: pointer;
}

.space-available input:checked + .space-text {
  color: #ee7533;
}

.library-available input:checked + .library-text {
  color: #ee7533;
}

.library-text,
.space-text {
  cursor: pointer;
}

[type=file] {
  color: black;
}

[type=file]::-webkit-file-upload-button {
  background: #e3e3e3;
  border-radius: 10px;
  color: black;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  padding: 13px 33px;
  text-transform: capitalize;
  border: none !important;
}

.table td {
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}

hr {
  border: 1px dashed grey;
}

.select-month input {
  display: none;
}
.select-month span {
  padding: 20px 80px;
  cursor: pointer;
  display: inline-block;
}
.select-month input[type=radio]:checked ~ span {
  background-color: #ff6d1c;
  color: #fff;
}

.table-selector {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.table-selector:focus {
  outline: none !important;
}

.audio-explorer-div {
  top: 28px !important;
  right: 30px !important;
}

.video-play-icon {
  z-index: 1 !important;
}

.play-video-modal video {
  max-height: 450px !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}/*# sourceMappingURL=style.css.map */