/* Minification failed. Returning unminified contents.
(405,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(406,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(407,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(408,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(409,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(410,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(411,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(412,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(413,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(414,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(415,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(416,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(417,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
body {
    height:100vh;
}

.no-menu-layout-right {
    height:100vh;
    background-image: url(./images/bg.jpg);
    background-position:bottom;
}

.element-hide {
    display: none;
}

.mouse-handle {
    cursor: pointer;
}

.sidebar {
    /*
    z-index: 99999 !important; 
    */
    background-color: #fafafb !important;
    height:90vh;
}
.mobile-menu {
    display: none;
}
.menu-icon-image {
    width:15px;
}
.required {
    color: #ff0000;
}
a.btn {
    color:#ffffff !important;
}
input.required {
    color: #000000;
}
.no-sort .dt-column-order {
    display:none;
}
input.text-inline {
    border: 1px solid #dee2e6;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.375rem;
}
.dropdown {
    border: solid 0px #dee2e6;
    border-radius: 0.375rem;
    padding: 1px;
}
.dropdown-label {
    border-radius: 5px;
}
.dropdown-label,
.dropdown.on .dropdown-list .dropdown-option {
    font-family: inherit;
    font-size: 1rem;
}
td .dropdown .dropdown-label {
    padding: 3px 12px 0px 12px !important;
    margin: 6px 0px;
    border: 0px !important;
    height: 20px !important;
    overflow: hidden;
}
.dropdown .dropdown-list{
    min-width:200px;
}
select.attribute-changed,
textarea.attribute-changed,
input.attribute-changed {
    border: solid 1px #dee2e6;
}
select.attribute-required,
textarea.attribute-required,
input.attribute-required {
    border: solid 1px #ff0000;
}

.btn-upload,
.btn-upload:hover {
    background-color: #ace6a1;
    border-color: #14923e;
}

.btn-export,
.btn-export:hover {
    background-color: #0D3767;
    border-color: #0D3767;
}

.loadmask {
    z-index: 20000 !important;
}

.loadmask-msg {
    z-index: 20001 !important;
}
.btn-bg-orange,
.btn-bg-orange:hover {
    background-color: #EA916E;
    border-color:#EA916E;
    color:#ffffff;
}
.btn-block-49 {
    width: 45%;
    margin-left: 4%;
}

.btn-block-98 {
    width: 98%;
    margin-left: 1%;
}

.btn-block-100 {
    width: 100%;
}

.w-98 {
    width: 98%;
}

.w-85 {
    width: 85%;
}

.wpx-60 {
    width: 60px;
}
.wpx-80 {
    width: 80px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.register-notification {
    color: #000;
    padding-top: 10px;
}

.block-border {
    border: solid 1px #dfe2e6;
    padding: 5px 10px;
    border-radius: 5px;
}
.row-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    width:100%;
}
.row-inline span.pef-emission,
.row-inline input.text-inline,
.row-inline span.pef-transport-emission {
    width:100%;
}
.row-inline span{
    white-space: nowrap;
}
.row-inline label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
    min-width: 40px;
    display: inline-block;
    box-sizing: border-box;
}
.ui-autocomplete-loading {
    background: white url("images/loading.gif") right center no-repeat;
}
.ui-widget-content {
    max-height:300px;
    overflow:auto;
}
/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
header {
    background-color: #fff;
}
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}
.header-icon i {
    /*
    color: #EA916E !important;
    */
}
.header-nav .nav-icon {
    font-size: 20px;
    color: #012970;
}

.header-nav .nav-profile {
    color: #012970;
}

