body {
  font-family: "Montserrat", serif;
}

.loading-overlay {
  opacity: 0.85;
}

.main-loggedin-card {
}

.loader-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid var(--CR_GREEN_COLOUR);
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 99999;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:root {
  --CR_GREEN_COLOUR: #97c93d;
  --CR_GREEN_COLOUR_HOVER: #83ab3a;
  --CR_BLUE_SKY_COLOUR: #0e8de8;
  --CR_BLUE_SKY_COLOUR_HOVER: #0c7cc6;
  --CR_RED_COLOUR: #f44336;
  --CR_BLUE_COLOUR: #0c2b3d;
  --CR_DARK_BLUE_COLOUR: #23272b;
  --CR_WHITE_COLOUR: #fcfcfc;
  --CR_BLUE_5_COLOUR: #f6f7f7;
  --CR_BLUE_10_COLOUR: #e7eaec;
  --CR_BLUE_20_COLOUR: #ced5d8;
  --CR_BLUE_30_COLOUR: #b6bfc5;
  --CR_BLUE_40_COLOUR: #9eaab1;
  --CR_BLUE_50_COLOUR: #85959e;
  --CR_BLUE_60_COLOUR: #6d808b;
  --CR_BLUE_70_COLOUR: #556b77;
  --CR_BLUE_80_COLOUR: #3d5564;
  --CR_BLUE_40_ALT_COLOUR: #244050;
  --CR_NOD_DELIVERY_COLOUR: #ff9800;
  --CR_NOD_DELIVERY_COLOUR_HOVER: #fb8c00;
  --BREAKPOINT_SMALL: 576px;
  --BREAKPOINT_MEDIUM: 768px;
  --BREAKPOINT_LARGE: 992px;
  --BREAKPOINT_XL: 1200px;
  --BREAKPOINT_XXL: 1400px;
  --swiper-navigation-size: 40px !important;
}

.text-success {
  color: var(--CR_GREEN_COLOUR) !important;
}

.text-primary {
  color: var(--CR_BLUE_SKY_COLOUR) !important;
}

.badge-success{
  background-color: var(--CR_GREEN_COLOUR) !important;
}

.non-logged-in-container {
  /* background-image: url('/resources/images/designs/CR-Labs-Optical Lens-Abstract-9.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    padding-top: 7rem; */

  background-image: url("/resources/images/designs/CR-Labs-Optical Lens-Abstract-9.jpg");
  background-position: center; /* center the image */
  background-size: cover; /* cover the entire window */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}

.non-logged-in-logo {
  width: 8rem;
}

.card {
  border-radius: 0.55rem;
}

.text-bold {
  font-weight: 600;
}

.card-custom-rounded {
  border-radius: 0.55rem;
}

.btn-custom-rounded {
  border-radius: 2.5rem;
}

.form-control {
  height: calc(2.5em + 0.75rem + 2px);
  background-color: var(--CR_BLUE_5_COLOUR);
  border-color: var(--CR_BLUE_5_COLOUR);
  color: var(--CR_BLUE_80_COLOUR);
}

.custom-form-control-select {
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 14px;
}

.btn-success {
  background-color: var(--CR_GREEN_COLOUR);
  border-color: var(--CR_GREEN_COLOUR);
}

.btn-success:hover {
  background-color: var(--CR_GREEN_COLOUR_HOVER);
  border-color: var(--CR_GREEN_COLOUR_HOVER);
}

.btn-primary, .badge-primary {
  background-color: var(--CR_BLUE_SKY_COLOUR);
  border-color: var(--CR_BLUE_SKY_COLOUR);
}

.btn-primary:hover, .btn-danger:hover {
  background-color: var(--CR_BLUE_COLOUR);
  border-color: var(--CR_BLUE_COLOUR);
}

.btn-circle {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-orange {
  color: #fff;
  background-color: var(--CR_NOD_DELIVERY_COLOUR);
  border-color: var(--CR_NOD_DELIVERY_COLOUR);
}

.btn-orange.focus,
.btn-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 1);
}

.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: var(--CR_NOD_DELIVERY_COLOUR);
  border-color: var(--CR_NOD_DELIVERY_COLOUR);
}

.btn-orange:hover {
  color: #fff;
  background-color: var(--CR_NOD_DELIVERY_COLOUR_HOVER);
  border-color: var(--CR_NOD_DELIVERY_COLOUR_HOVER);
}

