/************************** common css **********************/
:root{
    --main-bg-color: #fff; /*url('/assets/images/table-bg.png');*/
    --main-circle-height: 70px;
    --main-circle-width: 70px;
    --main-circle-border-radius: 50%;

    --main-rectangle-bg-width: 140px;
    --main-rectangle-bg-height: 70px;
    --main-rectangle-border-radius: 4px;

    --main-rectangle-vertical-bg-width: 70px;
    --main-rectangle-vertical-bg-height: 140px;
}

.loader {
    display: none;
    top: 150px;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 2222;
}

.loader img {
    width: 15%;
    margin: 0 auto;
}

.back-drop {
    background-color: #000000;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    position: fixed;
    z-index: 1111;
    transition: opacity 0.15s linear 0s;
}

.heavy {
    font-weight: bold;
}

.c-pointer {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.funkyradio ul {
    width: 100%;
}

.funkyradio li {
    float: left;
    width: 15%;
}

.error {
    color: red;
    font-size: 10px;
    word-break: break-word;
    width: 100%;
}

ul.cat-list {
    padding-left: 10px;
}

ul.cat-list li.parent {
    width: 100%;
    clear: both;
}

ul.cat-list .childs ul {
    padding-left: 10px;
    width: 100%
}

ul.cat-list .childs ul li {
    float: left;
    width: 30%;
}

#map_canvas {
    height: 270px !important;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form-check-label {
    margin-bottom: 19px;
    margin-left: 24px;
}

.form-check-input {
    margin-left: 0 !important;
}

.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
    opacity: 0.7;
    pointer-events: none;
}

input#search-input {
    /* background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    width: 80% !important;
    font-size: 15px !important;
    color: #8492af !important;
    margin-top: -10px !important;
    margin-left: 10px;*/
}

.row_position tr:hover {
    cursor: move;
}

.drag-icon-inner:hover {
    cursor: move;
}

.ui-sortable-handle.ui-sortable-helper {
    width: 1139px;
    height: 37px;
    position: absolute;
    z-index: 1000;
    left: 388.5px;
    top: 766px;
}

img.web-preview,
img.kiosk-preview,
img.kiosk-street-preview {
    height: 134px;
}

.gps-icon {
    padding-top: 26px;
    padding-right: 20px;
}


/* For select2 design*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 6px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container {
    display: block !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.rcb-head {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.rcb-media {
    display: flex;
    align-items: center;
}

.rcb-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    flex: 24px 0 0;
    border-radius: 100%;
    margin-right: 10px;
    background: #212529;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

.rcb-name {
    font-size: 15px;
    font-weight: 600;
}

.bootstrap-select .bs-placeholder,
.bootstrap-select>.dropdown-toggle {
    height: 40px;
    border-radius: .25rem;
    line-height: 28px;
    border: 1px solid #858585;
}

.bootstrap-select .dropdown-toggle::after {
    display: inline-block !important;
}

.bootstrap-select .form-control {
    min-height: 36px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e1e1e1;
}

.round-white-bg {
    overflow: visible;
}

.custom-datatable th {
    word-break: initial;
}

.custom-datatable td {
    padding: 12px 5px !important;
    word-break: initial;
}

.swal2-cancel {
    margin-left: 10px;
}

.common-type-search .fa-search {
    position: absolute;
    top: 64%;
    color: #37424d;
    right: 22px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip-box {
    position: relative;
    display: inline-block;
    padding-left: 4px;
}

.tooltip-box span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2f7ffc;
    color: white;
    font-size: 11px;
}

.tooltip-box .notice-desc {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    background: #fff;
    color: #37424D;
    border-radius: 3px;
    min-width: 500px;
    max-width: 600px;
    max-height: 150px;
    overflow-y: scroll;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px 0px #c5d0d8;
    transition: all .15s;
}

.tooltip-box .notice-desc:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: solid 8px rgb(255 255 255);
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}

.tooltip-box .notice-desc strong {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #f3f3f3;
    color: #545454;
}

.tooltip-box .tooltip-heading {
    margin-top: 10px !important;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #f3f3f3;
    color: #545454;
    font-weight: bold !important;
    font-size: 13px !important;
}

.tooltip-box span:hover .notice-desc {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}

.table-responsive {
    /*overflow-x: visible !important;*/
    margin-top: 15px !important;
}

.small-table {
    width: 100% !important;
}

.striped-table.dataTable .small-table th {
    padding: 2px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    border: 1px solid #c7c7c7 !important;
}

.striped-table.dataTable .small-table td {
    padding: 2px !important;
    font-size: 12px !important;
    border: 1px solid #c7c7c7 !important;
}

