﻿.user-mart10 {
    margin-top: 30px;
}


/* =========================================================
   User center active navigation
========================================================= */

#user-index .user-index,
#user-proinfo .user-proinfo,
#user-order .user-order,
#user-favorite .user-favorite,
#user-inquiry .user-inquiry,
#user-address .user-address,
#user-password .user-password {
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
}


/* =========================================================
   User center left navigation
========================================================= */

.user-left {
    width: 20%;
    margin: 0;
}

.user-left a {
    display: block;
    width: 100%;
    height: 52px;
    margin-bottom: 10px !important;
    padding: 0 35px;
    border-radius: 100px 0 0 100px;
    background: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 52px;
    text-decoration: none;
    box-shadow: 0 0 15px -7px rgba(14, 90, 164, 0.20);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.user-left a:hover {
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
    transform: translateX(5px);
    box-shadow: 0 10px 24px rgba(14, 90, 164, 0.18);
}

.user-left a i {
    width: 20px;
    margin-right: 15px;
    font-size: 20px;
}

.user-left a.active {
    position: relative;
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(14, 90, 164, 0.18);
}

.user-left a.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #2879c4;
    transform: translateY(-50%);
}


/* =========================================================
   User center main content
========================================================= */

.user-right {
    width: 79%;
    margin: 0;
    padding: 30px;
    border: 1px solid #dce7f3;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(14, 90, 164, 0.08);
}

