.login-card-body .form-elements .btn-primary,
.login-card-body .form-elements .btn-credentials,
.register-card-body .form-elements .btn-primary,
.register-card-body .form-elements .btn-credentials {
  background-color: #27496d;
  color: #ffffff;
  border-color: #27496d;
}

.login-card-body .form-elements .btn-primary a,
.login-card-body .form-elements .btn-credentials a,
.register-card-body .form-elements .btn-primary a,
.register-card-body .form-elements .btn-credentials a {
  color: #ffffff;
}

.brand-body {
  background-color: #1d2c4c;
  overflow-y: hidden;
}

.navbar-landing {
  background-color: rgba(29, 44, 76, 0.95);
}

.main-footer {
  padding: 0.75rem;
}

.main-footer .nav-link {
  color: #fff;
}

.main-footer .nav-link:hover {
  color: #1aa9ca;
}

.nav-link-left {
  color: #ffffff;
  margin-bottom: 0.2rem;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

.nav-link-left:hover {
  color: #1d2c4c;
  background-color: #1aa9ca;
}

.nav-link-left.active {
  color: #1d2c4c;
  background-color: #1aa9ca;
}

.nav-link-full {
  color: #ffffff;
  margin-bottom: 0.2rem;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}

.nav-link-full:hover {
  color: #1d2c4c;
  background-color: #1aa9ca;
}

.clear-right {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
}

.card-primary.card-outline,
.nav-tabs li.nav-item > a.active {
  border-bottom: 2px solid #167c93;
}

.icheck-primary > input:first-child:checked + label::before,
.icheck-primary > input:first-child:checked + input[type=hidden] + label::before {
  background-color: #27496d;
  border-color: #27496d;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  background-color: #27496d;
  border-color: #167c93;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):focus + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):focus + input[type=hidden] + label::before {
  background-color: #27496d;
  border-color: #167c93;
}

.nav-tabs li.nav-item > a.nav-link.active {
  border-top-right-radius: 0 !important;
}

.nav-tabs li.nav-item > a {
  color: #6b7280;
}

.nav-tabs li.nav-item > a:hover {
  color: #374151;
}

.bg-theme-bg {
  background-color: #1d2c4c;
}

.bg-theme-primary {
  background-color: #27496d;
}

.bg-theme-secondary {
  background-color: #167c93;
}

.bg-theme-highlight {
  background-color: #1aa9ca;
}

.bg-theme-text {
  background-color: #ffffff;
}

.text-theme-bg {
  color: #1d2c4c;
}

.text-theme-primary {
  color: #27496d;
}

.text-theme-secondary {
  color: #167c93;
}

.text-theme-highlight {
  color: #1aa9ca;
}

.text-theme-text {
  color: #ffffff;
}

.border-theme-bg {
  color: #1d2c4c;
}

.border-theme-primary {
  border-color: #27496d;
}

.border-theme-secondary {
  border-color: #167c93;
}

.border-theme-highlight {
  border-color: #1aa9ca;
}

.border-theme-text {
  border-color: #ffffff;
}

.rx-popup-item-icon,
.rx-popup-item-title {
  color: #000 !important;
}

@media (max-width: 767.98px) {
  .rx-editor [data-rx-type=embed] iframe {
    width: 100%;
    height: auto;
  }
}

.admin-theme {
  background-color: #ececec;
}

.admin-theme .table {
  color: #505050;
}

.admin-theme .table td {
  color: #505050;
}

.admin-theme .container-fluid {
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  height: calc( 100vh - 76px);
  overflow-y: scroll;
}

.admin-theme .sidebar {
  height: calc(100vh - 1rem);
}

.admin-theme .pagination .page-item .page-link {
  color: #505050;
  background-color: #fff;
}

.admin-theme .pagination .page-item .page-link:hover {
  background-color: #27496d;
  border-color: #27496d;
  color: #ffffff;
}

.admin-theme .pagination .page-item.active .page-link {
  background-color: #1aa9ca;
  border-color: #1aa9ca;
  color: #1d2c4c;
}

.training-theme {
  background-color: #1d2c4c;
  color: #ffffff;
}

.training-theme .select2-results__option {
  color: #1d2c4c;
}

.training-theme .select2-results__option--highlighted {
  color: #ffffff;
}

.training-theme .table {
  color: #1d2c4c;
}

.training-theme .table td {
  color: #1d2c4c;
}

.training-theme .container-fluid {
  padding: 0.75rem 0.75rem 0 0.75rem;
  height: calc(100vh - 92px);
  margin-top: -75px;
  padding-top: 75px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (min-width: 576px) {
  .training-theme .container-fluid {
    height: calc(100vh - 48px);
    margin-top: -75px;
    padding-top: 75px;
  }
}

.training-theme .search-results {
  padding: 0.75rem;
  padding-top: 75px;
  margin-top: -75px;
  height: calc(100vh - 92px);
}

@media (min-width: 576px) {
  .training-theme .search-results {
    height: calc(100vh - 48px);
    padding-top: 75px;
    margin-top: -75px;
  }
}

.training-theme .sidebar {
  height: calc(100vh - 1rem);
}

.training-theme .modal-content {
  background-color: #fff;
  color: #000;
}

.training-theme .modal-content .table {
  color: #000;
}

.training-theme .modal-content .table td {
  color: #000;
}

.training-theme .pagination .page-item .page-link {
  color: #1aa9ca;
  background-color: #1d2c4c;
}

.training-theme .pagination .page-item .page-link:hover {
  background-color: #1aa9ca;
  border-color: #1aa9ca;
  color: #ffffff;
}

.training-theme .pagination .page-item.active .page-link {
  background-color: #27496d;
  border-color: #27496d;
  color: #ffffff;
}

table.dataTable {
  margin-top: 0 !important;
}

.card-body.p-0 .table tbody > tr > td:first-of-type {
  padding-left: 9px;
}

.table-action {
  font-size: 1.5rem;
}

.dataTables_wrapper .row:nth-of-type(2) {
  overflow-x: auto;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.dataTables_wrapper .row:nth-of-type(2) .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 576px) {
  .dataTables_wrapper .row:nth-of-type(2) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

#cart-table thead,
#threads-table thead,
#notifications-table thead,
#orders-table thead,
#orderitems-table thead {
  color: #ffffff;
}

#cart-table thead tr th,
#threads-table thead tr th,
#notifications-table thead tr th,
#orders-table thead tr th,
#orderitems-table thead tr th {
  border: #27496d;
  background-color: #27496d;
}

#cart-table tbody tr,
#threads-table tbody tr,
#notifications-table tbody tr,
#orders-table tbody tr,
#orderitems-table tbody tr {
  background-color: #f3f8fa;
}

#cart-table tbody tr:nth-child(even),
#threads-table tbody tr:nth-child(even),
#notifications-table tbody tr:nth-child(even),
#orders-table tbody tr:nth-child(even),
#orderitems-table tbody tr:nth-child(even) {
  background-color: #e8f2f4;
}

#cart-table tbody td,
#threads-table tbody td,
#notifications-table tbody td,
#orders-table tbody td,
#orderitems-table tbody td {
  border-top: 0;
  color: #505050;
  padding: 8px 12px 0px 12px;
}

#cart-table tbody td a,
#threads-table tbody td a,
#notifications-table tbody td a,
#orders-table tbody td a,
#orderitems-table tbody td a {
  color: #27496d;
}

#cart-table tbody td:first-of-type,
#threads-table tbody td:first-of-type,
#notifications-table tbody td:first-of-type,
#orders-table tbody td:first-of-type,
#orderitems-table tbody td:first-of-type {
  padding: 2px 12px;
}

#cart-table tbody td {
  border-top: 0;
  color: #505050;
  padding: 12px 12px 12px 12px;
}

#cart-table tbody td a {
  color: #27496d;
}

#cart-table tbody td:first-of-type {
  padding: 12px 12px;
}

#notifications-table thead tr th:last-of-type {
  padding-right: 90px;
}

#notifications-table tbody td:nth-last-of-type() {
  white-space: nowrap;
}

.mailbox-controls {
  margin: 0px 0px 5px 0px;
}

.mailbox-controls button {
  background-color: #e8f2f4;
  color: #27496d;
}

@media (max-width: 1199.98px) {
  #users-table_wrapper .row:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #users-table_wrapper .row:nth-child(3) .col-md-5 .dataTables_paginate ul li,
  #users-table_wrapper .row:nth-child(3) .col-md-7 .dataTables_paginate ul li {
    display: none !important;
  }

  #users-table_wrapper .row:nth-child(3) .col-md-5 .dataTables_paginate ul li:last-of-type,
  #users-table_wrapper .row:nth-child(3) .col-md-7 .dataTables_paginate ul li:last-of-type {
    display: list-item !important;
  }

  #users-table_wrapper .row:nth-child(3) .col-md-5 .dataTables_paginate ul li:first-of-type,
  #users-table_wrapper .row:nth-child(3) .col-md-7 .dataTables_paginate ul li:first-of-type {
    display: list-item !important;
  }
}

@media (max-width: 767.98px) {
  #users-table_wrapper .row:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  #users-table_wrapper .row:nth-child(3) .col-md-5,
  #users-table_wrapper .row:nth-child(3) .col-md-7 {
    display: flex;
    flex-basis: 100% !important;
    max-width: 100% !important;
    justify-content: center;
  }
}

.analytics_user_details {
  font-size: 1rem;
}

.analytics_user_details .label {
  font-size: 0.8rem;
  color: rgba(29, 44, 76, 0.7);
  margin-bottom: 0px;
}

.stats p {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .stats p {
    margin-bottom: 1rem;
  }
}

.trashed {
  color: #b1b1b1 !important;
}

body {
  background-color: #edf4f4;
  font-family: "Poppins", sans-serif !important;
}

body input,
body select,
body textarea {
  font-size: 16px !important;
}

.content-wrapper,
.container-fluid {
  background-color: transparent;
}

.hidden {
  display: none;
}

.card-title {
  min-height: 23px;
  height: auto;
}

.half {
  width: 100vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: -1;
}

.no-sidebar {
  margin-left: 0 !important;
}

.main-header {
  font-size: 1.1rem !important;
  padding: 5px !important;
  height: 76px;
}

.main-header .nav-link {
  height: auto;
  padding: 8px !important;
}

.disable-analytics {
  pointer-events: none;
}

@media (max-width: 767.98px) {
  #guest_app {
    background: none !important;
  }
}

.login-box,
.register-box {
  width: 100%;
}

.login-box .card-fluid,
.register-box .card-fluid {
  background-color: transparent;
  border-radius: 0.5rem;
}

.login-box .login-card-body,
.login-box .register-card-body,
.register-box .login-card-body,
.register-box .register-card-body {
  background-color: rgba(29, 44, 76, 0.9);
  border-radius: 0.5rem;
  text-align: center;
}

.login-box .login-card-body .form-elements,
.login-box .register-card-body .form-elements,
.register-box .login-card-body .form-elements,
.register-box .register-card-body .form-elements {
  display: block;
  width: 280px;
}

