/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
  --bs-body-font-family: "Inter", sans-serif;
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: #212529;
  --bs-body-text-align: left;
  --bs-body-bg: #fcfcfc;
  --main: #cf2029;
  overflow-x: hidden;
}

a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--main);
  text-decoration: none;
}

hr {
  border-top: 2px dashed #e3e3e3;
  margin: 20px 0;
  opacity: 1;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Buttons */

.btn {
  --bs-btn-font-weight: 500;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  cursor: not-allowed;
}

.btn.with-loader .spinner-border {
  display: none;
}

.btn i::before {
  top: 1px;
  position: relative;
}

.btn-sm {
  font-size: 12px;
}

.btn-xs {
  font-size: 10px;
  --bs-btn-padding-x: 8px;
  --bs-btn-padding-y: 3px;
  --bs-border-radius: 4px;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-main {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--main);
  --bs-btn-border-color: var(--main);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--main);
  --bs-btn-hover-border-color: var(--main);
  --bs-btn-focus-shadow-rgb: 226 67 41;
}

.btn-main-outline {
  --bs-btn-color: var(--main);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--main);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--main);
  --bs-btn-hover-border-color: var(--main);
  --bs-btn-focus-shadow-rgb: 226 67 41;
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-color: #fff;
  --bs-btn-focus-shadow-rgb: 33 37 41;
}

.btn-black-outline {
  --bs-btn-color: #212529;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-color: #212529;
  --bs-btn-focus-shadow-rgb: 33 37 41;
}

.btn-white {
  --bs-btn-color: #212529;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(255, 255, 255, 0);
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255 255 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(255, 255, 255, 0);
  --bs-btn-active-border-color: #fff;
}

.btn-blank {
  --bs-btn-color: #212529;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #212529;
  --bs-btn-hover-bg: #efefef;
  --bs-btn-hover-border-color: #efefef;
  --bs-btn-focus-shadow-rgb: 239 239 239;
}

/* Cards */

.card {
  --bs-card-bg: #fff;
  --bs-card-border-width: 1px;
  --bs-card-border-color: #ededed;
  --bs-card-border-radius: 8px;
}

/* Dropdown */

.dropdown-menu {
  --bs-dropdown-menu-bg: #fff;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.1);
  --bs-dropdown-menu-color: #212529;
  --bs-dropdown-border-radius: 8px;
  overflow: hidden;
}