.btn-dark {
  color: #fff;
  background-color: var(--CR_BLUE_COLOUR);
  border-color: var(--CR_BLUE_COLOUR);
}

.btn-light {
  background-color: var(--CR_BLUE_10_COLOUR);
  border-color: var(--CR_BLUE_10_COLOUR);
  color: var(--CR_BLUE_70_COLOUR);
}

.bg-blue-50 {
  background-color: #85959e;
}

.bg-blue-60 {
  background-color: #85959e;
}

p.card-heading {
  font-size: 0.8rem;
  font-weight: 600;
}

.card-secondary {
  background-color: var(--CR_BLUE_30_COLOUR);
}

.card-secondary p {
  margin-bottom: 0px;
  font-size: 0.7rem;
  font-weight: 700;
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea {
  background-color: var(--CR_BLUE_5_COLOUR);
  border-color: rgba(96, 89, 86, 0.12);
  border-width: 1px;
  font-size: 14px;
  line-height: 16.8px;
  text-align: left;
  height: 38px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--CR_BLUE_70_COLOUR);
}

textarea,
select {
  border-color: rgba(0, 0, 0, 0.125);
  border-radius: 10px;
}

select {
  padding: 10px;
}

textarea {
  padding: 1rem;
  min-height: 38px;
  height: auto;
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea {
  font-weight: 400;
}

.text-green-colour {
  color: var(--CR_GREEN_COLOUR);
}

.bg-green-colour {
  background-color: var(--CR_GREEN_COLOUR);
}

.text-white-colour {
  color: var(--CR_WHITE_COLOUR);
}

.bg-white-colour {
  background-color: var(--CR_WHITE_COLOUR);
}

.text-blue-colour {
  color: var(--CR_BLUE_COLOUR);
}

.bg-blue-colour {
  background-color: var(--CR_BLUE_COLOUR);
}

.text-blue-sky-colour {
  color: var(--CR_BLUE_SKY_COLOUR);
}

.bg-blue-sky-colour {
  background-color: var(--CR_BLUE_SKY_COLOUR);
}

.text-blue-5-colour {
  color: var(--CR_BLUE_5_COLOUR);
}

.bg-blue-5-colour {
  background-color: var(--CR_BLUE_5_COLOUR);
}

.text-blue-10-colour {
  color: var(--CR_BLUE_10_COLOUR);
}

.bg-blue-10-colour {
  background-color: var(--CR_BLUE_10_COLOUR);
}

.text-blue-20-colour {
  color: var(--CR_BLUE_20_COLOUR);
}

.bg-blue-20-colour {
  background-color: var(--CR_BLUE_20_COLOUR);
}

.text-blue-30-colour {
  color: var(--CR_BLUE_30_COLOUR);
}

.bg-blue-30-colour {
  background-color: var(--CR_BLUE_30_COLOUR);
}

.text-blue-40-colour {
  color: var(--CR_BLUE_40_COLOUR);
}

.bg-blue-40-colour {
  background-color: var(--CR_BLUE_40_COLOUR);
}

.text-blue-50-colour {
  color: var(--CR_BLUE_50_COLOUR);
}

.bg-blue-50-colour {
  background-color: var(--CR_BLUE_50_COLOUR);
}

.text-blue-60-colour {
  color: var(--CR_BLUE_60_COLOUR);
}

.bg-blue-60-colour {
  background-color: var(--CR_BLUE_60_COLOUR);
}

.text-blue-70-colour {
  color: var(--CR_BLUE_70_COLOUR);
}

.bg-blue-70-colour {
  background-color: var(--CR_BLUE_70_COLOUR);
}

.text-blue-80-colour {
  color: var(--CR_BLUE_80_COLOUR);
}

.bg-blue-80-colour {
  background-color: var(--CR_BLUE_80_COLOUR);
}

.text-blue-40-alt-colour {
  color: var(--CR_BLUE_40_ALT_COLOUR);
}

.bg-blue-40-alt-colour {
  background-color: var(--CR_BLUE_40_ALT_COLOUR);
}

.text-nod-courier-colour {
  color: var(--CR_NOD_DELIVERY_COLOUR);
}

.bg-nod-courier-colour {
  background-color: var(--CR_NOD_DELIVERY_COLOUR);
}

/** Utilities CSS */

.border-0 {
  border: 0 !important;
}

.height-59px {
  height: 59px;
}

.height-40px {
  height: 40px !important;
}

.height-70px {
  height: 70px;
}

.py-2\.5{
  padding-bottom: 0.75rem !important;
  padding-top: 0.75rem !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-size-14px {
  font-size: 14px;
}

.pl-custom-4em {
  padding-left: 4rem;
}

.min-height-110 {
  min-height: 110px;
}

@media (min-width: 768px) {
  .col-md-height-90 {
    height: 90px;
  }
}

.border-radius-0 {
  border-radius: 0 !important;
}

/** Logged in CSS */
.logged-in-container {
}

.custom-container {
  width: 100%;
  padding-right: 10rem;
  padding-left: 10rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1580px) {
  .custom-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.logged-in-container {
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

.logged-in-container hr {
  border: 0;
  border-top: 2px solid var(--CR_BLUE_20_COLOUR);
}

.logged-in-container .sample-information-container {
  /* border-right: 3px solid var(--CR_BLUE_20_COLOUR); */
}

.logged-in-container .sample-information-container,
.logged-in-container .representation-information-container {
  font-size: 0.7rem;
}

.customer-select2 .select2-selection__rendered,
#select2-customer-results {
  font-size: 0.7rem;
}

.navigation-offer-promotion-container {
  margin: 0 auto;
  height: 8rem;
  padding: 0.5rem;
  cursor: -webkit-grab;
  max-width: 30vw;
}

.navigation-offer-promotion-main {
  display: flex;
  padding: 0.5rem;
  border-radius: 4px;
  border-radius: 4px;
}

.swiper-slide-promo {
  margin-right: 0.2rem;
}

.swiper-button-prev:after {
  content: url("/resources/images/designs/swiper-left.svg");
  width: 200px;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next:after {
  content: url("/resources/images/designs/swiper-right.svg");
  width: 200px;
}

.navigation-offer-promotion-main::-webkit-scrollbar {
  display: none;
}

.font-size-100percent {
  font-size: 100%;
}

.custom-badge {
  font-weight: 600;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.55em 0.5em;
}

.navigation-offer-promotion {
  flex: 0 0 auto;
  margin-right: 20px;
  width: auto;
  height: 100%;
  align-self: center;
}

.nav-offer-img {
  width: auto;
  height: 100%;
}

.navigation-information-container {
  margin-left: auto;
  width: 180px;
}

.btn-navigation-info {
  padding-left: 1rem;
  text-align: left;
}

.logged-in-container h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 28.83px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: var(--CR_BLUE_80_COLOUR);
}

.logged-in-container h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.83px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: var(--CR_BLUE_80_COLOUR);
}

.logged-in-container h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 21.62px;
  text-align: left;
  text-transform: none;
  color: var(--CR_BLUE_80_COLOUR);
}

.logged-in-container h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.62px;
  text-align: left;
  text-transform: none;
  color: var(--CR_BLUE_80_COLOUR);
}
.logged-in-container h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.62px;
  text-align: left;
  text-transform: none;
  color: var(--CR_BLUE_80_COLOUR);
}

