/* Version - 102 */
body {
    background-color: #eaeaea;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

input,
select,
textarea {
    border-radius: 4px;
}
/* Chrome, Safari, Edge, Opera */

input[type="number"][readonly]::-webkit-inner-spin-button,
input[type="number"][readonly]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

table .btn-group-sm > .btn,
table .btn.btn-sm {
    padding: 0.15rem 0.2rem;
    line-height: 1.3;
    height: auto;
}

.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5) !important;
}

.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5) !important;
}

.fw-bold {
    font-weight: 600 !important;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Select-2 */
.select2-selection:focus {
    color: #212529;
    border-color: #86b7fe !important;
    outline: 0;
}

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

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 31px !important;
}

.select2-dropdown {
    z-index: 1060 !important;
}

.dropdown-menu {
    margin-top: 5px !important;
}

.btn-group .btn {
    margin: 0 !important;
}

.form-control.select2 + .select2-container {
    width: 100% !important;
}

body .select2-container {
    display: block !important;
    max-width: 100%;
    /* width: initial !important; */
}

.select2-container--open {
    z-index: 99999999;
}

/* notification */

.notification-dropdown .nav-btn::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: rgb(255, 255, 255);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    rotate: 45deg;
    opacity: 0;
    z-index: 9999;
}

.notification-dropdown .nav-btn.show::after {
    opacity: 1;
}

.notification-dropdown .dropdown-menu {
    width: 220px !important;
    margin-top: -2px !important;
    padding: 10px !important;
}

.notification-dropdown .dropdown-menu .btn.btn-primary {
    margin-top: 10px;
    background-color: white !important;
    background-image: none !important;
    color: #135fd3 !important;
    border-color: rgba(19, 95, 211, 0.5) !important;
}

.notification-dropdown .dropdown-item span {
    display: block;
    font-size: 10px;
    line-height: 100%;
    color: #898989;
    margin-top: 2px;
}

.notification-dropdown .dropdown-menu::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30px;
}

.notification-dropdown li {
    gap: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0 !important;
    padding: 10px 0;
}

.notification-dropdown span.dropdown__icon {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 50%;
    padding: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

ul.dropdown-menu.dropdown__main__menu.show li a {
    color: var(--title-color);
    white-space: normal;
    font-size: 13px;
    line-height: 16px;
}

.card {
    border-radius: 5px;
    color: #000;
    /* overflow: hidden; */
}

.main__content {
    margin-top: 62px;
}

.sec-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #d6d6d6;
    height: 40px;
    gap: 10px;
}
.sec-name > .cs_custom_wrapper {
    margin-left: auto;
}

.name-head {
    display: flex;
    align-items: center;
}

.name-head.cs_custom_style span {
    background-color: initial;
    color: initial;
    width: initial;
    height: initial;
    margin-right: 0;
}
.name-head.cs_custom_style h5 > span,
.name-head.cs_custom_style span.text-danger {
    margin-left: 5px;
}
.name-head.cs_custom_style span::after {
    background-color: initial;
}

.name-head h5 {
    z-index: 2;
}

.search-input {
    display: flex;
    align-items: center;
}

ul#search_box {
    display: flex;
    align-items: center;
}

.search-bar {
    font-size: 13px;
    border-radius: 0;
}

.search-button {
}

.search-button {
    padding: 0 11px;
    border: none;
    font-size: 11px;
    height: 26px;
}

