* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
:root {
  --primary: rgba(2,0,36,1);
  --secondery:rgba(9,9,121,1);
  --color1: #0b6477;
  --color2: #213a57;
  --input-color:  #dcdce5
}
.theme-color {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, var(--color2) 20%, var(--color1) 100%);
}
.secondery {
     background-color: var(--secondery) !important;
}
.bg-in {
    background: var(--input-color);
}
.main-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup-area {
    border-radius: 10px;
    background: #A697AE;
    padding: 20px;
    width: 300px;
    margin: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 2px 1px #fff;
}
.signup-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,.3), transparent); ;
    transform: skewX(-18deg) translateX(0);
    transition: all 0.4s;
    z-index: 1;
}
.signup-area:hover::after {
    transform: skewX(-18deg) translateX(300px);
}
.avatar {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 10px auto;
    padding: 8px;
}
.myform input[type="text"],
.myform input[type="password"] {
    height: 38px;
    z-index: 2;
}
.input-group-text {
    width: 45px;
}
.form-addon label {
    font-size: 13px;
    color: #fff;
}
.forgot-pass a {
    font-size: 13px;
    color: #fff;
    font-style: italic;
}

/*advance filter*/
.card-header::after {
    content: inherit !important;
}
.sorting-menu {
    width: 200px;
}
.dropdown-item {
    cursor: pointer;
}

.main-sidebar .brand-text, 
.main-sidebar .logo-xl, 
.main-sidebar .logo-xs, 
.sidebar .nav-link p, 
.sidebar .user-panel .info {
    color: #fff;
}
.nav-pills .nav-link {
    color: #ffffff;
}
.nav-pills .nav-link:not(.active):hover {
    color: #ffffff;
}
.layout-fixed .brand-link {
    display: flex;
    align-items: center;
}
span.brand-text {
    font-size: 1.25rem;
}

.menu-open > a,
.menu-open > a.active {
    background: #555 !important;
}
.menu-open > ul {
    background: #666 !important;
}

.sidebar {
    padding: 0 !important;
}
.nav-pills .nav-link {
    border-radius: 0;
    margin-bottom: 0 !important;
}
.nav-link.active {
   background: #383838 !important; 
}



