body {
    font-family: 'Roboto', Arial, Sans-Serif;
    font-size: 0.875rem;
    font-weight: 400;
    background: #eaedf7;
    color: #1d212f;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    width: 100%;
    position: relative;
}
.body-w .sidebar, .body-w .header {
    display: none !important;
}
.body-w .main {
    margin-left: 0;
}
.body.body-print, .body.body-print {
    background-color: #ffffff;
}
.body-cash .sidebar, .body-cash .header, .body-print .sidebar, .body-print .header {
    display: none;
}
a {
    text-decoration: none;
    outline: none;
}
a.link {
    color: #343434;
    text-decoration: none;
}
ul,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.text-10 {
    font-size: 10px;
}
.text-11 {
    font-size: 11px;
}
.text-12 {
    font-size: 12px;
}
.text-13 {
    font-size: 13px;
}
.text-14 {
    font-size: 14px;
}
.text-16 {
    font-size: 16px;
}
.text-18 {
    font-size: 18px;
}
.pos-absolute {
    position: absolute;
}
.btn {
    border-radius: 0;
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #534bae;
    border-color: #534bae;
}
.bg-main {
    /*background-color: #9ac016;*/
    background-color: #534bae;
}
.bg-primary {
    background-color: #534bae;
    color: #ffffff;
}
.btn-base, .bg-base {
    color: #fff;
    background-color: #534bae;
    border-color: #534bae;
}
.btn-red, .bg-red {
    color: #fff;
    background-color: #dc3545;
}
.btn-green, .bg-green {
    color: #fff;
    background-color: #198754;
}
.btn-green:hover, .bg-green:focus {
    color: #fff;
    background-color: #167549;
}
.bg-primarys {
    color: #fff;
    background-color: #198754;
}
.bg-yellow {
    color: #fff;
    background-color: #ffc107;
}
.btn-orange, .bg-orange {
    color: #fff;
    background-color: orangered;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
}
.btn-base:hover, .btn-base:focus {
    color: #fff;
    background-color: #403fad;
    border-color: #403fad;
}
.btn, .form-control, .form-select {
    font-size: inherit;
}
.btn-list-sm {
    font-size: 12px;
    border-radius: .225rem;
    padding: 2px 10px;
    font-weight: 300;
}
.btn-outline-primary {
    border-color: #534bae;
    color: #534bae;
    padding: .275rem 1rem;
}
.btn-outline-primary svg {
    stroke: #534bae;
    margin-right: 2px;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.btn-active {
    background-color: #534bae;
    border-color: #534bae;
    color: #fff;
}
.btn-outline-primary:hover svg, .btn-outline-primary:focus svg, .btn-outline-primary.btn-active svg {
    stroke: #fff;
}
.input-outline-primary {
    border: 1px solid #534bae;
    border-radius: .225rem;
    color: #534bae;
    padding: 5px 10px;
    background: transparent;
    box-shadow: none;
}
.input-fill-primary {
    background: #534bae;
    border-radius: .225rem;
    color: #fff;
    border: 0;
    padding: 6px 10px;
}
.modal-md {
    max-width: 600px;
}
.span-status {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #22b52b;
    border-radius: 100%;
    text-align: center;
    display: block;
}
.span-status.status-active {
    background: #22b52b;
}
.span-status.status-deactive {
    background: #e42020;
}
.table-items {
    min-height: 300px;
}
.table-items a {
    color: #212529;
}
.table-items .product-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.table-items .product-img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}
.table-items .buttons-edit .btn {
    padding: 0px;
    margin-right: 4px;
    font-size: 15px;
    color: #534bae;
}
.table-items .buttons-edit .btn:hover i, .table-items .buttons-edit .btn:focus i {
    color: #000;
}
.table-items .buttons-edit .btn:last-child {
    margin-right: 0;
}
.table-np th, .table-np td {
    padding: 0 !important;
    border: 0 !important;
}
.back-link {
    color: #170c6b;
}
.status {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: .225rem;
}
.border-gray {
    border: 1px solid #ced4da;
}
label.label {
    font-weight: 500;
}
.form-control {
}
.form-control.input-sm {
    padding: .25rem .5rem;
    border-radius: 0;
}
.form-control:focus, .form-select:focus, .btn:focus, .btn-primary:focus, .form-check-input:focus {
    box-shadow: none;
}
.text-muted {
    color: #8f8fb1 !important;
}
.text-semi-bold {
    font-weight: 500;
}
.text-bold {
    font-weight: 600;
}
.card.card-white .card-header {
    background-color: transparent;
    border-bottom: 0;
}
.card-white h3.card-title {
    font-size: 16px;
}
.card.card-transparent {
    background-color: transparent;
    background: transparent;
    box-shadow: none;
}
.card.card-table {
    background-color: transparent;
    border: 0;
}
.card.card-table thead th {
    border: 0;
}
.card.card-table .card-body {
    padding: 0;
}
.card.card-table .card-body tbody tr {
    background-color: #fff;
    border-bottom: 5px solid #eaedf7;
}
.modal-dark .modal-body{
    background-color: #1d2b31;
}
.modal-primary .modal-header{
    background-color: #534bae;
    padding: .75rem 1rem;
    color: #fff;
}
.modal-primary .modal-header .modal-title {
    font-size: 14px;
}
.modal-primary .modal-header .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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;
}
.dropdown .dropdown-menu, .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
}
.body-m, .main-dashboard {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    border-radius: 10px;
}
.sign {
    width: 100%;
    max-width: 760px;
    border-radius: 6px;
    margin: 10% auto;
    display: flex;
}
.sign .details {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: url(../img/bg.png);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    position: relative;
    background-size: cover;
    background-position: center;
    position: relative;
}
.sign .details::before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(77, 76, 178, 0.9);
    position: absolute;
    left: 0;
    z-index: 0;
}
.sign .form-control {
    padding: .75rem .75rem;
}
.pin {
    align-self: center;
    margin: 15% auto;
}
.pin .user-list table {
    margin-left: auto;
    margin-right: auto;
}
.pin .user {
    margin: 10px 15px;
    cursor: pointer;
}
.pin .user .user_img {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    width: 90px;
    height: 90px;
    line-height: 86px;
    text-align: center;
}
.pin .user .user_img img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 90px;
    max-height: 120px;
    line-height: 140px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.pin .user .user_name {
    text-align: center;
    margin-top: 10px;
}
.pin .user-keyboard {
    width: 360px;
    margin: 20px auto;
}
.pin .user-keyboard table {
    width: 100%;
}
.pin .user-keyboard table td {
    padding: 5px;
    width: 33.3%;
}
.pin .user-keyboard .btn.btn-key {
    background-color: #7c88b0;
    width: 100%;
    color: #fff;
    padding: .75rem .75rem;
    font-size: 1rem;
    border-radius: .225rem;
}
.pin .user-keyboard .btn.btn-key:hover, .pin .user-keyboard .btn.btn-key:focus {
    background-color: #534bae;
}
.pin #pin_pwsd {
    padding: .75rem .75rem;
}
.cash-error {
    font-size: 13px;
    color: #a52834;
}
.cash-keys {
    width: 100%;
}
.cash-keys td {
    padding: 4px;
}
.new-cash.cash-keys td {
    width: 33.3%;
}
.cash-keys .btn.btn-key {
    background-color: #fff;
    width: 100%;
    padding: 1rem .75rem;
    font-size: 1.5rem;
    border-radius: .225rem;
    text-align: center;
    box-shadow: 0 0px 1px 0 rgba(0,0,0,.3);
    border: 1px solid #ddd;
}
.cash-keys.cash-top .btn.btn-key {
    padding: 1.5rem .75rem;
}
.cash-keys .btn.btn-cpd {
    background-color: #cb9900;
}
.cash-keys .btn.btn-payment {
    color: #fff;
    background-color: #0bc305;
    border-color: #0bc305;
}
.cash-keys .btn.btn-key.btn-payment:hover, .cash-keys .btn.btn-key.btn-payment:focus {
    background-color: #059b00;
    border-color: #059b00;
}
.cash-keys .btn.btn-cstorn {
    background-color: #f56954;
}
.cash-keys .btn.btn-crprt {
    background-color: #404040;
}
.cash-keys .btn.btn-key:hover {
    background-color: #eee;
    border-color: #eee;
}
.cash-keys.cash-cats .btn.btn-key {
    background-color: #06a55a;
    font-size: 1rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-left: 0;
    padding-right: 0;
}
.cash-keys .btn.btn-key.btn-csphnr, .cash-keys .btn.btn-key.btn-cpclr, .cash-keys #btn-ccmplt {
    background-color: #939393;
    width: 100%;
    color: #fff;
    padding: .5rem .25rem;
    font-size: 1.5rem;
    border-radius: .225rem;
    text-align: center;
}
.cash-keys #btn-ccmplt{
    background-color: #379d09 !important;
}
#cash_amnt {
    padding: .5rem .75rem;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}
