@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    text-decoration: none !important;
}

input:focus,
textarea:focus,
.form-floating .float-drp:focus {
    outline: #ee3137 !important;
    border-color: #ee3137 !important;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
optgroup,
select,
textarea {
    font-family: 'Open Sans', sans-serif !important;
}

.brows_btn {
    display: flex !important;
    align-items: center !important;
    margin-right: 1rem !important;
}

.dropdown .browse-web {
    color: #ee3137 !important;
    border: 1px solid #ee3137;
    border-radius: 37px;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    font-size: 14px !important;
    height: 2rem !important;
    display: flex !important;
    align-items: center !important;
}

/* login, forgot password, reset password, otp logo design */
.logo-login {
    /* width: 139px; */
    margin: 0 auto;
    /* height: 89px; */
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
}



.import-btn {
    cursor: pointer;
}

.width-fit .select2 {
    width: 100% !important;
}

.logo-login a {
    text-align: center;
    color: #ee3137;
    text-transform: uppercase;
}

.logo-login a h1 {
    font-weight: 700;
    font-size: 36px;
}


.logo-login img {
    width: 36%;
}

.dropup .dropdown-toggle::after {
    display: none !important;
}

.filter-option-inner-inner {
    font-size: 14px !important;
    color: #999 !important;
}

.filter-option-inner-inne:focus .select .select-text {
    outline: #ee3137 !important;
    border-color: #ee3137 !important;
}


/* CK Editors */

#cke_27,
#cke_21,
#cke_28,
#cke_29,
#cke_20,
#cke_1_path {
    display: none;
}

#cke_1_toolbox {
    display: flex;
}

/* Card -design */
.content {
    position: relative;
}

/* .content:before {
  content: "";
  width: 96.5%;
  z-index: 0;
  margin-top: -0.87rem;
  border-radius: 1.6rem;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 5rem;
  background-color: #4e4e4e1f;
} */

.breadcrumb-item a {
    color: #ee3137;
}

.breadcrumb-item a:hover {
    color: #00a4d6;
}

.login-pagev1 {
    background-image: url("../../dist/img/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-v2 {
    background: url("../../dist/img/bg-3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100% !important; */
    background-size: cover;
}

.main-cont-login {
    align-items: center;
}

.left-gif img {
    width: 100%;
}

.login-box {
    width: 30%;
}

.login2-box {
    width: 85%;
    margin-left: auto;
    margin-right: 0;
}

.login3-box {
    width: 50%;
    margin: 0 auto;
}

.login-cards {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.2);
}

.login-logo {
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 0px !important;
    color: #161048;
}

.login-pera {
    font-size: 16px;
    padding: 0 0 7px 0 !important;

}

.login-card-body,
.register-card-body {
    background-color: #fff;
    border-top: 0;
    color: #666;
    padding: 10% 5%;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
}

.login-card-body a {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.check-box-btn-style::before {
    border-radius: 6px !important;
}

.check-box-btn-style a {
    display: inline;
    color: #25A8E0;
}


.login-logo-card {
    width: 80%;
    margin-bottom: 20px;
}

.forgote-link {
    width: 100%;
    display: inline-block;
}

.forgote-link a {
    float: right;
    color: #25A8E0;
}

.list-icon-card {
    font-size: 26px;
}

.sign-in-forgot {
    display: flex;
    justify-content: space-between;
}


/*  list */

.grid-list-head h3 {
    float: left;
}

.card-filter {
    background-color: #f5f5f5;
    color: #40434a;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
}

.gridlist-icons {
    display: flex;
    justify-content: end;
    transition: all 2s ease-in;
}

.gridlist-icons .export {
    background-color: var(--green);
}

.gridlist-icons .import {
    background-color: var(--cyan);
}

.gridlist-icons .filter {
    background-color: var(--gray-dark);
}

.grid-icon-top {
    margin-left: 0.5rem;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.grid-icon-top a {
    width: 100%;
    text-align: center;
}

.filter-form .form-floating label {
    font-size: 14px;
    font-weight: 500 !important;
    color: #a1a1a1;
    margin-bottom: 0;
}


.filter-form .form-floating .form-select {
    font-size: 14px;
    /* -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 13%); */
    border: 1px solid #dfdfdf;
    background-color: var(--white);
    position: relative;
}

.filter-form .form-floating .form-select option {
    cursor: pointer;
}

.select {
    position: relative;
    width: 100%;
}

.select-text {
    position: relative;
    /* height: 40px; */
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background-color: var(--white);
}

/* Remove focus */


.remove:hover svg {
    fill: #ee3137;
}

/* Pass Gen */
.generator input.active {
    border: 2px solid #0f6d41;
}

.pass-gen-btn {
    display: inline-block;
    right: 5rem;
    background-color: #f5f5f5;
    border: 1px solid #b7b7b7;
    border-radius: 20px;
    margin-left: 3px;
    position: absolute;
    -webkit-appearance: button;
    padding: 5px 14px;
    top: 8px;
    font-size: 12px;
}

.copy-pass-btn {
    display: inline-block;
    right: 1rem;
    background-color: #0f6d41;
    border: 1px solid #085f36;
    border-radius: 20px;
    margin-left: 3px;
    position: absolute;
    -webkit-appearance: button;
    padding: 5px 14px;
    top: 8px;
    color: #fff;
    font-size: 12px;
}

/* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance: none;
    color: gray;
    height: 50px;
}

.select:after {
    position: absolute;
    top: 24px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

/* login */

.login {
    background-image: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-clr {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 24px;
    border-radius: 7px;
    /* text-align: center; */
    width: 30%;
}

.bg-clr img {
    display: flex;
    margin: 0 auto;
}

.bg-clr h2 {
    text-align: center;
}

.paswrd-show input:focus+label,
.paswrd-show input:valid+label {
    font-size: 11px !important;
    top: -5px !important;
}


.paswrd-show label {
    top: -5px !important;
    font-size: 11px !important;
}

.paswrd-show .icon-view {
    position: absolute;
    top: 14px;
    right: 5px;
}

.icon-view {
    position: absolute;
    top: 12px;
    right: 6px;

}



.otp-input {
    display: flex;
    justify-content: space-between;
}

.otp-input input {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ee3137;
    width: 15%;
    border-radius: 0;
    text-align: center;
    color: #ee3137;
}

.otp-bottom {
    padding-top: 11px;
    display: flex;
    align-items: center;
}

.otp-bottom span {
    padding-right: 7px;
}

.otp-bottom a {
    padding: 0;
}

.bg-clr h2 {
    color: #373435;
    font-size: 24px;
    margin-top: 2rem;
}

.bg-clr p {
    color: #ee3137;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600;
    text-align: left;
}

.login-page .form-item input {
    height: auto;
    width: 100%;
}

.login-page .sub-check .form-check-input {
    padding: 0;
}

.login-page .sub-check .form-check-label {
    margin-left: 7px;
}

.login-bottom {
    padding: 0;
    text-align: center;
}

.login-bottom .login-btn {
    width: 100%;
    background-color: #ee3137;
    border-radius: 7px;
    margin-top: 1rem;
    color: #ffffff;
}

.login-bottom .forgot-btn {
    color: #ee3137;
}

/* toggle-btn */

.switch {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 17px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dedede;
    border-radius: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 20px;
    width: 50px;
}

.slider:before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 50%;
    left: 2px;
    bottom: 1.8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 17px;
    width: 17px;
}

input:checked+.slider {
    background: #ee3137;
}

.th-data-color th {
    color: #40434a;
    font-size: 12px;
    vertical-align: middle;
}

input:checked+.slider:before {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px);
}

input:focus+.slider {}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* LABEL ======================================= */
.select-label {
    color: rgba(0, 0, 0, 0.26);
    background: white;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    padding: 0 5px;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
}

.serach-rem .bs-searchbox {
    display: none;
}

/* .serach-rem .inner{
    min-height: 64px !important;
    max-height: 150px !important;
} */

/* .serach-rem .show{
    max-height: 80px !important;
    min-height: auto !important;
} */

.rem-scrl .inner {
    /* overflow: hidden !important; */
}

.rem-disabled {
    background-color: transparent !important;
    border: none !important;

}

.rem-disabled:hover {
    border: none !important;
}

.rem-disabled [disabled] {
    pointer-events: none;
    cursor: unset;
    filter: grayscale(100%);
    opacity: 0.4;
}

/* active state */
.select-text:focus~.select-label,
.select-text:valid~.select-label {
    color: #ef3835;
    top: -5px;
    transition: 0.2s ease all;
    font-size: 12px;
    font-weight: 400;
}

.select-text:focus {
    border-color: #ef3835;
}

.select-text:valid:not(focus)~.select-label {
    color: #999;
    background: #fff;
    padding: 0 10px;
    line-height: 1;
}

.select-text:valid:focus~.select-label {
    color: #ef3835;
}

.right-container-button span {
    color: white;
    position: absolute;
    left: 25px;
    top: 20px;
    line-height: 28px;
}

.right-container-button:hover {
    transition: all 400ms cubic-bezier(.62, .1, .5, 1);
    width: 250px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.right-container .right-container-button .long-text {
    transition: opacity 1000ms;
    opacity: 0;
    color: white;
    white-space: nowrap;
    font-size: 0;
    width: 0;
    margin: 0;
}

.right-container-button .long-text.show-long-text {
    transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;
    opacity: 1;
    margin-left: 45px;
    font-size: 20px;
    width: auto;
}

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

.sub-check .form-check-label {
    font-size: 14px;
    font-weight: 600;
    color: #848484;
}

.sub-check .form-check-input {
    border: 1px solid #aeaeae;
}

.grid-icon-top:hover {
    /* box-shadow: 0 0 11px rgba(33, 33, 33, .2); */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
}

.filter-buttons {
    display: flex;
    align-items: center;
    justify-content: end;
    /* position: absolute;
  top: 1.9rem;
  right: 1rem; */
}

.filter-collapse {
    position: relative;
}

.filter-buttons a {
    line-height: 0;
}

.submit-filter {
    border: transparent;
    background-color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 4px;

}

.refress-filter {
    border: 2.5px solid #dd9a1f;
    background-color: #f7b029;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;

}

.filter-btm-btn {
    margin-left: 1rem;
}

/* List Table */

.sub_table tr:nth-child(1) {
    border-bottom: 1px solid #00000014;
}

.sub_table tr:nth-child(2) {
    border-bottom: transparent;
}

.td-data-color .sub_table tr .no-data-list {
    padding: 0.6rem !important;
}

.table-head-dim {
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
}

.table>:not(caption)>*>* {
    padding: .5rem .9rem !important;
}

.no-data-list {
    text-align: center;
    padding: 0 !important;
}

.td-data-color tr .no-data-list {
    padding: 0 !important;
}

.td-data-color tr .padding-sr {
    padding: 0 1.2rem !important;
}

.width-quent {
    width: 125px !important;
}

.width-size {
    width: 125px !important;
}

.width-dimen {
    width: 125px !important;
}


.width-price {
    width: 150px !important;
}

.width-dis {
    width: 125px !important;
}

.text-end {
    text-align: end;
}

.list-checkbox {
    vertical-align: middle !important;
    /* display: flex !important; */
    align-items: center !important;
}

.list-checkbox .check_role {
    float: left;
    margin-top: 5px;
}

.table-heading-width {
    width: 35%;
}

.list-checkbox span {
    padding-left: 7px;
}

input#flexCheckDefault {
    border: 1px solid #343a40;
}

.list-checkbox input {
    margin: 0;
    vertical-align: middle;
    padding: 0;
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 0.25em !important;
}

.table-action span a svg {
    transition: all .5s ease-in;
}

.table-action span a:hover svg {
    transform: rotate(360deg);
}

.tablelist-img {}

.tablelist-img img {
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    height: 60px;
    width: 60px;
}

.table-active-effect span {
    background-color: #198754;
    color: #ffffff;
    padding: 1px 8px;
    border-radius: 7px;
    font-size: 12px;
}

.tablelist-yes span {
    color: #198754;
}

.tablelist-no span {
    color: #ee3137;
}

.table-inactive-effect span {
    background-color: #ee3137;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 7px;
    font-size: 12px;


}

/* pagination */

.pagination-grid {
    float: right;
    margin-top: 2rem;
}

.pagination .page-item {
    margin-left: 0.3rem;
}

.pagination .page-item .page-link {
    border-radius: 50% !important;
    background-color: #e3e3e4;
    color: #ffffff;
    /* width: 25px; */
    /* height: 25px; */
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 14px;
}

.dark-mode .page-item:not(.active) .page-link:hover {
    background-color: #ee3137;
    color: #ffffff;
    border-color: ee3137;
}

.dark-mode .page-item:not(.active) .page-link:focus,
.dark-mode .page-item:not(.active) .page-link:hover {
    background-color: #ee3137;
    color: #ffffff;
    border-color: #ee3137;
}



/* table */

.table td,
.table th {
    border-top: transparent;
    border: none !important;
}

.table tr {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table .table_wrap_data {
    white-space: normal !important;
    /* float: left; */
}

table .descri_title {
    vertical-align: baseline;
}

.td-data-color td {
    color: #40434a;
    font-size: 12px;
    vertical-align: middle;
}

tr:nth-of-type(even) {
    background-color: #f7f8fa;
}

/* .td-data-color th, */
.td-data-color td {
    text-transform: capitalize;
}

.text_trans {
    text-transform: uppercase !important;
}

.email_trans {
    text-transform: lowercase !important;
}

.td-data-color td input {
    height: 20px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.13);
}

.td-data-color td select {
    /* height: 20px; */
    /* font-size: 14px; */
    -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.13);
}

.height-tbl-list {
    height: 40px !important;
    font-size: 12px !important;
}

.dark-mode .table.table-head-fixed thead tr:nth-child(1) th {
    background-color: #343a40;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
}

.table-radius {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#example2_wrapper .row .col-sm-12 {
    overflow-x: auto;
}

#example1_wrapper .row .col-sm-12 {
    overflow-x: auto;
}


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

