/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.demo #favIcon {
    width: 30px;
    height: 30px;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}


/*avatar-upload Start*/
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 10px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 140px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font: normal normal normal 14px/1 FontAwesome;
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*avatar-upload End*/


.right-filters {
    display: flex;
    justify-content: center;
}

/*.right-filters .r-btns a {
    padding: 9px;
}*/


.steps2,
.steps3,
.steps4,
.steps5,
.steps6 {
    display: none;
}

.Member-list {
    background: #f3f3f3;
    padding: 25px;
    margin-bottom: 15px;
}

.steps-box {
    max-width: 768px;
    margin: 0 auto;
}

.Group-info-details {
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 25px;
}

.Group-info-details p {
    margin-bottom: 0;
}

.Group-members-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 10px;
}

.Group-members-list p {
    margin-bottom: 0;
}

.Product-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.Product-list {
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 10px;
    overflow: hidden;
}

.Product-list:hover,
.Product-list.active {
    border: 1px solid var(--button-bg-color);
}

.Product-list .image {
    text-align: center;
}

.Product-list .content {
    padding: 20px;
}

.Product-list .content h6 {
    margin-bottom: 10px;
    font-size: 16px;
}

.Product-list .product-price span {
    text-decoration: line-through;
    margin-left: 15px;
    font-size: 12px;
    color: #697a8d;
}

.btns-area {
    margin-top: 40px;
    padding: 20px;
    text-align: end;
    background: #f3f3f3;
    border-radius: 0;
}

.max-width {
    max-width: 768px;
    margin: 0 auto;
}

.with-file {
    position: relative;
    display: flex;
}

.with-file .form-control[type=file] {
    width: 90px;
    position: absolute;
    height: 31px !important;
    font-size: 12px;
    line-height: normal;
    top: 4px;
    right: 4px;
}

.card-header:first-child {
    border-bottom: 1px solid rgb(211 211 211 / 36%);
    margin-bottom: 30px;
    padding: 0.8rem 1.5rem;
}

.text-color {
    color: var(--button-bg-color) !important;
}

.price_information .Group-info-details p {
    display: flex;
    justify-content: space-between;
    padding: 6px 0px;
}

.thankyou-svg {
    width: 100px;
    margin: 0 auto 20px auto
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

.steps6 .btns-area {
    text-align: center;
    background: transparent;
}



/*Right Panel filter Start*/
.right-panel-filter .right-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    z-index: 9999;
    transition: all 0.3s;
    transform: translateX(100%);
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.right-panel-filter.filter-active .right-panel {
    transform: translateX(0);
}

.right-panel-filter.filter-active .panel-overlay {
    opacity: 0.8;
    pointer-events: all;
}

.right-panel-filter .panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.3s;
}

.right-panel-filter .right-panel .right-panel-head {
    position: relative;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-bottom: 1px solid rgb(32 32 32 / 12%);

}

.right-panel-filter .right-panel .right-panel-head h3 {
    max-width: 80%;
    line-height: 18px;
}

.right-panel-filter .right-panel .right-panel-head .close-panel svg {
    color: #ffffff;
    height: 22px;
    width: 22px;
    transition: stroke 0.3s;
}

.right-panel-filter .right-panel .right-panel-head .close-panel {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s;
    /*background-color: var(--button-bg-color);
    box-shadow: 0px 0px 10px var(--button-bg-color);*/
    background-color: #696cff;
    box-shadow: 0px 0px 10px #696cff;
}

.right-panel-filter .right-panel .right-filters {
    margin: 0 15px;
}

.right-panel-body {
    height: 100%;
    margin-bottom: 15px;
    overflow: auto;
    padding-top: 15px;
}

.right-panel-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e6e7eb;
}

.filters-content {
    margin: 0 15px;
}


.nav-align-top>.tab-content,
.nav-align-right>.tab-content,
.nav-align-bottom>.tab-content,
.nav-align-left>.tab-content {
    box-shadow: none;
}

.select-theme-img {
    border: 1px solid transparent;
}

.select-theme-img.active {
    border: 1px solid var(--button-bg-color);
}

.merchant-area {
    border: 1px solid rgb(211 211 211 / 36%);
    padding: 15px;
}

.merchant-title {
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px;
    align-items: center;
}


.datatables-box table.dataTable thead th,
.datatables-box table.dataTable thead td {
    padding: 10px 10px;
}

.table-resource-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: end;
    gap: 5px;
}

.icon-round {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(40 20 131 / 6%);
}




