@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

html {
    font-size: 100%;
    font-family: 'Ubuntu', sans-serif;
}

label, button, a, p, small, textarea, input, li, dt, dd, h1, h2, h3, h4, h5, h6, td, th {
    font-family: 'Ubuntu', sans-serif;
}

.select2-container {

    width: 100% !important;
}

.form-select {
    text-transform: capitalize;
}

.form-select option {
    text-transform: capitalize;
}

.courses-b {
    background: #ffffff;
    min-height: 100vh;
    padding: 5% 0;
    width: 80%;
    max-width: 90%;
    margin: auto;
}
#students td {
    font-size: 12px;
    padding:0.1rem 0.1rem !important;
}
.course {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    flex-wrap: wrap;
    justify-content: space-between;
}
#crsreq-table td{
    padding-right: 1rem !important;
    padding-bottom: 0.5rem !important;
    border: 0;
}

#crsreq-table th{
    padding-left: 0;
}

#course-requirements td{
    font-size: 20px;
    padding:0.2rem 0.4rem !important;
    line-height: 2;
    vertical-align: middle;
}

.course:first-child {
    border-top: none;
}

.course p {
    margin: 0;
    font-size: 0.85rem;
    padding: 8px 15px;
    border-radius: 7px;
    color: #fff;
    background-color: #FDC453;
    border-color: #FDC453;
    font-weight: 400;
    display: inline;
    float: right;
}

.right {
    text-align: right;
}

.course div {
    flex: 1 0 48%;
    max-width: 48%;
}

.course .full {
    flex: 1 0 100%;
    max-width: 100%;
}

.course input,
.course select,
.course span {
    margin: 3px 0 15px 0;
}

.course .select2-selection__choice__remove span {
    color: #fff !important;
}

.course .select2-selection__choice__remove:hover {
    background-color: rgba(245, 168, 62, 1) !important;
}

.course div label {
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
}


.space {
    margin: 40px auto;
}

header {
    height: 80px;
    background: #1F1F1F;
}
header > div{
    max-width: 90% !important;
    padding: 0;
}
header a, header button, header p, header li, header h1, header h2, header h3, header h4, header h5, header h6{
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
}
header a:hover, header button:hover, header svg:hover {
    color:rgba(160, 160, 160, 0.807);
}
courses-b > .container{
    max-width: 90% !important;
}

a.no-deco {
    text-decoration: none;
}

h2 small {
    font-weight: 300;
    font-size: 0.875rem;
}

.card-header {
    background-color: #fff;
    padding:2rem 1rem 0.4rem;
    border-bottom: 0;
    border-radius: 25px !important;;
}



.course h3 {
    font-size: 1.25rem;
    color: #262626;
    margin-bottom: 5px;
}

.course h4 {
    font-size: 1rem;
    color: #262626;
    opacity: 0.7;
    font-weight: 300;
}