.table-bordered tbody tr td img {
    width: 25%;
}

.table-bordered tbody tr td {
    position: relative;
}

.table-bordered tbody tr td .active-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: -45px;
}

.table-bordered tbody tr td .active-list::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #17a2b8;
    margin-left: 0;
    left: 10%;
    top: 40%;
}

.table-bordered tbody tr td .inactive-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: -30px;
}

.table-bordered tbody tr td .inactive-list::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #17a2b8;
    margin-left: 0;
    left: 10%;
    top: 40%;
}

.table-bordered tr th {
    padding-right: 80px !important;
    padding-left: 10px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background-color: #256bb7;
    color: #fff;
}

.table thead th {
    vertical-align: middle !important;
}

.odd .dtr-control:before {
    display: none !important;
}

.even .dtr-control:before {
    display: none !important;
}



/* sidebar v2 */



.brand-link {
    width: 100%;
    text-align: center;
}

.brand-link img {
    width: 40%;
}


.elevation-4 {
    box-shadow: none !important;
}

.os-content {
    padding: 0 !important;
}

.info-v2 {
    color: #fff !important;
}

.sidebar-dark-v2 {
    background-image: url("../img/nav-bg.png");
}

.sidebar-dark-v2 .nav-link {
    color: #fff !important;
}

/* nav-treeview */

.nav-treeview .nav-item .nav-link {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0;

}

.os-content nav {
    padding-bottom: 5rem;
}

.nav-treeview .nav-item .nav-link i {
    font-size: 14px !important;
}

[class*=sidebar-dark-v2] .nav-treeview>.nav-item>.nav-link:hover {
    width: 100%;
    /* transition: none; */
}

[class*=sidebar-dark-v2] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-v2] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-v2] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgb(145 145 145 / 24%);
    border-radius: 0;
    width: 100%;
    color: #ffffff !important;
}

.nav-treeview>.nav-item>.nav-link.active::before,
.nav-treeview>.nav-item>.nav-link.active::after {
    display: none;
}

[class*=sidebar-dark-v2] .nav-header {
    color: #fff;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: transparent;
}