.dropdown-menu .dropdown-link,
.dropdown-menu .dropdown-button {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu a:hover,
.dropdown-menu button:hover {
  color: var(--main);
  background: #efefef;
}

.dropdown-no-after::after {
  display: none;
}

.dropdown-divider {
  --bs-dropdown-divider-bg: rgba(0, 0, 0, 0.1);
  --bs-dropdown-divider-margin-y: 0;
}

/* Alerts */

.alert {
  --bs-alert-padding-x: 12px;
  --bs-alert-padding-y: 8px;
  font-size: 12px;
  margin-bottom: 10px;
}

.alert p + ul {
  margin-top: 8px;
}

.alert > *:last-child {
  margin-bottom: 0;
}

.alert a {
  color: inherit;
  text-decoration: underline;
}

.alert-dismissible .btn-close {
  background-size: 8px 8px;
  padding: 8px 8px;
}

/* Global */

.min-screen {
  min-height: 100vh;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  cursor: wait;
  display: none;
}

.list-style-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

.separator {
  border-top: 2px dashed #e3e3e3;
  margin: 20px 0;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

/* Custom Colors */

.bg-cancel {
  background: #f8d7da;
  color: #842029;
}

.text-cancel {
  color: #842029;
}

/* Loader */

.text-main {
  color: var(--main);
}

.spinner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Modal */

.modal-content {
  --bs-modal-border-radius: 0;
  --bs-modal-border-width: 0;
  --bs-modal-bg: #fff;
}

.modal-header {
  background: var(--main);
  --bs-modal-inner-border-radius: 0;
  --bs-modal-header-padding: 12px 15px;
}

.modal-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.modal-header .btn-close {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-filter: var(--bs-btn-close-white-filter);
  filter: var(--bs-btn-close-white-filter);
  opacity: 1;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.modal-header .btn-close:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal-form {
  position: relative;
}

.modal-body {
  padding: 12px 15px;
}

.modal-footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 15px;
}

.modal-footer > *:not(:last-child) {
  margin: 0 5px 0 0;
}

/* Table */

.simpleTable {
  --bs-table-border-color: #e9ecef;
}

.simpleTable th,
.simpleTable td {
  font-size: 12px;
  padding: 6px 10px;
  display: block;
  width: 100%;
}

.simpleTable.reset th,
.simpleTable.reset td {
  display: table-cell;
  width: auto;
}

.simpleTable td {
  --bs-table-bg: #fff;
}

.simpleTable th {
  font-weight: 600;
  color: #212529;
  --bs-table-bg: #f9f9f9;
  border-bottom: 1px solid #e9ecef;
}

.simpleTable td {
  font-weight: 400;
  color: #797979;
}

/* Forms */

.form-area {
  position: relative;
}

.form-body {
  position: relative;
}

.form-body hr {
  border-top: 2px dotted #e3e3e3;
  margin: 18px 0 12px 0;
}

.form-body > div:not(:last-child) {
  margin-bottom: 10px;
}

.alertsArea:empty {
  margin-bottom: 0 !important;
}

.form-line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.form-line.line-3 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.form-line.line-5 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.form-group {
  position: relative;
}

.form-group .form-label {
  font-size: 12px;
  font-weight: 500;
  color: #212529;
  margin-bottom: 2px;
  display: block;
}

.form-group .form-label span {
  font-size: 90%;
  color: #797979;
}

.form-group .form-control,
.form-group .form-select {
  --bs-body-bg: #fff;
  --bs-border-color: #e3e3e3;
  --bs-border-radius: 8px;
  font-size: 13px;
  padding: 7px 12px;
}

.form-group.sm .form-control,
.form-group.sm .form-select {
  font-size: 12px;
  padding: 6px 10px;
}

.form-group.sm .input-group-text {
  font-size: 12px;
  padding: 6px 10px;
}

.form-group .form-select {
  background-position: right 8px center;
  padding-right: 32px;
}

.form-group .form-control:-moz-read-only {
  --bs-body-bg: #efefef;
  --bs-border-color: #e3e3e3;
  cursor: not-allowed;
}

.form-group .form-control:read-only {
  --bs-body-bg: #efefef;
  --bs-border-color: #e3e3e3;
  cursor: not-allowed;
}

.form-group .form-control:disabled,
.form-group .form-select:disabled {
  --bs-secondary-bg: #efefef;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #c0c0c0;
}

.form-group .form-control::-moz-placeholder {
  color: #c0c0c0;
}

.form-group .form-control:-ms-input-placeholder {
  color: #c0c0c0;
}

.form-group .form-control::-ms-input-placeholder {
  color: #c0c0c0;
}

.form-group .form-control::placeholder {
  color: #c0c0c0;
}

.form-group .form-control[type="file"] {
  background: #fff;
}

.form-group .form-control[type="file"]::-webkit-file-upload-button {
  padding: 5px 8px;
  border-radius: 6px;
  background: #efefef;
  border: 1px solid #e3e3e3;
  color: #212529;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -10px;
}

.form-group .form-control[type="file"]::file-selector-button {
  padding: 5px 8px;
  border-radius: 6px;
  background: #efefef;
  border: 1px solid #e3e3e3;
  color: #212529;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -10px;
}

.form-group .form-select {
  color: #212529;
}

.form-group .form-select option:disabled {
  color: #c0c0c0;
}

.form-group .form-control:focus {
  border-color: #cccccc;
}

.form-group textarea {
  min-height: 90px;
}

.form-group textarea[rows] {
  min-height: 0;
}

.form-group .form-text {
  font-size: 11px;
  color: #797979;
  margin-top: 2px;
  display: block;
}

.form-group .form-paragraph {
  font-size: 14px;
  color: #797979;
}

.form-group .alert {
  margin-bottom: 0;
  --bs-alert-padding-y: 9.5px;
}

.form-fieldset > *:not(:last-child) {
  margin-bottom: 5px;
}

.form-check {
  min-height: unset;
}

.form-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.form-set .form-check {
  background: #ededed;
  border-radius: 8px;
  padding: 4px 8px;
  margin-bottom: 0;
}

.form-set .form-check .form-check-label,
.form-set .form-check span {
  font-size: 13px;
  font-weight: 500;
  color: #212529;
  margin-left: 5px;
}

.form-set .form-check .form-check-input {
  margin: 3px 0 0 0;
}

.form-check .form-check-input,
.form-check .form-check-label {
  cursor: pointer;
}

.form-check-input {
  --bs-body-bg: #fff;
  --bs-border-color: #e3e3e3;
}

.form-check-input:checked {
  background-color: var(--main);
  border-color: var(--main);
}

.form-check-label,
.form-check label {
  font-size: 13px;
  color: #212529;
}

.form-text {
  font-size: 12px;
  color: #797979;
  display: block;
}

/* CKEditor */

.ck.ck-toolbar {
  --ck-color-toolbar-border: #e3e3e3;
  --ck-border-radius: 8px;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  --ck-color-base-border: #e3e3e3;
}

.ck.ck-editor__main > .ck-editor__editable {
  font-size: 90%;
  min-height: 200px;
  padding: 0 15px;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-radius: 0 0 8px 8px !important;
}

.ck .ck-placeholder:before,
.ck.ck-placeholder:before {
  --ck-color-engine-placeholder-text: #c0c0c0;
}

.ck.ck-balloon-panel.ck-balloon-panel_visible {
  display: none !important;
}

/* Layout */

.layout-wrapper {
  position: relative;
}

/* Sidebar */

.layout-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 275px;
  height: 100%;
  min-height: 100vh;
  padding: 60px 0 0;
  background: #fff;
  border-right: 1px solid #ededed;
  z-index: 998;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-inner {
  position: relative;
  padding: 18px 15px;
  height: 100%;
  overflow: hidden auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-inner {
  scrollbar-width: thin;
  scrollbar-color: #aaa #f1f1f1;
}

.menu-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menu-inner::-webkit-scrollbar-thumb {
  background: #aaa;
}

.menu-inner::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.menu-inner::-webkit-scrollbar-thumb:active {
  background: #555;
}

.menu-inner::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.menu-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.menu-list {
  position: relative;
  padding-bottom: 15px;
}

.menu-list ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.menu-section:not(:last-child) {
  margin-bottom: 12px;
}

.menu-section-title {
  position: relative;
  margin-bottom: 5px;
}

.menu-section-title h4 {
  color: #212529;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.menu-item:not(:last-child) {
  margin-bottom: 2px;
}

.menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 10px;
  color: #979797;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.menu-link i {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  width: auto;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  color: #a7a7a7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-link i,
.menu-link span {
  vertical-align: middle;
  display: inline-block;
  line-height: 24px;
}

.menu-link:hover {
  background: #f6f6f6;
}

/* .menu-link:hover {
  color: var(--main);
}

.menu-link:hover i {
  color: var(--main);
} */

.active .menu-link {
  color: var(--main);
  background: rgb(var(--main-rgb), 10%);
}

.active .menu-link i {
  color: var(--main);
}

/* .active .menu-link::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: var(--main);
  border-radius: 4px 0 0 4px;
  position: absolute;
  top: 0;
  right: -10px;
} */

/* Sidebar Close */

.layout-sidebar-close .navbar-toggle-btn {
  background: #efefef;
}

.layout-sidebar-close .layout-menu {
  left: 0;
}

.layout-sidebar-close .layout-page-overlay {
  display: block;
}

/* Layout */

.layout-page {
  position: relative;
}

.layout-page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 65%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  display: none;
}

.layout-page-right {
  position: relative;
  padding: 60px 0 0;
  -webkit-transition: margin-left 0.5s ease;
  -o-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

.content-wrapper {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-container {
  position: relative;
  padding: 20px 0;
}

/* Navbar */

.layout-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  background: #ffffff;
  border-bottom: 1px solid #ededed;
  padding: 10px 15px;
}

.layout-navbar .container-fluid {
  padding: 0;
}

.navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.navbar-inner > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.navbar-actions > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 5px;
  padding-right: 5px;
}

/* Nav Toggler */

.navbar-toggle-btn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #797979;
  border-radius: 8px;
  border: 2px solid #efefef;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Nav Brand */

.navbar-brand {
  position: relative;
}

.navbar-brand a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
}

.navbar-brand img {
  width: auto;
  height: 32px;
}

.navbar-brand img + .navbar-brand-text {
  margin-left: 6px;
}

.navbar-brand-text {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
}

/* Nav Alerts */

.dropdown-alerts .dropdown-toggle {
  position: relative;
  background: #fff;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #212529;
  border-radius: 8px;
  border: 2px solid #efefef;
}

.dropdown-alerts .dropdown-toggle:hover {
  background: #e3e3e3;
  border-color: #e3e3e3;
}

.dropdown-alerts .dropdown-toggle span {
  display: block;
  background: #212529;
  padding: 2px 4px;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -5px;
  right: -5px;
}

.dropdown-alerts-menu {
  padding: 0;
  min-width: 300px;
}

.dropdown-alerts-menu > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-alerts-menu > *:last-child {
  border-bottom: 0;
}

.dropdown-loader {
  padding: 15px 20px;
  text-align: center;
}

.dropdown-no-alerts {
  font-size: 14px;
  color: #797979;
  font-style: italic;
  padding: 15px 20px;
  text-align: center;
}

.dropdown-alert-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 15px;
}

