@font-face {
  font-family: "Scandia";
  src: url("../fonts/Scandia/Scandia-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Scandia";
  src: url("../fonts/Scandia/Scandia-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Scandia";
  src: url("../fonts/Scandia/Scandia-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Scandia";
  src: url("../fonts/Scandia/Scandia-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
body {
  background-color: rgba(240, 238, 239, 0.4);
  font-family: "Scandia", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #595959;
  letter-spacing: 0px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  height: auto;
  width: auto;
  min-height: calc(100% - 150px);
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
body.background {
  height: 100%;
}
body.background main {
  margin: 0 !important;
  height: 100%;
}
body.background main .container {
  height: 100%;
}

@media (max-width: 1439px) {
  body {
    min-height: calc(100% - 130px);
  }
}
@media (max-width: 1199px) {
  body {
    min-height: calc(100% - 110px);
  }
}
@media (max-width: 767px) {
  body {
    min-height: calc(100% - 85px);
  }
}
@media (max-width: 575px) {
  body {
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Scandia", sans-serif !important;
  margin: 0 0 10px;
}

h1 {
  font-size: 3.125rem;
  font-weight: bold;
}

h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
}

h4 {
  font-size: 1.75rem;
  font-weight: medium;
}

h5 {
  font-size: 1.5rem;
  font-weight: medium;
}

h6 {
  font-size: 1.25rem;
  font-weight: medium;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #595959;
  margin-bottom: 1rem;
}

ul, ol {
  padding-left: 20px;
  margin-bottom: 1rem;
}
ul li, ol li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #595959;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0 1rem;
  border-left: 4px solid #501935;
  font-style: italic;
  color: #595959;
}
blockquote p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

strong, b {
  font-weight: 600;
}

p {
  margin: 0 0 10px;
}

a {
  color: #AD7A99;
  text-decoration: none;
}
a:hover {
  color: #a3688b;
  text-decoration: underline;
}

.smaller {
  font-size: 90%;
}

.bg-light {
  background-color: #eeeeee !important;
}

.bg-light-tint {
  background-color: #f3f0f2 !important;
}

.bg-secondary {
  background-color: #E5DDE1 !important;
}

button, a.btn {
  display: inline-block;
  padding: 6px 24px !important;
  font-size: 0.8rem !important;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 992px) {
  button, a.btn {
    font-size: 1rem !important;
  }
}

button.btn-sm {
  padding: 4px 18px !important;
}

.text-primary {
  color: #501935 !important;
}

.dark-btn {
  color: #fff !important;
  background-color: #501935;
}
.dark-btn:hover, .dark-btn:active {
  background-color: #381125 !important;
}
.dark-btn:disabled {
  background-color: #501935;
  cursor: not-allowed;
}
.dark-btn.btn-fw {
  width: 100%;
  display: grid;
}

.light-btn {
  color: #fff !important;
  background-color: #AD7A99;
}
.light-btn:hover, .light-btn:active {
  background-color: #a3688b !important;
}
.light-btn:disabled {
  background-color: #AD7A99;
  cursor: not-allowed;
}
.light-btn.btn-fw {
  width: 100%;
  display: grid;
}

.dark-btn-outline {
  color: #501935;
  border: 1px solid #501935;
}
.dark-btn-outline:hover, .dark-btn-outline:active {
  background-color: #501935 !important;
  color: #fff !important;
}
.dark-btn-outline:disabled {
  background-color: #E5DDE1;
  border: 1px solid #5019358f;
  color: #5019358f;
  cursor: not-allowed;
}
.dark-btn-outline.btn-fw {
  width: 100%;
}

.light-btn-outline {
  color: #AD7A99;
  border: 1px solid #AD7A99;
}
.light-btn-outline:hover, .light-btn-outline:active {
  background-color: #AD7A99 !important;
  color: #fff !important;
}
.light-btn-outline:disabled {
  background-color: #d8c0ce;
  border: 1px solid #ad7a9883;
  color: #ad7a98;
  cursor: not-allowed;
}
.light-btn-outline.btn-fw {
  width: 100%;
}

.bg-light {
  background-color: #eeeeee !important;
}

.close-modal {
  background-color: #DCD4D8;
}
.close-modal:hover, .close-modal:active {
  background-color: #c5b8bf;
  color: #fff;
}

.icon-btn {
  width: 34px;
  height: 34px;
  padding: 0 !important;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.icon-btn i {
  font-size: 14px;
}

.adl-icon i {
  font-size: 14px !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 900 !important;
}

.navbar {
  background: #fff;
  padding: 1.5rem 0;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.navbar .navbar-contents {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.navbar .navbar-logo img {
  width: 110px;
  height: 35px;
  background: url(../logos/black.svg) no-repeat;
  background-position: center center;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .navbar .navbar-logo img {
    width: 80px;
  }
}
.navbar #notificationDropdown {
  width: 360px;
  padding: 1.5rem;
  height: 400px;
  right: 15px;
}
.navbar #iconMenuDropdown {
  width: 240px;
  padding: 1.5rem;
  height: 290px;
}
.navbar .icon-menu-item {
  width: 90px;
  display: inline-block;
  text-align: center;
  margin-bottom: 1.7rem;
  color: #6d6d6d;
}
.navbar .icon-menu-item i {
  font-size: 32px;
  line-height: 42px;
}
.navbar .icon-menu-item span {
  text-align: center;
  padding: 0 10px;
  line-height: 14px;
}
.navbar .icon-menu-item:focus, .navbar .icon-menu-item:hover {
  color: #AD7A99;
}
.navbar .menu-button {
  color: #8f8f8f;
  text-align: center;
  margin-left: 15px;
}
.navbar .menu-button svg {
  height: 12px;
  fill: #3a3a3a;
}
@media (max-width: 767px) {
  .navbar .menu-button {
    width: 20px;
  }
}
.navbar .navbar-left {
  flex-basis: 40%;
}
.navbar .navbar-right {
  flex-basis: 40%;
  text-align: right;
}
.navbar .navbar-right .user {
  margin-right: 60px;
}
@media (max-width: 1439px) {
  .navbar .navbar-right .user {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-right .user {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-right .user {
    margin-right: 15px;
  }
}
.navbar .header-icons {
  margin-right: 0.5rem;
}
@media (max-width: 575px) {
  .navbar .header-icons {
    margin-right: 0;
  }
}
.navbar .header-icon {
  font-size: 20px;
  color: #a3a3a3;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  vertical-align: initial;
  border: none !important;
}
@media (max-width: 575px) {
  .navbar .header-icon {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.navbar .header-icon:hover {
  color: #AD7A99;
}
.navbar .header-icon#fullScreenButton i:last-of-type {
  display: none;
}
.navbar .header-icon#notificationButton .count {
  font-size: 9px;
  color: #a3688b;
  border: 1px solid #AD7A99;
  border-radius: 10px;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 900;
  top: -2px;
  right: 12px;
  line-height: 14px;
}
@media (max-width: 575px) {
  .navbar .header-icon#notificationButton .count {
    right: -1px;
  }
}
.navbar .user {
  position: relative;
  border: none !important;
}
.navbar .user img {
  margin-left: 3px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .navbar .user img {
    width: 30px;
  }
}
.navbar .user .name {
  color: #878787;
}
@media (max-width: 991px) {
  .navbar .user .name {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar .user {
    margin-left: initial;
  }
  .navbar .user:after {
    font-size: 11px;
    width: 14px;
    height: 14px;
    bottom: -3px;
    right: -3px;
  }
}
@media (max-width: 1439px) {
  .navbar {
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    height: 80px;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    height: 70px;
  }
}
.navbar .nr-notif {
  margin-right: -15px;
  padding-right: 15px;
  position: relative;
  height: 100%;
  overflow: auto;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.navbar .nr-notif .img-thumbnail {
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.logo {
  width: 110px;
  height: 35px;
  background: url(../logos/black.svg) no-repeat;
  background-position: center center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .logo {
    width: 80px;
  }
}

.logo-mobile {
  width: 20px;
  height: 35px;
  background: url(../logos/mobile.svg) no-repeat;
  background-position: center center;
}

.nav-tabs.separator-tabs {
  border-bottom: 1px solid #d7d7d7;
}
.nav-tabs .nav-link {
  border: initial;
  padding-top: 1rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: initial;
  color: #AD7A99;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: initial;
  border: initial;
  position: relative;
  color: #AD7A99;
}
.nav-tabs .nav-item.show .nav-link::before,
.nav-tabs .nav-link.active::before {
  content: " ";
  background: #AD7A99;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  width: calc(100% - 1rem);
  height: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav-tabs.separator-tabs .nav-item.show .nav-link::before,
.nav-tabs.separator-tabs .nav-link.active::before {
  content: " ";
  background: #AD7A99;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  top: unset;
}
.nav-tabs.separator-tabs .nav-link {
  border: initial;
  padding-top: 0.5rem;
  background: initial;
  padding-left: 0;
  padding-right: 0;
  margin-right: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8f8f8f;
}

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 3em;
  z-index: 5;
  height: calc(100% - 100px);
  transition: left 0.5s ease-in;
}
.menu .main-menu {
  width: 90px;
  height: calc(100% - 100px);
  min-height: 100%;
  background: #fff;
  z-index: 3;
  position: fixed;
  padding-top: 8.5em !important;
  padding: 10px 0;
  left: 0;
}
@media (min-width: 1200px) {
  .menu .main-menu {
    width: 110px;
    height: calc(100% - 90px);
  }
}
.menu .main-menu .menu-inner {
  position: relative;
}
.menu .main-menu .menu-inner ul {
  margin-bottom: initial;
}
.menu .main-menu .menu-inner ul li {
  position: relative;
  margin-bottom: 0;
}
.menu .main-menu .menu-inner ul li span {
  line-height: 14px;
}
.menu .main-menu .menu-inner ul li a {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f3;
  color: #3a3a3a;
  transition: color 0.3s, background 0.3s;
  margin: 0 auto;
  width: 100%;
}
.menu .main-menu .menu-inner ul li a:focus, .menu .main-menu .menu-inner ul li a:hover {
  color: #501935;
}
.menu .main-menu .menu-inner ul li a:hover {
  background-color: #E5DDE1;
  text-decoration: none;
  color: #501935 !important;
  font-weight: 600;
}
.menu .main-menu .menu-inner ul li i {
  font-size: 32px;
  line-height: 42px;
}
.menu .main-menu .menu-inner ul li.active a {
  color: #501935;
  background-color: #E5DDE1;
  position: relative;
  right: 0;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  margin: 0;
}
.menu .main-menu .menu-inner ul li.active a::before {
  content: " ";
  background: #501935;
  color: #fff;
  position: absolute;
  width: 3px;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.menu .main-menu .menu-inner ul li:last-of-type a {
  border-bottom: initial;
}
.menu .sidebar-open {
  transition: margin-left 0.5s;
  margin-left: 120px;
}

.main-wrapper {
  position: relative;
  top: 8em;
  transition: margin-left 0.5s;
  padding: 16px;
}

/*---------color--------*/
.color-wrapper {
  background: white;
  border: 1px solid lightgrey;
  height: 150px;
  box-shadow: rgba(255, 0, 0, 0.5);
  border-radius: 5px;
}

.indication-swatch {
  height: 100px;
  width: 100px;
  border-radius: 5px;
}

.swatch {
  width: 100%;
  height: 100px;
  border-radius: 5px 5px 0 0;
}

.form-card {
  max-width: 800px;
  background-color: #fff;
  padding: 2rem;
  border: 1px solid #dddddd;
  border-radius: 0.275rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 20px;
}
.form-card.form-card-sm {
  max-width: 400px !important;
}
.form-card.form-card-lg {
  max-width: 100%;
  width: 100%;
}
.form-card h2 {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
}
.form-card p.small {
  margin-bottom: 1.5rem;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}
.form-card label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.form-card input[type=radio], .form-card input[type=checkbox] {
  margin-bottom: 6px;
}
.form-card input[type=radio]:checked, .form-card input[type=checkbox]:checked {
  background-color: #AD7A99 !important;
  border-color: #AD7A99 !important;
  color: #000;
}
.form-card input[type=radio]:checked:focus, .form-card input[type=checkbox]:checked:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 122, 153, 0.25);
}
.form-card input[type=radio]:checked + label, .form-card input[type=checkbox]:checked + label {
  color: #595959 !important;
}
.form-card .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}
.form-card .form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-card .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-card .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-card .form-control.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.form-card .form-control.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-card .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
}
.form-card .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
}
.form-card .form-text {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.form-card .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.form-card .form-check input[type=checkbox],
.form-card .form-check input[type=radio] {
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.form-card .form-check label {
  margin-bottom: 0;
  font-weight: 400;
  line-height: normal;
}

.table-card {
  background-color: #fff;
  padding: 1.5rem;
  padding-top: 2.5em !important;
  border: 1px solid #dddddd;
  border-radius: 0.275rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 20px;
}
.table-card.table-card-sm {
  max-width: 400px !important;
}
.table-card.table-card-lg {
  max-width: 100%;
  width: 100%;
}
.table-card .search input[type=text] {
  display: block;
  position: relative;
  background-image: url("../img/Icons/magnifying-glass.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: right 1em center;
  padding-right: 2em;
}
.table-card table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}
.table-card table.table-bordered tr, .table-card table.table-bordered tr th, .table-card table.table-bordered tr td {
  border: 1px solid #DCD4D8;
}
.table-card table thead.table-light th {
  background-color: #eeeeee !important;
  font-weight: 600;
}
.table-card table.table-hover tbody tr:hover td, .table-card table.table-hover tbody tr:hover th {
  cursor: pointer !important;
  background-color: rgba(240, 238, 239, 0.1) !important;
}
.table-card table tbody tr th {
  font-weight: 600;
}
.table-card table tbody tr td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table-card table .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-card table .table-bordered {
  border: 1px solid #dee2e6;
}
.table-card table .table-bordered th, .table-card table .table-bordered td {
  border: 1px solid #dee2e6;
}
.table-card nav {
  margin-bottom: 1rem;
}
.table-card nav .page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.table-card nav .page-container .previous {
  margin-right: 20px;
}
.table-card nav .page-container .next {
  margin-left: 20px;
}
.table-card nav .page-container a {
  color: #595959;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.table-card nav .page-container a:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
.table-card nav .page-container .page-item a:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 25, 53, 0.1);
}
.table-card nav .page-container .page-item.active a {
  background-color: #fff !important;
  color: #501935;
  border-color: #501935;
  font-size: 16px;
}
.table-card nav .pages-listed .pagination {
  gap: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.table-card nav .pages-listed .pagination .page-item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.table-card nav .pagination .page-link {
  border-radius: 50em;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
}
.table-card .export-btn {
  padding: 3px;
  display: flex;
  border-radius: 50em;
  align-items: center;
  height: 34px;
  width: 34px;
}
.table-card .export-btn img {
  max-width: 100%;
  margin: auto;
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.stepper-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .stepper-item {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: 600;
  color: #501935;
}

.stepper-item.active .step-counter {
  background-color: #501935;
  color: #fff;
  font-weight: 600;
}

.stepper-item.completed .step-counter {
  color: #501935;
  background-color: #E5DDE1;
  border: 1px solid #501935;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #501935;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.accordion-button:not(.collapsed) {
  background-color: #E5DDE1;
  font-weight: 600;
}
.accordion-button:not(.collapsed) p.schoolName {
  color: #501935;
}
.accordion-button:not(.collapsed) i {
  color: #501935;
}

.accordion {
  width: 100%;
  margin-bottom: 1rem;
}

.accordion-header .accordion-button p {
  font-size: 16px !important;
  font-weight: 600;
  color: #595959;
  margin: 0;
  flex-grow: 1;
}
.accordion-header i {
  opacity: 0.5;
}
.accordion-header i:hover {
  color: #501935;
  opacity: 1;
}

.edit-icon .dropdown {
  margin-right: auto;
  cursor: pointer;
  color: #501935;
  font-size: 20px;
  position: relative;
  top: 10px;
  left: 8px;
}
.edit-icon .dropdown button {
  opacity: 0.4;
}
.edit-icon .dropdown button:hover {
  opacity: 1;
}
.edit-icon .dropdown .icon-btn {
  border-radius: 6px !important;
}

.custom-tooltip .tooltip-inner {
  background-color: white;
  border: 1px solid #DCD4D8;
  color: #595959;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  min-width: 250px !important;
}
.custom-tooltip .tooltip-arrow::before {
  border-right-color: #DCD4D8 !important;
}

.progressCntr {
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.progressCntr.adtl {
  width: 360px;
}
@media (min-width: 992px) {
  .progressCntr.adtl {
    width: 300px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .progressCntr.adtl {
    width: 380px;
  }
}
.progressCntr .card {
  width: 100%;
  padding: 0;
}
.progressCntr .card .card-body {
  padding: 10px;
}
.progressCntr .card .card-body .prgsPrc {
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
  margin-bottom: 0;
  text-align: end;
}
.progressCntr .card .card-body h6 {
  font-size: 14px;
  font-weight: 600;
  color: #595959;
  margin-bottom: 0;
}
.progressCntr .card .progress {
  height: 8px;
  background-color: #eeeeee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 3px !important;
}
.progressCntr .card .progress .progress-bar {
  height: 100%;
  transition: width 0.6s ease;
}
.progressCntr .card .progress .progress-bar.completed {
  background-color: #008B63;
}
.progressCntr .card .progress .progress-bar.inProgress {
  background-color: #f0c577;
}

.dashboard a.card.card-body.dashWidgets {
  padding: 30px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.dashboard a.card.card-body.dashWidgets:hover {
  opacity: 1 !important;
  cursor: pointer;
  text-decoration: none;
  color: #595959;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}
.dashboard a.card.card-body.dashWidgets h6 {
  font-size: 18px;
  font-weight: 400;
  color: #595959;
  margin-bottom: 8px;
}

.msgs .card {
  border: none;
  border-radius: 10px;
}
.msgs .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.msgs .search-bar .input-group-text {
  background-color: #fff !important;
  border: none;
  border-top-left-radius: 10px;
}
.msgs .search-bar .input-group-text i {
  color: #bbbbbb;
}
.msgs .search-bar input {
  border-top-right-radius: 10px;
  height: 50px;
}
.msgs .search-bar input:focus {
  box-shadow: none !important;
}
.msgs .prflImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  object-fit: cover;
  margin-right: 16px;
}
.msgs .list-group.list-group-flush {
  max-height: 450px;
  overflow-y: auto;
}
.msgs .list-group.list-group-flush .list-group-item {
  display: flex;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 16px;
  width: 100%;
}
.msgs .list-group.list-group-flush .list-group-item:hover:not(.active) {
  background-color: #d1c6cb;
}
.msgs .list-group.list-group-flush .list-group-item.active {
  background-color: #eeeeee;
  border-left: 4px solid #501935;
  font-weight: 600;
  color: #501935;
  border-bottom: none;
  text-decoration: none;
}
.msgs .list-group.list-group-flush .list-group-item .inr-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.msgs .list-group.list-group-flush .list-group-item .inr-item .unread {
  background-color: #AD7A99;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50em;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msgs .list-group.list-group-flush .list-group-item .inr-item .unread.urgent {
  background-color: #c51141;
}
.msgs .list-group.list-group-flush .list-group-item .inr-item .read {
  color: #AD7A99;
  font-size: 12px;
}
.msgs .list-group.list-group-flush .list-group-item .inr-item .read.urgent {
  background-color: #c51141;
  border-radius: 50em;
  width: 20px;
  height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msgs .list-group.list-group-flush .list-group-item h6 {
  font-size: 16px;
  font-weight: 600;
}
.msgs .opnMsg .card {
  position: relative;
}
.msgs .opnMsg .card .card-header {
  padding: 13px 20px !important;
}
.msgs .opnMsg .card .card-header h6 {
  font-weight: 600;
  color: #595959;
}
.msgs .opnMsg .card .card-body {
  max-height: 500px;
  overflow-y: scroll;
}
.msgs .opnMsg .card .card-body .msgCntr {
  max-width: 650px;
}
.msgs .opnMsg .card .card-body .msgCntr .bg-secondary {
  margin-left: 10px;
}
.msgs .opnMsg .card .card-body .msgCntr .bg-secondary p {
  color: #404040;
}
.msgs .opnMsg .card .card-body .attmnt {
  margin-top: 16px;
  background-color: #eeeeee;
  border-radius: 8px;
  padding: 10px;
  height: 50px;
  width: 300px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.msgs .opnMsg .card .card-body .attmnt:hover {
  background-color: #e1e1e1;
}
.msgs .opnMsg .card .card-body .attmnt a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #595959;
  width: 100%;
}
.msgs .opnMsg .card .card-body .attmnt a i {
  margin-right: 8px;
}
.msgs .opnMsg .card .card-body .attmnt a h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.msgs .opnMsg .card .card-footer {
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  padding: 12px 0px;
}
.msgs .opnMsg .card .card-footer textarea {
  height: 60px;
  border: none;
  resize: none;
}
.msgs .opnMsg .card .card-footer textarea:focus {
  box-shadow: none !important;
}
.msgs .opnMsg .card .card-footer .attIcn i {
  font-size: 20px;
  color: #bbbbbb;
  margin-right: 16px;
  cursor: pointer;
}
.msgs .opnMsg .card .card-footer .attIcn i:hover {
  color: #AD7A99;
}

.tableChange {
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  justify-content: space-between;
}
.tableChange .nav-item {
  margin-bottom: 0 !important;
}
.tableChange .nav-item button.nav-link {
  color: #595959;
  padding: 4px 20px;
  font-size: 16px;
  font-weight: 600;
}
.tableChange .nav-item button.nav-link.active {
  color: #fff !important;
  background-color: #AD7A99;
}
.tableChange .nav-item button.nav-link:hover {
  color: #fff !important;
  background-color: #a3688b !important;
}
.tableChange .nav-item button.nav-link:disabled {
  background-color: #AD7A99;
  cursor: not-allowed;
}

table .table-caution {
  --bs-table-color: #000;
  --bs-table-bg: #ffe5d0;
  --bs-table-striped-bg: #ffe5d0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #feb272;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8c5ab;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.notes {
  margin-right: auto;
  cursor: pointer;
  color: #501935;
  font-size: 20px;
  position: relative;
  top: 10px;
  left: 8px;
}
.notes button.dark-btn-outline {
  opacity: 0.4;
}
.notes button.dark-btn-outline:hover {
  opacity: 1;
}
.notes .icon-btn {
  border-radius: 6px !important;
}
.notes .nameDate {
  color: #501935;
}

.coursesList p, .coursesList a {
  font-size: 14px;
  line-height: 17px;
}
.coursesList .inrList {
  list-style: none;
  padding: 0;
}
.coursesList .inrList li {
  padding: 8px;
}
.coursesList .inrList li:hover {
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding-left: 12px;
  cursor: pointer;
  background-color: #f3f3f3;
}
.coursesList .inrList li.approved {
  border: 1px solid #dddddd;
  background-color: rgba(0, 139, 99, 0.08);
  padding-left: 12px;
  border-radius: 6px;
}
.coursesList .inrList li.approved:hover {
  background-color: rgba(0, 139, 99, 0.15);
}
.coursesList .ttl {
  margin-bottom: 0;
  font-weight: 600;
}

.lftCrseCntnr .card .drag {
  padding: 5px 10px;
  border: 2px solid #dddddd;
  border-radius: 6px;
}
.lftCrseCntnr .card .drag:hover {
  border: 2px solid #dddddd;
  background-color: #f3f3f3;
  cursor: grab;
}
.lftCrseCntnr .card .grab {
  cursor: grab;
  padding: 5px 10px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid #a3688b;
  color: #a3688b;
}
.lftCrseCntnr .card .grabbed {
  cursor: grab;
  padding: 5px 10px;
  border: 2px dashed #DCD4D8;
  border-radius: 6px;
  color: #AD7A99 !important;
}
.lftCrseCntnr .card .completed {
  border: 2px dashed #dddddd;
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 6px;
  color: #a3a3a3;
}
.lftCrseCntnr .card .completed i {
  color: #008B63;
  background-color: rgba(0, 139, 99, 0.4);
  border: 1px solid #008B63;
  font-size: 10px;
  opacity: 0.6;
  border-radius: 50em;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lftCrseCntnr .card .in-progress {
  cursor: grab;
  border: 2px solid #dddddd;
  padding: 5px 10px;
  border-radius: 6px;
}
.lftCrseCntnr .card .in-progress:hover {
  border: 2px solid #dddddd;
  background-color: #f3f3f3;
  cursor: grab;
}

.appPrflImg {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #fff;
  object-fit: cover;
}
@media (min-width: 992px) {
  .appPrflImg {
    width: 150px;
    height: 150px;
  }
}

.msg-btn-wpr {
  margin: auto;
}
@media (min-width: 992px) {
  .msg-btn-wpr {
    width: 100%;
  }
}

.accordion-body {
  padding-top: 2em !important;
}

#evaluationTable {
  position: relative;
}
#evaluationTable .progressCntr {
  width: 100%;
  position: absolute;
  top: -4.5em;
  padding-bottom: 20px;
  opacity: 0.8;
}

.courseAllocations {
  margin-bottom: 40px;
}
.courseAllocations h6 {
  font-size: 16px;
  font-weight: 800;
  color: #501935;
  margin-bottom: 0;
}
.courseAllocations h6 span {
  background-color: #e5dde16f;
  padding: 2px 8px;
  border-radius: 3px;
}
.courseAllocations .hrs {
  font-size: 14px;
  margin-bottom: 10px;
}

.sectDvdr {
  display: flex;
  justify-content: space-between;
}
.sectDvdr div:first-child {
  width: 40% !important;
}
.sectDvdr div {
  width: 20%;
}
.sectDvdr div p {
  margin-bottom: 0 !important;
}
.sectDvdr div:last-child {
  text-align: center !important;
}
.sectDvdr--2 div:first-child {
  width: 80% !important;
}

.inrScts {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dddddd;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.inrScts div:first-child {
  width: 40% !important;
}
.inrScts div {
  width: 20%;
}
.inrScts div p {
  font-size: 14px;
  margin-bottom: 0 !important;
  font-weight: 600;
}
.inrScts div:nth-child(4) p {
  position: relative;
  text-align: center;
}
.inrScts:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

.allocateHoursModal h6 {
  font-size: 16px;
  font-weight: 600;
  color: #a3688b;
  margin-bottom: 0;
}

/*# sourceMappingURL=naab-basic-styles.css.map */
