body {
  color: #000 !important;
  font-size: 0.9rem;
}

p {
  font-size: 0.9rem;
}

.h-300 {
  height: 300px !important;
}

.h-400 {
  height: 400px !important;
}

.h-123 {
  height: 123px !important;
}

.w-60 {
  width: 60px !important
}

.w-200 {
  width: 200px !important;
}

.w-300 {
  width: 300px !important;
}

.w-90 {
  width: 90px !important;
}

.mw-70 {
  max-width: 70% !important;
}

.wp-10 {
  width: 10% !important;
}

.wp-15 {
  width: 15% !important;
}

.wp-20 {
  width: 20% !important;
}

.wp-30 {
  width: 30% !important;
}

.wp-40 {
  width: 40% !important;
}

.wp-50 {
  width: 50% !important;
}

.wp-60 {
  width: 60% !important;
}

.wp-70 {
  width: 70% !important;
}

.wp-80 {
  width: 80% !important;
}

.wp-90 {
  width: 90% !important;
}

.wp-100 {
  width: 100% !important;
}

.hm-30 {
  min-height: 30px !important;
}

.table td,
.table th {
  padding: 0.5rem;
}

.auth-wrapper .authentication-form .logo-centered {
  width: auto !important;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.logo-centered img {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  display: block;
}

.auth-wrapper {
  /* background: rgb(0 150 136);  */
  /* background-image: -webkit-linear-gradient(top left, var(--cyan), #08671e);  */
  height: 100vh;
  background: #5d6568;
}

.auth-wrapper .authentication-form .form-group .form-control {
  border-radius: 25px;
  height: 40px;
}

.auth-wrapper .authentication-form .form-group .form-control~i {
  top: 13px !important;
  color: #009688;
}

.auth-wrapper .authentication-form {
  font-size: .9rem;
  width: 450px;
  display: block;
  padding: 25px 30px;
  margin: 40px 0 60px 0;
  background: #fff;
  border-radius: 5px;
}

.btn-custom {
  border-radius: 25px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: #555D60;
  height: 40px;
  color: #fff;
}

.btn-custom:hover {
  background-color: #000;
}

.auth-wrapper .authentication-form .sign-btn {
  margin-top: 10px;
  margin-bottom: 15px;
}

.btn-semi-rounded {
  border-radius: 25px;
}

.password-block {
  position: absolute;
  top: 200px;
  right: -220px;
  background: #fdfdfd;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #678660;
}


.password-block:before {
  content: '';
  height: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 20px solid #678660;
  position: absolute;
  left: -20px;
  top: 50px;
}

.badge-right {
  float: right;
  position: initial !important;
}

#Widget-line-chart1,
#Widget-line-chart2,
#Widget-line-chart3,
#Widget-line-chart4 {
  width: 100%;
  height: 75px
}

#realtime-profit,
#sale-diff {
  height: 150px;
}

#sec-ecommerce-chart-line {
  height: 30px;
}

#sec-ecommerce-chart-bar {
  height: 100px;
}

#app-sale1,
#app-sale2,
#app-sale3,
#app-sale4 {
  height: 50px;
}

.chart-shadow {
  height: 400px;
}

.st-cir-chart {
  height: 450px !important;
}

#status-round-1,
#status-round-2,
#status-round-3,
#status-round-4 {
  width: 80px !important;
  height: 80px !important;
}

#card-412 {
  min-height: 412px;
}

#card-422 {
  min-height: 422px;
}

#visitfromworld {
  width: 100%;
  height: 350px;
}

.card-300 {
  height: 300px;
}

.card-484 {
  min-height: 484px;
}

.card-180 {
  min-height: 180px;
}

.card-200 {
  min-height: 200px;
}

.th-50 {
  width: 50%;
}

.pt-100 {
  padding-top: 100px;
}

.font-150 {
  font-size: 150px;
}

#pbc-1,
#pbc-2,
#pbc-3,
#pbc-4,
#pbc-5,
#pbc-6 {
  height: 50px;
}

/*.sale-card{
	min-height: 301px;
}*/

#deal-analytic-chart {
  height: 300 !important;
}

#tot-rev-chart {
  width: 100px;
  height: 100px;
}

#allocation-map,
#allocation-chart {
  height: 250px;
}

#sal-income,
#rent-income,
#income-analysis {
  height: 100px;
}

