@charset "UTF-8";
.svgBox {
  position: absolute;
  top: 66px;
  left: 26px;
}

.modal {
  display: none !important;
}

.topnavBar {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  background: #FFF;
  -webkit-box-shadow: 278px 9.21px 40px var(--blue, -6.74px) rgba(39, 76, 119, 0.16);
          box-shadow: 278px 9.21px 40px var(--blue, -6.74px) rgba(39, 76, 119, 0.16);
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 100;
}
.topnavBar .topNavInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 87%;
}
.topnavBar .ltop {
  width: 250px;
}
.topnavBar .toplogo {
  height: 51px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topnavBar .toplogo img {
  max-width: 160px;
}
.topnavBar .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.topnavBar .info span {
  color: var(--black-title, #333);
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
}
.topnavBar .updatedTitle {
  color: var(--black-title, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 156%; /* 24.96px */
  letter-spacing: 0.16px;
}
.topnavBar .updatedInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black-title, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 156%; /* 24.96px */
  letter-spacing: 0.16px;
}
.topnavBar .updatedInfo .updatedDate {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
  letter-spacing: 0.16px;
}
.topnavBar .updatedInfo .updatedTime {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
  letter-spacing: 0.18px;
}
.topnavBar .updatedInfo .updatedUser {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
  letter-spacing: 0.16px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.main .leftNavBar {
  max-width: 238px;
  background-color: #fff;
  height: 100vh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #FFF;
  -webkit-box-shadow: 10px 76px 22px -9px rgba(39, 76, 119, 0.16);
          box-shadow: 10px 76px 22px -9px rgba(39, 76, 119, 0.16);
  z-index: 1000;
  position: sticky;
  top: 0;
  left: 0;
}
.main .leftNavBar .smitems {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-left: 20px;
}
.main .leftNavBar .smitems .subList {
  padding: 13px 10px 5px 30px;
}
.main .leftNavBar .smitems .subList a {
  font-size: 15px;
}
.main .leftNavBar .menu {
  margin-top: 40px;
}
.main .leftNavBar .leftLogo {
  max-width: 180px;
  margin: 0 auto;
  padding-top: 60px;
}
.main .leftNavBar .leftLogo img {
  width: 100%;
}
.main .leftNavBar .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 20px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--12, 20px);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.main .leftNavBar .items .iconNav {
  border-radius: var(--12, 12px);
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--8, 8px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}
.main .leftNavBar .items .item {
  color: #333333;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  width: 100px;
}
.main .leftNavBar .items .item .arrow {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.main .leftNavBar .items .item .rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main .leftNavBar .items .active {
  border-radius: var(--20, 20px);
  background: #2064B0;
  font-style: bold;
  /* Drop shadow 1 */
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.main .leftNavBar .submenuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #878787;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
}
.main .leftNavBar .submenuItem::before {
  content: "";
  width: 10.85px;
  height: 100%;
  border: rgba(36, 34, 32, 0.16);
  background-color: #2064B0;
}
.main .leftNavBar .bottomInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-radius: 6px;
  background: #F5F5F5;
  padding: 10px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .leftNavBar .bottomText {
  color: var(--gray-title, #636363);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: #F5F5F5;
  padding-bottom: 20px;
}
.main .leftNavBar .btmInfos {
  background: #F5F5F5;
  border-radius: 6px;
  overflow: hidden;
}
.main .content {
  width: 1652px;
  /* Modal Overlay */
  /* Overlay background and modal positioning */
  /* Modal container */
  /* Close button styling */
}
.main .content .contentSection1 {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  /* Хувийн тоо */
  /* "수료" badge */
}
.main .content .contentSection1 .subSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 50;
}
.main .content .contentSection1 .subSection .leftTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.main .content .contentSection1 .subSection .leftTitle .menuTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--black-title, #333);
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content .contentSection1 .subSection .leftTitle .updatedDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.main .content .contentSection1 .subSection .leftTitle .updatedDate .text {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
}
.main .content .contentSection1 .subSection .leftTitle .updatedDate .date {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
}
.main .content .contentSection1 .subSection .leftTitle .updatedDate .time {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
}
.main .content .contentSection1 .subSection .rightTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
}
.main .content .contentSection1 .subSection .rightTitle .ddown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content .contentSection1 .subSection .rightTitle .title {
  font-weight: 700;
}
.main .content .contentSection1 .leftCard {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  overflow: hidden;
}
@media (max-width: 1800px) {
  .main .content .contentSection1 .leftCard {
    width: 50%;
  }
}
.main .content .contentSection1 .rightCard {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1800px) {
  .main .content .contentSection1 .rightCard {
    width: 50%;
  }
}
.main .content .contentSection1 .plusCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 0px solid #FEFEFE;
  background: #DADCE0;
  cursor: pointer;
}
.main .content .contentSection1 .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  position: relative;
}
.main .content .contentSection1 .frame .responseCard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1800px) {
  .main .content .contentSection1 .frame .responseCard {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.main .content .contentSection1 .frame .responseCard::-webkit-scrollbar {
  width: 8px;
}
.main .content .contentSection1 .frame .responseCard::-webkit-scrollbar-thumb {
  background: rgb(165, 165, 165); /* 스크롤바 색상 */
  border-radius: 10px; /* 스크롤바 둥근 테두리 */
}
.main .content .contentSection1 .frame .dashboard-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.main .content .contentSection1 .frame .titleWrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.main .content .contentSection1 .frame .text-wrapper {
  position: relative;
  font-weight: 700;
  color: #333;
  font-size: 18px;
}
.main .content .contentSection1 .frame .titleWrapper2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.main .content .contentSection1 .frame .text-wrapper-2 {
  width: 64px;
  font-weight: 700;
  color: #2064B0;
  font-size: 16px;
  text-align: center;
}
.main .content .contentSection1 .frame .plus-icon {
  width: 20px;
  height: 20px;
  padding-top: 3px;
}
.main .content .contentSection1 .frame .tableTitle {
  font-weight: 700;
  color: #333333;
  font-size: 18px;
}
.main .content .contentSection1 .frame .cardDivide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.main .content .contentSection1 .frame .video-part-wrapper {
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.main .content .contentSection1 .frame .video-part {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  padding: 20px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: var(--white);
  border-radius: 25px;
  border: 0.3px solid;
  border-color: var(--stroke-color);
  -webkit-box-shadow: 0px 0px 22px rgba(72, 128, 255, 0.1215686275);
          box-shadow: 0px 0px 22px rgba(72, 128, 255, 0.1215686275);
}
.main .content .contentSection1 .frame .video-card {
  position: relative;
  width: 309.041px;
  height: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main .content .contentSection1 .frame .overlap-group-wrapper {
  position: relative;
  width: 310px;
  height: 180px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0705882353);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0705882353);
}
.main .content .contentSection1 .frame .overlap-group {
  position: relative;
  height: 180px;
}
.main .content .contentSection1 .frame .black-bg {
  position: absolute;
  width: 310px;
  height: 180px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7098039216);
}
.main .content .contentSection1 .frame .content {
  position: absolute;
  width: 309px;
  height: 180px;
  top: 0;
  left: 0;
}
.main .content .contentSection1 .frame .vert-icon {
  position: absolute;
  width: 16px;
  height: 18px;
  top: 14px;
  left: 282px;
}
.main .content .contentSection1 .frame .dot {
  position: absolute;
  width: 3px;
  height: 4px;
  top: 1px;
  left: 7px;
  background-color: #ffffff;
  border-radius: 1.67px/1.88px;
}
.main .content .contentSection1 .frame .dot-2 {
  top: 7px;
  position: absolute;
  width: 3px;
  height: 4px;
  left: 7px;
  background-color: #ffffff;
  border-radius: 1.67px/1.88px;
}
.main .content .contentSection1 .frame .dot-3 {
  top: 13px;
  position: absolute;
  width: 3px;
  height: 4px;
  left: 7px;
  background-color: #ffffff;
  border-radius: 1.67px/1.88px;
}
.main .content .contentSection1 .frame .videoTitle {
  position: absolute;
  width: 275px;
  height: 124px;
  top: 43px;
  left: 17px;
}
.main .content .contentSection1 .frame .title {
  position: absolute;
  width: 275px;
  height: 32px;
  top: -21px;
  left: 0;
  font-family: "Noto Sans KR-Bold", Helvetica;
  font-weight: 700;
  color: var(--primary-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
}
.main .content .contentSection1 .frame .videoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 275px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  position: absolute;
  top: 22px;
  left: 0;
}
.main .content .contentSection1 .frame .subtitle {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 15px;
  margin-top: -1px;
  font-family: "Noto Sans KR-Medium", Helvetica;
  font-weight: 500;
  color: var(--primary-white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}
.main .content .contentSection1 .frame .video-date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}
.main .content .contentSection1 .frame .video-date {
  position: relative;
  width: 275px;
  height: 20px;
  margin-top: -1px;
  font-family: "Noto Sans KR-Light", Helvetica;
  font-weight: 300;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}
.main .content .contentSection1 .frame .videoInfo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  position: absolute;
  top: 97px;
  left: 1px;
}
.main .content .contentSection1 .instructorName {
  font-weight: 400;
  font-size: 14px;
}
.main .content .contentSection1 .frame .videoUser {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 3px 10px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 5px;
}
.main .content .contentSection1 .frame .user {
  position: relative;
  width: 20px;
  height: 20px;
}
.main .content .contentSection1 .frame .video-time {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans KR-Bold", Helvetica;
  font-weight: 700;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}
