* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#wrapper {
    display:flex;
}
header {
    align-self: flex-start;
    position: sticky;
    top: 30px;
}

#wrapper #container {
    overflow-x: auto;
}


.btn, .btn-default {
  border-radius:3px!important;   
}
.roman {
  list-style-type: upper-roman;
}

.alpha {
  list-style-type: lower-alpha;
}

#approvalModalVerify dt {
    font-weight: 600;
}


.btn-learn-more {
    background-color: #3498db!important;
    border-color: #3498db!important;
    border-radius: 50%!important;
    width: 25px!important;
    height: 25px!important;
    padding: 0px!important;
    font-size: 16px!important;
    text-align: center!important;
}
.btn-learn-more:hover {
  background-color: #155fb1!important;
    border-color: #155fb1!important;
}
.learn-more-div{
  margin: 0px;
  position: fixed;
  margin:10px 20px;
  bottom:0px;
  z-index:100;
}
.learn-more-text{
  color: white!important;
}
.learn-more-text:hover{
  color:#FFFFFF!important;
  font-weight: bold;
}

.container {
    height: calc(100vh - 30px);
    padding: 0px!important;
}
.side-nav,
.menu {
  height: 100%;
}
.side-nav .menu {
  list-style: none;
  padding: 40px 0;
  width: 205px;
  background-color: #1660B2;
    position: relative;
}
.side-nav .menu li a:hover{
  color: #FFFFFF;
  font-weight:bold;
}
.none {
    display:none;
}
.btn-default {
  font-size: 19px!important;
}
.ag, .save-coach, .note-save, .generate, .upgrade-cohort  {
    background:#45C73C!important;
    padding: 5px 10px!important;
}
.ag:hover, .save-coach:hover, .note-save, .generate:hover, .upgrade-cohort:hover  {
    background: #0FBA1C!important;
}
.withdraw-student, .reminder, .eval-notify {
  padding: 5px 10px!important;
}
.upgrade, .eval-notify, .in {
    background: #137881!important;

  padding: 5px 10px!important;
}

.in .material-icons {
    font-size: 0.8em;
}
.upgrade:hover, .eval-notify:hover, .in:hover {
    background:#137881!important;
}

.card .list-group-item {
    margin-left: 0;
    padding: 0.75rem;
    gap: 0.2rem;
}

.page-template-page--single_student_view_template .card:not(.student-info) [contenteditable='true']:not(.text-area-note) {
    width: 80%;
    border: 1px solid;
    max-width: 240px;
}

.page-template-page--single_student_view_template .form-control.text-area-note:not([contenteditable='true']) {
    border: none;
}

.page-template-page--single_student_view_template .card .list-group-item .material-icons {
    font-size: 1.2rem;
    vertical-align: middle;
}

.page-template-page--single_student_view_template .card .text-secondary.editing {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.page-template-page--single_student_view_template .card.student-info .text-secondary.editing {
    justify-content: center;
}

.page-template-page--single_student_view_template .card .text-secondary.editing .editing-hide,
.page-template-page--single_student_view_template .card .text-secondary:not(.editing) .editing-show{
    display: none;
}
.page-template-page--single_student_view_template .card .text-secondary.editing .editing-show,
.page-template-page--single_student_view_template .card .text-secondary:not(.editing) .editing-hide {
    display: inline-block;
}
    /* .reminder {
      background: #a00f7e!important;
      padding: 5px 10px!important;
    }
    .reminder:hover {
      background:#8f0c70!important;
    } */
.text-area-note {
  text-align: left;
}
.dr {
    padding: 5px 10px!important;
}
.logo-header{
    width: 225px;
    padding: 10px 0px 30px 10px;
    margin: 0px;
}

.menu-admin-portal-menu-container {
    height: calc(100vh - 89px);
}

tr {
  cursor: pointer;
}
.side-nav .menu-item {
  position: relative;
  padding: 10px 20px;
}
.menu-item.current-menu-item {
  background-color: #fff;
  box-shadow: 0px -3px rgba(0, 0, 0, 0.2), 0px 3px rgba(0, 0, 0, 0.2);
}
.menu-item.current-menu-item a {
  color: #1660B2;
  font-weight:bold;
}
.menu-item.current-menu-item a:hover {
    color: #1660B2!important;
    font-weight:bold;
}

.thead-over {
    background-color: #1660B2;
    color: white;
}
.menu-item a {
  text-decoration: none;
  color: #fff;
}

main ul.pagination li {
    list-style-type: none;
}

a {
  padding: 0 20px;
  font-size:18px;
}
.side-nav .menu-item.current-menu-item::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 100%;
  right: 0;
  height: 150%;
  width: 20px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 20px 0 0 #fff;
}
.side-nav .menu-item.current-menu-item::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 100%;
  right: 0;
  height: 150%;
  width: 20px;
  border-top-right-radius: 25px;
  box-shadow: 0 -20px 0 0 #fff;
}
.main-container {
    margin-top: 38px;
    max-width: 1300px;
    padding: 15px;
    transition: all 0.3s ease;
    text-align: -webkit-center;
    text-align: center;
}

#founder {
        text-align: center;
        display: none;
        font-size: 1.2rem;
}


