/*-------- General Css -------  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  box-shadow: none !important;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: gray;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
li {
  list-style-type: none;
}

/*-------- General Css Ends -------  */

/* --------------- fonts ----------------  */
.font-popins {
  font-family: "Poppins", sans-serif;
}

.Nunito {
  font-family: "Nunito Sans", sans-serif;
}

/*  ----------------fonts end -------  */

/* ----------- basic Style and color  ------------*/

.w-75-res{
  width: 75% !important;
}
.w-50-res{
  width: 50% !important;
}
.dt-length {
  display: none;
}
.dt-search input {
  border-radius: 5rem;
}
.font-primary {
  color: #cf3da6;
}
.bg-primary-color {
  background-color: #cf3da6;
}

.prink-radient {
  position: absolute;

  background: rgba(183, 58, 181, 0.4);

  backdrop-filter: blur(404px);

  box-shadow: -8px -19px 502px 202px rgba(283, 58, 281, 0.1);
}
input[type="radio"] {
  accent-color: #cf3da6;
}

select:focus {
  outline: none; /* Green outline */
}
.rounded-md {
  border-radius: 10px !important;
}
.outline-none:focus {
  outline: none !important;
}

.border-color-light {
  border: 0.75px solid rgba(219, 221, 227, 1);
}
/*----------------  css --- */

.navbar-links ul li {
  padding: 12px 0;
}
.navbar-links ul li  a{
  width: 100%;
  height: 100%;
}
.sidebar hr {
  height: 2px;
  background-color: rgba(209, 209, 211, 1);
}

/* table border  */

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(241, 244, 249, 1) !important;
}

table tr span {
  width: 8rem !important;
  display: inline-block;
  text-align: center;
}

/* dashboard layout  */
/*** Layout ***/
.sidebar {
  padding: 1.5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 100vh;
  overflow-y: auto;
  transition: 0.5s;
  z-index: 999;
}
.navbar-nav li {
  padding: 0.8rem !important;
  margin: 5px !important;
}
.active {
 
  color: #cf3da6 !important;
  border-radius: 20px;
  color: #cf3da6 !important;
  /* margin: 0 25px 0 0; */
}
.active a {
  color: #cf3da6 !important;
}

.navbar-nav li:hover {
  background-color: rgba(207, 61, 166, 0.2);
  color: #cf3da6 !important;
  border-radius: 20px;
  margin: 0 25px 0 0;
}
.navbar-nav li a:hover {
  color: #cf3da6 !important;
}
.content {
  margin-left: 250px;
  min-height: 100vh;
  background: #ffffff;
  transition: 0.5s;
}

.sidebar::-webkit-scrollbar {
  width: 0px;
  /* Width of the scrollbar */
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Color of the scrollbar thumb */
}

.sidebar::-webkit-scrollbar-track {
  background: transparent;
  /* Color of the track */
}

.admin-main {
  margin-left: 280px;
  border-bottom: 2 px solid rgb(246, 244, 244);
  font-family: "Nunito Sans", sans-serif;
}

.card-shadow {
  box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05);
}
.card-shadow-2 {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.account-tab {
  width: 200px;
  right: 0.3rem;
  top: 3.2rem;
  display: none;
}
.account-tab span {
  color: black;
}
.gradient-pink {
  background: #8d6fe4;
  background: linear-gradient(90deg, #8d6fe4, #f753e8);
}

.show {
  display: block !important;
}

.notifications-tab {
  display: none;
  width: 430px;
  top: 100%;
  right: 1rem;
  z-index: 99;
}

.notification-hover:hover {
  background-color: rgba(255, 248, 253, 1);
}

.selected-payment-btn {
  border: 2px solid #cf3da6 !important;
  color: #cf3da6;
}

.bg-light-blue {
  background-color: rgba(64, 139, 252, 0.05);
}

.f-12 {
  font-size: 12px;
}
.custom-radio {
  transform: scale(1.5); /* Increase the size of the radio button */
}

/* members  page*/
.member-bg-img {
  background-image: url("../images/dashboard/members/Pattern.png");
}

.manage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 8px;
}

.new-member-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
}






/* circles  progress */
.circle-progress {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(
    var(--bg) 0%,
    var(--bg) var(--progress),
    var(--back) var(--progress)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: rotate(180deg); /* Start from bottom center */
}

.circle-progress::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.circle-text {
  position: absolute;
  z-index: 2;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  transform: rotate(-180deg); /* Start from bottom center */
}
.circle-text p {
  margin: 0;
}
.circle-des {
  font-size: 0.65rem;
}



/* data table  */

table tr span{

  text-align: left !important;
}