.btn-white {
    color: #000 !important;
}

.btn-white:hover {
    color: #ffffff !important;
}


.footer-nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
  
  
  
  /* Modal Background Overlay */
  .modal-backdrop {
    background: rgba(0, 0, 0, 0.6) !important;
  }
  
  /* Modal Content */
  .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: modalFadeIn 0.3s ease-in-out;
  }
  
  /* Modal Header */
  .modal-header {
    background: linear-gradient(135deg, slategray, #d6e1e6);
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 15px;
  }
  
  /* Close Button */
  .modal-header .close {
    color: white;
    opacity: 1;
    font-size: 22px;
    transition: 0.3s;
  }
  
  .modal-header .close:hover {
    color: #ffcccb;
  }
  
  /* Two-Column Layout */
  .modal-body .row {
    display: flex;
    align-items: center;
  }
  
  /* Left Side (Image) */
  .modal-image {
    background: url('https://source.unsplash.com/600x400/?technology,abstract') no-repeat center;
    background-size: cover;
    height: 250px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  
  /* Right Side (Content) */
  .modal-text {
    background: #ffffff;
    padding: 20px;
    color: #333;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  
  .modal-title{
      color: #ffffff;
  }
  
  /* Custom Button */
  .btn-custom {
    background: slategray;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    transition: 0.3s;
  }
  
  .btn-custom:hover {
    background: #007bb5;
  }
  
  /* Smooth Fade-in Animation */
  @keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
  }

  


  ul.search{list-style:none;display:inline;margin-left:0 !important;padding:0}
  ul.search li{display:inline;margin:0 5px}
  
  .search-circle li a{display:inline-block;position:relative;margin:0 auto 10px auto;-moz-border-radius:25px;-webkit-border-radius:25px;border-radius:25px;text-align:center;width:50px;height:50px;font-size:20px}
.search-circle li i{margin:0;line-height:50px;text-align:center}
.search-circle i{color:#fff;-webkit-transition:all .8s;-moz-transition:all .8s;-o-transition:all .8s;-ms-transition:all .8s;transition:all .8s}
@media(max-width:769px){
  .search-circle li a{display:inline-block;position:relative;margin:0 auto 10px auto;-moz-border-radius:19px;-webkit-border-radius:19px;border-radius:19px;text-align:center;width:38px;height:38px;font-size:16px}
  .search-circle li i{margin:0;line-height:38px;text-align:center}
}
.search-circle li a{background:slategray}




.centered-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full screen height */
}
.box {
  text-align: center;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.badge1 {
  background-color: slategray !important;
} 




.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}



.card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.profile-img {
  border: 4px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.profile-img:hover {
  transform: scale(1.05);
}

.card h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

.card p.text-secondary {
  font-size: 14px;
  color: #6c757d !important;
}

.card .text-muted {
  font-size: 13px;
  color: #adb5bd !important;
}

.card button.btn {
  margin: 4px auto;
  padding: 4px 10px;
  border-radius: 30px;
}

.rounded-circle {
  border-radius: 50% !important;
  object-fit: cover;
}


.profile-pic {
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.user-heading {
  font-size: 12px;
  font-weight: 600 !important;
  margin-bottom: 5px;
  margin-top: 10px;
  color: slategray;
}

.card .text-secondary {
  font-size: 14px;
  color: #6c757d;
}

.card .text-muted {
  font-size: 13px;
  color: #adb5bd;
}

/*.action-btn {*/
/*  min-width: 100px;*/
/*  margin: 5px 3px;*/
/*  border-radius: 25px;*/
/*  padding: 6px 16px;*/
/*}*/

.panel-default > .panel-heading {
    color: #fff;
    background-color: slategray;
    border-color:
    #ddd;
    font-weight: bold;
    }
    .panel-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
    
    .toast-success {
        background-color: #28a745;
    }
    
    .toast-error {
        background-color: #dc3545;
    }