body {
    font-size: 16px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
.main-login {
    background-image: url('../img/Group@2x.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}
.card .card-body {
    font-family: "Poppins", sans-serif !important;
}
.main-login .card .card-body {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 30px 60px #00000066;
    border-radius: 10px;
}
.navbar-vertical .navbar-nav .nav-link {
     white-space: normal !important;
}

.breadcrumb h1{
    font-size: 28px !important;
}
.lbl-required{
    color: red;
}

.font-alt-logo {
    font-size: 16px !important;
}

.text-gradient.text-success {
    background-image: linear-gradient(310deg,#E74C3C,#ff6690);
}

.action-primary-button {
    background: #B7183B 0% 0% no-repeat padding-box !important;
}

.primary-button, .primary-button:hover {
    background: #B7183B 0% 0% no-repeat padding-box !important;
    opacity: 1;    
    border-radius: 30px;
    color: #fff;
    border: none !important;
    box-shadow: none;
}

.secondary-button {
    background: #223F56 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    color: #fff;
}
.danger-button, .btn.bg-gradient-danger:hover {
    background: #fff 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), /* Light shadow */
                0 1px 3px rgba(0, 0, 0, 0.06);
}
.status-active {
    background: #27AE60 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    color: #fff;
}
.status-inactive {
    background: #E74C3C 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    color: #fff;
}

.primary-filter-button {
    border: 1px solid #223F56 !important;
    color: #223F56;
    background: none;
    border-radius: 30px;
    box-shadow: none;
}

table thead th, table thead td , table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    background-color: #34495E;
    color: #ffffff !important;
    line-height: 26px;
}

.text-gradient.text-warning{
    background-image: linear-gradient(310deg,#2C3E50,#34495E);
}

.text-gradient.text-danger {
  background-image: linear-gradient(310deg,#E74C3C,#ff6690);
}

table.no-footer, table.dataTable.no-footer {
    border-bottom: 1px solid #e9ecef !important;
}

table thead th , table.dataTable thead th {
    background: #223F56 0% 0% no-repeat padding-box !important;
}

table tbody td {
  vertical-align: middle;
  padding: 15px 18px !important;
}
.product-list table tbody td {
    vertical-align: middle;
    padding: 12px 10px !important;
}
.customer-list table tbody td {
    vertical-align: middle;
    padding: 8px 10px !important;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0px !important;
}
.btn.bg-gradient-danger, .btn.bg-gradient-danger:hover{
    color: #B7183B !important;
}
.content-heading {
    border-bottom: 1px solid #e9ecef !important;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.content-heading h1 {
    font-size: 28px !important;
}
.form-wrapper h6 {
    margin-bottom: 0px;
}
.drop-zone {
    border: 2px dashed #9CB0C0;
    border-radius: 10px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-list .table td{
  white-space: wrap;
}
.new-loader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.error-message {
    color:red;
}

.drop-zone {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
}

.drop-zone img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.drop-zone.drag-over {
    border-color: #007bff;
    background-color: #f1f1f1;
}

.product-list {
    min-height: 230px;
    max-height: 1800px;
    overflow-y: auto;
}
.radio-btn label {
    cursor: pointer;
}
.custom-search-input {
    position: absolute;
    right: 0;
    top: -46px;
    width: 100%;
    max-width: 300px;
    background-color: #fff!important;
    border: 1px solid #d2d6da!important;
    border-radius: .5rem!important;
}

.site-logo {
    text-align: center;
    margin-bottom: 32px;
}


.site-logo img{
    width: 100px;
    text-align: center;
}

.dataTables_paginate .paginate_button {
    padding: 7px 10px !important;
    margin: 0 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    color: #333;
    font-size: 14px;
    width: 42px;
    height: 42px;
}
.dataTables_paginate .paginate_button.current {
    background-image: linear-gradient(310deg, #627594, #a8b8d8) !important;
    border: none !important;
    color: #fff !important;
}
.dataTables_paginate .paginate_button:hover {
    background-image: linear-gradient(310deg, #627594, #a8b8d8) !important;
    border: none !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 10px !important;
    margin-bottom: 12px;
}

#customerGroupList tbody td {
    padding: 0px 18px !important;
}

.group-pricing-input {
    width: 80px;
    padding: 6px;
}
.d-flex {
    display: flex;
    gap: 3px;
}
.btn-sm {
    padding: 8px 10px;
    margin-top: 12px;
    background-color: #B7183B !important;
}

#topProductsChart {
    border-radius: 12px;
    background: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

#modalProductImage {
    max-height: 500px;
    margin: 0 auto;
}

.image-preview {
    padding: 3rem !important;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background: none;
    border: 1px solid #627F96 !important;
    color: #223F56;
    box-shadow: none;
}
.dasboard-wrapper .progress-bar {
    margin-top: 0;
    height: 10px;
}

.price-bg {
    background-color: #ffefcc;
}

.product-price-color {
    color: #aaa;
}

input.product-price-color::placeholder {
    color: #888;
}

.product-selling-price {
    padding-top: 5px;
    display: block;
}

.table, .table-striped > tbody > tr:nth-of-type(2n+1) {
    color: #555 !important;
}

#shipping_address_section .select2-container {
    width: 226px !important;
}

.delivery-stock-record , .close-stock-record {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    width: 100%;
}


#delivery_stock table.dataTable tbody td , #close_stock table.dataTable tbody td  {
    padding: 5px 9px !important;
}

.empty-collection {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px;
    font-weight: bold;
}

.collection-input {
    width:110px;
    float: right; 
    text-align:right!important;
    padding: 5px 4px;    
}

.th-small { width: 1%!important;text-align:left!important;padding: 10px 19px !important; }
.th-medium { width: 20%!important;text-align:left!important;padding: 10px 19px !important; }
.th-large { width: 30%!important;text-align:left!important;padding: 10px 19px !important; }
.th-xl { width: 30%!important;text-align:left!important;padding: 10px 19px !important; }

#poBankModel table td {
    padding: 10px 19px !important; 
}

/*{
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    background-color: cyan;
    filter: invert(1);
}*/
.print-sec {
    padding: 4px 10px;
    background-color: #fff !important;
    color: #000;
    border: 1px solid #000!important;
}

#customer-list .active {
    background-color: #f8f9fa;
    color: #000;
}