.academic-details-wrapper {
    &__header {
        width: 100%;
        min-height: 173px;
        background: #ffffff;
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        padding: 17px 30px;
        margin-bottom: 15px;

        .vertical-divider {
            height: 42px;
            width: 1px;
            background: #e4e4e4;
            margin: 0 25px;
        }
    }
    &__content {
        width: 100%;
        min-height: 367px;
        background: #ffffff;
        box-shadow: 0px 3px 15px #85858529;
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        padding: 17px 30px;

        .ant-table-thead > tr > th {
            background-color: #fff !important;
        }
        .ant-table-thead > tr > th:before {
            background-color: transparent !important;
        }
    }

    // tabs
    // .ant-primary-tabs {
    //     .ant-tabs-nav-list {
    //         width: 100%;
    //     }
    // }
    // .academic-record-page-card {
    //     padding: 32px 26px 32px 0 !important;
    // }

    // .course-record-wrapper {
    //     .primary-table-wrapper {
    //         min-height: 516px !important;
    //     }
    //     .primary-search {
    //         width: 252px !important;
    //     }
    // }
}