.name-head span {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: var(--dark-color-2);
    border-radius: 5px;
    color: var(--white-color);
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.name-head span::after {
    content: "";
    position: absolute;
    top: 15%;
    left: 15%;
    width: 100%;
    height: 100%;
    background: var(--dark-color-2);
    border-radius: 5px;
    opacity: 0.2;
    z-index: -1;
}

.name-head h5 {
    font-size: 16px;
    color: var(--title-color);
}

/* ====================================================main button================================= */
.sub-menu-group {
    border: 1px solid #dddddd;
    padding: 20px;
    margin-bottom: 20px;
}

.sub-menu-group:last-child {
    margin-bottom: 0;
}

.sub-menu-group-title {
    width: max-content;
    position: relative;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -27px;
    margin-bottom: 15px;
    background: #fff;
    padding: 0 5px;
}

.sub-menu-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.sub-menu-row:last-child {
    margin-bottom: 0;
}

.switch-bar-wrap {
    width: 100%;
    border: 1px solid #a7a7a7;
    color: #323232;
    transition: 0.3s;
    display: inline-flex;
    padding-right: 15px;
    align-items: center;
    min-width: 200px;
}

.switch-bar-wrap .switch_text {
    margin-left: 15px;
}

.settings-wrap {
    border: 1px solid #f70000 !important;
}

.settings-wrap .switch_bar {
    border-color: #f70000;
}

.switch_bar {
    border-right: 1px solid #a7a7a7;
    width: 40px;
    height: 40px;
    font-size: 18px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-menu-width .switch_text b {
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}

/* .sub-menu-width .container-fluid{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    height: max-content;
} */

.switch-bar-wrap:hover {
    color: #323232;
    border-color: var(--dark-color-2);
}

.switch-bar-wrap:hover .switch_bar {
    background: var(--dark-color-gradient);
    border-color: var(--dark-color-2);
}

.switch-bar-wrap:hover .switch_bar i {
    color: #fff;
}

.switch_bar i {
    color: black;
    transition: 0.3s;
}

.switch_bar img {
    height: 40px;
}

.switch_text {
    font-size: 12px;
    font-weight: 450;
}

a.bar-link span img {
    width: 43%;
}

a.bar-link p {
    font-size: 11px;
    color: var(--title-color);
}

a.bar-link {
}

.main-button-sec {
    margin-top: 19px;
}

.border-class {
    border-left: 1px solid #ddd;
    padding: 0;
}

/* ============================================Chart===================================== */

.apexcharts-toolbar {
    z-index: 0 !important;
}

.chart-section {
    margin: 13px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.body-container {
    padding: 0;
}

.main-woaper {
    width: 80%;
    position: relative;
}

/* ============================================================================================== */

/* FORM DESIGN START  */

/* ============================================================================================== */

/* ===============================form heading=============== */

.section-header {
    display: flex;
    row-gap: 10px;
    align-items: center;
    padding: 0px 8px;
    height: 40px;
    border-radius: 3px 3px 0 0;
    justify-content: space-between;
}

.form_element {
    padding: 0;
    margin: 20px 0;
}

.section-header span {
    padding-right: 9px;
    font-size: 15px;
}

/* =====================================form body==================== */

div#star {
    display: flex;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn.btn-sm {
    height: 25px;
    line-height: 23px;
    padding: 0 5px;
    font-size: 12px;
}

.btn.btn-primary {
    background-image: linear-gradient(#135fd3 50%, #0d6efd 50%) !important;
    border-color: #135fd3 !important;
}

.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.tab_active {
    background-image: linear-gradient(#0d6efd 50%, #044ab4 50%) !important;
    color: #ffffff !important;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary.tab_active {
    box-shadow: none;
}

.btn.btn-primary:active i,
.btn.btn-primary.active i,
.btn.btn-primary.tab_active i {
    color: #ffffff !important;
}

.btn.btn-secondary {
    background-image: linear-gradient(#4d5257 50%, #6c757d 50%) !important;
    border-color: #4d5257 !important;
}

.cs_category_header .btn.btn-secondary {
    background-image: initial !important;
    border-color: initial !important;
}

.btn.btn-success {
    background: linear-gradient(
        var(--success-color-1) 50%,
        var(--success-color-2) 50%
    ) !important;
    background-image: linear-gradient(
        var(--success-color-1) 50%,
        var(--success-color-2) 50%
    ) !important;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
}

.btn.btn-danger {
    background: linear-gradient(
        var(--danger-color-1) 50%,
        var(--danger-color-2) 50%
    ) !important;
    background-image: linear-gradient(
        var(--danger-color-1) 50%,
        var(--danger-color-2) 50%
    ) !important;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
}

.btn.btn-warning {
    background: linear-gradient(
        var(--warning-color-1) 50%,
        var(--warning-color-2) 50%
    ) !important;
    background-image: linear-gradient(
        var(--warning-color-1) 50%,
        var(--warning-color-2) 50%
    ) !important;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
}

.btn.btn-info {
    background: linear-gradient(
        var(--info-color-1) 50%,
        var(--info-color-2) 50%
    ) !important;
    background-image: linear-gradient(
        var(--info-color-1) 50%,
        var(--info-color-2) 50%
    ) !important;
    border-color: var(--info-color-2) !important;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
}

.btn.btn-light {
    background: linear-gradient(
        var(--light-color-1) 50%,
        var(--light-color-2) 50%
    ) !important;
    background-image: linear-gradient(
        var(--light-color-1) 50%,
        var(--light-color-2) 50%
    ) !important;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
}

.element-body {
    padding: 10px;
}

.form_heading h3 {
    font-size: 20px;
}

.form_heading p {
    font-size: 11px;
    line-height: 14px;
}

.form_body {
    margin-top: 20px;
}

.input-group-text {
    height: 25px;
    border-radius: 0;
    padding: 0 8px;
}

.form-control {
    height: 25px;
    font-size: 11px;
    border-radius: 0;
    padding: 4px;
    appearance: auto;
}

textarea.form-control {
    height: auto;
}

.form-control[type="file"] {
    padding: 3px 3px;
    padding-left: 10px;
}

.form-control[type="file"]::file-selector-button {
    background-color: var(--dark-color-1);
    color: var(--white-color);
    font-size: 11px;
    transition: 0.3s;
}

.form-control[type="file"]:hover::file-selector-button {
    color: var(--dark-color-1);
}

label.col-form-label {
    font-size: 11px;
    font-weight: 700;
    color: #3a3a3a;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    min-height: 200px;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused {
    min-height: 200px;
}

/* ==============================tag============= */

.selectize-input > div {
    cursor: pointer;
    margin: 2px !important;
    padding: 2px 6px;
    background: var(--main-color) !important;
    font-size: 10px;
    color: #ffffff !important;
    border: 0 solid #d0d0d0;
    border-radius: 3px;
}

.selectize-dropdown {
    position: relative !important;
    top: 0 !important;
}

.selectize-dropdown.multi.demo-default {
    top: 0 !important;
}

.optgroup-header {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background: rgb(233, 233, 233) !important;
    text-transform: uppercase;
}

.form-check-input:checked {
    background-color: #0f6af1;
    border-color: #085fe0;
}

input.form-check-input:focus {
    box-shadow: none;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check span {
    padding-left: 6px;
    font-size: 11px;
}

/* ===================CHECKBOX======================== */

/* This css is for normalizing styles. You can skip this. */

.cx-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

/* .form-group label {
    position: relative;
    cursor: pointer;
} */

/* .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #b5b5b5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 5px;
} */

.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 13px;
    border: solid #2696c5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input.form-check-input {
    cursor: pointer;
}

div#star img {
    height: 17px;
}

/* ==================================================right sidebar desing======================= */
div#rightSidebar {
    right: -100%;
    display: flex;
    gap: 10px;
    background: transparent;
    width: max-content;
    padding: 5px 5px 5px 0;
    overflow: hidden;
    position: fixed;
    margin-top: 47px;
    top: 0px;
    z-index: 9999;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    height: calc(100vh - 50px);
    justify-content: flex-end;
}

div#rightSidebar.open {
    right: 0;
}
#rightSidebar .sidebar-container {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 20px;
    height: 100%;
    position: relative;
}

#rightSidebar li.icon {
    font-size: 16px;
    color: var(--brand-color);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rightSidebar .my-2 {
    margin-top: 3px !important;
    margin-bottom: 0 !important;
}

#rightSidebar .border-top {
    border-top: 1px solid #bababa !important;
}

#rightSidebar .shortcut-bar {
    background: var(--dark-color-2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.shortcut-bar::-webkit-scrollbar {
    display: none;
}

#rightSidebar .shortcut-bar .shorcut-box {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 15px;
    position: relative;
}

#rightSidebar .shortcut-bar .shorcut-box.add-new-box {
    margin-bottom: 0;
}

#rightSidebar.shortcut-bar.shorcut-box .shortcut-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#rightSidebar .shortcut-bar .shorcut-box .shortcut-wrap a {
    text-align: center;
    width: 27px;
    height: 27px;
    line-height: 0px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    background: #004566;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

#rightSidebar .shortcut-bar .shorcut-box .shortcut-wrap a .icon {
    width: 12px;
}

#rightSidebar .shortcut-bar .shorcut-box .shortcut-wrap a::before {
    content: "";
    position: absolute;
    top: -3.5px;
    left: 10px;
    width: 100%;
    height: 200%;
    background: rgba(13, 31, 42, 0.3);
    border-radius: calc(27px / 2);
    transform: rotate(-45deg);
    z-index: -1;
}

#rightSidebar .shortcut-bar .shorcut-box .dropdown {
    position: absolute;
    top: 50%;
    left: calc(100% + 2px);
    transform: translateY(-50%);
    font-size: 12px;
    z-index: 3;
}

#rightSidebar .shortcut-bar .shorcut-box .dropdown .shortcut-action {
    background: transparent;
    padding: 0;
    color: #fff;
    border: none;
    opacity: 0;
    transition: 0.2s;
}

#rightSidebar .shortcut-bar .shorcut-box .dropdown .dropdown-menu {
    min-width: auto;
    border: 0;
    border-radius: 2px;
    padding: 0;
}

#rightSidebar .shortcut-bar .shorcut-box .dropdown .dropdown-menu li {
    line-height: 14px;
    border-bottom: 1px solid #ededed;
}

#rightSidebar
    .shortcut-bar
    .shorcut-box
    .dropdown
    .dropdown-menu
    li:last-child {
    border-bottom: 0;
}

#rightSidebar .shortcut-bar .shorcut-box .dropdown .dropdown-menu button {
    width: 100%;
    padding: 2px;
    font-size: 10px;
    line-height: 100%;
    background: transparent;
    border: 0;
}