.g-thumb-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 80px;
    height: 70px;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 5px !important;
    background: var(--button-opacity-down-color);
}
.g-thumb-text {
    font-size: 32px;
    font-weight: 600;
    color: #697a8d;
    max-width: 70px;
    max-height: 70px;
}
.g-area {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.g-name-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* start to Dhiraj Maurya */
.error_class, .select2-container--default.error_class .select2-selection--single, .select2-container--default.error_class .select2-selection--multiple {
    border-color: #F00 !important;
}

span.error_msg {
    display: block;
    font-size: 14px;
    /*margin-top: -5px !important;*/
    color: #F00 !important;
}

/* start to loader-content-css */
.loader_content {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.loading-spinner {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    top: 50%;
    width: 90px;
    height: 90px;
    z-index: 1;
    background: var(--loader-background-img) center no-repeat;
    background-size: 60%;
    animation: spinning 1.5s infinite ease-in-out;
    background-color: #fff;
    border-radius: 52px;
    z-index: 999999;
}

.loading-spinner:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 5px;
    /*box-shadow: 0 4px 0 0 var(--button-bg-color);*/
    box-shadow: 0 4px 0 0 #f37b20;
    transition: all 1s linear;
    animation: lds-eclipse 1s linear infinite;
}

@keyframes spinning {
    0% {
        transform: translate(-50%, -50%) scale(1) translateZ(0);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1) translateZ(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1) translateZ(0);
    }
}

@keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* end to loader-content-css */

.card-header:first-child {
    margin-bottom: 0px;
    padding: 0.5rem 1.5rem;
}

.card-header .card-title {
    margin: 0.269rem 0rem !important
}

form {
    margin: 0;
}

.app-brand-logo img {
    width: 190px;
    max-height: 60px;
}

.select-page-limit {
    height: 35px;
    text-align: center;
    display: initial;
}

/* start to lisitng scroll css */
/*.scroll-style {height: calc(100vh - 345px);}*/
.scroll-style {
    height: calc(100vh - 265px);
}
.scroll-style table {
    position: relative;
    /*width: 100%;*/
}
.scroll-style table.table thead th {
    top: 0;
    position: sticky;
    /*background: #f7e4c6 !important;*/
    background: #e7e9ed !important;
    z-index: 1;
}
.scroll-style table.table th.date-time {
    min-width: 125px !important;
    width: 125px !important;
}
.td-no-data-found {
    border-bottom-width: 0px !important;
    text-align: center;
}
.td-no-data-found img {
    filter: grayscale(80%);
    opacity: 0.5;
    height: calc(100vh - 340px);
}
.toolbar-link-filter.filter-click svg {
    height: 1.15rem;
}
/* end to lisitng scroll css */

/* width */
/*.scroll-style::-webkit-scrollbar {width: 5px;height: 5px;}*/
/* Track */
/*.scroll-style::-webkit-scrollbar-track {box-shadow: inset 0 0 2px var(--button-bg-color);border-radius: 50px;}*/
/* Handle */
/*.scroll-style::-webkit-scrollbar-thumb {background: var(--button-opacity-down-color);border-radius: 50px;}*/
/* Handle on hover */
/*.scroll-style::-webkit-scrollbar-thumb:hover {background: var(--button-bg-color);}*/

.daterangepicker {
    z-index: 9999 !important;
}
.daterangepicker td.active:not(.off), .daterangepicker td.active:hover, .daterangepicker .ranges li.active {
    /*background-color: var(--button-bg-color);*/
    background-color: #696cff;
    color:#fff !important;
}
.daterangepicker td.in-range {
    /*background-color: var(--button-opacity-down-color);*/
    background-color: #e7e7ff;
}

.daterangepicker td.end-date{
    /*background-color: var(--button-bg-color);*/
    background-color: #696cff;
}

/* start to select2 css */
.select2-container {
    /*width: auto !important;
    display: block;*/
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    /*background-color:var(--button-bg-color);*/
    background-color: #696cff;
}

