/*
Template Name: Template Name
Author       : Author Name
Version      : 1.0
*/
/*==============================================================================
[Table of contents]
===================
  01. Theme default CSS
  02. Header Area
  03. Banner Area
==============================================================================*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p font-size: fs-rem(12px);
 * e.g. p {@include fontSize(12px);}
 *
 */
/*--------------------------------------
	- Base
----------------------------------------*/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:wght@100;300;400;700;900&display=swap");
.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/*--------------------------------------
	- Utilities
----------------------------------------*/
:root {
    --container-width: 100%;
    --container-sm: 33.75rem;
    --container-md: 45rem;
    --container-lg: 60rem;
    --container-xl: 71.25rem;
    --container-xxl: 90rem;
    --container-fluid: 100%;
    --gutter-x: 1.875rem;
    --gutter-5: 0.3125rem;
    --gutter-10: 0.625rem;
    --gutter-15: 0.9375rem;
    --gutter-20: 1.25rem;
    --gutter-25: 1.5625rem;
    --gutter-30: 1.875rem;
    --gutter-35: 2.1875rem;
    --gutter-40: 2.5rem;
    --gutter-45: 2.8125rem;
    --gutter-50: 3.125rem;
    --lato-sss: "Lato", sans-serif;
    --inter: "Inter", sans-serif;
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
    --fs-12: 0.75rem;
    --fs-13: 0.8125rem;
    --fs-14: 0.875rem;
    --fs-15: 0.9375rem;
    --fs-16: 1rem;
    --fs-17: 1.0625rem;
    --fs-18: 1.125rem;
    --fs-20: 1.25rem;
    --fs-21: 1.3125rem;
    --fs-24: 1.5rem;
    --fs-25: 1.5625rem;
    --fs-28: 1.75rem;
    --fs-30: 1.875rem;
    --fs-32: 2rem;
    --fs-35: 2.1875rem;
    --fs-40: 2.5rem;
    --fs-45: 2.8125rem;
    --hr-bg: var(--clr-black);
    --hr-width: 100%;
    --hr-height: 0.3125rem;
    --hr-gutter-y: 1.875rem;
    --hr-gutter-x: 0;
    --hr-padding: 0;
    --hr-radius: 0;
    --m: 0;
    --mt: 0;
    --mr: 0;
    --mb: 0;
    --ml: 0;
    --mx: 0;
    --my: 0;
    --m-auto: auto;
    --my-auto: auto;
    --mx-auto: auto;
    --p: 0;
    --pt: 0;
    --pr: 0;
    --pb: 0;
    --pl: 0;
    --px: 0;
    --py: 0;
    --p-auto: auto;
    --py-auto: auto;
    --px-auto: auto;
    --border-width: 0.0625rem;
    --border-style: solid;
    --border-clr: transparent;
    --border: var(--border-width) var(--border-style) var(--border-clr);
    --border-t: var(--border-width) var(--border-style) var(--border-clr);
    --border-r: var(--border-width) var(--border-style) var(--border-clr);
    --border-b: var(--border-width) var(--border-style) var(--border-clr);
    --border-l: var(--border-width) var(--border-style) var(--border-clr);
    --border-x: var(--border-width) var(--border-style) var(--border-clr);
    --border-y: var(--border-width) var(--border-style) var(--border-clr);
    --radius: 0;
    --radius-t: 0;
    --radius-r: 0;
    --radius-b: 0;
    --radius-l: 0;
    --radius-full: 50%;
    --btn-bg: transparent;
    --btn-clr: inherit;
    --btn-ff: var(--lato-sss);
    --btn-fs: var(--fs-16);
    --btn-py: 0.625rem;
    --btn-px: 1.125rem;
    --btn-my: var(--my);
    --btn-mx: var(--mx);
    --shadow: 0px 4px 46px rgba(248, 136, 8, 0.22);
    --shadow-1: 0px 10px 43px 2px rgba(0, 0, 0, 0.15);
    --clr-black: #000;
    --clr-black-1: #1a1a1a;
    --clr-black-2: #1d1d1d;
    --clr-black-3: #383838;
    --clr-black-4: #474747;
    --clr-black-5: #595252;
    --clr-black-6: #5e5e5e;
    --clr-black-7: #757575;
    --clr-black-8: #808080;
    --clr-white: #fff;
    --clr-white-1: #f2f2f2;
    --clr-white-2: #f4f4f4;
    --clr-white-3: #f5f5f5;
    --clr-white-4: #e1e1e1;
    --clr-white-5: #d2d2d2;
    --clr-white-6: #d4d4d4;
    --clr-red: #da1717;
    --clr-yellow: #ffa64d;
    --clr-green: #5cb523;
    --clr-main: #2cb9b0;
    --clr-text: #919699;
    --yellow-gradient: linear-gradient(89.66deg, #ffac34 0.29%, #ffc575 99.71%);
    --cyan-gradient: linear-gradient(89.66deg, #11e4bb 0.29%, #5afcdc 99.71%);
    --blue-gradient: linear-gradient(214.48deg, #6767ff 13.14%, #8181fd 85.12%);
    --pink-gradient: linear-gradient(228.72deg, #ff5c9d 15.67%, #fc80b2 86.39%);
    --main-gradient: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
}

/* Box sizing rules */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    font-family: var(--lato-sss);
    font-weight: 400;
    font-size: var(--fs-16);
    line-height: 1.875rem;
    text-rendering: optimizeSpeed;
    color: var(--clr-black);
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

button {
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.hr {
    background: var(--clr-black-200);
    width: 100%;
    height: 1px;
    margin: 50px 0;
    padding: 0;
    border: none;
    border-radius: 0;
    opacity: 1;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
body {
    background: #f3f3f9;
    background-size: cover;
}

img {
    width: 100%;
}

div {
    line-height: 1;
}

.disabled {
    opacity: 0.6 !important;
    pointer-events: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--lato-sss);
    color: var(--clr-text);
    font-weight: var(--fw-600);
    line-height: 1.4;
    margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2rem;
}
@media screen and (min-width: 20rem) {
    h1 {
        font-size: calc(2rem + 1.75 * ((100vw - 20rem) / 55));
    }
}
@media screen and (min-width: 75rem) {
    h1 {
        font-size: 3.75rem;
    }
}

h2 {
    font-size: 2rem;
}
@media screen and (min-width: 20rem) {
    h2 {
        font-size: calc(2rem + 0.8125 * ((100vw - 20rem) / 55));
    }
}
@media screen and (min-width: 75rem) {
    h2 {
        font-size: 2.8125rem;
    }
}

h3 {
    font-size: 1.25rem;
}
@media screen and (min-width: 20rem) {
    h3 {
        font-size: calc(1.25rem + 0.625 * ((100vw - 20rem) / 55));
    }
}
@media screen and (min-width: 75rem) {
    h3 {
        font-size: 1.875rem;
    }
}

h4 {
    font-size: 1.125rem;
}
@media screen and (min-width: 20rem) {
    h4 {
        font-size: calc(1.125rem + 0.375 * ((100vw - 20rem) / 55));
    }
}
@media screen and (min-width: 75rem) {
    h4 {
        font-size: 1.5rem;
    }
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

hr {
    background: #c2cfff;
    width: 50px;
    height: 3px;
    margin: 35px 0;
    padding: 0;
    border: none;
}
@media screen and (min-width: 768px) {
    hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

p {
    margin: 0;
    color: var(--clr-text);
}

span,
small,
a,
strong {
    color: var(--clr-text);
}

label {
    color: var(--clr-black);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.whatssale-main-section {
    padding-left: 290px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.whatssale-section-container {
    padding: 30px;
}

.swup-progress-bar {
    height: 4px;
    background-color: blue;
}

.transition-fade {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}

@-webkit-keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
/* Shine */
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/*--------------------------------------
	- Color
----------------------------------------*/
.color {
    color: var(--clr-black);
}

.text-black {
    color: var(--clr-black) !important;
}

.bg-black {
    background: var(--clr-black);
}

.text-white {
    color: var(--clr-white) !important;
}

.bg-white {
    background: var(--clr-white);
}

.text-white-3 {
    color: var(--clr-white-3) !important;
}

.bg-white-3 {
    background: var(--clr-white-3);
}

.text-yellow {
    color: var(--clr-yellow) !important;
}

.bg-yellow {
    background: var(--clr-yellow);
}

/*--
    - Margin
-------------------------------------------*/
.mt-n3 {
    margin-top: -0.4375rem;
}

.mt-n4 {
    margin-top: -0.75rem;
}

.m-auto {
    margin: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-0 {
    margin-top: 0;
}

.mt-73 {
    margin-top: 4.5625rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

@media (min-width: 768px) {
    .mt-md-n4 {
        margin-top: -0.75rem;
    }
}

.mt-30 {
    margin-top: 30px;
}

/*---
-- Padding
-------------------------------------------*/
/*----------------------------------------*/
/*  Component CSS
/*----------------------------------------*/
/*-------------------------------------------------------
21. Breadcrumb css
---------------------------------------------------------*/
.theme-btn {
    border-radius: 6px;
    min-width: 200px;
    min-height: 50px;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    outline: none;
}

.save-btn {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    ) !important;
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%) !important;
    color: #fff !important;
}

.reset-btn {
    background: transparent !important;
    border: 1px solid #fd7248 !important;
    color: #fd7248 !important;
}

.nice-select {
    line-height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nice-select::after {
    height: 10px;
    top: 43%;
    width: 10px;
}

.table-action button {
    font-size: 22px;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    display: block;
    width: 100%;
    color: #7f7f7f;
}

.table-action .dropdown-menu {
    min-width: 140px;
    padding: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 10px;
    padding: 0;
}

.table-action .dropdown-menu a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7e7e7e;
    display: block;
    padding: 10px 15px;
}
.table-action .dropdown-menu a .fa-eye {
    color: #2cb9b0;
}
.table-action .dropdown-menu a .fa-pencil-alt {
    color: #0d99ff;
}
.table-action .dropdown-menu a .fa-trash-alt {
    color: #fd7248;
}

.table-action .dropdown-menu a i {
    margin-right: 7px;
}

.table-action .dropdown-menu a:hover {
    background: #eee;
}

div.custom-dropdown-select {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
}
div.custom-dropdown-select .custom-select-btn {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    line-height: 35px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding: 6px 12px;
    cursor: pointer;
}
div.custom-dropdown-select .custom-select-btn:before,
div.custom-dropdown-select .custom-select-btn:after {
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    background: #999;
    position: absolute;
    top: 21px;
}
div.custom-dropdown-select .custom-select-btn:before {
    right: 21px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
div.custom-dropdown-select .custom-select-btn:after {
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.custom-dropdown-select ul {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    border: none;
    line-height: 1em;
    top: 100%;
    left: 0px;
    -webkit-box-shadow: 0px 0px 3px 1px #ccc;
    box-shadow: 0px 0px 3px 1px #ccc;
    padding: 0;
    width: 100%;
    margin: 0;
    z-index: 1;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    border-radius: 6px;
}
div.custom-dropdown-select ul li {
    padding: 0.8em;
    cursor: pointer;
    -webkit-transition: background 250ms;
    transition: background 250ms;
}
div.custom-dropdown-select ul li:hover {
    background: #f0f0f0;
}
div.custom-dropdown-select ul li.searchInput {
    padding: 5px;
    background: #fff;
    position: sticky;
    top: 0;
}
div.custom-dropdown-select ul li.searchInput input {
    width: 100%;
    border: 0px;
    border: 1px solid #ccc;
    padding: 6px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
}

.add-category-modal-btn {
    position: sticky;
    bottom: 0;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 0 !important;
}
.add-category-modal-btn a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 15px;
}
.add-category-modal-btn a i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    );
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
    color: #fff;
    border-radius: 50%;
}

.table-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.table-form select {
    width: auto;
}
.table-form .nice-select {
    height: 35px;
    line-height: 21px;
}

.select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 150px;
}

.table-search {
    max-width: 240px;
    width: 100%;
    position: relative;
}
.table-search .form-control {
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 30px;
    height: 35px;
}
.table-search .form-control::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
}
.table-search .form-control::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
}
.table-search .form-control:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
}
.table-search .form-control::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
}
.table-search .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
}
.table-search span {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    );
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
    border-radius: 6px;
    height: 29px;
    width: 29px;
    display: block;
    text-align: center;
    line-height: 29px;
    color: #fff;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.custom-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 16px;
    min-width: 16px;
    overflow: visible !important;
}
.custom-checkbox .text {
    position: absolute;
    left: -80px;
    display: block;
    top: -10px;
    color: #7f7f7f;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #7f7f7f;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    );
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #7f7f7f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    min-width: 40px;
}

.custom-switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: #7f7f7f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch input:checked + .slider {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    );
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
    border-color: transparent;
}

