@import url("font.css");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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;
}

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;
}

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

:root {
    --primary-color: #7e7d7d;
    --orange2: #dd5405;
    --secondary-color: #5c5c5c;
    --blue-soft-color: #ffedef;
    --active-color: #f78029;
    --hover-color: #f78029;
    --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: "Lexend Deca", sans-serif; */
    --primary-font: 'Work Sans', sans-serif !important;
    --secondary-font: "Inter", sans-serif;
    --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 ============== */

body {
    font-family: var(--primary-font);
}

.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: var(--body-bg);
}

.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(--primary-font);
    color: var(--black3);
    font-size: var(--fs-3);
    font-weight: var(--fw-400);
    line-height: 100%;
    letter-spacing: -0.564px;
    line-height: 34.817px;
    text-transform: capitalize;
}

/* 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: 1002;
    background: var(--white);
    /* 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: #878a99;
    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: var(--white) !important;
}

.vertical-menu-btn.btn:focus {
    border-color: var(--white) !important;
}

.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 - 240px);
        overflow-x: hidden;
    }
}

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

.sidebar {
    width: 242px;
    z-index: 1002;
    background: var(--white);
    /* box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25); */
    border-right: 1px solid #e0e0e0;
    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 1.3rem;
    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: var(--fw-400);
    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;
}

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

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

.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);
}

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

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

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

.sidebar-nav .nav-link.active svg.master-icon {
    fill: 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;
}

@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(--secondary-color);
    font-weight: var(--fw-500);
    line-height: 12.319px;
    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: 12.319px;
    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;
}

.logout-icon-wrap svg {
    fill: var(--black3);
}

.logout-text {
    color: var(--black3);
    padding-left: 4px;
    font-size: 14px;
}

/* Sidebar buton logout end */

/* Small Sidebar menu show hover start  */
/* .hover-expanded-menu .nav-item:hover .sidebar-nav-menu-box {
  position: absolute;
  width: calc(200px + 70px);
  background: var(--white);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  right: -270px;
  padding: 0.75rem;
}
.hover-expanded-menu .nav-item:hover .sidebar-nav-menu-box .sidebar-menu-text {
  display: block !important;
}
.hover-expanded-menu .nav-item:hover .dropdown-content {
  position: absolute;
  width: calc(200px + 70px);
  background: var(--white);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  right: -270px;
  padding: 0.75rem;
  display: block !important;
} */
/* Small Sidebar menu show hover  end  */

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


@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);
        padding-bottom: 0.3rem;
    }
}

/* Page title style start */
.page-title {
    margin: 17px 0px 37px;
}

.page-content {
    /* min-height: 100vh; */
    min-height: calc(92vh - 15px);
}

/* .body-bg-color {} */

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

.footer {
    font-size: 14px;
}

