.user-dashbord {
    padding: 50px 0;
}

.user-sidebar {
    padding: 20px 30px;
    border: 1px solid var(--stroke);
    background-color: var(--card-secondary);
}

.user-sidebar .links li {
    border-bottom: 1px dashed var(--stroke);
    transition: all 0.3s;
}

.user-sidebar .links li:last-child {
    border-bottom: none;
}

.user-sidebar .links li:last-child a {
    padding-bottom: 0;
}

.user-sidebar .links li a {
    display: block;
    padding: 15px 0;
    color: white;
}

.user-sidebar .links li a.active,
.user-sidebar .links li:hover>a {
    color: var(--primary-color);
}

.order-details,
.account-info {
    border: 1px solid var(--stroke);
    padding: 10px 20px;
    background-color: var(--card-secondary);
    /* height: 100vw; */
}

.user-dashbord .title {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--stroke);
    margin-bottom: 20px;
}

.user-dashbord .main-info {
    overflow: hidden;
}

.user-dashbord .main-info h5 {
    margin-bottom: 15px;
}

.user-dashbord .main-info ul.list {
    float: left;
    width: 30%;
}

.user-dashbord .main-info ul.list li {
    line-height: 30px;
}

.user-dashbord .main-info ul.list li p {
    margin-bottom: 7px;
}

.user-dashbord .main-info ul.list li p span {
    font-weight: 500;
    margin-right: 20px;
}

.card-box {
    padding: 30px 20px;
    background: #6963ff;
}

.card-box:after {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 90px;
    font-weight: 600;
    color: #fff;
    opacity: 0.7;
}

.card-box.box-1:after {
    content: "\f15c";
}

.card-box.box-2:after {
    content: "\f0c0";
}

.card-box.box-3:after {
    content: "\f02e";
    font-weight: 400;
}

.card-box.box-1 {
    background: #6963ff;
}

.card-box.box-2 {
    background: #07bfa7;
}

.card-box.box-3 {
    background: #ec7424;
}

.card-box .card-info h5 {
    color: #fff;
    margin-bottom: 10px;
}

.card-box .card-info p {
    color: #fff;
}

.progress-area-step {
    margin-bottom: 60px;
    display: block;
    overflow: hidden;
}

.progress-steps li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.progress-steps li .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    margin: auto;
    background: #efefef;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    position: relative;
}

.progress-steps li.active .icon {
    background: #22b0af;
    color: #fff;
}

.progress-steps li:first-child:after {
    display: none;
}

.progress-steps li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #efefef;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px);
}

.progress-steps li .progress-title {
    padding-top: 10px;
}

.main-table .dataTables_wrapper .row:last-child,
.main-table .dataTables_wrapper .row:first-child {
    margin-bottom: 30px;
    align-items: center;
}

.main-table .dataTables_wrapper .row:last-child {
    margin-top: 20px;
}

.main-table .dataTables_wrapper input[type="search"] {
    height: 35px;
    outline: none;
}

.main-table .dataTables_wrapper input[type="search"]:focus {
    outline: none;
    box-shadow: none;
}

.main-table .dataTables_wrapper td span.pending {
    padding: 5px 10px;
    background: #22b0af;
    color: #fff;
    border-radius: 3px;
    line-height: 18px;
    font-size: 14px;
}

.main-table .dataTables_wrapper td a.btn {
    border: 1px solid #22b0af;
    color: #123212;
    background: transparent;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.3s;
}

.main-table .dataTables_wrapper td a.btn:hover {
    background: #22b0af;
    border-color: transparent;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    border-bottom: none;
    background: transparent;
    background-color: transparent;
}

.paginate_button .page-link {
    border: 1px solid #e1e1e1;
    color: #123212;
    outline: none;
    box-shadow: none;
}

.paginate_button.active .page-link {
    background-color: #22b0af !important;
    border-color: transparent;
}

.paginate_button .page-link:hover {
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    background-color: #22b0af !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 15px;
}

.view-order-page .order-info h3 {
    margin-bottom: 15px;
}

.order-info-area {
    margin-bottom: 40px;
}

.order-info-area .prinit {
    float: right;
}