.login-box .login-card-body .registration_btn,
.login-box .register-card-body .registration_btn,
.register-box .login-card-body .registration_btn,
.register-box .register-card-body .registration_btn {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

.login-box .login-card-body .registration_btn a,
.login-box .register-card-body .registration_btn a,
.register-box .login-card-body .registration_btn a,
.register-box .register-card-body .registration_btn a {
  color: #ffffff;
}

.login-box .login-card-body .registration_btn a:hover,
.login-box .register-card-body .registration_btn a:hover,
.register-box .login-card-body .registration_btn a:hover,
.register-box .register-card-body .registration_btn a:hover {
  color: #1d2c4c;
}

.login-box .login-card-body .login-graphics,
.login-box .register-card-body .login-graphics,
.register-box .login-card-body .login-graphics,
.register-box .register-card-body .login-graphics {
  display: none;
  width: 53%;
}

.color-theme {
  padding: 6px;
  position: relative;
  border-radius: 0.25rem;
}

.color-block {
  display: inline-block;
  width: 40px;
  height: 24px;
  flex-grow: 2;
}

.theme-text {
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 2px;
}

.table-action-group {
  color: #000;
}

.table-action-group .action-add:hover {
  background-color: #38c172;
  border-color: #38c172;
  color: #fff;
}

.table-action-group .action-delete:hover {
  background-color: #e3342f;
  border-color: #e3342f;
  color: #fff;
}

@media (min-width: 768px) {
  .half {
    width: 50vw;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .login-box,
  .register-box {
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.31);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    min-width: 300px;
  }

  .login-box .card,
  .register-box .card {
    background-color: #fff;
  }

  .login-box .login-card-body,
  .login-box .register-card-body,
  .register-box .login-card-body,
  .register-box .register-card-body {
    /*background-color: #fff;*/
  }

  .login-box .login-card-body .form-elements,
  .login-box .register-card-body .form-elements,
  .register-box .login-card-body .form-elements,
  .register-box .register-card-body .form-elements {
    display: inline-block;
    width: 280px;
  }

  .login-box .login-card-body .login-graphics,
  .login-box .register-card-body .login-graphics,
  .register-box .login-card-body .login-graphics,
  .register-box .register-card-body .login-graphics {
    display: none;
    width: 52%;
  }

  .login-box .login-card-body .login-graphics img,
  .login-box .register-card-body .login-graphics img,
  .register-box .login-card-body .login-graphics img,
  .register-box .register-card-body .login-graphics img {
    width: 100%;
    height: auto;
  }
}

.bottom-up-gradient {
  /*
  background: $theme-bg-color;
  background: linear-gradient(0deg, $theme-bg-color 0%, $theme-bg-color 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%)
  */
  background: #1d2c4c;
  opacity: 0.9;
}

.bottom-up-gradient-admin {
  /*
  background: rgba(0,0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%)
  */
  background: #000;
  opacity: 0.9;
}

.top-down-gradient {
  background: #1d2c4c;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, #1d2c4c 80%, r #1d2c4c 100%);
}

.top-down-gradient-admin {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 80%, black 100%);
}

.card-button-disabled {
  pointer-events: none;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  opacity: 1;
}

.alert-theme-secondary {
  background-color: #1aa9ca;
  color: #1d2c4c;
}

.alert-new-subscription {
  margin-top: 75px;
}

.required::before {
  content: "* ";
  color: #e3342f !important;
  font-weight: lighter;
}

.btn-certificate-basic i {
  padding-left: 2px;
}

.btn-certificate-basic:hover {
  border-right: 3px solid #9528a7;
  color: #9528a7;
  width: 42px;
}

.btn-view-basic:hover {
  border-right: 3px solid #28a745;
  color: #28a745;
  width: 42px;
}

.btn-edit-basic:hover {
  border-right: 3px solid #3490dc;
  color: #3490dc;
  width: 42px;
}

.btn-delete-basic:hover {
  border-right: 3px solid #dc3545;
  color: #dc3545;
  width: 42px;
}

.btn-active {
  background-color: #1aa9ca;
  color: white;
}

.btn-active:hover {
  background-color: #1796b3;
  color: white;
}

.btn-success {
  background-color: #dcfce7;
  color: #16a34a;
}

.theme-btn-bg {
  background-color: #1d2c4c;
  color: #ffffff;
  border-color: #1d2c4c;
}

.theme-btn-bg:hover {
  background-color: #566179;
}

.theme-btn-primary {
  background-color: #27496d;
  color: #ffffff;
  border-color: #27496d;
}

.theme-btn-primary:hover {
  background-color: #5d7792;
}

.theme-btn-secondary,
.theme-btn-secondary-row {
  background-color: #167c93;
  color: #ffffff;
  border-color: #167c93;
}

.theme-btn-secondary:hover,
.theme-btn-secondary-row:hover {
  background-color: #509dae;
}

.theme-btn-secondary-row {
  color: #fff;
}

.theme-btn-highlight {
  background-color: #1aa9ca;
  color: #1d2c4c;
  border-color: #1aa9ca;
}

.theme-btn-highlight:hover {
  background-color: #53bfd7;
}

.theme-btn-text {
  background-color: #ffffff;
  color: #1d2c4c;
  border-color: #ffffff;
}

.theme-btn-text:hover {
  background-color: #c7cad2;
}

.disabled-vgroup-button {
  background-color: #dadada;
  pointer-events: none;
}

.btn-tool {
  font-size: 0.9rem;
}