/* Login style start */
.login-bg {
    background: url("../images/banner/login-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top center;
    position: relative;
}

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

.login-card {
    width: auto;
    height: auto;
    border-radius: 40px;
    border: 3px solid rgba(249, 183, 75, 0.49);
    background: rgba(255, 250, 250, 0.1);
    border-width: 3px;
    border-style: solid;
    backdrop-filter: blur(12.5px);
    position: relative;
    margin: 1.75rem auto;
}

.login-card .card-body {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (min-width: 576px) {
    .login-card {
        width: 485px;
        height: 485px;
    }
}

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

.card-logo-wrap img {
    height: 77px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: -2rem;
}

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

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

.form-title .login-form-title {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 1.375rem;
    font-weight: 600;
    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(--white);
    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(--white);
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 100%;
}

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

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

.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;
}

/* Login style end */
/* // password visible hidden component start */

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

.passwordHideShow .passwordShowed {
    top: 9px;
}

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

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

/* // password visible hidden component end */
/* 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(--primary-font);
    color: var(--primary-color);
    font-size: var(--fs-3);
    font-weight: var(--fw-700);
    line-height: 100%;
    letter-spacing: -0.564px;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Custom breadcrumb end */
/* Page content Start */
/* Page top back btn with btn style start  */
.back-text-link {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 14px;
}

/* Page top btn style start */
.import-button-group {
    margin-right: 12px;
}

.file-upload-button.btn {
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    border-right-color: var(--white);
    background: var(--primary-color);
    display: flex;
    padding: 0px 0px 0 10px;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.file-upload-button.btn:focus {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--white);
}

.file-info-button.btn {
    border-radius: 0 30px 30px 0;
    border: 1px solid var(--primary-color);
    border-left-color: var(--white) !important;
    background: var(--primary-color);
    display: flex;
    /* padding: 0px 16px; */
    justify-content: center;
    align-items: center;
    height: 36px;
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
}

.file-info-button.btn:focus {
    border: 1px solid var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: var(--white);
}

.bulk-upload-link {
    display: flex;
    color: #344054;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.upload-text {
    padding: 0 7px;
    color: var(--white);
}

.download-text {
    color: var(--white);
}

.upload-icon {
    color: var(--white);
}

.upload-icon svg {
    fill: #fff6;
}

/* Page top btn style end */
/* Page top back btn with btn style end  */
/* Common-card-style 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-style end */

/* ============================================= */
/* .back-text-link {
  color: #344054;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
}
.back-text-link:hover {
  color: var(--active-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.back-text-link:hover svg path {
  fill: var(--active-color);
} */
.common-location-form-label {
    color: #464f60;
    font-family: var(--primary-font);
    font-size: 14px;

    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.text-label-orange-light {
    color: var(--orange2);
}

.common-form-select,
.common-form-controll {
    color: #464f60;
    font-family: var(--primary-font);
    font-size: 14px;

    font-weight: 500;
    line-height: 20px;
    /* height: 40px; */
    height: 34px;
    letter-spacing: 0.3px;
    border-color: var(--primary-color);
}

.common-form-select::placeholder,
.common-form-controll::placeholder {
    color: #a3a8b2;
}

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

/* .common-form-select {
  color: #a3a8b2;
}
.common-form-select:focus {
  color: #464f60;
} */
.mandatory-field-mark {
    color: #ff2001;
}

.common-form-select:focus,
.common-form-controll:focus {
    /* box-shadow: 0px 0px 0px 4px rgba(94, 90, 219, 0.4),
    0px 0px 0px 1px rgba(70, 79, 96, 0.32), 0px 1px 1px 0px rgba(0, 0, 0, 0.1); */
    border-color: var(--primary-color);
}

.common-form-controll::placeholder {
    color: #a3a8b2;
}

input.common-form-controll[type="date"] {
    color: #464f60;
}

.common-form-select option:not(:first-of-type) {
    color: #464f60;
}

.add-location-card-header {
    padding: 5px 17px;
    background: var(--primary-color);
    border-bottom: none;
    border-radius: 20px 20px 0px 0px !important;
    -webkit-border-radius: 20px 20px 0px 0px !important;
    -moz-border-radius: 20px 20px 0px 0px !important;
    -ms-border-radius: 20px 20px 0px 0px !important;
    -o-border-radius: 20px 20px 0px 0px !important;
}

.common-card--location-master {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.add-location-card-header--title {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 0.9375rem;

    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.48px;
}

.add-location-card-reset-btn {
    color: var(--white);
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    border: 1px solid var(--white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background: #fff4;
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 14px;
    transition: 0.4s;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.mb-add-new-location-top-form {
    margin-bottom: 0px;
}

.add-location-form-section-title {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 0.9375rem;

    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    text-align: left;
}

.border-bottom {
    border-color: #cdc6c6;
}

.btn-submit {
    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;
}

.btn-submit:hover {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
    color: var(--white);
}

.btn-add {
    /* width: 140px;
  height: 46px; */
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    color: var(--white);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn-add:hover {
    background: var(--hover-color);
    border-color: var(--hover-color);
    color: var(--white);
}

.btn-submit:hover {
    background: var(--hover-color);
}

.input-location-icon-box {
    position: absolute;
    top: 7px;
    right: 12px;
}

.add-icon {
    padding-right: 5px;
}

@media (min-width: 992px) {
    .btn-submit-wrap {
        margin-top: 32px;
    }
}

/* Select 2 start */

.selectSelectionDrop.select2-dropdown {
    border: 1px solid var(--primary-color);
}

.select2-container--default .selectSelectionDrop .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--primary-color);
}

.select2-container--default .select2-selection--single.selectSelection {
    height: 34px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid var(--primary-color);
    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: #a3a8b2;
    font-family: var(--primary-font);
    font-size: 14px;
}

.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='%23565656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    border: none;
    background-repeat: no-repeat;
    /* height: 40px; */
    height: 34px;
    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 */
/* Custom select dropdown start  */
.select-input-box {
    width: 100%;
    height: 40px;
    border: 1px solid var(--primary-color);
    display: block;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-color: var(--white);
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
    cursor: pointer;
}

.select-input-box-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M24 0v24H0V0h24ZM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01l-.184-.092Z"%2F%3E%3Cpath fill="%23565656" d="M12.707 15.707a1 1 0 0 1-1.414 0L5.636 10.05A1 1 0 1 1 7.05 8.636l4.95 4.95l4.95-4.95a1 1 0 0 1 1.414 1.414l-5.657 5.657Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 0.3rem center;
    background-size: 21px 24px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.select-input-box-rotate-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M24 0v24H0V0h24ZM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01l-.184-.092Z"%2F%3E%3Cpath fill="%23565656" d="M11.293 8.293a1 1 0 0 1 1.414 0l5.657 5.657a1 1 0 0 1-1.414 1.414L12 10.414l-4.95 4.95a1 1 0 0 1-1.414-1.414l5.657-5.657Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 0.3rem center;
    background-size: 21px 24px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.select-dropdown-panel {
    width: 100%;
    height: auto;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 0.375rem;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 0;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}

.select-custom-add-options-input {
    width: 100%;
    height: 28px;
    display: flex;
    padding: 4px 10px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #c0bfbf;
    background: #f1f2f3;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
    color: #464f60 !important;
    font-family: var(--primary-font);
    font-size: 12px;

    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.24px;
}

.select-custom-add-options-input [data-placeholder] {
    color: #a3a8b2 !important;
}

.select-custom-option-add-icon {
    position: absolute;
    right: 5px;
    top: 0px;
}

.select-custom-add-options-btn {
    display: flex;
    width: 45px;
    height: 20px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: var(--primary-color);
    color: #fff;
    font-family: var(--primary-font);
    font-size: 10px;

    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: default;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.select-add-options {
    list-style: none;
}

.select-add-options li {
    margin: 6px 0px;
    cursor: default;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #464f60;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    /* background-position: right 0.75rem center;
  background-size: 18px 24px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M9 16.17L5.53 12.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 1 0-1.41-1.41L9 16.17z"%2F%3E%3C%2Fsvg%3E'); */
}

.select-add-options li:hover {
    background: var(--primary-color);
    color: var(--white);
    background-position: right 0.75rem center;
    background-size: 18px 24px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" d="M9 16.17L5.53 12.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 1 0-1.41-1.41L9 16.17z"/></svg>');
}

.select-add-options li.active-select-option {
    background: var(--primary-color);
    color: var(--white);
    background-position: right 0.75rem center;
    background-size: 18px 24px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" d="M9 16.17L5.53 12.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 1 0-1.41-1.41L9 16.17z"/></svg>');
}

.select-input-box {
    display: flex;
    align-items: center;
    height: 34px;
}

.custom-select-panel-list {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #464f60;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-custom-add-options-input-editable-field {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-custom-add-options-btn-add-rotate-icon {
    transition: 0.6s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

/*  Custom select dropdown end */
/* ============================================= */

/* Common Data Table style start */
.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(--primary-color);
    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: 1px solid #eaecf0;
    padding: 8px;
    text-align: center;
}

.common-data-table th .dt-column-title,
table.dataTable thead th {
    text-align: center;
}

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

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

.common-data-table th,
table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc {
    padding-right: 10px;
}

/* .common-data-table td{
    padding-right: 30px;
} */
.dataTables_wrapper {
    margin-top: 16px;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
    right: 0;
}

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

.parent-data-table-wrap .page-link:focus {
    box-shadow: none;
    color: var(--orange);
}

.parent-data-table-wrap .page-link:hover {
    color: var(--orange);
}

/* 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;
}

/* Common data Table style end */
/* Custom checkbox start */
/* The container */
.checkbox-container {
    display: block;
    position: relative;
    line-height: 100%;
    padding-left: 26px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--black3);
    font-family: var(--primary-font);
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.custom-checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.custom-checkmark {
    background-color: var(--white);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.custom-checkmark {
    background-color: var(--primary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.custom-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .custom-checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    border-radius: 0.5px;
    height: 10px;
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container.disabled {
    pointer-events: none;
    cursor: context-menu;
}

.checkbox-container.disabled .custom-checkmark {
    background-color: #e9ecef;
    opacity: 1;
    border-color: #e9ecef;
    color: rgba(45, 55, 72, 0.32);
}

.common-form-checkbox-wrapper {
    position: relative;
}

@media (min-width: 992px) {
    .common-form-checkbox-wrapper {
        margin-top: 42px;
    }
}

/* Custom checkbox end */
.add-button-wrap {
    padding: 0 28px 14px;
}

.border-bottom {
    margin: 16px auto;
}

.form-row {
    padding-bottom: 16px;
}

.back-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: #ea580c0d;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: 0.4s;
}

.back-btn .back-icon {
    fill: var(--primary-color);
    margin-left: 4px;
}

.back-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
}

.back-text-link:hover svg path {
    fill: var(--white);
}

.common-download-button {
    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: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: 0.4s;
}

.common-download-button:hover {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
    color: var(--white);
}

.add-location-card-reset-btn:hover {
    background: #fff;
    border-color: #fff;
    color: var(--primary-color);
}

.add-location-card-reset-btn:hover svg path {
    fill: var(--primary-color);
}

/* Flatpickr date range pickr start */

.calendar-icon {
    background-image: url('data:image/svg+xml,<svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.66667 13.1665C5.35972 13.1665 5.10225 13.0625 4.89425 12.8545C4.68697 12.6472 4.58333 12.3901 4.58333 12.0832C4.58333 11.7762 4.68697 11.5188 4.89425 11.3108C5.10225 11.1035 5.35972 10.9998 5.66667 10.9998C5.97361 10.9998 6.23108 11.1035 6.43908 11.3108C6.64636 11.5188 6.75 11.7762 6.75 12.0832C6.75 12.3901 6.64636 12.6472 6.43908 12.8545C6.23108 13.0625 5.97361 13.1665 5.66667 13.1665ZM10 13.1665C9.69306 13.1665 9.43594 13.0625 9.22867 12.8545C9.02067 12.6472 8.91667 12.3901 8.91667 12.0832C8.91667 11.7762 9.02067 11.5188 9.22867 11.3108C9.43594 11.1035 9.69306 10.9998 10 10.9998C10.3069 10.9998 10.5644 11.1035 10.7724 11.3108C10.9797 11.5188 11.0833 11.7762 11.0833 12.0832C11.0833 12.3901 10.9797 12.6472 10.7724 12.8545C10.5644 13.0625 10.3069 13.1665 10 13.1665ZM14.3333 13.1665C14.0264 13.1665 13.7693 13.0625 13.562 12.8545C13.354 12.6472 13.25 12.3901 13.25 12.0832C13.25 11.7762 13.354 11.5188 13.562 11.3108C13.7693 11.1035 14.0264 10.9998 14.3333 10.9998C14.6403 10.9998 14.8974 11.1035 15.1047 11.3108C15.3127 11.5188 15.4167 11.7762 15.4167 12.0832C15.4167 12.3901 15.3127 12.6472 15.1047 12.8545C14.8974 13.0625 14.6403 13.1665 14.3333 13.1665ZM2.41667 21.8332C1.82083 21.8332 1.31058 21.6212 0.885917 21.1973C0.461972 20.7726 0.25 20.2623 0.25 19.6665V4.49984C0.25 3.904 0.461972 3.39411 0.885917 2.97017C1.31058 2.5455 1.82083 2.33317 2.41667 2.33317H3.5V0.166504H5.66667V2.33317H14.3333V0.166504H16.5V2.33317H17.5833C18.1792 2.33317 18.6894 2.5455 19.1141 2.97017C19.538 3.39411 19.75 3.904 19.75 4.49984V19.6665C19.75 20.2623 19.538 20.7726 19.1141 21.1973C18.6894 21.6212 18.1792 21.8332 17.5833 21.8332H2.41667ZM2.41667 19.6665H17.5833V8.83317H2.41667V19.6665Z" fill="%23dd5405"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* // Datepiccker customize start */
.flatpickr-months {
    background-color: var(--primary-color);
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    color: #fff;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
}

.flatpickr-current-month .flatpickr-monthDropdown-months option {
    color: #000;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
}

.flatpickr-current-month input.cur-year {
    color: #fff;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month:hover,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month:hover {
    fill: #fff;
}

span.flatpickr-weekday {
    color: #fff;
    font-family: var(--primary-font);
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    fill: #fff;
}

.flatpickr-months .flatpickr-prev-month svg:hover,
.flatpickr-months .flatpickr-next-month svg:hover {
    fill: #cecece;
}

.flatpickr-calendar.arrowTop::before {
    border-bottom-color: var(--primary-color);
}

.flatpickr-calendar.arrowTop::after {
    border-bottom-color: var(--primary-color);
}

.flatpickr-calendar.arrowBottom::before {
    border-top-color: var(--primary-color);
}

.flatpickr-calendar.arrowBottom::after {
    border-top-color: var(--primary-color);
}

.flatpickr-weekdays {
    background-color: var(--primary-color);
}

.flatpickr-day.today {
    border-color: var(--primary-color);
    background-color: #ffedef;
}

span.flatpickr-weekday {
    background: var(--primary-color);
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: var(--primary-color);
    background-color: #ffedef;
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    border-color: #ffedef;
    background-color: #ffedef;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: var(--primary-color);
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n + 1)) {
    box-shadow: -10px 0 0 #ffedef;
}

/* // Datepiccker customize end */
/* Flatpickr date range pickr end */
/* Select2 Multiple checkbox style start */
/* .select2-results__options .select2-results__option {
  padding-left: 0;
}
.select2-results__options .select2-results__option input {
  margin-right: 10px;
} */

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

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

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

.selectBoxDrop {
    display: none;
}

.select-option-list {
    padding: 10px 0;
}

.select-option-list li .form-check-label {
    margin-left: 8px;
}

.select-option-search-box .form-control {
    border: 1px solid var(--primary-color);
    width: 100%;
    background-color: var(--white);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    color: #464f60;
    border-radius: 0;
}

.from-select-field {
    color: #464f60;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    height: 44px;
    letter-spacing: 0.3px;
    border-color: var(--primary-color);
}

.form-contentindividual-wrap .form-label {
    color: #464f60;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.from-select-field.form-select {
    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='%23565656' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 12px;
}

.select-option-search-box .form-control {
    color: #464f60;
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.select-option-list .form-check-label {
    color: #464f60;
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.3px;
}

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

/* Select2 Multiple checkbox style end */
/* Custom file upload start */
.custom-file-label {
    padding: 5px;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    font-family: var(--primary-font);
}

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

.file-upload-content svg path {
    fill: #f78029;
}

.devider-line {
    padding: 16px 0 0;
}

/* .upload-area {
  border: 2px dashed #d8d8d8;
  padding: 20px;
  border-radius: 8px;
}*/

.click-upload {
    cursor: pointer;
}

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

.upload-area.dragover {
    border-color: var(--orange2);
}

button.btn-submit:disabled {
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
    border-color: light-dark(rgba(118, 118, 118, 0.3),
            rgba(195, 195, 195, 0.3));
    pointer-events: none;
}

.btn-ulpoad-file-wrap {
    margin: 16px 0 16px;
}

.upload-info {
    font-family: var(--primary-font);
}

.selected-file-label {
    color: #464f60;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.selected-file-name {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.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(--white);
    /* background-color: #ea580c0d; */
    background-color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: 0.4s;
}

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

.table-view-file {
    color: var(--primary-color);
    transition: 0.4s;
}

.table-view-file:hover {
    color: #f78029;
}

/* Custom file upload end */
.wizard-card {
    margin-bottom: 24px;
    width: 100%;
}

.wizard-card h5 {
    font-size: 13px;
    color: #878a99;
    font-family: var(--primary-font);
    font-weight: 500;
    line-height: 1.5;
}

.wizard-card .count-text {
    font-size: 22px;
    font-family: var(--primary-font);
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
}

.wizard-card .open-icon {
    color: #878a99;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ea580c0d;
    border: 1px solid var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-family: var(--primary-font);
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.avatar-title svg path {
    fill: var(--primary-color);
}

.avatar-title svg.dash-all-icon path,
.avatar-title svg.open-order-icon path {
    stroke: var(--primary-color);
    fill: transparent;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.wizard-card {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    background-color: #fff;
}

.card-animate:hover {
    -webkit-transform: translateY(calc(1.5rem * -0.15));
    transform: translateY(calc(1.5rem * -0.15));
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

.card-animate {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.variable-stat-wrap {
    width: 48%;
    margin: auto;
}

.search-icon {
    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='%23acb2b9' d='M21.71 20.29L18 16.61A9 9 0 1 0 16.61 18l3.68 3.68a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.39M11 18a7 7 0 1 1 7-7a7 7 0 0 1-7 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.select2-search__field {
    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='%23acb2b9' d='M21.71 20.29L18 16.61A9 9 0 1 0 16.61 18l3.68 3.68a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.39M11 18a7 7 0 1 1 7-7a7 7 0 0 1-7 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* Page content end */
/* Footer start */
.footer {
    /* bottom: 0; */
    padding: 13px calc(1.5rem * 0.5);
    /* position: fixed; */
    /* right: 0; */
    /* color: var(--grey2); */
    color: var(--black3);
    /* left: 0; */
    background: var(--white);
    /* z-index: 3; */
    font-family: var(--primary-font);
}

.footer.left-70 {
    left: 70px;
}

.footer-link {
    color: var(--black3);
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */
}

.footer-link:hover {
    text-decoration: underline;
}

/* Footer end */

/* Scrollbar height */
.dt-scroll-head {
    background-color: var(--primary-color);
}

.dt-scroll-body {
    max-height: 350px;
}

.dt-scroll-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
.dt-scroll-body::-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 */
.dt-scroll-body::-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 */
.dt-scroll-body::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.common-data-table th,
table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc {
    padding-right: 24px;
}

.common-data-table th {
    border-color: var(--primary-color);
    background-color: var(--primary-color) !important;
    color: var(--white);
}

.common-data-table th {
    border-right-width: 0;
}

.common-data-table th:last-child {
    border-right-width: 1px;
}

.form-control,
.form-control:focus {
    border-color: var(--primary-color);
}

.common-data-table tr td .fa {
    font-size: 16px;
}

.dt-length,
.dt-search {
    margin-top: 24px;
}

.common-data-table tr td .fa-pen-square:before {
    font-size: 18px;
}

.btn-change-password {
    width: 200px;
    border-radius: 40px !important;
}

.page-content.min-height-without-scroll {
    min-height: 85vh;
}

/* notification modal */
.modal.notifmodl.drawer {
    display: flex !important;
    pointer-events: none;
}

.modal.notifmodl.drawer * {
    pointer-events: none;
}

.modal.notifmodl.drawer .modal-dialog {
    margin: 0px;
    display: flex;
    flex: auto;
    transform: translate(25%, 0);
}

.modal.notifmodl.drawer .modal-dialog .modal-content {
    border: none;
    border-radius: 0px;
}

.modal.notifmodl.drawer .modal-dialog .modal-content .modal-body {
    overflow: auto;
}

.modal.notifmodl.drawer.show {
    pointer-events: auto;
}

.modal.notifmodl.drawer.show * {
    pointer-events: auto;
}

.modal.notifmodl.drawer.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.notifmodl.drawer.right-align {
    flex-direction: row-reverse;
}

.modal.notifmodl.drawer.left-align:not(.show) .modal-dialog {
    transform: translate(-25%, 0);
}

.notif_btn {
    outline: none;
    position: relative;
}

.notif_btn:active,
.notif_btn:focus {
    outline: none;
    border: none;
}

.notif_btn:hover,
.notif_btn:active i,
.notif_btn:focus i {
    color: #d67606;
}

.notif_btn i.fa-bell {
    font-size: 24px;
}

.notifmodl .close {
    background: none;
    outline: none;
    border: none;
}

.notifmodl .close span {
    font-size: 23px;
}

.notifmodl .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #d67606;
}

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

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

.notif_date {
    font-size: 10px;
}

.notif_info_wrpr {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.notif_info_wrpr.notif_read {
    color: #828282;
}

.notifmodl .modal-footer,
.notifmodl .modal-footer h6 a {
    text-transform: capitalize;
    font-size: 12px;
}

.notifmodl .modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.notif_badge {
    position: absolute;
    top: -3px;
    right: -3px;
    display: inline-block;
    background: #d67606;
    font-size: 12px;
    color: #fff;
    width: 20px;
    height: 18px;
    line-height: 17px;
    border-radius: 10px;
}

/* zsfsadfcsd */

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

.search-icon-fcr {
    height: 100%;
}

.split {
    display: flex;
    height: calc(90vh - 70px);
}

.datatable-container .dt-buttons.btn-group .btn {
    background: var(--bs-blue);
    font-size: 12px;
    border: 1px solid #fafafa;
}

.datatable-container .dt-buttons {
    margin-bottom: 15px;
}

.datatable-container .dt-search {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
}

.datatable-container .dt-container {
    position: relative;
}

/* ===============22-04-25==================== */

.dt-scroll-head {
    background-color: #fff;
}

.hdng_rtOpt {
    font-size: 17px;
}

.btnCmnRt {
    border-radius: 54px;
    background: #dff6ff !important;
    color: #000 !important;
    font-size: 12px;
    padding: 10px 29px;
    font-weight: 600;
}

a.btn.btnCmnRt:hover {
    text-decoration: underline;
}

.main-content {
    position: relative;
}

.addBtnVeh {
    float: right;
    margin-bottom: 5px;
    position: absolute;
    right: 132px;
    top: 24px;
}

.table tbody th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6 !important;
    box-shadow: none;
}

.table thead th {
    vertical-align: bottom;
    /* border-bottom: 2px solid #dee2e6 !important; */
    box-shadow: none;
    font-size: 13px;
    border-collapse: separate;
    border-top: 1px solid #dee2e6;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    white-space: nowrap;
    background: #fff !important;
    border-left: 0;
    border-right: 0;
}

.table td {
    border: none !important;
    border-top: 1px solid #dee2e6 !important;
}

.table thead td {
    border: 1px solid #fbfbfb !important;
    border-top: 1px solid #dee2e6 !important;
    font-weight: bold;
    text-align: center !important;
    border-bottom: 1px solid #dee2e6 !important;
    font-family: var(--primary-font);
}

.table tbody td {
    font-family: var(--primary-font);
    font-size: 12px;
}

.dt-length label {
    font-size: 12px;
    font-weight: 600;
}

.dt-info {
    font-size: 12px;
    font-weight: 600;
}

.dt-paging .active>.page-link,
.page-link.active {
    z-index: 3;
    color: #333;
    background-color: #F7F7F7;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    /* width: 20px; */
    margin-right: 3px;
    line-height: 94%;
    border: 1px solid #ccc;
    box-shadow: none !important;
    padding-left: 9px;
    padding-right: 9px;
}

.dt-paging .page-item .page-link {
    margin-right: 3px;
    padding-left: 9px;
    padding-right: 9px;
    line-height: 94%;
    box-shadow: none !important;
}

.bkbtnRT {
    position: absolute;
    right: 32px;
    top: 24px;
}

.btnRtedit {
    display: inline-block;
    font-size: 16px;
    margin-right: 6px;
}

.btnRtremove {
    display: inline-block;
    font-size: 16px;
    color: #ff0000;
    margin-right: 1px;
    background: transparent !important;
    outline: none !important;
    border: none !important;
}

.bkbtnRT .btnCmnRt {
    background: #eee !important;
}

.dt-length select {
    box-shadow: none !important;
}

.ordr_RtOpt .tab-link.active {
    background-color: #0a1aee !important;
    color: #fff !important;
    border-color: #0a1aee;
}

.ordr_RtOpt .tab-link {
    border: 1px solid #dff6ff;
}

.ordr_RtOpt {
    position: absolute;
    top: 24px;
    right: 132px;
}

#orderTabsContent .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0a1aee;
    box-shadow: none;
    font-weight: bold;
}

#orderTabsContent .accordion-button.collapsed {
    background: #0a1aee;
    box-shadow: none !important;
    font-weight: bold;
    color: #fff;
}

#orderTabsContent .accordion-button.collapsed::after {
    filter: invert(1);
}

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

#orderDateAccordion label {
    font-size: 12px;
    font-weight: 600;
}

.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: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.3px;
    color: #464f60;
    display: inline;
}

#orderDateAccordion .form-control.date-range-picker {
    font-size: 13px;
    border: 1px solid #ced4da;
}

#orderDateAccordion .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 36px;
    line-height: 34px;
}

#addVehicleForm .select2-container--default .select2-selection--single,
#updateVehicleForm .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 36px;
    line-height: 34px;
}

#orderDateAccordion .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

#addVehicleForm .select2-container--default .select2-selection--single .select2-selection__arrow,
#updateVehicleForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

#orderDateAccordion .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 24px;
    vertical-align: bottom;
    font-family: var(--primary-font);
    overflow: hidden;
    word-break: keep-all;
}

#addVehicleForm .select2-container .select2-search--inline .select2-search__field,
#updateVehicleForm .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 24px;
    vertical-align: bottom;
    font-family: var(--primary-font);
    overflow: hidden;
    word-break: keep-all;
}

#orderDateAccordion .select2-container--default .select2-selection--multiple,
#updateVehicleForm .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

#addVehicleForm .select2-container--default .select2-selection--multiple,
#updateVehicleForm .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

#addVehicleForm .form-control,
#updateVehicleForm .form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 36px;
    line-height: 21px;
    font-family: var(--primary-font);
    font-size: 12px;
}

.form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 36px;
    line-height: 21px;
    font-family: var(--primary-font);
    font-size: 12px;
}

