* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
  box-sizing: border-box;
}


html {
  overflow-x: hidden;
}

.nav-link:focus,
.nav-link:hover {
  color: #42579a;
}

footer .footer-bottom {
  display: none !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  background: #fdfdfd !important;
  color: #707f8c;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Roboto", sans-serif !important;
}

.form-control:focus {
  border-color: #D1DFEF;
  outline: 0;
  box-shadow: none;
}

.nav-link {
  color: #51565a;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

#wrapper {
  display: flex;
  flex-wrap: wrap;
}

#content-wrapper {
  width: 100%
}

.all-footers-cover {
  flex-basis: 100%;
}

a {
  text-decoration: none;
  font-family: "Roboto", sans-serif !important;
}

.sidebar {
  background-color: #fff;
  min-height: 100%;
  min-width: 250px;
  border-right: 1px solid #ededed;
  height: calc(100vh - 60px);
  /*28-10-2025 changed here sidebar also scrolls when page scroll */
  /* height: 100% !important; */
  position: fixed;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.3s;
}

.sidebar .navbar-nav {
  padding-bottom: 60px !important;
  overflow: auto !important;
  padding: 4px;
  height: calc(100% - 200px);
}

.sidebar-brand {
  text-align: left;
  margin-bottom: 10px;
  display: block;
}

.sidebar-brand img {
  padding: 5px 20px;
  width: 210px;
}

.sidebar .nav-link {
  color: #405159;
  font-size: 14px;
  padding: 10px 6px !important;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0;
  text-decoration: none !important;
  border-radius: 12px;
  transition: 0.3s;
}

.sidebar .nav-link:hover {
  color: #42579a;
}

.sidebar .nav-item {
  list-style: none;
  padding: 0px;
  margin: 1px 0;
  border-radius: 12px;
  transition: 0.3s;
  margin-bottom: 1px !important;
}

.sidebar .sub-menu .nav-item {
  padding: 0;
  margin: 0;
}

.sidebar .nav-item:hover .nav-link {
  background-color: #ebebeb;
  text-decoration: none !important;
}

.sidebar .nav-item.active .nav-link {
  color: #fff;
  background: #405159;
}

.sidebar .nav-item .nav-link+.collapse .sub-menu .nav-link:hover,
.sidebar .nav-item .sub-menu .nav-item.active .nav-link {
  background-color: #405159 !important;
  text-decoration: none !important;
  color: #fff !important;
  padding-left: 10px !important;
  padding-right: 6px !important;
}

.sidebar .nav-item:has(.sub-menu .nav-item):hover,
.sidebar .nav-item:has(.sub-menu .nav-item:hover),
.sidebar .nav-item:has(.sub-menu .nav-item.active) {
  background-color: #ebebeb !important;
}

.sidebar .nav-item .nav-link svg {
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}

.sidebar .nav-item.active .nav-link path,
.sidebar .nav-item:hover .nav-link path {
  fill: #fff;
}

.sidebar-image {
  padding: 0px 0px;
  padding-top: 10px;
}

.logout-btn {
  color: #51565a;
  text-decoration: none;
  border: 1px solid #51565a;
  padding: 10px 20px;
  display: block;
  border-radius: 8px;
}

.sidebar.hide {
  min-width: 0px !important;
  transition: all ease-in-out 0.3s !important;
  display: none !important;
}

.sidebar.hide .navbar-nav,
.sidebar.hide .sidebar-logout {
  visibility: hidden;
  transition: all ease-in-out 0.1s;
}

.sidebar-logout {
  /* position: fixed; */
  background-color: #fff;
  padding: 20px;
  left: 0;
  bottom: 0;
  width: 250px;
}

.menu-toggle {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
  width: 25px;
  height: 25px;
  margin-top: 10px !important;
  margin-left: -10px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  position: fixed;
  top: 55px;
  z-index: 9;
}

.menu-toggle.toggled-on img {
  transform: rotate(-180deg);
  transition: all ease-in-out 0.6s;
}

.menu-toggle.toggled-on {
  margin-left: 0px;
}

.svgIcon {
  vertical-align: middle;
  margin-right: 5px;
}

.topbar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
}

.topbar .main-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.breadcrumbs-title {
  color: #6E7079;
  font-size: 12px;
  margin: 0px;
  padding: 5px 15px;
}

.topbar .navbar {
  border-bottom: 1px solid rgba(85, 85, 85, 0.1);
  padding: 5px 15px;
}

.img-profile {
  width: 30px;
  height: 30px;
}

.user-dropdown {
  background-color: #51565a;
  border-radius: 8px;
  margin: 0px 15px;
  padding: 6px 15px;
  display: block;
}

.usertoggle {
  display: flex !important;
  align-items: center;
}

.user-dropdown .navbar-expand .navbar-nav .nav-link {
  padding: 0;
}

.topbar .navbar-nav {
  align-items: center;
}

.user-dropdown .nav-link .user-name {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.notification {
  position: relative;
}

.count {
  background-color: #51565a;
  width: 16px;
  height: 16px;
  position: absolute;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 2px;
  right: 0px;
}

.topbar .notification {
  color: #51565a;
  font-size: 20px;
}

.addButton,
.btn-primary {
  background: #405159 !important;
  color: #fff !important;
  font-size: 15px !important;
  border: none !important;

  padding: 5px 15px !important;
}

.btn:hover {
  background: #2967a5;
  color: #fff;
}

.btn-secondary {

  background: #fff !important;
  color: #51565a !important;
  border: 1px solid #51565a !important;
  font-size: 15px !important;
  padding: 5px 5px !important;
}

.btn-secondary:hover {
  background: rgb(219, 219, 219) !important;
  color: #333 !important;
}

.subtitle {
  color: #777;
  margin-bottom: 0;
}

.rectangle-btn {
  border-radius: 4px !important;
}

/* home page style  */
.home-page,
.profile-page,
.organizations-page,
.event-page {
  padding: 0;
}

.card {
  border-radius: 10px !important;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #fff !important;
  border: inherit !important;
}

.refer-card:hover {
  background: #51565a !important;
  color: #fff !important;
  transition: all ease-in-out 0.2s;
}

.refer-card p {
  font-size: 16px;
  color: #000;
}

.refer-card:hover p {
  color: #fff;
}

a {
  text-decoration: none !important;
}

.refer-card .card-body {
  background-color: inherit !important;
  border-radius: 10px !important;
}

.refer-card:hover button,
.refer-card button:hover {
  background-color: #fff !important;
  color: #51565a !important;
}

.card-list .card {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-list .card-title {
  margin-bottom: .5rem;
  color: #51565a;
  font-size: 32px;
}

.card-list .card-body {
  flex: inherit;
}

.card-list p {
  color: #777;
  margin-bottom: 0px;
  font-size: 13px;
}

.card-list .card-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.card-list .card-text.highlight-text {
  color: #37A924;
}

.card-list {
  margin-bottom: 20px;
}

.table-head {
  background-color: #51565a;
  color: #fff;
}

.table-head th {
  font-size: 16px;
  font-weight: 500;
}

.icon-img {
  background-color: #51565a;
  border-radius: 8px;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.card-header {
  background-color: transparent !important;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}

.card-header h5 {
  margin-bottom: 0px;
  font-size: 18px;
}

.btn-filter,
.btn-filter:hover {
  background-color: #93AA17 !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 13px !important;
}

.btn-filter img {
  margin-right: 5px;
}

.filter-count {
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 25px;
  display: inline-block;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  margin-left: 15px;
}

.d-arrow {
  margin-left: 30px;
}

.event-card {
  display: flex;
  margin-bottom: 15px;
}

.event-img {
  width: 85px;
  height: 85px;
  margin-right: 15px;
  box-shadow: 0px 0px 6px -2px #c5bdbd;
  background-color: #ffffff;
  border-radius: 14px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.card-details h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.card-details p {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-bottom: 7px;
}

.card-details p img {
  margin-right: 5px;
}

.upcoming-event .card-body,
.popular-card .card-body {
  padding-bottom: 0px;
}

.popular-card .event-card {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/* profile page  */
.profile-page .card {
  border-radius: 0px;
}

.profileicon {
  margin-bottom: 0px;
  width: 140px;
  height: 140px;
  border-radius: 100px;
  position: relative;
}

.upload-profile {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
  padding: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  bottom: 6px;
  right: 0;
}

.form-title {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px 10px;
}

.form-title h6 {
  font-size: 18px;
  font-weight: 600;
}

.form-title h6 img {
  margin-right: 10px;
  vertical-align: middle;
}

.form-title a {
  color: #51565a;
  font-size: 16px;
  font-weight: 500;
}

.col-form-label {
  font-size: 15px;
  font-weight: 600;
  text-align: left !important;
}

.form-control {
  font-size: 14px;
}

.form-select:disabled,
.form-control:disabled,
.form-control[readonly] {
  background-color: #F1F1F1;
}

/* for mobile menu */

.burger-menu {
  font-size: 0;
  background: none;
  border: none;
  width: 30px;
  height: 25px;
  position: relative;
  margin-right: 10px;
  display: none;
}

.burger-menu,
.burger-menu:before,
.burger-menu:after {
  border-top: 3px solid #2c6eb0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.burger-menu:before,
.burger-menu:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
}

.burger-menu:before {
  top: 7px;
}

.burger-menu:after {
  top: 17px;
}

.burger-menu.toggled-on {
  border-top-color: transparent;
}

.burger-menu.toggled-on:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}

.burger-menu.toggled-on:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
}

.left-content {
  display: flex;
}

/*Event Registion*/

.campaign-top-head {
  border-bottom: 2px solid #ddd;
}

.nav-tabs .nav-link {
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #495057 !important;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
  color: #51565a !important;
}

/* Register Button Styling */
#registerButton {
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #0d6efd;
  color: white;
  border: none;
}

#registerButton:hover {
  background-color: #0a58ca;
  color: white;
}

.card {
  border-radius: 10px;
  margin-top: 10px;
}

.card-body {
  padding: 15px;
}

.chip {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 25px;
  cursor: pointer;
}

.chip:hover {
  background-color: #e0e0e0;
}

.input-amount {
  padding: 10px;
  text-align: right;
}

.btn-outline-primary {
  border-color: #51565a;
}

.btn-primary {
  background-color: #51565a;
  border-color: #51565a;
}

.btn-primary a,
.btn-primary:focus a {
  text-decoration: none !important;
}

.btn-primary:focus {
  box-shadow: none;
}

/*Event card*/
/* Make the cards uniform in height */
.card.program-card {
  min-height: 350px;
  /* Minimum height for the card */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  height: 200px;
  /* Ensure the image has a fixed height */
  object-fit: contain;
  /* Crop the image to fit the container */
}

.card-body {
  flex-grow: 1;
  /* Allow the body content to take up the remaining space */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title,
.card-text {
  margin-bottom: 10px;
  /* Spacing between title and text */
}

/* Add styling for the footer */
.program-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Optional: Styling for the buttons in the footer */
.program-footer button {
  font-size: 14px;
}

.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* responsive  style */

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 991px) {

  .sidebar {
    background-color: #fff;
    min-height: 100%;
    width: 100%;
    border-right: 1px solid #EDEDED;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    display: none;
  }

  .menu-toggle {
    display: none;
  }

  .sidebar-logout {
    position: relative;
  }

  .menu-toggle {
    visibility: visible;
  }

  .show {
    display: inline-block;
  }

  .burger-menu {
    display: block;
  }

  .sidebar.menu-show {
    display: block;
  }
}

.topbar .main-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

/* notifica tion Page */
.notification-card .card {
  display: flex;
  flex-direction: row;
  padding: 16px 24px;
  border-radius: 12px;
  border-bottom: 1px solid#acacac;
  margin-bottom: 10px;
}

.notifications-page ul {
  padding-left: 0;
}

.notifications-page .notification-thumnils {
  height: 48px;
  width: 48px;
  background-color: #d7e4f1;
  padding: 10px;
  border-radius: 25px;
  margin: 0px 15px 0px 0px;
}

.notifications-page .notification-details h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 5px 0px 2px;
}

.notifications-page .notification-details p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #6e7079;
}

.notification-popup .dropdown-menu {
  min-width: 380px !important;
  max-width: 390px;
  overflow: auto;
  padding: 0;
}

.notification-popup .dropdown-menu[data-bs-popper] {
  right: 0 !important;
  left: inherit !important;
}

.notification-popup .dropdown-menu ul {
  padding-left: 0;
}

.notification-popup .dropdown-menu .card ul li {
  border-bottom: 1px solid #d7d7d7;
  padding: 5px 15px;
  list-style: none;
}

.notification-popup .notification-details h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}

.notification-popup .notification-details p {
  color: #717171;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0px;
}