.diable-href a {
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.theme-badge-bg {
  background-color: #1d2c4c;
  color: #ffffff;
  border-color: #1d2c4c;
}

.theme-badge-primary {
  background-color: #27496d;
  color: #ffffff;
  border-color: #27496d;
}

.theme-badge-secondary {
  background-color: #167c93;
  color: #27496d;
  border-color: #167c93;
}

.theme-badge-highlight {
  background-color: #1aa9ca;
  color: #1d2c4c;
  border-color: #1aa9ca;
}

.theme-badge-text {
  background-color: #ffffff;
  color: #1d2c4c;
  border-color: #ffffff;
}

.theme-badge-group {
  margin: 5px;
}

.theme-badge-group .theme-badge-left {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.theme-badge-group .theme-badge-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.theme-callout {
  font-size: 1rem;
  padding-right: 0.75rem;
}

.theme-callout .form-group {
  margin-bottom: 0.5rem;
}

.theme-callout .form-group label {
  font-size: 0.8rem;
  color: rgba(29, 44, 76, 0.7);
  margin-bottom: 0px;
}

.theme-callout .form-group .content {
  overflow-x: scroll;
  margin-right: 0.75rem;
}

.theme-callout-bg-light {
  border-left-color: #1d2c4c;
  background-color: #c7cad2;
  color: #1d2c4c;
}

.theme-callout-bg-dark {
  border-left-color: #1d2c4c;
  background-color: #162139;
  color: #ffffff;
}

.theme-callout-primary-light {
  border-left-color: #27496d;
  background-color: #c9d2db;
  color: #1d2c4c;
}

.theme-callout-primary-dark {
  border-left-color: #27496d;
  background-color: #1d3752;
  color: #ffffff;
}

.theme-callout-secondary-light {
  border-left-color: #167c93;
  background-color: #c5dee4;
  color: #1d2c4c;
}

.theme-callout-secondary-dark {
  border-left-color: #167c93;
  background-color: #115d6e;
  color: #ffffff;
}

.theme-callout-highlight-light {
  border-left-color: #1aa9ca;
  background-color: #c6eaf2;
  color: #1d2c4c;
}

.theme-callout-highlight-dark {
  border-left-color: #1aa9ca;
  background-color: #147f98;
  color: #ffffff;
}

.theme-callout-text-light {
  border-left-color: #ffffff;
  background-color: white;
  color: #1d2c4c;
}

.theme-callout-text-dark {
  border-left-color: #ffffff;
  background-color: #bfbfbf;
  color: #ffffff;
}

.widget-company .card-footer,
.widget-company .company-banner-footer {
  padding-top: 40px;
}

.widget-company .card-body {
  padding-top: 40px;
}

.widget-company .widget-company-logo,
.widget-company .company-banner-logo {
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 80px;
}

.widget-company .widget-company-logo img,
.widget-company .company-banner-logo img {
  border: 3px solid #ffffff;
  width: 90px;
  height: 90px;
  background-color: #fff;
}

.widget-company .company-edit {
  top: 180px;
}

.widget-company .widget-company-header,
.widget-company .company-banner {
  height: 135px;
  padding: 1rem;
  text-align: center;
}

.widget-company .widget-company-header .widget-company-name,
.widget-company .company-banner .widget-company-name {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.widget-company .widget-company-header .widget-company-desc,
.widget-company .company-banner .widget-company-desc {
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.widget-course .card-footer,
.widget-course .widget-company .company-banner-footer,
.widget-company .widget-course .company-banner-footer {
  padding-top: 20px;
}

.widget-course .card-body {
  padding-top: 20px;
}

.widget-course .widget-course-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 135px;
  padding: 1rem;
  text-align: center;
}

.global-course-card,
.product-card {
  padding-left: 0px;
}

@media (min-width: 576px) {
  .global-course-card,
  .product-card {
    padding-left: 25px;
  }
}

.global-course-card .grabber,
.product-card .grabber {
  color: #b0b0b0;
  padding: 7px 7px 7px 7px;
  width: 100%;
  position: flex;
}

@media (min-width: 576px) {
  .global-course-card .grabber,
  .product-card .grabber {
    width: 25px;
    padding: 7px 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}

.global-course-card .course-card-image,
.product-card .course-card-image {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.25rem;
}

@media (min-width: 576px) {
  .global-course-card .course-card-image,
  .product-card .course-card-image {
    border-top-right-radius: 0.25rem;
  }
}

.global-course-card .course-card-header,
.product-card .course-card-header {
  border-radius: 0.25rem;
  left: 0px;
  padding-right: 30px;
}

@media (min-width: 576px) {
  .global-course-card .course-card-header,
  .product-card .course-card-header {
    left: 25px;
  }
}

.global-course-card .global-course-badge,
.product-card .global-course-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  color: #fff;
  padding: 5px;
  background-color: #4dc0b5;
  font-size: 0.8rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .global-course-card .global-course-badge,
  .product-card .global-course-badge {
    border-bottom-left-radius: 0.25rem;
  }
}

.global-course-card .detach-course,
.product-card .detach-course {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  color: #e3342f;
  padding: 5px;
  background-color: #fff;
  font-size: 0.8rem;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
}

.global-course-card .detach-course:hover,
.product-card .detach-course:hover {
  cursor: pointer;
}

.product-card {
  padding-left: 0px;
}

.product-card .course-card-header {
  left: 0;
}

.support-marterial-card {
  background-color: transparent;
  color: #ffffff;
  margin-top: 1.5rem;
}

.support-marterial-card .card-header {
  border-bottom: 1px solid #8e96a6;
  padding: 0;
  padding-bottom: 4px;
}

.support-marterial-card .card-header .card-title {
  color: #ffffff;
}

.support-marterial-card .card-body {
  padding: 0.75rem 0;
}

.lesson-panel .lesson-list-card,
.lesson-panel .lesson-listings {
  margin-bottom: 15px;
}

.lesson-panel .lesson-list-card .lesson-img,
.lesson-panel .lesson-listings .lesson-img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  height: 165px;
  margin-top: 33px;
}

.lesson-panel .lesson-list-card .lesson-img .lesson-btn-group,
.lesson-panel .lesson-listings .lesson-img .lesson-btn-group {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.lesson-panel .lesson-list-card .lesson-img .edit-lesson,
.lesson-panel .lesson-listings .lesson-img .edit-lesson,
.lesson-panel .lesson-list-card .lesson-img .edit-quiz,
.lesson-panel .lesson-listings .lesson-img .edit-quiz {
  text-align: center;
  cursor: pointer;
}

@media (min-width: 576px) {
  .lesson-panel .lesson-list-card .lesson-img,
  .lesson-panel .lesson-listings .lesson-img {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    top: 0;
    margin-top: 0;
    height: auto;
  }
}

.lesson-panel .lesson-list-card .lesson-img .lesson-grabber,
.lesson-panel .lesson-listings .lesson-img .lesson-grabber {
  position: absolute;
  background-color: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
  top: -33px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 5px 0 5px 10px;
  text-align: left;
  cursor: pointer;
}

@media (min-width: 576px) {
  .lesson-panel .lesson-list-card .lesson-img .lesson-grabber,
  .lesson-panel .lesson-listings .lesson-img .lesson-grabber {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    top: 0;
    width: auto;
    height: 100%;
    padding: 10px;
    text-align: center;
  }
}

.lesson-panel .lesson-list-card .card-body,
.lesson-panel .lesson-listings .card-body {
  position: relative;
  height: 165px;
}

.lesson-panel .lesson-list-card .card-body .lesson-type,
.lesson-panel .lesson-listings .card-body .lesson-type {
  min-width: 100px;
  position: absolute;
  bottom: 15px;
}

.lesson-panel .lesson-list-card .card-body .lesson-status,
.lesson-panel .lesson-listings .card-body .lesson-status {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 0.6rem;
}

.lesson-panel .lesson-list-card .card-body .lesson-status .left,
.lesson-panel .lesson-listings .card-body .lesson-status .left {
  padding: 3px 6px;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #404040;
}

.lesson-panel .lesson-list-card .card-body .lesson-status .right,
.lesson-panel .lesson-listings .card-body .lesson-status .right {
  padding: 3px 6px;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #404040;
  border-left: none;
}

.lesson-panel .lesson-list-card .card-body .lesson-status .error,
.lesson-panel .lesson-listings .card-body .lesson-status .error {
  background-color: #e3342f;
  color: #fff;
}

.lesson-panel .lesson-list-card .card-body .lesson-status .processing,
.lesson-panel .lesson-listings .card-body .lesson-status .processing {
  background-color: #f6993f;
  color: #fff;
}

.lesson-panel .lesson-list-card .card-body .lesson-status .complete,
.lesson-panel .lesson-listings .card-body .lesson-status .complete {
  background-color: #38c172;
  color: #fff;
}

.lesson-listings {
  margin-bottom: 15px;
  position: relative;
}

.lesson-listings .lesson-active {
  border: 6px solid #1aa9ca;
}

.lesson-listings .course-action-board {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1rem;
  color: #ffffff;
}

.lesson-listings .course-action-board:hover {
  color: #1aa9ca;
}

.lesson-listings .card {
  background-color: transparent;
}

.lesson-listings .lesson-img {
  height: 0;
  padding-top: 56.25%;
  border-radius: 0.25rem;
}

@media (min-width: 576px) {
  .lesson-listings .lesson-img {
    border-radius: 0.25rem;
    top: 0;
    margin-top: 0;
    padding-top: 0;
    height: auto;
  }
}

.lesson-listings .lesson-img .lesson-completed {
  background-color: rgba(29, 44, 76, 0.9);
  padding: 2px 4px;
  border-radius: 0.25rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.2rem;
  color: #7ec820;
  border: 1px solid #ffffff;
}

.lesson-listings .lesson-img .lesson-completed span {
  color: #ffffff;
  font-size: 0.7rem;
}

.lesson-listings .card-body {
  height: 190px;
  background-color: transparent;
  color: #ffffff;
}

.lesson-listings .card-body .card-title {
  font-size: 0.9rem;
}

.lesson-listings .card-body .card-text {
  font-size: 0.8rem;
}

.lesson-listings .lesson-active-mobile {
  border-right: 9px solid #1aa9ca;
}

@media (min-width: 576px) {
  .lesson-listings .lesson-active-mobile {
    border-right: none;
  }
}

@media (min-width: 576px) {
  .lesson-listings .lesson-active-desktop {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-right: 9px solid #1aa9ca;
  }
}

.lesson-wrapper {
  width: 100%;
}

@media (min-width: 576px) {
  .lesson-wrapper {
    width: 80%;
  }
}

.lesson-wrapper .lesson-viewer,
.lesson-wrapper .articulate-viewer,
.lesson-wrapper .pdf-viewer {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow-y: hidden;
}

.lesson-wrapper .lesson-viewer iframe,
.lesson-wrapper .articulate-viewer iframe,
.lesson-wrapper .pdf-viewer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lesson-wrapper .articulate-viewer,
.lesson-wrapper .pdf-viewer {
  height: 50vh;
  padding-top: 0;
}

@media (min-width: 576px) {
  .lesson-wrapper .articulate-viewer,
  .lesson-wrapper .pdf-viewer {
    /*padding-top:56.25%;*/
  }
}

.lesson-wrapper .text-viewer {
  position: relative;
  overflow-y: hidden;
  height: auto;
  padding-top: 0;
}

.lesson-wrapper .text-viewer .col-12 {
  position: relative;
}

.lesson-wrapper .text-viewer img {
  width: 100%;
}

.lesson-wrapper .text-viewer .embed-responsive {
  width: 100% !important;
  height: 0;
  padding-top: 56.25%;
}

.lesson-wrapper .text-viewer blockquote {
  background-color: rgba(255, 255, 255, 0);
  border-color: #27496d;
  font-size: 1.1rem;
}

.lesson-wrapper .text-viewer blockquote cite {
  font-size: 0.8rem;
}

.lesson-wrapper .text-viewer pre {
  color: #8e96a6;
}

.lesson-wrapper .quiz-viewer {
  position: relative;
  min-height: 450px;
  padding-top: 0;
  overflow-y: scroll;
}

@media (min-width: 576px) {
  .lesson-wrapper .quiz-viewer {
    position: relative;
    min-height: 0;
    padding-top: 56.25%;
    overflow-y: hidden;
  }
}

.lesson-wrapper .info {
  color: #ffffff;
}

.lesson-wrapper .info .course-title {
  padding-bottom: 5px;
}

.lesson-wrapper .lesson-preview,
.lesson-wrapper .course-preview {
  display: block;
  position: relative;
}

@media (min-width: 576px) {
  .lesson-wrapper .lesson-preview,
  .lesson-wrapper .course-preview {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
}

.lesson-wrapper .lesson-preview .lesson-preview-image,
.lesson-wrapper .course-preview .lesson-preview-image {
  min-height: 200px;
  height: auto;
}

@media (min-width: 576px) {
  .lesson-wrapper .lesson-preview .lesson-preview-image,
  .lesson-wrapper .course-preview .lesson-preview-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.lesson-wrapper .lesson-preview .lesson-complete-logo,
.lesson-wrapper .course-preview .lesson-complete-logo {
  position: absolute;
  top: 15%;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px;
}

@media (min-width: 576px) {
  .lesson-wrapper .lesson-preview .lesson-complete-logo,
  .lesson-wrapper .course-preview .lesson-complete-logo {
    top: 0;
  }
}

.lesson-wrapper .lesson-preview .lesson-complete-logo .complete-logo,
.lesson-wrapper .course-preview .lesson-complete-logo .complete-logo {
  display: none;
}

@media (min-width: 576px) {
  .lesson-wrapper .lesson-preview .lesson-complete-logo .complete-logo,
  .lesson-wrapper .course-preview .lesson-complete-logo .complete-logo {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 96px;
    height: 96px;
  }

  .lesson-wrapper .lesson-preview .lesson-complete-logo .complete-logo i,
  .lesson-wrapper .course-preview .lesson-complete-logo .complete-logo i {
    color: #38c172;
    font-size: 6rem;
  }
}

.lesson-wrapper .lesson-preview .course-price,
.lesson-wrapper .course-preview .course-price {
  position: absolute;
  top: 5px;
  right: 5px;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .lesson-wrapper .lesson-preview .course-price,
  .lesson-wrapper .course-preview .course-price {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.lesson-wrapper .lesson-preview .course-price .price,
.lesson-wrapper .course-preview .course-price .price {
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 2px 5px 0px 5px;
  background-color: #1aa9ca;
  color: #1d2c4c;
}

.lesson-wrapper .course-info {
  color: #ffffff;
  width: 100%;
}

.lesson-wrapper .course-info .course-title {
  color: #ffffff;
  font-size: 1.1rem;
  padding: 10px 0px 5px 0px;
  margin-bottom: 1rem;
  border-bottom: 2px solid #27496d;
}

.lesson-wrapper .course-info p {
  font-size: 0.9rem;
}

.lesson-prev,
.lesson-next {
  font-size: 1rem;
}

.lesson-prev span,
.lesson-next span {
  color: #ffffff;
}

.iframe-articulate-button {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #444;
  border: 0;
}

.iframe-articulate-button:hover {
  background: #1aa9ca;
}

.lesson-viewer-full-screen {
  position: fixed !important;
  width: 100vw !important;
  height: 100vh !important;
  top: 0;
  left: 0;
  z-index: 9998;
}

.articulate_warning {
  width: 100%;
  margin-top: 5px;
  padding: 2px 6px;
  border: 1px solid #f6993f;
  font-size: 0.8rem;
  background-color: #fdebd9;
  color: #f6993f;
}

.lesson-carousel-card {
  position: relative;
}

.lesson-carousel-card .item-name {
  display: block;
  position: relative;
}

.lesson-carousel-card .item-description {
  padding: 0.5rem 0rem;
  font-size: 0.7rem;
  line-height: 1.25rem;
  display: block;
  position: relative;
  max-height: 150px;
  overflow-x: auto;
}

.lesson-carousel-card .active {
  border: 4px solid #1aa9ca;
}

.accreditation-list-card,
.admin-accreditation-list-card {
  margin-bottom: 15px;
}

.accreditation-list-card a,
.admin-accreditation-list-card a {
  color: #000;
  cursor: pointer;
}

.accreditation-list-card .card,
.admin-accreditation-list-card .card {
  background-color: transparent;
}

.accreditation-list-card .accreditation-img,
.admin-accreditation-list-card .accreditation-img {
  height: 0;
  padding-top: 56.25%;
  border-radius: 0.25rem;
  position: relative;
}

@media (min-width: 576px) {
  .accreditation-list-card .accreditation-img,
  .admin-accreditation-list-card .accreditation-img {
    border-radius: 0.25rem;
    top: 0;
    margin-top: 0;
    padding-top: 0;
    height: auto;
  }
}

.accreditation-list-card .accreditation-img .accreditation-status,
.admin-accreditation-list-card .accreditation-img .accreditation-status {
  background-color: rgba(29, 44, 76, 0.9);
  padding: 2px 4px;
  border-radius: 0.25rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.2rem;
  color: #7ec820;
  border: 1px solid #ffffff;
}

.accreditation-list-card .accreditation-img .accreditation-status span,
.admin-accreditation-list-card .accreditation-img .accreditation-status span {
  color: #ffffff;
  font-size: 0.7rem;
}

.accreditation-list-card .accreditation-img .accreditation-logo,
.admin-accreditation-list-card .accreditation-img .accreditation-logo {
  position: absolute;
  top: 25%;
}

.accreditation-list-card .accreditation-img .accreditation-logo:hover,
.admin-accreditation-list-card .accreditation-img .accreditation-logo:hover {
  color: #fff;
}

@media (min-width: 576px) {
  .accreditation-list-card .accreditation-img .accreditation-logo,
  .admin-accreditation-list-card .accreditation-img .accreditation-logo {
    position: inherit;
    top: 0;
  }
}

.accreditation-list-card .accreditation-img .accreditation-logo i,
.admin-accreditation-list-card .accreditation-img .accreditation-logo i {
  font-size: 6rem;
}

.accreditation-list-card .card-body,
.admin-accreditation-list-card .card-body {
  position: relative;
  height: 190px;
  background-color: transparent;
  color: #ffffff;
}

.accreditation-list-card .card-body .card-title,
.admin-accreditation-list-card .card-body .card-title {
  font-size: 0.9rem;
}

.accreditation-list-card .card-body .card-title:hover,
.admin-accreditation-list-card .card-body .card-title:hover {
  color: #1aa9ca;
}

.accreditation-list-card .card-body .card-text,
.admin-accreditation-list-card .card-body .card-text {
  font-size: 0.8rem;
}

.accreditation-list-card .submitted-date,
.admin-accreditation-list-card .submitted-date {
  position: absolute;
  bottom: 5px;
  color: #1aa9ca;
  padding-top: 5px;
  font-size: 0.7rem;
}

.accreditation-question-card {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}

.accreditation-question-card .btn-complete {
  background-color: #38c172;
  color: #fff;
}

.accreditation-question-card .question-text {
  font-size: 1rem;
  color: #1aa9ca;
}

.accreditation-question-card .question-card .card-title {
  font-size: 1rem;
}

.accreditation-question-card .question-card .card-body .form-check {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 15px;
}

.accreditation-question-card .question-card .card-body .form-check input[type=radio] {
  border: 0px;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.accreditation-question-card .question-card .card-body .row {
  margin-bottom: 15px !important;
}

.accreditation-question-card .question-card .card-body .row [class*=icheck-] > label {
  padding-left: 35px !important;
  font-weight: normal;
}

.accreditation-question-card .question-card .card-body .row [class*=icheck-] > input:first-child + label::before,
.accreditation-question-card .question-card .card-body .row [class*=icheck-] > input:first-child + input[type=hidden] + label::before {
  margin-left: -35px !important;
  border: 1px solid #000;
}

.accreditation-question-card .question-card .card-body .row [class*=icheck-] > input:first-child + label::after,
.accreditation-question-card .question-card .card-body .row [class*=icheck-] > input:first-child + input[type=hidden] + label::after {
  margin-left: 0px !important;
}

.accreditation-question-card .question-card .card-body .row .icheck-primary {
  font-size: 1rem;
  line-height: 2rem;
}

.accreditation-question-card .feedback label {
  color: #1aa9ca;
}

.accreditation-question-card .feedback textarea {
  background-color: #1aa9ca;
  border-color: #1aa9ca;
  pointer-events: none;
}

.accreditation-submitted,
.admin-accreditation-submitted {
  color: #ffffff;
  margin-bottom: 30px;
}

.accreditation-submitted .question-label,
.admin-accreditation-submitted .question-label {
  font-size: 0.7rem;
  color: #167c93;
  font-weight: bold;
  margin-top: 20px;
}

.accreditation-submitted .question,
.admin-accreditation-submitted .question {
  font-size: 0.9;
  font-style: italic;
}

.accreditation-submitted .answer-label,
.admin-accreditation-submitted .answer-label {
  font-size: 0.7rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}

.accreditation-submitted .answer,
.admin-accreditation-submitted .answer {
  font-size: 0.9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding-bottom: 5px;
}

.accreditation-submitted .comments-label,
.admin-accreditation-submitted .comments-label {
  font-size: 0.7rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}

.accreditation-submitted .comments,
.admin-accreditation-submitted .comments {
  font-size: 0.7;
  color: rgba(255, 255, 255, 0.7);
}

.accreditation-submitted .completed_feedback,
.admin-accreditation-submitted .completed_feedback {
  font-style: italic;
  font-size: 0.7rem;
}

.submission-message {
  font-size: 0.9rem;
  color: #ffffff;
  padding: 15px 0px;
}

.admin-accreditation-list-card {
  border-radius: 0.25rem;
  background-color: #167c93;
}

.admin-accreditation-list-card .card-body {
  background-color: #167c93;
  color: #1d2c4c;
  padding-top: 0.5rem;
}

.admin-accreditation-list-card .card-body .card-title:hover {
  color: #1aa9ca;
}

.admin-accreditation-list-card .card-body .card-text {
  font-size: 0.8rem;
}

.admin-accreditation-list-card .resource-img {
  position: relative;
}

.admin-accreditation-list-card .resource-img .attemptNo {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  background-color: #27496d;
  color: #ffffff;
  padding: 2px 12px;
  border-top-left-radius: 0.25rem;
}

.resit {
  font-size: 1.1rem;
  padding: 6px 12px;
  background-color: #38c172;
  color: white;
  text-align: center;
  width: 100%;
  border-radius: 0.25rem;
}

.admin-accreditation-submitted {
  margin-bottom: 10px;
  color: #000;
}

.admin-accreditation-submitted .question-label {
  color: #167c93;
}

.admin-accreditation-submitted .answer-label {
  color: rgba(0, 0, 0, 0.7);
}

.admin-accreditation-submitted .answer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.admin-accreditation-submitted .comments-label {
  color: rgba(0, 0, 0, 0.7);
}

.admin-accreditation-submitted .comments {
  color: rgba(0, 0, 0, 0.7);
}

.admin-accreditation-submitted .feedback {
  margin-top: 2px;
  padding: 0px 6px 0px 6px;
  background-color: #fce0c5;
}

.admin-accreditation-submitted .feedback .feedback-text {
  font-size: 0.8rem;
  font-style: italic;
}

.accreditation-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.submission-feedback,
.submission-overview {
  background-color: rgba(22, 124, 147, 0.1);
}

.feedback-form {
  padding-bottom: 20px;
}

.answer-good {
  border-left: 12px solid #38c172;
  padding-left: 12px;
}

.answer-resit {
  border-left: 12px solid #e3342f;
  padding-left: 12px;
}

.resource-panel .resource-list-card .resource-img,
.resource-panel .resource-listings .resource-img,
.resource-panel .order-item-listings .resource-img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  height: 165px;
  margin-top: 33px;
}

@media (min-width: 576px) {
  .resource-panel .resource-list-card .resource-img,
  .resource-panel .resource-listings .resource-img,
  .resource-panel .order-item-listings .resource-img {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    top: 0;
    margin-top: 0;
    height: auto;
  }
}

.resource-panel .resource-list-card .card-body,
.resource-panel .resource-listings .card-body,
.resource-panel .order-item-listings .card-body {
  position: relative;
  height: 165px;
}

.resource-panel .resource-list-card .card-body .edit-lesson,
.resource-panel .resource-listings .card-body .edit-lesson,
.resource-panel .order-item-listings .card-body .edit-lesson {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  cursor: pointer;
}

.resource-panel .resource-list-card .card-body .resource-type,
.resource-panel .resource-listings .card-body .resource-type,
.resource-panel .order-item-listings .card-body .resource-type {
  min-width: 100px;
  position: absolute;
  bottom: 15px;
}

.resource-listings .card,
.order-item-listings .card {
  background-color: transparent;
  margin-bottom: 0.5rem;
}

.resource-listings .resource-img,
.order-item-listings .resource-img {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  border-radius: 0.25rem;
  position: relative;
}

@media (min-width: 576px) {
  .resource-listings .resource-img,
  .order-item-listings .resource-img {
    border-radius: 0.25rem;
    top: 0;
    margin-top: 0;
    padding-top: 0;
    height: auto;
  }
}

.resource-listings .resource-img .play-hover,
.order-item-listings .resource-img .play-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.resource-listings .resource-img .play-hover i,
.order-item-listings .resource-img .play-hover i {
  font-size: 4rem;
}

@media (min-width: 576px) {
  .resource-listings .resource-img .play-hover,
  .order-item-listings .resource-img .play-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 98;
    opacity: 0;
    transition: opacity 0.5s;
  }

  .resource-listings .resource-img .play-hover i,
  .order-item-listings .resource-img .play-hover i {
    font-size: 4rem;
  }
}

.resource-listings .resource-img .play-hover:hover,
.order-item-listings .resource-img .play-hover:hover {
  opacity: 1;
  transition: opacity 0.5s;
}

.resource-listings .card-body,
.order-item-listings .card-body {
  /*height:190px;*/
  background-color: transparent;
  color: #ffffff;
}

.resource-listings .card-body .card-title,
.order-item-listings .card-body .card-title {
  font-size: 0.9rem;
}

.resource-listings .card-body .card-title a,
.order-item-listings .card-body .card-title a {
  color: #1aa9ca;
}

.resource-listings .card-body .card-title a:hover,
.order-item-listings .card-body .card-title a:hover {
  color: #ffffff;
}

.resource-listings .card-body .card-text,
.order-item-listings .card-body .card-text {
  font-size: 0.8rem;
}

.resource-listings .resource-active-mobile,
.order-item-listings .resource-active-mobile {
  border-right: 9px solid #1aa9ca;
}

@media (min-width: 576px) {
  .resource-listings .resource-active-mobile,
  .order-item-listings .resource-active-mobile {
    border-right: none;
  }
}

@media (min-width: 576px) {
  .resource-listings .resource-active-desktop,
  .order-item-listings .resource-active-desktop {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-right: 9px solid #1aa9ca;
  }
}

.resource-wrapper {
  width: 100%;
}

@media (min-width: 576px) {
  .resource-wrapper {
    width: 70%;
  }
}

.resource-wrapper .resource-viewer {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow-y: hidden;
}

.resource-wrapper .resource-viewer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grabber {
  cursor: pointer;
}

.category-title {
  color: #ffffff;
  font-size: 1.2rem;
  padding: 10px 0px 5px 0px;
  margin-bottom: 1rem;
  border-bottom: 2px solid #27496d;
}

.category-title a {
  color: #ffffff;
}

.category-title a:hover {
  color: #1aa9ca;
}

.category-carousel .slick-track {
  margin-left: 0;
}

.category-carousel .carousel {
  margin: 0 0rem;
  padding: 0 0px;
}

@media (min-width: 576px) {
  .category-carousel .carousel {
    margin: 0 1rem;
    padding: 0 10px;
  }
}

.category-carousel .carousel .slick-slide {
  margin: 0 0.5rem !important;
}

.category-carousel .carousel .slick-prev {
  margin-left: 10px;
  z-index: 100;
  height: 100%;
  width: 30px;
  font-size: 30px;
  background-color: #1d2c4c;
}

.category-carousel .carousel .slick-prev:hover {
  background-color: #27496d;
}

.category-carousel .carousel .slick-prev:before,
.category-carousel .carousel .slick-next:before {
  font-size: 30px;
  color: #ffffff;
}

.category-carousel .carousel .slick-next {
  margin-right: 10px;
  z-index: 100;
  height: 100%;
  width: 30px;
  font-size: 30px;
  background-color: #1d2c4c;
}

.category-carousel .carousel .slick-next:hover {
  background-color: #27496d;
}

.course-card-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  color: #fff;
}

.course-global-text {
  position: absolute;
  bottom: 35px;
  right: 4px;
}

.no-category-attached {
  position: absolute;
  top: 0;
  left: 0;
  color: #f6993f;
  padding: 5px 5px;
}

.no-category-attached i {
  font-size: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
}

.tabs-card-tools {
  position: absolute;
  width: auto;
  top: 8px;
  right: 15px;
}

.course-card {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
  background-color: #1d2c4c;
  margin-bottom: 0;
}

.course-card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-card .course-card-price,
.course-card .course-card-viewed,
.course-card .course-card-complete {
  white-space: nowrap;
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 60px;
  min-height: 21px;
  padding: 2px 6px;
  border-radius: 0.25rem;
  background-color: #1aa9ca;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  cursor: pointer;
}

.course-card .course-card-price:hover,
.course-card .course-card-viewed:hover,
.course-card .course-card-complete:hover {
  background-color: #031215;
  color: #ffffff;
}

.course-card .course-card-complete {
  background-color: #38c172;
  color: #000;
  min-width: 0px;
}

.course-card .course-card-viewed {
  background-color: #1B8080;
  color: #000;
  min-width: 0px;
}

.course-card .item-name {
  padding: 5px;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.course-card .item-name a {
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.course-card .item-name a:hover {
  color: #1aa9ca;
  border: none;
  cursor: pointer;
  outline: none;
}

.course-card .item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  color: #27496d;
  padding: 5px 5px;
  z-index: 10;
  opacity: 1;
  transition: all linear 0.35s;
}

.course-card .item-info:hover {
  color: #1aa9ca;
}

.course-card .item-info i {
  font-size: 2rem;
  color: #fff;
}

.course-card .item-info i:hover {
  cursor: pointer;
  /*background-color: $theme-primary-color;*/
}

.course-card .item-info-hide {
  transition: all linear 0.35s;
  opacity: 0;
}

.course-card .item-description {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px 5px;
  background-color: #1d2c4c;
  color: #ffffff;
  font-size: 0.8rem;
  opacity: 0;
  transition: all linear 0.5s;
}

.course-card .item-description-show {
  display: block;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all linear 0.5s;
  overflow-y: auto;
  opacity: 0.9;
  z-index: 10;
  cursor: pointer;
}

.course-card-hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.start-course,
.buy-course {
  color: #ffffff;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 3rem;
  cursor: pointer;
}

.start-course a,
.buy-course a {
  color: #ffffff;
}

.start-course a:hover,
.buy-course a:hover {
  color: #1aa9ca;
}

.start-course a .start-course-label,
.buy-course a .start-course-label {
  position: relative;
  top: -8px;
  margin-left: 5px;
  font-size: 1.5rem;
}

.buy-course {
  font-size: 1.5rem;
  padding-bottom: 10px;
  cursor: pointer;
}

.buy-course a {
  color: #ffffff;
}

.buy-course a:hover {
  color: #1aa9ca;
}

.buy-course a .start-course-label {
  position: relative;
  top: -4px;
  margin-left: 5px;
  font-size: 1.2rem;
}

.course-preview {
  height: auto !important;
  padding-top: 0 !important;
}

.widget-company .company-banner {
  height: 200px;
}

.widget-company .company-banner-logo {
  left: 50%;
  top: 140px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
}

.widget-company .company-banner-logo img {
  padding: 0px;
  width: 120px;
  height: 120px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .widget-company .company-banner-logo {
    left: 21px;
    margin-left: 2px;
  }
}

.widget-company .company-banner-footer {
  margin-left: 0px;
  padding-top: 80px;
  background-color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .widget-company .company-banner-footer {
    margin-left: 140px;
    padding: 24px;
    text-align: left;
  }
}

.btn-credentials {
  position: relative;
  padding: 20px;
  font-size: 3rem;
  color: #fff;
  height: 80px;
}

.btn-credentials .credential-icon {
  display: block;
}

.btn-credentials .credential-name {
  display: none;
  font-size: 0.8rem;
  padding-top: 5px;
}

.btn-credentials:hover .credential-icon {
  display: none;
}

.btn-credentials:hover .credential-name {
  display: block;
  font-size: 1.5rem;
}

.btn-credentials .trash-credentials {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 1rem;
}

.video-status {
  padding-bottom: 2rem;
}

.video-status .left {
  padding: 6px 12px;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #404040;
}

.video-status .right {
  padding: 6px 12px;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #404040;
  border-left: none;
}

.video-status .error {
  background-color: #e3342f;
  color: #fff;
}

.video-status .processing {
  background-color: #f6993f;
  color: #fff;
}

.video-status .complete {
  background-color: #38c172;
  color: #fff;
}

.resource-card-tl {
  background-color: transparent;
}

.resource-card {
  position: relative;
  max-height: 250px;
  min-height: 200px;
  border-radius: 0rem;
}

.resource-card .resource-card-outline {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0rem;
  background-color: transparent;
  border: 6px solid rgba(255, 255, 255, 0.3);
}

.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 52.4633207373%;
  background: white;
  position: relative;
}

.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flexbox-centering {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.viewport-sizing {
  font-size: 5vw;
}

.thank-you-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 0;
  background-color: #fff;
}

@media (min-width: 576px) {
  .thank-you-modal {
    background-color: rgba(0, 0, 0, 0.75);
  }
}

.thank-you-modal .thank-you-header {
  border-bottom: none !important;
}

.thank-you-modal .thank-you-header h3 {
  border: 1px solid #fff;
  margin-bottom: 0;
  background-color: #27496d;
}

@media (min-width: 576px) {
  .thank-you-modal .thank-you-header h3 {
    border: none;
  }
}

.thank-you-modal .card {
  box-shadow: none;
}

@media (min-width: 768px) {
  .thank-you-modal .card {
    box-shadoow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
  }
}

.thank-you-modal .card .card-body a {
  color: #27496d;
}

.thank-you-modal .card .card-body a:hover {
  color: #167c93;
}

label.mailchimp {
  margin: 5px;
}

input#mailchimp {
  float: left;
  width: 25px;
  margin-right: 5px;
}

.account-menu .account-item {
  margin-bottom: 16px;
}

.account-menu .account-item a {
  color: #ffffff;
}

.account-menu .account-item a:hover {
  color: #1aa9ca;
}

.account-menu .account-item .item-body {
  position: relative;
  padding-left: 70px;
}

.account-menu .account-item .item-body .item-icon {
  position: absolute;
  left: 0;
  width: 70px;
  top: 0;
  bottom: 0;
  font-size: 2.5rem;
}

.account-menu .account-item .item-body .item-title {
  font-size: 1rem;
}

.account-menu .account-item .item-body .item-description {
  font-size: 0.9rem;
}

.copyright-footer {
  background-color: #1d2c4c;
  color: #ffffff;
  font-size: 0.7rem;
  padding-top: 0px;
  border-top: 0;
}

.copyright-footer .divider {
  height: 15px;
  padding: 0 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.copyright-footer .links .link {
  padding: 0px 10px;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

.copyright-footer .links .link:hover {
  color: #1aa9ca;
}

.copyright-footer .links .link:last-of-type {
  border-right: none;
}

.profile-form {
  color: #ffffff;
}

#terms,
#privacy {
  font-size: 0.8rem;
  color: #ffffff;
}

#terms h4,
#privacy h4 {
  color: #1aa9ca;
  padding-top: 15px;
  text-transform: capitalize;
  font-size: 1.1rem;
}

#terms .subhead,
#privacy .subhead {
  margin-bottom: 5px !important;
}

#terms p:last-of-type,
#privacy p:last-of-type {
  padding-bottom: 60px;
}

#terms h5,
#privacy h5 {
  color: #1aa9ca;
  text-transform: lowercase;
  text-transform: capitalize;
  font-size: 0.9rem;
  line-height: 1rem;
  margin-bottom: 3px;
}

#terms ul,
#privacy ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  list-style-type: none;
}