.submit-btn-formA {
    background: #007bff;
    color: white;
    padding: 7px 20px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    height: 38px;
}

div.dt-container div.dt-length select {
    width: auto;
    display: inline-block;
    margin-right: .5em;
    min-width: 70px;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: none;
    outline-offset: -2px;
}

.dtrngpkr {
    background: url(../img/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 98% 9px;
}

#addVehicleForm label {
    font-size: 12px;
    font-weight: 600;
}

#updateVehicleForm label {
    font-size: 12px;
    font-weight: 600;
}

table.table.dataTable>:not(caption)>*>* {
    background-color: var(--bs-table-bg) !important;
}

#orderTable_wrapper .dt-scroll-body {
    max-height: 427px;
}

.mapSelicon {
    background: url(../img/caret-down.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 98% 12px;
}

#orderTable_wrapper .dt-length,
#orderTable_wrapper .dt-search {
    margin-top: 0;
}

#orderTable_wrapper .dt-search {
    margin-right: 0;
}

.mpViewOrder {
    margin-top: 6px;
}

#downloadCsvBtn {
    display: inline-block;
    background: transparent;
    color: blue;
    padding: 4px;
    font-size: 23px;
    position: absolute;
    left: 195px;
    margin-bottom: 0 !important;
    top: 21px;
}