.notification-popup li .notification-thumnils {
  height: 40px;
  width: 40px;
  background-color: #d7e4f1;
  border-radius: 25px;
  padding: 7px;
  display: block;
}

.notification-popup .card {
  padding: 0;
  display: flex;
  margin-bottom: 0;
  border: none;
}

.notification-popup .card-header {
  padding-top: 15px;
}

.notification-popup .card-body {
  padding: 0px;
}

.notification-popup .card-footer {
  text-align: center;
  padding: 2px;
}

.notification-popup .card-footer a {
  font-size: 12px;
  font-weight: 600;
  color: #51565a;
}

/* responsive  style */

@media only screen and (max-width: 767px) {
  .notification-card .card {
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar {
    background-color: #fff;
    min-height: 100%;
    width: 100%;
    border-right: 1px solid #ededed;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    display: none;
  }

  .menu-toggle {
    display: none;
  }

  .sidebar-logout {
    position: relative;
  }

  .menu-toggle {
    visibility: visible;
  }

  .show {
    display: inline-block;
  }

  .burger-menu {
    display: block;
  }

  .sidebar.menu-show {
    display: block;
  }
}

/* Donation page css */

.innerCard {
  border: 1px solid #efeaea !important;
  border-radius: 14px !important;
  padding: 10px !important;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075) !important;
  margin-bottom: 5px !important;
}

.innerCard .card-body .card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin: 10px 0px 10px;
}

.innerCard .card-footer .btn {
  font-size: 11px;
  font-weight: 600;
  height: inherit;
}

.innerCard .card-body .card-text {
  display: flex;
  align-items: center;
}

.innerCard .card-body .card-text p {
  font-size: 12px;
  color: #000;
  line-height: 14px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.innerCard .card-body .status-active {
  color: #51b920;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

.innerCard .card-footer {
  background-color: #fff;
  border: none;
  padding: 10px 0px 0px;
}

.innerCard .card-body .progress-bar-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin: 5px 0px;
}

.innerCard .card-body .hight-light-text {
  color: #93aa17;
}

.innerCard .card-body .end-date {
  font-size: 12px;
  line-height: 15px;
  margin: 5px 0px 0px;
}

.innerCard .card-body .end-date span {
  color: #fb3e3e;
}

.chart {
  padding: 0px;
}

.pie-chart {
  position: relative;
  font-size: 2em;
  border-radius: 50%;
}

.pie-chart--donut:after {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  content: "";
}

.pie-chart__value {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  transform: translate(-50%, -50%);
  z-index: 1;
}

[data-chart="2"] .pie-chart {
  width: 250px;
  height: 250px;
  margin: 20px auto;
  background-color: #f2f2f2;
  background: conic-gradient(#ff33de 0deg, #ff33de 50deg, #f2f2f2 50deg);
  background: conic-gradient(#ff33de 0deg,
      #ff33de 50deg,
      #ffcc33 50deg,
      #ffcc33 120deg,
      #51565a 120deg);
  background: conic-gradient(#ff33de 0deg,
      #ff33de 50deg,
      #ffcc33 50deg,
      #ffcc33 120deg,
      #51565a 120deg,
      #51565a 220deg,
      #93aa17 220deg);
  background: conic-gradient(#ff33de 0deg,
      #ff33de 50deg,
      #ffcc33 50deg,
      #ffcc33 120deg,
      #51565a 120deg,
      #51565a 220deg,
      #93aa17 220deg,
      #93aa17 360deg);
}

[data-chart="2"] .pie-chart--donut:after {
  width: 160px;
  height: 160px;
}

.color-details {
  padding-left: 0;
  margin: 20px 0px 0px;
}

.color-details li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
}

.color-details li::before {
  content: "";
  margin-right: 5px;
  background: #51565a;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.color-details li:nth-child(2)::before {
  background: #ffcc33;
}

.color-details li:nth-child(3)::before {
  background: #93aa17;
}

.color-details li:nth-child(4)::before {
  background: #ff33de;
}

#testimonialslide {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 9px 2px rgb(210 204 204 / 35%);
}

#testimonialslide .carousel-control-next,
#testimonialslide .carousel-control-prev {
  align-items: end;
  width: 70%;
  bottom: 35px;
}

.responsive-quote {
  position: relative;
  margin: 15px 15px 0px;
  padding: 40px 50px 30px;
}

.responsive-quote::before {
  content: url("/quotation-pre.svg");
  position: absolute;
  top: 17px;
  left: 10px;
}

.responsive-quote::after {
  content: url("/quotation-post.svg");
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#testimonialslide .carousel-control-prev-icon {
  background-image: url("/arrow_left.svg");
}

#testimonialslide .carousel-control-next-icon {
  background-image: url("/arrow_right.svg");
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: inherit !important;
  opacity: 1;
}

#testimonialslide .carousel-control-next-icon,
#testimonialslide .carousel-control-prev-icon {
  height: 1rem;
}

.customer-deatails figure {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: inline-flex;
  border: 3px solid #51565a;
  border-radius: 50%;
}

.customer-deatails figure img {
  border-radius: 50%;
}

.customer-deatails h6 {
  font-size: 14px;
  color: #263238;
  margin-bottom: 0px;
}

.customer-deatails p {
  font-size: 12px;
  color: #263238;
}

.donation-page .progress {
  background-color: #d9d9d9;
  height: 10px;
  margin-top: 5px !important;
}

.donation-page .progress-bar {
  background-color: #93aa17;
}

.donation-page,
.organizations-page {
  display: grid;
}

.donation-slide .item,
.Subscriptions-slide .item {
  padding: 0px 5px;
}

.donation-page .sub-details {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.donation-page .sub-details strong {
  font-weight: 600;
  margin-left: 10px;
}

/* donation Now modal */

.donatNowModal .modal-header,
.donatNowModal .modal-footer {
  border: none;
}

.donatNowModal button {
  border-radius: 4px;
  height: 45px;
}

.donatNowModal .form-label {
  font-size: 16px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.donatNowModal .modal-content {
  padding: 15px;
}

.donatNowModal .card-list .card {
  border: 1px solid #b1b1b1;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 16%), 0 1px 2px rgba(0, 0, 0, 0.075);
  cursor: pointer;
  margin-bottom: 10px;
}

.donatNowModal .card-list .card:hover,
.donatNowModal .card-list .card.active {
  border: 1px solid #51565a !important;
}

.donatNowModal .card-list .card .card-title {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0px;
}

.donatNowModal .card-list .card .form-check-label {
  font-size: 14px;
}

.donatNowModal .hint-text {
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
}

.donatNowModal .form-check {
  min-width: 42%;
}

.btn {
  height: 35px;
  font-weight: 600;
}

.Subscriptions-slide .innerCard .card-footer .btn {
  width: 48%;
}

.Subscriptions-slide .innerCard .card-footer {
  background-color: #fff;
  border: none;
  padding: 10px 0px 0px;
  display: flex;
  justify-content: space-around;
}

/*owl-carousel  style  */

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
}

.owl-prev {
  font-size: 32px !important;
  width: 30px !important;
  border-radius: 4px;
  line-height: 1.2;
}

.owl-next {
  font-size: 32px !important;
  width: 30px !important;
  border-radius: 4px;
  line-height: 1.2;
}

/* carousel css */
.owl-dot {
  background-color: #b1d8fd !important;
  width: 10px;
  height: 10px;
  margin: 5px;
}

.owl-dot.active {
  background-color: #175998 !important;
}

.owl-carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
}

.owl-carousel .owl-stage {
  display: flex;
}

.item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.innerCard {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* END  Donation page css */

/*Start Event Page CS */

/* event details page  */

.event-image {
  margin-bottom: 0;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  background-color: aliceblue;
  line-height: 54px;
  text-align: center;
  margin-right: 15px;
}

.event-details .card-header h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.event-details .card-header p {
  font-size: 10px;
  font-weight: 400;
}

.event-details .user-info {
  padding-left: 15px;
  margin-bottom: 0px;
}

.event-details .user-info li {
  display: inline-block;
  margin-right: 15px;
}

.event-details .user-info li h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.event-details .user-info li h6 img {
  margin-right: 10px;
}

.event-details .aboutevent {
  margin-top: 30px;
}

.event-details .aboutevent h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.event-details .aboutevent p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.event-details .causes li {
  display: inline-block;
  margin: 15px 15px 0px 0px;
  text-align: center;
}

.event-details .causes li figure {
  margin: 0 auto;
  border-radius: 4px;
  background-color: #b1cae3;
  padding: 5px;
  margin-bottom: 10px;
}

.event-details .causes figcaption {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  width: 121px;
  margin-top: 15px;
}

.event-details .innerCard {
  margin: 10px 0px;
}

.event-details .innerCard .card-footer {
  padding-top: 0px;
}

/* inner details page */

.inner-event-details .banner-img {
  border-radius: 8px 8px 0px 0px;
}

.inner-event-details .event-data {
  margin-top: 10px;
}

.inner-event-details .event-data .title-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.inner-event-details .event-data .subheading {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}

.inner-event-details .inner-sec h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.inner-event-details .inner-sec {
  margin-top: 25px;
}

.inner-event-details .inner-sec h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.inner-event-details .inner-sec .creted-sub-head {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 0;
}

.inner-event-details .inner-sec .card-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.inner-sec .card-text h6 {
  font-size: 13.5px;
  font-weight: 500;
  margin-left: 10px;
  line-height: 16px;
  margin-bottom: 0;
}

.circle-card .percent {
  position: relative;
  margin-top: 10px;
}

.circle-card svg {
  height: 85px;
  width: 85px;
}

.circle-card svg circle {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 10;
  stroke-linecap: round;
}

.circle-card svg circle:last-of-type {
  stroke-dasharray: 512px;
  stroke-dashoffset: calc(512px - (512px * var(--percent)) / 100);
  stroke: #51565a;
}

.circle-card-details {
  margin-left: 10px;
}

.circle-card-details h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
}

.circle-card-details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

.inner-event-details .right-card,
.inner-event-details .contact-card {
  border: 1px solid #0000001f;
  padding: 15px;
  margin-bottom: 20px;
}

.inner-event-details .right-card .col-form-label {
  padding-top: 0px;
}

.inner-event-details .right-card h6 {
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
}

.seat-gold,
.seat-silver,
.seat-platinum,
.seat-public {
  font-size: 10px;
  color: #000;
  background: #ffcc33;
  border-radius: 100px;
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
}

.seat-silver {
  background: #dddddd;
  border: 1px solid #0000001f;
}

.seat-platinum {
  background: #ffab90;
}

.seat-public {
  background: #9d9d9d;
}

.inner-event-details .contact-card h4 {
  font-size: 18px;
  font-weight: 600px;
  line-height: 24px;
  margin-bottom: 15px;
}

.inner-event-details .contact-card .userName {
  margin: 0px 0px 0px 10px;
  font-size: 16px;
  font-weight: 500px;
  line-height: 24px;
}

.inner-event-details .contact-card .userimage {
  margin-bottom: 0px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
}

.inner-event-details .contact-card p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  margin: 10px 0px;
}

