    .depositAmount{border: 1px solid var(--primary-color); border-radius: 5px;padding: 3px 8px;margin-bottom: 5px; color: #000;}
    .depositArea input[type="radio"]:checked + label {background-color: var(--primary-color);color: #fff;}
    .otherAmount {display: none;}
    .depositArea input[type="radio"]:checked + label + .otherAmount {display: block;}
    .depositArea input[type="radio"]{display: none;}
    .depositArea, p{margin-bottom: 8px}
    #depositPaymentModal .modal-header { border-bottom: none; flex-direction: column; align-items: center; text-align: center; margin-top: 15px}

    #depositPaymentModal .modal-header .currency-icon { height: 60px; width: 60px; border-radius: 50%; background-color: rgba(0, 111, 48, 0.25); display: flex; align-items: center; justify-content: center;}

    #depositPaymentModal .modal-header .currency-icon span { height: 35px; width: 35px; border-radius: 50%;background-color: var(--primary-color);display: flex;align-items: center;color: #fff;justify-content: center;}
    #depositPaymentModal .modal-header .btn-close {  background: transparent; color: #000;transition: 0.35s;position: absolute;right: 25px;top: 25px;padding: 0; margin: 0;}
    #depositPaymentModal ul li .checked {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background: var(--primary-color);
        color: #fff;
        clip-path: polygon(0 0, 0% 100%, 100% 0);
        opacity: 0;}

    .rechargeArea{line-height: 1;font-weight: 300;margin-top: 10px;border-top: 1px solid #edebeb;padding: 10px 0px;}
    .rechargeArea p{display: flex; justify-content: space-between; margin:15px 0}
    #depositPaymentModal ul li .active .checked {opacity: 1;}

.order-form-wrapper .note-and-btn{margin-top: -15px;}
.sidebar-wrapper i{color: #dbdbdb; font-size: 28px; margin-bottom: 10px;}
.pagination-area nav {margin-top: 20px;display: block;}
.notify-link{display: flex;line-height: normal;}
.form-group {
    margin-bottom: 10px;
}
.notifacion-card ul li .content h6{font-weight: 200;
    font-size: 14px;}
tbody, td, tfoot, th, thead, tr{border-color: var(--primary-color)}
thead th{
    color: #fff;
    white-space: nowrap;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #58d717, #13b109) !important;
}
.btn-info{color: #fff;}
.label-danger{color: red;}
.label-success{color:green}
input[name=card_number] {
    padding-right: 125px !important;
}
@media (max-width: 991px) {
  tr td.empty {
    text-align: left !important;
    padding: 10px !important;
  }
  .contact-content .logo img{width: 150px !important;}

  .step-wrap .step-card .step-img{width: 115px !important; height: 115px !important;}
  .step-wrap .step-card .step-img > img {
    width: 110px !important;
    height: 110px !important;
    }

    .step-wrap .step-card{width: 115px;}

    .step-wrap .step-card.style-2 .company-icon{width: 105px;
    height: 105px;}
    .step-wrap .step-card.style-2 .company-icon img{width: 100%;}
    .form-inner.style-2 .form-content .lg-btn{padding-left: 5px;padding-right: 5px; font-size: 14px;}

    .step-wrap .step-card .step-content h6{font-size: 14px;line-height: 16px;}
    .step-wrap .step-card.style-3 .step-content {
        width: 135px;
        text-align: center;
        font-size: 14px;
    }
    .step-wrap .step-card .step-img .check-box.style-2 {
        width: 30px;
        height: 30px;
        right: 8px;
        top: 0;
    }

    .payment-area{padding: 0px !important;}

}

@media (max-width: 445px) {
    .sp-image-format .from-inner3{flex-direction:column;align-items: start; gap: 15px !important;}
    .step-by-step-sp-table tbody tr{flex-direction: column;align-items: start;}
    .step-by-step-sp-table tbody tr td{padding: 5px 0 10px;}
    .hiddenText{display: none;}
}


.error{color: #ff2a1a;}
p, span{
    word-break: break-word;
}

.btn{margin-bottom: 5px;}
.select2-container{width: 100% !important;}
/*parsly*/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
.parsley-equalto,
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

iframe{bottom: 20px !important;}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required, .parsley-type, .invalid-feedback , .parsley-length, .parsley-pattern, .parsley-minlength, .parsley-custom-error-message{
color:#e3342f; font-size: 12px;
}
/*end parsly*/


.username{
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.invoice-wrapper ul.nav.nav-tabs {
    justify-content: center;
}

.invoice-wrapper ul.nav.nav-tabs li a { background: var(--primary-color) !important; border-radius: 20px!important; }
@media (max-width: 768px) {
    .invoice-wrapper ul.nav.nav-tabs{background: transparent !important;}
    .custom-template{padding: 5px;} .custom-template .custom-template-img-tab .custom-template-img, .custom-template .custom-template-img{padding: 10px;}
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 16px;
}
.wizard-content .wizard>.actions {
    padding: 0 0px 20px !important;
    margin: 0 auto !important;
    max-width: 225px !important;
}

.wizard-content .wizard>.actions>ul>li>a{min-width: 105px !important;}

/* coupon code modal */
.promo-popup .promo-container {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.promo-popup .promo-container {  text-align: center;}
.promo-popup .promo-container .close-btn { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 24px; cursor: pointer; }
.promo-popup .promo-container .logo { max-width: 135px; margin-bottom: 20px; }
.promo-popup .promo-container p a { text-decoration: none;color: var(--primary-color); }
.promo-popup .promo-container p { margin-bottom: 10px !important; font-weight: 400;}
.promo-popup .promo-container .code-box { margin: 20px 0; display: flex; justify-content: space-between; align-items: center; background: #f0f4ff; border: 2px dashed #8aa1ff; padding: 6px 20px; border-radius: 8px; max-width: 362px; width: 100%; margin: 0 auto; margin-bottom: 20px; }
.promo-popup .promo-container .code-box span { font-weight: bold; font-size: 20px; letter-spacing: 4px; margin-right: 20px; }
.promo-popup .promo-container .code-box button { background: var(--primary-color); color: white; padding: 10px 16px; border: none; border-radius: 6px; cursor: pointer; font-weight: 600; } .promo-popup .promo-container .code-box button:hover { background: #2c43c1; }
.promo-popup .promo-container .redeem-btn { display: inline-block; background: var(--primary-color); white-space: nowrap; color: #fff; padding: 12px 20px; border-radius: 8px; font-weight: 600; text-decoration: none; margin-bottom: 20px; }
.promo-popup .promo-container .redeem-btn:hover { background: var(--primary-color); }
.promo-popup .promo-container .offer-details { font-size: 14px;font-weight: 400; text-align: left; border-top: 1px solid #c1c1c1; padding: 15px 0 0; }
.promo-popup .promo-container .offer-details strong { display: block; margin-bottom: 5px; }


.form-control:focus{
  border-color: var(--primary-color);
}
.sidebar-wrapper{
  width: 250px;
}
.main-content {
    max-width: calc(100% - 250px);
  margin-left: 250px;
}
.header-area .sidebar-header {
    max-width: 250px;
}
.header-area .main-conent-header {
    width: calc(100% - 250px);
}
@media (max-width: 1700px) {
    .sidebar-wrapper {
        max-width: 250px;
    }
      .main-content {
        max-width: calc(100% - 250px);
        margin-left: 250px;
    }
}
@media (max-width: 1399px) {
    .sidebar-wrapper {
        max-width: 220px;
    }
      .main-content {
        max-width: calc(100% - 220px);
        margin-left: 220px;
    }
}
@media (max-width: 991px) {
    .sidebar-wrapper {
        max-width: 70px
    }
      .main-content {
        max-width: calc(100% - 70px);
        margin-left: 70px;
    }
  .sidebar-menu-wrapper ul li a {
    padding: 10px 5px;
}
      .sidebar-wrapper.slide {
        max-width: 70px;
    }
}
.header-area .sidebar-header .header-logo img {
    max-width: 131px;
}
.sidebar-menu-wrapper ul{
    flex-direction: column;
    gap: 0 !important;
}
.sidebar-menu-wrapper ul li a{
    width: 100%;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: start;
    background: transparent;
    position: relative;
    margin-bottom: 2px;
}
.sidebar-menu-wrapper ul li a{
}
.sidebar-wrapper i, .sidebar-menu-wrapper ul li a svg {
    font-size: 15px;
    margin-bottom: 0px !important;
    width: 15px;
    height: 15px;
}
.sidebar-menu-wrapper ul li a h6 {
    height: auto;
  font-weight: 300;
  text-align: start;
}
.sidebar-wrapper.slide .sidebar-menu-wrapper ul li a{
	flex-direction: column;
      border-radius: 3px;
}
 .sidebar-wrapper.slide .sidebar-menu-wrapper ul li a h6 {
  text-align: center;
}
@media (max-width: 1700px) {
    .sidebar-menu-wrapper ul li a {
        width: 100%;
    }
}
@media (max-width: 1600px) {
    .sidebar-menu-wrapper ul li a {
        max-width: 100%;
    }
}
@media (max-width: 1399px) {
    .sidebar-menu-wrapper ul li a {
        max-width: 100%;
    }
      .sidebar-menu-wrapper ul li a i, .sidebar-menu-wrapper ul li a svg {
        font-size: 15px;
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
      .sidebar-menu-wrapper ul li a {
        max-width: 100%;
        flex-direction: column;
      border-radius: 3px;
    }
  .sidebar-menu-wrapper ul li a h6 {
  text-align: center;
}
  .sidebar-menu-wrapper ul li a {
    padding: 10px 5px;
}
}

/* Dashboard redesign */
.main-content.order-content {
    background:
        radial-gradient(circle at top left, rgba(28, 180, 151, 0.10), transparent 24%),
        radial-gradient(circle at top right, rgba(255, 170, 0, 0.10), transparent 20%),
        linear-gradient(180deg, #f4f8fb 0%, #eef4f7 100%);
}

.page-title-and-breadcurmb.two {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 22%),
        linear-gradient(125deg, #102a38 0%, #17485f 42%, #2d8d88 100%);
    border-radius: 24px;
    padding: 28px 30px;
    box-shadow: 0 20px 45px rgba(17, 55, 74, 0.18);
    overflow: hidden;
    position: relative;
}

.page-title-and-breadcurmb.two::before,
.page-title-and-breadcurmb.two::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.page-title-and-breadcurmb.two::before {
    width: 180px;
    height: 180px;
    top: -80px;
    right: -40px;
}

.page-title-and-breadcurmb.two::after {
    width: 110px;
    height: 110px;
    bottom: -45px;
    left: 30px;
}

.page-title-and-breadcurmb.two .page-title {
    position: relative;
    z-index: 1;
}

.page-title-and-breadcurmb.two .page-title h4 {
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 0;
    font-weight: 500;
}

.counter-area {
    margin: 8px 0 34px;
}

.counter-area .counter-single {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 252, 0.98) 100%);
    border: 1px solid rgba(17, 55, 74, 0.10);
    border-radius: 26px;
    padding: 24px 22px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 16px 35px rgba(17, 55, 74, 0.10);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.counter-area .counter-single::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(28, 180, 151, 0.07), transparent 46%, rgba(17, 55, 74, 0.06)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 34%);
    pointer-events: none;
}

.counter-area .counter-single.two::before {
    background: linear-gradient(135deg, rgba(18, 131, 219, 0.10), transparent 48%, rgba(18, 131, 219, 0.04));
}

.counter-area .counter-single.three::before {
    background: linear-gradient(135deg, rgba(255, 170, 0, 0.12), transparent 48%, rgba(255, 129, 61, 0.05));
}

.counter-area .counter-single.four::before {
    background: linear-gradient(135deg, rgba(14, 112, 104, 0.12), transparent 48%, rgba(12, 86, 113, 0.06));
}

.counter-area .counter-single:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(17, 55, 74, 0.14);
    border-color: rgba(17, 55, 74, 0.18);
}

.counter-area .counter-single .counter-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 22px 22px 10px 22px;
    background: linear-gradient(135deg, #0f2e3d, #278287);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(17, 55, 74, 0.20);
    position: relative;
    z-index: 1;
}

.counter-area .counter-single.two .counter-icon {
    background: linear-gradient(135deg, #1769aa, #3b8dd6);
}

.counter-area .counter-single.three .counter-icon {
    background: linear-gradient(135deg, #f08d18, #ffb648);
}

.counter-area .counter-single.four .counter-icon {
    background: linear-gradient(135deg, #0f7f73, #21b7a5);
}

.counter-area .counter-single .counter-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.counter-area .counter-single .coundown {
    flex: 1;
    position: relative;
    z-index: 1;
}

.counter-area .counter-single .coundown p {
    color: #5c7180;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.4;
}

.counter-area .counter-single .coundown a {
    color: inherit;
}

.counter-area .counter-single .coundown h3,
.counter-area .counter-single .coundown span {
    color: #11374a;
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
}

.eg-table-wrapper.padding-equal {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 55, 74, 0.10);
    border-radius: 24px;
    padding: 18px 18px 10px;
    box-shadow: 0 18px 42px rgba(17, 55, 74, 0.10);
    backdrop-filter: blur(8px);
}

.eg-table-wrapper.padding-equal::before {
    display: none;
}

.eg-table-wrapper.padding-equal h5 {
    margin: 0 0 18px;
    padding: 0 4px 14px;
    border-bottom: 1px solid rgba(17, 55, 74, 0.10);
    color: #11374a;
    font-size: 22px;
    font-weight: 500;
}

.eg-table.overview-table,
.eg-table.current-activitis {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.eg-table.overview-table thead th,
.eg-table.current-activitis thead th {
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 0;
    padding: 16px 14px 14px;
}

.eg-table.overview-table tbody tr,
.eg-table.current-activitis tbody tr {
    background: #f7fbfd;
    box-shadow: 0 12px 28px rgba(17, 55, 74, 0.07);
}

.eg-table.overview-table tbody td,
.eg-table.current-activitis tbody td {
    background: transparent;
    border-top: 1px solid rgba(17, 55, 74, 0.06);
    border-bottom: 1px solid rgba(17, 55, 74, 0.06);
    padding: 16px 14px;
    color: #264252;
    vertical-align: middle;
}

.eg-table.overview-table tbody td:first-child,
.eg-table.current-activitis tbody td:first-child {
    border-left: 1px solid rgba(17, 55, 74, 0.06);
    border-radius: 16px 0 0 16px;
}

.eg-table.overview-table tbody td:last-child,
.eg-table.current-activitis tbody td:last-child {
    border-right: 1px solid rgba(17, 55, 74, 0.06);
    border-radius: 0 16px 16px 0;
}

.statu-btn {
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: none;
}

.eg-table tbody tr td a.details-btn {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #11374a, #1f6b88);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    box-shadow: 0 10px 20px rgba(17, 55, 74, 0.16);
}

.eg-table tbody tr td a.details-btn:hover {
    background: linear-gradient(135deg, #0c2734, #174f65);
    transform: translateY(-1px);
}

.pagination-area nav {
    margin-top: 14px;
}

.pagination {
    gap: 8px;
    flex-wrap: wrap;
}

.pagination .page-link {
    border: 0;
    border-radius: 12px;
    color: #11374a;
    background: #edf5f8;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
    background: linear-gradient(135deg, #11374a, #1f6b88);
    color: #fff;
}

@media (max-width: 991px) {
    .page-title-and-breadcurmb.two {
        padding: 22px 20px;
        border-radius: 20px;
    }

    .page-title-and-breadcurmb.two .page-title h4 {
        font-size: 23px;
    }

    .counter-area .counter-single {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .counter-area .counter-single .counter-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
        border-radius: 16px;
    }

    .counter-area .counter-single .coundown h3,
    .counter-area .counter-single .coundown span {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .eg-table-wrapper.padding-equal {
        padding: 16px 12px 8px;
        border-radius: 20px;
    }

    .eg-table-wrapper.padding-equal h5 {
        font-size: 19px;
    }

    .eg-table.overview-table,
    .eg-table.current-activitis {
        border-spacing: 0 10px;
    }
}

/* Upload step redesign */
.eg-wrapper.upload-form {
    background:
        radial-gradient(circle at top left, rgba(39, 130, 135, 0.07), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 253, 0.98) 100%);
    border: 1px solid rgba(17, 55, 74, 0.10);
    border-radius: 30px;
    padding: 28px 24px 24px;
    box-shadow: 0 20px 48px rgba(17, 55, 74, 0.10);
    backdrop-filter: blur(8px);
}

.single-image-upload {
    height: 100%;
}

.single-image-upload .title {
    margin-bottom: 14px;
}

.single-image-upload .title h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.single-image-upload .title h5 span {
    font-size: 0.82em;
    font-weight: 500;
    color: #006F30;
}

.single-image-upload .image-drop-area {
    position: relative;
}

.single-image-upload .image-drop-area .dropzone {
    min-height: 240px !important;
    max-height: none !important;
    padding: 28px 24px;
    border: 1px dashed rgba(17, 55, 74, 0.18);
    border-radius: 28px 28px 14px 28px;
    background:
        linear-gradient(180deg, rgba(248, 251, 252, 0.98) 0%, rgba(238, 245, 248, 0.95) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.single-image-upload .image-drop-area .dropzone:hover,
.single-image-upload .image-drop-area .dropzone.dz-drag-hover {
    border-color: rgba(31, 107, 136, 0.45);
    background:
        radial-gradient(circle at top right, rgba(31, 107, 136, 0.10), transparent 30%),
        linear-gradient(180deg, #f8fcff 0%, #edf6fb 100%);
    box-shadow: 0 18px 38px rgba(17, 55, 74, 0.10);
    transform: translateY(-2px);
    animation: none;
}

.single-image-upload .image-drop-area .dropzone .icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 24px 24px 12px 24px;
    background: linear-gradient(135deg, #ffffff, #e8f3f4);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(17, 55, 74, 0.10);
}

.single-image-upload .image-drop-area .dropzone .icon img {
    width: 34px;
    opacity: 0.82;
}

.single-image-upload .image-drop-area .dropzone .content h6 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-image-upload .image-drop-area .dropzone .content p {
    font-size: 14px;
    line-height: 1.6;
    color: #667a87;
}

.single-image-upload .image-drop-area .dropzone .content p span {
    color: #11374a;
}

.single-image-upload .image-drop-area .dropzone.dz-started {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding-top: 18px;
}

.single-image-upload .image-drop-area .dropzone .dz-preview {
    margin: 8px;
}

.single-image-upload .image-drop-area .dropzone .dz-preview .dz-image {
    width: 108px;
    height: 108px;
    border-radius: 20px;
    box-shadow: 0 14px 26px rgba(17, 55, 74, 0.12);
}

.single-image-upload .image-drop-area .dropzone .dz-preview .dz-remove {
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 18px rgba(17, 55, 74, 0.16);
    position: absolute;
    top: -7px;
    right: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    border: 1px solid rgba(212, 63, 58, 0.2);
    color: #d43f3a;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    z-index: 111;
}

.single-image-upload .image-drop-area .dropzone .dz-preview .dz-remove:hover {
    color: #fff;
    background: #d43f3a;
    border-color: #d43f3a;
}
.step-wrap .row.gy-5 {
    --bs-gutter-y: 0;
}

.single-image-upload .image-drop-area .dropzone .dz-preview .dz-remove svg {
    fill: #11374a;
}

.single-image-upload .image-drop-area .dropzone .dz-message {
    width: 100%;
}

.progress {
    height: 12px;
    margin-top: 14px;
    border-radius: 999px;
    background: #dbe8ef;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(17, 55, 74, 0.08);
}

.progress .progress-bar {
    border-radius: 999px;
    font-size: 0;
    background: linear-gradient(90deg, #1c5a73 0%, #2db0a1 100%);
    transition: width 0.2s ease;
}

p.upload-img-count,
.upload-form .upload-img-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef6fa;
    color: #264252;
    font-size: 16px;
    font-weight: 500;
}

.upload-form .upload-img-count span {
    color: #11374a;
    font-weight: 600;
}

.eg-wrapper .instraction {
    margin-top: 10px;
}

.eg-wrapper .instraction label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}

.eg-wrapper .instraction textarea {
    min-height: 170px;
    padding: 22px 22px;
    border: 1px solid rgba(17, 55, 74, 0.12);
    border-radius: 22px;
    background: linear-gradient(180deg, #fbfdfe 0%, #f4f8fb 100%);
    box-shadow: inset 0 1px 2px rgba(17, 55, 74, 0.04);
    font-size: 16px;
    line-height: 1.7;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.eg-wrapper .instraction textarea:focus {
    border-color: rgba(31, 107, 136, 0.36);
    box-shadow: 0 0 0 4px rgba(31, 107, 136, 0.10);
    background: #fff;
}

.wizard-content .wizard > .actions {
    max-width: none !important;
    padding: 8px 0 26px !important;
}

.wizard-content .wizard > .actions > ul {
    float: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.wizard-content .wizard > .actions > ul > li {
    margin: 0;
}

.wizard-content .wizard > .actions > ul > li > a {
    min-width: 126px !important;
    /* height: 48px; */
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 12px 24px rgba(17, 55, 74, 0.12);
}

.wizard-content .wizard > .actions > ul > li:first-child > a {
    background: #fff !important;
    color: #55697a !important;
    border: 1px solid rgba(17, 55, 74, 0.16);
    box-shadow: none;
}

.wizard-content .wizard > .actions > ul > li:last-child > a {
    background: linear-gradient(135deg, #6f3de2, #5a2fd1) !important;
}

.wizard-content .wizard > .actions > ul > li:last-child > a:hover {
    background: linear-gradient(135deg, #6033d0, #4f27bf) !important;
}

@media (max-width: 991px) {
    .eg-wrapper.upload-form {
        padding: 22px 18px 20px;
        border-radius: 22px;
    }

    .single-image-upload .title h5 {
        font-size: 22px;
    }

    .single-image-upload .image-drop-area .dropzone {
        min-height: 210px !important;
        border-radius: 22px;
    }
}

@media (max-width: 767px) {
    .single-image-upload .title h5 {
        font-size: 18px;
        flex-wrap: wrap;
    }

    .single-image-upload .image-drop-area .dropzone {
        min-height: 190px !important;
        padding: 22px 16px;
    }

    .eg-wrapper .instraction textarea {
        min-height: 145px;
        border-radius: 18px;
    }

    .wizard-content .wizard > .actions > ul > li > a {
        min-width: 112px !important;
        height: 44px;
        font-size: 15px;
    }
}

/* Settings redesign */
.setting-wrapper {
    background:
        radial-gradient(circle at top left, rgba(39, 130, 135, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 253, 0.98) 100%);
    border: 1px solid rgba(17, 55, 74, 0.10);
    border-radius: 30px;
    padding: 26px 24px;
    gap: 28px;
    box-shadow: 0 20px 48px rgba(17, 55, 74, 0.10);
    align-items: flex-start;
}

.setting-wrapper .setting-site-bar {
    max-width: 280px;
    border-right: 1px solid rgba(17, 55, 74, 0.08);
    padding: 8px 12px 8px 0;
}

.setting-wrapper .setting-site-bar .setting-tabs .nav h5 {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px;
    color: #163646;
}

.setting-wrapper .setting-site-bar .setting-tabs .nav .nav-link {
    padding: 10px 14px 10px 24px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.35;
    color: #334d5d;
    margin-bottom: 4px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.setting-wrapper .setting-site-bar .setting-tabs .nav .nav-link::after {
    width: 10px;
    left: 10px;
    background: #8ca1ad;
}

.setting-wrapper .setting-site-bar .setting-tabs .nav .nav-link:hover {
    background: #f1f7f9;
    color: #163646;
    transform: translateX(2px);
}

.setting-wrapper .setting-site-bar .setting-tabs .nav .nav-link.active {
    color: #006F30;
    background: linear-gradient(90deg, rgba(0, 111, 48, 0.08), rgba(0, 111, 48, 0.02));
}

.setting-wrapper .setting-site-bar .setting-tabs .nav .nav-link.active::after {
    background: #006F30;
}

.setting-wrapper .setting-tab-content {
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid rgba(17, 55, 74, 0.06);
    border-radius: 24px;
    padding: 26px 24px;
    min-height: 520px;
}

.setting-wrapper .setting-tab-content .setting-single-page .section-title h4 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: #163646;
}

#nav-notification .form-body {
    max-width: 540px;
}

#nav-notification .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 18px;
    border-radius: 20px;
    background: #f7fbfd;
    border: 1px solid rgba(17, 55, 74, 0.08);
    box-shadow: 0 10px 24px rgba(17, 55, 74, 0.05);
    margin-bottom: 14px;
}

#nav-notification .form-group p {
    margin: 0;
    color: #1f3340;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;
}

#nav-notification .bt-switch {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 168px;
}

#nav-notification .bootstrap-switch {
    border: 1px solid rgba(17, 55, 74, 0.10);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(17, 55, 74, 0.08);
    line-height: 1;
}

#nav-notification .bootstrap-switch .bootstrap-switch-container {
    display: flex;
    align-items: stretch;
}

#nav-notification .bootstrap-switch .bootstrap-switch-handle-on,
#nav-notification .bootstrap-switch .bootstrap-switch-handle-off,
#nav-notification .bootstrap-switch .bootstrap-switch-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
    white-space: nowrap;
}

#nav-notification .bootstrap-switch .bootstrap-switch-label {
    min-width: 56px;
    background: #fff;
}

#nav-notification .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    background: linear-gradient(135deg, #e4625b, #d94b46);
    color: #fff;
}

#nav-notification .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background: linear-gradient(135deg, #60ba59, #4aa84d);
    color: #fff;
}

#nav-notification .form-actions {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(17, 55, 74, 0.10);
}

#nav-notification .form-actions .btn.btn-success {
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #15724b, #208d5c);
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(21, 114, 75, 0.18);
}

#nav-notification .form-actions .btn.btn-success:hover {
    background: linear-gradient(135deg, #12603f, #1a774f);
}

@media (max-width: 991px) {
    .setting-wrapper {
        padding: 20px 18px;
        border-radius: 24px;
    }

    .setting-wrapper .setting-site-bar {
        max-width: 100%;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(17, 55, 74, 0.08);
        padding: 0 0 18px;
    }

    .setting-wrapper .setting-tab-content {
        padding: 22px 18px;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    #nav-notification .form-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 14px;
        border-radius: 16px;
    }

    #nav-notification .form-group p {
        font-size: 16px;
    }

    #nav-notification .bt-switch {
        min-width: 100%;
        justify-content: flex-start;
    }
}

/* Referral page redesign */
.section-title.mb-25 + .setting-wrapper {
    padding-bottom: 24px !important;
}

.section-title.mb-25 + .setting-wrapper .setting-tab-content {
    background:
        radial-gradient(circle at top left, rgba(39, 130, 135, 0.05), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 253, 0.98) 100%);
    border: 1px solid rgba(17, 55, 74, 0.08);
    border-radius: 28px;
    padding: 24px 22px 28px;
}

.section-title.mb-25 + .setting-wrapper .counter-area.two {
    margin-bottom: 28px;
}

.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 249, 250, 0.96) 100%);
    border: 1px solid rgba(17, 55, 74, 0.08);
    border-radius: 26px;
    padding: 24px 22px;
    box-shadow: 0 16px 34px rgba(17, 55, 74, 0.08);
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single::before {
    display: none;
}

.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single.two {
    background: linear-gradient(180deg, rgba(247, 251, 255, 0.98) 0%, rgba(238, 245, 255, 0.98) 100%);
}

.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single.three {
    background: linear-gradient(180deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 245, 231, 0.98) 100%);
}

.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single .counter-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 22px;
    background: linear-gradient(135deg, #1b5962, #2b8f8c);
}

.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single.two .counter-icon {
    background: linear-gradient(135deg, #2d6fb2, #4a95dd);
}

.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single.three .counter-icon {
    background: linear-gradient(135deg, #f08d18, #ffb33d);
}

.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single .counter-icon i,
.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single .counter-icon img {
    filter: brightness(0) invert(1);
}

.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single .coundown p {
    color: #72818b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single .coundown h3,
.section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single .coundown h3 span {
    color: #162f3d;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.section-title.mb-25 + .setting-wrapper .setting-single-page > div[style*="background: #fff"] {
    background:
        radial-gradient(circle at top right, rgba(255, 179, 61, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 252, 0.98) 100%) !important;
    border: 1px solid rgba(17, 55, 74, 0.08);
    border-radius: 28px;
    padding: 36px 24px 30px;
    box-shadow: 0 18px 42px rgba(17, 55, 74, 0.08);
}

.section-title.mb-25 + .setting-wrapper .setting-single-page > div[style*="background: #fff"] h1 {
    color: #162f3d;
    font-size: 45px;
    line-height: 0.95;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin-bottom: 14px;
    font-family: var(--font-mitr);
}

.section-title.mb-25 + .setting-wrapper .setting-single-page > div[style*="background: #fff"] .mb-30 p {
    max-width: 980px;
    margin: 0 auto;
    color: #4f6371;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 400;
}

.setting-wrapper .affiliate-link-area {
    display: block;
}

.setting-wrapper .affiliate-link-area .title h5 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 12px;
    color: #163646;
}

.setting-wrapper .affiliate-link-area .link-area .invite-page {
    border: 1px solid rgba(17, 55, 74, 0.10);
    border-radius: 18px;
    padding: 14px 16px 14px 18px;
    background: #f6fbfc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.setting-wrapper .affiliate-link-area .link-area .invite-page input {
    background: transparent;
    color: #395262;
}

.setting-wrapper .affiliate-link-area .link-area #copy {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #163646, #22697c);
    display: flex;
    align-items: center;
    justify-content: center;
}

.setting-wrapper .affiliate-link-area .link-area #copy i {
    color: #fff;
    font-size: 20px;
}

.invite1 {
    align-items: center;
    justify-content: center;
}

.invite1 .invite-gmail .btn {
    background: linear-gradient(135deg, #d44d42, #c83d31);
    border: 0;
    border-radius: 12px;
    padding: 13px 16px;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(212, 77, 66, 0.18);
}

.invite1 .invite-gmail div {
    color: #6f7d86;
    font-weight: 500;
}

.invite-area {
    gap: 12px;
}

.invite1 .input-group input {
    height: 46px;
    border-radius: 12px 0 0 12px;
    border: 1px solid rgba(17, 55, 74, 0.12);
    background: #fbfdfe;
}

.invite1 .input-group .btn {
    height: 46px;
    border-radius: 0 12px 12px 0;
    border: 0;
    font-weight: 600;
    padding: 0 18px;
}

.invite1 .preview-btn {
    border-radius: 12px;
    border-color: rgba(17, 55, 74, 0.12);
    color: #1d5468;
    font-weight: 600;
    padding: 12px 16px;
    height: 46px;
}

.social-wrapper .title h6 {
    color: #163646;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}

.share-box {
    gap: 12px;
}

.share-box li a {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #163646, #22697c);
    box-shadow: 0 12px 24px rgba(17, 55, 74, 0.12);
}

.share-box li a.facebook {
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
}

.share-box li a.twitter {
    background: linear-gradient(135deg, #111827, #374151);
}

.share-box li a.whatsapp {
    background: linear-gradient(135deg, #149b57, #22c55e);
}

.share-box li a.linkedin {
    background: linear-gradient(135deg, #0a66c2, #1d8df0);
}

.share-box li a:hover {
    transform: translateY(-2px);
}

.section-title.mb-25 + .setting-wrapper .eg-table {
    margin-top: 24px;
}

.section-title.mb-25 + .setting-wrapper .eg-table tbody tr td {
    color: #274151;
}

.step-card {
    border: 1px solid rgba(17, 55, 74, 0.08);
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(17, 55, 74, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 252, 0.98) 100%);
}

.step-card center span {
    width: 84px;
    height: 84px;
    margin: 0 auto 18px;
    border-radius: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f3f8fa, #edf5f6);
    color: #1e5e6f;
}

.step-card p {
    color: #556772;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

.container-fluit[style*="background:#fff"] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 253, 0.98) 100%) !important;
    border: 1px solid rgba(17, 55, 74, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(17, 55, 74, 0.08);
}

.dontlet-container h2 {
    color: #163646;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.dontlet-container p {
    color: #536874;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    max-width: 1120px;
}

.how-it-work-container > h2.text-center {
    color: #163646;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .section-title.mb-25 + .setting-wrapper .setting-tab-content {
        padding: 18px 16px 22px;
    }

    .section-title.mb-25 + .setting-wrapper .setting-single-page > div[style*="background: #fff"] {
        padding: 28px 16px 24px;
        border-radius: 22px;
    }

    .section-title.mb-25 + .setting-wrapper .setting-single-page > div[style*="background: #fff"] h1 {
        font-size: 42px;
    }

    .section-title.mb-25 + .setting-wrapper .setting-single-page > div[style*="background: #fff"] .mb-30 p {
        font-size: 17px;
    }

    .dontlet-container h2 {
        font-size: 24px;
    }

    .dontlet-container p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single {
        padding: 20px 16px;
        border-radius: 20px;
    }

    .section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single .coundown h3,
    .section-title.mb-25 + .setting-wrapper .counter-area.two .counter-single .coundown h3 span {
        font-size: 24px;
    }

    .section-title.mb-25 + .setting-wrapper .setting-single-page > div[style*="background: #fff"] h1 {
        font-size: 34px;
    }

    .how-it-work-container > h2.text-center {
        font-size: 21px;
    }

    .invite1 {
        align-items: stretch;
    }

    .invite1 .invite-gmail {
        width: 100%;
    }

    .invite1 .invite-gmail .btn,
    .invite1 .preview-btn {
        width: 100%;
        justify-content: center;
    }

    .step-card {
        border-radius: 20px;
    }

    .step-card p {
        font-size: 15px;
        line-height: 1.6;
    }

    .invite1 .input-group {
        flex-wrap: nowrap;
    }
}

/* Support ticket list redesign */
.page-title-and-breadcurmb.two nav .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.page-title-and-breadcurmb.two .breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.page-title-and-breadcurmb.two .back-btn {
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #7b38d8, #006F30);
    color: #fff !important;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 14px 28px rgba(106, 46, 194, 0.22);
}

.page-title-and-breadcurmb.two .back-btn:hover {
    background: linear-gradient(135deg, #6d2fc5, #5d25af);
    transform: translateY(-1px);
}

.page-title-and-breadcurmb.two .back-btn i {
    color: #fff;
    margin-right: 6px;
}

.eg-table-wrapper > .row > .col-lg-12 form {
    margin-bottom: 22px !important;
}

.eg-table-wrapper .form-body {
    background: linear-gradient(180deg, #f9fcfd 0%, #f2f7fa 100%);
    border: 1px solid rgba(17, 55, 74, 0.08);
    border-radius: 22px;
    padding: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.eg-table-wrapper .form-body .form-group {
    margin-bottom: 0;
}

.eg-table-wrapper .form-body .form-control {
    height: 54px;
    border-radius: 14px;
    border: 1px solid rgba(17, 55, 74, 0.12);
    background: #fff;
    color: #4d6270;
    font-size: 15px;
    font-weight: 500;
    padding: 0 16px;
    box-shadow: none;
}

.eg-table-wrapper .form-body select.form-control {
    cursor: pointer;
}

.eg-table-wrapper .form-body .form-control:focus {
    border-color: rgba(0, 111, 48, 0.35);
    box-shadow: 0 0 0 4px rgba(0, 111, 48, 0.10);
}

.eg-table-wrapper .form-body .btn.eg-btn.btn--primary {
    min-width: unset !important;
    height: 54px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #7b38d8, #006F30);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 14px 28px rgba(106, 46, 194, 0.20);
}

.eg-table-wrapper .form-body .btn.eg-btn.btn--primary:hover {
    background: linear-gradient(135deg, #6d2fc5, #5d25af);
}

.eg-table-wrapper .form-body .btn.eg-btn.btn--primary i {
    color: #fff !important;
    margin-right: 6px;
}

.eg-table.overview-table tbody td[data-label="Subject"] a {
    color: #1c465a;
    font-weight: 500;
}

.eg-table.overview-table tbody td[data-label="Subject"] a:hover {
    color: #006F30;
}

.eg-table.overview-table tbody tr td.empty {
    background: linear-gradient(180deg, #f7fbfd 0%, #f1f7fa 100%);
    border: 1px solid rgba(17, 55, 74, 0.08);
    border-radius: 18px;
    color: #385160;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 16px !important;
}

@media (max-width: 991px) {
    .page-title-and-breadcurmb.two {
        gap: 16px;
    }

    .page-title-and-breadcurmb.two nav {
        width: 100%;
    }

    .page-title-and-breadcurmb.two .back-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .eg-table-wrapper .form-body {
        padding: 14px;
        border-radius: 18px;
    }
}

@media (max-width: 767px) {
    .eg-table-wrapper .form-body .form-control,
    .eg-table-wrapper .form-body .btn.eg-btn.btn--primary {
        height: 48px;
        font-size: 14px;
    }

    .eg-table.overview-table tbody tr td.empty {
        font-size: 15px;
        border-radius: 16px;
    }
}

/* Template marketplace step redesign */
#marketplace.step-wrap.two {
    padding-top: 10px;
}

#marketplace .row.gy-5 {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

#marketplace .selected {
    margin-bottom: 0;
}

#marketplace .step-card.style-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 240px;
    padding: 18px 14px 16px;
    border-radius: 28px;
    border: 1px solid rgba(17, 55, 74, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 253, 0.98) 100%);
    box-shadow: 0 18px 34px rgba(17, 55, 74, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    cursor: pointer;
}

#marketplace .step-card.style-2:hover {
    transform: translateY(-4px);
    border-color: rgba(39, 130, 135, 0.24);
    box-shadow: 0 24px 40px rgba(17, 55, 74, 0.12);
    background:
        radial-gradient(circle at top right, rgba(39, 130, 135, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 250, 252, 1) 100%);
}

#marketplace .step-card.style-2 .step-img {
    width: 100%;
    min-height: 156px;
    border-radius: 22px;
    border: 1px solid rgba(17, 55, 74, 0.08);
    background: linear-gradient(180deg, #f9fbfc 0%, #eef4f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

#marketplace .step-card.style-2 .step-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(39, 130, 135, 0.10), transparent 28%);
    pointer-events: none;
}

#marketplace .step-card.style-2 .company-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 28px rgba(17, 55, 74, 0.08);
    padding: 16px;
    position: relative;
    z-index: 1;
}

#marketplace .step-card.style-2 .company-icon img {
    max-width: 100%;
    max-height: unset;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
}

#marketplace .step-card.style-2 .step-content {
    padding-top: 14px;
    text-align: center;
    width: 100%;
}

#marketplace .step-card.style-2 .step-content h6 {
    color: #1b3341;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.01em;
    text-transform: none;
}

#marketplace .step-card.style-2 .check-box {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--primary-color);
    top: 12px;
    right: 12px;
    left: auto;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(17, 55, 74, 0.16);
    z-index: 1;
}

#marketplace .step-card.style-2 .check-box img {
    width: 14px;
    height: 14px;
}