#rightSidebar .shortcut-bar .shorcut-box:hover .dropdown .shortcut-action {
    opacity: 1;
}

.shortcut-modal {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-30%);
    width: 100%;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in;
    z-index: 1054;
    pointer-events: all;
}

.shortcut-modal.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

div#rightSidebar h2 {
    font-size: 20px;
}

#closeRightSidebar .fs-4 {
    font-size: 20px !important;
}

.sale-content .btn-sale {
    height: 70px !important;
}

.dataTables_length {
    padding-right: 0px !important;
}

.dataTables_filter {
    width: initial !important;
}

/*============switch desing========= */

/* // Modified CSS for on/off switch */

label.onoffswitch-label {
    width: 75px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 25px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 12px;
    background-color: #0571b2;
    color: #ffffff;
    font-size: 14px;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 11px;
    background-color: #eeeeee;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 26px;
    margin: 2px;
    background: #ffffff;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

form.dropzone.dz-clickable {
    border: dashed #0571b2;
}

.add__input {
    background: #c0bfbf;
    margin-top: 10px;
    border-radius: 3px;
    color: #573c57;
    padding: 5px;
    font-size: 10px;
}

.add__input:hover {
    box-shadow: 0 0 5px 0rem rgb(90 90 90 / 38%);
}

.selectize-input.items.not-full.has-options.has-items .item {
    padding: 0 5px;
    font-size: 11px;
}

.option {
    font-size: 11px;
    padding: 3px !important;
}

.selectize-control.plugin-remove_button .item .remove {
    padding: 0px 6px;
}

input#select-state-selectized {
    font-size: 10px;
}

input#select-gear-selectized {
    font-size: 11px;
}

.choose::-webkit-file-upload-button {
    background: none;
    border-right: 1px solid #ddd;
}

.choose {
    width: 200px;
}

/* .form-control:hover {
    background: #dddddd36;
} */

select#bootstrap-duallistbox-nonselected-list_assetIdBox option {
    font-size: 12px;
    padding: 3px;
}

select#bootstrap-duallistbox-selected-list_assetIdBox option {
    padding: 4px;
    font-size: 12px;
}

.btn-loading {
    position: relative;
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.loading_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: var(--white-color) !important;
    padding: 0;
    font-size: 16px;
}

.btn-bg.mb-xxl-1.mb-xl-1 {
    margin-bottom: 5px;
}

button.btn.removeall.btn-default,
button.btn.remove.btn-default,
button.btn.moveall.btn-default,
button.btn.move.btn-default {
    background: #c8c7c7;
    border-radius: 2px !important;
    color: #573c57;
    padding: 0px 8px;
    height: 25px;
    margin: auto;
    border-radius: 0;
    margin: 2px 5px;
    font-size: 13px;
}

button.btn.removeall.btn-default:focus,
button.btn.remove.btn-default:focus,
button.btn.moveall.btn-default:focus,
button.btn.move.btn-default:focus {
    box-shadow: none;
}

button.cb-enable,
button.cb-desable {
    border: none;
}

.switch-grup {
    box-shadow: 0 0 5px 0rem rgb(90 90 90 / 38%);
    background: none;
    border-radius: 4px;
}

.cb-desable {
    padding: 0 4px;
    background: linear-gradient(#e4e4e4, #ffffff);
    color: var(--title-color);
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cb-desable.selected {
    background: linear-gradient(#8a8a8a, #646464);
    color: #fff;
}

/* ======================================================================================== */
/* TABLE PAGE STYALE */
/* ==========================================data table=================================== */

.data__table {
    white-space: nowrap;
}

td {
    font-size: 12px;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: rgb(0 0 0 / 7%);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

table.display tfoot th {
    line-height: 1;
}

/* ============================================login form===================== */
.head h2 {
    font-weight: 800;
    line-height: 1;
    color: var(--main-color-alt);
}

.details span {
    /* font-weight: 700; */
    margin-right: 4px;
}

.addr-t {
    height: 97.5%;
    padding: 10px;
}

p.details {
    padding: 5px 0;
    color: white;
    text-align: center;
}

.btn-fn {
    width: 40px;
    height: 40px;
    background: #ddd;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    border-radius: 50%;
    color: #fff;
    background: var(--main-grident);
}

.function-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 19px;
}

a.btn-fn:hover {
    color: #fff;
}

.addr {
    height: 100%;
}

.addr-t {
    height: 97.5%;
}

.form-wraper-t {
    width: 100%;
    height: 100vh;
    background: #fff;
}

.form-wraper {
    width: 100%;
    height: 100vh;
    background: linear-gradient(
        76deg,
        #41a8c4 0%,
        #1c597e 51%,
        #184e6f 51%,
        #032146 100%
    );
}

.form-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-head {
    /* background: -webkit-linear-gradient(
        top,
        #34bbde 0%,
        #116bb2 50%,
        #0e5ba7 51%,
        #0a539f 100%
    ); */
    padding: 1px;
    border-radius: 3px;
    box-shadow: -1px 0px 10px 1px #0a0a0a52;
    /* background: #0205203b; */
}

img.logo {
    width: 100px;
    margin: 0 auto;
    display: block;
    height: auto;
}

.logo-main-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    margin-top: 14px;
}

.head {
    margin: 5px;
    border: 1px solid #0f76b673;
    padding: 12px 5px;
    /* background: #fff; */
    /* background: #053b8785; */
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px #666;
    box-shadow: inner 0 0 5px #666;
    line-height: 18px;
    text-align: center;
}

span.head-text {
    font-size: 11px;
    display: inline-grid;
    color: white;
}

.main-form {
    /* margin: 20px 0; */
}

.form-title {
    background: -webkit-linear-gradient(
        top,
        #19a6d3 0%,
        #0853a1 50%,
        #064492 51%,
        #02286e 100%
    );
    height: 50px;
    line-height: 50px;
    margin: 0px;
    display: flex;
    box-shadow: 0 1px 0 rgb(255 255 255 / 60%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 60%) inset;
    text-shadow:
        0px -1px 0px rgb(0 0 0 / 80%),
        0px 1px 0px rgb(255 255 255 / 20%);
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-weight: normal;
    color: #fff;
    padding: 0 18px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 35px !important;
    border-bottom: 1px;
}

.left-inner-addon i {
    position: absolute;
    padding: 12px 12px;
    pointer-events: none;
    font-size: 15px;
    color: #05418f;
}

.form-st {
    height: 40px;
    width: 100%;
    padding: 1em !important;
    margin: 0em !important;
    box-sizing: border-box;
}

.left-inner-addon input:hover {
    box-shadow: none;
}

.left-inner-addon input:focus {
    box-shadow: none !important;
    border-color: #ddd;
}

.form-title form:last-child {
    border-radius: 30px;
}

.submit-button {
    width: 100%;
    border: none;
    background: -webkit-linear-gradient(
        top,
        #34bbde 0%,
        #116bb2 50%,
        #0e5ba7 51%,
        #0a539f 100%
    );
    color: #fff;
    font-size: 18px;
    height: 44px;
    margin-top: 20px;
    border-radius: 5px;
}

.login_opt_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.forget-pw {
    color: #fff;
    transition: 0.2s;
}

a.forget-pw:hover {
    color: #cacaca;
}

.login_opt_link .form-group label {
    color: #fff;
}

.login_opt_link .form-group input {
    color: #fff;
}

.inner-div {
    padding: 4px;
    border: 1px solid #777676;
    border-radius: 5px;
    background: #0818543d;
}

.border-div {
    border: 1px solid #5a5757;
    border-radius: 5px;
    padding: 10px;
    /* background: linear-gradient(#00aebd, #273245); */
}

/* ===========================================registar form================ */
.required-mark:after {
    content: "*";
    color: #fb2222;
    font-size: 13px;
    padding-left: 3px;
}

/* ======================model====================================================== */
.model-sec {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
}

/* =======================================wizard style========================== */
li#stepy_form-title-0 div {
    height: 11px;
    font-size: 12px;
}

li#stepy_form-title-1 div {
    height: 8px;
}

