@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
/*----------------------------------------------*
 General CSS
/*----------------------------------------------*/

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    /* border: 0; */
    outline: 0;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    clear: both;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background: var(--white);
    overflow-x: hidden;
    font-family: var(--primary-font);
}

textarea {
    resize: none;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

    a:active {
        outline: 0;
    }

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }

*:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

b,
strong {
    font-weight: bold;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

video {
    width: 100%;
    height: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

mark {
    background: #ff0;
    color: #111111;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul,
ol {
    list-style: none outside none;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
}

button:disabled {
    background-color: #d3d3d3 !important;
    color: #a09d9e !important;
    border-color: #d3d3d3 !important;
}
/*=====================*/

@font-face {
    font-family: "futura_bk_btbook";
    src: url("../green-fonts/futubk-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "futurabold";
    src: url("../green-fonts/futura_bold_font-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "futuralight";
    src: url("../green-fonts/futura_light_bt-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "futuramedium";
    src: url("../green-fonts/futura_medium_bt-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "dinprocondbold";
    src: url("../green-fonts/dinpro-condbold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "eurostileregular";
    src: url("../green-fonts/eurostile-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_bkbook';
    src: url('../green-fonts/futura_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostilebold';
    src: url('../green-fonts/eurostib_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

/* ============  Variable declare start ============== */

:root {
    --primary-color: #58585A;
    --greynew-2: #8A8A8A;
    --greynew-3: #4E4E50;
    --green-light-color: #1DC369;
    --green-lightshade-color: #FCFFFD;
    --blue2: #0d39a9;
    --blue3: #0639a3;
    --secondary-color: #5c5c5c;
    --blue-soft-color: #ffedef;
    --active-color: #4880ff;
    --hover-color: #0845df;
    --purple-color: #7983ea;
    --purple-color-hover: #6972d6;
    --white: #ffffff;
    --white1: #fff8f8;
    --white2: #f4f8fe;
    --black: #000000;
    --black2: #232529;
    --black3: #202224;
    --grey1: #4a4a4a;
    --grey2: #737b7b;
    --grey3: #464f60;
    --grey4: #687182;
    --blue-dark: #030229;
    --primary-red: #d11a2a;
    --red-2: #e71d36;
    --light-red: #f1523c;
    --light-red2: #ef5466;
    --primary-green: #2b9943;
    --green2: #14804a;
    --green3: #38a06c;
    --orange: #d67606;
    --light-red: rgba(231, 29, 54, 0.05);
    --light-blue: rgba(13, 57, 169, 0.1);
    --light-orange: #ff8f6b;
    --light-orange2: #ff8157;
    --primary-font: "futura_bk_btbook";
    --secondary-font: 'eurostilebold';
    --tertiary-font: "dinprocondbold";
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 700;
    --fw-900: 700;
    --fs-1: 0.813rem;
    --fs-2: 1.762rem;
    --fs-2-medium: 1.562rem;
    --fs-3: 1rem;
    --border-radius-8: 8px;
    --border-radius-12: 12px;
    --border-radius-16: 16px;
    --body-bg: #eff0f4;
    --transition: 0.2s ease;
}

/* ============  Variable declare end ============== */
.text-light-red {
    color: var(--light-red);
}

.text-green2 {
    color: var(--green2);
}

.text-green3 {
    color: var(--green3);
}

.text-orange {
    color: ar(--orange);
}

.text-blue2 {
    color: var(--blue2);
}

.text-black2 {
    color: var(--black2);
}

.h-100 {
    height: 100vh;
}
/* Main style start */
.body-bg-color {
    background: #F5F5F5;
}

.body-top-title {
    color: var(--black);
    font-family: var(--primary-font);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 100%;
}

.primary-bg-blue {
    background-color: var(--primary-color);
}

.primary-bg-green {
    background-color: var(--primary-green);
}

.bg-green3 {
    background-color: var(--green3);
}

.bg-grey4 {
    background-color: var(--grey4);
}

.hover-bg-green:hover {
    background-color: #35be53;
}

.blue-dark-text {
    color: var(--blue-dark);
}

.red-text {
    color: var(--primary-red);
}

.tale-td-red-text {
    color: var(--primary-red);
}

.light-orange-bg {
    background: var(--light-orange);
}

.light-red-bg {
    background: var(--light-red);
}

.light-red2-bg {
    background: var(--light-red2);
}

.light-blue-bg {
    background: var(--light-blue);
}

.text-red-2 {
    color: var(--red-2);
}
/* Custom breadcrumb start */
.breadcrumb--common .breadcrumb-item {
    font-family: var(--primary-font);
    /* font-size: var(--fs-1); */
    font-size: 11.606px;
    line-height: 19.895px;
    text-transform: capitalize;
}

    .breadcrumb--common .breadcrumb-item > a {
        color: var(--secondary-color);
        font-weight: var(--fw-500);
        line-height: 100%;
    }

    .breadcrumb--common .breadcrumb-item .active {
        font-weight: var(--fw-600);
    }

.page-topbar-title {
    font-family: var(--secondary-font);
    color: var(--white);
    font-size: var(--fs-3);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.564px;
    line-height: 34.817px;
    text-transform: uppercase;
}

/* Custom breadcrumb end */
.page-top-bar-left-content {
    display: flex;
}
/* Topbar search start */
.page-top-bar-right-content {
    width: 100%;
    height: 51px;
    border-radius: 24.869px;
    background: var(--white);
    box-shadow: 11.60565px 14.09257px 33.159px 3.3159px rgba(112, 144, 176, 0.08);
    -webkit-border-radius: 24.869px;
    -moz-border-radius: 24.869px;
    -ms-border-radius: 24.869px;
    -o-border-radius: 24.869px;
    display: flex;
    align-items: center;
    padding: 8px;
    justify-content: flex-end;
}

.search-container {
    position: relative;
    display: inline-block;
}

    .search-container .form-control {
        width: 100%;
        height: 38px;
        padding: 5px 10px 5px 34px;
        border: 1px solid #c7e4ff;
        background: #f4f7fe;
        border-radius: 30px;
        font-size: 14px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        display: flex;
        align-items: center;
    }

    .search-container button[type="submit"] {
        position: absolute;
        top: -2px;
        left: 0;
        padding: 8px 15px;
        background-color: transparent;
        border: none;
        border-radius: 0 5px 5px 0;
        cursor: auto;
    }

.form-control:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.header-item {
    /* height: 70px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion-drop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.accordion-drop-item-btn {
    padding: 3px;
}

.common-dropdown .dropdown-item {
    color: #344054;
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

    .common-dropdown .dropdown-item:focus {
        background-color: transparent;
    }

.error-log-accordion-drop.dropdown-menu {
    border: 1px solid #d6d5d5 !important;
}

.error-log-accordion-drop .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #d6d5d5;
}

.error-log-accordion-drop {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

    .error-log-accordion-drop .dropdown-item {
        padding: 12px;
    }

.common-dropdown .dropdown-item:hover {
    color: var(--primary-color);
}
/* Topbar search end */
.custom-animated-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    z-index: 1000;
    border: none;
}

@keyframes DropDownSlide {
    100% {
        margin-top: -1px;
    }

    0% {
        margin-top: 8px;
    }
}
/* Topbar style start  */
.page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: var(--primary-color);
    /* box-shadow: 11.60565px 14.09257px 33.159px 3.3159px rgba(112, 144, 176, 0.08); */
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.1s ease-out;
    border: 1px solid none;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.navbar-header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0.75rem;
}

.hamburger-icon {
    width: 20px;
    height: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.header-item {
    /* height: 70px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-user .btn {
    padding-left: 0;
    padding-right: 0;
}

.collapsed-navbar-menu.mobile-sidebar {
    width: 242px;
}

/* Hamburger style start */
.hamburger-icon {
    width: 20px;
    height: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

    .hamburger-icon span {
        background-color: var(--white);
        position: absolute;
        border-radius: 2px;
        transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
        width: 100%;
        height: 2px;
        display: block;
        left: 0;
        -moz-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
        -ms-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
        -o-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
        -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    }

        .hamburger-icon span:nth-child(1) {
            top: 0;
            width: 80%;
        }

        .hamburger-icon span:nth-child(2) {
            top: 6px;
        }

        .hamburger-icon span:nth-child(3) {
            bottom: 0;
            width: 60%;
        }

.vertical-menu-btn:hover .hamburger-icon:not(.open) span:nth-child(1) {
    top: -1px;
}

.vertical-menu-btn:hover .hamburger-icon:not(.open) span:nth-child(3) {
    bottom: -1px;
}

.vertical-menu-btn.btn:first-child:active {
    border-color: transparent;
}

.vertical-menu-btn.btn:focus {
    border-color: transparent;
}

.hamburger-icon.open {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

    .hamburger-icon.open span:nth-child(1) {
        left: 1px;
        top: 5px;
        width: 20px;
        transform: rotate(90deg);
        transition-delay: 150ms;
        -webkit-transition-delay: 150ms;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .hamburger-icon.open span:nth-child(2) {
        left: 3px;
        top: 13px;
        width: 10px;
        transform: rotate(45deg);
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .hamburger-icon.open span:nth-child(3) {
        left: 9px;
        top: 13px;
        width: 10px;
        transform: rotate(-45deg);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
/* Hamburger style end */

.collapsed-navbar-menu {
    position: absolute;
    width: 70px !important;
}

/* Topbar style end */

/* Sidebar menu start */

/* width */

.scrollbar {
    height: calc(100vh - 100px);
    overflow-y: auto;
    width: 100%;
}

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

    /* Track */
    .scrollbar::-webkit-scrollbar-track {
        background: var(--blue-soft-color);
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    /* Handle */
    .scrollbar::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

        /* Handle on hover */
        .scrollbar::-webkit-scrollbar-thumb:hover {
            background: var(--primary-color);
        }

.hover-dropdown-collapse-prevent .scrollbar-dropdown {
    min-height: 50px;
    max-height: 250px;
    overflow-y: auto;
}

    .hover-dropdown-collapse-prevent .scrollbar-dropdown::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .hover-dropdown-collapse-prevent .scrollbar-dropdown::-webkit-scrollbar-track {
        background: var(--blue-soft-color);
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .hover-dropdown-collapse-prevent .scrollbar-dropdown::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

        .hover-dropdown-collapse-prevent
        .scrollbar-dropdown::-webkit-scrollbar-thumb:hover {
            background: var(--primary-color);
        }

.scrollbar--sidebar {
    height: calc(100vh - 190px);
    overflow-x: hidden;
}

@media (min-width: 1700px) {
    .scrollbar--sidebar {
        height: calc(100vh - 200px);
        overflow-x: hidden;
    }
}

.scrollbar--common-table {
    height: auto;
}

.sidebar {
    width: 242px;
    z-index: 1002;
    background: var(--green-lightshade-color);
    /* box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25); */
    box-shadow: 4px 4px 7.8px 0px #0000000F;
    border-right: 1px solid #0000000F;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    padding: 0 0 calc(70px + 25px) 0;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}

.sidebar-brand {
    padding: 0 0.5rem;
    text-align: center;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}

.logo-light {
    display: inline-block;
}

.logo {
    line-height: 70px;
}

.logo-text {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 1.01rem;
    font-weight: var(--fw-700);
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.sidebar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.225rem 0.125rem;
    margin: 0.425rem 0.875rem;
    color: var(--black3);
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 500;
    line-height: 26.719px;
    letter-spacing: -0.24px;
}

    .sidebar-nav .nav-link svg {
        display: inline-block;
        min-width: 2.3rem;
    }

.toggle-xs-sidebar .sidebar-brand {
    /* padding-bottom: 10px; */
    text-align: left;
    background-color: var(--primary-color);
}

.toggle-xs-sidebar.collapsed-navbar-menu {
    padding-bottom: 0px;
}

.sidebar-menu-text {
    margin-left: 8px;
    display: flex;
}

.sidebar-nav .nav-link {
    margin-right: 5px;
}

.sidebar-nav .nav-link {
    border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
}

    .sidebar-nav .nav-link.active {
        color: var(--primary-color);
        font-weight: bold;
    }

    .sidebar-nav .nav-link:hover {
        color: var(--primary-color);
    }

    .sidebar-nav .nav-link svg.dashboard-icon,
    .sidebar-nav .nav-link svg.master-icon {
        fill: var(--black3);
    }

    .sidebar-nav .nav-link:hover svg.dashboard-icon,
    .sidebar-nav .nav-link:hover svg.master-icon {
        fill: var(--primary-color);
    }

    .sidebar-nav .nav-link.active svg.dashboard-icon,
    .sidebar-nav .nav-link.active svg.master-icon {
        fill: var(--primary-color);
    }

    .sidebar-nav .nav-link svg.settings-icon path,
    .sidebar-nav .nav-link svg.check-in-icon path,
    .sidebar-nav .nav-link svg.scheme-icon path,
    .sidebar-nav .nav-link svg.loadsheets-icon path,
    .sidebar-nav .nav-link svg.stock-icon path,
    .sidebar-nav .nav-link svg.stock-icon path,
    .sidebar-nav .nav-link svg.orders-icon path,
    .sidebar-nav .nav-link svg.grn-icon path {
        fill: var(--black3);
    }

    .sidebar-nav .nav-link:hover svg.settings-icon path,
    .sidebar-nav .nav-link:hover svg.check-in-icon path,
    .sidebar-nav .nav-link:hover svg.scheme-icon path,
    .sidebar-nav .nav-link:hover svg.loadsheets-icon path,
    .sidebar-nav .nav-link:hover svg.stock-icon path,
    .sidebar-nav .nav-link:hover svg.orders-icon path,
    .sidebar-nav .nav-link:hover svg.grn-icon path {
        fill: var(--primary-color);
    }

    .sidebar-nav .nav-link.active svg.settings-icon path,
    .sidebar-nav .nav-link.active svg.check-in-icon path,
    .sidebar-nav .nav-link.active svg.scheme-icon path,
    .sidebar-nav .nav-link.active svg.loadsheets-icon path,
    .sidebar-nav .nav-link.active svg.stock-icon path,
    .sidebar-nav .nav-link.active svg.stock-icon path,
    .sidebar-nav .nav-link.active svg.orders-icon path,
    .sidebar-nav .nav-link.active svg.grn-icon path {
        fill: var(--primary-color);
    }

    .sidebar-nav .nav-link svg.settings-icon:hover path {
        fill: var(--primary-color);
    }

    .sidebar-nav .nav-link svg.invoice-icon path,
    .sidebar-nav .nav-link svg.settlement-icon path,
    .sidebar-nav .nav-link svg.reports-icon path,
    .sidebar-nav .nav-link svg.cash-received-icon path,
    .sidebar-nav .nav-link svg.sales-orders-icon path {
        stroke: var(--black3);
    }

    .sidebar-nav .nav-link:hover svg.invoice-icon path,
    .sidebar-nav .nav-link:hover svg.settlement-icon path,
    .sidebar-nav .nav-link:hover svg.reports-icon path,
    .sidebar-nav .nav-link:hover svg.cash-received-icon path,
    .sidebar-nav .nav-link.active svg.sales-orders-icon path {
        stroke: var(--primary-color);
    }

    .sidebar-nav .nav-link.active svg.invoice-icon path,
    .sidebar-nav .nav-link.active svg.settlement-icon path,
    .sidebar-nav .nav-link.active svg.reports-icon path,
    .sidebar-nav .nav-link.active svg.cash-received-icon path,
    .sidebar-nav .nav-link:hover svg.sales-orders-icon path {
        stroke: var(--primary-color);
    }

.vertical-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(33, 37, 41, 0.35);
    z-index: 1001;
    display: none;
}

.stroke_blk {
    stroke: #000000;
}

.sidebar-nav .nav-link:hover .stroke_blk {
    stroke: var(--primary-color);
}

@media (max-width: 991px) {
    .navbar-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .page-top-bar-right-content {
        width: auto;
    }
}
/* Sidebar menu end */

/* Sidebar dropdown menu start */

.dropdown-content {
    padding-left: 2.8rem;
}

.dropdown-content2 {
    padding-left: 0.875rem;
}

.dropdown-content .nav-link {
    font-size: 0.75rem;
    padding-right: 0;
    font-family: var(--primary-font);
    color: var(--black3);
    font-weight: 500;
    line-height: 10.719px;
    letter-spacing: -0.24px;
}

.dropdown-content .dropdown-content2 .nav-link {
    font-size: 0.75rem;
    padding-right: 0;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    font-weight: var(--fw-500);
    line-height: 10.719px;
    letter-spacing: -0.24px;
}

.dropdown-content,
.dropdown-content2 {
    display: none;
}
/* Sidebar dropdown menu end */

/* Sidebar buton logout start */
.btn-logout-wrap {
    padding: 12px 12px 12px 22px;
}

.sidebar-btn-logout {
    background: var(--primary-color);
    width: 140px;
    height: 46px;
    border: none;
    color: var(--white);
    margin: auto;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sidebar-btn-logout.btn:hover,
    .sidebar-btn-logout.btn:focus {
        background: var(--hover-color);
        color: var(--white);
    }

.logout-btn-small {
    margin: auto;
}

    .logout-btn-small svg {
        color: var(--grey1);
    }

    .logout-btn-small:hover svg {
        color: var(--hover-color);
    }

.bg-transparent {
    background: transparent;
}
/* Sidebar buton logout end */

/* Page content start */
.page-content {
    padding: calc(70px + 1.5rem) calc(1.5rem * 0.5) 60px calc(1.5rem * 0.5);
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content {
        padding: calc(76px + 1.5rem) calc(1.5rem * 0.5) 60px calc(1.5rem * 0.5);
    }
}
/* Page title style start */
.page-title {
    margin: 17px 0px 37px;
}

.page-content {
    min-height: 100vh;
    overflow-x: hidden;
}
/* Table drop content dwnload start */
.table-drop-content-wrap {
    position: absolute;
    right: 15px;
    top: 31px;
    /*top: 18px;*/
    z-index: 6;
}

.table-drop-down-content-box {
    position: relative;
}

.table-drop-down-content {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.table-content-dropdown-pannel {
    width: 8rem;
    border-radius: 5px;
    background-color: var(--white);
    padding: 16px;
    border: 1px solid #dee2e6;
    display: none;
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate(0px, 47px);
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 4;
    right: 0;
    top: -10px;
}

    .table-content-dropdown-pannel.tableDropDownShow {
        display: block;
    }

    .table-content-dropdown-pannel a.dropdown-item {
        font-size: 14px;
        font-weight: 500;
        font-family: var(--primary-font);
        text-transform: uppercase;
        color: #555555;
        transition: 0.3s;
    }

        .table-content-dropdown-pannel a.dropdown-item:hover {
            color: var(--primary-color);
        }
/* Table drop content dwnload end */
/* common Datatable with 100% when navbar collapsed start */
.parent-data-table-wrap .dataTables_filter {
    padding-right: 30px;
}

    .parent-data-table-wrap .dataTables_filter label {
        color: #fff;
    }

        .parent-data-table-wrap .dataTables_filter label .form-control {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23757575' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6'/%3E%3C/svg%3E");
            background-color: #f4f4f4;
            background-position: 94% 50%;
            background-repeat: no-repeat;
            border: 1px solid #f4f4f4;
            font-family: var(--primary-font);
            color: #000 !important;
        }

            .parent-data-table-wrap .dataTables_filter label .form-control:focus {
                background-image: none;
            }

.parent-data-table-wrap .dataTables_length label {
    font-family: var(--primary-font);
    color: #000;
    font-size: 12px;
    font-weight: 600 !important;
}

.parent-data-table-wrap .dataTables_length .form-select {
    font-size: 12px;
    font-weight: 600 !important;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    font-family: var(--primary-font);
    color: #757575;
    color: #000;
}

    .parent-data-table-wrap .dataTables_length .form-select:focus {
        box-shadow: none;
    }

.common-data-table {
    border: 1px solid #f7f7f7;
    border-collapse: collapse;
    width: 100% !important;
}

.tableResize .dataTables_scrollHeadInner {
    width: 100% !important;
    padding-right: 0px !important;
}

.tableResize .dataTables_scrollFootInner {
    width: 100% !important;
}

.tableResize .dataTables_scrollHead {
    width: 100% !important;
}

.tableResize .common-data-table {
    width: 100% !important;
}

.custom-dataTables-wrapper .dataTables_scrollFootInner {
    padding-right: 0px !important;
    width: 100% !important;
}

/*.custom-dataTables-wrapper .dataTables_scrollHeadInner {
    padding-right: 0px !important;
    width: 100% !important;
}*/
/* Common Datatable with 100% when navbar collapsed end */
/* Scrollbar height */
.parent-data-table-wrap
.dataTables_scroll
.dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.parent-data-table-wrap
.dataTables_scroll
.dataTables_scrollBody::-webkit-scrollbar-track {
    background: var(--blue-soft-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

/* Handle */
.parent-data-table-wrap
.dataTables_scroll
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

    /* Handle on hover */
    .parent-data-table-wrap
    .dataTables_scroll
    .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
        background: var(--primary-color);
    }

.parent-data-table-wrap .active > .page-link,
.page-link.active {
    background: var(--primary-color);
}

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

.common-table-title {
    color: #5c6160;
    font-family: var(--primary-font);
    font-size: 16.579px;
    font-weight: 400;
    line-height: 16.579px;
}

.common-data-table th {
    color: var(--black);
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.common-data-table th,
.common-data-table td {
    border: none;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 8px;
}

.common-data-table th {
    white-space: nowrap;
}

.common-data-table td {
    color: #2e2e2e;
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
}

.common-data-table th,
.common-data-table td {
    padding-right: 30px;
}

.dataTables_wrapper {
    margin-top: 16px;
}

@media (max-width: 992px) {
    .dataTables_length {
        margin-bottom: 16px;
    }
}

.parent-data-table-wrap .page-link:focus {
    box-shadow: none;
}

.parent-data-table-wrap .page-link:hover {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Scrollbar height */
.parent-data-table-wrap
.dataTables_scroll
.dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

/* Track */
.parent-data-table-wrap
.dataTables_scroll
.dataTables_scrollBody::-webkit-scrollbar-track {
    background: var(--blue-soft-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

/* Handle */
.parent-data-table-wrap
.dataTables_scroll
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

    /* Handle on hover */
    .parent-data-table-wrap
    .dataTables_scroll
    .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
        background: var(--primary-color);
    }

.parent-data-table-wrap .active > .page-link,
.page-link.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link {
    color: var(--primary-color);
}

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

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

.table-link {
    color: var(--purple-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

    .table-link:hover,
    .table-link:focus {
        color: var(--purple-color-hover);
        text-decoration: underline;
    }

.table-view-file {
    color: var(--primary-color);
    transition: 0.4s;
}
/* Common Datatable sec end */
/* Common card section start */
.common-card {
    border-radius: var(--border-radius-16);
    -webkit-border-radius: var(--border-radius-16);
    -moz-border-radius: var(--border-radius-16);
    -ms-border-radius: var(--border-radius-16);
    -o-border-radius: var(--border-radius-16);
    border: 0;
    margin-bottom: 24px;
}

    .common-card .card-title {
        flex-direction: column;
    }

.common-table-top-wrapper {
    flex-direction: column;
}
/* Common card sesction end */
/* Common Page top section start */
.page-top-common-btn-back {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--primary-color);
    font-family: var(--primary-font);
    border: 1px solid var(--primary-color);
}

.page-top-common-btn-add {
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

    .page-top-common-btn-add:hover {
        background-color: #424245;
        border-color: #424245;
    }

.page-top-common-btn-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    border: none;
}

.add-user-text {
    margin-right: 8px;
}

.page-top-common-add-btn-wrap {
    margin-right: 15px;
}
/* Filter Panel start */
.page-top-filter-panel {
    background-color: var(--white);
    border-radius: 5px;
    padding: 37px 5px 37px 37px;
    width: 400px;
    height: auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* Safari, Chrome */
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* Firefox */
    -ms-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* Internet Explorer 9 */
    position: absolute;
    top: 32px;
    right: -400px;
    opacity: 0;
    transition: 0.3s;
    z-index: 7;
}

.filter-submit-ntn-wrap {
    padding-right: 33px;
    padding-top: 12px;
}

.page-top-filter-panel.slideFilterIn {
    right: 0;
    opacity: 1;
}

.filter-title-wrap {
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
}

    .filter-title-wrap .filter-title {
        font-family: var(--primary-font);
        font-size: 18px;
        font-weight: 500;
        color: #202224;
    }

.filter-form-element {
    height: 47vh;
    overflow-y: auto;
    padding-right: 27px;
}

    .filter-form-element .form-label {
        font-family: var(--primary-font);
        font-size: 14px;
        font-weight: 500;
        color: #202224;
    }

    .filter-form-element .form-control {
        /*border-color: #ececec;*/
        border-color: #8A8A8A;
        background-color: #fafafa;
        font-family: var(--primary-font);
        font-size: 12px;
        height: 38px;
    }

        .filter-form-element .form-control::placeholder {
            color: #979797;
        }

.filter-submit-button {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

    .filter-submit-button:hover {
        background-color: #424245;
    }

.filter-search-icon {
    margin-left: 8px;
}

/* Filter Panel end */

/* Common from sec start */
.common-form .form-label {
    font-family: var(--primary-font);
    color: #202224;
    font-size: 14px;
    font-weight: 500;
}

.common-form .form-control {
    /*border-color: #ececec;*/
    border-color: #8A8A8A;
    background-color: #fafafa;
    font-family: var(--primary-font);
    font-size: 12px;
    height: 38px;
    /*padding: 0.563rem 0.75rem;*/
}

.login-form .input-group-text {
    border-color: #8A8A8A;
}

.login-form .form-control {
    border-color: #8A8A8A;
}

.common-form .form-control::placeholder {
    color: #979797;
}

.asterix-red {
    color: #ff0000;
}

.common-form-btn-search {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

    .common-form-btn-search:hover {
        background-color: #424245;
    }

.common-form-btn-cancel {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: #ff0000;
    border: 1px solid #ff0000;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
}

.common-form-btn-search-icon {
    margin-left: 8px;
}

@media (min-width: 767px) {
    .common-form-btn-search-wrap {
        margin-top: 29px;
    }
}
/* Common from sec end */
/* Common scrollbar start */
/* width */
.common-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

/* Track */
.common-scrollbar::-webkit-scrollbar-track {
    background: var(--blue-soft-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

/* Handle */
.common-scrollbar::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

    /* Handle on hover */
    .common-scrollbar::-webkit-scrollbar-thumb:hover {
        background: var(--primary-color);
    }
/* Common scrollbar end */
/* Select 2 start */

.selectSelectionDrop.select2-dropdown {
    border: 1px solid #8A8A8A;
}

.select2-container--default
.selectSelectionDrop
.select2-search--dropdown
.select2-search__field {
    border: 1px solid #8A8A8A;
}

.selectSelectionDrop .select2-search__field {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 16 16'%3E%3Cpath fill='%238A8A8A' fill-rule='evenodd' d='M11.5 7a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-.82 4.74a6 6 0 1 1 1.06-1.06l3.04 3.04a.75.75 0 1 1-1.06 1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.select2-container--default .select2-selection--single.selectSelection {
    height: 38px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /*border: 1px solid #ececec;*/
    border: 1px solid #8A8A8A;
    display: flex;
    align-items: center;
}

    .select2-container--default
    .select2-selection--single.selectSelection
    .select2-selection__arrow {
        height: 40px;
    }

    .select2-container--default
    .select2-selection--single.selectSelection
    .select2-selection__placeholder {
        color: #979797;
        font-family: var(--primary-font);
        font-size: 12px;
    }

    .select2-container--default
    .select2-selection--single.selectSelection
    .select2-selection__arrow
    b {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23979797' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        border: none;
        background-repeat: no-repeat;
        /* height: 40px; */
        height: 38px;
        width: 20px;
        left: auto;
        top: auto;
        margin-top: 0;
        background-position: center;
        display: flex;
        align-items: center;
        margin-left: -9px;
    }

.select2-container--open .selectSelection .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding: 0.375rem 1.5rem 0.375rem 0.75rem;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #464f60;
}

.select2-container--default
.selectSelectionDrop
.select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--primary-color);
}
/* Select 2 end */

/* Common Page top section end */

/* Tab content section start */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #F5F5F5;
}

.tab-content-sec {
    margin: 32px 0 0;
}

    .tab-content-sec .nav-tabs .nav-link.active {
        background-color: transparent;
        border-bottom: 2px solid var(--primary-color);
        border-top: 1px solid #F5F5F5;
        border-left: 1px solid #F5F5F5;
        border-right: 1px solid #F5F5F5;
        font-weight: 600;
    }

    .tab-content-sec .nav-tabs .nav-link {
        font-family: var(--primary-font);
        color: var(--black);
        font-weight: 500;
        font-size: 16px;
    }

.tab-card-space {
    margin-top: 2rem;
}
/* .tab-content-sec .nav-tabs .nav-link:focus {
  border-top: none;
  border-left: none;
  border-right: none;
} */
/* Tab content section  end */

/* Common Modal start */
.modal-common-card {
    background-color: #edeff5;
    border-radius: 12px;
    border-color: #edeff5;
}
/* Common Modal end */

/* Page content end */
/* Footer start */
.footer {
    padding: 20px calc(1.5rem * 0.5);
    color: var(--grey2);
    background: var(--white);
    font-family: var(--primary-font);
}

    .footer.left-70 {
        left: 70px;
    }
/* Footer end */

/* Media query start */
@media (min-width: 992px) {
    .logo-lg {
        /*width: 130px;*/
        width: auto;
        display: inline-block;
        margin: auto;
        padding-left: 0;
    }

        .logo-lg img {
            width: 100%;
            height: 100%;
        }
}
/* Media query end */
/*Dashboard style start*/

.vers_wrpr h6 {
    font-size: 10px;
    color: #242425;
    opacity: 0.7;
    line-height: 14px;
}

.vers_wrpr {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 60px;
    border-top: 1px solid rgba(229, 229, 229, 0.82);
}

.ftr_copyrgt_txt {
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

.cpy_icn {
    font-size: 18px;
    vertical-align: sub;
}

.page-top-bar-right-content {
    background: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.topbar-user .header-profile-user {
    margin-right: 6px;
    width: 24px;
}

.top_bar_srchWrpr {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.top_bar_srchinnr {
    line-height: 30px;
    border: 1px solid #d9d7d7;
    padding-left: 5px;
    border-radius: 5px;
}

.header-help {
    width: 24px;
}

.header-settings {
    width: 24px;
}

.header-notification {
    width: 24px;
}

.brdr_rgt_abs {
    position: relative;
}

    .brdr_rgt_abs:after {
        content: '';
        position: absolute;
        top: 4px;
        right: 0;
        width: 1px;
        height: 20px;
        background: #fff;
        display: block;
    }

.hding_1 {
    font-family: var(--primary-font);
    color: #022E57;
    font-weight: 500;
    font-size: 17px;
}

.pl_6 {
    padding-left: 6px;
}

.analytics_infohdng {
    color: #022E57;
    font-weight: 500;
}

.analytics_cont_outr {
    border-radius: 5px;
    box-shadow: 0 0 10px 0px #e1e1e1;
    height: 100%;
}

.analytics_info_time {
    color: #171766;
    font-size: 14px;
}

.analytics_icon_wrpr {
    width: 84px;
    height: 64px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.analytics_icon_bkgcolr_1 {
    background: #ECEEFF;
}

.pie, .pie2, .pie3, .pie4, .pie5, .pie6 {
    width: 81px !important;
    height: 81px !important;
}

    .pie svg,
    .pie2 svg,
    .pie3 svg,
    .pie4 svg,
    .pie5 svg,
    .pie6 svg {
        width: 81px;
        height: 81px;
    }

.analytics_icon_bkgcolr_2 {
    background: #D1FFE6;
}

.analytics_icon_bkgcolr_3 {
    background: #EAF4EF;
}

.analytics_icon_bkgcolr_4 {
    background: #FFF6DB;
}

.analytics_icon_bkgcolr_5 {
    background: #ECEEFF;
}

.analytics_icon_bkgcolr_6 {
    background: #FFE8E7;
}

.pjp_stats_wrpr .accordion-button:after {
    position: absolute;
    right: 20px;
}

.pjp_hdng {
    font-size: 15px;
    font-weight: 700;
}

.pjp_count {
    font-size: 12px;
    font-weight: 500;
}

.cust_name_pjp {
    font-size: 15px;
    font-weight: 700;
    color: #344054;
    margin-bottom: 4px;
}

.cust_add_pjp {
    font-size: 13px;
    font-weight: 500;
    color: #6C6C6C;
    line-height: 15px;
}

.pjp_date {
    font-size: 13px;
    font-weight: 500;
    color: #6C6C6C;
}

.pjp_time {
    font-size: 13px;
    font-weight: 500;
    color: #1BBB65;
}

.pjp_stats_wrpr .accordion-button {
    background: #F3F3F3;
    /* border-bottom: 1px solid #e9e9e9; */
    box-shadow: none;
}

.pjp_meet_status {
    font-size: 13px;
    font-weight: 500;
}

.pjp_current_status {
    font-size: 13px;
    font-weight: 500;
}

.scheduled_colr {
    color: var(--scheduled-color);
}

.approved_colr {
    color: var(--approved-color);
}

.pjp_stats_wrpr .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid transparent;
    margin-bottom: 10px;
}

.pjp_stats_wrpr .accordion {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0px #ededed;
}

.btn_lnk {
    color: #495AFF;
    font-weight: 500;
    font-size: 14px;
}

.inspection_nor {
    font-size: 25px;
    text-align: center;
    width: 81px;
}
/*Dashboard style end*/
/* Login style start */
.login-bg {
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(88,88,90,1) 100%);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.logon-footer-text {
    text-align: center;
    color: #fff;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 12px;
    margin-top: 27px;
}

.login-bg::after {
    content: "";
    display: none;
}

@media (min-width:768px) {
    .login-bg::after {
        content: "";
        background-image: url(../green-images/banner/login-banner--tree.png);
        background-repeat: repeat-x;
        background-position: bottom;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: block;
    }
}

.login-card-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.login-card {
    width: auto;
    height: auto;
    border-radius: 10px;
    background: #fff;
    position: relative;
    margin: 3.75rem auto 1.75rem;
    box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.35);
}

    .login-card .card-body {
        padding-left: 25px;
        padding-right: 25px;
    }

.login-card {
    width: 359px;
    height: 506px;
    border: 0;
    height: auto;
}

@media (min-width: 576px) {
    .login-card {
        width: 359px;
        height: 506px;
        border: 0;
        height: auto;
    }
}

.card-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 50px;
    background-color: #595b5a;
    border-radius: 10px 10px 0 0;
}

    .card-logo-wrap img {
        height: auto;
        width: 100%;
        /*border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;*/
    }

.card-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card-title {
    color: var(--primary-color);
    font-family: Poppins;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 100%; /* 33px */
    text-transform: uppercase;
    font-family: var(--primary-font);
    margin: 1.2rem auto 0;
}

.form-title .login-form-title {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 1.5rem;
}

.form-subtitle {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 0.9313rem;
    font-weight: 400;
    line-height: 1.3;
}

.login-form .form-label {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%;
}

.login-form .forgot-password-text,
.login-form .form-check-label {
    font-size: 0.75rem;
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 100%;
}

.login-form .form-control {
    border-left: 0px;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.login-form .input-group-text {
    border-right: 0px;
    position: relative;
}

    .login-form .input-group-text:after {
        content: "";
        width: 1px;
        height: 25px;
        background-color: #8A8A8A;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        z-index: 6;
    }

.forgot-password-text {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600 !important;
}

.btn-log-in {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: 100%;
    height: 42px;
}

    .btn-log-in:hover,
    .btn-log-in.btn:focus {
        background-color: var(--greynew-3);
        border-color: var(--greynew-3);
    }

.account-sign-up-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.975rem;
    width: 100%;
    text-align: center;
}

.sign-up-info-text {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    /* height: 42px; */
}

    .sign-up-info-text.sign-up-info-text-forgot-password a {
        text-align: center;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

        .sign-up-info-text.sign-up-info-text-forgot-password a:hover {
            font-size: 1rem;
        }

    .sign-up-info-text a {
        color: var(--white);
        text-decoration: 1.2px solid underline;
        text-underline-offset: 0.1rem;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

        .sign-up-info-text a:hover {
            color: var(--white);
            font-size: 1rem;
        }

.forgot-password-text:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #303032;
}
/* Login style end */
/* // password visible hidden component start */

.passwordHidden,
.passwordShowed {
    position: absolute;
    top: 9px;
    right: 12px;
    stroke: #c8c7cc;
    fill: none;
    width: 20px;
    height: 20px;
    z-index: 5;
}

.passwordHideShow .passwordShowed {
    top: 9px;
}

.passwordHidden,
.passwordShowed {
    right: 12px;
}

.input-field {
    position: relative;
    width: 100%;
}

/* // password visible hidden component end */

.status-pending {
    /*    border: 1px solid #89A3B2;
    border-radius: 4px;
    padding: 1px 6px;
    background: #e7edf0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF0000 !important;
    letter-spacing: 0.2px;
    font-size: 12px;
    /*min-width: 83px;*/
}

.status-success {
    /* border: 1px solid #1BBC65;
    border-radius: 4px;
    padding: 1px 6px;
    background: #cfe9e4;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #079E4C;
    font-size: 11px;
    letter-spacing: 0.2px;
    font-size: 12px;
    /*min-width: 83px;*/
}

.status-created {
    /*  border: 1px solid #E8751A;
    border-radius: 4px;
    padding: 1px 6px;
    background: #fdf1e8;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E8751A;
    letter-spacing: 0.2px;
    font-size: 12px;
    /*min-width: 83px;*/
}

.calender-icon {
    background-image: url('data:image/svg+xml,<svg width="24" height="23" viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.42"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9469 2.65322L15.9479 3.37161C18.5576 3.5785 20.2816 5.37735 20.2844 8.13597L20.2947 16.2107C20.2984 19.2183 18.4304 21.0689 15.4362 21.0737L8.12234 21.0833C5.14685 21.0871 3.25548 19.1925 3.25174 16.1762L3.24145 8.19632C3.2377 5.4195 4.90084 3.62544 7.51059 3.3831L7.50966 2.66471C7.50872 2.24326 7.8174 1.92621 8.22898 1.92621C8.64055 1.92525 8.94923 2.24134 8.95017 2.6628L8.9511 3.33329L14.5074 3.32563L14.5064 2.65513C14.5055 2.23368 14.8142 1.91759 15.2257 1.91663C15.628 1.91567 15.946 2.23176 15.9469 2.65322ZM4.68291 8.49223L18.8448 8.47308V8.13783C18.8046 6.07844 17.7831 4.99799 15.9498 4.83707L15.9507 5.57461C15.9507 5.98649 15.6336 6.31312 15.2314 6.31312C14.8198 6.31408 14.5102 5.98841 14.5102 5.57653L14.5092 4.80067L8.95299 4.80833L8.95393 5.58323C8.95393 5.99607 8.64618 6.32174 8.2346 6.32174C7.82303 6.3227 7.51341 5.99798 7.51341 5.58515L7.51248 4.8476C5.68846 5.03247 4.67916 6.11676 4.68197 8.19434L4.68291 8.49223ZM14.8376 12.8457V12.8562C14.847 13.2968 15.2024 13.6311 15.6336 13.6215C16.0546 13.611 16.3904 13.246 16.381 12.8054C16.3614 12.384 16.0237 12.0401 15.6037 12.0411C15.1734 12.0506 14.8367 12.405 14.8376 12.8457ZM15.6102 17.1464C15.1799 17.1368 14.8328 16.7738 14.8319 16.3332C14.8226 15.8926 15.1677 15.5277 15.598 15.5171H15.6074C16.047 15.5171 16.4034 15.8801 16.4034 16.3303C16.4043 16.7805 16.0489 17.1455 15.6102 17.1464ZM10.9837 12.8611C11.0024 13.3017 11.3588 13.6456 11.7891 13.6264C12.21 13.6063 12.5458 13.2423 12.5271 12.8017C12.5168 12.3707 12.1707 12.0354 11.7498 12.0364C11.3195 12.0555 10.9828 12.4205 10.9837 12.8611ZM11.7929 17.1034C11.3626 17.1226 11.0072 16.7787 10.9875 16.3381C10.9875 15.8975 11.3233 15.5335 11.7536 15.5134C12.1745 15.5124 12.5216 15.8477 12.5309 16.2777C12.5506 16.7193 12.2138 17.0833 11.7929 17.1034ZM7.12992 12.8945C7.14863 13.3352 7.50502 13.68 7.9353 13.6599C8.35623 13.6407 8.69203 13.2758 8.67239 12.8352C8.66304 12.4041 8.31694 12.0689 7.89508 12.0698C7.46479 12.089 7.12899 12.4539 7.12992 12.8945ZM7.939 17.1081C7.50872 17.1282 7.15327 16.7834 7.13362 16.3428C7.13269 15.9021 7.46943 15.5372 7.89971 15.518C8.32064 15.5171 8.66767 15.8523 8.67703 16.2834C8.69667 16.724 8.36086 17.0889 7.939 17.1081Z" fill="%2358585A"/></g></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.table-cell-action-text {
    color: #3D42DF;
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 500;
}



.table-cell-status-select select:focus {
    box-shadow: none;
}


.custom-select {
    position: relative;
    display: inline-block;
    width: 90px;
}

.select-selected {
    background-color: #fff;
    padding: 2px 10px 2px 0px;
    cursor: pointer;
}


.select-items {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    border-radius: 6px;
    z-index: 99;
    width: 100%;
}

.select-option {
    padding: 5px 10px;
    cursor: pointer;
}

    .select-option:hover {
        background-color: #efeff1;
    }

.select-hide {
    display: none;
}


.option-approved {
    color: #079E4C;
}

.option-rejected {
    color: #FF0000;
}

.option-rollbacked {
    color: #F3AB00;
}

.option-active {
    color: #58585A;
}

.option-booked {
    color: #a53d08;
}

.option-inactive {
    color: #F3AB00;
}

.selected-field {
    background-image: url('data:image/svg+xml,<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.898205" d="M0 0.5H11.613L5.80648 5.5L0 0.5Z" fill="%23344054"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.table-cell-action-text:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #070eed;
}

/* Custom multiple select dropdown start*/

.select-box-wrap {
    position: relative;
}

.select-box {
    width: 100%;
    /* background: var(--white); */
}

.select-box-drop-down {
    width: 100%;
    background-color: var(--white);
    border-radius: 0 0 4px 4px;
    padding: 4px;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    position: absolute;
    top: 97%;
    border: 1px solid #8A8A8A;
}



.selectBoxDrop {
    display: none;
}

.from-select-field {
    font-family: var(--primary-font);
    color: #979797;
    font-size: 12px;
    line-height: 1.5;
    height: 38px;
    border-radius: 5px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 12px;
    border-color: #8A8A8A;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23979797' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.customSelectCountStyle.from-select-field {
    border-radius: 5px 5px 0 0;
    background-image: none;
}

.customSelectCountStyle {
    background-size: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 1024 1024'%3E%3Cpath fill='%238A8A8A' d='M104.704 685.248a64 64 0 0 0 90.496 0l316.8-316.8l316.8 316.8a64 64 0 0 0 90.496-90.496L557.248 232.704a64 64 0 0 0-90.496 0L104.704 594.752a64 64 0 0 0 0 90.496'/%3E%3C/svg%3E") !important;
}

.select-option-search-box .form-control {
    font-family: var(--primary-font);
    color: var(--black3);
    font-size: 12px;
    line-height: 19px;
    height: 34px;
    border-color: #8A8A8A;
    border-radius: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 16 16'%3E%3Cpath fill='%238A8A8A' fill-rule='evenodd' d='M11.5 7a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-.82 4.74a6 6 0 1 1 1.06-1.06l3.04 3.04a.75.75 0 1 1-1.06 1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.select-option-list .form-check-label {
    font-family: var(--primary-font);
    font-size: 12px;
    /*padding-left: 10px;*/
    color: var(--black3);
    padding-top: 3px;
}

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

    .select-option-list .form-check input {
        border-color: #8A8A8A;
        cursor: pointer;
    }

.select-option-list .form-check-input:checked {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

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

.selectbox-elemt-style {
    color: #464f60 !important;
    font-size: 14px;
}

.custom-form-check label {
    display: flex;
    cursor: pointer;
}

    .custom-form-check label .form-check-label {
        padding-left: 10px;
    }
/* Custom multiple select dropdown end*/
.status-fixed-width1 {
    width: 100px;
}

/* Map page style start */
.map-top-sec {
    margin-top: 16px;
    margin-bottom: 16px;
}

.create-route-button::after {
    content: "";
    display: none;
}

.create-route-card {
    background-color: var(--white);
    width: 268px;
    min-height: 453px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    border: none;
    padding: 14px;
}

.card-upload-title {
    font-family: var(--primary-font);
    color: #202224;
    font-size: 16px;
    font-weight: 500;
}

.create-route-card {
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 1;
}

    .create-route-card .nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .create-route-card .nav .nav-item {
            width: 50%;
        }

    .create-route-card .nav-link {
        padding: 10px;
        border-radius: 0;
        background-color: #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
        width: 100%;
        font-family: var(--primary-font);
        color: #202224 !important;
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 500;
    }

        .create-route-card .nav-link:hover {
            background-color: #DBFFEB;
            border-bottom-color: var(--primary-color);
        }

        .create-route-card .nav-link.active {
            background-color: #DBFFEB;
            border-bottom: 1px solid var(--primary-color);
        }

.map-form-element .form-control {
    /* border-color: #ececec; */
    border-color: #8A8A8A;
    background-color: #fafafa;
    font-family: var(--primary-font);
    font-size: 12px;
    height: 38px;
}

.form-devider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--primary-color);
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50%;
    margin: auto;
}

.common-tab-submit-button-wrap {
    /*    padding-right: 33px;
    padding-top: 12px;*/
}

.common-tab-submit-button {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

    .common-tab-submit-button:hover {
        background-color: #424245;
        border-color: #424245;
    }

.plot-icon {
    background-repeat: no-repeat;
    background-position: right 97px center;
    font-weight: 500;
    padding-right: 36px;
    background-image: url('data:image/svg+xml,<svg width="19" height="21" viewBox="0 0 19 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.836 17.2687H12.1705C12.7862 16.6927 13.3669 16.0769 13.9091 15.4248C15.9434 12.9737 17.0217 10.3898 17.0217 7.95193C17.0217 6.13989 16.3346 4.40207 15.1116 3.12076C13.8885 1.83946 12.2297 1.11963 10.5 1.11963C8.77034 1.11963 7.11151 1.83946 5.88844 3.12076C4.66538 4.40207 3.97827 6.13989 3.97827 7.95193C3.97827 10.3898 5.05362 12.9737 7.09092 15.4248C7.63312 16.0769 8.2138 16.6927 8.82956 17.2687H5.16404C5.0068 17.2687 4.856 17.3341 4.74481 17.4506C4.63362 17.5671 4.57116 17.7251 4.57116 17.8898C4.57116 18.0545 4.63362 18.2125 4.74481 18.329C4.856 18.4455 5.0068 18.5109 5.16404 18.5109H15.836C15.9932 18.5109 16.144 18.4455 16.2552 18.329C16.3664 18.2125 16.4289 18.0545 16.4289 17.8898C16.4289 17.7251 16.3664 17.5671 16.2552 17.4506C16.144 17.3341 15.9932 17.2687 15.836 17.2687ZM5.16404 7.95193C5.16404 6.46935 5.72622 5.0475 6.72691 3.99916C7.7276 2.95082 9.08482 2.36186 10.5 2.36186C11.9152 2.36186 13.2724 2.95082 14.2731 3.99916C15.2738 5.0475 15.836 6.46935 15.836 7.95193C15.836 12.3953 11.7251 16.1041 10.5 17.1134C9.27496 16.1041 5.16404 12.3953 5.16404 7.95193ZM13.4644 7.95193C13.4644 7.3377 13.2906 6.73727 12.9648 6.22655C12.6391 5.71584 12.1761 5.31779 11.6344 5.08274C11.0928 4.84768 10.4967 4.78618 9.92168 4.90601C9.34664 5.02584 8.81843 5.32162 8.40384 5.75594C7.98926 6.19027 7.70693 6.74363 7.59254 7.34606C7.47816 7.94848 7.53687 8.57291 7.76124 9.14038C7.98561 9.70786 8.36557 10.1929 8.85306 10.5341C9.34056 10.8754 9.9137 11.0575 10.5 11.0575C11.2862 11.0575 12.0402 10.7303 12.5962 10.1479C13.1521 9.5655 13.4644 8.77558 13.4644 7.95193ZM8.72135 7.95193C8.72135 7.58339 8.82567 7.22313 9.02111 6.9167C9.21655 6.61028 9.49434 6.37145 9.81935 6.23041C10.1444 6.08938 10.502 6.05248 10.847 6.12438C11.192 6.19627 11.509 6.37374 11.7577 6.63434C12.0065 6.89493 12.1759 7.22695 12.2445 7.5884C12.3131 7.94986 12.2779 8.32452 12.1433 8.665C12.0087 9.00549 11.7807 9.2965 11.4882 9.50125C11.1957 9.706 10.8518 9.81528 10.5 9.81528C10.0283 9.81528 9.57587 9.61896 9.24231 9.26952C8.90875 8.92007 8.72135 8.44612 8.72135 7.95193Z" fill="%2358585A"/></svg>');
}

.map-form-element .form-control.plot-btn-field {
    border: 1px solid #BBE2C7;
    background-color: #BBE2C7;
    font-size: 14px;
    color: var(--primary-color);
}

.tab-demo-download-excel-link {
    border: 1px solid #4880FF;
    background-color: transparent;
    font-size: 14px;
    color: #4880FF;
    font-family: var(--primary-font);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.map-form-element .form-label {
    font-family: var(--primary-font);
    font-size: 14px;
    color: var(--primary-color);
    line-height: 100%;
}

.tab-upload-file-button {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

    .tab-upload-file-button:hover {
        background-color: #E9ECEF;
        border-color: #8A8A8A;
    }

.upload-file-icon {
    background-repeat: no-repeat;
    background-position: right 84px center;
    font-weight: 500;
    padding-right: 36px;
    background-image: url('data:image/svg+xml,<svg width="14" height="18" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.25 16.75H13.25M7.25 12.75V0.75M7.25 0.75L10.75 4.25M7.25 0.75L3.75 4.25" stroke="%2358585A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.map-form-element .form-file {
    border: none;
    border-radius: 0px;
}

input.form-file::file-selector-button {
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--primary-color);
    background-color: #EFEFEF;
    border: 1px solid #8A8A8A;
    border-radius: 2px;
    text-transform: capitalize;
    padding: 5px 16px;
}
/* Map page style  end */

.form-control:disabled {
    background-color: var(--bs-secondary-bg) !important;
    border-color: var(--bs-secondary-bg) !important;
    opacity: 1;
}

.common-upload-file-input {
    border: none;
    border-radius: 0px;
}

input.common-upload-file-input::file-selector-button {
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--primary-color);
    background-color: #EFEFEF;
    border: 1px solid #8A8A8A;
    border-radius: 2px;
    text-transform: capitalize;
    padding: 5px 16px;
}

.status-identified {
    border: 1px solid #F96060;
    border-radius: 4px;
    padding: 1px 6px;
    background-color: #fedfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    letter-spacing: 0.2px;
    font-size: 10px;
    min-width: 83px;
}

.status-interested {
    border: 1px solid #FF8C00;
    border-radius: 4px;
    padding: 1px 6px;
    background-color: #fff4e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    letter-spacing: 0.2px;
    font-size: 10px;
    min-width: 83px;
}

.status-confirmed {
    border: 1px solid #7983EA;
    border-radius: 4px;
    padding: 1px 6px;
    background-color: #f2f3fd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    letter-spacing: 0.2px;
    font-size: 10px;
    min-width: 83px;
}


.status-booked {
    border: 1px solid #00D1FF;
    border-radius: 4px;
    padding: 1px 6px;
    background-color: #e6faff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    letter-spacing: 0.2px;
    font-size: 10px;
    min-width: 83px;
}

/**/
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--vz-primary);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: var(--vz-font-weight-medium);
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.profile-user .profile-photo-edit {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    cursor: pointer;
}

.profile-user .profile-img-file-input {
    display: none;
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.profile-user .profile-photo-edit {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    cursor: pointer;
}

.profile-user .user-profile-image {
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-xl {
    height: 120px;
    width: 120px;
}

/*.profile-image-box img{
    width:100%;
    height:100%;
    object-fit: cover;
}*/

.profile-info {
    margin-left: 31px;
}

.confirmed-badge {
    border: 1px solid #7983EA;
    border-radius: 5px;
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 10px;
    color: #7983EA;
    line-height: 100%;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px;
}

.profile-info h5 {
    font-weight: 500;
    font-family: var(--primary-font);
    color: #344054;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.profile-info p {
    font-weight: 500;
    font-family: var(--primary-font);
    color: #6C6C6C;
    font-size: 14px;
}

.tel-no {
    margin-left: 5px;
}

.profile-more-wrap {
    position: relative;
}

.profile-more {
    cursor: pointer;
}

.profile-more-dropdown {
    display: none;
    position: absolute;
    top: auto;
    right: 0;
    background: #fff;
    border-radius: 5px;
    width: 150px;
    height: auto;
    padding: 8px;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

    .profile-more-dropdown ul li a {
        font-weight: 500;
        font-family: var(--primary-font);
        color: #6C6C6C;
        font-size: 14px;
    }

    .profile-more-dropdown.show {
        display: block;
    }

.user-management-details-wrap {
    margin-top: 18px;
}

    .user-management-details-wrap .accordion-button::after {
        background-image: url('data:image/svg+xml,<svg width="13" height="6" viewBox="0 0 13 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.898205" d="M0.984375 0.000488281L13.0007 0.000488281L6.99255 5.30392L0.984375 0.000488281Z" fill="%23344054"/></svg>');
        background-repeat: no-repeat;
        transform: none;
    }


    .user-management-details-wrap .accordion-button:not(.collapsed)::after {
        background-image: url('data:image/svg+xml,<svg width="13" height="6" viewBox="0 0 13 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.898205" d="M12.0161 6H-0.000230073L6.00794 0.696569L12.0161 6Z" fill="%23344054"/></svg>');
        background-repeat: no-repeat;
        transform: none;
    }

    .user-management-details-wrap .accordion-button:not(.collapsed) {
        background-color: #D9D9D9;
    }

    .user-management-details-wrap .accordion-button {
        font-weight: 500;
        font-family: var(--primary-font);
        color: #28332D;
        font-size: 14px;
    }

/*Progress Bar start*/

.custom-progress-bar {
    width: 65%;
    height: 120px;
    margin: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-bar {
    position: relative;
    width: 88%;
    display: flex;
    align-items: center;
    overflow: inherit;
}

    .progress-bar .progress {
        overflow: inherit;
        width: 100%;
        height: 120px;
        list-style: none;
        counter-reset: step;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .progress-bar .progress li {
            position: relative;
            width: 35px;
            height: 35px;
            border-radius: 35px;
            background-color: #fff;
            border: 2px solid #D9D9D9;
            cursor: pointer;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .progress-bar .progress li:before {
                content: "";
                width: 16px;
                height: 16px;
                background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.375" width="16" height="16" rx="8" fill="%23D9D9D9"/></svg>');
                cursor: pointer;
                background-position: center center;
                z-index: 3;
                display: flex;
                align-items: center;
                justify-content: center;
            }

.custom-progress-bar .progress-bar .progress {
    /*height:120px;*/
    background-color: transparent;
}

.progress-bar .progress li.active {
    background-color: #58585A;
    border-color: #58585A;
}

    .progress-bar .progress li.active:before {
        content: "";
        background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.99997 15.586L6.70697 12.293L5.29297 13.707L9.99997 18.414L19.707 8.707L18.293 7.293L9.99997 15.586Z" fill="white"/></svg>');
        background-position: center center;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.progress-bar .progress li span {
    position: absolute;
    top: 130%;
    color: #000;
    font-size: 0.875rem;
    white-space: nowrap;
}

.step-content {
    position: absolute;
    top: 37px;
    text-align: center;
}

.progress-bar .progress li .step-title {
    color: #6E7B90;
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
    text-transform: capitalize;
}

.progress-bar .progress li .step-date {
    font-family: var(--primary-font);
    color: #58585A;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
    text-transform: uppercase;
}

.progress-bar .bar {
    position: absolute;
    width: 99%;
    height: 3px;
    overflow-x: hidden;
    background-color: #CFD6DC;
}

    .progress-bar .bar .fill {
        position: absolute;
        height: 3px;
        background-color: #58585A;
    }

/*Progress Bar end*/

/*privilege section_*/
.priv-content-sec {
    background: #fff;
    border-radius: 10px;
}

.priv_content_sec_innr {
    background: #EDEFF5;
    border-radius: 6px;
}

    .priv_content_sec_innr .accordion-button:not(.collapsed) {
        background: var(--primary-color);
        color: #fff;
        border: none;
        box-shadow: none;
    }

        .priv_content_sec_innr .accordion-button:not(.collapsed):focus {
            border: none !important;
            box-shadow: none !important;
        }

        .priv_content_sec_innr .accordion-button:not(.collapsed)::after {
            background-image: var(--bs-accordion-btn-active-icon);
            transform: var(--bs-accordion-btn-icon-transform);
            filter: invert(1);
        }

.custom-menu-check-label {
    width: 220px;
}

.form-checkboxes-menu-card {
    background-color: #fff;
    padding: 20px 20px 20px 0;
    border: none;
}

.menu-card-checkboxes-label {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.btn-search {
    display: flex;
    padding: 9px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
/*===========================================================*/

.common-form-btn-search-wrap {
    max-width: 100px;
}

.overflow-visible-table-wrap .table-responsive,
.overflow-visible-table-wrap .dataTables_scrollBody {
    overflow: visible !important;
}

.common-data-table th {
    background-color: #F8F8F8;
    border-bottom: 0 !important;
}

.approval_status {
    pointer-events: none;
}

    .approval_status .selected-field {
        background-image: none;
    }


.order_delivered {
    color: #079E4C !important;
}

.order_pending {
    color: #FF0000 !important;
}

.meeting_purpose {
    color: #7983EA !important;
}

.appointment_scheduled {
    color: #7983EA !important;
}

.meeting_closed {
    color: #079E4C !important;
}

.appointment_closed {
    color: #079E4C !important;
}

.dataTables_scrollBody {
    max-height: 400px;
}

.inspection_report_pending {
    color: #FF0000 !important;
}

.inspection_report_completed {
    color: #079E4C !important;
}

.table-content-dropdown-pannel.tableDropDownShow {
    padding-left: 0;
    padding-right: 0;
}

.table-content-dropdown-pannel a.dropdown-item {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .table-content-dropdown-pannel a.dropdown-item:hover {
        color: var(--white);
        background: var(--primary-color);
    }

.status_approved {
    color: #079E4C !important;
}

.status_rejected {
    color: #FF0000 !important;
}

.status_rollbacked {
    color: #F3AB00 !important;
}

.status-active {
    color: #079E4C !important;
}

.status-inactive {
    color: #FF0000 !important;
}


.progress-label {
    font-family: var(--primary-font);
    color: #58585A;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.progress-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.progress-number-wrap {
    font-family: var(--primary-font);
    width: 100%;
    color: #58585A;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    justify-content: flex-end;
}

.progress-title {
    display: flex;
    width: 100%;
    font-family: var(--primary-font);
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
}

/*.progress-number-current{}
.progress-number-devider{}
.progress-total-number{}*/

/* Profile progress start*/
.progress-custom {
    height: 10px;
    background-color: #E9E4E4;
}

    .progress-custom .progress-bar {
        background-color: #58585A;
    }
/* Profile progress end*/
.common-upload-file-input {
    border: 1px solid;
    padding-top: 9px;
    padding-left: 15px;
    border-radius: var(--bs-border-radius);
    border-color: #8A8A8A;
    background-color: #fafafa;
    height: 38px;
}

.progress-label-space {
    margin-top: 30px;
    margin-bottom: 22px;
}

.acre-input {
    height: 30px !important;
    width: 150px;
}

.inline-space {
    margin-top: 35px;
}

.inline-space-2 {
    margin-top: 16px;
}

.scroll-inner-form {
    overflow-x: hidden;
    padding-right: 10px;
}

.custom-radio .form-check-input:checked {
    background-color: #58585A;
    border-color: #58585A;
}

/*================================================*/
.progress-bar .progress li .step-date {
    text-transform: capitalize !important;
}

.profile-more-dropdown {
    z-index: 1;
}

@media(max-width:991px) {
    .progress-bar .progress li {
        width: 25px;
        height: 25px;
    }

        .progress-bar .progress li:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .progress-bar .progress li.active:before {
            background-size: 18px;
        }

    .inline-space {
        margin: 0px;
    }

        .inline-space .form-label {
            margin-bottom: 8px !important;
        }

        .inline-space input.mx-2 {
            margin-left: 0px !important;
        }

        .inline-space .form-label.label-text {
            margin-bottom: 0px;
        }

    .inline-space-2 {
        margin: 0px;
    }

        .inline-space-2 .form-label {
            margin-bottom: 10px !important;
        }

        .inline-space-2 input.mx-2 {
            margin-left: 0px !important;
        }

        .inline-space-2 .form-label.label-text {
            margin-bottom: 0px !important;
        }
}

@media(max-width:1199px) {
    .tab-content-sec .nav-tabs {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

        .tab-content-sec .nav-tabs::-webkit-scrollbar {
            display: none;
        }

    .custom-progress-bar {
        width: 100% !important;
    }

    .progress-bar .progress li .step-title {
        font-size: 10px;
    }

    .progress-bar .progress li .step-date {
        font-size: 10px;
    }

    .avatar-xl {
        width: 70px;
        height: auto;
    }

    .profile-info {
        margin-left: 10px;
    }

        .profile-info h5 {
            font-size: 14px;
        }

        .profile-info p {
            font-size: 12px;
        }

    .user-management-details-wrap .accordion-button:not(.collapsed)::after {
        background-position: 0px 8px;
        background-size: 13px;
    }

    .user-management-details-wrap .accordion-button::after {
        background-position: 0px 8px;
        background-size: 13px;
    }

    .tab-content-sec .nav-tabs .nav-link {
        font-size: 14px;
    }
}

.progress-card {
    padding: 14px 10px;
    background-color: #F5FFFA;
    border-radius: 5px;
}

.small-input {
    height: 30px !important;
}

.user-management-details-wrap .accordion-button:not(.collapsed)::after {
    background-position: 0px 8px;
}

.user-management-details-wrap .accordion-button::after {
    background-position: 0px 8px;
}

.user-management-details-wrap .accordion-button:not(.collapsed) {
    font-weight: 600;
}


/*==========================================================================*/
.common-form .form-label {
    width: 100%;
}

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

.plantation_accordion_wrappr .accordion-button {
    font-weight: 500;
    font-family: var(--primary-font);
    color: #ffffff;
    font-size: 14px;
    background: #58585a !important;
}

    .plantation_accordion_wrappr .accordion-button::after {
        filter: invert(1) !important;
        box-shadow: none !important;
        border: none !important;
    }

    .plantation_accordion_wrappr .accordion-button:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

.plantation_accordion_wrappr .accordion-body .accordion-item {
    margin-bottom: 10px;
    border-color: #e9e9e9 !important;
}

.plantation_accordion_wrappr .accordion .accordion-item {
    border-color: #e9e9e9 !important;
}

.plantation_accordion_wrappr .accordion-body .accordion-item > .accordion-header > .accordion-button {
    position: relative;
    padding-left: 34px;
    background: #F3F3F3 !important;
    color: #2C3550 !important;
    box-shadow: none !important;
}

    .plantation_accordion_wrappr .accordion-body .accordion-item > .accordion-header > .accordion-button:after {
        position: absolute;
        left: 10px;
        top: 10px;
        filter: invert(0) !important;
    }

    .plantation_accordion_wrappr .accordion-body .accordion-item > .accordion-header > .accordion-button:not(.collapsed)::after {
        position: absolute;
        left: 10px;
        top: 10px;
    }
/*line nobr 1756*/
.common-form-btn-cancel {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black2);
    background-color: #c9c9c9;
    border: 1px solid #c9c9c9;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
}

.plants_planted_tabl thead {
    border: 0;
}

.plants_planted_tabl th,
.plants_planted_tabl td {
    font-size: 12px;
    vertical-align: top;
}

.plants_planted_tabl tbody tr:nth-child(1) td:last-child .remove_row {
    display: none;
}

.paymnt_lbl_hdng {
    font-size: 14px;
    width: 90px;
    display: inline-block;
}

.paymnt_lbl_hdng2 {
    font-size: 14px;
}

.survy_cont {
    font-size: 14px;
    color: #58585A;
}

.paymentinfo_accordion_wrappr .accordion-item .accordion-header > .accordion-button {
    background: #F3F3F3;
    box-shadow: none;
}

.paymentinfo_accordion_wrappr .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.bg_paymnt_info {
    background: #F3F3F3;
}

.tab-content-sec .nav-tabs .nav-link.active {
    border-top: 0px solid #F5F5F5;
    border-left: 0px solid #F5F5F5;
    border-right: 0px solid #F5F5F5;
}

.paymnt_lbl_hdng3 {
    font-size: 14px;
    font-weight: 600;
}

.paymnt_lbl_hdng4 {
    font-size: 14px;
    width: 153px;
    display: inline-block;
}

.paymnt_cont {
    font-size: 14px;
    font-weight: 600;
}

.bg_paymnt_info2 {
    background: rgba(237, 242, 244,0.42);
}

.bg_paymnt_info3 {
    background: rgba(255, 0, 0, 0.20);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.status_journey_bg .accordion-header > .accordion-button {
    background-color: #D9D9D9 !important;
    box-shadow: none;
}

.plants_planted_tabl thead tr th {
    background: var(--primary-color) !important;
    color: #fff !important;
    font-weight: 500;
    border-color: #747474;
}

.plants_planted_tabl tbody tr td {
    background: #FFFBFB;
    border-color: #f7f4f4;
}

.paymnt_lbl_hdng5 {
    font-size: 14px;
    width: 114px;
    display: inline-block;
}

.quality_check_wrpr {
    position: absolute;
    top: 0;
    right: 37px;
}

.pos_relative {
    position: relative;
}

.tick_mrk svg {
    color: #58585A;
}

.quality_check_wrpr {
    font-size: 12px;
    color: var(--primary-color);
    line-height: 24px;
}

.refund_cont {
    font-size: 14px;
}

.plant_hdng2 {
    font-size: 14px;
}

.plant_hdng {
    font-size: 16px;
}
/*audit log*/
.aud_log_sec_innr {
    background: transparent;
    border-radius: 6px;
}

    .aud_log_sec_innr .accordion-button {
        background: #F1F1F1;
        border-bottom: 0;
        box-shadow: none;
        border-radius: 6px !important;
        padding-left: 50px;
    }

    .aud_log_sec_innr .accordion-item {
        border: 0;
        border-bottom: 1px solid #eee;
    }

.log_dt {
    font-weight: 600;
    color: #0639A3;
}

.audit-thread {
    padding-bottom: 20px;
    font-family: var(--primary-font);
}

.audit {
    position: relative;
    /* margin: 10px auto 10px; */
    padding-bottom: 15px;
}

details.audit:before {
    content: '';
    width: 2px;
    display: block;
    height: calc(100% - 45px);
    position: absolute;
    top: 47px;
    z-index: 99;
    left: 64px;
    background: #d5dbe5;
}

details.audit summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding-left: 50px;
}

.audit-iconwrpr {
    width: 30px;
    height: 30px;
    border: 1px solid #58585A;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    background: #58585A;
    color: #58585A;
}

.audit-author {
    color: rgba(0, 0, 0, 0.80);
    font-weight: bold;
    text-decoration: none;
}

.audit-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}

.audit-info {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}

.audit-author span {
    color: #687182;
    font-weight: 500;
}

.audit-body {
    padding: 0 20px;
    padding-left: 110px;
}

.audit-iconwrpr.error_log {
    background: #FF4444;
    opacity: 79%;
}

.audit-iconwrpr > span > img {
    filter: invert(1);
}

.audit-iconwrpr.error_log img {
    filter: invert(1);
}

.audit_body_txt {
    border-left: 2px solid rgba(213, 219, 229, 0);
    padding-left: 38px;
    position: relative;
    color: #161616;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 10px;
}

    .audit_body_txt:before {
        content: "";
        position: absolute;
        left: 7px;
        top: -2px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 20 20'%3E%3Cpath fill='%23011951' d='M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zm7.854 4.854l-5 5a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L8.5 11.793l4.646-4.647a.5.5 0 0 1 .708.708'/%3E%3C/svg%3E");
        background-size: 25px;
        background-position: center;
        display: inline-block;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
    }

.audit-thread .audit:last-child::after {
    content: "";
    position: absolute;
    left: 52px;
    bottom: -30px;
    /* background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_ddd_58_4679)'%3E%3Crect x='4' y='3' width='24' height='24' rx='12' fill='%23D5DBE5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 9C16.4142 9 16.75 9.33579 16.75 9.75V14.25H21.25C21.6642 14.25 22 14.5858 22 15C22 15.4142 21.6642 15.75 21.25 15.75H16.75V20.25C16.75 20.6642 16.4142 21 16 21C15.5858 21 15.25 20.6642 15.25 20.25V15.75H10.75C10.3358 15.75 10 15.4142 10 15C10 14.5858 10.3358 14.25 10.75 14.25H15.25V9.75C15.25 9.33579 15.5858 9 16 9Z' fill='%23687182'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_ddd_58_4679' x='0' y='0' width='32' height='32' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_58_4679'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.272 0 0 0 0 0.294667 0 0 0 0 0.34 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_58_4679' result='effect2_dropShadow_58_4679'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect3_dropShadow_58_4679'/%3E%3CfeOffset/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.596078 0 0 0 0 0.630065 0 0 0 0 0.698039 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='effect2_dropShadow_58_4679' result='effect3_dropShadow_58_4679'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect3_dropShadow_58_4679' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E"); */
    background-position: center;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-color: #e9e9e9;
    border-radius: 50%;
    border: 2px solid #d7d5d5;
}
/*.audit-thread .audit:last-child::after {
    display:none;
}*/
.meet_dt {
    color: #00B69B !important;
}

.meet_time {
    color: #F96060 !important;
}

.audit summary::after {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23011951' d='m7 10l5 5l5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 29px;
    position: absolute;
    top: 5px;
    right: 60px;
}

.audit[open] summary:after {
    transform: rotate(-180deg);
    transform-origin: center;
    right: 55px;
}

.meeting_thread_sec {
    background: rgb(237 242 244 / 42%);
    border-radius: 10px;
}

.page-content {
    overflow-y: hidden;
}

select.sellClne {
    width: 100% !important;
}

    select.sellClne + .select2-container .select2-selection__rendered {
        position: absolute;
    }

    select.sellClne + .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 38px;
        user-select: none;
        -webkit-user-select: none;
    }

.plantation_fencing_tabl thead tr th {
    min-width: 200px;
}

.plantation_soil_ammend_tabl thead tr th {
    min-width: 200px;
}

.plantation_fencing_tabl thead tr th:last-child {
    width: 100px;
}

.plantation_soil_ammend_tabl thead tr th:last-child {
    min-width: 100px;
}

.plantation_fertilizer_application_tabl thead tr th {
    min-width: 200px;
}

    .plantation_fertilizer_application_tabl thead tr th:last-child {
        min-width: 100px;
    }

.plantation_irrigation_setup_tabl thead tr th {
    min-width: 200px;
}
/* width */
/*.table_scrollbar {
    height: calc(100vh - 100px);
    overflow-y: auto;
    width: 100%;
}*/
.table_scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.table_scrollbar::-webkit-scrollbar-track {
    background: var(--blue-soft-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

/* Handle */
.table_scrollbar::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

    /* Handle on hover */
    .table_scrollbar::-webkit-scrollbar-thumb:hover {
        background: var(--primary-color);
    }


.sec_clon_outerWrpr:first-of-type .sec_clon_contrlWrpr .sec_clon_contrl .remove_fertilizer_sec {
    display: none;
}

.sec_clon_outerWrpr_weed:first-of-type .sec_clon_contrlWrpr .sec_clon_contrl .remove_weed_sec {
    display: none;
}

.tbl_clon_sec {
    background: #f3f3f3;
    border-radius: 5px;
}

.add_weed_sec,
.add_fertilizer_sec {
    border: 1px solid #7c7c7c;
    padding: 5px 10px;
    margin-bottom: 4px;
    display: inline-block;
    border-radius: 67px;
    color: #4a4a4a;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
}

.sec_clon_contrlWrpr {
    align-items: center;
}


@media (max-width: 768px) {
    .plantation_fencing_tabl tbody tr td > div {
        min-width: 200px;
    }
}

/*footr info start*/
.version_wrpr {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 15px;
    border-top: 1px solid #E7F2EC;
}

    .version_wrpr h5,
    .version_wrpr h6 {
        font-size: 12px;
    }

.toggle-xs-sidebar.collapsed-navbar-menu .version_wrpr h5 {
    display: none;
}

.toggle-xs-sidebar.collapsed-navbar-menu .version_wrpr h6 {
    font-size: 9px;
}
/*footr info end*/

/*bulk upload start*/

.click-upload {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #58585A;
    margin-bottom: 12px;
}

.click-upload {
    cursor: pointer;
    position: relative;
}

.file-input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.file-add-text {
    color: #464f60;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
}

.upload-card {
    cursor: default;
    border: 2px dashed #d8d8d8;
    padding: 20px;
    border-radius: 8px;
    background-color: #eff0f4;
}

.blk_upld_lbl {
    font-size: 14px !important;
    font-weight: 600;
}

button.btn-submit:disabled {
    background-color: rgba(239, 239, 239, 0.3) !important;
    color: rgba(16, 16, 16, 0.3) !important;
    border-color: rgba(118, 118, 118, 0.3) !important;
    pointer-events: none !important;
}

.btn-submit.btnUpload {
    width: 120px;
    height: 40px;
    flex-shrink: 0;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    color: var(--white);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.download-sample-btn {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: #e3e3e3;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: 0.4s;
}

#bulkUploadModal {
    z-index: 9999;
}

.file-name {
    margin-bottom: 6px;
}

@media (max-width:767px) {
    .click-upload {
        width: 70px;
        height: 70px;
    }

        .click-upload svg {
            width: 60px;
        }
}

/*bulk upload end*/

/*start loader*/
.loader {
    position: absolute;
    width: 45px;
    height: 45px;
    aspect-ratio: 1;
    --c: no-repeat linear-gradient(#000 0 0);
    background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
    background-size: 20% 100%;
    animation: l1 1s infinite linear;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px; /* Center the loader */
    z-index: 999;
}
/*.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;*/ /* Center the loader */
/*}*/

@keyframes l1 {
    0% {
        background-size: 20% 100%,20% 100%,20% 100%
    }

    33% {
        background-size: 20% 10%,20% 100%,20% 100%
    }

    50% {
        background-size: 20% 100%,20% 10%,20% 100%
    }

    66% {
        background-size: 20% 100%,20% 100%,20% 10%
    }

    100% {
        background-size: 20% 100%,20% 100%,20% 100%
    }
}
/*end loader*/
/*.dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}*/
/*.rte_tbl_outerwrpr .dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}

.usr_tbl_outerwrpr .dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}

.prodcat_tbl_outerwrpr .dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}

.prod_tbl_outerwrpr .dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}

.zne_tbl_outerwrpr .dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}

.cusmgmt_tbl_outerwrpr .dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}

.convmast_tbl_outerwrpr .dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}

.convreqdet_tbl_outerwrpr .dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}*/
/*gps toggle switch start*/
.up-in-toggle {
    padding: 10px;
    padding-left: 0;
}

    .up-in-toggle input {
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

        .up-in-toggle input:checked + label {
            background: #95e7bb;
            background: linear-gradient(0deg, #95e7bb 0%, #95e7bb 100%);
            color: #00562e;
            font-weight: 500;
            box-shadow: 0 1px 0px rgba(0, 0, 0, 0.09), 0px 0px 0px rgba(0, 0, 0, 0.13);
        }

    .up-in-toggle label {
        display: inline-block;
        width: 60px;
        background-color: #c7c7c7;
        color: #8d8d8d;
        text-align: center;
        font-family: "Quicksand", sans-serif;
        font-size: 0.8rem;
        padding: 6px 6px;
        float: left;
        transition: all 0.1s ease-in-out;
    }

        .up-in-toggle label:hover {
            cursor: pointer;
        }

        .up-in-toggle label:first-of-type {
            border-radius: 15.5px 0 0 15.5px;
        }

        .up-in-toggle label:last-of-type {
            border-radius: 0 15.5px 15.5px 0;
        }
/*gps toggle switch end*/

.pjp_accordion_Wrappr .accordion-body .accordion-item > .accordion-header > .accordion-button:not(.collapsed)::after {
    position: absolute;
    left: 10px;
    top: 10px;
}

@media(min-width:768px) {
    .lightbox {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

.planting_pic {
    max-width: 35px;
    transform: scale(1);
    transition: all 0.5s;
}

    .planting_pic:hover {
        max-width: 35px;
        transform: scale(1);
    }

/*custom file upload*/
.upload-container {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #8A8A8A;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #fff;
}


.upload-label,
.upload-labelCertificate {
    display: inline-block;
    padding: 4px 12px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #4c4c4c;
}

    .upload-label:hover,
    .upload-labelCertificate:hover {
        background-color: #454040;
        color: #fff;
    }

#file-upload {
    display: none;
}

#Certificate_file-upload {
    display: none;
}

#Edit_file-upload {
    display: none;
}

#file-names,
#Certificate_file-names {
    position: absolute;
    top: 7px;
    left: 140px;
    width: calc(100% - 140px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#Edit_file-names {
    position: absolute;
    top: 7px;
    left: 140px;
    width: calc(100% - 140px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#image-preview,
#Certificate_image-preview {
    display: flex;
    flex-wrap: wrap;
}

#Edit_image-preview {
    display: flex;
    flex-wrap: wrap;
}

#image-preview .image-container,
#Certificate_image-preview .image-container {
    position: relative;
    margin: 10px;
    box-shadow: 0 0 11px -4px #afafaf;
    border-radius: 7px;
}

#Edit_image-preview .image-container {
    position: relative;
    margin: 10px;
    box-shadow: 0 0 11px -4px #afafaf;
    border-radius: 7px;
}

#image-preview img,
#Certificate_image-preview img {
    max-width: 190px;
    max-height: 200px;
    margin: 10px;
    /*border: 2px solid #e9e9e9;*/
    border-radius: 5px;
}

#Edit_image-preview img {
    max-width: 190px;
    max-height: 200px;
    margin: 10px;
    /*border: 2px solid #e9e9e9;*/
    border-radius: 5px;
}

#image-preview .cross-button,
#Certificate_image-preview .cross-button {
    position: absolute;
    top: -11px;
    right: 4px;
    background: #58585A;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    padding: 0;
}


#Edit_image-preview .cross-button {
    position: absolute;
    top: -11px;
    right: 4px;
    background: #58585A;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    padding: 0;
}

@media (max-width:600px) {
    #image-preview img,
    #Certificate_image-preview img {
        max-width: 150px;
        max-height: 200px;
        margin: 10px;
        border-radius: 5px;
    }
}


/* end custom file upload*/
/*06-11-2024*/
.notification_icon .notification_sec {
    height: 400px;
    min-width: 279px;
    text-align: center;
}

    .notification_icon .notification_sec .notification_sec_bx {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .notification_icon .notification_sec button {
        padding: 5px 15px;
        background: green;
        border: 0;
        color: #fff;
        border-radius: 5px;
    }

    .notification_icon .notification_sec .notification_sec_bx h6 {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
/*06-11-2024*/
.common-data-table th, .common-data-table td {
    padding: .4rem .5rem;
}

.common-data-table tr td {
    word-break: break-all;
    overflow-wrap: break-word;
}

.cancel_pi_btn {
    margin-top: 10px;
}

/*//NEW add 04-11-2024*/
.land_edit_btn {
    margin-top: 20px;
    transition: all 0.6s ease-in-out;
}

.land-txt p span {
    width: auto;
}

.accordion-inner-card.land-txt {
    position: relative;
}

.show {
    display: block;
}

.hide {
    display: none;
}

    .hide.show {
        display: block !important;
    }


#accordion_refunds_info1 .accordion-body.bg_paymnt_info {
    background-color: #fff;
}

.scrollbar {
    height: auto;
}

.pi_col_di .col-xxl-6 {
    width: 50%;
}

    .pi_col_di .col-xxl-6 label {
        margin-right: 14px;
    }

.sidebar-menu-wrap .scrollbar--sidebar {
    height: calc(100vh - 190px) !important;
}

/************ 10-12-2024 *************/
/*.pjp_stats_wrpr .accordion-button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
}

.pjp_accordion_Wrappr .accordion-body .accordion-item > .accordion-header > .accordion-button::after {
    position: absolute !important;
    left: 0 !important;
    right: 20px;
    top: 50% !important;
    transform: translateY(-50%);
}

.pjp_accordion_Wrappr .accordion-body .accordion-item > .accordion-header > .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
}*/

@media (max-width:991px) {
    .button-group.chng-btn-wrpe {
        left: 164px;
    }
}

@media (max-width:767px) {

    .hover-expanded-menu .sidebar-nav-menu-box {
        display: block !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        min-width: 338px;
        min-height: 44px;
    }
}

@media (max-width:576px) {
    .page-link {
        color: var(--primary-color);
        padding: 0.35rem 0.35rem !important;
        font-size: 0.8rem;
    }

    div.dataTables_wrapper div.dataTables_info {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 7px;
    }

    .page-top-filter-panel.slideFilterIn {
        right: -29px;
        opacity: 1;
        z-index: 9999;
    }

    .hover-expanded-menu .sidebar-nav-menu-box {
        display: block !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        min-width: 158px;
        min-height: 44px;
    }
}

.hover-expanded-menu .sidebar-nav-menu-box {
    display: none;
}

.hover-expanded-menu li:hover .sidebar-nav-menu-box {
    display: block;
}

.plantation_fertilizer_application_tablPostplanting tr th:nth-child(1) {
    width: 124px;
}

/*profile modal*/


#profile_statusModal {
    z-index: 9999;
}


    #profile_statusModal .modal-header {
        border-bottom: 0;
    }

    #profile_statusModal .modal-body {
        padding-bottom: 20px;
    }

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



@media (min-width:992px) {
    .marg_top_progCard {
        margin-top: 30px;
    }
}

@media (min-width:826px) {

    .prof_farmer {
        padding-right: 48px;
        border-right: 1px solid #eee;
        margin-right: 41px;
    }
}


@media (min-width:768px) {
    .sel_surv_norwrpr {
        padding-right: 10px;
    }
}

@media (max-width:767px) {

    .scroll-inner-form {
        padding-right: 0;
    }

    .prof_farmer {
        margin-bottom: 20px;
    }
}

.blockWise_tabl tr th:nth-child(1) {
    width: 140px;
}

.blockWise_tabl tr td:nth-child(1) input {
    width: 112px;
}

@media (min-width:992px) {
    .mrgtp_progrss {
        margin-top: 30px;
    }
}


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

.select-box-drop-down {
    z-index: 99;
}

#locations-table {
    font-size: 12px;
}

    #locations-table thead th {
        position: sticky;
        top: 0;
    }

    #locations-table thead th {
        font-size: 12px;
        white-space: nowrap;
        background: #e9e9e9;
        text-transform: uppercase;
        font-weight: bold;
    }

    #locations-table tbody .form-select {
        min-width: 131px;
        max-width: 100%;
    }

.locationsTableWrpr {
    max-height: 450px;
}

.selLbl {
    font-weight: 600;
    font-size: 15px;
}

.sveIcnRte {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(49px, -12px);
}
.sidebarMenuDropDown + .dropdown-content-collapse-mode .dropdown-list {
    padding-left: 68px !important;
}

.dash_analy_info_cont{
    width: calc(100% - 34px);
}