.main .content .contentSection1 .frame .view {
  position: relative;
  /* width: 572px; */
  height: 424px;
  background-color: #ffffff;
  border-radius: 25px;
  overflow-y: auto;
  border: 0.3px solid;
  border-color: #f7f9fc;
  -webkit-box-shadow: 0px 0px 22px rgba(72, 128, 255, 0.1215686275);
          box-shadow: 0px 0px 22px rgba(72, 128, 255, 0.1215686275);
}
.main .content .contentSection1 .frame .view::-webkit-scrollbar {
  width: 8px;
}
.main .content .contentSection1 .frame .view::-webkit-scrollbar-thumb {
  background: rgb(165, 165, 165); /* 스크롤바 색상 */
  border-radius: 10px; /* 스크롤바 둥근 테두리 */
}
.main .content .contentSection1 .frame .view td {
  padding: 20px;
}
.main .content .contentSection1 .circular-progress {
  width: 24px;
  height: 24px;
  position: relative;
}
.main .content .contentSection1 .circular-progress svg {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.main .content .contentSection1 .circular-progress circle {
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.main .content .contentSection1 .circular-progress .bg {
  stroke: #E0E0E0;
}
.main .content .contentSection1 .circular-progress .progress {
  stroke: #2196F3;
  stroke-dasharray: 62.8;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
}
.main .content .contentSection1 .tableProcess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .content .contentSection1 .progress-text {
  color: #626262;
  font-size: 14px;
  font-family: "Noto Sans KR-Regular", Helvetica;
}
.main .content .contentSection1 .progress-text {
  color: #333;
  font-size: 14px;
}
.main .content .contentSection1 .status-complete {
  background: #E8F5E9;
  color: #2E7D32;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 14px;
}
.main .content .contentSection1 .dropdownBox {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 12px 5px rgba(172, 172, 172, 0.1);
          box-shadow: 0px 4px 12px 5px rgba(172, 172, 172, 0.1);
}
.main .content .contentSection2 .settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content .contentSection2 .cart-button {
  padding: 3px 10px;
  color: white;
  border-radius: 15px;
  font-size: 12px;
}
.main .content .contentSection2 .cart-number {
  font-size: 18px;
  font-weight: bold;
}
.main .content .contentSection2 .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .content .contentSection2 .screen {
  background-color: #bfbfbf;
  border-radius: 100px;
  width: 100%;
  height: 13px;
  text-align: center;
  padding: 0px;
  font-weight: bold;
  color: #3a3a3a;
  font-size: 11px;
  line-height: 1;
}
.main .content .contentSection2 .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content .contentSection2 .title {
  font-weight: bold;
  font-size: 18px;
}
.main .content .contentSection2 .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.main .content .contentSection2 .filters_show {
  background-color: #2064b0;
  padding: 5px 16px;
  border-radius: 4px;
  color: white;
}
.main .content .contentSection2 .filters_show i {
  margin-left: 5px;
}
.main .content .contentSection2 .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 14px;
  padding: 15px;
  font-size: 14px;
  gap: 15px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}
.main .content .contentSection2 .tablet-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 10px;
}
.main .content .contentSection2 .cart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  color: #636363;
}
.main .content .contentSection2 .cart-info h4 {
  color: #333333;
}
.main .content .contentSection2 .cart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .content .contentSection2 .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .content .contentSection2 .indicator {
  background: #fff2f5;
  width: 100%;
  border-radius: 4px;
  height: 4px;
}
.main .content .contentSection2 .indicator::before {
  content: "";
  background: #2064b0;
  width: 49%;
  border-radius: 4px;
  height: 4px;
  position: absolute;
  z-index: 1;
}
.main .content .contentSection2 .percent {
  text-align: right;
}
.main .content .contentSection2 .blue-dot {
  background-color: #2064b0;
}
.main .content .contentSection2 .yellow-dot {
  background-color: #ffc130;
}
.main .content .contentSection2 .gray-dot {
  background-color: #979797;
}
.main .content .contentSection2 .empty-card {
  background-color: #efefef;
  gap: 30px;
}
.main .content .contentSection2 .dot {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}
.main .content .contentSection2 .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.main .content .contentSection2 .b-number {
  font-size: 35px;
}
.main .content .contentSection2 .text-center {
  text-align: center;
}
.main .content .contentSection2 .current-number {
  font-size: 32px;
  color: #b8b8b8;
  text-align: center;
  font-weight: bold;
}
.main .content .contentSection2 .linkStyle {
  color: #2064B0;
  text-decoration: underline;
}
.main .content .contentSection2 .tableHoverItem {
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 12px 5px rgba(172, 172, 172, 0.1);
          box-shadow: 0px 4px 12px 5px rgba(172, 172, 172, 0.1);
  display: none;
  position: absolute;
  z-index: 100000;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.main .content .contentSection2 .mHover tr:hover {
  background-color: #EFF5FC;
}
.main .content .contentSection2 .quizContainer {
  padding-top: 30px;
  color: #333;
}
.main .content .contentSection2 .quizContainer .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.main .content .contentSection2 .quizContainer .section1 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 12px 5px rgba(172, 172, 172, 0.1);
          box-shadow: 0px 4px 12px 5px rgba(172, 172, 172, 0.1);
  padding: 1.8rem;
}
.main .content .contentSection2 .quizContainer .section1__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.main .content .contentSection2 .quizContainer .section1__bottom__item {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .content .contentSection2 .quizContainer .section1__bottom__item__title {
  color: #333;
  font-weight: 500;
}
.main .content .contentSection2 .quizContainer .section1__bottom__item__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fafafa;
  gap: 8px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 14px;
}
.main .content .contentSection2 .quizContainer .section1__bottom__item__value input {
  background-color: #fafafa;
}
.main .content .contentSection2 .quizContainer .section1__bottom__item__value1 {
  color: #636363;
  font-weight: 400;
}
.main .content .contentSection2 .quizContainer .section1__bottom__item__button {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 3px 6px;
}
.main .content .contentSection2 .quizContainer .section1__bottom__item input {
  border: none;
}
.main .content .contentSection2 .quizContainer .section1__bottom__item input:focus {
  outline: none;
  border: none;
}
.main .content .contentSection2 .quizContainer .section1__bottom__btn {
  border-radius: 8px;
  border: 2px solid #bfdffa;
  padding: 12px 16px;
  background: #fff;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(72, 176, 240, 0.16);
          box-shadow: 0px 0px 0px 4px rgba(72, 176, 240, 0.16);
  font-size: 16px;
}
.main .content .contentSection2 .quizContainer .section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f0f0f0;
  border-radius: 26px;
  padding: 40px 80px;
}
.main .content .contentSection2 .quizContainer .section1__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .content .contentSection2 .quizContainer .section1__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .content .contentSection2 .quizContainer .section2__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content .contentSection2 .quizContainer .section2__top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content .contentSection2 .quizContainer .section2__top__title h2 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.main .content .contentSection2 .quizContainer .section2__top__title h2 span {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.main .content .contentSection2 .quizContainer .section2__top__qn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 5px;
  padding: 15px 25px;
  gap: 40px;
  color: #333333;
}
.main .content .contentSection2 .quizContainer .section2__top__qn__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 24px;
}
.main .content .contentSection2 .quizContainer .section2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  gap: 30px;
  padding: 35px 40px;
}
.main .content .contentSection2 .quizContainer .section2__body__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.main .content .contentSection2 .quizContainer .section2__body__title__content {
  text-wrap: nowrap;
  font-weight: bold;
}
.main .content .contentSection2 .quizContainer .section2__body__title__number {
  font-weight: bold;
}
.main .content .contentSection2 .quizContainer .section2__body__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 30px;
}
.main .content .contentSection2 .quizContainer .section2__body__questionreal {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
.main .content .contentSection2 .quizContainer .section2__body__answerslist_addimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
  width: 100%;
}
.main .content .contentSection2 .quizContainer .section2__body__answerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 60%;
}
.main .content .contentSection2 .quizContainer .section2__body__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  border: 1px solid #e9eaeb;
  border-radius: 12px;
  padding: 16px;
}
.main .content .contentSection2 .quizContainer .section2__body__answer__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #ebf3ff;
  border-radius: 50%;
  background-color: #e2e8ff;
  width: 32px;
  height: 32px;
}
.main .content .contentSection2 .quizContainer .section2__body__answer__input {
  border: none;
  border-bottom: 1px solid black;
  padding: 0px 10px;
  width: 100%;
}
.main .content .contentSection2 .quizContainer .section2__body__answer__input:focus {
  outline: none; /* Removes the default focus outline */
}
.main .content .contentSection2 .quizContainer .section2__body__addimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .content .contentSection2 .quizContainer .section2__body__addimage__correctanswer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.main .content .contentSection2 .quizContainer .section2__body__addimage__correctanswer__answerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 700;
}
.main .content .contentSection2 .quizContainer .section2__body__addimage__correctanswer__answerlist__selectbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: pointer;
}
.main .content .contentSection2 .quizContainer .section2__body__addimage__correctanswer__answerlist__selectbtn:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #2064b0;
  border: 2px solid #2064b0;
  border-radius: 50%;
}
.main .content .contentSection2 .quizContainer .section2__body__addimage__correctanswer__answerlist__selectbtn--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #2064b0;
  border: 2px solid #2064b0;
  border-radius: 50%;
}
.main .content .contentSection2 .quizContainer .section2__body__addimage__dragdrop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 1px dashed #2064b0;
  border-radius: 8px;
  padding: 50px;
  height: 195px;
}
.main .content .contentSection2 .quizContainer .section2__body__addimage__dragdrop__icon {
  width: 36px;
  height: 36px;
}
.main .content .contentSection2 .quizContainer .section2__body__addimage__dragdrop__btn {
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #999;
  cursor: pointer;
  background-color: white;
}
.main .content .contentSection2 .quizContainer .section2__body__addimage__dragdrop__text {
  color: #666;
  font-size: 12px;
}
.main .content .contentSection2 .quizContainer .bottom_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 14px;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  color: #215fa5;
  font-size: 20px;
  font-weight: bold;
}
.main .content .contentSection2 .quizContainer .bigbtn-container {
  float: right;
  margin: 25px;
}
.main .content .contentSection2 .quizContainer .bigbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2064b0;
  border-radius: 10px;
  padding: 10px 40px;
  color: #fff;
  gap: 20px;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.main .content .contentSection2 .quizContainer .bigbtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 50%;
  padding: 0px;
  border: 4px solid #eeeeee;
}
.main .content .borderStyle {
  border-radius: 8px;
  border: 2px solid #EDEDED;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(221, 221, 221, 0.16);
          box-shadow: 0px 0px 0px 4px rgba(221, 221, 221, 0.16);
}
.main .content .modal1 {
  z-index: 100000; /* Ensure the modal is on top of other elements */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Ensures the modal content is centered */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
  visibility: hidden;
  opacity: 0; /* Modal is fully transparent when hidden */
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition for showing/hiding */
}
.main .content .modal1[aria-hidden=false] {
  visibility: visible;
  opacity: 1; /* Fade in the modal */
}
.main .content .modal1 .relative {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .content .modal1 button {
  outline: none;
}
.main .content .modal1 button:hover {
  cursor: pointer;
}
.main .content #select-modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent overlay */
  z-index: 50; /* Ensure it stays above other elements */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center modal vertically */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center modal horizontally */
  z-index: 100000; /* Ensure the modal is on top of other elements */
}
.main .content #select-modal .plusBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 28px;
  border: 6px solid #F9F9F9;
  background: #FFF;
}
.main .content #select-modal .eduWrapper {
  background: rgba(216, 216, 216, 0.29);
  border-radius: 8px;
  margin-bottom: 30px;
}
.main .content #select-modal .processingBlue {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #2064B0;
}
.main .content #select-modal .processingGreen {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #00A950;
}
.main .content #select-modal .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  padding-bottom: 10px;
}
.main .content #select-modal .mainTitle {
  color: #181D27;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.main .content #select-modal .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .content #select-modal .wrapper .textWrap .mTitle {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.main .content #select-modal .wrapper .textWrap .subTitle {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.main .content #select-modal .wrapper .textWrap .detail {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
}
.main .content #select-modal .relative {
  overflow-y: auto; /* Scrollable content if needed */
  border-radius: 0.5rem; /* Rounded corners */
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  padding: 1rem; /* Inner padding */
}
.main .content #closeModalBtn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.main .content #emptyCardModal {
  z-index: 100000; /* Ensure the modal is on top of other elements */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Ensures the modal content is centered */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
  opacity: 0; /* Modal is fully transparent when hidden */
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition for showing/hiding */
}
.main .content #emptyCardModal[aria-hidden=false] {
  visibility: visible;
  opacity: 1; /* Fade in the modal */
}
.main .content #emptyCardModal .relative {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .content #emptyCardModal button {
  outline: none;
}
.main .content #emptyCardModal button:hover {
  cursor: pointer;
}
.main .content .btnPlus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 28px;
  border: 6px solid #F8F8F8;
  background: #F0F0F0;
}
.main .content .plusTitle {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
.main .content .plusTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .content .plusTextarea {
  border-radius: 8px;
  border: 2px solid #EDEDED;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(221, 221, 221, 0.16);
          box-shadow: 0px 0px 0px 4px rgba(221, 221, 221, 0.16);
}
.main .content .plusCheckbox-container {
  display: inline-block;
  position: relative;
}
.main .content .plusCheckbox-container input[type=checkbox] {
  display: none;
}
.main .content .plusCheckbox-container input[type=checkbox] + label {
  width: 25px;
  height: 25px;
  border: 2px solid #2064B0;
  border-radius: 4px; /* Optional for rounded corners */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  background-color: #fff; /* Default background */
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.main .content .plusCheckbox-container input[type=checkbox]:checked + label {
  background-color: #2064B0;
  border-color: #2064B0;
}
.main .content .plusCheckbox-container input[type=checkbox]:checked + label::after {
  content: "✔";
  color: white;
  font-size: 14px; /* Adjust size as needed */
  font-weight: 400;
}
.main .content .modalBody {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.main .content .modalSub {
  color: #636363;
  font-size: 16px;
  font-weight: 400;
}
.main .content .dropDown {
  border-radius: 5px;
  border: 0.8px solid #E4E4E4;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px -10px rgba(39, 76, 119, 0.34);
          box-shadow: 0px 4px 20px -10px rgba(39, 76, 119, 0.34);
  position: relative;
}
.main .content .dropdownBox {
  padding: 1.8rem;
}
.main .content .langaugeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #EEE;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(72, 128, 255, 0.12);
          box-shadow: 0px 0px 22px 0px rgba(72, 128, 255, 0.12);
  padding: 8px 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .EnrollContent {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .EnrollContent table {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 12px 5px rgba(172, 172, 172, 0.1);
          box-shadow: 0px 4px 12px 5px rgba(172, 172, 172, 0.1);
}
.main .EnrollContent .tableHead {
  background-color: #2064B0;
  color: #FFF;
  padding: 14px 12px;
  text-align: left;
}
.main .EnrollContent .tableHead th {
  padding: 14px 12px;
  text-align: left;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.main .EnrollContent td {
  color: #636363;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 12px;
}
.main .EnrollContent .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main .EnrollContent .btnBox .addTablet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #2064B0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  -webkit-filter: drop-shadow(4px 4px 18px rgba(231, 228, 232, 0.8));
          filter: drop-shadow(4px 4px 18px rgba(231, 228, 232, 0.8));
}
.main .page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.main .page__numbers, .main .page__btn, .main .page__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2px;
  font-size: 16px;
  cursor: pointer;
}
.main .page__dots {
  color: #2064b0;
  cursor: initial;
}
.main .page__numbers {
  width: 1.6rem;
}
.main .page__numbers:hover {
  color: #2064B0;
}
.main .page__numbers.active {
  color: #ffffff;
  background: #2064B0;
  font-weight: 600;
  border: 1px solid #2064B0;
}
.main .page__btn {
  color: #2064b0;
  pointer-events: none;
}
.main .page__btn.active {
  color: #2d4848;
  pointer-events: initial;
}
.main .page__btn.active:hover {
  color: #2064B0;
}
.main .viewTimeSettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  gap: 20PX;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-size: 15px;
}
.main .bottomSettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .login .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.main .login .left-section .imgBox {
  width: 858px;
}
.main .login .left-section .imgBox .background-image {
  width: 100%;
  z-index: -1;
}
.main .login .right-section {
  background-color: #fff;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 24px 0px 0px 24px;
  width: 40%;
}
.main .login .login-form {
  width: 90%;
  max-width: 618px;
  background: #fff;
  padding: 70px 100px;
  text-align: center;
  border-radius: 25px;
  border: 0.3px solid #F7F9FC;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(72, 128, 255, 0.12);
          box-shadow: 0px 0px 22px 0px rgba(72, 128, 255, 0.12);
}
.main .login .login-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.main .login .login-form .title {
  color: #333;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 40px;
}
.main .login .login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.main .login .login-form label {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
.main .login .login-form input,
.main .login select {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.main .login .logo {
  max-width: 150px;
  margin-bottom: 20px;
}
.main .login form label {
  display: block;
  text-align: left;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}
.main .login form input,
.main .login form select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.main .login .btn {
  width: 120px;
  background: #2064b0;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 18px -2px rgba(231, 228, 232, 0.8);
          box-shadow: 4px 4px 18px -2px rgba(231, 228, 232, 0.8);
  font-weight: 700;
}
.main .login .login-btn {
  width: 100%;
  background-color: #ddd;
  color: #999;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: not-allowed;
}
.main .login .footer {
  margin-top: 20px;
}
.main .login .safe-buddy-logo {
  max-width: 120px;
}
.main .login .name-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
}
.main .login .btn:disabled {
  background: rgba(207, 207, 207, 0.5);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: not-allowed;
}
.main .login .site {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.main .login .fullwidth {
  width: 100%;
}