.header-nav .nav-profile img {
    max-height: 36px;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

.header-nav .badge-number {
    position: absolute;
    inset: 4px 6px auto auto;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 6px;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .language {
    min-width: 90px;
    padding-bottom: 0;
    top: 20px;
    right: 15px;
}
.header-nav .profile {
    min-width: 120px;
    padding-bottom: 0;
    top: 20px;
    right: 15px;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    /*padding: 10px 15px;*/
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}
.logoimage-container {
    display: flex;
    gap: 10px; /* 图片之间的间距 */
}

.logoimage-container img {
    flex: 1; /* 图片均匀分配空间 */
    width: 10%; /* 允许图片收缩到更小 */
    max-width:340px;
    max-height: 100px;
}
/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}
/*===========================Menu======================*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0,0,0,.15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em #0000001a,inset 0 .125em .5em #00000026
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh
}

.bi {
    vertical-align: -.125em;
    fill: currentColor
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8
}

.bd-mode-toggle {
    z-index: 1500
}

.bd-mode-toggle .bi {
    width: 1em;
    height: 1em
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important
}

/*
 * Sidebar
 */

.header-nav .nav-link,
.sidebar .nav-link,
.header-nav .nav-link i,
.sidebar .nav-link i {
    font-size: .875rem;
    font-weight: 500;
    color: #0a1c3a;
}
.header-nav .nav-link.active,
.sidebar .nav-link.active {
    color: #636ae8;
    border-bottom: solid 2px
}

.sidebar-heading {
    font-size: .75rem;
}
.header-nav .nav-item {
    margin:0px 5px;
}
/*
 * Navbar
 */
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
}
/*================================Process===========================*/
.vertical-steps {
    position: relative;
    padding-left: 3rem;
    max-width: 600px;
    margin: 2rem auto;
}

.vertical-steps::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.5rem;
    height: 100%;
    width: 4px;
    background-color: #dee2e6;
    transform: translateX(-6px);
}

.step {
    position: relative;
    padding-bottom: 2rem;
}
.step .current-step {
    color:#0d6efd;
}
.step:last-child {
    padding-bottom: 0;
}

.step-icon {
    position: absolute;
    left: -3rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #dee1e6;
    color: #171a1f;
    font-weight: bold;
}

.step-completed .step-icon {
    background: #ace6a1;
    color: #14923e;
}

.step.active .step-icon {
    background: #0d6efd;
    color: white;
}

.step.active .step-icon {
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.step-content {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

.step.step-completed .step-content h5,
.step.active .step-content h5 {
    color: #0d6efd;
}

.step::before {
    content: "";
    position: absolute;
    top: 0;
    left: -3rem;
    height: 0;
    width: 4px;
    background-color: #f3f4f6;
    transform: translateX(18px);
    transition: height 0.3s ease;
}

.step.step-completed::before {
    height: 100%;
}

.step:last-child::before {
    display: none;
}
/*================================水平=============================*/
.step-progress {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 2rem 0 4rem;
    counter-reset: step;
}

.step-progress::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #e0e0e0;
    z-index: 1;
}

.step-progress__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.step-progress__step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.step-progress__step.completed .step-progress__step-icon,
.step-progress__step.active .step-progress__step-icon {
    background: #4caf50;
}

.step-progress__step.active .step-progress__step-icon {
    box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.3);
}

.step-progress__step-label {
    font-size: 0.875rem;
    color: #757575;
    height:90px;
}

.step-progress__step.completed .step-progress__step-label,
.step-progress__step.active .step-progress__step-label {
    color: #14923e;
    font-weight: bold;
}

.step-progress__step::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0;
    background-color: #4caf50;
    z-index: 2;
    transition: width 0.3s ease;
}

.step-progress__step.completed::before,
.step-progress__step.active::before {
    width: 100%;
}

.step-progress__step:first-child::before {
    display: none;
}
/*==================================Home Index======================*/
.product-item {
    position: relative;
}
.product-item span.ms-3 {
    /*position: absolute;*/
    left: 35px;
    top: 10px;
    margin-left: 0 !important;
}

.product-image {
    
}
.product-image img {
    width: 45px;
    border: solid 1px #dee1e6;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.product-image:hover .large-preview {
    display: block;
}
.large-preview {
    display: none;
    position: absolute;
    top: -70px;
    left: 50px;
    width: 200px;
    z-index: 10;
    background: #dee1e6;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.large-preview img {
    width: 100%;
    height: auto;
}
.tier-image-block {
    max-width: 200px;
    /*
    background: #dee1e6;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    */
}
.tier-image-block img {
    width: 100%;
    height: auto;
}

.actions {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.actions button {
    font-size: 0.8rem;
}
/*==============================Product=========================*/
#carouselPhoto {
    width:100%;
    height:100%;
}
.card-process-row {
}

.card-process-row .block-pporder {
    position: relative;
}

.card-process-row .block-pporder div {
    position: absolute;
    text-align: center;
    top: 0px;
    left: 45%;
}