#terms ul li,
#privacy ul li {
  padding-bottom: 3px;
}

#terms a,
#privacy a {
  color: #1aa9ca;
}

#terms a:hover,
#privacy a:hover {
  color: #167c93;
}

.account-links .account-card {
  background-color: transparent;
  color: #ffffff;
  font-size: 1.2rem;
  border: 2px solid #27496d;
}

.account-links .account-card i {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.account-links .account-card div {
  text-align: center;
}

.account-links .account-card:hover {
  background-color: rgba(39, 73, 109, 0.7);
}

.feature-row {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.featured {
  margin-bottom: 1.5rem;
  width: 100%;
  position: relative;
  color: #ffffff;
}

.featured a {
  color: #ffffff;
}

.featured a:hover .featured-title {
  color: #1aa9ca;
}

.featured .featured-image {
  position: relative;
  height: 400px;
  width: 100%;
}

@media (min-width: 576px) {
  .featured .featured-image {
    height: 500px;
  }
}

.featured .featured-image .featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100;
  padding: 100px 20px 5px 20px;
}

.featured .item-info {
  bottom: 0;
  min-height: 325px;
  left: 10px;
  top: auto;
  transition: height 0.5s ease-in;
}

@media (min-width: 768px) {
  .featured .item-info {
    top: auto;
    bottom: 0;
    min-height: 50px;
    left: 10px;
  }
}

.featured .item-info-hide {
  top: auto;
  bottom: 0;
  min-height: 325px;
  left: 10px;
  opacity: 1;
  transition: height 0.5s ease-in;
}

@media (min-width: 768px) {
  .featured .item-info-hide {
    top: auto;
    bottom: 0;
    min-height: 420px;
    left: 10px;
    opacity: 1;
  }
}

.featured .featured-body {
  padding: 0.75rem;
  position: absolute;
  min-height: 55px;
  max-height: 325px;
  bottom: 0;
  background: rgba(29, 44, 76, 0.8);
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease-in;
}

.featured .featured-body .featured-title {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.featured .featured-subscription-body {
  padding: 0.75rem;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: rgba(29, 44, 76, 0.8);
}

.featured .featured-subscription-body .featured-subscription-title {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.featured .featured-subscription-body .featured-subscription-description {
  font-size: 0.8rem;
  height: auto;
  opacity: 1;
}

.featured .featured-body-show {
  padding-top: 2.75rem;
  min-height: 250px;
  max-height: 325px;
  opacity: 1;
  transition: all 0.5s ease-in;
}

@media (min-width: 576px) {
  .featured .featured-body-show {
    padding: 0.75rem;
    min-height: 425px;
  }
}

.featured .featured-description {
  font-size: 0.8rem;
  height: 0px;
  opacity: 0;
  transition-delay: all 0.2s;
  transition: all 0.5s ease-in;
}

.featured .featured-description-show {
  height: 250px;
  opacity: 1;
  transition-delay: all 0.2s;
  transition: all 0.5s ease-in;
}

.featured .featured-price {
  position: absolute;
  top: 80px;
  right: 10px;
  min-width: 80px;
  padding: 2px auto;
  background-color: #1aa9ca;
  color: #1d2c4c;
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.featured .featured-price:hover {
  background-color: #031215;
  color: #ffffff;
}

.slick-dots li.slick-active button.training-theme:before,
.slick-dots li button.training-theme:before,
.slick-dots li button.training-theme {
  color: #ffffff;
}

.subscription-row {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.subscription-banner {
  margin-bottom: 1.5rem;
  height: 30%;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

.subscription-banner a {
  color: #ffffff;
}

.subscription-banner a:hover .subscription-title {
  color: #1aa9ca;
}

.subscription-banner .subscription-image {
  position: relative;
  height: 200px;
  width: 100%;
}

@media (min-width: 576px) {
  .subscription-banner .subscription-image {
    height: 200px;
  }
}

.subscription-banner .subscription-body {
  padding: 0.75rem;
  position: absolute;
  min-height: 250px;
  max-height: 325px;
}

@media (min-width: 576px) {
  .subscription-banner .subscription-body {
    padding: 0.75rem;
    min-height: 250px;
  }
}

.subscription-banner .subscription-body .title {
  font-size: 3rem;
  font-family: "Sriracha", cursive;
}

.subscription-banner .subscription-body .description {
  font-size: 1rem;
}

.subscription-banner .subscription-body .price {
  font-size: 6.5rem;
  text-align: right;
  position: absolute;
  bottom: 40px;
  right: 20px;
  font-family: "Sriracha", cursive;
}

.subscription-card {
  overflow: hidden;
  background-color: transparent;
  color: #ffffff;
  padding: 0;
  box-shadow: none;
}

.subscription-card .card-img {
  position: relative;
}

.subscription-card .card-body .name {
  font-size: 1.3rem;
  text-align: left;
  color: #1d2c4c;
}

.subscription-card .card-body .description {
  padding: 0;
}

.subscription-card .card-body .description .subscription-info {
  color: #27496d;
}

.subscription-card .plans .plan {
  background-color: transparent;
  box-shadow: none;
}

.subscription-card .plans .plan .amount {
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  color: #27496d;
}

.subscription-card .plans .plan .interval {
  font-size: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.subscription-card .plans .plan .nickname {
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  padding-top: 0.75rem;
}

.subscription-card .plans .plan button {
  padding: 16px;
  font-size: 1.4rem;
  border: 1px solid #c3c3c3;
  border-radius: 0.25rem;
  background-color: #1d2c4c;
  color: #ffffff;
}

.subscription-card .plans .plan button:hover {
  background-color: rgba(39, 73, 109, 0.9);
  color: #ffffff;
}

.subscription-card .plans .plan .card-footer,
.subscription-card .plans .plan .widget-company .company-banner-footer,
.widget-company .subscription-card .plans .plan .company-banner-footer {
  background-color: transparent;
}

.subscription-card .subscription-active {
  width: 200px;
  background: rgba(39, 73, 109, 0.7);
  position: absolute;
  top: 25px;
  right: -50px;
  left: auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 50px;
  letter-spacing: 1px;
  color: #1d2c4c;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.button {
  color: #505050;
  border: 1px solid #505050;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
}

.smallText {
  font-size: 0.7rem;
}

ol li {
  margin-bottom: 1rem;
}

#copyToClipboard:hover {
  cursor: pointer;
  color: #00c3ff;
}

#copyToClipboard:hover i:hover {
  transform: scale(1.5, 1.5);
}

#registerGuestModal,
#confirmation-subscription-modal {
  background-color: rgba(255, 255, 255, 0.5);
}

#registerGuestModal .modal-content,
#confirmation-subscription-modal .modal-content {
  background-color: rgba(29, 44, 76, 0.8);
}

#registerGuestModal .modal-content .card-header,
#confirmation-subscription-modal .modal-content .card-header {
  color: #ffffff;
}

#registerGuestModal .modal-content #registerGuestForm .register-card-body,
#confirmation-subscription-modal .modal-content #registerGuestForm .register-card-body {
  background-color: transparent;
}

#registerGuestModal .modal-content #registerGuestForm .register-card-body .form-elements,
#confirmation-subscription-modal .modal-content #registerGuestForm .register-card-body .form-elements {
  background-color: #fff;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
}

