/* Googlefont Poppins CDN Link */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

:root {
    --color__accent: #6200ee;
    --field__background: #f5f5f5;
    --field__background--hover: #e9e9e9;
    --input__border: rgba(0, 0, 0, 0.42);
    --input__border--hover: rgba(0, 0, 0, 0.62);
    --label__color: #222;
    --font__size: 16px;
    --font__family: "Segoe UI", "Helvetica Neue", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2c2c;
}

.btn.btn-primary {
    background-color: #00ffff;
}

.btn.btn-primary:hover {
    background-color: #00cfcf !important;
}

.btn.btn-dark {
    background-color: #6C757D;
}

.btn.btn-dark:hover {
    background-color: #4F5860 !important;
}

.btn.btn-danger {
    background-color: #FC3D39;
}

.btn.btn-danger:hover {
    background-color: #E33437 !important;
}

.btn.btn-success {
    background-color: #53D769;
}

.btn.btn-success:hover {
    background-color: #46C263 !important;
}

.btn.btn-outline.btn-outline-primary {
    color: #00ffff !important;
    border-color: #00ffff !important;
    background-color: transparent;
}

.btn.btn-outline.btn-outline-primary i, .btn.btn-outline.btn-outline-primary .svg-icon {
    color: #00ffff !important;
}

.btn.btn-dark-outline {
    align-items: center;
    appearance: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 2rem;
    outline: none;
    padding: 8px 18px;
    position: relative;
    text-align: center;
    transition: all .3s;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
    background-color: initial;
    box-shadow: inset 0 0 0 1px !important;
    color: #2c2c2c;
}

.btn.btn-dark-outline i{
    color: #2c2c2c;
}

.btn.btn-dark-outline:hover {
    background: #0000001a;
}

.btn.btn-form-dark-outline {
    align-items: center;
    appearance: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 2rem;
    outline: none;
    padding: 8px 12px !important;
    position: relative;
    text-align: center;
    transition: all .3s;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
    background-color: initial;
    box-shadow: inset 0 0 0 1px !important;
    color: #2c2c2c;
}

.btn-dark-outline_active_log {
    align-items: center;
    appearance: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 2rem;
    outline: none;
    padding: 14px 8px;
    position: relative;
    text-align: center;
    transition: all .3s;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
    background-color: #2c2c2c;
    box-shadow: inset 0 0 0 1px !important;
    color: #fff;
}

.btn.btn-form-dark-outline i {
    color: #2c2c2c;
}

.btn.btn-form-dark-outline:hover {
    background: #0000001a;
}

.button-disabled {
    background-color: #a9a9a93b !important;
    color: #a9a9a9ab !important;
    cursor: not-allowed !important;
    pointer-events: none; /* Prevents clicking */
}

.button-disabled i{
    color: #a9a9a9ab !important;
}

.floating-form-select{
    border: 1px solid #2c2c2c !important;
}

input:-webkit-autofill {
    -webkit-background-clip: text;
}

.form-check-section {
    height: calc(4rem + 2px);
    border-radius: 0.475rem !important;
    border: 1px solid #2c2c2c !important;
}

.form-check-section .form-check-label {
    color: #424242;
}

.form-check-section .form-check-input {
    border: 1px solid #424242;
}

.dropstart .dropdown-toggle::before {
    border: none;
    margin-right: 0;
}

.page-item {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.475rem;
}

.page-item.active .page-link {
    background-color: #212529;
    border-color: #212529;
}

.page-link:hover {
    color: #212529 !important;
    background-color: #e1e3ea !important;
}

.action-item-class{
    cursor: pointer;
}

.dropdown-menu-class {
    position: absolute;
    top: 0px;
    right: 5px !important;
    width: 180px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 4px 4px;
    /*display: block;*/
    z-index: 2;
    padding: 0;
}

.dropdown-menu-class li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    border-bottom: 1px solid rgb(207 207 207 / 10%);
/*    padding: 10px 16px 10px;*/
    margin: auto;
}

.dropdown-menu-class li:hover {
    background-color: #F5F5F5;
}

.dropdown-item-class {
    width: 100%;
    padding: 10px 16px 10px;
    cursor: pointer;
    display: flex;
}

.dropdown-item-class i {
    padding: 6px;
    width: 34px;
}

.dropdown-item-class span {
    padding-left: 10px;
    margin: auto 0;
    font-size: 16px;
}

@media (max-width:448px) {
    .dropdown-menu-class {
        right: 0;
        left: 5px !important;
    }
    .btn-dark-outline_active_log {
        padding: 8px 8px;
    }
}
/*-------main navbar--------*/

.app-container {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
    background: #f2f2f2;
}
.app-header{
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 10;
    transition: all .2s;
}
.app-header.header-shadow {
    background-color: #000 !important;
    /*box-shadow: 0.46875rem 2.1875rem rgba(4, 9, 20, .03), 0.9375rem 1.40625rem rgba(4, 9, 20, .03), 0.25rem .53125rem rgba(4, 9, 20, .05), 0.125rem .1875rem rgba(4, 9, 20, .03);*/
}
.app-header .app-header_contener {
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    flex: 1;
    padding: 0 1.5rem;
}