/*pos*/
h1,h2,h3,h4,h5,p {
    margin: 0;
}
.product-body {
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 0.25rem;
}
.suggestion {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 90%;
    box-shadow: 0 0 5px #878787;
    z-index: 9;
    border-radius: 5px;
    max-height: 490px;
    overflow-y: scroll;
}
.suggestion::-webkit-scrollbar {
    width: 7px;
}
.suggestion::-webkit-scrollbar-track {
    background-color: transparentize(#ccc, 0.7);
}
.suggestion::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: transparentize(#ccc, 0.5);
    box-shadow: inset 0 0 6px #008CAB;
}
.suggestion-item {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    cursor: pointer;
}
.suggestion-item:last-child {
    border-bottom: 0;
}
.suggestion-item .title {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.suggestion-item .title .price {
    color: #dc3545;
    font-size: 13px;
    margin-left: 5px;
}
.suggestion-item .category {
    font-size: 14px;
}
.suggestion-item .category span {
    color: #dc3545;
    margin: 0 5px;
}
.pos_table thead {
    background: #e5ffff;
    font-size: 13px;
}

.totalitem h4 {
    padding: 7px 0;
    color: #7367f0;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
}
.totalitem a {
    font-size: 14px;
    color: #ea5455;
    font-weight: 700;
}
.product-table p {
    margin: 0;
    font-size: 13px;
    color: #444;
}
.product-name span {
    font-size: 13px;
}

.action a {
    font-size: 12px;
    color: #dc3545;
}
.group_list_item {
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    padding: 5px 0;
}
.group_list_item a.editable {
    font-style: italic;
    color: #DD1144;
    border-bottom: dashed 1px #0088cc;
}
.amount-block {
    height: 70px;
    border-top: 1px dashed #D0D3D8;
    border-bottom: 1px dashed #D0D3D8;
}
.amount-block .total {
    padding: 10px;
    padding-top: 5px;
    display: inline-block;
    width: 48%;
    height: 68px;
}
.amount-block .total:nth-child(1) {
    border-right: 1px dashed #D0D3D8;
}
.amount-block .total .side-heading {
    padding-left: 5px;
    color: #67676C;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.amount-block .total .amount {
    text-align: center;
    color: #6FD64B;
    font-size: 22px;
    font-weight: 400;
}
.amount-block .total.amount-due .amount {
    color: #ff9e28;
}
.add-payment {
    padding-top: 5px;
}
.add-payment .side-heading {
    padding-left: 5px;
    color: #67676C;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
}
.add-payment .btn-pay {
    height: 35px;
    background-color: #F9FBFC;
    border: 1px solid #D7DCE5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 22px;
}

.pos_table .new_cust label {
    font-weight: normal !important;
}
.pos_table .button-minus, 
.pos_table .button-plus {
    width: 20px;
    height: 20px;
    background: #e3e3e3;
    color: #9b9b9b;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
}
.pos_table .quantity-field input {
    outline: none;
    border: none;
    width: 70px;
    text-align: center;
    background: #fff;
}
.pos_table .increment-decrement .input-groups input[type=button] {
    background-color: transparent;
    font-size: 20px;
    border: 1px solid #b9b9c3;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    margin-top: 0;
    line-height: 0;
    padding: 0;
    color: #b9b9c3;
}
.pos_table .increment-decrement .quantity-field {
    width: 30px;
    text-align: center;
    background-color: transparent;
    border: 0;
    outline: none;
}
.pos_table .increment-decrement .input-groups input[type=button] {
    background-color: transparent;
    font-size: 20px;
    border: 1px solid #b9b9c3;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    margin-top: 0;
    line-height: 0;
    padding: 0;
    color: #b9b9c3;
}
.pos_table input::-webkit-outer-spin-button,
.pos_table input::-webkit-inner-spin-button,
.group_list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.list-value {
    flex-basis: 85px;
    text-align: right;
}
.pos_table  input,
.group_list input[type="number"] {
    width: 70px;
    text-align: right;
    border: none;
    border-bottom: dashed 1px #0088cc;
    outline: none;
}
.group_list input[type="number"] {
    color: #DD1144;
    font-style: italic;
}
.group_list input[type="text"] {
    width: 55px;
    text-align: right;
    border: none;
    outline: none;
    font-style: italic;
    color: #DD1144;
    border-bottom: dashed 1px #0088cc;
}
.payment_s input[type="radio"]:checked+label { 
    background: #0088cc;
    color: #fff;
}
.payment input[type="radio"]:checked+label { 
    background: #0088cc;
    color: #fff;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.product_shalf{
    width: 40px;
    text-align: center;
    border: none;
    border-bottom: dashed 1px #0088cc;
    outline: none;
}
/*preloader*/
.pre-dual-ring {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.pre-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: pre-dual-ring 1.2s linear infinite;
}
@keyframes pre-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fil_grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 10px;
}
.fil_grid .form-group {
    margin-right: 0!important;
}

@media only screen and (max-width: 1200px) {
    .fil_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 768px) {
    .fil_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 575px) {
    .fil_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.maping strong {
    font-weight: bolder;
    border-bottom: 1px dashed #17a2b8;
    margin-bottom: 12px;
    display: block;
    padding-bottom: 5px;
}
ul.acc_maping {
    margin: 0;
    list-style: none;
    padding: 0;
}
ul.acc_maping li a {
    color: #17a2b8;
    display: flex;
    padding: 5px 0;
    font-weight: bold;
    font-size: 14px;
    justify-content: space-between;
}
ul.acc_maping li a:hover {
    color: #00cff9;
}
ul.acc_maping li .acn {
    display: none;
}
ul.acc_maping li:hover .acn {
    display: block;
}
.filtering-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    overflow: hidden;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .filtering-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


.total_customer .box {
    padding: 20px;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    border-radius: 5px;
    height: 195px;
    margin-bottom: 15px;
}
.total_customer .box1 {
    background-image: linear-gradient(135deg, #4D4855 10%, #A399B2 100%);
}
.total_customer .box .details {
    color: #fff;
    transform: scale(0.7) translate(-22px, 20px);
}
.box-half {
    background-image: linear-gradient(135deg, #4D4855 10%, #A399B2 100%);
    border-radius: 5px;
    padding: 9px 20px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 0 12px #dee;
    color: #fff;
}
.total_customer .box h3 {
    font-size: 4rem;
}
.box-half h3 {
    font-size: 1.5rem;
    margin: 0;
}
.box-half h4 {
    font-size: 1.1rem;
}


/* new style */
.card2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px #dadafda6, 0 2px 6px #ceceee8a;
}
.card2-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.dash_title {
    font-size: 20px;
    font-weight: bold;
}
.total_customer .box {
    padding: 20px;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    border-radius: 5px;
    height: 195px;
    margin-bottom: 15px;
}
.total_customer .box1 {
    background-image: linear-gradient(135deg, #4D4855 10%, #A399B2 100%);
}
.total_customer .box .details {
    color: #fff;
    transform: scale(0.7) translate(-22px, 20px);
}
.box-half {
    background-image: linear-gradient(135deg, #4D4855 10%, #A399B2 100%);
    border-radius: 5px;
    padding: 9px 20px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 0 12px #dee;
    color: #fff;
}
.total_customer .box h3 {
    font-size: 4rem;
}
.box-half h3 {
    font-size: 1.5rem;
    margin: 0;
}
.box-half h4 {
    font-size: 1.1rem;
}


/* new style */
.card2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px #dadafda6, 0 2px 6px #ceceee8a;
    transition: all 0.3s ease;
}
.card2:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px #dadafda6, 0 5px 10px #ceceee8a;
}
.card2-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.dash_title {
    font-size: 1rem;
    color: #495057;
    font-weight: 600;
}
.sub-title {
    font-size: 0.9rem;
    color: #878a99;
}
.date_range {
    background: #fff !important;
}
.card2-body h4 {
    color: #6c757d;
    font-size: 1rem;
    height: 45px;
}
.card2-body h2 {
    color: #4c5258;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 30px 0;
}
.card2-body a {
    color: #405189;
    text-decoration: underline;
    font-size: 0.8125rem;
    height: 40px;
    display: block;
}
.status_cust {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.status_cust li h5 {
    font-size: 1rem;
    color: #6c757d;
}
.avatar-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background: #fef4e4;
    border-radius: 3px;
    color: #f7b84b;
    float: right;
    margin-top: 10px;
}
.w-2\/3 {
    flex-basis: 66.6666%;
}
.w-1\/3 {
    flex-basis: 33.3333%;
}
.so-summary-others {
    margin-bottom: 15px;
    border: 1px solid #8cdff9;
    border-left: 4px solid #0caee0;
    padding: 10px 15px;
    background-color: #edfafe;
}
 
/*new*/
.company-head {
    display: flex;
    align-items: center;
}
.company-logo {
    width: 50px;
    overflow: hidden;
}
.current-date {
    flex: 1;
}
/************Registation****************/
.register-wrapper {
            background-image: url(../../images/arch_1.jpg);
            background-repeat: no-repeat;
            height: 100vh;
            background-size: cover;
        }
        .register-area {
            max-width: 650px;
            display: flex;
            align-items: center;
            height: 100vh;
            justify-content: center;
            margin: auto;
        }
        .bg-color-2 {
            background: #F3F4F6;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 30px;
            height: 100vh;
        }
        .form-group {
          position:relative;
        }

        .register-area .form-group label {
            position: absolute;
            top: 50%;
            left: 0px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 16px;
            color: #aaa;
            pointer-events: none;
            -webkit-transition: all 0.15s ease-out 0s;
            transition: all 0.15s ease-out 0s;
            font-weight: normal;
        }
        .select-label {
            display: block;
            font-size: 14px;
            color: #aaa;
        }
        .register-area form {
            width: 100%;
        }
        .register-area input.form-field,.register-area textarea.form-field {
            width: 100%;
            display: inline-block;
            font-family: "Titillium Web", Arial, Tahoma;
            padding: 5px 0;
            margin: 10px 0 0 0;
            font-size: 16px;
            background: none;
            border: 0;
            border-bottom: 1px solid #777;
            color: #333;
            box-shadow: none;
            outline: none;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }
        .register-area input:focus + label,
        .register-area input.has-value + label,
        .register-area textarea:focus + label,
        .register-area textarea.has-value + label {
            top: 5px;
            font-size: 14px;
            color: #aaa;
        }
        .register-area .register-area input:focus::-webkit-input-placeholder 
        {
            color: transparent;
        }
        .register-area .select2-container--default .select2-selection--single {
            border: none !important;
            border-bottom: 1px solid #777 !important;
            border-radius: 0 !important;
            background: transparent !important;
        }
        .register-area .sub-btn {
            background: #add;
            display: inline-block;
            width: auto;
            padding: 10px 20px;
            border-radius: 5px;
            border: none;
        }
        .register-area .form_filset {
            padding: 25px;
            border-radius: 5px;
            border: 1px solid #58b1b1;
            margin-bottom: 20px;
        }
        .register-area .form_filset legend {
            float: inherit !important;
            font-size: 1.2rem;
            color: #58b1b1;
        }
        .register-wrapper .info {
            text-align: center;
        }
        .register-wrapper .info h2 {
            font-weight: bold;
        }

/*************** Select invoice*********************/

.print-btn {
    cursor: pointer;
    transition: all 150ms linear 0s;
    text-align: center;
    white-space: nowrap;
    background: none rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    border: 1px solid rgb(220, 218, 225);
    color: rgb(32, 23, 66);
    padding: 0.25rem 0.5rem;
}
.print-btn:hover, .print-btn:active, .print-btn:focus {
    border: 1px solid rgb(101, 57, 192);
    color: rgb(101, 57, 192);
    opacity: 1;
}
.section-item {
    border: 1px solid rgb(211, 220, 235);;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.section-item h4 {
    font-size: 16px;
    font-weight: 600;
}
.template-item {
    max-width: 310px;
    padding: 12px;
    cursor: pointer;
    border-radius: 8px;
    margin-right: 30px;
    border: 2px solid transparent;
}
.template-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 0.5px solid rgb(211, 220, 235);
}
.template-item:hover {
    border: 2px solid rgb(211, 220, 235);
    background: rgb(250, 252, 255);
}
.template-item.active {
    border: 2px solid rgb(101, 57, 192);
}
.print-area {
    padding: 32px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
    border-radius: 6px;
    margin: 0px auto 20px;
    overflow: hidden;
    position: relative;
}

/*********************** Package Price****************************/
.features-wrap {
    padding: 20px 0;
}
.features-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.features-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.w-7 {
    width: 1.75rem;
}
.h-7 {
    height: 1.75rem;
}
.checkbox-hide {
    position: absolute;
    left: 0;
    opacity: 0;
}
span.labelText {
    font-size: 14px;
}
.check-input {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 1rem;
    color: #000;
    margin: 0;
    justify-content: space-around;
    padding: 12px;
    border-radius: 3px;
    background: #f9f9f9;
}
.check-input:hover {
    background: lightgrey;
}
.checkbox {
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    border: 1px solid #474747;
}
.box-checked:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 3px;
    width: 0px;
    height: 0px;
    border: solid #F5F5F5;
    border-width: 2px 2px 0 0;
    opacity: 0;
    transform-origin: left top;
    transform: scaleX(-1) rotate(135deg);
    transition: width 0.08s ease 0.1s, height 0.1s ease, border-color 0.3s ease,
    opacity 0.1s ease 0.2s, border-width 0.1s ease;
}
.check-input input:checked ~ .box-checked:after {
    opacity: 1;
    width: 8px;
    height: 16px;
    border-color: #f00;
    transition: width 0.1s ease, height 0.08s ease 0.1s, border-color 0.3s ease,
    border-width 0.1s ease;
}
.features-item {
    flex: 1 1 calc(33.33% - 40px);
}
span.icon {
    display: block;
    width: 50px;
    height: 50px;
    background: #f1f1f1;
    padding: 2px;
    border-radius: 3px;
}
.pricing-wrapper {
    display: flex;
    gap: 20px;
}
.pricing-card {
    width: 260px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 0.625rem;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.plan-title {
    font-family: "Google Sans Text","Google Sans",Roboto,Arial,sans-serif;
    font-size: 0.825rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #444746;
}
.plan-price {
    font-family: "Google Sans","Google Sans",Roboto,Arial,sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #747775;
    margin: 20px 0;
}
ul.price-features {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.price-features li {
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.price-features li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 14px;
    color: #f00;
}

/*******Pos Css**********/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 50px!important
}

::-webkit-scrollbar-track {
    background: #213a57
}

::-webkit-scrollbar-thumb {
    background: #213a57
}

::-webkit-scrollbar-thumb:hover {
    background: #008CAB
}

.pos-categories ul.pos-category li {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-family: sans-serif;
    width: 100%;
}
.pos-categories {
    padding: 20px 0;
}
.pos-category .owl-item h6,
.pos-categories h5 {
    font-size: 15px;
    font-weight: 600;
    color: #092c4c;
}
.pos-category .owl-item span {
    color: #5b6670;
}
.pos-categories ul.pos-category li.active {
    background-color: #ff9f43;
    border-color: #ff9f43
}
.pos-category .owl-item {
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f3f6f9;
    box-shadow: 0 4px 60px 0 rgba(231,231,231,.47);
    border-radius: 8px;
    padding: 10px;
}
.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: -60px;
    right: 0;
}
.pos-category .owl-nav button.owl-next, .pos-category .owl-nav button.owl-prev {
    background-color: #fff;
    border: 1px solid #f3f6f9;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 28px;
}
.pos-category .owl-nav button.owl-prev {
    margin-right: 5px;
}
.pos-category .owl-nav button.owl-next {
    margin-left: 5px;
}
ul.pos-category {
    padding-left: 0;
}
.pos-products .products {
    height: 71vh;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
}
.pos-products .product-info {
    padding: 15px;
    transition: all .5s ease;
    border: 1px solid #dbe0e6;
}
.pos-products .product-info:hover, .pos-products .product-info.active {
    border-color: #ff9f43;
}
.pos-products .product-info .img-bg {
    height: 117px;
    background-color: #f3f6f9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.product-info h6.product-name {
    font-weight: 700;
    font-size: 15px;
    color: #092c4c;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.products p {
    margin: 0;
}
.pos-products .product-info .img-bg img {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    height: 95px;
    width: auto;
}
.pos-products .product-info:hover .img-bg img {
    transform: scale(1.2);
}
.pos-products .product-info p:first-child {
    color: #7367f0;
}
.pos-products .product-info p:last-child {
    color: #ff9f43;
}
.product-order-list {
    margin-top: 10px;
    height: 100%;
    padding: 24px;
    background-color: #fff;
    border-left: 1px solid #f3f6f9;
}
.product-order-list .head {
    background-color: #fafbfe;
    border-radius: 8px;
    padding: 10px;
}
.product-order-list .head h5 {
    color: #092c4c;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.product-wrap {
    height: 40vh;
    overflow: auto;
}
.product-list .product-info {
    width: 60%;
}
.product-order-list .block-section {
    margin: 20px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #f3f6f9;
}
.product-order-list h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1b2850;
}
.product-order-list .product-added .head-text {
    margin-bottom: 20px;
}
.product-order-list .product-added h6 .count {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff9f43;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 7px;
}
.product-wrap .product-list {
    box-shadow: 1px -1px 60px 0 rgb(207 207 207 / 47%);
    margin: 0 0 10px;
    padding: 5px;
}
.product-wrap .product-list .info h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #092c4c;
    display: flex;
}
.product-wrap .product-list .text-elp {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.product-wrap .product-list .info p {
    font-size: 15px;
    font-weight: 600;
    color: #5b6670;
}
.product-wrap .product-list .qty-item {
    position: relative;
    margin-right: 7px;
}
.product-wrap .product-list .product-info .img-tag {
    width: 83px;
    height: 83px;
    background-color: #fafbfe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 10px;
}
.product-wrap .product-list .qty-item input {
    padding: 1px 9px;
    background: #fafbfe;
    border-radius: 8px;
    height: 40px;
    width: 120px;
    font-size: 20px;
}
.product-wrap .product-list .qty-item .dec {
    left: 9px;
}
.product-wrap .product-list .qty-item .dec, .product-wrap .product-list .qty-item .inc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #092c4c;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.product-wrap .product-list .qty-item .inc {
    right: 9px;
}

