label,.color_white{
  color:white;
}

/*pagination*/
.bg-pink {
  background-color: #9b025e !important;
  color: #fff !important;
}

.border-pink {
  border-color: #e91e63 !important;
}
/*end of pagination*/

/*table*/
 table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
      background-color: #1e1e1e;
    }
	th, td {
      padding: 10px;
      text-align: center;
      border-bottom: 1px solid #333;
    }
    th {
      background-color: #2d2d2d;
      color: white;
    }
    .green {
      color: #00ff88;
    }
    .red {
      color: #ff4d4d;
    }
    .bold {
      font-weight: bold;
    }
/*end table*/
/*all select */
select.form-select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
/*end all select */
/*special button */
.btn-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
/*end special */
/* Responsive sidebar */
/* Responsive sidebar */
.sidebar {
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    z-index: 1050;
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .content {
    margin-left: 0 !important;
  }

  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 1040;
  }

  .overlay.active {
    display: block;
  }
}

/* End Responsive sidebar */
body {
  background-color: #121212;
  font-family: 'Segoe UI', sans-serif;
}

.sidebar {
  width: 220px;
  min-height: 100vh;
  background-color: #000;
}

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

.sidebar .nav-link:not(.active):hover{
  color: white;
}

.btn-pink {
  background-color: #9b025e;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 8px;
}

.btn-pink:hover {
  background-color: #9b025e;
}
.active{
  background-color: #9b025e;
  color: white;
}
.card-stats {
  background-color: #1e1e1e;
  color: white;
  border: none;
  border-left: 5px solid #9b025e;
  border-radius: 12px;
  padding: 16px;
  transition: transform 0.2s ease;
}

.card-stats:hover {
  transform: translateY(-3px);
}


/*login page */
input.form-control.pe-5 {
  padding-right: 2.5rem; /* leaves room for the icon */
}
#forgot{
	cursor: pointer;
}
 #forgot:hover{
			color:blue!important;
		}
.text-pink {
  color: #9b025e;
}

.btn-pink {
  background-color: #9b025e;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
}

.btn-pink:hover {
  background-color: #9b025e;
}

.card {
  border: none;
}

input.form-control:focus {
  border-color: #9b025e;
  box-shadow: 0 0 0 0.25rem rgba(233, 30, 99, 0.25);
}