.standard-btn,
.standard-btn.add,
.standard-btn.remove {
    padding: 11px 24px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    background: #EAEAEA;
    color: #252525;
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

.standard-btn i {
    margin-right: 5px;
}

.standard-btn.add {
    background: #17B4A1;
    color: #fff;
}

.standard-btn.remove {
    background: #d35451;
    color: #fff;
}

.standard-btn.remove:hover {
    background: #8b3635;
    color: #fff;
    cursor: pointer;
}

a:disabled {
    opacity: 0.6;
}

p.small.text-muted {
    margin-bottom: 0;
}

.pagination {
    margin-bottom: 0 !important;
}

.pagination li.page-item.active .page-link {
    background: #17B4A1 !important;
    color: #fff;
    border-color: #17B4A1;
}

.pagination li.page-item a {
    color: #252525 !important;
    text-decoration: none !important;
}

.standard-btn:hover {
    background: #bababa;
    color: #252525;
    border: none;
    cursor: pointer;
}

.standard-btn.add:hover {
    background: #0f7a6e;
    border: none;
    cursor: pointer;
    color: #fff;
}

.standard-btn.update {
    background: #17B4A1;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 7px;
    border: none;
}

.standard-btn.update:hover {
    background: #0f7a6e;
    color: #fff;
    cursor: pointer;
}

.btn {
    margin: 10px 0;
    padding: 10px 20px;
    color: #fff;

    border-radius: 7px;
    text-decoration: none;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

.standard-btn-left {
    display: inline-block;
    margin: 10px 0;
    padding: 12px 15px;
    background:  #0d6efd;
    color: #fff;
    border: 2px solid  #0d6efd;
    border-radius: 7px;
    text-decoration: none;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}
a.small-btn{
    display: inline-block;

    margin: 0 0;
    padding: 12px 15px;
    background: #0d6efd;
    color: #fff;
    font-size: 0.6rem;
    border: 2px solid #0d6efd;
    border-radius: 7px;
    text-decoration: none;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}
a.left-float {
    float: right !important;
    background: transparent;
    border: 2px solid #17B4A1;
    border-radius: 7px;
    color: #000;
    margin-right: 10px;
}

.pill-status-aktiv{
    display: none;
}
.pill-status-inaktiv{
    font-size: 10px;
    background: grey;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.pill-status-permisjon{
    font-size: 10px;
    background: orange;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.pill-status-sluttet{
    font-size: 10px;
    background: #eb6269;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.student-view-status-aktiv{
    display: inline-block;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    top: -4px;
    left: 10px;
    background: #17B4A1;
    color: white;
    padding: 5px 15px;
    border-radius: 7px;
    margin:auto
}
.student-view-status-inaktiv{
    font-size: 14px;
    background: grey;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
        margin:auto
}
.student-view-status-permisjon{
    font-size: 14px;
    background: orange;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
        margin:auto
}
.student-view-status-sluttet{
    font-size: 14px;
    background: #eb6269;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
        margin:auto
}

.student-status-inaktiv,.student-status-permisjon,.student-status-sluttet{
    background-color: #eaeaea;
}

.utility-btn{
    line-height: 1 !important;
    display:inline-block;
    text-decoration: none;
    padding: 10px 15px;
    background: transparent;
    color: #252525;
    font-weight: 600;
    border: 2px solid #17B4A1;
    border-radius: 7px;
    text-decoration: none;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

.utility-btn i {
    color: #17B4A1;
}

.utility-btn.prev {
    border: 2px solid #EAEAEA;
}

.utility-btn.next {
    margin-left: 10px;
}

.utility-btn:hover{
    color: white;
    background: #17B4A1;
}

.utility-btn:hover i {
    color: #fff;
}

td button,
td a {
    vertical-align: unset !important;
}

.utility-btn.prev:hover {
    color: #252525;
    background: #b4b4b4;
    border-color: #b4b4b4;
}

.standard-btn.save-comment {
    float: right;
    background: #17B4A1;
    border: 2px solid #17B4A1;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: #fff;
    border-radius: 7px;
    padding: 11px 24px;
}

.standard-btn.save-comment:hover {
    color: #fff;
    background: #0f7a6e;
    border: 2px solid #0f7a6e;
    cursor: pointer;
}

.standard-btn.upload-file {
    float: right;
    background: #17B4A1;
    border: 2px solid #17B4A1;
    color: #fff;
    border-radius: 7px;
    padding: 11px 24px;
    font-weight: 600;
}

tr.student-status-inaktiv td,tr.student-status-inaktiv td,tr.student-status-sluttet td {
    background: #b1b1b1;
}

.standard-btn.upload-file:hover {
    cursor: pointer;
    background: #0f7a6e;
    border: 2px solid #0f7a6e;
}

#file-upload-form input[type="file"] {
    display: none;
}

#file-upload-form .custom-file-upload {
    border: 2px solid #17B4A1;
    padding: 11px 24px;
    color: #252525;
    background: transparent;
    border-radius: 7px;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
}

#file-upload-form .custom-file-upload:hover {
    background: #17B4A1;
    cursor: pointer;
}

input[type="file"]:hover {
    background: #17B4A1;
    cursor: pointer;
}

.import-students th{
    font-size: .75rem;
    min-width: 90px;
    text-wrap:nowrap;
}
.import-students th:nth-last-child(-n +5){
    min-width: 50px;
}
.import-students thead > tr > th:nth-child(9), .import-students thead > tr > th:nth-child(18){
    min-width: 50px;
}
.import-students input{
    font-size: .7rem !important;
    text-wrap:nowrap;
}
.import-students tfoot td button{
    font-size: 1rem !important;
    text-wrap:nowrap;
}
.import-students tfoot td {
    border:none;
}
.import-students thead > tr > th:nth-child(6){
    min-width: 160px;
}
.import-students button.remove,.import-students button.add{
    padding:3px 10px
}
a.left-float:hover {
    background: #2ecc71;
    border: 2px solid #2ecc71;
}

.select-wrapper-courses {
    display: flex;
    align-items: center;
    gap: 0;
}

.select-wrapper-courses select {
    flex: 1 0 80%;
    max-width: 80%;
    width: 80%;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select-wrapper-courses .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select-wrapper-courses a {
    flex: 1 0 20%;
    max-width: 20%;
    width: 20%;
    margin-top: 0 !important;
    padding: 7px;
    text-align: center;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


.course-row{
    border-top: 1px solid black;
}
.course-row:first-child{
    border-top: none;
}
#students-course td{
    font-size: 16px;
    vertical-align: middle;
}
#students-course button{
    padding: 9px 24px;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.secondary-grey-btn {
    line-height: 1 !important;
    display: inline-block;
    padding: 10px 25px;

    background: #EAEAEA;
    color: #000;
    border: 2px solid #EAEAEA;
    border-radius: 7px;
    text-decoration: none;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}
.secondary-grey-btn:hover{
    background:#dfdfdf;
    color: #000;
}
.grey-btn {
    line-height: 1 !important;
    display: inline-block;
    padding: 10px 25px;
    background: transparent;
    color: #000;
    border: 2px solid #EAEAEA;
    border-radius: 7px;
    text-decoration: none;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}
.green-btn {
    line-height: 1 !important;
    display: inline-block;
    padding: 10px 25px;
    background: #17B4A1;
    color: #fff;
    border: 2px solid  #17B4A1;
    border-radius: 7px;
    text-decoration: none;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}
.grey-btn:hover{
    border: 2px solid #17B4A1;

}

.spatious-input{
    margin: 5px 0 15px 0;
    border-radius: 7px;
    border: 2px solid #EAEAEA;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    background-color: transparent;
}

#students{
    font-size: 12px;
    width:100%;
}

#students tr:nth-child(even) {
    background: #EAEAEA;
}

#students th {
    font-size: 16px;
    color: #252525 !important;
    font-family: 'Ubuntu', sans-serif;
    padding: 11px !important;
}

