.logo-lg  img {
     height: 70px;
    width: 139px;
}
.card-header {
      color: #fff;
      font-weight: 600;
      padding: 8px 15px;
    }
    .gauge {
      width: 120px;
      height: 60px;
      border-radius: 100px 100px 0 0;
      background: #eee;
      margin: 20px auto;
      position: relative;
    }
    .gauge::after {
      content: "";
      position: absolute;
      width: 4px;
      height: 45px;
      background: #444;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) rotate(-70deg);
      transform-origin: bottom center;
    }
    .gauge-value {
      margin-top: 10px;
    }
.new-card {
    min-height: 150px;
} 
.card.sec {
    margin-bottom: 10px!important;
} 
.chart-box {
      border: 2px solid;
      border-radius: 5px;
      padding: 10px;
      margin-bottom: 20px;
    }
.purple-border { border-color: purple; }
.black-border { border-color: black; }
.green-border { border-color: green; }
.blue-border { border-color: blue; }
.chart-box h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: center;
} 
.category-box {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 20px;
      margin: 0px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .category-box h5 {
      margin-bottom: 20px;
      font-weight: bold;
    }

   .category-box .table td, .table th {
      vertical-align: middle;
      text-align: center;
    }

   .category-box .btn-action { margin: 0 2px; }
   .category-box .modal-lg { max-width: 700px; }
   .category-box .action-buttons { display: flex; gap: 5px; justify-content: center;
 } 
 .btn-group{
    margin-left: 15px;
}
 .btn-group .btn.btn-light{
    border: 1px solid #cdc8c8;
}
.add-catogary {
    width: 550px;
    margin: 0 auto;
    margin-top: 50px;
}
.add-catogary button.close {
    position: absolute;
    top: 10px;
    right: 21px;
}
.img-catog {
    width: 120px;
    height: 150px;
    margin-top: 12px;
}
select.form-controll {
    height: 38px;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 4px;
    outline: none;
    color: #726a6a;
}


.prodct-table .product-image {
    width: 45px;
    height: auto;
    border-radius: 4px;
    padding: 3px;
    border: 1px solid #d8d4d4;
}

.prodct-table .product-title {
     font-weight: 500;
    max-width: 120px;
    font-size:12px;
    color:#333;
    word-wrap: break-word;
} 
.prodct-table td {
    font-size:12px;
    color:#333;
} 

.prodct-table .toggle-switch {
    position: relative;
     width: 45px;
    height: 24px;
     margin: 0 auto;
 }

.prodct-table .toggle-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

.prodct-table .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 24px;
            transition: .3s;
        }

.prodct-table .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 3px;
            bottom: 3px;
            background-color: white;
            transition: .3s;
            border-radius: 50%;
        }
