  .btn1{
    margin-left: 824px; 
    margin-top: -327px;
  }
  .toggle {
      background: #4b49ac !important;
      cursor: pointer;
      width: 40px;
      height: 22px !important;
      background: #B5B5B5;
      display: block;
      border-radius: 24px;
      position: relative;
      margin-bottom: 0;
  }
  .toggle2 {
      left: calc(100% - 30px);
      transform: translateX(-99%);
      content: "";
      position: absolute;
      top: 4px;
      left: 19px;
      width: 16px;
      height: 16px;
      background: white;
      border-radius: 16px;
      transition: 0.3s;
      margin-top: -1px;
  }
  

  .status {
     position: absolute;
      top: -2px;
      left: -54px;
      color:#4b49ac;
  }
  .offline-button {
      background-color: #B5B5B5 !important;
      color: #000 !important;
  }

  .item{
     margin-left: 148px;
      margin-top: -5px;

  }

  .price{
      margin-left: 10px;
  }
  
  /* Styles for the toggle button */
  .toggle-pill {
    margin-left: 163px; /* Adjust the margin as needed */
  }

  .toggle1 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }

  .toggle1 input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Grey background color */
    border-radius: 10px; /* Make it a circle by adjusting border-radius */
    -webkit-transition: .4s;
    transition: .4s;
  }

  .toggle1 input:checked + .slider {
    background-color: #4b49ac; /* Orange background color when checked */
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%; /* Make it a circle */
    -webkit-transition: .4s;
    transition: .4s;
  }

  .toggle1 input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

/* category Item Table */
.cat-item  {
   cursor: move;
    background-color: #fff;
    padding: 0.75rem 1.25rem0.75rem 0.75rem;
    box-shadow: 4px 4px 16px #e1e1e1, -2px -2px 16px #fff;
    margin-bottom: 15px;
    border-left: 2px solid #d1d1d1;
    transition: all 0.3s ease;
    width: 426%;
}

.list_label {
    cursor: move;
    margin-bottom: 0;
    padding: 5px 15px;
    font-weight: 510;
}
/* my profile image and select tag */
.img-profile {
  border-radius: 50%;
}

select.form-control {
  color: #495057;
}
.blockquote {
  padding: 12px;
  border: 1px solid #CED4DA;
}
.mdi-folder-multiple-image {
  font-size: 40px;
}
/*Font Size Class*/
.fs-20{
  font-size: 20px !important;
}

/*manage page image baground*/
.media {
    align-items: center;
}


.card .card-manage {
    border: 1px solid rgb(165, 164, 164);
    border-radius: 8px;
    padding: 10px 15px;
}

.manage-icon {
    background-color: #fffeed;
    border-radius: 8px;
    padding: 10px;
}

.card-text:last-child {
    padding-left: 15px;
}

.day-box {
    border: #000 solid 1px;
    border-radius: 3px;
    padding: 5px;
}

a{
    color:black;
}

a:hover{
    text-decoration:none;
    color:black;
}
.sidebar .nav .nav-item.active > .nav-link i, .sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item.active > .nav-link .menu-arrow{margin-left:15px;}