.custom-switch input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #2196f3;
    box-shadow: 0 0 1px #2196f3;
}

.custom-switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #fff;
}

/* Rounded sliders */
.custom-switch .slider.round {
    border-radius: 28px;
}

.custom-switch .slider.round:before {
    border-radius: 50%;
}

.form-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px 214px;
    grid-template-columns: auto 214px;
    gap: 30px;
}

.whatssale-form label {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    display: block;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whatssale-form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    line-height: 35px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.whatssale-form .form-control::-webkit-input-placeholder {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7f7f7f;
}
.whatssale-form .form-control::-moz-placeholder {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7f7f7f;
}
.whatssale-form .form-control:-ms-input-placeholder {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7f7f7f;
}
.whatssale-form .form-control::-ms-input-placeholder {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7f7f7f;
}
.whatssale-form .form-control::placeholder {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7f7f7f;
}

.button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.profile-photo-upload {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    height: 83%;
    padding: 20px;
}
.profile-photo-upload .profile-photo-wrapper {
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.profile-photo-upload .profile-photo-wrapper img {
    width: 100%;
    border-radius: 16px;
    -o-object-fit: fill;
    object-fit: fill;
    height: 140px;
}
.profile-photo-upload .profile-photo-wrapper .upload-btn {
    height: 40px;
    width: 40px;
    display: block;
    background: #2cb9b0;
    color: #fff;
    border: 1.5px solid #f7f7f7;
    border-radius: 8px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    z-index: 3;
}

.modal-title h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #1a1a1a;
    font-family: "Inter";
}

.form-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.form-control .form-control {
    border: none;
    height: auto !important;
    padding: 0 !important;
    width: 80% !important;
    min-height: unset;
}

.select2-container--default .select2-selection--multiple {
    min-height: 50px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
}

.select2-selection__choice {
    min-height: 30px;
    line-height: 30px;
    margin-top: 7px;
    margin-left: 7px;
    background: #eaf8f8 !important;
    border: none !important;
    color: #2cb9b0 !important;
}
.select2-selection__choice button,
.select2-selection__choice span {
    color: #2cb9b0 !important;
    border-color: #2cb9b0 !important;
}

.delete-modal-wrapper {
    text-align: center;
}
.delete-modal-wrapper h3 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1a1a1a;
}
.delete-modal-wrapper p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #7f7f7f;
}

