body{

}

.buy-now-wrapper{
    display: none!important;
}

*{
    text-transform: capitalize;
}

input::placeholder{
    color: #888888!important; /* Light gray or any color */
     opacity: 1;  
}

input{
    color: #000!important;
}

input:focus{
    color: #000;
}

.fw-700 {
    font-weight: 700 !important;
}

.fs-14 {
    font-size: 14px !important;
}

.vh-100 {
    height: 100vh!important;
}

input,
textarea {
  text-transform: none;
}

::placeholder {
  text-transform: none;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* select2 css */
/* Make Select2 match Bootstrap 5 .form-control */
.select2-container--default .select2-selection--single {
  height: 38px; /* same as .form-control height in BS5 */

  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}



     .alert-boxx{
        top: 20px;
    right: 40px;
   
        position:fixed;
    z-index: 9000 !important;
    width: 250px;
  
     }


     .cs-detail-head i{
        font-size: 18px!important;
     }


     .count-text {
        font-size: 1.1rem;
     }

     .count-icon i{
      font-size: 30px;
     }

     .pointerr{
      cursor: pointer;
     }

  

.timeline-main{
    position: relative;
}

.timeline-dot {
    position: absolute;
    left: -7px;
    top: 12px;
    width: 14px;
    height: 14px;
    background-color: #0d6efd;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 1;
}



/* .sidebar .sidebar-header {
    background: #000;
        border-right: 0;
    border-bottom: 0;
}

.sidebar .sidebar-body {
    background: #000;
    border-right: 0;
    border-bottom: 0;
} */

.link-title{
    color: white;;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link {
    color: #fff;
}

.nav-item .nav-link .link-icon{
    color: #fff!important;
}

footer {
    background: #000;
    color: #fff;
        position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;

}

.hidethis{
    display:none;
    
}


.tbody,td,tfoot,th,thead,tr {
     border-style:unset!important;
}

.table{
    background: white;
    border-radius: 20px;
}

.table tbody tr {
    background: unset!important;
}

.table th ,td{
    text-align: center;
}

.other-info{
    font-size: 12px;
}

.customerdetail-tabs .nav-link.active {
    background-color: var(--primary-bg-color) !important;
    color: #fff !important;
    border-radius: 0;
}

.viewcustomer thead{
    background: #6259ca;
}

.viewcustomer thead tr th{
    color: white;
}

table thead{
   background: #6259ca; 
}

table thead tr th{
    color: white!important;
}

.table {
  overflow: hidden;
}

.modaltable thead{
    background: #fff!important;
   
}

.modaltable thead tr th{
    color: #000!important;
}

.modalhead{
    background: #6259ca;
    color: #fff;
    border-radius:0;
}

.progress{
    background:#ced4da;
    padding: 0;
}

 .progress-bar {
        transition: width 0.7s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        
    }
.bloody-gradient {
  background: linear-gradient(
    135deg,
    #ff1a1a 0%,
    #ff0000 25%,
    #e60000 50%,
    #cc0000 75%,
    #b30000 100%
  );
  color: white;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(204, 0, 0, 0.7);
  border: 2px solid #ff0000;
  font-family: 'Segoe UI', sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bloody-gradient:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(255, 0, 0, 0.9);
}


.g-card{
    background: white;
    padding: 0;

}

.g-top{
    background:#6259ca;color:white;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
}

.g-body{


}

.custom-slct{
    padding: 10px;
}

.slct_hide{
    display: none;
}


slide-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
  }

  .slide-page.active {
    transform: translateX(0%);
  }

  .slide-content {
    padding: 30px;
    overflow-y: auto;
    height: 100%;
  }

  .slide-page .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
  }

  .hidden {
    display: none;
  }

  