.app-header .app-header_contener .app-header-left{
    display: flex;
    align-items: center;
}

.app-header .app-header_contener .app-header-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.widget-content .widget-content-wrapper {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
}

.app-header_logo {
    padding: 0 1.5rem;
    height: 60px;
    width: 280px;
    display: flex;
    align-items: center;
    transition: width .2s;
}

/*.app-header_logo .logo-src h2{
    height: 23px;
    width: 97px;
    color: #fff;
}
*/
.app-header_mobile-menu{
    display: none;
    padding: 0 1.5rem;
    height: 60px;
    align-items: center;
}

.fixed-header .app-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 8;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner:before {
    background-color: rgba(255, 255, 255, .8);
}

.hamburger{
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    background-color: transparent;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover{
    opacity: .7;
}

.hamburger.is-active:hover {
    opacity: .7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.hamburger-box{
    width:24px;
    height: 14px;
    display: inline-block;
    margin-top: -1px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner:before {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    transition-property: transfrom;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner:before {
    content: "";
    display: block;
}

.hamburger-inner::after {
    top: -6px;
}

.hamburger-inner:before {
    bottom: -6px;
}

.hamburger--elastic .hamburger-inner {
    top: 0px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 6px;
    transition: opacity .125s .275s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform .275s cubic-bezier(.68, -.55, .255, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(135deg);
    transition-delay: .075s;
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: .0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-270deg);
    transition-delay: .075s;
}


.fixed-header .app-main {
    padding-top: 60px;
}

.app-sidebar {
    width: 280px;
    display: flex;
    z-index: 9;
    overflow: hidden;
    min-width: 280px;
    position: relative;
    flex: 0 0 280px;
    /*margin-top: -60px;
    padding-top: 60px;*/
    transition: all .2s;
    padding-bottom: 40px;
}

.app-sidebar .app-main_inner {
    padding: 2px 1.5rem 1.5rem;
}

.app-sidebar .sidebar-shadow {
    box-shadow: 7px 0 60px rgba(0, 0, 0, .05);
}

.fixed-sidebar .app-sidebar {
    background: #fff;
    position: fixed;
    height: 97vh;
}

/*.app-main{
    flex: 1;
    display: flex;
    z-index: 8;
    position: relative;
}*/

.app-main .app-main_outer{
    flex: 1;
    flex-direction: column;
    display: flex;
    /*z-index: 12;*/
}

.fixed-sidebar .app-main .app-main_outer {
    padding-left: 280px;
    /*z-index: 9;*/
}

.app-main .app-main_inner {
    padding: 30px 30px;
    flex: 1;
}

.scrollbar-sidebar {
    z-index: 15;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-anchor: none;
    touch-action: auto;
}

.app-sidebar_inner {
    padding: 2px 1rem 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    height: 90vh;
    min-height: 100%;
    display: flex;
    flex: 0 0 270px;
    flex-flow: column;
    font-weight: 600;
    padding-bottom: 10px;
}

.app_profile_section {
    display: flex;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px;
    cursor: pointer;
    align-items: center;
    flex-shrink: 0;
    padding: 1rem 1rem;
    position: relative;
}

.app_profile_section .app-avatar {
    width: 40px !important;
    height: 40px !important;
    margin-right: 5px;
    margin-left: 2px;
    color: #FFFFFF;
    background-color: #c4c4c4 !important;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.app-avatar-user-name {
    padding-top: 5px !important;
    padding-left: 3px !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.app-avatar-user-type, .app-address-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.vertical-nav-menu {
    margin: 0;
    padding: 0 0 0px 0;
    position: relative;
    list-style: none;
}

.vertical-nav-menu li .nav-menu-dropdown{
    display: block;
    cursor: pointer;
    padding: 10px 12px;
    position: relative;
    border-radius: 5px;
    color: #2c2c2c;
    white-space: nowrap;
    transition: all .2s;
    margin: 0.1rem 0;
    font-size: 14px;
}

.vertical-nav-menu li .nav-menu-dropdown:hover {
    background: #e6e6e6;
    text-decoration: none;
}

.active-menu {
    background: #e6e6e6;
}

.vertical-nav-menu li.active .nav-menu-dropdown .arrow{
    transform: rotate(180deg);
}

.vertical-nav-menu .nav-menu-dropdown .arrow {
    position: absolute;
    top: 10px;
    left: 16px;
    right: 5px;
    left: auto;
    transition: transform 0.2s ease-in-out;
    font-size: 20px;
    color: #2c2c2c;
}

.subMenu-main_item {
    display: flex;
    justify-content: left;
    line-height: 1.4;
}

.htmlCss-sub-menuItem.sub-menu {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    transition: padding 300ms;
    padding: 0rem 0 0 2.5rem;
}

.vertical-nav-menu .htmlCss-sub-menuItem:before {
    content: '';
    opacity: 0;
    transition: opacity 300ms;
    height: 100%;
    opacity: 1;
    width: 3px;
    background: #ccc;
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 15px;
}

/*.htmlCss-sub-menuItem li {
    color: #6c757d;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1.5rem;
}*/

.htmlCss-sub-menuItem li a {
    position: relative;
    white-space: nowrap;
    font-weight: 600;
    align-items: flex-start;
    border-radius: 5px;
    color: #2c2c2c;
    cursor: pointer;
    display: flex;
    justify-content: left;
    line-height: 1.5;
    margin: 0;
    padding: 8px 10px;
    text-decoration: none;
    transition: background .2s;
}

.htmlCss-sub-menuItem li a:hover {
    color: #3f6ad8;
    background: #e6e6e6;
}

.htmlCss-sub-menuItem{
    display: none;
    transition: all 2s ease-in-out;
}

.vertical-nav-menu li.active .htmlCss-sub-menuItem {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .app-header {
        justify-content: space-between;
    }
    .app-header .app-header_logo {
        order: 2;
        background: 0 0 !important;
        border: 0 !important;
        padding: 0 1rem;
        width: 100px;
    }
    .app-header_mobile-menu {
        display: flex;
        order: 1;
    }
    .app-header .app-header_contener {
        order: 3;
        padding: 0 1rem;
    }
    /*.app-sidebar{
        flex: 0 0 280px!important;
        width: 280px!important;
        transform: translateX(-280px);
        position: fixed;
    }*/
    .dummy-app-sidebar {
        display: none;
        transform: translateX(0);
    }

    .fixed-sidebar .app-main .app-main_outer {
        padding-left: 0px;
    }

    .fixed-sidebar .app-sidebar {
        background: rgb(0 0 0 / 80%);
        width: 100%;
    }

    .scrollbar-sidebar {
        width: 280px;
        opacity: 4.5;
        background: #fff;
    }
}
/*.main_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.main_nav .navbar_container {
    height: 100%;*/
/* max-width: 1250px; */
/*width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;*/
/* padding: 0 50px; */
/*}

.navbar_container .logo a {
    font-size: 22px;
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 600;
    line-height: 18px;
}

.main_nav .navbar_container .nav-links {
    line-height: 18px;
    height: 100%;
}

.main_nav .navbar_container .links {
    display: flex;
    padding-left: 0rem;
    margin: 0;
}

.main_nav .navbar_container .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 10px 20px 12px;
}

.main_nav .navbar_container .links li a {*/
/* height: 100%; */
/*text-decoration: none;
    white-space: nowrap;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 400;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

.main_nav .navbar_container .links li .arrow {*/
/* background: red; */
/*height: 100%;
    width: 22px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    color: #2c2c2c;
    transition: all 0.3s ease;
}

.main_nav .navbar_container .links li .sub-menu {
    position: absolute;
    top: 42px;
    left: 0;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding: 0;
    z-index: 9999;
}

.main_nav .navbar_container .links li:hover .htmlCss-sub-menu,
.main_nav .navbar_container .links li:hover .js-sub-menu {
    display: block;
}

.navbar_container .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgb(207 207 207 / 10%);
}

.navbar_container .links li .sub-menu li:hover {
    background-color: #F5F5F5;
}

.navbar_container .links li .sub-menu a {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 400;
}

.navbar_container > .links li > a:after {
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.navbar_container > .links li:hover > a:after {
    background-color: #fff;
    width: 100%;
}

.navbar_container .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar_container .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar_right_content {
    line-height: 18px;
    height: 100%;
    display: flex;
}

.navbar_right_content .navbar_right_links {
    display: flex;
    padding-left: 0rem;
    margin: 0;
    line-height: 0;
}

.navbar_right_content .navbar_right_links li {
    position: relative;
    list-style: none;
    padding: 10px 16px 10px;
    margin: auto;
}

.navbar_right_content .navbar_right_links li:last-child {
    padding-right: 5px;
}

.navbar_right_content .navbar_right_links li a {*/
/* height: 100%; */
/*text-decoration: none;
    white-space: nowrap;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 400;
}

.navbar_container .search-box,
.profile_dropdown-button {
    position: relative;
    height: 24px;
    width: 24px;
}

.navbar_container .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar_container .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 52rem;
    background: #fff;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar_container.showInput .search-box .input-box {
    top: 44px;
    opacity: 1;
    pointer-events: auto;
    background: #fff;
}

.search-box .input-box::before,
.profile_dropdown-menu::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 50rem;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
}

.input-box .searchButton {
    position: absolute;
    right: 14px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.input-box .searchButton i {
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 20px;
    border: none;
    background: none;
    text-align: center;
    color: #2c2c2c;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
}

.navbar_container .nav-links .sidebar-logo {
    display: none;
}

.navbar_container .bx-menu {
    display: none;
}

.navbar_container .profile_dropdown-menu {
    position: absolute;
    top: 54px;
    right: 10px;
    width: 180px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: block;
    z-index: 2;
    padding: 0;
}

.navbar_container .profile_dropdown-menu li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    border-bottom: 1px solid rgb(207 207 207 / 10%);
}

.profile_dropdown-menu li:hover {
    background-color: #F5F5F5;
}

.profile_dropdown-button i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile_dropdown-item {
    display: flex;
}

.profile_dropdown-item i {
    padding: 6px;
}

.profile_dropdown-item span {
    padding-left: 10px;
    margin: auto;
}

.login-wrapper {
    align-items: center;
    flex-shrink: 0;
    position: relative;
    height: 5px;
    width: auto;
}

.login-wrapper a.login_btn {
    align-self: center;
    text-decoration: none;
    transition: color .1s ease;
    padding: 10px 0;
}

.login-wrapper a.login_btn:hover {
    color: #2b9af3;
}

.main-body-top {
    margin-top: 50px;
    margin-bottom: 50px;*/
/*padding: 0;*/
/*height: 91vh;*/
/*min-height: 870px;
    max-height: 100%;
}

@media (max-width:920px) {
    .main_nav .navbar_container {
        max-width: 100%;
        padding: 0 25px;
    }

    .main_nav .navbar_container .logo a {
        font-size: 27px;
    }

    .main_nav .navbar_container .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    .main_nav .navbar_container .links li a {
        font-size: 15px;
    }
}

@media (max-width:800px) {
    nav {*/
/* position: relative; */
/*}

    .navbar_container .bx-menu {
        display: block;
    }

    .main_nav .navbar_container .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: #fff;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar_container .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #2c2c2c;
    }

    .sidebar-logo i,
    .navbar_container .bx-menu {
        font-size: 25px;
        color: #2c2c2c;
    }

    .main_nav .navbar_container .links {
        display: block;
        margin-top: 20px;
    }

    .main_nav .navbar_container .links li .arrow {
        line-height: 40px;
    }

    .main_nav .navbar_container .links li {
        display: block;
    }

    .main_nav .navbar_container .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    .main_nav .navbar_container .links li .sub-menu li {
        border-bottom: none;
    }

    .navbar_container .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar_container .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar_container .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar_container .links li .sub-menu .more span {*/
/* background: red; */
/*display: flex;
        align-items: center;*/
/* justify-content: space-between; */
/*}

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    .main_nav .navbar_container .links li:hover .htmlCss-sub-menu,
    .main_nav .navbar_container .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar_container .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar_container .nav-links.show3 .links .js-sub-menu,
    .navbar_container .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar_container .nav-links.show1 .links .htmlcss-arrow,
    .navbar_container .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar_container .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }

    .navbar_container .search-box .input-box {
        width: 24rem;
    }

    .search-box .input-box input {
        width: 21rem;
    }
}

@media (max-width:448px) {
    .main_nav .navbar_container .nav-links {
        max-width: 100%;
    }

    .navbar_right_content .navbar_right_links li {
        padding: 14px;
    }

    .navbar_container .profile_dropdown-menu {
        top: 52px
    }

    .navbar_container .search-box .input-box {
        right: calc(0% - 120px);
    }

    .search-box .input-box::before {
        right: 120px;
    }
}*/
/* footer copyright-area */
.copyright-area {
    background: #e7e7e7;
    padding: 10px 0;
    z-index: 99;
    /*position: absolute;*/
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #2c2c2c;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    text-decoration: underline !important;
}

.footer-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
}


/* ---------------------------------------------- */


/* -------   BreadCrumb Design CSS (customizable)  ------- */


/* ---------------------------------------------- */

.page-breadcrumb {
    padding-bottom: 20px;
    list-style: none;
    color: #5E6278;
}

.page-breadcrumb ul {
    margin-bottom: 5px;
    padding: 0;
}

.page-breadcrumb ul li {
    display: inline;
    font-size: 14px;
}

.page-breadcrumb ul li a {
    color: #5E6278;
    text-decoration: none;
}


/* ---------------------------------------------- */


/* -------   SignIn & forgot-Password CSS (customizable)  ------- */


/* ---------------------------------------------- */

.signin-container,
.forgot-Password-container {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.sign-in-header,
.forgot-Password-header {
    font-size: 40px;
    font-weight: 600;
    padding: 36px 0;
    margin: 0;
}

.sign-in-content-wrapper {
    height: 450px;
    width: 480px;
    margin: 70px auto 0;
}

.signIn-container-title {
    /* margin: 5px auto 13px; */
    word-break: break-word;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: .009em;
}

.signIn-field-container,
.forgotPassword-field-container {
    position: relative;
    outline: none;
    margin-top: 40px;
    margin-bottom: 50px;
}

.signIn_username_button,
.signIn_password_button {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 7px;
    right: 5px;
    padding: 7px 10px;
    border: 1px solid;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d2d2d7;
}

.signIn_username_button i,
.signIn_password_button i {
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
}

.button-caption-link {
    color: #06c;
    background: none;
    border: none;
    font-size: 14px;
}

.quickSearch_checkInput_section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media (max-width:1366px) {
    .quickSearch_checkInput_section {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:1024px) {
    .signin-container, .forgot-Password-container {
        padding: 20px;
        width: 100%;
    }
}

@media (max-width:448px) {
    .sign-in-content-wrapper {
        width: 100%;
    }

    .sign-in-header,
    .forgot-Password-header {
        font-size: 24px;
        text-align: center;
    }
}

/* ---------------------------------------------- */


/* -------   Table CSS (customizable)  ------- */


/* ---------------------------------------------- */


.div_table {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

.div_tableHead {
    position: static;
    width: 100%;
    background-color: #fff;
    /*background-color: #f2f2f2;*/
}

.div_tableBody {
    width: 100%;
    background-color: #fff;
}

.div_tableRow {
    display: flex;
}

.div_tableRow:hover {
    background-color: rgb(0 0 0 / 4%);
}

.div_tableHeading {
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: .5rem;
    font-size: 16px;
    font-weight: 700;
    vertical-align: bottom;
    word-break: break-word;
    white-space: normal;
    line-height: 2rem;
}

/*.tableDataCall_class {
    border-bottom: 2px solid #2c2c2c;
}*/

.div_tableDataCall {
    position: relative;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 15px 10px 15px 0px;
    font-size: 14px;
    font-weight: normal;
    padding: .5rem;
    vertical-align: top;
    word-break: break-word;
    white-space: normal;
}

.tableDataCall_class, .tableDataCall_class {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    /*padding: 1rem .5rem;*/
    padding: 6px 10px 6px 10px !important;
}

.div_responsive_tableHeading {
    display: none;
    font-weight: 600;
    font-size: 16px;
}

.dashboard_chart_canvas{
    width: 100% !important;
    height: 100% !important;
}

@media (max-width:820px) {
    .div_table {
        margin-bottom: 0rem;
        margin-top: 1rem;
    }

    .div_tableHead{
        display: none;
    }

    .div_tableRow {
        display: block;
        margin-bottom: 10px;
        border: 2px solid #dee2e6;
    }

    .div_tableRow:last-child {
        margin-bottom: 0px;
    }

    .tableRow_class {
        border: none;
    }

    .div_tableHeading {
        display: none;
    }

    .div_tableDataCall {
        width: 100% !important;
    }

    .div_responsive_tableHeading {
        display: block;
        margin-bottom: 5px;
    }

    .dataTable_DeleteButton{
        width: 100%;
    }

    .tableDataCall_class {
        padding: 1rem 1rem 1rem 1rem !important;
    }

    .tablePadding {
        padding: .2rem .4rem .2rem .4rem !important;
    }

    .dropdown-menu-class {
        left: 5px !important;
    }
}

/* ---------------------------------------------- */
/* -------   floating CSS (customizable)  ------- */
/* ---------------------------------------------- */
.floating {
    margin-bottom: 0;
    position: relative;
    background-color: #fff;
    transition: background-color 0.2s ease;
    padding-bottom: 5px;
    border-radius: 10px;
    border: 1px solid #d2d2d7;
}

.username_content-wrapper {
    border-radius: 10px 10px 0 0;
}

.password_content-wrapper {
    border-radius: 0 0 10px 10px;
}

.floating:hover,
.floating:focus-within {
    background-color: #fff;
}

.floating__input {
    padding: 1.2rem 1rem 0.6rem;
    font-size: 16px;
    transition: border-color 0.2s ease;
    border: none;
    width: 100%;
    -webkit-background-clip: text;
}

.floating__input:focus {
    border: none;
}

.floating__input::placeholder {
    color: rgba(0, 0, 0, 0);
}

.floating__input:focus-visible {
    border: none !important;
    outline: none;
}

.floating__label {
    display: block;
    position: relative;
    max-height: 0;
    font-weight: 400;
    pointer-events: none;
    font-size: 16px;
}

.floating__label::before {
    color: #86868b;
    content: attr(data-content);
    display: inline-block;
    filter: blur(0);
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s ease;
    left: 1rem;
    top: -5px;
    position: relative;
}

.floating__input:placeholder-shown + .floating__label::before {
    transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}

.floating__label::before,
.floating__input:focus + .floating__label::before {
    transform: translate3d(0, -3.12rem, 0) scale3d(0.82, 0.82, 1);
}

.floating__input:focus + .floating__label::before {
    color: #86868b;
    font-size: 16px;
}


/* ---------------------------------------------- */


/* -------   Tab & form Design CSS (customizable)  ------- */


/* ---------------------------------------------- */


/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: inherit;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    /*box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);*/
    background: #333;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
/*[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}*/

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
/*[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}
*/
/* FLOW: RIGHT */
/*[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}*/

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/* ---------------------------------------------- */


/* -------   Tab & form Design CSS (customizable)  ------- */


/* ---------------------------------------------- */

.form_tab_menubar {
    position: relative;
    /* background: #F5F5F5; */
    /* border-radius: 15px 15px 0 0; */
    z-index: 99;
    box-shadow: 0 0px 4px #0003;
}

.tab_bar_wrapper {
    display: flex;
    overflow: hidden;
    counter-reset: flag;
}

.tab_bar_wrapper a {
    position: relative;
    width: 100%;
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    padding: 15px 10px 15px 40px;
    white-space: nowrap;
}

.tab_bar_wrapper a:first-child {
    text-align: left;
    padding-left: 40px;
}

.tab_bar_wrapper a:first-child:before {
    left: 14px;
}

.tab_bar_wrapper a:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -36px;
    width: 70px;
    height: 70px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    box-shadow: 4px -4px 0 0px #e1e3ea, 4px -4px 0 2px rgba(255, 255, 255, 0.1);
}

.tab_bar_wrapper a:last-child:after {
    content: none;
}

.flat a,
.flat a:after {
    background: #EFF3F6;
    /* background: #fff; */
    /* background: #F5F5F5; */
    transition: all 0.5s;
}

.flat a:hover,
.flat a.active,
.flat a:hover:after,
.flat a.active:after {
    background: #343a40;
    color: #fff;
}

.active-tab {
    font-size: 1.4em !important; /* Enlarge the text of the active tab */
    background-color: #343a40 !important;
    color: white !important;
}

.inactive-tab {
    font-size: 1.1em !important; /* Normal text size for inactive tabs */
    background-color: #EFF3F6 !important;
    color: black !important;
}

/*.tab_bar_wrapper .inactive-tab:after {
    box-shadow: none;
}*/

.flat .inactive-tab:hover, .flat .inactive-tab.active, .flat .inactive-tab:hover:after, .flat .inactive-tab.active:after {
    background: #EFF3F6;
    color: black !important
}

/* .BodyOfUser_form .form_tab_menubar ul {
    display: flex;
    padding: 20px 10px 0;
}

.BodyOfUser_form .form_tab_menubar ul li {
    list-style: none;
}

.BodyOfUser_form .form_tab_menubar.active {
    opacity: 1;
    top: 50px;
    display: block;
    position: absolute;
}

.tab_bar_wrapper ul li {
    margin-right: auto;
    margin-left: 10px;
}

.tab_bar_wrapper ul li a {
    color: #5E6278;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    text-decoration: none !important;
    padding: 10px;
}

.tab_menu_item li a:hover {
    color: #009EF7;
    transition: all .4s ease-in-out;
}

.tab_menu_item li.active a {
    color: #009EF7;
}

.tab_menu_item .underline {
    border-bottom: 4px solid #009EF7;
    border-radius: 10px 10px 0 0 !important;
    margin-top: 20px;
    width: 100%;
} */

.FormOfBody {
    /*height: 600px;*/
    background: white;
    /* margin-top: -15px; */
    /*overflow-y: auto;*/
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 4px #0003;
}

.form_footer {
    position: relative;
    /*background: #fff;*/
    border-radius: 0 0 15px 15px;
    z-index: 99;
    /*box-shadow: 0 1px 4px #0003;*/
}

.form_footer_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0% 3% 2% 3%;
}

.FormOf_tab_Body {
    /*height: 600px;*/
    background: white;
    /* margin-top: -15px; */
    /*overflow-y: auto;*/
    padding: 2% 2% 2% 2%;
    box-shadow: 0 1px 4px #0003;
}

.formOf_tab_footer {
    position: relative;
    background: #fff;
    border-radius: 0 0 15px 15px;
    z-index: 99;
    box-shadow: 0 1px 4px #0003;
}

.formOf_footer_tab_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 2% 2% 2% 2%;
}


.category_body {
    /*display: none;*/
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background: #F5F5F5;
    z-index: 999;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(.5, .5, .5, 0.2);
}

.product_uploadedImage_section {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    width: 50%;
}

.upload_image {
    position: relative;
    height: 160px;
    width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    box-shadow: 0 1px 4px #0003;
    padding: 5px;
}

.tooltip-blue .tooltip-inner {
    background-color: #0d6efd; /* Bootstrap primary blue */
    color: #fff;
}

.tooltip-blue.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #0d6efd;
}

.tooltip-blue.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #0d6efd;
}

.tooltip-blue.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #0d6efd;
}

.tooltip-blue.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #0d6efd;
}