.lftTblCont {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding-top: 13px;
    padding-bottom: 10px;
}

#orderTable_wrapper .dt-scroll-head .dt-scroll-headInner thead tr:nth-child(1) th:nth-child(1) {
    padding-right: 9px;
}

#orderTable_wrapper .dt-scroll-head .dt-scroll-headInner thead tr:nth-child(1) th:nth-child(1) .dt-column-order {
    display: none;
}

#trpDateAccordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0a1aee;
    box-shadow: none;
    font-weight: bold;
}

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

#trpDateAccordion .accordion-button.collapsed {
    background: #0a1aee;
    box-shadow: none !important;
    font-weight: bold;
    color: #fff;
}

#trpDateAccordion .accordion-button.collapsed::after {
    filter: invert(1);
}

#trpDateAccordion .form-control.date-range-picker {
    font-size: 13px;
    border: 1px solid #ced4da;
}

#trpDateAccordion .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 36px;
    line-height: 34px;
}

#trpDateAccordion .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

#trpDateAccordion .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 24px;
    vertical-align: bottom;
    font-family: var(--primary-font);
    overflow: hidden;
    word-break: keep-all;
}

#trpDateAccordion .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

#trpDateAccordion .form-control.dtrngpkr {
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(206, 212, 218);
    border-image: initial;
}