#registerGuestModal .modal-content #update_payment_method,
#confirmation-subscription-modal .modal-content #update_payment_method {
  background-color: #fff;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
}

#registerGuestModal .modal-content .card-footer,
#registerGuestModal .modal-content .widget-company .company-banner-footer,
.widget-company #registerGuestModal .modal-content .company-banner-footer,
#confirmation-subscription-modal .modal-content .card-footer,
#confirmation-subscription-modal .modal-content .widget-company .company-banner-footer,
.widget-company #confirmation-subscription-modal .modal-content .company-banner-footer {
  color: #ffffff;
  background-color: transparent;
}

.brand-link {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 0.82rem 0.5rem;
  transition: width 0.3s ease-in-out;
}

.brand-link .brand-image {
  margin-left: 0 !important;
  max-height: 16px;
}

@media (min-width: 576px) {
  .brand-link .brand-image {
    max-height: 40px;
  }
}

@media (min-width: 768px) {
  .brand-link .brand-image {
    max-height: 52px;
  }
}

.brand-link .brand-text {
  padding-top: 0.15rem;
  display: none;
  visibility: hidden;
  opacity: 1 !important;
}

@media (min-width: 576px) {
  .brand-link .brand-text {
    visibility: visible !important;
    display: block !important;
    opacity: 1 !important;
  }
}

