.card-custom {
  color: var(--font-color);
  border: none;
  border-radius: 15px;
  padding: 20px;
  flex-direction: row !important;
    justify-content: space-between;
}
.nav-link:focus, .nav-link:hover{
    text-decoration: none;
    border: 0;
    outline: 0;
}
.page-template-dashboard .card{
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
/* .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%;
}
.card-body{
  background-color: transparent;
}
.custom-icon{
    background: #E9EFFC;
    color: var(--primary-color);
    border-radius: 50%;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-icon i{
      font-size: 20px;
}

/* 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; */
    
}
.sp-nav-link{
      padding: 10px 5px!important;
}
.navbar-expand.custom-portal-header-navbar{
      z-index: 9999;
}
.dashboard-header small{
  color: #fff;
}
a:focus{
      outline: 0;
}
.dashboard-btn{
  display: inline-flex!important;
}
.track-input {
    margin-bottom: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
.track-input-wrapper input[type="text"]:focus{
      box-shadow: none;
}
.dimension-row{
      display: flex;
    width: 50%;
    flex: 0 0 50%;
}
.form-row.Dimmeensions .dimension-row{
      width: 100%;
      flex: auto;
}
.step.active span {
    border: 0;
}
.content-wrapper>.content{
      background: #F9FAFB;
}


@media (max-width: 767.98px) {
    .dashboard-header{
        /* flex-direction: column; */
    }
    .fi-pub-coverage-grid{
      
      grid-template-columns: repeat(2, 1fr);
    }
    .date-pick-box{
        width: 100% !important;
    }
    .date-pick-box input[type="date"]{
        width: 100%;
    }
    .navbar-expand.custom-portal-header-navbar{
      display: flex;
      align-items: center;
    }
    .track-input-wrapper > .track-input{
        padding: 14px 14px;
        font-size: 12px;
    }
    .quote-col .info-icon{
        padding: 8px 15px;
        height: auto;
        width: auto;
    }
   .page-template-shipment-portal .form-step button{
         margin-left: 0px;
    }
}


/* 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;
  }
}