.product-wrap .product-list span.delete-icon {
    color: red;
    font-size: 12px;
}
.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-wrap .product-list .action i {
    font-size: 12px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: inherit;
}
.input-hide {
    width: 80px;
    background: transparent;
    border: none;
    text-align: right;
}
.product-order-list .order-total {
    background-color: #f3f6f9;
    padding: 24px;
    border-radius: 8px;
    margin-top: 10px;
}
.order-total table {  
    caption-side: bottom;
    border-collapse: collapse;
    color: #5b6670;
    border-color: #dbe0e6;
}
.product-order-list .order-total table tr td {
    padding: 0 0 10px;
    color: #5b6670;
    font-size: 15px;
    font-weight: 500;
    background: 0 0;
}
.product-order-list .order-total table tr td.danger {
    color: red;
}
.product-order-list .order-total table tr:last-child td {
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.add-payment {
    padding-top: 5px;
}
.add-payment .side-heading {
    padding-left: 5px;
    color: #67676C;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.add-payment .btn-pay {
    height: 35px;
    background-color: #F9FBFC;
    border: 1px solid #D7DCE5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 22px;
}
.payment input[type="radio"]:checked+label { 
    background: #0088cc;
    color: #fff;
}

/*report panel*/
.report-section {
    margin-bottom: 30px;
    max-width: 300px;
}
.report-section h4 {
    color: #212529;
    margin: 10px 0;
    font-size: 1.2rem;
}
.report-section .nav .nav-link {
    font-size: 1rem;
    padding: 10px 0;
    border-bottom: 1px dashed #e9e9e9;
}
.report-section .nav .nav-link i {
    color: #cbcbcb;
}
.hv-100 {
    height: 100vh !important;
    padding: 40px !important;
}
/*report panel*/
 .custom-table .head {
        max-width: 450px;
        margin-left: 120px;
        margin-bottom: 10px;
      }
      .custom-table p {
        margin: 0;
      }
    .sales_table  {width: 100%;border-collapse:collapse;border-spacing:0; margin-bottom: 30px;}
    .sales_table td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
      overflow:hidden;padding:10px 5px;word-break:normal;}
    .sales_table th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
      font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
    .sales_table .sales-left{text-align:left;vertical-align:middle}
    .sales_table .sales-head{text-align:center;vertical-align:middle}
    .sales_table .sales-right{text-align:right;vertical-align:middle}