li#stepy_form-title-2 div {
    height: 8px;
}

li#stepy_no_validation-title-0 div {
    height: 12px;
    font-size: 12px;
}

li#stepy_no_validation-title-1 div {
    height: 8px;
}

li#stepy_no_validation-title-2 div {
    height: 8px;
}

.multi-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-head-el {
    display: flex;
}

div#wizard {
    font-size: 11px;
    line-height: 12px;
}

/* ============================content post=========================== */
legend {
    width: auto;
    padding: 0 7px;
    margin-top: -8px;
    text-align: center;
    margin-bottom: 5px;
}

.cont-res {
    display: flex;
}

.cont-res {
    padding: 11px 11px;
    display: flex;
}

.top_bar ul {
    display: flex;
}

.jqplot-point-label {
    font-size: 0.75em;
    z-index: 0;
}

/* =================================T Dashboard========================= */
.main__nav_t ul li a img {
    width: 35px;
    height: 45px;
}

.main__nav_t {
    background: #7e0d3d;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    width: 14%;
    z-index: 2;
    padding: 10px;
}

.main__nav_t ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#8c0437ee, #1e000d);
    border-radius: 4px;
}

.main__nav_t li:hover {
    background: #fff;
}

.main__nav_t ul li a {
    color: #fff;
    text-align: center;
    font-size: 27px;
    padding: 13px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sub-menu_t {
    position: absolute;
    width: calc(100vw - 160px);
    height: 100vh;
    display: none;
    left: 160px;
    overflow-y: scroll;
    padding-bottom: 125px;
}

.sub-menu_t.active {
    display: block;
}

/* Scroll bar */

/* .sub-menu_t::-webkit-scrollbar{
    display: none !important;
} */

/* *::-webkit-scrollbar {
    display: none;
} */

/* *::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#2B9ED0, #0F5167) !important;
    border-radius: 5px;
}

*::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
} */

.main__nav_t ul li a:hover {
    color: var(--main-color-alt);
}

.toggle-leftbar_t {
    width: 14%;
    display: inline-flex;
}

.main-woaper_t {
    width: 86%;
    background: #fdfdfd;
    position: relative;
}

.navigation_t {
    background: linear-gradient(#2a0c1b, #661e45);
    padding: 6px;
    display: flex;
    align-items: center;
    height: 62px;
    position: fixed;
    width: 86%;
    z-index: 99;
}

span.menu-title-t {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.left-side-L {
    overflow: hidden;
}

.main__nav_t::-webkit-scrollbar {
    width: 0px;
}

.main__nav_t::-webkit-scrollbar-track {
    background: rgb(214, 211, 211);
}

.main__nav_t::-webkit-scrollbar-thumb {
    background: #320e20;
    border-radius: 10px;
}

/* ================Animated text================= */
.user_and_animate_text_wrapper {
    display: flex;
    padding: 0;
    overflow: hidden;
}

.welcome-user-text {
    background-color: #d1e7dd;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.welcome-user-text {
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
}

.cs_animated_text_wrapper {
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
    animation: slideLeft 30s linear infinite;
}

@keyframes slideLeft {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.cs_animated_text_wrapper:hover {
    animation-play-state: paused;
}

/* #headline-slider {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #f8f9fa;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}
.headline-item {
    display: inline-block;
    padding: 0 20px;
    animation: slideLeft 10s linear infinite;
}

@keyframes slideLeft {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
} */

/* ==========================gellery style=========================== */
.mosaic-block.fade:not(.show) {
    opacity: 1;
}

/* =================================MAKE CALE PAGE========================= */
.cs-btn-bg {
    border: 3px solid;
    border-color: var(--main-color-alt);
    color: #000;
    border-radius: 3px;
    display: inline-block;
    width: 40px;
    padding: 0;
    text-align: center;
    font-size: 15px;
}

.cs-btn-bg:hover {
    color: var(--main-color);
}

.submit-sec {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 11px;
}

.item-details-sec {
    padding: 2px;
    border-radius: 3px;
}

.content-inner {
    background: #f9f9f9;
    padding: 5px;
    border-radius: 3px;
}

.sale-item-sec {
    height: 200px;
    overflow-y: auto;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
}

div.sale-item-sec::-webkit-scrollbar {
    width: 0px;
}

div.sale-item-sec::-webkit-scrollbar-track {
    background: rgb(214, 211, 211);
}

div.sale-item-sec::-webkit-scrollbar-thumb {
    background: #320e20;
    border-radius: 10px;
}

.submitBtn {
    overflow: hidden;
    margin-top: 5px;
}

ul#sidenav li.dp-menu:hover ul.dp-child li a {
    color: #252020;
}

li.dp-link:hover {
    background: #fff !important;
}

li.dp-link {
    margin-bottom: 0 !important;
}

/* =================================Custom Style========================= */
.fa-spinner {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.error {
    color: red;
    font-size: 12px;
}

.input_i {
    font-size: 12px;
}

.input_f {
    font-size: 13px;
}

div#sidebar_t {
    /* height: 100vh; */
}

/* Modal CSS */
.modal-header {
    border-top: 2px solid var(--blue-color-1);
}

.jconfirm .jconfirm-box {
    padding: 0 !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    height: unset !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    padding-bottom: 15px;
    color: #fff !important;
    padding-top: 9px;
    text-align: center;
}

.jconfirm-content {
    text-align: center;
    margin-top: 9px;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    display: flex;
    justify-content: center;
    float: none !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background: linear-gradient(var(--dark-color-2) 50%, #4a4a4a 50%);
    background-image: linear-gradient(
        var(--dark-color-2) 50%,
        #4a4a4a 50%
    ) !important;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    border-color: var(--dark-color-2) !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    color: #fff !important;
}

.jconfirm.jconfirm-white
    .jconfirm-box
    .jconfirm-buttons
    button.btn-default:focus,
.jconfirm.jconfirm-light
    .jconfirm-box
    .jconfirm-buttons
    button.btn-default:focus {
    box-shadow: 0 0 0 0.25rem rgba(0 0 0 / 30%);
}

button.btn.btn-modal-primary {
    color: #fff;
}

a.bar-link p {
    font-size: 7px;
    font-weight: 600;
    margin-top: -7px;
}

.i_bordered {
    border: 1px solid #bbb9b9;
    padding: 3px 5px;
    margin-right: 4px;
}

.form-header {
    background: linear-gradient(#fff, #f1f1f1);
}

.modal_variant_list_area ul li {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #3cb7dd;
    border-radius: 3px;
}

.modal_variant_list_area ul li a {
    display: block;
    padding: 3px 5px;
    color: black;
}

ul.add_sale_ex_btn li {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.extra_label ul li {
    display: inline-block;
    margin-right: 0px;
    padding: 4px 3px;
    border-radius: 2px;
}

.extra_label ul li p {
    font-size: 12px;
    font-weight: 600;
}

/* Short menu modal style */
.menu-list-area ul li {
    display: inline-block;
    margin-left: 8px;
    border: 1px solid lightgray;
    padding: 9px 11px 6px 24px;
    border-radius: 3px;
    margin-top: 5px;
    box-shadow: 1px 1px 3px 1px lightgrey;
}

.menu-list-area .s-menu-icon {
    font-size: 14px;
    margin-right: 12px;
}

.menu-list-area ul li .s-menu-text {
    display: flex;
    font-size: 11px;
    font-weight: 500;
}

.menu-list-area ul li input {
    display: flex;
}

.active_tr td {
    background: #a5cfff !important;
}

.active_tr td span b {
    color: white !important;
}

table.display tbody tr:hover {
    background: #f1f1f1 !important;
}

.menu-list-area ul.list-unstyled {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.margin_row {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

#get_mail {
    position: relative;
}

#get_mail ul.lists {
    list-style-type: none;
    padding: 0px;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 220px;
    z-index: 9999;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 4px 4px #00000069;
    display: none;
}

#get_mail ul.lists li {
    padding: 0px;
    margin: 0px;
    float: left;
}

#get_mail ul.lists li a {
    width: 110px;
    color: #330316;
    height: 101px;
    border: 1px solid #d6d6d6;
    background: #ffffffee;
    flex-direction: column;
    padding: 6px;
    text-align: center;
    position: relative;
}

#get_mail ul.lists li a::after {
    content: "";
    position: absolute;
    width: 110px;
    left: 0px;
    bottom: -2px;
    height: 3px;
    background: #330316;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

#get_mail ul.lists li a:hover::after {
    display: block;
}

#get_mail ul.lists li a:hover {
    border-color: #fff;
    text-align: center;
    border: 1px solid #d6d6d6;
}

#get_mail ul.lists li a i.fas {
    display: block;
    font-size: 21px;
    color: #680c30;
}

#get_mail ul.lists li a span.title {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
}

