:root {
}

.custom-form-control {
  height: 40px;
}

.custom-form-error {
  font-size: 12px;
}
.tbl-border-rounded {
  border-radius: 10px !important;
}

.user-paceholder {
  height: 70px;
  border-radius: 50px;
  border: 4px solid #c3c3c3;
}

.user-name {
  color: #787878;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1rem;
}

/* Sidebar */
.authpage-logo img {
  width: 150px !important;
}

.navigation-btn {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}

/* Overlay Loading */
.overlay-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-link-item {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  color: #787878;
  font-weight: 500;
}
.social-link-item .social-link-item-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cursor-hand {
  cursor: pointer;
}

.ck-editor__editable {
  min-height: 120px; /* Set a custom minimum height */
  max-height: 300px; /* Optionally, you can set a max height */
  overflow-y: auto; /* Add scroll if content overflows */
}
/* Basic table styling */
.table-striped-new {
  width: 100%;
  border-collapse: separate; /* Changed to separate to allow rounded corners */
  border-spacing: 0;
}

/* Table header */
.table-striped-new th {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: left;
  font-weight: bold;
}

/* Table cells */
.table-striped-new td {
  padding: 10px 20px;
}

/* Striped rows */
.table-striped-new tr:nth-child(odd) {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

/* Optional hover effect */
/* .table-striped-new tr:hover {
  background-color: #e6e6e6;
  border-radius: 10px;
} */

/* Styling for the first and last cells to round corners */
.table-striped-new tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.table-striped-new tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.program-benifits ul {
  list-style-position: inside;
  /* margin-left: 20px; */
  padding-left: 0;
  list-style: none;
}

.program-benifits ul li {
  background-color: white;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  padding-left: 20px;
}

.program-benifits ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  position: absolute;
  background: rgb(159, 159, 159);
  top: 17px;
  left: 5px;
}

.plan-features ol,
.plan-features ul {
  list-style-position: inside;
  /* margin-left: 20px; */
  padding-left: 0;
  /* list-style: none; */
}

.plan-features ol li,
.plan-features ul li {
  background-color: white;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  padding-left: 20px;
}

/* .plan-features ol li::before,
.plan-features ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  position: absolute;
  background: rgb(159, 159, 159);
  top: 17px;
  left: 5px;
} */

.p-image {
  height: 100px;
  width: 100px;
  position: relative;
}

.p-image img {
  height: 100%;
  width: 100%;
}

.p-image-remove {
  /* height: 30px;
  width: 30px; */
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 5px;
  padding: 10px;
  color: white;
}