.id-card-upload {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    width: 100%;
    height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.id-card-upload img {
    max-width: 150px;
    margin-left: 20px;
    max-height: 80px;
    height: auto !important;
    /*display: none;*/
    width: auto;
}
.id-card-upload .id-card-upload-wrapper {
    background: #f6f6f6;
    max-width: 149px;
    min-width: 149px;
    border-radius: 6px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}
.id-card-upload .id-card-upload-wrapper i {
    font-size: 30px;
    color: #484848;
}
.id-card-upload .id-card-upload-wrapper p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #484848;
    margin-top: 6px;
}
.id-card-upload .id-card-upload-wrapper svg path {
    fill: var(--clr-main);
}

.select2-container {
    width: 100% !important;
}

.payment-setting-wrapper {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 20px 30px;
}

.pl-20 {
    padding-left: 20px;
}

.ml-auto {
    margin-left: auto;
    margin-bottom: 0 !important;
}

.mr-auto {
    margin-right: auto;
}

.new-whatssale-card .tab-title {
    top: -30px;
}
.new-whatssale-card .tab-heading {
    margin-bottom: 0;
}

.w-800 {
    max-width: 800px;
}

.app-setting-list {
    min-width: 280px;
    max-width: 280px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 16px;
    padding: 25px;
    min-height: 100vh;
}
.app-setting-list ul {
    display: block;
}
.app-setting-list li {
    display: block;
}
.app-setting-list li a {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
    padding: 7px 0;
    display: block;
    position: relative;
}
.app-setting-list li a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f105";
}
.app-setting-list li a.active {
    color: #2cb9b0;
}
.app-setting-list li a.active:after {
    color: #2cb9b0;
}

.app-setting-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.app-setting-form-side {
    width: 100%;
    overflow: hidden;
}

.form-border-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-border-title h2 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1f1f1f;
}

.h-150 {
    height: 156px !important;
}

.theme-btn-sm {
    min-width: 140px;
}

.update-new-version {
    max-width: 340px;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 15px;
}
.update-new-version h4 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.update-new-version p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #7f7f7f;
}

.color-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.bg-setting {
    display: block;
    height: 100px;
    max-width: 120px;
    width: 100%;
    border-radius: 4px;
}

.theme-primary {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    );
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
}

.color-check .checkmark {
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    border-radius: 50% !important;
    height: 20px !important;
    width: 20px !important;
    background: #fff !important;
    border-color: #fff;
    display: none;
}
.color-check .checkmark:after {
    border-color: #2cb9b0 !important;
    left: 8px !important;
    top: 4px !important;
}
.color-check input:checked ~ .checkmark {
    display: block;
}

.theme-blue {
    background: #0d99ff;
}

.theme-pink {
    background: #f35da7;
}

.theme-gray {
    background: #484848;
}

.theme-white {
    background: #fff;
    border: 1px solid #2cb9b0;
}

.text-orange {
    color: #fd7248;
}

.banner-image-upload {
    max-width: 320px;
    margin: 0 auto;
    background: #f6f6f6;
    height: 100%;
    border-radius: 10px;
}
.banner-image-upload .upload-icons-wrp {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.banner-image-upload .upload-icons-wrp i {
    font-size: 20px;
}
.banner-image-upload .upload-icons-wrp p {
    color: #484848;
    font-size: 12px;
    margin-top: 10px;
}
.banner-image-upload .image-preview {
    display: none;
    width: 100%;
    height: 140px;
}

.table-img {
    height: 40px;
    max-width: 80px;
}

.flag-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1b1d21;
}
.flag-icon img {
    width: 30px;
}

.form-control span {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-permission-wrapper {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 6px;
    overflow: hidden;
}
.select-permission-wrapper .select-permission-title {
    padding: 15px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1a1a1a;
    background: #f4f4f4;
    display: block;
    position: relative;
}
.select-permission-wrapper .select-permission-title::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #484848;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.select-permission-wrapper .select-permission-title.collapsed:after {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
}
.select-permission-wrapper .card-body {
    padding: 0;
    border-radius: 0;
    border: none;
}
.select-permission-wrapper .card-body .form-control {
    border-radius: 0;
    border: none;
    border-top: 1px solid #e3e3e3;
}

.color-check {
    max-width: 120px;
}

.black-white {
    background: linear-gradient(
        268.69deg,
        #484848 0%,
        rgba(255, 255, 255, 0) 104.37%
    );
}

.add-btn-one {
    text-align: center;
    display: block;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2cb9b0;
}

.announcement-preview {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
}

.announcement-preview-content {
    max-width: 360px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 15px;
}
.announcement-preview-content h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1a1a1a;
}
.announcement-preview-content p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #7f7f7f;
}
.announcement-preview-content ul {
    padding-left: 20px;
    margin-top: 5px;
}
.announcement-preview-content li {
    list-style: disc !important;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #484848;
    margin-bottom: 5px;
}

.new-feature-btn {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #2cb9b0 !important;
    background: #eaf8f8 !important;
    border-radius: 4px;
}

.reply-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.reply-profile .icons-name {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    );
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.reply-profile .icons-name strong {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 28px;
    color: #ffffff;
}
.reply-profile .icons-name img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reply-profile h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #1a1a1a;
}
.reply-profile p {
    ont-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #7f7f7f;
}

.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
    height: 150px;
}

.ui-datepicker-prev.ui-corner-all {
    height: 28px;
    width: 20px;
}
.ui-datepicker-prev.ui-corner-all::after {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    background: var(--main-gradient);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    height: 28px;
    width: 28px;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
}

.ui-datepicker-next.ui-corner-all {
    height: 28px;
    width: 28px;
    cursor: pointer;
}
.ui-datepicker-next.ui-corner-all::after {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    background: var(--main-gradient);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    height: 28px;
    width: 28px;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
}

.left-input-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.add-reature-btn {
    min-height: 30px;
    line-height: 30px;
    margin-top: 7px;
    margin-left: 7px;
    background: #eaf8f8 !important;
    border: none !important;
    color: #2cb9b0 !important;
    margin: 0;
    padding: 5px 15px;
}

/* profile css start */
.whatssale-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.w-670 {
    max-width: 670px;
}

.theme-btn-sm {
    padding: 13px 15px;
    min-width: 150px;
    background: var(--main-gradient);
    color: #fff !important;
}

.profile-thumb {
    margin: 30px auto;
    text-align: center;
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 50%;
}

.profile-thumb .profile-img-upload-label {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #00a551;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-align: center;
    line-height: 36px;
    right: 0px;
    bottom: 0px;
}

.profile-thumb img {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    margin: 0 auto;
}

.profile-section-wrapper h4 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1f1f1f;
}

.profile-section-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    color: rgba(33, 37, 44, 0.7);
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

.profile-section-wrapper li span {
    width: 160px;
    color: #1f1f1f;
}

.profile-section-wrapper li small {
    width: 80px;
    text-align: center;
}

.pass-input-group {
    position: relative;
}

.pass-input-group img {
    max-width: 17px;
}