/* dashboard */

.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: 0;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0;
}

/* sidebar v3 */

.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse .wrapper .brand-link,
.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    height: auto;
}

.nav-sidebar .nav-link {
    display: flex;
    align-items: center;
}

.nav-sidebar .nav-link p {
    vertical-align: middle;
    font-size: 14px;
}

#large-header {
    height: -webkit-fill-available;
    width: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.badge-info {
    color: #fff;
    background-color: #256BB7;
}


.sid-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}

.dark-icon {
    display: none;
}

.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active .dark-icon {
    display: block;
    float: left;
    color: #e90707;
}

.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active .light-icon {
    display: none;

}


.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.dark-mode .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #ffffff;
    width: 100%;
    border-radius: 0;
}


.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active p,
.dark-mode .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active p {
    background-color: #ffffff;
    color: #343a40 !important;
    width: 100%;
    border-radius: 0;
}


[class*=sidebar-dark-bubble] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-bubble] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-bubble] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgb(63 71 78);
    color: #ffffff;
}

[class*=sidebar-dark-bubble] .nav-treeview>.nav-item>.nav-link:focus,
[class*=sidebar-dark-bubble] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #ffffff;
}

[class*=sidebar-dark-bubble] .sidebar a {
    color: #ffffff;
}

[class*=sidebar-dark-bubble] .nav-treeview>.nav-item>.nav-link {
    color: #ffffff;
}

[class*=sidebar-dark-bubble] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-bubble] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-bubble] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255, 255, 255, .1);
    color: #ffffff;
}

.hero.is-gradient {
    background: #007bff;
}

.hero.is-relative {
    position: relative;
}

#demo-canvas {
    position: absolute;
    bottom: 0;

}


.hero.is-slanted:before {
    content: "";
    height: 270px;
    width: 100%;
    z-index: 1 !important;
    position: absolute;
    bottom: 0;
    left: 0;
}


#main-landing-title {
    position: relative;
    top: -110px;
    color: #fff;
}

#main-landing-title h1 {
    position: relative;
    margin-bottom: 0 !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 90px;
}

.has-text-centered {
    text-align: center !important;
}

.light-text {
    color: #fff !important;
}

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.hero-body {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.hero-body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3rem 1.5rem;
}

.dark-mode .content-wrapper {
    background-color: #fff !important;
    color: #343a40;
}

.dark-mode .navbar-dark {
    background-color: #fff;
    border-color: #4b545c;
}

.dark-mode .info-box {
    background-color: transparent;
    color: #343a40;
}

.dark-mode .content-header h1 {
    color: #343a40;
    font-size: 26px;
    font-weight: 700;
}

.dark-mode .card {
    background-color: #fff;
    border-radius: 16px;
    overflow: visible;
}

.dark-mode .card-title {
    color: #343a40;
}

.dark-mode strong {
    color: #343a40;
}

.dark-mode .main-footer strong {
    color: #869099;
}

.main-footer {
    background-color: transparent !important;
    border: none;
    position: relative !important;
}


.dark-mode .progress-group {
    color: #fff;
}

.dark-mode .description-header {
    color: #fff;
}

.dark-mode .description-text {
    color: #fff;
}

/* View Coupons */

.top-styletag {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}

.prefix-code span {
    border: 1px solid #17a2b8;
    padding: 7px;
    border-radius: 7px;
    color: #17a2b8;
}

.coupon-quantity span {
    border: 1px solid #b81717;
    padding: 7px;
    border-radius: 7px;
    color: #b81717;
}

.coupon-points span {
    border: 1px solid #ebb40d;
    padding: 7px;
    border-radius: 7px;
    color: #ebb40d;
}

.active-coupons span {
    border: 1px solid #0b00b5;
    padding: 7px;
    border-radius: 7px;
    color: #0b00b5;
}

.used-coupons span {
    border: 1px solid #28c30c;
    padding: 7px;
    border-radius: 7px;
    color: #28c30c;
}

.user-drop li a {
    font-size: 14px;
}

.user-drop li a:hover {
    color: #f7b029 !important;
}

/* data table-sidebar */

.navbar-badge {
    right: -7px !important;
    top: -5px !important;
}

.discount h3 {
    color: #383838;
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.discount h5 {
    color: #17181a;
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-size: 16px;
}

.form-check-input:checked {
    background-color: #ee3137 !important;
    border-color: #ee3137 !important;
    box-shadow: none !important;
}

.q-a {
    display: flex;
}

.q-a .form-check label {
    color: #17181a;
    padding-right: 20px;
}

.side-bar-dark-theme {
    background-color: #2B303B;
}

.navbar-dark .navbar-nav .menu-icon {
    color: #ee3137 !important;
}

.navbar-dark .navbar-nav .menu-icon:focus {
    color: #ee3137 !important;
}


.menu-icon:hover {
    color: #ee3137 !important;
}

.menu-icon img {
    border-radius: 50%;
}

[class*=side-bar-dark-theme] .sidebar a {
    color: #ffffff;
}

[class*=side-bar-dark-theme] .nav-treeview>.nav-item>.nav-link {
    color: #ffffff;
}

[class*=side-bar-dark-theme] .nav-pills .nav-link:not(.active):hover {
    color: #f4f6f9;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: transparent;
    color: #ffffff;
}

.breadcrumb-style {
    align-items: center;
}

.dark-mode .breadcrumb-item+.breadcrumb-item::before,
.dark-mode .breadcrumb-item.active {
    color: #17181a;
}

.breadcrumb-btn {
    display: flex;
    justify-content: space-around;
    float: right;
    margin-left: auto;
}

.breadcrumb-btn .add-breadcrumb,
.breadcrumb-btn .delete-breadcrumb {
    width: 100px;
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.add-breadcrumb {
    background-color: #00a4d6;
    border-radius: 4px;
    border: 1px solid transparent;

}

.delete-breadcrumb {
    background-color: #ee3137;
    border-radius: 4px;
    border: 1px solid transparent;
}

.verify_order-breadcrumb {
    background-color: #ffc107;
    border-radius: 4px;
    border: 1px solid transparent;
    margin-left: 7px;
}


.add-breadcrumb a,
.delete-breadcrumb a,
.verify_order-breadcrumb a {
    color: #ffffff;
    display: flex;
    align-items: center;
    width: 100px;
    height: 40px;
    font-size: 14px;
}

.add-breadcrumb a:hover {
    color: #00a4d6 !important;

}

.delete-breadcrumb a:hover {
    color: #ee3137 !important;
}

.verify_order-breadcrumb a:hover {
    color: #ffc107 !important;
}

.add-breadcrumb:hover {
    background-color: transparent;
    border: 1px solid #00a4d6;
}

.delete-breadcrumb:hover {
    background-color: transparent;
    border: 1px solid #ee3137;
}

.add-breadcrumb a svg {
    background-color: #2286a5;
    margin-right: 7px;
    border-radius: 4px;
    padding: 0.5rem;
    height: 30px;
    width: 30px;
    margin-left: 7px;
}

.delete-breadcrumb a svg {
    background-color: #bb1016;
    margin-right: 7px;
    border-radius: 4px;
    padding: 0.5rem;
    height: 30px;
    width: 30px;
    margin-left: 7px;
}

.breadcrumb-style ol {
    margin-left: 1rem;
    font-size: 14px;
}

/* Producat Attributes */

.product-attri-dethead {
    color: #1f2d3d;
}

.product_name_title h5 {
    color: #17181a;
}

.width-adju-inp .select2-selection__rendered {
    width: 96% !important;
}

/* Product */

.attributes-add {
    border: 1px solid #00a4d6;
    border-radius: 50%;
    padding: 3px;
    display: inline-flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
}

.attributes-view {
    border: 1px solid #e3510b;
    border-radius: 50%;
    padding: 3px;
    display: inline-flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
}

.select2-container--material {
    width: 100% !important;
    /** * Textbox */
    /** * Dropdown */
    /** * Options */
    /** * Focused textbox */
    /** * Disabled textbox */
}

.select2-container--material ::placeholder {
    color: inherit;
}

.select2-container--material .select2-selection {
    /* @extend input */
    margin-top: 0 !important;
    overflow-y: auto !important;
    margin-bottom: 0 !important;
    /* height: 50px !important; */
    min-height: 50px !important;

    overflow: visible;
    font: inherit;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    box-sizing: inherit;
    /* @extend .form-control */
    display: block;
    width: 100%;
    color: #55595c;
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #dadce0 !important;
    border-radius: 4px !important;
    padding: 0.5rem 0 0.6rem;
    font-size: 1rem;
    line-height: 1.5;
    background-image: none;
    border-radius: 0;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    /* @extend input[type=text] */
    border: none;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    transition: all 0.3s;
}

.select2-container--material .select2-selection .select2-selection__rendered {
    padding-left: 0;
    margin-bottom: 0;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
    float: left;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
    float: right;
}

.select2-selection__arrow {
    display: none !important;
}

.select2-selection--single {
    position: relative !important;
    height: 50px !important;
    background-color: transparent !important;
    width: 100% !important;
    padding: 10px 10px 10px 10px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border: 1px solid #dfdfdf !important;
    background-color: var(--white) !important;
}

.dark-mode .select2-dropdown {
    background-color: #fff !important;
    border: 1px solid #dfdfdf !important;
    color: #17181a !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px !important;
    color: gray !important;
    text-transform: capitalize;
}

.top-space-rem .bootstrap-select .dropdown-menu li {
    border: transparent;
}

/*
.top-space-rem .bootstrap-select ul {
    min-height: 80px !important;
    max-height: 300px !important;
} */

.top-space-rem ul.dropdown-menu.inner.show {
    top: -50px;
    position: relative;
}

.padding-data .select2-selection--multiple {
    padding-left: 15px !important;
}

.bootstrap-select>.dropdown-toggle:after {
    display: none;
}

.form-item .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    display: flex;
    align-items: center;
}

.form-item .bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border: transparent;
    outline: #ee3137 !important;
    padding-left: 0;
}


