@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: unset;
  font-size: 100%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  text-decoration: unset;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

button,
select {
  cursor: pointer;
}

.flex-dir-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.align-baseline {
  align-items: baseline;
}

.display-flex {
  display: flex;
}

.gap-5px {
  gap: 5px;
}

.gap-7px {
  gap: 7px;
}

.gap-10px {
  gap: 10px;
}

.gap-12px {
  gap: 12px;
}

.gap-20px {
  gap: 20px;
}

.height-100 {
  height: 100%;
}

.fw-200 {
  font-weight: 200 !important;
}

.ml-unset {
  margin-left: unset !important;
}

.min-h-300px {
  min-height: 300px;
}

.height-max-content {
  height: max-content;
}

.jus-between {
  justify-content: space-between;
}

.gap-unset {
  gap: unset !important;
}

.p-unset {
  padding: unset !important;
}

.bg-unset {
  background: unset !important;
}

a {
  cursor: pointer;
}

.txt-danger {
  color: #EA4E43;
}

.txt-success {
  color: #28BB2E;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-25px {
  margin-top: 25px !important;
}

.txt-primary {
  color: #2D68AC !important;
}

.error-message {
  color: #EA4E43;
}

.fnt-bold {
  font-weight: bold !important;
}

.b-t-10px {
  border-top: 1px solid rgba(128, 128, 128, 0.2196078431);
  padding-top: 10px;
}

@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("../font/material-symbols-rounded.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("../font/material-symbols-outlined.ttf") format("truetype");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

.icon-fill {
  font-variation-settings: "FILL" 1;
}

/* cyrillic-ext */
@font-face {
  font-family: "Alice";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/alice/OpNCnoEEmtHa6GcDrg7shw.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Alice";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/alice/OpNCnoEEmtHa6GcKrg7shw.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Alice";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/alice/OpNCnoEEmtHa6GcArg7shw.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Alice";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/alice/OpNCnoEEmtHa6GcOrg4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #2D2D2D;
  font-family: "DM Sans", sans-serif;
  height: 100vh;
  background: #E8E4E0;
  letter-spacing: 0.5px;
}

::selection {
  background-color: #4477B2;
  color: #fff;
}

#root {
  width: 100vw;
  height: 100vh;
}

a,
a:hover {
  color: inherit;
}

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