.pass-input-group .hide-pass {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.swiper-pagination {
    position: unset;
    text-align: center !important;
    padding: 70px 0 0;
}

.swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 0.5rem;
    background: transparent;
    border: 1px solid #f88808;
    opacity: 1;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 50%;
    text-align: center;
}
.swiper-pagination-bullet::before {
    content: "";
    top: -7px;
    left: -7px;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f88808;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: rgba(248, 136, 8, 0.15);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.whatssale-card {
    padding: 25px;
    background: #ffffff;
    -webkit-box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-bottom: 30px;
}
.whatssale-card .whatssale-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.whatssale-card .whatssale-card-header .nice-select {
    width: auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 32px;
    line-height: 17px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    color: #1a1a1a;
    min-width: 115px;
}
.whatssale-card .whatssale-card-header .nice-select:after {
    border-color: #1a1a1a;
    top: 40%;
}
.whatssale-card .whatssale-card-header .nice-select .current {
    color: #1a1a1a;
}
.whatssale-card .whatssale-card-header h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1a1a1a;
}

aside,
main {
    opacity: 0;
}

/*  scrollup*/
.table-wrapper {
    overflow: auto;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}
.table-wrapper .table {
    margin: 0;
}
.table-wrapper .table thead th {
    background: #f6f6f6;
    color: #1f1f1f;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    padding: 13px;
    white-space: nowrap;
}
.table-wrapper .table tbody td {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7f7f7f;
    padding: 11px;
    white-space: nowrap;
}

.tab-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.tab-heading h5 {
    color: #1f1f1f;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--inter);
}

.nav-list {
    background: #ffffff;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    position: relative;
}
.nav-list a {
    color: #7f7f7f;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--inter);
    padding: 5px 20px;
    display: block;
    position: relative;
}
.nav-list a:after {
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    );
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
}
.nav-list a.active {
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    );
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: none;
}

.main-table {
    margin: 0;
}
.main-table thead {
    border: none !important;
}
.main-table thead tr {
    border: none !important;
}
.main-table thead th {
    color: #484848;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--inter);
    background: rgba(31, 31, 31, 0.05);
    border-bottom: 1px solid #e3e3e3;
    border: none;
    padding: 8px 10px !important;
    white-space: nowrap;
}
.main-table tbody td {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
    padding: 11px;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 10px !important;
    white-space: nowrap;
}

.dt-buttons {
    float: right;
    position: relative;
    top: -30px;
}
.dt-buttons button {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    background: rgba(0, 165, 81, 0.1);
    color: #00a551;
}
.dt-buttons button:nth-child(2) {
    color: #9a5dfc;
    background: rgba(154, 93, 252, 0.15);
}
.dt-buttons button:nth-child(3) {
    color: #f13c3c;
    background: rgba(241, 60, 60, 0.1);
}
.dt-buttons button:nth-child(5) {
    color: rgb(44, 185, 176);
    background: rgba(44, 185, 176, 0.1);
}
.dt-buttons button:nth-child(4) {
    color: rgb(255, 132, 0);
    background: rgba(255, 132, 0, 0.1);
}

.dataTables_info {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #919699 !important;
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate {
    border: 1px solid #919699;
    border-radius: 5px;
    padding: 0;
    height: 32px;
    overflow: hidden;
    margin-top: 30px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #919699;
    padding: 4px 10px;
    border-right: 1px solid #919699;
    margin: 0;
    margin-top: -1px;
    border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: #2cb9b0 !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border: none;
}

.tab-title {
    position: relative;
    top: -83px;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--inter);
}

.dataTables_wrapper .dataTables_length {
    position: absolute;
    right: 160px;
    top: -10px;
}
.dataTables_wrapper .dataTables_length label {
    color: #fff;
    position: relative;
}
.dataTables_wrapper .dataTables_length label select {
    position: absolute;
    right: 0;
    top: -25px;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    min-width: 80px;
}

.user-list-table-wrapper .dt-buttons {
    display: none;
}
.user-list-table-wrapper .dataTables_length {
    float: right !important;
    position: unset !important;
}
.user-list-table-wrapper .dataTables_length label {
    color: #fff;
    position: relative !important;
    min-height: 35px !important;
    top: -30px !important;
}
.user-list-table-wrapper .dataTables_length label select {
    top: 0;
    position: absolute !important;
    right: 0 !important;
    border: solid 1px #e8e8e8 !important;
    background: #fff !important;
    min-width: 80px !important;
}

td {
    vertical-align: middle;
}
td .fa-upload {
    color: #fd7248;
}
td .fa-download {
    color: rgb(44, 185, 176);
}

.paid-status {
    background: rgba(44, 185, 176, 0.1) !important;
    border-radius: 4px;
    color: #2cb9b0 !important;
    min-width: 70px;
    text-align: center;
}

.unpaid-status {
    background: rgba(253, 114, 72, 0.1) !important;
    border-radius: 4px;
    color: #fd7248 !important;
    min-width: 70px;
    text-align: center;
}

.invoice-icons,
.excel-icons {
    color: rgb(94, 55, 224);
}

.download-icon {
    color: rgb(243, 93, 167);
}

.csv-icon {
    color: #00a551;
}

.sale-due {
    color: #fd7248;
}

.receive-text {
    color: #2cb9b0;
}

.user-td-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    min-width: 150px;
}
.user-td-img img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*--------------------------------------
	- login css start
----------------------------------------*/
.mybazar-login-section {
    height: 100%;
    width: 100%;
    padding: 80px 0;
    /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
}

.mybazar-login-wrapper {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.mybazar-login-wrapper:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: -3px;
    height: 100%;
    width: 100%;
    background: #25d4a9;
    border-radius: 32px;
    z-index: -1;
}

.mybazar-login-wrapper .login-header {
    padding: 30px;
    border-bottom: 1px solid rgba(12, 25, 40, 0.2);
    text-align: center;
}

.mybazar-login-wrapper .login-header img {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}

.login-wrapper {
    position: relative;
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 0px 20px 50px rgba(12, 25, 40, 0.1);
    box-shadow: 0px 20px 50px rgba(12, 25, 40, 0.1);
    border-radius: 30px;
}

.login-body {
    padding: 30px;
}

.login-body h2 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: rgba(12, 25, 40, 0.7);
    margin-bottom: 30px;
    line-height: 1;
}

.login-body p {
    color: #0c1928;
    opacity: 0.5;
    text-align: center;
}

.login-body .input-group {
    position: relative;
    margin-top: 10px;
}

.login-body .input-group span {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 5;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
}

.login-body .input-group .hide-pas,
.login-body .input-group .hide-pass {
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    z-index: 5;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
}

.login-body .input-group .form-control {
    padding: 12px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 45px;
    border-radius: 12px !important;
    height: 50px;
    border: 1px solid rgba(12, 25, 40, 0.2);
    margin: 0 !important;
}

.login-btn {
    display: block;
    font-size: 16px;
    color: #fff !important;
    background: var(--main-gradient);
    border-radius: 12px;
    padding: 12px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid transparent;
}

.login-btn:hover,
.login-btn:focus {
    background: #fff !important;
    color: #25d4a9 !important;
    border: 1px solid #25d4a9 !important;
}

.button-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px auto 10px auto 10px auto;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}

.button-group a {
    background: #25d4a9;
}

.button-group a:nth-child(2) {
    background: #03a9f4;
}

.button-group a:nth-child(3) {
    background: #9039ff;
}

.button-group a:nth-child(4) {
    background: #ff55b1;
}

.login-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.login-footer a {
    font-size: 16px;
    font-weight: 400;
    color: #0c1928;
    display: inline-block;
    margin: 5px;
}

.login-footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.login-footer a span {
    margin-right: 5px;
}
.login-footer a span img {
    max-width: 100%;
    width: auto;
    position: relative;
    top: 2px;
}

.login-footer a:hover {
    text-decoration: underline;
}

