    .table-responsive {
        margin: 14px 0;
    }

    .table-wrapper {
        min-width: 1000px;
        background: #fff;
        padding: 20px 25px;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

    .table-title {
        padding-bottom: 15px;
        background: #299be4;
        color: #fff;
        padding: 16px 30px;
        margin: -20px -25px 10px;
        border-radius: 3px 3px 0 0;
    }

    .table-title h2 {
        margin: 5px 0 0;
        font-size: 24px;
    }

    .table-title .btn {
        color: #566787;
        float: right;
        font-size: 13px;
        background: #fff;
        border: none;
        min-width: 50px;
        border-radius: 2px;
        border: none;
        outline: none !important;
        margin-left: 10px;
    }

    .table-title .btn:hover,
    .table-title .btn:focus {
        color: #566787;
        background: #f2f2f2;
    }

    .table-title .btn i {
        float: left;
        font-size: 21px;
        margin-right: 5px;
    }

    .table-title .btn span {
        float: left;
        margin-top: 2px;
    }

    table.table tr th,
    table.table tr td {
        border-color: #e9e9e9;
        padding: 12px 15px;
        vertical-align: middle;
    }

    table.table tr th:first-child {
        width: 60px;
    }

    table.table tr th:last-child {
        width: 100px;
    }

    table.table-striped tbody tr:nth-of-type(odd) {
        background-color: #fcfcfc;
    }

    table.table-striped.table-hover tbody tr:hover {
        background: #f5f5f5;
    }

    table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }

    table.table td:last-child i {
        opacity: 0.9;
        font-size: 18px;
        margin: 0px;
    }

    table.table td a {
        font-weight: bold;
        color: #566787;
        display: inline-block;
        text-decoration: none;
    }

    table.table td a:hover {
        color: #2196F3;
    }

    table.table td a.settings {
        color: #2196F3;
    }

    table.table td a.delete {
        color: #F44336;
    }

    table.table td i {
        font-size: 19px;
    }

    table.table .avatar {
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
    }

    .status {
        font-size: 30px;
        margin: 2px 2px 0 0;
        display: inline-block;
        vertical-align: middle;
        line-height: 10px;
    }

    .text-success {
        color: #10c469;
    }

    .text-info {
        color: #62c9e8;
    }

    .text-warning {
        color: #FFC107;
    }

    .text-danger {
        color: #ff5b5b;
    }

    .pagination {
        float: right;
        margin: 0 0 5px;
    }

    .pagination li a {
        border: none;
        font-size: 13px;
        min-width: 30px;
        min-height: 30px;
        color: #999;
        margin: 0 2px;
        line-height: 30px;
        border-radius: 2px !important;
        text-align: center;
        padding: 0 6px;
    }

    .pagination li a:hover {
        color: #666;
    }

    .pagination li.active a,
    .pagination li.active a.page-link {
        background: #03A9F4;
    }

    .pagination li.active a:hover {
        background: #0397d6;
    }

    .pagination li.disabled i {
        color: #ccc;
    }

    .pagination li i {
        font-size: 16px;
        padding-top: 6px
    }

    .hint-text {
        float: left;
        margin-top: 10px;
        font-size: 13px;
    }

    .dataTables_paginate.paging_simple_numbers {
        display: inline-flex;
        float: right;
        margin-right: 15px;
        margin-top: 20px;
    }

    div.dataTables_wrapper div.dataTables_info {
        margin-left: 15px;
        margin-top: 20px;
        display: inline-flex;
    }

    .dataTables_length {
        display: inline-flex;
        margin-left: 15px;
        margin-bottom: 5px;
    }

    #users_filter {
        display: inline-flex;
        float: right;
        margin-right: 15px;
        margin-bottom: 5px;
    }

    thead th {
        background: #7E99A3 !important;
        color: #fff;
    }