.form-item .bootstrap-select .dropdown-menu {
    background-color: #fff;
}

.form-item .bootstrap-select .dropdown-menu li a {
    color: #17181a;
    white-space: normal !important;

}

.form-item .bootstrap-select .dropdown-menu li a:active {
    color: #17181a !important;

}

.dark-mode .dropdown-item:focus {
    background-color: transparent !important;
}

.form-item .dropdown-item.active,
.dropdown-item:active {
    background-color: #ee3137 !important;
    color: #fff !important;
}

.form-item .bootstrap-select .btn-light {
    background-color: transparent !important;
}

.form-item .dark-mode .dropdown-item:focus,
.dark-mode .dropdown-item:hover {
    background-color: #e7e7e7;
}

.dark-mode .select2-dropdown .select2-search__field,
.dark-mode .select2-search--inline .select2-search__field {
    background-color: #fff !important;
    border-color: #6c757d;
    color: #17181a;
}

.form-item .dropdown-menu .bs-searchbox .form-control {
    background-color: transparent;
    color: #000;
}

.level_1 {
    padding-left: 2rem !important;
}

.level_2 {
    padding-left: 4rem !important;
}

/*  */
.level_3 {
    padding-left: 6rem !important;
}

.level_4 {
    padding-left: 8rem !important;
}

.level_5 {
    padding-left: 10rem !important;
}

.form-item .select-text .dropdown-menu {
    transform: translate(0px, 50px) !important;
    overflow-x: auto !important;
    min-height: 0 !important;
}

.font-drp span {
    font-size: 1rem !important;
}

.width-set-serc .dropdown-menu {
    width: 50% !important;
}

.no-results {
    color: #ee3137;
    background-color: transparent !important;
    padding: 6px !important;
}

.select2-container--default .select2-results__option:hover {
    background-color: #dbdbdb !important;
    color: #17181a !important;

}

.dark-mode .select2-results__option[aria-selected=true] {
    background-color: #ee3137 !important;
    color: #fff !important;
}

/*
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ee3137 !important;
}

.dark-mode .select2-results__option[aria-selected=true] {
  background-color: #ee3137 !important;
  color: #fff;
} */

/* .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #f5f5f5f5 !important;
  color: #17181a;
}

.select2-container--default .select2-results__option:hover{
  background-color: #f5f5f5f5 !important;
  color: #17181a;
} */

.select2-container--default .select2-results__option--highlighted {
    background-color: white !important;
    color: #17181a !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover:not() {
    background-color: #ee3137 !important;
    color: #fff !important;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    padding-left: 0 !important;
    display: -webkit-inline-box !important;
    overflow-x: auto !important;
}

.select2-selection__rendered {
    margin-top: 0 !important;

}


.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    font-size: 14px !important;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
    /* @extend .mdl-chip */
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background-color: #dedede;
    display: inline-block;
    color: rgba(0, 0, 0, .87);
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
    /* @extend .mdl-chip__text */
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-left: .5rem;
    margin-bottom: 4px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    /* Hide default content */
    font-size: 0;
    opacity: 0.38;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    margin-right: -6px;
    margin-left: 6px;
    transition: opacity;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: 900;
    content: "x";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    padding: 0 0.75rem 0 0.2rem;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #000;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
}

.select2-container--material .select2-search--inline .select2-search__field {
    width: 100%;
    color: #999 !important;
    margin-top: 0 !important;
    /* Match input[type=text] */
    height: 34px;
    line-height: 1;
    padding-right: 1rem !important;
}

.height_drp {
    height: 50px;
}

.after-drp::after {
    top: 22px !important;
}

.select2-container--material .select2-dropdown {
    border: 0;
}

.select2-container--material .select2-dropdown .select2-search__field {
    min-height: 2.1rem;
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}

.select2-container--material .select2-dropdown .select2-search__field:focus {
    border-bottom: 1px solid #ffffff;
    /* box-shadow: 0 1px 0 0 #4585f4; */
}

.select2-container--material .select2-results__options {
    /* @extend .zf-shadow-depth* */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    /* @extend .dropdown-content */
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 100px;
    overflow-y: auto;
    z-index: 999;
    will-change: width, height;
    /* @extend .dropdown-content inline styles */
}

.select2-container--material .select2-results__option {
    /* @extend .dropdown-content li */
    cursor: pointer;
    clear: both;
    color: rgba(0, 0, 0, .87);
    line-height: 1.5rem;
    text-align: left;
    text-transform: none;
    /* @extend .dropdown-content li>a, .dropdown-content li>span */
    font-size: 1.2rem;
    display: block;
    padding: 1rem;
    /** * Disabled options */
    /** * Selected option */
    /** * Active/hovered option */
    font-size: 16px;
    line-height: 0;
}

.select2-container--material .select2-results__option[aria-disabled=true] {
    /* @extend .select-dropdown li.disabled */
    color: rgba(0, 0, 0, .3);
    background-color: transparent !important;
    cursor: context-menu;
    /* @extend .disabled */
    cursor: not-allowed;
}

.select2-container--material .select2-results__option[aria-selected=true] {
    /* @extend .dropdown-content li:active, .dropdow-content li:hover */
    /* color: #4285f4; */
    background-color: #eee;

}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
}

.select2-container--material.select2-container--focus {
    /* @extend input[type=text]:focus */
}

.select2-container--material.select2-container--focus .select2-selection {
    /* border-bottom: 1px solid #4285f4; */
    /* box-shadow: 0 1px 0 0 #4585f4; */
}

.select2-container--material.select2-container--disabled {
    /* @extend .select-wrapper input.select-dropdown:disabled */
}

.select2-container--material.select2-container--disabled .select2-selection {
    color: rgba(0, 0, 0, .3);
    cursor: default;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
    box-shadow: none;
}


.position-rel {
    position: relative;
}

.position-rel .link-product {
    display: none;
}

#TextBoxContainer .bg-gray-light::before {
    content: "";
    height: 20px;
    width: 110%;
    background-color: #ffffff;
    position: absolute;
    left: -13px;
    right: 0;
    top: 0;
    bottom: 0;
}