table.dataTable {
    border-collapse: collapse;
}

.dwnldTrpCreate {
    top: 10px !important;
    margin-left: 10px;
}

.subBtnTrp {
    background: #007bff;
    color: white;
    padding: 7px 20px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    height: 38px;
}

#assignTripBtn {
    width: 163px;
    margin-right: 11px;
    margin-bottom: 20PX;
}

.hvrSubtn {
    background: #007bff;
}

.hvrSubtn:hover {
    background: #0056b3;
}

.vwIcn {
    font-size: 20px;
}

.vwBtntrpCard {
    background: #007bff !important;
}

.vwBtntrpCard:hover {
    background: #0056b3 !important;
}

.vwBtntrpMap {
    background: #28a745 !important;
}

.vwBtntrpMap:hover {
    background: #148d30 !important;
}

.vwBtntrp {
    white-space: nowrap;
    font-size: 11px !important;
    padding: 5px 10px !important;
}

.trip-list tr.active td {
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    color: #007bff !important;
    font-weight: 600;
}

.leaflet-container,
.leaflet-control-container {
    font-family: var(--primary-font);
    font-size: 12px;
}

.leaflet-legend {
    font-family: var(--primary-font);
    font-size: 12px;
    height: 90%;
    max-height: 537px;
}

.leaflet-legend.leaflet-control .card-footer {
    padding-right: 7px;
    padding-left: 7px;
}