.left-navigation-bar {
  flex: 0 0 12.89em;
  width: 12.89em;
}

@media (min-width: 1200px) {
  .custom-flex-lg-25em {
    flex: 0 0 15em;
    width: 15em;
  }
}

.btn-dashboard {
  padding: 1rem;
  width: 100%;
  height: 80px;
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 21.62px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-left: 1rem;
}

.btn-dashboard-ajax:hover,
.btn-custom-sidebar:hover,
.btn-light:hover {
  background-color: var(--CR_BLUE_20_COLOUR);
  color: var(--CR_BLUE_70_COLOUR);
}

.btn-dashboard-ajax.btn-dark:hover,
.btn-custom-sidebar.btn-dark:hover,
.btn-dark:hover {
  background-color: var(--CR_GREEN_COLOUR);
  border-color: var(--CR_GREEN_COLOUR_HOVER);
  color: var(--CR_WHITE_COLOUR);
}

.btn.bg-blue-10-colour:hover {
  background-color: var(--CR_BLUE_20_COLOUR);
  color: var(--CR_BLUE_70_COLOUR);
}

.btn-offer-and-promos.bg-green-colour:hover,
.btn-success:hover {
  background-color: #23272b;
  box-shadow: 0 0 0 0.04rem rgba(82, 88, 93, 0.5);
  border-color: var(--CR_DARK_BLUE_COLOUR);
}