.del-icon-rem {
    background-color: #ee3137;
    margin-right: 7px;
    border-radius: 4px;
    padding: 0.5rem;
    height: 30px;
    width: 30px;
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 2rem;
}

.del-icon-rem:hover {
    background-color: transparent;
    border: 1px solid #ee3137;
}

.del-icon-rem:hover svg {
    color: #ee3137;
}

.discount .product-data h6 {
    margin-bottom: 10px;
}

.req-star {
    color: #ee3137 !important;
}

.product-top {
    position: relative;
    margin-bottom: 2rem;
}


.product-add-btn {
    width: fit-content;
    position: absolute;
    right: 15px;
    top: -15px;
}

.product-add-btn .link-product {
    width: auto;
}

.input-dim {
    display: flex;
    justify-content: space-between;
}

.dis-text-field {
    display: flex;
    justify-content: space-between;
}

.dealer-offer-price {
    width: 32%;
}

.discount h6 {
    font-size: 14px;
    color: #17181a;
    margin-bottom: 0;
    font-weight: 700;
}

.discount h6 span {
    font-weight: 500;
    color: #666;
}

.dicount-input {
    width: 49%;
}

.product-dimensions {
    width: 19%;
}

.product-dimensions .font-reduce {
    font-size: 12px;
}

/* data table-sidebar */

.padd-th .padding-sr {
    padding: .5rem .9rem !important;
}

.navbar-badge {
    right: -5px !important;
    top: 0 !important;
}

.discount h3 {
    color: #17181a;
    margin-top: 10px;
    margin-bottom: 0rem;
    font-size: 16px;
}

.discount h5 {
    color: #17181a;
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-size: 16px;
}

/* custom date picker */
.ui-datepicker{
    width: max-content;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
    z-index: 99999 !important;
}

.ui-datepicker-calendar td{
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
}

.ui-datepicker-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.ui-datepicker-header .ui-datepicker-prev{
    flex: 1;
}

.ui-datepicker-header .ui-datepicker-next{
    flex: 3;
}

.ui-datepicker-header .ui-datepicker-title{
    flex: 2;
}

.ui-datepicker-prev, .ui-datepicker-next{
    color: #000;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.ui-datepicker-calendar td a{
    color: #000;
}

.ui-datepicker-calendar thead th{
    text-align: center;
}

.ui-datepicker-calendar thead th span{
    color: #000;
    font-size: 12px;
}

.ui-datepicker-title{
    display: block;
    color: #000;
    font-size: 14px !important;
}

.ui-datepicker-today{
    background-color: #0d6efd !important;
}

.ui-datepicker-today a{
    color: #fff !important;
}

.ui-datepicker-current-day{
    background-color: #F13537 !important;
    color: #fff !important;
}

.ui-datepicker-current-day a{
    color: #fff !important;
}

#loanEMiID{
    width: 100%;
}

/* Order Page */

.modal .add_item_modal {
    max-width: 70%;
}

.product_atrribute_title {
    padding-top: 1rem;
    margin-bottom: 0;
}

.pro_attr_con_per {
    display: flex;
    justify-content: space-between;
}

.pro_attr_con div span {
    font-size: 12px;
}