.hide-pas img:last-child,
.hide-pass img:last-child {
    display: none;
}

.show-pas img:first-child,
.show-pass img:first-child {
    display: none;
}

.show-pas img:last-child,
.show-pass img:last-child {
    display: block;
}

.theme-clr {
    color: #2cb9b0 !important;
    font-size: 14px !important;
}

@media (max-width: 575px) {
    .button-group {
        -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto;
    }
    .maan-main-content {
        padding: 25px 10px;
    }
}
/*--------------------------------------
    - login css end
----------------------------------------*/
/* erro css start */
.moda-error-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.moda-error-wraper {
    display: block;
    text-align: center;
}
.moda-error-wraper .moda-error-thumb {
    margin-bottom: 100px;
}
.moda-error-wraper .moda-error-thumb img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.back-btn {
    max-width: 250px;
    text-align: center;
    padding: 12px 20px;
    margin: 0 auto;
    background: #fff;
    border: 1px dashed #c2c2c2;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #373737;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.back-btn span {
    display: inline-block;
    margin-left: 10px;
    font-size: 27px;
}
.back-btn:hover,
.back-btn:focus {
    background: var(--clr-main);
    color: #fff !important;
}
.back-btn:hover i,
.back-btn:focus i {
    color: #fff;
}
.back-btn.back-primary-btn {
    background: var(--clr-main);
    color: #fff;
    margin: 0;
}
.back-btn.back-primary-btn:hover,
.back-btn.back-primary-btn:focus {
    background: #fff;
    color: var(--clr-main);
}

.wizard-tab-form {
    display: none;
}

.add-property-progress .step.finish {
    color: #1f1f1f;
}
.add-property-progress .step.finish span {
    background: #00a551;
}

.check-btn {
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
}
.check-btn input {
    display: none;
}
.check-btn .checkmark {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #919699;
    color: #919699 !important;
    display: inline-block;
}
.check-btn input:checked ~ .checkmark {
    color: #ffffff !important;
    background: #00a551;
    border-color: #00a551;
}

.dropdown.active > ul {
    display: block;
}

/* erro css end */
.upload__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.upload__box {
    overflow: auto;
}

.img-bg {
    height: 50px;
    width: 80px;
    position: relative;
}

.upload__img-close {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    background: #000;
    line-height: 15px;
}
.upload__img-close:after {
    content: "x";
}

.multi-file-upload {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
}

.file-upload-item {
    height: 140px;
    border: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    color: #000 !important;
    border-radius: 4px;
}
.file-upload-item i {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}
.file-upload-item:hover {
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 1px 8px -1px rgba(71, 50, 50, 0.05);
}

.count-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 30px;
    width: 100%;
    border-radius: 16px;
    background: #eaf8f8;
}
.count-items .icons {
    background: var(--main-gradient);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.count-items .icons img {
    height: 30px;
}
.count-items p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #484848;
}
.count-items h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #1a1a1a;
}
.count-items:nth-child(2) {
    background: #fff0f6;
}
.count-items:nth-child(2) .icons {
    background: var(--pink-gradient);
}
.count-items:nth-child(3) {
    background: #efeffe;
}
.count-items:nth-child(3) .icons {
    background: var(--blue-gradient);
}
.count-items:nth-child(4) {
    background: #fff3e7;
}
.count-items:nth-child(4) .icons {
    background: var(--clr-yellow);
}

.view-modal-wrapper img {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}
.view-modal-wrapper p,
.view-modal-wrapper .owner {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #484848;
    font-family: "Inter";
}
.view-modal-wrapper span {
    color: #7f7f7f;
}

.owner {
    color: #2cb9b0 !important;
    text-decoration: underline;
}

.id-card {
    height: 30px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    width: auto !important;
}

.banner-img-preview {
    height: auto !important;
    width: auto !important;
}

.w-300 {
    max-width: 300px;
}

.copy-url-wrp {
    position: relative;
}
.copy-url-wrp .form-control {
    height: 55px;
}
.copy-url-wrp .copy-btn {
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    );
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
    border-radius: 6px;
    color: #fff !important;
    display: inline-block;
    padding: 15px 15px;
}

.plan-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.plan-title h4 {
    font-family: "Inter";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1a1a1a;
}

.plan-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.plan-card {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.plan-card-title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100px;
    background: #eaf8f8;
    border: 1px solid #d1d1d1;
}
.plan-card-title strong {
    color: #484848;
}
.plan-card-title h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #1a1a1a;
}
.plan-card-title p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #7f7f7f;
    opacity: 0.9;
}

.plan-card-body {
    padding: 25px 15px;
}
.plan-card-body h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1a1a1a;
    margin-bottom: 15px;
}
.plan-card-body ul li {
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #484848;
    display: block;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.plan-card-body ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    );
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%);
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
    padding: 2px;
}

.popular-card {
    padding: 10px;
    position: relative;
}
.popular-card .popular-tag {
    position: absolute;
    top: 0;
    right: 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fc914d),
        to(#e96362)
    );
    background: linear-gradient(90deg, #fc914d 0%, #e96362 100%);
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 15px;
    z-index: 2;
}
.popular-card .checkmark {
    top: 35% !important;
    left: auto;
    right: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}
.popular-card .custom-checkbox .checkmark:after {
    left: 9px;
    top: 2px;
    width: 10px;
    height: 19px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popular-card .plan-card-title {
    display: block;
    text-align: left;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    padding-right: 40px;
    background: #f6f6f6;
}
.popular-card .plan-card-title h2 {
    font-size: 20px;
    text-align: left;
}
.popular-card .plan-card-title h2 span {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
}
.popular-card .plan-card-title small {
    color: #7f7f7f;
    opacity: 0.9;
    font-size: 16px;
    font-weight: 400;
}
.popular-card .custom-checkbox input:checked ~ .plan-card-title {
    background: #eaf8f8 !important;
}
.popular-card .plan-card-body {
    padding: 0;
    padding-top: 25px;
}

.small-select {
    min-width: 80px;
    border-color: #e3e3e3;
}

.remove-list {
    position: relative;
}
.remove-list .remove-one {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    ) !important;
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%) !important;
    color: #fff !important;
    height: 50px;
    width: 50px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.remove-list-two {
    position: relative;
}
.remove-list-two .remove-two {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#3ee2b9),
        to(#1cada4)
    ) !important;
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%) !important;
    color: #fff !important;
    height: 50px;
    width: 50px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.feature-add-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-add-wrp .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 1366px) {
    .plan-grid {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1024px) {
    .plan-grid {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.print-btn {
    background: var(--main-gradient) !important;
    color: #fff !important;
    border: none !important;
}

.invoice-main-logo {
    margin-bottom: 30px;
}
.invoice-main-logo img {
    max-width: 150px;
    margin: 0 auto;
    max-height: 80px;
}

.invoice-details {
    text-align: left;
    max-width: 800px;
    background: #fff;
    -webkit-box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.05);
    padding: 15px;
}
.invoice-details .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.invoice-details .invoice-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #c9c6c6;
    margin-bottom: 10px;
}
.invoice-details .invoice-top .invoice-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
    background: var(--main-gradient);
    display: block;
    font-weight: 600;
    font-size: 40px;
    font-family: "Inter";
    color: #fff;
    margin-bottom: 5px;
}
.invoice-details .invoice-top .invoice-logo img {
    -o-object-fit: contain;
    object-fit: contain;
}
.invoice-details .invoice-top h3 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1a1a1a;
    margin-bottom: 5px;
}
.invoice-details .invoice-top strong {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #484848;
    display: block;
    margin-bottom: 5px;
}
.invoice-details .invoice-top p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #626262;
}