#marketplace input[type="checkbox"]:checked + .step-img,
#marketplace .selected .hiddenInput:checked + .step-img {
    border: 2px solid #278287;
    background:
        radial-gradient(circle at top right, rgba(39, 130, 135, 0.16), transparent 30%),
        linear-gradient(180deg, #f8fcfc 0%, #e9f4f3 100%);
    box-shadow: 0 18px 30px rgba(39, 130, 135, 0.12);
}

#marketplace input[type="checkbox"]:checked + .step-img .check-box {
    display: inline-flex !important;
}

@media (max-width: 991px) {
    #marketplace .step-card.style-2 {
        min-height: 214px;
        border-radius: 22px;
        padding: 16px 12px 14px;
    }

    #marketplace .step-card.style-2 .step-img {
        min-height: 138px;
        border-radius: 18px;
    }

    #marketplace .step-card.style-2 .company-icon {
        width: 96px;
        height: 96px;
        border-radius: 22px;
        padding: 14px;
    }
}

@media (max-width: 767px) {
    #marketplace .row.gy-5 {
        --bs-gutter-x: 0.9rem;
        --bs-gutter-y: 0.9rem;
    }

    #marketplace .step-card.style-2 {
        min-height: 196px;
        border-radius: 20px;
    }

    #marketplace .step-card.style-2 .step-img {
        min-height: 126px;
        border-radius: 16px;
    }

    #marketplace .step-card.style-2 .company-icon {
        width: 84px;
        height: 84px;
        border-radius: 20px;
    }

    #marketplace .step-card.style-2 .step-content h6 {
        font-size: 14px;
    }
}