/*.selecting-multiple_Menu {
    position: absolute;
    top: 54px;
    width: 100%;
    background: #F5F5F5;
    z-index: 8;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(.5, .5, .5, 0.2);
}*/

.selecting-multiple_Menu {
    position: relative;
    margin-top: 8px;
    width: 100%;
    background: #F5F5F5;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(.5, .5, .5, 0.2);
}

.selecting-multiple-items {
    position: relative;
    background: #EFF3F6;
    border-radius: 10px;
    padding: 5px 5px 5px 10px;
    display: flex;
}

.selecting-multiple-items span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 100%;
}

.WorkDaysStringlist-multiple_Menu {
    position: absolute;
    top: 54px;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    background: #F5F5F5;
    z-index: 8;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(.5, .5, .5, 0.2);
}

.delete-multipleSelecting-item {
    border: none;
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
    line-height: normal;
    height: 26px;
    width: 26px;
    margin-left: 5px;
}

.workOrder_supplierAddress_body {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(.5, .5, .5, 0.2);
}

.close_icon {
    position: absolute;
    right: 8px;
    top: -2px;
    font-size: 18px;
    color: #5E6278;
    opacity: 5 !important;
    z-index: 99;
    border: 0;
}

.invoiceDeatial_btn_section, .revenueReport_btn_section {
    /*border-top: 1px solid #2c2c2c;
    border-left: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;*/
    box-shadow: 0 1px 4px #0003;
    border-radius: 6px 6px 0px 0px;
}