.number-fields input {
    font-weight: 600;
    font-size: 11px;
}

.stock_quantity {
    font-weight: 600;
    font-size: 12px;
}

.shortcut-key-info {
    font-size: 9px !important;
    color: gray;
}

.bold_input_field {
    font-weight: 600;
}

.text_color_updated {
    color: #eaad22 !important;
}

.button-success {
    background: linear-gradient(#41b667, #0a822b);
    border: #093868 1px solid;
    font-size: 11px;
    padding: 0 10px;
    color: #fff;
    text-shadow: 1px 1px 0px #333;
    margin-right: 5px;
}

.display th {
    font-size: 11px;
    line-height: 20px;
    padding-left: 3px !important;
    padding-right: 9px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.display td {
    font-size: 11px;
    padding-left: 3px !important;
    padding-right: 9px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 1px dashed #e1e1e1!important;
}


.display tfoot th {
    padding-left: 3px !important;
    padding-right: 9px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* .modal {
    overflow: scroll !important;
} */

.close-model {
    width: 40px;
}

.close-model:hover {
    background: var(--dark-color-2);
}

.dataTables_wrapper {
    /* margin-top: 13px; */
    margin-top: 0px;
    border-top: 0;
}

.modal.show .modal-dialog {
    margin-top: 50px;
}

.modal.show .modal-dialog.modal-fullscreen {
    margin-top: 0;
}

.message_area {
    padding-right: 7px !important;
    margin-bottom: 10px;
    scrollbar-color: #555 #f1f1f1;
    scrollbar-width: thin !important;
}

.message_area::-webkit-scrollbar {
    width: 5px;
}

.message_area::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.message_area::-webkit-scrollbar-thumb {
    background: #888;
}

.message_area::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.message_area .message-box {
    background: #ffffff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.message_area .message-box:last-child {
    margin-bottom: 5px;
}

.message_area .message-box .user-block {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.message_area .message-box .user-block .left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.message_area .message-box .user-block .message-time {
    color: #a7a7a7;
}

.message_area .message-box .message-text {
    padding: 0 20px;
}

.message_area .message-box .message-text p {
    line-height: 24px;
    color: #3f3f3f;
}

#add_message_form .attach-document-group label {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    color: #666666;
    border: 1px solid #d6d6d6;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    transition: 0.3s;
}

#add_message_form .attach-document-group input {
    display: none;
}

#add_message_form .form-control {
    width: calc(100% - 80px);
    height: 40px;
}

#add_message_form .submit_button {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    transition: 0.3s;
    color: #666666;
}

#add_message_form .submit_button:hover {
    background: #d6d6d6;
}

#add_message_form .attach-document-group label:hover {
    background: #d6d6d6;
}

.product_dscr_btn {
    border: 1px solid green;
    border-radius: 3px;
    padding: 2px 3px;
    cursor: pointer;
}

/*------------------- view profile page design --------------------*/
.profile-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}