.custom-small-control-30 {
    min-width: 23% !important;
    margin-bottom: 8px !important;
    display: inline-table !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: auto !important;
    border-radius: 5px !important;
}

.font-10 {
    font-size: 10px
}

.font-12 {
    font-size: 12px
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-32 {
    font-size: 32px
}

.font-40 {
    font-size: 40px
}

.user-dropdown .user-image {
    /*width: 40px !important;*/
    /*height: 40px !important;*/
    margin-right: 0px !important;
}

.header-right-menu>li {
    margin-left: 15px !important;
}

body {
    word-break: normal !important;
}

.__variation_material_div .col-sm-1,
.__variation_material_div .col-sm-2,
.__variation_material_div .col-sm-3 {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.__raw_material_div_container .col-sm-1,
.__raw_material_div_container .col-sm-2,
.__raw_material_div_container .col-sm-3 {
    padding-right: 0px !important;
}

.total_raw_cost .col-sm-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.total_raw_cost1 .col-sm-2,
.total_raw_cost1 .col-sm-4 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.item-font {
    font-size: 15px;
}

.order-menu-list a.update-status,
.order-menu-list a.active {
    padding: 10px 20px;
}

.access-store {
    background-color: transparent !important;
    color: #f50000;
    border: 1px solid #f50000;
}

.access-store:hover,
.access-store:focus {
    background-color: #f50000 !important;
    color: #fff !important;
}

.orders-store {
    background-color: transparent !important;
    color: #37baf8;
    border: 1px solid #37baf8;
    font-size: 12px;
}

.orders-store:hover,
.orders-store:focus {
    background-color: #37baf8 !important;
    color: #fff !important;
}


/****************************** 404 css ***********************/

#notfound {
    position: relative;
    height: 600px;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center
}

.notfound .notfound-404 {
    position: relative;
    height: 240px
}

.notfound .notfound-404 h1 {
    font-family: montserrat, sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 252px;
    font-weight: 900;
    margin: 0;
    color: #262626;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px
}

.notfound .notfound-404 h1>span {
    text-shadow: -8px 0 0 #fff
}

.notfound .notfound-404 h1>span.f2 {
    color: #3372db;
}

.notfound .notfound-404 h3 {
    font-family: cabin, sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262626;
    margin: 0;
    letter-spacing: 3px;
    padding-left: 6px
}

.notfound h2 {
    font-family: cabin, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px
}

@media only screen and (max-width:767px) {
    .notfound .notfound-404 {
        height: 200px
    }

    .notfound .notfound-404 h1 {
        font-size: 200px
    }
}

@media only screen and (max-width:480px) {
    .notfound .notfound-404 {
        height: 162px
    }

    .notfound .notfound-404 h1 {
        font-size: 162px;
        height: 150px;
        line-height: 162px
    }

    .notfound h2 {
        font-size: 16px
    }
}

.previous-date-stat {
    padding-left: 162px;
    padding-top: 2px;
    color: #2f7ffc;
    cursor: pointer;
}

.total_stat {
    font-size: 15px !important;
    background: #efefef !important;
}

.sales-total {
    font-size: 17px;
    font-weight: 600;
}

.btn-style {
    display: inline-block;
    padding-bottom: 7px;
}

.added_btn {
    width: 73px;
}


/* login page css start */

.admin-login-body {
    background: #f9f0f0;
}

.seller-login-body {
    background: #e8f0fe;
}

.login-form {
    width: 450px;
    margin: 50px auto;
    font-size: 15px;
}

.login-form .site-logo {
    text-align: center;
}

.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.site-logo img {
    padding-bottom: 20px;
    height: 110px;
}

/* login page css end */
.pdf-style {
    color: blue;
    font-weight: 700;
    text-decoration: underline !important;
}

.label-size {
    font-size: 12px;
}


/* related item css start */

.rel-img {
    width: 180px;
}


/* related item css end */


/* raw material cost css start */

.table-border {
    border: 1px solid #000 !important;
}

.table-border tr th,
.table-border tr td {
    border: 1px solid #000 !important;
    font-size: 14px;
    color: #000
}


/* raw material cost css end */


/* week report css start */

.week-detail .bootstrap-datetimepicker-widget tr:hover {
    background-color: #eee;
}

.week-detail .round-white-bg {
    overflow: visible !important;
}


/* week report css end */

.tab-info-icon {
    color: #fff !important;
    background: #f44 !important;
    font-weight: bold !important;
    border-radius: 6px 6px 0 0 !important;
    border-left: 1px solid white !important;
}

.custom-input-group .input-group .form-control {
    width: 1%;
}

.__toggle_password {
    cursor: pointer !important;
}

.sidebar-menu-col a .menu-icon1 {
    width: 20px !important;
}

.sidebar-menu-col a1 {
    font-size: 13px !important;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.is_schedule {
    width: 40px !important;
    margin-left: 25px;
}

/*.is_offer_item,*/
/*.is_featured {*/
    /*width: 40px !important;*/
    /*margin-left: 15px;*/
/*}*/

.dataTables_length {
    margin-top: 0px !important;
}

.bordered-header {
    padding: 5px 0px 5px !important;
    margin-bottom: 2px !important;
}

.red {
    color: red;
}

.green {
    color: green;
}

.stock_image {
    width: 125px !important;
    height: 125px !important;
}

.chart-amount {
    font-size: 18px !important;
}

.select2-results .select2-results__option {
    border-bottom: 1px solid #d3d3d3 !important;
}

.select2-search-title {
    font-size: 14px !important;
}

.select2-search-type {
    font-weight: 500 !important;
    font-size: 12px !important;
}

.header-search .select2-container {
    width: 400px;
}

.__variation_remove_btn {
    margin-left: 25px;
    position: absolute;
}

.discount_btn {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    color: white;
    font-weight: 600;
    border-radius: 0px !important;

}

.discount_btn:hover {
    color: white;
}

.w-weight {
    width: 8% !important;
}

.w-qty {
    width: 10% !important;
}

.w-price {
    width: 10% !important;
}

.w-sper {
    width: 10% !important;
}

.w-status {
    width: 10% !important;
}

.w-action {
    width: 10% !important;
}

.w-total-cost {
    width: 46%;
    padding-right: 27px;
    text-align: right;
}

.salary_title {
    width: 100%;
    text-align: center;
    font-weight: 600!important;
    font-size: 1.2rem;
}
.w-15{
    width: 15% !important;
}
.w-25{
    width: 25% !important;
}
.variation_type {
    padding: 4px 8px;
    background-color: #ffe707 !important;
    font-size: 13px !important;
    margin-bottom: 5px;
}

/**** this css used for small banner delete image ****/
.cross-img {
    display: inline-block;
    position: relative;
}
.cross-icn {
    background-color: #000;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
}
.cross-icn svg {
    color: #fff;
    margin: 5px 7px;
}
#load_more_button{
    margin: auto;
    width: 98px;
    display: block;
}

.event_label .labels input[type="checkbox"] {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    padding: 2px;
    outline: none;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    margin-left: 0;
}

.event_label .labels input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.event_label .labels input[type="checkbox"]:checked:before {
    content: '\2713';
}

.event_label .labels:first-child input[type="checkbox"] {
    background-color: #FF5733;
}

.event_label .labels:nth-child(2) input[type="checkbox"] {
    background-color: #D10000;
}

.event_label .labels:nth-child(3) input[type="checkbox"] {
    background-color: #0000FF;
}

.event_label .labels:nth-child(4) input[type="checkbox"] {
    background-color: #007500;
}
.event_label .labels:nth-child(5) input[type="checkbox"] {
    background-color: #9f8fef;
}
.event_label .labels:last-child input[type="checkbox"] {
    background-color: #FFC300;
}
.event_label label {
   cursor: pointer;
    display: flex;
}
.c_images li{
    float: left;
    padding-right: 10px;
}
.c_images{
    padding: 0;
}

.event_label {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}

.box {
    float: left;
    height: 15px;
    width: 15px;
    border: 1px solid black;
    clear: both;
    margin-right: 7px;
}
#contextMenu {
    position: absolute;
    display:none;
    z-index: 2;
}
#contextMenu .dropdown-menu{
    border: none;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.__backlog{
    list-style : disc;
    padding-left : 15px;
}