.btn-offer-and-promos:focus,
.btn-dashboard-ajax:focus {
  box-shadow: 0 0 0 0.04rem rgba(82, 88, 93, 0.5);
}

.btn-offer-and-promos.bg-green-colour:hover {
  background-color: var(--CR_DARK_BLUE_COLOUR);
  border-color: var(--CR_DARK_BLUE_COLOUR);
  color: var(--CR_WHITE_COLOUR);
}

.dashboard-name {
  align-self: center;
  flex: 1 0 77%;
}

.dashboard-subname {
  font-size: 0.75rem;
}

.dashboard-number {
  flex: 1 0 15%;
  align-self: center;
  font-size: 28px;
  line-height: 33.63px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.logo-image-label {
  font-size: 12px;
  font-weight: 700;
  margin-left: 0rem;
  width: 100%;
}

@media (max-width: 1775px) {
  #dashcontainer {
    max-width: 100%;
  }
}

.custom-sidebar-border {
  border-right: 3px solid var(--CR_BLUE_20_COLOUR);
}

.offer-promotion-background-container {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 10rem;
  max-height: 40.2vh;
  width: 100%;
}

.category-material-background-container {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 40.2vh;
  width: 100%;
}

@media (min-width: 750px) {
  .category-material-background-container {
    height: 30.75rem;
  }
}

@media (min-width: 1081px) {
  .category-material-background-container {
    background-size: contain;
  }
}