/* Template addon step redesign */
.step-wrap.three.addon .row.gy-5 {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

.step-wrap.three.addon .step-card.style-3 {
    min-height: 256px;
    padding: 18px 16px 16px;
    border-radius: 28px;
    border: 1px solid rgba(17, 55, 74, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 253, 0.98) 100%);
    box-shadow: 0 18px 34px rgba(17, 55, 74, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.step-wrap.three.addon .step-card.style-3:hover {
    transform: translateY(-4px);
    border-color: rgba(123, 56, 216, 0.22);
    box-shadow: 0 24px 40px rgba(17, 55, 74, 0.12);
}

.step-wrap.three.addon .step-card.style-3 .step-img.style-2 {
    width: 100%;
    min-height: 168px;
    height: auto;
    border-radius: 24px;
    border: 1px solid rgba(17, 55, 74, 0.08);
    background:
        radial-gradient(circle at top right, rgba(123, 56, 216, 0.07), transparent 28%),
        linear-gradient(180deg, #f9fbfc 0%, #eef4f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 14px;
    position: relative;
}

.step-wrap.three.addon .step-card.style-3 .step-img.style-2 > img {
    width: 148px;
    height: 148px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 28px rgba(17, 55, 74, 0.08);
    padding: 14px;
}

.step-wrap.three.addon .step-card.style-3 .step-content {
    width: 100%;
    text-align: center;
}

.step-wrap.three.addon .step-card.style-3 .step-content h6 {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    margin: 0;
    color: #1b3341;
}

.step-wrap.three.addon input[type="checkbox"]:checked + .step-img.style-2 {
    border: 2px solid #7b38d8;
    background:
        radial-gradient(circle at top right, rgba(123, 56, 216, 0.12), transparent 30%),
        linear-gradient(180deg, #faf8ff 0%, #f1ebff 100%);
    box-shadow: 0 18px 30px rgba(123, 56, 216, 0.12);
}

.form-inner.style-2 {
    margin-top: 26px;
}

.form-inner.style-2 > label {
    display: block;
    color: #1b3341;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.form-inner.style-2 .form-content {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.form-inner.style-2 .form-content input {
    flex: 1;
    height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(17, 55, 74, 0.12);
    background: #fbfdfe;
    padding: 0 18px;
    color: #4d6270;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
}

.form-inner.style-2 .form-content input:focus {
    border-color: rgba(123, 56, 216, 0.28);
    box-shadow: 0 0 0 4px rgba(123, 56, 216, 0.10);
}

.form-inner.style-2 .form-content .primary-btn.lg-btn {
    min-width: 164px;
    border-radius: 16px;
    border: 0;
    background: linear-gradient(135deg, #7b38d8, #006F30);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0 22px;
    box-shadow: 0 14px 28px rgba(106, 46, 194, 0.20);
}

.form-inner.style-2 .form-content .primary-btn.lg-btn:hover {
    background: linear-gradient(135deg, #6d2fc5, #5d25af);
}

.form-inner.style-2 + p {
    margin-top: 14px;
    color: #566a76;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.form-inner.style-2 + p span {
    color: #f04d3e;
    font-weight: 600;
}

@media (max-width: 991px) {
    .step-wrap.three.addon .step-card.style-3 {
        min-height: 228px;
        border-radius: 22px;
        padding: 16px 14px 14px;
    }

    .step-wrap.three.addon .step-card.style-3 .step-img.style-2 {
        min-height: 148px;
        border-radius: 20px;
    }

    .step-wrap.three.addon .step-card.style-3 .step-img.style-2 > img {
        width: 128px;
        height: 128px;
    }
}

@media (max-width: 767px) {
    .step-wrap.three.addon .row.gy-5 {
        --bs-gutter-x: 0.9rem;
        --bs-gutter-y: 0.9rem;
    }

    .step-wrap.three.addon .step-card.style-3 {
        min-height: 208px;
        border-radius: 20px;
    }

    .step-wrap.three.addon .step-card.style-3 .step-img.style-2 {
        min-height: 132px;
        border-radius: 18px;
    }

    .step-wrap.three.addon .step-card.style-3 .step-img.style-2 > img {
        width: 108px;
        height: 108px;
    }

    .form-inner.style-2 .form-content {
        flex-direction: column;
    }

    .form-inner.style-2 .form-content input,
    .form-inner.style-2 .form-content .primary-btn.lg-btn {
        width: 100%;
        min-width: 100%;
        height: 50px;
    }
}

/* Template complexity step redesign */
.step-by-step-sp .service-title {
    align-items: flex-start !important;
    gap: 18px;
}

.step-by-step-sp .service-title h4 {
    color: #1a3342;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

.step-by-step-sp .service-title p {
    color: #596d78;
    font-size: 16px;
    line-height: 1.7;
    max-width: 860px;
}

.step-by-step-sp .service-title .primary-btn.sm-btn {
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #7b38d8, #006F30);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 16px;
    box-shadow: 0 12px 24px rgba(106, 46, 194, 0.18);
}

.step-by-step-sp .service-area.two .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
    justify-content: flex-start;
}

.step-by-step-sp .service-area.two .select-wrap.imageComplexityLabel {
    margin-bottom: 0;
}

.step-by-step-sp .service-area.two .single-service-card.style-2 {
    border-radius: 18px;
    border: 1px solid #e5edf2;
    background: #fff;
    box-shadow: 0 8px 18px rgba(17, 55, 74, 0.05);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.step-by-step-sp .service-area.two .single-service-card.style-2:hover {
    transform: translateY(-2px);
    border-color: #cfdce4;
    box-shadow: 0 12px 24px rgba(17, 55, 74, 0.08);
}

.step-by-step-sp .service-area.two .single-service-card.style-2 .service-card-img {
    min-height: 140px;
    border-radius: 0;
    background: #f8fbfd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 14px 6px;
}

.step-by-step-sp .service-area.two .single-service-card.style-2 .service-card-img > img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.step-by-step-sp .service-area.two .single-service-card.style-2 .service-card-img .check-box {
    width: 32px;
    height: 32px;
    bottom: 10px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d9e5ec;
    box-shadow: 0 6px 14px rgba(17, 55, 74, 0.10);
}

.step-by-step-sp .service-area.two .single-service-card.style-2 .service-card-content {
    padding: 14px 14px 16px;
}

.step-by-step-sp .service-area.two .single-service-card.style-2 .service-card-content h6 {
    color: #1b3341;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 4px;
}

.step-by-step-sp .service-area.two .single-service-card.style-2 .service-card-content p {
    color: #516672;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
}

.step-by-step-sp .service-area.two .select-wrap.selected .single-service-card.style-2 {
    border-color: #006F30;
    box-shadow: 0 14px 28px rgba(106, 46, 194, 0.12);
    background: #fff;
}

.step-by-step-sp .service-area.two .select-wrap.selected .single-service-card.style-2 .service-card-img {
    background: #f5fcf8;
}

.step-by-step-sp .service-area.two .select-wrap.selected .single-service-card.style-2 .service-card-img .check-box {
    background: #006F30;
    border-color: #006F30;
}

.step-by-step-sp .service-area.two .select-wrap.selected .single-service-card.style-2 .service-card-content {
    background: transparent;
}

.step-by-step-sp .service-area.two .select-wrap.selected .single-service-card.style-2 .service-card-content h6 {
    color: #163646;
}

.summary-table-wrapper {
    background: #fff;
    border: 1px solid #e5edf2;
    border-radius: 18px;
    padding: 18px 18px 16px;
    box-shadow: 0 10px 24px rgba(17, 55, 74, 0.05);
}

.summary-table-wrapper .step-title {
    margin-bottom: 16px;
}

.summary-table-wrapper .step-title h4 {
    color: #1b3341;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.summary-table-wrapper .summary-table {
    width: 100%;
}

.summary-table-wrapper .summary-table tbody tr td {
    padding: 10px 0;
    color: #586b77;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(17, 55, 74, 0.08);
}

.summary-table-wrapper .summary-table tbody tr td:last-child {
    text-align: right;
    color: #1b3341;
    font-weight: 500;
}

.summary-table-wrapper .total-price {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 6px;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 22%),
        linear-gradient(125deg, #102a38 0%, #17485f 42%, #2d8d88 100%);
    text-align: center;
}

.summary-table-wrapper .total-price h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
}
.step-wrap .step-card {
    cursor: pointer;
    text-align: center;
    width: 170px;
    padding-bottom: 14px;
}
@media (max-width: 991px) {
    .step-by-step-sp .service-area.two .single-service-card.style-2 {
        border-radius: 16px;
    }

    .step-by-step-sp .service-area.two .single-service-card.style-2 .service-card-img {
        min-height: 132px;
        border-radius: 0;
    }

    .step-by-step-sp .service-area.two .single-service-card.style-2 .service-card-img > img {
        width: 96px;
        height: 96px;
    }

    .summary-table-wrapper {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .step-by-step-sp .service-title {
        flex-direction: column;
    }

    .step-by-step-sp .service-title h4 {
        font-size: 20px;
    }

    .step-by-step-sp .service-title p {
        font-size: 15px;
    }

    .step-by-step-sp .service-area.two .row {
        --bs-gutter-x: 0.9rem;
        --bs-gutter-y: 0.9rem;
    }

    .step-by-step-sp .service-area.two .single-service-card.style-2 .service-card-img {
        min-height: 120px;
    }

    .step-by-step-sp .service-area.two .single-service-card.style-2 .service-card-img > img {
        width: 84px;
        height: 84px;
    }

    .summary-table-wrapper {
        border-radius: 16px;
        padding: 16px 14px 14px;
    }

    .summary-table-wrapper .total-price h3 {
        font-size: 22px;
    }
}
.setting-wrapper .setting-tab-content .author-area .avatar-upload{
    border: 1px dashed rgba(0, 111, 48, 0.8);
}
.eg-table-wrapper .form-body .btn.eg-btn.btn--primary{
    background: linear-gradient(135deg, #006F30, #006F30);
}
.page-title-and-breadcurmb.two .back-btn{
    background: linear-gradient(135deg, #006F30, #006F30);
}
.eg-table-wrapper .table-title-and-sort-area .status-select > span{
    background: linear-gradient(135deg, #006F30, #006F30);
}
.eg-table-wrapper .table-title-and-sort-area .status-select .nice-select .option:hover, .eg-table-wrapper .table-title-and-sort-area .status-select .nice-select .option.focus, .eg-table-wrapper .table-title-and-sort-area .status-select .nice-select .option.selected.focus {
    background-color: rgba(0, 111, 48, 0.15);
}
.order-form-wrapper .tab .service-area .select-wrap .single-service-card .service-card-content {
    background-color: rgba(0, 111, 48, 0.1);
    width: 100%;
}
.summary-table-wrapper .total-price h3{
    background: linear-gradient(135deg, #006F30, #006F30);
}
.u-userLauncherColor:not([disabled]){
    background: linear-gradient(135deg, #006F30, #006F30);
}

/* Customer panel visual system */
.layout-wrapper {
    --customer-ink: #172b36;
    --customer-muted: #667985;
    --customer-line: #dfe8ec;
    --customer-surface: #ffffff;
    --customer-canvas: #f3f7f8;
    --customer-navy: #102f3d;
    --customer-navy-soft: #183f4e;
    --customer-accent: #006f30;
    --customer-accent-dark: #056b5a;
    --customer-accent-soft: #f2f4f3;
    --customer-warning: #d98a19;
    color: var(--customer-ink);
}

.header-area {
    height: 70px;
    border-bottom: 1px solid var(--customer-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 18px rgba(16, 47, 61, 0.05);
    backdrop-filter: blur(12px);
}

.header-area .sidebar-header {
    width: 250px;
    max-width: 250px;
    height: 70px;
    padding: 0 22px;
    background: var(--customer-navy);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.header-area .sidebar-header .header-logo img {
    max-width: 132px;
    max-height: 42px;
}

.header-area .sidebar-header .sidebar-toggle-button {
    width: 19px;
    height: 19px;
    fill: rgba(255, 255, 255, 0.72);
    transition: fill 0.2s ease, transform 0.2s ease;
}

.header-area .sidebar-header .sidebar-toggle-button:hover {
    fill: #fff;
    transform: scale(1.05);
}

.header-area .main-conent-header {
    width: calc(100% - 250px);
    min-height: 70px;
    padding: 0 28px;
    background: transparent;
}

.header-area .main-conent-header .offer-area {
    color: var(--customer-muted);
}

.header-area .main-conent-header .nav-right {
    gap: 20px;
}

.header-area .main-conent-header .nav-right .add-balance-area {
    min-height: 44px;
    padding: 6px 14px 6px 9px;
    border: 1px solid var(--customer-line);
    border-radius: 12px;
    background: var(--customer-surface);
}

.header-area .main-conent-header .nav-right .add-balance-area .balance-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: var(--customer-accent-soft);
}

.header-area .main-conent-header .nav-right .add-balance-area .balance-icon svg {
    fill: var(--customer-accent);
}

.header-area .main-conent-header .nav-right .add-balance-area .balance-content h6,
.header-area .main-conent-header .nav-right .add-balance-area .balance-content a {
    font-weight: 500;
}

.header-area .main-conent-header .nav-right .add-balance-area .balance-content a {
    color: var(--customer-accent);
}

.header-area .main-conent-header .nav-right ul.header-icons {
    gap: 10px;
}

.header-area .main-conent-header .nav-right ul.header-icons li .notifications-area .notifacation-icon {
    width: 38px;
    height: 38px;
    border: 1px solid var(--customer-line);
    border-radius: 11px;
    background: #f8fafb;
}

.header-area .main-conent-header .nav-right ul.header-icons li .notifications-area span {
    background: var(--customer-accent);
    border: 1px solid #fff;
    height: 16px;
    width: 16px;
    max-width: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.header-area .main-conent-header .nav-right .admin-area .admin-thumb img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px var(--customer-line);
}

.header-area .main-conent-header .nav-right .admin-area .admin-desig h6 {
    color: var(--customer-ink);
    font-weight: 500;
}

.sidebar-wrapper {
    width: 250px;
    max-width: 250px;
    top: 70px;
    padding: 22px 14px 90px;
    background: var(--customer-navy);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 8px 0 26px rgba(16, 47, 61, 0.08);
}

.sidebar-menu-wrapper ul {
    gap: 4px !important;
}

.sidebar-menu-wrapper ul li a {
    min-height: 44px;
    margin: 0;
    padding: 10px 12px;
    gap: 11px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.sidebar-menu-wrapper ul li a svg,
.sidebar-menu-wrapper ul li a i {
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin: 0 !important;
    color: currentColor;
    fill: currentColor;
}

.sidebar-menu-wrapper ul li a h6 {
    margin: 0;
    color: currentColor;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
}

.sidebar-menu-wrapper ul li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.06);
}

.sidebar-menu-wrapper ul li a.active {
    color: #fff;
    background: var(--customer-accent);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.sidebar-wrapper.slide {
    max-width: 70px;
    padding-inline: 9px;
}

.sidebar-wrapper.slide .sidebar-menu-wrapper ul li a {
    width: 50px;
    min-height: 46px;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
}

.main-content,
.main-content.order-content {
    max-width: calc(100% - 250px);
    margin-left: 250px;
    padding: 30px 32px 120px;
    background: var(--customer-canvas);
}

.main-content.slide,
.main-content.order-content.slide {
    max-width: calc(100% - 70px);
    margin-left: 70px;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    color: var(--customer-ink);
    font-weight: 500;
}

.main-content p,
.main-content label,
.main-content td,
.main-content .form-control {
    font-weight: 400;
}

.page-title-and-breadcurmb,
.page-title-and-breadcurmb.two {
    min-height: 78px;
    padding: 22px 26px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    background: linear-gradient(110deg, var(--customer-navy) 0%, var(--customer-navy-soft) 58%, #176b69 100%);
    box-shadow: 0 12px 28px rgba(16, 47, 61, 0.13);
}

.page-title-and-breadcurmb.two::before {
    width: 170px;
    height: 170px;
    top: -105px;
    right: 5%;
    background: rgba(255, 255, 255, 0.06);
}

.page-title-and-breadcurmb.two::after {
    width: 76px;
    height: 76px;
    left: 32px;
    bottom: -53px;
    background: rgba(255, 255, 255, 0.07);
}

.page-title-and-breadcurmb .page-title h4,
.page-title-and-breadcurmb.two .page-title h4 {
    color: #fff;
    font-size: clamp(22px, 2vw, 27px);
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.page-title-and-breadcurmb nav,
.page-title-and-breadcurmb nav a,
.page-title-and-breadcurmb nav li {
    color: rgba(255, 255, 255, 0.76);
}

.page-title-and-breadcurmb .back-btn,
.page-title-and-breadcurmb .page-title.style-2 .btn-primary1 {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.counter-area {
    margin: 2px 0 30px;
}

.counter-area .counter-single,
.counter-area.two .counter-single {
    min-height: 128px;
    padding: 21px;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid var(--customer-line);
    border-radius: 15px;
    background: var(--customer-surface);
    box-shadow: 0 8px 20px rgba(16, 47, 61, 0.06);
}

.counter-area .counter-single::before {
    width: 4px;
    right: auto;
    background: var(--customer-accent);
}

.counter-area .counter-single.two::before {
    background: #337fbd;
}

.counter-area .counter-single.three::before {
    background: var(--customer-warning);
}

.counter-area .counter-single.four::before {
    background: #23756d;
}

.counter-area .counter-single:hover,
.counter-area.two .counter-single:hover {
    transform: translateY(-3px);
    border-color: #cfdee4;
    box-shadow: 0 13px 26px rgba(16, 47, 61, 0.09);
}

.counter-area .counter-single .counter-icon,
.counter-area.two .counter-single .counter-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 13px;
    background: var(--customer-accent-soft);
    box-shadow: none;
}

.counter-area .counter-single.two .counter-icon {
    background: #eaf3fa;
}

.counter-area .counter-single.three .counter-icon {
    background: #fff4df;
}

.counter-area .counter-single.four .counter-icon {
    background: #e8f3f2;
}

.counter-area .counter-single .counter-icon img {
    width: 27px;
    height: 27px;
    filter: none;
}

.counter-area .counter-single .coundown p,
.counter-area.two .counter-single .coundown p {
    margin-bottom: 5px;
    color: var(--customer-muted);
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.015em;
    text-transform: none;
    font-weight: 400;
}

.counter-area .counter-single .coundown h3,
.counter-area .counter-single .coundown span,
.counter-area.two .counter-single .coundown h3,
.counter-area.two .counter-single .coundown span {
    color: var(--customer-ink);
    font-size: 29px;
    line-height: 1.1;
    font-weight: 500;
}

.main-content > .row > [class*="col-"] > h5,
.main-content > .row > h5 {
    margin-bottom: 14px;
    color: var(--customer-ink);
    font-size: 19px;
    font-weight: 500;
}

/* .eg-table-wrapper,
.eg-table-wrapper.padding-equal,
.setting-wrapper,
.order-process-area,
.invoice-wrapper,
.support-ticket-wrapper,
.step-by-step-sp,
.order-form-wrapper {
    border: 1px solid var(--customer-line);
    border-radius: 16px;
    background: var(--customer-surface);
    box-shadow: 0 8px 22px rgba(16, 47, 61, 0.055);
} */

.eg-table-wrapper,
.eg-table-wrapper.padding-equal {
    padding: 18px;
    /* overflow: hidden; */
    backdrop-filter: none;
}

.eg-table-wrapper::before,
.eg-table-wrapper.padding-equal::before {
    display: none;
}

.eg-table {
    border-collapse: separate;
    border-spacing: 0;
}

.eg-table.overview-table,
.eg-table.current-activitis {
    border-spacing: 0;
}

.eg-table thead th,
.eg-table.overview-table thead th,
.eg-table.current-activitis thead th {
    padding: 13px 15px;
    border: 0;
    background: var(--customer-navy);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    font-weight: 500;
}

.eg-table thead th:first-child {
    border-radius: 10px 0 0 10px;
}

.eg-table thead th:last-child {
    border-radius: 0 10px 10px 0;
}

.eg-table tbody tr,
.eg-table.overview-table tbody tr,
.eg-table.current-activitis tbody tr {
    background: #fff;
    box-shadow: none;
}

.eg-table tbody tr:hover {
    background: #f7fafb;
}

.eg-table tbody td,
.eg-table.overview-table tbody td,
.eg-table.current-activitis tbody td {
    padding: 14px 15px;
    border: 0;
    border-bottom: 1px solid #e8eef1;
    border-radius: 0 !important;
    color: #3d515d;
    font-size: 14px;
    vertical-align: middle;
}

.eg-table tbody tr:last-child td {
    border-bottom: 0;
}

.eg-table tbody tr td .statu-btn,
.statu-btn {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 5px 10px;
    border-radius: 7px;
    background: #eef3f5;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    font-weight: 500;
}

.eg-table tbody tr td .statu-btn.green { background: #e4f6ed; color: #087a4b; }
.eg-table tbody tr td .statu-btn.red { background: #fdebea; color: #c33b35; }
.eg-table tbody tr td .statu-btn.orange,
.eg-table tbody tr td .statu-btn.orenge { background: #fff2dc; color: #a86408; }
.eg-table tbody tr td .statu-btn.dark-blue { background: #e7eff8; color: #285f91; }
.eg-table tbody tr td .statu-btn.light-blue { background: #e7f5f7; color: #167485; }
.eg-table tbody tr td .statu-btn.pink { background: #fbeaf2; color: #ac356c; }
.eg-table tbody tr td .statu-btn.purple { background: #f0eafa; color: #7040aa; }

.eg-table tbody tr td a.details-btn {
    min-height: 32px;
    padding: 7px 11px;
    border-radius: 8px;
    background: var(--customer-accent-soft);
    color: var(--customer-accent-dark);
    box-shadow: none;
    font-size: 12px;
    font-weight: 500;
}

.eg-table tbody tr td a.details-btn:hover {
    background: var(--customer-accent);
    color: #fff;
    transform: none;
}

.form-control,
.form-inner input,
.form-inner textarea,
.main-content .nice-select,
.main-content select {
    min-height: 46px;
    border: 1px solid #d8e3e7;
    border-radius: 10px;
    background-color: #fbfcfd;
    color: var(--customer-ink);
    font-size: 14px;
    box-shadow: none;
}

.form-control:focus,
.form-inner input:focus,
.form-inner textarea:focus,
.main-content .nice-select.open {
    border-color: var(--customer-accent);
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(7, 134, 111, 0.11);
}

.form-inner label,
.main-content .form-group > label {
    margin-bottom: 7px;
    color: #334a57;
    font-size: 14px;
    font-weight: 500;
}

.primary-btn,
.primary-btn1,
.main-content .btn-primary,
.main-content .btn-success,
.main-content .eg-btn.btn--primary {
    border: 1px solid var(--customer-accent);
    border-radius: 9px;
    background: var(--customer-accent);
    color: #fff;
    box-shadow: none;
    font-weight: 500;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.primary-btn:hover,
.primary-btn1:hover,
.main-content .btn-primary:hover,
.main-content .btn-success:hover,
.main-content .eg-btn.btn--primary:hover {
    border-color: var(--customer-accent-dark);
    background: var(--customer-accent-dark);
    color: #fff;
    transform: translateY(-1px);
}

.main-content .btn-secondary,
.main-content .back-btn {
    border: 1px solid #d5e0e5;
    border-radius: 9px;
    background: #fff;
    color: #526975;
    box-shadow: none;
}

.pagination {
    gap: 5px;
}

.pagination .page-link {
    min-width: 36px;
    height: 36px;
    border: 1px solid var(--customer-line);
    border-radius: 8px;
    background: #fff;
    color: #526975;
    font-size: 13px;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
    border-color: var(--customer-accent);
    background: var(--customer-accent);
    color: #fff;
}

.main-content .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(16, 47, 61, 0.2);
}

.main-content .modal-header {
    padding: 18px 20px;
    border-bottom: 1px solid var(--customer-line);
}

.main-content .modal-body {
    padding: 20px;
}

.admin-area .dropdown-menu,
.header-area .notifacion-card {
    overflow: hidden;
    border: 1px solid var(--customer-line) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 40px rgba(16, 47, 61, 0.14) !important;
}

.admin-area .dropdown-item:hover,
.admin-area .dropdown-item.active,
.admin-area .dropdown-item:active {
    background: var(--customer-accent);
}

footer {
    color: var(--customer-muted);
}

@media (max-width: 1399px) {
    .header-area .sidebar-header,
    .sidebar-wrapper {
        width: 220px;
        max-width: 220px;
    }

    .header-area .main-conent-header {
        width: calc(100% - 220px);
    }

    .main-content,
    .main-content.order-content {
        max-width: calc(100% - 220px);
        margin-left: 220px;
        padding-inline: 24px;
    }
}

@media (max-width: 991px) {
    .header-area .sidebar-header {
        width: 70px;
        max-width: 70px;
        padding: 0 14px;
    }

    .header-area .sidebar-header .header-logo-icon {
        display: block;
        visibility: visible;
    }

    .header-area .sidebar-header .header-logo,
    .header-area .sidebar-header .sidebar-toggle-button {
        display: none;
    }

    .header-area .main-conent-header {
        width: calc(100% - 70px);
        padding: 0 16px;
    }

    .sidebar-wrapper,
    .sidebar-wrapper.slide {
        width: 70px;
        max-width: 70px;
        padding: 18px 9px 80px;
    }

    .sidebar-menu-wrapper ul li a,
    .sidebar-wrapper.slide .sidebar-menu-wrapper ul li a {
        width: 50px;
        min-height: 46px;
        padding: 10px;
        justify-content: center;
    }

    .sidebar-menu-wrapper ul li a h6 {
        display: none;
    }

    .main-content,
    .main-content.order-content,
    .main-content.slide,
    .main-content.order-content.slide {
        max-width: calc(100% - 70px);
        margin-left: 70px;
        padding: 24px 18px 105px;
    }

    .counter-area .counter-single,
    .counter-area.two .counter-single {
        min-height: 112px;
        padding: 17px;
    }

    .eg-table tbody tr {
        overflow: hidden;
        margin-bottom: 14px;
        border: 1px solid var(--customer-line);
        border-radius: 10px;
        background: #fff;
    }

    .eg-table tbody td,
    .eg-table.overview-table tbody td,
    .eg-table.current-activitis tbody td {
        padding: 12px 12px 12px 50%;
        text-align: right;
    }

    .eg-table td::before {
        padding-left: 12px;
        color: var(--customer-muted);
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .header-area .main-conent-header {
        padding: 0 10px;
    }

    .header-area .main-conent-header .offer-area,
    .header-area .main-conent-header .nav-right .add-balance-area .balance-content,
    .header-area .main-conent-header .nav-right .admin-area .admin-desig {
        display: none;
    }

    .header-area .main-conent-header .nav-right,
    .header-area .main-conent-header .nav-right ul.header-icons {
        gap: 6px;
    }

    .header-area .main-conent-header .nav-right .add-balance-area {
        min-height: 40px;
        padding: 4px;
        border: 0;
        background: transparent;
    }

    .main-content,
    .main-content.order-content,
    .main-content.slide,
    .main-content.order-content.slide {
        padding: 20px 12px 100px;
    }

    .page-title-and-breadcurmb,
    .page-title-and-breadcurmb.two {
        min-height: 68px;
        padding: 18px;
        border-radius: 13px;
    }

    .page-title-and-breadcurmb .page-title h4,
    .page-title-and-breadcurmb.two .page-title h4 {
        font-size: 20px;
    }

    .counter-area .counter-single,
    .counter-area.two .counter-single {
        min-height: 104px;
        padding: 14px 12px;
        gap: 10px;
        border-radius: 12px;
    }

    .counter-area .counter-single .counter-icon,
    .counter-area.two .counter-single .counter-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 10px;
    }

    .counter-area .counter-single .counter-icon img {
        width: 22px;
        height: 22px;
    }

    .counter-area .counter-single .coundown h3,
    .counter-area .counter-single .coundown span,
    .counter-area.two .counter-single .coundown h3,
    .counter-area.two .counter-single .coundown span {
        font-size: 23px;
    }

    .counter-area .counter-single .coundown p,
    .counter-area.two .counter-single .coundown p {
        font-size: 11px;
    }

    .eg-table-wrapper,
    .eg-table-wrapper.padding-equal {
        padding: 12px;
        border-radius: 13px;
    }
}

/* Customer workspace signature design */
.workspace-context {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 130px;
    margin-right: auto;
}

.workspace-context-label {
    color: #84959e;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;
}

.workspace-context strong {
    margin-top: 3px;
    color: #172b36;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

.header-area .main-conent-header .offer-area {
    margin-left: 18px;
    margin-right: auto;
}

.sidebar-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 2px 10px 25px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.sidebar-kicker-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #006F30;
    box-shadow: 0 0 0 4px rgba(201, 255, 99, 0.1);
}

.sidebar-section-label {
    margin: 22px 11px 8px !important;
    color: rgba(255, 255, 255, 0.34) !important;
    font-size: 9px !important;
    line-height: 1 !important;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.sidebar-menu-wrapper ul.side-menu-list {
    gap: 3px !important;
}

.sidebar-menu-wrapper ul li a {
    position: relative;
}



.sidebar-menu-wrapper ul li a.active {
    color: #102f3d;
    background: #006F30;
    border-color: #006F30;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.16);
}

.sidebar-menu-wrapper ul li a.active::before {
    height: 24px;
}

.sidebar-menu-wrapper ul li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar-new-badge {
    margin-left: auto;
    padding: 3px 6px;
    border-radius: 5px;
    background: #006F30;
    color: rgba(255, 255, 255, 1);
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.08em;
       white-space: nowrap;
    text-transform: uppercase;
}

.sidebar-menu-wrapper ul li a.active .sidebar-new-badge {
    background: rgba(255, 252, 252, 1);
    color: #000000;
}

.sidebar-help-card {
    position: relative;
    display: grid;
    grid-template-columns: 34px 1fr 24px;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 15px 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.055);
}

.sidebar-help-card::after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(201, 255, 99, 0.08);
}

.sidebar-help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #006F30;
    color: #102f3d;
}

.sidebar-help-card strong {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 500;
}

.sidebar-help-card p {
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 9px;
    line-height: 1.45;
}

.sidebar-help-card > a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #006F30;
}

.sidebar-wrapper.slide .sidebar-kicker,
.sidebar-wrapper.slide .sidebar-section-label,
.sidebar-wrapper.slide .sidebar-new-badge,
.sidebar-wrapper.slide .sidebar-help-card {
    display: none;
}

.main-content.order-content {
    background:
        linear-gradient(rgba(16, 47, 61, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 47, 61, 0.025) 1px, transparent 1px),
        #f2f5f3;
    background-size: 34px 34px;
}

.dashboard-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    min-height: 350px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 22px;
    background: #103441;
    box-shadow: 0 18px 50px rgba(16, 47, 61, 0.17);
    isolation: isolate;
    animation: dashboard-rise 0.55s ease both;
}

.dashboard-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 12% 110%, rgba(201, 255, 99, 0.17), transparent 34%),
        radial-gradient(circle at 78% 20%, rgba(255, 148, 117, 0.13), transparent 32%);
}

.dashboard-hero::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 62%;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.dashboard-hero-copy {
    align-self: center;
    max-width: 700px;
    padding: 52px clamp(32px, 4vw, 66px);
}

.dashboard-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #006F30;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
}

.dashboard-hero h1 {
    margin: 18px 0 16px;
    color: #fff;
    font-size: clamp(38px, 4.2vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 500;
}

.dashboard-hero h1 em {
    color: #ff9475;
    font-style: normal;
    font-weight: inherit;
}

.dashboard-hero-copy > p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.7;
}

.dashboard-hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
}

.dashboard-primary-action {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 50px;
    padding: 8px 9px 8px 20px;
    border-radius: 11px;
    background: #006F30;
    color: #102f3d;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.dashboard-primary-action i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #102f3d;
    color: #fff;
    transition: transform 0.2s ease;
}

.dashboard-primary-action:hover {
    color: #102f3d;
}

.dashboard-primary-action:hover i {
    transform: rotate(45deg);
}

.dashboard-text-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 400;
}

.dashboard-text-action:hover {
    color: #fff;
}

.dashboard-hero-art {
    position: relative;
    min-height: 350px;
}

.hero-art-core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 160px;
    height: 190px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 80px 80px 20px 20px;
    background: #ff9475;
    color: #102f3d;
    box-shadow: 22px 24px 0 rgba(201, 255, 99, 0.92);
    transform: translate(-50%, -52%) rotate(4deg);
}

.hero-core-label {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-art-core strong {
    font-size: 27px;
    line-height: 0.98;
    letter-spacing: -0.04em;
    font-weight: 500;
}

.hero-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.hero-orbit-one {
    width: 275px;
    height: 275px;
}

.hero-orbit-two {
    width: 360px;
    height: 360px;
    border-style: dashed;
    animation: dashboard-spin 30s linear infinite;
}

.hero-art-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9px;
    background: rgba(7, 28, 36, 0.82);
    color: rgba(255, 255, 255, 0.82);
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.04em;
    backdrop-filter: blur(8px);
}

.hero-art-chip i {
    color: #006F30;
}

.hero-art-chip-top {
    top: 19%;
    right: 8%;
}

.hero-art-chip-bottom {
    bottom: 16%;
    left: 2%;
}

.dashboard-hero-index {
    position: absolute;
    right: 22px;
    bottom: 16px;
    color: rgba(255, 255, 255, 0.18);
    font-size: 11px;
    letter-spacing: 0.12em;
}

.dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.dashboard-metric {
    position: relative;
    display: grid;
    grid-template-columns: 46px 1fr 26px;
    align-items: center;
    gap: 12px;
    min-height: 108px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 15px;
    background: #fff;
    color: #172b36;
    box-shadow: 0 8px 20px rgba(16, 47, 61, 0.055);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    animation: dashboard-rise 0.55s ease both;
}

.dashboard-metric:nth-child(2) { animation-delay: 0.06s; }
.dashboard-metric:nth-child(3) { animation-delay: 0.12s; }
.dashboard-metric:nth-child(4) { animation-delay: 0.18s; }

.dashboard-metric::after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: -45px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--metric-tint, #e8f5ef);
    opacity: 0.7;
}

.dashboard-metric:hover {
    color: #172b36;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(16, 47, 61, 0.1);
}

.metric-total { --metric-color: #087b68; --metric-tint: #dff4eb; }
.metric-unpaid { --metric-color: #c76b3f; --metric-tint: #fde9df; }
.metric-review { --metric-color: #3975a9; --metric-tint: #e1eef8; }
.metric-complete { --metric-color: #6650a7; --metric-tint: #ece7fa; }

.metric-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--metric-tint);
}

.metric-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.metric-copy {
    display: flex;
    flex-direction: column;
}

.metric-copy small {
    color: #71818a;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
}

.metric-copy strong {
    margin-top: 5px;
    color: #172b36;
    font-size: 27px;
    line-height: 1;
    font-weight: 500;
}

.metric-arrow {
    position: relative;
    z-index: 1;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #dfe7e4;
    border-radius: 50%;
    color: var(--metric-color);
    font-size: 11px;
}

.dashboard-orders-panel {
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 47, 61, 0.065);
    animation: dashboard-rise 0.55s 0.16s ease both;
}

.dashboard-panel-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 26px 18px;
    border-bottom: 1px solid #e4ebe8;
}

.dashboard-panel-kicker {
    color: #006f30;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
}

.dashboard-panel-heading h2 {
    margin: 5px 0 0;
    color: #172b36;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-weight: 500;
}

.dashboard-view-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #52656f;
    font-size: 11px;
    font-weight: 400;
}

.dashboard-view-all:hover {
    color: #006f30;
}

.dashboard-table-wrap {
    padding: 12px 18px 15px;
}

.dashboard-orders-panel .eg-table thead th {
    background: transparent;
    color: #84929a;
    font-size: 9px;
    letter-spacing: 0.12em;
    border-bottom: 1px solid #e4ebe8;
}

.dashboard-orders-panel .eg-table tbody td {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #53656f;
    font-size: 12px;
}

.dashboard-order-id {
    color: #172b36;
    font-weight: 500;
}

.dashboard-empty-state {
    padding: 48px 20px !important;
    text-align: center;
}

.dashboard-empty-state > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: #edf4f1;
    color: #006f30;
    font-size: 22px;
}

.dashboard-empty-state strong {
    display: block;
    color: #172b36;
    font-size: 16px;
    font-weight: 500;
}

.dashboard-empty-state p {
    margin: 5px 0 12px;
    color: #71818a;
    font-size: 12px;
}

.dashboard-empty-state a {
    color: #006f30;
    font-size: 12px;
    font-weight: 500;
}

@keyframes dashboard-rise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes dashboard-spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .dashboard-hero,
    .dashboard-metric,
    .dashboard-orders-panel,
    .hero-orbit-two {
        animation: none;
    }
}

@media (max-width: 1199px) {
    .dashboard-hero {
        grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    }

    .dashboard-hero-copy {
        padding: 42px 34px;
    }

    .dashboard-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .workspace-context {
        min-width: 100px;
    }

    .sidebar-kicker,
    .sidebar-section-label,
    .sidebar-new-badge,
    .sidebar-help-card {
        display: none;
    }

    .dashboard-hero {
        grid-template-columns: 1fr;
    }

    .dashboard-hero::after {
        display: none;
    }

    .dashboard-hero-copy {
        position: relative;
        z-index: 2;
        max-width: 78%;
    }

    .dashboard-hero-art {
        position: absolute;
        inset: 0 0 0 auto;
        width: 42%;
        opacity: 0.62;
    }

    .hero-art-chip {
        display: none;
    }
}

@media (max-width: 767px) {
    .workspace-context-label {
        display: none;
    }

    .workspace-context strong {
        margin: 0;
        font-size: 13px;
    }

    .header-area .main-conent-header .offer-area {
        display: none;
    }

    .dashboard-hero {
        min-height: 390px;
        border-radius: 17px;
    }

    .dashboard-hero-copy {
        align-self: end;
        max-width: 100%;
        padding: 140px 22px 28px;
    }

    .dashboard-eyebrow {
        font-size: 9px;
    }

    .dashboard-hero h1 {
        margin: 14px 0 12px;
        font-size: 38px;
    }

    .dashboard-hero-copy > p {
        font-size: 12px;
        line-height: 1.6;
    }

    .dashboard-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-top: 20px;
    }

    .dashboard-primary-action {
        min-height: 46px;
    }

    .dashboard-hero-art {
        top: -76px;
        right: -36px;
        width: 250px;
        height: 250px;
        min-height: 250px;
        opacity: 0.45;
        transform: scale(0.72);
    }

    .dashboard-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .dashboard-metric {
        grid-template-columns: 38px 1fr;
        min-height: 92px;
        padding: 13px;
        gap: 9px;
        border-radius: 12px;
    }

    .metric-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .metric-icon img {
        width: 20px;
        height: 20px;
    }

    .metric-copy small {
        font-size: 9px;
    }

    .metric-copy strong {
        font-size: 22px;
    }

    .metric-arrow {
        display: none;
    }

    .dashboard-orders-panel {
        border-radius: 14px;
    }

    .dashboard-panel-heading {
        align-items: flex-start;
        padding: 18px 16px 14px;
    }

    .dashboard-panel-heading h2 {
        font-size: 18px;
    }

    .dashboard-view-all {
        font-size: 0;
    }

    .dashboard-view-all i {
        font-size: 14px;
    }

    .dashboard-table-wrap {
        padding: 8px 10px 12px;
    }

    .dashboard-orders-panel .eg-table tbody td {
        padding: 12px 12px 12px 50%;
        text-align: right;
    }

    .dashboard-orders-panel .eg-table tbody td.dashboard-empty-state {
        padding: 38px 16px !important;
        text-align: center;
    }
}

/* Full customer module redesign */
.customer-app .customer-module {
    --module-accent: #006F30;
    --module-accent-ink: #17303a;
    position: relative;
    animation: dashboard-rise 0.45s ease both;
}

.customer-app .customer-module-orders { --module-accent: #006F30; }
.customer-app .customer-module-create-order,
.customer-app .customer-module-templates { --module-accent: #ff9475; }
.customer-app .customer-module-invoices { --module-accent: #80d8ff; }
.customer-app .customer-module-referral { --module-accent: #ffd166; }
.customer-app .customer-module-settings { --module-accent: #a7f3d0; }
.customer-app .customer-module-support { --module-accent: #c4b5fd; }

.customer-app .customer-module > .row:first-child .page-title-and-breadcurmb.two {
    min-height: 112px;
    padding: 28px 30px;
    border: 0;
    border-radius: 18px;
    background: #103441;
    box-shadow: 0 14px 36px rgba(16, 47, 61, 0.15);
}

.customer-app .customer-module > .row:first-child .page-title-and-breadcurmb.two::before {
    top: -90px;
    right: 8%;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.customer-app .customer-module > .row:first-child .page-title-and-breadcurmb.two::after {
    right: 26px;
    bottom: 22px;
    left: auto;
    width: 54px;
    height: 12px;
    border-radius: 20px;
    background: var(--module-accent);
}

.customer-app .customer-module > .row:first-child .page-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.customer-app .customer-module > .row:first-child .page-title::before {
    content: "";
    width: 8px;
    height: 38px;
    border-radius: 8px;
    background: var(--module-accent);
}

.customer-app .customer-module > .row:first-child .page-title h4 {
    font-size: 27px;
    letter-spacing: -0.035em;
}

.customer-app .eg-wrapper,
.customer-app .order-form-wrapper .tab > .row > [class*="col-"] > .eg-wrapper,
.customer-app .invoice-page .eg-wrapper {
    border: 1px solid #dce5e1;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(16, 47, 61, 0.065);
}

.customer-app .service-title h4 {
    color: #172b36;
    font-size: 22px;
    letter-spacing: -0.025em;
    font-weight: 500;
}

.customer-app .service-title p {
    color: #6f818a;
    font-size: 13px;
    line-height: 1.65;
}

/* Orders */
.customer-module-orders .eg-table-wrapper,
.customer-module-invoices .eg-table-wrapper,
.customer-module-support .eg-table-wrapper {
    padding: 20px;
    border-radius: 18px;
}

.customer-app .table-title-and-sort-area {
    min-height: 68px;
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #e1e9e5;
    border-radius: 12px;
    background: #f6f9f7;
}

.customer-app .table-title-and-sort-area .status-select,
.customer-app .table-title-and-sort-area .total-entries,
.customer-app .table-title-and-sort-area .total-select {
    gap: 8px;
}

.customer-app .eg-table-wrapper .table-title-and-sort-area .status-select > span,
.customer-app .eg-table-wrapper .table-title-and-sort-area .total-entries > span,
.customer-app .eg-table-wrapper .table-title-and-sort-area .total-select > span {
    padding: 0;
    border: 0;
    background: transparent;
    color: #73838b;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 31px;
}



.customer-module-orders .overview-table tbody td:first-child,
.customer-module-invoices .overview-table tbody td:first-child {
    color: #172b36;
    font-weight: 500;
}

.customer-module-orders .overview-table tbody tr,
.customer-module-invoices .overview-table tbody tr,
.customer-module-support .overview-table tbody tr {
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.customer-module-orders .overview-table tbody tr:hover,
.customer-module-invoices .overview-table tbody tr:hover,
.customer-module-support .overview-table tbody tr:hover {
    background: #f7faf8;
}

/* Create order */
.customer-module-create-order > .row:nth-child(2) .eg-wrapper {
    padding: clamp(22px, 3vw, 42px);
}

.customer-module-create-order .single-order-option {
    position: relative;
    min-height: 290px;
    padding: 38px !important;
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 18px !important;
    background: #f8faf9 !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.customer-module-create-order .col-lg-6:first-child .single-order-option {
    background: #103441 !important;
}

.customer-module-create-order .order-option-index {
    position: absolute;
    top: 24px;
    right: 26px;
    color: #b1bec3;
    font-size: 11px;
    letter-spacing: 0.12em;
}

.customer-module-create-order .col-lg-6:first-child .order-option-index {
    color: rgba(255, 255, 255, 0.35);
}

.customer-module-create-order .single-order-option::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -65px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 148, 117, 0.17);
}

.customer-module-create-order .col-lg-6:first-child .single-order-option::after {
    background: rgba(201, 255, 99, 0.12);
}

.customer-module-create-order .single-order-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(16, 47, 61, 0.12);
}

.customer-module-create-order .single-order-option .content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.customer-module-create-order .single-order-option .content h4 {
    max-width: 300px;
    margin: 45px 0 12px;
    color: #172b36;
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.customer-module-create-order .col-lg-6:first-child .content h4 {
    color: #fff;
}

.customer-module-create-order .single-order-option .content > p {
    max-width: 360px;
    color: #70818a;
    font-size: 13px;
    line-height: 1.65;
}

.customer-module-create-order .col-lg-6:first-child .content > p {
    color: rgba(255, 255, 255, 0.58);
}

.customer-module-create-order .single-order-option .modal-btn {
    min-height: 43px;
    margin-top: auto;
    padding: 10px 18px;
    border: 0;
    border-radius: 9px;
    background: #ff9475;
    color: #17303a;
    font-size: 12px;
    font-weight: 500;
}

.customer-module-create-order .col-lg-6:first-child .modal-btn {
    background: #006F30;
}

/* Templates */
.customer-module-templates > .row .eg-wrapper {
    padding: 24px;
}

.customer-module-templates .template-btn {
    margin-bottom: 22px;
    padding: 18px 20px;
    border: 0 !important;
    border-radius: 13px;
    background: #103441;
}

.customer-module-templates .template-btn h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.customer-module-templates .template-btn .createbtn {
    border: 0;
    border-radius: 9px;
    background: #ff9475;
    color: #17303a;
}

.customer-module-templates .single-order-option,
.customer-module-templates .specification-modal .modal-content {
    background: transparent !important;
}

.customer-module-templates .single-specification,
.customer-module-create-order .single-specification {
    position: relative;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(16, 47, 61, 0.05);
    transition: transform 0.22s ease, border-color 0.22s ease;
}

.customer-module-templates .single-specification::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff9475, #ffd166);
}

.customer-module-templates .single-specification:hover,
.customer-module-create-order .single-specification:hover {
    border-color: #bfcfc8;
    transform: translateY(-3px);
}

.customer-module-templates .single-specification .title h4,
.customer-module-create-order .single-specification .title h4 {
    color: #172b36;
    font-size: 16px;
    font-weight: 500;
}

.customer-module-templates .single-specification .price p,
.customer-module-create-order .single-specification .price p {
    color: #087b68;
    font-weight: 500;
}

/* Invoice */
.customer-module-invoices #paidOrderBtn {
    right: 24px;
    bottom: 24px;
    min-width: 310px;
    padding: 14px 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px !important;
    background: #103441 !important;
    box-shadow: 0 18px 45px rgba(16, 47, 61, 0.24);
}

.customer-module-invoices #paidOrderBtn p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
}

.customer-module-invoices #paidOrderBtn .btn-success {
    width: 100%;
    margin-top: 8px;
    border: 0;
    background: #80d8ff;
    color: #17303a;
}

.customer-module-invoices input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #006f30;
}

.customer-module-invoices .overview-table td .btn-danger {
    border: 0;
    border-radius: 8px;
    background: #fde8e2;
    color: #b85035;
}

/* Multi-step order and template builders */
.customer-app .order-form-wrapper .wizard > .steps {
    margin-bottom: 18px;
    padding: 12px;
    border: 1px solid #dce5e1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 47, 61, 0.05);
}

.customer-app .order-form-wrapper .wizard > .steps > ul {
    gap: 6px;
}

.customer-app .order-form-wrapper .wizard > .steps a {
    border-radius: 9px;
    font-size: 11px;
    font-weight: 400;
}

.customer-app .order-form-wrapper .wizard > .steps .current a,
.customer-app .order-form-wrapper .wizard > .steps .done a {
    background: #103441;
    color: #fff;
}

.customer-app .order-form-wrapper .tab > .page-title-and-breadcurmb.two,
.customer-app .order-form-wrapper .tab .page-title-and-breadcurmb.two {
    min-height: 82px;
    border: 0;
    border-radius: 15px;
    background: #103441;
}

.customer-app .order-form-wrapper .tab .page-title h4 {
    color: #fff;
    font-size: 23px;
}

.customer-app .order-form-wrapper .eg-wrapper {
    padding: clamp(18px, 2.2vw, 30px);
}

.customer-app .order-form-wrapper .single-service-card,
.customer-app .order-form-wrapper .step-card,
.customer-app .order-form-wrapper .single-order-option {
    border-color: #dce5e1;
    box-shadow: 0 7px 18px rgba(16, 47, 61, 0.05);
}

.customer-app .order-form-wrapper .select-wrap.selected .single-service-card,
.customer-app .order-form-wrapper input:checked + .step-img {
    border-color: #006f30;
    box-shadow: 0 0 0 3px rgba(7, 134, 111, 0.1);
}

.customer-app .order-form-wrapper .note-and-btn {
    padding: 14px 18px;
    border: 1px solid #dce5e1;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(16, 47, 61, 0.1);
    backdrop-filter: blur(10px);
}

.customer-app .wizard-content .wizard > .actions > ul > li > a,
.customer-app .order-form-wrapper .note-and-btn .primary-btn1 {
    border-radius: 9px;
    background: #103441;
    color: #fff;
}

.customer-app .summary-table-wrapper {
    border-top: 4px solid #80d8ff;
}

.customer-app .payment-area {
    overflow: hidden;
}

/* Referral */
.customer-module-referral > .section-title {
    display: none;
}

.customer-module-referral > .row,
.customer-module-referral .setting-wrapper {
    border-radius: 18px;
}

.customer-module-referral .setting-wrapper {
    overflow: hidden;
    border: 1px solid #dce5e1;
    background: #fff;
}

.customer-module-referral .setting-tab-content {
    padding: clamp(20px, 3vw, 38px);
}

.customer-module-referral .counter-area.two .counter-single {
    border: 1px solid #e3e9e5;
    background: #f8faf9;
}

.customer-module-referral .affiliate-link-area {
    padding: 24px;
    border: 1px solid #e0e8e4;
    border-radius: 14px;
    background: #f7faf8;
}

.customer-module-referral .affiliate-link-area .input-group,
.customer-module-referral .invite-area {
    overflow: hidden;
    border-radius: 10px;
}

.customer-module-referral .how-it-work-container {
    margin-top: 24px;
}

.customer-module-referral .step-card {
    min-height: 220px;
    border: 1px solid #dce5e1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(16, 47, 61, 0.055);
}

.customer-module-referral .step-card center span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #fff3cf;
    color: #9b6b00;
}

.customer-module-referral .dontlet-container {
    margin-top: 26px;
    padding: 30px;
    border-radius: 15px;
    background: #103441;
}

.customer-module-referral .dontlet-container h2 {
    color: #ffd166;
}

.customer-module-referral .dontlet-container p {
    color: rgba(255, 255, 255, 0.64);
}

/* Settings */
.customer-module-settings .setting-wrapper {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    min-height: 600px;
    padding: 0;
    overflow: hidden;
    border-radius: 18px;
}

.customer-module-settings .setting-site-bar {
    width: auto;
    padding: 28px 16px;
    border: 0;
    background: #103441;
}

.customer-module-settings .setting-tabs .nav h5 {
    margin: 0 10px 18px;
    color: #fff;
    font-size: 17px;
}

.customer-module-settings .setting-tabs .nav-link {
    position: relative;
    width: 100%;
    margin-bottom: 4px;
    padding: 11px 12px 11px 30px;
    border: 0;
    border-radius: 9px;
    color: rgba(255, 255, 255, 0.58);
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}

.customer-module-settings .setting-tabs .nav-link::after {
    left: 12px;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: transparent;
}

.customer-module-settings .setting-tabs .nav-link.active {
    background: #a7f3d0;
    color: #17303a;
}

.customer-module-settings .setting-tabs .nav-link.active::after {
    border-color: #17303a;
    background: #17303a;
}

.customer-module-settings .setting-tab-content {
    padding: clamp(24px, 3vw, 42px);
}

.customer-module-settings .setting-single-page .section-title {
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e9e5;
}

.customer-module-settings .setting-single-page .section-title h4 {
    font-size: 22px;
    letter-spacing: -0.025em;
}

.customer-module-settings .author-area {
    padding: 18px;
    border: 1px solid #e0e8e4;
    border-radius: 13px;
    background: #f7faf8;
}

.customer-module-settings .form-box {
    padding: 22px;
    border: 1px solid #e0e8e4;
    border-radius: 14px;
    background: #fff;
}

.customer-module-settings .bootstrap-switch {
    overflow: hidden;
    border: 1px solid #d9e4df;
    border-radius: 9px;
    box-shadow: none;
}

/* Support */
.customer-module-support .page-title-and-breadcurmb nav .breadcrumb {
    margin: 0;
}

.customer-module-support .page-title-and-breadcurmb .back-btn {
    border: 0;
    background: #c4b5fd;
    color: #17303a;
}

.customer-module-support .eg-table-wrapper > .row:first-child,
.customer-module-support .eg-table-wrapper > form:first-child {
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid #e0e8e4;
    border-radius: 12px;
    background: #f7faf8;
}

.customer-module-support .eg-table-wrapper .form-body .form-control {
    min-height: 44px;
    background: #fff;
}

.customer-module-support .overview-table td a:not(.details-btn) {
    color: #172b36;
    font-weight: 500;
}

.customer-module-support-form .page-wrapper,
.customer-module-ticket-details .page-wrapper {
    padding: 0;
}

.customer-module-support-form .container-fluid,
.customer-module-ticket-details .container-fluid {
    padding: 0;
}

.customer-module-support-form .page-titles,
.customer-module-ticket-details .page-titles {
    align-items: center;
    margin: 0 0 18px;
    padding: 24px 26px;
    border-radius: 16px;
    background: #103441;
}

.customer-module-support-form .page-titles h4,
.customer-module-ticket-details .page-titles h4 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.customer-module-support-form #validation,
.customer-module-ticket-details .eg-table-wrapper {
    padding: 24px;
}

.customer-module-support-form form,
.customer-module-ticket-details form {
    padding: 22px;
    border: 1px solid #e0e8e4;
    border-radius: 14px;
    background: #fff;
}

.customer-module-support-form .bg-gray,
.customer-module-ticket-details .bg-gray {
    border: 1px solid #e5defa;
    border-radius: 13px;
    background: #f7f4ff !important;
    color: #596770;
    font-size: 12px;
    line-height: 1.65;
}

.customer-module-ticket-details .ticket-entry {
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 13px;
    box-shadow: none;
}

.customer-module-ticket-details .ticket-entry .card-header {
    border-bottom: 1px solid #e3eae7;
    background: #f6f9f7;
    color: #314852;
}

.customer-module-ticket-details .ticket-entry .card-body {
    color: #5d6e77;
    line-height: 1.65;
}

/* Invoice and order detail pages */
.customer-app .invoice-page > .row:first-child .page-title-and-breadcurmb.two {
    border: 0;
    border-radius: 17px;
    background: #103441;
}

.customer-app .invoice-page .invoice-wrapper {
    padding: clamp(18px, 2.5vw, 32px);
}

.customer-app .invoice-page .summary-card,
.customer-app .invoice-page .order-info,
.customer-app .invoice-page .conversation-area {
    border-color: #dce5e1;
    border-radius: 13px;
    box-shadow: none;
}

@media (max-width: 991px) {
    .customer-module-settings .setting-wrapper {
        grid-template-columns: 1fr;
    }

    .customer-module-settings .setting-site-bar {
        padding: 14px;
    }

    .customer-module-settings .setting-tabs .nav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 6px;
        overflow-x: auto;
    }

    .customer-module-settings .setting-tabs .nav h5 {
        display: none;
    }

    .customer-module-settings .setting-tabs .nav-link {
        width: auto;
        min-width: max-content;
        margin: 0;
        padding: 10px 13px;
    }

    .customer-module-settings .setting-tabs .nav-link::after {
        display: none;
    }

    .customer-module-support-form #validation,
    .customer-module-ticket-details .eg-table-wrapper {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .customer-app .customer-module > .row:first-child .page-title-and-breadcurmb.two {
        min-height: 88px;
        padding: 20px;
    }

    .customer-app .customer-module > .row:first-child .page-title h4 {
        font-size: 21px;
    }

    .customer-app .customer-module > .row:first-child .page-title::before {
        height: 30px;
    }

    .customer-module-orders .eg-table-wrapper,
    .customer-module-invoices .eg-table-wrapper,
    .customer-module-support .eg-table-wrapper {
        padding: 12px;
    }

    .customer-app .table-title-and-sort-area {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-app .table-title-and-sort-area .status-select,
    .customer-app .table-title-and-sort-area .total-entries {
        width: 100%;
    }

    .customer-app .table-title-and-sort-area .nice-select {
        flex: 1;
        min-width: 0;
    }

    .customer-module-create-order .single-order-option {
        min-height: 240px;
        padding: 26px !important;
    }

    .customer-module-create-order .single-order-option .content h4 {
        margin-top: 30px;
        font-size: 23px;
    }

    .customer-module-templates > .row .eg-wrapper {
        padding: 14px;
    }

    .customer-module-templates .template-btn {
        align-items: stretch;
        padding: 15px;
    }

    .customer-module-invoices #paidOrderBtn {
        right: 12px;
        bottom: 12px;
        left: 82px;
        min-width: 0;
    }

    .customer-module-referral .setting-tab-content {
        padding: 16px;
    }

    .customer-module-referral .setting-single-page::before {
        margin: -16px -16px 22px;
        padding: 24px 18px;
        font-size: 22px;
    }

    .customer-module-referral .dontlet-container {
        padding: 22px 16px;
    }

    .customer-module-settings .setting-tab-content,
    .customer-module-settings .form-box {
        padding: 16px;
    }

    .customer-module-support-form .page-titles,
    .customer-module-ticket-details .page-titles {
        padding: 18px;
    }

    .customer-module-support-form .page-titles h4,
    .customer-module-ticket-details .page-titles h4 {
        font-size: 20px;
    }
}

/* Remaining customer destinations */
.customer-app .page-wrapper {
    margin: 0;
}

.customer-app .page-wrapper > .row:first-child .page-title-and-breadcurmb.two,
.customer-app .main-content > .row:first-child .page-title-and-breadcurmb.two {
    border: 0;
    border-radius: 17px;
    background: #103441;
}

.customer-app .main-content > .eg-table-wrapper,
.customer-app .page-wrapper .eg-table-wrapper {
    border-radius: 17px;
}

.customer-app .label {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 7px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
}

.customer-app .label-success {
    background: #e2f6ed;
    color: #087a4b;
}

.customer-app .label-danger {
    background: #fde9e4;
    color: #ba4b35;
}

.customer-app .label-info {
    background: #e4f2fa;
    color: #33719a;
}

.customer-app .notifacion-card .notify-filter {
    align-items: center;
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid #e0e8e4;
    border-radius: 11px;
    background: #f7faf8;
}

.customer-app .notifacion-card .notify-select {
    min-height: 40px;
    border: 1px solid #d8e3de !important;
    border-radius: 9px !important;
    background: #fff;
    color: #405660;
    font-size: 12px;
}

.customer-app .notifacion-card .notify-action a {
    border-radius: 8px !important;
    background: #e4f4ee;
    color: #087b68;
    font-size: 11px;
}

.customer-app .notifacion-card .search-listing {
    overflow: hidden;
    padding: 0;
    border: 1px solid #e0e8e4;
    border-radius: 12px;
}

.customer-app .notifacion-card .notify-item {
    padding: 14px 16px;
    border-bottom: 1px solid #e6ece9;
    background: #fff;
}

.customer-app .notifacion-card .notify-item.active {
    background: #f0f8f5;
}

.customer-app .notifacion-card .notify-img img {
    width: 38px;
    height: 38px;
    padding: 8px;
    border-radius: 11px;
    background: #e7f5ef;
}

.customer-app .notifacion-card .notify-text {
    color: #314852;
    font-size: 12px;
    font-weight: 400;
}

.customer-app .frequently-qustions-area {
    max-width: 1000px;
    margin: 0 auto;
    padding: clamp(18px, 3vw, 38px);
}

.customer-app .frequently-qustions-area .accordion {
    display: grid;
    gap: 9px;
}

.customer-app .frequently-qustions-area .accordion-item {
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 11px;
    background: #fff;
}

.customer-app .frequently-qustions-area .accordion-button {
    padding: 17px 18px;
    background: #fff;
    color: #314852;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
}

.customer-app .frequently-qustions-area .accordion-button:not(.collapsed) {
    background: #103441;
    color: #fff;
}

.customer-app .frequently-qustions-area .accordion-body {
    padding: 18px;
    color: #61737c !important;
    font-size: 13px;
    line-height: 1.75;
}

.customer-app footer {
    padding: 18px 30px;
    border-top: 1px solid #dce5e1;
    background: rgba(242, 245, 243, 0.92);
}

.customer-app footer a,
.customer-app footer p {
    color: #71818a;
    font-size: 11px;
}

@media (max-width: 767px) {
    .customer-app .notifacion-card .notify-filter {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .customer-app footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 14px 12px;
    }
}

.customer-app .layout-wrapper,
.customer-app .main-container,
.customer-app .main-content {
    min-width: 0;
}

body[class*="customer-route-order"] .order-form-wrapper,
body[class*="customer-route-specification"] .order-form-wrapper {
    width: 100%;
    max-width: 100%;
}

body[class*="customer-route-order"] .order-form-wrapper .tab,
body[class*="customer-route-specification"] .order-form-wrapper .tab {
    overflow: visible;
    border-radius: 18px;
}

body[class*="customer-route-order"] .order-form-wrapper .tab > .row,
body[class*="customer-route-specification"] .order-form-wrapper .tab > .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

body[class*="customer-route-order"] .eg-wrapper,
body[class*="customer-route-specification"] .eg-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border: 1px solid #dce5e1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 47, 61, 0.065);
}

body[class*="customer-route-order"] .order-form-wrapper .service-area,
body[class*="customer-route-specification"] .order-form-wrapper .service-area {
    padding: 8px 0 0;
}

body[class*="customer-route-order"] .order-form-wrapper .service-area > .row,
body[class*="customer-route-specification"] .order-form-wrapper .service-area > .row {
    justify-content: flex-start;
    gap: 0;
}

body[class*="customer-route-order"] .single-service-card,
body[class*="customer-route-specification"] .single-service-card,
body[class*="customer-route-specification"] .step-card {
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(16, 47, 61, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body[class*="customer-route-order"] .single-service-card:hover,
body[class*="customer-route-specification"] .single-service-card:hover,
body[class*="customer-route-specification"] .step-card:hover {
    border-color: #b9ccc4;
    box-shadow: 0 12px 26px rgba(16, 47, 61, 0.09);
    transform: translateY(-3px);
}

body[class*="customer-route-order"] .order-form-wrapper .select-wrap.selected .single-service-card,
body[class*="customer-route-specification"] .order-form-wrapper .select-wrap.selected .single-service-card {
    border-color: #006f30;
    box-shadow: 0 0 0 3px rgba(7, 134, 111, 0.11);
}

body[class*="customer-route-specification"] .marketplace-sp2,
body[class*="customer-route-specification"] .step-by-step-sp {
    overflow: hidden;
}

body[class*="customer-route-specification"] .marketplace-sp2 .step-wrap,
body[class*="customer-route-specification"] .step-by-step-sp .step-wrap {
    gap: 16px;
}

body[class*="customer-route-specification"] .step-wrap .step-card {
    padding: 12px 10px 14px;
    background: #f8faf9;
}

body[class*="customer-route-specification"] .step-wrap .step-card .step-content h6 {
    color: #273f49;
    font-size: 12px;
    font-weight: 500;
}

body[class*="customer-route-specification"] .sp-image-format .form-inner.style-2,
body[class*="customer-route-specification"] .sp-image-format .from-inner3 {
    padding: 18px;
    border: 1px solid #e0e8e4;
    border-radius: 13px;
    background: #f7faf8;
}

body[class*="customer-route-order"] .upload-form,
body[class*="customer-route-specification"] .upload-form {
    padding: clamp(18px, 2.5vw, 30px) !important;
}

body[class*="customer-route-order"] .single-image-upload .image-drop-area .dropzone,
body[class*="customer-route-specification"] .single-image-upload .image-drop-area .dropzone {
    min-height: 220px !important;
    border: 1px dashed #aebfba;
    border-radius: 15px;
    background: #f7faf8;
    box-shadow: none;
}

body[class*="customer-route-order"] .summary-table-wrapper,
body[class*="customer-route-specification"] .summary-table-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-top: 4px solid #80d8ff;
    border-radius: 15px;
    background: #fff;
}

body[class*="customer-route-order"] .summary-table-wrapper .total-price,
body[class*="customer-route-specification"] .summary-table-wrapper .total-price {
    min-height: 92px;
    border-radius: 11px;
    background: #103441;
}

body[class*="customer-route-order"] .summary-table-wrapper .total-price h3,
body[class*="customer-route-specification"] .summary-table-wrapper .total-price h3 {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

/* Payment child pages */
body[class*="customer-route-order-payment"] .order-form-wrapper > .row,
body[class*="customer-route-specificationcreateorder"] .order-form-wrapper > .row {
    align-items: flex-start;
}

body[class*="customer-route-order-payment"] .payment-area,
body[class*="customer-route-specificationcreateorder"] .payment-area {
    padding: 0 !important;
}

body[class*="customer-route-order-payment"] .payment-area .page-title-and-breadcurmb,
body[class*="customer-route-specificationcreateorder"] .payment-area .page-title-and-breadcurmb {
    margin: 0;
    border-radius: 14px 14px 0 0;
}

body[class*="customer-route-order-payment"] .image-upload-options .nav-link,
body[class*="customer-route-specificationcreateorder"] .image-upload-options .nav-link {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 9px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.72) !important;
}

body[class*="customer-route-order-payment"] .image-upload-options .nav-link.active,
body[class*="customer-route-specificationcreateorder"] .image-upload-options .nav-link.active {
    border-color: #006F30 !important;
    background: #006F30 !important;
    color: #17303a !important;
}

body[class*="customer-route-order-payment"] .paymentMethod,
body[class*="customer-route-specificationcreateorder"] .paymentMethod {
    padding: 12px;
    border: 1px solid #dce5e1 !important;
    border-radius: 10px !important;
    background: #f8faf9;
}

/* Order details */
body[class*="customer-route-order-details"] .invoice-page,
body[class*="customer-route-invoicedetails"] .invoice-page {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

body[class*="customer-route-order-details"] .invoice-wrapper,
body[class*="customer-route-invoicedetails"] .invoice-wrapper {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    padding: clamp(18px, 2.7vw, 34px) !important;
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 18px;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(16, 47, 61, 0.065);
}

body[class*="customer-route-order-details"] .invoice-header,
body[class*="customer-route-invoicedetails"] .invoice-header {
    padding-bottom: 16px !important;
    border-bottom: 1px solid #dfe7e3 !important;
}

body[class*="customer-route-order-details"] .summary-card,
body[class*="customer-route-order-details"] .conversation-wrapper,
body[class*="customer-route-invoicedetails"] .single-address,
body[class*="customer-route-invoicedetails"] .billing-info {
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 13px;
    background: #fff;
    box-shadow: none;
}

body[class*="customer-route-order-details"] .invoice-wrapper > .nav-tabs {
    gap: 5px;
    padding: 7px;
    overflow-x: auto;
    border: 1px solid #dce5e1;
    border-radius: 11px;
    background: #f4f8f6;
    flex-wrap: nowrap;
}

body[class*="customer-route-order-details"] .invoice-wrapper > .nav-tabs .order-tab {
    display: block;
    min-width: max-content;
    padding: 9px 13px;
    border: 0;
    border-radius: 8px !important;
    background: transparent !important;
    color: #687b84 !important;
    font-size: 11px;
}

body[class*="customer-route-order-details"] .invoice-wrapper > .nav-tabs .order-tab.active {
    background: #103441 !important;
    color: #fff !important;
}

body[class*="customer-route-order-details"] .single-conversation {
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 13px;
    background: #fff;
}

body[class*="customer-route-order-details"] .conversation-header {
    padding: 14px 16px;
    border-bottom: 1px solid #e1e8e5;
    background: #f6f9f7;
}

body[class*="customer-route-order-details"] .conversation-content {
    padding: 16px;
}

body[class*="customer-route-order-details"] .single-img {
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 10px;
    background: #f7faf8;
}

/* Invoice detail */
body[class*="customer-route-invoicedetails"] .order-table {
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 12px;
}

body[class*="customer-route-invoicedetails"] .order-table thead th {
    padding: 12px 14px !important;
    color: #fff !important;
}

body[class*="customer-route-invoicedetails"] .order-table tbody td {
    padding: 12px 14px !important;
    border-bottom: 1px solid #e3eae7 !important;
}

/* Support child routes without module wrappers */
body[class*="customer-route-support"] .page-titles {
    align-items: center;
    margin: 0 0 18px;
    padding: 22px 24px;
    border-radius: 16px;
    background: #103441;
}

body[class*="customer-route-support"] .page-titles h4 {
    margin: 0;
    color: #fff;
}

body[class*="customer-route-support"] .page-titles .back-btn {
    border: 0;
    background: #c4b5fd;
    color: #17303a;
}

@media (max-width: 991px) {
    body[class*="customer-route-order-details"] .order-summary-and-stutas > .row {
        --bs-gutter-y: 1rem;
    }
}

@media (max-width: 767px) {
    body[class*="customer-route-order"] .eg-wrapper,
    body[class*="customer-route-specification"] .eg-wrapper {
        border-radius: 14px;
    }

    body[class*="customer-route-order-details"] .invoice-wrapper,
    body[class*="customer-route-invoicedetails"] .invoice-wrapper {
        padding: 14px !important;
    }

    body[class*="customer-route-support"] .page-titles {
        padding: 17px;
    }
}

/* Template chooser, confirmation and async partial states */
body.customer-route-specificationcreate .service-title.style-2 {
    margin-bottom: 26px;
}

body.customer-route-specificationcreate .service-title.style-2 h4 {
    font-size: clamp(21px, 2.5vw, 30px);
    letter-spacing: -0.04em;
}

body.customer-route-specificationcreate .specification-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 390px;
    padding: 34px 28px;
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 18px;
    background: #f8faf9;
    box-shadow: 0 10px 26px rgba(16, 47, 61, 0.065);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.customer-route-specificationcreate .col-lg-5:first-child .specification-card {
    background: #103441;
}

body.customer-route-specificationcreate .specification-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(16, 47, 61, 0.12);
}

body.customer-route-specificationcreate .specification-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 126px;
    margin-bottom: 22px;
    border-radius: 36px;
    background: #fff;
}

body.customer-route-specificationcreate .specification-card-icon svg,
body.customer-route-specificationcreate .specification-card-icon img {
    width: 72px;
    height: 72px;
}

body.customer-route-specificationcreate .specification-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body.customer-route-specificationcreate .specification-card-content h4 {
    color: #172b36;
    font-size: 23px;
    letter-spacing: -0.03em;
}

body.customer-route-specificationcreate .col-lg-5:first-child .specification-card-content h4 {
    color: #fff;
}

body.customer-route-specificationcreate .specification-card-content p {
    color: #70818a;
    font-size: 13px;
    line-height: 1.65;
}

body.customer-route-specificationcreate .col-lg-5:first-child .specification-card-content p {
    color: rgba(255, 255, 255, 0.58);
}

body.customer-route-specificationcreate .specification-card-content .primary-btn2 {
    margin-top: auto;
    padding: 10px 18px;
    border-radius: 9px;
    background: #ff9475;
    color: #17303a;
}

body.customer-route-specificationcreate .col-lg-5:first-child .primary-btn2 {
    background: #006F30;
}

body.customer-route-specificationcreate .specification-card .popular {
    top: 16px;
    right: 16px;
    padding: 5px 8px;
    border-radius: 7px;
    background: #fff0ea;
    color: #b85a3d;
    font-size: 9px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body[class*="customer-route-order-paymentconfirm"] .order_success,
body[class*="customer-route-order-confirm"] .order_success {
    max-width: 720px;
    margin: 40px auto;
    padding: clamp(34px, 5vw, 64px);
    border: 1px solid #dce5e1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 47, 61, 0.1);
    text-align: center;
}

body[class*="customer-route-order-paymentconfirm"] .order_success > div:first-child,
body[class*="customer-route-order-confirm"] .order_success > div:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    margin-bottom: 24px;
    border-radius: 30px;
    background: #e8f7ef;
}

body[class*="customer-route-order-paymentconfirm"] .order_success .fa-check-circle,
body[class*="customer-route-order-confirm"] .order_success .fa-check-circle {
    color: #006f30 !important;
    font-size: 58px !important;
}

body[class*="customer-route-order-paymentconfirm"] .order_success h3,
body[class*="customer-route-order-confirm"] .order_success h3 {
    color: #172b36;
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.customer-app .summary-table-wrapper .price-table {
    margin: 0;
    padding: 0;
    list-style: none;
}

.customer-app .summary-table-wrapper .price-table li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e4ebe8;
    color: #586b75;
    font-size: 12px;
}

.customer-app .summary-table-wrapper .price-table h6 {
    margin: 0;
    color: #314852;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .specification-table {
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 10px;
}

.customer-app .specification-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e3eae7;
    color: #5e7079;
    font-size: 12px;
}

@media (max-width: 767px) {
    body.customer-route-specificationcreate .specification-card {
        min-height: 330px;
        padding: 26px 20px;
    }

    body.customer-route-specificationcreate .specification-card-icon {
        width: 100px;
        height: 100px;
        border-radius: 28px;
    }
}

/* Header color consistency */
.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-icon {
    border-color: #b9d8ce;
    background: #e7f6f0;
}

.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-icon svg {
    fill: #006f30;
}

.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-content h6 {
    color: #17303a;
    font-size: 15px;
    font-weight: 500;
}

.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-content a,
.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-content .modal-btn {
    color: #006f30;
    font-size: 11px;
    font-weight: 500;
}

/* Order flow issue corrections */
.customer-app .customer-module-create-order > .row:nth-child(2) .eg-wrapper {
    height: auto;
    padding: 28px;
}

.customer-app .customer-module-create-order .service-title {
    margin-bottom: 22px;
}

.customer-app .customer-module-create-order .single-order-option {
    min-height: 225px;
    padding: 28px 30px !important;
}

.customer-app .customer-module-create-order .single-order-option .content h4 {
    margin: 28px 0 8px;
    font-size: 23px;
}

.customer-app .customer-module-create-order .single-order-option .content > br {
    display: none;
}

.customer-app .customer-module-create-order .single-order-option .modal-btn,
.customer-app .customer-module-create-order .single-order-option .btn-primary {
    margin-top: 18px;
    border: 0 !important;
    background: #ff9475 !important;
    color: #17303a !important;
    box-shadow: none !important;
}

.customer-app .customer-module-create-order .col-lg-6:first-child .single-order-option .modal-btn,
.customer-app .customer-module-create-order .col-lg-6:first-child .single-order-option .btn-primary {
    background: #006F30 !important;
}

body.customer-app #staticBackdrop .modal-dialog {
    width: min(960px, calc(100% - 32px));
    max-width: 960px;
}

body.customer-app #staticBackdrop .modal-content {
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 20px;
    background: #fff !important;
    box-shadow: 0 28px 80px rgba(10, 35, 46, 0.22);
}

body.customer-app #staticBackdrop .modal-header {
    display: grid;
    grid-template-columns: auto minmax(260px, 1fr) auto;
    align-items: center;
    gap: 24px;
    min-height: 96px;
    padding: 20px 28px;
    border-bottom: 1px solid #e4ebe8;
}

body.customer-app #staticBackdrop .modal-title {
    margin: 0;
    color: #17303a;
    font-size: 22px;
    white-space: nowrap;
}

body.customer-app #staticBackdrop .form-inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

body.customer-app #staticBackdrop .form-inner input {
    width: 100%;
    height: 46px;
    padding: 0 66px 0 18px;
    border: 1px solid #dce5e1;
    border-radius: 12px;
    background: #f7faf8;
    color: #17303a;
    outline: 0;
}