.admin-navbar {
  height: 76px;
  background-color: #1d2c4c;
  color: #ffffff;
  border-bottom: #1d2c4c;
}

.admin-navbar a {
  color: #ffffff;
}

.admin-navbar a:hover {
  color: #8bbec9;
}

.frontend-navbar {
  height: 76px;
  background-color: rgba(29, 44, 76, 0.8);
  color: #ffffff;
  border-bottom: #1d2c4c;
}

.frontend-navbar a {
  color: #ffffff;
}

.frontend-navbar a:hover {
  color: #8bbec9;
}

.admin-sidebar {
  font-size: 0.8rem;
  background-color: #1d2c4c;
  color: #167c93;
}

.admin-sidebar .sidebar .nav-link {
  color: #ffffff;
}

.admin-sidebar .sidebar .nav-link:hover {
  background-color: #1aa9ca;
  color: #1c4b6c;
}

.admin-sidebar .sidebar .nav-link a {
  color: #1c4b6c;
}

.admin-sidebar .sidebar .nav-pills .nav-link.active {
  background-color: #1aa9ca;
  color: #1c4b6c;
}

.admin-sidebar .sidebar .user-panel {
  border-bottom: 1px solid #27496d;
  margin-bottom: 5px;
}

.frontend-sidebar {
  font-size: 0.8rem;
  background-color: #1d2c4c;
  color: #167c93;
}

.frontend-sidebar .sidebar .nav-link {
  color: #ffffff;
}

.frontend-sidebar .sidebar .nav-link:hover {
  background-color: #1aa9ca;
  color: #1c4b6c;
}

.frontend-sidebar .sidebar .nav-link a {
  color: #1c4b6c;
}

.frontend-sidebar .sidebar .nav-pills .nav-link.active {
  background-color: #1aa9ca;
  color: #1c4b6c;
}

.frontend-sidebar .sidebar .user-panel {
  border-bottom: 1px solid #27496d;
  margin-bottom: 5px;
}

.frontend-sidebar .sidebar .logout-panel {
  border-top: 1px solid #1a3047;
}

.notification-content a,
.message-content a,
.notification-content-admin a,
.message-content-admin a {
  color: #000;
}

.notification-content a:hover,
.message-content a:hover,
.notification-content-admin a:hover,
.message-content-admin a:hover {
  color: #27496d;
}

.notification-content .dropdown-footer,
.message-content .dropdown-footer,
.notification-content-admin .dropdown-footer,
.message-content-admin .dropdown-footer {
  color: #000;
}

.notification-content .dropdown-footer:hover,
.message-content .dropdown-footer:hover,
.notification-content-admin .dropdown-footer:hover,
.message-content-admin .dropdown-footer:hover {
  background-color: #27496d;
  color: #ffffff;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.masterOverride {
  background-color: #000;
  color: #fff;
}

.masterOverride .sidebar .nav-link {
  color: #fff;
}

.masterOverride .sidebar .nav-link:hover {
  background-color: #1aa9ca;
  color: #1c4b6c;
}

.masterOverride .sidebar .nav-link a {
  color: #1c4b6c;
}

.transparent {
  background-color: transparent;
}

.dark-semi-transparent {
  background-color: rgba(0, 0, 0, 0.05);
}

.light-semi-transparent {
  background-color: rgba(255, 255, 255, 0.05);
}

.card.card-outline-tabs .card-header a:hover {
  border-top-color: #27496d;
}

.nav-tabs .nav-link {
  border: none;
  background-color: rgba(255, 255, 255, 0.05);
}

.nav-tabs .nav-link.active {
  border-top: 0 !important;
  background-color: #FFFFFF;
  color: #111827;
}

.clear-right {
  transition: transform ease-in-out 0.3s;
}

.rotate-chevron {
  transform: rotate(-90deg);
  transition: transform ease-in-out 0.3s;
}

.mm-tree-nav .nav-icon {
  margin-left: 0.05rem;
  font-size: 1.2rem;
  margin-right: 0.2rem;
  text-align: center;
  width: 1.6rem;
}

.mm-tree-nav .nav-treeview {
  display: none !important;
}

.mm-tree-nav.mm-menu-open .nav-treeview {
  display: block !important;
  height: auto !important;
}

.bundle-card {
  padding: 5px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.bundle-card:hover {
  background-color: #32c3e5;
  border: 2px solid #167c93;
}

.bundle-card .offer .amount {
  font-size: 2.2rem;
  line-height: 2rem;
  color: #27496d;
}

.bundle-card .offer .type {
  font-size: 0.8rem;
  color: #1d2c4c;
}

.bundle-card .offer .no-of-courses {
  padding: 2px 5px;
  width: 100%;
  font-size: 0.8rem;
  background-color: #27496d;
  color: #ffffff;
}

.bundle-card .offer .no-of-courses:hover {
  color: #ffffff;
}

.bundle-card .offer .name {
  font-size: 0.7rem;
  line-height: 0.9rem;
  padding-top: 3px;
  color: #1d2c4c;
}

#search-block {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 0px;
  height: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}

#search-block .content-wrapper {
  min-height: 0px !important;
}

#search-block.show {
  top: 75px;
  height: 60px;
  z-index: 20;
  opacity: 1;
  transition: all 0.5s;
}

#search-frame {
  background-color: rgba(29, 44, 76, 0.8);
  height: 60px;
  padding-top: 0;
  margin-top: 0;
}

#search-form {
  z-index: 1;
}

#search-form .input-group #search {
  background-color: #fff;
  z-index: 1;
}

#search-form .input-group .input-group-append button {
  background-color: #27496d;
  color: #ffffff;
}

#search-form .input-group .input-group-append button:hover {
  background-color: #1aa9ca;
  color: #27496d;
}