.progress-6 {
  height: 6px;
}

.hide {
  display: none;
}



.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  opacity: 0.7;
  transition: all 0.2s;
}

.app-sidebar {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}

.sidebar-action {
  position: absolute;
  right: 23px;
  font-size: 25px;
  color: #c7c7c7;
  cursor: pointer;
}

.sidebar-mini .sidebar-action i:before {
  content: "\e911";
}

.sidebar-mini.sidebar-mini-hover .sidebar-action i:before {
  content: "\e910";
}

.sidebar-mini .app-sidebar {
  width: 70px !important;
}

.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span {
  display: none;
}

.sidebar-mini .header-brand-img {
  display: none;
}

.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before {
  display: none;
}

.sidebar-mini .main-content,
.sidebar-mini .header-top {
  padding-left: 80px !important;
}

.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel {
  display: none;
}

.sidebar-mini .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content {
  display: none;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar {
  width: 240px !important;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span {
  display: inline-block;
}

.sidebar-mini.sidebar-mini-hover .header-brand-img {
  display: inline-block;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before {
  display: block;
}

.sidebar-mini.sidebar-mini-hover .main-content,
.sidebar-mini.sidebar-mini-hover .header-top {
  padding-left: 250px !important;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel {
  display: block;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.open.has-sub .submenu-content {
  display: block;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item:after {
  content: '--';
  position: absolute;
  left: 29px;
}

.select2-container {
  width: 100% !important;
}

.html-editor.h-205 .note-editor {
  height: 205px !important;
}

label {
  font-weight: bold;
}

.note-editable {
  height: 115px !important;
}

.wrapper .pos-header {
  padding: 10px 0;
  -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}

.pos-container {
  background-color: #F6F7FB;
  height: 100vh;
}

.pos-form-group {
  position: relative;
}

.pos-form-group label {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 0;
  height: 35px;
  width: 100px;
  background: var(--info);
  border-radius: 20px 0 0 20px;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
}

.pos-form-group .form-control {
  border-radius: 20px;
  padding-left: 120px;
}

.payment-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}

.payment-area .total {
  font-size: 24px;
  font-weight: bolder;
  border-radius: 20px;
  color: var(--info);
  font-family: sans-serif;
}

.btn-checkout {
  border-radius: 20px;
  height: 35px;
  padding: 7px;
  text-align: center;
}

.btn-rounded-20 {
  border-radius: 20px;
}

.h-100vh {
  height: 100vh;
}

.card .card-header .card-options a.btn-semi-rounded {
  width: auto !important;
  padding: 0 10px !important;
  border-radius: 25px !important;
}

.customer-area {
  box-shadow: -8px -6px 10px 6px #f8f8f8;
  padding: 20px;
  height: 100%;
}

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.text-small {
  font-size: 10px;
}

.font-20 {
  font-size: 20px;
}

.font-15 {
  font-size: 15px;
}

.h-110px {
  height: 110px !important;
}

.h-82px {
  height: 82px !important;
}

.width-50 {
  width: 50%;
}

.width-30 {
  width: 30%;
}

.width-20 {
  width: 20%;
}

.box-shadow {
  -webkit-box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 6%);
}

.pos.top-menu .nav-link i {
  font-size: 20px;
}

.pos-product-card .card-img img {
  padding: 20px;
  padding-bottom: 5px;
  height: 180px !important;
  object-fit: contain !important;
}

.pos-product-card .badge {
  font-size: 10px;
  padding: 5px;
}

.promo-card {
  border-radius: 10px;
  height: 100px;
  width: 100%;
  background: #b5fff8;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.card-taxgrad {
  background-color: #3f0d12;
  background-image: linear-gradient(315deg, #3f0d12 0%, #a71d31 74%);

}

.card-redgrad {
  background-color: #a40606;
  background-image: linear-gradient(315deg, #a40606 0%, #d98324 74%);
}


.card-purbgrad {
  background-color: #42378f;
  background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
}

.card-orggrad {
  background-color: #f9484a;
  background-image: linear-gradient(315deg, #f9484a 0%, #fbd72b 74%);
}

.promo-card span {
  display: block;
  width: 80px;
  height: 30px;
  background: #ffdfdf;
  margin: auto;
  margin-top: 15px;
}

.product-selection-area {
  padding: 20px;
}

.product-selection-area .cart-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.cart-item-qty {
  height: 26px;
  width: 50px;
  margin: 0 10px;
}

.btn-pos-checkout {
  width: 100%;
  border-radius: 10px;
}

/*home page css*/
.home-gradient-bg {
  background-image: linear-gradient(60deg, #fcf5f6 0%, #f8fbfe 100%);
}

.banner-text {
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  padding-top: 100px;
}

.btn-rounded {
  border-radius: 25px;
  height: 35px;
  padding-left: 20px;
  padding-left: 20px;

}

.radmin-bannner img {
  width: 80%;
  margin: auto;
  border-radius: 10px;
}

.d-relative {
  position: relative;
}

.d-absolute {
  position: absolute;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.table-budget-control td:nth-child(1),
.color-budget-1st,
.table-budget-control td:nth-child(7) {
  background-color: #dddddd;
}

.table-budget-control td:nth-child(n+2):nth-child(-n+4),
.color-budget-2nd {
  background-color: #e9ffef;
}

.table-budget-control td:nth-child(n+5):nth-child(-n+6),
.color-budget-3rd {
  background-color: #efdddd;
}

.color-budget-header-green {
  background: #b0e7be;
}

.color-budget-header-red {
  background: #f3bebe;
}

.product-price {
  font-size: 24px;
}

.price-symbol {
  font-size: 11px;
  top: -9px;
  position: relative;
}

.pos-product-card {
  cursor: pointer;
}

.cart-image-holder {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #cecece;
}

.cart-image-holder img {
  width: 100%;
  object-fit: contain;
  height: 58px;
  border-radius: 5px;
  padding: 5px;
}

.cart-item-title {
  font-size: 14px;
  font-weight: bold;
}

.cart-item-price {
  font-size: 16px;
}
.cart-remove{
  position: absolute;
  top: -7px;
  left: -7px;
  font-size: 18px;
}
.product-cart-area{
  box-shadow: -1px 0px 4px 4px #d1d1d1;
  height: 100%;
  min-height: 100vh;
}
.cursor-pointer{
  cursor: pointer;
}

/*new css changes*/

.hgh-dashboard .card .card-block {
  padding: 3.5rem 1.25rem;
  color: #000;
  border: 2px solid #000000;
  transition: 0.5s ease-in-out;
}

.hgh-dashboard .card-red::after {
  background: #9E9E9E;
  background: #b5d58f;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.hgh-dashboard .card-red:hover {
  box-shadow: 0 8px 17px 2px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
}

.hgh-dashboard .card-red:hover::after {
  background: #fff;
  color: #000;
}

.hgh-dashboard .card .card-block:hover {
color: #000;
}

.table-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
}

.table-container table {
  width: 48%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 300px;
}

.table-container th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.table-container th {
  background-color: #f4f4f4;
}

.table-container .btn {
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

.table-container .btn-success {
  background-color: #28a745;
  color: white;
}

.table-container .btn-danger {
  background-color: #dc3545;
  color: white;
}

.table-container .btn-warning {
  background-color: #ffc107;
  color: black;
}

.table-container th {
  background-color: #272d36;
  color: #fff !important;
}

.btn {
  height: 35px;
}

.authentication-form .btn {
  height: 40px;
}

.card .card-body .dataTables_wrapper .dataTable {
  margin-left: 0;
}

.table-dark {
  color: #ffffff;
  background-color: #212529 !important;
}

table.dataTable thead>tr>th {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  color: #fff !important;
}

table .btn {
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 600;
  height: auto;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #bfbfbf;
}

.page-card .card-header {
  border-bottom: 1px solid #f1f1f1;
  background: #e7e7e7;
}

.form-control {
  border: 1px solid #bfbfbf;
}

.required {
  color: #ff0000;
}

.vf-checkbox-sec {
  margin-bottom: 22px;  
}

.vf-checkbox-sec p {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.vf-checkbox-sec label {
  font-weight: normal;
}

.form-control {
  font-size: 0.9rem;
  color: #000;
}

.custom-radio {
  margin: 0 0 0 0;
  font-family: 'Poppins', sans-serif;
}

.custom-radio input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-radio label {
    display: inline-block;
    background-color: #fff;
    padding: 7px 12px;
    font-size: 14px;
  font-weight: 500;
    border: 1px solid #444;
    border-radius: 25px;
    color: #333; 
	cursor: pointer;
	margin-bottom: 10px;
  min-width: 100px;
  text-align: center;
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.custom-radio input[type="radio"]:checked + label {
    background: #b5d58f;
    border-color: #b5d58f;
	color:#000;
}

.custom-radio input[type="radio"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin: 0 6px 0 0;
  font-weight: 600;
}

.inp-file {
  padding: 4px;
}

.theme-card {
  background: #faa831;
    border-color: #faa831;
}

.custom-accordion .card {
  border: 1px #9E9E9E solid;
  margin-bottom: 8px;
}

.custom-accordion .card .card-header {
  border-bottom: 1px solid #9E9E9E;
  padding: 8px 8px;
  background: #f5f5f5;
}

.custom-accordion .card .card-header .btn {
  display: block;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 1rem;
}

.custom-accordion .card .card-header h5 {
  display: block;
  width: 100%;
  text-align: left;
}

.vr-ol-list {
  padding: 0 0 0 15px;
  font-size: 1rem;
}

.vr-ol-list li {
  margin-bottom: 5px;
}

.btn-lg-theme {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #444;
  border-radius: 25px;
  margin-bottom: 10px;
  min-width: 150px;
  text-align: center;
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
  height: auto !important;
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(150deg, #f05138 15%, #ee3a5b 70%, #ed1375 94%);
    color: #fff;
}

.form-section .card {
  margin-bottom: 7px !important;
  border: 1px #cbcbcb solid;
}

.form-section .card .card-header {
  background-color: #f5f5f5 !important;
}

.form-section .card .card-header h5 {
  font-weight: 600;
}

.mt-30 {
  margin-top: 30px !important;
}

.uphoto {
  position: relative;
  text-align: center;
  padding: 25px 0 5px 0;
}

.uphoto p {
  color: #ff0000;
  margin: 0 0 10px 0;
}

.uphoto label {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #444;
  border-radius: 25px;
  margin-bottom: 25px;
  min-width: 200px;
  text-align: center;
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
  height: auto !important;
  font-size: 1rem;
  font-weight: 700;
  background: #b5d58f;
    color: #000;
    cursor: pointer;
}

.uphoto-inp {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#cropped-result
{
  max-width: 60%;
  margin: 0 auto;
  display: block;
}

#image-container {
  max-width: 100%;
  max-height: 400px;
  overflow: hidden;
}

#crop-btn {
  display: none; /* Hide button initially */
  padding: 10px 15px;
  border: 1px solid #444;
  border-radius: 25px;
  margin-bottom: 25px;
  margin-top: 20px;
  min-width: 200px;
  text-align: center;
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
  height: auto !important;
  font-size: 1rem;
  font-weight: 700;
  background: #b5d58f;
    color: #000;
    cursor: pointer;
}

.custom-checkbox {
  margin: 0 0 0 0;
  font-family: 'Poppins', sans-serif;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-checkbox label {
    display: inline-block;
    background-color: #fff;
    padding: 7px 12px;
    font-size: 14px;
  font-weight: 500;
    border: 1px solid #444;
    border-radius: 25px;
    color: #333; 
	cursor: pointer;
	margin-bottom: 10px;
  min-width: 100px;
  text-align: center;
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.custom-checkbox input[type="checkbox"]:checked + label {
    background: #b5d58f;
    border-color: #b5d58f;
	color:#000;
}

.custom-checkbox input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin: 0 6px 0 0;
  font-weight: 600;
}

.table a {
  color: blue;
}


.formErrorArrowBottom {
  display: none !important;
}

.formError {
  z-index: 990;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  order: 2;
}

.formError .formErrorContent {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 2px 0 0 0;
}

.vf-checkbox-sec .form-check {
  padding: 0 0 0 0 !important;
}

.vf-checkbox-sec ul {
  list-style: none;
  padding: 0 0 0 0 !important;
}


.vf-checkbox-sec {
  margin-bottom: 22px;  
}

.vf-checkbox-sec p {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.vf-checkbox-sec label {
  font-weight: normal;
}

.table-btn {
  font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .table-container .table-container {
      flex-direction: column;
      align-items: center;

  }

  .table-container table {
      width: 100%;
  }
}