.dropdown-alert-item.unread {
  background: #efefef;
}

.dropdown-alert-item.unread::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 8px;
  background: var(--main);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.alerts-list {
  position: relative;
}

.alerts-list .dropdown-alert-item {
  padding: 15px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alerts-list .dropdown-alert-item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.dropdown-alert-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-alert-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}

.dropdown-alert-icon i {
  background: #ddd;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #212529;
}

.dropdown-alert-icon i.bx-info-circle {
  background: #d1ecf1;
  color: #0c5460;
}

.dropdown-alert-icon i.bx-check {
  background: #d1e7dd;
  color: #0a3622;
}

.dropdown-alert-icon i.bx-wrench {
  background: #fff3cd;
  color: #664d03;
}

.dropdown-alert-icon i.bx-error {
  background: #f8d7da;
  color: #842029;
}

.dropdown-alert-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
}

.dropdown-alert-text {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #212529;
  margin-bottom: 0;
}

.dropdown-alert-content small {
  font-size: 12px;
  line-height: 1;
  color: #797979;
}

.dropdown-alert-right {
  padding-left: 10px;
}

.dropdown-menu .dropdown-view-all {
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  text-decoration: none;
  display: block;
}

/* Nav Avatar */

.dropdown-user .dropdown-toggle {
  position: relative;
  display: block;
}

.dropdown-user .dropdown-menu {
  padding: 0;
  min-width: 200px;
}

.dropdown-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-image {
  position: relative;
}

.avatar-image img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #efefef;
  box-shadow: inset 0 0 0 2px #efefef;
}

.avatar-content {
  position: relative;
  padding: 4px 0 2px;
}

.avatar-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0;
}

.avatar-content p {
  font-size: 13px;
  font-weight: 500;
  color: #797979;
  margin-bottom: 4px;
}

.avatar-content span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #797979;
}

/* Stat Cards */

.stat-card {
  --bs-card-bg: #fff;
  --bs-card-border-width: 1px;
  --bs-card-border-color: #ededed;
  --bs-card-border-radius: 8px;
  padding: 12px 15px;
  overflow: hidden;
}

.card-icon {
  position: absolute;
  bottom: 1px;
  right: -12px;
  font-size: 3rem;
  line-height: 1;
  color: #efefef;
  opacity: 0.2;
}

.card-text h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #212529;
}

.card-text p {
  color: #797979;
  font-size: 12px;
  margin-bottom: 0;
}

/* Actions */