.order-info-area .prinit .btn {
    background: #22b0af;
    color: #fff;
}

.order-info-area .prinit .btn i {
    margin-right: 10px;
}

.billing-add-area {
    margin-bottom: 40px;
}

.billing-add-area .main-info ul.list {
    width: 100%;
}

.product-list h5 {
    margin-bottom: 15px;
}

.payment-information h5 {
    margin-bottom: 15px;
}

.payment-information p {
    line-height: normal;
}

.edit-info-area {
    margin-top: 50px;
    overflow: hidden;
}

.edit-info-area input {
    margin-bottom: 0;
}

.edit-info-area .form-group label span {
    color: var(--danger);
}

.btn {
    background: #22b0af;
    color: #fff;
    text-transform: capitalize;
    outline: none;
}

.btn:hover,
.btn:focus {
    color: #fff;
}

.product-list table tr td b {
    line-height: 30px;
}

.product-list table tr td span {
    margin-left: 10px;
}

.product-list table tr td span.color {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #222;
}

.form_control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px;
    margin-bottom: 20px;
}

textarea.form_control {
    min-height: 200px;
}

.edit-info-area .upload-img {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.edit-info-area .upload-img .img-box {
    max-width: 100px;
    height: 100px;
}

.edit-info-area .upload-img .img-box img {
    width: 100%;
    border-radius: 50%;
}

/* image preview */

/* .file-upload-area {
	margin-left: 30px;
} */

.file-upload-area .upload-file {
    position: relative;
    cursor: pointer;
}

.file-upload-area .upload-file input {
    width: 150px;
    height: 40px;
    display: inline-block;
    opacity: 0;
    cursor: pointer;
}

.file-upload-area .upload-file span {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 40px;
    background: #22b0af;
    z-index: -1;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
}

.edit-info-area .nice-select {
    width: 100%;
    height: 50px;
    border-color: #ddd;
    border-radius: 0;
    line-height: 50px;
    margin-bottom: 20px;
}

.edit-info-area .nice-select .list {
    width: 100%;
}

.single_radio,
.single_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.single_radio span,
.single_checkbox span {
    display: inline-block;
    margin-left: 30px;
    line-height: 22px;
}

.single_input {
    display: none;
}

.single_input:checked+.single_input_label:after {
    opacity: 1;
}

.single_input:checked+.single_input_label:before {
    border-color: #22b0af;
}

.single_input_label {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.single_radio .single_input_label:after,
.single_radio .single_input_label:before {
    border-radius: 50%;
}

.single_radio .single_input_label:after {
    content: "";
    width: 14px;
    height: 14px;
    line-height: 20px;
    top: 3px;
    left: 3px;
}

.single_input_label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single_input_label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    -o-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.sigle_input_check:before {
    border-color: #ddd;
}

.sigle_input_check:after {
    background: #22b0af;
    color: #ffffff;
    border-color: #ddd;
}

@media only screen and (max-width: 991px) {
    .card-box .card-info h5 {
        font-size: 18px;
    }

    .card-box:after {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .progress-steps li:first-child::after {
        display: block;
    }

    .progress-steps li::after {
        width: 3px;
        height: calc(100% - 30px);
        top: 30px;
        left: 15px;
    }

    .progress-steps li:last-child:after {
        display: none;
    }

    .progress-steps li .progress-title {
        padding-left: 20px;
    }

    .progress-steps li {
        display: flex;
        width: 100%;
        float: unset;
        text-align: left;
        padding-bottom: 20px;
    }

    .progress-steps li .icon {
        margin: 0;
    }

    .billing-add-area .main-info {
        margin-bottom: 30px;
    }

    .dataTables_length {
        margin-bottom: 20px;
    }

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        float: none;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        margin-top: 20px;
    }

    .order-info-area .prinit {
        float: none;
        margin-top: 20px;
    }

    .user-dashbord .main-info ul.list {
        width: 50%;
    }

    .billing-add-area .main-info ul.list {
        width: 100%;
    }

    .card-box:after {
        font-size: 100px;
    }
}

/* support ticket css start */
.support-ticket-area {
    margin-top: 30px;
    overflow: hidden;
}

.note-editor .note-toolbar .note-btn-group .note-btn.btn-light {
    color: #212529;
}

.dashboard-area .user-profile-details .account-info .main-info {
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.main-info .subject {
    display: flex;
    justify-content: space-between;
}

.dashboard-area .user-profile-details .account-info .main-info .subject h5 {
    padding-top: 5px;
}

.dashboard-area .user-profile-details .account-info .main-info .subject div .date-time {
    font-size: 75%;
    font-weight: 700;
    margin-inline-start: 10px;
}

.dashboard-area .user-profile-details .account-info .main-info .attachment a i {
    margin-inline-end: 10px;
}

.messages {
    max-height: 600px;
    overflow-y: scroll;
}

.messages::-webkit-scrollbar {
    width: 5px;
}

.messages::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 20px;
}

.single-message {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 20px;
    max-width: 98%;
}

.single-message:last-child {
    margin-bottom: 0px;
}

.single-message .user-details {
    display: flex;
    align-items: flex-start;
}

.single-message .user-details img {
    width: 100%;
}

.single-message .user-img {
    overflow: hidden;
    width: 65px;
    margin-inline-end: 24px;
    border-radius: 50%;
    border: 5px solid #fff;
}

.single-message .user-infos span {
    display: block;
}

.single-message .user-infos span {
    color: #666666;
    font-weight: 400;
}

.single-message .user-infos span.badge {
    color: #fff;
}

.single-message .user-infos span.type {
    margin: 8px 0px;
}

.single-message .message {
    margin-top: 10px;
    color: #666666;
}

.single-message .reply-download-btn {
    margin-top: 10px;
    display: inline-block;
    color: var(--primary-color);
    font-weight: 600;
}

.single-message .reply-download-btn i {
    margin-inline-end: 7px;
}

.events-carousel {
    position: relative;
}

.events-carousel .slick-prev,
.events-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
}

.events-carousel .slick-prev {
    left: -14px;
}

.events-carousel .slick-next {
    right: -14px;
}

/* Badge de countdown no card */
.card-countdown {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 5;
    background: rgba(0, 0, 0, .65);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    padding: 6px 8px;
    backdrop-filter: blur(2px);
}

.card-countdown .cd-line {
    display: flex;
    gap: 6px;
    align-items: center
}

.card-countdown .cd-box {
    min-width: 42px;
    text-align: center
}

.card-countdown .cd-box strong {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #fff
}

.card-countdown .cd-box small {
    display: block;
    font-size: 10px;
    color: #cfd3dc
}

.event-card-dashboard-user {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    transition: transform .25s;
    background: #000;
    height: 100%
}

.event-card-dashboard-user:hover {
    transform: translateY(-3px)
}

.event-card-dashboard-user img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform .5s
}

