@font-face {
    font-family: "LT-Wave";
    src: url(/font/LTWave-Regular.otf);
}

@font-face {
    font-family: "LT-Wave";
    src: url(/font/LTWave-Regular.otf);
}


.User-Dashboard {
    margin-top: 140px;
}


.dash-tabs .nav-link {
    background-color: #cadc2b;
    color: #000;
    font-family: "LT-Wave";
    font-size: 20px;
    padding: 20px 14px;
}

.dash-tabs .nav-link.active,
.dash-tabs .show>.nav-link {
    background-color: #212529 !important;
}

.dash-tabs {
    gap: 18px;
    width: 230px;
}

.Tab-container {
    background-color: #faebd763;
    border-radius: 10px;
    padding: 30px 30px;
    border-top: 2px solid #cadc2b;
    width: 760px !important;
}

.dashboard-content h2 {
    font-family: "Lt-wave";
    font-size: 24px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}

.dashboard-content h3 {
    font-family: "Lt-wave";
    font-size: 20px;
    margin-bottom: 30px;
    color: #000;
}

.dashboard-content p {
    font-family: "Lt-wave";
    font-size: 18px;
    color: #000;
}

.dashboard-content ul li {
    font-family: "Lt-wave";
    font-size: 18px;
    list-style: circle;
    color: #000;
    margin-bottom: 10px;
}

.dashboard-content span {
    font-family: "Lt-wave";
    font-size: 20px;
    color: #cadc2b;
    font-weight: 600;
}

.No-Order {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.No-Order h3 {
    margin-bottom: 0px;
}

.No-Order a {
    background-color: #cadc2b;
    color: #000;
    font-family: "Lt-wave";
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}

.Order-table {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    width: 100%;

}

.Order-table table {
    width: 100%;
    border-collapse: collapse;
}

.Order-table th {
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    color: #000;
    font-size: 18px;
    font-family: "Lt-wave";
    font-weight: 600;
}

.Order-table td {
    padding-top: 20px;
    font-size: 16px;
    font-family: "Lt-wave";
}

.Order-table th:nth-child(2) {
    width: 53%;
}

.Dash-Address {
    background-color: #fff;
    padding: 30px;
}


button.Update-detail-btn {
    background-color: #cadc2b;
    color: #000;
    font-family: "Lt-wave";
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    border: none;
}

.form-control {
    padding: 12px;
}

@media (min-width: 1400px) {
    .User-Dashboard .container {
        max-width: 1140px;
    }
}


@media (max-width:1024px) {


    .Tab-container {
        width: 100% !important;
    }

    .dash-tabs .nav-link {
        font-size: 15px;
        padding: 20px 4px;
    }

    .Order-table {
        overflow: hidden;
    }


    .table-parent {
        width: 490px;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .Order-table table {
        min-width: 550px;
    }
}

@media (max-width: 767px) {
    .User-Dashboard {
        margin-top: 20px;
    }

    nav {
        width: 100% !important;
    }

    div#v-pills-tab {
        width: 100%;
        gap: 0;
    }

    div#v-pills-tab button {
        border-radius: 0;
        padding: 10px 0;
    }

    div#v-pills-tab button:first-child {
        border-radius: 10px 10px 0 0;
    }

    div#v-pills-tab button:last-child {
        border-radius: 0 0 10px 10px;
        margin-bottom: 20px;
    }

    div#v-pills-tab button:not(:last-child) {
        border-bottom: 1px solid #000;
    }

    .dashboard-content h3 {
        font-size: 17px;
    }

    .dashboard-content h2 {
        font-size: 22px;
    }

    .dashboard-content p,
    .dashboard-content ul li {
        font-size: 15px;
    }

    div#v-pills-tabContent {
        margin-bottom: 30px;
    }

    .No-Order {
        flex-direction: column;
        gap: 10px 0px;
    }

    .No-Order a {
        padding: 10px 30px;
        font-size: 14px;
    }

    .Order-table th {
        font-size: 14px;
    }

    .Order-table td {
        font-size: 12px;
    }

    .Tab-container {
        padding: 30px 20px;
    }

    .Account-Form .col-md-6 {
        padding: 0 0;
    }

    .Account-Form form {
        padding: 0 0 !important;
    }

    .Account-Form .row {
        padding: 0 10px !important;
    }
}