.sidebar-menu li.active a {
    background-color: #7E99A3;
    color: #fff;
}
.btn-primary {
    background-color: #4C585B;
    border: 1px solid #11487c;
}
.btn-primary:hover {
    background-color: #4C585B;
    border: 1px solid #11487c;
}
.newloadbtn, .newloadbtn:hover {
    background-color: #4C585B;
    border: 1px solid #11487c;
    color: #fff;
    border-radius: 8px;
}
    .ui.dimmer {
        background: rgba(0, 0, 0, .65);
    }

    .sidebar,
    .header {
        z-index: 1;
    }

    .custoemrdetailsul li {
        list-style: none;
        margin: 10px 0;
    }

    .custoemrdetailsul li span {
        width: 230px;
        display: inline-block;
    }

    .wedit,
    .wedit .fa,
    .wedit .fa:before {
        color: #fff;
    }

    .form-floating > label {
        color: #777777;
    }

    .calendar-table thead th,
    .datepicker-days thead th {
        background: none !important;
        color: #000;
    }

    .actiondrop .dropdown-item {
        padding: 10px 20px;
    }

    .loading__overlay {
        content: '';
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;

        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0);
        height: 0;
        width: 0;
    }

    .loading__overlay.waiting {
        visibility: visible;
        opacity: 1;
        content: '';
        width: 100%;
        height: 100%;
        display: flex;
        z-index: 999999;
        align-items: center;

        position: fixed;

        background-color: rgba(0, 0, 0, 0.65);
        cursor: wait;
    }

    .waiting .loading__icon {
        content: '';
        width: 5%;
        height: 5%;
        min-width: 50px;
        min-height: 50px;
        background-image: url(../../images/loading-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
    }

    .c-stepper__item {
        position: relative;
        display: flex;
        gap: 1rem;
        padding-bottom: 3.3rem;
    }

    a.hidlink {
        display: none;
    }

    .nolink {
        pointer-events: none;
        color: #eee !important;
    }

    /* .c-stepper__item:before {
    content: "";
    flex: 0 0 var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background-color: lightgrey;
}*/
    .c-stepper__content {
        max-width: 600px;
    }

    .c-stepper__number {
        height: var(--circle-size);
        border-radius: 50%;
        background-color: lightgrey;
        height: 35px;
        width: 35px;
        text-align: center;
    }

    .c-stepper__title {
        font-weight: bold;
        font-size: clamp(1rem, 4vw, 1.25rem);
        margin-bottom: clamp(0.85rem, 2vmax, 1rem);
    }

    .disable .c-stepper__title {
        color: #ababab;
    }

    .c-stepper__item:not(:last-child):after {
        content: "";
        position: absolute;
        left: 0;
        top: calc(var(--circle-size) + var(--spacing));
        bottom: var(--spacing);
        z-index: 0;
        transform: translateX(calc(var(--circle-size) / 2));
        width: 2px;
        background-color: #e0e0e0;
    }

    .c-stepper__number:before {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f068";
        position: absolute;
        top: 4px;
        left: 10px;
        font-size: 20px;
        color: #fff;
    }

    .done .c-stepper__number {
        background-color: #35b309;
    }

    .reject .c-stepper__number {
        background-color: #b30909;
    }

    .done .c-stepper__number:before {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f00c";
        position: absolute;
        top: 3px;
        left: 8px;
        font-size: 20px;
        color: #fff;
    }

    .noactivebtn {
        border-color: #e6e6e6 !important;
        pointer-events: none !important;
        opacity: .65 !important;
        color: #ababab !important;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #f4f4f4;
        opacity: 1;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #scoretable td {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        padding-right: 10px;
    }

    #scoretable td:nth-child(2),
    #scoretable td:nth-child(3),
    #scoretable th:nth-child(2),
    #scoretable th:nth-child(3) {
        text-align: center;
    }

    #scoretable th {
        padding-right: 10px;
        line-height: 1;
    }

    .radio label span::before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #00005c;
    }

    .radio label input:checked + span::before {
        box-shadow: inset 0 0 0 0.4375em #00005c;
    }

    #scoretable td:nth-child(2) {
        font-weight: 700;
    }

    #scoretable td:nth-child(3) {
        color: #ccc;
    }

    .icdiv {
        position: relative;
        padding: 30px;
        padding-top: 30px;
        padding-top: 10px;
    }

    .icdiv img {
        max-width: 100%;
    }

    .radio label {
        display: flex;
        cursor: pointer;
        font-weight: 500;
        position: relative;
        overflow: hidden;
        margin-bottom: 0.375em;
    }

    .radio label input {
        position: absolute;
        left: -9999px;
    }

    .radio label span {
        display: flex;
        align-items: center;
        padding: 0.575em 1.75em 0.575em 1.375em;
        border-radius: 99em;
        transition: 0.25s ease;
    }

    .radio label span::before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #00005c;
    }

    .radio label input:checked + span::before {
        box-shadow: inset 0 0 0 0.4375em #00005c;
    }

    .radio label input:checked + span {
        background-color: #d6d6e5;
    }

    .custoemrdetailsul {
        padding-left: 0rem;
    }

    .custoemrdetailsul li {
        margin: 0;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #e9e9e9;
    }

    .custoemrdetailsul li span {
        display: inline-block;
        width: 250px;
    }
    .custoemrdetailsul.cstableft li span {
        display: inline-block;
        width: 150px;
    }
    .form-control.err {
        border: 1px solid #f60b0b;
    }

    .hyperlink {
        color: #11487c!important;
        font-weight: 600!important;
        text-decoration: underline!important;
    }