.search-results-title {
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.no-results {
  padding-top: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
}

.result-item {
  padding: 2px;
}

.result-item .result {
  background-color: transparent;
  border-bottom: 1px solid rgba(26, 169, 202, 0.5);
  padding: 2px 0px 10px 0px;
  margin-bottom: 10px;
}

.result-item .result:hover .name {
  color: rgba(255, 255, 255, 0.7);
}

.result-item .result:hover .description {
  color: rgba(255, 255, 255, 0.7);
}

.result-item .result:last-of-type {
  border-bottom: none;
}

.result-item .result .name {
  font-size: 0.9rem;
  color: #ffffff;
}

.result-item .result .description {
  font-size: 0.7rem;
  color: #ffffff;
}

.result-item .result .result-img {
  border-radius: 0.25rem;
}

.result-item .result .result-img .course-global-text {
  position: absolute;
  bottom: 0px;
  right: 4px;
}

.forum-board {
  background-color: #4a5670;
  color: #ffffff;
}

.forum-board:hover {
  color: #1aa9ca;
  background-color: #778094;
}

.forum-board .thread-count {
  float: right;
}

.thread-filters {
  background-color: #1d2c4c;
  border-color: #ffffff;
  color: #ffffff;
}

.thread-filters ul.thread-filter-list {
  margin-bottom: 0px;
  list-style: none;
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
}

.thread-filters ul.thread-filter-list a {
  color: #ffffff;
}

.thread-filters ul.thread-filter-list a:hover {
  color: #167c93;
}

.thread-filters ul.thread-filter-list li.filter-item .nav-link:hover {
  color: #1aa9ca;
}

.thread-filters ul.thread-filter-list li.filter-item .nav-link.active {
  background-color: #167c93;
}

.thread-filters ul.thread-filter-list li.filter-item .nav-link.active:hover {
  color: #1d2c4c;
  background-color: #176c85;
}

.thread-filters ul.thread-filter-list li.filter-item:nth-child(2) .nav-link:hover {
  color: #1aa9ca;
}

.thread-filters ul.thread-filter-list li.filter-item:nth-child(2) .nav-link.active {
  background-color: #167c93;
}

.thread-filters ul.thread-filter-list li.filter-item:nth-child(2) .nav-link.active:hover {
  color: #1d2c4c;
  background-color: #176c85;
}

.thread-list {
  position: relative;
}

.thread-list .thread-list-card,
.thread-list .thread-post,
.thread-list .thread-lead {
  padding: 0.5rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
}

.thread-list .thread-list-card:hover,
.thread-list .thread-post:hover,
.thread-list .thread-lead:hover {
  background-color: #34415e;
}

.thread-list .thread-list-card .thread-content .thread-header .byline-username,
.thread-list .thread-post .thread-content .thread-header .byline-username,
.thread-list .thread-lead .thread-content .thread-header .byline-username {
  color: #ffffff;
}

.thread-list .thread-list-card .thread-content .thread-header .byline-when,
.thread-list .thread-post .thread-content .thread-header .byline-when,
.thread-list .thread-lead .thread-content .thread-header .byline-when {
  white-space: nowrap;
  color: #8e96a6;
}

.thread-list .thread-list-card .thread-content .thread-title,
.thread-list .thread-post .thread-content .thread-title,
.thread-list .thread-lead .thread-content .thread-title {
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  color: #1aa9ca;
}

.thread-list .thread-list-card .thread-content .thread-title a,
.thread-list .thread-post .thread-content .thread-title a,
.thread-list .thread-lead .thread-content .thread-title a {
  color: #1aa9ca;
}

.thread-list .thread-list-card .thread-content .thread-body,
.thread-list .thread-post .thread-content .thread-body,
.thread-list .thread-lead .thread-content .thread-body {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  color: #ffffff;
}

.thread-list .thread-list-card .thread-content .thread-body figure > iframe,
.thread-list .thread-post .thread-content .thread-body figure > iframe,
.thread-list .thread-lead .thread-content .thread-body figure > iframe {
  width: 100% !important;
}

.thread-list .thread-list-card .thread-content .thread-body img,
.thread-list .thread-post .thread-content .thread-body img,
.thread-list .thread-lead .thread-content .thread-body img {
  width: 100% !important;
}

.thread-list .thread-list-card .thread-content .thread-body .embed-responsive,
.thread-list .thread-post .thread-content .thread-body .embed-responsive,
.thread-list .thread-lead .thread-content .thread-body .embed-responsive {
  width: 100% !important;
  height: 0;
  padding-top: 56.25%;
}

.thread-list .thread-list-card .thread-content .thread-body blockquote,
.thread-list .thread-post .thread-content .thread-body blockquote,
.thread-list .thread-lead .thread-content .thread-body blockquote {
  background-color: rgba(255, 255, 255, 0);
  border-color: #27496d;
  font-size: 1.1rem;
}

.thread-list .thread-list-card .thread-content .thread-body blockquote cite,
.thread-list .thread-post .thread-content .thread-body blockquote cite,
.thread-list .thread-lead .thread-content .thread-body blockquote cite {
  font-size: 0.8rem;
}

.thread-list .thread-list-card .thread-content .thread-body pre,
.thread-list .thread-post .thread-content .thread-body pre,
.thread-list .thread-lead .thread-content .thread-body pre {
  color: #8e96a6;
}

.thread-list .thread-list-card .thread-content .thread-last-replied .replied-user,
.thread-list .thread-post .thread-content .thread-last-replied .replied-user,
.thread-list .thread-lead .thread-content .thread-last-replied .replied-user {
  color: 0.8rem;
  color: #167c93;
  margin-right: 0.3rem;
}

.thread-list .thread-list-card .thread-content .thread-last-replied .replied-date,
.thread-list .thread-post .thread-content .thread-last-replied .replied-date,
.thread-list .thread-lead .thread-content .thread-last-replied .replied-date {
  color: #8bbec9;
}

.thread-list .thread-lead {
  margin-bottom: 10px;
  background-color: #4a5670;
}

.thread-list .thread-lead:hover {
  background-color: #4a5670;
}

.thread-list .thread-post {
  margin-bottom: 10px;
  background-color: transparent;
}

.thread-list .thread-post:hover {
  background-color: transparent;
}

.thread-list .thread-post:nth-child(even) {
  background-color: rgba(22, 124, 147, 0.4);
}

.thread-list .thread-post:nth-child(odd) {
  background-color: rgba(26, 169, 202, 0.4);
}

.mobile-add-forum {
  display: block;
  position: absolute;
  right: 12px;
  bottom: 85px;
}

.mobile-add-forum button {
  font-size: 2rem;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

@media (min-width: 576px) {
  .mobile-add-forum {
    display: none;
  }
}

.add-like > i,
.remove-like > i {
  transition: all 0.2s;
  color: #ffffff;
}

.add-like > i:hover,
.remove-like > i:hover {
  transform: scale(2, 2);
  transition: all 0.2s;
  color: #e3342f;
}

.remove-like > i {
  color: #e3342f;
}

.remove-like > i:hover {
  color: #ffffff;
}

.reply-to-post {
  color: #ffffff !important;
  cursor: pointer;
}

.reply-to-post:hover {
  color: #1aa9ca !important;
}

.edit-post {
  color: #ffffff !important;
  cursor: pointer;
}

.edit-post:hover {
  color: #1aa9ca !important;
}

.delete-post {
  background-color: #e3342f;
  border-radius: 0.25rem;
  padding: 3px 5px;
  color: #fff;
}

.delete-post:hover {
  background: #cc2f2a;
  color: #fff;
}

.no-forum-data {
  padding-top: 20px;
  text-align: center;
  font-size: 1rem;
  color: #d2d5db;
}

/** LANDING PAGE **/

.landing-section,
.closing-section,
.course-section,
.course-section-row,
.video-section,
.video-section-row,
.company-section,
.error-section {
  width: 100%;
  position: relative;
  height: 100vh;
  padding: 60px 20px;
}

@media (min-width: 768px) {
  .landing-section,
  .closing-section,
  .course-section,
  .course-section-row,
  .video-section,
  .video-section-row,
  .company-section,
  .error-section {
    padding: 20px;
  }
}

@media (min-width: 576px) {
  .landing-section .container,
  .closing-section .container,
  .course-section .container,
  .course-section-row .container,
  .video-section .container,
  .video-section-row .container,
  .company-section .container,
  .error-section .container {
    /*padding:100px;*/
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .landing-section .container,
  .closing-section .container,
  .course-section .container,
  .course-section-row .container,
  .video-section .container,
  .video-section-row .container,
  .company-section .container,
  .error-section .container {
    /*padding:90px;*/
  }
}

.landing-section .section-title,
.closing-section .section-title,
.course-section .section-title,
.course-section-row .section-title,
.video-section .section-title,
.video-section-row .section-title,
.company-section .section-title,
.error-section .section-title {
  text-align: center;
  font-size: 1.7rem;
  color: #ffffff;
  font-weight: 800;
  line-height: 2rem;
}

.landing-section .section-description,
.closing-section .section-description,
.course-section .section-description,
.course-section-row .section-description,
.video-section .section-description,
.video-section-row .section-description,
.company-section .section-description,
.error-section .section-description {
  padding: 10px -10px;
  text-align: center;
  color: #ffffff;
}

.landing-section .branding,
.closing-section .branding,
.course-section .branding,
.course-section-row .branding,
.video-section .branding,
.video-section-row .branding,
.company-section .branding,
.error-section .branding {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  padding: 20px 60px;
  background: rgba(29, 44, 76, 0.8);
  opacity: 1;
}

.landing-section .branding .brand-image,
.closing-section .branding .brand-image,
.course-section .branding .brand-image,
.course-section-row .branding .brand-image,
.video-section .branding .brand-image,
.video-section-row .branding .brand-image,
.company-section .branding .brand-image,
.error-section .branding .brand-image {
  max-width: 100%;
  max-height: 90px;
}

.landing-section .video-below,
.closing-section .video-below,
.course-section .video-below,
.course-section-row .video-below,
.video-section .video-below,
.video-section-row .video-below,
.company-section .video-below,
.error-section .video-below {
  position: absolute;
  top: -50px;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #969696;
}

.landing-section .sectionDown,
.closing-section .sectionDown,
.course-section .sectionDown,
.course-section-row .sectionDown,
.video-section .sectionDown,
.video-section-row .sectionDown,
.company-section .sectionDown,
.error-section .sectionDown {
  color: #fff;
}

.landing-section .sectionDown:hover,
.closing-section .sectionDown:hover,
.course-section .sectionDown:hover,
.course-section-row .sectionDown:hover,
.video-section .sectionDown:hover,
.video-section-row .sectionDown:hover,
.company-section .sectionDown:hover,
.error-section .sectionDown:hover {
  color: #1aa9ca;
}

/** company section **/

.company-section,
.error-section {
  padding: 90px 10px 0px 10px;
  position: relative;
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .company-section,
  .error-section {
    padding: 0px 30px 0px 30px;
  }
}

.company-section .welcome-block,
.error-section .welcome-block,
.error-section .error-block {
  position: relative;
  border-radius: 0.5rem;
  width: auto;
  padding: 24px;
  background-color: rgba(29, 44, 76, 0.8);
  color: #ffffff;
}

.company-section .welcome-block .welcome-message,
.error-section .welcome-block .welcome-message,
.error-section .error-block .welcome-message {
  display: inline-block;
  color: #ffffff;
  max-width: 100vw;
  font-size: 4vh;
  line-height: 5vh;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .company-section .welcome-block .welcome-message,
  .error-section .welcome-block .welcome-message,
  .error-section .error-block .welcome-message {
    max-width: 45vw;
  }
}

.company-section .welcome-block .welcome-message mark,
.error-section .welcome-block .welcome-message mark,
.error-section .error-block .welcome-message mark {
  font-weight: 800;
  line-height: 1rem;
  color: #ffffff;
  background-color: #27496d;
  word-spacing: -8px;
}

.company-section .welcome-block .welcome-message mark span,
.error-section .welcome-block .welcome-message mark span,
.error-section .error-block .welcome-message mark span {
  padding: 0px 4px;
}

@media (min-width: 576px) {
  .company-section .bottom-right,
  .error-section .bottom-right {
    position: absolute;
    top: 300px;
    right: 60px;
  }
}

@media (min-width: 576px) {
  .company-section .bottom-left,
  .error-section .bottom-left {
    position: absolute;
    top: 300px;
    left: 60px;
  }
}

@media (min-width: 576px) {
  .company-section .top-right,
  .error-section .top-right {
    position: absolute;
    top: 60px;
    right: 60px;
  }
}

.error-section .error-brand {
  height: 80px;
}

.error-section .error-brand .brand-image {
  width: 100%;
  height: 100%;
}

.error-section .error-code {
  margin-top: 4rem;
  display: block;
  color: #fff;
  max-width: 100vw;
  font-size: 10vh;
  line-height: 5vh;
  font-weight: 200;
  text-align: center;
}

.error-section .error-message {
  display: block;
  color: #fff;
  max-width: 100vw;
  font-size: 2vh;
  line-height: 3vh;
  font-weight: 600;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .error-section .error-message {
    max-width: 45vw;
  }
}

.error-section .error-link {
  display: block;
  text-align: center;
  color: #fff;
}

.error-section .error-link:hover {
  color: #27496d;
}

.btn-welcome {
  border: 2px solid #fff;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  background: #27496d;
}

.btn-welcome:hover {
  border: 2px solid #167c93;
  background: #167c93;
}

/** video section **/

.video-section,
.video-section-row {
  min-height: 100vh;
  padding: 40px 0px;
  background-color: #233d60;
}

.video-section .video-section-video,
.video-section-row .video-section-video {
  display: block;
  width: 100%;
  padding: 20px 0px;
}

.video-section .video-section-video .video-container,
.video-section-row .video-section-video .video-container {
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

.video-section .video-section-video .video-container .youtube-video,
.video-section-row .video-section-video .video-container .youtube-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-section-row {
  background-color: #27496d;
}

.course-section,
.course-section-row {
  min-height: calc(85vh + 100px);
  height: auto;
  background-color: #195c77;
}

.course-section .courses-container .widget-user-header,
.course-section-row .courses-container .widget-user-header {
  border-radius: 0.25rem;
  height: 240px;
}

.course-section .courses-container .widget-user-header .card-header,
.course-section-row .courses-container .widget-user-header .card-header {
  height: 100%;
  border-bottom: 1px solid #000;
  vertical-align: bottom;
}

.course-section .courses-container .widget-user-header .card-header .bottom-up-gradient,
.course-section-row .courses-container .widget-user-header .card-header .bottom-up-gradient {
  background-color: #000;
}

.course-section .courses-container .card-body,
.course-section-row .courses-container .card-body {
  max-height: 230px;
  overflow-y: scroll;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.course-section-row {
  background-color: #27496d;
}

.closing-section .section-description {
  margin-top: 30px;
  margin-bottom: 30px;
}

.closing-section .closing-section-images .closing-container .card {
  border-radius: 0.25rem;
}

.closing-section .closing-section-images .closing-container .widget-user-header {
  width: 100%;
  height: 200px;
  border-radius: 0.25rem;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .closing-section .closing-section-images .closing-container .widget-user-header {
    height: 150px;
  }
}

.quiz {
  height: 100%;
}

.quiz #quiz {
  height: 100%;
}

.quiz #quiz .slick-list {
  height: 100% !important;
}

.quiz #quiz .slick-list .slick-track {
  height: 100%;
}

#question-template {
  height: 100%;
  position: relative;
}

#question-template .q-card {
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  margin-bottom: 0px;
}