.inner-event-details .contact-card .contact-footer-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.inner-event-details .contact-card .contact-footer-btn .btn {
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  width: 45%;
  margin: 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-event-details .contact-card .contact-footer-btn .btn img {
  width: 15px;
  margin-right: 5px;
}

.socialMedia {
  display: flex;
  justify-content: space-around;
  padding-left: 0px !important;
}

.socialMedia li {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.socialMedia li img {
  display: block;
  margin: 0 auto;
}

.copylink {
  background-color: #ebf2f8;
  border-radius: 2px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}

.inner-event-details .contact-card .copylink p {
  font-size: 12px;
  margin: 0px 10px 0px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* event page css */

.double-card-slider .item {
  padding: 0px 5px;
  display: flex !important;
  align-items: stretch !important;
}

.double-card-slider .item .innerCard {
  margin: 10px 0px;
  display: inline-block;
  width: 100%;
}

.event-page .innerCard .event-status {
  margin: 5px 0px;
}

.event-page .innerCard .attend {
  color: #63A032;
}

.event-page .innerCard .cancelled {
  color: #A03232;
}

/*Discussions Boards pages */

.discussions-boards-page .innerCard .board-details {
  font-weight: 500;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  margin-bottom: 10px;
}

.double-card-slider .owl-item img.card-img-top {
  width: 100% !important;
}

.discussions-boards-page .feedback {
  margin-bottom: 5px;
}

.discussions-boards-page .feedback li {
  display: inline-block;
  margin-right: 15PX;
}

.discussions-boards-page .feedback li .card-text {
  align-items: center !important;
}

.discussions-boards-page .feedback li h6 {
  margin-bottom: 0px;
}

.discussions-boards-page .btn-outline {
  background: #fff;
  border: 1px solid #00000041;
  font-size: 15px;
  padding: 5px 15px;
  font-size: 11px;
}

/* report-analytics page style */
.report-analytics .select-filter {
  min-width: 150px;
  margin-left: 10px;
}

.report-analytics .card .col-form-label {
  text-align: start;
}

.report-analytics .card .form-control {
  color: #51565a;
}

/* responsive  style */

@media only screen and (max-width: 767px) {
  .notification-card .card {
    flex-direction: column;
  }

  .card-header {
    display: inline-block;
  }

  .card-header h5 {
    margin-bottom: 10px;
  }

  .home-page,
  .profile-page,
  .setting-page,
  .notifications-page,
  .donation-page,
  .organizations-page,
  .inner-event-details,
  .report-analytics {
    padding: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar {
    background-color: #fff;
    min-height: 100%;
    width: 100%;
    border-right: 1px solid #ededed;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    display: none;
  }

  .menu-toggle {
    display: none;
  }

  .sidebar-logout {
    position: relative;
    min-height: 240px;
  }

  .menu-toggle {
    visibility: visible;
  }

  .show {
    display: inline-block;
  }

  .burger-menu {
    display: block;
  }

  .sidebar.menu-show {
    display: block;
  }
}

/* End Event Page CSS */

.banner-container {
  position: relative;
  width: 100%;
  height: 421px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Footer box (floating effect but consistent spacing) */
.banner-footer {
  position: absolute;
  bottom: -20px;
  /* floats slightly over the bottom of the banner */
  width: 100%;
  text-align: center;
}

.banner-footer .footer-text {
  background: #fff;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.banner-footer h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* spacing between sections */
.card-list {
  margin-top: 20px;
  /* match spacing with events section */
}

.row {
  /* margin-top: 20px !important; */
  /* match spacing with events section */
}

.section-spacing {
  margin-top: 40px;
  /* same spacing as above */
}

/*  Orginati Page CSS */
.organizations-page .innerCard h6 {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

.organizations-page .innerCard .card-body .card-text {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.organizations-page .innerCard .card-body .chips-list {
  padding-left: 0;
}

.organizations-page .innerCard .card-body .chips-list li {
  list-style: none;
  display: inline-block;
  background-color: #d7d7d7;
  font-size: 10px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 100px;
  margin-right: 8px;
}

.organizations-page .innerCard h6.hight-light-text-blue {
  color: #51565a;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin: 0;
}

.filter-option {
  min-width: 280px !important;
  padding: 15px !important;
}

.filter-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.filter-head img {
  cursor: pointer;
}

.filter-option .form-label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

.filter-option .form-select,
.filter-option .form-control {
  font-size: 12px;
  font-weight: 500;
}

/*  ENd Orgina CSS */

.sub-menu {
  list-style: none;
  padding-left: 24px;
}

.sub-menu li a {
  display: block;
  padding: 0.5rem 0;
  color: #333;
  text-decoration: none;
}

.sub-menu li a:hover {
  color: #51565a;
}

.dropdown-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when submenu is open */
.nav-link[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}

/* Scroll Bar CSS */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2) !important;
  background-color: #F5F5F5 !important;
  border-radius: 8px !important;
}

::-webkit-scrollbar {
  width: 8px !important;
  background-color: #F5F5F5 !important;
}

::-webkit-scrollbar-thumb {
  background-color: #999 !important;
  border-radius: 8px !important;
}

/* ENd  Scroll Bar CSS */

a:not(.btn):hover {
  text-decoration: none !important;
}

/* scholars page css */
.scholaship-page .innerCard .card-footer {
  background-color: #fff;
  border: none;
  padding: 10px 0px;
}

.scholaship-page .innerCard h6.event-status {
  margin: 0px;
}

.scholaship-page .innerCard h6 span.hight-light-text-blue {
  color: #51565a;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin: 0;
}

.scholaship-page .innerCard h6 span.applyedBy {
  color: #B02626;
}

.scholaship-page .innerCard .card-status h6 {
  margin: 0px 0px 2px;
}

.scholaship-page .innerCard .card-status p {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  color: #666;
}

.scholaship-page .innerCard .card-status h6.accepted {
  color: #5EAC10;
}

.scholaship-page .innerCard .card-status h6.pending {
  color: #B79D15;
}

.scholaship-page .innerCard .card-status h6.rejected {
  color: #B71515;
}

/* scholars details page */
.scholars-details-page .inner-sec h6 span.applyedBy {
  color: #B02626;
}

.scholars-details-page .criteria-list li {
  margin-bottom: 5px;
  list-style: disc;
}

.scholars-details-page .criteria-list {
  padding-left: 15px;
}

.scholars-details-page .apply-btn {
  min-width: 180px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  height: 45px;
  margin: 10px 0px 20px;
}

#notificationSlide {
  padding-bottom: 30px;
}

#notificationSlide .carousel-control-next,
#notificationSlide .carousel-control-prev {
  align-items: end;
  width: 90%;
  bottom: 0px;
}

#notificationSlide h6 {
  font-size: 18px;
  line-height: 24px;
}

#notificationSlide .carousel-control-next-icon,
#notificationSlide .carousel-control-prev-icon {
  filter: invert(1) grayscale(100) !important;
}

#notificationSlide .carousel-control-next-icon,
#notificationSlide .carousel-control-prev-icon {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* responsive  style */

/* Styling for the Loader  -- Start*/
#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  /* semi-transparent white background */
  z-index: 9999;
  /* ensure the loader is on top of other elements */
  display: none;
  /* initially hidden */
}

.loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  /* Spin animation */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

@keyframes spin {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Styling for the Loader  -- End*/

.percentage {
  margin: 0px 0px 5px !important;
  white-space: nowrap !important;
}

.btn-applied {
  background: #93AA17 !important;
  color: #fff !important;
}

.fixed-footer {
  position: fixed;
  bottom: 15px;
}

.dottedlist li p {
  font-size: 14px !important;

}

#donationDetailModal .modal-body p {
  font-size: 14px !important;
}

#donationDetailModal .modal-header {
  padding: 0px 0px 10px !important;
}

#donationDetailModal .modal-body .title-heading {
  margin-bottom: 15px !important;
}

/*Calender Page */
.columnBlockLayout {
  margin: 0px !important;
  padding: 0px !important;
}

.wrapper-body {
  padding: 0 !important;
  background-color: #fff !important;
  width: 100%;
  max-width: 100% !important;
}

iframe>html>body {
  background-color: #fff !important;
}

.add-file {
  margin-right: 10px !important;
}

.add-folder {
  display: none !important;
}

.sharepoint-grid {
  padding: 0 !important;
}

.wrapper-body .section-title h3 {
  font-size: 20px !important;
  ;
  font-weight: 500 !important;
  ;
  padding: 0px 10px !important;
  ;
  margin: 10px 0px 5px !important;
  ;
}

.fileuploadbody {
  background-color: #fff !important;
}

.fileupload {
  border-radius: 10px !important;
}

.fileupload .modal-title {
  font-size: 20px;
  font-weight: 600;
}

.fileupload .modal-content {
  border-radius: 10px !important;
}

.fileupload .modal-title .fa {
  color: #51565a;
  margin-right: 10px;
}

.modal-add-file .modal-dialog {
  max-width: unset !important;
  margin: 0 !important;
}

.modal-add-file {
  background-color: #fff !important;
}

.modal-add-file .modal-dialog .modal-content .modal-header {
  display: none !important;
}

.modal-add-file .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.modal-add-file .modal-dialog .modal-content>.modal-footer {
  padding: 10px !important;
}

.cancel {
  background: #fff !important;
  color: #2967a5 !important;
  border: 1px solid #51565a !important;
  font-size: 15px !important;
  padding: 5px 15px !important;
  border-radius: 25px !important;
}

.modal-add-file input[type=checkbox],
.modal-add-file input[type=radio] {
  margin-right: 10px !important;
}

.modal-add-file .checkbox label,
.modal-add-file .radio label {
  font-size: 16px !important;
}

.crmEntityFormView .cell {
  padding: 0 0px 0px !important;
}

.fileupload .modal-body {
  padding: 0px !important;
}

.modal-add-file .modal-dialog .modal-content .modal-body {
  padding: 15px !important;
  min-height: 295px !important;
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
  border: none !important;
}

.sharepoint-pagination .pagination {
  margin: 0;
  justify-content: center;
}

.pagination>li>a,
.pagination>li>span {
  text-align: center;
  line-height: 18px;

}

.crmEntityFormView fieldset {
  margin-bottom: 0px !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
  background-color: #51565a !important;
  color: #fff !important;

}

.pagination .page-link {
  color: #51565a;
}

.modal-add-file input[type=checkbox],
.modal-add-file input[type=radio] {
  width: 15px;
  height: 15px;
}

.popular-card .event-card .already-join-btn {
  background-color: #838383 !important;
  opacity: 0.8;
  cursor: no-drop;
}


.upload-btn {
  border-radius: 4px !important;
  font-size: 15px !important;
  font-weight: 500;
}

.crmEntityFormView table.table td {
  padding: 8px 12px !important;
}

/* new css added from 6 oct 25 *********************************** */
.event-image-cc {
  /* height: 450px !important; */
  /* height: 305px !important; */
  /* padding: 10px;
  padding-top: 20px !important; */
  /* background-color: #efefef; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.event-image-cc .card-img-top {
  border-radius: 15px;

}

.card-img-top {
  /* height: 430px !important; */
  height: 285px !important;
  max-width: 100% !important;
  /* object-fit: cover !important; */
  object-fit: contain !important;
  object-position: top center;
}

.event-card-back-cc.program-card {
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important; */
  border-radius: 20px !important;
  background-color: #f7f7f7 !important;
  height: 100%;
  /*for all cards height same*/
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.event-card-back-cc {
  cursor: pointer;
}

.event-card-back-cc:hover {
  background-color: #f7f7f7 !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
  transform: scale(1.03);
  filter: drop-shadow(2px 6px 6px lightgrey) !important;
}

.event-card-back-cc:hover .card-img-top {
  filter: drop-shadow(0px 1px 2px rgba(60, 64, 67, 0.3));

  transition: all 0.5s ease;
}

.event-card-back-cc {
  transition: all 0.5s ease;
}

.custom-card-body-cc {
  background-color: transparent !important;
}

.program-footer-cc {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.reg-btn-cc {
  min-width: 125px !important;
  margin-bottom: 3px !important;
}

.view-btn-cc {
  min-width: 125px !important;
  margin-bottom: 3px !important;
}

.event-box-body-cc {
  position: relative;
}

.scroll-arrow-cc.left {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #51565a;
  color: white;
  border: none !important;

  position: absolute;
  z-index: 9;
  top: 35%;
  left: 0px;
}

.scroll-arrow-cc.right {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #51565a;
  color: white;
  border: none !important;

  position: absolute;
  z-index: 9;
  top: 35%;
  right: 0px;
}

/* check with image later now img not rendered  */
.sep-event-img-cc {
  max-width: 100% !important;
  max-height: 500px !important;
  object-fit: contain;
}

.sep-event-img-cover-cc {
  height: 500px;
  background-color: black;

  /* added for testing following style  */
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  border: 1px solid lightgrey;
}

.left-sep-event-img-cc {
  max-width: 95% !important;
  max-height: 400px !important;
  object-fit: contain !important;
  padding: 5px;
}

.event-left-img-cover-cc {
  max-width: 100% !important;
  /* max-width: 500px; */
  /* max-height: 410px !important;
  height: 410px; */
  /* object-fit: cover; */
  /* border: 1px solid rgb(217, 217, 217); */

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 15px;
}

.event-left-img-cover-cc img {border-radius:10px !important}

.card-title-cc {
  font-size: 28px !important;
  color: #222222;
}

.eve-content-status-cc .card-text-status {
  font-size: 16px !important;
  color: #51b920;
  font-weight: 600;

}

.event-desc-cover-cc {
  margin-top: 15px !important
}

.desc-cc {
  margin-bottom: 10px;
}

.eve-content-cost-cc .card-text-cost {
  font-size: 24px;
  font-weight: 600;
}

.campaign-top-head .nav-pills .nav-link.active,
.campaign-top-head .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #51565a !important;
  border-radius: 5px 5px 0 0;
}

.desc-cc {
  font-size: 15px !important;
  line-height: 23px !important;
}

.campaign-top-head {
  margin: 0 12px !important;
}

@media all and (max-width:991px) {
  .card-title-cc {
    margin-top: 10px
  }
}

.form-content-cc {
  margin-top: 5px;
}

.event-form-bottom-btn-cc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}

