body {
    font-size: 16px !important;
    font-family: DM Sans !important;
}

.lumos-text-label {
    font-size: 14px;
    color: #646464;
    margin-bottom: 8px;
}

.lumos-form-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-16 {
    margin-bottom: 16px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0f682c;
  background-color: #FFFFFF;
  border: 1px solid #D9E2EF;
}

.btn-primary,
.btn-success {
    color: #FFFFFF !important;
    background-color: #0F682C !important;
    border-color: #0F682C !important;
  }
  .btn-success:hover {
    color: #FFFFFF !important;
    background-color: #0F682C !important;
    border-color: #0F682C !important;
}

.btn-primary-outline,
.btn-success-outline {
    background-color: #FFFFFF;
    font-weight: 500;
    color: #0F682C !important;
    border-color: #0F682C !important;
    padding: 8px 20px;
    height: 34px;
    line-height: 1 !important;
}
.btn-primary-outline:hover,
.btn-success-outline:hover {
    background-color: #FFFFFF;
    color: #0F682C !important;
    border-color: #0F682C !important;
}

.btn-default {
    color: #212121;
    background-color: #F1F1F1;
    border-color: #F1F1F1;
}
.btn-default:hover {
    color: #212121;
    background-color: #F1F1F1;
    border-color: #F1F1F1;
}

.btn-danger {
    color: #FFFFFF;
    background-color: #CB290A !important;
    border-color: #CB290A !important;
}

.btn-danger:hover {
    color: #FFFFFF;
    background-color: #CB290A !important;
    border-color: #CB290A !important;
}


.column-btn {
    flex: inherit !important;
}

/* Forms */

input[type=radio],
input[type=checkbox] {
    margin-right: 4px !important;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-width {
    max-width: 70%;
}

.lead-upload-input {
    width: 25%;
    min-width: 250px;
}

.page-item.active .page-link {
    z-index: 0;
    color: #FFFFFF;
    background-color: #0F682C !important;
    border-color: #0F682C !important;
}

.tile__block {
    display: flex;
    flex-wrap: wrap;
}

.basic-tile {
    border:none;
    max-width: 30%;
}

/* Lumos Badges */
.lumos-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    border-radius: 8px;
    color: #212121;
}
.lumos-badge:hover {
    color: #212121;
}
.lumos-badge-label {
    margin-right: 4px;
    font-size: 12px;
}

/* Tables columns buttons */

.column-btn-group {
    display: flex;
    justify-content: flex-end;
}
/* .column-btn {
    flex: 0 !important;
    margin-bottom: -38px;
}

@media only screen and (max-width: 990px) {
    .column-btn {
        margin-bottom: -22px;
    }
} */

.flex-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* table filters */

.navbar {
    padding: 0px;
}

#crudTable_wrapper :first-child {
    margin-bottom: 2px !important;
}

.home-studnet-table-filter{
    height: 85vh;
    overflow-y: scroll;
}

/* Subscription */
.subscription-button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.recommended-courses-sec{
    margin-top: 10px;
}

.recommended-courses-sec .spotlight-course-card{
    padding: 0 20px 20px 20px;
}

.sl-course-card-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 30px;
  }
  
  .course-scrollbar-design::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
  }
  
  .course-scrollbar-design::-webkit-scrollbar-track {
    background-color: #FFFFFF;
    border-right: none;
    border-left: none;
  }
  
  .course-scrollbar-design::-webkit-scrollbar-thumb {
    border: 6px solid #FFFFFF;
    background-color: #A9B1B7;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-radius: 15px;
  }

/* tables */

.lumos-table {
    width: 100%;
    margin-bottom: 1rem;
  }

  .lumos-table th,
  .lumos-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #F1F1F1;
  }
  .lumos-table thead th {
      font-weight: 500;
    vertical-align: bottom;
    border-bottom: 1px solid #F1F1F1;
  }
  .lumos-table tbody > tr {
    border-bottom: 1px solid #F1F1F1;
  }

  /* Alerts  */

  .alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }

  .alert-info {
    color: #212121;
    background-color: #D4D8DB;
    border-color: #D4D8DB;
  }

  .alert-danger {
    color: #212121;
    background-color: #FFD6CF;
    border-color: #FFD6CF;
  }

  .alert-warning {
    color: #212121;
    background-color: #FFF5CC;
    border-color: #FFF5CC;
  }


  /* Student Activity */

.box-tools {
    border-bottom: 1px solid #eee;
}

#message-widget .btn-box-tool {
    margin: 0 !important;
    padding: 16px 16px 12px 16px !important;
}

.btn-box-tool {
    position: relative;
    padding: 16px;
    font-size: 16px;
    cursor: pointer;
    flex: 0 0 auto;
    border: 0;
    background: 0 0;
    color: #212121;
    font-family: DM Sans,sans-serif;
    font-weight: 500;
    line-height: 1.61;
    border-radius: 0;
    border-bottom: 4px solid white;
}

.btn-box-tool:hover {
color: #212121;
background: #eee;
border-bottom: 4px solid #eee;
}

#message-widget .box-tools .active {
    border-bottom: 4px solid #19AD4A !important;
}