.sale-given {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sale-given h2 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1f1f1f;
    margin-bottom: 10px;
}
.sale-given p {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 5px;
}
.sale-given p span {
    color: #919699;
}

.total-due-box {
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24),
        0px 3px 8px -1px rgba(71, 50, 50, 0.05);
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 8px;
}
.total-due-box h4,
.total-due-box h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.total-due-box h4 span,
.total-due-box h5 span {
    color: #1a1a1a;
}
.total-due-box h5 {
    color: #fd7248;
    margin: 0;
}
.total-due-box h5 span {
    color: #2cb9b0;
}

.sale-box {
    background: #ffffff;
    border: 1px solid #2cb9b0;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
}
.sale-box h3 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1a1a1a;
    margin-bottom: 5px;
}
.sale-box p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #484848;
}

.border-orange {
    border-color: #fd7248;
}

.sale-details-summary h2 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1f1f1f;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.summary-left-side h3 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1f1f1f;
    margin-bottom: 15px;
}
.summary-left-side .table {
    width: auto;
}
.summary-left-side .table td {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1a1a1a;
}
.summary-left-side .table td:last-child {
    text-align: right;
}

.summary-right-side {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    overflow: hidden;
}
.summary-right-side h4 {
    display: inline-block;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #1a1a1a;
    padding-left: 10px;
    margin-bottom: 10px;
}
.summary-right-side .table {
    margin: 0;
}
.summary-right-side .table tr {
    background: #fff;
}
.summary-right-side .table tr:nth-child(odd) {
    background: #e3e3e3;
}
.summary-right-side .table td {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1a1a1a;
}
.summary-right-side .table td:last-child {
    text-align: right;
}

.loan-total-item-table thead th {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #1a1a1a;
    border-bottom: 1px solid #bbbbbb;
}
.loan-total-item-table thead th:last-child {
    text-align: right;
}
.loan-total-item-table tbody td {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #484848;
    border-bottom: 1px dashed #bbbbbb;
}
.loan-total-item-table tbody td:last-child {
    text-align: right;
}
.loan-total-item-table tbody tr:last-child td {
    border-bottom: 1px solid #000;
}
.loan-total-item-table tfoot td {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #484848;
    border-bottom: 1px dashed #bbbbbb;
}
.loan-total-item-table tfoot td:last-child {
    text-align: right;
}
.loan-total-item-table tfoot th {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #1a1a1a;
    border-bottom: 1px solid #bbbbbb;
}
.loan-total-item-table tfoot th:last-child {
    text-align: right;
}

.loan-total-amount {
    max-width: 400px;
    margin-left: auto;
}
.loan-total-amount p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-align: right;
}
.loan-total-amount p small {
    display: block;
    min-width: 120px;
}
.loan-total-amount p span {
    display: block;
    width: 80%;
    text-align: right;
    border-bottom: 1px dashed #bbbbbb;
}
.loan-total-amount p span,
.loan-total-amount p small {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #1a1a1a;
    padding-bottom: 2px;
    margin-bottom: 8px;
}

.in-text {
    margin-bottom: 20px;
}
.in-text h5 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #484848;
}
.in-text h5 strong {
    font-weight: 700;
    color: #1a1a1a;
}
.in-text p {
    background: #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
    margin-top: 5px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1a1a1a;
    border-radius: 10px;
}

.invoice-progress p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1a1a1a;
    margin: 10px 0;
}
.invoice-progress .progress-bar {
    background: var(--main-gradient);
}

.amount-received-details {
    margin-top: 20px;
}
.amount-received-details h4 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.amount-received-details .table thead th {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #ffffff;
    background: var(--clr-main);
    border: 1px solid #bbb;
}
.amount-received-details tbody td {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #484848;
    border: 1px solid #bbb;
}

.link-color {
    color: #0d99ff;
}

.term-and-condition {
    text-align: center;
}
.term-and-condition h6 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #484848;
}
.term-and-condition p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #484848;
}
.term-and-condition .signature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.term-and-condition .signature p {
    text-decoration: underline;
}

.thank-you-product {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed #bbb;
    border-top: 1px dashed #bbb;
}
.thank-you-product p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #484848;
}
.thank-you-product h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #1a1a1a;
    margin-top: 8px;
}

.invoice-details-share {
    text-align: center;
}
.invoice-details-share p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #484848;
    margin: 10px 0;
}
.invoice-details-share p img {
    height: 20px;
    max-width: 100%;
    width: auto;
}
.invoice-details-share .bar-code {
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.share-icon-group {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.06);
    border-radius: 30px 30px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.share-icon-group img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 5px;
}
.share-icon-group a {
    text-align: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1a !important;
}

@media print {
    body {
        background: #fff !important;
    }
    .tab-heading,
    .whatssale-header-section {
        display: none !important;
    }
}
.whatssale-header-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 20px 30px;
}

.whatssale-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.whatssale-header-left form {
    width: 100%;
}
.whatssale-header-left .whatssale-sidebar-open {
    cursor: pointer;
    color: #000;
    font-size: 18px;
    margin-right: 30px;
}

.whatssale-search-box {
    position: relative;
    max-width: 390px;
}
.whatssale-search-box .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(31, 31, 31), 0.2;
    -webkit-filter: drop-shadow(0px 10px 20px rgba(17, 76, 152, 0.1));
    filter: drop-shadow(0px 10px 20px rgba(17, 76, 152, 0.1));
    border-radius: 112px;
    width: 100%;
    height: 50px;
    margin: 0;
}
.whatssale-search-box span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: var(--main-gradient);
    display: block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.nice-select {
    width: 100%;
}
.nice-select .list {
    width: 100%;
}

.whatssale-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.whatssale-header-curency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
.whatssale-header-curency .nice-select,
.whatssale-header-curency select {
    width: auto;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 28px;
    font-size: 13px;
    margin: 0;
    height: 40px;
    min-width: 90px;
}

/* header  start css */
.whatssale-header-right-side-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.whatssale-header-right-side-meta .dropdown {
    margin-left: 30px;
}
.whatssale-header-right-side-meta .dropdown-profile-info {
    padding: 15px 20px !important;
    display: block;
}
.whatssale-header-right-side-meta .dropdown-profile-info strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.whatssale-header-right-side-meta .dropdown-profile-info small {
    display: block;
    margin-top: 5px;
}
.whatssale-header-right-side-meta .profile-info img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 50%;
}
.whatssale-header-right-side-meta .profile-info img span {
    font-size: 16px;
}
.whatssale-header-right-side-meta .profile-info .dropdown-menu {
    background: #ffffff;
    border-radius: 10px !important;
}
.whatssale-header-right-side-meta .profile-info .dropdown-menu li {
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    padding: 0;
    display: block;
}
.whatssale-header-right-side-meta .profile-info .dropdown-menu li a {
    display: block;
    color: #aaabae;
    padding: 15px 15px;
}
.whatssale-header-right-side-meta .profile-info .dropdown-menu li a i {
    margin-right: 10px;
}
.whatssale-header-right-side-meta .profile-info .dropdown-menu li a:hover {
    color: var(--clr-main);
}
.whatssale-header-right-side-meta
    .profile-info
    .dropdown-menu
    li
    a:hover
    svg
    path {
    fill: var(--clr-main);
}
.whatssale-header-right-side-meta .dropdown-menu {
    top: 60% !important;
    border: none;
    border-radius: 2px !important;
    padding: 0;
    min-width: 220px;
}

