:root {
    scroll-behavior: smooth;
}
body {
    font-family: "Open Sans", sans-serif;
    background: #ffff;
    color: #333333;
}
a {
    color: #4154f1;
    text-decoration: none;
}
a:hover {
    color: #717ff5;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
}
p {
    margin-bottom: 0;
}
.form-group {
    position: relative;
}
.form-group input:focus,
.form-group input:hover {
    outline: 0;
}
.form-control:focus {
    box-shadow: none !important;
    border-color: #D44145;
}
.form-group input:-internal-autofill-selected {
    background-color: #fff !important;
}
textarea.form-control {
    min-height: 100px;
}
.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:focus-visible {
    box-shadow: none;
}
/* header css */
.header_topfixed {
    height: 60px;
}
.header {
    transition: all 0.5s;
    z-index: 997;
    background-color: #f6f6f8;
    padding: 0 15px;
    height: 60px;
    border-bottom: 1px solid #DFDFDF;
}
.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #363636;
}
.toggle-sidebar #main,
.toggle-sidebar #footer {
    margin-left: 0;
}
.toggle-sidebar .sidebar {
    left: -230px;
}
.header-nav ul {
    list-style: none;
}
.header-nav>ul {
    margin: 0;
    padding: 0;
}
.header-nav .dropdown-menu li {
    border-bottom: 1px solid #DFDFDF;
}
.header-nav .dropdown-menu li:last-child {
    border-bottom: none;
}
.header-nav .nav-icon {
    font-size: 20px;
    color: #363636;
}
.header-nav .nav-link {
    padding: 0.5rem 1rem;
}
.header-nav .nav-profile {
    color: #363636;
}
.header-nav .nav-profile img {
    max-height: 36px;
}
.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}
.header-nav .badge-number {
    position: absolute;
    inset: 4px 6px auto auto;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 6px;
}
.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: 0.3s;
    cursor: pointer;
}
.header-nav .notifications .notification-item i {
    margin-right: 15px;
    font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.header-nav .notifications .notification-item p {
    font-size: 12px;
    margin-bottom: 3px;
    color: #404040;
}
.header-nav .notifications {
    min-width: 300px;
    max-height: 500px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
}
.header-nav .notifications::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #fff;
}
.header-nav .notifications::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}
.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}
.header-nav .profile .dropdown-header span {
    font-size: 12px;
}
.header-nav .profile .dropdown-item {
    font-size: 13px;
    padding: 9px 15px;
    transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 16px;
    line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}
.dropdown-menu {
    border-radius: 3px;
    padding: 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: left;
    font-size: 14px;
    padding: 7px 20px 10px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}
.dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
}
@-webkit-keyframes dropdown-animate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    0% {
        opacity: 0;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    0% {
        opacity: 0;
    }
}
/* body css */
#main {
    padding: 15px;
    transition: all 0.3s;
    position: relative;
}
#main,
#footer {
    margin-left: 230px;
}
.pagetitle_breadcrumb {
    display: flex;
    justify-content: space-between;
}
.section_back_btns .btn {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 3px;
    line-height: 20px;
}
.section_back_btns a .bi {
    margin-right: 3px;
}
.section_back_btns.invoice_btttns {
    display: flex;
    align-items: flex-start;
}
.section_back_btns.invoice_btttns form {
    margin-right: 5px;
}
.section_back_btns.invoice_btttns a {
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.section_back_btns.invoice_btttns a:last-child {
    margin-right: 0;
}
.section_back_btns.invoice_btttns a .bi {
    font-size: 14px;
    margin-right: 5px;
}
.breadcrumb {
    font-size: 12px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}
.pagetitle h1,
.pagetitle_breadcrumb .wallet_container h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase;
}
.pagetitle_breadcrumb .wallet_container h4 .bi {
    margin-right: 3px;
    color: #0088d4;
}
.pagetitle_breadcrumb .wallet_container p {
    color: #51678f;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
}
.pagetitle_breadcrumb .wallet_container p span {
    font-weight: 700;
    margin: 0 2px;
}
/* login page css */
.login_container {
    background-color: #f5f7f9;
    height: 100vh;
    position: relative;
}
.login_container .login_form_div {
    height: auto;
    width: 430px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 30px;
    border-radius: 10px;
}
.login_form_div .cmpy_logo {
    text-align: center;
    margin-bottom: 25px;
    height: 50px;
}
.login_form_div .cmpy_logo img {
    max-width: 100%;
    height: 100%;
}
.login_input_Form .input-group-append {
    width: 60px;
    background-color: #daa32d;
    margin-left: 0;
    border-radius: 5px 0 0 5px;
}
.login_input_Form .input-group-append .input-group-text {
    border: none;
    background: linear-gradient(to right, #DF4979 0%, #E36B31 100%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    height: 100%;
}
.login_input_Form .input-group-append .input-group-text .bi {
    color: #fff;
    font-size: 26px;
}
.login_input_Form .form-group {
    margin-bottom: 30px;
}
.login_input_Form .form-control {
    color: #09141a;
    font-size: 16px;
    font-weight: 500;
    border-left: 0;
    border-color: #D44145;
    border-radius: 0 5px 5px 0;
    height: 56px;
    font-family: sans-serif;
    background-color: #f5f7f9;
}
.login_input_Form .form-control:focus {
    border-color: #D44145 !important;
}
.form-control[type='text']::-webkit-input-placeholder {
    color: #767676;
}
.login-submit-btn .submit-btn {
    height: 56px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    background-color: #253237;
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: 100%;
    border-radius: 5px;
    transition: all 0.4s ease-in-out 0s;
}
.login-submit-btn .submit-btn:hover {
    background-color: #D44145;
}
.login_input_Form .form-group.text-end {
    margin-bottom: 0;
}
.form-group .btn-resend-otp {
    border: none;
    background-color: #fff;
    margin-top: 10px;
    text-decoration: underline;
    color: #4154f1;
    float: right;
    display: none;
}
#ResendTimmer {
    margin-top: 10px;
    text-align: right;
    color: #4154f1;
}
/* login page css end */
/* index page css */
.card {
    margin-bottom: 24px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
    overflow: hidden;
}
.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}
.card-title {
    padding: 20px 0 5px 0;
    font-size: 16px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}