#students th a {
    color: #252525 !important;
    text-decoration: none !important;
}

#students td {
    padding: 11px !important;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    border: none !important;
}

#students td > .standard-btn{
    padding: 5px 15px;
    margin:5px;
    font-weight: 600;
}

#students td a.utility-btn {
    font-size: 16px !important;
    padding: 11px 24px !important;
    font-weight: 600 !important;
    font-family: 'Ubuntu', sans-serif;
}

#course-requirements a {
    padding: 11px 24px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin: 4px 0 !important;
    color: #252525 !important;
    position: relative;
}

#course-requirements a.standard-btn {
    border: 2px solid #EAEAEA;
}
#courses th a {
    color: #252525 !important;
    text-decoration: none !important;
}
#courses th {
    font-size: 16px;
    color: #252525 !important;
    font-family: 'Ubuntu', sans-serif;
    padding: 11px !important;
}
#course-requirements a.standard-btn:hover {
    border-color: #bababa;
}

#students-bigger{
    font-size: 16px;
    width:100%;
}
#students-bigger td{
    padding:0.1rem;
}
#students-bigger td > .standard-btn{
    padding: 5px 15px;
    margin:5px;
}
#students-bigger td>a, #students-bigger td>button{
    font-size: 0.675rem !important;
    padding: 5px 15px !important;
    margin: 3px 0 !important;

}

.card {
    margin-bottom: 20px;
    border: 3px solid #1F1F1F;
    border-radius: 25px;
    padding: 0.5rem;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.menu li {
    display: inline;
    margin-left: 15px;
}

.menu li a {
    text-decoration: none;
}

input[type="search"] {
    border-radius: 7px !important;
    border: 2px solid rgba(70, 70, 70, 0.2) !important;
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px !important;
    box-sizing: border-box;
}

input[type="search"]:focus-visible,
input[type="search"]:focus {
    border: 2px solid rgba(70, 70, 70, 0.4) !important;
    border-radius: 7px !important;
    outline: none !important;
}


.table td .btn-danger {
    background: transparent;
    line-height: 1 !important;
    padding: 10px 25px;
    font-weight: 600;

}
#student-invoices td{

    font-size: 14px;
    vertical-align: middle;
}
#student-invoices tbody > tr  td:nth-child(1){

    width: 40%;
}

#student-invoices tbody > tr  td:nth-child(2){
    width: 20%;
}
#student-invoices tbody > tr  td:nth-child(4){
    width: 20%;
}



.table th {
    border-bottom: none !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

table td:not(last-child) {
    border-bottom: 2px solid rgba(70, 70, 70, 0.2);
}

textarea.form-control {
    min-height: 200px;
    border: 2px solid rgba(70, 70, 70, 0.2);
    border-radius: 7px;
    padding: 20px 15px;
    box-sizing: border-box;
}
.student-yellow-span{
    margin: 0;
    font-size: 0.85rem;
    padding: 8px 15px;
    border-radius: 7px;
    color: #fff;
    background-color: rgba(245, 168, 62, 0.7);
    border-color: rgba(245, 168, 62, 0.7);
    font-weight: 400;
    display: inline;
    float: right;

}
#course-requirements td{
    font-size: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FDC453 !important;
    border: 1px solid #FDC453 !important;
    border-radius: 7px;
    color: #fff !important;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: #fff !important;
    border-right: none !important;
    position: relative;
    top: -1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: #9e7a32 !important;
    border: none !important;
}

table.table-striped {
    --bs-table-striped-bg: #EAEAEA !important;
    border: none !important;
}