.profile-top .part-img {
    width: 100px;
    height: 100px;
    border: 3px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.profile-top .part-txt {
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    text-transform: capitalize;
}

.profile-short-info {
    padding: 0 10px;
}

.profile-short-info li {
    line-height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-short-info li:first-child {
    padding-top: 20px;
}

.profile-short-info li:last-child {
    border-bottom: 0;
}

.profile-short-info li span {
    color: #3560ae;
}

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

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: -4px !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 0px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

.modal-table {
    border-collapse: separate;
    border-spacing: 1px;
}

.modal-table tr {
    line-height: 14px;
}

.modal-table tbody tr {
    line-height: 14px;
}

.modal-table tbody tr {
    background: #f5f3f3;
}

.modal-table thead tr th {
    color: #000 !important;
    height: 25px;
    line-height: 19px;
    padding-left: 3px !important;
}

.modal-table td {
    /* color: #000 !important; */
    color: #000;
    height: 25px;
    padding-left: 3px !important;
    vertical-align: middle;
}

.modal-table tfoot th {
    color: #000 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    height: 25px;
    padding-left: 3px !important;
    vertical-align: middle;
}

.modal-table tr th {
    /* background-color: #f5f3f3 !important; */
    background-color: #e3e3e3 !important;
    color: #000 !important;
    text-align: left;
}

/* label right code start */
/* label.col-2,
label.col-3,
label.col-4,
label.col-5,
label.col-6 {
    text-align: right;
    padding-right: 10px;
}
.checkbox_input_wrap {
    text-align: right;
} */
/* label right code end */

.dropdown-menu a {
    font-size: 12px;
    line-height: 1.4;
    padding: 3px 10px;
}

.dropdown-menu {
    padding: 5px 0;
}

.disabled_element {
    background: #e8e8e8;
    cursor: no-drop;
}

.disabled_element i {
    color: gray !important;
}

.modal-footer {
    padding: 0px 0.5rem !important;
}

.selectable td {
    cursor: pointer;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 25px;
}

.select2-results {
    font-size: 11px !important;
}

.tagify {
    background: #ffff;
}

.text-deep-green {
    color: #00ff21 !important;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.side-number-field input {
    font-size: 22px !important;
    font-weight: 500 !important;
}

/* number-appearance */
input::-webkit-inner-spin-button {
    /* -webkit-appearance: none; */
    margin: 0;
}

.pricingPlanBusinessCount::-webkit-inner-spin-button,
.pricingPlanBusinessCount::-webkit-outer-spin-button,
.pricingPlanBusinessCount[type="number"]::-webkit-inner-spin-button,
.pricingPlanBusinessCount[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1 !important;
    margin: 0;
    height: auto;
}

.mr-10 {
    margin-right: 10px;
}

.element-body.p-0.gap-2 #add_product,
.element-body.p-0.gap-2 #add_item,
.element-body.p-0.gap-2 #reset_add_or_edit_item_fields {
    margin: 0 !important;
}

/* category menu */
.sub-menu-group .list-unstyled {
    display: initial !important;
}

.menu-list-by-category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    position: relative;
    width: 100%;
}

.menu-list-by-category .sub-menu-group {
    padding: 20px 10px;
    height: max-content;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.menu-list-by-category .sub-menu-group-title {
    border-bottom: 1px solid #ddd;
    padding: 0;
    width: 100%;
    margin-top: initial;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.menu-list-by-category .sub-menu-row {
    flex-direction: column;
    width: 100%;
}

.menu-list-by-category .menu-list-area ul li {
    width: 100%;
    box-shadow: none;
    margin-left: 0;
    border: none;
    padding: 0 20px;
}

.dark-theme .menu-list-by-category .menu-list-area ul li {
    box-shadow: none;
    border: none;
}

.modal {
    z-index: 99999999 !important;
}

.remaining-group-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sms-and-email {
    padding: 10px;
}

.sms-and-email-remaining-group {
    display: flex;
    gap: 20px;
}

.sms-and-email-remaining-group .remaining-item {
    border-radius: 30px;
    padding: 0 15px;
    color: #fff;
}

.billing-btns-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    height: max-content;
}

.billing-btns-wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: max-content; */
}

.display-card-group {
    margin-bottom: 20px;
}

.display-card-group h6 {
    margin-bottom: 10px;
}

.display-card-group .card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.sms-and-email-card {
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    padding: 10px;
    border-radius: 5px;
    /* background-color: rgba(0, 0, 0, 0.03); */
    position: relative;
}

.sms-and-email-card .title {
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
}

.sms-and-email-card small {
    font-size: 12px;
    color: #6e6e6e;
    line-height: 1;
}

