@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");
@import url("root.css");
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
}

.modal{
  left: 50% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
}


.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.profileIcon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}
.profileIconText {
  color: var(--black);
  font-family: Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.profileIconLogout {
  color: var(--sideBarBackground);
  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom-dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* Sidebar*/

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 48px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: var(--sideBarBackground);
  border-radius: 0px 20px 20px 0px;
}

.sidebarlinkColor {
  color: var(--secondary);
}
.sidebar .nav-link.active {
  color: var(--sideBarBackground) !important;
  background-color: var(--secondary);
  border-radius: 16px;
}

.profileTextClass {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 12px;
}
.profileTextlogout {
  display: flex;
  justify-content: end;
  margin-top: 16px;
}
.heading-24-600-div {
  color: var(--black);

  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.heading-20-500-div {
  color: var(--black);

  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.heading-15-400-div {
  color: var(--Gray);

  font-family: "Jost";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.heading-24-700-div {
  color: var(--black);

  font-family: "Jost";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.heading-24-400-div {
  color: #fff;

  font-family: Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--secondary);
  border-radius: 12px;
  background: var(--sideBarBackground) !important;
  border: none !important;
  width: 128px;
  height: 44px;
  flex-shrink: 0;
}
.nav-pills .nav-link:focus {
  outline: none !important; /* Removes default outline */
  border: none !important;
  box-shadow: none !important; /* Remove any box shadow on focus */
}
/* Check and modify CSS specificity */
.special-last {
  color: var(--secondary);
  border-radius: 12px;
  background: var(--secondary) !important;
  border: none !important;
  width: 30px;
  height: 44px;
  flex-shrink: 0;
}
.special-last.active {
  color: var(--secondary);
  border-radius: 12px;
  background: var(--sideBarBackground) !important;
  border: none !important;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.special-lastLi {
  border-radius: 12px;
  background: var(--secondary) !important;
  box-shadow: var(--black);
  /* Other styles specific to the last link within each .nav-pills */
}
.special-last:focus {
  outline: none !important; /* Removes default outline */
  border: none !important;
  box-shadow: none !important;
}

.nav-pills .nav-link {
  border-radius: 12px !important;
  background: var(--secondary) !important;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  width: 120px;
  height: 44px;
  flex-shrink: 0;
}
.pillsPadding {
  /* padding-right: 1%; */
  padding-bottom: 12px;
}
.dashBoardPaddingTop {
  padding-top: 18px;
}
.buttonClass {
  width: 183px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--sideBarBackground);
  color: var(--secondary);
  border: none;

  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
hr.new1 {
  border-top: 2px solid #f5f5f5;
  opacity: 0.8;
}
.custom-main-content {
  /* Adjust width or any other styles as needed */
  padding-left: 10px; /* Example: Add left padding */
  width: 100%; /* Calculate width, subtract sidebar width */
  /* Other styles */
}
.modal-close-button {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border: none;
  background-color: var(--secondary);
}
.modal-close-button:focus {
  outline: none !important; /* Removes default outline */
  border: none !important;
  box-shadow: none !important;
}
.adhanHeading {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.buttonClass {
  width: 183px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--sideBarBackground);
  color: var(--secondary);
  border: none;
}
.modal-content-namaz-sizing {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 17px !important;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1) !important;
  outline: 0;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 24px;
  padding-bottom: 30px;
}
.modal-dimensions {
  width: 450px;
  height: 464px;
}
.modal-dimensions-namaz-sizing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-header-namaz-time {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border: none !important;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-footer-namaz-time {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center !important;
  padding: 0.75rem;
  border: none !important;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-up-down-buttons {
  height: 12px !important;
  width: 12px !important;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adhanTimeAdjustor {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.increaseDecreaseTime {
  width: 64px;
  height: 57px;
  border: none;
  border-radius: 16px;
}
.increaseDecreaseTime:focus {
  outline: none !important; /* Removes default outline */
  border: none !important;
  box-shadow: none !important;
}
/* .inputAdhan {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  width: 204px;
  height: 57px;
  border: 1px solid var(--Gray) !important;
  border-radius: 16px;
} */
.hourFormat {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.hourFormatButton {
  background-color: var(--secondary);
  border: none;
}
.hourFormatButton:focus {
  outline: none !important; /* Removes default outline */
  border: none !important;
  box-shadow: none !important;
}
.colonSeparate {
  width: 8px;
  height: 35px;
}
.adhanTime {
  width: 31px;
  height: 35px;
  /* align-items: center; */
  border: none;
}
.adhanTime:focus {
  outline: none !important; /* Removes default outline */
  border: none !important;
  box-shadow: none !important;
}
.modal-body-namaz-timing {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.modal-button {
  width: 194px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
}
.modal-button:focus {
  outline: none !important; /* Removes default outline */
  border: none !important;
  box-shadow: none !important;
}
.namaz-note-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.namaz-note {
  color: var(--Gray);
  font-family: "Jost";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.heading-15-400-div-button {
  color: var(--secondary);
  font-family: "Jost";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*Navbar*/
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.heading-14-600-div-note {
  color: var(--black);
  font-family: "Jost";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.heading-14-400-div-note {
  color: var(--gray);
  font-family: "Jost";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.heading-20-400-div-button {
  color: var(--secondary);
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.heading-16-400-div {
  color: var(--Gray);
  font-family: "Jost";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.inputAdhan.active {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  width: 204px;
  height: 57px;
  border: 1px solid var(--Gray) !important;
  border-radius: 16px;
}
.inputAdhan {
  display: none;
}

.inputAdhanTime {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  width: 204px;
  height: 57px;
  border: 1px solid var(--Gray) !important;
  border-radius: 16px;
}

/* new classes */

.ui-widget-header {
  border: none !important;
  background: var(--secondary) !important;
  color: var(--black) !important;
  font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none !important;
  background: var(--secondary) !important;
  font-weight: normal;
  color: var(--black) !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none !important;
  background: var(--sideBarBackground) !important;
  color: var(--secondary) !important;
  border-radius: 100px !important;
}
.ui-datepicker {
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
  position: absolute;
  /* top: 212.5px; */
  /* left: 1000px !important; */
  z-index: 1;
  display: block;
  width: 338px !important;
  border-radius: 12px !important;
  height: 338px !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center !important;
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  height: 300px !important;
}
.ui-datepicker-calendar .ui-state-active {
  background: var(--sideBarBackground) !important;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #d6e4be;
  color: #000;
}

/* side card css */

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap");

body {
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

#card {
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* background: #ffffff; */
  border-radius: 8px;
}

#avatar {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

#info {
  width: 50%;
  height: 100%;
  margin: 0 26px;
  display: flex;
  flex-direction: column;
}

#name {
  color: #3797cc;

  font-family: Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 12px;
}

#activity {
  color: #282828;

  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#stats {
  color: #8198a4;

  font-family: Jost;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.stats-text {
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.stats-text svg {
  fill: #5b5b5b;
  width: 20px;
  height: 20px;
}

.stats-text span {
  color: #000000;
  font-weight: 800;
  margin: 0 5px;
}

#btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: calc(100% - 20px);
  margin: 0;
  padding: 10px;
  background: #0501f6;
  border-radius: 8px;
  cursor: pointer;
}

#btn:hover {
  background: #2a26ff;
}
.custom-btn-color {
  background-color: #ffcc00; /* Replace with your custom color */
  color: var(--sideBarBackground) !important; /* Text color */

  font-family: "Jost" !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-decoration: none !important;
  padding: 0px !important;
}
/* small card css */
.heading-14-500-div {
  color: #282828;

  font-family: "Jost" !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
.heading-10-400-div {
  color: #8198a4 !important;

  font-family: "Jost" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.card {
  height: 380px !important;
  width: 305px !important;
  border-top-left-radius: 12px !important; /* Top-left corner radius */
  border-top-right-radius: 12px !important;
}
/* Event modal screen css */
.eventModal {
  /* width: 1067px !important; */
  height: auto !important;
}
.modalAuto {
  position: relative;
  width: auto;
  margin: 45px 0px 0px 150px !important;
  pointer-events: none;
}
/* text box css */

.textbox {
  height: 50px;
  border-radius: 16px !important;
}
.textboxbetweenpad {
  padding-bottom: 12px;
}
.note-toolbar {
  padding: 10px 5px;
  color: #333;
  background-color: #8198a4 !important;
  border-bottom: 1px solid;
  border-color: #ddd;
  border-top-left-radius: 17px !important;
  border-top-right-radius: 17px !important;
}
.note-editor.note-airframe,
.note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 17px !important;
}
.heading-24-500 {
  color: #8198a4;

  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.heading-24-600 {
  color: #282828;

  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.switchcss {
  width: 64px !important;
  height: 28px !important;
}

/* Small Card CSS */
.heading-14-500-div {
  color: #282828;
  font-family: "Jost" !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
.heading-10-400-div {
  color: #8198A4 !important;
  font-family: "Jost" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
.card {
  height: 380px !important;
  width: 305px !important;
  border-top-left-radius: 12px !important; /* Top-left corner radius */
  border-top-right-radius: 12px !important;
}
.home-add-ons-card {
  width: 322px !important;
  height: 425px !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  /* border-radius: 10px !important; */
  /* box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.06); */
}
.heading-14-500 {
  color: var(--black);
  font-family: "Jost";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sub-heading {
  width: 292px;
  height: 55px;
  padding-top: 8px;
}
.heading-10-400 {
  color: var(--Gray);
  font-family: "Jost";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.heading-10-400-div-black {
  color: var(--black);
  font-family: "Jost";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.heading-14-600-div-donate {
  color: var(--buttonBackground);
  font-family: "Jost";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: var(--secondary);
  border: none;
}
.image-card-add-on {
  width: 340px;
  height: 139px;
}
.heading-spacing-payid {
  padding-top: 13px;
}
.tap-to-pay {
  padding-top: 10px;
}
.heading-spacing-jaza {
  padding-top: 17px;
}
.slide-close-button-card {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border: none;
  position: absolute;
  left: 285px;
  top: 6px;
  cursor: pointer;
}
.image-size-slide-new {
  width: 305px;
  height: 148px;
  border: none !important;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.fixed-height-title {
  margin-bottom: 10px; /* Adjust margin as needed */
  height: 20px; /* Set the desired height for the title */
  overflow: hidden;
}
.fixed-height-text {
  margin-bottom: 20px; /* Adjust margin as needed */
  height: 70px; /* Set the desired height for the text */
  overflow: hidden;
}

/* Screen slide Css */
.heading-16-400-div {
  color: var(--Gray);
  font-family: "Jost";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.inputAdhan.active {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  width: 204px;
  height: 57px;
  border: 1px solid var(--Gray) !important;
  border-radius: 16px;
}

.inputAdhan {
  display: none;
}

.card-image {
  width: 124.32px !important;
  height: 112px !important;
  border: none !important;
  border-radius: 8px !important;
  margin-right: 12.44px;
  margin-bottom: 123px;
}

.heading-24-600-div-SlideScreen {
  color: var(--Gray);
  font-family: "Jost";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.padding-SlideScreen {
  padding-top: 48px;
  padding-bottom: 28px;
}

.new-image {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0px 0px 14px 0px rgba(55, 151, 204, 0.1);
}

.add-slide-text {
  color: var(--buttonBackground);
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.plus-icon-40-400 {
  color: var(--buttonBackground);
  font-family: "Jost";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.screen-slides {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.screen-close {
  padding-left: 85px;
}

.slide-modal {
  margin-top: 66px !important;
  margin-left: 198px !important;
  margin-right: 154px !important;
  margin-bottom: 52px !important;
}

.slide-modal-dimensions {
  width: 1088px !important;
  height: auto !important;
}

.upload-image {
  width: 490px;
  height: 333px;
  background-color: var(--uploadImageBackground);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  border-radius: 24px;
  margin-top: 52px;
  margin-bottom: 57px;
  cursor: pointer;
}

.heading-24-500-div-image-slide {
  color: var(--Gray);
  font-family: "Jost";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 8px;
}

.heading-20-400-div-image-slide {
  color: var(--Gray);
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-footer-add-slide {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end !important;
  padding: 0.75rem;
  border: none !important;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.heading-20-500-div-new-slide-button {
  color: var(--secondary);
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.templates-slides {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: none;
}

.image-size-slide-template {
  width: 220px;
  height: 183px;
  margin-right: 25px;
  margin-bottom: 43px;
  border-radius: 16px;
}

.templates-slides-name {
  margin-top: 28px;
  margin-bottom: 6px;
}

.image-size-slide {
  width: 124px;
  height: 112px;
  border-radius: 8px;
}

.slide-close-button {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border: none;
  position: absolute;
  left: 96px;
  top: 2px;
  cursor: pointer;
}

.new-slide-add {
  background-color: var(--secondary);
  border: none !important;
}

/* Login CSS */
.login-background {
  /* width: 1440px !important;
  height: 1024px !important; */
  background-image: url("/Vector.png");
  background-size: cover;
}
.loginDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 537px;
  height: 500px;
  /* width: 637px;
  height: 771px; */
  border-radius: 30px !important;
  color: #3797cc;
  background-color: var(--secondary);
  margin-top: 8%;
  /* margin-left: 100px; */
}
.image-size-login {
  width: 282px;
  height: 64px;
}
.heading-20-400-div-login {
  color: var(--black);
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.heading-16-500-div {
  color: var(--Gray);
  font-family: "Jost";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sign-in-button {
  width: 445px;
  height: 44px;
  /* margin-bottom: 4%; */
  border: none;
  border-radius: 16px;
  background-color: var(--buttonBackground);
  color: var(--secondary);
  cursor: pointer;
}
.email-box {
  width: 430px;
  height: 46px;
  border: 1px solid #8198a4;
  backdrop-filter: blur(7.5px);
  border-radius: 16px;
}

.password-box {
  width: 400px;
  height: 46px;
  border: 0px solid #8198a4;
  backdrop-filter: blur(7.5px);
  border-radius: 16px;
  padding-left: 12px;
    border-right: none;
    /* background-color: white !important; */
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.password-icon{
  display: flex;
  flex-direction: row;
  border: 1px solid #8198a4;
  border-radius: 16px;
}

.input-group{
  padding-left:5px;
  padding-top:17px;
}

.logo-login {
  /* position: absolute; */
  top: 6%;
  right: 50%;
  left: 44%;
  width: 159px;
  height: 159px;
}
.logo-app {
  background-color: var(--secondary);
  padding-bottom: 80px;
}
.taqwa-app-logo {
  margin-top: 29px;
  margin-bottom: 6px;
}
.email-pass-style {
  margin-top: 10px;
  /* margin-bottom: 12px; */
}
.forgot-pass {
  align-self: flex-end;
  /* margin-right: 55px; */
  margin-top: 27px;
  margin-bottom: 2%;
}
.mid-logo {
  margin-top: 22px;
}
.heading-20-400-div-image-slide {
  color: var(--Gray);
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.email-pass-style-forgot {
  margin-top: 5px;
  margin-bottom: 20%;
}
.logo-new-masjid {
  margin-bottom: 25px;
}

.forgot-screen {
  margin-bottom: 10%;
}
.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}
.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

.resend {
  font-size: 12px;
}

.footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: black;
  font-size: 12px;
  text-align: right;
  font-family: monospace;
}

.footer a {
  color: black;
  text-decoration: none;
}

.email-pass-style-otp {
  margin-top: 5px;
  margin-bottom: 12%;
}

.logoutbtn{
 background-color: var(--secondary);
 border: none !important;
}

button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* forgot password */
.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}
.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

.resend {
  font-size: 12px;
}

.footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: black;
  font-size: 12px;
  text-align: right;
  font-family: monospace;
}

.footer a {
  color: black;
  text-decoration: none;
}

.otp-screen {
  margin-bottom: 2%;
}

.email-pass-style-otp {
  margin-top: 5px;
  margin-bottom: 12%;
}
/* Notification */
.notification-tag {
  position: relative;
  left: 77%;
  top: 25%;
  padding: 16px;
  color: #038D11;
  background-color: ffffff;
  /* border: 1px solid var(--sideBarBackground); */
  width: 25% !important;
  height: 60px;
  /* border-radius: 10px; */
  border-left: 10px solid #038D11;
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
}
.notification-tag-error {
  position: relative;
  left: 77%;
  top: 25%;
  padding: 16px;
  color: #fc1008;
  background-color: ffffff;
  /* border: 1px solid var(--sideBarBackground); */
  width: 25% !important;
  height: 60px;
  /* border-radius: 10px; */
  border-left: 10px solid #fc1008;
  box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.75);
}
.pac-container{
  z-index: 999999 !important;
  position: absolute !important;
  padding: 15px !important;
}

.hijri-date-card-list-item-filter{
border-radius: 12px;
background: #FFF;
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
padding: 10px 18px 0px 18px;
}
.hijri-date-card-list-item-filter:not(:last-child){
  margin-bottom: 24px;
}


.hijri-date-card-list-item{
  border-radius: 12px;
background: #FFF;
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
padding: 21px 18px 22px 18px;
}
.hijri-date-card-list-item:not(:last-child){
  margin-bottom: 24px;
}
.hijri-date-card-item-header-title{
  color: #282828;
  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 13px;
}
.hijri-date-card-item-body{
  border-radius: 12px;
background: #8198A4;
padding: 9px 23px;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
}
.hijri-date-card-item-body > div {
  color: #FFF;
font-family: Jost;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.primary-button{
  border-radius: 12px !important;
  background: #3797CC !important;
  width: 100%;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.primary-btn-content{
  color: #FFF;
font-family: Jost;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.secondary-btn-content{
  color: #282828;
  font-family: Jost;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.btn-content-bold{
  font-weight: 700;
}

.secondary-button{
  border-radius: 12px !important;
  background: #DCEEFA !important;
  width: 100%;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

/* new css */
.eventModalButton {
  width: 100%;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--uploadImageBackground);
  color: var(--black);
  border: none;
}
.eventModalButton.active {
  width: 100%;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--sideBarBackground);
  color: var(--secondary);
  border: none;
}
.daysButtonDiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3%;
}
.daysButton {
  width: 100%;
}
.eventDaysButton {
  width: 90%;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--uploadImageBackground);
  color: var(--black);
  border: none;
}
.eventDaysButton.active {
  width: 90%;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--sideBarBackground);
  color: var(--secondary);
  border: none;
}