.event-add-comment-cc {
  /* display: flex; */
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.cost-cc-bold {
  font-weight: 600;
}

.btn-font-size {
  font-size: 14px !important;
  font-weight: 600 !important;
}


/* pathway home css OLD starts  ******************************/
/* Hero Banner */
.hero {
  background: url("https://images.pexels.com/photos/28688793/pexels-photo-28688793.jpeg") no-repeat center/cover;
  padding: 100px 20px;
  text-align: center;
  color: white;
  position: relative;
}

/* .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
} */

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
}

.hero h1 {
  font-size: 40px;
  margin-bottom: 12px;

}

/* .hero p {
  font-size: 18px;
  margin-bottom: 20px;
  color: white;
} */

.hero-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-buttons a {
  background: white;
  color: #111;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
}

.hero-buttons a:hover {
  background: var(--accent);
  color: white;
}

/* Overview */
.overview {
  max-width: 1100px;
  margin: 60px auto;
  text-align: center;
  padding: 0 20px;
}

.overview h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

.overview p {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 40px;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.overview-card {
  background: white;
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.overview-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.overview-card h3 {
  font-size: 18px;
  margin: 8px 0;
}

.overview-card p {
  font-size: 14px;
  color: var(--muted);
}

/* Video Section */
.video-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.video-wrapper {
  position: relative;
  padding: 56.25% 0 0 0;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FAQ */
.faq {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq h2 {
  text-align: center;
  margin-bottom: 24px;
}

details {
  background: white;
  border-radius: var(--radius);
  margin-bottom: 12px;
  padding: 14px 18px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
}

details summary {
  font-weight: 600;
  font-size: 16px;
  outline: none;
}

details[open] {
  background: #f9fafb;
}

details p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}

.overview {
  max-width: 1100px;
  margin: 60px auto;
  text-align: center;
  padding: 0 20px;
}

.overview h2 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #333;
}

.overview p {
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px 30px;
}

.overview-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.overview-card .icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  color: #f5b800;
  /* yellow-ish accent */
}

.overview-card h3 {
  font-size: 18px;
  margin: 6px 0;
  font-weight: 600;
  color: #222;
}

.overview-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

html {
  scroll-behavior: smooth;
}

.clscolor {
  font-size: 3rem;
  color: rgb(234, 177, 11);
}

/* path way home css old end  ***************************/

/* path way home css NEW Start  ***************************/
.pathway-page-section-cover {
  width: 99.9%;
  box-sizing: border-box;
}

.carousel-banner-img-cc {
  object-fit: cover;
  height: 400px;
  max-width: 100%;
  object-position: center;
  filter: brightness(80%);
}

.carousel-banner-img-cc-1 {
  object-fit: cover;
  height: 400px;
  max-width: 100%;
  object-position: top;
  filter: brightness(80%);
}

.banner-text-heading {
  color: white;
  font-size: 45px;
  font-weight: bold;
  filter: drop-shadow(1px 2px 3px grey);
}

.banner-text-para {
  color: white;
  font-size: 18px;
  font-weight: 500;
  filter: drop-shadow(1px 2px 3px grey);
}

.pathway-links-cover {
  /* background-image: linear-gradient(145deg, #0039e4, #04dbf1); */
  padding: 10px 0px;
  max-width: 1200px;
  /* max-width: 1100px; */
  margin: 0 auto;
  position: relative;
  top: -45px;
  z-index: 9;
}



.pathway-overview-cover-cc {
  /* background-color: #f0f6ff !important; */
  background-color: #f6f6f6 !important;
  padding: 30px 0;
}

.link-1-cc {
  background-color: #405259;
  padding: 10px;
  min-width: 200px;
  /* max-width: 330px; */
  border-radius: 10px;
  box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
  min-height: 70px;
  display: flex;
  justify-content: flex-start;
  /* justify-content: center; */

  align-items: center;
  cursor: pointer;
}

.custom-slider-cc .carousel-caption {
  bottom: 2.5rem !important;
}

.links-icon-text-cover {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.icon-circle-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background-image: linear-gradient(145deg, #0039e4, #04dbf1); */
  background-color: white;
}

.link-text-cover {
  font-weight: 600;
  font-size: 14px;
  width: calc(100% - 60px);
  color: white;
}

.icon-1-cc {
  width: 23px;
  /* fill: white; */
  fill: #405259;

  padding-left: 3px;
}

.icon-2-cc {
  width: 25px;
  /* fill: white; */
  fill: #405259;
  /* padding-left: 3px;*/
}


.link-1-cc:hover {
  /* background-image: linear-gradient(145deg, #0039e4, #04dbf1); */
  background-color: #29363b;
}

.link-1-cc:hover .link-text-cover {
  color: #ffffff;
  text-decoration: none !important;
}

a.overview-links-a-class:hover * {
  text-decoration: none !important;
}


.link-1-cc:hover .icon-circle-cover {
  background: white;
}

.link-1-cc:hover svg.icon-1-cc {
  fill: #29363b;
}

.link-1-cc:hover svg.icon-2-cc {
  fill: #29363b;
}


.link-1-cc {
  transition: background-image 1s ease;
}

.link-1-cc .link-text-cover {
  transition: color 0.5s ease;
}

.link-1-cc .icon-circle-cover {
  transition: background 0.5s ease;
}

.link-1-cc svg.icon-1-cc,
.link-1-cc svg.icon-2-cc {
  transition: fill 0.5s ease;
}

.overview-text-content-cc {
  max-width: 1200px;
  margin: 0 auto;
}

.overview-heading {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
}

.overview-texts {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}

.overview-columns-cover {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.overview-box-cover {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.overview-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  /* background-color: #405259; */
  background-color: #eab10b;
  /*just reference will change later to darkblue*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}


.overview-box-icon svg {
  color: #fff;
  width: 30px;
  height: 30px;
}

.overview-box-heading {
  margin-bottom: 10px;
}

.overview-box-heading h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.overview-box-contents p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 24px;
  text-align: center;
}

/* ************ */

.overview-columns-cover .row {
  display: flex;
  flex-wrap: wrap;
}

.overview-columns-cover .col-sm-12 {
  display: flex;
  margin-bottom: 25px;
}

.overview-box-cover {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ffffff;
  /* optional */
  padding: 20px;
  /* optional */
  border-radius: 8px;
  /* optional */
  height: 100%;
}

/* ************ */

.overview-svg-icon-set {
  font-size: 30px;
  color: white;
}

.overview-video-box {
  max-width: 1100px;
  height: 400px;
  margin: 15px auto 0 auto;
}

.overview-video-iframe-cc {
  filter: drop-shadow(0px 16px 10px #838383);
}

a.overview-links-a-class:hover {
  text-decoration: none !important;
}

.faq-main-container {
  width: 100%;
  margin-bottom: 30px;
}

.overview-faq-cover {
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
}

.faq-heading {
  margin-bottom: 40px;
}

.faq-heading h2 {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
}

.faq-heading h6 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;

  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}

.faq-heading h6 a {
  font-size: 18px !important;
}

.footer-cc {
  background-color: #405259;
  max-width: 100%;
  height: 40px;
}

.overview-box-cover:hover {
  transform: scale(1.05);
  transition: all 0.5s ease;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.popup-heading-cc h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.popup-para-cc p {
  font-size: 15px !important;
  color: #444;
  margin: 5px 0 !important;
  line-height: 26px !important;
}

.popup-apply-btn-cc .apply-btn {
  padding: 10 25px !important;
  font-weight: 600;
}

.popup-apply-btn-cc .apply-btn:visited {
  background-color: #666f80 !important;
  color: white !important;
  text-decoration: none !important;
}

.popup-apply-btn-cc .apply-btn:hover {
  background-color: #626a7b !important;
  color: white !important;
  text-decoration: none !important;
}

.closeLicense,
.closePath {
  display: flex;
  justify-content: right;
  align-items: baseline;
}

.modal-popup-custom .modal-content {
  padding: 15px 25px 30px !important;
}

.popup-logo-cc img {
  margin-top: 13px !important;
  max-width: 150px;
}

/* path way home css NEW END  ***************************/

/* pathway pages css start */
.pathway-title-cc h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 18px 0;
}

.module-content-heading-cc {
  font-weight: 600;
  font-size: 18px !important;
}

.content-long-heading-cc {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.content-long-text-cc {
  font-size: 15px;
  line-height: 24px;

  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
}

.content-long {
  background: #f6f6f6 !important;
  padding: 15px !important;
  border-radius: 8px !important;
  border: 1px solid #d7d7d7 !important;
  font-size: 14px !important;
  /* line-height: 1.5; */
}

.custom-tab-panel-cover-cc .inner-tab-list {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.custom-tab-panel-cover-cc .inner-tab-list::-webkit-scrollbar {
  height: 6px;
  background: transparent;
}

.custom-tab-panel-cover-cc .inner-tab-list::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}



.custom-tab-panel-cover-cc .inner-tab-list:hover {
  scrollbar-width: thin;
  /* Firefox साठी */
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.custom-tab-panel-cover-cc .inner-tab-list:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.custom-tab-panel-cover-cc .inner-tab-list .nav-link {
  display: inline-block;
  margin-right: 0.25rem;
}

.module-head-quiz-cover {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 15px;
}

.file-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px !important;
  border-radius: 8px;
  /* background: #f1f5f9; */
  border: none !important;
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
  background: #eab10b !important;
  color: white !important;
  font-weight: 600 !important;
}

.pathway-module-video-row-cc {
  display: flex;
  gap: 20px !important;
  margin: 10px 0;
  justify-content: center !important;
  align-items: center !important;
}

.pathway-module-video-cc {
  max-width: 50% !important;
}

.pathway-quiz-cover {
  min-width: 300px;
}

.pathway-module-head-cover {
  max-width: calc(100% - 320px);
}

.pathway-module-video-supplement-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media all and (max-width:800px) {
  .pathway-quiz-cover {
    margin-top: 10px;
  }
}

@media all and (max-width:992px) {
  .pathway-module-video-cc {
    max-width: 100% !important;
  }
}

/* view work tab css ************************** */
.view-work-title-cc {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.content-three-custom-cc {
  gap: 20px !important;
}

.content-block {
  background: none !important;
  padding: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  font-size: 14px;
}

.content-block label,
.module-submisison-group-cc label {
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 8px;
  color: #444;
}

.module-submission-submit-btn-cc {
  display: flex;
  margin-top: 25px;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.module-submission-submit-btn-cc button {
  background: var(--accent);
  color: #fff;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

.meta {
  font-size: 14px !important;
  color: var(--muted);
  margin-bottom: 10px !important;
}

.quiz-icon {
  position: relative;
  z-index: 99;
  fill: #ffffff;
  color: #ffffff;
  /* font-size: 20px; */
  width: 25px;
}

/* reading list css ******** */

.reading-list-heading-cover-cc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
}

.reading-list-title-cc {
  font-size: 20px;
  font-weight: 600;
}

.reading-list-top-row-cc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.selected-filters.__cc {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.reading-list-wrapper.__cc {
  margin-top: 10px !important
}

.card.event-card.__cc {
  margin-top: 0 !important;
}

.card-title.__cc {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.card-desc.__cc {
  font-size: 15px !important;
}

.card-desc.__cc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 3lines*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s ease;
}


.card-desc.__cc.is-truncated::after {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 5px;
  background: linear-gradient(90deg, black, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: dotColor 1.5s linear infinite;
  font-size: 20px;
  letter-spacing: 2px;

}

@keyframes dotColor {
  0% {
    background: linear-gradient(90deg, black, #ff0000);
  }

  50% {
    background: linear-gradient(90deg, #ff0000, black);
  }

  100% {
    background: linear-gradient(90deg, black, #ff0000);
  }
}

.card-author.__cc {
  margin-top: 10px !important;
}

.filter-dropdown.__cc {
  position: absolute;
  z-index: 15;
}

/* Events - when login CC ************ */
.__marginbottom25 {
  margin-bottom: 25px !important;
}

.program-footer-cc .btn-primary,
.reg-btn-cc.btn-primary {
  background-color: #51565a !important
}


/* registration page scroll hides ------------------- */
@media all and (max-width:1273px) {
  .sidebar.hide+#content-wrapper {
    width: 100% !important;
  }

  .sidebar+#content-wrapper {
    width: calc(100% - 250.8px) !important;
  }
}

.sidebar.hide+#content-wrapper {
  width: 100% !important;
  margin-left: 0;
}

.sidebar+#content-wrapper {
  width: calc(100% - 250.8px) !important;
  margin-left: 250.8px;
  transition: 0.2s;
  margin-bottom: 59px;
}

/* registration form submit button atr right side dynamic iframe  */
.crmEntityFormView .actions {
  display: flex !important;
  justify-content: flex-end !important;
}

.crmEntityFormView .actions {
  padding: 15px 0 !important;
  margin: unset !important;
}


/* ***************************************************************************** */
/* 
.tab-custom-style {
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(230, 237, 243);
  border-right-color: rgb(230, 237, 243);
  border-bottom-color: rgb(230, 237, 243);
  border-left-color: rgb(230, 237, 243);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  user-select: none;
  box-shadow: rgba(37, 99, 235, 0.12) 0px 6px 18px;
} */
/* 
.tab-custom-style-2 {
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(230, 237, 243);
  border-right-color: rgb(230, 237, 243);
  border-bottom-color: rgb(230, 237, 243);
  border-left-color: rgb(230, 237, 243);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  user-select: none;
} */

/* .tab-custom-style-3 {
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(230, 237, 243);
  border-right-color: rgb(230, 237, 243);
  border-bottom-color: rgb(230, 237, 243);
  border-left-color: rgb(230, 237, 243);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  user-select: none;
} */

.pathways-tabs-cover-cc .tab[aria-selected="true"] {
  background-color: #51565a !important;
  color: #ffffff !important;
  border-color: unset !important;
  box-shadow: unset !important;
  border-radius: 8px 8px 0 0 !important;
}

.pathways-tabs-cover-cc .tab {
  border-radius: 8px 8px 0 0 !important;
}

/* ********************carousel style new cc**********************/

.carousel-wrap {
  /* overflow: hidden; */
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
}

.carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  gap: 15px;
  transition: transform 0.4s ease-in-out;
}

@media all and (max-width:1273px) {
  .carousel-track {
    display: flex;
    gap: 10px;
    transition: transform 0.4s ease-in-out;
  }
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}

.carousel-arrow.left {
  left: -10px;
}

.carousel-arrow.right {
  right: -10px;
}

.carousel-arrow:disabled {
  opacity: 0;
  cursor: default;
}

@media (max-width: 992px) {
  .carousel-arrow.left {
    left: 0;
  }

  .carousel-arrow.right {
    right: 0;
  }
}

.custom-col-4-cc {
  width: 32.33333333% !important;
}

.custom-carousel-track-cc {
  margin-left: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

button.btn.btn-primary.reg-btn-cc.__myevent-btn {
  min-width: 100px !important
}

a.btn.btn-secondary.view-btn-cc.__myevent-btn {
  min-width: 100px !important;
  font-size: 14px !important;
}

.carousel-arrow.right,
.carousel-arrow.left {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #51565a !important;
  color: white;
  font-size: 13px;
  padding: 0;
}

/* Profile page start  */

.main-cover-cc {
  background-color: #f7f9fb;
  min-height: 100vh;
}

.onboarding-progress-heading-cc,
.onboarding-tabs-cover-cc {
  background-color: #f7f9fb;
}

.onboarding-progress-heading-cc .heading-onboarding-cc {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.onboarding-progress-heading-cc .para-onboarding-cc {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.tab1-data-box-cover-cc {
  padding: 30px 20px;
  /* background-color: #eff5ff; */
  background-color: #fff;
  border-radius: 10px;
  /* border: 1px solid lightgrey; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}

.stage.__current-cover {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  background-color: white;
}

.stage-heading {
  font-weight: 600;
  font-size: 0.9375rem;
  margin-bottom: 8px;
  color: #484848;
}

.stage-content {
  font-weight: normal;
  font-size: 0.875rem;
}

.tabs-overall-progress-cover {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  background-color: white;
}

.overall-progress-text-cover {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.tab-data-heading-cc {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 3px;
}

.tab-data-text-cc {
  font-size: 0.9375rem;
  font-weight: normal;
  margin-bottom: 5px;
}

.onboarding-progress-main-page-heading-cc {
  background-color: white;
  padding: 15px;
  border-bottom: 1px solid #dadada;
  margin-top: 0px;
  margin-bottom: 20px;
}

.main-page-heading-onboarding-cc {
  font-size: 1.625rem;
  font-weight: 600;
}

.main-page-para-onboarding-cc {
  font-size: 1rem;
}

.overall-progress-heading {
  font-weight: 600;
  font-size: 0.9375rem;
}

.overall-progress-days {
  font-size: 0.9375rem;
}

.custom-pills-tab-cc {
  background-color: #ececf0;
  padding-left: 5px !important;
  border-radius: 20px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  justify-content: space-between;
}

.onboarding-tabs-cover-cc .nav-pills .nav-link.active,
.onboarding-tabs-cover-cc .nav-pills .show>.nav-link {
  color: rgb(0, 0, 0) !important;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 30px !important;
  padding-left: 55px;
  padding-right: 55px;
  min-width: 230px;
  /* padding-top: 5px;
    padding-bottom: 5px; */
}

.onboarding-tabs-cover-cc .nav-item {
  min-width: 230px;
}

.onboarding-tabs-cover-cc .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  min-width: 230px;
  color: black;
}

.tab2-data-box-cover-cc {
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid lightgrey;
  margin-top: 20px;
  margin-bottom: 20px;
}

.onboarding-tabs-cover-cc .nav-link {
  font-size: 1rem;
  font-weight: 600;
}

.overall-progressbar-cover .progress {
  max-height: 10px !important;
}

.tab-row-2-cover .row {
  display: flex;
  align-items: stretch;
}

.stage.__current-cover {
  height: 100px;
  width: 100%;
}

.onboarding-tabs-forms-cover .form-label {
  font-weight: 600;
  font-size: 0.9375rem;
}

.inprogress-btn-cc {
  font-size: 0.75rem !important;
  border-radius: 20px !important;
}

/* profile-page-css start  */

.image-p-cc {
  max-width: 300px;
  max-height: 300px;
  height: 300px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.small-heading-cc {
  font-weight: 600;
  font-size: 0.9375rem;
}

.small-para-cc {
  font-weight: normal;
  font-size: 1rem;
}

.pad-bottom-border-cc {
  border-bottom: 1px solid #ced3da99;
  padding-bottom: 12px;

}

.social-media-contents-cc {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.social-media-box-cc {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgb(180, 180, 180);
  overflow: hidden;
  margin-bottom: 10px;
}

.image-p-cc img {
  object-fit: cover;
  object-position: top;
  width: 300px;
  height: auto;
}

.social-media-box-cc img {
  width: 50px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.profile-details-cover-cc {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  background-color: white;
}

/* tab 3 css start here  */

.notification-cover-outer-cc {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  background-color: white;
}

.notification-main-title-cc {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.notification-boxes-cc {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.notification-date-time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #686868;
}

.notification-details-cc {
  font-size: 0.875rem;
}


.__scrollable-tab-box-cc {
  max-height: 500px;
  overflow: auto;
  padding-bottom: 20px;
}

/* tabs 3 css end here  */
/* *******************************New addition css start ************************ */
.stage-details-heading-cover {
  font-weight: 600;
}

.action-required-box {
  padding: 15px 15px;
  background-color: #eff5ff;
  background-color: #f6f6f6;
  border-radius: 10px;
}

.icon-action-required svg {
  width: 25px !important;
  height: 25px;
  fill: #287efd;
}

.action-required-inner-cover {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 100px;
}

.left-action-required-cover {
  max-width: 50px;
}

.right-action-requried-cover {
  max-width: calc(100% - 50px);
}

.action-required-heading {
  font-weight: 600;
  font-size: 1rem;
}

.action-required-para {
  font-size: 0.9375rem;
}

.stage-details-heading-section,
.action-required-box {
  margin-bottom: 20px;
}

.all-stage-details-main-cover-cc {
  padding: 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid lightgrey;
}

.tab2-stage-details-all-cover-cc {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stage-overview-grid-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  background: #f6f6f6;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.stage-overview-left-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}

.stage-overview-icon svg {
  width: 25px !important;
  height: 25px;
  fill: #11a900;

}

.stage-overview-text {
  font-weight: 600;
  font-size: 0.9375rem;
}

.circle-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid gray;
}

.btn-inprogress {
  background-color: blue;
  border: none;
}

.btn-pending {
  background-color: rgb(94, 94, 94);
  border: none;
}

.btn-completed {
  background-color: green;
  border: none;
}

.pending-icon svg {
  fill: blue !important;
}

.row {
  display: flex;
}

/* .col-md-6 {
  display: flex;
} */

.all-stage-details-main-cover-cc {
  flex: 1;
  /* both column equal height */
}

.custom-h-100 {
  max-height: 100% !important;
}

.stage-overview-grid-cover {
  max-height: 300px;
  overflow: auto;
}

/* some responsive classes  */
@media all and (max-width:960px) {
  .stage.__current-cover {
    height: auto;
  }
}

@media all and (max-width:767px) {
  .action-required-inner-cover {
    max-height: unset !important;
  }
}

@media all and (max-width:991px) {
  .all-stage-details-main-cover-cc {
    margin-bottom: 15px;
  }
}

.custom-pills-tab-cc {
  overflow: auto;
  flex-wrap: nowrap !important;
}

/* --------- */
.custom-pills-tab-cc {
  overflow: auto;
  flex-wrap: nowrap !important;
  scrollbar-width: thin;
  /* Firefox  */
  scrollbar-color: transparent transparent;
  /*  invisible  */
}

/* Chrome, Edge, Safari  */
.custom-pills-tab-cc::-webkit-scrollbar {
  height: 6px;
  /* scroll bar */
  background-color: transparent;
}

.custom-pills-tab-cc::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* by default invisible */
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

/* Hover  scrollbar  */
.custom-pills-tab-cc:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  /* hover    */
}

.custom-pills-tab-cc:hover {
  scrollbar-color: rgba(0, 0, 0, 0.4) transparent;
  /* Firefox  hover  */
}

/* ------- */

/* profile page end */

/* responsive class  */

@media all and (max-width:768px) {
  .pathway-module-head-cover {
    max-width: 100% !important;
  }

  .pathway-module-head-cover {
    width: 100% !important;
  }

  .module-head-quiz-cover {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

@media all and (max-width:991px) {
  .sidebar+#content-wrapper {
    width: 100% !important;
    margin-left: 0;
  }
}


@media all and (max-width:991px) {
  .sidebar .navbar-nav {
    justify-content: flex-start;
    padding-bottom: 0 !important;
    height: unset !important;
  }

  .sidebar.menu-show {
    display: block;
    position: fixed;
    top: 55px;
    z-index: 99999;
  }

  .topbar {
    padding: 10px 0 !important;
  }

}

.link-1-cc {
  margin-bottom: 10px;
}

/* Give/Payment page start*/
.payment-modal-header-cc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.payment-modal-address-cc {
  font-weight: normal;
  font-size: 0.9375rem !important;
}

.payment-modal-title-cc {
  font-weight: 600;
  font-size: 1rem !important;
}

.form-give-to-cover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
}

.give-section-cc {
  flex-basis: 50%;
  padding-right: 10px;
  position: relative;
}

.to-section-cc {
  flex-basis: 50%;
  padding-left: 10px;
  position: relative;
}

.give-payment-amount-input.form-control {
  background-color: transparent !important;
}

.give-payment-amount-input {
  height: auto !important;
  padding: 0 0 0.4rem 0.7rem !important;
  font-size: 3.25rem !important;
  line-height: 1.15 !important;
  transform: translateX(-0.5rem) !important;
  border: none !important;
  border-bottom: 1px solid #E2E2E3 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-overflow: clip !important;
}

.give-payment-amount-input:focus {
  color: unset !important;
  background-color: unset !important;
  border-color: unset !important;
  outline: 0 !important;
  box-shadow: unset !important;
}

/* Chrome, Safari, Edge, Opera  */
input.give-payment-amount-input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox  */
input[type=number].give-payment-amount-input {
  -moz-appearance: textfield;
}

.dollar-input-cover {
  display: flex;
}

.dollar-sign-cc {
  position: absolute;
  top: 40px;
  z-index: 99999;
  font-weight: 600;
  font-size: 0.9375rem;
  color: grey;
}

.give-payment-amount-input {
  margin-left: 10px;
}

.to-select-cc {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.modal-give-body-cc label {
  font-weight: 600;
  color: #222;
}

.recurring-week-day-cover {
  /* display: flex !important; */
  /* justify-content: space-between !important; */
  /* gap: 10px !important; */
  /* align-items: center !important; */
  margin-bottom: 15px !important;
  border-bottom: 1px solid #d7d5d5 !important;
  padding-bottom: 15px !important;
}

.check-recurring-cover {
  flex-basis: 30%;
  justify-content: flex-start !important;
}

.check-recurring-cover input {
  margin-top: 2px !important;
}

.select-week-cover {
  flex-basis: 33%;
}

.select-day-cover {
  flex-basis: 35%;
}

.select-week-cover select:disabled,
.select-day-cover select:disabled {
  opacity: 0.3;
  /* faded   */
  cursor: not-allowed;
  /* hover   pointer   */
  background-color: #f5f5f5;
  /*   gray background */
}

.name-email-cover {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #d7d5d5;
  padding-bottom: 15px;
}

.fname,
.lname,
.uemail {
  flex-basis: 33.33%;
}

.payments-options-tabs-cover {
  margin-bottom: 20px;
  background: #eaeaea;
  padding: 20px 10px;
}

.payment-options-btns {
  border: 1px solid lightgrey;
}

.payment-options-tabs-ul-cc {
  justify-content: space-between !important;
}

.payment-options-nav-items-cc {
  flex-basis: 33.33%;
  padding-right: 10px;
}

.payment-options-nav-items-cc:last-child {
  padding-right: 0 !important;
}

.payment-options-btns {
  width: 100%;
  background-color: white;
  border: 1px solid lightgrey;
}

.card-icon-input-cover {
  position: relative;
}

.card-icon-cover {
  position: absolute;
  left: 10px;
  top: 5px;
}

.card-input-field-cc input {
  padding-left: 35px;
}

.routing-account-indi-cover {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.routing-cc {
  flex-basis: 30%;
}

.account-cc {
  flex-basis: 30%;
}

.indi-select-cc {
  flex-basis: 40%;
}

.amount-mode-cover {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.amount-cc {
  flex-basis: 50%;
  padding-right: 10px;
}

.payment-mode-cc {
  flex-basis: 50%;
  padding-left: 10px;
}

#addNoteTextareaId:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.remember-pw-pin-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.remember-cc {
  flex-basis: 30%;
  padding-right: 10px;
}

.pw-cc {
  flex-basis: 50%;
  padding-right: 10px;
}

.pin-cc {
  flex-basis: 20%;
}

.coverfees-section {
  margin-bottom: 15px;
  border-bottom: 1px solid #d7d5d5;
  padding-bottom: 11px;
}

.addnote-check-cc {
  margin-bottom: 10px;
}

.modal-give-body-cc {
  background: #f6f6f6 !important;
}

.payments-options-tabs-cover .nav-pills .nav-link.active,
.payments-options-tabs-cover .nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #405159 !important;
  color: white !important;
}

.payment-options-btns {
  font-size: 1rem !important;
  font-weight: 600;
  color: #405159 !important
}

.final-send-funds-btn-cc {
  font-size: 1.2rem !important;
  background-color: #405159 !important;
  color: white !important;
  border: none !important;
  width: 100% !important;
  font-weight: 600 !important;
}

.coverfees-section input[type='checkbox'] {
  margin-top: 4px !important;
}

.remember-pw-pin-cover input[type='checkbox'] {
  margin-top: 3px !important;
}

.modal-give-body-cc input,
.modal-give-body-cc select,
.modal-give-body-cc textarea {
  font-size: 0.875rem;
}

.modal-give-body-cc .form-select:focus {
  border-color: unset !important;
  outline: unset !important;
  box-shadow: unset !important
}

.payment-options-btns {
  min-width: 130px;
}

@media all and (max-width:475px) {
  .payment-options-tabs-ul-cc {
    justify-content: flex-start !important;
  }

  .payment-options-btns {
    width: 100%;
  }

  .payment-options-nav-items-cc {
    flex-basis: 100%;
    margin-bottom: 10px;
    padding: 0
  }

  .fname,
  .lname,
  .uemail {
    flex-basis: 100%;
  }

  .name-email-cover {
    flex-wrap: wrap;
  }

  .check-recurring-cover,
  .select-week-cover,
  .select-day-cover {
    flex-basis: 100%;
    margin-bottom: 5px;
  }

  .recurring-week-day-cover {
    flex-wrap: wrap;
  }

  .give-section-cc {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .to-section-cc {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .amount-mode-cover {
    flex-wrap: wrap;
  }

  .amount-cc {
    flex-basis: 100%;
    padding: 0;
  }

  .payment-mode-cc {
    flex-basis: 100%;
    padding: 0;
  }

  .remember-pw-pin-cover {
    flex-wrap: wrap;
  }

  .remember-cc {
    flex-basis: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .pw-cc {
    flex-basis: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .pin-cc {
    flex-basis: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
}


.nav-link.payment-options-btns.active:after {
  content: '';
  width: 25px;
  height: 25px;
  /* background: #00b836; */
  background-color: #eab10b;
  position: absolute;
  border-radius: 50%;
  right: -5px;
  top: -5px
}

.nav-link.payment-options-btns.active:before {
  content: '✔';
  color: white;
  position: absolute;
  border-radius: 50%;
  right: 1px;
  top: -5px;
  z-index: 999
}

.nav-link.payment-options-btns {
  position: relative;
}

.give-modal-button-cc {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: white !important;
  text-align: center !important;
  width: 120px !important;
  height: 40px !important;
  border-radius: 5px !important;
  position: relative !important;
  overflow: hidden !important;
  background: #405159 !important;
  background-size: 400% 400% !important;
  animation: TransitioningBackground 10s ease infinite !important;
  transition: 0.4s !important;
}

.give-modal-button-cc span {
  color: #fff;
  fill: #fff;
}

.give-modal-button-cc::before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  top: 0;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
  animation: shine 3s linear infinite;
}

.give-modal-button-cc::after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  top: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
  animation: shine 3s linear infinite;
}

.give-modal-button-cc:hover {
  transform: scale(1.1);
  cursor: pointer;
}

@keyframes TransitioningBackground {
  0% {
    background-position: 1% 0%;
  }

  50% {
    background-position: 99% 100%;
  }

  100% {
    background-position: 1% 0%;
  }
}

@keyframes shine {
  0% {
    transform: translateX(-150px) skewX(-15deg);
  }

  50% {
    transform: translateX(300px) skewX(-15deg);
  }

  100% {
    transform: translateX(-150px) skewX(-15deg);
  }
}

.modal#giveModal {
  z-index: 99999 !important;
}

.modal#giveModal .modal-content {
  max-width: 1100px !important;
  padding: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

.give-section-cc-inner {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.coverfees-section,
.remember-cc,
.addnote-check-cc {
  display: flex;
  justify-content: flex-start;
}

.addnote-check-cc input[type='checkbox'] {
  margin-top: 3px !important;
}

.nav-item.no-arrow {
  margin-left: 20px;
}

/* Payment Page End */

/* open position page start  */
.op-position-box-cc {
  padding: 15px 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  transform: scale(1);
  transition: all 0.3s;
  height: 100%;
}

.op-position-heading-cc {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #405159;
}

.op-position-data-cc {
  font-size: 1rem;
  margin-bottom: 0px;
  /* transition: max-height 0.5s ease; */
  /* smooth animation */
}

.op-position-location-cc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.more_info {
  width: 100%;
}

.op-loc-icon-cc,
.op-loc-name-cc {
  color: #405159;
  fill: #405159;
}

.btn-moreinfo {
  background-color: #768c98;
  border: none;
  font-weight: 600;
}

.btn-moreinfo:hover {
  background-color: #344349;
  border: none;
}

.op-position-type-cc {
  background-color: #e9eff2;
  display: inline-block;
  padding: 5px 10px;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 15px;
  color: #405159;
}

.op-banner-cover {
  margin-bottom: 20px;
}

.op-position-boxes-row {
  display: flex;
  align-items: stretch;
}

.op-position-box-cc:hover {
  transform: scale(1.02);
  transition: all 0.5s ease;
}

/* start op positions boxes text hide show css start  */
.op-position-data-cc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  min-height: 75px;
  color: #707f8c;
}

.op-position-data-cc.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.op-position-data-cc+.read-more-btn {
  color: #42579a;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  text-transform: uppercase;
}

/* END op positions boxes text hide show css END  */

.op-position-boxes-custom-col {
  margin-bottom: 00px;
}

.op-loc-icon-cc {
  /* flex-basis: 18px */
  width: 16px;
  height: 16px;
  line-height: 1;
}

.op-loc-name-cc {
  flex-basis: calc(100% - 28px);
  font-size: 14px;
}

/* open position page end  */

/* Team all pages church health, planting, leadership mission, peak, revitalization (6pages) common CSS start  */

.purpose-image {
  max-height: 300px;
  display: flex;
  justify-content: flex-end;
}

.purpose-image img {
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.teams-purpose-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.purpose-heading {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.purpose-para {
  font-size: 1rem;
  line-height: 26px;
  font-weight: normal;
  color: #222;
}

.teams-strategy-cover {
  background-color: #f7f7f7;
  padding: 30px 0 20px 0;
  /* margin-bottom: 20px; */

}

.teams-strategy-box-cover {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}

.teams-startegy-box-icon-cover {
  flex-basis: 50px;
  transform: scale(1.15);
}

.partnership-svg {
  width: 33px !important;
}

.strategy-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #666f80;
  width: 40px;
  height: 40px;
  transform: rotateZ(45deg);
}

.strategy-icon svg {
  transform: rotate(-45deg);
  fill: white;
  width: 25px;
}

.teams-startegy-box-content-cover {
  flex-basis: calc(100% - 100px);
}

.strategy-box-content-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.startegy-box-content-para {
  font-size: 1rem;
}

.teams-startegy-box-col-custom {
  margin-bottom: 30px;
}

.teams-strategy-section-heading {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 32px;
}

.teams-connect-cover {
  /* background-color: #768c98; */
  background-color: #ececec;
  padding: 30px 0 20px 0;
  background-image: '';
}

.teams-connect-box-cover {
  background-color: white !important;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.teams-connect-box-heading {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-align: center;
}

.teams-connect-box-para {
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  line-height: 25px;
  margin-bottom: 25px;
}

.teams-connect-box-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.teams-learn-more-link {
  padding: 5px 15px;
  border: 1px solid grey;
  text-decoration: none;
  color: black;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
}

.teams-learn-more-link:hover {
  background-color: #666f80;
  color: white;
  transition: all 0.3s ease;
}

.teams-connect-box-col-cover {
  margin-bottom: 20px;
}

.teams-overview-cover {}

.overview-heading {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.teams-overview-link-cover {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.teams-overview-link {
  padding: 5px 15px;
  border: 1px solid grey;
  text-decoration: none;
  color: black;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
}

.teams-connect-box-ul-cover {
  text-align: left;
}

.teams-connect-box-ul-cover li {
  margin-bottom: 10px;
}

.event-add-comment-cc * {
  margin-bottom: 10px !important;
}


/*Team all pages church health, planting, leadership mission, peak, revitalization (6pages) common CSS end  */


/* footer css  */
.footer-cc {
  /* padding: 10px; */
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #666f80;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999 !important;
}

.footer-logo-img-cc {
  max-width: 100%;
  height: 40px;
}

.footertext-n-link-cover {
  display: flex;
  align-items: end;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.poweredby-text {
  font-size: 12;
  font-weight: 400;
}

/* footer css end  */

.teams-banner-cover>.container {
  padding-left: 0;
  padding-right: 0;
}

.event-top-row-part-height {
  min-height: calc(100vh - 125px);
}

.teams-strategy-cover .container-fluid {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* Login / Register / Redeem styles  */

/* Login Page*/

.wrapper-body.signinpage {
  background: url(/donation_loginin) !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 30px 0px;
  position: relative;
  min-height: 100vh;
  height: auto;
  display: flex;
}

/* .signinpage::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.35);
} */

.signinpage .container {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.signinpage .page-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0px;
  background: #fff;
  padding: 15px;
  position: relative;
  width: 100%;
}

.signinpage .left-section {
  display: none;
}

.signinpage #external-login-heading {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
  white-space: nowrap;
  padding-bottom: 0px;
  border-bottom: none;
}

.signinpage .btn.icon-btn {
  border: 1px solid #cdcbcb !important;
  border-radius: 100% !important;
  height: 45px !important;
  width: 45px !important;
  min-width: 45px;
  line-height: 42px !important;
  text-align: center !important;
  display: block !important;
  background-image: url(/azuread_icon) !important;
  background-repeat: no-repeat !important;
  background-color: #f7f7f7 !important;
  margin: 0px auto;
  background-position: center !important;
  scale: 1;
}

.signinpage .btn {
  height: 40px;
  display: block;
  width: 100%;
  border-radius: 10px !important;
  background-color: #405159 !important;
}

.signinpage #external-login-heading::before,
.signinpage #external-login-heading::after {
  display: inline-block;
  content: "";
  border-top: 1px solid #E0E0E0;
  width: 100%;
  margin: 0 1rem;
}

.signinpage #external-login-heading::before,
.signinpage #external-login-heading::after {
  display: inline-block;
  content: "";
  border-top: 1px solid #E0E0E0;
  width: 100%;
  margin: 0 1rem;
}

.signinpage label.col-form-label.required:after {
  content: '* ';
  color: red !important;
  white-space: nowrap;
  margin-left: 5px;
}

.signinpage .portal-form h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: start;
}

.signinpage .login-heading-section {
  border-bottom: inherit;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0px;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #405159;
}

.signinpage input.form-control {
  border-color: #D1DFEF;
  color: #405159;
  width: 100%;
  font-weight: 500;
}

.signinpage input.form-control:focus {
  border-color: #afb8c2;
}

.signinpage label.col-form-label {
  text-transform: uppercase;
  color: #768c98;
}

label.col-form-label.required:before {
  display: none;
}

.signinpage a.forgot-btn {
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  color: #405159;
}

.signinpage .col-form-label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 6px;
  font-size: 14px !important;
  line-height: 1.2;
  max-width: 100%;
  display: inline-block;
  flex: inherit;
  text-align: left;
  font-weight: 400 !important;
}

.signinpage .checkbox label,
.signinpage .radio label {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #405159;
}

.signinpage input[type=checkbox],
.signinpage input[type=radio] {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.signinpage a.nav-link[role="tab"]:not(.active) {
  color: #ffffff !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  /* letter-spacing: 0.5px !important; */
  font-size: 14px !important;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 6px;
}

.signinpage .nav-tabs .nav-link.active,
.signinpage .nav-tabs .nav-link:hover,
.signinpage a.nav-link[role="tab"]:not(.active):hover {
  color: #fff !important;
  background-color: unset !important;
  border: none;
  font-size: 14px;
  text-decoration: none !important;
  outline: none;
  box-shadow: none;
  margin: 0;
  font-weight: 500;
  padding: 10px 6px;
}

.signinpage .nav-account {
  margin-top: 0 !important;
  border: none !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #405159;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.signinpage .nav-account li.nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.signinpage .brand-login {
  min-height: 62px !important;
  width: 220px !important;
  margin: 0 auto;
  background-repeat: no-repeat;
  display: block !important;
  background-size: contain;
  background-image: url(/metrologo) !important;
  cursor: pointer;
  margin-bottom: 15px;
}

.signinpage .mb-3 {
  margin-bottom: 10px !important;
}

/* sign up page */
.right-section .col-md-6,
.right-section .col-md-8,
.right-section .col-md-4,
.right-section {
  max-width: 100% !important;
  width: 100% !important;
  text-align: left;
  flex: inherit;
}

.signuppage #SubmitButton {
  margin-top: 10px;
}

.right-section .col-md-6,
.right-section .col-md-8,
.right-section .col-md-4,
.right-section {
  display: block;
}

.signuppage div#ContentContainer_MainContent_MainContent_CaptchaControlContainer label {
  font-weight: 500;
  font-size: 14px;
  color: #768c98;
}

.signuppage div#ContentContainer_MainContent_MainContent_CaptchaControlContainer .rcCaptchaAudioLink,
.signuppage div#ContentContainer_MainContent_MainContent_CaptchaControlContainer .rcRefreshImage {
  font-weight: 600;
  text-decoration: underline !important;
}

.RadCaptcha #ctl00_ctl00_ContentContainer_MainContent_MainContent_captcha_CaptchaTextBox {
  border: 1px solid #D1DFEF;
  background-color: #FFFFFF !important;
  color: #405159;
  padding: .375rem .75rem;
  display: block;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  margin-top: 10px;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.RadCaptcha #ctl00_ctl00_ContentContainer_MainContent_MainContent_captcha_CaptchaTextBox:focus {
  border-color: #afb8c2;
}

div#ContentContainer_MainContent_MainContent_CaptchaRowPlaceHolder .row.mb-3 {
  margin-bottom: 0 !important;
}

.signinpage .portal-form {
  margin-top: 5px;
}

/* loader style */

#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  /* semi-transparent white background */
  z-index: 9999;
  /* ensure the loader is on top of other elements */
  display: none;
  /* initially hidden */
}

.loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  /* Spin animation */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.signinpage .nav-tabs .nav-link[aria-label="Sign in"] span.fa {
  display: none;
}

.text-red {
  color: rgb(209, 10, 10) !important;
}

.text-orange {
  color: rgb(209, 10, 10) !important;
}

/* COMMON PAGE WRAPPER */
.page_wrapper {
  min-height: calc(100vh - 111px);
}

img {
  max-width: 100%;
}



.py-30 {
  padding: 30px 0;
}

.py-60 {
  padding: 60px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

img {
  max-width: 100%;
}


/* Home page */
.home-page {
  background: #fff;
}

.hero {
  background-image: url(home-banner.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
  text-align: center;
  padding: 16px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.hero__subtitle {
  font-size: 36px;
  color: #405159;
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
}

.hero__title {
  font-size: 48px;
  color: #405159;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 600px;
  margin: auto;
}

.overlaped_card {
  margin-top: -80px !important;
  background-color: #ffffff;
  padding: 40px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  border-radius: 24px;
  text-align: center;
  max-width: 1170px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.overlaped_card__title {
  font-size: 28px;
  color: #405159;
  margin-bottom: 15px;
  font-weight: 600;
}

.overlaped_card__subtitle {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}

/* Home KPI cards */

.home_kpi__flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.home_kpi__card {
  background: #ebebeb;
  padding: 16px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  border-radius: 16px;
  border: none;
  flex: calc(33.33% - 40px);
}

.home_kpi__card__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}

.card__image img {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: block;
}

.home_kpi__title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.home_kpi__description {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.home_kpi__card .btn-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: orange;
  text-decoration: none;
  margin-top: auto;
  width: 100%;
}

.home_kpi__card .btn-link span {
  margin-left: 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.home_kpi__card .btn-link:hover span {
  margin-left: 20px;
  transition: 0.3s;
}

/* Events Swiper Section  */

.section__title {
  text-transform: uppercase;
  font-size: 28px;
  color: #405159;
  margin-bottom: 24px;
  font-weight: 600;
}

.section__subtitle {
  font-size: 18px;
  margin-bottom: 32px;
  font-weight: 300;
  line-height: 1.4;
}

.text-center {
  text-align: center;
}

.missionary-alliance {
  background-color: #a9bbc4;
}

.missionary-alliance_img {
  padding: 0 50px;
}

.missionary-alliance_img img {
  max-width: 300px;
}

.flex_col_2 {
  flex: 2;
}

.footprint {
  background: #a9bbc4;
}

.footprint-flex,
.missionary-alliance_flex {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footprint_img img {
  max-width: 400px;
}

.flex_col {
  flex: 1;
}

.footprint .section__subtitle {
  color: #405159;
}

.link {
  color: #405159;
  font-weight: 600;
}

.btn-primary {
  background-color: #405159;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

/* Our Vision */
video {
  width: 100%;
  border-radius: 20px;
  background-color: #f5f5f5;
  border: 6px solid #e9eff2;
}

/* Our Mission */

.our_mision {
  background-color: #ebebeb;
}

.our_mision_flex {
  display: flex;
  gap: 30px;
  align-items: center;
}

.our_mision_img img {
  border-radius: 20px;
}

/* Our Values */

.our-values_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.our-values_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #f2b11c;
}

.our-values_card .section__title,
.our-values_card .section__subtitle {
  font-size: 18px;
}

.section__subtitle.quotes-from {
  font-weight: 400;
}

/* Out Teams  */

.our-teams_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.our-teams_card__image {
  position: relative;
  z-index: 1;
}

.our-teams_card__image img {
  border-radius: 10px;
  min-height: 400px;
  object-fit: cover;
}

.our-teams_card__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.our-teams_card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 0;
  transition: 0.3s;
  z-index: 2;
}

.our-teams_card__content .link {
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}


.our-teams_card:hover .our-teams_card__content,
.our-teams_card:focus .our-teams_card__content {
  bottom: 10px;
  padding-bottom: 15px;
}

.our-teams_card:hover .our-teams_card__content .link,
.our-teams_card:focus .our-teams_card__content .link {
  opacity: 0.9;
  transition: 0.3s;
}

.our-teams_card__title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* special-quote */

.special-quote {
  background: #a9bbc4;
}

.special-quote p {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}

.get-connected_cards {
  display: flex;
  gap: 20px;
}

.get-connected_card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .1);
  flex: 1;
}

.get-connected_card__title {
  background: #405159;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 16px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
}

.link-items {
  list-style: none;
  padding: 16px;
}

.link-items li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.link-items li a {
  padding: 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: #405159;
  font-size: 14px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.link-items li a img {
  width: 16px;
  max-width: 16px;
  max-height: 16px;
}

.link-items li a span {
  margin-right: 0;
  transition: 0.3s;
}

.link-items li a:hover,
.link-items li a:focus {
  opacity: 1;
}

.link-items li a:hover span,
.link-items li a:focus span {
  margin-right: 5px;
}

@media (max-width:1199.98px) {
  /* #wrapper . */
}

@media (max-width:1024.98px) {}

@media (max-width:991.98px) {
  .home_kpi__card {
    flex: calc(33.33% - 40px);
  }

  .page_wrapper .container {
    max-width: 100%;
  }
}

@media (max-width:768.98px) {
  .home_kpi__card {
    flex: calc(50% - 40px);
  }

  .footprint-flex,
  .missionary-alliance_flex {
    flex-wrap: wrap;
  }

  .flex_col {
    flex: 100%;
  }

  .overlaped_card {
    padding: 30px;
  }

  .section__title {
    font-size: 28px;
  }

  .hero__subtitle {
    font-size: 28px;
  }

  .hero__title {
    font-size: 36px;
  }

}

@media (max-width:640.98px) {
  .get-connected_cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .get-connected_card {
    flex: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .py-60 {
    padding: 30px 0;
  }

  .link-items {
    padding: 8px 16px;
  }

}

@media (max-width:480.98px) {
  .home_kpi__flex {
    gap: 10px;
  }

  .home_kpi__card {
    flex: 100%;
  }

  .successfull-events .section__title {
    margin-bottom: 16px;
  }

  .section__title {
    font-size: 24px;
  }

  .section__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .get-connected_cards {
    gap: 10px;
  }

  .get-connected_card {
    flex: 100%;
    max-width: 100%;
  }
}


/* #notificationsTable tr th:nth-child(1) {
  width: 300px !important;
}

#notificationsTable tr th:nth-child(2) {
  width: 300px !important;
}

#notificationsTable tr th:nth-child(3) {
  width: 300px !important;
}

#notificationsTable tr th {
  width: 300px !important;
} */

#notificationsTable {
  table-layout: fixed;
  width: 100%;
}

#notificationsTable th,
#notificationsTable td {
  word-wrap: break-word;
}

.dataTables_wrapper {
  width: 100%;
  overflow-x: auto;
}


#notificationsTable th,
#notificationsTable td {
  word-wrap: break-word;
  white-space: normal;
}

table#notificationsTable th {
  background: #666f80 !important;
  color: white !important;
  text-align: left !important;
}

table#notificationsTable td {
  text-align: left !important;
}

/* ----------------------- */
/* 12 nov 25 -cc  */
div#content-container.container.wrapper-body {
  max-width: 1200px !important;
  margin: 0 auto;
}

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
  font-weight: var(--fa-style, 900);
}

div#content-container.container.wrapper-body .xrm-attribute-value-encoded.xrm-attribute-value {
  font-weight: 600;
  font-size: 1.5rem;
  color: #2d2d2d;
}

div#content-container.container.wrapper-body .alert.alert-success .xrm-attribute-value {
  font-weight: 600 !important;
}

/* district conference css start  */

.box-icon-cc img {
  max-width: 60px;
}

.dc-box-heading-cc {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #2d2d2d;
}

.dc-box-subheading-cc {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 5px;
}

.dc-box-para-cc {
  font-size: 1rem;
  margin-bottom: 5px;
}

.dc-box-extra-para-cc {
  font-size: 1rem;
  margin: 10px 0;
}

.dc-box-icon-cover .box-icon-cc {
  width: 75px;
  border-bottom: 10px solid #ee3238;
  padding-bottom: 25px;
}

.dc-acc-day-heading-cover {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1px;
  text-align: center;
}

.dc-acc-date-heading-cover {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-align: center;
}

.dc-acc-list-cover {
  margin-bottom: 20px;
  margin-top: 15px;
}

.dc-acc-list-cover ul li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.dc-acc-sublist-cover {
  margin-bottom: 20px;
  margin-top: 15px;
}

.dc-acc-sublist-cover ul {
  list-style-type: circle;
}

.dc-acc-sublist-cover ul li {
  font-size: 0.9375rem;
  margin-bottom: 5px;
}

.dc-box-link-cc {
  cursor: pointer;
}

.dc-acc-main-heading-cover {
  font-weight: 600;
}

.dc-seperate-box-cover .dc-acc-main-heading-cover.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* .dc-seperate-box-cover .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
} */


/* .dc-acc-main-heading-cover {
    border: 1px solid #dee2e6 !important;
} */

.dc-acc-time-group-cover {
  margin: 20px 0;
}

.dc-time-cc {
  font-size: 1rem;
  font-weight: 600;
}

.dc-acc-para-cc {
  font-size: 1rem;
}

.dc-acc-session-para-cc {
  font-size: 1rem;
  text-decoration: underline;
}

.dc-seminar-speaker-heading {
  font-size: 1.8rem;
  color: #2d2d2d;
  margin-bottom: 5px;
  font-weight: 600;
}

.dc-seminar-spearker-subheading {
  font-size: 1rem;
  color: #2d2d2d;
  margin-bottom: 15px;
  font-weight: 600;
}

.dc-seminar-speaker-para {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 26px;
}

.speakers-info-cover {
  background-image: url(Untitled-design-9.webp);
  background-repeat: repeat-y;
  /* background-size: cover; */
  padding: 30px 0;
}


@media all and (max-width:992px) {
  .speakers-info-cover .row {
    padding-bottom: 40px;
    border-bottom: 1px solid #757575;
  }

  .dc-seminar-speaker-image-cc img {
    width: 75%;
  }
}

.dc-banner {
  margin-bottom: 50px;
}

/* district conference css end  */

.__vision-trip-apply-btn {
  padding-top: 6px !important;
}

/* 13 nov 25 - */


/* forgot password OOTB page css start */
.portal-form .col-form-label {
  display: block;
  width: 100% !important;

}

.portal-form .col-form-label .xrm-editable-text.xrm-attribute .xrm-attribute-value-encoded.xrm-attribute-value {
  font-size: 1rem !important;
  display: block;
}

.portal-form .form-text .xrm-editable-text.xrm-attribute .xrm-attribute-value-encoded.xrm-attribute-value {
  font-size: 1rem !important;
  font-weight: normal !important;
}

.portal-form .row.mb-3 .offset-md-2.col-md-10 {
  margin-left: 0 !important;
  margin-top: -10px !important;
}

.portal-form .forgot-password-heading {
  outline: none !important;
}

/* forgot password OOTB page css End */

/* reset password css  */
/* reset password css is on that html page - internal css added  */

.req-style-color {
  color: red !important;
  font-size: 1rem;
}

.event-image-name-cc {
  font-weight: 600;
  font-size: 1.3rem;
  color: white;
  text-align: center;
}

.event-image-cc {
  /* background-image: url(vt-back-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover; */

  height: 337px !important;
  max-width: 320px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}

.event-image-cc img {
  object-position: center;
  max-width: 310px;
  width: 310px;
  height: 337px;
}

.vtd-image-cc {
  /*background-image: url(vt-back-2.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  object-fit: cover;*/
}
.event-image-name-cc img {border-radius:10px !important}

.event-image-cc-eventpage {
  /* height: 450px !important; */
  height: 337px !important;
  max-width: 320px !important;
  /* padding: 10px;
  padding-top: 20px !important; */
  /* background-color: #efefef; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.event-image-cc-eventpage .card-img-top {
  border-radius: 15px;

}

.event-image-cc-eventpage {
  /* background-image: url(event-image-back-1.jpg); */
  /* background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover; */
  /* max-width: 320px;
  width: 320px;
  height: 337px; */
  overflow: hidden;
}

.event-image-cc-eventpage img {
  /* object-fit: cover; */
  object-position: center;
  max-width: 310px;
  width: 310px;
  height: 337px;
}

.event-left-img-cover-cc {
  /*background-image: url(event-image-back-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover; */
}

.give-week-sdate-edate-cover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}



.check-recurring-cover {
  width: 100% !important;
  height: unset !important;
}

.select-week-cover {
  margin-top: 28px !important
}

.start-date-cover,
.end-date-cover {
  flex-basis: 32% !important;
}

.recurring-week-day-cover [class*=checkMark-],
.recurring-week-day-cover [class^=check-],
.recurring-week-day-cover [class^=checkbox-] {
  border: none !important;
  height: unset !important;
  width: 100% !important;
  align-items: center;
  display: flex !important;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}


@media all and (max-width:992px) {

  .start-date-cover,
  .end-date-cover,
  .select-week-cover {
    flex-basis: 100% !important;
  }
}

.section__subtitle {
  font-weight: normal !important;
  line-height: 29px !important;
}

.cpd-upload-input-cover-cc {
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;

}

.cpd-upload-input {
  flex-basis: 86%;
}

.cpd-modal-button-cover.upload-btn-cover {
  flex-basis: 10%;
}

.cpd-modal-button-cover.cpd-verify-final-button-cover {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.no-my-events-found-cc {
  font-weight: 600;
}

#submitFormBtn:disabled {
  cursor: not-allowed !important;
  opacity: 0.6;
}

/* carosel css strat  */

.carousel__viewport {
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */
}

.carousel__viewport::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel__viewport {
  display: flex;
  flex-wrap: nowrap;
  /* important: row layout stop wrapping */
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 10px 0;
}

.carousel__slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  /* prevent Bootstrap from breaking flow */
}

.item {
  background: #6A5ACD;
  color: white;
  padding: 40px;
  font-size: 30px;
  border-radius: 10px;
  text-align: center;
}

/* Arrows */
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 26px;
  opacity: 0.7;
  z-index: 10;
}

.carousel__prev:hover,
.carousel__next:hover {
  opacity: 1;
}

.carousel__prev {
  left: -5px;
}

.carousel__next {
  right: -5px;
}

/* caroisel css end  */

.slick-slide {
  margin-right: 18px !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-track {
  margin-left: 0 !important;
}

.filter-sortby-cover-cc {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* 26112025  */
.our-purpose_flex {
  align-items: flex-start !important;
}


/* single card css if only single present 02122025 */
@media all and (min-width:700px) and (max-width:5000px) {
  .single-card-view-cc-1 .slick-list .slick-slide {
    /* max-width: 470px; */
    /* min-width: 460px; */
    margin-left: 20px
  }
}

.apply-btn-width-set-cc {
  /* width: 102px !important; */
  min-width: 101px !important;
  max-width: 103px !important;
}

.slick-slide {
  padding-left: 15px !important;
}

.no-my-events-found-cc {
  font-size: 0.95rem !important
}

.dropdown-center.notification-popup .dropdown-menu.show {
  background-color: white !important;
  border: unset !important;
  margin-top: -2px !important;
  transform: translateX(48%);
}

.dropdown-center.notification-popup .dropdown-menu.show .card-footer {
  padding: 8px !important;
}

.dropdown-center.notification-popup ul#notificationList li p {
  margin-top: 15px !important;
  font-size: 1rem !important;
}


.card-header-custom-cover-cc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 7px 0 7px 0;
}

.notification-heading-cc {
  font-size: 1rem !important;
  font-weight: 500;
}

.notification-details-time-cover-cc {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
}

.notification-details-cover-cc {
  flex-basis: 60%;
  font-size: 15px !important;
}

.notification-date-cover-cc {
  font-size: 12px !important;
}

.dropdown-center.notification-popup .dropdown-menu {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .12), 0 4px 4px 0 rgba(0, 0, 0, .24) !important;
}

/* .dropdown-center.notification-popup .dropdown-menu .card {
  height: 420px !important;
} */

#notificationList {
  max-height: 400px !important;
  overflow: auto !important;
}