/* STUDENT VIEW STYLES */
body{
  margin-top:20px;
  color: #1a202c;
  text-align: left;
  background-color: #e2e8f0;    
}
.main-body {
  padding: 15px;
}
.card {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.initial-area-note {
  width:50%!important;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}
.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}
.h-100 {
  height: 100%!important;
}
.shadow-none {
  box-shadow: none!important;
}
.qbo-icon {
  width: 30px;
  height: 30px;
}
.single-user-icon {
  width:130px;
}
.pay-history {
  font-weight: bold;
  color: #0FBA1C;
}
.accordian-btn {
  color: black!important;
  background-color: #f7f7f7!important;
  font-size: 18px!important;
}
.card-header {
  padding:0px!important;
}

.table {
  margin-bottom: 5rem!important; 
  width: 1274px!important;
}

.dash-menu-toggle, .close-dash-menu {
    display: none;
}

li.learn-more.menu-item {
    padding-top: 50px;
}

table thead th:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 16px;
    position: absolute;
    right: -12px;
    bottom: 0;
    padding: 12px;
}

table thead th {
    /*white-space: nowrap;*/
    font-size: 16px;
    position: relative;
}
table thead th:not(.sorting_asc):not(.sorting_desc):after{
    content: 'unfold_more';


}
table th.sorting_asc:after{
    content: 'expand_less';

}

table th.sorting_desc:after{
    content: 'expand_more';

}

.page-item.active .page-link {
    background-color: #1660B2!important;
    border-color: #1660B2!important;
}

.unified-student-page.main-container {
    max-width: 98%;
}

.additional-actions {
    position: relative;
}

.additional-actions .actions-trigger {
    cursor: pointer;
}

.actions-menu {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    display: none;
}

.actions-menu.top {
    top: 0;
    transform: translateY(-100%);
}

.actions-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.actions-menu ul li {
    padding: 0 10px;
    list-style-type: none;
    margin: 0;
    cursor: default;
}

.actions-menu ul li.separator {
    height: 1px;
    margin: 1rem 0 ;
    background: #1a202c;
    opacity: 0.5;
}

.actions-menu ul li.flags {
    margin-bottom: 1rem;
}

.actions-menu ul li.flags ul {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.actions-menu ul li.flags ul li {
    padding: 0;
}


.actions-menu ul li a {
    color: #1a202c;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}

.actions-menu ul li.disabled a {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.actions-menu .flag-label {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
}

.actions-menu .flag-label.flag-blank {
    border: 1px solid #1a202c;
}

.actions-menu .flag-checkbox:checked + .flag-label:before {
    content: 'done';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 1;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.actions-menu .flag-checkbox:checked + .flag-label.flag-blank:before {
    color: #1a202c;
}

.actions-menu ul li:not(.disabled, .flags, .flag-option):hover {
    background-color: #f7f7f7;
}

tr.active .additional-actions .actions-menu {
    display: block;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.unified-student-page tbody tr.active, .unified-student-page tbody tr:hover {
    background-color: #f7f7f7;
}
.unified-student-page tbody tr.hidden {
    display: none;
}

.unified-student-page table td,
.unified-student-page table th {
    padding: 0.75rem;
}

.unified-student-page table td a{
    color: #1a202c;
    text-decoration: none;
}

.unified-student-page tr {
    cursor: default;
}

.unified-student-page thead {
    background-color: #1660B2;
    color: #ffffff;
}

.unified-student-page table th {
    vertical-align: bottom;
}

.unified-student-page .search-container .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-grid {
    display: grid;
    grid-template-areas: 'students cohorts'
        'approvals cohorts'
        'certificates certificates';
    gap: 30px;
    align-items: start;
}

.dashboard-grid .students {
    grid-area: students;
}

.dashboard-grid .approvals {
    grid-area: approvals;
}

.dashboard-grid .certificates {
    grid-area: certificates;
}

.dashboard-grid .cohorts {
    grid-area: cohorts;
}
.checkbox-field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1rem 0;
}

.checkbox-field label {
    display: inline-block;
}


@media only screen and (max-width: 1500px) {
    .main-container {
        padding: 15px 15px 15px 35px;
    }
    .dash-menu-toggle {
        display: block;
        position: fixed;
        left: 20px;
        transition: all 0.2s ease-in;
        background-color: white;
        z-index: 100;
    }

    .side-nav .close-dash-menu {
        padding: 0;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        z-index: 10;
        display: block;
    }

    #show-dash-menu:checked ~ #wrapper .dash-menu-toggle {
        left: 225px;
    }
    .dash-menu-toggle label .dashicons {
        font-size: 30px;
        width: 30px;
        color: #1660B2;
    }
    .dash-menu-toggle label .dashicons-exit {
        display: none;
    }
    #show-dash-menu:checked ~ #wrapper .dash-menu-toggle label .dashicons-exit {
        display: inline-block;
    }

    #show-dash-menu:checked ~ #wrapper .dash-menu-toggle label .dashicons-menu {
        display:none;
    }

    header {
        margin-left: -230px !important;
        transition: all 0.2s ease-in;
    }

    #show-dash-menu:checked ~ #wrapper header {
        margin-left: 0 !important;
    }
}