.actionButtons {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.actionButtons li {
  display: inline-block;
  margin-right: 5px;
}

.actionButtons li:last-child {
  margin-right: 0;
}

/* Go back */

.dashboard-back {
  position: relative;
  margin-bottom: 12px;
}

.dashboard-back a {
  color: var(--main);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dashboard-back a i {
  font-size: 19px;
  margin-right: 2px;
}

.dashboard-back.next a i {
  margin-right: 0;
  margin-left: 5px;
}

.dashboard-back a:hover {
  color: #797979;
}

.dashboard-back a i,
.dashboard-back a span {
  display: inline-block;
  vertical-align: middle;
}

/* Dashboard Card */

.dashboard-card .card-header {
  --bs-card-cap-padding-y: 12px;
  --bs-card-cap-padding-x: 15px;
  --bs-card-cap-bg: #fff;
  --bs-card-border-color: #ededed;
  --bs-card-border-width: 1px;
  --bs-card-inner-border-radius: 8px;
}

.dashboard-card:not(:has(.card-body)) .card-header {
  border-radius: var(--bs-card-inner-border-radius);
  --bs-card-border-width: 0;
}

.card-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.card-header-inner > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.card-header-right {
  margin-top: 8px;
}

.dashboard-card .card-header h2 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: #212529;
}

.dashboard-card .card-header p {
  color: #797979;
  font-size: 12px;
  margin-bottom: 0;
}

.card-header-right .btn {
  --bs-btn-padding-x: 8px;
  --bs-btn-padding-y: 4px;
  --bs-btn-font-size: 12px;
}

.card-header-right .form-select {
  padding: 6px 30px 6px 12px;
  font-size: 14px;
  background-position: right 8px center;
}

.dashboard-card .card-body {
  --bs-card-spacer-y: 12px;
  --bs-card-spacer-x: 15px;
}

.dashboard-card .card-form {
  position: relative;
}

.dashboard-card .table {
  margin-bottom: 0;
}

/* Dashboard Title */

.dashboard-title {
  position: relative;
}

.dashboard-title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0;
}

.dashboard-title p {
  color: #797979;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

/* Dashboard Blocks */

.dashboard-block {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 14px 15px;
  border: 1px solid #efefef;
}

.dashboard-block-title {
  position: relative;
  margin-bottom: 20px;
}

.dashboard-block-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 4px;
  background: var(--main);
  border-radius: 4px;
}

.dashboard-block-title h3 {
  font-size: 15px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0;
}

.dashboard-block-title p {
  font-size: 12px;
  font-weight: 400;
  color: #797979;
  margin-bottom: 0;
}

.dashboard-block-body {
  position: relative;
}

.dashboard-block-body .alert {
  margin-bottom: 0;
}

.dashboard-block-button {
  margin-top: 15px;
}

/* Upcoming Classes */

.upco-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px;
}

.upco-item {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 12px 15px;
  border: 2px dashed #ededed;
}

.upco-item-title {
  position: relative;
  margin-bottom: 8px;
}

.upco-item-title span {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: var(--main);
  padding: 3px 6px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 4px;
}

.upco-item-title h4 {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0;
}

.upco-item-date,
.upco-item-time {
  font-size: 11px;
  font-weight: 500;
  color: #797979;
}

.upco-item-date i,
.upco-item-time i {
  vertical-align: middle;
}

/* Datatables */

.dataTables_wrapper .dataTables_length {
  padding-bottom: 5px;
}

.dataTables_wrapper .dataTables_filter {
  padding-bottom: 15px;
}

.dataTables_wrapper .dataTables_length select {
  border-color: #ddd;
  padding: 6px 5px 6px 5px;
  margin: 0 2px;
}

.dataTables_wrapper .dataTables_filter input {
  border-color: #ddd;
  margin-left: 10px;
  font-size: 13px;
  padding: 5px 8px;
}