.badge{
    font-weight: 400;
    padding: 7px 8px!important;
}
.badge-warning{
    color: #d3841c!important;
    background-color:#ffedd4!important;
}
.badge-info{
   color: #113b99!important;
    background-color:#e4eaf9!important; 
}
.badge-success{
    color: #1f9911!important;
    background-color:#e6fce9!important;
}
.badge-danger{
    color: rgb(220 38 38 / 1)!important;
    background-color: rgb(254 226 226 / 1)!important;
}
.badge-secondary{
    color: #113b99!important;
    background-color:#e4eaf9!important; 
}
       

@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: top; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb; }

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }
ul.permissionlist{
    padding-left: 0;
}
ul.permissionlist ul{
    padding-left: 40px;
}
ul.permissionlist,ul.permissionlist ul{
    display: block;
    position: relative;
}
ul.permissionlist li{
 display: block;  
     position: relative;
}
.backup{
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500!important;
}
.downloadbacksql{
    
}


.tooltip:before,
.tooltip:after {
 position: absolute;
 content: ‘’;
 opacity: 1;
 transition: all 0.4s ease;
}
.tooltip:before {
 border-width: 10px 8px 0 8px;
 border-style: solid;
 border-color: #1687d9 transparent transparent transparent;
 top: -15px;
 transform: translateY(20px);
}
.tooltip:after {
 content: attr(data-tooltip);
 background: #1687d9;
 width: 160px;
 height: 40px;
 font-size: 14px;
 font-weight: 400;
 top: -75px;
 left: -10px;
 padding: 10px;
 border-radius: 5px;
 letter-spacing: 1px;
 transform: translateY(20px);
}
.tooltip:hover::before,
.tooltip:hover::after {
 opacity: 1;
 transform: translateY(-2px);
}

[data-tooltip]:not([data-position]):before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #000;
    margin-left: -0.07142857rem;
    margin-bottom: 0.14285714rem;
    z-index: 1900;
}
[data-tooltip]:after {
    pointer-events: none;
    content: attr(data-tooltip);
    position: absolute;
    text-transform: none;
    text-align: left;
    text-shadow: none;
    white-space: nowrap;
    font-size: 11px;
    border: 0;
    line-height: 1.4285em;
    max-width: none;
    background: #000;
    padding: 4px 10px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-radius: 0.28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    z-index: 1901;
}
.sidebar-menu li.active > ul > li > a {
    background-color: #fff;
    color: #232323;
}
.sidebar-menu li.active ul li a.on{
    background-color: #af95c1;
    color: #fff;
}
.card-table .table td, .card-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 0.5rem 0.35rem;
    white-space: nowrap;
       padding: 3px 10px;
    white-space: nowrap;
    font-size: 12px;
    height: 35px;
    line-height: 1;
    max-height: 40px;
}
.card-table .card-body .table>thead>tr>th {
    border-top: 0;
    overflow: hidden;
}
.header .header-left .logo img {
    max-height: 28px;
    width: auto;
}


.header .header-left .logo img {
    max-height: 30px;
    width: auto;
}
.filterstyle{
    appearance: none; /* Hide default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
        border: 0;
    background: #eee;
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 8px;
    
        width: 190px;
}
.warehouse-selector.good .filterstyle{
    color: #1e619e;
    background:#c9e0f4;
}
.warehouse-selector.good:after{
    color: #1e619e!important;
}
.warehouse-selector.dented .filterstyle{
    color: #d67b0d;
    background:#f4dfc9;
}
.warehouse-selector.dented:after{
    color: #d67b0d!important;
}
.warehouse-selector{
 position: relative;
}
.warehouse-selector:after {
 	   font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   content: "\f078";
  position: absolute;
  right: 10px;
  top: 56%;
  transform: translateY(-50%);
  pointer-events: none; /* Let clicks pass through */
}
.bg-success-light, .bg-success.received-btn {
    background-color: rgba(15, 183, 107, .12) !important;
    color: #26af48 !important;
}
.bg-success-light:hover, .bg-success.received-btn:hover, .bg-info.process-btn:hover, .bg-success.received-btn:active, .bg-info.process-btn:active,.bg-info.process-btn:focus,.bg-info.process-btn:visited  {
    background-color: rgba(15, 183, 107, .2) !important;
    color: #26af48 !important;
}
.bg-info.process-btn{
   background-color: rgba(15, 183, 107, .12) !important;
    color: #26af48 !important; 
}
.bg-primary.deliver-btn,.bg-primary.deliver-btn:hover,.bg-primary.deliver-btn:focus,.bg-primary.deliver-btn:visited,.bg-primary.deliver-btn:active{
    color: #1e619e !important; 
    background-color:#c9e0f4 !important; 
}