.card-process img{
    width:100%;
}
.dt-length {
    display: none;
}
.total-ram-material {
    background-color: #fafafb;
    padding: 10px;
    border-radius: 2px;
}
.product-list-name {
    background: #d29211;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}
.photo-list-img {
}
.photo-list-img img{
    max-height: 300px;
    border: solid 15px #fcf0d7;
    border-radius: 5px;
    margin-right: 10px;
}
.photo-home-list-img {
    width: 45px;
    border: solid 1px #dee1e6;
    border-radius: 20px;
    margin-right:10px;
}
.photo-list-name {
}
.card-form {
    background-color: #dee1e6;
}
.card-form label{
    color: #000000;
}
.card-form-product {
    background-color: #f7f8faff;
}
.card-form-product label{
    color: #000000;
}
.card-search-table {
    margin: 20px 0px;
    padding: 5px;
}
.card-search-table .card-body{
    padding:0px;
    margin:0px;
}
.product-table-list thead th {
    background-color: #ffef99 !important;
    color: #000000;
    text-align: center !important;
    vertical-align: middle !important;
    height: 65px;
}
.product-table-list thead th.carbon-title {
    background-color: #dee1e6 !important;
    color: #000000;
}
.product-table-list tbody td,
.product-table-list tbody td a {
    text-align: center !important;
    vertical-align: middle !important;
}
.product-first-td tbody td:first-child {
    text-align: left !important;
}
#tabList tbody td a{
    color:#000000;
}

.product-photo {
    border: solid 5px #dee1e6;
    border-radius:5px;
    width: 200px;
    height: 200px;
}
.product-photo img{
    width: 100%;
    height:100%;
}

.product-ef-link {

}
.product-ef-link label{
    line-height:35px;
    margin-right:5px;
}
.product-ef-link i{
    margin: 7px 10px;
}

.card-product-ef {
    background-color: #f7f8faff;
}
.block-pef-title {
    font-weight: bold;
    font-size: 1.5rem;
}
.transport-table-list thead th {
    background-color: #f6cfbfff;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    height: 65px;
}
.transport-table-list tbody td {
    text-align: center;
    vertical-align: middle;
}
.transport-table-list thead th.carbon-title {
    background-color: #dee1e6;
    color:#000000;
}
.pef-emission,
.pef-transport-emission {
    display: inline-block;
    min-width: 60px;
    text-align: left;
}

.product-result-calcute {
    position: absolute;
    top: -28px;
    left: 110px;
}
.product-result-calcute radio{

}

.card-product-result {

}
.product-result-image {
    text-align: center;
}
.product-result-image img{
    max-width: 100%;
    max-height:400px;
}
.product-result-info {

}
.product-result-info .input-group-text {
    width: 180px;
    display: inline-block;
    text-align: left;
    text-wrap: unset;
    padding: 10px;
    background: #f2c263;
}
.product-result-info .input-group-unit {
    width: 60px;
    display: inline-block;
    text-align: left;
    align-content: center;
    text-wrap: unset;
    padding: 10px;
    background: #ffffff;
}
.product-result-info input{

}
#blockChart,
.product-result-chart {
    height: 100%;
}
.product-result-carbon {

}
.product-result-carbon .carbon-title {
    padding: 10px;
    border-radius: 5px;
}
.product-result-carbon .carbon-value {
}
.product-result-carbon .te-title{
    background-color:#f3f4f6;
}
.product-result-carbon .pc-footprint-title {
    background-color: #ffc9b2;
}
.product-result-carbon .tier1-title {
    background-color: #fef9ee;
}
.product-result-carbon .tier2-title {
    background-color: #fcf0d7;
}
.product-result-carbon .tier3-title {
    background-color: #f6d491;
}
.product-result-carbon .tier4-title {
    background-color: #f2c263;
}
.product-result-carbon .tranportation-title {
    background-color: #d29211;
}

.product-result-legend {

}
.product-result-legend h5{
}
.product-result-legend ul{
    list-style:none;
    padding:0px;
    margin:0px;
}
.product-result-legend ul li{
    padding: 5px 0px;
}

.product-result-legend span {
    display:inline-block;
    padding:7px;
}
.legend-raw {
    background-color: #ffef99;
}
.legend-current {
    background-color: #c3e1f8;
}
.legend-external {
    background-color: #f1b69e;
}
.legend-internal {
    background-color: #f3f4f6;
}

.product-tier-name-block {

}
.tier-ef-icon-size {
    font-size:1.2rem;
}
.table-process .tier-ef-icon, 
.product-tier-name-block .tier-ef-icon {
    padding: 10px 0px;
}
.table-process .tier-name,
.product-tier-name-block .tier-name {
    padding: 10px;
    border-radius: 0px
}
.product-tier-name-block .tier-name ul{
    list-style:circle
}
.product-tier-name-block .tier-name ul li{
    padding: 10px 0px;
    border-bottom: solid 0px #959aa3;
    text-align:left;
}
.tier-bottom-image {
    width:100%;
    height:20px;
}