.leaflet-legend.leaflet-control .card-header {
    background-color: #0a1aee !important;
    color: white;
    font-size: 15px;
    font-family: var(--primary-font);
}

#tripReportsContainer {
    height: 564px;
}

.trpLbl {
    color: #0a1aee;
}

.container-fluid {
    padding: 20px;
    /* background-color: #f8f9fa; */
    background-color: #fff;
}

#map .trip-info-card {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999999 !important;
    width: 320px !important;
    background-color: #fff;
    padding: 15px 15px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: none;
    overflow-y: auto;
    display: none;
    pointer-events: auto;
    font-family: var(--primary-font);
    font-size: 12px;
    height: 90%;
    max-height: 537px;
    padding: 15px 15px 10px;
}

#map .trip-info-card>.card-header {
    background-color: #0a1aee !important;
    color: white;
    font-size: 15px;
    font-family: var(--primary-font);
}

#map .trip-info-card .card-header {
    background-color: #1976D2;
    color: white;
    padding: 10px 15px;
    font-size: 12px;
}

#map .trip-info-card .info-item {
    font-size: 12px;
}

#tripTable_wrapper .dt-search {
    margin-top: 18px;
}

.track-details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 38px;
    flex-wrap: wrap;
}

.track-details a {
    margin-left: 10px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #dff6ff;
    padding: 5px 10px;
    border-radius: 27px;
    margin-bottom: 5px;
    background: #dff6ff;
}