table.table-striped td {
    vertical-align: middle !important;
    border: none !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 15px;
}

.accordion-button div p {
    margin-bottom: 0 !important;
}

table.table-striped th {
    font-size: 1.15rem;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    border: none !important;
    padding-top: 20px;
}

i.passed,
i.fas.fa-check-circle {
    color: #17B4A1 !important;
}

i.nopass,
i.fas.fa-times-circle {
    color: #EA5960 !important;
}

i.defaultpass,
i.far.fa-circle {
    color: #C6C6C6 !important;
    background: #c6c6c6 !important;
    border-radius: 100% !important;
}

.table-bordered>:not(caption)>* {
    border: none !important;
}

#send-many-sms-select .select2-container--default.select2-container--focus .select2-selection--multiple {
    height:45px
}

#send-many-sms-select .select2-container--default .select2-selection--multiple{
    padding-bottom: 15px;
    padding-right: 13px;
    padding-top: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
    border: 2px solid rgba(70, 70, 70, 0.2);
    border-radius: 25px;
    background: transparent !important;
}

.dataTable.no-footer {
    margin-bottom: 25px;
}

.dataTables_paginate {
    margin-bottom: 25px;
}

#loggedin-name {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Ubuntu', sans-serif;
}

#msg-succ {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 15px;
    margin: 0;
    display: none;
    border-radius: 10px;
}

#msg-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 15px;
    margin: 0;
    display: none;
    border-radius: 10px;
}

#msg-succ p,
#msg-error p {
    margin-bottom: 0;
}

.btn-primary {
    line-height: 1 !important;
    border-radius: 7px;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

.btn.btn-outline-success {
    border-radius: 7px;
    color: #000;
    padding: 10px 15px;
    border-color: #17B4A1;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

.btn.btn-outline-success:hover {
    background: #17B4A1;
}

.btn.btn-danger {
    border-radius: 7px;
    padding: 9px 18px;
    border:2px solid #dc3545;
    color:rgb(0, 0, 0);
    background: transparent;
    -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}
.btn.btn-danger:hover{
    background-color: #dc3545;
    color: #fff;
}

.table-light {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #f4f6f7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}
.button-label,.button-small-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
.button-label+label {
    line-height: 1 !important;
    display: inline-block;
    padding: 10px 25px;
    background: transparent;
    color: #000;
    border: 2px solid #EAEAEA;
    border-radius: 7px;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button-label+label:hover {
    border: 2px solid #17B4A1;
}
.button-label:checked+label {
    color: white;
    background: #17B4A1;
    border: 2px solid #17B4A1;
}

.button-label:checked+label {
    color: white;
    background: #17B4A1;
    border: 2px solid #17B4A1;
}
.button-small-label+label {
    line-height: 1 !important;
    display: inline-block;
    padding: 10px 25px;
    background: transparent;
    color: #000;
    border: 2px solid #EAEAEA;
    border-radius: 7px;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button-small-label+label:hover {
    border: 2px solid #17B4A1;
}

.button-small-label:checked+label {
    color: white;
    background: #17B4A1;
    border: 2px solid #17B4A1;
}
#upload-success,
    #file-succ,
    #msg-succ {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        padding: 15px;
        margin: 0;
        display: none;
    }
    #upload-error,
    #file-error,
    #msg-error {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        padding: 15px;
        margin: 0;
        display: none;
    }
    #upload-warning{
        color: #7a7a7a;
        background-color:#e0e95f;
        border-color: #f5c6cb;
        padding: 15px;
        margin: 0;
        display: none;
    }
    #upload-success p,
    #upload-error p,
    #upload-warning p,
    #msg-succ p,
    #file-succ p,
    #file-error p,
    #msg-error p {
        margin-bottom: 0;
    }

#notification-wrapper{
    border:1px solid #dee2e6;

}
.notification-row-wrapper{
    width:100%;
    margin:auto;
    padding:1rem;
    border-top: 1px solid #dee2e6;
}
.notification-row {
    display: flex;
    border-top: 1px grey;
}
.notification-row > div:first-child{
    width:70%
}
.notification-row > div:nth-child(2){
    width:30%
}
.notification-stats-wrapper > div{
    width: 100%;
}
.notification-status{
    border-radius: 25px;
    font-size: 14px;
    /*background: gray;*/
    margin-right: 5px;
    padding: 0.5rem;
}
.notification-time-stamp{
    font-size: 12px;
    opacity: 0.7;
}
.notification-stats-wrapper p{
    width:99%;
    display:inline-block;
}
.notification-subject{
    font-size: 0.95rem;
    opacity: 0.8;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notification-content{
 margin-top: 0.2rem;
}


#course-req-students th a {
    color: #252525 !important;
    text-decoration: none !important;
}
#course-req-students button{
    padding: 8px 10px;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin: auto;
}