@media (min-width: 1580px) and (max-width: 1776px),
  (min-width: 1081px) and (max-width: 1182px),
  (min-width: 1251px) and (max-width: 1540px) {
  .cart-col-quantity,
  .cart-col-add-to-cart {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* 1776 */
@media ((min-width: 1081px) and (max-width: 1775px)) {
  .cart-col-size,
  .cart-col-comments {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cart-col-size {
    order: 1;
  }

  .cart-col-comments {
    order: 2;
  }

  .cart-col-quantity {
    order: 3;
  }

  .cart-col-add-to-cart {
    order: 4;
  }
}

.offer-promotion-background-container {
  height: 21.65rem;
}

.module-background-container {
  height: 14rem;
}

.col-custom-category, .individual-course-container {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1851px) {
  .col-custom-category,
  .individual-promotion-container,
  .individual-course-container

   {
    flex: 0 0 33.333333333333333333%;
    max-width: 33.333333333333333333%;
  }
  .course-description-paragraph{
    min-height: 7.5rem;
    max-height: 7.5rem;
  }
}

@media ((min-width: 1081px) and (max-width: 1850px)) {
  .individual-promotion-container,
  .col-custom-category,
  .individual-course-container
   {
    flex: 0 0 33.333333333333333333%;
    max-width: 33.333333333333333333%;
  }
  .course-description-paragraph{
    min-height: 6.5rem;
    max-height: 6.5rem;
  }
  .course-heading h3{
    font-size: 15.5px;
  }
  .course-heading p{
    font-size: 14.5px;
  }
  .course-description-paragraph {
    font-size: 14px
  }

  .course-progress{
    font-size: 14px
  }
}
@media ((min-width: 1081px) and (max-width: 1359px)) {
  .course-description-paragraph{
    min-height: 7.5rem;
    max-height: 7.5rem;
  }
}

@media ((max-width: 1250px)) {
  .col-custom-category,
  .individual-promotion-container,
  .individual-course-container
   {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .course-description-paragraph{
    min-height: 8rem;
    max-height: 8rem;
  }

  .course-description-paragraph{
    min-height: 6.5rem;
    max-height: 6.5rem;
  }
  .course-heading h3{
    font-size: 15.5px;
  }
  .course-heading p{
    font-size: 14.5px;
  }
  .course-description-paragraph {
    font-size: 14px
  }

  .course-progress{
    font-size: 14px
  }
}

@media (max-width: 950px){
  .course-description-paragraph{
    min-height: 8.5rem;
    max-height: 8.5rem;
  }
}

@media ((max-width: 1080px)) {
  .col-custom-category {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.module-continue-button{
  text-align: center;
  margin-top: 0.5rem;
}

@media (min-width: 1851px) {
  .individual-module-container {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .module-continue-button {
    margin-top: 0rem;
  }

}


@media (max-width: 780px) {
  .individual-course-container
   {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .course-description-paragraph {
    min-height: 4.5rem;
    padding-top: 1.2rem!important;
}
}



@media (((min-width: 1081px) and (max-width: 1850px)) or ((min-width: 992px) and (max-width: 1051px))) {
  .individual-module-container {
    flex: 0 0 33.333333333333333333%;
    max-width: 33.333333333333333333%;
  }

  .module-continue-button {
    flex: 0 0 35%;
    max-width: 35%;
    text-align: center;
  }
  .module-continue-description{
    flex: 0 0 65%;
    max-width: 65%;
  }
}

@media ((max-width: 1250px)) {
  .individual-module-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
}


#stat_table_wrapper {
  overflow-x: scroll;
}

/** Dashboard Table CSS */

.stat1 {
  background-color: var(--CR_BLUE_COLOUR);
}

.stat1 .dtrg-group.dtrg-start{
  background-color: var(--CR_BLUE_COLOUR);
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 400;
  padding: 17px;
}

table.dataTable th.tabletitle {
  font-size: 1.4rem;
}

.table-custom-dark table.dataTable {
  background-color: var(--CR_BLUE_COLOUR);
}

.table-custom-dark table.dataTable thead tr:nth-child(2) {
  background-color: var(
    --CR_BLUE_40_COLOUR
  ) !important; /* Change this to your desired color */
  color: var(--CR_BLUE_COLOUR) !important;
}

#stat_table_wrapper {
  margin-bottom: 1rem;
}

.customer {
  padding-bottom: 0;
  margin-top: 0;
}

#categorycontainer,
.slider-vertical-dashboard-sidebar,
.slider-vertical-dashboard-container,
.slider-vertical-resource {
  height: 130vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 0.6rem;
}

.slider-vertical-dashboard-sidebar {
  height: 81vh;
}

.slider-vertical-resource,
.slider-vertical-dashboard-container {
  height: 80vh;
}

#categorycontainer::-webkit-scrollbar-thumb,
.slider-vertical-dashboard-sidebar::-webkit-scrollbar-thumb,
.slider-vertical-dashboard-container::-webkit-scrollbar-thumb,
.slider-vertical-resource::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#categorycontainer::-webkit-scrollbar,
.slider-vertical-dashboard-sidebar::-webkit-scrollbar,
.slider-vertical-dashboard-container::-webkit-scrollbar,
.slider-vertical-resource::-webkit-scrollbar {
  width: 7px;
}

.customer-select-container .select2-container .select2-selection--single {
  height: auto !important;
  padding: 5px 0;
}
.customer-select-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal !important;
}
.customer-select-container
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  white-space: normal !important;
}

.top-1px {
  top: 1px !important;
}

.top-40percent {
  top: 40% !important;
}

.customer-select-container .__head_customer_name {
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
}

.message-modal-dialog {
  height: 80%;
  background-color: rgba(0, 0, 0, 0);
  max-width: 100%;
  width: 100%;
  text-align: center;
  border: 0px solid white;
}

.message-modal-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

#modclo {
  cursor: pointer;
}

/** Dashboard for admin */

#dopt {
  position: absolute;
  z-index: 490;
  top: 111px;
  left: 15px;
}

.wrapper svg {
  width: 100px;
  height: auto;
  margin: 0 2rem;
  cursor: pointer;
  overflow: visible;
}

#dash_arrow_left {
  position: fixed;
  top: 35%;
  left: 0%;
}

#dash_arrow_right {
  position: fixed;
  top: 35%;
  left: 90%;
}

.profile_field_subcontainer label {
  margin-top: 2px;
}

.field_label {
  font-size: 14px;
  color: grey;
}

.resourceitem {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 15px;
  background-color: #ffffff;
  margin-right: 5px;
  max-width: 100%;
}

input.quantity[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}

.font-size-08rem {
  font-size: 0.8rem;
}

.size {
  font-size: 0.9rem;
}

.tbl-layout-fixed {
  width: 100%;
  table-layout: fixed;
}

.map-checkbox-container {
  display: flex;
  justify-content: left;
  margin-bottom: 0.5rem;
}

.map-checkbox {
  height: 25px;
  width: 25px;
}

.client-for-deadly-container.bg-crlabs-colour {
  background-color: #7a7a7a;
}

.client-for-lcs-container.bg-crlabs-colour {
  background-color: #84889d;
}

.bg-crlabs-colour {
  background-color: #fcfcfc;
}

.mylab-header {
  margin: -10px -35px;
  margin-bottom: 25px !important;
}