.track-details a:hover {
    background: #0a1aee;
    color: #fff;
}

.timeline-text {
    font-size: 12px !important;
    font-weight: 500;
    color: #000;
}

.timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.scrollable-timeline {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    padding-bottom: 10px;
    padding: 16px 10px;
    box-shadow: 0 4px 10px rgba(10, 26, 238, 0.13);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 320px;
    max-width: 650px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.timeline-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
    min-width: 196px;
    margin-left: 30px;
    padding: 16px 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
}

#myDiagramDiv {
    width: 100%;
    height: 80vh;
    border: 1px solid #ccc;
    background: #f8f9fa;
}

.assignTripBtnPopup {
    width: 163px;
    margin-right: 11px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.scrollable-timeline .timeline-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    min-width: 182px;
    margin-bottom: 0;
}

.scrollable-timeline .timeline-item .timeline-text {
    font-size: 12px !important;
    font-weight: 600;
}

.pd_btntbs {
    padding-top: 13px;
    padding-bottom: 13px;

}

.cursrPntr {
    cursor: pointer;
}

.ordr_RtOpt .pd_btntbs.active {
    background-color: #0a1aee !important;
    color: #fff !important;
    border-color: #0a1aee;
}

.nobordrBtm {
    border-bottom: 0 !important;
}