body.customer-app #staticBackdrop .form-inner button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 0 12px 12px 0;
    background: #e7f6f0;
}

body.customer-app #staticBackdrop .form-inner button img {
    width: 17px;
    height: 17px;
}

body.customer-app #staticBackdrop .btn-close {
    position: static;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: #f0f5f3;
    color: #17303a;
    opacity: 1;
}

body.customer-app #staticBackdrop .modal-body {
    max-height: 62vh;
    padding: 24px 28px 28px;
    overflow-y: auto;
}

body.customer-app #staticBackdrop .specificationList {
    margin-bottom: 0 !important;
}

body.customer-app #staticBackdrop .single-specification {
    display: flex;
    flex-direction: column;
    min-height: 205px;
    padding: 22px;
    border-radius: 15px;
    background: #f8faf9;
}

body.customer-app #staticBackdrop .single-specification .title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

body.customer-app #staticBackdrop .single-specification .title h4 {
    min-width: 0;
    margin: 0;
    color: #17303a;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
}

body.customer-app #staticBackdrop .single-specification .bookmar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 9px;
    background: #e7f6f0;
    color: #006f30;
    cursor: pointer;
}

body.customer-app #staticBackdrop .single-specification .edit-btn-and-time {
    display: flex;
    align-items: center;
    min-height: 28px;
    margin-top: 12px;
}