.sms-and-email-card .price {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 30px;
    height: max-content;
    line-height: 1;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.sms-and-email-card i {
    margin-right: 5px;
    font-size: 12px;
}

.tab_content .data-table-wrapper {
    height: calc(100vh - 200px);
    /* max-height: 300px; */
}

.menu-list-by-category .sub-menu-row > * {
    width: 100%;
}

.menu-list-by-category .menu-list-area ul li {
    padding: 0;
    margin: 0;
}

.menu-list-by-category .menu-list-area ul li p {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* -----Responsive------ */
@media (min-width: 551px) and (max-width: 768px) {
    .main__nav_t ul li a {
        color: #fff;
        text-align: center;
        font-size: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 139px;
    }
}

@media (min-width: 1450px) and (max-width: 2100px) {
    .main__nav_t ul li a {
        color: #fff;
        text-align: center;
        font-size: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
    }
}

@media (max-width: 1280px) {
    .menu-list-area ul.list-unstyled {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 400px) {
    .lenghtMenu {
        display: inline-block;
        float: right;
        margin-top: 7px;
        height: 20px;
    }

    element.style {
        width: 183px;
    }

    table.display thead th {
        padding: 4px 10px 4px 2px !important;
    }
}

/* Update */
@media (max-width: 1399px) {
    .display-card-group .card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1199px) {
    .side-number-field input {
        font-size: 16px !important;
    }

    .element-body.p-0.gap-2 {
        margin-top: 10px;
        margin-left: 12px;
    }

    .menu-list-by-category {
        grid-template-columns: repeat(3, 1fr);
    }

    .billing-btns-wrap {
        margin: 10px 0;
        grid-template-columns: repeat(4, 1fr);
    }

    .display-card-group .card-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .tab_list_area .btn-group {
        max-width: 100%;
        overflow-x: scroll;
        padding: 5px;
    }

    .btn {
        min-width: fit-content;
    }

    #widget_tab {
        float: right;
        display: inline-block;
        margin-top: 0px;
        background: #efefef;
        padding: 11px 0 0;
        margin-left: 0;
        width: 100%;
        height: auto;
    }

    .stats_bar ul li {
        margin-bottom: 11px;
    }

    .top_bar ul {
        display: block;
    }

    .section-header {
        background: linear-gradient(#e8e8e8, #f1f1f1);
        align-items: center;
        padding: 0;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    .stepy-titles li {
        padding: 0px 8px 0 8px;
    }

    .main-head-el {
        padding: 10px;
    }

    #top_tabby,
    #tabby_no_validation {
        width: auto;
        overflow: hidden;
        display: inline-block;
        float: none;
        height: 100%;
        width: 100%;
    }

    ul#stepy_no_validation-titles {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .multi-option {
        display: block !important;
        justify-content: space-between;
        align-items: center;
        padding: 0 !important;
    }

    div#widget_tab ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .md-block {
        display: block !important;
    }

    .element-body.side-number-field .form-control {
        font-size: 14px !important;
    }

    .element-body.side-number-field select.form-control {
        font-size: 11px !important;
    }

    .modal-dialog {
        max-width: 700px;
    }

    .menu-list-area ul.list-unstyled {
        grid-template-columns: repeat(3, 1fr);
    }

    .sub-menu-row .sub-menu-col {
        width: calc(50% - 8px);
    }

    .btn.btn-sm.btn-danger,
    .btn-loading .btn.btn-success {
        /* width: 100%; */
    }

    .element-body.p-0.gap-2 #add_product,
    .element-body #reset_add_or_edit_item_fields,
    .element-body #add_item {
        width: calc(50% - 4px);
        height: 30px;
        line-height: 26px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .element-body.p-0.gap-2 #add_product {
        width: calc(50% - 15px);
    }

    .element-body.p-0.gap-2 {
        margin-top: 5px;
        justify-content: center;
    }

    .element-body.p-0.gap-2 #add_item,
    .element-body.p-0.gap-2 #reset_add_or_edit_item_fields {
        width: calc(50% - 15px);
    }

    .element-body.p-0.gap-2 {
        margin-top: 10px;
        margin-left: 0;
    }

    .menu-list-by-category {
        grid-template-columns: repeat(2, 1fr);
    }

    .billing-btns-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .modal.show .modal-dialog {
        margin-top: 105px;
    }

    .menu-list-area ul.list-unstyled {
        grid-template-columns: repeat(2, 1fr);
    }

    .main__content {
        margin-top: 112px;
    }

    .sale-item-sec {
        margin-top: 25px;
    }

    .item-details-sec {
        margin-top: 20px;
    }

    .p-3 {
        padding: 5px !important;
    }

    .notification-dropdown .dropdown-menu {
        left: -130px !important;
        margin-top: 10px !important;
        width: 100px !important;
    }

    .notification-dropdown li {
        gap: 0 !important;
        padding: 5px 0 !important;
    }

    .notification-dropdown span.dropdown__icon {
        height: 18px;
        width: 18px;
    }

    .notification-dropdown span.dropdown__icon i {
        font-size: 10px;
    }

    .notification-dropdown .dropdown-item span {
        margin-top: 0;
    }

    .notification-dropdown .nav-btn::after {
        height: 10px;
        width: 10px;
    }

    .switch-bar-wrap {
        min-width: initial;
    }

    .name-head h6,
    .name-head h5 {
        font-size: 14px;
        color: var(--title-color);
    }

    input#search-input {
        width: 121px;
    }

    .body-container {
        padding: 1rem;
    }

    .main-woaper {
        width: 100%;
    }

    .post_action_bar {
        position: initial;
    }

    .sub-menu-row > * {
        width: 50%;
    }

    div#rightSidebar {
        margin-top: 105px;
        height: calc(100% - 102px);
        right: -200%;
        width: 100%;
    }

    .sub-menu-group {
        margin-right: 0;
    }

    /* .btn-loading .btn.btn-success{
        width: calc(50% - 4px);
    } */

    .toggle-leftbar_t {
        display: none;
    }

    .toggle-leftbar_t.active {
        display: block;
        width: 0;
    }

    .main-woaper_t {
        width: 100%;
    }

    .navigation_t {
        width: 100%;
        height: 120px;
    }

    .main__nav_t {
        background: #7e0d3d;
        height: 100vh;
        position: fixed;
        overflow-y: scroll;
        width: 25%;
        z-index: 2;
        padding: 11px;
        top: 15.5%;
    }

    .sub-menu-group-title {
        width: auto;
        margin-top: 0;
    }

    .main__nav_t::-webkit-scrollbar {
        width: 6px;
    }

    .main__nav_t::-webkit-scrollbar-track {
        background: rgb(214, 211, 211);
    }

    .main__nav_t::-webkit-scrollbar-thumb {
        background: #320e20;
        border-radius: 10px;
    }

    .main__nav_t ul li a {
        color: #fff;
        text-align: center;
        font-size: 27px;
        padding: 13px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .remaining-group-wrapper {
        justify-content: center;
    }

    .sms-and-email-remaining-group {
        gap: 10px;
    }

    .billing-btns-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-bar {
        top: 105px;
    }

    .display-card-group .card-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .sub-menu-row .sub-menu-col {
        width: 100%;
    }

    /* .billing-btns-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
     */
    .display-card-group .card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-list-by-category {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 500px) {
    .modal.show .modal-dialog {
        margin-top: 90px;
    }

    .search-input {
        display: block;
        text-align: center;
    }

    div#rightSidebar {
        margin-top: 90px;
    }

    div#rightSidebar h2 {
        font-size: 16px;
    }

    .sub-menu_t {
        width: calc(100vw - 70px);
        left: 70px;
    }

    .category-bar {
        top: 90px;
    }
}