/*raw table*/
.raw_table th, .raw_table td {
    padding: 4px;
}

.upload__btn {
    display: inline-block;
    color: #fff !important;
    min-width: 116px;
    padding: 5px 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #05a4c5;
    border: 1px solid #05a4c5;
    border-radius: 5px;
    line-height: 26px;
}
.upload__btn:hover {
    color: #05a4c5 !important;
    background-color: #fff;
}
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__img-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #00000094;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    /* z-index: 10; */
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
}
.upload__img-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.upload__img-box img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.upload__img-box {
    position: relative;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
  }

  .checkbox-parent {
    margin-left: 0;
    font-weight: bold;
  }

  .checkbox-child {
    margin-left: 20px;
  }

  .checkbox-grandchild {
    margin-left: 40px;
  }
  .cbtn.disabled, .cbtn:disabled {
    cursor: not-allowed;
}

.sortable {
        min-height: 40px;
        padding: 5px;
        list-style: none;
      }
      .ui-state-highlight {
        height: 30px;
        background: #f0f8ff;
      }
      .phase {
        padding: 15px 10px;
        background: #ececec;
        box-shadow: 0 1px 2px #bfbfbf;
        border-radius: 3px;
      }
      .phase .title h3 {
        font-size: 20px;
        margin-bottom: 20px;
      }
      .drap-btn {
        background: #fff;
        margin-bottom: 15px;
        color: #363636;
        padding: 10px 8px;
        border-radius: 5px;
        font-size: 20px;
        cursor: grab;
        box-shadow: 0 1px 2px #bfbfbf;
      }
      .vcard {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .vcard img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
      }
      li.drap-btn h4 {
        color: #172b4d;
        font-size: 17px;
        margin-bottom: 15px;
      }
      li.drap-btn .time {
        font-size: 14px;
      }
      li.drap-btn .time i {
        font-size: 14px;
        color: #777;
        margin-right: 5px;
      }
      .timelines {
        position: relative;
        margin: 40px auto;
        padding-left: 5px;
        border-left: 3px dashed #ddd;
        max-width: 700px;
      }
      .timeline-item {
        position: relative;
        margin-bottom: 50px;
        padding-left: 60px;
      }
      .timeline-icon {
        position: absolute;
        left: -30px;
        top: 0;
        width: 50px;
        height: 50px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #fff;
      }
      .timeline-icon.red {
        background: #ff5252;
      }
      .timeline-icon.orange {
        background: #ff9800;
      }

      .timeline-content {
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      }
      .timeline-content h2 {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        color: #e53935;
      }
      .timeline-content h4 {
        font-size: 18px;
        margin: 5px 0;
        font-weight: 600;
        color: #333;
      }
      .timeline-content p {
        font-size: 15px;
        color: #444;
        margin-top: 10px;
      } */

      /* --- Shared small bits --- */
      .assign {
        margin-top: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
      }
      .assign img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover; /* এক জায়গায়ই রাখা হলো */
      }

      /* --- 3-column iPhone-style timeline (.tl) --- */
      .tl {
        max-width: 980px;
        margin: 40px auto;
        padding-left: 32px; /* space for the dashed spine */
        position: relative;
        font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      }
      .tl::before {
        content: "";
        position: absolute;
        left: 45px;
        top: 0;
        bottom: 0;
        width: 0;
        border-left: 3px dashed #d7d7d7;
      }
      .tl-item {
        display: grid;
        grid-template-columns: 70px 190px 1fr; /* icon | date | content */
        gap: 5px;
        align-items: flex-start;
        margin-bottom: 42px;
        position: relative;
      }

      /* icon column */
      .tl-icon {
        position: relative;
        height: 56px;
      }
      .icon-box {
        position: absolute;
        left: -14px; /* sits on the dashed spine */
        top: 0;
        width: 56px;
        height: 56px;
        border-radius: 14px;
        color: #fff;
        display: grid;
        place-items: center;
        font-size: 22px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
      }
      .icon-box.red {
        background: #ff5252;
      }
      .icon-box.orange {
        background: #ff9800;
      }

      /* date/meta column */
      .tl-date h4 {
        margin: 0;
        font-size: 20px;
        line-height: 1.2;
        color: #3a3a3a;
        font-weight: 700;
      }
      .tl-date .meta .title {
        color: #7a7a7a;
        margin-top: 6px;
      }
      .tl-date .meta .sub {
        color: #9b9b9b;
        font-weight: 600;
        margin-top: 2px;
      }

      /* content column */
      .tl-content {
        background: #fff;
        padding: 18px 20px;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
      }
      .tl-content p {
        margin: 0;
        color: #3e3e3e;
        line-height: 1.6;
      }

      /* responsive */
      @media (max-width: 820px) {
        .tl-item {
          grid-template-columns: 56px 1fr; /* icon | (date+content) */
        }
        .tl-date {
          order: 1;
        }
        .tl-content {
          grid-column: span 1;
        }
      }
      @media (max-width: 560px) {
        .tl {
          padding-left: 26px;
        }
        .tl-item {
          grid-template-columns: 56px 1fr;
          gap: 14px;
        }
        .tl-date h4 {
          font-size: 18px;
        }
      }

        .attendance {
        overflow-x: auto;
        padding: 10px;
      }

      .attendance-table {
        width: 100%;
        border-collapse: collapse;
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 14px;
        margin: 20px auto;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        overflow: hidden;
      }
      .text-bottom-up {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        padding: 4px;
        white-space: nowrap;
      }

      .attendance-table th,
      .attendance-table td {
        border: 1px solid #ccc;
        padding: 4px;
        text-align: center;
      }

      .attendance-table th {
        background: #f7f9fc;
        font-weight: 600;
        color: #333;
      }

      .attendance-table td {
        color: #444;
      }

      .attendance-table tbody tr:nth-child(even) {
        background: #fafafa;
      }

      .attendance-table tbody tr:hover {
        background: #f0f7ff;
      }
      .attendance-table .name-cell {
    font-weight: 600;
    text-align: left;
    background: #f9fbfd;
    white-space: nowrap;
}

      

      .attendance-table .status-present {
        color: #22a745;
        font-weight: 600;
      }

      .attendance-table .status-absent {
        color: #dc3545;
        font-weight: 600;
      }

      .attendance-table .status-leave {
        color: #ffc107;
        font-weight: 600;
      }