@media all and (max-width:450px) {

  .notification-popup .dropdown-menu {
    min-width: 300px !important;
    max-width: 320px !important;
  }

  .notification-details-time-cover-cc {
    flex-wrap: wrap;
  }

  .notification-date-cover-cc {
    margin-top: 10px;
    font-size: 14px !important;
  }

  .dropdown-center.notification-popup .dropdown-menu.show {
    transform: translateX(60%);
  }

  .notification-details-cover-cc {
    flex-basis: 100%;
    font-size: 16px !important;
  }

}

/* 3-12-2025 - responsive tests  */

.our-values_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 767px) {
  .our-values_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.our-teams_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.nav-link.p-0.usertoggle:hover {
  text-decoration: none !important;
}


/* Testing after UAT test CSS addition 10122025  ------------*/

/*Home page*/

/*Our teams photos not same height set*/

.our-teams_card__image img {
  height: 460px !important;
}


/*Our mission secrtion image small height proper UI*/

.our_mision_img {
  height: 460px;
  overflow: hidden;
}

.our_mision_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: 0px 20%;
}


@media all and (max-width:767px) {

  .our_mision_flex {
    flex-wrap: wrap !important;
  }

  .our_mision_content {
    width: 100% !important;
  }

  .our_mision_img {
    width: 100% !important;
  }
}