.select2-container .select-all {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 20px;
    height: 20px;
    margin: auto;
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNSAyYy0xLjY1NCAwLTMgMS4zNDYtMyAzdjE0YzAgMS42NTQgMS4zNDYgMyAzIDNoMTRjMS42NTQgMCAzLTEuMzQ2IDMtM3YtMTRjMC0xLjY1NC0xLjM0Ni0zLTMtM2gtMTR6bTE5IDN2MTRjMCAyLjc2MS0yLjIzOCA1LTUgNWgtMTRjLTIuNzYyIDAtNS0yLjIzOS01LTV2LTE0YzAtMi43NjEgMi4yMzgtNSA1LTVoMTRjMi43NjIgMCA1IDIuMjM5IDUgNXoiLz48L3N2Zz4=) no-repeat center;
    background-size: contain;
    cursor: pointer;
    z-index: 1000;
    opacity: 0.3;
}
.select2-container .select-all.checked{
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAuMDQxIDE3bC00LjUtNC4zMTkgMS4zOTUtMS40MzUgMy4wOCAyLjkzNyA3LjAyMS03LjE4MyAxLjQyMiAxLjQwOS04LjQxOCA4LjU5MXptLTUuMDQxLTE1Yy0xLjY1NCAwLTMgMS4zNDYtMyAzdjE0YzAgMS42NTQgMS4zNDYgMyAzIDNoMTRjMS42NTQgMCAzLTEuMzQ2IDMtM3YtMTRjMC0xLjY1NC0xLjM0Ni0zLTMtM2gtMTR6bTE5IDN2MTRjMCAyLjc2MS0yLjIzOCA1LTUgNWgtMTRjLTIuNzYyIDAtNS0yLjIzOS01LTV2LTE0YzAtMi43NjEgMi4yMzgtNSA1LTVoMTRjMi43NjIgMCA1IDIuMjM5IDUgNXoiLz48L3N2Zz4=') no-repeat center;
    background-size: contain;
}
.select2-container.select2-container--disabled .select-all {
    pointer-events: none;
}
.select2-container .select2-selection--single {
    height: inherit;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0px;
    right: 5px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d9dee3;
    border-radius: 0.375rem;
}
.select2-container--default .select2-selection--multiple {
    /*min-height: 40px !important;*/
    border: 1px solid #d9dee3;
    border-radius: 0.375rem;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    /*border: solid var(--button-bg-color) 1px;*/
    border: solid #696cff 1px;
}

/*.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fdeadb;
    border: 1px solid #f37b20;
    color: #f37b20;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #f37b20;
    color: #f37b20;
}*/
input.select2-search__field, .select2-selection.select2-selection--single {
    outline: none;
}

.select2-container.select2-container--above.select2-container--open .select2-selection--single {
    /*border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;*/
    border-color: #696cff;
}

.select2-container.select2-container--below.select2-container--open .select2-selection--single {
    /*border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;*/
    border-color: #696cff;
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #d9dee3;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 24px;
    margin-top: 7.5px;
    padding-left: 10px;
}

textarea.select2-search__field::placeholder {
    transition: all 0.25s ease;
    color: #b4bdc6;
    opacity: 1;
}

textarea.select2-search__field:focus::placeholder {
  transform: translate(5px);
  transition: all 0.25s ease;
}
/* end to select2 css */

ul.pagination {
    margin-bottom: 0px;
}

/*.bg-menu-theme .menu-inner-shadow {
    background: linear-gradient(#f7e4c6 25%, rgba(255, 255, 255, 0.11) 50%, rgba(255, 255, 255, 0));
}*/

/* textarea.form-control {
    height: inherit !important;
} */
/* start to Dhiraj Maurya */

/* >>>>>>>>>>>>>>>>> */
/***  25-04-2023  ***/
/* >>>>>>>>>>>>>>>>> */

/** {
    scrollbar-width: thin;
    scrollbar-color: #F37B20 transparent;
}*/

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    /*background-color: #F37B20;*/
    background-color: #8f91ff;
}

*::-webkit-scrollbar-thumb:hover {
    /*background-color: #F37B20;*/
    background-color: #696cff;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb {
    border-radius: 12px;
}

/* scroll-table */
/*.table-responsive::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #f7e4c6;
}

.table-responsive::-webkit-scrollbar-thumb:hover{
    background-color: #f1d19d;
}*/
/* * */

.navtitle h2 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
}