.notifications.dropdown > a {
    position: relative;
    display: block;
    padding: 0;
    color: #737881;
    text-align: center;
}

.notifications.dropdown > a.show {
    background-color: #eee;
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.bg-info {
    background: #2cb9b0;
    color: #fff;
}

.text-red {
    color: red !important;
}

.notifications .dropdown-toggleer {
    position: relative;
}
.notifications .dropdown-toggleer span {
    display: block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: -6px;
    right: -6px;
}
.notifications .dropdown-menu {
    top: 0 !important;
    background: #eee;
    min-width: 370px;
}
.notifications ul li a {
    padding: 10px 20px;
    display: block;
    border-top: 1px solid #ddd;
}
.notifications ul li a span,
.notifications ul li a strong {
    display: block;
    font-size: 12px;
}
.notifications ul li a span {
    color: #888888;
    line-height: 1;
    margin-top: 5px;
}

.notification-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background: #eee;
}
.notification-header p {
    font-size: 12px;
}
.notification-header a {
    font-size: 12px;
}

.bg-red {
    background: #ee4749;
    color: #fff;
}

.notification-footer {
    background: #fff;
    padding: 10px;
    line-height: 1;
}
.notification-footer a {
    font-size: 12px;
    line-height: 1;
}

.msg-items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.msg-items .content {
    width: 100%;
}
.msg-items .content strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.msg-items .content strong span {
    margin: 0;
    margin-left: 10px;
    font-weight: 400;
}
.msg-items img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 50%;
    margin-left: 15px;
}

.bg-yellow {
    background: yellow;
}

/* header  end css */
/*----------------------------------------*/
/* Sidebar Area
/*----------------------------------------*/
.whatssale-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    height: 100vh;
    width: 290px;
    overflow: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 5;
}

.whatssale-sidebar-top {
    border-bottom: 2px solid #f6f6f6;
    margin-bottom: 15px;
}
.whatssale-sidebar-top .whatssale-sidebar-logo {
    display: block;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 17px;
    padding-left: 30px;
}
.whatssale-sidebar-top .whatssale-sidebar-logo img {
    max-width: 200px;
}

.whatssale-sidebar-logo-small {
    display: none;
}

.whatssale-sidebar-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 20px;
}
.whatssale-sidebar-profile img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px;
    display: block;
}
.whatssale-sidebar-profile .sidebar-profile-meta h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #030303;
    margin-bottom: 5px;
}
.whatssale-sidebar-profile .sidebar-profile-meta small {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: block;
}

.whatssale-sidebar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 75vh;
}
.whatssale-sidebar-menu li {
    display: block;
    padding: 10px 0;
}
.whatssale-sidebar-menu li a {
    display: block;
    padding: 0px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.whatssale-sidebar-menu li a:hover {
    color: var(--clr-text);
}
.whatssale-sidebar-menu li a:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--main-gradient);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.whatssale-sidebar-menu li a i {
    display: block;
    margin-left: auto;
    font-size: 18px;
}
.whatssale-sidebar-menu li a .icons {
    display: block;
    margin-right: 13px;
}
.whatssale-sidebar-menu li a .icons i {
    margin: 0;
    margin-right: 12px;
    display: block;
}
.whatssale-sidebar-menu li a .icons svg {
    fill: var(--clr-text);
}
.whatssale-sidebar-menu li a .icons svg path {
    fill: var(--clr-text);
}
.whatssale-sidebar-menu li a.active {
    color: var(--clr-main);
    padding: 8px 30px;
}
.whatssale-sidebar-menu li a.active:after {
    opacity: 1;
}
.whatssale-sidebar-menu li a.active .icons {
    display: block;
    margin-right: 13px;
}
.whatssale-sidebar-menu li a.active .icons i {
    margin: 0;
    margin-right: 12px;
    display: block;
}
.whatssale-sidebar-menu li a.active .icons svg {
    fill: var(--clr-main);
}
.whatssale-sidebar-menu li a.active .icons svg path {
    fill: var(--clr-main);
}
.whatssale-sidebar-menu .dropdown {
    position: relative;
}
.whatssale-sidebar-menu .dropdown ul {
    display: none;
}
.whatssale-sidebar-menu .dropdown:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 40px;
    width: 4px;
    background: var(--main-gradient);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.whatssale-sidebar-menu .dropdown.active > a {
    padding: 8px 30px;
    color: var(--clr-main);
}
.whatssale-sidebar-menu .dropdown.active:after {
    opacity: 1;
}
.whatssale-sidebar-menu .dropdown.active .icons {
    display: block;
    margin-right: 13px;
}
.whatssale-sidebar-menu .dropdown.active .icons i {
    margin: 0;
    margin-right: 12px;
    display: block;
}
.whatssale-sidebar-menu .dropdown.active .icons svg {
    fill: var(--clr-main);
}
.whatssale-sidebar-menu .dropdown.active .icons svg path {
    fill: var(--clr-main);
}
.whatssale-sidebar-menu .dropdown-menu {
    position: unset;
    border: none;
    padding: 0;
    padding-left: 25px !important;
}
.whatssale-sidebar-menu .dropdown-menu a {
    padding: 0px 30px;
}
.whatssale-sidebar-menu .dropdown-menu a.active {
    padding: 0 30px;
}
.whatssale-sidebar-menu .dropdown-menu a:after {
    display: none;
}
.whatssale-sidebar-menu li > ul {
    padding-left: 25px;
}
.whatssale-sidebar-menu li > ul a {
    padding: 0px 30px;
}
.whatssale-sidebar-menu li > ul a.active {
    padding: 0 30px;
}
.whatssale-sidebar-menu li > ul a:after {
    display: none;
}

.inner-sidebar-wrapper {
    background: #ffffff;
    border: 1px solid rgba(126, 126, 126, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(73, 73, 73, 0.05);
    box-shadow: 0px 1px 3px rgba(73, 73, 73, 0.05);
    border-radius: 12px;
    padding: 20px;
}
.inner-sidebar-wrapper li {
    display: block;
    margin-bottom: 15px;
}
.inner-sidebar-wrapper li:last-child {
    margin-bottom: 0;
}
.inner-sidebar-wrapper li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7e7e7e;
    font-size: 16px;
    padding: 10px 15px;
    background: #fefefe;
    border: 1px solid rgba(126, 126, 126, 0.1);
    border-radius: 6px;
}
.inner-sidebar-wrapper li a:hover,
.inner-sidebar-wrapper li a.active {
    color: var(--clr-main);
}

.privacy-policy-discription p {
    font-size: 16px;
    color: #919699;
    margin-top: 20px;
    line-height: 24px;
}

.help-center-btn {
    display: block;
    width: 250px;
    background: var(--main-gradient);
    color: #fff !important;
    padding: 13px;
    margin: 0 auto;
}

.sidebar-close-btn {
    display: none;
}