.d-flex {
  display: flex;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-track {
  border-radius: 0.625rem;
}

::-webkit-scrollbar-thumb {
  background: #E8E4E0;
  border-radius: 0.625rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #E8E4E0;
}

.text-leaf-pattern {
  position: relative;
  display: inline-block;
  color: #2d68ac;
  text-align: center;
  font-family: "Alice", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.21px;
}
.text-leaf-pattern .t-l-p-item {
  position: absolute;
  left: 100%;
  top: -10px;
}

.dropdown-group {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
  padding: 5px 0px;
  flex-direction: column;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.dropdown-group .d-g-item {
  padding: 5px 5px;
}
.dropdown-group .d-g-item.active {
  background: rgba(68, 119, 178, 0.07);
  color: #4477b2;
}
.dropdown-group .d-g-item:hover {
  color: #4477b2;
}

.panel-comp {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.panel-comp .p-c-logo-block {
  height: 85px;
  margin-bottom: 20px;
  padding-left: 14px;
  position: relative;
}
.panel-comp .p-c-logo-block img {
  height: 100%;
  width: auto;
}
.panel-comp .p-c-menu {
  width: 220px;
  flex-shrink: 0;
  padding: 30px 10px 10px 10px;
  background: url(../img/panel-menu-bg.png) no-repeat center bottom;
  overflow: auto;
}
.panel-comp .p-c-menu .search-comp input {
  border-radius: 5px;
  background: #d8d2cb;
}
.panel-comp .p-c-menu .search-comp input::placeholder {
  color: #635c53;
}
.panel-comp .p-c-menu .text-leaf-pattern {
  padding-left: 14px;
  margin-bottom: 12px;
}

.search-comp {
  position: relative;
}
.search-comp .material-symbols-rounded {
  font-size: 21px;
  color: #635c53;
  position: absolute;
  left: 10px;
  top: 45%;
  transform: translateY(-50%);
}
.search-comp input {
  border-radius: 5px;
  display: flex;
  width: 100%;
  padding: 8px 5px 9px 40px;
  align-items: center;
  gap: 10px;
  border: 1px solid #d0cbc6;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  background: transparent;
}
.search-comp input::placeholder {
  color: #9e978f;
}

.icon-btn-group {
  display: flex;
}
.icon-btn-group .btn {
  background: transparent;
}

.p-c-menu .search-comp {
  margin-bottom: 12px;
}
.p-c-menu .search-comp input::placeholder {
  color: #635c53;
}

input:focus {
  outline: none;
}

.menu-group {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.menu-group > * {
  width: 100%;
  display: flex;
  width: 193px;
  padding: 8px 5px 8px 15px;
  align-items: center;
  border-radius: 5px;
  gap: 10px;
  color: #2d2d2d;
  font-family: "Alice", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.menu-group .m-g-item {
  color: #2d2d2d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  font-family: "DM Sans", sans-serif;
  align-items: center;
}
.menu-group .m-g-item .nav-txt-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-group .m-g-item .count-badge {
  position: unset;
  margin-left: unset;
}
.menu-group .m-g-item .m-g-i-profile-pic {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  border: 1px solid #bbb4ad;
  border-radius: 50%;
  overflow: hidden;
}
.menu-group .m-g-item .m-g-i-profile-pic img {
  width: 100%;
}
.menu-group .m-g-item .material-symbols-rounded,
.menu-group .m-g-item .material-symbols-outlined {
  color: #726a62;
  font-size: 21px;
  font-weight: 300;
}
.menu-group .m-g-item.o-i-item {
  position: relative;
  left: -2px;
}
.menu-group .m-g-item.o-i-item .material-symbols-outlined {
  font-size: 23px;
  position: relative;
  left: 1px;
}

.m-g-item.active {
  background: rgb(243, 241, 239);
}

.m-g-item:not(.active):hover {
  background: rgba(243, 241, 239, 0.5);
}

.p-c-preview-wrap {
  margin: 15px 15px 15px 0px;
  width: 100%;
  max-width: calc(100vw - 234px);
}
.p-c-preview-wrap.self-form-page {
  margin: 0;
  max-width: 100%;
}
.p-c-preview-wrap.self-form-page .s-f-p-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.p-c-preview-wrap.self-form-page .p-c-preview {
  background: #e8e4e0 url(../img/self-form-bg-leafe.svg) no-repeat center bottom;
  background-size: calc(100% - 100px);
}
.p-c-preview-wrap.self-form-page .p-c-preview .p-c-p-body {
  height: 100vh !important;
}
.p-c-preview-wrap .p-c-preview {
  height: 100%;
  border-radius: 8px;
  background: #f7f6f5;
  /* Light/Elevation/Depth2 */
  box-shadow: 0px 0.6px 1.8px 0px rgba(0, 0, 0, 0.1), 0px 3.2px 7.2px 0px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.p-c-preview-wrap .p-c-preview .p-c-p-head {
  border-bottom: 1px solid #e8e5e1;
  background: #f7f6f5;
  padding: 16px 20px;
  justify-content: space-between;
}
.p-c-preview-wrap .p-c-preview .p-c-p-head .p-m-t-right .dropdown button {
  min-width: 160px;
}
.p-c-preview-wrap .p-c-preview .p-c-p-body {
  padding: 20px;
  overflow: auto;
  height: calc(100vh - 90px);
}
.p-c-preview-wrap .p-c-preview .p-c-p-body .group-card-comp,
.p-c-preview-wrap .p-c-preview .p-c-p-body .focus-width-comp {
  max-width: 760px;
  margin: 0 auto;
}
.p-c-preview-wrap .p-c-preview .p-c-p-body .table-grid-details-block {
  display: none;
}
.p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active {
  display: flex;
  flex-direction: row;
  gap: 16px;
  position: relative;
}
.p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active > *:not(.table-grid-details-block) {
  width: calc(100vw - 750px);
}
.p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
  width: 460px;
  border-radius: 8px;
  border: 1px solid #e8e5e1;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  flex-shrink: 0;
  overflow: auto;
  background: #f8f7f6;
  gap: 7px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1400px) {
  .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block.book-details-grid {
    width: 550px;
  }
}
.p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block .a-g-b-content:last-child {
  padding-bottom: 20px;
}
.p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .c-c-b-item.active {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #FBF6D2;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
}
.p-c-preview-wrap .p-c-preview .p-c-p-body .c-c-b-i-link-sent-badge {
  display: none;
}
.p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-link-sent .c-c-b-i-r-i-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-link-sent .c-c-b-i-r-i-label .c-c-b-i-link-sent-badge {
  display: block;
  padding: 4px 12px;
  border-radius: 18px;
  background: #2A9D99;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.45px;
  font-weight: 400;
}

.profile-detail-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.profile-detail-block .p-d-b-name-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.profile-detail-block .p-d-b-name-status .p-d-b-name {
  color: #2d68ac;
  font-family: "Alice", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-detail-block .p-d-b-name-status .p-d-b-name span {
  color: #2a9d99;
  font-size: 15px;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.75px;
}
.profile-detail-block.link-sent-user-badge {
  flex-direction: row;
  align-items: center;
}

.t-g-d-b-item {
  padding: 17px 24px;
  background: #fff;
  border-bottom: 1px solid #e8e5e1;
}
.t-g-d-b-item.t-g-d-b-remv-border {
  border: unset !important;
}
.t-g-d-b-item.t-g-d-b-remv-border .divider {
  background-color: #E8E5E1;
  margin: 15px 0;
}
.t-g-d-b-item .t-g-d-b-i-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.t-g-d-b-item.t-g-d-b-i-activities {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.t-g-d-b-item.t-g-d-b-i-activities .t-g-d-b-i-a-i-date {
  color: #2d68ac;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
.t-g-d-b-item.t-g-d-b-i-activities .t-g-d-b-i-a-i-time {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.t-g-d-b-item.t-g-d-b-i-activities .t-g-d-b-i-a-i-text-highligh {
  color: #2a9d99;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.45px;
}
.t-g-d-b-item.t-g-d-b-i-activities .t-g-d-b-i-a-item {
  display: flex;
  align-items: flex-start;
  gap: 8px 10px;
  flex-wrap: wrap;
}
.t-g-d-b-item.t-g-d-b-i-activities .t-g-d-b-i-a-i-text {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.t-g-d-b-item.t-g-d-b-i-activities .t-g-d-b-i-a-i-info {
  color: #726a62;
}
.t-g-d-b-item.t-g-d-b-i-chart-group {
  display: flex;
  gap: 16px;
}
.t-g-d-b-item.t-g-d-b-i-chart-group .t-g-d-b-i-c-g-chart-block {
  width: 115px;
  flex-shrink: 0;
}
.t-g-d-b-item.t-g-d-b-i-chart-group .t-g-d-b-i-c-g-chart-block img {
  width: 100%;
  height: auto;
}
.t-g-d-b-item.t-g-d-b-i-chart-group .t-g-d-b-i-c-g-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.t-g-d-b-item.t-g-d-b-i-chart-group .t-g-d-b-i-c-g-left .t-g-d-b-i-ch-g-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.t-g-d-b-item.t-g-d-b-i-chart-group .t-g-d-b-i-c-g-left .t-g-d-b-i-ch-g-item .t-g-d-b-i-ch-g-i-label {
  color: #2d68ac;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
.t-g-d-b-item.t-g-d-b-i-chart-group .t-g-d-b-i-c-g-left .t-g-d-b-i-ch-g-item .t-g-d-b-i-ch-g-i-text {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.t-g-d-b-item.t-g-d-b-i-chart-group .t-g-d-b-i-c-g-left .t-g-d-b-i-ch-g-item .t-g-d-b-i-ch-g-i-note {
  color: #726a62;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.t-g-d-b-item.t-g-d-b-i-label-text {
  padding: 0;
}
.t-g-d-b-item.t-g-d-b-i-label-text .t-g-d-b-i-l-t-item {
  padding: 12px 24px;
  gap: 3px;
  display: flex;
  flex-direction: column;
}
.t-g-d-b-item.t-g-d-b-i-label-text .t-g-d-b-i-l-t-item + .t-g-d-b-i-l-t-item {
  border-top: 1px solid #e8e5e1;
}
.t-g-d-b-item.t-g-d-b-i-label-text .t-g-d-b-i-l-t-item .t-g-d-b-i-label {
  color: #2d68ac;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
.t-g-d-b-item.t-g-d-b-i-label-text .t-g-d-b-i-l-t-item .t-g-d-b-i-text {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.t-g-d-b-item + .t-g-d-b-item {
  border-top: 1px solid #e8e5e1;
}
.t-g-d-b-item.t-g-d-b-i-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.t-g-d-b-item.t-g-d-b-i-header.pad-top-reduce {
  padding-top: 0px;
}
.t-g-d-b-item.t-g-d-b-i-header.pad-top-reduce .tab-group .t-g-item {
  height: 50px;
}
.t-g-d-b-item.t-g-d-b-i-header .t-g-d-b-i-h-responsive-back {
  display: none;
}
.t-g-d-b-item.t-g-d-b-i-header .t-g-d-b-i-h-float-action {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 10px;
}
.t-g-d-b-item.t-g-d-b-i-header .t-g-d-b-i-h-float-action .btn.btn-outlined:not(.btn-icon) {
  padding: 4px 12px 5px 12px;
}
.t-g-d-b-item.t-g-d-b-i-header .t-g-d-b-image-block {
  width: 60px;
  height: 60px;
  position: relative;
}
.t-g-d-b-item.t-g-d-b-i-header .t-g-d-b-image-block img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.t-g-d-b-item.t-g-d-b-i-header .t-g-d-b-image-block .t-g-d-b-i-b-status-dot {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.t-g-d-b-item.t-g-d-b-i-header .t-g-d-b-image-block .t-g-d-b-i-b-status-dot.success-bg {
  background: #28bb2e;
}
.t-g-d-b-item.t-g-d-b-i-header .t-g-d-b-image-block .t-g-d-b-i-b-status-dot.danger-bg {
  background: #ea4e43;
}
.t-g-d-b-item.t-g-d-b-i-header .p-m-t-middle.tab-group {
  margin-bottom: -17px;
}
.t-g-d-b-item.t-g-d-b-i-reject .p-d-b-name {
  color: #EA4E43;
}
.t-g-d-b-item.t-g-d-b-i-reject .p-m-t-middle {
  gap: 20px;
}
.t-g-d-b-item.t-g-d-b-i-reject .p-m-t-middle .t-g-item {
  padding: unset;
}

.t-g-d-b-item.t-g-d-b-i-card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.t-g-d-b-item.t-g-d-b-i-card-group .t-g-d-b-i-c-g-item {
  border-radius: 8px;
  border: 1px solid #e8e5e1;
  background: #fff;
  /* Light/Elevation/Depth1 */
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  padding: 10px 15px;
}
.t-g-d-b-item.t-g-d-b-i-card-group .t-g-d-b-i-c-g-item .t-g-d-b-i-c-g-i-label {
  color: #2d68ac;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
.t-g-d-b-item.t-g-d-b-i-card-group .t-g-d-b-i-c-g-item .t-g-d-b-i-c-g-i-text {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.54px;
}

.t-g-d-b-i-ch-g-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.t-g-d-b-i-ch-g-item .t-g-d-b-i-ch-g-i-label {
  color: #2d68ac;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
.t-g-d-b-i-ch-g-item .t-g-d-b-i-ch-g-i-text {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.t-g-d-b-i-ch-g-item .t-g-d-b-i-ch-g-i-note {
  color: #726a62;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}

.t-g-d-b-image-block {
  width: 60px;
  height: 60px;
  position: relative;
}
.t-g-d-b-image-block img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.t-g-d-b-image-block .t-g-d-b-i-b-status-dot {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.t-g-d-b-image-block .t-g-d-b-i-b-status-dot.success-bg {
  background: #28bb2e;
}
.t-g-d-b-image-block .t-g-d-b-i-b-status-dot.danger-bg {
  background: #ea4e43;
}

.p-d-b-name-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.p-d-b-name-status .p-d-b-name {
  color: #2d68ac;
  font-family: "Alice", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-d-b-name-status .p-d-b-name span {
  color: #2a9d99;
  font-size: 15px;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.75px;
}

.inputs-group .react-datepicker-wrapper {
  width: 100%;
}

.inputs-group .react-datepicker-wrapper input {
  height: 40px;
}

.page-main-title {
  color: #2d2d2d;
  font-family: "Alice", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.21px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  word-break: break-word;
}
.page-main-title .title-sub-txt {
  color: #807971;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
  letter-spacing: 0.45px;
}
.page-main-title .p-m-t-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .page-main-title .p-m-t-left.mob-flex-txt {
    align-items: start;
  }
  .page-main-title .p-m-t-left.mob-flex-txt .title-flex {
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media screen and (max-width: 991px) {
  .page-main-title .p-m-t-left {
    width: 100%;
  }
}
.page-main-title .p-m-t-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-main-title .p-m-t-right .material-symbols-rounded {
  font-size: 21px;
  font-weight: 300;
}
.page-main-title .p-m-t-right .material-symbols-rounded.fs-small {
  font-size: 19px;
}
.page-main-title .responsive-back-action {
  color: #2d68ac;
  font-size: 24px;
  margin-bottom: -4px;
}
.page-main-title .tab-group {
  margin: -16px 0;
}
.page-main-title .tab-group .t-g-item {
  height: 60px;
}

.text-color-primary {
  color: #2d68ac;
}

.text-color-danger {
  color: #EA4E43;
}

.layout-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  width: 100%;
}
.layout-row .layout-1-column {
  width: 100% !important;
}
.layout-row .layout-2-column {
  width: calc(50% - 10px) !important;
}

.back-action {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #2d2d2d;
  font-family: "Alice", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.21px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.back-action .material-symbols-rounded {
  color: #2d68ac;
}

button.back-action {
  background: unset;
  border: unset;
  padding: unset;
}

/***** Height Base Media *****/
.width-100 {
  width: 100%;
}

.mt-unset {
  margin-top: unset !important;
}

.table-grid-details-block .flex-center {
  display: flex;
  align-items: center;
}
.table-grid-details-block .t-g-d-b-approve-reject {
  position: sticky;
  bottom: 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.table-grid-details-block .t-g-d-b-approve-reject .approve-bg {
  background-color: #2A9D99;
}
.table-grid-details-block .t-g-d-b-approve-reject .reject-bg {
  background-color: #EA4E43;
}
.table-grid-details-block .t-g-d-b-approve-reject .lght-blue-bg {
  background-color: #2D68AC;
}
.table-grid-details-block .t-g-d-b-approve-reject .dark-blue-bg {
  background-color: #215898;
}
.table-grid-details-block .t-g-d-b-approve-reject .t-g-d-b-a-r-item {
  gap: 10px;
  padding: 10px 20px 10px 25px;
  width: 100%;
  white-space: nowrap;
  color: #fff;
}
.table-grid-details-block .t-g-d-b-approve-reject .t-g-d-b-a-r-item span {
  font-weight: 300;
}
.table-grid-details-block .t-g-d-b-approve-reject .t-g-d-b-a-r-item span:not(.material-symbols-rounded) {
  font-size: 16px;
  font-weight: 500;
}

.l-g-c-left:not(.select-all-active) .select-all-btn-grp {
  display: none;
}

.table-grid-details-space-between {
  justify-content: space-between;
}

.t-c-registration .checkbox {
  text-align: center;
  margin: unset;
}

.flex-column-gap {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #D0CBC6;
  margin: 24px 0;
}
.divider.divider-15px {
  margin: 15px 0;
}
.divider.unset-margin {
  margin: unset;
}

.library-comes-txt {
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

.link-sent-main {
  display: flex;
  align-items: center;
}
.link-sent-main label {
  white-space: nowrap;
  user-select: none;
}

.error_msg_color {
  color: #EA4E43;
  padding-top: 4px;
  display: inline-block;
  font-size: 15px;
}

.shrink-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: #726a62;
  cursor: pointer;
}

.page-title-txt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.link-badge {
  display: block;
  padding: 4px 12px;
  border-radius: 18px;
  background: #2A9D99;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.45px;
  font-weight: 400;
  white-space: nowrap;
  padding: 6px 12px;
}

.count-badge {
  width: 21px;
  height: 21px;
  min-width: 21px;
  display: inline-block;
  border-radius: 50px;
  background-color: #EA4E43;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.spinner-view-center {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.justify-center {
  justify-content: center;
}

.pb-60px {
  padding-bottom: 60px !important;
}

.inputs-control.multi-select-control {
  height: 33px;
  align-items: center;
  padding: 0 0 0 10px !important;
}

.inputs-control.multi-select-control .p-multiselect-label {
  display: flex;
  gap: 10px;
  max-width: 225px;
  overflow-x: auto;
}

.inputs-control.multi-select-control .p-multiselect-label::-webkit-scrollbar {
  display: none;
}

.inputs-control.multi-select-control .p-multiselect-label-container {
  margin-right: 40px;
}

.inputs-control.multi-select-control .p-multiselect-label .p-multiselect-token {
  padding: 2px 10px !important;
}

button.responsive-back-action {
  border: unset;
  background: unset;
  padding: unset;
}

.inputs-group.date-group .react-datepicker-wrapper {
  width: 100%;
}

.visible-hidden {
  visibility: hidden;
}

.static-185px {
  width: 185px;
}

.custom-ul {
  list-style: disc;
  padding-left: 30px;
  margin-top: 15px;
}
.custom-ul li {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.custom-ul li::first-letter {
  text-transform: capitalize;
}
.custom-ul li:last-child {
  margin-bottom: unset;
}
.custom-ul.ul-num {
  list-style: decimal;
  margin-top: 10px;
}

/***** XXX-Large devices (larger desktops, 1499px and up) *****/
/***** XX-Large devices (larger desktops, 1399px and down) *****/
@media (max-width: 1399px) {
  .login-page .l-p-right {
    padding: 60px 30px !important;
  }
  .hide-lap-screen {
    display: none;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active > *:not(.table-grid-details-block) {
    width: 100%;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
    width: 350px;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block .t-g-d-b-item.t-g-d-b-i-chart-group {
    flex-direction: column;
  }
}
/***** X-Large devices (large desktops, 1199px and down) *****/
@media (max-width: 1199px) {
  .hide-lap-screen {
    display: inline;
  }
  .p-c-preview-wrap.self-form-page .p-c-preview {
    background-size: calc(100% + 30px);
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
    position: absolute;
    content: "";
    inset: 0px;
    width: calc(100% - 0px);
    border-radius: 0;
    box-shadow: none;
    z-index: 1;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block .t-g-d-b-item .t-g-d-b-i-h-responsive-back {
    display: block !important;
  }
}
/***** Large devices (desktops, 991px and down) *****/
.panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-head .page-main-title .responsive-back-action {
  display: none;
}
.panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-head .page-main-title .responsive-back-action.show-icon-lap {
  display: block;
}

@media (max-width: 991px) {
  .panel-comp .p-c-menu {
    height: 100vh;
  }
  .panel-comp .p-c-preview-wrap {
    max-width: 100%;
    margin: 0px;
  }
  .panel-comp .p-c-preview-wrap.self-form-page .p-c-preview {
    background: #e8e4e0;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview {
    border-radius: 0;
    box-shadow: unset;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-head .page-main-title {
    flex-direction: column;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-head .page-main-title .dropdown .dropdown-options-block {
    left: 50%;
    transform: translateX(-50%);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-head .page-main-title .tab-group {
    margin: -10px 0 0px 0;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    justify-content: center;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-head .page-main-title .responsive-back-action {
    display: block;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-body {
    height: calc(100vh - 57px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
    height: calc(100% - 72px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block.remv-calc-height {
    height: 100%;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block.comment-main {
    height: 100%;
  }
  .panel-comp .p-c-menu {
    position: fixed;
    inset: 0;
    margin: 0 auto;
    background: #e8e4e0 url(../img/panel-menu-bg.svg) no-repeat right bottom;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
  }
  .panel-comp .p-c-m-responsive-none {
    display: none;
  }
}
/***** Medium devices (tablets, 767px and down) *****/
@media (max-width: 767px) {
  .p-c-preview-wrap {
    max-width: 100%;
    margin: 0px;
  }
  .p-c-preview-wrap.self-form-page .p-c-preview .p-c-p-body .focus-width-comp .s-f-p-header > img {
    height: 100px;
    width: auto;
  }
}
/***** Between tablets and phone  (below tablets, 640px and down) *****/
@media (max-width: 640px) {
  .panel-comp .p-c-preview-wrap.self-form-page .p-c-preview .p-c-p-body .focus-width-comp .focus-width-comp-form-card {
    padding: 15px;
  }
  .panel-comp .p-c-preview-wrap.self-form-page .p-c-preview .p-c-p-body .focus-width-comp .s-f-p-header {
    gap: 10px;
    margin-bottom: 10px;
  }
  .panel-comp .p-c-preview-wrap.self-form-page .p-c-preview .p-c-p-body .focus-width-comp .s-f-p-header > img {
    height: 70px;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-head .page-main-title .tab-group {
    justify-content: flex-start;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body.p-c-p-b-details-block-active .books-card-main {
    height: calc(100vh - 175px);
  }
}
/***** Small devices (landscape phones, 575px and down) *****/
@media (max-width: 575px) {
  .flex-mob-wrap {
    flex-wrap: wrap;
  }
  .hide-lap-screen {
    display: none;
  }
  .flex-wrap-md {
    flex-wrap: wrap !important;
  }
  .flex-dir-column-md {
    flex-direction: column !important;
  }
  .align-start-md {
    align-items: flex-start !important;
  }
  .panel-comp .p-c-menu .search-comp {
    width: 100%;
  }
  .panel-comp .p-c-menu .menu-group {
    width: 100%;
  }
  .panel-comp .p-c-menu .menu-group .m-g-item {
    width: 100%;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-head {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-head.lap-head-padding {
    padding-bottom: 16px;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body .group-card-comp .g-c-c-item .g-c-c-i-head {
    padding: 10px 15px !important;
    align-items: flex-start;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body .group-card-comp .g-c-c-item .g-c-c-i-body {
    padding: 15px !important;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body .group-card-comp .g-c-c-item.profile-card .g-c-c-i-head + .g-c-c-i-body {
    background: unset;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-link-sent .l-g-c-right {
    flex-direction: column-reverse;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-link-sent .c-c-b-item {
    position: relative;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-link-sent .c-c-b-item .c-c-b-i-l-title {
    padding-right: 85px;
  }
  .p-c-preview-wrap .p-c-preview .p-c-p-body.p-c-p-b-link-sent .c-c-b-item .c-c-b-i-link-sent-badge {
    position: absolute;
    top: 20px;
    right: 15px;
  }
}
.l-p-form {
  max-width: 400px;
  width: 100%;
}
.l-p-form .l-p-forgot-login {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.l-p-form .l-p-forgot-login .reset-txt {
  border: unset;
  background: unset;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.48px;
  cursor: pointer;
}

.form-card {
  border-radius: 8px;
  border: 0px solid #E8E5E1;
  background: #FFF;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  padding: 22px 20px;
  width: 100%;
}
.form-card .f-c-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.form-card .f-c-head .f-c-h-title {
  color: #2D68AC;
  text-align: center;
  font-family: "Alice", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.21px;
}
.form-card .f-c-head .f-c-h-u-t-d-text {
  display: flex;
  padding: 8px 15px 6px 20px;
  gap: 10px;
  border-radius: 100px;
  justify-content: space-between;
  background: #E8E4E0;
  align-items: center;
  color: #2D2D2D;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.7px;
}
.form-card .f-c-head .f-c-h-u-t-d-text .material-symbols-rounded {
  color: #807971;
  font-size: 20px;
}
.form-card .f-c-body {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.form-card .f-c-body > * {
  width: 100%;
}
.form-card .f-c-footer {
  display: flex;
  justify-content: center;
}
.form-card.reset-mail-content .f-c-head {
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.form-card.reset-mail-content .f-c-head .material-symbols-rounded {
  font-size: 53px;
  color: #2A9D99;
}
.form-card.reset-mail-content .sent-mail-txt {
  color: #404040;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.8px;
  max-width: 75%;
  line-height: normal;
}
.form-card.reset-mail-content .f-c-body {
  margin-bottom: 8px;
}
.form-card.reset-mail-content .f-c-body .back-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #2D68AC;
}
.form-card.reset-mail-content .f-c-body .back-txt .material-symbols-rounded {
  font-size: 21px;
}
.form-card.student-form-submit {
  box-shadow: unset;
}

/***** Small devices (landscape phones, 575px and down) *****/
@media (max-width: 575px) {
  .form-card.reset-mail-content .sent-mail-txt {
    max-width: 90%;
  }
}
.focus-width-comp .focus-width-comp-form-card {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #FFF;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-title {
  color: #404040;
  font-family: Alice;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 30.8px */
}
.focus-width-comp .focus-width-comp-form-card .inputs-label {
  margin-bottom: 5px;
}
.focus-width-comp .focus-width-comp-form-card p,
.focus-width-comp .focus-width-comp-form-card label {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.7px;
}
.focus-width-comp .focus-width-comp-form-card label:not(.checkbox-label) {
  color: #2D68AC;
}
.focus-width-comp .focus-width-comp-form-card .inputs-control::placeholder {
  color: #BBB4AD;
}
.focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split {
  width: 100%;
  display: flex;
  gap: 32px;
}
.focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split .layout-60 {
  flex: 0 0 auto;
  width: calc(60% - 16px);
}
.focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split .flex-column-gap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split .layout-40 {
  flex: 0 0 auto;
  width: calc(40% - 16px);
}
.focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split .cover-image {
  width: 275px;
  height: 210px;
  position: relative;
  border-radius: 8px;
  background: #F7F6F5;
  margin: auto;
}
.focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split .cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split .cover-image .input-file-group {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: -8px;
}
.focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split .cover-image .placeholder-img {
  object-fit: contain;
  opacity: 0.5;
}
.focus-width-comp .focus-width-comp-form-card.announce-form-main .inputs-label {
  font-size: 15px;
  display: block;
  margin-bottom: 3px;
}

.c-c-g-block {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.c-c-g-block + .c-c-g-block {
  border-top: 1px solid #E0DBD5;
  margin-top: 25px;
  padding-top: 25px;
}
.c-c-g-block .c-c-g-b-item {
  position: relative;
  width: calc(25% - 15px);
}
.c-c-g-block .c-c-g-b-item .radio-input {
  position: absolute;
  left: 10px;
  bottom: 12px;
  width: 16px;
  height: 16px;
  accent-color: #2D68AC;
}
.c-c-g-block .c-c-g-b-item .radio-input:checked + .radio-card {
  border: 1px solid #E7DC8C;
  background: linear-gradient(180deg, #FBF6D2 0%, #FFF 66.4%);
}
.c-c-g-block .c-c-g-b-item .radio-card {
  border-radius: 4px;
  border: 1px solid #E8E5E1;
  background: #FFF;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  display: block;
  cursor: pointer;
}
.c-c-g-block .c-c-g-b-item .r-c-body {
  padding: 10px 15px;
  border-bottom: 1px solid #E8E5E1;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 152px;
}
.c-c-g-block .c-c-g-b-item .r-c-body .r-c-b-title {
  color: #2D68AC;
  font-family: Alice;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.16px;
}
.c-c-g-block .c-c-g-b-item .r-c-body .r-c-b-level {
  color: #404040;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.65px;
}
.c-c-g-block .c-c-g-b-item .r-c-footer .r-c-price {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  text-align: right;
  padding: 10px 15px;
}

/***** XXX-Large devices (larger desktops, 1499px and up) *****/
/***** XX-Large devices (larger desktops, 1399px and down) *****/
/***** X-Large devices (large desktops, 1199px and down) *****/
/***** Medium devices (tablets, 767px and down) *****/
@media (max-width: 767px) {
  .c-c-g-block .c-c-g-b-item {
    position: relative;
    width: calc(33.3% - 14px);
  }
  .focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split .layout-60 {
    width: 100%;
  }
  .focus-width-comp .focus-width-comp-form-card .f-w-c-f-c-split .layout-40 {
    width: 100%;
  }
}
/***** Between tablets and phone  (below tablets, 640px and down) *****/
@media (max-width: 640px) {
  .c-c-g-block .c-c-g-b-item {
    position: relative;
    width: calc(50% - 10px);
  }
}
/***** Small devices (landscape phones, 575px and down) *****/
@media (max-width: 575px) {
  .inputs-group.connect-left-inputs-group::after {
    display: none;
  }
  .focus-width-comp {
    padding-bottom: 40px;
  }
  .focus-width-comp .layout-row .layout-2-column {
    width: 100% !important;
  }
}
@media (max-width: 424px) {
  .c-c-g-block .c-c-g-b-item {
    width: 100%;
  }
  .c-c-g-block .c-c-g-b-item .r-c-body {
    min-height: auto;
  }
}
.btn.btn-primary {
  border-radius: 5px;
  border: 1px solid #2D68AC;
  background: #2D68AC;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.btn.btn-primary:not(.btn-outlined):active {
  border-color: #204c7f;
  background: #204c7f;
}
.btn.btn-primary.shop-btn {
  padding: 6px 12px;
  height: auto;
}

.btn-danger-txt {
  padding: unset;
  color: #EA4E43;
  background: unset;
  border: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.btn-outline-success {
  padding: 6px 12px;
  color: #28BB2E;
  background: unset;
  border: 1px solid #28BB2E;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  border-radius: 5px;
}

.btn-outline-danger {
  padding: 6px 12px;
  color: #EA4E43;
  background: unset;
  border: 1px solid #EA4E43;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  border-radius: 5px;
}

.btn {
  display: flex;
  width: 172px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: none;
  cursor: pointer;
}
.btn.disabled, .btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-sm {
  padding: 4px 12px 5px 12px;
  font-size: 15px;
  width: auto;
  display: inline-flex;
  height: 28px;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.btn.btn-icon {
  display: flex;
  padding: 5px;
  align-items: center;
  gap: 5px;
  width: auto;
  color: #635C53;
}
.btn.btn-icon .material-symbols-rounded {
  font-size: 21px;
  font-weight: 300;
}
.btn.btn-icon.btn-primary {
  border: 1px solid #2D68AC;
  background: #2D68AC;
  color: #fff;
}
.btn.btn-icon.btn-primary.btn-outlined {
  border: 1px solid #2D68AC;
  color: #2D68AC;
  background: #fff;
}
.btn.btn-icon.btn-primary.btn-outlined.btn-sm {
  padding: 4px 12px 5px 12px;
}
.btn.btn-icon.btn-primary.btn-outlined.btn-icon {
  padding: 3px 3px 2px 3px;
}
.btn.btn-icon.btn-primary.btn-outlined .material-symbols-rounded {
  color: #2D68AC;
  font-size: 21px;
}
.btn.btn-outlined {
  border-radius: 5px;
  border: 1px solid #BBB4AD;
  background: transparent;
  display: inline-flex;
  padding: 8px 12px 9px 12px;
  align-items: center;
  gap: 10px;
  width: auto;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.btn.btn-outlined.btn-rounded {
  border-radius: 15px;
}
.btn.btn-outlined.btn-primary {
  color: #2D68AC;
  border: 1px solid #2D68AC;
}
.btn.btn-outlined.btn-danger {
  color: #EA4E43;
  border-color: #EA4E43;
}
.btn.btn-outlined.btn-danger.btn-outlined {
  border: 1px solid #EA4E43;
  color: #EA4E43;
  background: #fff;
}
.btn.btn-outlined.btn-danger.btn-outlined.btn-sm {
  padding: 4px 12px 5px 12px;
}
.btn.btn-outlined.btn-danger.btn-outlined.btn-icon {
  padding: 3px 3px 2px 3px;
}
.btn.btn-outlined.rounded-pill-btn {
  border-radius: 100px;
  padding: 2px 12px 2px 8px;
  gap: 3px;
  font-size: 14px;
}
.btn.btn-outlined.rounded-pill-btn .material-symbols-rounded {
  font-size: 18px;
  font-weight: 300;
}
.btn.btn-left-icon {
  padding-left: 5px;
  gap: 5px;
}
.btn.btn-left-icon .material-symbols-rounded {
  font-size: 21px;
}
.btn.btn-white {
  width: max-content;
  padding: unset;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  color: #2D68AC;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  padding: 0 8px;
}
.btn.btn-white .material-symbols-rounded {
  font-size: 20px;
  font-weight: 300;
}
.btn.btn-txt {
  width: max-content;
  background: unset;
  font-family: "DM Sans", sans-serif;
  padding: unset;
}

.inputs-label {
  color: #2D68AC;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  margin-bottom: 3px;
  display: inline-block;
}

.title-label-black .inputs-label {
  color: #404040;
}

.inputs-group.connect-left-inputs-group {
  position: relative;
}
.inputs-group.connect-left-inputs-group::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 20px;
  height: 1px;
  background: #d0cbc6;
}
.inputs-group .input-prepend {
  position: relative;
}
.inputs-group .input-prepend .inputs-control {
  padding-right: 60px !important;
}
.inputs-group .input-prepend .i-p-abs {
  color: #9E978F;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.inputs-group.date-group {
  position: relative;
  user-select: none;
}
.inputs-group.date-group input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.inputs-control {
  border-radius: 5px;
  border: 1px solid #D0CBC6;
  width: 100%;
  display: flex;
  padding: 8px 10px;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
}
.inputs-control ::placeholder {
  color: #9E978F;
  font-weight: 300;
}
.inputs-control.table-select {
  border-radius: 100px;
  background: #E8E4E0;
  border: unset;
  padding: 3px 5px 3px 7px;
  width: 100px;
}

.plugin-number .PhoneInputInput {
  border: unset;
  min-height: 19px;
}

select.inputs-control:focus-visible {
  outline: unset;
}

textarea.inputs-control {
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
}
textarea.inputs-control::placeholder {
  color: #9E978F;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.checkbox-container .checkbox-label {
  cursor: pointer;
}

.checkbox,
.multi-select-li-item input {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  appearance: none;
  border: 1px solid #aaa;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  position: relative;
}
.checkbox .checkbox-label,
.multi-select-li-item input .checkbox-label {
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.checkbox:checked,
.multi-select-li-item input:checked {
  background-color: #2D68AC;
  border-color: #2D68AC;
}
.checkbox:checked::after,
.multi-select-li-item input:checked::after {
  content: "✔";
  font-size: 10px;
  color: white;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 0.5px);
  transform: translate(-50%, -50%);
}

.input-plain {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.7px;
  border: unset;
}
.input-plain::placeholder {
  color: #726A62;
}

.input-file-group .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file-group .inputfile + label {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  color: #2D68AC;
  background-color: #fff;
  border: 1px solid #2D68AC;
  padding: 4px 12px;
  border-radius: 5px;
}
.input-file-group .inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}

.custom-select {
  position: relative;
}
.custom-select:hover .select-box-list {
  display: flex;
}
.custom-select:hover .select-box span.material-symbols-rounded {
  transform: translateY(-50%) rotate(0deg);
}
.custom-select .select-box {
  padding: 10.5px 5px 10.5px 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #D0CBC6;
  position: relative;
  cursor: pointer;
}
.custom-select .select-box span.material-symbols-rounded {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  color: #2D68AC;
}
.custom-select .select-box-list {
  border-radius: 5px;
  border: 1px solid #D0CBC6;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  display: none;
  position: absolute;
  min-width: calc(100% + 15px);
}
.custom-select .select-box-list .select-box-list-item,
.custom-select .select-box-list a {
  display: block;
  padding: 6px 10px;
}
.custom-select .select-box-list .select-box-list-item.active,
.custom-select .select-box-list a.active {
  background-color: #FBF6D2;
}
.custom-select .select-box-list .select-box-list-item .select-box-list-item,
.custom-select .select-box-list a .select-box-list-item {
  width: 100%;
}
.custom-select .select-box-list .select-box-list-item:hover:not(.active),
.custom-select .select-box-list a:hover:not(.active) {
  background-color: #efefef;
}

.select-padding .inputs-control {
  min-width: 100px;
}
.select-padding select {
  padding: 4.5px 5px 4.5px 10px;
}
.select-padding.student-all-dropdown .inputs-control {
  min-width: 130px;
}
.select-padding.custom-level-select .inputs-control {
  padding: 4.5px 5px;
  min-width: 150px;
}
.select-padding.min-wid-60 .inputs-control {
  min-width: 60px;
}
.select-padding.lib-filter-select .inputs-control {
  min-width: 130px;
  padding: 4.5px 5px;
}
.select-padding.filter-select {
  display: flex;
  align-items: center;
  border: 1px solid #D0CBC6;
  border-radius: 50px;
  padding: 0 10px 0 12px;
}
.select-padding.filter-select .inputs-control {
  background: unset;
  min-width: unset;
  padding-left: 0;
  border: unset;
  position: relative;
  top: 1px;
}
.select-padding.history-month-select {
  width: max-content;
  margin-bottom: 15px;
}
.select-padding.history-month-select .inputs-control {
  border: unset;
  background-color: #F7F6F5;
}
.select-padding.report-select {
  min-width: 200px;
}

.country-select {
  position: relative;
}
.country-select .inputs-control {
  padding-left: 65px;
}
.country-select select {
  position: absolute;
  top: 50%;
  border: unset;
  transform: translateY(-50%);
  left: 5px;
  background: unset;
  height: 100%;
}
.country-select select:focus-visible {
  outline: unset;
}

.input-toggle-switch {
  /* Rounded sliders */
}
.input-toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 19px;
}
.input-toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.input-toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9E978F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.input-toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 4px;
  top: 4px;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.input-toggle-switch input:checked + .slider {
  background-color: #2D68AC;
}
.input-toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #2D68AC;
}
.input-toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
.input-toggle-switch .slider.round {
  border-radius: 100px;
}
.input-toggle-switch .slider.round:before {
  border-radius: 100%;
}

.badge-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.badge {
  display: flex;
  padding: 2px 12px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 100px;
  background: #E8E4E0;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  width: max-content;
}
.badge.badge-bg-danger {
  background: #EA4E43;
  color: #fff;
  gap: 5px;
}
.badge.badge-bg-danger span {
  font-size: 21px;
  font-weight: 300;
}
.badge.badge-bg-primary {
  background: #2D68AC;
  color: #fff;
}

.tab-group {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: auto;
}
.tab-group .t-g-item {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: unset;
  color: #2D2D2D;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  height: 40px;
  text-wrap: nowrap;
  border-bottom: 2px solid transparent;
}
.tab-group .t-g-item.active {
  color: #2D68AC;
  border-bottom: 2px solid #2D68AC;
}
.tab-group.tab-group-sm {
  gap: 15px;
}
.tab-group.tab-group-sm .t-g-item {
  height: auto;
  padding: 7px 0;
}

.modal-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: "";
  inset: 0;
  z-index: 2;
  overflow: auto;
  padding: 50px 15px;
}
.modal-wrap.add-book-modal-wrap {
  z-index: 3;
}
.modal-wrap .m-w-container {
  border-radius: 8px;
  background: var(--Background-c-white, #FFF);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.modal-wrap .m-w-container > * {
  width: 100%;
}
.modal-wrap .m-w-container.min-height-300px {
  min-height: calc(100vh - 300px);
}
.modal-wrap .m-w-container.pdf-view-container {
  gap: unset;
}
.modal-wrap .m-w-container.pdf-view-container .m-w-c-body {
  padding: 12px;
  max-height: unset;
  overflow: unset;
}
.modal-wrap .m-w-container.pdf-view-container .m-w-c-body .m-w-c-b-wrapper {
  max-height: calc(100vh - 200px);
  overflow: auto;
  width: 100%;
  padding-bottom: 8px;
}
.modal-wrap .m-w-container.pdf-view-container .m-w-c-body .m-w-c-b-wrapper::-webkit-scrollbar {
  width: 11px;
  background-color: #D8D2CB;
  border-radius: 100px;
}
.modal-wrap .m-w-container.pdf-view-container .m-w-c-body .m-w-c-b-wrapper::-webkit-scrollbar-track {
  border-radius: 100px;
}
.modal-wrap .m-w-container.pdf-view-container .m-w-c-body .m-w-c-b-wrapper::-webkit-scrollbar-thumb {
  background: #E8E4E0;
  border-radius: 100px;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  padding: 0 3px;
  background-clip: padding-box;
}
.modal-wrap .m-w-container.pdf-view-container .m-w-c-body::-webkit-scrollbar-thumb:hover {
  background: #E8E4E0;
}
.modal-wrap .m-w-container.video-player-container {
  gap: unset;
  background-color: unset;
}
.modal-wrap .m-w-container.video-player-container .m-w-c-body {
  padding: unset;
  max-height: unset;
  overflow: hidden;
}
.modal-wrap .m-w-container.bg-face {
  background: #E8E4E0;
}
.modal-wrap .m-w-container.m-w-c-sm {
  max-width: 400px;
  width: 100%;
}
.modal-wrap .m-w-container.m-w-c-sm .m-w-c-body {
  padding: 0 20px;
}
.modal-wrap .m-w-container.m-w-c-md {
  max-width: 600px;
  width: 100%;
}
.modal-wrap .m-w-container.m-w-c-lg {
  max-width: 960px;
  width: 100%;
}
.modal-wrap .m-w-container.m-w-c-profile {
  max-width: 820px;
  width: 100%;
}
.modal-wrap .m-w-container .m-w-c-head {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  border: 0px solid var(--Border-c-border-primary, #E8E5E1);
  background: var(--Blue-c-primary, #2D68AC);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  color: #fff;
}
.modal-wrap .m-w-container .m-w-c-head .m-w-c-h-title {
  color: var(--Background-c-white, #FFF);
  font-family: "Alice", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-wrap .m-w-container .m-w-c-head .m-w-c-h-title span:not(.material-symbols-rounded) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modal-wrap .m-w-container .m-w-c-head .m-w-c-h-title .material-symbols-rounded {
  font-weight: 300;
}
.modal-wrap .m-w-container .m-w-c-head .m-w-c-h-right .btn {
  background: transparent;
  padding: 0;
  width: auto;
}
.modal-wrap .m-w-container .m-w-c-head .m-w-c-h-right .btn .material-symbols-rounded {
  font-size: 24px;
  color: #fff;
}
.modal-wrap .m-w-container .m-w-c-head .m-w-c-h-right .header-modal-btn {
  color: #2D68AC;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
}
.modal-wrap .m-w-container .m-w-c-head .m-w-c-h-right .header-modal-btn .material-symbols-rounded {
  color: #2D68AC;
  font-size: 23px;
  font-weight: 300;
}
.modal-wrap .m-w-container .m-w-c-body {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
}
.modal-wrap .m-w-container .m-w-c-body .m-w-c-p-b-profile-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.modal-wrap .m-w-container .m-w-c-body .m-w-c-p-b-profile-block .profile-img-block {
  width: 180px;
  height: 180px;
  position: relative;
}
.modal-wrap .m-w-container .m-w-c-body .m-w-c-p-b-profile-block .profile-img-block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-wrap .m-w-container .m-w-c-body .m-w-c-p-b-profile-block .profile-img-block .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  background: #fff;
}
.modal-wrap .m-w-container .m-w-c-body.new-course-body .form-input-group {
  width: 100%;
}
.modal-wrap .m-w-container .m-w-c-body.new-course-body .form-input-group .inputs-control {
  height: 38px;
}
.modal-wrap .m-w-container .m-w-c-body.new-assignment-body .n-a-b-flex {
  display: flex;
  gap: 15px;
  width: 100%;
}
.modal-wrap .m-w-container .m-w-c-body.new-assignment-body .n-a-b-flex .order-form .inputs-group {
  min-width: 100px;
  max-width: 100px;
}
.modal-wrap .m-w-container .m-w-c-body.new-assignment-body .n-a-b-flex .order-form .helper-txt {
  color: #BBB4AD;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120.1%;
  letter-spacing: 0.42px;
  display: block;
  margin-top: 3px;
}
.modal-wrap .m-w-container .m-w-c-body.new-assignment-body .n-a-b-flex .inputs-control {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
.modal-wrap .m-w-container .m-w-c-body.new-assignment-body .n-a-b-flex .assignment-textarea .inputs-control {
  line-height: normal;
  letter-spacing: 0.48px;
  min-height: 125px;
}
.modal-wrap .m-w-container .m-w-c-body.new-assignment-body .n-a-b-flex .assignment-textarea .inputs-control::placeholder {
  color: #BBB4AD;
}
.modal-wrap .m-w-container .m-w-c-body.contact-detail-student {
  height: auto;
  overflow: unset;
}
.modal-wrap .m-w-container .m-w-c-footer {
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  border-top: 1px solid var(--Border-c-border-primary, #E8E5E1);
  background: var(--Background-c-white, #FFF);
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.modal-wrap .m-w-container .m-w-c-footer .btn {
  min-width: 170px;
}
.modal-wrap .m-w-c-b-form {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  flex-wrap: wrap;
}
.modal-wrap .m-w-c-b-form .inputs-control {
  padding: 12px 10px;
}
.modal-wrap .m-w-c-b-form .inputs-control.topic-textarea {
  height: auto;
  min-height: 150px;
}
.modal-wrap .m-w-c-b-form .inputs-control.sm-i-c {
  padding: 8px 10px;
}
.modal-wrap .m-w-c-b-form .m-w-c-b-f-item {
  width: 100%;
}
.modal-wrap textarea.inputs-control-lg {
  height: 300px;
}
@media screen and (max-width: 576px) {
  .modal-wrap textarea.inputs-control-lg {
    height: 150px;
  }
}
.modal-wrap.course-modal-wrap .m-w-c-footer .btn {
  padding: 6px 12px;
  height: max-content;
}

/***** XXX-Large devices (larger desktops, 1499px and up) *****/
/***** XX-Large devices (larger desktops, 1399px and down) *****/
/***** X-Large devices (large desktops, 1199px and down) *****/
/***** Large devices (desktops, 991px and down) *****/
/***** Medium devices (tablets, 767px and down) *****/
@media (max-width: 767px) {
  .modal-wrap {
    padding: 15px;
  }
  .modal-wrap .m-w-container .m-w-c-body {
    flex-direction: column;
    max-height: calc(100vh - 200px);
  }
  .modal-wrap .m-w-container .m-w-c-body .m-w-c-p-b-profile-block {
    margin: 0 auto 20px auto;
  }
  .modal-wrap .m-w-container .m-w-c-body .m-w-c-p-b-profile-block .profile-img-block {
    width: 140px;
    height: 140px;
  }
}
/***** Between tablets and phone  (below tablets, 640px and down) *****/
@media (max-width: 640px) {
  .modal-wrap {
    padding: 15px;
  }
  .modal-wrap .m-w-container {
    gap: 15px;
  }
  .modal-wrap .m-w-container .m-w-c-body {
    max-height: calc(100vh - 180px);
  }
  .modal-wrap .m-w-container .m-w-c-body .m-w-c-p-b-profile-block .profile-img-block {
    width: 140px;
    height: 140px;
  }
}
/***** Small devices (landscape phones, 575px and down) *****/
@media (max-width: 575px) {
  .modal-wrap .m-w-container .m-w-c-body {
    max-height: calc(100vh - 220px);
  }
  .modal-wrap .m-w-container .m-w-c-body .m-w-c-p-b-profile-block .profile-img-block {
    width: 110px;
    height: 110px;
  }
  .modal-wrap .m-w-container .m-w-c-body .layout-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
  }
  .modal-wrap .m-w-container .m-w-c-body .layout-row .layout-2-column {
    width: 100% !important;
  }
  .modal-wrap .m-w-container .m-w-c-body.new-assignment-body .n-a-b-flex .order-form .inputs-group {
    min-width: 80px;
    max-width: 80px;
  }
  .modal-wrap .m-w-container .m-w-c-footer {
    flex-direction: column;
  }
  .modal-wrap .m-w-container .m-w-c-footer > * {
    width: 100%;
  }
}
.group-card-comp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.group-card-comp .g-c-c-item {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #FFF;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  width: 100%;
}
.group-card-comp .g-c-c-item > * {
  padding: 16px 20px;
}
.group-card-comp .g-c-c-item .g-c-c-i-head {
  border-radius: 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
}
.group-card-comp .g-c-c-item .g-c-c-i-body {
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.group-card-comp .g-c-c-item .g-c-c-i-head + .g-c-c-i-body {
  border-top: 1px solid #E8E5E1;
}
.group-card-comp .g-c-c-item.profile-card .g-c-c-i-head + .g-c-c-i-body {
  border-top: unset;
  margin-top: -51px;
  padding-top: 25px;
  padding-right: 65px;
  background: url(../img/profile-card-bg.svg) no-repeat calc(100% - 20px);
  background-position: right bottom;
  width: calc(100% - 15px);
  min-height: 280px;
}
.group-card-comp .g-c-c-i-body {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.group-card-comp .g-c-c-i-body .profile-user-reach {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
.group-card-comp .g-c-c-i-body .profile-user-reach .p-u-r-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.group-card-comp .g-c-c-i-body .profile-user-reach .p-u-r-item span {
  font-size: 21px;
  color: #807971;
  font-weight: 300;
}
.group-card-comp .g-c-c-i-body .profile-pic-block {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.group-card-comp .g-c-c-i-body .profile-pic-block img {
  height: 100%;
  width: auto;
}
.group-card-comp .g-c-c-i-body .profile-detail-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.group-card-comp .g-c-c-i-body .profile-detail-block .p-d-b-name-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.group-card-comp .g-c-c-i-body .profile-detail-block .p-d-b-name-status .p-d-b-name {
  color: #2D68AC;
  font-family: "Alice", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.group-card-comp .g-c-c-i-body .profile-detail-block .p-d-b-name-status .p-d-b-name span {
  color: #2A9D99;
  font-size: 15px;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.75px;
}
.group-card-comp.contact-detail-comp .profile-contact-flex {
  display: flex;
  gap: 15px;
}
.group-card-comp.contact-detail-comp .profile-contact-flex .profile-pic-block {
  min-width: 100px;
}
.group-card-comp.contact-detail-comp .g-c-c-item .g-c-c-i-body {
  width: 100%;
}
.group-card-comp.contact-detail-comp .g-c-c-item .g-c-c-i-body .g-b-txt {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
  word-break: break-all;
}
.group-card-comp.contact-detail-comp .profile-user-reach {
  flex-direction: row;
  gap: 25px;
}
@media screen and (max-width: 575px) {
  .group-card-comp.contact-detail-comp .profile-user-reach {
    flex-direction: column;
    gap: 10px;
  }
}
.group-card-comp.contact-detail-comp .profile-user-reach .p-u-r-item {
  position: relative;
}
.group-card-comp.contact-detail-comp .profile-user-reach .p-u-r-item:last-child::before {
  content: "";
  position: absolute;
  left: -12.5px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: #D0CBC6;
}
@media screen and (max-width: 575px) {
  .group-card-comp.contact-detail-comp .profile-user-reach .p-u-r-item:last-child::before {
    display: none;
  }
}

.card-shadow {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
}
.card-shadow .c-s-title {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.54px;
}
.card-shadow.topic-shadow {
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  margin-top: 2px;
}

.chart-card-block {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 20px;
}
.chart-card-block .c-c-b-item {
  border-radius: 8px;
  border: 1px solid var(--Border-c-border-primary, #E8E5E1);
  background: var(--Background-c-white, #FFF);
  /* Light/Elevation/Depth1 */
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  width: 100%;
  padding: 20px 20px;
  display: flex;
}
.chart-card-block .c-c-b-item .c-c-b-i-left {
  border-right: 1px solid #D0CBC6;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(50% - 15px);
  flex-shrink: 0;
  margin-right: 30px;
  min-width: 300px;
}
.chart-card-block .c-c-b-item .c-c-b-i-left .c-c-b-i-l-title {
  color: var(--Blue-c-primary, #2D68AC);
  font-family: Alice;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.chart-card-block .c-c-b-item .c-c-b-i-left .c-c-b-i-l-contact-detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px 30px;
  flex-wrap: wrap;
}
.chart-card-block .c-c-b-item .c-c-b-i-left .c-c-b-i-l-contact-detail .c-c-b-i-l-c-d-item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.chart-card-block .c-c-b-item .c-c-b-i-left .c-c-b-i-l-contact-detail .c-c-b-i-l-c-d-item .c-c-b-i-l-c-d-i-icon .material-symbols-rounded {
  color: #807971;
  font-size: 21px;
  font-weight: 300;
  bottom: -1px;
  position: relative;
}
.chart-card-block .c-c-b-item .c-c-b-i-right .c-c-b-i-r-i-label {
  color: var(--Blue-c-primary, #2D68AC);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.chart-card-block .c-c-b-item .c-c-b-i-right .c-c-b-i-r-i-text {
  color: var(--Text-c-text-body, #404040);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: 0.45px;
}
.chart-card-block .c-c-b-item.rejected .c-c-b-i-left .c-c-b-i-l-title .badge {
  display: inline-flex;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.7px;
  background: #EA4E43;
  font-family: "DM Sans", sans-serif;
  padding: 3px 12px 2px 12px;
}
.chart-card-block .c-c-b-item.rejected .c-c-b-i-l-title, .chart-card-block .c-c-b-item.rejected .c-c-b-i-r-i-label {
  color: #ea4e43;
}

.table-comp {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.table-comp .t-c-head {
  display: flex;
  justify-content: space-between;
}
.table-comp .t-c-head .t-c-h-title {
  color: #2D68AC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.table-comp .t-c-head .t-c-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.table-comp .t-c-head .t-c-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.table-comp .t-c-head .t-c-right .search-comp {
  min-width: 330px;
}
.table-comp .t-c-body {
  height: 100%;
}
.table-comp .t-c-body .chart-card-block {
  max-height: calc(100vh - 160px);
  overflow: auto;
  padding-right: 5px;
}
.table-comp .t-c-body .table-responsive {
  overflow: scroll;
  padding: 0;
  height: calc(100vh - 180px);
}
.table-comp .t-c-body .table-responsive.course-table-height {
  height: calc(100vh - 250px);
}
.table-comp .t-c-body .table-responsive table {
  width: 100%;
}
.table-comp .t-c-body .table-responsive table thead {
  background: #E8E4E0;
  position: sticky;
  top: -0.5px;
  z-index: 1;
}
.table-comp .t-c-body .table-responsive table td,
.table-comp .t-c-body .table-responsive table th {
  padding: 8px 15px;
  text-align: left;
  border: 1px solid #D0CBC6;
  white-space: nowrap;
}
.table-comp .t-c-body .table-responsive table th {
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.75px;
}
.table-comp .t-c-body .table-responsive table td {
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.table-comp .t-c-body .table-responsive table tr.active td {
  border: 1px solid #D0CBC6;
  background: #FBF6D2;
}
.table-comp .t-c-body .table-responsive table tr:not(.active):hover td {
  background: #EFEDEA;
  cursor: pointer;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block {
  display: flex;
  align-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #FFF;
  /* Light/Elevation/Depth1 */
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  flex-shrink: 0;
  width: calc(25% - 12px);
  cursor: pointer;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-image-block {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-image-block img {
  height: 100%;
  width: auto;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-details {
  padding: 15px;
  border-bottom: 1px Solid #E8E5E1;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-details .badge {
  font-size: 14px;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-details .t-g-v-i-name-id {
  margin-bottom: 10px;
  color: #2D68AC;
  font-family: "Alice", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: -0.18px;
  display: flex;
  align-items: center;
  gap: 5px 10px;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-details .t-g-v-i-name-id span {
  color: #2A9D99;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-reach {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-reach .icon-text {
  display: flex;
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  gap: 5px;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-reach .icon-text .email-text {
  overflow-wrap: break-word;
  display: inline-block;
  width: calc(100% - 20px);
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-reach .icon-text .material-symbols-rounded {
  color: #807971;
  font-size: 19px;
  font-weight: 300;
}
.table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item.active {
  border: 1px solid #E7DC8C;
  background: linear-gradient(180deg, #FBF6D2 0%, #FFF 66.4%);
}

.table-dashboard-comp .table-responsive {
  width: 100%;
  overflow-x: auto;
}
.table-dashboard-comp table {
  width: 100%;
}
.table-dashboard-comp table td,
.table-dashboard-comp table th {
  border: 1px solid #E8E5E1;
  padding: 10px 16px;
}
.table-dashboard-comp table thead th {
  color: #404040;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: start;
  background: #F7F6F5;
  border-top: unset;
}
.table-dashboard-comp table .custom-width {
  min-width: 150px;
}
@media screen and (max-width: 575px) {
  .table-dashboard-comp table .custom-width {
    min-width: 110px;
  }
}
.table-dashboard-comp table .progress-head {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .table-dashboard-comp table .progress-head {
    min-width: 200px;
  }
}
.table-dashboard-comp.table-badge .badge {
  line-height: normal;
  color: #404040;
}

/***** XX-Large devices (larger desktops, 1399px and down) *****/
@media (max-width: 1399px) {
  .table-comp .t-c-head .t-c-right .search-comp {
    min-width: 200px;
  }
  .table-comp .t-c-head .t-c-right .search-comp input {
    padding: 8px 5px 9px 35px;
  }
  .table-comp .t-c-head .t-c-right .search-comp .material-symbols-rounded {
    left: 10px;
  }
  .table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item {
    width: calc(33.3% - 11px);
  }
}
/***** X-Large devices (large desktops, 1199px and down) *****/
@media (max-width: 991px) {
  .table-comp .t-c-body .table-responsive {
    height: calc(100vh - 245px);
  }
}
/***** Medium devices (tablets, 767px and down) *****/
@media (max-width: 767px) {
  .table-comp .t-c-head {
    flex-direction: column;
    gap: 10px;
  }
  .table-comp .t-c-head .t-c-left,
  .table-comp .t-c-head .t-c-right {
    width: 100%;
    justify-content: space-between;
  }
  .table-comp .t-c-body .table-responsive {
    height: calc(100vh - 285px);
  }
  .table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item {
    width: calc(50% - 10px);
  }
}
/***** Between tablets and phone  (below tablets, 640px and down) *****/
@media (max-width: 640px) {
  .table-comp .t-c-body .table-responsive.course-table-height {
    height: 100%;
  }
}
/***** Small devices (landscape phones, 575px and down) *****/
@media (max-width: 575px) {
  .table-comp .t-c-head .t-c-right .search-comp {
    min-width: 210px;
  }
  .table-comp .t-c-body .table-responsive .table-grid-view-block .t-g-v-item {
    width: 100%;
  }
}
.chart-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-bar {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(#3498db calc(var(--percentage) * 1%), #ddd calc(var(--percentage) * 1%));
  display: flex;
  justify-content: center;
  align-items: center;
  --percentage: 0;
}

.circle-bar::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: white;
}

.percentage {
  position: absolute;
  font-size: 2em;
  font-weight: bold;
}

.circle-bar[data-percentage] {
  --percentage: calc(var(--percentage) + attr(data-percentage, %));
}

.toast {
  min-width: 290px;
  max-width: calc(100% - 30px) !important;
  background-color: #333;
  text-align: left;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  display: none;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  padding: 10px 15px;
  gap: 10px;
  border-radius: 5px;
  transform: translateX(-50%);
  text-wrap: nowrap;
}
.toast .material-symbols-rounded {
  font-size: 21px;
  font-weight: 300;
}
.toast button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
}
.toast.toast-success {
  background: #2A9D99;
  color: #fff;
}
.toast.show {
  display: inline-flex;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
/***** Between tablets and phone  (below tablets, 640px and down) *****/
@media (max-width: 640px) {
  .toast {
    text-wrap: wrap;
  }
}
.dropdown {
  display: inline-flex;
  position: relative;
  z-index: 2;
}
.dropdown .dropdown-options-block {
  visibility: hidden;
  opacity: 0;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  border-radius: 5px;
  border: 1px solid #D0CBC6;
  background: #F7F6F5;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: calc(100% + 5px);
  display: flex;
  right: 0;
  z-index: 1;
  width: 230px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.dropdown .dropdown-options-block .d-o-b-item {
  border-radius: 5px;
  border: 1px solid #E8E5E1;
  background: #FFF;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  padding: 18px 10px 16px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #404040;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  font-family: "DM Sans", sans-serif;
}
.dropdown .dropdown-options-block .d-o-b-item .material-symbols-rounded {
  color: #635C53;
  font-size: 24px;
}
.dropdown .dropdown-options-block .d-o-b-item:hover, .dropdown .dropdown-options-block .d-o-b-item.active {
  border: 1px solid #E7DC8C;
  background: linear-gradient(180deg, #FBF6D2 0%, #FFF 66.4%);
}
.dropdown:hover .dropdown-options-block, .dropdown.show .dropdown-options-block {
  visibility: visible;
  opacity: 1;
}
.dropdown.static-dropdown {
  cursor: pointer;
  z-index: 2;
}
.dropdown.static-dropdown .drop-divider {
  width: 100%;
  border-bottom: 1px solid #E8E5E1;
}
.dropdown.static-dropdown .dropdown-options-block {
  padding: unset;
  gap: unset;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
  border: unset;
  overflow: hidden;
}
.dropdown.static-dropdown .s-d-item {
  background: unset;
  border: unset;
  color: #2D2D2D;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 16px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #E8E5E1;
  transition: 0.2s all;
}
.dropdown.static-dropdown .s-d-item:last-child {
  border-bottom: unset;
}
.dropdown.static-dropdown .s-d-item:hover {
  transition: 0.2s all;
  background-color: #FFF7BF;
}

.search-dropdown {
  position: relative;
  z-index: 1;
}
.search-dropdown .search-comp {
  padding-bottom: 5px;
}
.search-dropdown .s-d-list {
  position: absolute;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  padding: 10px 15px;
  max-height: 195px;
  overflow-y: auto;
  display: none;
}
.search-dropdown .s-d-list.px-unset {
  padding: 10px 0;
}
.search-dropdown .s-d-list li {
  color: #404040;
  font-size: 15px;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  margin-bottom: 10px;
}
.search-dropdown .s-d-list li:last-child {
  margin-bottom: unset;
}
.search-dropdown .s-d-list.active {
  display: block;
}

.three-dot-dropdown {
  position: relative;
}
.three-dot-dropdown:hover .t-d-d-option-box {
  visibility: visible;
  opacity: 1;
}
.three-dot-dropdown .t-d-d-option-box {
  border: 1px solid #E8E5E1;
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 5px;
  width: 100px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 0.2s all;
  right: 0;
  top: 70%;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
}
.three-dot-dropdown .t-d-d-option-box .t-d-d-btn {
  width: 100%;
  padding: unset;
  border: unset;
  background-color: unset;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 5px;
  text-align: start;
  font-size: 15px;
}
.three-dot-dropdown .t-d-d-option-box .t-d-d-btn:last-child {
  margin-bottom: unset;
}
.three-dot-dropdown .t-d-d-option-box .t-d-d-btn.edit {
  color: #2D68AC;
}
.three-dot-dropdown .t-d-d-option-box .t-d-d-btn.delete {
  color: #EA4E43;
}

.select-all-active {
  position: relative;
}
.select-all-active .select-all-btn-grp {
  position: absolute;
  left: 0;
  z-index: 1;
  width: max-content;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Border-c-border-primary, #E8E5E1);
  background: var(--Background-c-white, #FFF);
  /* Light/Elevation/Depth1 */
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
}
.select-all-active .select-all-btn-grp .btn {
  width: max-content;
  background-color: unset;
}
.select-all-active .select-all-btn-grp .btn span {
  font-weight: 300;
  font-size: 21px;
}
.select-all-active .select-all-btn-grp .btn span:not(.material-symbols-rounded):not(.plain-txt) {
  font-size: 16px;
  font-weight: 400;
  margin-top: 1px;
}
@media screen and (max-width: 576px) {
  .select-all-active .select-all-btn-grp .btn span:not(.material-symbols-rounded):not(.plain-txt) {
    display: none;
  }
}
.select-all-active .select-all-btn-grp .plain-txt {
  font-size: 15px;
  padding: 8px 15px;
}
.select-all-active .select-all-btn-grp .btn-success-txt {
  color: #28BB2E;
}
.select-all-active .select-all-btn-grp .btn-danger-txt {
  color: #EA4E43;
}
.select-all-active .select-all-btn-grp .btn-grey-txt {
  color: #726A62;
}
.select-all-active .select-all-btn-grp .btn-primary-txt {
  color: #2D68AC;
}
.select-all-active .select-all-btn-grp .l-r-border {
  border-left: 1px solid #E8E5E1;
  border-right: 1px solid #E8E5E1;
}
.select-all-active .select-all-btn-grp .r-border {
  border-right: 1px solid #E8E5E1;
}

/***** X-Large devices (large desktops, 1199px and down) *****/
@media (max-width: 1199px) {
  .select-all-active .select-all-btn-grp {
    z-index: unset !important;
  }
}
/***** Medium devices (tablets, 767px and down) *****/
@media (max-width: 767px) {
  .select-all-active {
    justify-content: center !important;
    margin-bottom: 10px;
  }
  .select-all-active .select-all-btn-grp {
    position: unset !important;
  }
}
.card-list-item-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-list-item {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.card-list-item .c-l-i-body {
  padding: 20px;
}
.card-list-item .c-l-i-body .c-l-i-b-flex {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-title {
  font-family: "Alice", serif;
  color: #2D68AC;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 26.4px */
  letter-spacing: -0.22px;
}
.card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-badge-time-group {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  flex-wrap: wrap;
}
.card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-badge-time-group .c-l-i-b-badge {
  border-radius: 100px;
  background: #E8E4E0;
  padding: 2px 12px;
  color: #2D2D2D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.7px;
}
.card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-badge-time-group .c-l-i-b-date {
  color: #807971;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-description {
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
  letter-spacing: 0.75px;
  padding: 16px 0 0px 0;
}
.card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-img {
  width: 215px;
  height: 165px;
}
.card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-price .btn.btn-outlined.btn-primary {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: normal;
  padding: 4px 12px;
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.card-list-item .c-l-i-body .c-l-i-b-learmore-comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
.card-list-item .c-l-i-body .c-l-i-b-learmore-comment .c-l-i-b-l-c-txt,
.card-list-item .c-l-i-body .c-l-i-b-learmore-comment button {
  border: unset;
  background: unset;
  padding: unset;
  font-family: Alice;
  color: #2D68AC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  /* 21px */
  position: relative;
}
.card-list-item .c-l-i-body .c-l-i-b-learmore-comment .c-l-i-b-l-c-txt::after,
.card-list-item .c-l-i-body .c-l-i-b-learmore-comment button::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #EBD114;
}
.card-list-item .c-l-i-body .c-l-i-b-learmore-comment .c-l-i-b-l-c-flex {
  display: flex;
  align-items: center;
  color: #726A62;
  gap: 5px;
}
.card-list-item .c-l-i-body .c-l-i-b-learmore-comment .c-l-i-b-l-c-flex span {
  font-weight: 300;
}
.card-list-item .c-l-i-body .c-l-i-b-learmore-comment .c-l-i-b-l-c-flex span:not(.material-symbols-rounded) {
  font-weight: 500;
}
.card-list-item .c-l-i-footer {
  padding: 12px 20px;
  border-top: 1px solid #E8E5E1;
  background-color: #fff;
}
.card-list-item.course-list-item {
  overflow: unset;
}
.card-list-item.course-list-item .c-l-i-body {
  padding: 25px 28px;
}
.card-list-item.course-list-item .c-l-i-b-flex {
  justify-content: space-between;
}
.card-list-item.course-list-item .c-l-i-b-flex .c-l-i-b-badge-time-group .c-l-i-b-badge {
  padding: 3px 12px;
}
.card-list-item.course-list-item .c-l-i-b-flex .c-l-i-b-f-title-flex {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.card-list-item.course-list-item .c-l-i-b-flex .c-l-i-b-f-title-flex .c-l-i-b-title {
  color: #2D2D2D;
}
.card-list-item.course-list-item .c-l-i-b-flex .c-l-i-b-f-title-flex .c-l-i-b-badge-time-group {
  padding: unset;
}
.card-list-item.course-list-item .draft-txt-main {
  display: flex;
  align-items: center;
  gap: 20px;
}
.card-list-item.course-list-item .draft-txt-main .draft-txt {
  color: #EA4E43;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 21px */
  position: relative;
}
.card-list-item.course-list-item .draft-txt-main .draft-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 75%;
  background-color: #D0CBC6;
  left: -10px;
}
.card-list-item.course-assignment .c-l-i-body {
  padding: 14px 18px;
}
.card-list-item.course-assignment .c-l-i-body .c-l-i-b-flex .c-l-i-b-f-title-flex .c-l-i-b-title {
  font-size: 21px;
}
.card-list-item.course-assignment .c-l-i-body .c-l-i-b-flex .c-l-i-b-price .btn.btn-outlined.btn-primary {
  font-size: 16px;
}
.card-list-item.completed-list-item {
  overflow: unset;
}
.card-list-item.completed-list-item .c-l-i-body {
  padding: 18px 16px;
}
.card-list-item.completed-list-item .c-l-i-body .c-l-i-b-flex {
  flex-direction: column;
  gap: 12px;
}
.card-list-item.completed-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-title {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.48px;
}
.card-list-item.completed-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-txt {
  padding: unset;
  color: #807971;
  font-size: 15px;
}
.card-list-item.completed-list-item.complete-line-strike .c-l-i-b-title {
  text-decoration: line-through;
}

.c-l-i-b-content * {
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
  letter-spacing: 0.75px;
}
.c-l-i-b-content .c-l-i-b-c-margin-bottom {
  margin-bottom: 18px;
}
.c-l-i-b-content ul {
  padding-left: 30px;
  list-style-type: disc;
  margin-bottom: 15px;
}
.c-l-i-b-content ul li {
  margin-bottom: 1px;
}
.c-l-i-b-content ul li:last-child {
  margin-bottom: unset;
}

@media screen and (max-width: 991px) {
  .announce-preview .card-list-item-main {
    padding-bottom: 100px;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview .p-c-p-body {
    height: calc(100vh - 55px);
  }
}
/***** Between tablets and phone  (below tablets, 640px and down) *****/
@media (max-width: 640px) {
  .announce-preview .card-list-item .c-l-i-body .c-l-i-b-flex {
    flex-direction: column;
  }
  .announce-details .card-list-item .c-l-i-body .c-l-i-b-flex {
    flex-wrap: wrap;
  }
  .card-list-item .c-l-i-body .c-l-i-b-flex {
    gap: 20px;
  }
  .card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-img {
    margin: auto;
    width: 100%;
    height: 235px;
  }
  .card-list-item.course-list-item {
    position: relative;
  }
  .card-list-item.course-list-item .c-l-i-body .c-l-i-b-flex {
    gap: 10px;
  }
  .card-list-item.course-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-title {
    font-size: 20px;
  }
  .card-list-item.course-list-item .draft-txt-main .draft-txt {
    position: absolute;
    top: 25px;
    right: 28px;
  }
  .card-list-item.course-list-item .draft-txt-main .draft-txt::before {
    display: none;
  }
}
/***** Small devices (landscape phones, 575px and down) *****/
@media (max-width: 575px) {
  .card-list-item.course-list-item .c-l-i-body {
    padding: 20px;
  }
  .card-list-item.course-list-item .c-l-i-body .c-l-i-b-flex {
    gap: unset;
  }
  .card-list-item.course-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-price {
    position: absolute;
    bottom: 21px;
    right: 25px;
  }
  .card-list-item.course-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-price .btn.btn-outlined.btn-primary {
    font-size: 16px;
  }
}
.ex-delete-edit-comp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .ex-delete-edit-comp {
    flex-wrap: wrap;
    gap: 5px !important;
  }
}
.ex-delete-edit-comp .e-d-e-c-expiry .e-d-e-c-e-date-time-txt {
  color: #726A62;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: "DM Sans", sans-serif;
  /* 21px */
  letter-spacing: 0.75px;
}
.ex-delete-edit-comp .e-d-e-c-btns {
  display: flex;
  gap: 10px;
}
.ex-delete-edit-comp .e-d-e-c-btns .btn {
  padding: 5px 13px;
  height: max-content;
}
.ex-delete-edit-comp.gap-20px {
  gap: 20px;
}

.drag-card-list-item {
  cursor: grab;
  padding: 7px 6px;
  display: flex;
  gap: 4px;
  border-radius: 5px;
  font-family: "DM Sans", sans-serif;
  border: unset;
  border-radius: 8px;
}
.drag-card-list-item .grey-icon {
  color: #807971;
  font-size: 20px;
}
.drag-card-list-item:active {
  cursor: grabbing;
}
.drag-card-list-item .d-c-l-i-txt {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  font-family: "DM Sans", sans-serif;
}
.drag-card-list-item.active {
  background-color: #FBF6D2;
}
.drag-card-list-item .d-c-l-i-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.drag-card-list-item .d-c-l-i-wrapper .badge {
  line-height: normal;
  letter-spacing: 0.42px;
  padding: 5px 12px;
}

.card-padd-left .drag-card-list-item {
  padding: 7px 10px;
  cursor: pointer;
}

.topics-list-main .drag-card-list-item .c-b-l-txt {
  color: #2D2D2D !important;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.topics-list-main .drag-card-list-item .material-symbols-rounded {
  display: none;
}
.topics-list-main .drag-card-list-item:hover .material-symbols-rounded.grey-icon {
  display: block;
}
.topics-list-main .drag-card-list-item:hover .grey-icon {
  display: none;
}

.notification-preview {
  position: relative;
}

.notification-card-main {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  position: absolute;
  top: 15px;
  width: 400px;
  max-width: 400px;
  left: 15px;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .notification-card-main {
    width: 80%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.notification-card-main .n-c-m-header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
}
.notification-card-main .n-c-m-header .n-c-m-title {
  line-height: normal;
  letter-spacing: 0.42px;
  font-size: 17px;
}
.notification-card-main .n-c-m-inbox-unread {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E8E5E1;
  border-bottom: 1px solid #E8E5E1;
}
.notification-card-main .n-c-m-inbox-unread .btn-notify-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.notification-card-main .n-c-m-inbox-unread .notify-options {
  position: relative;
}
.notification-card-main .n-c-m-inbox-unread .notify-options .dot-three {
  color: #807971;
  font-size: 20px;
  background: unset;
  border: unset;
  width: 24px;
}
.notification-card-main .n-c-m-inbox-unread .notify-options .n-o-list-main {
  position: absolute;
  top: -100%;
  right: -100%;
  width: max-content;
  border-radius: 5px;
  border: 1px solid #D0CBC6;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
  padding: 15px;
  display: none;
}
.notification-card-main .n-c-m-inbox-unread .notify-options .n-o-list-main .n-o-l-m-btn {
  background: unset;
  width: max-content;
  border: unset;
  padding: unset;
  display: flex;
  align-items: center;
  line-height: normal;
  letter-spacing: 0.42px;
  color: #404040;
  gap: 5px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  width: 100%;
}
.notification-card-main .n-c-m-inbox-unread .notify-options .n-o-list-main .n-o-l-m-btn .material-symbols-rounded {
  color: #726A62;
  font-size: 19px;
  font-weight: 300;
}
.notification-card-main .n-c-m-inbox-unread .notify-options .divider {
  background-color: #E8E5E1;
  margin: 12px 0;
}
.notification-card-main .n-c-m-inbox-unread .notify-options:hover .n-o-list-main {
  display: block;
}
.notification-card-main .n-c-m-user-main {
  max-height: calc(100vh - 180px);
  overflow: auto;
}
.notification-card-main .n-c-m-user-main .notify-msg-list {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .n-m-l-profile-flex {
  display: flex;
  gap: 10px;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .n-m-l-profile-flex .n-m-l-p-f-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .n-m-l-profile-flex .n-m-l-p-f-info p {
  line-height: 120%;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .n-m-l-profile-flex .n-m-l-p-f-info .info-name {
  color: #404040;
  font-size: 16px;
  letter-spacing: 0.42px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .n-m-l-profile-flex .n-m-l-p-f-info .info-content {
  color: #807971;
  font-size: 15px;
  letter-spacing: 0.36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .n-m-l-profile-flex .n-m-l-p-f-info .info-time {
  color: #BBB4AD;
  font-size: 15px;
  letter-spacing: 0.36px;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .n-m-l-img {
  width: 35px;
  height: 35px;
  min-width: 35px;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .n-m-l-img img {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .notify-date {
  color: #2A9D99;
  line-height: normal;
  letter-spacing: 0.6px;
  font-size: 15px;
  white-space: nowrap;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .notify-date-close {
  text-align: end;
}
.notification-card-main .n-c-m-user-main .notify-msg-list .notify-date-close .material-symbols-rounded {
  font-size: 18px;
  font-weight: 300;
  color: #726A62;
  padding-top: 5px;
  display: none;
}
.notification-card-main .n-c-m-user-main .notify-msg-list:hover {
  background: #F7F6F5;
}
.notification-card-main .n-c-m-user-main .notify-msg-list:hover .notify-date-close .material-symbols-rounded {
  display: block;
}
.notification-card-main .btn-close-modal {
  padding: unset;
  background: unset;
  width: max-content;
}
.notification-card-main .btn-close-modal .material-symbols-rounded {
  color: #726A62;
  font-weight: 300;
  font-size: 18px;
  padding-top: 5px;
}
.notification-card-main .btn-notify {
  border-radius: 100px;
  background: #F7F6F5;
  padding: 3px 12px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #9E978F;
  width: max-content;
  font-family: "DM Sans", sans-serif;
}
.notification-card-main .btn-notify.active {
  background: #2D68AC;
  color: #fff;
}

.books-card {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  padding: 15px;
  display: flex;
  gap: 15px;
  width: calc(33% - 8.5px);
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid transparent;
}
@media (max-width: 1399px) {
  .books-card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .books-card {
    width: 100%;
  }
}
.books-card:hover {
  border: 1px solid #E7DC8C;
  background: linear-gradient(90deg, #ffffff 41%, rgba(255, 255, 255, 0) 100%);
}
.books-card .b-c-img {
  width: 130px;
  height: 200px;
  min-width: 130px;
  position: relative;
}
.books-card .b-c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  transition: 0.3s all;
}
.books-card .b-c-img .blur-img {
  position: absolute;
  top: 2px;
  left: 0;
  transform: scale(1.01);
  transition: all 0.3s;
  z-index: 1;
  filter: blur(5px);
}
.books-card .b-c-img:hover img {
  transform: scale(1.03);
  transition: 0.3s all;
}
.books-card .b-c-img:hover .blur-img {
  transform: scale(1.05);
}
.books-card .b-c-content-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.books-card .b-c-content-flex .b-c-title {
  color: #2D68AC;
  font-family: "Alice", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
}
.books-card .b-c-content-flex .b-c-author {
  color: #9E978F;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.books-card .b-c-content-flex .b-c-authorname {
  color: #2A9D99;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.books-card .b-c-content-flex .badge {
  font-size: 15px;
}
.books-card .b-c-content-flex .b-c-price {
  color: #2D68AC;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}
.books-card.active {
  background: linear-gradient(180deg, #FBF6D2 0%, #FFF 66.4%);
}

.learn-more-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  padding: 16px;
}
.learn-more-card .l-m-c-img {
  width: 125px;
  height: 115px;
  margin: auto;
}
.learn-more-card .l-m-c-img img {
  width: 125px;
  height: 115px;
  object-fit: contain;
}
.learn-more-card .l-m-c-title {
  color: #4477B2;
  font-family: "Alice", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.learn-more-card .l-m-c-desc {
  color: #2D2D2D;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
}
.learn-more-card .l-m-c-helper-txt {
  color: #807971;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}

.flex-col-space .learn-more-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.accordian-main .a-m-list {
  padding: 25px 0;
  border-bottom: 1px solid #E8E5E1;
}
.accordian-main .a-m-list .accordian-head {
  display: flex;
  align-items: center;
  color: #2D68AC;
  cursor: pointer;
}
.accordian-main .a-m-list .accordian-head .a-title {
  color: #4477B2;
  font-family: "Alice", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .accordian-main .a-m-list .accordian-head .a-title {
    font-size: 22px;
  }
}
.accordian-main .a-m-list .accordian-head .material-symbols-rounded {
  color: #726A62;
  font-weight: 200;
  font-size: 30px;
  padding: 5px;
}
.accordian-main .a-m-list .accordian-body {
  padding: 10px 0px;
  display: none;
}
.accordian-main .a-m-list .accordian-body .breif-content {
  font-size: 17px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .accordian-main .a-m-list .accordian-body .breif-content {
    font-size: 16px;
  }
}
.accordian-main .a-m-list .remove {
  display: none;
}
.accordian-main .a-m-list .add {
  display: block;
}
.accordian-main .a-m-list.active .accordian-body {
  display: block;
}
.accordian-main .a-m-list.active .add {
  display: none;
}
.accordian-main .a-m-list.active .remove {
  display: block;
}
.accordian-main .a-m-list:first-child {
  padding-top: unset;
}
.accordian-main .a-m-list:last-child {
  margin-bottom: unset;
  border-bottom: unset;
}

.navs-tabs-wrapper {
  margin-top: 30px;
}
.navs-tabs-wrapper .navs-tabs-main .navs-tabs-comp {
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  max-width: 100%;
  overflow-x: auto;
}
.navs-tabs-wrapper .navs-tabs-main .navs-tabs-comp .n-t-c-btn,
.navs-tabs-wrapper .navs-tabs-main .navs-tabs-comp .n-t-s-btn {
  background: #fff;
  padding: 16px 20px;
  color: #4477B2;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: unset;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .navs-tabs-wrapper .navs-tabs-main .navs-tabs-comp .n-t-c-btn,
  .navs-tabs-wrapper .navs-tabs-main .navs-tabs-comp .n-t-s-btn {
    font-size: 16px;
    padding: 12px 16px;
  }
}
.navs-tabs-wrapper .navs-tabs-main .navs-tabs-comp .n-t-c-btn.active,
.navs-tabs-wrapper .navs-tabs-main .navs-tabs-comp .n-t-s-btn.active {
  background: #4477B2;
  color: #fff;
  font-weight: 500;
}
.navs-tabs-wrapper .navs-tabs-content,
.navs-tabs-wrapper .navs-tabs-sub-content {
  margin-top: 70px;
}
.navs-tabs-wrapper .navs-tabs-content.mt-25px,
.navs-tabs-wrapper .navs-tabs-sub-content.mt-25px {
  margin-top: 25px;
}
.navs-tabs-wrapper .navs-tabs-content .navs-tabs-list,
.navs-tabs-wrapper .navs-tabs-content .navs-tabs-sub-list,
.navs-tabs-wrapper .navs-tabs-sub-content .navs-tabs-list,
.navs-tabs-wrapper .navs-tabs-sub-content .navs-tabs-sub-list {
  display: none;
}
.navs-tabs-wrapper .navs-tabs-content .navs-tabs-list.active,
.navs-tabs-wrapper .navs-tabs-content .navs-tabs-sub-list.active,
.navs-tabs-wrapper .navs-tabs-sub-content .navs-tabs-list.active,
.navs-tabs-wrapper .navs-tabs-sub-content .navs-tabs-sub-list.active {
  display: block;
}
.navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-list .n-t-item,
.navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item,
.navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-list .n-t-item,
.navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item {
  margin-top: 60px;
}
.navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-list .n-t-item.booklet-box,
.navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item.booklet-box,
.navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-list .n-t-item.booklet-box,
.navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item.booklet-box {
  margin-top: 15px;
}
.navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-list .n-t-item:first-child,
.navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item:first-child,
.navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-list .n-t-item:first-child,
.navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item:first-child {
  margin-top: unset;
}
.navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-list .n-t-item.mt-item-40px,
.navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item.mt-item-40px,
.navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-list .n-t-item.mt-item-40px,
.navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item.mt-item-40px {
  margin-top: 40px;
}
.navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-list .n-t-item.comment-m-top,
.navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item.comment-m-top,
.navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-list .n-t-item.comment-m-top,
.navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item.comment-m-top {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-list .n-t-item.comment-m-top,
  .navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item.comment-m-top,
  .navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-list .n-t-item.comment-m-top,
  .navs-tabs-wrapper .navs-tabs-sub-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item.comment-m-top {
    margin-top: 60px;
  }
}
.navs-tabs-wrapper .navs-tabs-content.t-progression-c .navs-tabs-list .breif-content,
.navs-tabs-wrapper .navs-tabs-content.t-progression-c .navs-tabs-sub-list .breif-content,
.navs-tabs-wrapper .navs-tabs-sub-content.t-progression-c .navs-tabs-list .breif-content,
.navs-tabs-wrapper .navs-tabs-sub-content.t-progression-c .navs-tabs-sub-list .breif-content {
  margin-top: 20px;
}
.navs-tabs-wrapper .navs-tabs-content.t-progression-c .navs-tabs-list .breif-content.frst-mt-15px,
.navs-tabs-wrapper .navs-tabs-content.t-progression-c .navs-tabs-sub-list .breif-content.frst-mt-15px,
.navs-tabs-wrapper .navs-tabs-sub-content.t-progression-c .navs-tabs-list .breif-content.frst-mt-15px,
.navs-tabs-wrapper .navs-tabs-sub-content.t-progression-c .navs-tabs-sub-list .breif-content.frst-mt-15px {
  margin-top: 15px;
}
.navs-tabs-wrapper .navs-tabs-content.t-progression-c .navs-tabs-list .breif-content.mt-60px,
.navs-tabs-wrapper .navs-tabs-content.t-progression-c .navs-tabs-sub-list .breif-content.mt-60px,
.navs-tabs-wrapper .navs-tabs-sub-content.t-progression-c .navs-tabs-list .breif-content.mt-60px,
.navs-tabs-wrapper .navs-tabs-sub-content.t-progression-c .navs-tabs-sub-list .breif-content.mt-60px {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .navs-tabs-wrapper .navs-tabs-content.t-progression-c .navs-tabs-list .breif-content.mt-60px,
  .navs-tabs-wrapper .navs-tabs-content.t-progression-c .navs-tabs-sub-list .breif-content.mt-60px,
  .navs-tabs-wrapper .navs-tabs-sub-content.t-progression-c .navs-tabs-list .breif-content.mt-60px,
  .navs-tabs-wrapper .navs-tabs-sub-content.t-progression-c .navs-tabs-sub-list .breif-content.mt-60px {
    margin-top: 30px;
  }
}

.sub-nav-tabs-main .navs-tabs-wrapper .navs-tabs-main .navs-tabs-comp {
  margin: auto;
}
.sub-nav-tabs-main .navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c {
  margin-top: 40px;
}
.sub-nav-tabs-main .navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-list .n-t-item,
.sub-nav-tabs-main .navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item {
  margin-top: 40px;
}
.sub-nav-tabs-main .navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-list .n-t-item .breif-content:first-child,
.sub-nav-tabs-main .navs-tabs-wrapper .navs-tabs-content.t-intro-flex-c .navs-tabs-sub-list .n-t-item .breif-content:first-child {
  margin-top: unset;
}
.sub-nav-tabs-main.pt-30px {
  padding-top: 30px;
}

.card-list-item-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.g-l-m-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.group-card {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  width: 100%;
}
.group-card .g-c-body {
  padding: 20px;
}
.group-card .badge-group {
  margin-top: 17px;
}
.group-card .material-symbols-outlined {
  font-weight: 200;
  font-size: 24px;
}
.group-card .g-sub-heading {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: 0.75px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
}
.group-card .group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group-card .g-t-txt {
  color: #2D68AC;
  font-family: "Alice", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.group-card .g-c-date {
  color: #807971;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 5px;
  display: block;
}
.group-card .g-description {
  color: #807971;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
  letter-spacing: 0.75px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 8px;
}
.group-card .g-description.r-desc {
  padding-top: 10px;
}
.group-card .meeting-link {
  padding-top: 16px;
}
.group-card .meeting-link .m-l-title {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.group-card .meeting-link .link-flex-add {
  padding-top: 5px;
}
@media screen and (max-width: 576px) {
  .group-card .meeting-link .link-flex-add {
    align-items: flex-start;
  }
}
.group-card .meeting-link .link-blue {
  color: #2D68AC;
  font-weight: 300;
}
.group-card .meeting-link .m-l-txt {
  background: unset;
  padding: unset;
  color: #2D68AC;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: unset;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .group-card .meeting-link .m-l-txt {
    display: block;
  }
}
.group-card .g-l-students {
  padding-top: 16px;
}
.group-card .g-l-students .group-student-flex {
  display: flex;
  align-items: center;
}
.group-card .g-l-students .group-students-profile {
  width: 35px;
  height: 35px;
  margin-left: -7px;
}
.group-card .g-l-students .group-students-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.group-card .g-l-students .student-list {
  color: #807971;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.group-card .g-c-footer {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E8E5E1;
}
@media screen and (max-width: 576px) {
  .group-card .g-c-footer {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.group-card .light-f-txt {
  color: #807971;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.group-card.layout-2-col {
  width: calc(50% - 8px);
  height: max-content;
}
@media screen and (max-width: 767px) {
  .group-card.layout-2-col {
    width: 100%;
  }
}
.group-card.detail-g-c .g-t-txt {
  font-size: 28px;
}
.group-card.detail-g-c .g-description {
  padding-top: 15px;
  color: #404040;
}
.group-card.detail-g-c .divider {
  margin: 20px 0;
}
.group-card.detail-g-c .meeting-link {
  padding-top: unset;
}
.group-card.detail-g-c .link-flex-add {
  margin-top: 5px;
  border-radius: 100px;
  background: rgba(102, 145, 194, 0.2117647059);
  width: max-content;
  padding: 3px 10px;
}
@media screen and (max-width: 640px) {
  .group-card.detail-g-c .link-flex-add {
    width: auto;
  }
  .group-card.detail-g-c .link-flex-add .m-l-txt {
    display: block;
  }
}
.group-card .create-update-main {
  padding-top: 16px;
}
.group-card .full-width-btn .btn.btn-primary {
  width: 100%;
  border-radius: 0 0 8px 8px;
  font-family: "DM Sans", sans-serif;
}
.group-card .full-width-btn .btn.btn-primary .material-symbols-rounded {
  font-weight: 200;
}
.group-card .full-width-btn .btn.btn-primary.denied-btn {
  background: #D8D2CB;
  color: #404040;
  pointer-events: none;
  border: 1px solid transparent;
  height: 42px;
}

.unjoin-grp .material-symbols-rounded {
  font-size: 22px;
  font-weight: 200;
}

.multi-select-control {
  border-radius: 5px;
  border: 1px solid #D0CBC6;
  width: 100%;
  display: flex;
  padding: 0 9px;
  height: 33px;
  min-width: 180px;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.multi-select-label-input {
  padding-right: 30px;
}

.multi-select-control .multi-select-triggericon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 12px;
  height: 12px;
}

.multi-select-control .multi-select-clearicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 15px;
  height: 15px;
  background: #BBB4AD;
  color: #fff;
  border-radius: 100px;
  padding: 3px;
  cursor: pointer;
}

.multi-select-dropdown {
  border-radius: 8px;
  border: 1px solid var(--Border-c-border-primary, #E8E5E1);
  background: var(--Background-c-white, #FFF);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
}

.multi-select-list-wrapper {
  max-height: 285px;
  overflow: auto;
  padding: 10px;
  border-top: 1px solid #E8E5E1;
}

.p-multiselect-filter.p-inputtext {
  border-radius: 5px;
  border: 1px solid var(--Border-c-border-table, #D0CBC6);
  background: rgba(255, 255, 255, 0);
  padding: 5px 10px;
}

.p-multiselect-filter.p-inputtext:focus {
  box-shadow: unset;
}

.multi-select-header {
  padding: 10px;
  display: flex;
  gap: 5px;
  position: relative;
}

.multi-select-whole-clear svg {
  right: 10px;
}

.multi-select-clear-btn {
  border: unset;
  background: #BBB4AD;
  padding: unset;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.multi-select-clear-btn svg {
  width: 9px;
  height: 9px;
  color: #fff;
}

.multi-select-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.multi-select-li-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.multi-select-li-item .p-icon {
  display: none;
}

.multi-select-header-checkbox {
  position: relative;
  top: 6px;
}

.multi-select-header-checkbox svg {
  display: none;
}

.multi-select-li-item input,
.multi-select-header-checkbox input {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #aaa;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  position: relative;
}

.multi-select-li-item input .checkbox-label {
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.multi-select-li-item input:checked,
.multi-select-header-checkbox input:checked {
  background-color: #2D68AC;
  border-color: #2D68AC;
}

.multi-select-li-item input:checked::after,
.multi-select-header-checkbox input:checked::after {
  content: "✔";
  font-size: 10px;
  color: white;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 0.5px);
  transform: translate(-50%, -50%);
}

.noresult-msg {
  color: #9E978F;
  text-align: center;
}

.login-page {
  width: 100vw;
  height: 100vh;
  display: flex;
}
.login-page > * {
  width: 50%;
  overflow: auto;
}
.login-page .l-p-left {
  background: url(../img/Login-bg-image.png) no-repeat center;
  background-size: cover;
}
.login-page .l-p-right {
  background: url(../img/login-flower-pattern.svg) no-repeat center bottom;
  padding: 150px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
.login-page .l-p-right .l-p-r-logo-bg-pattern {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.login-page .l-p-right .l-p-r-logo {
  height: 128px;
  width: auto;
}

.f-c-h-user-type-dropdown {
  position: relative;
}
.f-c-h-user-type-dropdown:hover .dropdown-group {
  display: flex;
}

/***** XXX-Large devices (larger desktops, 1499px and up) *****/
/***** XX-Large devices (larger desktops, 1399px and down) *****/
@media (max-width: 1399px) {
  .login-page .l-p-right {
    padding: 60px 30px !important;
  }
}
/***** X-Large devices (large desktops, 1199px and down) *****/
@media (max-width: 1199px) {
  .login-page .l-p-right .l-p-r-logo {
    height: 100px;
  }
}
/***** Large devices (desktops, 991px and down) *****/
@media (max-width: 991px) {
  .login-page .l-p-right .l-p-r-logo {
    height: 90px;
  }
}
/***** Medium devices (tablets, 767px and down) *****/
@media (max-width: 767px) {
  .login-page {
    flex-direction: column;
  }
  .login-page > * {
    width: 50%;
    overflow: unset;
  }
  .login-page .l-p-left {
    display: none;
  }
  .login-page .l-p-right {
    width: 100%;
    gap: 30px;
    justify-content: center;
    height: 100%;
  }
  .login-page .l-p-right .l-p-r-logo {
    height: 80px;
  }
}
/***** Between tablets and phone  (below tablets, 640px and down) *****/
@media (max-width: 640px) {
  .login-page .l-p-right {
    gap: 20px;
    padding: 30px 30px;
  }
  .login-page .l-p-right .l-p-r-logo {
    height: 70px;
  }
}
/***** Small devices (landscape phones, 575px and down) *****/
@media (max-width: 575px) {
  .login-page .l-p-right {
    background-size: 80%;
  }
}
.list-grid-comp {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.list-grid-comp .l-g-c-head {
  display: flex;
  justify-content: space-between;
}
.list-grid-comp .l-g-c-head .l-g-c-h-title {
  color: #2D68AC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.list-grid-comp .l-g-c-head .l-g-c-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.list-grid-comp .l-g-c-head .l-g-c-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.list-grid-comp .l-g-c-head .l-g-c-right .search-comp {
  min-width: 330px;
}
.list-grid-comp .l-g-c-body {
  height: 100%;
}
.list-grid-comp .l-g-c-body .chart-card-block {
  max-height: calc(100vh - 165px);
  overflow: auto;
  padding-right: 3px;
  padding-left: 3px;
}
.list-grid-comp .l-g-c-body .table-responsive {
  overflow: scroll;
  padding: 0;
  height: calc(100vh - 180px);
}
.list-grid-comp .l-g-c-body .table-responsive table {
  width: 100%;
}
.list-grid-comp .l-g-c-body .table-responsive table thead {
  background: #E8E4E0;
}
.list-grid-comp .l-g-c-body .table-responsive table td,
.list-grid-comp .l-g-c-body .table-responsive table th {
  padding: 8px 15px;
  text-align: left;
  border: 1px solid #D0CBC6;
  white-space: nowrap;
}
.list-grid-comp .l-g-c-body .table-responsive table th {
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.75px;
}
.list-grid-comp .l-g-c-body .table-responsive table td {
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.list-grid-comp .l-g-c-body .table-responsive table tr.active td {
  border: 1px solid #D0CBC6;
  background: #FBF6D2;
}
.list-grid-comp .l-g-c-body .table-responsive table tr:not(.active):hover td {
  background: #f0f0f0;
  cursor: pointer;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #FFF;
  /* Light/Elevation/Depth1 */
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  flex-shrink: 0;
  width: calc(25% - 12px);
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-image-block {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-image-block img {
  height: 100%;
  width: auto;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-details {
  padding: 15px;
  border-bottom: 1px Solid #E8E5E1;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-details .badge {
  font-size: 14px;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-details .t-g-v-i-name-id {
  margin-bottom: 10px;
  color: #2D68AC;
  font-family: "Alice", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: -0.18px;
  display: flex;
  align-items: center;
  gap: 5px 10px;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-details .t-g-v-i-name-id span {
  color: #2A9D99;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-reach {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-reach .icon-text {
  display: flex;
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  gap: 5px;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-reach .icon-text .email-text {
  overflow-wrap: break-word;
  display: inline-block;
  width: calc(100% - 20px);
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item .t-g-v-i-reach .icon-text .material-symbols-rounded {
  color: #807971;
  font-size: 19px;
  font-weight: 300;
}
.list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item.active {
  border: 1px solid #E7DC8C;
  background: linear-gradient(180deg, #FBF6D2 0%, #FFF 66.4%);
}
.list-grid-comp.report-filter-grid-comp .l-g-c-body .table-responsive {
  height: calc(100vh - 290px);
}

/***** XX-Large devices (larger desktops, 1399px and down) *****/
@media (max-width: 1399px) {
  .list-grid-comp .l-g-c-head .l-g-c-right .search-comp {
    min-width: 200px;
  }
  .list-grid-comp .l-g-c-head .l-g-c-right .search-comp input {
    padding: 8px 5px 9px 35px;
  }
  .list-grid-comp .l-g-c-head .l-g-c-right .search-comp .material-symbols-rounded {
    left: 10px;
  }
  .list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item {
    width: calc(33.3% - 11px);
  }
  .chart-card-block .c-c-b-item .c-c-b-i-left {
    margin-right: 20px;
  }
}
/***** X-Large devices (large desktops, 1199px and down) *****/
@media (max-width: 1199px) {
  .chart-card-block {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    flex-shrink: 0;
    padding-bottom: 20px;
  }
  .chart-card-block .c-c-b-item {
    border-radius: 8px;
    border: 1px solid var(--Border-c-border-primary, #E8E5E1);
    background: var(--Background-c-white, #FFF);
    /* Light/Elevation/Depth1 */
    box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
    width: 100%;
    padding: 20px 20px;
    display: flex;
  }
  .chart-card-block .c-c-b-item .c-c-b-i-left {
    border-right: 1px solid #D0CBC6;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(50% - 15px);
    flex-shrink: 0;
    margin-right: 30px;
  }
  .chart-card-block .c-c-b-item .c-c-b-i-left .c-c-b-i-l-title {
    color: var(--Blue-c-primary, #2D68AC);
    font-family: Alice;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 26.4px */
    letter-spacing: -0.22px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .chart-card-block .c-c-b-item .c-c-b-i-left .c-c-b-i-l-contact-detail {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px 30px;
    flex-wrap: wrap;
  }
  .chart-card-block .c-c-b-item .c-c-b-i-left .c-c-b-i-l-contact-detail .c-c-b-i-l-c-d-item {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    width: 100%;
  }
  .chart-card-block .c-c-b-item .c-c-b-i-left .c-c-b-i-l-contact-detail .c-c-b-i-l-c-d-item > span {
    width: calc(100% - 50px);
    word-wrap: break-word;
  }
}
@media (max-width: 991px) {
  .list-grid-comp .l-g-c-body .table-responsive {
    height: calc(100vh - 245px);
  }
  .list-grid-comp .l-g-c-body .chart-card-block {
    height: calc(100vh - 202px);
  }
}
/***** Medium devices (tablets, 767px and down) *****/
@media (max-width: 767px) {
  .chart-card-block .c-c-b-item {
    flex-direction: column;
  }
  .chart-card-block .c-c-b-item .c-c-b-i-left {
    width: 100%;
    border-right: unset;
    padding-right: 0px;
    padding-bottom: 15px;
    margin-right: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #D0CBC6;
    min-width: 100%;
  }
  .list-grid-comp .l-g-c-head {
    flex-direction: column;
    gap: 10px;
  }
  .list-grid-comp .l-g-c-head .l-g-c-left,
  .list-grid-comp .l-g-c-head .l-g-c-right {
    width: 100%;
    justify-content: space-between;
    gap: 5px;
  }
  .list-grid-comp .l-g-c-body .chart-card-block {
    height: calc(100vh - 260px);
  }
  .list-grid-comp .l-g-c-body .table-responsive {
    height: calc(100vh - 285px);
  }
  .list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item {
    width: calc(50% - 10px);
  }
}
/***** Between tablets and phone  (below tablets, 640px and down) *****/
/***** Small devices (landscape phones, 575px and down) *****/
@media (max-width: 575px) {
  .list-grid-comp .l-g-c-head .l-g-c-right .search-comp {
    min-width: 210px;
  }
  .list-grid-comp .l-g-c-body .table-responsive .table-grid-view-block .t-g-v-item {
    width: 100%;
  }
}
.announce-details .card-list-item {
  max-height: calc(100vh - 130px);
  overflow: auto;
}
.announce-details .card-list-item .c-l-i-b-flex .c-l-i-b-title {
  font-size: 30px;
}
.announce-details .card-list-item .c-l-i-b-flex .c-l-i-b-img {
  width: 275px;
  height: 206px;
}

.comment-main {
  justify-content: space-between;
}
.comment-main .comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 17px 15px 17px;
  border-bottom: 1px solid #E8E5E1;
  background: #fff;
}
.comment-main .comment-header .c-h-txt {
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.comment-main .comment-header .c-h-title {
  font-family: "Alice", serif;
  color: #2D68AC;
  font-size: 22px;
  letter-spacing: -0.2px;
}
.comment-main .comment-header .c-h-count {
  color: #404040;
  font-size: 18px;
  letter-spacing: 0.75px;
}
.comment-main .comment-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  height: 100%;
}
.comment-main .comment-content .c-c-list {
  display: flex;
  gap: 10px;
}
.comment-main .comment-content .c-c-list .c-c-l-profile {
  width: 28px;
  height: 28px;
  min-width: 28px;
}
.comment-main .comment-content .c-c-list .c-c-l-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.comment-main .comment-content .c-c-list .c-c-l-wrapper {
  width: 100%;
}
.comment-main .comment-content .c-c-list .c-c-l-box {
  padding: 8px 16px 10px 16px;
  background-color: #EFEDEA;
  border-radius: 5px;
  width: 100%;
}
.comment-main .comment-content .c-c-list .c-c-l-box .c-c-l-b-profile-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-main .comment-content .c-c-list .c-c-l-box .c-c-l-b-profile-main .c-c-l-b-p-m-txt {
  color: #2D68AC;
  font-family: Alice;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
.comment-main .comment-content .c-c-list .c-c-l-box .c-c-l-b-profile-main .btn {
  display: unset;
  width: unset;
  background: unset;
  padding: unset;
}
.comment-main .comment-content .c-c-list .c-c-l-box .c-c-l-b-profile-main span.material-symbols-rounded {
  color: #726A62;
}
.comment-main .comment-content .c-c-list .c-c-l-box .c-c-l-b-comment-txt {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.7px;
  margin-top: 3px;
}
.comment-main .comment-content .c-c-list .c-c-l-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.comment-main .comment-content .c-c-list .c-c-l-type span {
  color: #807971;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 16.8px */
  letter-spacing: 0.6px;
}
.comment-main .comment-content .c-c-list .c-c-l-type span:not(.c-c-l-t-txt) {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
.comment-main .comment-content .c-c-list-you .c-c-l-u {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment-main .comment-content .c-c-list-you .c-c-l-u .btn {
  color: #2D68AC;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 16.8px */
  letter-spacing: 0.6px;
  display: unset;
  width: unset;
  background: unset;
  padding: unset;
}
.comment-main .comment-footer {
  padding: 10px 16px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E8E5E1;
}
.comment-main .comment-footer .c-f-icon-input {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.comment-main .comment-footer .c-f-icon-input .input-plain {
  width: 100%;
  padding-right: 10px;
}
.comment-main .comment-footer .c-f-icon-input span {
  font-weight: 300;
  font-size: 24px;
  color: #726A62;
}
.comment-main .comment-footer .send-btn {
  width: 35px;
  height: 35px;
  background-color: #2D68AC;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
}
.comment-main .comment-footer .send-btn .material-symbols-rounded {
  position: relative;
  left: 2px;
}

.comment-btn-main {
  display: none;
}

.announce-preview .btn.btn-sm {
  padding: 4px 12px 5px 7px;
}
.announce-preview .p-m-t-right {
  flex-wrap: wrap;
  justify-content: center;
}

.announce-form-title {
  color: #404040;
  font-family: Alice;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
  letter-spacing: -0.19px;
}
.announce-form-title:not(::placeholder) {
  color: #BBB4AD;
}

.set-expiry-pad-top {
  padding-top: 43px;
}
.set-expiry-pad-top select.inputs-control::placeholder {
  color: #BBB4AD;
  font-family: Alice;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
  letter-spacing: -0.19px;
}

.announce-form-main .divider {
  margin: unset;
}

@media (max-width: 991px) {
  .announce-details .card-list-item {
    max-height: calc(100vh - 130px);
  }
}
@media (max-width: 640px) {
  .p-c-preview-wrap .p-c-preview.announce-details .p-c-p-body {
    padding: unset;
  }
  .p-c-preview-wrap .p-c-preview.announce-details .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block.comment-main {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100vh - 200px);
    border-radius: 8px;
  }
  .p-c-preview-wrap .p-c-preview.announce-details .p-c-p-body.p-c-p-b-details-block-active .btn.c-b-m-btn.open-modal-content {
    display: flex;
  }
  .p-c-preview-wrap .p-c-preview.announce-details .p-c-p-body:not(.p-c-p-b-details-block-active) .btn.c-b-m-btn.close-modal-content {
    display: flex;
  }
  .p-c-preview-wrap .p-c-preview.announce-details .comment-btn-main {
    display: block;
  }
  .p-c-preview-wrap .p-c-preview.announce-details .comment-btn-main .c-b-m-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    align-items: center;
    width: max-content !important;
    margin: auto;
    gap: 5px;
    background-color: #2D68AC;
    color: #fff;
    padding: 8px 18px;
    border-radius: 100px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
  }
  .p-c-preview-wrap .p-c-preview.announce-details .comment-btn-main .c-b-m-btn .material-symbols-rounded {
    font-weight: 300;
  }
  .p-c-preview-wrap .p-c-preview.announce-details .comment-btn-main .btn.c-b-m-btn {
    display: none;
  }
  .announce-details .p-c-p-b-details-block-active::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .announce-details .card-list-item {
    background: unset;
    box-shadow: unset;
    border: unset;
    max-height: calc(100vh - 140px);
  }
  .announce-details .card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-title {
    font-size: 22px;
  }
  .announce-details .card-list-item .c-l-i-body .c-l-i-b-flex .c-l-i-b-img {
    width: 100%;
    height: 235px;
  }
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .c-a-p-header-card {
  width: 100%;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .c-a-p-header-card.search-lib-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .c-a-p-header-card.search-lib-header .s-l-h-title {
  color: #2D68AC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .c-a-p-header-card.search-lib-header .search-comp {
  min-width: 265px;
}
@media screen and (max-width: 640px) {
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .c-a-p-header-card.search-lib-header {
    flex-direction: column;
    gap: 10px;
  }
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .t-g-d-b-i-header {
  padding-top: 5px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body {
  flex-direction: column;
  height: calc(100vh - 85px);
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .list-grid-comp {
  width: 100%;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .list-grid-comp .l-g-c-body .chart-card-block {
  max-height: calc(100vh - 205px);
  padding-bottom: 5px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .c-a-p-wrap-flex {
  display: flex;
  width: 100%;
  gap: 16px;
  height: calc(100vh - 205px);
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body:not(.p-c-p-b-details-block-active) .table-comp {
  width: 100%;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body:not(.p-c-p-b-details-block-active) .c-a-p-header-card {
  padding-bottom: 16px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body.p-c-p-b-details-block-active .table-comp {
  width: calc(100vw - 966px);
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .side-months-list {
  width: 200px;
  min-width: 200px;
  padding: 0 12px 12px 12px;
  overflow-y: auto;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .side-months-list .side-card-title-padding {
  margin: 16px 0px;
  display: block;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .side-months-list .select-box-list {
  min-width: 100%;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .side-months-list .s-m-l-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .side-months-list .s-m-l-flex .btn.btn-outlined.btn-primary {
  height: 33px;
  font-family: "DM Sans", sans-serif;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .side-months-list .s-m-l-flex .btn.btn-outlined.btn-primary .material-symbols-rounded {
  font-weight: 300;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.assignment-add-card {
  width: 100%;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
  cursor: auto;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.assignment-add-card .d-c-l-i-txt {
  font-size: 18px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.assignment-add-card .btn.btn-outlined.btn-primary {
  padding: 5px 12px;
  font-size: 18px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.assignment-add-card .a-a-c-button-flex {
  display: flex;
  gap: 10px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.assignment-add-card .a-a-c-button-flex .btn,
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.assignment-add-card .a-a-c-button-flex .btn.btn-outlined.btn-primary {
  height: max-content;
  width: max-content;
  padding: 6px 12px;
  height: 31px;
  font-size: 16px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.assignment-add-card .a-a-c-button-flex.lib-filter .material-symbols-rounded {
  font-weight: 200;
  font-size: 23px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.assignment-add-card .a-a-c-button-flex.lib-filter .btn {
  font-size: 15px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.card-body-list {
  display: flex;
  gap: 10px;
  padding: 15px 18px;
  width: 100%;
  user-select: none;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.card-body-list .c-b-l-txt {
  color: #2D68AC;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.card-body-list .grey-icon {
  font-size: 20px;
  min-width: 20px;
  text-align: center;
  position: relative;
  top: 1px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.card-body-list .grey-icon:not(.material-symbols-rounded) {
  font-size: 16px;
  position: relative;
  top: 3px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .drag-card-list-item.card-body-list.active {
  border: 1px solid #D0CBC6;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .flex-column-gap.assignment-grid-block {
  gap: 15px;
  padding: 15px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .flex-column-gap.assignment-grid-block .drag-card-list-item.assignment-add-card {
  padding: unset;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .flex-column-gap.assignment-grid-block .drag-card-list-item.assignment-add-card .back-action .material-symbols-rounded {
  display: none;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .flex-column-gap.assignment-grid-block textarea.inputs-control {
  min-height: 50px;
  font-size: 20px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .flex-column-gap.assignment-grid-block.assignment-filled {
  gap: unset;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .flex-column-gap.assignment-grid-block.assignment-filled .drag-card-list-item.assignment-add-card {
  margin-bottom: 23px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .flex-column-gap.assignment-grid-block.assignment-filled .divider {
  margin: 15px 0;
  background: #E8E5E1;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .topics-list-main .card-shadow {
  border-radius: 8px;
  border: 1px solid #E8E5E1 !important;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .topics-list-main .card-shadow.active {
  background: #FBF6D2;
}
.panel-comp .p-c-preview-wrap .p-c-preview.sangha-preview .p-c-p-body {
  overflow: hidden;
}
.panel-comp .p-c-preview-wrap .p-c-preview.sangha-preview .p-c-p-body .group-list-main {
  height: calc(100% - 50px) !important;
  padding: 3px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.student-assign-preview .p-c-p-body .c-a-p-wrap-flex {
  height: calc(100vh - 130px);
}
.panel-comp .p-c-preview-wrap .p-c-preview.student-assign-preview .p-c-p-body .list-grid-comp .l-g-c-body .chart-card-block {
  padding-top: 3px;
  max-height: calc(100vh - 130px);
}
.panel-comp .p-c-preview-wrap .p-c-preview.lib-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
  background: #fff;
}
.panel-comp .p-c-preview-wrap .p-c-preview.group-detail .p-c-p-body {
  flex-direction: row;
}

.a-g-b-content {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.a-g-b-content .a-g-b-label {
  color: #2D68AC;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
.a-g-b-content .a-g-b-description {
  color: #404040;
  font-family: Alice;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.a-g-b-content .a-g-b-editor-content {
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 200%; /* 28px */
  letter-spacing: 0.42px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.a-g-b-content .a-g-b-editor-content .a-g-b-e-c-title {
  font-weight: 600;
}
.a-g-b-content .a-g-b-editor-content .a-g-b-e-c-description {
  font-weight: 400;
  line-height: 140%;
}
.a-g-b-content.font-dm-sans .a-g-b-description {
  font-family: "DM Sans", sans-serif;
}

.submit-card {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
}
.submit-card .s-c-txt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
  letter-spacing: 0.42px;
}
.submit-card .s-c-icon {
  font-weight: 300;
  font-size: 21px;
  border-radius: 23px;
  background: #2D68AC;
  color: #fff;
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-card .btn {
  min-width: 56px;
  padding: 6px 0;
}
.submit-card.completed-bg .s-c-icon {
  background-color: #807971;
}
.submit-card.completed-bg .btn.btn-outlined.btn-primary {
  border-color: #807971;
  color: #807971;
}
.submit-card.notes-card .s-c-icon {
  align-self: flex-start;
}
.submit-card.notes-card .s-c-txt {
  display: block;
}

.feedback-sticky-bar {
  background-color: #2D68AC;
  color: #fff;
  padding: 10px 20px;
}
.feedback-sticky-bar .f-s-b-flex {
  display: flex;
  gap: 5px;
  align-items: center;
}
.feedback-sticky-bar .f-s-b-flex span {
  font-weight: 400;
}
.feedback-sticky-bar .f-s-b-flex .material-symbols-rounded {
  font-weight: 200;
}
.feedback-sticky-bar .f-s-b-dropdown-main .select-box {
  color: #2D68AC;
  min-width: 110px;
  padding: 6px 8px;
}
.feedback-sticky-bar.files-width .f-s-b-dropdown-main .select-box {
  min-width: 95px;
}
.feedback-sticky-bar .f-s-b-d-m-list-main {
  bottom: 100%;
  position: absolute;
  width: 100%;
  padding-bottom: 16px;
}
.feedback-sticky-bar .select-box-list {
  position: unset;
  padding: 4px 8px;
  background-color: #2D68AC;
  border: 1px solid #2D68AC;
  min-width: unset;
}
.feedback-sticky-bar .select-box-list .s-b-l-item {
  border: unset;
  background: unset;
  padding: unset;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
.feedback-sticky-bar .select-box-list .s-b-l-item:last-child {
  margin-bottom: unset;
}
.feedback-sticky-bar .select-box-list .s-b-l-item:last-child::after {
  display: none;
}
.feedback-sticky-bar .select-box-list .s-b-l-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.1;
  bottom: -5px;
}
.feedback-sticky-bar .select-box-list .s-b-l-item .material-symbols-rounded {
  font-weight: 200;
  font-size: 22px;
}
.feedback-sticky-bar.two-btns-main {
  background: unset;
  padding: unset;
}
.feedback-sticky-bar.two-btns-main .btn-f-s-b {
  padding: 10px 5px;
  width: 100%;
}
.feedback-sticky-bar.two-btns-main .btn-f-s-b span {
  font-weight: 400;
}
.feedback-sticky-bar.two-btns-main .flex-between {
  justify-content: space-between;
}
.feedback-sticky-bar.two-btns-main .btn-f-s-b-primary {
  background-color: #2D68AC;
}
.feedback-sticky-bar.two-btns-main .btn-f-s-b-primary-dark {
  background-color: #215898;
}
.feedback-sticky-bar.two-btns-main span.btn-f-s-b-icon {
  font-weight: 300;
}
.feedback-sticky-bar.export-white-dropdown {
  background: unset;
  padding: unset;
}
.feedback-sticky-bar.export-white-dropdown .custom-select {
  z-index: 2;
}
.feedback-sticky-bar.export-white-dropdown .custom-select .select-box {
  display: flex;
  align-items: center;
  background: #2D68AC;
  border-color: #2D68AC;
  gap: 5px;
  padding: 3.5px 6px 3.5px 8px;
}
.feedback-sticky-bar.export-white-dropdown .custom-select .select-box .material-symbols-rounded {
  font-weight: 200;
  position: unset;
  transform: unset;
}
.feedback-sticky-bar.export-white-dropdown .custom-select .select-box span {
  color: #fff;
}
.feedback-sticky-bar.export-white-dropdown .custom-select .select-box .pos-static-icon {
  font-size: 22px;
}
.feedback-sticky-bar.export-white-dropdown .f-s-b-d-m-list-main {
  bottom: unset;
  padding-bottom: unset;
  padding-top: 5px;
}
.feedback-sticky-bar.export-white-dropdown .f-s-b-d-m-list-main .select-box-list {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  padding: 12px;
}
.feedback-sticky-bar.export-white-dropdown .f-s-b-d-m-list-main .select-box-list .s-b-l-item .material-symbols-rounded {
  color: #726A62;
  font-weight: 300;
}
.feedback-sticky-bar.export-white-dropdown .f-s-b-d-m-list-main .select-box-list .s-b-l-item span {
  color: #2D2D2D;
}

.mentor-info-main .mentor-info-box {
  border-radius: 5px;
  border: 1px solid #D0CBC6;
  background: #F7F6F5;
  padding: 20px 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.mentor-info-main .mentor-info-box .m-i-b-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.mentor-info-main .mentor-info-box .m-i-b-title.grey-txt {
  color: #9E978F;
}
.mentor-info-main .mentor-info-box .m-i-b-title.tym-txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.mentor-info-main .mentor-info-box.play-state-box img {
  padding: 0 10px;
}
.mentor-info-main .mentor-info-box.attach-feed-box img {
  padding-bottom: 10px;
  width: 80px;
}
.mentor-info-main .mentor-info-box.attach-feed-box .m-i-b-title {
  font-size: 16px;
}
.mentor-info-main .mentor-info-box.attach-feed-box .grey-txt {
  font-size: 14px;
  letter-spacing: 0.6px;
}
.mentor-info-main .mentor-info-box.min-h-box {
  min-height: 400px;
}
.mentor-info-main .mentor-info-box.flex-between {
  justify-content: space-between;
}
.mentor-info-main .mentor-info-box.flex-between .grey-txt {
  padding-top: 5px;
}
.mentor-info-main .mentor-info-box .label-main {
  gap: unset;
}
.mentor-info-main .mentor-info-box .label-main input {
  visibility: hidden;
  width: 0;
}
.mentor-info-main .play-pause-abs .round-btn {
  width: 76px;
  height: 76px;
  min-width: 76px;
}
.mentor-info-main .play-pause-abs .round-btn span {
  font-size: 60px;
}
.mentor-info-main .round-btn {
  padding: unset;
  background: unset;
  width: max-content;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  font-weight: 300;
  font-size: 25px;
}
.mentor-info-main .round-btn span {
  font-weight: 300;
}
.mentor-info-main .round-primary {
  background-color: #2D68AC;
}
.mentor-info-main .round-danger {
  background-color: #EA4E43;
}
.mentor-info-main .feed-list-main .submit-card .btn.round-btn {
  width: 31px;
  height: 31px;
  min-width: 31px;
}
.mentor-info-main .feed-list-main .submit-card .btn.round-btn span {
  font-size: 21px;
}
.mentor-info-main .feed-list-main:has(.submit-card) {
  padding-bottom: 54px;
}
.mentor-info-main.record-lg-main {
  padding: 50px 0;
}
.mentor-info-main.record-lg-main .mentor-info-box {
  border: unset;
  background: unset;
  padding: unset;
}
.mentor-info-main.record-lg-main .mentor-info-box img {
  width: calc(100% - 200px);
}

.pdf-view-box {
  max-width: 650px;
  width: 100%;
  padding: 25px;
  margin: auto;
}
.pdf-view-box .divider {
  background-color: #E8E5E1 !important;
  margin: 15px 0;
}
.pdf-view-box .a-g-b-content .a-g-b-editor-content {
  gap: 12px;
}
.pdf-view-box .a-g-b-content .a-g-b-editor-content .a-g-b-e-c-description {
  line-height: 200%;
}

.course-video-player-main {
  aspect-ratio: 16/9;
  height: auto;
  position: relative;
}
.course-video-player-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 8px 8px;
}
.course-video-player-main .play-pause-abs {
  position: absolute;
  top: 48.5%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-video-player-main .play-pause-abs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: -1;
}

.btn-f-s-b {
  padding: unset;
  background: unset;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
}

.m-w-container.profile-expand-container .m-w-c-body {
  padding: 20px;
}
.m-w-container.profile-expand-container .flex-column-gap {
  flex-direction: row;
}
.m-w-container.profile-expand-container .t-g-d-b-i-header .divider {
  margin: unset;
  background-color: #E8E5E1;
}
.m-w-container.profile-expand-container .t-g-d-b-item {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  height: max-content;
}
.m-w-container.profile-expand-container .wrapper-padding {
  padding: 24px;
}
.m-w-container.profile-expand-container .wrapper-padding .t-g-d-b-image-block {
  margin-bottom: 15px;
}
.m-w-container.profile-expand-container .wrapper-padding.flex-chart {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m-w-container.profile-expand-container .pdf-view-box {
  max-width: 100%;
  width: 100%;
}
.m-w-container.profile-expand-container .expand-right-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.m-w-container.profile-expand-container .expand-right-content .p-m-t-middle {
  padding: 5px 24px 0 24px;
  gap: 20px;
  border-bottom: 1px solid #E8E5E1;
}
.m-w-container.profile-expand-container .expand-right-content .p-m-t-middle .t-g-item {
  padding: unset;
}
.m-w-container.profile-expand-container .feedback-sticky-bar {
  display: flex;
  justify-content: space-between;
}
.m-w-container.profile-expand-container .modal-height-scroll-left {
  max-height: calc(100vh - 250px);
  overflow: auto;
  max-width: 300px;
  width: 100%;
}
.m-w-container.profile-expand-container .modal-height-scroll-right {
  max-height: calc(100vh - 350px);
  overflow: auto;
}
.m-w-container.profile-expand-container.double-modal-container .m-w-c-body {
  padding: unset;
}
.m-w-container.profile-expand-container.double-modal-container .m-w-c-body .t-g-d-b-item {
  box-shadow: unset;
  border: unset;
}
.m-w-container.profile-expand-container.gap-border {
  overflow: hidden;
}
.m-w-container.profile-expand-container.gap-border .m-w-c-body {
  padding: unset;
}
.m-w-container.profile-expand-container.gap-border .m-w-c-body .t-g-d-b-item {
  box-shadow: unset;
  border-radius: unset;
}

.d-m-c-padding {
  padding: 25px;
}

.placeholder-home-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  justify-content: center;
}
.placeholder-home-main.gap-20px {
  gap: 20px;
}
.placeholder-home-main .placeholder-btns {
  padding-top: 14px;
  justify-content: center;
}
.placeholder-home-main .placeholder-btns .btn {
  padding: 4px 12px 4px 8px;
  justify-content: flex-start;
  width: max-content;
}
.placeholder-home-main .placeholder-btns .btn .material-symbols-rounded {
  font-weight: 300;
  font-size: 21px;
}
@media screen and (max-width: 640px) {
  .placeholder-home-main.placeholder-topics {
    height: calc(100vh - 450px);
  }
}

.home-placeholder-img {
  width: 200px;
  height: 220px;
  margin: 0 auto;
}
.home-placeholder-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-placeholder-img.no-files-img {
  width: 200px;
  height: 160px;
}
.home-placeholder-img.no-topics-img {
  width: 160px;
  height: 160px;
}

.home-placeholder-txt {
  color: #2D68AC;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}

.subms-feed-box .wrapper-padding {
  padding-top: 17px !important;
}

.mentor-feedback-box {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.mentor-feedback-box .placeholder-home-main {
  padding-top: 20px;
}

/***** XX-Large devices (larger desktops, 1399px and down) *****/
@media (max-width: 1399px) {
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body.p-c-p-b-details-block-active .table-comp {
    width: calc(100vw - 856px);
  }
}
/***** X-Large devices (large desktops, 1199px and down) *****/
@media (max-width: 1199px) {
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body:not(.p-c-p-b-details-block-active) {
    height: calc(100vh - 130px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body:not(.p-c-p-b-details-block-active) .table-comp {
    width: calc(100% - 216px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body.p-c-p-b-details-block-active {
    height: calc(100% - 60px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
    height: calc(100vh - 90px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .flex-column-gap.assignment-grid-block .drag-card-list-item.assignment-add-card .back-action .material-symbols-rounded {
    display: block;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.lib-preview .p-c-p-body:not(.p-c-p-b-details-block-active) {
    height: calc(100vh - 90px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.books-preview .p-c-p-body.p-c-p-b-details-block-active {
    height: calc(100vh - 0px);
  }
}
/***** Large devices (desktops, 991px and down) *****/
@media (max-width: 991px) {
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body.p-c-p-b-details-block-active {
    overflow: hidden;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
    height: calc(100vh - 120px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .list-grid-comp .l-g-c-body .chart-card-block {
    max-height: unset;
    height: unset;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.student-assign-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
    height: 100%;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-preview .list-grid-comp {
    height: auto;
  }
}
/***** Medium devices (tablets, 767px and down) *****/
@media (max-width: 767px) {
  .m-w-container.profile-expand-container .m-w-c-body {
    padding: 10px;
  }
  .m-w-container.profile-expand-container .wrapper-padding {
    padding: 15px;
  }
  .m-w-container.profile-expand-container .flex-column-gap {
    flex-direction: column;
  }
  .m-w-container.profile-expand-container .modal-height-scroll-left {
    max-width: 100%;
    width: 100%;
  }
  .m-w-container.profile-expand-container .modal-height-scroll-left,
  .m-w-container.profile-expand-container .modal-height-scroll-right {
    max-height: unset;
    overflow: auto;
  }
  .m-w-container.profile-expand-container .expand-right-content .p-m-t-middle {
    padding: 5px 15px 0 15px;
    width: calc(100vw - 80px);
  }
  .m-w-container.profile-expand-container .expand-right-content .p-m-t-middle.full-width {
    width: 100%;
  }
}
/***** Between tablets and phone  (below tablets, 640px and down) *****/
@media (max-width: 640px) {
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body:not(.p-c-p-b-details-block-active) {
    height: calc(100vh - 121px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body:not(.p-c-p-b-details-block-active) .table-comp {
    width: 100%;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .c-a-p-header-card .card-list-item.course-list-item .c-l-i-body {
    position: relative;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .c-a-p-header-card .card-list-item.course-list-item .c-l-i-b-flex {
    gap: 0;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .c-a-p-header-card .card-list-item.course-list-item .c-l-i-b-flex .c-l-i-b-badge-time-group {
    width: calc(100% - 65px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .c-a-p-header-card .card-list-item.course-list-item .c-l-i-b-price {
    position: absolute;
    right: 18px;
    bottom: 14px;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .c-a-p-wrap-flex {
    flex-direction: column;
    height: auto;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .c-a-p-wrap-flex .side-months-list {
    width: 100%;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .c-a-p-wrap-flex .side-months-list .s-m-l-flex {
    flex-direction: row;
    white-space: nowrap;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview .p-c-p-body .c-a-p-wrap-flex .side-months-list .s-m-l-flex .btn.btn-outlined.btn-primary {
    gap: 0;
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.student-assign-preview .p-c-p-body:not(.p-c-p-b-details-block-active) {
    height: calc(100vh - 72px);
  }
  .panel-comp .p-c-preview-wrap .p-c-preview.student-assign-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
    height: calc(100vh - 58px);
  }
  .mentor-info-main .mentor-info-box {
    padding: 20px 15px;
  }
  .mentor-info-main .mentor-info-box.play-state-box {
    flex-direction: column;
  }
  .mentor-info-main .mentor-info-box.play-state-box img {
    width: 100%;
    height: 70px;
  }
  .mentor-info-main .play-pause-abs .round-btn {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .mentor-info-main .play-pause-abs .round-btn span {
    font-size: 40px;
  }
  .mentor-info-main.record-lg-main {
    padding: 25px 0;
  }
  .attach-feed-box {
    text-align: center;
  }
  .pdf-view-box {
    padding: 15px;
  }
  .d-m-c-padding {
    padding: 20px;
  }
}
/***** Small devices (landscape phones, 575px and down) *****/
@media (max-width: 575px) {
  .feedback-sticky-bar.two-btns-main .btn-f-s-b span.btn-f-s-b-icon {
    display: none;
  }
  .feedback-sticky-bar.two-btns-main .flex-between {
    justify-content: center;
  }
  .history-main .select-padding.custom-level-select .inputs-control {
    min-width: 120px;
  }
}
.lib-feed-main {
  width: 100%;
}
.lib-feed-main .card-shadow.submit-card {
  border-radius: 8px;
  border: 1px solid #D0CBC6;
  background: #fff;
  box-shadow: unset;
}
.lib-feed-main .submit-card {
  justify-content: space-between;
}
.lib-feed-main .submit-card .s-c-txt {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .lib-feed-main .submit-card .s-c-txt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.lib-feed-main .submit-card .file-size-txt {
  color: #807971;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  white-space: nowrap;
}
.lib-feed-main .submit-card .level-title-desc {
  color: #2D68AC;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  position: relative;
  padding-left: 10px;
}
.lib-feed-main .submit-card .level-title-desc::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 1px;
  height: 80%;
  background: #E8E5E1;
}
.lib-feed-main .submit-card .submit-img-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
.lib-feed-main .submit-card .round-danger {
  width: 35px;
  height: 35px;
  min-width: 35px;
}
.lib-feed-main .submit-card .round-danger .material-symbols-rounded {
  font-size: 22px;
}
.lib-feed-main .submit-card .lib-feed-list-content {
  min-width: 120px;
}
@media screen and (max-width: 576px) {
  .lib-feed-main .submit-card {
    flex-direction: column;
  }
}
.lib-feed-main .submit-card .mb-badge-flex {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 3px;
  align-items: center;
}
.lib-feed-main .download-toggle-delete {
  display: flex;
  align-items: center;
}
.lib-feed-main .download-toggle-delete .download-main {
  border-left: 1px solid #E8E5E1;
  border-right: 1px solid #E8E5E1;
  padding: 0 15px;
  margin-right: 20px;
  height: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 576px) {
  .lib-feed-main .download-toggle-delete .download-main {
    border: unset;
    padding: unset;
  }
}
@media screen and (max-width: 576px) {
  .lib-feed-main .download-toggle-delete {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .lib-feed-main.mobile-nowrap .submit-card {
    flex-direction: row;
  }
  .lib-feed-main.mobile-nowrap .download-toggle-delete {
    width: max-content;
    justify-content: unsafe;
  }
}
.lib-feed-main.search-result-list-main {
  width: 80% !important;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .lib-feed-main.search-result-list-main {
    width: 100% !important;
    max-height: calc(100vh - 220px);
    overflow: auto;
    padding: 5px 0;
  }
}
.lib-feed-main.search-result-list-main .card-shadow {
  border-radius: 8px;
  border: 1px solid #D0CBC6;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
}
.lib-feed-main.search-result-list-main .mb-badge-flex {
  flex-wrap: nowrap;
}

.switch-label {
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #2D68AC;
  font-size: 16px;
  user-select: none;
  cursor: pointer;
}

.icon-btn {
  width: max-content;
  background: unset;
  border: unset;
  color: #726A62;
  font-size: 24px;
  font-weight: 300;
}

.search-result-clear-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.search-result-clear-btn .btn-txt {
  color: #EA4E43;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 1200px) {
  .p-c-preview-wrap .p-c-preview.lib-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block.two-col-grid {
    width: calc(60% - 100px);
  }
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview.books-preview .p-c-p-body .c-a-p-wrap-flex {
  height: 100%;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview.books-preview .p-c-p-body.p-c-p-b-details-block-active .books-card-main {
  overflow-y: auto;
  padding: 2px;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview.books-preview .p-c-p-body.p-c-p-b-details-block-active .books-card-main .books-card {
  width: 100%;
}
.panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview.books-preview .p-c-p-body.p-c-p-b-details-block-active .books-card .b-c-content-flex {
  gap: 14px;
}
@media screen and (max-width: 991px) {
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview.books-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
    height: calc(100vh - 95px);
  }
}
@media screen and (max-width: 575px) {
  .panel-comp .p-c-preview-wrap .p-c-preview.course-assignment-preview.books-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
    height: calc(100vh - 88px);
  }
}

.book-details-grid {
  z-index: 2;
}
.book-details-grid .material-symbols-rounded {
  font-size: 20px;
  font-weight: 200 !important;
}
.book-details-grid .books-details-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.book-details-grid .books-details-content .author-detail {
  margin-top: -5px;
}
.book-details-grid .books-details-content .a-g-b-content .a-g-b-label {
  font-size: 17px;
}
.book-details-grid .books-details-content .a-g-b-content .a-g-b-editor-content .a-g-b-e-c-description {
  font-size: 15px;
}
.book-details-grid .books-card {
  background: unset;
  box-shadow: unset;
  width: 100%;
  border: unset;
  cursor: default;
  padding: unset;
  gap: 20px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .book-details-grid .books-card {
    flex-wrap: wrap;
  }
  .book-details-grid .books-card .close-abs-books {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 576px) {
  .book-details-grid .books-card {
    flex-wrap: wrap;
  }
  .book-details-grid .books-card .close-abs-books {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.book-details-grid .books-card .b-c-img {
  width: 150px;
  height: 230px;
  min-width: 150px;
}
.book-details-grid .books-card:hover {
  border: unset;
  background: unset;
}

.books-card-main {
  width: 100%;
}
.books-card-main .b-c-flex {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.books-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.books-wrapper .c-a-p-header-card {
  padding-bottom: unset !important;
}

.icon-group-right {
  position: relative;
}
.icon-group-right .inputs-control {
  padding-right: 45px !important;
}
.icon-group-right .icon-abs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.icon-group-right .icon-abs-txt {
  color: #9E978F;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}

.icon-group-left {
  position: relative;
}
.icon-group-left .inputs-control {
  padding-left: 42px !important;
}
.icon-group-left .icon-abs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.icon-group-left .icon-abs {
  color: #9E978F;
}

.price-select-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 576px) {
  .modal-wrap .m-w-container.add-book-form-modal .m-w-c-body .m-w-c-p-b-profile-block .inputs-label.cover-label {
    text-align: center;
  }
}
.modal-wrap .m-w-container.add-book-form-modal .m-w-c-body .m-w-c-p-b-profile-block .profile-img-block {
  height: 220px;
}
@media screen and (max-width: 576px) {
  .modal-wrap .m-w-container.add-book-form-modal .m-w-c-body .m-w-c-p-b-profile-block .profile-img-block {
    width: 200px;
  }
}
.modal-wrap .m-w-container.add-group {
  background: #F7F6F5;
  max-width: 1000px;
}
.modal-wrap .m-w-container.add-group .m-w-c-body {
  padding: 15px 25px;
  gap: 20px;
}
.modal-wrap .m-w-container.add-group .m-w-c-body .m-w-c-b-form {
  border-radius: 5px;
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  padding: 15px;
}
.modal-wrap .m-w-container.add-group .m-w-c-body .m-w-c-b-form.add-student-form {
  max-width: 350px;
  width: 350px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal-wrap .m-w-container.add-group .m-w-c-body .m-w-c-b-form.add-student-form {
    max-width: 100%;
    overflow: unset;
  }
}
.modal-wrap .m-w-container.add-group .m-w-c-body .m-w-c-b-form.add-student-form .inputs-label.lg-label {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}
.modal-wrap .m-w-container.add-group .m-w-c-body .m-w-c-b-form.active-selected-people .student-check-relative {
  max-height: 133px;
}
.modal-wrap .m-w-container.add-group .m-w-c-body .m-w-c-b-form.active-selected-people .selected-student-abs {
  display: block;
}
.modal-wrap .m-w-container.add-group .m-w-c-body .m-w-c-b-form .selected-student-abs {
  position: static;
  display: none;
}
.modal-wrap .m-w-container.add-group .m-w-c-body .m-w-c-b-form.unset-padd {
  padding: unset;
}
.modal-wrap .m-w-container.add-group .m-w-c-body .m-w-c-b-form .padd-spacing {
  padding: 15px;
  width: 100%;
}
.modal-wrap .m-w-container.add-group .m-w-c-body .m-w-c-b-form .padd-spacing.pr-unset {
  padding-right: unset;
}

.container-static {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.container-footer {
  padding: 0 80px;
}
@media screen and (max-width: 1199px) {
  .container-footer {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .container-footer {
    padding: 0 20px;
  }
}

.backdrop-overflow-hidden {
  position: relative;
  transition: 0.3s all;
  overflow-y: hidden !important;
}
.backdrop-overflow-hidden::before {
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6) !important;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.bg-yellow {
  background: #F9F9EB;
  overflow-x: hidden;
}

.section-titles {
  color: #2D68AC;
  font-family: "Alice", serif;
  font-size: 33px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-titles {
    font-size: 25px;
  }
}

.section-subtitles {
  color: #2D2D2D;
  font-size: 19px;
  font-weight: bold;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-subtitles {
    font-size: 16px;
  }
}

.section-info-titles {
  color: #2D2D2D;
  font-family: "Alice", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .section-info-titles {
    font-size: 19px;
  }
}

.section-sub-titles {
  color: #807971;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .section-sub-titles {
    font-size: 14px;
  }
}

.breif-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 19px;
}

.breif-content {
  color: #2D2D2D;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
@media screen and (max-width: 767px) {
  .breif-content {
    font-size: 16px;
  }
}

.mt-40px {
  margin-top: 40px;
}

.txt-light-grey {
  color: #807971;
}

.learnmore-txt,
button.learnmore-txt {
  border: unset;
  background: unset;
  padding: unset;
  font-family: Alice;
  color: #2D68AC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  /* 21px */
  position: relative;
  text-align: left;
}
.learnmore-txt::after,
button.learnmore-txt::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #EBD114;
}

.learnmore-txt:hover {
  color: #2D68AC;
}

.txt-center {
  text-align: center;
}

.btn-primary-big {
  border-radius: 5px;
  background: #4477B2;
  padding: 12px 25px;
  width: max-content;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #4477B2;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .btn-primary-big {
    padding: 10px 15px;
    font-size: 15px;
  }
}
.btn-primary-big:hover {
  color: #fff;
}

.swiper-button-next-facul,
.swiper-button-prev-facul {
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s all;
}
.swiper-button-next-facul .material-symbols-rounded,
.swiper-button-prev-facul .material-symbols-rounded {
  color: #726A62;
  font-weight: 200;
}
@media screen and (max-width: 1500px) {
  .swiper-button-next-facul,
  .swiper-button-prev-facul {
    z-index: 2;
  }
}

.facul-arrow-right {
  right: -50px;
}
@media (max-width: 1500px) {
  .facul-arrow-right {
    right: -10px;
  }
}

.facul-arrow-left {
  left: -50px;
}
@media (max-width: 1500px) {
  .facul-arrow-left {
    left: -10px;
  }
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
.form-wrapper .layout-2-col {
  width: calc(50% - 10px);
}
@media screen and (max-width: 575px) {
  .form-wrapper .layout-2-col {
    width: 100%;
  }
}
.form-wrapper .address-textarea textarea {
  min-height: 150px;
}

.form-item {
  width: 100%;
}
.form-item .form-inputs {
  background: #fff;
  border-radius: 4px;
  height: 45px;
  border: 1px solid #fff;
  width: 100%;
  padding: 10px 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
.form-item .form-inputs::placeholder {
  color: #9E978F;
}
.form-item select.form-inputs:focus-visible,
.form-item textarea.form-inputs:focus-visible {
  outline: unset;
}
.form-item textarea.form-inputs {
  width: 100% !important;
}

.btn-yellow {
  color: #4477B2;
  font-family: "Alice", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  background: #EBD114;
  border-radius: 5px;
  padding: 8px 15px;
  width: max-content;
  border: 1px solid #EBD114;
}

.btn-primary-bg {
  background: #4477B2;
  padding: 10px 26px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  border: unset;
}
.btn-primary-bg.rounded-button {
  border-radius: 200px;
}

.btn-static-main {
  margin-top: 30px;
}

.smart-navigation {
  background: #4477B2;
  padding: 6px;
}
@media screen and (max-width: 576px) {
  .smart-navigation .container-static {
    padding: unset;
  }
}
.smart-navigation .s-n-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
@media screen and (max-width: 576px) {
  .smart-navigation .s-n-ul {
    gap: 10px;
    justify-content: space-between;
  }
}
.smart-navigation .s-n-ul li {
  cursor: pointer;
}
.smart-navigation .s-n-ul .s-n-u-flex {
  display: flex;
  align-items: center;
  gap: 5px;
}
.smart-navigation .s-n-ul .s-n-u-flex .material-symbols-rounded {
  font-size: 21px;
  color: #fff;
  font-weight: 200;
}
@media screen and (max-width: 576px) {
  .smart-navigation .s-n-ul .s-n-u-flex .material-symbols-rounded {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .smart-navigation .s-n-ul .s-n-u-flex .material-symbols-rounded {
    display: none;
  }
}
.smart-navigation .s-n-ul .s-n-u-flex .nav-txt {
  color: #fff;
  font-family: "Alice", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  .smart-navigation .s-n-ul .s-n-u-flex .nav-txt {
    font-size: 15px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #F9F9EB;
}

.site-logo {
  width: auto;
  height: auto;
}
@media screen and (max-width: 991px) {
  .site-logo {
    width: 50px;
  }
}
.site-logo img {
  width: 100%;
  height: 100%;
}

.margin-space {
  margin-top: 180px;
}

.navigation {
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  padding: 10px 0 10px 0;
}
.navigation .navigation-wrapper-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation .navigation-wrapper-flex .header-logo {
  height: 102px;
  transition: 0.3s all;
  display: flex;
  gap: 20px;
}
.navigation .navigation-wrapper-flex .header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navigation .navigation-wrapper-flex .header-logo img:last-child {
  height: 102px;
  transition: all 0.25s;
}
.navigation .navigation-wrapper-flex .header-logo.sm-header-logo {
  height: 80px;
  gap: 15px;
}
.navigation .navigation-wrapper-flex .header-logo.sm-header-logo img:last-child {
  height: 80px;
}
.navigation .menu-icon {
  color: #4477B2;
  border: 1px solid #4477B2;
  border-radius: 5px;
  padding: 3px;
  font-weight: 300;
  display: none;
}
@media screen and (max-width: 991px) {
  .navigation .menu-icon {
    display: block;
  }
}
.navigation .main-nav-ul {
  display: flex;
  align-items: center;
  gap: 45px;
}
.navigation .main-nav-ul .m-n-u-flex {
  display: flex;
  align-items: center;
  gap: 5px;
  border: unset;
  background: unset;
  padding: unset;
}
.navigation .main-nav-ul .m-n-u-flex .m-n-u-txt {
  color: #2D2D2D;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.navigation .main-nav-ul .m-n-u-flex .material-symbols-rounded {
  color: #807971;
  font-size: 21px;
}
.navigation .main-nav-ul .nav-link-primary {
  background: #2D68AC;
  padding: 7px 12px;
  border-radius: 5px;
}
.navigation .main-nav-ul .nav-link-primary .m-n-u-flex * {
  color: #fff;
}
.navigation .main-nav-ul .nav-link-primary .m-n-u-flex .m-n-u-txt {
  font-weight: 500;
}
.navigation .main-nav-ul .nav-link-primary .m-n-u-flex .material-symbols-rounded {
  font-weight: 200;
}
.navigation .main-nav-ul .mob-close-menu {
  border-bottom: 1px solid rgba(208, 203, 198, 0.5215686275);
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
@media screen and (max-width: 991px) {
  .navigation .main-nav-ul .mob-close-menu {
    display: flex;
  }
}
.navigation .main-nav-ul .mob-close-menu .menu-mob-title {
  font-family: "Alice", serif;
  color: #4477B2;
  font-size: 21px;
}
.navigation .main-nav-ul .mob-close-menu .material-symbols-rounded {
  font-weight: 300;
  color: #4477B2;
  font-size: 18px;
  border: 1px solid #4477B2;
  border-radius: 5px;
  padding: 2px;
}
@media screen and (max-width: 991px) {
  .navigation .main-nav-ul {
    position: fixed;
    top: 0;
    flex-direction: column;
    background: #F9F9EB;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 10;
    text-align: left;
    align-items: flex-start;
    padding: 20px;
    gap: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: 0.3s all;
    transform: translateX(-350px);
  }
  .navigation .main-nav-ul::before {
    content: "";
    position: absolute;
    bottom: -10px;
    background: url(/assets/img/leanage-bg.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 280px;
    z-index: 1;
    left: -20px;
    transform: rotate(180deg);
  }
  .navigation .main-nav-ul .top-prior {
    z-index: 16;
  }
  .navigation .main-nav-ul .dropdown .dropdown-options-block {
    right: unset;
    left: 0;
  }
}
.navigation .main-nav-ul.active {
  transform: translateX(0);
}

.sub-page-navs-tabs-main {
  margin-top: 20px;
}

.s-p-labels {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D6D6;
}
.s-p-labels img {
  width: 45px;
  height: auto;
  position: relative;
  top: 10px;
}
.s-p-labels .s-p-l-sub-title {
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.s-p-l-title {
  color: #4477B2;
  font-family: "Alice", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .s-p-l-title {
    font-size: 26px;
  }
}

.footer-main {
  padding-top: 100px;
}
.footer-main .footer-graphic-img {
  position: relative;
  top: 5px;
}
.footer-main .footer-graphic-img .graphic-img {
  width: 100%;
  height: 100%;
}
.footer-main .footer-graphic-img .logo-overlay {
  position: absolute;
  top: 40%;
  z-index: 1;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: auto;
  width: 180px;
}
@media screen and (max-width: 991px) {
  .footer-main .footer-graphic-img .logo-overlay {
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .footer-main .footer-graphic-img .logo-overlay {
    top: 0px;
    width: 80px;
  }
}
.footer-main .footer-bg {
  background: #4477B2;
  padding-top: 50px;
}
.footer-main .footer-bg .footer-content-list {
  display: flex;
  gap: 80px;
  margin-top: 25px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer-main .footer-bg .footer-content-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-main .footer-bg .footer-content-list {
    flex-direction: column;
  }
}
.footer-main .footer-bg .footer-content-list .f-c-l-desc {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.footer-main .footer-bg .footer-content-list .f-c-l-btns-flex {
  display: flex;
  align-items: center;
  height: max-content;
  justify-content: center;
  gap: 40px;
}
.footer-main .footer-bg .footer-content-list .f-c-l-btns-flex .f-c-l-btns {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  background: unset;
  border: unset;
  padding: unset;
}
.footer-main .footer-bg .footer-content-list .right-content-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-main .footer-bg .layout-3-col {
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .footer-main .footer-bg .layout-3-col {
    width: 100%;
  }
}
.footer-main .footer-bg .copyrights-wrapper {
  border-top: 2px solid #fff;
  padding: 20px 0;
  margin-top: 60px;
}
.footer-main .footer-bg .copyrights-wrapper * {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  line-height: normal;
  background: unset;
  border: unset;
}
.footer-main .footer-bg .copyrights-wrapper .container-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-main .footer-bg .copyrights-wrapper .container-footer {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.footer-main .footer-bg .copyrights-wrapper .container-footer button {
  padding: unset;
}

.our-offer-main {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  padding: 30px 16px;
  margin: 70px 0;
  text-align: center;
}
.our-offer-main.inspiration-main-text {
  margin-top: 40px;
}
.our-offer-main.inspiration-main-text .section-titles {
  margin-bottom: 0;
}
.our-offer-main .section-titles {
  margin-bottom: 20px;
  color: #2D68AC;
}

.special-text-section {
  font-family: "Alice", serif;
}

.s-n-u-flex {
  position: relative;
}
.s-n-u-flex:hover .s-n-u-dropdown {
  display: block;
}
.s-n-u-flex .s-n-u-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  top: 20px;
  z-index: 99;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
}
.s-n-u-flex .s-n-u-dropdown a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px 0;
}
.s-n-u-flex .s-n-u-dropdown a:hover {
  background-color: #D7D6D6;
}
.s-n-u-flex .s-n-u-dropdown a .material-symbols-rounded {
  color: #2D68AC !important;
  margin-left: 5px;
}

.banner-main {
  margin-top: 155px;
}
.banner-main .banner-carousel .banner-wrapper {
  position: relative;
}
.banner-main .banner-carousel .banner-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(180deg, rgba(249, 249, 235, 0) 0%, #F9F9EB 78.22%);
}
.banner-main .banner-carousel .banner-wrapper .banner-img {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .banner-main .banner-carousel .banner-wrapper .banner-img {
    width: 100%;
    height: 450px;
  }
}
.banner-main .banner-carousel .banner-wrapper .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-main .banner-carousel .banner-wrapper .banner-content {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 25px;
}
@media screen and (max-width: 575px) {
  .banner-main .banner-carousel .banner-wrapper .banner-content {
    width: 90%;
    gap: 15px;
  }
}
.banner-main .banner-carousel .banner-wrapper .banner-content .site-name-badge {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 6px;
  background: #4477B2;
  padding: 6px 12px;
  width: max-content;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .banner-main .banner-carousel .banner-wrapper .banner-content .site-name-badge {
    font-size: 16px;
  }
}
.banner-main .banner-carousel .banner-wrapper .banner-content .banner-quotes {
  color: #404040;
  font-family: "Alice", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 575px) {
  .banner-main .banner-carousel .banner-wrapper .banner-content .banner-quotes {
    font-size: 26px;
  }
}
.banner-main .banner-carousel .banner-wrapper .banner-content .banner-desc {
  color: #2D2D2D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .banner-main .banner-carousel .banner-wrapper .banner-content .banner-desc {
    font-size: 14px;
  }
}
.banner-main .banner-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.banner-main .banner-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4477B2;
}

.lineage-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  margin-top: 30px;
}
.lineage-main::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(/assets/img/leanage-bg.png) no-repeat;
  background-size: contain;
  width: 360px;
  height: 380px;
  z-index: -1;
}
.lineage-main .l-m-profile-wrapper {
  display: flex;
  align-items: center;
  gap: 72px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .lineage-main .l-m-profile-wrapper {
    gap: 20px;
    justify-content: space-evenly;
  }
}
.lineage-main .l-m-profile-wrapper .l-m-p-w-flex {
  display: flex;
  gap: 24px;
  flex-direction: column;
  text-align: center;
}
.lineage-main .l-m-profile-wrapper .l-m-p-w-flex .l-m-p-w-f-img {
  width: 190px;
  height: 190px;
}
@media screen and (max-width: 575px) {
  .lineage-main .l-m-profile-wrapper .l-m-p-w-flex .l-m-p-w-f-img {
    width: 150px;
    height: 150px;
  }
}
.lineage-main .l-m-profile-wrapper .l-m-p-w-flex .l-m-p-w-f-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1000px;
}
.lineage-main .l-m-profile-wrapper .l-m-p-w-flex .l-m-p-w-f-name {
  color: #4477B2;
  font-family: "Alice", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.training-main {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.learn-more-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.learn-more-wrapper.training-learnmore .t-l-set-flex-1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.learn-more-wrapper.training-learnmore .l-m-c-desc {
  min-height: 90px;
}
.learn-more-wrapper.training-learnmore .layout-5 {
  width: calc(20% - 16px);
}
@media (max-width: 991px) {
  .learn-more-wrapper.training-learnmore .layout-5 {
    width: calc(33.3% - 14px);
  }
}
@media (max-width: 640px) {
  .learn-more-wrapper.training-learnmore .layout-5 {
    width: calc(50% - 16px);
  }
}
@media (max-width: 425px) {
  .learn-more-wrapper.training-learnmore .layout-5 {
    width: 100%;
  }
}
.learn-more-wrapper.faculty-learnmore {
  position: relative;
}
.learn-more-wrapper.faculty-learnmore .learn-more-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.learn-more-wrapper.faculty-learnmore .faculty-carousel {
  width: 100%;
  padding: 5px 3px;
}
.learn-more-wrapper.faculty-learnmore .l-m-c-img {
  width: 100%;
  height: 230px;
}
.learn-more-wrapper.faculty-learnmore .l-m-c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.learn-more-wrapper.faculty-learnmore .l-m-c-title {
  font-family: "DM Sans", sans-serif;
  color: #2D2D2D;
  font-weight: 600;
  margin-top: 20px;
}
.learn-more-wrapper.faculty-learnmore .l-m-c-desc {
  margin-top: 5px;
}
.learn-more-wrapper.faculty-learnmore .learnmore-txt {
  margin-top: 25px;
}
.learn-more-wrapper.faculty-learnmore .swiper-button-disabled {
  opacity: 0;
}

.guided-meditation-main {
  margin-top: 80px;
}
.guided-meditation-main .g-m-m-video {
  position: relative;
  width: 100%;
  height: 450px;
  max-width: 900px;
  margin: 80px auto 0 auto;
}
@media (max-width: 991px) {
  .guided-meditation-main .g-m-m-video {
    margin: 40px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .guided-meditation-main .g-m-m-video {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
.guided-meditation-main .g-m-m-video::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 79%;
  z-index: -1;
  background: url(/assets/img/video-backdrop-img-1.png) no-repeat;
  background-size: contain;
  width: 350px;
  height: 410px;
}
@media (max-width: 1199px) {
  .guided-meditation-main .g-m-m-video::before {
    display: none;
  }
}
.guided-meditation-main .g-m-m-video::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 75.5%;
  z-index: -1;
  background: url(/assets/img/video-backdrop-img-2.png) no-repeat;
  background-size: contain;
  width: 350px;
  height: 530px;
}
@media (max-width: 1199px) {
  .guided-meditation-main .g-m-m-video::after {
    display: none;
  }
}
.guided-meditation-main .g-m-m-video video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .guided-meditation-main .g-m-m-video video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.meet-faculty-main {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faqs-main {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faqs-main .f-m-wrapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .faqs-main .f-m-wrapper {
    flex-wrap: wrap;
  }
}
.faqs-main .f-m-wrapper .accordian-main {
  width: 60%;
}
@media (max-width: 1199px) {
  .faqs-main .f-m-wrapper .accordian-main {
    width: 100%;
  }
}
.faqs-main .faq-banner-img {
  width: 40%;
  height: auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .faqs-main .faq-banner-img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .faqs-main .faq-banner-img {
    max-width: 100%;
  }
}
.faqs-main .faq-banner-img img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.joinus-form-main {
  padding-top: 100px;
}

.joinus-form-box {
  border-radius: 8px;
  padding: 36px;
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .joinus-form-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .joinus-form-box {
    max-width: 100%;
    padding: 36px 20px;
  }
}
.joinus-form-box.bg-primary {
  background: #4477B2;
}
.joinus-form-box .joinus-label-img {
  position: absolute;
  top: -55px;
  text-align: center;
  left: 0;
  right: 0;
}
@media screen and (max-width: 575px) {
  .joinus-form-box .joinus-label-img {
    top: -40px;
  }
  .joinus-form-box .joinus-label-img img {
    width: 80px;
  }
}
.joinus-form-box .label-txt {
  color: #EBD114;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-top: 35px;
}
.joinus-form-box .form-navs-tabs {
  margin-top: 30px;
}
.joinus-form-box .form-navs-tabs .f-n-t-flex {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #fff;
  justify-content: center;
}
.joinus-form-box .form-navs-tabs .f-n-t-flex .n-t-m-f-btn {
  background: unset;
  border: unset;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  padding: 16px;
  color: #fff;
  opacity: 0.6;
  border-bottom: 3px solid transparent;
}
.joinus-form-box .form-navs-tabs .f-n-t-flex .n-t-m-f-btn.active {
  opacity: 1;
  border-bottom: 3px solid #EBD114;
}
.joinus-form-box .form-navs-tabs .navs-tabs-list {
  display: none;
}
.joinus-form-box .form-navs-tabs .navs-tabs-list.active {
  display: block;
}
.joinus-form-box .form-navs-tabs .breif-content {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}

.send-interest {
  margin-top: 20px;
}

.sub-page-banner-main {
  margin-top: 20px;
}
.sub-page-banner-main .s-p-b-m-img {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 1199px) {
  .sub-page-banner-main .s-p-b-m-img {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .sub-page-banner-main .s-p-b-m-img {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .sub-page-banner-main .s-p-b-m-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .sub-page-banner-main .s-p-b-m-img img {
    object-fit: cover;
  }
}
.sub-page-banner-main .s-p-b-m-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.sub-page-banner-main .s-p-b-m-img.cover-img img {
  object-fit: cover;
}
.sub-page-banner-main .s-p-b-m-img.position-top img {
  object-position: top;
}

.learn-more-wrapper.teacher-intro-card {
  margin-top: 30px;
}
.learn-more-wrapper.teacher-intro-card .learn-more-card .learnmore-txt {
  padding-top: 10px;
  width: max-content;
}
.learn-more-wrapper.teacher-intro-card .learn-more-card .learnmore-txt::after {
  width: 100%;
}
.learn-more-wrapper.teacher-intro-card .layout-3 {
  width: calc(33.3% - 14px);
}
@media screen and (max-width: 640px) {
  .learn-more-wrapper.teacher-intro-card .layout-3 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .learn-more-wrapper.teacher-intro-card .layout-3 {
    width: 100%;
  }
}
.learn-more-wrapper.teacher-intro-card .layout-4 {
  width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  .learn-more-wrapper.teacher-intro-card .layout-4 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .learn-more-wrapper.teacher-intro-card .layout-4 {
    width: 100%;
  }
}
.learn-more-wrapper.teacher-intro-card .t-l-set-flex-1 {
  margin-top: 10px;
}
.learn-more-wrapper.teacher-intro-card .t-l-set-flex-1 .l-m-c-desc,
.learn-more-wrapper.teacher-intro-card .t-l-set-flex-1 .l-m-c-helper-txt {
  padding-top: 10px;
  line-height: 25px;
}

.letter-img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.letter-img img {
  width: 100%;
  height: 100%;
}

.course-path-img {
  background-color: rgba(255, 255, 255, 0.058);
}
.course-path-img img {
  max-width: 100%;
  height: auto;
}

.img-layout-main {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.img-layout-main .layout-2-col {
  width: calc(50% - 20px);
}
.img-layout-main .breif-content {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .img-layout-main {
    flex-wrap: wrap;
  }
  .img-layout-main .layout-2-col {
    width: 100%;
  }
}

.content-img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .content-img {
    max-width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .content-img {
    max-width: 85%;
    margin: auto;
  }
}
.content-img img {
  width: 100%;
  height: 100%;
}

.backdrop-img-main {
  background: url(/assets/img/spiritual-guidance-banner.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
  position: relative;
  margin-top: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .backdrop-img-main {
    margin-top: 30px;
  }
}
.backdrop-img-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: url(/assets/img/s-g-b-1.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.backdrop-img-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: url(/assets/img/s-g-b-2.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .backdrop-img-main::before, .backdrop-img-main::after {
    display: none;
  }
}
.backdrop-img-main .b-i-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (max-width: 1375px) {
  .backdrop-img-main .b-i-overlay {
    bottom: 7px;
    height: calc(100% - 10px);
  }
}
.backdrop-img-main .container-static {
  position: relative;
  z-index: 1;
}
.backdrop-img-main .b-i-m-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.backdrop-img-main .b-i-m-flex .b-i-m-title {
  color: #fff;
  font-family: "Alice", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .backdrop-img-main .b-i-m-flex .b-i-m-title {
    font-size: 28px;
  }
}
.backdrop-img-main .b-i-m-flex .b-i-m-desc {
  margin-top: 25px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  /* 166.667% */
}
@media screen and (max-width: 767px) {
  .backdrop-img-main .b-i-m-flex .b-i-m-desc {
    font-size: 15px;
  }
}
.backdrop-img-main.without-side-img::before, .backdrop-img-main.without-side-img::after {
  display: none;
}
.backdrop-img-main.without-side-img .b-i-m-flex .b-i-m-desc {
  max-width: 550px;
  line-height: 33px;
}

.progression-faqs .accordian-main .a-m-list .accordian-body .breif-content {
  margin-top: 20px;
  width: 95%;
}
.progression-faqs .accordian-main .a-m-list .accordian-body .breif-content:first-child {
  margin-top: unset;
}

.chs-one-mentor .section-sub-titles {
  padding-top: 30px;
}

.mentor-application-box .learn-more-wrapper .learn-more-card {
  width: 100%;
  padding: 40px;
  position: relative;
}
.mentor-application-box .learn-more-wrapper .learn-more-card .l-m-c-flex {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 1;
}
.mentor-application-box .learn-more-wrapper .learn-more-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/img/mentor-app-img-1.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.mentor-application-box .learn-more-wrapper .learn-more-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/assets/img/mentor-app-img-2.png) no-repeat;
  background-size: cover;
  width: 75%;
  height: 100%;
  opacity: 0.1;
}
.mentor-application-box .learn-more-wrapper .learn-more-card .warn-txt {
  color: #EA4E43;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.tution-fee-item .l-m-c-desc {
  padding-top: 25px;
}

.our-policy-faqs .accordian-main {
  width: 100% !important;
}

.feature-list-main {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .feature-list-main {
    max-height: 100%;
  }
}
.feature-list-main .features-list {
  padding: 30px 0;
  border-bottom: 1px solid #D7D6D6;
}
.feature-list-main .features-list:first-child {
  padding-top: unset;
}
.feature-list-main .features-list:last-child {
  border-bottom: unset;
}
.feature-list-main .features-list .f-l-title {
  color: #2D2D2D;
  font-family: "Alice", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
}
.feature-list-main .features-list .f-l-desc {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  margin-top: 20px;
}

.curriculum-highlist-main {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.curriculum-highlist-main .learn-more-card {
  width: 100%;
  padding: 24px;
}
.curriculum-highlist-main .learn-more-card .t-l-set-flex-1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.curriculum-highlist-main .learn-more-card .t-l-set-flex-1 .l-m-c-title {
  font-size: 21px;
}
.curriculum-highlist-main .learn-more-card .t-l-set-flex-1 .l-m-c-desc {
  font-size: 16px;
}

.certification-content {
  margin-top: 30px;
}
.certification-content .c-c-title {
  color: #2D2D2D;
  font-family: "Alice", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.certification-content .breif-content {
  margin-top: 10px !important;
}

.fs-17 {
  font-size: 17px;
}

.certification-ul {
  margin-top: 25px;
}
.certification-ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 25px;
}
.certification-ul li:last-child {
  margin-bottom: unset;
}
.certification-ul li span {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
.certification-ul li .material-symbols-rounded {
  font-size: 25px;
  color: #726A62;
  font-weight: 300;
}

.static-page-table .table-responsive {
  width: 100%;
  overflow-x: auto;
}
.static-page-table table {
  width: 100%;
  border-collapse: separate;
}
.static-page-table table th,
.static-page-table table td {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
  padding: 22.5px 25px;
  text-align: start;
  white-space: nowrap;
}
.static-page-table table thead th {
  background: #4477B2;
  color: #fff;
  border-right: 1px solid #2D68AC;
}
.static-page-table table thead th:first-child {
  border-top-left-radius: 8px;
}
.static-page-table table thead th:last-child {
  border-top-right-radius: 8px;
}
.static-page-table table tbody td {
  color: #404040;
  border-right: 1px solid #D0CBC6;
  border-bottom: 1px solid #D0CBC6;
}
.static-page-table table tbody td:first-child {
  border-left: 1px solid #D0CBC6;
}
.static-page-table table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.static-page-table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.quotes-txt {
  margin-top: 25px;
}
.quotes-txt p {
  color: #2D2D2D;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.leaf-abs {
  position: relative;
  width: max-content;
}
@media screen and (max-width: 640px) {
  .leaf-abs {
    width: auto;
  }
}
.leaf-abs img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 8px);
}
@media screen and (max-width: 640px) {
  .leaf-abs img {
    display: none;
  }
}

.booklet-main {
  margin-top: 40px;
}
.booklet-main .booklet-btns-main {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.inspiration-quotes-box {
  margin-top: 25px;
}

.i-q-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 550px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.i-q-txt {
  color: #4477B2;
  text-align: center;
  font-family: "Alice", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .i-q-txt {
    font-size: 18px;
    line-height: 30px;
  }
}

.persons-info-main {
  display: flex;
  gap: 30px;
}
.persons-info-main + .persons-info-main {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .persons-info-main {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.persons-info-main .p-i-m-img {
  width: 80%;
  height: 480px;
  min-width: 380px;
}
@media screen and (max-width: 991px) {
  .persons-info-main .p-i-m-img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .persons-info-main .p-i-m-img {
    min-width: auto;
    width: auto;
    height: auto;
  }
}
.persons-info-main .p-i-m-img img {
  width: 100%;
  height: 100%;
}
.persons-info-main .p-i-m-img.position-fit img {
  object-position: -165px 0;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .persons-info-main .p-i-m-img.position-fit img {
    object-position: center;
  }
}

.message-quotes-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.message-quotes-box .i-q-flex {
  max-width: 450px;
}
.message-quotes-box .w-a-small-txt {
  font-size: 18px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .message-quotes-box .w-a-small-txt {
    font-size: 16px;
  }
}

.contactus-main {
  position: relative;
  top: -80px;
}
@media screen and (max-width: 575px) {
  .contactus-main {
    position: unset;
    margin-top: 20px;
  }
}
.contactus-main .joinus-form-box {
  background: #fff;
}
.contactus-main .joinus-form-box .form-navs-tabs .breif-content {
  color: #404040;
}
.contactus-main .joinus-form-box .form-item .form-inputs {
  border: 1px solid #E8E5E1;
}

.ashram-main .breif-content {
  margin-top: 30px;
}

.center-btn {
  width: max-content;
  margin: 0 auto;
}
.center-btn .material-symbols-rounded {
  font-weight: 200;
}

.count-student {
  color: #9E978F;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.student-check-relative {
  position: relative;
  max-height: 315px;
  overflow-y: auto;
}
.student-check-relative .student-check-list-main {
  padding-top: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.student-check-relative .student-check-list-main .s-c-l-m-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.student-check-relative .student-check-list-main .s-c-l-m-list .checkbox {
  margin: unset;
  min-width: 16px;
}
.student-check-relative .student-check-list-main .s-c-l-m-list .label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.student-check-relative .student-check-list-main .s-c-l-m-list .profile {
  width: 30px;
  height: 30px;
  border-radius: 100px;
}

.selected-student-abs {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #E8E5E1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .selected-student-abs {
    border-radius: 0 0 5px 5px;
  }
}

.s-s-a-flex {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 0 15px;
}

.selected-badge-main {
  padding: 15px 0 15px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-height: 150px;
  overflow-y: auto;
}
.selected-badge-main .badge-list {
  border-radius: 50px;
  background: #F7F6F5;
  padding: 5px 8px 5px 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  width: max-content;
}
.selected-badge-main .badge-list .s-profile {
  width: 25px;
  height: 25px;
  border-radius: 100px;
}
.selected-badge-main .badge-list .s-name {
  color: #2D68AC;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.42px;
}
.selected-badge-main .badge-list button.material-symbols-rounded {
  border: unset;
  background: unset;
  padding: unset;
  color: #726A62;
  font-size: 17px;
  font-weight: 400;
}

.table-badge .badge {
  padding: 3px 12px;
  color: #fff;
}
.table-badge .badge.badge-bg-success {
  background: #2A9D99;
  color: #fff;
}
.table-badge .badge.badge-bg-danger {
  background: #EA4E43;
}

.retreat-title-line {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
.retreat-title-line .r-t-l-title {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.54px;
}
.retreat-title-line .r-t-l-line {
  width: 100%;
  height: 1px;
  background: #E8E5E1;
}

.retreat-card-main-list {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.retreat-card-main-list:first-child {
  margin-top: unset;
}
.retreat-card-main-list .group-card.layout-3-col {
  width: calc(33.3% - 10.5px);
}
@media screen and (max-width: 1399px) {
  .retreat-card-main-list .group-card.layout-3-col {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .retreat-card-main-list .group-card.layout-3-col {
    width: 100%;
  }
}

.r-c-detail-main {
  display: flex;
  gap: 15px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .r-c-detail-main {
    flex-wrap: wrap;
  }
}
.r-c-detail-main .group-list-main {
  min-width: 50%;
}
.r-c-detail-main .table-comp.retreat-group-table-main {
  min-width: 50%;
  width: 100% !important;
}
.r-c-detail-main .table-comp.retreat-group-table-main .t-c-body .table-responsive {
  height: 100%;
  padding-right: unset;
}
@media screen and (max-width: 767px) {
  .r-c-detail-main .table-comp.retreat-group-table-main .t-c-body .table-responsive {
    overflow: unset;
  }
}
.r-c-detail-main .table-comp .switch-label {
  color: #404040;
  font-size: 15px;
}
.r-c-detail-main .group-card .g-sub-heading,
.r-c-detail-main .group-card .badge-group {
  margin-top: 10px;
}
.r-c-detail-main .group-card .badge-group {
  margin-bottom: 5px;
}

.retreat-pad-spacing {
  padding: 0 20px;
}

.schedule-retreat-modal {
  max-width: 600px;
}

.schedule-retreat .divider {
  background: #E8E5E1;
  margin: 0 0 5px 0;
}
.schedule-retreat .search-comp input {
  height: 45px;
}
.schedule-retreat .inputs-control {
  height: 45px;
}
.schedule-retreat .selected-badge-main {
  padding: 10px 0;
}

.mt-space {
  margin-top: 17px;
}

@media screen and (max-width: 991px) {
  .panel-comp .p-c-preview-wrap .p-c-preview.p-c-retreat-detail .p-c-p-body {
    height: auto;
    max-height: calc(100% - 75px);
  }
}
.contacts-details-box {
  border-radius: 8px;
  border: 1px solid #E8E5E1;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .contacts-details-box {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .contacts-details-box {
    width: 100%;
  }
}
.contacts-details-box .c-d-b-body {
  padding: 20px;
}
.contacts-details-box .c-d-b-footer {
  display: flex;
  gap: 10px;
  justify-content: center;
  border-top: 1px solid #E8E5E1;
  padding: 12px 20px;
}
.contacts-details-box .c-d-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contacts-details-box .c-d-list .inputs-control {
  border-radius: 5px;
  border: 1px solid #E8E5E1;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  height: 45px;
}
.contacts-details-box .c-d-list .inputs-control:disabled {
  color: #9E978F;
}
.contacts-details-box.contact-request-box {
  border: unset;
  background: unset;
  box-shadow: unset;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contacts-details-box.contact-request-box .group-card .g-sub-heading {
  color: #2D2D2D;
  font-size: 15px;
  font-weight: 500;
}
.contacts-details-box.contact-request-box .group-card .g-t-txt {
  font-size: 18px;
}
.contacts-details-box.contact-request-box .group-card .g-c-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts-details-box.contact-request-box .group-card .g-description {
  padding-top: unset;
}
.contacts-details-box.contact-request-box .group-card .badge-group {
  margin-top: 5px;
}
.contacts-details-box.contact-request-box .group-card .c-q-b-name {
  color: #2D68AC;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
}
.contacts-details-box.contact-request-box .group-card .g-c-footer {
  padding: 12px 20px;
}
@media screen and (max-width: 575px) {
  .contacts-details-box.contact-request-box .group-card .g-c-footer {
    gap: 10px;
  }
}
.contacts-details-box.contact-request-box .txt-light-grey {
  color: #9E978F;
}

.c-d-title {
  color: #2D68AC;
  font-family: "Alice", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}

.input-icon-group {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  border: 1px solid #E8E5E1;
  background: #fff;
  min-height: 45px;
  font-size: 16px;
  padding: 8px 10px;
  margin-top: 8px;
}
.input-icon-group .material-symbols-rounded {
  color: #9E978F;
  font-weight: 300;
}
.input-icon-group .icon-input {
  border: unset;
  background: unset;
  padding: unset;
  height: 100%;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
  text-align: start;
}
.input-icon-group .icon-input:disabled {
  color: #9E978F;
}

.request-mentor-form .inputs-label {
  margin-bottom: 5px;
}
.request-mentor-form .inputs-control {
  height: 35px;
}
.request-mentor-form .inputs-control:disabled {
  color: #404040;
  background: #F7F6F5;
}
.request-mentor-form .reason-request {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.request-mentor-form .reason-request.mt-space {
  margin-top: 20px;
}
.request-mentor-form .reason-request .r-q-title {
  color: #2D68AC;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: 0.45px;
}
.request-mentor-form .create-update-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .request-mentor-form .create-update-flex {
    flex-direction: column;
    align-items: unset;
    gap: 5px;
  }
}
.request-mentor-form .create-update-flex .create-update-txt {
  color: #807971;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.request-mentor-form .create-update-flex .create-update-txt:last-child {
  position: relative;
}
.request-mentor-form .create-update-flex .create-update-txt:last-child::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background: #D0CBC6;
}
@media screen and (max-width: 575px) {
  .request-mentor-form .create-update-flex .create-update-txt:last-child::before {
    display: none;
  }
}
.request-mentor-form .r-q-reason {
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
.request-mentor-form .txt-light-grey {
  color: #9E978F;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.request-mentor-form .divider {
  background-color: #E8E5E1;
  margin: 15px 0;
}
.request-mentor-form .status-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.request-mentor-form .status-box .status-txt * {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.75px;
}

.mentor-list {
  background: #F7F6F5;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.mentor-list.m-l-radius {
  border-radius: 5px;
}
.mentor-list .m-l-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mentor-list .m-l-img {
  width: 60px;
  height: 60px;
  min-width: 60px;
}
@media screen and (max-width: 575px) {
  .mentor-list .m-l-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.mentor-list .m-l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}
.mentor-list .m-l-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mentor-list .m-l-detail .m-l-title {
  color: #404040;
  font-family: "Alice", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 640px) {
  .mentor-list .m-l-detail .m-l-title {
    padding-right: 20px;
  }
}
.mentor-list .m-l-detail .m-l-mail {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  gap: 3px;
  color: #9E978F;
}
.mentor-list .m-l-detail .m-l-mail .material-symbols-rounded {
  font-size: 18px;
  font-weight: 300;
  color: #9E978F;
  position: relative;
  top: 1px;
}
.mentor-list .close-icon-sm {
  position: absolute;
  right: 10px;
}

.close-icon-sm {
  font-weight: 300;
  color: #726A62;
  cursor: pointer;
}
.close-icon-sm.bg-c-i {
  width: 20px;
  height: 20px;
  background: rgba(217, 217, 217, 0.5490196078);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 20px;
}

.student-detail-box {
  border: unset;
  background: unset;
  box-shadow: unset;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 640px) {
  .p-c-preview-wrap .p-c-preview.contact-details .p-c-p-body {
    height: calc(100vh - 120px);
  }
}
.report-filters .r-f-label {
  color: #404040;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.report-filters .r-f-group-flex {
  display: flex;
  gap: 15px;
  width: 100%;
  overflow-x: auto;
}
.report-filters .r-f-group-flex .inputs-label {
  color: #807971;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.report-filters .r-f-group-flex select.inputs-control {
  min-width: 100px;
  height: 33px;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.report-filters .r-f-flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.report-filter-grid-comp .badge-group {
  width: 40%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .report-filter-grid-comp .badge-group {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .report-filter-grid-comp .badge-group {
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .report-filter-grid-comp .badge-group {
    width: 95%;
  }
}
.report-filter-grid-comp .badge-group .badge {
  padding: 5px 12px;
  border: unset;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 640px) {
  .report-filter-grid-comp .placeholder-home-main.placeholder-topics {
    height: 100%;
  }
}

.p-c-preview-wrap.report-filter-preview .p-c-preview .p-c-p-body.p-c-p-b-details-block-active .table-grid-details-block {
  z-index: 3;
}

.dashboard-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dashboard-wrapper .dashboard-4-layout-flex {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.dashboard-wrapper .dashboard-shadow {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
  height: 100%;
}
.dashboard-wrapper .d-total-box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dashboard-wrapper .d-total-box.mentor-dashboard-box {
  flex-direction: row;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.dashboard-wrapper .d-total-box.student-dashboard-box {
  width: 100%;
  gap: 40px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .dashboard-wrapper .d-total-box.student-dashboard-box {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-wrap-flex {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-wrap-flex {
    flex-wrap: wrap;
  }
}
.dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-chart-details {
  border-left: 1px solid #D0CBC6;
  display: flex;
  gap: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 575px) {
  .dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-chart-details {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-chart-details {
    border-left: unset;
    padding-left: unset;
    width: 100%;
    border-top: 1px solid #D0CBC6;
    padding-top: 15px;
  }
}
.dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-chart-details img {
  object-fit: contain;
}
.dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-chart-details .d-c-d-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-chart-details .d-c-d-content {
    padding: unset;
  }
}
.dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-chart-details .d-c-d-content .d-c-d-c-title {
  color: #2D68AC;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.45px;
}
.dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-chart-details .d-c-d-content .d-c-d-c-txt {
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.dashboard-wrapper .d-total-box.student-dashboard-box .dashboard-chart-details .d-c-d-content .d-c-d-flex {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.dashboard-wrapper .total-txt {
  color: #2D2D2D;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
}
.dashboard-wrapper .total-num {
  color: #2D68AC;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
}
.dashboard-wrapper .total-num .total-sub-txt {
  color: #807971;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  position: relative;
  left: -3px;
}
.dashboard-wrapper .total-joiners-txt {
  color: #9E978F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-top: 4px;
}
.dashboard-wrapper .layout-4 {
  width: calc(25% - 11.5px);
}
@media screen and (max-width: 1399px) {
  .dashboard-wrapper .layout-4 {
    width: calc(50% - 11.5px);
  }
}
@media screen and (max-width: 575px) {
  .dashboard-wrapper .layout-4 {
    width: 100%;
  }
}
.dashboard-wrapper .dashboard-chart {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1199px) {
  .dashboard-wrapper .dashboard-chart {
    flex-direction: column;
  }
}
.dashboard-wrapper .dashboard-chart .layout-2 {
  width: calc(50% - 7.5px);
}
@media screen and (max-width: 575px) {
  .dashboard-wrapper .dashboard-chart .layout-2 {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .dashboard-wrapper .dashboard-chart .payment-block.layout-2 {
    width: 100%;
  }
}
.dashboard-wrapper .dashboard-chart .payment-block.assignment-progress-block {
  width: 80%;
}
@media screen and (max-width: 1199px) {
  .dashboard-wrapper .dashboard-chart .payment-block.assignment-progress-block {
    width: 100%;
  }
}
.dashboard-wrapper .d-c-analytics-flex {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .dashboard-wrapper .d-c-analytics-flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1199px) {
  .dashboard-wrapper .d-c-analytics-flex.layout-2 {
    width: 100%;
  }
}
.dashboard-wrapper .d-c-a-box .d-c-head {
  padding: 10px 15px;
}
.dashboard-wrapper .d-c-a-box .d-c-head.d-c-head-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 15px;
}
.dashboard-wrapper .d-c-a-box .d-c-head.d-c-head-select select.inputs-control {
  width: max-content;
  padding: 0 4px;
}
.dashboard-wrapper .d-c-a-box .d-c-head .d-c-title {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.dashboard-wrapper .d-c-a-box .d-c-head.tab-main .d-c-btn {
  border: unset;
  background: unset;
  color: #404040;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.dashboard-wrapper .d-c-a-box .d-c-head.tab-main .d-c-btn.active {
  color: #2D68AC;
  font-weight: 500;
  position: relative;
}
.dashboard-wrapper .d-c-a-box .d-c-head.tab-main .d-c-btn.active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  left: 0;
  background: #2D68AC;
}
.dashboard-wrapper .d-c-a-box .d-c-body {
  border-top: 1px solid #E8E5E1;
  padding: 15px;
}
.dashboard-wrapper .d-c-a-box .d-c-body .chart-box {
  text-align: center;
}
.dashboard-wrapper .d-c-a-box .d-c-body .chart-box.graph-box {
  width: 100%;
  height: 187px;
}
.dashboard-wrapper .d-c-a-box .d-c-body .chart-box.graph-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dashboard-wrapper .d-c-a-box .d-c-body.activity-body {
  padding: unset;
  height: 290px;
  max-height: 290px;
  overflow-y: auto;
}
.dashboard-wrapper .analytics-status {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.dashboard-wrapper .analytics-status .a-s-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.dashboard-wrapper .analytics-status .a-s-flex .a-s-set {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dashboard-wrapper .analytics-status .a-s-flex .a-s-set .a-s-clr {
  width: 15px;
  height: 15px;
  border-radius: 2px;
}
.dashboard-wrapper .analytics-status .a-s-flex .a-s-set .a-s-clr.total-bg {
  background-color: #E8E4E0;
}
.dashboard-wrapper .analytics-status .a-s-flex .a-s-set .a-s-clr.active-bg {
  background-color: #6691C2;
}
.dashboard-wrapper .analytics-status .a-s-flex .a-s-set .a-s-clr.inactive-bg {
  background-color: #2D68AC;
}
.dashboard-wrapper .analytics-status .a-s-flex .a-s-set .a-s-txt {
  color: #807971;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.dashboard-wrapper .analytics-status .a-s-flex .a-s-count {
  color: #2D2D2D;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.dashboard-wrapper .dashboard-progress-bar-comp {
  display: flex;
  gap: 14px;
  align-items: center;
}
.dashboard-wrapper .dashboard-progress-bar-comp .p-b-c-percentage {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.dashboard-wrapper .dashboard-progress-bar-comp .d-progress-bar-bg {
  border-radius: 5px;
  background: #E8E4E0;
  height: 6px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.3s all;
}
.dashboard-wrapper .dashboard-progress-bar-comp .d-progress-bar-bg .d-progress-bar-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 6px;
  background-color: #2D68AC;
  transition: 0.3s all;
}

.activity-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #E8E5E1;
  padding: 15px;
}
.activity-list:hover {
  background: #F7F6F5;
}
.activity-list:hover .view-details .c-l-i-b-l-c-txt {
  display: block;
}
.activity-list .a-l-left {
  display: flex;
  gap: 10px;
}
.activity-list .a-l-left .material-symbols-rounded {
  color: #2D68AC;
  font-size: 24px;
}
.activity-list .a-l-left .a-l-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.activity-list .a-l-left .a-l-title {
  color: #2D68AC;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.42px;
}
.activity-list .a-l-left .a-l-reminder {
  color: #807971;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 0.36px;
}
.activity-list .a-l-left .a-l-hrs {
  color: #BBB4AD;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 0.36px;
}
.activity-list .a-l-left .a-l-profile {
  width: 35px;
  height: 35px;
}
.activity-list .a-l-left .a-l-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.activity-list .a-l-date {
  color: #2A9D99;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}
.activity-list .c-l-i-b-l-c-txt {
  border: unset;
  background: unset;
  padding: unset;
  font-family: Alice;
  color: #2D68AC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  /* 21px */
  position: relative;
}
.activity-list .c-l-i-b-l-c-txt::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #EBD114;
}

.m-d-b-details .badge-group {
  margin-top: 8px;
}

.m-d-b-d-flex {
  display: flex;
  gap: 10px;
  align-items: center;
}
.m-d-b-d-flex .m-d-b-name {
  color: #2D68AC;
  font-family: "Alice", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.2px;
}
.m-d-b-d-flex .m-d-b-role {
  color: #2A9D99;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.75px;
  position: relative;
  top: 1px;
}

.m-d-b {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.m-d-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}

.view-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: end;
}
.view-details .c-l-i-b-l-c-txt {
  display: none;
  font-family: "DM Sans", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .view-details .c-l-i-b-l-c-txt {
    display: block;
  }
}

.dashboard-breif {
  margin-top: 15px;
  color: #404040;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.45px;
}

.content-set-block .content-title {
  font-family: "Alice", serif;
  color: #2D68AC;
  font-size: 22px;
}
.content-set-block .breif-content {
  margin-top: 10px;
}
.content-set-block ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.content-set-block ul li {
  margin-bottom: 8px;
}
.content-set-block ul li:last-child {
  margin-bottom: unset;
}

.privacy-content-spacing {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/*# sourceMappingURL=main.css.map */