.event-card-dashboard-user:hover img {
    transform: scale(1.03)
}

.event-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 14px 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .15));
    color: #fff
}

.event-overlay h6 {
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 6px;
    line-height: 1.25
}

.event-overlay p {
    font-size: 12px;
    color: #ddd;
    margin: 0 0 6px
}

.event-overlay .btn {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 8px
}

.fav-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    background: rgba(255, 255, 255, .95);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333
}

.fav-btn:hover,
.fav-btn.active {
    background: var(--primary-color);
    color: #fff
}

.slick-prev,
.slick-next {
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}

.slick-prev:hover,
.slick-next:hover {
    background: var(--primary-color);
    color: #fff
}

.slick-prev:before,
.slick-next:before {
    display: none
}

.empty-state {
    padding: 24px;
    border: 1px dashed #ddd;
    border-radius: 12px;
    color: #666;
    text-align: center
}

.stats-row {
    margin-top: 18px;
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 14px;
    padding: 16px 18px;
    background: var(--primary-color);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    transition: transform .2s, box-shadow .2s;
    height: 100%;
}

.stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--primary-color);
    flex: 0 0 44px;
}

.stat-icon.blue {
    background: #ffff;
}

.stat-icon.green {
    background: #ffff;
}

.stat-icon.purple {
    background: #ffff;
}

.stat-meta {
    line-height: 1.1
}

.stat-label {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 2px;
}

.stat-link {
    text-decoration: none;
    color: inherit
}