/* pos qty */
.item-list {
    display: flex;
    gap: 10px;
}
.item-list .thumb {
    width: 80px;
    object-fit: cover;
    display: flex;
}
.item-list .thumb img {
    border-radius: 5px;
}
.item-list .prod_eq_info {
    display:  flex;
    flex-direction: column;
    flex: 1;
}
.item-list .equation {
    display: flex;
    gap: 10px;
    border-top: 1px solid #eee;
}
.item-list .equation label {
    font-size: 13px;
    margin: 0;
}
.item-list .equation .pro_vat {
    width: 65px;
    height: 32px;
}
.item-list .product_price {
    width: 100px;
    outline:  none;
}

.item-list input::-webkit-outer-spin-button,
.item-list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-list.item-list .qty-item input {
    height: 32px;
    width: 100px !important;
    font-size: 18px;
}
.item-list .total {
    flex: 1;
    text-align:  right;
}
.item-list .total strong {
    display: block;
}
.item-list .dlt {
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-list .dlt span {
    cursor: pointer;
}
.prod_eq_info strong {
    display: flex;
    align-items: center;
}
.harrow::-webkit-outer-spin-button,
.harrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.harrow {
    width: 25px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #ff8585;
    padding: 0;
    height: 15px;
}

@media only screen and (max-width: 575px) {
    .item-list .thumb {
        display: none;
    }
    .custm-field {
        flex-direction: column;
        gap: 10px;
    }
    .pos-products .products {
        height: 50vh;
    }
    .bg-color-2 {
		display: none;
	}
	.register-area {
        height: auto !important;
        margin: 20px 0;
    }
}
.view_pic.avater {
    width: 120px;
    height: 120px;
    border: 1px solid #000;
    border-radius: 3px;
    overflow: hidden;
}

/********************* Support And Ticket strat ***************************/




  .table-tickets {
        border-collapse: separate;
        border-spacing: 0 10px;
        /* row-এর মাঝে সুন্দর স্পেস */
    }

    .table-tickets thead th {
        background: #2c3e50;
        color: white;
        border: none;
        padding: 12px 15px;
    }

    .table-tickets td {
        border: none;
        vertical-align: middle;
    }

    .ticket-row {
        background: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        transition: all 0.15s;
    }

    .ticket-row:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .subject-truncate {
        max-width: 320px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .requester {
        max-width: 240px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .status-badge {
        min-width: 80px;
        text-align: center;
    }

    .time-col {
        white-space: nowrap;
        font-size: 0.95rem;
    }


    .form-label {
        font-weight: 500;
        color: #444;
        margin-bottom: 0.35rem;
    }


    .row-compact>.col,
    .row-compact>[class*="col-"] {
        padding-bottom: 0.4rem;
    }

    .dropzone {
        border: 2px dashed #adb5bd;
        border-radius: 0.75rem;
        background: #fafbfc;
        padding: 2.5rem 1rem;
        text-align: center;
        transition: all 0.25s ease;
        cursor: pointer;
    }

    .dropzone:hover,
    .dropzone.dragover {
        border-color: #0d6efd;
        background: #e9f3ff;
    }



    .file-preview {
        background: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        padding: 0.6rem 1rem;
        margin-bottom: 0.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.95rem;
    }

    .file-invalid {
        border-color: #dc3545;
        background: #fff5f5;
    }

    .btn-submit {
        padding: 0.75rem 2.5rem;
        font-size: 1.05rem;
    }
     
    .table-tickets {
        border-collapse: separate;
        border-spacing: 0 10px;
    }

    .table-tickets thead th {
        background: #2c3e50;
        color: white;
        border: none;
        padding: 12px 15px;
    }

    .table-tickets td {
        border: none;
        vertical-align: middle;
    }

    .ticket-row {
        background: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        transition: all 0.15s;
    }

    .ticket-row:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .subject-truncate {
        max-width: 320px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .requester {
        max-width: 240px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .status-badge {
        min-width: 80px;
        text-align: center;
    }

    .time-col {
        white-space: nowrap;
        font-size: 0.95rem;
    }

    .settings-card {
      border: none;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }
    .section-header {
      background: linear-gradient(90deg, #213a57 20%, #0b6477 100%);
      color: white;
      padding: 1.25rem 1.5rem;
    }
    .form-floating > label {
      color: #6c757d;
    }
    .input-group-text {
      background-color: #f8f9fa;
    }
    .help-icon {
      cursor: help;
      color: #6c757d;
    }
    .btn-test {
      white-space: nowrap;
    }


    .reply-bubble {
      margin-bottom: 1.25rem;
      max-width: 80%;
      clear: both;
  }

  .reply-bubble .bubble-content {
      padding: 0.75rem 1rem;
      border-radius: 15px;
      display: inline-block;
      word-wrap: break-word;
  }

  .admin-reply .bubble-content {
      background: #007bff;
      color: white;
      border-radius: 15px 15px 0 15px;
  }

  .customer-reply .bubble-content {
      background: #e9ecef;
      color: #212529;
      border-radius: 15px 15px 15px 0;
  }

  /* Positioning */
  .admin-reply {
      float: right;
      text-align: right;
  }

  .customer-reply {
      float: left;
      text-align: left;
  }

  .reply-bubble small {
      display: block;
      margin-bottom: 0.35rem;
      font-size: 0.85rem;
  }

  /* Clearfix for container */
  .conversation::after {
      content: "";
      display: table;
      clear: both;
  }
/********************* Support And Ticket End ***************************/