body.customer-app #staticBackdrop .single-specification .time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #5f737d;
    font-size: 12px;
}

body.customer-app #staticBackdrop .single-specification .time img {
    width: 15px;
    height: 15px;
}

body.customer-app #staticBackdrop .price-and-select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

body.customer-app #staticBackdrop .price-and-select-btn .price p {
    margin: 0;
    color: #17303a;
    font-size: 17px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .price-and-select-btn .price p span {
    color: #71828a;
    font-size: 12px;
    font-weight: 400;
}

body.customer-app #staticBackdrop .select-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 40px;
    padding: 9px 16px;
    border: 0;
    border-radius: 9px;
    background: #103441;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

body.customer-app #staticBackdrop .select-btn a:hover {
    background: #006f30;
    color: #fff;
}

body[class*="customer-route-order"] .order-form-wrapper .eg-wrapper::before,
body[class*="customer-route-specification"] .order-form-wrapper .eg-wrapper::before {
    display: none;
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) > .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
    margin: 0;
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .select-wrap {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .single-service-card {
    height: 100%;
    max-width: none;
    overflow: visible;
    border-radius: 15px;
    background: #fff;
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .service-card-img {
    display: flex;
    min-height: 205px;
    flex-direction: column;
    overflow: hidden;
    border-radius: 14px;
    background: #f7faf8;
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .service-card-img > img {
    width: 100%;
    min-height: 155px;
    flex: 1;
    object-fit: contain;
    padding: 18px;
    border-radius: 14px 14px 0 0;
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .service-card-content,
body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .select-wrap.selected .service-card-content {
    min-height: 54px;
    padding: 13px 12px;
    background: #edf4f0;
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .service-card-content h6,
body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .select-wrap.selected .service-card-content h6 {
    color: #223a44 !important;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .select-wrap.selected .single-service-card {
    border-color: #006f30;
    box-shadow: 0 0 0 3px rgba(7, 134, 111, 0.12), 0 12px 26px rgba(16, 47, 61, 0.08);
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .select-wrap.selected .service-card-content {
    background: #dff3eb;
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .service-card-img .check-box {
    top: 11px;
    right: 11px;
    width: 28px;
    height: 28px;
    border: 1px solid #cbd9d4;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 12px rgba(16, 47, 61, 0.1);
}

body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .select-wrap .service-card-img .check-box {
        top: 0px;
    right: 0px;
    z-index: 9;
}
body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .select-wrap.selected .service-card-img .check-box {
    border-color: #006f30;
    background: #006f30;
        top: 0px;
    right: 0px;
    z-index: 9;
}
.order-form-wrapper .note-and-btn .note p span{
    color: #006f30;
}
body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .service-card-img .check-box img {
    width: 12px;
    height: 12px;
    padding: 0;
}

body[class*="customer-route-order"] .order-form-wrapper .tab > .row > .col-md-8 > .eg-wrapper {
    height: auto;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap > .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap > .row > .select-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .step-card {
    width: 100%;
    height: 100%;
    min-height: 225px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dce5e1;
    border-radius: 15px;
    background: #fff;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .step-card > br {
    display: none;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .step-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 158px;
    padding: 16px;
    background: #f7faf8;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .step-img > img {
    width: 118px;
    height: 118px;
    object-fit: contain;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .step-content {
    min-height: 66px;
    padding: 13px 10px;
    background: #fff;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .step-content h6 {
    margin-bottom: 3px;
    color: #223a44;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .step-content p {
    margin: 0;
    color: #667985;
    font-size: 12px;
    line-height: 1.35;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .check-box {
    top: 11px;
    right: 11px;
    bottom: auto;
    left: auto;
    width: 28px;
    height: 28px;
    transform: none;
    border: 1px solid #cbd9d4;
    border-radius: 50%;
    background: #fff;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .select-wrap.selected .step-card {
    border-color: #006f30;
    box-shadow: 0 0 0 3px rgba(7, 134, 111, 0.12);
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .select-wrap.selected .step-img {
    background: #e7f6f0;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .select-wrap.selected .check-box {
    border-color: #006f30;
    background: #006f30;
}

body[class*="customer-route-order"] .order-form-wrapper .step-wrap .select-wrap.selected .step-content,
body[class*="customer-route-order"] .order-form-wrapper .step-wrap .select-wrap.selected .step-content h6 {
    color: #17303a !important;
    background: #fff;
}

body[class*="customer-route-order"] .order-form-wrapper .tab > .row > .col-md-4 {
    align-self: flex-start;
}

body[class*="customer-route-order"] .order-form-wrapper .tab > .row > .col-md-4 > .summary-table-wrapper {
    position: sticky;
    top: 88px;
    height: auto !important;
    min-height: 0;
    padding: 24px;
    overflow: visible;
    border-top: 1px solid #dce5e1;
}

body[class*="customer-route-order"] .order-form-wrapper .summary-table-wrapper .summary-table {
    width: 100%;
    margin-bottom: 0;
    table-layout: fixed;
}

body[class*="customer-route-order"] .order-form-wrapper .summary-table-wrapper .summary-table tr td {
    display: table-cell;
    width: 50%;
    padding: 11px 0;
    vertical-align: top;
    border-bottom: 1px solid #e3eae7;
    color: #5e7079;
    font-size: 13px;
    line-height: 1.35;
}

body[class*="customer-route-order"] .order-form-wrapper .summary-table-wrapper .summary-table tr td:last-child {
    text-align: right;
    white-space: nowrap;
}

body[class*="customer-route-order"] .order-form-wrapper .summary-table-wrapper .total-price {
    min-height: 84px;
    height: 84px;
    margin: 22px 0 0;
    border-radius: 12px;
    background: #103441;
}

body[class*="customer-route-order"] .order-form-wrapper .summary-table-wrapper .total-price::before,
body[class*="customer-route-order"] .order-form-wrapper .summary-table-wrapper .total-price::after {
    display: none;
}

body[class*="customer-route-order"] .order-form-wrapper .summary-table-wrapper .total-price h3 {
    width: auto;
    height: auto;
    color: #fff;
    font-size: 27px;
    background: transparent;
}

@media (min-width: 1400px) {
    body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) > .row {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    body[class*="customer-route-order"] .order-form-wrapper .step-wrap > .row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.customer-app #staticBackdrop .modal-header {
        grid-template-columns: 1fr auto;
        gap: 14px;
    }

    body.customer-app #staticBackdrop .modal-header > div {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    body[class*="customer-route-order"] .order-form-wrapper .step-wrap > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[class*="customer-route-order"] .order-form-wrapper .tab > .row > .col-md-4 > .summary-table-wrapper {
        position: static;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .customer-app .customer-module-create-order > .row:nth-child(2) .eg-wrapper,
    .customer-app .customer-module-create-order .single-order-option {
        padding: 20px !important;
    }

    body.customer-app #staticBackdrop .modal-dialog {
        width: calc(100% - 20px);
    }

    body.customer-app #staticBackdrop .modal-header,
    body.customer-app #staticBackdrop .modal-body {
        padding: 18px;
    }

    body.customer-app #staticBackdrop .price-and-select-btn {
        align-items: flex-start;
        flex-direction: column;
    }

    body.customer-app #staticBackdrop .select-btn,
    body.customer-app #staticBackdrop .select-btn a {
        width: 100%;
    }

    body[class*="customer-route-order"] .order-form-wrapper .step-wrap > .row {
        grid-template-columns: 1fr;
    }

    body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) > .row {
        grid-template-columns: 1fr;
    }

    body[class*="customer-route-order"] .order-form-wrapper .service-area:not(.two) .service-card-img {
        min-height: 185px;
    }
}
body .login-signup-wrap form {
    padding: 60px 70px;
    margin: 30px 60px;
}

@media (max-width: 1600px) {
    body .login-signup-wrap form {
        padding: 30px 30px;
        margin: 20px 15px;
        max-width: none;
        width: auto;
    }
    .login-signup-wrap form .form-title{
        margin-bottom: 20px;
    }
    .login-signup-wrap form .form-inner2.mb-25{
        margin-bottom: 12px;
    }
    .login-signup-wrap form .form-agreement.d-flex.justify-content-between.flex-wrap.mb-25{
        margin-bottom: 12px;
    }
    .login-signup-wrap form .form-inner2.mb-40{
        margin-bottom: 15px;
    }
    .login-signup-wrap form .or-divider {
        margin-top: 20px;
        margin-bottom: 25px;
    }
}