/*Church planting page - Connect with Church Planting section - on small screen paragraph outside of background - set */

.connect_church_box_para {
  max-width: 90% !important;
}


/*Church planting page - Connect with Church Planting section - heading margin botom large - set small */

.teams-strategy-section-heading {
  margin-bottom: 8px !important;
}


/*Leadership development page - our purpose setion link hover not proper */

a.teams-overview-link:hover {
  background-color: #666f80;
  color: white !important;
  text-decoration: none !important;
  transition: all 0.3s;
}

.teams-overview-link-cover a:not(.btn):hover {
  text-decoration: none !important;
}

/*District Conference2025 page - Responsive case session seminar speaker - all images centers */

.dc-seminar-speaker-image-cc img {
  width: 75%;
  /* text-align: center; */
  display: block;
  margin: 0 auto;
}



/* Pathways page - top 3 button hover underline removed */

.overview-links-a-class:hover,
a.overview-links-a-class:not(.btn):hover {
  text-decoration: none !important;
}


/*pathways inner View your work page - button color blue to theme */

.module-submission-submit-btn-cc button {
  background-color: #666f80 !important;
}


/* Events Register page and Vision trip register page - heading font szie reduced */

.card-title-cc,
.vtd-heading-cc {
  font-size: 1.5rem !important;
}

