/* your custom style goes here */
.hide-details {
    display: none;
}
/* =========================================================
   FRONTEND PROFILE / DASHBOARD - WIDER CONTENT
   ========================================================= */

@media (min-width: 992px) {
    .profile .panel-body {
    padding-right: 0 !important;
}

    .profile > .container {
        width: calc(100% - 30px);
        max-width: 1600px;
    }

    .profile > .container > .row {
        display: flex;
        flex-wrap: nowrap;
    }

    .profile > .container > .row > .col-lg-3 {
        flex: 0 0 265px;
        max-width: 265px;
    }

    .profile > .container > .row > .col-lg-9 {
        flex: 1 1 auto;
        max-width: none;
        min-width: 0;
    }

    .profile {
        font-size: 13px;
    }

    .profile .table {
        font-size: 12px;
    }

    .profile .table th,
    .profile .table td {
        font-size: 12px;
    }

    .profile .btn {
        font-size: 12px;
    }

    .profile .form-control {
        font-size: 13px;
    }

   .profile .res-table {
    width: 100%;
    table-layout: auto;
}

.profile .res-table th,
.profile .res-table td {
    white-space: normal;
    word-break: normal;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.profile .res-table th:nth-child(1),
.profile .res-table td:nth-child(1) {
    width: 8%;
}

.profile .res-table th:nth-child(2),
.profile .res-table td:nth-child(2) {
    width: 20%;
}

.profile .res-table th:nth-child(3),
.profile .res-table td:nth-child(3) {
    width: 13%;
}

.profile .res-table th:nth-child(4),
.profile .res-table td:nth-child(4) {
    width: 15%;
}

.profile .res-table th:nth-child(5),
.profile .res-table td:nth-child(5) {
    width: 5%;
}

.profile .res-table th:nth-child(6),
.profile .res-table td:nth-child(6) {
    width: 10%;
}

.profile .res-table th:nth-child(7),
.profile .res-table td:nth-child(7) {
    width: 7%;
}

.profile .res-table th:nth-child(8),
.profile .res-table td:nth-child(8) {
    width: 7%;
}

.profile .res-table th:nth-child(9),
.profile .res-table td:nth-child(9) {
    width: 5%;
}

.profile .res-table th:nth-child(10),
.profile .res-table td:nth-child(10) {
    width: 10%;
}

}