.dataTables_wrapper .dataTables_length select:focus,
.dataTables_wrapper .dataTables_filter input:focus {
  outline: none;
  border-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

table.dataTable {
  border: 1px solid #e3e3e3 !important;
  border-radius: 6px;
  overflow: hidden;
  /* border-collapse: collapse; */
}

table.dataTable tbody tr.odd {
  background-color: #f8f8f8;
}

table.dataTable thead th,
table.dataTable thead td {
  font-size: 12px;
  padding: 10px 12px;
  font-weight: 600;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  border-width: 0 0 1px 1px !important;
  border: solid #e3e3e3;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  font-size: 12px;
  font-weight: 600;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  padding: 10px 12px;
  border-width: 1px 0 0 1px !important;
  border: solid #e3e3e3;
}

table.dataTable thead th:first-child,
table.dataTable tfoot th:first-child {
  border-left: 0 !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  color: #797979;
  font-size: 12px;
  padding: 8px 10px;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

table.dataTable tbody td:first-child {
  border-left: 0;
}

table.dataTable tbody tr:last-child td {
  border-bottom: 0;
}

table.dataTable tfoot tr th select {
  font-size: 12px;
  padding: 4px 6px;
  background-position: right 4px center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 15px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px 12px;
  border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: #212529 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #fff;
  color: #212529;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #212529;
}

.dataTables_wrapper .dataTables_processing {
  background: rgb(255 255 255 / 75%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.dataTables_wrapper .dataTables_processing > div > div {
  background: var(--main) !important;
}

.dataTables_wrapper .dataTables_link {
  color: var(--main);
  font-weight: 500;
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.dataTables_wrapper .dataTables_text {
  font-size: 11px;
  color: #797979;
  font-weight: 500;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.dataTables_wrapper .dataTables_title {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.dataTables_wrapper .dataTables_phrase {
  min-width: 140px;
}

/* Badges */

[class*="text-"] {
  font-weight: 600;
}

.badge {
  --bs-badge-padding-x: 6px;
  --bs-badge-padding-y: 5px;
  font-size: 10px;
  line-height: 1.1;
}

.table-badge {
  display: inline-block;
  margin-right: 4px;
}

/* Accordion */

.accordion {
  --bs-accordion-btn-focus-border-color: #ededed;
  --bs-border-color: #efefef;
}

.accordion-button {
  --bs-accordion-btn-padding-x: 15px;
  --bs-accordion-btn-padding-y: 12px;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-button:not(.collapsed) {
  --bs-accordion-active-color: #212529;
  --bs-accordion-active-bg: #f7f7f7;
}

.accordion-button::after {
  background-size: 15px 15px;
  background-position: right 6px center;
}

.accordion-button:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.accordion-body {
  background: #fff;
  --bs-accordion-body-padding-x: 15px;
  --bs-accordion-body-padding-y: 12px;
}

/* Progress */

.progress,
.progress-stacked {
  --bs-progress-height: 10px;
}

/* Simple List */

.simple-list {
  position: relative;
}

.simple-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.simple-list ul li:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.simple-list ul li strong {
  color: #212529;
  font-size: 13px;
  font-weight: 600;
}

.simple-list ul li span {
  color: #797979;
  font-size: 13px;
  font-weight: 500;
}

.simple-list + form {
  margin-top: 10px;
}

/* Pagination */

.dashboard-pagination {
  position: relative;
  margin-top: 15px;
}

.dashboard-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1px;
  padding: 0;
  list-style: none;
}

.dashboard-pagination ul li {
  margin: 0 1px;
}

.dashboard-pagination ul li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  background: #ffffff;
  color: #797979;
  border-radius: 6px;
  border: 1px solid #ededed;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dashboard-pagination ul li .page-numbers:hover {
  background: #efefef;
  color: #797979;
}

.dashboard-pagination ul li .page-numbers.current {
  background: var(--main);
  color: #fff;
  border-color: var(--main);
  cursor: default;
}

.dashboard-pagination ul li .page-numbers.current:hover {
  background: var(--main);
  color: #fff;
}

/* Recent Students */

.rest-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rest-item:not(:last-child) {
  margin-bottom: 10px;
}

.rest-item-img {
  position: relative;
  margin-right: 10px;
}

.rest-item-img img {
  position: relative;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #efefef;
}

.rest-item-info {
  position: relative;
  overflow: hidden;
}

.rest-item-info h5 {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 2px;
}

.rest-item-info p {
  font-size: 12px;
  font-weight: 400;
  color: #797979;
  margin-bottom: 0;
}

.rest-item-info h5,
.rest-item-info p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.rest-item-btn {
  position: relative;
  margin-left: auto;
}

.rest-item-btn a {
  font-size: 10px;
  padding: 3px 6px;
}

/* Student List Card */

.user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-avatar {
  margin-right: 10px;
}

.user-avatar img {
  border: 2px solid #e3e3e3;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-name p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #212529;
}

.user-name p span {
  color: var(--main);
  padding-left: 4px;
}

.user-name small {
  font-size: 12px;
  color: #797979;
}

/* Billing Membership Card */

.member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.member-image {
  margin-right: 10px;
}

.member-image img {
  background: #fff;
  border: 2px solid #e3e3e3;
  border-radius: 8px;
  padding: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-title p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 0;
  color: #212529;
}

.member-title small {
  font-size: 12px;
  color: #797979;
}

/**********************************/
/* Student View */
/**********************************/

.student-card {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 12px 15px;
  border: 1px solid #efefef;
}

.student-card-body {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.student-card-body h4 {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0;
}

.student-card-body p {
  font-size: 12px;
  font-weight: 400;
  color: #797979;
  margin-bottom: 0;
}

.student-card-img {
  position: relative;
  text-align: center;
  margin-bottom: 6px;
}

.student-card-img img {
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  -webkit-box-shadow: 0 0 0 2px #e3e3e3;
  box-shadow: 0 0 0 2px #e3e3e3;
  padding: 4px;
  margin: 0 auto;
}

.student-card-img span {
  display: inline-block;
  margin-top: 8px;
}

.student-card-info {
  position: relative;
  text-align: center;
}

.student-card-info h4 {
  color: #212529;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
}

.student-card-info p {
  color: #797979;
  font-size: 11px;
  margin-bottom: 0;
}

.student-card-billing {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  background: #fcfcfc;
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid #efefef;
  margin-top: 10px;
}

.student-card-date {
  position: relative;
}

.student-card-date h5 {
  color: #212529;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
}

.student-card-date p {
  color: #797979;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

.admin-tabs-body {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 12px 15px;
  border: 1px solid #efefef;
}

/* Student Tabs */

.student-tabs {
  position: relative;
}

.student-tabs-header {
  position: relative;
  overflow-x: auto;
  margin-bottom: 12px;
}

.student-tabs-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0 -2px;
}

.student-tabs-header li {
  list-style: none;
  padding: 0 2px;
}

.student-tabs-header li a {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #797979;
  padding: 10px 12px;
  border-radius: 8px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.student-tabs-header li a i,
.student-tabs-header li a span {
  display: inline-block;
  vertical-align: middle;
}

.student-tabs-header li a i {
  font-size: 16px;
  margin-right: 4px;
}

.student-tabs-header li a:hover {
  background: #efefef;
  color: #797979;
}

.student-tabs-header li.active a {
  background: #efefef;
  color: #212529;
}

.student-tabs-body {
  position: relative;
}

/* Profile Avatar */

.form-avatar {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #efefef;
}

/**********************************/
/* Forum */
/**********************************/

.forum-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.forum-card {
  position: relative;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ededed;
  padding: 15px 20px;
  border-radius: 8px;
}

.form-card-sticky {
  position: absolute;
  top: -6px;
  right: 10px;
  background: var(--main);
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  cursor: default;
}

.forum-card-info {
  position: relative;
  margin-bottom: 12px;
}

.forum-card-info h3 {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 1px;
  color: #212529;
}

.forum-card-info a:hover h3 {
  color: var(--main);
}

.forum-card-info ul {
  padding: 0;
  margin: 0;
}

.forum-card-info ul li {
  display: inline-block;
  font-size: 12px;
  color: #797979;
  font-weight: 500;
}

.forum-card-info ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  background: #797979;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  margin: 0 2px 2px 6px;
}

.forum-card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fca-left img {
  border: 2px solid #e3e3e3;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fca-left {
  padding-right: 8px;
}

.fca-right h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #212529;
}

.fca-right p {
  font-size: 12px;
  color: #797979;
  font-weight: 500;
  margin-bottom: 0;
}

.forum-card-footer {
  position: relative;
  margin-top: auto;
}

.forum-card-footer .actionButtons {
  margin-top: 12px;
}

/* Activities */

.activities {
  padding: 0;
  margin: 0;
  list-style: none;
}

.activities li {
  font-size: 12px;
  line-height: 15px;
  color: #212529;
}

.activities li:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #ededed;
}

/* Content */

.content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.content h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.1rem;
}

.content blockquote {
  position: relative;
  font-style: italic;
  padding: 10px 15px;
  background: #efefef;
  border-left: 3px solid #e3e3e3;
}

.content blockquote *:last-child {
  margin-bottom: 0;
}

.content > *:last-child,
.content-body > *:last-child {
  margin-bottom: 0;
}

.content-meta {
  position: relative;
  margin-top: 10px;
}

.content-meta p {
  font-size: 12px;
  font-style: italic;
  color: #797979;
  font-weight: 500;
  margin-bottom: 0;
}

.content-author {
  background: rgba(var(--main-rgb), 8%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 10px;
  border-radius: 8px;
  margin-top: 15px;
}

/* Comments */

.comments-title {
  position: relative;
  margin-bottom: 25px;
}

.comments-title h3,
.comment-reply-title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0;
}

.comments-title::after,
.comment-reply-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 34px;
  height: 5px;
  background: var(--main);
  border-radius: 4px;
}

.comments.parent {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments.parent > li:not(:last-child) {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.comments .children {
  list-style: none;
  padding: 10px 0 0 15px;
  margin: 0;
}

.comments .children > li:not(:first-child) {
  padding-top: 15px;
}

.comments .children li .comment {
  position: relative;
}

.comments .children li .comment::before,
.comments .children li .comment::after {
  content: "";
  display: block;
  position: absolute;
  background: #e3e3e3;
}

.comments .children li .comment::before {
  top: 5px;
  left: -15px;
  width: 2px;
  height: 15px;
}

.comments .children li .comment::after {
  top: 20px;
  left: -15px;
  width: 10px;
  height: 2px;
}

.comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-author-left {
  padding-right: 8px;
}

.comment-author-left img {
  border: 2px solid #e3e3e3;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-author-left div {
  background: #e3e3e3;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}

.comment-author-right h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #212529;
}

.comment-author-right p {
  font-size: 12px;
  color: #797979;
  font-weight: 500;
  margin-bottom: 0;
}

.comment-author-far {
  position: relative;
  margin-left: auto;
  display: none;
}

.reply-button {
  outline: 0;
  border: 0;
  padding: 0;
  background: unset;
  color: var(--main);
  font-size: 13px;
  font-weight: 500;
}

.comment-body {
  position: relative;
  font-size: 12px;
  margin-top: 6px;
}

.comment-body-reply {
  position: relative;
  margin-top: 5px;
}

.comments .comment-respond {
  margin-top: 15px;
  border: 1px dashed #e3e3e3;
  padding: 15px 20px;
  border-radius: 8px;
}

/* Comment Form */

.comment-form .comment-respond {
  border-top: 2px dashed #e3e3e3;
  margin-top: 20px;
  padding-top: 20px;
}

.comment-reply-title {
  position: relative;
  margin-bottom: 25px;
}

.comment-reply-title small {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
}

.comment-form-comment {
  position: relative;
  margin-bottom: 15px;
}

.comment-form-comment label {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  margin-bottom: 2px;
  display: block;
}

.comment-form-comment label span {
  color: #ff0000;
}

.comment-form-comment textarea {
  height: 80px;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  vertical-align: middle;
}

.comment-form-comment textarea:focus-visible {
  outline: none;
}

.form-submit {
  margin-bottom: 0;
}

.form-submit input[type="submit"] {
  background: #212529;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 8px;
  border: 2px solid #212529;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
}

/**********************************/
/* Videos */
/**********************************/

.video-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/**********************************/
/* Profile */
/**********************************/

.profile-avatar {
  position: relative;
  background: #fcfcfc;
  border-radius: 8px;
  padding: 12px 15px;
  border: 1px solid #efefef;
}

.profile-avatar-title {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.profile-avatar-title h3 {
  color: #212529;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.profile-avatar-title p {
  color: #797979;
  font-size: 11px;
  margin-bottom: 0;
}

.profile-avatar-img {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.profile-avatar-image {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}

.profile-avatar-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #e3e3e3;
  padding: 4px;
  background: #fff;
}

.profile-avatar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.profile-avatar-image:hover .profile-avatar-overlay {
  opacity: 1;
}

.profile-avatar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.profile-avatar-text i {
  font-size: 18px;
}

.profile-avatar-text span {
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.profile-avatar-overlay input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.profile-avatar-info {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.profile-avatar-info p {
  color: #797979;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 0;
}

.profile-avatar-btn {
  position: relative;
  text-align: center;
}

/**********************************/
/* Footer */
/**********************************/

.footer {
  position: relative;
  padding: 0 5px 12px 5px;
  margin-top: auto;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright {
  font-size: 13px;
  font-weight: 500;
  color: #797979;
  text-align: center;
}

.copyright a {
  color: var(--main);
  font-weight: 600;
}

.copyright a:hover {
  color: #212529;
}

.credit {
  font-size: 12px;
  font-weight: 500;
  color: #797979;
  text-align: center;
  margin-top: 8px;
}

.credit a {
  color: var(--main);
  font-weight: 600;
}

.credit a:hover {
  color: #212529;
}

/* Responsive */

@media (min-width: 576px) {
  .modal-sm {
    --bs-modal-width: 375px;
  }

  .card-header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .card-header-right {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .menu-section:not(:last-child) {
    margin-bottom: 15px;
  }

  .menu-link {
    padding: 4px 10px;
  }

  .content-wrapper-container {
    padding: 30px 0;
  }

  .simpleTable th,
  .simpleTable td {
    display: table-cell;
    width: auto;
    font-size: 14px;
    padding: 8px 12px;
  }

  .simpleTable th {
    border-bottom: 0;
  }

  .card-icon {
    bottom: -2px;
    right: -14px;
    font-size: 3.4rem;
  }

  .card-text h5 {
    font-size: 18px;
  }

  .card-text p {
    font-size: 13px;
  }

  .dashboard-card .card-header {
    --bs-card-cap-padding-y: 15px;
    --bs-card-cap-padding-x: 20px;
  }

  .dashboard-card .card-header h2 {
    font-size: 16px;
  }

  .dashboard-card .card-header p {
    font-size: 13px;
  }

  .card-header-right .btn {
    --bs-btn-padding-x: 10px;
    --bs-btn-padding-y: 5px;
  }

  .dashboard-card .card-body {
    --bs-card-spacer-y: 15px;
    --bs-card-spacer-x: 20px;
  }

  .upco-list {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .studentProfile .student-tabs-header {
    overflow-x: hidden;
  }

  .form-line {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .line-colspan {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
  }

  .form-line.line-3 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .form-line.line-3 > :last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }

  .form-line.line-5 {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .billing_address_1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }

  .dashboard-pagination {
    margin-top: 20px;
  }

  .dashboard-pagination ul {
    margin: 0 -2px;
  }

  .dashboard-pagination ul li {
    margin: 0 2px;
  }

  .dashboard-pagination ul li .page-numbers {
    min-width: 30px;
    height: 32px;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 8px;
  }

  .comments.parent > li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .comments .children {
    padding: 15px 0 0 25px;
  }

  .comments .children li .comment::before {
    left: -20px;
  }

  .comments .children li .comment::after {
    left: -20px;
  }

  .comments-title h3,
  .comment-reply-title {
    font-size: 18px;
  }

  .comment-body {
    font-size: 13px;
    margin-top: 8px;
  }

  .comment-author-far {
    display: block;
  }

  .comment-body-reply {
    display: none;
  }

  .content h2 {
    font-size: 26px;
  }

  .content h3 {
    font-size: 22px;
  }

  .content h4 {
    font-size: 18px;
  }

  blockquote {
    padding: 15px 20px;
  }

  .form-check-label,
  .form-check label {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .layout-menu {
    left: 0;
    padding-top: 70px;
    max-width: 235px;
  }

  .layout-page-right {
    margin-left: 235px;
    padding-top: 70px;
  }

  .layout-sidebar-close .layout-menu {
    left: -100%;
  }

  .layout-sidebar-close .layout-page-overlay {
    display: none;
  }

  .layout-sidebar-close .layout-page-right {
    margin-left: 0;
  }

  .layout-navbar {
    height: 70px;
    padding: 15px 20px;
  }

  .navbar-inner {
    margin-left: -10px;
    margin-right: -10px;
  }

  .navbar-inner > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-brand img {
    height: 40px;
  }

  .navbar-brand img + .navbar-brand-text {
    margin-left: 10px;
  }

  .navbar-brand-text {
    font-size: 20px;
    font-weight: 600;
  }

  .menu-inner {
    padding: 22px 20px;
  }

  .menu-link {
    font-size: 14px;
    padding: 6px 10px;
  }

  /* .active .menu-link::after {
    width: 4px;
    right: -15px;
  } */

  .content-wrapper-container {
    padding: 40px 0;
  }

  .dashboard-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .dashboard-title p {
    font-size: 18px;
  }

  .stat-card {
    padding: 20px 25px;
  }

  .card-icon {
    bottom: 6px;
    right: -14px;
    font-size: 4rem;
  }

  .card-text h5 {
    font-size: 24px;
  }

  .card-text p {
    font-size: 14px;
  }

  .btn-sm {
    font-size: 13px;
  }

  .alert {
    --bs-alert-padding-x: 15px;
    --bs-alert-padding-y: 12px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .alert-dismissible .btn-close {
    background-size: 10px 10px;
    padding: 16px 12px;
  }

  .dashboard-block {
    padding: 20px 25px;
  }

  .dashboard-block-title {
    margin-bottom: 30px;
  }

  .dashboard-block-title::after {
    bottom: -10px;
    width: 34px;
  }

  .dashboard-block-title h3 {
    font-size: 16px;
  }

  .dashboard-block-title p {
    font-size: 14px;
  }

  .upco-list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .footer {
    padding: 0 20px 25px 20px;
  }

  .footer-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .copyright {
    font-size: 14px;
    text-align: left;
  }

  .credit {
    font-size: 14px;
    text-align: right;
    margin-top: 0;
  }

  .dashboard-card .card-header {
    --bs-card-cap-padding-y: 20px;
    --bs-card-cap-padding-x: 30px;
  }

  .dashboard-card .card-header h2 {
    font-size: 18px;
    font-weight: 700;
  }

  .dashboard-card .card-header p {
    font-size: 14px;
  }

  .card-header-right .btn {
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 6px;
    --bs-btn-font-size: 14px;
  }

  .dashboard-card .card-body {
    --bs-card-spacer-y: 20px;
    --bs-card-spacer-x: 30px;
  }

  .ck.ck-editor__main > .ck-editor__editable {
    font-size: 100%;
  }

  .table-responsive {
    padding-right: 15px;
    margin-right: -15px;
  }

  table.dataTable thead th,
  table.dataTable thead td {
    font-size: 14px;
    padding: 10px 12px;
  }

  table.dataTable tbody th,
  table.dataTable tbody td {
    font-size: 14px;
    padding: 10px 12px;
  }

  table.dataTable tfoot th,
  table.dataTable tfoot td {
    font-size: 14px;
  }

  .dataTables_wrapper .dataTables_text {
    font-size: 12px;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    padding-bottom: 18px;
  }

  .dataTables_wrapper .dataTables_info {
    padding-top: 22px;
  }

  .dataTables_wrapper .dataTables_paginate {
    padding-top: 15px;
  }

  table.dataTable tfoot tr th select {
    font-size: 14px;
    padding: 4px 8px;
  }

  .dashboard-back {
    margin-bottom: 15px;
  }

  .dashboard-back a {
    font-size: 14px;
  }

  .dashboard-back a i {
    font-size: 20px;
    margin-right: 5px;
  }

  .modal-header {
    --bs-modal-header-padding: 15px 25px;
  }

  .modal-header h3 {
    font-size: 18px;
  }

  .modal-header .btn-close {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .modal-body {
    padding: 20px 25px;
  }

  .modal-footer {
    padding: 10px 25px;
  }

  .simple-list ul li {
    padding: 10px 0;
  }

  .simple-list ul li strong {
    font-size: 14px;
  }

  .simple-list ul li span {
    font-size: 14px;
  }

  .simple-list + form {
    margin-top: 15px;
  }

  .form-body hr {
    margin: 25px 0 20px 0;
  }

  .form-body > div:not(:last-child) {
    margin-bottom: 15px;
  }

  .form-line {
    grid-gap: 15px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .form-group .form-label {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .form-group .form-control,
  .form-group .form-select {
    font-size: 15px;
    padding: 8px 15px;
  }

  .form-group .form-select {
    background-position: right 12px center;
    padding-right: 40px;
  }

  .form-group .form-control[type="file"]::-webkit-file-upload-button {
    padding: 6px 12px;
    font-size: 14px;
    margin-left: -12px;
  }

  .form-group .form-control[type="file"]::file-selector-button {
    padding: 6px 12px;
    font-size: 14px;
    margin-left: -12px;
  }

  .form-set .form-check {
    padding: 5px 10px;
  }

  .form-set .form-check .form-check-label {
    font-size: 14px;
  }

  .form-group .form-text {
    font-size: 12px;
    margin-top: 4px;
  }

  .student-tabs-header {
    margin-bottom: 15px;
  }

  .student-tabs-header li a {
    font-size: 14px;
  }

  .student-tabs-header li a i {
    font-size: 18px;
    margin-right: 5px;
  }

  .accordion-button {
    --bs-accordion-btn-padding-x: 25px;
    --bs-accordion-btn-padding-y: 20px;
  }

  .accordion-button::after {
    background-size: 20px 20px;
    background-position: right 2px center;
  }

  .accordion-body {
    --bs-accordion-body-padding-x: 25px;
    --bs-accordion-body-padding-y: 20px;
  }

  .progress,
  .progress-stacked {
    --bs-progress-height: 16px;
  }

  .student-card {
    padding: 18px 20px;
  }

  .student-card-body {
    margin-bottom: 15px;
  }

  .student-card-body h4 {
    font-size: 16px;
  }

  .student-card-body p {
    font-size: 14px;
  }

  .student-card-img {
    margin-bottom: 10px;
  }

  .student-card-info h4 {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .student-card-info p {
    font-size: 12px;
  }

  .student-card-billing {
    margin-top: 12px;
  }

  .admin-tabs-body {
    padding: 20px 25px;
  }

  .activities li {
    font-size: 13px;
    line-height: 17px;
  }

  .activities li:not(:last-child) {
    border-bottom-width: 2px;
  }

  .comment-body {
    font-size: 14px;
    margin-top: 10px;
  }

  .profile-avatar {
    padding: 18px 20px;
  }

  .profile-avatar-title h3 {
    font-size: 16px;
  }

  .profile-avatar-title p {
    font-size: 12px;
  }

  .profile-avatar-image {
    width: 128px;
    height: 128px;
  }

  .profile-avatar-overlay {
    background: var(--main);
    opacity: 0;
  }

  .profile-avatar-text i {
    font-size: 24px;
  }

  .profile-avatar-info p {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1339px) {
  .student-card-billing {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (min-width: 1200px) {
  .upco-item-title {
    margin-bottom: 12px;
  }

  .upco-item-title span {
    margin-bottom: 5px;
  }

  .upco-item-title h4 {
    font-size: 15px;
  }

  .upco-item-date,
  .upco-item-time {
    font-size: 12px;
  }

  .upco-item-date {
    margin-bottom: 5px;
  }

  .student-tabs-header {
    overflow-x: hidden;
    margin-bottom: 15px;
  }

  .form-line.line-3 {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .form-line.line-3 > :last-child {
    -ms-grid-column: 3;
    grid-column: 3 / 3;
  }

  .forum-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .comments-title h3,
  .comment-reply-title {
    font-size: 20px;
  }

  .content h2 {
    font-size: 28px;
    margin-bottom: 0.4rem;
  }

  .content h3 {
    font-size: 24px;
    margin-bottom: 0.3rem;
  }

  .content h4 {
    font-size: 20px;
    margin-bottom: 0.2rem;
  }
}

@media (min-width: 1440px) {
  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }

  .layout-menu {
    max-width: 275px;
  }

  .layout-page-right {
    margin-left: 275px;
  }

  .form-line.line-5 {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}