.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}
.card-body {
    padding: 0 20px 20px 20px;
}
#chart_padding {
    padding: 0 8px 20px 8px;
}
.dashboard .info-card {
    padding-bottom: 10px;
}
.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}
.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}
.dashboard .danger-card .card-icon {
    color: #dc3545;
    background: #FFF5E0;
}
/* sidebar css */
.logo {
    line-height: 1;
}
.logo {
    width: 215px;
    height: 38px;
}
.logo img {
    max-height: 100%;
    max-width: 100%;
}
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 230px;
    z-index: 996;
    transition: all 0.3s;
    padding: 0px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 10px rgba(1, 41, 112, 0.1);
    background-color: #f6f6f8;
}
.sidebar::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #fff;
}
.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}
.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-nav .nav-item {
    border-bottom: 1px solid #DFDFDF;
}
.sidebar-nav .nav-item:last-child {
    border-bottom: none;
}
.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #79155B;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #535766;
    background: transparent;
    padding: 10px;
    border-radius: 0px;
}
.sidebar-nav .nav-link i {
    font-size: 12px;
    margin-right: 10px;
    color: #535766;
}
.sidebar-nav .nav-link.collapsed {
    color: #787f87;
    background: transparent;
}
.sidebar-nav .nav-link.collapsed i {
    color: #787f87;
}
.sidebar-nav .nav-link.active i {
    color: #253237;
}
.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
}
.sidebar-nav .nav-link .bi-chevron-up {
    margin-right: 0;
}
.sidebar-nav .nav-content {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-item.menu ul {
    display: none;
}
.sidebar-nav .nav-content .multilevel_menu {
    padding: 0px 0px 0px 20px;
}
.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #535766;
    padding: 7px 10px 7px 20px;
    transition: 0.3s;
    cursor: pointer;
    white-space: nowrap;
}
.sidebar-nav .nav-content a i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}
.sidebar-nav .nav-content a .badge-number {
    margin-left: auto;
    font-size: 10px;
    font-weight: 600;
}
.sidebar-nav .nav-content a.active {
    color: #253237;
    font-weight: 600;
}
/* footer css */
.footer_fixed {
    height: 50px;
}
.footer {
    padding: 15px 0;
    font-size: 13px;
    transition: all 0.3s;
    border-top: 1px solid #DFDFDF;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #f6f6f8;
    height: 50px;
}
.footer .copyright {
    text-align: center;
    color: #012970;
}
/* new css start */
.section {
    background-color: #fff;
}
#page_alert {
    padding: 8px;
    font-size: 14px;
    border-radius: 3px;
}
.section .section-title {
    font-size: 15px;
    font-weight: 500;
    color: #79155B;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
    padding-bottom: 2px;
}
.section .section-title .bi {
    margin-right: 5px;
    font-size: 18px;
}
.section .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #79155B;
    opacity: 0.5;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.Admin_Input_Form .form-group .form-label {
    font-size: 13px;
    margin-bottom: 3px;
    color: #181818;
    font-weight: 600;
}
.Admin_Input_Form .selected_key {
    font-size: 13px;
    color: dodgerblue;
    font-weight: 600;
    width: 100%;
    border: 1px dashed #e5e5e5;
    margin-top: 10px;
    padding: 5px;
    border-radius: 3px;
}
.Admin_Input_Form .form-group .form-label span {
    color: #fa1d05;
}
.Admin_Input_Form .form-check {
    margin-bottom: 15px;
}
.form-check-input {
    border: 1px solid #181818;
}
.form-check-input[type=checkbox] {
    border-radius: 3px;
}
.Admin_Input_Form .form-check .form-control {
    font-size: 14px;
    color: #181818;
    font-weight: 600;
    border: none;
    padding: 0;
    background-color: #fff;
}
.Admin_Input_Form .form-check .form-control.Coupon {
    font-weight: 600;
    color: #535766;
    font-size: 13px;
}
.Admin_Input_Form .form-group {
    margin-bottom: 15px;
}
.form-check-input:focus {
    border-color: #86b7fe;
    box-shadow: none;
}
.Admin_Input_Form .form-group .Input_msg {
    width: 100%;
    font-size: 12px;
    color: #fa1d05;
    font-weight: 600;
}
.Admin_Input_Form .form-group .form-control {
    font-size: 13px;
    color: #535766;
    font-weight: 600;
    height: 42px;
    border-radius: 3px;
    line-height: 30px;
    border: 1px solid #DFDFDF;
}
.Admin_Input_Form .form-group .form-control:focus {
    border-color: #D44145;
}
.Admin_Input_Form .form-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
    width: 100%;
}
.Admin_Input_Form .form-submit-btn .upload_btn {
    min-width: 145px;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    line-height: 30px;
    width: 100%;
    background-color: #253237;
    border: none;
    border-radius: 3px;
    transition: all 500ms ease;
    color: #fff;
}
.Admin_Input_Form .form-submit-btn .btn-success {
    background-color: #198754;
    margin-right: 15px;
}
.Admin_Input_Form .form-submit-btn .btn-danger {
    background-color: #b02a37;
}
.Admin_Input_Form .discard_btn,
.productimgbtn{
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    line-height: 30px;
    width: 100%; 
    border: none;
    border-radius: 3px;
}
.Admin_Input_Form .form-submit-btn .upload_btn:hover {
    background-color: #D44145;
    transition: all 500ms ease;
}
.productinputform {
    border: 1px dashed #ccc;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f2f7f5;
}
.Admin_Input_Form .productinputform {
    padding: 15px 15px 0 15px;
}
.card-body .productinputform:last-child {
    margin-bottom: 0;
}
.Admin_Input_Form.productinputform .form-submit-btn .upload_btn {
   width: 150px;
}
.Admin_Input_Form.productinputform .form-check .form-control,
.productinputform .Admin_Input_Form .form-check .form-control {
    background-color: transparent;
}
.poductsizecontainer {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.poductsizecontainer label {
    color: red;
    font-weight: 600;
    font-size: 14px;
}
.poductsizecontainer span {
    margin-left: 30px;
    margin-bottom: 0;
    height: 20px;
    width: 40px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: antiquewhite;
    border-radius: 3px;
    line-height: 14px;
    font-weight: 600;
}
/* new css end */
.message_box {
    position: fixed;
    top: 61px;
    right: 10px;
    z-index: 99;
}
.message_box .alert {
    border-radius: 3px;
    margin-bottom: 0;
    padding: 8px;
    font-size: 14px;
}
.edit-delete-btn {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.edit-delete-btn a {
    margin-right: 5px;
}
.edit-delete-btn a:last-child {
    margin-right: 0;
}
.edit-delete-btn .btn-delete,
.edit-delete-btn .btn-edit,
.edit-delete-btn .btn-view,
.edit-delete-btn input {
    padding: 0 5px;
    height: auto;
    font-size: 12px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.edit-delete-btn.onlyiconsbtns a {
    padding: 2px 8px;
}
.edit-delete-btn .btn-delete {
    background-color: #fa1d05;
    color: #fff;
}
.edit-delete-btn .btn-view {
    background-color: #012970;
    color: #fff;
}
.edit-delete-btn .btn-edit {
    background-color: #ffc107;
    color: #000;
}
.edit-delete-btn .bi {
    margin-right: 3px;
}
.edit-delete-btn.onlyiconsbtns .bi {
    margin-right: 0;
    font-size: 14px;
}
.section .table tbody tr td .LoginStatusBadge {
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 100%;
}
.btn-pair {
    display: inline-block;
    margin-top: 10px;
    background-color: darkolivegreen;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
}
.btn-pair:hover {
    color: #fff;
}
.productinfo {
    display: flex;
    max-width: 500px;
}
.productinfo a {
    height: 70px;
    width: 60px;
    margin-right: 5px;
    border-radius: 3px;
}
.productinfo a img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.productinfo .proinfocontent {
    width: calc(100% - 60px);
}
.proinfocontent h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.proinfocontent .size_sku_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proinfocontent p {
    font-weight: 500;
    font-size: 13px;
}
.proinfocontent p span {
    font-weight: 600;
}
/* toggle button css start */
.toggle-switch {
    width: 50px;
    height: 22px;
    position: relative;
    display: block;
}
.toggle-switch input {
    display: inline-block;
    position: relative;
    z-index: 999;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.toggle-switch .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 28px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}
.toggle-switch input[type=checkbox]+.slider::before,
.itemsaletoggle .slider::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 28px;
    transform: translateX(-28px);
    transition: .4s;
}
.toggle-switch input[type=checkbox]:checked+.slider::before {
    transform: translateX(28px);
    background: limeGreen;
}
.toggle-switch input[type=checkbox]:checked+.slider {
    box-shadow: 0 0 0 2px limeGreen, 0 0 2px limeGreen;
}
/* tab css */
.Add_Product_Tab .nav-tabs {
    justify-content: space-between;
    border-bottom: none;
    margin-bottom: 30px;
}
.Add_Product_Tab .nav-tabs .nav-item {
    width: 33.333%;
}
.Add_Product_Tab .nav_tabs_four .nav-item {
    width: 25%;
}
.Add_Product_Tab .nav-tabs .nav-item:first-child .tab-link {
    border-left: 1px solid #DFDFDF;
}
.Add_Product_Tab .nav-tabs .nav-item .tab-link {
    display: block;
    padding: 8px;
    text-align: center;
    background-color: #f4f6f9;
    border-bottom: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    color: #535766;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.Add_Product_Tab .nav-tabs .nav-item:last-child .tab-link.active{
     border-right: none;
}
.Add_Product_Tab .nav-tabs .nav-item .tab-link.active {
    background-color: #fff;
    border-bottom: none;
    border-left: none;
    color: #D44145;
    font-weight: 500;
}
.Add_Product_Tab .tab-content .card {
    box-shadow: none;
    margin-bottom: 0;
}
.Add_Product_Tab .tab-content .card .collapse {
    display: block;
}
.Add_Product_Tab .tab-content .card .card-body {
    padding: 0;
}
.tab-content .card .card-body form .hidden_container {
    opacity: 0;
    height: 0;
    padding: 0;
}
.Admin_Input_Form .form-group .form_img_DIV {
    height: 50px;
    width: 100px;
    margin-top: 5px;
    display: block;
}
.Admin_Input_Form .form-group .form_img_DIV img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
}
.Admin_Input_Form .input_file {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.Admin_Input_Form .form-group .updateimg_input {
    opacity: 0;
    position: absolute;
    padding: 0;
    border: 0;
}
.Admin_Input_Form .choose_file_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    background-color: #800080;
    color: white;
    font-size: 13px;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    transition: 500ms all;
    height: 42px;
    font-weight: 600;
    border-radius: 3px 0 0 3px;
}
.Admin_Input_Form .image_path {
    width: calc(100% - 90px);
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0 3px 3px 0;
    font-size: 13px;
    height: 42px;
    padding: 5px;
    color: #444444;
    font-weight: 600;
}
.shipdaysdiv {
    display: none;
}
.all_check_box_select {
    text-align: right;
    margin-bottom: 15px;
}
.all_check_box_select .form-check {
    display: inline-block;
    background-color: #f7db88;
    padding: 5px 5px 5px 30px;
    border-radius: 3px;
    margin-bottom: 0;
}
.all_check_box_select .form-check .form-check-label {
    font-size: 13px;
    font-weight: 500;
    color: #664d03;
    font-family: "Poppins", sans-serif;
}
.itemreturnimg {
    padding: 15px;
    margin-bottom: 0;
}
#product_edit form:last-child {
    margin-top: 40px;
}
#product_edit .Admin_Input_Form .form-group {
    margin-bottom: 0;
}
#product_edit .Admin_Input_Form .form-submit-btn {
    margin-top: 0;
    height: 100%;
}
#product_edit .Admin_Input_Form .form-submit-btn .upload_btn {
    width: auto;
}
#inlineform form .row .col-sm-12:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
#inlineform .Admin_Input_Form .form-submit-btn .upload_btn {
    min-width: 100%;
}
#formwrap {
    margin-bottom: 15px;
}
.variants_btttns {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.variants_btttns .btn {
    border-radius: 3px;
    width: 15%;
    font-size: 15px;
    font-weight: 600;
    padding: 9px;
}
.variants_btttns .btn:first-child {
    margin-right: 15px;
}
/* details css start */
.section .details_container {
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    margin-bottom: 24px;
}
.section .row .col-sm-12 .details_container {
    margin-bottom: 24px;
}
.section .row .col-sm-12:last-child .details_container {
    margin-bottom: 0;
}
.section .details_container:last-child {
    margin-bottom: 0;
}
.details_container .details_header {
    background-color: #f4f6f9;
    border-radius: 3px 3px 0 0;
    padding: 12px;
    border-bottom: 1px solid #DFDFDF;
}
.section .details_header .section-title {
    margin-bottom: 0;
}
.status_change_dropdown .table {
    border: none;
    border-bottom: 1px solid #DFDFDF;
}
.returnimg_data {
    padding: 15px;
}
.returnimg_data .form-submit-btn {
    justify-content: center;
}
.returnimg_data .form-submit-btn .upload_btn {
    width: auto;
    line-height: 28px;
}
.return_status_change {
    padding: 10px 20px;
}
.returnacceptform {
    display: none;
}
.returnrejectform {
    display: none;
}
.details_card_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DFDFDF;
}
.details_body .details_card_flex:last-child {
    border-bottom: none;
}
.details_card {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    width: 50%;
}
.section .row .col-xl-6 .details_card {
    width: 100%;
}
.details_card label {
    font-size: 14px;
    margin-bottom: 0;
    width: 220px;
    color: #777;
    display: flex;
    align-items: center;
}
.details_card label span {
    background-color: #C23373;
    color: #fff;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 15px;
}
.details_card h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    width: calc(100% - 230px);
    word-break: break-all;
    color: #363636;
}
.details_card h5 .badge {
    font-size: 12px;
    border-radius: 3px;
    line-height: 13px;
}
.details_card .form-control {
    width: calc(100% - 230px);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    height: 34px;
    border-radius: 3px;
}
.details_card.flexx_carrd {
    justify-content: center;
}
.details_card.flexx_carrd .document_img {
    display: block;
    height: 130px;
    width: 150px;
    border: 1px solid #e5e5e5;
    margin-right: 15px;
    border-radius: 3px;
    text-align: center;
}
.details_card.flexx_carrd .document_img.height_80 {
    height: 80px;
}
.details_card.flexx_carrd .document_img:last-child {
    margin-right: 0;
}
.details_card.flexx_carrd .document_img img {
    max-width: 100%;
    height: 100%;
    border-radius: 3px;
}
.listingimgflex {
    display: flex;
}
.listingimgflex .listingimage {
    height: 100px;
    width: 100px;
    margin-right: 10px;
}
.listingimgflex .listingimage img {
    max-height: 100%;
    max-width: 100%;
}
.order_details_update {
    padding: 10px;
    text-align: center;
}
.order_update_btn {
    background-color: #253237;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px 15px;
    width: 150px;
    height: 38px;
    display: block;
    text-align: center;
}
.order_update_btn:hover {
    color: #fff;
}
.customized_table {
    margin-bottom: 0;
    border: none;
}
.customized_table tbody tr {
    border-bottom: none;
    border-top: 1px solid #DFDFDF;
}
.customized_table tbody tr td,
.customized_table thead tr th {
    border: none;
    border-right: 1px solid #DFDFDF;
    font-size: 14px;
    padding: 10px 20px;
    white-space: nowrap;
}
.customized_table thead tr th,
.customized_table tbody tr td.col_span b {
    font-family: "Nunito", sans-serif;
}
.customized_table tbody tr td:last-child,
.customized_table thead tr th:last-child {
    border-right: none;
    text-align: right;
}
.customized_table tbody tr td span {
    margin-right: 3px;
}
.customized_table tbody tr td.col_span {
    text-align: right;
}
.details_body .changestatusform {
    padding: 10px 20px;
}
.changestatusform .order_dropdown {
    border: 2px solid #777;
    border-radius: 3px;
    font-weight: 600;
    color: #404040;
    padding: 0 10px;
    background-color: #f5f7f9;
    font-size: 13px;
    height: 38px;
    width: 100%;
}
.changestatusform .form-group .form-control {
    font-size: 13px;
    color: #535766;
    font-weight: 600;
    height: 38px;
    border-radius: 3px;
    border: 2px solid #777;
}
.changestatusform .order_update_btn {
    width: 100%;
}
.changestatusform textarea,
.returnrejectform textarea {
    width: 100%;
    border: 2px solid #777;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px;
    min-height: 80px;
    margin: 15px 0;
}
textarea:focus-visible {
    outline-color: #777;
}
.order_details_card .order_dropdown:focus-visible {
    outline: none;
}
.Add_Product_Tab.new_order_tab .nav-tabs .nav-item {
    width: 33.33333%;
}
#ScanBARCODE .modal-content {
    border-radius: 3px;
    background-color: #f1f3f6;
}
#ScanBARCODE .modal-content .modal-header {
    padding: 15px 15px 0 15px;
    background-color: #f1f3f6;
    border-bottom: none;
}
#ScanBARCODE .modal-content .modal-body {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
}
#ScanBARCODE .modal-content .modal-body .barcode_icon {
    display: block;
    margin-bottom: 10px;
}
#ScanBARCODE .modal-content .modal-body .barcode_icon .bi {
    color: #012970;
    font-size: 50px;
}
#ScanBARCODE .modal-content .modal-body .modal-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #012970;
}
#ScanBARCODE .modal-content .modal-header .btn-close {
    width: 30px;
}
#ScanBARCODE .modal-body .barrcoddd {
    width: 0;
    height: 0;
    border: 0;
    background-color: #fff;
    padding: 0;
    color: #fff;
}
#BarcodeToPrint {
    border: 1px solid #DFDFDF;
    border-bottom: none;
}
#BarcodeToPrint tr td {
    margin-right: 20px;
}
#BarcodeToPrint tr td .barcode_num {
    width: 180px;
    display: block;
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: 5px;
    font-weight: 600;
}
.admin_profilepic {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 100%;
}
.admin_profilepic img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.admin_profile_update {
    background-color: #fff;
    padding: 15px;
}
.admin_profile_update .row .col-sm-12 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 12px;
}
.admin_profile_update .form-group .paasword-icon {
    position: absolute;
    right: 5px;
    top: 52%;
    width: 18px;
    cursor: pointer;
    z-index: 99;
}
.multiple_offers_div h5 {
    font-size: 14px;
    color: #444444;
    font-weight: 700;
    margin-bottom: 3px;
}
.multiple_offers_div p {
    font-size: 13px;
    color: #444444;
    font-weight: 600;
}
/* order view edit page css end */
/* select 2 css */
.select2-container {
    display: block;
    width: auto !important;
    z-index: 99999;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    min-height: 42px;
    border-color: #DFDFDF;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 3px;
    min-height: 42px;
    border-color: #DFDFDF;
    font-size: 13px;
    color: #535766;
    font-weight: 600;
}
:focus-visible {
    outline: none;
}
/* print btns css */
.MIS_Table .dt-buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.MIS_Table .dt-buttons .buttons-csv {
    display: none;
}
.MIS_Table .dt-buttons .dt-button {
    border: none;
    font-size: 14px;
    font-weight: 500;
    width: 70px;
    height: 30px;
    background-color: #198754;
    border-radius: 3px;
    color: #fff;
}
/* coupon assign */
.coupon_assign_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.coupon_assign_flex a {
    display: block;
    min-width: 150px;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px 15px;
    font-weight: 500;
}
.coupon_assign_flex .btn-primary {
    margin-right: 15px;
}
.border-right_2px {
    border-right: 2px solid #e5e5e5;
}
.business_details_div,
.amountdiscountdiv,
.percentagediscountdiv {
    display: none;
}
.Affiliate_Modal .modal-content {
    border-radius: 3px;
}
.Affiliate_Modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #f1eded;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 3px 3px 0 0;
}
.Affiliate_Modal .modal-header .modal-title {
    font-size: 18px;
    font-weight: 700;
}
.Affiliate_Modal .modal-body .modal-body-title {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}
.Affiliate_Modal .modal-header .btn-close {
    width: 15px;
    height: 15px;
    background-size: 15px;
}
.Affiliate_Modal .modal-body {
    padding: 15px;
}
.modalbtnflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modalbtnclose,
.modalbtnflex .upload_btn {
    border-radius: 3px;
    font-size: 15px;
    height: 40px;
    width: 48%;
}
.affiliatecoupons .card {
    padding: 15px;
    text-align: center;
}
.affiliatecoupons .card-icon {
    margin: 0 auto;
}
.affiliatecoupons .coupon-content {
    justify-content: space-between;
    margin: 20px 0;
}
.affiliatecoupons .coupon-content .card-title {
    padding: 8px;
    border: 1px dashed #e5e5e5;
    border-radius: 3px;
    text-align: center;
    width: 48%;
    margin-bottom: 0;
}
.affiliatecoupons .coupon-content .card-title span {
    display: block;
    margin-bottom: 5px;
}
.affiliatecoupons .card-body a {
    display: inline-block;
    text-decoration: underline;
}
.affiliate_pay_btn {
    align-items: flex-end;
}
.affiliate_pay_btn .btn {
    width: 175px;
    margin-right: 50px;
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 600;
}
.affiliate_pay_btn .btn:last-child {
    margin-right: 0;
}
.affiliate_pay_btn .payment_duedate {
    margin-right: 20px;
    width: 200px;
}
.affiliate_pay_btn .payment_duedate .form-label {
    font-size: 13px;
    margin-bottom: 3px;
    color: #181818;
    font-weight: 600;
}
.affiliate_pay_btn .payment_duedate .form-control {
    font-size: 13px;
    color: #535766;
    font-weight: 600;
    height: 42px;
    border-radius: 3px;
    line-height: 30px;
    border: 2px solid #DFDFDF;
}
.discount_container {
    margin-top: 10px;
}
.discount_flex {
    display: flex;
}
.discount_flex .form-group {
    width: 10%;
}
.discount_flex .form-group:first-child {
    margin-right: 20px;
}
#sale_card {
    display: flex;
    flex-direction: row;
    padding: 0;
    text-align: initial;
}
#sale_card .sale_img {
    width: 250px;
}
#sale_card .sale_img img{
    max-width: 100%;
    height: 100%;
}
#sale_card .card-body {
    padding: 15px;
    text-align: center;
}
#sale_card .card-body h6 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}
#sale_card .card-body .coupon-content {
    justify-content: center;
}
#sale_card .card-body .coupon-content .card-title {
    width: 150px;
}
#sale_card .sale_flex_bttnn {
    display: flex;
    justify-content: space-between;
}
#sale_card .sale_flex_bttnn .btn {
    text-decoration: none;
    border-radius: 3px;
    font-weight: 600;
    width: 130px;
    font-size: 14px;
    padding: 8px 16px;
}
.details_body .usersaddresses {
    padding: 15px 15px 0 15px;
}
.usersaddresses .addresses_div {
    margin-bottom: 15px;
}
.addresses_div .addresscontent {
    border: 1px dashed #e5e5e5;
    padding: 10px;
    border-radius: 3px;
}
.addresscontent h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
.addresscontent p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
}
.addresscontent h5 span {
    font-size: 11px;
    font-weight: 500;
    background-color: #e2e3e5;
    color: #41464b;
    float: right;
    padding: 0 5px;
    border-radius: 3px;
}
.addresscontent .address_type {
    display: flex;
    align-items: center;
}
.addresscontent h6 {
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 15px;
}
.addresscontent h6 span {
    font-weight: 600;
}
.addresscontent .badge {
    border-radius: 3px;
    font-weight: 600;
    margin-top: 5px;
}
/* custom datatable css */
.datatable .table-responsive {
    margin-bottom: 10px;
}
.datatable .table-responsive .table {
    margin-bottom: 0;
}
.datatable_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.datatable_rows {
    display: flex;
    align-items: center;
}
.datatable_rows p {
    font-size: 14px;
}
.datatable_rows .form-group {
    margin: 0 5px;
}
.datatable_rows .form-select {
    font-size: 14px;
    border-radius: 3px;
    padding: 2px 20px 2px 5px;
    background-position: right 5px center;
    background-size: 10px 12px;
}
.datatable_search .form-control {
    font-size: 14px;
    border-radius: 3px;
    padding: 5px 8px;
}
.custom_table thead {
    background-color: #e8ebed;
}
.custom_table thead tr th {
    white-space: nowrap;
    border: none;
    font-size: 14px;
    border-right: 1px solid #dee2e6;
    font-family: "Nunito", sans-serif;
}
.custom_table thead tr th:last-child {
    border-right: none;
}
.custom_table tbody tr td {
    font-weight: 600;
    color: #404040;
    padding: 10px;
    font-size: 12px;
    border: none;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    vertical-align: middle;
}
.custom_table tbody tr td h1,
.custom_table tbody tr td h2,
.custom_table tbody tr td h3,
.custom_table tbody tr td h4,
.custom_table tbody tr td h5,
.custom_table tbody tr td h6 {
    font-size: 14px;
    font-weight: 600;
}
.custom_table tbody tr td a {
    display: inline-block;
}
.custom_table tbody tr td a img {
    border-radius: 3px;
}
.custom_table tbody tr td .badge {
    border-radius: 3px;
    font-size: 10px;
    font-weight: 600;
    padding: 3px;
}
.custom_table tbody tr td:last-child {
    border-right: none;
}
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination-container .rows_count {
    font-size: 14px;
}
.pagination {
    margin-bottom: 0;
}
.pagination .active span {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination span {
    border: 1px solid #ced4da;
    color: #337ab7;
    cursor: pointer;
    padding: 2px 10px;
    display: block;
}
/* media query start */
@media screen and (max-width: 1200px){
    #main {
        margin-left: 0;
    }
    #footer {
        margin-left: 0;
    }
    .sidebar {
        left: -230px;
    }
    .toggle-sidebar .sidebar {
        left: 0;
    }
}
@media screen and (max-width: 992px){
    .border-right_2px {
        border-right: none;
    }
    .discount_flex .form-group {
        width: 30%;
    }
}
@media screen and (max-width: 768px){
    .logo img {
        height: 50px;
    }
    .header {
        padding-left: 10px;
    }
    .pagetitle_breadcrumb {
        display: block;
        margin-bottom: 15px;
    }
    .pagetitle_breadcrumb .breadcrumb {
        margin-bottom: 5px;
    }
    .discount_flex .form-group {
        width: 49%;
    }
    .details_card_flex {
        display: block;
    }
    .details_card {
        width: 100%;
        border-bottom: 1px solid #DFDFDF;
    }
    .details_card_flex .details_card:last-child {
        border-bottom: none;
    }
    .changestatusform .form-group {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 576px){
    .pagetitle_breadcrumb.display__block {
        display: block;
    }
    .display__block .section_back_btns {
        margin-bottom: 20px;
    }
    .details_card label {
        font-size: 13px;
        width: 200px;
    }
    .details_card {
        padding: 10px;
    }
    .details_card h5 {
        font-size: 13px;
        width: calc(100% - 200px);
    }
    .details_body .changestatusform {
        padding: 10px;
    }
}
@media screen and (max-width: 480px){
    .login_container .login_form_div {
        width: 400px;
        padding: 15px;
    }
    .dropdown-menu {
        width: 100vw !important;
    }
}
@media screen and (max-width: 400px){
    .login_container .login_form_div {
        width: 380px;
        padding: 15px;
    }
}