.cardbg {
    background-image: url(../img/cardbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/*.bg-menu-theme {
    background-color: #fff !important;
    background-image: linear-gradient(to bottom, #f5f5f5, #FBA819);
}*/

.text-muted {
    --bs-text-opacity: 1;
    color: #000000 !important;
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
    color: #000000;
}

.divider .heading.divider-text,
.divider .heading.divider-text::before,
.divider .heading.divider-text::after {
    color: #F37B20;
    border-color: #F37B20;
}

.greencard {
    background-image: linear-gradient(to bottom left, #ffffff, #0080003a);
}

.greencard .card-title {
    color: #008000;
}

.yellowcard {
    background-image: linear-gradient(to bottom left, #ffffff, #bca13633);
}

.yellowcard .card-title {
    color: #bca136;
}

.redcard {
    background-image: linear-gradient(to bottom left, #ffffff, #ad2b1a2d);
}

.redcard .card-title {
    color: #ad2a1a;
}

.bluecard {
    background-image: linear-gradient(to bottom left, #ffffff, #10779738);
}

.bluecard .card-title {
    color: #107897;
}

.card-header:first-child {
    border-bottom: 1px solid rgba(163, 159, 159, 0.7);
}

.divider .heading.divider-text {
    font-size: 18px;
    line-height: 18px;
}

/*thead {
    background: #f7e4c6;
}*/

.table> :not(:first-child) {
    border-top: 2px solid rgba(163, 159, 159, 0.7)
}

.table:not(.table-dark) th {
    color: #000;
}

/*.bg-label-primary {
    background-color: #00800028 !important;
    color: #008000 !important;
}*/

.badge {
    display: inline-block;
    padding: 0.52em 0.593em;
    font-size: 11px;
    line-height: 11px !important;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}


/* REsponsive css 25-04-23 */

@media (max-width:575.98px) {
    .navtitle h2 {
        font-size: 18px;
        line-height: 18px;
    }
}

/*a:hover {
    color: #FF0000;
}*/

.card-title .avatar img {
    /*background: #f7e4c6;*/
    background: linear-gradient(to bottom left, #f5f5f5, #f3d5a4) !important;
    padding: 5px;
    border-radius: 8px !important;
}

.right-filters .card-title {
    font-size: 16px;
    line-height: 16px;
}


.nav-tabs .nav-item .nav-link {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    padding: 0.769rem 1.5rem;
    font-size: 14px;
    line-height: 14px;
    color: #566a7f;
}

/*.btn-outline-primary:hover {
    box-shadow: 0 0.125rem 0.25rem 0 #f37b20;
}*/

.bg-footer-theme {
    background-color: #fff !important;
    color: #697a8d;
}


/* 29-04-2023 */

/*.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fba819;
    border-color: #fba819;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #fba819;
    border-color: #fba819;
}

.btn-primary {
    color: #fff;
    background-color: #F37B20;
    border-color: #F37B20;
    box-shadow: none;
}

.btn-outline-primary:hover {
    box-shadow: none;
}*/

.nav-tabs .nav-item .nav-link {
    font-size: 14px !important;
    line-height: 14px !important;
}

.right-panel-filter .right-panel .right-panel-head .close-panel {
    box-shadow: none;
}

.card-title .b-plus {
    color: #91e565 !important;
}
.card-title .b-minus {
    color: #ff4d2f !important;
}

/* start to card header tab css Dhiraj Maurya - 26-04-24 */
.card-header .nav-tabs .nav-item .nav-link {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    padding: 0.769rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.1;
    color: #566a7f;
}
.card-header .nav-tabs .nav-item .nav-link:not(.active) {
    background-color: #fff !important;
}
.card-header .nav .nav-link:hover, .nav .nav-link:focus {
    color: #696cff !important;
}
.card-header .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #696cff !important;
    color: #fff !important;
}
.card-header .dropdown.cart-left-dot-menu {
    margin-left: -20px;
    margin-right: 0.25rem;
}
/* end to card header tab css */


/* start to datatable css by Dhiraj Maurya - 26-04-24 */
.table> :not(:first-child) {
    border-top: 0px;
}

div.dt-container div.dt-info {
    padding-top: 0;
}
div.dt-container div.dt-length {
     text-align: inherit;
}
div.dt-container div.dt-paging ul.pagination {
    justify-content: flex-end !important;
}
.page-link {
    padding: 0.45rem;
}

.table > :not(caption) > * > * {
    padding: 0.45rem;
}

div.dt-processing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    padding: 2px;
    z-index: 10;
    display: block;
    background-color: #a3a3a354;
    border-radius: 0;
}
div.dt-processing div {
    display: none;
}
div.dt-processing img.loader-gif {
    width: 100;
    top: 40%;
    position: relative;
}
table.dataTable .dt-empty img {
    filter: grayscale(80%);
    opacity: 0.5;
    height: calc(100vh - 350px);
}
table.dataTable input.dt-select-checkbox {
    outline: none;
}

table.table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgb(105, 108, 255);
}
table.table.dataTable.table-hover > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px rgb(105, 108, 255, 0.8);
}
/* end to datatable css */

/* start to listing filter model css by Dhiraj Maurya - 26-04-24 */
.offcanvas-filter.offcanvas {
    width: 320px;
    height: 100%;
    background: #ffffff;
}

.offcanvas-filter .offcanvas-header {
    height: 60px;
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid rgb(32 32 32 / 12%);
}

.offcanvas-filter .offcanvas-body {
    height: 100%;
    padding: 15px;
    /*margin-bottom: 15px;*/
    overflow: auto;
}

.offcanvas-filter .offcanvas-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e6e7eb;
}
/* end to listing filter model css */

/* start to switch text button css*/
.switch {
    display: block;
    position: relative;
    vertical-align: top;
    width: 62px;
    height: 30px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.switch-input {
    position: absolute;
    /*top: 0;*/
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 11px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch .switch-label {
    background: #696cff;
    border-color: #696cff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch .switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 19px;
    height: 19px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch .switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
/* endo switch text button css*/