.trpListMargTp {
    margin-top: 30px;
}

.dtsrchwrpr .datatable-container .dt-search {
    position: relative;
}

.setting-item .form-switch .form-check-label {
    margin-left: 5px;
    line-height: 27px;
}

.mpttl {
    width: 100px;
    display: inline-block;
}

.hdngPpup {
    position: absolute;
    top: 16px;
    font-size: 19px;
}

@media (min-width:768px) {
    .dtrngCustmwid {
        width: calc(100% - 110px);
    }

    #tripReportsContainer .card-body:first-of-type {
        height: 564px;
    }
}

@media (min-width:974px) and (max-width: 1024px) {
    #downloadCsvBtn {
        top: 25px;
        left: 189px;
        font-size: 17px;
    }

    .dwnldTrpCreate {
        left: 197px !important;
    }
}

@media (min-width:768px) and (max-width: 974px) {
    #downloadCsvBtn {
        top: 63px;
        left: 21px;
        font-size: 17px;
    }

    .dwnldTrpCreate {
        left: 197px !important;
    }
}

@media (min-width:360px) and (max-width: 768px) {
    #downloadCsvBtn {
        top: 30px;
        left: 21px;
    }
}

@media (min-width:768px) {
    .mpViewOrder {
        width: 49% !important;
        margin-left: 1%;
    }

}

@media (max-width:500px) {
    #orderTabsContent {
        margin-top: 102px !important;
    }

    .ordr_RtOpt {
        position: absolute;
        top: 86px;
        right: 25px;
    }

    .scrollable-timeline {
        min-width: 174px;
    }

    .trpListMargTp {
        margin-top: 100px;
    }
}

@media (max-width:475px) {
    .btnCmnRt {
        padding: 10px 19px;
    }
}

@media (max-width:375px) {
    .addBtnVeh {
        float: right;
        margin-bottom: 5px;
        position: absolute;
        right: 26px;
        top: 68px;
    }

    .wdfll_status {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media (max-width:360px) {
    #downloadCsvBtn {
        top: 31px;
        left: 10px;
    }

    .dwnldTrpCreate {
        margin-left: 0px !important;
    }
}