.card_bottom div p {
    padding-top: 1rem;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.card_bottom div p span {
    color: #ee3137;
    padding-right: 7px;
}

.lable_pro_attri {
    display: block;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 1;
}

.card_pro {
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 15px;
}

.radio_btn_pro {
    position: absolute;
    top: -10px;
    left: -4px;
}

.dim_data>div {
    width: 20%;
    font-size: 14px;
}

.pro_spec_text>span {
    width: 30%;
    font-size: 14px;
    color: #ee3137;
    font-weight: 600;
}

.order-status-title-per {
    border: 1px solid #dadce0;
    margin-top: 1rem;
    padding: 0 10px;
    border-radius: 5px;
    width: 100%;
    height: 50px;
}

.order-status-title-per i {
    float: right;
    color: #000;
}

.ordr_statu_tble td {
    white-space: normal;
}

.ordr_status_his_title {
    text-align: left;
    padding-left: 0;
    position: relative;
}

.status_order_text {
    text-transform: uppercase;
    font-weight: 500;
}

.icon-rot [aria-expanded="true"] i {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.icon-rot i {
    transition: all 0.3s;
    color: #a3a3a3;
}

.right_pro_spec {
    margin-left: 2.5rem;
    width: 100%;
}

.update_order-breadcrumb {
    background-color: #ee3137;
    width: 100px;
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.update_order-breadcrumb:hover {
    background-color: transparent;
    color: #343a40;
    border: 1px solid #343a40;
}

.update_order-breadcrumb a {
    color: #fff !important;

}

.dim_data {
    width: 100%;
}

.dim_data span {
    font-size: 14px;
}

.order-edit-form tr td .select {
    margin: 10px 0;
}

.dark-mode .modal-content {
    background-color: #ffffff;
}

.modal-title {
    color: #343a40;
}


.breadcrumb-btn {
    display: flex;
    justify-content: space-around;
    float: right;
    margin-left: auto;
}

.breadcrumb-btn .add-breadcrumb,
.breadcrumb-btn .delete-breadcrumb,
.breadcrumb-btn .view-breadcrumb {
    width: fit-content;
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 0px 10px 0px 0px;
}

.add-breadcrumb {
    background-color: #00a4d6;
    border-radius: 4px;
    border: 1px solid transparent;

}

.delete-breadcrumb {
    background-color: #ee3137;
    border-radius: 4px;
    border: 1px solid transparent;
}

.add-breadcrumb a,
.delete-breadcrumb a {
    color: #ffffff;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 40px;
    font-size: 14px;
}

.add-breadcrumb a:hover {
    color: #00a4d6 !important;

}

.delete-breadcrumb a:hover {
    color: #ee3137 !important;
}

.add-breadcrumb:hover {
    background-color: transparent;
    border: 1px solid #00a4d6;
}

.delete-breadcrumb:hover {
    background-color: transparent;
    border: 1px solid #ee3137;
}

.delete-breadcrumb:hover a {
    color: #ee3137 !important;

}

.verify_order-breadcrumb:hover {
    background-color: transparent;
    color: #ffc107;
    border: 1px solid #ffc107;
}

.add-breadcrumb a svg {
    background-color: #2286a5;
    margin-right: 7px;
    border-radius: 4px;
    padding: 0.5rem;
    height: 30px;
    width: 30px;
    margin-left: 7px;
}
.add-breadcrumb a i {
    background-color: #2286a5;
    margin-right: 7px;
    border-radius: 4px;
    padding: 0.5rem;
    height: 30px;
    width: 30px;
    margin-left: 7px;
    color: #fff;
}
.delete-breadcrumb a svg {
    background-color: #bb1016;
    margin-right: 7px;
    border-radius: 4px;
    padding: 0.5rem;
    height: 30px;
    width: 30px;
    margin-left: 7px;
}

.breadcrumb-style ol {
    margin-left: 1rem;
    font-size: 14px;
}


/* notification */

.drop-menu-width {
    background-color: #fff !important;
}

.drop-menu-width .dropdown-divider{
    border: 1px solid #00000017 !important;
}

.drop-menu-width .notificationHeaderList .media-body p.text-sm{
    color: #000 !important;
}

.drop-menu-width .notificationHeaderList .notifyLink, .notificationunread  i{
    color: #ee3137 !important;
    cursor: pointer !important;
}
.device-preview-title {
    text-align: center;
    font-size: 24px;
}

.mobile-data-view {
    display: flex;
    position: absolute;
    top: 17rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0rem;

}

.text-notify {
    width: 49%;
}

.text-notify h5,
.text-notify p {
    color: #343a40;
}

.text-notify p {
    font-size: 14px;
}



.mobile-data-view img {
    width: 20%;
    border-radius: 7px;
    border: 2px solid #dedfe1;
}


/* order view */

.top-part-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view-order-logo {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    display: flex;
}

.view-order-logo img{
    width: 150px;
}

.viewordr-det p {
    color: #343a40;
    font-size: 14px;
}

.viewordr-det:nth-child(2) {
    text-align: end;
}

.ordr-view-pg tr th {
    text-align: center;
    color: #343a40;
    border: 1px solid #c1c1c1;
    padding: 7px;
    font-size: 14px;
}


.ordr-view-pg table tbody {
    border-radius: 7px;

}

.bold-view {
    font-weight: 700;
}

.ordr-view-pg tr td {
    color: #343a40;
    border: 1px solid #c1c1c1;
    padding: 7px;
    text-align: center;
}

.ordr-view-pg tr td span {
    font-size: 12px;
}

.distributor-det {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.delete-pop h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.delete-pop h3 {
    font-size: 14px;
    color: #999;
}

.error-message {
    margin-left: 0;
    color: red;
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
    padding-bottom: 0;
}

/* Setting */

.maintenance {
    display: flex;
    align-items: center;
}

.top-dis-setting {
    display: flex;
    align-items: flex-start;
}

.smtptop {
    width: 20%;
}

.order-dis {
    font-size: 14px;
    color: #343a40;
}

/* Order Page */

.dark-mode .modal-content {
    background-color: #ffffff;
}

.modal-title {
    color: #343a40;
}

.amount-table table tbody {
    border-radius: 7px;

}

.amount-table tr td {
    color: #343a40;
    border: 1px solid #c1c1c1;
    padding: 7px;
    text-align: left;
}

.amount-table tr td .amount-lable-table {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.amount-table tr td span {
    font-size: 12px;
    font-weight: 600;
}

.order-edit-form .form-floating,
.order-edit-form .order-td-input {
    width: max-content;
}

.td-data-color td .order-td-input {
    height: 50px;
}

.order-edit-topbtn .btn-toporder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.button_confirm_bg {
    background-color: transparent;
    border: transparent;
    color: #fff;
}

/*.order-edit-topbtn:nth-child(1) {
    background-color: #343a40;
}*/

.update_order-breadcrumb {
    background-color: #343a40;
}

/*.order-edit-topbtn:nth-child(1):hover {
    border-color: #343a40;
    background-color: transparent;
    color: #343a40;
}*/
.update_order-breadcrumb:hover {
    border-color: #343a40;
    background-color: transparent;
    color: #343a40;
}

.update_order-breadcrumb:hover .btn-toporder {
    color: #343a40 !important;
}

/*.order-edit-topbtn:nth-child(1):hover .btn-toporder {
    color: #343a40 !important;
}*/

.check-order label {
    color: #343a40;
}

.view-breadcrumb {
    background-color: #28c30c;
    border-radius: 4px;
    border: 1px solid transparent;
    height: 42px;
}

.view-breadcrumb .btn-toporder {
    color: #ffffff;
}

.view-breadcrumb:hover {
    background-color: transparent;
    border-color: #28c30c;
}

.view-breadcrumb:hover a {
    background-color: transparent;
    color: #28c30c !important;
}

.exclusive_gst {
    color: #ffc107;
    font-size: 10px;
}

.order-edit-topbtn:nth-child(3):hover .btn-toporder {
    color: #28c30c;
}

/* form */

.cards-btn .form-btn-danger {
    background-color: #F13537;
    border-color: transparent;
}

.cards-btn .form-btn-success {
    background-color: #198754;
    border-color: transparent;
}

.form {
    margin: 2rem 2rem;
    background: #fff
}

.form-item {
    position: relative;
    margin-bottom: 20px
}

.form-item input,
input {
    border-radius: 4px;
    color: #202124;
    font-size: 14px;
    padding: 13px 20px;
    z-index: 1;
    border: 1px solid #dadce0;
    width: 100%;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 10; */
}

input[name="product_code"] {
    text-transform: uppercase;
}

.form-item .input-box {
    border-radius: 4px;
    color: #202124;
    font-size: 14px;
    padding: 13px 15px;
    z-index: 1;
    border: 1px solid #dadce0;
    width: 100%;
    height: 50px;
}

.form-item input:focus {
    border-color: #F13537;
}

.form-float-style label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 15px;
    left: 10px;
    font-size: 14px;
    font-weight: 400 !important;
    background: #fff;
    padding: 0 10px;
    color: #999;
    transition: all .3s ease;
}

.form-float-style .searchable-drp {
    font-size: 11px !important;
    top: -5px !important;
}

#error-for-slug,
#error-for-metatitle,
#error-for-comment,
#error-for-keyword,
#error-for-ytlink,
#error-for-pdflink,
#error-for-boxweight,
#error-for-productinfo,
#error-for-Packingdet,
#error-for-prdsize,
#error-for-code,
#error-for-pwidth,
#error-for-depth,
#error-for-height,
#error-for-mm,
#error-for-enterqunt0,
#error-for-enterqunt10,
#error-for-prddiscount1-20,
#error-for-prddiscount10,
#error-for-enterqunt2,
#error-for-prddiscount34,
#error-for-enterqunt4,
#error-for-enter-qu-last0,
#error-for-enter-qu-last-per0,
#error-for-email-add-user,
#error-for-useraddress-1,
#error-for-useraddress-2,
#error-for-userpincode-1,
#error-for-prddiscount7 {
    display: none !important;
    visibility: hidden !important;
}

.remove-error .error-message {
    display: none !important;
    visibility: hidden !important;

}



#error-for-uercompweb,
#error-for-usergstno,
#error-for-usershopname,
#error-for-userpackeg-gst,
#error-for-user-edit-address1,
#error-for-user-edit-address2,
#error-for-email-edit-user,
#error-for-user-edit-pin,
#error-for-user-edit-com,
#error-for-user-edit-gst,
#error-for-user-edit-shop,
#error-for-banner-video-link,
#error-for-banner-sort-order,
#error-for-setting-search-add,
#error-for-setting-atitude,
#error-for-setting-longitude,
#error-for-host-smtp,
#error-for-email-smtp,
#error-for-server-smtp,
#error-for-smtp-user,
#error-for-smtp-password,
#error-for-smtp-port,
#error-for-sms-api,
#error-for-sms-api-key,
#error-for-partner-offer-qu0,
#error-for-partner-quantity-per0 {
    display: none !important;
    visibility: hidden !important;
}

#error-for-dealerr_offer_price1,
#error-for-dealer_offer_discount1,
#error-for-exclusive_dealer_offer1,
#error-for-exclusive_dealer_offer_price1,
#error-for-channel_partner_offer1,
#error-for-channel_partner_offer_price1,
#error-for-distributor_offer1,
#error-for-distributor_offer_price1 {
    display: none !important;
    visibility: hidden !important;
}

.form-float-style textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #dadce0;
    padding-left: 15px;
    padding-top: 15px;
    font-size: 14px;
}

.form-item input:focus+label,
.form-item input.is-valid+label,
.form-item #genpass:valid+label {
    font-size: 11px;
    top: -5px;
}

.form-item textarea:focus+label,
.form-item textarea.is-valid+label {
    font-size: 11px;
    top: -5px;
}

textarea {
    background-color: transparent;
    padding: 0.875rem 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    border: 0;
    border: 1px solid #737373;
    width: 100%;
    border-radius: 4px;
    min-height: 7rem;
    resize: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

textarea:focus~label,
textarea.not-empty~label {
    font-size: 11px;
    top: -5px;
}

.form-item select:focus+label,
.form-item select.disabled+label {
    font-size: 11px;
    top: -5px;
}


.form-item input:focus+label {
    color: #F13537;
}

input[type=file] {
    -webkit-appearance: textfield;
    position: relative;
    -webkit-box-sizing: border-box;

}


.form-item textarea:focus+label {
    font-size: 11px;
    top: -5px;

}

.form-item textarea:focus+label {
    color: #F13537;

}

textarea[type=file] {
    -webkit-appearance: textfield;
    position: relative;
    -webkit-box-sizing: border-box;

}

.brdr-btm {
    border-bottom: 2px dashed #8080805e;
    padding-bottom: 1rem;
}

.upload-img-des {
    font-style: italic;
    font-size: 12px;
    font-weight: 500;
    padding-top: 0.5rem;
    color: #343a40;
}

.form-select:focus {
    border-color: #999 !important;
    box-shadow: none !important;
}

.form-floating .float-drp {
    background-color: transparent;
    color: #999;
    border: 1px solid #dadce0;
}

.form-floating label {
    color: #999;
    font-weight: bolder;
    font-size: 14px;
}

.editable label {
    color: #999;
    font-size: 14px;
}

.italic-form {
    font-size: 12px;
}

.main-form-checkbox {
    width: 33.33% !important;
}

.main-filter {
    display: flex;
    justify-content: space-between;
}

.form-checkbox-list label {
    color: #17181a;

}

input[type=file]::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
}