/* sidebar Resources menu on hover inner icon white - solved */

.nav-item:hover a.nav-link svg path {
  color: #405159 !important;
  fill: #405159 !important;
}


/* new css for reading list added here  */

.maint {
  width: 240px;
  height: 340px;
  background: orange;
  position: relative;
  border: 6px solid white;
  box-shadow: -5px 7px 20px rgb(139, 139, 139);
  border-radius: 5px;
  overflow: hidden;
}

.maint:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 200px;
  background-color: #474e53;
  z-index: 1;
  top: -100px;
  left: 0;
  transform: rotate(40deg);
  border-radius: 40px;

}

.image-inner-back {
  width: 100%;
  height: 145px;

  overflow: hidden;
  position: relative;
  z-index: 2;

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40px;

}

.image-inner {
  width: 145px;
  height: 145px;
  border: 3px solid white;
  background-color: black;
  overflow: hidden;
}

.image-inner img {

  object-fit: cover;
  object-position: center center;
  width: 145px;
  height: 145px;
}

.card-heading-t {
  max-width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 90px;
}

.card-heading-t h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  text-align: center;
  max-width: 210px;
}

.truncated-3l {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mw1 {
  min-width: 265px;
  max-width: 405px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transform: scale(0.9) !important;
}

.author-t {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #311d04;

}

.card-action-parent {
  margin-top: 15px;
}

.card-actions a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.card-actions a img {
  margin-top: 6px;
}

.text-t {
  font-size: 14px;
  color: #565656;
  font-weight: 600;
  max-height: 65px;
  height: 65px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bottom-text-t {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

/* new css for rewading list added end  */

.reading-list-container button.scroll-arrow.right,
.reading-list-container button.scroll-arrow.left {
  top: 35%
}


/* 3-2-2026 */

.card-size-fixed-cc {
  max-width: 320px !important;
  padding-top: 10px;
}

.card-title-height-fixed-cc {
  max-height: 50px;
  height: 50px;
  line-height: 24px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-date-time-group-cc-fixed-ht {
  height: 75px !important;
}

.card-size-fixed-inner-cc {
  width: 320px;
  max-width: 320px;
}

.trip-destination-height-fixed-cc {
  max-height: 50px;
  height: 50px;
  line-height: 24px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-datetime-marginbottom-cc {
  margin-bottom: 15px;
}

textarea#editStepDesc {height:80px !important; resize:none !important}

.modal {
    z-index: 99999 !important;
}

.notification-popup .dropdown-menu[data-bs-popper] {
    right: 27px !important;
}

#Subgrid_new_1 .modal-add-file {
    width:60%!important;
    margin:auto !important;
    border:1px solid #d2d2d2 !important;
    box-shadow:0px 0px 5px #bdbdbd !important;
    /* margin-left:20% !important; */
    left:20% !important;
    top:10px !important;
    height: 220px;
}

#Subgrid_new_1 .modal-add-file {
    padding-right:0 !important;
}

#Subgrid_new_1 .modal-add-file .modal-body {
    min-height:150px !important;
}