#check_cplt {
    margin-top: 7%;
}
.cash-keys.cash-cats .btn.btn-key.btn-ccatk {
    background-color: #ae2b2b;
}
.cash-calc {
    background-color: #ffffff;
    border: 4px solid #7c88b0;
    margin: 0 4px;
    padding: 5px;
}
.cash-calc input.form-control {
    padding: .15rem 1rem;
    text-align: right;
    border-radius: 2px;
    font-size: 2.5rem;
    font-weight: 500;
    border: 0;
}
.cash-total .table > :not(caption) > * > * {
    border-bottom: 1px dashed #e8e8f7;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cash-total .table td {
    padding-top: 8px;
    padding-bottom: 8px;
}
.cash-total .table tr:last-child td {
    border-bottom: 0;
}
.cash-total table .client-name {
    font-size: 14px;
}
#CalcSearch .form-control {
    border: 0;
}
.calc_catsearch {
    position: relative;
}
.calc_catsearch .csrc_dropdown {
    position: absolute;
    top: 100%;
    background: rgba(0,0,0,0.4);
    width: 100%;
    color: #fff;
    font-size: 1rem;
}
.calc_catsearch .csrc_dropdown .slct_prd {
    cursor: pointer;
    padding: 5px 10px;
    position: relative;
}
.calc_catsearch .csrc_dropdown .slct_prd:hover {
    background: rgba(255, 255, 255, 0.5);
}
.calc_catsearch .csrc_dropdown .slct_prd span {
    position: absolute;
    right: 10px;
}
.product-search .complete-item h6 {
    position: relative;
}
.product-search .complete-item h6 span {
    position: absolute;
    right: 0;
    font-weight: 400;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e8e8f7;
    border-radius: 10px;
}
.card-pagination .page-link {
    border-radius: 50% !important;
    margin-right: 6px;
    color: #454545;
    padding: .375rem .8rem;
}
.card-pagination .page-link.first, .card-pagination .page-link.last {
    padding-left: .55rem;
    padding-right: .55rem;
}
.card-pagination .item {
    margin-right: 6px;
}
.card-pagination .page-item:last-child {
    margin-right: 0;
}
.card-pagination .page-link.last.disabled {
    cursor: context-menu;
}
.sidebar {
    width: 240px;
    transition: left 0.4s ease, width 0.4s ease;
    background: #534bae;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    transform: none;
    z-index: 999;
    border-right-width: 1px;
    visibility: visible;
    display: none;
}
.sidebar .header-logo {
    padding: 13px 15px;
    border-bottom: 1px solid rgba(240, 240, 255, 0.1);
    text-align: center;
}
.sidebar .header-logo a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}
.sidebar .nav .nav-head {
    margin: 0 0 0 15px;
    display: flex;
    position: relative;
}
.sidebar .nav .nav-head .nav-label {
    text-transform: uppercase;
    font-size: 11.49px;
    font-weight: 500;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, 0.3);
    padding: 10px 0px 0 0;
}
.sidebar .nav {
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
    margin-top: 0px;
    justify-content: center;
    margin-top: 0;
}
.sidebar .nav .nav-link {
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 9px 0 8px;
    font-weight: 400;
    font-size: 12px;
    color: #dcdaf7;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.sidebar .nav .nav-link svg {
    margin-right: 10px;
    stroke: #dcdaf7;
    width: 16px;
    height: 16px;
}
.sidebar .nav .nav-link:hover svg {
    stroke: #fff;
}
.sidebar .nav .nav-link:hover {
    color: #fff;
}
.sidebar .nav .nav-link:hover span {
    margin-left: 5px;
    transition: margin-left 0.45s ease;
}
.sidebar .nav .nav-item {
    padding-left: 15px;
}
.sidebar .nav .nav-item.nav-active .nav-link {
    background-color: #eaedf7;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 30px 0 0 30px;
    margin: 10px auto 10px 0;
    border: 0px solid transparent;
    width: inherit;
}
.sidebar .nav .nav-item.nav-active .nav-link:before {
    content: "";
    position: absolute;
    top: -30px;
    z-index: 9;
    right: 0px;
    bottom: 0;
    height: 30px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom: transparent;
    border-radius: 0px 0px 48px 0px;
}
.sidebar .nav .nav-item.nav-active .nav-link:after {
    content: "";
    position: absolute;
    top: 42px;
    z-index: 0;
    right: 0px;
    bottom: 0;
    height: 30px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom: transparent;
    border-radius: 0px 48px 0px 0px;
}
.sidebar .nav .nav-item.nav-active .nav-link:before, .sidebar .nav .nav-item.nav-active .nav-link:after {
    border-right: 20px solid #534bae;
}
.sidebar .nav .nav-item.nav-active .nav-link span {
    color: #534bae;
}
.sidebar .nav .nav-item.nav-active .nav-link svg {
    stroke: #fff;
    background-color: #534bae;
    border-radius: 50%;
    padding: 5px;
    width: 25px;
    height: 25px;
}
.nav-link .sp1 {
    background: #eaedf7;
    position: absolute;
    top: -30px;
    width: 20px;
    height: 60px;
    right: 0px;
    display: none;
}
.nav-link .sp2 {
    background: #eaedf7;
    position: absolute;
    top: 35px;
    width: 20px;
    height: 30px;
    right: 0px;
    display: none;
}
.nav-active .nav-link .sp1, .nav-active .nav-link .sp2{
    display: block;
}
.header {
    width: 100%;
    z-index: 10 !important;
    border-bottom: 1px solid #e1e6f1;
    box-shadow: -7.829px 11.607px 20px 0px rgba(144, 143, 160, 0.09);
    left: 0;
    padding-left: 0;
    height: 65px;
    background-color: #fff;
}
.header > .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.header .navbar-light .navbar-brand {
    color: rgb(23, 12, 107);
    font-size: 26px;
    font-weight: 600;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-toggle-icon {
    margin-right: 25px;
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-toggle-icon span {
    display: block;
    position: relative;
    width: 15px;
    height: 2px;
    background-color: #2f395f;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
.header-toggle-icon span:before, .header-toggle-icon span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #2f395f;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
.header-toggle-icon span:before {
    top: -6px;
}
.header-toggle-icon span:after {
    bottom: -6px;
}
.header-center {
    flex: 1;
    margin: 0 0 0 0.8rem;
    position: relative;
}
.header-center .header-search {
    max-width: 360px;
}
.header-search .form-control {
    padding: 0 .75rem;
}
.header-search .form-control, .header-search .form-select {
    border-color: #e8e8f7;
    color: #a6a6bf;
}
.header-right {
    display: flex;
    align-items: center;
}
.header .alert-not {
    position: absolute;
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    padding: 0px 6px;
    right: 4px;
    top: 2px;
}
.header-notification .dropdown-menu {
    width: 300px;
    position: absolute;
    top: 48px;
    left: auto;
    right: -10px;
    bottom: auto;
    padding: 0;
    border: 0;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    border-width: 1px;
    box-shadow: -8px 12px 18px 0 rgba(21,21,62,.3);
    border-radius: 4px;
}
.notification-head {
    padding: 20px 20px 15px;
    text-align: center;
}
.header-notification .item {
    border-top: 1px solid #e8e8f7;
    cursor: pointer;
}
.header-notification .item:hover {
    background-color: #f4f4f4;
}
.header-notification .media.new {
    color: #8f9cc0;
}
.header-notification .media {
    padding: 10px;
    position: relative;
    display: flex;
}
.header-notification .item .media + .media {
    border-top: 1px solid rgba(123,65,216,.1);
}
.header-notification .avatar {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.header-notification .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}
.header-notification .notification-head p {
    font-size: 13px;
    margin-bottom: 0;
    color: #3c4858;
}
.header-notification .item .media-body {
    font-size: 13px;
    margin-left: 15px;
    font-size: 13px;
    flex: 1;
}
.item .media-body p {
    margin-bottom: 5px;
    line-height: 1.3;
    color: #444469;
}
.header-notification .item .media img {
    border-radius: 4px;
}
.header-notification .item h3 {
    font-size: 13px;
    color: #1d212f;
    margin-bottom: 2px;
}
.header-notification a {
    color: #534bae;
}
.header-notification .dropdown-footer {
    text-align: center;
    padding: 10px;
    font-size: 13px;
    border-top: 1px solid rgba(123,65,216,.1);
}
.dropdown-plain .dropdown-toggle:after {
    display: none !important;
}
.header-right .header-right_max {
    padding: .375rem .75rem;
}
.main {
    border-radius: 0;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 0;
    bottom: 0;
    position: relative;
    height: 100%;
    margin-left: 0;
    transition: margin-left 0.3s ease;
    margin-top: 70px;
}
.main .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.page-header {
    margin: 1.8rem 0 1.5rem 0;
    position: relative;
    min-height: 50px;
}
.page-header .title {
    color: #170c6b;
    font-weight: 500;
    font-size: 24px;
    text-indent: -1px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

.page-header .breadcrumb {
    background: none;
    padding-left: 0 !important;
    padding: 0;
    padding-left: 0px;
    margin-bottom: 0;
}
.page-header .breadcrumb-item a {
    color: #8f9cc0;
}
.page-header .breadcrumb-item.active {
    color: #7787bc;
}
.block {margin-bottom: 20px;}
.grid-blocks .card {
    box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.05);
}
.grid-blocks .grid-item .icon {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 20px;
    bottom: 21px;
    top: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaedf7;
}
.grid-blocks .grid-item .icon svg {
    stroke: #534bae;
}
.grid-block_title {
    font-size: 13px;
    color: #1d212f;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: .2px;
}
.grid-block_price {
    font-size: 1rem;
    font-weight: 500;
}
.planer-block .table > :not(caption) > * > * {
    border-bottom: 1px dashed #e8e8f7;
    padding-top: 5px;
    padding-bottom: 5px;
}
.planer-block .table td {
    padding-top: 8px;
    padding-bottom: 8px;
}
.planer-block .table tr:last-child td {
    border-bottom: 0;
}
.planer-block table .client-name {
    font-size: 14px;
}
.repair-list table {
    vertical-align: middle;
}
.repair-list table tr:last-child td {
    border-bottom: 0;
}
.repair-list .item-status {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: .225rem;
}
.repair-list a {
    color: #212529;
}
.table-print > :not(caption) > * > * {
    border-bottom: 1px dashed #212529;
    padding-top: 5px;
    padding-bottom: 5px;
}
.table-print td {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table-print tr:last-child td, .table tr:last-child td {
    border-bottom: 0;
}
.table th {
    font-weight: 500;
}
.table.newrp-options tr > td:first-child {
    width: 30px;
}
.table.newrp-options tr > td {
    padding: .5rem 0;
}
.toast-right {
    position: fixed;
    right: 10px;
    top: 70px;
    z-index: 9999;
}
.toast-right .btn-close {
    width: .225em;
    height: .225em;
}
.toast-right .toast-body {
    padding: .5rem .75rem;
}
.location-list .location-logo {
    max-width: 140px;
    max-height: 40px;
}
.prdc_imgs li {
    position: relative;
}
.prdc_imgs li img {
    max-width: 100%;
}
.prdc_imgs li .img_del {
    width: 18px;
    height: 18px;
    display: block;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: 14px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
}
.member-detail .nav-tabs .nav-link {
    border: 0;
    background-color: transparent;
    outline: none;
    font-weight: 500;
}
.member-detail .nav-tabs .nav-link.active {
    background-color: #fff;
}
.member-edit .mbimg {
    position: relative;
    max-width: 100px;
}
.member-edit .del_mbimg {
    position: absolute;
    right: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    bottom: 3px;
    line-height: 18px;
    cursor: pointer;
    z-index: 99;
}
.complete-control {
    position: absolute;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ced4da;
    width: 100%;
    max-width: calc(100% - 8px);
    margin-top: -1px;
}
.complete-control .complete-item {
    cursor: pointer;
    padding: 10px 10px;
}
.complete-control .complete-item:hover {
    background-color: #fbfbfb;
}
.complete-control h6 {
    font-size: 14px;
    margin-bottom: 0;
}
.complete-control p {
    font-size: 12px;
    margin-bottom: 0;
}
.modelEditOpts td {
    vertical-align: middle;
}
.modelEditOpts tr > td:first-child {
    width: 36px;
}
.modelEditOpts tr > td:last-child {
    width: 110px;
}
.modelEditOpts .form-control.form-control-sm {
    padding: .25rem .5rem;
    width: 100px;
}
.body-cash .main {
    margin: 0;
}
.body-cash .cash-area {
    max-width: 1200px;
    margin: 0 auto;
}
.cash-categories {
    width: 76px;
    margin-right: 20px;
    text-align: center;
}
.cash-categories .btn {
    padding: 15px 0;
    display: block;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 5px;
}
.cash-categories .btn.active, .cash-categories .btn:hover, .cash-categories .btn:focus {
    background-color: #25233c;
    color: #fff;
}
.cash-categories .btn i {
    font-size: 36px;
    margin-bottom: 8px;
}
.cash-categories .btn p {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
}
.cash-products {
    max-width: 696px;
    width: 100%;
}
.cash-main .cash-products-item .product {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}
.cash-main .cash-products-item .product:hover {
    box-shadow: 0 2px 6px 4px rgba(136, 136, 136, 0.24);
}
.cash-main .cash-products-item .product-img{
    position: relative;
    height: 136px;
    overflow: hidden;
}
.cash-main .cash-products-item .product-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.cash-main .cash-products-item .product-info {
    padding: 10px;
}
.cash-main .cash-products-item .product-name {
    font-size: 14px;
    height: 34px;
    overflow: hidden;
}
.cash-main .cash-products-item .product-price {
    font-weight: bold;
    margin-bottom: 0;
}
.cash-main .cash-rechn {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}
.cash-rechn .cash-header {
    padding: 10px;
    border-bottom: 2px solid #eaedf7;
    font-size: 18px;
}
.cash-rechn .cash-header .cash-header-right li {
    margin-right: 15px;
}
.cash-rechn .cash-header .cash-header-right li:last-child {
    margin-right: 0px;
}
.cash-rechn .cash-header .cash-header-right li .btn {
    line-height: normal;
}
.cash-rechn .cash-body {
    padding: 15px;
}
.cash-rechn .cash-item .item {
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}
.cash-rechn .cash-item:first-child .item {
    padding-top: 0;
}
.cash-rechn .cash-item:last-child .item {
    padding-bottom: 0;
    border-bottom: 0;
}
.cash-rechn .cash-item li:last-child .item {
    margin-bottom: 0;
}
.cash-rechn .cash-item .item-img img {
    max-width: 100%;
    border-radius: 4px;
}
.cash-rechn .cash-item .item-count .btn {
    padding: 0;
    font-size: 10px;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    line-height: 19px;
}
.cash-rechn .cash-item .item-count .item-count-qty {
    width: 32px;
}
.cash-rechn .cash-item .item-info .product-name {
    font-size: 13px;
    margin-bottom: 2px;
}
.cash-rechn .cash-item .item-info p {
    font-size: 12px;
}
.cash-rechn .cash-item .item-price {
    font-size: 16px;
    font-weight: bold;
}
.cash-total td {
    border-style: dotted;
    border-color: #ddd;
    font-size: 13px;
}
.cash-rechn .btn-payit {
    width: 100%;
    color: #fff;
    background-color: #0bc305;
    border-color: #0bc305;
    font-weight: 500;
    font-size: 16px;
}
.cash-rechn .cash-header .cash-header-right .cash-menu {
}
.cash-rechn .cash-header .cash-header-right .cash-menu li {
    margin: 0;
}
.cash-rechn .cash-header .cash-header-right .cash-menu .dropdown-item {
    padding: 5px 10px;
    display: block;
}
#KasseModal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
.table-kasse td {
    border: 0;
}
.cash-clc {
    width: 390px;
}
.card-list {
    width: 140px;
}
.card-list .btn {
    padding: 0;
    border: 0;
}
.card-list img {
    max-width: 100%;
}
.money-list {
    width: 114px;
    overflow: hidden;
}
.money-list li {
    margin-bottom: 6px;
}
.money-list .btn{
    height: 56px;
    border: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}
.money-list .btn img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 4px;
}
.modalsearch {
    position: relative;
}
.modalsearch #get_prd {
    border-color:#ced4da;
    padding: .75rem .75rem;
}
.modalsearch .modalsearch_list {
    position: relative;
}
.modalsearch .modalsearch_list ul {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
}
.modalsearch .modalsearch_list ul li {
    padding: 10px;
    border-bottom: 1px dotted #ddd;
    cursor: pointer;
}
.modalsearch .modalsearch_list ul li:last-child {
    border: 0;
}
.modalsearch .modalsearch_list ul li:hover {
    background-color: #f4f4f4;
}
.modalsearch .modalsearch_list .product_img {
    width: 42px;
    margin-right: 10px;
}
.modalsearch .modalsearch_list .product_img img {
    max-width: 42px;
    border-radius: 4px;
}
.modalsearch .modalsearch_list .product_name {
    font-size: 14px;
    margin-bottom: 0;
}
.modalsearch .modalsearch_list .product_code {
    font-size: 13px;
}
.modalsearch .modalsearch_list .product_price h3 {
    font-size: 18px;
    margin-bottom: 0;
}
#AddCategory .cat_icons li {
    display: inline-block;
}
#AddCategory .cat_icons li .btn {
    padding: 0;
    width: 50px;
    height: 32px;
    margin: 2px;
    text-align: center;
}
#AddCategory .dropdown-menu.cat_icons .dropdown-item i, #AddCategory .selected_cat i {
    font-size: 24px;
    color: #534bae;
}
.header-select {
    color: #534bae;
}
.statistic-list { 
    list-style: none;
}
.statistic-list li.statistic-item {
    max-width: 320px;
    width: 100%;
    height: 136px;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
}
.statistic-list li.statistic-item .card {
    border-bottom: 3px solid #bbb;
}
.statistic-list li.statistic-item.gold .card {
    background-color: #F2CC71;
}
.statistic-list li.statistic-item.red .card {
    background-color: #d03838;
    color: #fff;
}
.statistic-list li.statistic-item .card .card-body {
    display: flex;
    padding: 25px;
}
.statistic-list .statistic-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}
.statistic-list .statistic-img img {
    max-width: 80px;
    max-height: 80px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.statistic-list .statistic-info {
    text-align: left;
}
.statistic-cards a {
    text-decoration: none;
    color: #1d212f;
}
.statistic-cards h3 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0;
}
.dropdown-menu {
    font-size: 14px;
}
.ui-form .form-control {
    border-radius: 0;
    padding: .5rem .75rem;
}
.ui-form .btn-base {
    padding: 10px 40px;
}
.ui-form textarea {
    min-height: 180px;
}
.ui-form .form-switch {
    border: 1px solid #ced4da;
    padding: 0;
    position: relative;
}
.ui-form .form-switch .form-check-label {
    width: 100%;
    cursor: pointer;
    padding: .625rem .75rem;
    color: #6c757d;
}
.ui-form .form-check.form-switch .form-check-input {
    float: none;
    width: 50px;
    height: 25px;
    margin-left: auto;
    background-position: left center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #ced4da;
    border-color: #ced4da;
    position: absolute;
    top: calc(50% - 16px);
    right: .75rem;
    cursor: pointer;
}
.ui-form .form-check.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #534bae;
    border-color: #534bae;
}
.ui-form .item-list .form-switch {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.ui-form .item-list .form-switch .form-check-label {
    padding-left: 0;
}
.service-edit .service-img {
    width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: .225rem;
    overflow: hidden;
    position: relative;
}
.service-edit .service-img img {
    max-width: 100%;
    max-height: 100%;
}
.service-edit .del_simg {
    background: #d70a0a;
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    text-align: center;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    line-height: normal;
    position: absolute;
    right: 6px;
    bottom: 6px;
    cursor: pointer;
}
.video-edit .video-img {
    width: 200px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.video-edit #delvimg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 0;
    background: rgb(209 10 10);
    color: #fff;
    border-radius: 100%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
}
.video-edit #delvimg:hover,
.video-edit #delvimg:focus {
    border: 0;
    background-color: rgb(158, 2, 2);
    box-shadow: none;
}
.ec-devices .btn.btn-addec {
    background: #6b6a6c;
    border-color: #6b6a6c;
    width: 100%;
    height: 34px;
    padding: 0;
    border-radius: .225rem;
    margin-top: 1px;
}
.device-form .form-control,
.device-form .form-select {
    padding: .75rem .75rem;
    border-radius: 0;
}
#devicemodal .modal-header {
    background: #534bae;
    border: 0;
    color: #fff;
    border-radius: .225rem .225rem 0 0;
}
#devicemodal .modal-title {
    font-size: 1rem;
}
#historymodal .modal-content {
    border: 0;
    border-radius: .225rem .225rem 0 0
}
#historymodal .form-control,
#historymodal .form-select {
    padding: .75rem .75rem;
    border-radius: 0;
}
#historymodal .modal-header {
    background: #534bae;
    border: 0;
    color: #fff;
}
#historymodal .modal-title {
    font-size: 1rem;
}
.history-list-item {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(128, 128, 128, 0.28);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
}
.history-list-item .muted {
    color: #8d919f;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 2px;
}
.history-list-item .company, 
.history-list-item .client,
.history-list-item .date {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.history-list-item .btn-toggle-history {
    padding: 0;
    font-size: 17px;
}
.history-list a {
    color: #696d79;
    font-size: 16px;
    margin-right: 3px;
}
.history-list a:last-child {
    margin-right: 0;
}
.history-list a:hover {
    color: #4c5266;
}
#historysendmodal .modal-header {
    background: #534bae;
    border: 0;
    color: #fff;
}
#historysendmodal .modal-title {
    font-size: 1rem;
}
#historysendmodal p {
    margin-bottom: 0;
}
#historysendmodal .modal-content {
    border: 0;
}
#historysendmodal .historymodal_left label {
    font-weight: 600;
}
#historysendmodal .historymodal_left p span {
    width: 50px;
    display: inline-block;
}
#historysendmodal .historymodal_left #vw_files a {
    text-decoration: none;
    outline: none;
    font-size: 24px;
    margin-right: 5px;
    color: #696d79;
}
#historysendmodal #btn-delete-history {
    color: #ae1c1c;
    padding: 0;
    border-radius: 6px;
    background-color: #fff;
    border: 0;
}
.blogitem-list .item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.blogitem-list .item-desc {
    margin-bottom: 0;
}
.blogitem-list .item-status {
    background: #f4f4f4;
    width: 26px;
    height: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 12px;
    color: #666;
}
.blogitem-list .item-status.active {
    background: #07af3f;
    color: #fff;
}
.blogitem-list .item-status.deactive {
    background: #af0707;
    color: #fff;
}
.list-item-status {
    background: #f4f4f4;
    text-align: center;
    border-radius: 10px;
    font-size: 11px;
    color: #666;
    padding: 3px 10px;
}
.list-item-status.accepted {
    background: #07af3f;
    color: #fff;
}
.list-item-status.waiting {
    background: #808ba3;
    color: rgb(255, 255, 255);
}
.list-item-status.canceled {
    background: #af0707;
    color: #fff;
}
.location-form-filter .form-check-inline {
    width: 70px;
    margin: 0;
}
.table-paddingless td {
    padding: 0;
}
.table-padding-0 td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.table-padding-0 td:first-child {
    padding-left: 0;
}
.table-padding-0 td:last-child {
    padding-right: 0;
}
.location-form-filter td:first-child {
    padding-left: 0;
}
.location-form-filter td:last-child {
    padding-right: 0;
    display: flex;
    justify-content: end;
}
@media (max-width: 575.98px) { 

 }

@media (max-width: 767.98px) {

}

@media (max-width: 991.98px) {
    .page-sm .sidebar {
        width: 70px;
        overflow: hidden;
        display: none;
    }
    .page-sm .sidebar .header-logo a {
        display: block;
        width: 36px;
        overflow: hidden;
    }
    .page-sm .sidebar .nav .nav-item .nav-link span {
        display: none;
    }
    .page-sm .sidebar .nav .nav-head {
        margin: 0;
    }
    .page-sm .sidebar .nav .nav-link {
        padding: 0 18px 0px 4px;
    }
    .page-sm .sidebar .nav .nav-link svg {
        width: 18px;
        height: 18px;
        margin: 0 auto;
    }
    .page-sm .header {
        padding-left: 70px;
    }
    .page-sm .main {
        margin-left: 70px;
    }
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 1399.98px) {
}

@media (min-width: 1399.99px) {
    
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1400px) {

}