/* Dropdowns */
.btn.dropdown-toggle.btn-light {
    border: 1px solid #dee2e6;
  }
  
  .dropdown-toggle::after {
    display: none !important;
  }
  
  .nav-item.dropdown .dropdown-toggle::after {
    display: inline-block !important;
  }
  
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding: 0 20px 0 0;
  }
  
  /* Barcode */
  .barcode-box {
    background: #d5d1d2;
    padding: 1px 3px 2px;
    border-radius: 7px;
  }
  
  /* Forms */
  .form-control {
    border-radius: 0;
  }
  
  .input-group-addon {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 9px;
    background: #d1ced1;
    border-radius: 5px;
  }
  
  input.form-control.timePicker {
    border-radius: 0;
  }
  
  /* Box Components */
  .box-body {
    border: 1px solid #d1d1d2;
  }
  
  .box-title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    background: #d7daea;
  }
  
  /* Booking Styles */
  .inner {
    border: 1px solid #198754;
    margin-bottom: -1px;
    color: #fff;
    padding: 10px;
  }
  
  .inner h3 {
    font-size: 30px;
  }
  
  .inner svg {
    font-size: 30px;
    background: #fff;
  }
  
  .inner p {
    line-height: 1.3;
  }
  
  .box-footer {
    border-top: 1px solid #53a57f;
    background-color: #198754;
    padding: 10px;
    display: flex;
    justify-content: center;
  }
  
  /* Dashboard */
  .das-startus-block {
    margin-bottom: 15px;
  }
  
  .das-startus-block.overview,
  .das-startus-block.support {
    background: #fff;
  }
  
  .das-startus-block.support {
    border: 0;
    margin-bottom: 30px;
  }
  
  .das-startus-block .icon {
    float: left;
    width: 30%;
    height: 70px;
    font-size: 2.6em;
    line-height: 70px;
    text-align: center;
    border-radius: 4px 0 0 4px;
  }
  
  .das-startus-block .icon i {
    color: #fff;
  }
  
  .das-startus-block .detail {
    float: left;
    padding: 8px 15px;
    width: 70%;
    height: 70px;
    border-radius: 0 4px 4px 0;
  }
  
  .das-startus-block span.count {
    font-size: 2em;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .das-startus-block span.desc {
    display: block;
    font-size: 0.8em;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
  }
  
  /* Panel */
  .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  
  /* Buttons */
  .btn.btn-default {
    color: #b7b7b7;
    border: 1px solid #b7b7b7;
  }
  
  .btn.btn-default.active {
    color: #210a0e;
    background: #d5d1d2;
  }
  
  /* Product Image */
  .productimgname {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
  }
  
  .productimgname img {
    width: 52px;
    height: 52px;
    margin-right: 10px;
    background-color: #fff;
  }