@media (max-width: 370px) {
    /* div#rightSidebar {
        margin-top: 120px;
    } */
    .display-card-group .card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.menu-popup-top-margin {
    margin-top: 40px;
}

/* .dataTables_scrollBody thead {
    display: none !important;
} */

.menus .manus-filter {
    margin: 30px 0 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
}
.menus .manus-filter .nav-item {
    border-radius: 5px;
    padding: 15px 20px;
}
.menus .manus-filter .nav-item.active {
    background-color: #edf2f6;
}
.menus .manus-filter p {
    color: #000;
    font-size: 16px;
}
.menus .manus-filter .icon {
    color: #000;
    font-size: 16px;
}

.addmenu-wrapper {
    background-color: white;
    padding: 0 20px 20px;
    border-radius: 10px;
    margin: 20px 0;
}
.addmenu-wrapper .page-title {
    border-bottom: 1px solid #8383834d;
    padding: 20px;
    margin-bottom: 30px;
}

.addmenu-wrapper .card {
    border: 1px solid #8383834d !important;
    padding: 30px;
}
.addmenu-wrapper .image-input {
    background-color: #edf2f6;
}
.addmenu-wrapper .checkbox-wrap {
    background-color: #edf2f6;
    padding: 20px 30px;
    width: 100%;
    border-radius: 8px;
}
.addmenu-wrapper .checkbox-wrap .form-check-label {
    font-size: 16px;
    color: #000;
    width: 100%;
}
.addmenu-wrapper .checkbox-wrap .form-check-label span {
    font-size: 14px;
    color: #444343;
}
.addmenu-wrapper .card h5 {
    margin-left: -8px;
}
.addmenu-wrapper select {
    height: 40px;
}
.addmenu-wrapper .box-wrap {
    background-color: #edf2f6;
    padding: 20px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.upload-item .form-control,
.addmenu-wrapper .form-control {
    height: 40px;
    line-height: 2.7;
    border-radius: 3px;
}

.addmenu-wrapper .input-group-text {
    height: auto;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .menus-org .head-title {
        flex-direction: column;
        align-items: start !important;
        padding-bottom: 20px;
        padding-bottom: 20px;
    }
}
.menus-org .menu-sidebar {
    width: 280px;
}

.menus-org .menu-header {
    background-color: #f8f9fa;
}

.menus-org .menu-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}
.menus-org .form-card .form-control {
    height: 40px;
    width: 300px;
    padding: 0 10px;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
}

.menus-org .reset-filter {
    color: #777;
    font-size: 0.875rem;
    cursor: pointer;
    transition:
        color 0.2s ease,
        text-decoration 0.2s ease;
}

.menus-org .reset-filter:hover {
    color: #0d6efd;
    text-decoration: underline;
}

/* Menu Items */
.menus-org .menu-item {
    padding: 10px 16px;
    margin-bottom: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    background-color: #f9fafb;
    cursor: pointer;
    transition: all 0.25s ease;
}

.menus-org .menu-item i {
    color: #777;
    font-size: 1rem;
    margin-right: 6px;
    transition: color 0.25s ease;
}

.menus-org .menu-item:hover {
    background-color: #e7f5ee;
    color: #0d6efd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.menus-org .menu-item:hover i {
    color: #0d6efd;
}

.menus-org .menu-item.active {
    background-color: #16a34a;
    color: #fff;
}

.menus-org .menu-item.active i {
    color: #fff;
}

.menus-org .category-sidebar {
    width: 280px;
    min-height: 100vh;
    background-color: #fff;
    font-family: "Inter", "Segoe UI", sans-serif;
}

/* Header */
.menus-org .category-header {
    background-color: #f8f9fa;
}

.menus-org .category-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

/* List Container */
.menus-org .category-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Each Category Item */
.menus-org .category-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.25s ease;
    cursor: grab;
}
.dragging {
    opacity: 0.5;
    border: 2px dashed #4caf50;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.category-item,
.food-item,
.menu-item {
    cursor: grab;
    user-select: none;
    padding: 10px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Drag Icon */
.menus-org .category-item .drag-icon {
    color: #777;
    font-size: 1rem;
    margin-right: 4px;
    transition: color 0.3s ease;
}

/* Count Badge */
.menus-org .count-badge {
    margin-left: auto;
    background-color: #e9ecef;
    color: #333;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 9999px;
}

/* Hover State */
.menus-org .category-item:hover {
    background-color: #e8f6ee;
    color: #0d6efd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.menus-org .category-item:hover .drag-icon {
    color: #0d6efd;
}

/* Active (Selected) */
.menus-org .category-item.active {
    background-color: #16a34a;
    color: #fff;
}

.menus-org .category-item.active .drag-icon {
    color: #fff;
}

.menus-org .category-item.active .count-badge {
    background-color: #fff;
    color: #16a34a;
}

/* Food item card */
.menus-org .food-item {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition:
        box-shadow 0.2s,
        border-color 0.2s;
    margin-bottom: 15px;
    cursor: grab;
    gap: 20px;
}

.menus-org .food-item:hover {
    border-color: #22c55e; /* green border on hover */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Drag handle */
.menus-org .drag-handle {
    flex-shrink: 0;
    padding: 4px;
    margin-right: 8px;
    color: #9ca3af;
    cursor: move;
}

.menus-org .drag-handle:hover {
    color: #4b5563;
    background-color: #f3f4f6;
    border-radius: 4px;
}

.menus-org .food-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 8px;
}

.menus-org .food-name {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
}

.menus-org .tags {
    display: flex;
    gap: 4px;
    margin-left: auto;
}
@media (max-width: 530px) {
    .menus-org .food-item {
        flex-direction: column;
        align-items: start !important;
    }
    .menus-org .tags {
        margin-left: 0;
    }
}
.menus-org .tag {
    font-size: 14px;
    font-weight: 500;
    padding: 1px 17px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menus-org .tag.course {
    background-color: #dbeafe;
    color: #1e3a8a;
}

.menus-org .tag.cuisine {
    background-color: #dcfce7;
    color: #166534;
}

/* Sidebar modal container */
.modifier-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1050;
}

/* Overlay (background dim) */
.modifier-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Sidebar content */
.modifier-content {
    position: absolute;
    top: 0;
    right: -700px;
    width: 600px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: right 0.4s ease;
}
.modifier-modal select {
    height: 40px;
}
.modifier-modal .form-control {
    height: 40px;
}
/* Active state */
.modifier-modal.active {
    display: block;
}
.modifier-modal.active .modifier-overlay {
    opacity: 1;
}
.modifier-modal.active .modifier-content {
    right: 0;
    transition: 0.4s ease;
}

/* Scrollbar styling */
.modifier-content::-webkit-scrollbar {
    width: 6px;
}
.modifier-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.option-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 12px;
    background: #fff;
    transition: all 0.3s ease;
}

/* hide default triangle icon */
.option-wrapper summary {
    list-style: none;
}
.option-wrapper summary::-webkit-details-marker {
    display: none;
}

/* header styling */
.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.option-header h5 {
    margin: 0;
}
.option-header i {
    transition: transform 0.3s ease;
}
.option-delete {
    position: absolute;
    z-index: 22;
    right: 45px;
    top: 85px;
    width: 20px;
    height: 20px;
    background-color: rgb(175, 28, 28);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* rotate icon when open */
details[open] .option-header .icon {
    transform: rotate(180deg);
    color: #0d6efd;
}

/* smooth dropdown animation */
.option-box {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
details[open] .option-box {
    max-height: 1000px;
    opacity: 1;
    margin-top: 10px;
}

.right-sidebar {
    position: fixed;
    top: 0;
    right: -850px; /* Hidden by default */
    width: 800px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease;
    z-index: 1050;
    overflow-y: auto;
}

@media (max-width: 900px) {
    .right-sidebar {
        right: -700px;
        width: 650px;
    }
}
@media (max-width: 750px) {
    .right-sidebar {
        right: -650px;
        width: 600px;
    }
}
@media (max-width: 650px) {
    .right-sidebar {
        right: -550px;
        width: 500px;
    }
}
@media (max-width: 550px) {
    .right-sidebar {
        right: -450px;
        width: 400px;
    }
}
@media (max-width: 450px) {
    .right-sidebar {
        right: -400px;
        width: 350px;
    }
}
.right-sidebar.active {
    right: 0;
}
.sidebar-content {
    padding: 20px;
    position: relative;
}
.right-sidebar-table {
    width: 100%;
    height: 180px;
    overflow: auto;
}
.sidebar-content .form-control {
    height: 40px;
    font-size: 14px;
    color: #000;
}
.sidebar-content .form-select {
    height: 40px;
    font-size: 14px;
    color: #000;
}
.sidebar-content .form-check {
    border: 1px solid #ced4da;
    padding: 10px 20px 10px 30px;
    width: 100%;
    border-radius: 5px;
}
.sidebar-content .form-check-label {
    font-size: 16px;
    color: #000;
}
.sidebar-content .form-check-label span {
    font-size: 14px;
    color: #606264;
}
.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 1049;
}
.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* .close-btn {
    position: absolute;
    top: -3px;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    transition: 0.3s;
    cursor: pointer;
}
.close-btn:hover {
    background: #ff0000;
} */

#received_amount {
    height: 50px !important;
    font-size: 40px !important;
    color: #198754 !important;
}
#received_amount::placeholder {
    color: #198754 !important;
}
#showing_total_qty,
#total_item {
    color: #15a1cd;
}

.setting-sidebar {
    right: -350px; /* Hidden by default */
    width: 300px;
    height: calc(100% - 110px);
    bottom: 25px;
    top: auto;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 5px;
}
.light-theme .main-content .all-steps {
    border-radius: 15px;
}
.sub-level {
    font-size: 11px;
}

.dashboardLink {
    bottom: 5px;
    right: 5px;
}

.swiper-pagination{
    bottom: 10px !important;
}