/* Facebook Lead Integration */


.fb-page-list {
    display: flex;
    flex-direction: column;
}

.fb-page-list__header,
.fb-page-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(22, 28, 45, 0.1)
}
.fb-page-list__header-item {
    flex-grow: 1;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fb-page-list__section {
    flex-grow: 1;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 0px;
}
.btn-login-fb {
    font-weight: 600;
    line-height: 1.61;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-login-fb:hover {
    color: #fff;
}

.btn-fb-delete {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-fb-action {
    color: #1b2a4e;
    background-color: #bacbe2;
    border-color: #bacbe2;
    margin-left: 0px;
    width: 128px;
    height: 43px;
}

.fb-subscribe-pages {
    border-top: 1px solid #ebedef;
}
.fb-subscribe-pages-alert {
    list-style: none;
    margin: 0 0 0 0;
    padding: 20px 0 0 32px;
}
.fb-lead-integration-desc{
    padding: 10px 0 25px 27px;
}
.btn-login-fb {
    line-height: 2.6;
    font-weight: 600;
    width: 220px;
    font-size: 0.9rem;
}
#fb-login-btn-ico{
    margin-right: 10px;
}
.fb-page-status {
    vertical-align: middle !important;
}
.fb-page-actions {
    display: flex;
    height: 64px;
}
.fb-page-title {
    margin-left: 20px;
}
.subscribe-pages-table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.subscribe-pages-table > thead > tr > th {
    border-top: none;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.fb-page-image {
    width: 60px;
}
.fb-lead-tooltip {
    position: relative;
    display: inline-block;
}

.fb-lead-tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #222222;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1000;
    bottom: 90%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.fb-lead-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.fb-lead-tooltip:hover .tooltiptext {
    visibility: hidden;
    opacity: 1;
}
.fb-lead-input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #506690;
    text-align: center;
    white-space: nowrap;
}
.fb-lead-input-group-text .fb-lead-copy {
    margin: 0 0 0 4px;
    font-size: 0.9rem;
}
.fb-lead-form-title {
    font-size: 18px;
    line-height: 27px;
}

/* System Page */

.system-page__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.system-page__card {
    margin-bottom: 12px;
    min-height: 100%;
    flex-grow:1;
    width:40%;
    min-width: 350px;
}

.system-page__card:nth-child(odd) {
    margin-right: 12px;
}

/* Backpack drown down filter */
.dropdown-menu > .form-group .backpack-filter {
    margin-top: 0px !important;
}
/* Lumos Defaults */

.lumos-flex {
    display: flex;
}

.mb-16 {
    margin-bottom: 16px;
}

.horizontal-scroll {
    overflow-x: scroll;
}

/* Student Header */

.student-header__details {
    display: flex;
    align-items: center;
    color: #212121;
    font-size: 12px;
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.student-header__details-phone-icon {
    font-size: 20px !important;
}

/* NOTE wysiwyg */
/*  */
.note-editor ol{
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
.note-editor ul{
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
.note-editor b {
    font-weight: bold;
}
.note-editor span, .note-editor  h1, .note-editor h2, .note-editor h3, .note-editor h4, .note-editor h5, .note-editor h6, .note-editor p, .note-editor blockquote, .note-editor pre, .note-editor a, .note-editor code, .note-editor em, .note-editor img, .note-editor small, .note-editor strike, .note-editor strong, .note-editor sub, .note-editor sup, .note-editor tt, .note-editor u, .note-editor i, .note-editor fieldset, .note-editor form, .note-editor label, .note-editor table, .note-editor caption, .note-editor tbody, .note-editor tfoot, .note-editor thead, .note-editor tr, .note-editor th, .note-editor td, .note-editor main, .note-editor canvas, .note-editor embed, .note-editor footer, .note-editor header, .note-editor nav, .note-editor section, .note-editor video{
    margin: initial;
    padding: initial;
    border:initial;
    font-size: initial;
    font: initial;
    vertical-align: initial;
    text-rendering: initial;
    -webkit-font-smoothing: initial;
    text-size-adjust: initial;
}

/* Custom styling for the country content output of the WYSIWYG */

.country-content-wysiwyg-styles h1,
.country-content-wysiwyg-styles h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.country-content-wysiwyg-styles h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}
.country-content-wysiwyg-styles h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}


/* Accoridan Overrides (Application Page) */

.lumos-panel {
    border: 1px solid #F1F1F1;
}
.lumos-panel-heading {
    display: flex;
    font-size: 20px;
    background-color: #EAEBED !important;
    color: #212121;
}

.lumos-panel-heading:hover {
    color: #212121;
}

/* Scrollbar-design Lumos V1*/
.scrollbar-design-lumos-v1::-webkit-scrollbar {
    width: 10.5px;
    margin-left: -10px;
    -webkit-appearance: none;
            appearance: none;

}

.scrollbar-design-lumos-v1::-webkit-scrollbar-track {
    background-color: white;
    border-right: none;
    border-left: none;
}

.scrollbar-design-lumos-v1::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #D2D2D2;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 1px;
    border-radius: 6px;
}