x::-webkit-file-upload-button,
input[type=file]:after {
    content: 'Browse';
    display: inline-block;
    right: 1rem;
    background-color: #f5f5f5;
    border: 1px solid #b7b7b7;
    border-radius: 20px;
    margin-left: 3px;
    position: absolute;
    -webkit-appearance: button;
    padding: 5px 14px;
    top: 8px;
    font-size: 12px;
}


/* form complete */

.nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 100%;
    right: 0;
    height: 150%;
    width: 7px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 20px 0 0 #fff;
}

.nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 100%;
    right: 0;
    height: 150%;
    width: 7px;
    border-top-right-radius: 25px;
    box-shadow: 0 -20px 0 0 #fff;
}

/* Add Category */

optgroup[label] {
    color: grey;
    font-style: inherit;
    font-weight: 600;
    text-shadow: none;
    line-height: 5;
}

/* Category View Page */

.view_page {
    color: #000;
}

.view_page .viewcon_image {
    /* width: 100%; */
    width: 170px;
    border-radius: 7px;
    border: 1px solid #d0d0d0;
    margin-right: 2rem;
}

.view_right_data {
    display: flex;
    margin-left: 2rem;
}

.view_right_data table {
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    display: flex;
    overflow: hidden;
}

.view_right_data tr th {
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.9;
}

.view_right_data tr td {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    line-height: 1.9;
}

.view_destitle {
    text-transform: uppercase;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #848484 !important;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #848484 !important;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: none;
}

.description_view p {
    font-size: 14px;
    min-height: 10px;
    overflow-y: auto;
    max-height: 300px;
    height: auto;
    word-break: break-word;
}

.discount-view-tbl thead tr {
    color: #ffffff;
}

.seo_data_list tr th {
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.9;
    width: 170px;
}

.seo_data_list tr td {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    line-height: 1.9;
}

.seo_data_list table {
    display: flex;
}

.seo_data_list tbody {
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    overflow: hidden;
}

/* view user */

.view_page .viewcon-user {
    /* width: 100%; */
    width: 145px;
    border-radius: 7px;
    border: 1px solid #d0d0d0;
    /* margin-right: 2rem; */
}

.view_user_data {
    /* display: flex; */
    margin-left: 2rem;
}


.view_user_data table {
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    display: flex;
    overflow: hidden;
}

.view_user_data tr th {
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.9;
}

.view_user_data tr td {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    line-height: 1.9;
}

.view_user_data img {
    width: 90px;
}

.view_user_data h5 {
    font-size: 16px;
    font-weight: 600;
}

.gst-certificate img {
    width: 170px;
}

/* gift view */

.img_prev {
    border-radius: 15px;
    margin-top: 1rem;
    border: 1px solid #b2b2b2;
}

.view_gift_data {
    /* display: flex; */
    margin-left: 2rem;
    width: 100%;
}

.view_gift_data table tbody {
    float: left;
    width: 100%;
}

.view_gift_data table tbody tr {
    width: 100%;
    display: flex;
    align-items: center;
}

.view_gift_data table tbody tr th {
    width: 14%;
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.9;
}

.view_gift_data table tbody tr td {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    line-height: 1.9;
}

.view_gift_data table {
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    display: flex;
    overflow: hidden;
}

/* view banner */

.view_banner .discount {
    width: 50%;
}

.banner_images img {
    width: 100%;
    margin-top: 10px;
}

.banner_name {
    display: flex;
    align-items: center;
    line-height: 2.5;
}

.banner_name h3 {
    margin-bottom: 0;
    margin-top: 0;
    width: 35%;
    font-size: 14px;
}

.view_banner h3 {
    color: #17181a;
    margin-top: 10px;
    margin-bottom: .5rem;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}


.banner_name p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
}

.view_banner .right_partbanner {
    padding-top: .5rem;
}

.view_banner_data {
    /* display: flex; */
    margin-left: 0;
    width: 100%;
}

.view_banner_data table {
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    display: flex;
    overflow: hidden;
}

.view_banner_data table tbody {
    float: left;
    width: 100%;
}

.view_banner_data table tbody tr {
    width: 100%;
    display: flex;
    align-items: center;
}

.view_banner_data table tbody tr th {
    width: 35%;
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 14px;
    line-height: 2.4;
}

.view_banner_data table tbody tr td {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    line-height: 1.9;
    width: 300px;
}


/* prodcut view */

.product_link_data tbody {
    width: 100%;
}

.product_link_data tbody tr {
    display: block;
}

.product_link_data tbody tr th {
    width: 270px;
}

.product_link_data tr td span {
    padding-right: 1rem;
}

.product_link_data tr td span strong {
    padding-right: 0.5rem;
}

/* chart */
.description-block h5,
.description-block span {
    color: #3a3f44 !important;
    font-size: 13px;
    font-weight: 500;
}

/* Pie Chart */

.pie-chart {
    background:
        radial-gradient(circle closest-side,
            white 0,
            white 27.72%,
            transparent 27.72%,
            transparent 84%,
            white 0),
        conic-gradient(from 180deg,
            #4e79a7 0,
            #4e79a7 38%,
            #f28e2c 0,
            #f28e2c 61%,
            #e15759 0,
            #e15759 77%,
            #76b7b2 0,
            #76b7b2 87%,
            #59a14f 0,
            #59a14f 93%,
            #edc949 0,
            #edc949 100%);
    position: relative;
    /* width: 500px; */
    min-height: 350px;
    margin: 0;
    outline: 1px solid #ccc;
}

.pie-chart h2 {
    position: absolute;
    margin: 1rem;
}

.pie-chart cite {
    position: absolute;
    bottom: 0;
    font-size: 80%;
    padding: 1rem;
    color: gray;
}

.pie-chart figcaption {
    position: absolute;
    bottom: 1em;
    right: 1em;
    font-size: smaller;
    text-align: right;
    color: #ee3137;
}

.pie-chart span:after {
    display: inline-block;
    content: "";
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.4em;
    height: 0.8em;
    border-radius: 0.2em;
    background: currentColor;
}


/* alert */
.alert-cont {
    position: fixed;
    right: 2%;
    top: 8%;
    z-index: 9999;

}

.alert-first,
.alert-sec {
    display: none;
}

.alert-first .fas,
.alert-sec .fas {
    margin-right: 0.5em;
}

.alert-first .close,
.alert-sec .close {
    color: #fff !important;
    opacity: .9 !important;
    top: 4px !important;
}


/* popover */



.popover_img {
    width: 100px;
    height: 100px;
    padding: 0;
}



/* style for auto complete */
.ui-autocomplete {
    width: 96% !important;
    position: absolute;
    z-index: 99999 !important;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    height: 200px;
    overflow-y: auto;
}

.ui-autocomplete>li {
    padding: 5px 20px;
    border-bottom: 1px solid #ddd;
}

.ui-autocomplete>li.ui-state-focus {
    background-color: #DDD;
}

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

/* width */
.ui-autocomplete::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #888;
}

.ui-state-active {
    color: #007bff !important;
}

.ui-menu-item-wrapper {
    color: #212529;
}






/* Reddem History */

.bg-color-list {
    background-color: #dfdfdf42;
    padding: 14px 16px !important;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.top-part-redeem {
    padding-bottom: 1rem;
}


.top-part-redeem span {
    color: #ee3137;
    font-size: 14px;
    font-weight: 500;
}



/* ///////////////////////////// */



@media (max-width: 2400px) {
    .right_pro_spec {
        margin-left: 3.5rem;
    }
}

@media (max-width: 1600px) {
    .right_pro_spec {
        margin-left: 2.7rem;
    }
}

@media (min-width: 992px) {

    .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused,
    .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover {
        width: 235px;
        overflow: hidden;
    }
}

.main-footer {
    z-index: 0 !important;
}

.header_nav_icon .dropdown-menu {
    left: -19rem !important;
    min-width: 20rem !important;
}

.notificationHeaderList{
    min-height: auto;
    max-height: 350px;
    overflow-y: auto;
}


.dropdown-item-notify{
    padding: 1rem;
}

.header_nav_icon .dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    padding-right: 0 !important;
}

