.user{
    margin-bottom: 1rem;
    width: 50%;
    margin: auto;
    padding: 10px;
}
a.btn.btn-primary.btn-user.btn-block {
    width: 100%;
}
.sidebar-dark .nav-item .nav-link {
    color: rgba(255, 255, 255, .8);
    FONT-WEIGHT: 900 !important;
}
.card.card-primary {
    width: 100%;
    margin: auto;
}
.dataTables tbody td {
    min-height: 35px; /* or whatever height you need to make them all consistent */
}
.modal-content {
    padding: 20px;
}
.bg-gradient-primary {
    background-color: #ED6861;
    background-size: cover;
}
.modaldelete{
    background: #ED6861 !important;
    color: white;
    border: #ED6861 !important;
    padding: 7px;
    border-radius: 7px;
}
.errorr{ 
    color: red !important;
    font-variant: contextual !important;
    font-weight: 600 !important;
    text-align: center !important;
}
.form-group {
    margin-bottom: 1rem;
    width: 100% !important;
    display: inline-block;
    margin: 15px;
}
.login .form-group {
    margin-bottom: 1rem;
    width: 30%;
    display: inline;
    margin: 15px;
}
.card-title {
    margin-bottom: .75rem;
    text-align: center;
    color: #ED6861 !important;
    font-weight: 700;
}
input.btn.btn-primary.submit {
    background: #ED6861;
    border: #ED6861;
    width: 30%;
}
.card.card-primary {
    width: 100%;
    margin: auto;
    border: #ED6861 !important;
}
.course-primary{
      width: 50% !important;  
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #ED6861;
    font-weight: 700;
}
 .course   {
    margin-bottom: 1rem;
    width: 100% !important;
    display: contents !important;
    margin: 15px;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
button.btn.btn-primary.submit {
    background: #ED6861 !important;
    border: #ED6861 !important;
    width: 22%;
    margin: auto;
}
.btn-primary {
    color: white;
    border-color: #ED6861;
    background: #ED6861;
}
footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
    display: none;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
} 
.addCourse {
    float: inline-end;
    margin-top: -21px !important;
    border: 2px solid;
    padding: 10px;
}
input.form-control.datetimepicker-input {
    border-color: #ED6861 !important;
}
input#exampleInputEmail1 {
    border-color: #ED6861 !important;
}
input#exampleInputPassword1{
     border-color: #ED6861 !important;
}

span.select2-selection.select2-selection--single {
    border-color: #ED6861 !important;
}
.sidebar .nav-item {
    position: relative;
    margin-top: 14px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ED6861;
    border-color: #ED6861;
}
.text-gray-800 {
    color: #5a5c69 !important;
    display: none;
}
.text-primary {
    color: #ED6861 !important;
}
input.form-control{
    border-color:#ED6861;
}
textarea{
       border-color:#ED6861; 
}
th {
    color: #ED6861;
}
.card-title {
    margin-bottom: .75rem;
    text-align: center;
    border: 2px solid #ED6861;
    width: 37%;
    margin: auto;
    padding: 5px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 33px !important;
}
.btn-info {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
    margin: 10px !important;
}
.card-footer {
    display: grid;
}