.__backlog .l-item {
    margin-bottom: 8px;
    border-bottom: 1px solid #baafaf;
    width: 100%;
    padding-bottom: 2px;
}
.__backlog .l-item p {
    margin-bottom: 2px;
}
.__backlog .l-item span {
    color: #434242;
    font-size: 12px;
}
.scheduled{
    display: flex;
    flex-wrap: wrap;
    /*width: 50%;*/
}
.weekdays-list-custom {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.weekdays-day-custom {
    position: relative;
    display: block;
    padding: 6px 4px 6px 10px;
    margin-left: -1px;
    line-height: 1.25;
    /* color: #007bff; */
    background-color: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
    width: 64px;
    font-size: 13px;
    text-align: center;
}
.weekdays-day-custom:hover {
    background-color: #eee;
    font-weight: bold;
    border: 1px solid white;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.weekdays-list-custom .day-selected {
    background-color: #eee;
    font-weight: bold;
    border: 1px solid white;
    color: green;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.week-tick {
    position: absolute;
    top: 10px;
    left: 5px;
}
.remain_pts{
    background-color: orange;
    color: black;
    font-size: 14px;
    border-radius: 8px;
    padding: 5px;
    margin-left: 5px;
}
.empty_reward{
    width: 53px;
    display: inline-block;
    margin-left: 32%;
}
.fc .fc-view-harness {
    height: 67vh !important;
}
.__generate_pin{
    cursor: pointer;
}
.bg-grey {
    background-color: #efefef !important;
}
.employee_salary td{
    background-color: #f5f5f5 !important;
}
.other_charges{
    width:  80%!important;
    display: inline !important;
    margin-top: 10px;
    height: 40px;
}
.hover_bg tr:hover {
    background-color: #efefef;
    cursor: pointer;
}
.filter_stat {
    padding: 15px 0px 1px 0px;
    background-color: #e1e1e1;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    margin-left: 15px;
}
.filter__link {

&.desc::after {
     font-family: "Font Awesome 5 Free";
     content: '\f0dd';
     font-weight: 900;
     padding-left: 4px;
 }

&.asc::after {
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     content: "\f0de";
     padding-left: 4px;
 }

}
.appr_time{
    position: absolute;
    left: 90px;
    top: 7px;
    z-index: 1000!important;
}
.punch_timing{
    padding: 10px;
    border: 2px solid #ffc107;
    background-color: #ffc1072e;
    border-radius: 20px
}
.punch_title{
    color:#ff9507;
    font-weight: 600;
}
.__btn__active{
    color: white;
    background-color: #2f7ffc !important;
    border-color: #2f7ffc !important;
}
.__btn__active:hover, .__btn__active:focus {
    color: white;
}
#dynamicLoad .modal-content{
    border-radius:1.3rem!important;
}
.created_shift{
    width: auto;
    display: inline-block;
    border-radius: 7px;
    color: black!important;
    padding-left: 7px;
    padding-right: 7px;

    /*font-size: 12px!important;*/
}
.punchBefore::after{
    content: 'o';
    color: orange;
    font-size: 12px;
    position: absolute;
    top: -7px;
    right: -7px;
}

.punchAfter::after{
    content: 'o';
    color: blue;
    font-size: 12px;
    position: absolute;
    top: -7px;
    right: -7px;
}
.approve_shift{
    width: auto;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
    color: white!important;
    background-color: #ed1c24 !important;
    padding-left: 7px;
    padding-right: 7px;
}
.unschedule{
    color: #ff7b7b!important;
    background-color: #ffe5dd !important;
}
.ongoing{
    color: blue!important;
    background-color: #2f7ffc69 !important;

}
.w-65{
    width: 65%!important;
}

.__copy_text_btn{
    position: absolute;
    top: 35px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
}

.punch-random-string > form{
    display: flex;
}
.punch-random-string [type="submit"] {
    margin-left: 12px;
    padding: 0px 16px;
    height: 33px;
    margin-top: 4px;
}
@media only screen and (max-width: 767px) {
    .punch-random-string > form{
        display: block;
    }
    .punch-random-string [type="submit"] {
        margin-top: 12px;
        margin-left: 0px;
    }
}
.guest,.rented{
    padding: 1px 6px;
    border-radius: 8px;
    width: min-content;
}

.guest{
    background-color: #F2D7D5;
    color: #634d4c;
}
.rented{
    background-color: #D1F2EB;
    color: #425551;
}
.pre-order{
    padding: 4px;
    margin: 5px;
}

 .select2 div.filter-option{
     /*max-width: 120px;*/
 }

.table_manage .inner-text{
    display: flex;
    place-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    box-shadow: 0 0 20px #eae4e4;
    cursor: pointer;
}
.table_manage .__table_object{
    cursor: copy;
}
.table_manage .main-circle {
    border-radius: var(--main-circle-border-radius);
}
.table_manage .main-square {
    border-radius: var(--main-rectangle-border-radius);
}

.table_manage .main-circle,
.table_manage .main-square{
    background: var(--main-bg-color);
    height: var(--main-circle-height);
    width: var(--main-circle-width);
}

.table_manage .main-rectangle {
    background: var(--main-bg-color);
    height: var(--main-rectangle-bg-height);
    width: var(--main-rectangle-bg-width);
    border-radius: var(--main-rectangle-border-radius);
}
.table_manage .main-rectangle-vertical {
    background: var(--main-bg-color);
    height: var(--main-rectangle-vertical-bg-height);
    width: var(--main-rectangle-vertical-bg-width);
    border-radius: var(--main-rectangle-border-radius);
}

.table_manage .main-object {
    height: var(--main-circle-height);
    width: var(--main-circle-width);
    border-radius: var(--main-rectangle-border-radius);
    border:1px dashed #000;
}

.table_manage .box {
    position: absolute;
    user-select: none;
    /*transform: translate(-50%, -50%);*/
}

.table_manage .resize-handler {
    height: 10px;
    width: 10px;
    background-color: #0055ff;
    position: absolute;
    border-radius: 100px;
    border: 1px solid #ffffff;
    user-select: none;
    display: none;
}
.table_manage .resize-handler:hover {background-color: #0000cc;}
.table_manage .resize-handler.rotate {cursor: url('https://findicons.com/files/icons/1620/crystal_project/16/rotate_ccw.png'), auto;}

.table_manage .tbl-edit {
    display: block;
    border: 0px;
    border-radius: 3px;
    font-size: 12px;
    position: absolute;
    background: #feb1b1;
    /*width: auto;*/
    float: left;
    bottom:-14px;
    padding: 5px;
    width: max-content;

}

.table_manage .tbl-edit > .edit-option,
.duplicate-option,
.delete-option{
    padding: 2px 6px 0 10px;
    border-right: 1px solid #e2e2e2;
    float: left;
    width: 33%;
}

.table_manage .tbl-edit > .delete-option {
    border-right: none;
}
.__cat_stats {
    border: 1px solid #e1e1e1;
    padding: 5px;
    /* margin-bottom: 30px; */
    text-align: center;
    height: 100%;
    box-shadow: 10px 0 10px 0 #e1e1e1;
}

.mt-30 {
    margin-top: 30px;
}
.text-white {
    color: white;
}
.samlet_text{
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background-color: green;
    border-radius: 5px;
    width: fit-content;
    padding: 4px 20px;
    margin: auto;
}
.samlet_invoice a{
    box-shadow:none;
    color: #000;
    background: transparent;
    padding-top: 2px;
    padding-bottom: 2px;
}
.__payment_check{
    font-size: 15px;
    /*float: right;*/
}
.__refund_btn{
    font-size: 13px;
    margin-left: 4px;
    padding: 5px;
    color: white;
}
.__edit_account{
    position: relative;
    left: 253px;
    bottom: 16px;
}

li.paginate_button_custom.current a{
    background-color: #2f7ffc !important;
    color: white !important;
}
.search_filter {
    margin-bottom: 7px;
}
.paginate_button_custom  a{

    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    width: auto !important;
    border-radius: 5px !important;
    border: 1px solid #e4e4ee
}

.search_filter {
    margin-bottom: 7px;
}
button.dropdown_button {
    background: #fff;
    border: none;
}
.dropdown-menu.mt-2.show {
    left: -30px !important;
}
.dropdown-menu.custom .dropdown-item{
    display: block;
}

.w-8{
    width:80px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #e4e4ee !important
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next
{
    border: none !important
}

.custom_card_box {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 7px;
    box-shadow: 3px 3px #ccc;
}
li.list-inline-item.department_value {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 16px;
}
.image-size{
    width: 100%;
    height: 100px;
}

.circle-striped-table th {
    background: #e1e1e1;
    padding: 15px 15px;
    font-weight: 600 !important;
    color: #000 !important;
  }

  .circle-striped-table tr th:first-child,
  .circle-striped-table tr td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .circle-striped-table tr th:last-child,
  .circle-striped-table tr td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .circle-striped-table tbody tr:nth-child(even) td {
    background-color: #efefef;
  }

  .circle-striped-table td {
    padding: 15px 15px;
  }

  .circle-striped-table th,
  .circle-striped-table td,
  .circle-striped-table {
    border: none !important;
  }

  .circle-striped-table.dataTable th {
    background: #e1e1e1 !important;
    padding: 20px 15px !important;
  }

  .circle-striped-table.dataTable td {
    padding: 20px 15px !important;
  }
  .unset-style{
      padding: 5px !important;
      border-radius:0 !important;
  }

._samlet_payment
{
    background: #2f7ffc8a;
    padding: 2px 5px;
    font-size: 11px;
    height: 21px;
    border-radius: 3px;
    color: #fff;
}
.samlet-order-number
{
    background: #4078e35c;
    padding: 6px 0;
    border-radius: 9px;
}