/* ===========================================
   Cleentrades Bootstrap Override Styles
   Elegant UI/UX enhancement (no HTML changes)
   =========================================== */

/* === Global Typography === */

/* === Navbar === */

/* === Buttons === */
.btn {
  border-radius: 0.4rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  transform: translateY(-2px);
}

.btn-success {
  background-color: #10b981;
  border-color: #10b981;
}
.btn-success:hover {
  background-color: #059669;
}
.btn-danger {
  background-color: #ef4444;
  border-color: #ef4444;
}
.btn-danger:hover {
  background-color: #dc2626;
}

/* === Tables === */
.table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.table th {
  background-color: rgb(29, 29, 29);
  font-weight: 700;
  border-top: none;
  color: #575656 !important;
}
.table tbody tr {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transition: background-color 0.2s ease;
  font-weight: 600;
}

.table td {
  border-top: none;
  border-bottom: none;
  vertical-align: middle;
  background: #111 !important;
}


/* === Alerts === */
.alert {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  font-weight: 500;
}
.alert-primary {
  background-color: #eff6ff;
  color: #1d4ed8;
}
.alert-success {
  background-color: #ecfdf5;
  color: #047857;
}
.alert-danger {
  background-color: #fef2f2;
  color: #b91c1c;
}



/* === Icons === */
i {
  vertical-align: middle;
  transition: color 0.2s ease;
}
i.text-primary {
  color: #3b82f6 !important;
}
i.text-success {
  color: #10b981 !important;
}
i.text-danger {
  color: #ef4444 !important;
}

.etext {
    color: #575656;
}

.tabledark, #datatable-basic {
    background-color: rgb(37, 37, 37) !important;
}
/* === Sticky Bottom Navigation (Mobile) === */
.sticky-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: rgb(29, 29, 29);
  border-top: 1px solid #575656;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1050;
}

.footer-middle-border {
border-top: 1px solid #575656 !important;
}

.navline {
border-bottom: 1px solid rgb(56, 55, 55);
}

.wooxtoicon {
    display: block !important;
    margin: 0 auto !important;          /* center horizontally */
    max-width: 60px !important;         /* reduce size */
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}
.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.how__thumb9 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 120px !important;
}

input [type="check"] {
  position: relative;
  z-index: 9999;
  pointer-events: auto !important;
  opacity: 1 !important;
}

.form-check-label {
  pointer-events: auto !important;
  cursor: pointer;
}

.form-check,
.form-group {
  pointer-events: auto !important;
}

.nav-custom-all {
  background-color: rgb(31, 31, 31);
  color: rgb(228, 227, 227);
}

.nav-custom {
  background-color: rgb(29, 29, 29);
}

.nav-custom-input {
  background-color: rgb(29, 29, 29);
  color: #ecfdf5;
}

.nav-custom a {
    color: #575656;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.25s ease;
}

.nav-custom a i {
  font-size: 1.3rem;
  transition: transform 0.2s ease;
}

#col {
  color: #F2D04E;
}

.nav-custom a:hover {
  color: #F2D04E;
}

.nav-custom a.active {
  color: #F2D04E;
}

.sticky-bottom-nav a {
  color: #575656;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color 0.25s ease;
}

.sticky-bottom-nav a i {
  font-size: 1.3rem;
  margin-bottom: 0.25rem;
  transition: transform 0.2s ease;
}

.sticky-bottom-nav a:hover {
  color: #F2D04E;
}

.sticky-bottom-nav a.active {
  color: #F2D04E;
}

.sticky-bottom-nav a.active i {
  transform: scale(1.15);
}

@media (min-width: 768px) {
  .sticky-bottom-nav {
    display: none;
  }
}
