.user-dash-tickets-header-boxes {
    position: relative;
    padding: 1vw;
    width: 100%;
    min-height: 10vw;
    justify-content: space-between!important;
}

.user-dash-tickets-header-boxes a.btn {
    margin-left: 8vw;
    padding: 1vw;
    border-radius: 0.55vw;
    height: 3.75vw;
    background-color: var(--blue2);
    color: var(--light-font);
    gap: 0.75vw;
    font-size: 0.9vw;
    font-weight: 500;
    transition: all 0.25s;
    position: relative;
}

.user-dash-tickets-header-boxes a.btn:hover {
    filter: brightness(1.2);
}

.user-dash-tickets-header-boxes a.btn i {
    font-size: 1.4vw;
}

.user-dash-tickets-header-cards {
    padding: 1vw;
    width: 70%;
    gap: 1vw;
    position: relative;
    justify-content: start!important;
}

.user-dash-tickets-header-cards::before {
    content: "";
    width: 0.1vw;
    height: 5vw;
    background-color: silver;
    border-radius: 0.1vw;
    position: absolute;
    right: -4.5vw;
    filter: brightness(1) !important;
}

.user-dash-tickets-header-card {
    padding: 0.5vw;
    width: 32%;
    height: 3.75vw;
    border-radius: 0.6vw;
    position: relative;
    justify-content: start!important;
    box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.2);
    gap: 1vw;
    color: var(--dark-font) !important;
}

.user-dash-tickets-header-card i {
    font-size: 1.5vw;
    width: 2.7vw;
    height: 2.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(192, 192, 192, 0.5);
    border-radius: 0.5vw;
}

.user-dash-tickets-header-card:nth-child(1) {
    background-color: rgba(255, 136, 0, 0.75);
}

.user-dash-tickets-header-card:nth-child(2) {
    background-color: rgba(123, 255, 0, 0.75);
}

.user-dash-tickets-header-card:nth-child(3) {
    background-color: rgba(255, 0, 68, 0.75);
}

.user-dash-tickets-header-card div {
    align-items: start!important;
    gap: 0.1vw;

}

.user-dash-tickets-header-card div h4 {
    font-size: 1.2vw;
    font-weight: bold;
}

.user-dash-tickets-header-card div h4 span {
    font-family: Vazir, sans-serif;
}

.user-dash-tickets-header-card div h5 {
    font-size: 0.7vw;
    font-weight: 500;
}

ul.user-dash-all-tickets {
    padding: 1vw;
    width: 98.5%;
    min-height: 10vw;
    position: relative;
    justify-content: start!important;
    gap: 0.4vw;
}

ul.user-dash-all-tickets li {
    width: 100%;
    position: relative;
}

ul.user-dash-all-tickets li a {
    width: 100%;
    padding: 1vw;
    gap: 1vw;
    justify-content: space-between!important;
    border-radius: 0.6vw;
    box-shadow: 0 0 0.75vw rgba(0, 0, 0, 0.2);
    transition: all 0.25s;
}

ul.user-dash-all-tickets li a:hover {
    transform: scale(1.01);
}

body.dark ul.user-dash-all-tickets li a {
    box-shadow: 0 0 0.75vw rgba(0, 0, 0, 0.6);
}

ul.user-dash-all-tickets li a h3 {
    font-size: 0.95vw;
    gap: 0.5vw;
    font-weight: 500;
}

ul.user-dash-all-tickets li a h3 span {
    font-weight: normal;
    font-family: Vazir, sans-serif;
}

ul.user-dash-all-tickets li .details {
    width: 30%;
    gap: 1vw;
    position: relative;
    justify-content: end!important;
}

ul.user-dash-all-tickets li .details span.date-ticket {
    font-family: Vazir, sans-serif;
    font-size: 0.85vw;
    direction: ltr;
}

ul.user-dash-all-tickets li .details .ticket-label {
    padding: 0.1vw 0.35vw;
    min-width: 6vw;
    font-weight: normal;
    font-size: 0.72vw;
    border: 0.1vw solid;
    border-radius: 0.35vw;
}

ul.user-dash-all-tickets li .details .ticket-label.answered {
    border-color: #00e1ae;
    background-color: rgba(163, 215, 202, 0.2);
    color: #00b08c;
}

ul.user-dash-all-tickets li .details .ticket-label.waiting {
    border-color: #ff9900;
    background-color: rgba(227, 220, 205, 0.2);
    color: #ff9900;
}

ul.user-dash-all-tickets li .details .ticket-label.closed {
    border-color: #ff0000;
    background-color: rgba(227, 205, 205, 0.2);
    color: #ff0000;
}

@media screen and (max-width: 450px) {
    .user-dash-tickets-header-boxes {
        margin-top: 5vw;
        padding: 2vw;
        width: 100%;
        min-height: 10vw;
        justify-content: space-between!important;
        flex-direction: column!important;
        gap: 6vw;
    }

    .user-dash-tickets-header-boxes a.btn {
        transform: scale(2.75);
        margin: 0!important;
    }

    .user-dash-tickets-header-cards {
        padding: 2vw;
        width: 95%;
        gap: 2vw;
        flex-wrap: wrap!important;
        justify-content: center!important;
    }

    .user-dash-tickets-header-cards::before {
        display: none!important;
    }

    .user-dash-tickets-header-card {
        padding: 1.5vw;
        width: 47%;
        height: 12vw;
        border-radius: 2vw;
        box-shadow: 0 0 2.5vw rgba(0, 0, 0, 0.2);
        gap: 2vw;
    }

    .user-dash-tickets-header-card i {
        font-size: 4.5vw;
        width: 8vw;
        height: 8vw;
        border-radius: 1.5vw;
    }

    .user-dash-tickets-header-card div {
        gap: 0.2vw;

    }

    .user-dash-tickets-header-card div h4 {
        font-size: 4vw;
    }

    .user-dash-tickets-header-card div h5 {
        font-size: 2.7vw;
        font-weight: 500;
    }

    ul.user-dash-all-tickets {
        padding: 2vw!important;
        min-height: 100vw;
        gap: 1.4vw;
    }

    ul.user-dash-all-tickets li a {
        width: 100%;
        padding: 2vw;
        gap: 2vw;
        justify-content: space-between!important;
        border-radius: 2.6vw;
        box-shadow: 0 0 2.75vw rgba(0, 0, 0, 0.2);
    }

    body.dark ul.user-dash-all-tickets li a {
        box-shadow: 0 0 2.75vw rgba(0, 0, 0, 0.6);
    }

    ul.user-dash-all-tickets li a h3 {
        font-size: 2.95vw;
        gap: 1.5vw;
    }

    ul.user-dash-all-tickets li a h3 span {
        font-weight: normal;
        font-family: Vazir, sans-serif;
        font-size: 2.8vw;
    }

    ul.user-dash-all-tickets li .details {
        gap: 2vw;
        flex-direction: column!important;
    }

    ul.user-dash-all-tickets li .details span.date-ticket {
        font-size: 2.85vw;
    }

    ul.user-dash-all-tickets li .details .ticket-label {
        padding: 0.3vw 0.5vw;
        min-width: 6vw;
        font-weight: normal;
        font-size: 2.72vw;
        border: 0.3vw solid;
        border-radius: 1vw;
    }

}