.user-right .info-list h2 {
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #dce7f3;
    background: linear-gradient(90deg, #0e5aa4 0%, #f7b901 100%);
    background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user-right .info-list h2 label {
    float: right;
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    -webkit-text-fill-color: #777777;
}

.user-right .info-list h2 i {
    margin-right: 10px;
}

.user-right .form-group span {
    margin-right: 5px;
    color: #e53935;
}


/* =========================================================
   User profile
========================================================= */

.user-box {
    width: 100%;
}

.user-box-item {
    padding-bottom: 25px;
}

.user-avatar {
    width: 15%;
}

.user-avatar img {
    width: 100%;
    border-radius: 50%;
}

.user-info {
    width: 80%;
}

.user-info li {
    width: 50%;
    height: 32px;
    line-height: 32px;
}

.user-info li a {
    padding-left: 5px;
    background: linear-gradient(90deg, #0e5aa4 0%, #f7b901 100%);
    background-clip: text;
    color: transparent;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user-info li a:hover {
    text-decoration: underline;
}


/* =========================================================
   User shortcut menu
========================================================= */

.user-menu {
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #dce7f3;
    border-bottom: 1px solid #dce7f3;
}

.user-menu dl {
    width: 20%;
    text-align: center;
    transition: transform 0.2s ease;
}

.user-menu dl:hover {
    transform: translateY(-3px);
}

.user-menu dl dd a {
    color: #666666;
    text-decoration: none;
}

.user-menu dl dd a:hover {
    color: #0e5aa4;
}


/* =========================================================
   User order list
========================================================= */

.user-order-list {
    width: 100%;
    padding: 25px 0;
    overflow-x: auto;
}

.user-order-list h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 36px;
}

.user-order-list table {
    width: 100%;
    border: 1px solid #dce7f3;
    border-spacing: 0;
    box-sizing: border-box;
    font-size: 14px;
}

.user-order-list table td {
    padding: 6px;
    overflow: hidden;
    border: 1px solid #dce7f3;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-order-list table td img {
    max-width: 60px;
}

.user-order-list table tr:first-child {
    height: 46px;
    background: #f3f8fd;
    line-height: 46px;
}


/* =========================================================
   User information form
========================================================= */

.user-information-list .col-lg-4 {
    width: 32.3%;
}

.user-information-list label {
    display: block;
    height: 42px;
    line-height: 42px;
}

.user-information-list label span {
    color: #e53935;
}

.user-information-list input {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #dce7f3;
    border-radius: 6px;
    background: #ffffff;
    line-height: 40px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.user-information-list input:focus {
    border-color: #0e5aa4;
    outline: none;
    box-shadow: 0 0 0 3px rgba(14, 90, 164, 0.12);
}

.user-information-list select {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #dce7f3;
    border-radius: 6px;
    background: #ffffff;
    line-height: 40px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.user-information-list select:focus {
    border-color: #0e5aa4;
    outline: none;
    box-shadow: 0 0 0 3px rgba(14, 90, 164, 0.12);
}

.user-information-list .col-lg-8 {
    width: 66%;
}

.user-information-list h2 {
    display: flex;
    justify-content: space-between;
    clear: both;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #dce7f3;
    background: linear-gradient(90deg, #0e5aa4 0%, #f7b901 100%);
    background-clip: text;
    color: transparent;
    line-height: 52px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user-information-list h2 label {
    display: inline;
    color: #999999;
    font-size: 1rem;
    font-weight: normal;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #999999;
}

.user-information-list h2 input {
    display: inline;
    width: 12px;
    height: 12px;
    border: 1px solid #dce7f3;
    border-radius: 3px;
}

.user-info-msg {
    clear: both;
    width: 100%;
    margin-top: 15px;
}


/* =========================================================
   User tab navigation
========================================================= */

.u-tab-head {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-bottom: 1px solid #dce7f3;
    line-height: 48px;
}

.u-tab-head a {
    display: inline-block;
    height: 49px;
    padding: 0 25px;
    background: #f3f8fd;
    color: #333333;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.u-tab-head a i {
    margin-right: 10px;
}

.u-tab-head a.selected {
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(14, 90, 164, 0.18);
}

.u-tab-head a:hover:not(.selected) {
    background: #fffaf0;
    color: #0e5aa4;
}


/* =========================================================
   User address table
========================================================= */

.user-address-table {
    width: 100%;
    overflow-x: auto;
}

.user-address-table table {
    width: 100%;
    border: 1px solid #dce7f3;
    border-spacing: 0;
    box-sizing: border-box;
    font-size: 14px;
}

.user-address-table table td {
    height: 46px;
    padding: 6px;
    overflow: hidden;
    border: 1px solid #dce7f3;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-address-table table td img {
    max-width: 60px;
}

.user-address-table table tr:first-child {
    height: 46px;
    background: #f3f8fd;
    line-height: 46px;
}

.user-address-table table th {
    min-width: 120px;
}


/* =========================================================
   Page footer and common buttons
========================================================= */

.page-foot {
    width: 100%;
    margin: 15px 0;
}

.btn-box a {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 6px;
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(14, 90, 164, 0.18);
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.btn-box a:hover {
    background: #f7b901;
    color: #ffffff;
    transform: translateY(-2px);
}

.u-tab-content {
    width: 100%;
}


/* =========================================================
   Order progress
========================================================= */

.step-box ul {
    width: 100%;
    padding: 25px 0;
}

.step-box ul li {
    width: 19.9%;
    text-align: center;
}

.step-box2 ul li {
    width: 24.9%;
    text-align: center;
}

.step-box ul li .progress1 {
    height: 38px;
    background: #f3f8fd;
    color: #667085;
    line-height: 38px;
}

.step-box ul li .info {
    height: 30px;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.step-box ul li.first .progress1 {
    border-radius: 20px 0 0 20px;
}

.step-box ul li.last .progress1 {
    border-radius: 0 20px 20px 0;
}

.step-box ul li.done .progress1 {
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(14, 90, 164, 0.16);
}

.step-box ul li i {
    margin-right: 10px;
}


/* =========================================================
   Acceptance information
========================================================= */

.user-accept-list {
    width: 100%;
}

.user-accept-list dl {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #dce7f3;
    line-height: 36px;
}

.user-accept-list dl dd a {
    display: inline-block;
    padding: 0 25px;
    border-radius: 30px;
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(14, 90, 164, 0.18);
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.user-accept-list dl dd a:hover {
    background: #f7b901;
    color: #ffffff;
    transform: translateY(-2px);
}

.accept-box-info {
    padding: 15px 0;
}

.accept-box-info h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 42px;
}

.accept-box-info dl {
    padding: 5px 0;
    border-bottom: 1px solid #dce7f3;
    line-height: 36px;
}

.accept-box-info dl dt {
    font-weight: bold;
}


/* =========================================================
   Reset password
========================================================= */

.repass-box {
    padding: 80px;
    border: 1px solid #dce7f3;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(14, 90, 164, 0.08);
}

.repass-box-left {
    width: 40%;
    height: auto;
}

.repass-box-left img {
    max-width: 100%;
    height: 100%;
}

.repass-box-right {
    width: 42%;
}

.repass-box-right h2 {
    margin-bottom: 15px;
    background: linear-gradient(90deg, #0e5aa4 0%, #f7b901 100%);
    background-clip: text;
    color: transparent;
    font-size: 1.8rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.repass-box-right .repass-box-item {
    padding: 3px 0;
}

.repass-box-right .repass-box-item label {
    display: block;
    line-height: 42px;
}

.repass-box-right .repass-box-item em {
    display: block;
    margin-right: 10px;
    line-height: 42px;
}

.repass-box-right .repass-box-item input.form-control {
    width: 100%;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #dce7f3;
    border-radius: 6px;
    background: #ffffff;
    line-height: 42px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.repass-box-right .repass-box-item input.form-control:focus {
    border-color: #0e5aa4;
    outline: none;
    box-shadow: 0 0 0 3px rgba(14, 90, 164, 0.12);
}

.repass-box-right .repass-box-item input.form-control-small {
    width: 70%;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #dce7f3;
    border-radius: 6px;
    background: #ffffff;
    line-height: 42px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.repass-box-right .repass-box-item input.form-control-small:focus {
    border-color: #0e5aa4;
    outline: none;
    box-shadow: 0 0 0 3px rgba(14, 90, 164, 0.12);
}


/* =========================================================
   Register
========================================================= */

.register-box {
    padding: 80px;
    border: 1px solid #dce7f3;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(14, 90, 164, 0.08);
}

.register-box-left {
    width: 40%;
    height: auto;
}

.register-box-left img {
    max-width: 100%;
    height: auto;
}

.register-box-right {
    width: 42%;
}

.register-inner-box {
    width: 100%;
}

.register-inner-box strong {
    display: block;
    background: linear-gradient(90deg, #0e5aa4 0%, #f7b901 100%);
    background-clip: text;
    color: transparent;
    font-size: 1.2rem;
    line-height: 36px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.register-inner-box p {
    line-height: 28px;
}

.register-inner-box p a {
    color: #0e5aa4;
    text-decoration: underline;
}

.register-inner-box p a:hover {
    color: #f7b901;
}


/* =========================================================
   Login
========================================================= */

.login-box {
    padding: 80px;
    border: 1px solid #dce7f3;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(14, 90, 164, 0.08);
}

.login-box-left {
    width: 40%;
    height: auto;
}

.login-box-left img {
    max-width: 100%;
    height: 100%;
}

.login-box-right {
    width: 42%;
}

.login-box-right h2 {
    margin-bottom: 15px;
    background: linear-gradient(90deg, #0e5aa4 0%, #f7b901 100%);
    background-clip: text;
    color: transparent;
    font-size: 1.8rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-box-right-tab li {
    width: 32.3%;
    height: 52px;
    background: #f3f8fd;
    color: #14243b;
    font-size: 1rem;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.login-box-right-tab li.thistab {
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(14, 90, 164, 0.18);
}

.login-box-right-tab li:hover:not(.thistab) {
    background: #fffaf0;
    color: #0e5aa4;
}

.login-tips-txt {
    width: 100%;
    margin: 10px 0;
    background: linear-gradient(90deg, #0e5aa4 0%, #f7b901 100%);
    background-clip: text;
    color: transparent;
    line-height: 28px;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-tab-pane {
    display: none;
    padding: 15px 0;
}


/* =========================================================
   Common buttons
========================================================= */

.btn-primary {
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(14, 90, 164, 0.18);
    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.btn-primary:hover {
    background: #f7b901;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(247, 185, 1, 0.22);
}

.btn-default {
    padding: 10px 25px;
    border: 1px solid #dce7f3;
    border-radius: 6px;
    background: #f3f8fd;
    color: #333333;
    cursor: pointer;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.btn-default:hover {
    border-color: #f7b901;
    background: #fffaf0;
    color: #0e5aa4;
}


/* =========================================================
   Privacy modal
========================================================= */

.privacy-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
}

.privacy-modal-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
}

.privacy-modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 620px;
    max-width: calc(100% - 30px);
    max-height: 82vh;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(14, 90, 164, 0.26);
    transform: translate(-50%, -50%);
}

.privacy-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 26px;
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
}

.privacy-modal-head h3 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.privacy-modal-head h3 i {
    margin-right: 8px;
}

.privacy-modal-close {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    opacity: 0.85;
}

.privacy-modal-close:hover {
    color: #ffffff;
    opacity: 1;
}

.privacy-modal-body {
    max-height: 52vh;
    padding: 26px;
    overflow-y: auto;
    color: #333333;
    font-size: 15px;
    line-height: 28px;
}

.privacy-modal-body p {
    margin: 0 0 14px;
}

.privacy-modal-foot {
    padding: 18px 26px;
    border-top: 1px solid #dce7f3;
    background: #f7faff;
    text-align: right;
}

.privacy-modal-foot button {
    min-width: 110px;
    height: 42px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(14, 90, 164, 0.18);
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.privacy-modal-foot button:hover {
    background: #f7b901;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =========================================================
   User inquiry card list
========================================================= */

.user-inquiry-card-wrap {
    width: 100%;
    padding: 25px 0;
}

.user-inquiry-card-wrap h3 {
    position: relative;
    margin: 0 0 18px;
    padding-left: 15px;
    color: #111111;
    font-size: 1.4rem;
    line-height: 36px;
    font-weight: bold;
}

.user-inquiry-card-wrap h3::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 20px;
    border-radius: 4px;
    background: #f7b901;
}

.user-inquiry-card-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.user-inquiry-card {
    width: 100%;
    padding: 20px;
    border: 1px solid #dce7f3;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(14, 90, 164, 0.08);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.user-inquiry-card:hover {
    border-color: #f7b901;
    box-shadow: 0 18px 38px rgba(14, 90, 164, 0.15);
    transform: translateY(-3px);
}

.user-inquiry-card-head {
    align-items: flex-start;
    padding-bottom: 14px;
    border-bottom: 1px solid #e3eaf2;
}

.user-inquiry-card-no span {
    display: block;
    margin-bottom: 4px;
    color: #667085;
    font-size: 13px;
    line-height: 20px;
}

.user-inquiry-card-no a {
    display: block;
    color: #0e5aa4;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    word-break: break-word;
}

.user-inquiry-card-no a:hover {
    color: #f7b901;
    text-decoration: underline;
}

.user-inquiry-card-status {
    flex-shrink: 0;
    margin-left: 15px;
    color: #0e5aa4;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-align: right;
}

.user-inquiry-card-body {
    padding: 16px 0;
}

.user-inquiry-card-item {
    margin-bottom: 14px;
}

.user-inquiry-card-item:last-child {
    margin-bottom: 0;
}

.user-inquiry-card-item label {
    display: block;
    margin-bottom: 6px;
    color: #667085;
    font-size: 13px;
    line-height: 20px;
}

.user-inquiry-card-item strong {
    display: block;
    color: #0e5aa4;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}

.user-inquiry-card-item em {
    display: block;
    margin-top: 2px;
    color: #667085;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
}

.user-inquiry-card-item span {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.inquiry-products-list {
    max-height: 78px;
    padding: 10px 12px;
    overflow-y: auto;
    border: 1px solid #dce7f3;
    border-radius: 10px;
    background: #f7faff;
}

.inquiry-products-list::-webkit-scrollbar {
    width: 5px;
}

.inquiry-products-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #edf5fc;
}

.inquiry-products-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #8fb8dc;
}

.inquiry-products-list::-webkit-scrollbar-thumb:hover {
    background: #0e5aa4;
}

.inquiry-products-list p {
    margin: 0;
    padding: 3px 0;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    word-break: break-word;
}

.user-inquiry-card-foot {
    justify-content: flex-start;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid #e3eaf2;
}

.user-inquiry-card-foot a {
    min-width: 96px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.user-inquiry-card-foot a i {
    margin-right: 6px;
}

.user-inquiry-view {
    background: linear-gradient(270deg, #0e5aa4 0%, #2879c4 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(14, 90, 164, 0.20);
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.user-inquiry-view:hover {
    background: #f7b901;
    color: #ffffff;
    transform: translateY(-2px);
}

.user-inquiry-cancel {
    border: 1px solid #f7b901;
    background: #fffaf0;
    color: #0e5aa4;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}

.user-inquiry-cancel:hover {
    border-color: #f7b901;
    background: #f7b901;
    color: #ffffff;
}

.user-inquiry-empty {
    width: 100%;
    padding: 55px 20px;
    border: 1px dashed #dce7f3;
    border-radius: 16px;
    background: #f7faff;
    color: #667085;
    text-align: center;
}

.user-inquiry-empty i {
    display: block;
    margin-bottom: 12px;
    color: #0e5aa4;
    font-size: 42px;
}

.user-inquiry-empty p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 24px;
}

.user-inquiry-card-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.user-inquiry-card-closed {
    opacity: 0.95;
}

.user-inquiry-card-closed .user-inquiry-card-status {
    color: #667085;
}

.user-inquiry-card-closed .user-inquiry-view {
    border: 1px solid #dce7f3;
    background: #f3f8fd;
    color: #0e5aa4;
    box-shadow: none;
}

.user-inquiry-card-closed .user-inquiry-view:hover {
    border-color: #0e5aa4;
    background: #0e5aa4;
    color: #ffffff;
}


/* =========================================================
   Mobile layout
========================================================= */

@media (max-width: 768px) {
    .user-left {
        width: 100%;
    }

    .user-left a {
        margin-bottom: 8px;
        padding: 0 20px;
        border-radius: 6px;
    }

    .user-left a:hover {
        transform: translateX(0);
    }

    .user-left a.active::after {
        display: none;
    }

    .user-right {
        width: 100%;
        margin-top: 10px;
        padding: 20px;
    }

    .user-box-item {
        padding-bottom: 15px;
    }

    .user-avatar {
        display: none;
    }

    .user-info {
        width: 100%;
    }

    .user-info li {
        width: 100%;
        height: 28px;
        line-height: 28px;
    }

    .user-menu {
        padding: 15px 0;
    }

    .user-menu dl {
        width: 49%;
        margin-bottom: 10px;
    }

    .user-menu dl dd {
        padding: 5px 0;
    }

    .user-order-list {
        padding: 15px 0;
    }

    .user-order-list h3 {
        font-size: 1.2rem;
    }

    .user-information-list .col-lg-4,
    .user-information-list .col-lg-8 {
        width: 100%;
    }

    .u-tab-head {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .u-tab-head a {
        width: 50%;
        padding: 0;
        text-align: center;
    }

    .step-box ul {
        width: 100%;
        padding: 25px 0;
    }

    .step-box ul li {
        width: 100%;
        text-align: center;
    }

    .step-box ul li.first .progress1 {
        border-radius: 20px 20px 0 0;
    }

    .step-box ul li.last .progress1 {
        border-radius: 0 0 20px 20px;
    }

    .repass-box,
    .register-box,
    .login-box {
        padding: 20px;
    }

    .repass-box-left,
    .register-box-left,
    .login-box-left {
        display: none;
    }

    .repass-box-right,
    .register-box-right,
    .login-box-right {
        width: 100%;
    }

    .repass-box-right h2 {
        margin-bottom: 10px;
    }

    .repass-box-right .repass-box-item {
        padding: 0;
    }

    .register-inner-box strong {
        font-size: 1.1rem;
        line-height: 28px;
    }

    .register-inner-box p {
        line-height: 26px;
    }

    .login-box-right-tab li {
        height: 42px;
        font-size: 0.9rem;
        font-weight: normal;
        line-height: 42px;
    }

    .user-information-list h2 {
        display: block;
        height: auto;
        line-height: 30px;
    }

    .user-information-list h2 label {
        display: block;
    }

    .privacy-modal-box {
        width: calc(100% - 24px);
        max-height: 86vh;
    }

    .privacy-modal-head {
        padding: 18px 20px;
    }

    .privacy-modal-body {
        max-height: 58vh;
        padding: 20px;
        font-size: 14px;
        line-height: 26px;
    }

    .privacy-modal-foot {
        padding: 16px 20px;
    }

    .privacy-modal-foot button {
        width: 100%;
    }

    .user-inquiry-card-wrap {
        padding: 18px 0;
    }

    .user-inquiry-card-wrap h3 {
        margin-bottom: 14px;
        font-size: 1.2rem;
        line-height: 32px;
    }

    .user-inquiry-card-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .user-inquiry-card {
        padding: 16px;
        border-radius: 14px;
    }

    .user-inquiry-card-head {
        display: block;
    }

    .user-inquiry-card-status {
        margin-top: 8px;
        margin-left: 0;
        text-align: left;
    }

    .user-inquiry-card-foot {
        display: flex;
        flex-wrap: wrap;
    }

    .user-inquiry-card-foot a {
        flex: 1;
        min-width: 0;
    }

    .inquiry-products-list {
        max-height: 92px;
    }

    .user-inquiry-card-info-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}