.header_nav_icon .dropdown-toggle:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}


.header_nav_icon .dropdown-toggle:focus {
    background-color: transparent !important;
    border-color: transparent !important;
}

.header_nav_icon .dropdown-toggle::after {
    content: none !important;
}


.header_nav_icon .dropdown-menu .dropdown-item:hover {
    color: #f7b029 !important;
}

.notify-btn {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-top: 25px;
}

.notify-btn .view-btn {
    margin-right: 0.5rem;
    font-weight: 400;
    font-size: 1rem;
}

.notify-btn .delete-btn {
    margin-right: 1.8rem;
    font-weight: 400;
    font-size: 1rem;
}

.timeline {
    position: static !important;
    margin-bottom: 30px !important;
}

.timeline {
    margin: 0 0 45px !important;
    padding: 0 !important;
}

.timeline::before {
    background-color: #256bb775 !important;
}


.select-notify {
    position: absolute !important;
    left: 3.7rem !important;
    top: -2.8rem !important;
    color: #515152cf !important;
    font-weight: 400 !important;
}

.readmore-btn {
    margin-bottom: 20px !important;
}

.check-notify,
.device-preview-title,
.dt-control,
.icon-notify,
.nu-list,
.readmore-btn {
    text-align: center !important;
}

.timeline .timeline-item {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 0 2px rgb(0 0 0 / 2%) !important;
    background-color: #fff !important;
}

.timeline-header {
    border: none !important;
    display: flex;
    align-items: center;
}

.timeline-item .timeline-header {
    color: #343a40 !important;
    border-color: transparent !important;
}

.timeline-header a {
    color: #0d6efd !important;
    margin: 0 0.5rem;
}

.timeline-header a:hover {
    color: #ee3137 !important;
}

.btn-icon-notify {
    padding: 0.2rem 0.5rem;
    font-size: .75rem;
}

.timeline::before {
    background-color: #256bb775 !important;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box !important;
    padding: 0 !important;
}


.check-notify {
    border-radius: 50% !important;
    font-size: 16px !important;
    height: 20px !important;
    left: 43px !important;
    line-height: 30px !important;
    position: absolute !important;
    top: 2.2rem !important;
    width: 20px !important;
}

.all-check-notify {
    top: -2.7rem !important;
    margin-top: 0 !important;
}




.check-notify,
.device-preview-title,
.dt-control,
.icon-notify,
.nu-list,
.readmore-btn {
    text-align: center !important;
}

.icon-notify {
    width: 45px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #aeb0b1;
}

.timeline-header .time {
    margin-left: auto;
    font-size: 14px;
}

.update_btn:hover{
    color:#000 !important;
}

.order_summary,.sales_summary {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 15px;
    z-index: 99;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.customer-ledge-btns{
    display: flex;
    align-items: center;
}

.table-small-font td{
    padding: 2px !important;
    text-align: left !important;
}

.customer-image{
    background-color: #f5f5f5;
    min-width: 250px;
    min-height: 250px;
    border: 1px solid #adadad;
    border-radius: 5px;
}

.report-cust-ledge{
    flex-wrap: wrap;
    justify-content: flex-start;
}

.report-image{
    width: 25%;
}

.report-info{
    width: 70%;
}

.report-info h6{
    margin-bottom: 20px;
}

.customer-ledger-table-mob tr td{min-width: 150px;}

.customer-ledger-table-mob tr td:first-child, .customer-ledger-table-mob tr td:nth-child(5), .customer-ledger-table-mob tr td:nth-child(6){
    min-width: 40px;
}

.customer-ledger-table-mob tr td:nth-child(4){
    min-width: 200px;
}

.dashboard-actioin-btn button a{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.dashboard-actioin-btn button.btn-warning a{
    color: #000;
}

.view_user_data tr td{
    padding-left: 0;
}

.view_user_data .second-table{
    margin-left: 50px;
}

.dashboard-actioin-btn button a:hover{
    color: #fff !important;
}

.dashboard-actioin-btn button[disabled]{
    background-color: #aba9a9 !important;
    border: 1px solid #353535 !important;
    color: #000 !important;
}

.dashboard-actioin-btn button[disabled] a{
    color: #000 !important;
    font-weight: 600;
}

.dashboard-btn-bx.box-one{
    background-color: #085f36;
    color: #FFF;
    border: 1px solid #e4e4e4;
}

.dashboard-btn-bx.box-two{
    background-color: #f28e2c;
    color: #FFF;
    border: 1px solid #e4e4e4;
}

.dashboard-btn-bx.box-three{
    background-color: #256BB7;
    color: #FFF;
    border: 1px solid #e4e4e4;
}

.pagination{
    flex-wrap: wrap;
}

.pagination .page-item{
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 1350px){
    .report-image{
        width: 30%;
    }
    .report-info{
        width: 60%;
    }
}

@media only screen and (max-width: 991px){
    .dash-toitl-amt-bx{
        padding: 0 10px !important;
    }
    .bg-clr{
        width: 90%;
    }
    .report-cust-ledge{
        justify-content: center;
    }
    .report-image, .report-info{
        width: 100%;
    }
    .report-info{
        display: flex;
        flex-wrap: wrap;
        padding: 0 5px;
    }

    .report-info h6{
        width: 50%;
        margin-bottom: 0;
        border: 1px solid #e4e4e4;
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 675px){
    .view_user_data{
        display: flex;
        padding: 10px 70px !important;
        margin: 0 !important;
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }
    .view_user_data table{
        text-align: left;
        display: flex;
        justify-content: center;
        width: 100% !important;
    }
    .view_user_data .second-table{
        margin-left: 0 !important;
    }
    .user-card-info-bx .text{
        font-size: 24px;
        text-align: center !important;
        padding: 30px 70px 90px !important;
    }
    .user-card-info-bx .user-prof-dtls{
        flex-direction: column;
        margin-top: 25%;
        align-items: center;
    }
    .mycls1{
        width: auto;
    }
    .mycls2{
        width: 100% !important;
        margin-top: 50px !important;
        text-align: center;
    }
    .second-table{
        margin-top: 15px;
    }
    .mycls1 img{
        bottom: -100px !important;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    }
    .customer-ledge-btns{
        flex-wrap: wrap;
    }
    .report-info h6{
        width: 100%;
    }
    .customer-ledge-btns .form-float-style{
        width: 100%;
        margin: 0 !important;
    }

    .customer-ledge-title h1{
        font-size: 18px;
    }
    .customer-ledge-title h6{
        font-size: 14px;
    }
    .q-a, .breadcrumb-style, .inline-res-form{
        flex-wrap: wrap;
    }

    .breadcrumb-style .breadcrumb-btn{
        margin-top: 10px;
    }

    .content-header .row.mb-4.mt-2{
        margin-bottom: 0 !important;
    }
    .viewData table{
        width: 100%;
    }
    .viewData th{
        width: 50%;
    }
    .content .container-fluid .row .container{
        padding: 0 !important;
    }
    .dark-mode .table.table-head-fixed thead tr:nth-child(1) th{
        padding: 10px 5px !important;
    }
    .card-filter .row{
        flex-wrap: wrap;
    }

    .card-filter .filter-form{
        flex: auto;
    }
    .company_name{
        font-size: 20px !important;
    }
    .collection_report{
        font-size: 18px !important;
    }
    .discount h3{
        font-size: 14px !important;
    }
    .table-small-font td{
        font-size: 14px !important;
        font-weight: 500 !important;
        padding: 2px !important;
    }
}


@media only screen and (max-width: 575px){
    .pagination .page-item{
        margin-bottom: 10px;
    }
}