#question-template .q-card .q-card-header {
  background-color: transparent;
}

#question-template .q-card .q-card-body {
  background-color: #fff;
  overflow-y: scroll;
  padding: 10px;
}

#question-template .q-card .q-card-body .card {
  margin-bottom: 8px;
}

#question-template .q-card .q-card-body .card .icheck-primary label {
  font-size: 1rem;
}

#question-template .q-card .q-card-footer {
  background-color: transparent;
  padding: 10px;
}

#question-template .q-card .q-card-footer a {
  background-color: rgba(22, 124, 147, 0.2);
}

#question-template .q-card .q-card-footer a:hover {
  background-color: rgba(22, 124, 147, 0.5);
}

#quiz-results {
  background-color: #ffffff;
  border-radius: 0.25rem;
  text-align: center;
}

#quiz-results .header {
  color: #1d2c4c;
  font-size: 1.4rem;
}

#quiz-results .score {
  font-size: 8rem;
}

#quiz-results .score .percent {
  color: #1d2c4c;
  font-size: 1.4rem;
}

#quiz-results .pass-level {
  color: #1d2c4c;
  font-size: 1rem;
}

a.quiz-intro {
  border-radius: 0 !important;
}

#quiz-intro-card {
  background-color: #0000 !important;
  color: #ffff !important;
}

#quiz-intro-card-body {
  background-color: #0000 !important;
  color: #ffff !important;
}

.order-item-listings .quantity {
  font-size: 1.2rem;
  position: absolute;
  top: 0px;
}

.order-card {
  padding: 6px 0px;
}

.order-card .order-label {
  color: #9a9a9a;
}

.order-card .order-label::after {
  content: ":";
  margin-right: 4px;
}

.order-card .order-details {
  color: #9a9a9a;
  font-weight: 700;
}

.order-card .order-details.created {
  color: #f5a715;
  text-transform: uppercase;
}

.order-card .order-details.canceled {
  color: #c20d0d;
  text-transform: uppercase;
}

.order-card .order-details.succeeded {
  color: #0eab0e;
  text-transform: uppercase;
}

.order-card .order-details.gift {
  color: #2c68eb;
  text-transform: uppercase;
}

.order-card .order-item {
  padding: 6px 6px;
  margin: 4px 0px;
  background-color: #f4f6f9;
}

.order-card .btn-order-delete:hover {
  color: #c20d0d;
  transform: scale(1.5, 1.5);
  transition: scale 2s ease-in-out;
}

.white-space {
  white-space: nowrap;
}

.direct-chat-messages {
  margin-bottom: 12px;
  height: calc( 100vh - (198px + 100px));
}

@media (min-width: 576px) {
  .direct-chat-messages {
    height: calc( 100vh - (198px + 78px));
  }
}

.direct-chat-messages .direct-chat-name {
  color: #ffffff;
}

.direct-chat-messages .direct-chat-timestamp {
  color: rgba(255, 255, 255, 0.5);
}

#thread-message-form textarea {
  resize: none;
}

.item-status {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 0.8rem;
  padding: 2px 6px 2px 6px;
  border-radius: 0.25rem;
  border-top: none;
  color: #fff;
}

.item-status i {
  margin-right: 9px;
  color: #fff;
}

.status-requires-work {
  background-color: #f6993f;
}

.status-in-progress {
  background-color: #3490dc;
}

.status-submitted {
  background-color: #4dc0b5;
}

.status-completed {
  background-color: #38c172;
}

.status-certificate {
  background-color: #036c04;
}

.status-purchased {
  background-color: #6574cd;
}

.positions {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border: 1px solid #404040;
}

.positions .bottom-left {
  position: absolute;
  left: 10px;
  top: 45%;
}

.positions .bottom-right {
  position: absolute;
  right: 10px;
  top: 45%;
}

.positions input[type=radio] {
  height: 2rem;
  width: 2rem;
}

.currentUser {
  background-color: rgba(22, 124, 147, 0.4);
  color: #fff;
}

.otherUser {
  background-color: rgba(26, 169, 202, 0.4);
  color: #fff;
}

.my-learning-card,
.my-learning-card-light {
  background-color: #1d2c4c;
  border: 2px solid rgba(39, 73, 109, 0.5);
}

.my-learning-card .card-header,
.my-learning-card-light .card-header {
  padding: 2px 12px;
  text-align: left;
  background-color: rgba(39, 73, 109, 0.5);
  color: #ffffff;
  font-size: 1.1rem;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}

.my-learning-card .card-body,
.my-learning-card-light .card-body {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 0px;
}

.my-learning-card .card-body a,
.my-learning-card-light .card-body a {
  color: #ffffff;
}

.my-learning-card .card-body a:hover,
.my-learning-card-light .card-body a:hover {
  color: #27496d;
}

.my-learning-card .card-body .list-item,
.my-learning-card-light .card-body .list-item {
  border-bottom: 1px solid #bababa;
  padding: 12px;
}

.my-learning-card .card-body .list-item span,
.my-learning-card-light .card-body .list-item span {
  padding: 6px 0px;
}

.my-learning-card .card-body .list-item span button,
.my-learning-card-light .card-body .list-item span button {
  font-size: 0.6rem;
  color: #ffffff;
}

.my-learning-card .card-body .no-data,
.my-learning-card-light .card-body .no-data {
  font-size: 1rem;
  color: #8f8f8f;
}

.my-learning-card .card-footer,
.my-learning-card-light .card-footer,
.my-learning-card .widget-company .company-banner-footer,
.my-learning-card-light .widget-company .company-banner-footer,
.widget-company .my-learning-card .company-banner-footer,
.widget-company .my-learning-card-light .company-banner-footer {
  padding: 2px 12px;
  background-color: rgba(255, 255, 255, 0.1);
}

.my-learning-card .card-footer a,
.my-learning-card-light .card-footer a,
.my-learning-card .widget-company .company-banner-footer a,
.my-learning-card-light .widget-company .company-banner-footer a,
.widget-company .my-learning-card .company-banner-footer a,
.widget-company .my-learning-card-light .company-banner-footer a {
  color: #ffffff;
  font-size: 0.8rem;
}

.my-learning-card .card-footer a:hover,
.my-learning-card-light .card-footer a:hover,
.my-learning-card .widget-company .company-banner-footer a:hover,
.my-learning-card-light .widget-company .company-banner-footer a:hover,
.widget-company .my-learning-card .company-banner-footer a:hover,
.widget-company .my-learning-card-light .company-banner-footer a:hover {
  color: #27496d;
}

.my-learning-card .card-deck,
.my-learning-card-light .card-deck {
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 0;
  margin-right: 0;
}

.my-learning-card .card-deck .card,
.my-learning-card-light .card-deck .card {
  color: #ffffff;
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
  border: 0;
}

.my-learning-card .card-deck .card .activity-icon,
.my-learning-card-light .card-deck .card .activity-icon {
  font-size: 3rem;
}

.my-learning-card .legend,
.my-learning-card-light .legend {
  width: 20px;
  height: 15px;
  margin-right: 4px;
}

.my-learning-card .legend-count-started,
.my-learning-card-light .legend-count-started {
  color: #526d8a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.my-learning-card .legend-count-completed,
.my-learning-card-light .legend-count-completed {
  color: #a9b6c5;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.my-learning-card .learning-activity-label,
.my-learning-card-light .learning-activity-label {
  font-size: 1rem;
}

.my-learning-card .learning-activity-value,
.my-learning-card-light .learning-activity-value {
  color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  font-weight: 700;
}

.my-learning-card-light .card-body {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.my-learning-card-light .card-deck {
  background-color: rgba(255, 255, 255, 0.2);
}

.rx-content .primary-heading {
  color: #27496d;
}

.rx-content .secondary-heading {
  color: #167c93;
}

.rx-content .highlight-heading {
  color: #1aa9ca;
}

.primary-heading {
  color: #27496d;
}

.secondary-heading {
  color: #167c93;
}

.highlight-heading {
  color: #1aa9ca;
}