.dashed-line-container {
    display: flex;
    align-items: center;
    height: 40px; /* 调整整体高度 */
    color: #e99a79;
}

.dashed-line-container .icon {
    font-size: 20px;
}

.dashed-line-container .line {
    flex: 1;
    border-bottom: 2px dashed #000; /* 虚线样式 */
    position: relative;
}

.dashed-line-container .arrow {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid; /* 箭头颜色 */
    margin-left: 10px;
}

.popover {
    max-width: 500px !important;
}
.popover-body {
    padding:0px !important;
}
.body-ef-popover {
    width: 440px;
    margin: 5px 20px;
}
.body-ef-popover .col{
    border:solid 1px #000;
}
.body-ef-popover .ef-header{
    background-color:#ffef99;
    padding: 10px 0px;
}
.body-ef-popover .ef-body{
    background-color:#fafafb;
}
/**================Product Result======================================*/
.tier-title {
    font-weight:bold;
}
.table-process {
}
.table-process td{

}
.result-tier-name {
    position: relative;
    font-size: 1.4rem;
}
.result-container {
    height: 80px;
    display: flex;
    gap: 5px; /* 块间10px间隙 */
}

/* 通用箭头块样式 - 每个块都是左凹右凸 */
.arrow-block {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* 左侧30%紫色块 - 左凹右凸 */
.left-block {
    width: 25%;
    color: #5a1cb1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='80'%3E%3Cpath d='M0,20 L20,40 L0,60 L280,60 L300,40 L280,20 Z' preserveAspectRatio='none' fill='white' stroke='%238a2be2' stroke-width='2'/%3E%3C/svg%3E");
}

/* 右侧70%黄色块 - 左凹右凸 */
.right-block {
    width: 75%;
    color: #b18a1c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='80'%3E%3Cpath d='M0,20 L20,40 L0,60 L680,60 L700,40 L680,20 Z' fill='white' stroke='%23FFD700' stroke-width='2'/%3E%3C/svg%3E");
}

/* 悬停效果 */
.left-block:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='80'%3E%3Cpath d='M0,20 L20,40 L0,60 L280,60 L300,40 L280,20 Z' preserveAspectRatio='none' fill='%23f0e6ff' stroke='%238a2be2' stroke-width='2'/%3E%3C/svg%3E");
}

.right-block:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='80'%3E%3Cpath d='M0,20 L20,40 L0,60 L680,60 L700,40 L680,20 Z' fill='%23fff8e1' stroke='%23FFD700' stroke-width='2'/%3E%3C/svg%3E");
}

.block-content {
    padding: 0 30px;
    text-align: center;
    z-index: 2;
}

/* 形状说明 */
.shape-demo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 14px;
}
/**=====================================================User==============================*/
.user-table-list thead th {
    background-color: #ffef99 !important;
    color: #000000;
    text-align: center !important;
    vertical-align: middle;
    height: 65px;
}

.user-table-list tbody td,
.user-table-list tbody td a {
    text-align: center !important;
    vertical-align: middle !important;
    margin-right: 5px;
}


/**=============================Mobile======================*/
@media (max-width: 2005px) {
    .step-progress__step-label {
        height: 190px;
    }
    .step-progress__step-icon {
        position: absolute;
        bottom: 10px;
    }
}
@media (max-width: 1488px) {
    .step-progress__step-label {
        height: 230px;
    }
    .step-progress__step-icon {
        position: absolute;
        bottom: 10px;
    }
}
@media (max-width: 1435px) {
    .card-body {
        overflow: auto;
    }
    .card-body table {
        width:1400px;
    }
}
@media (max-width: 1060px) {
    .card-process-row .block-pporder div {
        top: 10px;
        left: 30px;
    }

    .card-process img {
        width: 45px;
    }
}

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

@media (max-width: 768px) {
    /*
    */
    .sidebar {
        height:unset;
    }
    .mobile-menu {
        display:block;
    }
    .header-nav-lang {
        display: none;
    }
    .header-nav .nav-item {
        width: 100%;
        padding: 5px 10px;
    }
    .moblie-menu-hide {
        display:none;
    }
}