.invoiceDeatial_FormOfBody, .revenueReport_FormOfBody {
    background: white;
    padding: 2% 2% 2% 2%;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0 1px 4px #0003;
}

.modal_cancle_btn {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 7px;
    line-height: 13px;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: 600;
}

.informationTab_border h1 {
    font-size: 32px;
}

.staff_workInfo_tab{
    margin-bottom: 70px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .4);
    color: #FEF5DF;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.product_upload_image:hover .overlay {
    opacity: 1;
}

.mud-input-control {
    margin-top: 0px !important;
}

.mud-input.mud-input-filled {
    background-color: #fff !important;
    border-radius: 0.475rem !important;
}

.mud-input.mud-input-filled:hover {
    background-color: none !important;
}

.mud-input.mud-input-filled.mud-input-underline:before {
    transition: none !important;
    border-bottom: none !important;
}

.selectBox_autocomplete {
    background-color: #fff !important;
    border-radius: 0.475rem !important;
    border: 1px solid #2c2c2c !important;
}

.invoice_pdf_deatials, .download_invoice_btn {
    margin: 20px 15%;
}

@media (max-width:920px) {
    .tab_bar_wrapper {
        width: fit-content;
    }

    .tab_bar_wrapper a:first-child {
        padding-left: 20px;
    }

    .form_tab_menubar {
        overflow-y: hidden;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .form_tab_menubar::-webkit-scrollbar {
        width: 0px;
        border-radius: 100px;
        height: 5px;
        margin-right: 30px !important;
    }

    .form_tab_menubar::-webkit-scrollbar-thumb {
        background: #D3D3D3;
        border-radius: 100px;
        margin-right: 30px !important;
        border: 0.1px solid #B4B5B6;
        width: 10px !important;
        height: 10px;
    }

    .product_uploadedImage_section {
        width: 100%;
    }

    .selecting-multiple_Menu {
        position: relative;
        top: 5px;
    }

    .staff_workInfo_tab {
        margin-bottom: 0px;
    }

    .tab_bar_wrapper a {
        width: 220px;
    }
    .invoice_pdf_deatials, .download_invoice_btn {
        margin: 20px 5%;
    }
}

@media only screen and (max-width: 667px) {
    .FormOf_tab_Body {
        padding: 4% 4% 4% 4%;
    }

    .product_uploadedImage_section {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .WorkDaysStringlist-multiple_Menu {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 448px) {
    .app-main .app-main_inner {
        padding: 20px;
    }

    .tab_bar_wrapper {
        display: flex;
        overflow: hidden;
        counter-reset: flag;
        width: fit-content;
    }

    .estimateEdit_close_btn, .estimateEdit_submit_btn, .estimateEdit_Convert_btn {
        padding: 8px 10px !important;
    }

    .informationTab_border {
        border-bottom: 1px solid #b5b5c3 !important;
        border-right: none !important;
    }

    .informationTab_border h2{
        font-size: 14px;
    }

    .informationTab_border h1 {
        font-size: 20px;
    }

    .FormOfBody, .formOf_footer_tab_wrapper {
        padding: 3% 3% 3% 3%;
    }

    .category_body, .selecting-multiple_Menu {
        padding: 14px;
    }

    .WorkDaysStringlist-multiple_Menu {
        grid-template-columns: repeat(2, 1fr);
    }
}


.tabs_nav_item a {
    color: #2c2c2c;
    font-size: 15px !important;
}


.product_timeline_card {
    /*position: absolute;
    top: 0;
    left: 70px;*/
    position: relative;
    width: 100%;
    margin-left: 30px;
}

.product_timeline_card:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    left: -10px;
    top: 40%;
    transform: rotate(45deg);
}


.product_timeline_content::before {
    content: '';
    position: absolute;
    height: 100%;
    /*width: 5px;
    background: #ddd;*/
    left: 62px;
    top: 0;
    border-left-width: 3px;
    border-left-style: dashed;
    border-left-color: #e4e6ef;
}

.product_DeatialsImage_section {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
}

.deatials_product_image {
    position: relative;
    height: 180px;
    width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    box-shadow: 0 1px 4px #0003;
    padding: 5px;
}

.dashboard_top_accordion_section {
    height: 100%;
    border-radius: 0px 0px 6px 6px;
}

.dashboard_accordion-header {
    box-shadow: 0 1px 2px #0002;
    border-radius: 6px 6px 0px 0px;
}

.dashboard_QuickCreate_item{
    grid-template-columns: 1fr 1fr;
}

@media (max-width:889px) {
    .product_DeatialsImage_section {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:448px) {
    .product_timeline_content::before {
        left: 30px;
    }
    .product_timeline_card {
        margin-left: 20px;
    }
    .product_DeatialsImage_section {
        grid-template-columns: repeat(2, 1fr);
    }
    .dashboard_QuickCreate_item {
        grid-template-columns: 1fr;
    }
}



/* adding data for the autocomplete dataset*/

.autocomplete {
    position: relative;
}

.autocomplete .options {
    position: absolute;
    top: 0px;
    left: 0;
    min-height: auto;
    max-height: 400px;
    overflow: auto;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    /*box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);*/
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.autocomplete .option {
    display: block;
    padding: 0.25rem;
}

.autocomplete .option .option-text {
    padding: 0.25rem 0.5rem;
}

.autocomplete .option:hover {
    background: #1E90FF;
    color: #fff;
}

.autocomplete .option.disabled {
    background-color: lightgrey;
    cursor: not-allowed;
}

.autocomplete .option.disabled:hover {
    background: lightgrey;
    color: var(--bs-body);
}


/*autocompelete data complete*/


/*For mud blazor datatable */
.large-font-table .mud-table {
    font-size: 1.2em !important; /* Adjust the size as needed */
}

.large-font-table .mud-th,
.mud-table-cell,
.large-font-table .mud-td {
    font-size: 1.2em !important; /* Adjust the size as needed */
}

.custom-mud-table-pager {
    font-size: 1.1em !important; /* Adjust this value for the pager */
}

.colTextCentre {
    text-align: center;
}
.colTextRight{
    text-align: right;
}
.colTextLeft {
    text-align: left;
}

.pointer-cursor {
    cursor: pointer;
}
/*For mud blazor datatable */

/*For status box */

.status-box {
    padding: 2px 5px;
    border-radius: 5px;
    display: flex;
    width: 100px; /* Fixed width */
    height: 28px; /* Fixed height */
    align-items: center;
    justify-content: center;
    text-align: center;
}

.status-paid {
    background-color: #d1fae5; /* Light green background */
    color: #065f46; /* Dark green text */
}

.status-unpaid {
    background-color: #fee2e2; /* Light red background */
    color: #b91c1c; /* Dark red text */
}

.status-partial-paid {
    background-color: #fef08a; /* Light yellow background */
    /*border: 1px solid #eab308;*/ /* Yellow border */
    color: #92400e; /* Dark yellow text */
}

.status-credit-sale {
    background-color: #ede9fe; /* Light purple background */
    /*border: 1px solid #8b5cf6;*/ /* Purple border */
    color: #6b21a8; /* Dark purple text */
}
.status-default {
    background-color: #e5e7eb; /* Light gray background */
    /*border: 1px solid #6b7280;*/ /* Gray border */
    color: #374151; /* Dark gray text */
}

/* end for status box */
@media screen and (max-width:1440px) {
    .report_showReport_btn, .report_reset_btn {
        height: 52px !important;
        padding: 8px 8px !important;
        font-size: 14px !important;
    }
}

@media screen and (max-width:1366px) {
    .status-box {
        padding: 8px;
        width: 80px; /* Fixed width */
        height: auto; /* Fixed height */
    }

    .invoice_pdf_deatials, .download_invoice_btn {
        margin: 20px 0%;
    }
    .report_showReport_btn, .report_reset_btn {
        font-size: 12px !important;
    }
}

@media (max-width:890px) {
    .status-box {
        width: 100px; /* Fixed width */
    }
    .report_showReport_btn, .report_reset_btn {
        padding: calc(0.775rem + 1px) calc(1.5rem + 1px) !important;
        font-size: 14px !important;
    }
}

.filter_section_body {
    border: 1px solid var(--bs-gray-300);
    top:70px;
}

.filter_section_body:before {
    position: absolute;
    top: -10px;
    left: 5%;
    margin-left: -10px;
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

/*Limit Height & Resize*/
.table_scroll {
    min-height: 300px;
    max-height: auto;
    overflow: auto;
    resize: vertical;
    /*margin: auto;
    max-width: 750px;*/
    /*box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );*/
}
/*Div Table Setting*/
.css_table {
    display: table;
    position: relative;
    width: 100%;
}

.css_tr {
    display: table-row;
}

/*    .css_tr:nth-child(even) .css_td {
        background: #f5f5f5;
    }

    .css_tr:nth-child(odd) .css_td {
        background: #fff;
    }*/

.css_td,
.css_th {
    display: table-cell;
    padding: 8px 10px;
    font-size: 14px;
    white-space: break-spaces;
    word-break: break-word;
    border-bottom: 0.2px solid #dee2e6;
    border-right: 0.2px solid #fff;
}

.css_thead {
    display: table-header-group;
    font-weight: bold;
    z-index: 1;
}

.css_tbody {
    display: table-row-group;
}
/*Table Header Fixed */
.css_th {
    position: sticky;
    background-color: #fff;
    border-bottom: 2px solid #2c2c2c;
}

/*.css_th {
    top: 0;
}

.css_thead div.css_th:first-child,
.css_tfoot div.css_th:first-child {
    left: 0;
    z-index: 1;
}

.css_tfoot .css_th {
    bottom: 0
}*/
/*Responsive Div Table*/
@media screen and (max-width: 1024px) {
    .css_td,
    .css_th {
        white-space: pre;
    }
}
@media screen and (max-width: 650px) {
    .css_table {
        border: 0;
    }

    .css_table .css_thead {
        display: none;
    }

    .css_table .css_tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    .css_table .css_td{
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 2px dotted #ccc;
        /*border-left: 1px solid #ddd;*/
        min-height: 40px;
    }

    /*.css_table .css_td {
        display: flex;
        text-align: left !important;
        flex-direction: column;
        font-size: 13px;
        border-bottom: 2px dotted #ccc;*/
        /*border-left: 1px solid #ddd;*/
        /*min-height: 40px;
        gap: 5px;
    }*/

    .css_table .css_td:last-child {
        border-bottom: 0;
    }

    .css_table .css_td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .table_scroll {
        margin: 0;
        height: auto !important;
    }
    .css_td,
    .css_th {
        white-space: normal;
    }
    /*.css_tr:nth-child(even) .css_td {
        background: #fff;
    }*/
}