.qa-answer-container {
  border: 1px solid var(--CR_BLUE_20_COLOUR);
  background-color: var(--CR_BLUE_10_COLOUR);
  color: var(--CR_BLUE_70_COLOUR);
  border-radius: 10px;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
}

.qa-answer-container-selected {
  border: 2px solid var(--CR_BLUE_SKY_COLOUR);
  color: #212529;
}

.qa-answer-container-wrong-answer {
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
  color: #721c24;
  position: relative;
}

.qa-answer-container-correct-answer {
  border: 1px solid #d4edda;
  background-color: #c3e6cb;
  color: #155724;
  font-weight: 600;
  position: relative;
}

.qa-answer-container-selected-answer-label{
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: #00b9ff;
  padding: 0 0.5rem;
  color: white;
  border-radius: 0.3rem;
  text-align: center;
}


.top-banner-logo-bg-image {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 0.55rem;
  -moz-border-radius: 0.55rem;
  border-radius: 0.55rem;
}

.client-header-subtitle {
  position: absolute;
  right: 11%;
  top: 135px;
  color: white;
  font-size: 0.8rem;
  text-decoration: none;
  text-decoration: none;
}

.client-header-logo {
  position: absolute;
  left: 11%;
  top: 53px;
}

.client-header-logo-size-deadly {
  width: 9.2rem;
  color: white;
  font-size: 0.8rem;
  text-decoration: none;
  text-decoration: none;
}

.client-header-logo-size-lcs {
  width: 100px;
  top: 11px;
  left: 5px;
  position: relative;
}

.footer {
  background-color: #fcfcfc;
  border-radius: 0.55rem;
}

.footer-end {
  padding: 0 2rem;
}

.card-header-border{
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.text-smaller{
  font-size: 0.85rem;
}

.text-smaller-2{
  font-size: 0.80rem;
}

.text-smaller-3{
  font-size: 0.75rem
}
.text-smaller-4{
  font-size: 0.72rem
}

.p-sym{
  padding: 1.25rem !important;
}
.pl-sym{
  padding-left: 1.25rem !important;
}
.pr-sym{
  padding-right: 1.25rem !important;
}
.pt-sym{
  padding-top: 1.25rem !important;
}
.pb-sym{
  padding-bottom: 1.25rem !important;
}
.px-sym{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.py-sym{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.m-sym{
  margin: 1.25rem !important;
}
.ml-sym{
  margin-left: 1.25rem !important;
}
.mr-sym{
  margin-right: 1.25rem !important;
}
.mt-sym{
  margin-top: 1.25rem !important;
}
.mb-sym{
  margin-bottom: 1.25rem !important;
}
.mx-sym{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.my-sym{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.symmetrical-container .row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 70%;
      margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-quiz-continue {
      max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-quiz-continue {
      max-width: 1140px;
  }
}



.modal-dialog.modal-quiz-continue {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.modal-quiz-continue .container{
  max-width: unset;
}

.main-dashboard-heading.text-bolder {
  font-weight: 600;
}

.modal-qna-video{
  height: 30rem;
}
@media (max-width: 1190px) {
  .modal-qna-video {
    height: 25rem;
  }
}

.question-answer-container{
  margin: auto;
  width: 45rem;
}

@media (max-width: 992px){
  .question-answer-container{
    width: auto;
  }
}

.modal-header-quiz {
  padding-bottom: 1rem;
  padding-top: 1rem;
  align-items: center;
}

.container-modal-quiz {
  display: flex;
  text-align: center;
  align-items: center;
}

.star.checked{
  color: orange;
}


.custom-small{
  font-size: .875em;
  font-weight: 400;
}

.custom-small-gray{
  font-size: .875em;
  font-weight: 400;
  color: var(--CR_BLUE_50_COLOUR)
}

.individual-course-container .individual-course-img {
  overflow-clip-margin: unset;
  width: 10rem;
  object-fit: cover;
  height: 10rem;
  border-radius: 200rem;
}

.btn-outline-success {
  color: var(--CR_GREEN_COLOUR);
  border-color: var(--CR_GREEN_COLOUR);
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem var(--CR_GREEN_COLOUR_HOVER);
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: var(--CR_GREEN_COLOUR);
  border-color: var(--CR_GREEN_COLOUR);
}

.category-hr, hr.category-hr{
  margin: 0;
  border: 0;
  border-top: 1px solid var(--CR_BLUE_20_COLOUR);
}