.card-custom {
  color: var(--font-color);
  border: none;
  border-radius: 15px;
  padding: 20px;
  flex-direction: row !important;
    justify-content: space-between;
}
/* .sales-card i{
  background: linear-gradient(to right, #f857a6, #ff5858);
}
.orders-card i{
  background: linear-gradient(to right, #4facfe, #00f2fe);
}
.visitors-card i{
  background: linear-gradient(to right, #43e97b, #38f9d7);
} */
 .sales-card i{
  color:  #8540f5;
}
.orders-card i{
  color:  #4facfe;
}
.visitors-card i{
  color: #38f9d7;
}
.booking{
    color: #17a2b8;
}
.date-pick-box input[type="date"] {
    background: var(--blue-primary);
    width: 200px;
    line-height: 0;
     margin-bottom: 0;
     padding: 8px;
}
.date-pick-box{
     width: 200px!important;
    
}
/* Hide native calendar icon */
.custom-date-picker::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Input styling */
.custom-date-picker {
  /* background-color: #1f2937; Dark background */
  color: #ffffff;            /* White text */
  padding-right: 2.5rem;     /* Space for icon */
  border: 1px solid #374151;
  border-radius: 4px;
  height: 38px;
}

/* Custom calendar icon */
.calendar-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  pointer-events: none;
  font-size: 14px;
}



.upgrade-btn {
  background-color: #ffd700;
  color: black;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.upgrade-btn i {
  margin-right: 8px;
}
.card{
    /* background-color: #2f2d2d!important; */
    
}

@media (max-width: 767.98px) {
    .dashboard-header{
        flex-direction: column;
    }
    .date-pick-box{
        width: 100% !important;
    }
    .date-pick-box input[type="date"]{
        width: 100%;
    }
}


/* my address book css s */
@media (max-width: 767.98px) {
  .shipment-table-header.my-add-header{
    flex-direction: column;
    align-items: start!important;
  }
  .my-add-header span{
    margin-bottom: 20px;
  }
}