@media (min-width: 999px) {
    .whatssale-sidebar.sidebar-active {
        width: 50px;
    }
    .whatssale-sidebar.sidebar-active .whatssale-sidebar-logo-small {
        display: block;
        text-align: center;
        padding: 20px 0;
    }
    .whatssale-sidebar.sidebar-active .whatssale-sidebar-logo-small img {
        max-width: 50px;
        margin: 0 auto;
    }
    .whatssale-sidebar.sidebar-active .whatssale-sidebar-logo {
        display: none;
    }
    .whatssale-sidebar.sidebar-active .whatssale-sidebar-menu li a {
        padding: 0 22px;
    }
    .whatssale-sidebar.sidebar-active .whatssale-sidebar-profile {
        padding: 0 10px;
    }
    .whatssale-sidebar.sidebar-active .whatssale-sidebar-profile img {
        height: 30px;
        width: 30px;
        min-width: 30px;
    }
    .whatssale-sidebar.sidebar-active:hover {
        width: 290px;
    }
    .whatssale-sidebar.sidebar-active:hover .whatssale-sidebar-logo-small {
        display: none;
    }
    .whatssale-sidebar.sidebar-active:hover .whatssale-sidebar-logo {
        display: block;
    }
    .whatssale-main-section.sidebar-active {
        padding-left: 40px;
    }
}
@media (max-width: 999px) {
    .whatssale-sidebar {
        left: -100%;
    }
    .whatssale-main-section {
        padding-left: 0;
    }
    .whatssale-sidebar.sidebar-active {
        left: 0;
    }
    .whatssale-main-section.sidebar-active {
        padding-left: 0;
    }
    .sidebar-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 20px;
        left: auto;
        cursor: pointer;
    }
    .responsibe-tablee {
        overflow: auto;
    }
}
@media (max-width: 768px) {
    .whatssale-analytics-info-box-wrapper {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .whatssale-header-left form {
        display: none;
    }
    .whatssale-header-curency {
        display: none;
    }
    .whatssale-header-right-side-meta {
        margin-left: auto;
    }
    .whatssale-section-container {
        padding: 15px;
    }
}
@media (max-width: 575px) {
    .whatssale-analytics-info-box-wrapper {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
    .whatssale-analytics-info-box .middle-info {
        margin: 10px 0;
    }
    .whatssale-card {
        padding: 20px 5px;
    }
    .whatssale-card-header {
        padding-left: 15px;
    }
    .whatssale-card-header {
        display: block;
    }
    .action-btn-wrapper .green-border {
        margin-left: 0;
        margin-top: 15px;
    }
}
.grid-4 {
    display: -ms-grid;
    display: grid;
    gap: 30px;
}
@media screen and (min-width: 992px) {
    .grid-4 {
        -ms-grid-columns: (1fr) [4];
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1024px) {
    .grid-4 {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .grid-4 {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 1740px) {
    .count-items {
        padding: 15px;
    }
    .report-table-wrp .table-form {
        margin-bottom: 40px;
    }
    .report-table-wrp .dataTables_wrapper .dataTables_length {
        position: unset;
    }
    .report-table-wrp .dt-buttons {
        float: right;
        top: -20px;
    }
    .report-table-wrp .table-search {
        max-width: 100%;
    }
    .report-table-wrp .left-input-wpr .select-wrapper {
        width: 100%;
    }
}
@media (max-width: 1366px) {
    .grid-4 {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1199px) {
    .business-ctg-form .table-search {
        max-width: 100%;
    }
    .form-grid {
        display: block;
    }
    .profile-photo-upload {
        margin-bottom: 30px;
    }
    .form-border-title {
        display: block;
    }
    .form-border-title .nav-list {
        margin-top: 15px;
    }
    .form-border-title form {
        margin-top: 15px;
    }
    .app-setting-form-side .table-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-bottom: 40px;
    }
    .table-form {
        margin-bottom: 40px;
    }
    .dataTables_wrapper .dataTables_length {
        position: unset;
    }
    .dt-buttons {
        float: right;
        top: -20px;
    }
    .app-setting-list {
        max-width: 230px;
        min-width: 230px;
    }
    .w-300 {
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .app-setting-grid {
        display: block;
    }
    .app-setting-list {
        max-width: 100%;
        min-width: unset;
        padding: 15px;
        margin-bottom: 30px;
        height: 100%;
        min-height: unset;
    }
    .app-setting-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px 30px;
    }
    .app-setting-list li a:after {
        display: none;
    }
    .app-setting-list li a {
        padding: 0;
    }
    .theme-btn {
        min-width: 120px;
    }
    .whatssale-card {
        padding: 15px 10px !important;
    }
    .form-border-title h2 {
        font-size: 18px;
    }
    .whatssale-form label {
        font-size: 14px;
    }
    .form-grid {
        display: block;
    }
    .left-input-wpr {
        width: 100%;
    }
    .left-input-wpr .select-wrapper {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .w-300 {
        max-width: 100%;
    }
    .form-border-title {
        display: block;
    }
    .form-border-title h2 {
        margin-bottom: 15px;
    }
    .form-border-title {
        display: block;
    }
    .grid-4 {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    .tab-title {
        position: unset;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    .table-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 10px;
    }
    .table-form .table-search {
        max-width: 100%;
    }
    .id-card-upload .id-card-upload-wrapper i {
        font-size: 16px;
    }
    .id-card-upload .id-card-upload-wrapper p {
        font-size: 12px;
        margin: 0;
    }
    .id-card-upload.h-150 {
        height: 70px !important;
    }
    .id-card-upload.h-150 svg {
        width: 20px;
    }
    .update-new-version {
        max-width: 100%;
    }
    .table-search {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .dataTables_wrapper .dataTables_length {
        float: left;
        margin-right: 15px;
    }
    .app-setting-list ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .app-setting-list li a {
        font-size: 12px;
    }
    #salesGraph {
        min-height: unset !important;
    }
}
@media print {
    .print-none {
        display: none !important;
    }
    table.dataTable thead .sorting:last-child {
        display: none;
    }
}

.woodland-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background-color: white;
    border-bottom: 1px solid #7e7e7e33;
    /* padding: 12px; */
}
.woodland-card-header h3 {
    color: #202c4b;
    font-size: 18px;
    font-weight: 500;
}
.dashboard-card-body .input-field-row-c3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.group-input-container .form-control {
    border: 1px solid rgba(126, 126, 126, 0.3);
    border-radius: 6px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 25px;
    line-height: 36px;
    height: 50px;
}
.group-input-container .form-control input {
    padding: 0;
    outline: none;
    border: none;
}
.group-input-container .form-control .custom-checkbox {
    padding-left: 0;
    padding-right: 0px;
    margin: 0;
}
.custom-checkbox {
    display: block;
    position: relative;
    /* padding-left: 30px; */
    min-height: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label {
    display: block;
    color: #1f1f1f;
    /* margin-bottom: 10px; */
    font-size: 16px;
    text-transform: capitalize;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dashboard-card-body .input-field-row-c4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.enable-text {
    position: relative;
    top: -2px !important;
    left: 30px !important;
}
.dashboard-card-body .add-feature-btn {
    color: #09b96d;
    border: 1px dashed #09b96d;
    background: #09b96d1a;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: 2s;
}
.add-extra-feature {
    border: 1px solid transparent;
    outline: none;
}
.woodland-card {
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    box-shadow: 0px 5px 28px rgba(71, 50, 50, 0.07);
    border-radius: 12px;
}
.extra-feature-input .delete-feature {
    position: absolute;
    right: 0;
    top: -2px;
    background: transparent;
    appearance: none;
    padding: 0 !important;
    border: none;
    transition: 3s;
}
.create-plan-label {
    padding-bottom: 12px;
}
.create-plan-check:checked {
    background-color: #1cada4;
}
.submit-btn {
    background: linear-gradient(90deg, #3ee2b9 0%, #1cada4 100%) !important;
    color: white;
}
@media (max-width: 1350px) {
    .dashboard-card-body .input-field-row-c3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .dashboard-card-body .input-field-row-c4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .dashboard-card-body .input-field-row-c3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .dashboard-card-body .input-field-row-c4 {
        grid-template-columns: repeat(1, 1fr);
    }
}