.prodct-table .toggle-red .slider { background-color: #dc3545; }
.prodct-table .toggle-red input:checked + .slider { background-color: #28a745; }
        
.prodct-table .toggle-green .slider { background-color: #28a745; }
.prodct-table  .toggle-green input:checked + .slider { background-color: #28a745; }
        
.prodct-table  input:checked + .slider:before {
            transform: translateX(21px);
        }
.prodct-table .action-buttons {
            display: flex;
            gap: 2px;
            justify-content: center;
            flex-wrap: wrap;
        }
.font14{
    font-size: 14px!important;
}
.prodct-table .btn {
            padding: 4px 8px;
            border: none;
            border-radius: 3px;
            font-size: 10px;
            cursor: pointer;
            transition: opacity 0.2s;
            color: white;
            font-weight: 500;
        }

.prodct-table .btn:hover {
            opacity: 0.8;
        }

.prodct-table .btn-primary { background-color: #17a2b8; }
.prodct-table .btn-info { background-color: #17a2b8; }
.prodct-table .btn-purple { background-color: #6f42c1; }
.prodct-table  .btn-success { background-color: #28a745; }
.prodct-table .btn-secondary { background-color: #6c757d; }
.prodct-table .btn-warning { background-color: #28a745; }
.prodct-table .btn-danger { background-color: #dc3545; }

.prodct-table .quantity {
            font-weight: 500;
        }

.prodct-table tr:hover {
      background-color: #f8f9fa;
}
.panel {
    border: 0;
    opacity: 1;
    margin-bottom: 35px;
}
.panel>.panel-heading:after, .panel.panel-colorful>.panel-heading:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    left: 35px;
    right: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.panel-body {
    padding: 25px 15px;
    border-bottom: 1px solid #d4d0d0;
}
.btn.btn-mint{
  background-color: #16a085;
    border-color: #15977e;
    color: #fff;
        margin-top: 13px;
}
.btn-file input[type=file]
 {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: white;
    cursor: inherit;
    display: block;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-default {
    background-color: #fff;
    border-color: #c3cedb;
    color: #404040;
}
.dataTables_length {
    float: left;
        margin-top: 17px;
    margin-bottom: 10px;
}
.dataTables_filter {
    float: right;
    text-align: right;
        margin-top: 17px;
    margin-bottom: 10px;
}
.dataTables_paginate {
    float: right;
    text-align: right;
    margin-top: -21px;
}
.dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
}
.btn.btn-dark.destroy {
   margin-left: -261px;
}
.pull-right {
    float: right !important;
    margin-top: -35px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.dot-icon {
        font-size: 10px !important;
  }

  .options-cell {
            white-space: nowrap;
        }

        .pagination-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            background-color: #f8f9fa;
            border-top: 1px solid #dee2e6;
        }

        .pagination-info {
            font-size: 13px;
            color: #6c757d;
        }

        .pagination-controls {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .records-select {
            padding: 5px 8px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            font-size: 13px;
        }

        .pagination {
            display: flex;
            gap: 5px;
        }

        .page-btn {
            padding: 6px 10px;
            border: 1px solid #dee2e6;
            background-color: white;
            color: #007bff;
            cursor: pointer;
            border-radius: 4px;
            font-size: 13px;
        }

        .page-btn:hover {
            background-color: #f8f9fa;
        }

        .page-btn.active {
            background-color: #007bff;
            color: white;
            border-color: #007bff;
        }

        .page-btn:disabled {
            color: #6c757d;
            cursor: not-allowed;
            opacity: 0.6;
        }

        .currency {
            font-weight: 600;
        }
.sale-code {
            color: #007bff;
            font-weight: 500;
        }

        .guest-buyer {
            color: #17a2b8;
            font-weight: 500;
        }

        .status-badge {
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 8px;
            font-weight: 600;
            text-transform: uppercase;
            color: white;
            display: inline-block;
        }

        .admin-pending {
            background-color: #ff011a;
        }

        .admin-due {
            background-color: #f5081f;
        }  
        
.float-right{
    float: right;

}  
.manage-sale table.table.table-bordered {
    white-space: nowrap;
} 
.img-circle {
    border-radius: 50%;
}
.img-border {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.img-md {
    width: 64px;
    height: 64px;
}
.pad-ver {
    padding-top: 15px;
    padding-bottom: 15px;
}
.amChartsCompareList {
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px;
}
.panel-footer {
    text-align: center;
    margin-top: 24px;
}
.img-border {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.img-sm {
    width: 46px;
    height: 46px;
}
.input-group-addon {
    border: 1px solid #e1e5ea;
    background-color: transparent;
    border-radius: 2px;
    min-width: 45px;
}
.img-border {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.img-sm {
    width: 46px;
    height: 46px;
}
.panel-title {
    font-weight: 300;
    padding: 0 0 0 15px;
    font-size: 18px;
    line-height: 39px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
}
.label-primary {
    background-color: #458fd2;
}
.bootstrap-tagsinput .tag {
    display: inline-block;
    padding: 5px;
    margin: 2px 2px 2px 0;
    color: white;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #e1e5ea;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 2px;
    min-width: 100%;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}
.form-control {
    font-size: 12px;
    color: #6c6969;
}


