/* @font-face {
  font-family: NunitoSans-Bold;
  src: url("../fonts/NunitoSans-Bold.ttf");
} */

.NunitoSans-Bold {
  /* font-family: NunitoSans-Bold!important; */
  /* font-family: Arial-Bold !important; */
  font-family: 'Arial';
  font-weight: bold;
}

/* @font-face {
  font-family: NunitoSans-SemiBold;
  src: url("../fonts/NunitoSans-SemiBold.ttf");
} */

.NunitoSans-SemiBold {
  /* font-family: NunitoSans-SemiBold!important; */
  /* font-family: Arial-Bold !important; */
  font-family: 'Arial';
  font-weight: bold;
}

@font-face {
  font-family: NunitoSans-Regular;
  src: url("../fonts/NunitoSans-Regular.ttf");
}

/* @font-face {
  font-family: NunitoSans-ExtraBold;
  src: url("../fonts/NunitoSans-ExtraBold.ttf");
} */

.NunitoSans-ExtraBold {
  /* font-family: NunitoSans-ExtraBold; */
  /* font-family: Arial-ExtraBold !important; */
  font-family: 'Arial';
  font-weight: 900;
}

/* @font-face {
  font-family: Arial-Regular;
  font-family: 'Arial';
  src: url("../fonts/ArialMT.woff");
}
  

@font-face {
  font-family: Arial-Medium;
  font-family: 'Arial';
  src: url("../fonts/Arial-Mdm.woff");
}

@font-face {
  font-family: Arial-Bold;
  src: url("../fonts/Arial-BoldMT.woff");
} */
 

.Arial-Bold {
  /* font-family: Arial-Bold !important; */
  font-family: 'Arial';
  font-weight: bold;
}

/* 
@font-face {
  font-family: Arial-ExtraBold;
  src: url("../fonts/Arial-Black.woff");
} */

.Arial-ExtraBold {
  font-family: 'Arial';
  font-weight: 900;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/ArialMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Mdm.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-BoldMT.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

      
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #202224;
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, a, p {
  text-decoration: none;
  list-style: none;
}

p {
  margin-bottom: 0px;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: Arial-Bold; */
  margin-bottom: 0;
  font-family: 'Arial';
    font-weight: bold;
}

a, .transition, input[type="submit"], .line, header, .nav-item svg, .nav-item p {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

a {
  color: #ef9857;
  cursor: pointer;
}

input[type="submit"] {
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

textarea, input, select {
  border-radius: 0;
  resize: none;
  box-sizing: border-box;
}

table, tr, td, th {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

table {
  width: 100%;
}

img {
  max-width: 100%;
}

.preloader, .loader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: url("../images/loader.svg") no-repeat scroll center center #fff;
}

.preloader {
  z-index: 999999;
}

.loader {
  /* opacity: 0; */
  width: calc(100% - 225px);
  right: 0;
  left: auto;
  /* display: none; */
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #f5f6fa;
  font-size: 12px;
}

.menu-btn {
  display: block;
  width: 40px;
  height: 32px;
  cursor: pointer;
  margin-top: 15px;
  margin-left: 10px;
}

.menu-btn span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  border-radius: 30px;
  background-color: #000;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
.menu-btn span:first-child {
  transform-origin: 0% 0%;
}
.menu-btn span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
/* .line:nth-child(1) {
  margin-top: -13px;
}
.line:nth-child(2) {
  margin-top: -5px;
}
.line:nth-child(3) {
  margin-top: 4px;
} */
.active-menu-btn span:nth-child(1) {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -6px);
}

.active-menu-btn span:nth-child(2) {
  transform: rotate(-45deg) translate(0, 8px);
}

.active-menu-btn span:nth-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.img-logo {
  margin-top: -3px;
  margin-left: 10px;
  max-width: 105px;
}

.card-header, .card-footer {
  padding: 4px;
}

.card-body {
  padding: 12px;
}

.card-shadow {
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.06)
}

.h3, h3 {
  font-size: 18px;
}

.h4, h4 {
  font-size: 16px;
}

.h5, h5, .form-control, .btn {
  font-size: 14px;
}

.progress-value .h3, .icon-card h3 {
  font-size: 25px;
}

#pop-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

#overlay, #pageOverlay, #menu-overlay, #overlayMain {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.pageOverlayFixed {
  z-index: 999992!important;
}

.right-aside.card-main-fixed {
  top: 0;
  height: 100vh;
  z-index: 999993;
}
#menu-overlay {
  z-index: 99;
}
.actOverlay {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.actPopOverlay {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

*::-moz-selection {
  background: #000;
  color: #fff;
}

*::selection {
  background: #000;
  color: #fff;
}

.scrollbar {
  margin-right: 5px;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .1);
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000;
}

.green-scrollbar::-webkit-scrollbar-thumb {
  background-color: #7EBFBA;
}

.graphScrollbar::-webkit-scrollbar-thumb {
  background-color: #ECEDEF;
}

.graphScrollbar::-webkit-scrollbar-track {
  background-color: #F5F6FA;
}

.scrollbar.redScroll::-webkit-scrollbar-thumb {
  background-color: #e07a7a;
}

/* .scrollbar.scrollbar-gray::-webkit-scrollbar-thumb {
  background-color: #ECEDEF;
} */

.custChart::-webkit-scrollbar-track, .fc-scroller::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F6FA
}

.custChart::-webkit-scrollbar, .fc-scroller::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.custChart::-webkit-scrollbar-thumb, .fc-scroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ECEDEF;
}

.noheader header {
  display: none;
}

.btn {
  height: 43px;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-family: 'Arial';
  font-weight: bold;
}

/* .btn:hover {
	color: #fff;
  } */

.btn-gradient {
  /* background: linear-gradient(to right, #f5d494, #ef9857); */
  background: #000;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:active,
.btn-primary:hover{
  color: #fff;
  background-color: #000 !important;
  border-color: #000 !important;
}
.logo-main{
  max-width: 110px;
}
.card {
  border: none;
  border-radius: 14px;
  padding: 10px;
  overflow: hidden;
}

.card-header, .card-footer {
  background-color: #fff;
  border: none;
}

.noheader .card-header {
  padding: 50px 0 10px 0;
}

/* .noheader .card-header img{
	margin-bottom: 25px;
  } */

.card-header-title {
  padding: 1.25rem;
}

.text-title {
  font-size: 28px;
  color: #202224;
}

.card-header:first-child {
  border-radius: 25px 25px 0 0;
}

.card-header p:last-child {
  padding-right: 15px;
}

.card-footer:last-child {
  border-radius: 0 0 25px 25px;
  padding-bottom: 20px;
}

.card-body h4 {
  margin-bottom: 30px;
}

.form-control {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #606060;
  padding: 0px;
}

.form-control-small {
  font-size: 12px;
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ef9857;
}

.cust-link {
  color: #ef9857 !important;
  text-decoration: underline !important;
  font-family: 'Arial';
    font-weight: bold;
}

.checkbox-wrap {
  /* display: block; */
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 15px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrap input:not([type="text"]) {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1.5px solid #4d4e50;
  border-radius: 5px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-wrap input:checked~.checkmark:after {
  display: block;
}

.checkbox-wrap .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #4d4e50;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.forgot-password {
  margin-top: 8px;
  opacity: 0.6;
  font-size: 13px;
}

.forgot-password span {
  color: #202224;
}

.forgot-password:hover {
  opacity: 1;
}

.google-btn {
  background: linear-gradient(to right, #000, #000);
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.facebook-btn {
  background: #1877F2;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.google-btn img, .facebook-btn img {
  position: absolute;
  left: 2.5px;
  top: 3px;
  height: 36px;
}

.checkbox-container {
  background: #f5f6fa;
  border: 1px solid #D5D5D5;
}

.checkbox-container.checkbox-wrap {
  padding: 15px;
  /* padding-left: 45px; */
  border-radius: 10px;
}

.checkbox-container .checkmark {
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
}

.checkbox-container.checked {
  background: linear-gradient(#ffbbb8 0%, #e07a7a 100%);
  border: 1px solid #fff;
}

.checkbox-container.checked p, .checkbox-container.checked h5,.checkbox-container.checked h5 small {
  color: #fff;
}

.checkbox-container .col-5 h5 {
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
}

.checkbox-wrap.checkbox-container.checked .checkmark:after, .checkbox-wrap.checkbox-container.checked .checkmark {
  border-color: #fff;
}

.course-title {
  /* text-transform: uppercase; */
  margin: 0;
  margin-left: 30px;
}

select.form-control {
  background-image: url("../images/icons/down.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.form-control{
  padding: 0 10px;}

/* .sign-up-process2, .sign-up-process3, .sign-up-process4, .tabStudy2, .selectcoursedays, .selectcoursedays2, .selectstudydays, .selectstudydays2 {
  display: none;
} */

.selectcoursedays .col-4 p {
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
  margin-bottom: 20px;
}

.card-body-head {
  padding-bottom: 10px;
}

.card-body-head h4, .card-body-head p {
  margin-bottom: 8px;
  color: #565656;
}

.text-custom-secondary {
  color: #e07a7a;
}

.text-custom-blue {
  color: #000;
}

.btn-next {
  color: #e07a7a;
}

.submit-next {
  background-color: transparent;
}

.btn-next:hover {
  text-decoration: none;
  color: #e07a7a;
}

.btn-next img {
  padding-left: 8px;
}

.tab-wrapper {
  display: flex;
  position: relative;
}

.svelte-tabs__tab-list {
  border-bottom: 0px !important;
}

.svelte-tabs__tab-panel {
  margin-top: 0px !important;
}

.svelte-tabs__tab:focus {
  outline: none !important;
}

.tab-header, .svelte-tabs__tab {
  padding: 10px 30px 10px 0px !important;
  cursor: pointer !important;
  border-bottom: 2px solid rgba(104, 104, 228, 0.2) !important;
  outline: none !important;
  min-width: 175px;
}

.tab-header:not(:last-child), .svelte-tabs__tab:not(:last-child) {
  margin-right: 15px !important;
}

.tab-header h5 {
  margin-bottom: 0px;
  opacity: 0.5;
}

.tab-header.active, .tab-header.activeTab, .svelte-tabs__selected {
  /* .tab-header.active, .tab-header.activeTab { */
  /* border-bottom: 2px solid #000 !important; */
  border-bottom: 2px solid #000 !important;
}

.tab-header.active h5, .tab-header.activeTab h5 {
  opacity: 1;
}

.tab-header-checked {
  background-image: url("../images/icons/checked.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

/* .btn-prev {
	padding: 10px;
	position: absolute;
	top: 0px;
	left: -35px;
  } */

.tab-wrapper-study {
  margin-bottom: 30px;
  border-color: #7551e9;
}

.option-button {
  display: none;
}

.option-line-button {
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid #000;
  color: #000;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 25px;
  cursor: pointer;
}

.option-button:checked+.option-line-button {
  /* background: linear-gradient(#000 0%, #000 100%); */
  background: #000;
  color: #fff;
}

.option-flat-button {
  border-radius: 4px;
  background: #f5f6fa;
  border: 1.5px solid #d5d5d5;
  color: #261718;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 15px;
  cursor: pointer;
}

.option-button:checked+.option-flat-button {
  /* background: linear-gradient(#000 0%, #000 100%); */
  background: #000;
  color: #fff;
  border: 1.5px solid #000;
}

header {
  padding: 0px;
  top: 0;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 99;
}

#topicData.d-block {
  z-index: 99991;
}

.navbar {
  padding: 0px;
}

.searchbox {
  padding: 0 10px 0 50px;
  border-radius: 20px;
  border: 0.6px solid #d5d5d5;
  background: url("../images/icons/search.svg") no-repeat scroll 20px center #f5f6fa;
}

.notification-count {
  color: #fff;
  background: linear-gradient(to right, #000 0, #000 100%);
  height: 20px;
  width: 20px;
  top: 10px;
  right: 0px;
  line-height: 20px;
  font-size: 12px;
  font-family: 'Arial';
  font-weight: bold;
}

.sidebar {
  left: 0;
  top: 60px;
  height: calc(100% - 60px);
  width: 75px;
  z-index: 100;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  box-shadow: 6px 6px 54px rgb(0 0 0 / 5%);
}
.sidebar.active-aside {
  width: 225px;
}

.right-aside {
  right: -100%;
  top: 60px;
  left: auto;
  border-radius: 0px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: calc(100vh - 60px);
  width: 30%;
  z-index: 99999;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px;
}

.act-right-aside {
  right: -5px;
}

.right-aside hr {
  background-color: #F5F6FA;
}

.right-aside .card-header {
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.06);
}

.right-aside .card-body {
  padding: 40px;
}

.sidebar-cardbody {
  overflow: auto;
  overflow-x: hidden;
}

.content-wrapper {
  width: calc(100% - 75px);
  float: right;
  padding: 30px;
  margin-top: 60px;
}

aside ul li {
  /* margin: 5px 0; */
  cursor: pointer;
}

aside ul li:first-child {
  margin-top: 0px;
}

aside .navbar-nav a.nav-link {
  display: block;
  padding: 18px;
  padding-left: 26px;
}

.nav-item svg {
  height: 20px;
  width: 20px;
  margin-right: 0;
  margin-top: -3px;
  fill: #606060;
}
aside.active-aside .nav-item svg {
  margin-right: 27px;
}

[aria-current] {
  background-color: #ea7f11;
  border-radius: 0px 12px 12px 0px;
  position: relative;
}

.nav-link-orange [aria-current] {
  /* background: linear-gradient(to right, #F5D494, #EF9857); */
  background: #000;
}

.nav-link-blue [aria-current], .actsmTab, .secTab {
  background: linear-gradient(to right, #000, #000);
}

.nav-link-red [aria-current] {
  /* background: linear-gradient(to right, #FFBBB8, #E07A7A); */
  background: #000;
}

.nav-link-green [aria-current] {
  /* background: linear-gradient(to right, #C5E6E0, #7EBFBA); */
  background: #000;
}

[aria-current] p {
  color: #fff !important;
}

.nav-item.nav-link-orange svg {
  /* fill: url("#linear-gradient-home"); */
  fill: #000;
}

.safariBody .nav-item.nav-link-orange svg{
  /* fill:#EF9857; */
  fill:#000;
}

.nav-item.nav-link-blue svg {
  /* fill: url("#linear-gradient-topics"); */
  fill:#000;
}

.safariBody .nav-item.nav-link-blue svg{
  fill:#000;
}

.nav-item.nav-link-red svg {
  /* fill: url("#linear-gradient-classes"); */
  /* fill:#E07A7A; */
  fill: #000;
}

.safariBody .nav-item.nav-link-red svg{
  fill:#000;
  /* fill:#E07A7A; */
}

.nav-item.nav-link-green svg {
  /* fill: url("#linear-gradient-pratical"); */
  fill: #000;
}

.safariBody .nav-item.nav-link-green svg{
  /* fill:#7EBFBA; */
  fill:#000;
}

[aria-current] svg, .nav-link-orange [aria-current] svg, .nav-link-blue [aria-current] svg, .nav-link-red [aria-current] svg, .nav-link-green [aria-current] svg,.safariBody [aria-current] svg, .safariBody .nav-link-orange [aria-current] svg, .safariBody .nav-link-blue [aria-current] svg,.safariBody .nav-link-red [aria-current] svg,.safariBody .nav-link-green [aria-current] svg{
  fill: #fff;
}

.sidebar .nav-item, .sidebar.active-aside {
  border-radius: 0px 12px 12px 0px;
}

aside .navbar-nav a.nav-link p {
  display: none;
}

aside.active-aside .navbar-nav a.nav-link p {
  display: block;
}

/* [aria-current]:before {
  position: absolute;
  content: "";
  left: -34px;
  top: 0;
  height: 100%;
  width: 8px;
  background-color: #ea7f11;
  border-radius: 5px;
} */

aside {
  left: 0;
  height: calc(100% - 60px);
  overflow: auto;
  background-color: #fff;
}

aside ul li p {
  /* font-family: NunitoSans-Semibold; */
  font-family: 'Arial';
  font-weight: bold;
  color: #828282;
  font-size: 14px;
  line-height: 18px;
}

aside ul li:hover p {
  color: #ea7f11;
}

aside ul li.nav-link-orange:hover p {
  color: #ea7f11;
}

aside ul li.nav-link-blue:hover p {
  color: #000;
}

aside ul li.nav-link-red:hover p {
  color: #e07a7a;
}

aside ul li.nav-link-green:hover p {
  color: #7ebfba;
}

aside ul li:hover svg {
  fill: #ea7f11;
}

aside ul li[aria-current]:hover p {
  color: #fff;
}

aside ul li[aria-current]:hover svg {
  fill: #fff;
}

.cust-mt {
  margin-top: 58px;
}

.success-arrow {
  height: 90px;
  margin-bottom: 30px;
}

.otp-verification {
  display: none;
}

/*.date-input {
  background-image: url('../images/icons/calender.svg');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 20px;
}
*/

.note span, .text-orange {
  color: #EF9857;
}

.cursor-pointer {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.dashboard-wrapper .card, .card.card-box {
  padding: 0px;
}

.dashboard-wrapper .card-header, .orangeBorder .card-header, .blueBorder .card-header, .redBorder .card-header, .head_tabs .card-header, .journey .card-header {
  border-bottom: 1px solid #F5F6FA;
}

.dashboard-wrapper .card h5, .orangeBorder .card-header h5, .blueBorder .card-header h5, .redBorder .card-header h5, .head_tabs .card-header h5, .journey .card-header h5 {
  margin: 7px 16px;
  /* margin: 5px 15px; */
  position: relative;
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
}

.dashboard-wrapper .card h5:after, .orangeBorder .card-header h5:after, .blueBorder .card-header h5:after, .head_tabs .card-header h5:after, .classes.card .card-header h5:after, .journey .card-header h5:after, .redBorder.card .card-header h5:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 3px;
  width: 50px;
}

.dashboard-wrapper .card-footer {
  padding-top: 0px;
}

.topics, .practice, .tests {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.topics {
  background-image: url('../images/dashboard/topics-back.svg');
}

.practice {
  background-image: url('../images/dashboard/practice-back.svg');
}

.tests {
  background-image: url('../images/dashboard/tests-back.svg');
}

.topics .card-footer, .practice .card-footer, .tests .card-footer {
  background-color: transparent;
}

.topics .card-footer p, .practice .card-footer p, .tests .card-footer p {
  color: rgba(32, 34, 36, .5);
}

.topics.card h5:after {
  background-color: #000;
}

.topics .progress-bar {
  border-color: #000;
}

.practice.card h5:after {
  background-color: #7EBFBA;
}

.practice .progress-bar {
  border-color: #7EBFBA;
}

.classes.card .card-header h5:after, .redBorder.card .card-header h5:after {
  background-color: #E07A7A;
}

.tests.card h5:after, .orangeBorder .card-header h5:after {
  background-color: #EF9857;
}

.blueBorder .card-header h5:after {
  background-color: #000;
}

.tests .progress-bar {
  border-color: #EF9857;
}

.progress {
  width: 100px;
  height: 100px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  display: table;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.progress-value .h3 {
  margin-bottom: 0px;
}

.tab-title .progress-control, .svelte-tabs__tab .progress-control {
  margin-top: 15px;
  min-width: 140px;
}

.progress-linear {
  display: flex;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background-color: #e9ecef;
  border-radius: 5px;
}

.progress-linear::after {
  content: none;
}

.progress-linear .progress-linear-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
  border-radius: 5px;
}

.journey {
  background-image: url('../images/journey.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}

.card-header h5 {
  color: #261718;
}

.journey *, .journey .card-header h5 {
  color: #fff;
}

.journey .card-header {
  background-color: transparent;
}

.journey.card h5:after {
  background-color: #fff;
}

.watch-btn {
  height: 40px;
  border-radius: 11px;
  background: rgba(255, 255, 255, .2);
}

.active-tab {
  color: #000;
}

.active-tab:after {
  background-color: #000;
}

.subject-title.subject-blue.active-tab:after {
  background-color: #000;
}

.subject-title.subject-red.active-tab:after {
  background-color: #E07A7A;
}

.subject-title.subject-green.active-tab:after {
  background-color: #7EBFBA;
}

.subject-title.subject-orange.active-tab:after {
  background-color: #EF9857;
}

.dashboard-wrapper .topic h5 {
  margin: 0px;
}

.tabs h5 {
  cursor: pointer;
  position: relative;
}

.badge {
  padding: 5px 25px;
  font-size: 14px;
  border-radius: 10px;
  transition: all .2s;
  cursor: pointer;
  min-width: 140px;
  font-size: 13px;
}

.badge-weak {
  background: rgba(255, 187, 184, .2);
  color: #E07A7A;
  position: relative;
}

.badge-important {
  background: linear-gradient(rgba(142, 143, 238, .1) 0%, rgba(104, 104, 228, .1) 100%);
  min-width: auto;
  margin-bottom: 3px;
  margin-right: 3px;
}

.badge-important span {
  color: #7551E9;
}

.badge-weak span {
  color: #E07A7A;
}

.badge-sub {
  opacity: 0;
  display: none;
}

.badge:hover .badge-main {
  opacity: 0;
  display: none;
}

.badge:hover .badge-sub {
  opacity: 1;
  display: inline-block;
}

.badge-strong {
  background: rgba(126, 191, 186, .2);
  color: #7EBFBA;
}

.badge-strong span {
  color: #7EBFBA;
}

.badge-average {
  background: rgba(239, 152, 87, .2);
  color: #EF9857;
}

.badge-average span {
  color: #EF9857;
}

.d-flex {
  align-items: flex-start;
  align-content: flex-start;
}

.badge.badge-info {
  min-width: auto;
  padding: 5px 10px;
}

.badge-info {
  border: 1px solid rgba(104, 04, 288, .1);
  background-color: #fff;
  border-radius: 14px;
}

.badge-info .badge-main {
  font-size: 14px;
  color: rgba(104, 04, 288, .4);
  font-family: 'Arial';
    font-weight: bold;
}

.badge-info:hover {
  background: linear-gradient(to right, #000, #000);
}

.badge-info:hover .badge-sub {
  color: #fff;
}

.topic-status {
  color: #7EBFBA;
  font-size: 14px;
}

.topic-block .col-8 {
  max-width: calc(100% - 250px);
  flex: unset;
}

.icon-group {
  height: 60px;
  overflow: hidden;
}

.topic-block .icon-group.col-4 {
  max-width: 250px;
  min-width: 250px;
}

.icon-group .progress {
  height: 42px;
  width: 42px;
  margin: 0 10px;
}

.icon-group .progress .progress-bar {
  border-width: 2px;
}

.icon-group .progress::after {
  border-width: 2px;
}

.progress-value img {
  height: 18px;
  max-width: 20px;
}

.progress-control-text {
  display: none;
  font-family: 'Arial';
    font-weight: bold;
}

.progress.video .progress-control-text {
  color: #e07a7a;
}

.progress.test .progress-control-text {
  color: #7EBFBA;
}

.progress.class .progress-control-text {
  /* color: #000; */
  color: #000;
}

.progress:hover .progress-control .progress-control-img {
  display: none;
}

.progress:hover .progress-control .progress-control-text {
  display: inline-block;
}

.video .progress-bar {
  border-color: #E07A7A;
}

.progress-details {
  position: absolute;
  width: 130px;
  top: 52px;
  top: 43px;
  right: 139px;
  font-size: 12px;
  font-family: 'Arial';
    font-weight: bold;
  display: none;
  z-index: 99;
}

.progress-list.video:hover .progress-details {
  display: inline-block;
  /* right: 80px; */
  right: 46px;
}

.progress-list.test:hover .progress-details {
  display: inline-block;
  /* right: 12px; */
  right: -18px;
}

.progress-list.class:hover .progress-details {
  display: inline-block;
  right: -12px;
}

.progress-list.topics-list.video:hover .progress-details {
  display: inline-block;
  right: 84px;
}

.progress-list.topics-list.test:hover .progress-details {
  display: inline-block;
  right: 7px;
}

.progress-list.topics-list.class:hover .progress-details {
  display: inline-block;
  right: -12px;
}

.progress-list .progress-details {
  width: max-content;
  right: unset;
  left: 50%;
  transform: translateX(-50%);
}

.progress-list.class .progress-details {
  width: max-content;
  right: unset;
  left: 13%;
  transform: translateX(-50%);
}

.progress-list.video .progress-details {
  color: #E07A7A;
}

.progress-list.test .progress-details {
  color: #7EBFBA;
}

.progress-list.class .progress-details {
  /* color: #000; */
  color: #000;
}

.test .progress-bar {
  border-color: #7EBFBA;
}

.class .progress-bar {
  /* border-color: #000; */
  border-color: #000;
}

hr {
  border-color: #F5F6FA;
  margin: 20px 0;
  width: 100%;
}

.or {
  position: relative;
  margin-bottom: 40px;
}

.or span {
  position: absolute;
  top: -10px;
  left: calc(50% - 20px);
  background-color: #fff;
  padding: 0 10px;
  color: rgba(0, 0, 0, .2);
}

.inactive {
  opacity: .1;
}

.topic-block::before {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  background-image: url(../images/icons/state.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  top: 38%;
  left: 27px;
}

.completed-state:before {
  background-image: url(../images/icons/completed-state.svg);
  height: 20px;
  width: 20px;
  left: 22px;
  background-size: 20px;
}

.ongoing-state:before {
  background-image: url(../images/icons/ongoing-state.svg);
}

.line {
  position: absolute;
  left: 32px;
  top: 30px;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #f5f5f5;
}

.course-wrap, .card-test-module {
  max-height: 350px;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 5px;
}

.course-wrap hr {
  width: 96%;
  margin-left: 4%;
}

.tabs span {
  margin-left: 20px;
  font-size: 14px;
}

.target {
  background-color: #242644;
}

.target * {
  color: #fff;
}

.dashboard-wrapper .target h5 {
  margin: 0px;
  margin-bottom: 10px;
}

.dashboard-wrapper .resourse-block h5, .dashboard-wrapper .class-block h5 {
  margin: 0px;
}

.resourse-block img {
  height: 60px;
  margin: 0 25px;
}

.dashboard-wrapper .class-block h5:after {
  display: none;
}

.class-schedule * {
  color: #E07A7A;
}

.steps {
  position: relative;
  width: 250px;
  margin: 0 auto;
  float: right;
}

.steps ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.steps ul li {
  width: 30px;
  height: 30px;
  border: 1px solid #BABABA;
  border-radius: 50%;
  text-align: center;
  margin: 0 15px;
  z-index: 1;
  background: #fff;
}

.steps ul li p {
  line-height: 30px;
  color: #BABABA;
  padding-right: 0px !important;
}

.steps ul .currentStep {
  background-color: #7EBFBA;
  border-color: #7EBFBA;
}

.steps ul .currentStep p {
  color: #fff;
}

.stepLine {
  position: absolute;
  top: 15px;
  left: 30px;
  height: 1px;
  width: calc(100% - 60px);
  background-color: #E1E1E1;
  z-index: 0;
}

.steps ul li.completedStep {
  background: url("../images/icons/tick.svg") no-repeat scroll center center #7EBFBA;
  border: none;
}

.steps ul li.completedStep p {
  color: transparent;
}

.form-group label, .iti {
  display: block !important;
}

.addTestBtn {
  border: 2px solid #4d4e50;
  line-height: 30px;
  margin: 25px 0;
}

/* .paymnet-details * {
  color: #e67575;
} */

.paymnet-details h3 {
  font-size: 25px;
  margin: 20px 0 20px 0 !important;
}

.paymnet-details {
  padding: 30px 0px;
}

.or-seperator {
  color: #bababa;
}

.dashboardLink a {
  color: #BABABA;
}

.dashboardLink a:hover {
  text-decoration: underline;
  color: #000;
}

.blue-skip p {
  color: #ef9857;
  position: absolute;
  right: 30px;
  cursor: pointer;
}

.planBullet {
  text-align: left;
  margin-left: 75px;
}

.planBullet li {
  list-style-image: url('../images/icons/bullet.svg');
  margin-bottom: 10px;
}

.planBullet li p {
  color: #202224;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
  padding-left: 5px;
}

.planBullet li p:hover {
  color: #202224;
}

.planPrice, .planPrice span {
  color: #000;
}

.planPrice {
  font-size: 16px;
}

.planPrice span {
  font-size: 35px;
}

.planPrice span.text-small {
  font-size: 16px;
}

.upgradeBtn {
  /* background: linear-gradient(#000 0%, #000 100%); */
  background: #000;
  color: #fff;
}

.cancelBtn, .cancelBtn:hover {
  color: #000;
}

.right-aside button {
  width: 100%;
  margin-bottom: 20px;
}

.premiumWrap {
  overflow: auto;
}

.premiumWrap h4 {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
}

.premiumWrap hr {
  border-color: #EAEAEA;
}

.progressWrap svg {
  width: 70px;
  margin-top: 10px;
}

.progressWrap .progress-value {
  font-family: 'Arial';
  font-weight: bold;
}

.locked-list:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.locked, .locked-list:after {
  background-image: url('../images/icons/locked.svg');
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

.locked-list-quiz:after {
  background-image: url('../images/icons/locked.svg');
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

.locked-list-test {
  margin-right: 13px;
}

/* .locked-list-test.locked-list:after {
  right: 15px;
} */

.topic-block.locked {
  background-position: 95% center;
}

.topic-block.locked .progress {
  visibility: hidden;
}

.locked *, .locked-list * {
  opacity: .5;
}

.text-opacity {
  opacity: 0.7;
}

.text-opacity-5 {
  opacity: 0.5;
}

#notesarea, .text-header-list {
  color: #261718;
}

.locked-list {
  position: relative;
  width: 100%;
  display: block;
}

.takeTest {
  color: #EF8604;
  cursor: pointer;
}

.test-sub-details {
  font-size: 13px;
  color: #828282;
  margin-left: 5px;
}

.test-tab .tab-title, .test-tab .svelte-tabs__tab {
  padding: 15px 20px !important;
  border-radius: 15px;
  margin-right: 20px;
  background: #fff;
  /* min-height: 65px; */
  margin-bottom: 10px;
  border-bottom: 0px !important;
  position: relative;
  padding-bottom: 10px !important;
}

.test-tab .tab-title.active.active-bg-blue, .bg-blue, .test-tab .svelte-tabs__tab.svelte-tabs__selected.active-bg-blue {
  background: linear-gradient(to right, #000, #000);
}

.test-tab .tab-title.active.active-bg-red, .bg-red, .test-tab .svelte-tabs__tab.svelte-tabs__selected.active-bg-red, .bg-red {
  background: linear-gradient(to right, #ffbbb8, #e07a7a);
}

.test-tab .tab-title.active.active-bg-green, .bg-green, .test-tab .svelte-tabs__tab.svelte-tabs__selected.active-bg-green, .bg-green {
  background: linear-gradient(to right, #c5e6e0, #7ebfba);
}

.test-tab .tab-title.active.active-bg-orange, .bg-orange, .test-tab .svelte-tabs__tab.svelte-tabs__selected.active-bg-orange, .bg-orange {
  background: linear-gradient(to right, #f5d494, #ef9857);
}

.pageTabs .svelte-tabs__selected {
  background: linear-gradient(to right, #000, #000);
}

.tab-title.active *, .pageTabs .svelte-tabs__selected * {
  color: #fff !important;
}

.pageTabs .svelte-tabs__selected .progress-linear .progress-linear-bar {
  background: #fff;
}

.pageTabs .svelte-tabs__selected .progress-linear {
  background-color: #ffffff33;
}

.tab-title-main h5 {
  margin-top: 9px;
}

.text-slow, h6.text-slow {
  opacity: 0.5;
  font-size: 14px;
}

.active-bg-blue .progress-linear {
  background-color: #6868e433;
}

.active-bg-blue .progress-linear .progress-linear-bar {
  background: #000;
}

.active.active-bg-blue .progress-linear, .active.active-bg-red .progress-linear, .active.active-bg-green .progress-linear, .active.active-bg-orange .progress-linear {
  background-color: #ffffff33;
}

.active.active-bg-blue .progress-linear .progress-linear-bar, .active.active-bg-red .progress-linear .progress-linear-bar, .active.active-bg-green .progress-linear .progress-linear-bar, .active.active-bg-orange .progress-linear .progress-linear-bar {
  background: #fff;
}

.active-bg-red .progress-linear {
  background-color: #e07a7a33;
}

.active-bg-red .progress-linear .progress-linear-bar {
  background: #E07A7A;
}

.active-bg-green .progress-linear {
  background-color: #7ebfba33;
}

.active-bg-green .progress-linear .progress-linear-bar {
  background: #7EBFBA;
}

.active-bg-orange .progress-linear {
  background-color: #ef985733;
}

.active-bg-orange .progress-linear .progress-linear-bar {
  background: #EF9857;
}

.icon-card {
  padding: 18px 8px;
  margin-bottom: 20px;
}

.topic-icon-card {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.bg-blue .card-footer, .bg-blue .card-header {
  background-color: transparent;
}

.bg-blue .card-header {
  border-bottom: 1.5px solid rgba(245, 246, 250, .3);
}

.card-score {
  color: #000;
  margin-bottom: 10px;
}

.card-text {
  color: #261718;
  opacity: 0.5;
  font-size: 13px;
  padding: 0px 30px;
}

.card-sub-score {
  color: #000 !important;
  font-size: 18px;
}

.card-score span.card-sub-score {
  color: #ef9857!important;
}

.graph-svg-tip {
  background: #fff !important;
  box-shadow: 0 2px 10px #ddd;
}

.graph-svg-tip .svg-pointer {
  border-top-color: #fff !important;
}

.frappe-chart circle {
  fill: #ef9857 !important;
}

.frappe-chart path, .frappe-chart circle {
  stroke: #ef9857 !important;
}

.graph-svg-tip.comparison li {
  border-top: 2px solid #ef9857 !important;
}

.graph-svg-tip strong {
  color: #000 !important;
}

.bg-blue .card-footer, .bg-blue .card-header {
  background-color: transparent;
}

.bg-blue .card-header {
  border-bottom: 1.5px solid rgba(245, 246, 250, .3);
}

.card-score {
  padding: 10px 0px;
}

.card-score * {
  color: #fff;
}

.card.card-score h5 {
  position: relative;
}

.card.card-score h5:after {
  background-color: #fff;
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  height: 3px;
  width: 50px;
}

.card-score .progress::after {
  border: 8px solid rgba(245, 246, 250, .5);
}

.text-blue {
  /* color: #000 !important; */
  color: #000 !important;
}

.text-black, .card-question p.text-black {
  color: #828282 !important;
}

.text-orange {
  color: #EF9857 !important;
}

.text-green {
  color: #7EBFBA !important;
}

.text-red {
  color: #E07A7A !important;
}

.journey-section th {
  border-top: none;
}

.card-box .card-body {
  /* padding: 12px 20px; */
  padding: 12px 24px;
}

/* .journey-section p{
  font-size: 14px;
} */

.journey-section td p {
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
}

.journey-section td a {
  text-decoration: underline;
  text-decoration-color: #261718;
}

.journey-section th:nth-child(2) p, .journey-section td:nth-child(2) p {
  color: #7EBFBA;
}

.journey-section th:nth-child(3) p, .journey-section td:nth-child(3) p {
  color: #E07A7A;
}

.journey-section th:nth-child(4) p, .journey-section td:nth-child(4) p {
  color: #EF9857;
}

.journey-section th:nth-child(5) p, .journey-section td:nth-child(5) p {
  color: #828282;
}

.journey-section th:nth-child(6) p, .journey-section td:nth-child(6) p {
  color: #000;
}

.journey-section.table thead th {
  border-color: #F5F6FA;
}

/* Journey-details */

.test-details-tab .tab-title {
  min-height: auto;
  padding: 25px 55px!important;
}

.question-filter, .time-filter {
  border-bottom: none;
  background-color: transparent;
  color: #828282;
  background-image: url(../images/icons/down-gray.svg)!important;
}

.question-filter:focus, .time-filter:focus {
  background-color: transparent;
}

.no-padding {
  padding: 0px;
}

.topic-details-list .h5 {
  margin: 0px;
}

.topic-details-list {
  padding: 15px 5px;
  border-bottom: 1px solid #F5F6FA;
}

.topic-details-list:last-child {
  border-bottom: 1px solid transparent;
}

/* table css for journey */

.tab-title {
  cursor: pointer;
}

.table-jouney-details {
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.04);
  margin-bottom: 0px;
}

.table-jouney-details th {
  border-top: none;
  padding: 20px 12px;
}

.table-jouney-details.table-jouney-details-border th {
  border-top: 1px solid #2022241a;
}

.table-jouney-details th p {
  color: #828282;
  font-family: 'Arial';
  font-weight: bold;
}

.table-jouney-details-border tbody th, .table-jouney-details-border tbody th p {
  font-weight: normal;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
}

.table-jouney-details.table-jouney-details-border thead th p {
  color: #fff;
}

.table-jouney-details.table-jouney-details-border thead th {
  border-bottom: none;
} 

.table-jouney-details.table-jouney-details-border tbody tr:first-child th {
  border-top: none;
}

.table-jouney-details.table-jouney-details-border thead tr {
  color: #fff;
  background: linear-gradient(to right, #F5D494, #EF9857);
}

.table-topic-main {
  font-family: 'Arial';
  font-weight: bold;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f6fa80;
}

.table-jouney-details thead th {
  border-bottom: 1px solid #2022241a;
}

.table-bordered.table-jouney-details th:first-child, .table-bordered.table-jouney-details td:first-child {
  border-left: none;
}

.table-bordered.table-jouney-details.table-jouney-details-border tbody th:first-child {
  border-left: 1px solid #2022241a;
}

.table-bordered.table-jouney-details th:last-child, .table-bordered.table-jouney-details td:last-child {
  border-right: none;
  text-align: left;
}

.table-bordered.table-jouney-details tr:last-child td {
  border-bottom: none;
}

.table-bordered.table-jouney-details tr td p {
  color: #202224;
}

.table-jouney-details p {
  font-size: 12px;
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
}

.table-bordered.table-jouney-details tr td:first-child a {
  text-decoration: underline;
  text-decoration-color: #261718;
}

.table-jouney-details tr td:last-child {
  text-transform: capitalize;
}

.card-question {
  padding: 20px;
  border-radius: 14px;
}

.wrapper-info-right .card-question {
  padding: 10px 0;
}

.wrapper-info-right .card-question .card-question-wrapper {
  padding: 10px 0;
}

.video-box {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.video-box img {
  display: block;
  width: 100%;
}

.video-box:after {
  content: '';
  background: #0000008c;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.video-play {
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.question-choice .checkbox-wrap.checkbox-container .check-title ol {
  margin-bottom: 0px;
}

.question-choice .checkbox-container {
  background: #fff;
  border: none;
}

.question-choice .checkbox-container.checked {
  color: #fff;
  background: linear-gradient(to right, #000 0%, #000 100%);
}

.checkbox-container.checked .check-title * {
  color: #FFFFFF!important;
}

.question-choice .checkbox-container.checkbox-wrap {
  padding: 25px 22px;
  border-radius: 14px;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.06);
}

.question-choice-practice .checkbox-container.checkbox-wrap {
  padding: 25px 12px;
  width: calc(100% - 20px);
  margin-left: 5px;
  
}

.check-title {
  margin-left: 30px;
}

.question-choice-practice .check-title {
  margin-left: 45px;
}

.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  /* height: 20px;
  width: 20px; */
  height: 16px;
  width: 16px;
  background-color: transparent;
  /* border: 1.2px solid #000; */
  border: 1.2px solid #000;
  border-radius: 50%;
}

.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container .radiomark {
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
}

.question-choice-test .checkbox-container .radiomark {
  left: 3%;
}

.checkbox-wrap input:checked~.radiomark:after {
  display: block;
  background-color: #000;
}

.checkbox-wrap .radiomark:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* width: 10px;
  height: 10px; */
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
}

.question-choice .checkbox-container.checked * {
  color: #fff !important;
}

/* .question-choice .checked-incorrect.checked, .question-choice .checkbox-container.checked { */

.question-choice .checked-incorrect.checked {
  background: linear-gradient(to left, #ffbbb8, #e07a7a);
}

.question-choice .checked-correct.checked, .question-choice-practice .checkbox-container.checked {
  background: linear-gradient(to left, #C5E6E0 0, #7EBFBA 100%);
}

.checkbox-wrap.checked-incorrect.checked .radiomark:after, .checkbox-wrap.checked .radiomark:after {
  background: #E37F7F;
}

.checkbox-wrap.checked-correct.checked .radiomark:after {
  background: #7EBFBA;
}

.checkbox-wrap.checkbox-container.checked .radiomark {
  background: #fff;
  border-color: #fff;
}

.checkbox-wrap.checkbox-container.checked-incorrect.checked .radiomark {
  border-color: #e07a7a;
}

.checkbox-wrap.checkbox-container.checked-correct.checked .radiomark {
  border-color: #7EBFBA;
}

a.btn {
  line-height: 28px;
}

.btn-gradient-blue {
  /* background: linear-gradient(to right, #000 0, #000 100%); */
  background: #000;
}

.btn-outline-blue.backbtn:disabled, .btn-gradient-blue.nextbtn:disabled, .btn-gradient-blue.backnextbtn:disabled, .btn-outline-blue.backnextbtn:disabled, .end-test-section-btn:disabled, .save-exit-btn:disabled, .btn-gradient-green.nextbtn:disabled, .btn-gradient-green.backnextbtn:disabled, .btn-primary.reg-submit-btn:disabled {
  background: #57595a !important;
  cursor: not-allowed;
}

.end-test-section-cancel-btn:disabled {
  color: #57595a !important;
  cursor: not-allowed;
}

.btn-outline-blue.backbtn:disabled, .btn-outline-blue.backnextbtn:disabled {
  color: white;
  border: 2px solid #57595a;
}

.btn-outline-green.backnextbtn:disabled {
  border: 2px solid #57595a;
  color: #57595a !important;
}

.quebtn.disabled, .actOverlay.disabled {
  pointer-events: none !important;
  cursor: not-allowed;
}

.quebtn.actQue.disabled {
  background: #57595a !important;
}

.btn-outline-red.flagset:disabled {
  color: #57595a !important;
  cursor: not-allowed;
  border: 2px solid #57595a;
  fill: #57595a;
}

.btn-outline-red.flagset:disabled svg, .btn-outline-red.flagset:disabled span {
  color: #57595a !important;
  fill: #57595a;
}

.btn-gradient-green {
  background: linear-gradient(to right, #C5E6E0 0, #7EBFBA 100%);
  color: #fff;
}

.btn-outline-green {
  border: 2px solid #7EBFBA;
  color: #7EBFBA;
}

.btn-outline-green:hover, .btn-outline-primary.btn-outline-green:not(:disabled):not(.disabled):active {
  background: linear-gradient(to right, #C5E6E0 0, #7EBFBA 100%);
  border-color: #f5f6fa;
}

.btn-gradient-red {
  background: linear-gradient(to right, #ffbbb8 0, #e07a7a 100%);
}

.btn-outline-blue {
  border: 2px solid #000;
  color: #000;
}

.btn-outline-blue:hover, .btn-outline-blue.btn-outline-primary:not(:disabled):not(.disabled):active {
  background: linear-gradient(to right, #000 0, #000 100%);
  border-color: #000;
}

.btn-outline-red {
  border: 2px solid #E07A7A;
  color: #E07A7A;
}
.btn-outline-orange{
  border: 2px solid #EF9857;
  color: #EF9857;
}
.btn-outline-dark, .btn-outline-dark:hover, .btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #202224!important;
  background: transparent!important;
  border: 2px solid #202224!important;
}

.test-topics {
  padding-top: 10px;
}

.test-topics p {
  padding-left: 10px;
  padding-right: 10px;
}

.question-control img {
  min-height: 30px;
}

/* video popup */

.card-popup {
  background: #fff;
  padding: 0px;
  border-radius: 10px;
  width: 40%;
  position: fixed;
  /* height :400px */
  /* min-height: 300px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 15px;
  max-height: calc(100vh - 150px);
}

.popup-close {
  font-size: 30px;
  line-height: 15px;
  color: #606060;
}

.popup-close:hover, .popup-close:focus {
  color: #606060;
}

.quiz-img {
  margin-top: 25px;
  margin-bottom: 30px;
}

.quiz-text img {
  height: 40px;
  padding: 0 10px;
}

.quiz-text p {
  color: #fff;
  font-size: 20px;
}

.card-score.journey .card-header {
  border-bottom: 1.5px solid rgba(245, 246, 250, .3);
}

.text-light-gray {
  color: #828282 !important;
}

.practice-list .topic-details-list {
  padding: 20px 5px;
}

.practice-control {
  /* border: 1px solid #F5F6FA; */
  border: 1.5px solid #F5F6FA;
  /* padding: 10px 15px; */
  border-radius: 50%;
  position: relative;
  transition: all .2s;
  height: 40px;
  width: 40px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}

.practice-control:not(:last-child) {
  margin-right: 10px;
}

.practice-control:hover {
  background: #F5F6FA;
}

.hover-detils {
  position: absolute;
  top: 40px;
  right: 0px;
  font-size: 12px;
  font-family: 'Arial';
  font-weight: bold;
  display: none;
  width: max-content;
  margin: 0px !important;
}

.practice-control:hover .hover-detils {
  display: inline-block;
}

.text-quiz {
  width: 44px;
}

.text-quiz .hover-detils {
  min-width: 60px;
  /* right: 10px; */
}

.card-score.text-orange .card-sub-score {
  color: #ef9857;
}

.headBtns {
  position: absolute;
  right: 50px;
}

.apvideo {
  width: 100%;
  height: 325px;
  border-radius: 10px;
}

.greenText, #resendMsg {
  color: #7EBFBA !important;
}

.blueText {
  color: #000 !important;
}

.redText {
  color: #E07A7A !important;
}

.blueBtn, .actQue {
  /* background: linear-gradient(#000 0%, #000 100%); */
  background: #000;
  color: #fff;
}

.question-swiper .actQue {
  background: linear-gradient(#C5E6E0 0%, #7EBFBA 100%);
}

.timelineWrap {
  position: fixed;
  right: 30px;
  width: calc(100% - 105px);
  filter: drop-shadow(6px 6px 30px rgba(0, 0, 0, 0.06));
  bottom: 20px;
  z-index: 6;
}

.timelineWrap.timelineWrapFixed, .timelineWrap.timelineWrapQuestionFixed {
  position: fixed;
  right: 0;
  width: 100%;
  filter: none;
  bottom: 0;
  border-top: 1px solid #ebebeb;
}

.timelineWrapQuestionFixed .card-shadow {
  min-height: 75px;
}

.timelineWrapFixed .card-body {
  padding: 0.8rem 1.5rem!important;
}

.timelineWrapQuestionFixed .card-body {
  padding: 1rem 1.5rem!important;
}

.timeline li {
  /* padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer; */
  padding: 0px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 58px;
  justify-content: center;
}

.timeline li p {
  color: #202224;
  font-family: 'Arial';
    font-weight: bold;
  width: 100%;
  text-align: center;
}

.timeline li img {
  padding-top: 3px;
  margin-bottom: -10px;
}

.timeline li.actQue p, .timeline li.btn-gradient-green p {
  color: #fff;
}

.timelineWrapFixed .timeline li {
  min-height: 48px;
  border-radius: 15px;
}

.card-plain {
  border-radius: 0;
  padding: 0!important;
  padding-right: 10px!important;
}

.contentFixedWrapper {
  padding-bottom: 110px;
  margin-top: 0;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
}

.wrapper-details {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999991;
  width: calc(100% + 15px);
  padding: 1rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.wrapper-info {
  padding-top: 4rem;
}

.classRow p, .classRow p span {
  margin-left: 18px;
  color: #828282;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
}

.classRow p:first-child, .classRow p span:first-child {
  margin-left: 0px;
}

.commentBox p {
  color: #BABABA;
  margin-top: 5px
}

.commentBox hr {
  margin: 15px 0;
}

.joined {
  background-color: #EBEBEB;
  font-size: 12px;
  padding: 2px 5px;
  width: 70px;
  text-align: center;
  border-radius: 10px;
}

.commentWrap {
  background-color: #EBEBEB;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}

.commentWrap form input, .commentWrap input {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  height: 50px;
  padding-left: 30px;
  width: calc(100% - 40px);
}

.commentWrap form button, .commentWrap button {
  background-color: #fff;
  border-top-right-radius: 10px;
  padding: 10px;
  border-bottom-right-radius: 10px;
  width: 70px;
  height: 50px;
  padding-right: 30px;
}

.rescheduleBlock p {
  color: #828282;
}

.topicBox .checkmark {
  border: 2px solid #4d4e50;
}

.topicBox .checkbox-wrap .checkmark:after {
  top: 2px;
  left: 5.5px;
  border-width: 0 2px 2px 0;
}

.topicBox .checkmark, .topicBox .checkbox-wrap .checkmark:after {
  border-color: #00B69B;
}

.btn-gradient-green img {
  height: 10px;
}

.quizUl {
  padding-left: 50px;
  padding-right: 50px;
}

.quizUl li {
  text-align: left;
  list-style: disc;
  color: #000;
  margin: 10px 0;
  font-size: 18px;
}

.quizUl li p {
  font-size: 18px;
}

.diffWrap .topicBox {
  text-align: center;
  margin-left: 25px;
}

.diffWrap .topicBox:first-child {
  margin-left: 0px;
}

.diffWrap .topicBox .checkmark {
  left: 5px;
}

.diffWrap .topicBox p {
  margin-top: 10px;
  color: #202224;
}

.card-footer.topicBox {
  background-color: #F8F8F8;
  border-radius: 0 0 14px 14px;
  padding: 15px 30px 4px 30px;
}

.col-12.topicBox .checkbox-wrap {
  margin-top: -10px;
}

.smTabs {
  padding-right: 15px;
}

.smTabs p {
  display: block;
  padding: 5px 18px;
  background-color: #F5F6FA;
  /* border-radius: 5px; */
  cursor: pointer;
  position: relative;
  font-size: 14px;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
}

.smTabs p:not(:last-child):after {
  position: absolute;
  width: 1px;
  height: calc(100% - 10px);
  top: 5px;
  right: 0px;
  content: '';
  display: inline-block;
  background: rgba(0, 0, 0, .1);
}

.actsmTab, .secTab {
  color: #fff;
  border-radius: 5px;
}

.active-bg-blue.actsmTab, .active-bg-blue.secTab {
  background: linear-gradient(to right, #000, #000);
}

.active-bg-red.actsmTab, .active-bg-red.secTab {
  background: linear-gradient(to right, #ffbbb8, #e07a7a);
}

.active-bg-green.actsmTab, .active-bg-green.secTab {
  background: linear-gradient(to right, #c5e6e0, #7ebfba);
}

.active-bg-orange.actsmTab, .active-bg-orange.secTab {
  background: linear-gradient(to right, #f5d494, #ef9857);
}

.books-mark, .bookmark {
  cursor: pointer;
  height: 18px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.books-mark {
  background-image: url('../images/resourses/bookmark.svg');
}

.bookmark {
  background-image: url('../images/icons/book-mark.svg');
}

.bookmarked {
  background-image: url('../images/resourses/bookmarked.svg');
}

.bookmarked#bookmark-readingmaterial {
  background-image: url('../images/icons/bookmarked.svg');
  background-size: cover;
}

.flashbooked {
  background-image: url('../images/icons/flashbooked.svg');
}

.bookWrap .books-mark {
  position: absolute;
  right: 25px;
  top: 25px;
}

.bookWrap p {
  color: #828282;
}

.contact-icon {
  width: 60px
}

.flash-card .card-body {
  position: relative;
  background-color: #fff;
}

.flash-card p {
  color: #AAB0BB;
}

.flash-card .card-body img, .formulaWrap img {
  max-height: 100px;
  margin: 20px auto;
}

.comment-link span {
  color: #AAB0BB;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
}

/* .addFlashcard {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: auto;
  padding: 5px 15px;
  height: 50px;
  border-radius: 10px;
  background: #bababa;
  z-index: 99;
  text-align: center;
  cursor: pointer;
  transition: .5s all;
}

.addFlashcard p {
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  font-size: 25px;
}
.addFlashcard p span{
  color: #fff;
  font-size: 18px;
  display: none;
}
.addFlashcard:hover{
  background: linear-gradient(to right, #000, #000);
}
.addFlashcard:hover p span{
  display: inline-block;
} */

.flashoverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 20px;
  opacity: 0;
  transition: .5s all;
  cursor: pointer;
  display: table;
}

.overlayWrap {
  display: table-cell;
  vertical-align: middle;
}

.flashoverlay p {
  color: #fff;
}

.flash-card .card-body .flashoverlay img {
  height: 70px;
}

.flash-card .card-body:hover .flashoverlay {
  opacity: 1;
}

.whatsapp-checklist p, .text-main {
  font-size: 16px;
}

.whatsappcheck .checkmark, .form-custom .whatsappcheck .checkmark {
  height: 14px;
  width: 14px;
  border-radius: 0px;
  /* border: 2px solid #000; */
  border: 2px solid #000;
}

.whatsappcheck .checkmark:after, .form-custom .whatsappcheck .checkmark:after, .form-custom .checkbox-wrap.whatsappcheck .checkmark:after {
  border-color: #000;
  border-width: 0 2px 2px 0;
  left: 3.6px;
  top: 0.5px;
  width: 4px;
  height: 8px;
}

.form-custom .checkbox-wrap.whatsappcheck .checkmark:after {
  left: 2.8px;
}

.form-group .whatsappcheck {
  line-height: 16px;
}

.google-visualization-tooltip {
  border: none !important;
  background: #fff;
  opacity: 0.9;
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.16));
  border-radius: 5px !important;
}

svg>g:last-child>g:last-child {
  pointer-events: none !important;
}

div.google-visualization-tooltip {
  pointer-events: none !important
}

#performance-by-section div.google-visualization-tooltip .google-visualization-tooltip-item-list li:first-child, #performance-by-section div.google-visualization-tooltip .google-visualization-tooltip-square, #performance-by-section div.google-visualization-tooltip .google-visualization-tooltip-item span:not(:last-child) {
  display: none;
}

.versionWrap .checkbox-wrap, .versionWrap .form-group {
  margin-bottom: 0px;
}

.versionWrap .form-group label {
  color: #fff;
}

.versionWrap .form-group .checkmark {
  border-radius: 10px;
  height: 16px;
  width: 16px;
}

.versionWrap .checkbox-wrap .checkmark:after {
  border-width: 2px;
  height: 6px;
  width: 6px;
  top: 3.2px;
  border-radius: 6px;
  left: 3.3px;
  background-color: #fff;
}

/* .topics .card-header,.practice .card-header, .tests .card-header{
  padding: 5px 0;
} */

.topicsGraph {
  position: absolute;
  left: 15px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.nav-item {
  position: relative;
}

.nav-item a {
  transition: none !important;
}

.submenu {
  position: absolute;
  right: 0;
  top: 60px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 0;
  box-shadow: 8px 8px 50px rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none;
  transition: .5s all;
  width: 225px;
}

.submenu li {
  padding: 10px 25px;
}

.user-submenu li p {
  color: #261718;
  font-family: 'Arial';
  font-weight: bold;
}

.courseSubmenu li {
  margin-left: 15px;
  padding: 5px 25px;
}

.courseSubmenu li p {
  font-size: 12px;
  /* font-family: NunitoSans-Semibold; */
  font-family: 'Arial';
  font-weight: bold;
}

.submenu li img {
  width: 20px;
  margin-right: 10px;
}

.notificationSubmenu {
  width: 300px;
  top: 49px;
}

.notificationSubmenu li {
  border-top: 1px solid #F5F6FA;
  position: relative;
}

.unread:after {
  content: '';
  top: 50%;
  right: 20px;
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #7EBFBA;
  border-radius: 10px;
}

.notificationSubmenu li:first-child {
  border-top: 0px;
}

.notificationSubmenu li p:last-child {
  font-size: 12px;
  color: rgba(0, 0, 0, .5)
}

.nav-item.courseLink .submenu, .profile-navlink .submenu, .question-review-popup.active, .nav-item-sat .submenu {
  opacity: 1;
  pointer-events: auto;
}

.profile-navlink .submenu {
  display: none
}

.user_name {
  max-width: 175px;
  height: 22px;
  overflow: hidden;
}

.courseBtn {
  border-radius: 20px;
  height: auto;
  padding: 5px 15px;
}

.courseBtn p {
  color: #fff;
  margin-right: 8px;
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
}

.notiLink {
  cursor: pointer;
}

.courseLink, .earlybirdLink, .notiLink {
  height: 60px;
}

.courseLink, .notiLink {
  padding-top: 12px;
}

.earlybirdLink {
  padding-top: 20px;
}

.selectedCourse {
  background-image: url('../images/icons/selected.svg');
  background-repeat: no-repeat;
  background-position: 5px center;
}

.earlyPrice {
  font-size: 20px;
  color: #EF9857;
}

.earlyPrice span {
  font-size: 14px;
  text-decoration: line-through;
  color: #A8A2A2;
  margin-left: 10px;
}

.earlybirdSubmenu {
  padding: 20px;
  padding-bottom: 10px;
  right: -3px;
}

.earlybirdSubmenu hr {
  margin: 10px 0;
}

.fullHeight {
  min-height: 100vh;
}

.undoBtn {
  border-radius: 20px;
  padding: 0 20px;
  ;
}

.undoBtn p {
  color: #fff;
}

.actRescheduleImg {
  transform: scale(1.5);
  margin-top: 50px;
}

.flash-card {
  overflow: unset;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.actflash-card .card-inner {
  transform: rotateY(180deg);
}

.flashcard-front, .flashcard-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

.flashcard-front {
  color: black;
  position: relative;
  z-index: 5;
}

.flashcard-back {
  top: 0;
  color: white;
  transform: rotateY(180deg);
  z-index: 6;
}

#flash-card-zoom .flashcard-front, #flash-card-zoom .flashcard-back {
  overflow-y: auto;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

.dashtab-title {
  padding: 15px 25px;
  cursor: pointer;
}

.dashtab-title h5 {
  margin-left: 0 !important;
}

.dashtab-title .progress-linear {
  height: 2px;
  min-width: 120px;
}

.dashtab-title.active-bg-blue *, .subject-title.active-tab {
  color: #000;
}

.dashtab-title.active-bg-red *, .subject-title.subject-red.active-tab {
  color: #E07A7A;
}

.dashtab-title.active-bg-green *, .subject-title.subject-green.active-tab {
  color: #7EBFBA;
}

.dashtab-title.active-bg-orange *, .subject-title.subject-orange.active-tab {
  color: #EF9857;
}

.card-header.noBorder {
  border: 0px !important;
  padding: 0;
  background-color: rgba(0, 0, 0, .02);
}

.active-dashtab, .dashtab-title:hover {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card.topics .card-body, .card.practice .card-body, .card.tests .card-body {
  margin: 15px 0;
}

.graphWrap {
  overflow: hidden;
}

.graphBlock {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 0px;
  transition: .2s all;
}

.graphBlock .scrollbar {
  overflow-y: auto;
}

.visiblegraphBlock {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.visiblegraphBlock .card.topics, .visiblegraphBlock .card.practice {
  background-image: unset;
}

.visiblegraphBlock .card.topics #topicsGraph, .visiblegraphBlock .card.topics #topicsGraph .row {
  border-radius: 20px;
}

.form-group {
  position: relative;
}

.form-group small.text-danger {
  position: absolute;
  left: 0;
  bottom: -19px;
}

.noheader .card-header, .noheader .card-body, .noheader .card-footer {
  padding: 20px !important;
}

.noheader .card-account-details .card-header {
  padding: 10px 14px !important;
}

.noheader .card-account-details .card-body {
  padding: 30px 36px!important;
}

.card-body.card-body-version {
  padding-top: 0px!important;
}

#otpSent {
  display: none;
}

.actDiv {
  display: block !important;
}

.pdfPage {
  height: calc(100vh - 132px);
  background: url("../images/loader.svg") no-repeat scroll center center #A4A4A5;
}

.pdfHeader {
  position: fixed;
  left: 0;
  top: 60px;
  background-color: #707070;
  width: 100%;
  z-index: 999;
}

.pdfHeader .pdfContainer {
  padding: 10.5px 30px;
}

.pdfHeader button {
  width: auto;
}

button:focus {
  outline: none !important;
}

.pdfHeader * {
  color: #fff;
  background-color: transparent;
}

#page_num {
  font-size: 20px;
}

.pdfWrap {
  text-align: center;
  margin-top: 122px;
  height: calc(100vh - 122px);
  overflow: auto;
}

.pdfbtnWrap {
  position: fixed;
  bottom: 25px;
  right: 25px;
}

.pdfBtn {
  text-align: center;
  background-color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
  margin-top: 12px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoomin {
  transform-origin: top center;
  transform: scale(1.8);
}

.pdfCommentBox {
  right: 100px;
  top: 130px;
  width: 28%;
  z-index: 999;
}

.pdfhead button {
  width: 50%;
}

.navWrap {
  width: 50px;
}

.navWrap img {
  margin-left: 10px;
  cursor: pointer;
}

.wCard {
  background: #fff;
  filter: drop-shadow(6px 6px 30px rgba(0, 0, 0, 0.06));
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.wCard p {
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
  color: #261718;
}

.datetime {
  color: #828282;
  margin-top: 5px;
}

.scrollBox {
  height: calc(100vh - 310px);
  overflow-y: auto;
  overflow-x: hidden;
}

.topicList hr:last-child, .classList hr:last-child {
  display: none;
}

.cust-err {
  bottom: -20px;
  display: none;
}

.test-question {
  height: calc(100vh - 230px);
  min-height: 280px;
  overflow: auto;
  padding-right: 10px;
}

.journey-quechoices {
  pointer-events: none;
}

.test-tab .svelte-tabs__tab-list {
  display: flex;
  flex-wrap: wrap;
}

.pdfWrap canvas {
  position: relative;
}

.pdfIconComment {
  top: 50%;
  left: 50%;
  overflow: hidden;
}

.tableDiv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}

.form-custom .form-group label {
  font-size: 13px;
  margin-bottom: 0px;
}

.form-custom .form-group {
  margin-bottom: 1.5rem;
}

.form-custom .checkmark {
  height: 18px;
  width: 18px;
  border: 0.8px solid #4d4e50;
  border-radius: 4px;
}

.form-custom .checkbox-wrap span {
  color: #202224a6;
}

.form-custom .checkbox-wrap .checkmark:after {
  top: 2px;
  border-color: #656565;
}

.account-footer p, .cursor-profile p, .class-block p {
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
}

.cursor-profile p {
  color: #404040;
}

.form-text {
  font-size: 10px;
}

.form-personal-details .col-6 {
  padding-top: 20px;
}

.email-resend {
  background-color: transparent;
}

.verify-mail-message {
  font-size: 18px;
}

.header-days-left {
  border-bottom: 1px solid #EF9857;
}

.topics .progressbar.progressbar-radial circle {
  stroke: #000!important;
}

.tests .progressbar.progressbar-radial circle {
  stroke: #ef985733!important;
}

.practice .progressbar.progressbar-radial circle {
  stroke: #7ebfba33!important;
}

.topics .progress-value {
  fill: #000;
}

.practice .progress-value {
  fill: #7EBFBA;
}

.tests .progress-value {
  fill: #F6AB2F;
}

.card-progress .card-footer p {
  font-size: 11px;
}

.chart-row .col-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.progess-evalution {
  display: block;
  width: 100%;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
  color: rgba(32, 34, 36, .5);
}

.journey-task {
  opacity: 0.7;
}

.text-dark, .check-title, .check-title li, .check-title *, .card-question p, .sidebar-cardbody h6 {
  color: #202224!important;
}

.check-title *, .card-question p {
  font-size: 16px;
  /* font-family: NunitoSans-Bold; */
}

.check-title * {
  font-family: 'Arial';
    font-weight: bold;
}

.card-question p.NunitoSans-Bold *:not(.math-tex *), .card-question .passage-questions.NunitoSans-Bold *:not(.math-tex *), .card-question .passage-questions.NunitoSans-Bold p:not(.math-tex *) {
  font-family: 'Arial';
    font-weight: bold;
}

mjx-container * {
  font-family: MJXZERO, MJXTEX !important;
}
.checkbox-container mjx-mn{
  padding-left: 3px !important;
}
/* .checkbox-container mjx-mn mjx-c{
  font-size: 11px !important;
}  */
.checkbox-container mjx-mroot > mjx-root > mjx-mn > mjx-c {
  font-size: 11px !important; /* Adjust size of the nth root index */
}

.checkbox-container mjx-mroot mjx-mn mjx-c.mjx-c32 {
  font-size: 11px !important; /* Change size of the exponent (if applicable) */
}

.mjx-root {
  font-size: 11px !important;
  margin-right: 0.1em; /* Adds space to the right of the root index */
}

.card-question p.passage-questions, .card-question .passage-questions p, .card-question label.passage-questions {
  font-size: 16px;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
}

.passage-questions p {
  margin-bottom: 20px;
}

.passage-questions p strong {
  font-family: 'Arial';
    font-weight: bold;
}

.passage-questions .marker {
  background-color: Yellow;
}

.icon-group .progress:hover {
  background: #F5F6FA;
  border-radius: 50%;
}

.custChart .div .div {
  width: 100%;
}

.hr-alerts {
  margin: 10px 0px;
}

.form-whatsapp-alert .form-group {
  margin-bottom: 0.8rem;
}

.topic-tabel-details img {
  height: 30px;
  margin-top: 3px;
}

.countDown, .font-regular {
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
}

.text-large {
  font-size: 26px;
}

.text-lg {
  font-size: 18px;
}

.practice-icon-card {
  height: 100%;
  margin-bottom: 0px;
}

.practice-icon-card .card-text, .journey-icon-card .card-text, .journey-report .card-text {
  /* padding: 0px 40px; */
  padding: 0px 30px;
}

.journey-icon-card {
  height: 100%;
  margin-bottom: 0px;
}

.test-tab h5 {
  color: #261718;
}

.classCommentBox {
  max-height: calc(100vh - 370px);
  padding-bottom: 20px !important;
  overflow: auto;
}

.classCommentBox.scrollbar {
  margin-right: 5px;
}

.journey-icon-card .card-score span.card-sub-score {
  color: #000 !important;
}

.journey-overall-score {
  height: calc(100% - 20px);
}

.course-score {
  color: #BABABA;
  font-size: 13px;
  opacity: 0.6;
  font-family: 'Arial';
  font-weight: bold;
}

.contact-link p {
  font-size: 22px;
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
}

.contact-link:hover p {
  color: #000!important;
  text-decoration: underline;
}

.classRowTime, .classRowByName, .classRowByDuration {
  position: relative;
}

.classRow .classRowByDuration {
  margin-left: 20px;
}

.classRowTime::before, .classRowByName::before, .classRowByDuration::before {
  position: absolute;
  top: 8px;
  left: -13px;
  content: '';
  display: inline-block;
  width: 5.5px;
  height: 5.5px;
  border-radius: 50%;
  background-color: #BABABA;
}

.classRowByName::before {
  left: -11px;
}

.card-test-module hr:last-child {
  display: none;
}

.card-digital-books hr:last-child {
  visibility: hidden;
}

.card-digital-books .d-flex h5.text-dark, .bookWrap h5.text-dark {
  cursor: pointer;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: auto!important;
}

.timelineWrap .swiper-container {
  padding-left: 25px;
  padding-right: 25px;
}

/* .timelineWrap .swiper-wrapper {
  padding: 0 50px;
} */

.swiper-question-time, .swiper-test-question {
  position: relative;
}

.swiper-question-time::before, .swiper-test-question::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 0px;
  background: #F5F6FA;
}

.swiper-test-question::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  right: 0px;
  background: #F5F6FA;
}

.swiper-question-time .swiper-button-next:after, .swiper-question-time .swiper-button-prev:after, .swiper-test-question .swiper-button-next:after, .swiper-test-question .swiper-button-prev:after {
  font-family: unset;
  font-size: unset;
}

.swiper-question-time .swiper-button-prev, .swiper-test-question .swiper-button-prev {
  left: -8px;
}

.swiper-question-time .swiper-button-next, .swiper-test-question .swiper-button-next {
  right: -8px;
}

.swiper-question-time .swiper-button-prev:after, .swiper-test-question .swiper-button-prev:after {
  content: url("../images/icons/prev-icon.svg");
}

.swiper-question-time .swiper-button-next:after, .swiper-test-question .swiper-button-next:after {
  content: url("../images/icons/next-icon.svg");
}

.swiper-question-time.question-swiper .swiper-button-prev:after {
  content: url("../images/icons/green-prev.svg");
}

.swiper-question-time.question-swiper .swiper-button-next:after {
  content: url("../images/icons/green-swiper-next.svg");
}

.swiper-question-time .swiper-container-horizontal>.swiper-scrollbar, .swiper-test-question .swiper-container-horizontal>.swiper-scrollbar {
  height: 3px;
}

.timelineWrap .card {
  padding: 0px 10px;
}

.timeline .swiper-slide {
  position: relative;
}

.timeline .swiper-slide.flagQue::before {
  content: url(../images/icons/flag.svg);
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-slide.flagQue p {
  margin-top: 25px;
}

.gradio {
  border-color: #7EBFBA;
}

.checkbox-wrap input:checked~.gradio:after {
  background-color: #7EBFBA;
}

.gScroll::-webkit-scrollbar-thumb, .practiceTopicWrap::-webkit-scrollbar-thumb {
  background-color: #7EBFBA;
}

.oScroll::-webkit-scrollbar-thumb {
  background-color: #EF9857;
}

.swiper-button-next, .swiper-button-prev {
  background-color: #fff;
  top: 40% !important;
  height: 100% !important;
  opacity: 1 !important;
}

.swiper-container-horizontal>.swiper-scrollbar {
  display: none;
}

.timelineWrap .swiper-wrapper.practice-timeline {
  margin-left: 195px;
}

.hr {
  margin: 5px 0;
  height: 1px;
  width: 100%;
  background-color: #f5f5f5;
}

.chartAccurPercent {
  color: #261718;
}

.chartAccurPercent .chartAccur {
  font-size: 16px;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
}

.text-chart-small {
  font-size: 13px;
}

.flagset svg {
  fill: url(#linear-gradient);
}
.safariBody .flagset svg{
  fill: #e07a7a;
}
.flagset.flagged, .btn-red-gradient {
  background: linear-gradient(to right bottom, #FFBBB8, #E07A7A 100%);
  border-color: transparent;
}

.satquestions.flagset.flagged {
  background: transparent;
  border-color: transparent;
}

.flagset.flagged svg #Icon_color {
  fill: #fff;
}

.flagset span {
  color: #E07A7A;
  font-family: 'Arial';
  font-weight: bold;
}

.flagset.flagged span, .editComment p {
  color: #fff;
}

.pdfscrollBox {
  height: calc(100vh - 350px);
}

/* fullcalender */

.fc-header-toolbar h2 {
  font-size: 20px;
  margin-bottom: 25px;
}

.fc table {
  font-size: 19px !important;
  text-align: center !important;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: transparent !important;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: none !important;
}

.fc-unthemed td.fc-today, .fc-event, .fc-event-dot {
  /* background: linear-gradient(#000 0%, #000 100%) !important; */
  /* background: #000 !important; */
  /* border-radius: 0 0 10px 10px; */
}

.fc-unthemed .fc-dayGridMonth-view td.fc-today {
  border-radius: 10px !important;
}

.fc-event {
  border: 1px solid transparent!important;
  background: transparent !important;
}

.fc-unthemed td.fc-today * {
  color: #fff !important;
}

.fc-row {
  height: 45px;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td, .fc-unthemed th {
  padding-top: 3.5%;
}

.fc-event-container {
  padding-top: 0px !important;
}

.fc-day-top.fc-other-month, .fc-widget-header {
  opacity: 1 !important;
  color: #bababa;
}

.fc-header-toolbar h2 {
  position: relative;
  color: #000;
  cursor: pointer;
}
.cal-home{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cal-line{
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #BABABA;
  margin: 0 10px;
}
.todo-calender-height{
  position: relative;
}
.quiz-list {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  right: 12px;
  top: 31px;
}
.quiz-list li{
  font-size: 12px;
  line-height: 18px;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
  color: #828282;
  position: relative;
}
.quiz-list li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #7EBFBA;
}
.quiz-list li.quizzes::before{
  background-color: #EF9857;
}
.todo-calendar .fc .fc-daygrid-day-number{
  color: #828282;
}
.todo-calendar .fc-header-toolbar h2{
  width: 165px;
  font-size: 16px !important;
  font-family: 'Arial';
    font-weight: bold;
  color: #3C3C3C;
  height: 40px;
  padding: 10px 15px;
  background: #D5D4DC4D;
  border-radius: 8px;
  text-align: center;

}
.todo-calendar .fc-header-toolbar h2::after{
  display: none;
}
.todo-calendar .fc-toolbar-chunk .fc-button-group{
  width: 168px;
  position: absolute;
  left: -5px;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-left: 0;
}
.todo-calendar .fc-col-header .fc-scrollgrid-sync-inner a{
  font-size: 12px;
  letter-spacing: 0px;
color: #828282;
/* font-family: Arial-Regular; */
font-family: 'Arial';
font-weight: normal;
}
.todo-calendar .fc .fc-toolbar.fc-header-toolbar{
  position: relative;
}
.todo-calendar .fc-theme-standard td, .fc-theme-standard th{
  border: 0;
}
.todo-calendar .fc-theme-standard .fc-scrollgrid{
  border: 0;
}
.todo-calendar .fc .fc-daygrid-day-top{
  justify-content: center;
}
.todo-calendar .fc .fc-daygrid-day-frame{
  display: flex;
  align-items: center;
  justify-content: center;
}
.todo-calendar .fc-theme-standard td:hover{
  background-color: rgba(104, 104, 208, .01);
}
.todo-calendar .fc-theme-standard td .fc-daygrid-day-number:hover{
  color: #000;
}
.todo-calendar .fc-daygrid-day{
  background-color: #fff;
}
 .todo-calendar .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
      min-height: 1px;
        position: relative;
        display: flex;
        align-items: end;
        justify-content: center;
}
/* .todo-calendar .fc-event-main-frame .fc-event-title-container{
  display: none;
}  */
 .todo-calendar .fc .fc-daygrid-event {   
    height: 10px !important;
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
    margin: 0;
    /* position: absolute !important;
    bottom: 5px !important;
    left: 54% !important;
    transform: translateX(-50%) !important;   */
 }
 .todo-calendar .fc-event .fc-event-main{
  height: 10px !important;
 }
 .todo-calendar .fc-daygrid-day-frame.fc-scrollgrid-sync-inner{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
 }
.todo-calendar .fc .fc-daygrid-day.fc-day-today{
  background-color: #000;

}
.todo-calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top a{
  color: #fff !important;
  padding-left: 0 !important;
}
.todo-calendar .fc-button-group .fc-prev-button{
  text-align: left;
}
.todo-calendar .fc-button-group .fc-next-button{
  text-align: right;
}
.todo-calendar .fc-button-group .fc-prev-button,
.todo-calendar .fc-button-group .fc-next-button{
  background-color: transparent;
  border: 0;
  border: 0;
    width: 25px;
    height: 25px;
    flex: none;
    margin-top: -15px;
    cursor: pointer;
}
.todo-calendar .fc-button-group .fc-prev-button:focus,
.todo-calendar .fc-button-group .fc-next-button:focus,
.todo-calendar .fc-button-group .fc-next-button:active,
.todo-calendar .fc-button-group .fc-prev-button:active{
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
  border: 0  !important;
}
.todo-calendar .fc-button-group .fc-prev-button span{
  background-image: url('../images/icons/cal-prev.svg');
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}
.todo-calendar .fc-button-group .fc-next-button span{
  background-image: url('../images/icons/cal-next.svg');
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}
.todo-calendar .fc-button-group .fc-prev-button span::before,
.todo-calendar .fc-button-group .fc-next-button span::before{
  display: none;
}

.fc-content * {
  font-size: 12px !important;
}

.fc-toolbar h2:after {
  content: '';
  position: absolute;
  top: -3px;
  background-image: url('../images/icons/up.svg');
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  transform: rotate(-180deg);
}

.fc-toolbar h2.cal-title:after {
  background-image: url('../images/icons/down-blue.svg');
}

.fc-other-month.fc-past span, .fc-other-month.fc-future span {
  color: rgba(186, 186, 186, .4);
}

.fc-content, .fc-event-container {
  position: unset!important;
}

.fc-day-header span {
  color: #BABABA;
  font-size: 16px;
  text-transform: uppercase;
}

.link-more {
  font-size: 12px;
  color: #606060;
  text-transform: lowercase;
}

/* .fc-dayGridWeek-view .fc-scroller, .fc-dayGridWeek-view .fc-day-grid-container .fc-row{
  height: 100px!important;
}
.fc-dayGrid-view .fc-day-grid-event .fc-content{
  margin-top: 60px;
} */

/* tooltip */

.tippy-content, .tippy-box {
  min-width: 100px!important;
  /* max-width: 210px!important; */
}

.tippy-box {
  background-color: #fff;
  color: #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 10000;
  max-width: 200px;
}

.tippy-arrow {
  color: transparent;
}

.tippy-icon {
  height: 10px;
  margin-top: -2px;
}

.fc-content .tippy-box * {
  font-size: 14px!important;
}

.fc-content .tippy-box .text-small {
  font-size: 13px!important;
}

.btn-cal-test, .btn-cal-video {
  background-color: transparent;
}

.popup-template {
  padding: 5px;
  display: none;
}

.template-right {
  width: 20px;
}

.topic-template .col-3 {
  position: absolute;
  left: 15px;
  top: 0px;
}

.topic-by {
  font-size: 14px;
  color: #828282;
}

.topic-template {
  position: relative;
}

/* time picker */

#calendar {
  position: relative;
}

/* .time-picker{
  position: absolute;
  width: 20%;
  top: 15px;
  right: 15px;
} */

.time-picker {
  /* width: 18%; */
  display: flex;
  justify-content: flex-end;
}

.time-picker .form-group {
  margin-bottom: 0px;
  /* width: 18%; */
  width: 125px;
}

.js-mini-picker-container {
  position: absolute;
  z-index: 200;
  bottom: -170px;
  left: -10px;
  width: 120%;
}

.time-picker .form-control {
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.js-time-picker {
  background: url(../images/icons/clock-light.svg), url(../images/icons/down-blue.svg);
  background-position: left center, right center;
  background-size: 18px 18px, 12px 12px;
  background-repeat: no-repeat, no-repeat;
  padding-left: 25px;
  padding-right: 10px;
  transition: all .5s;
  color: #000;
  font-size: 20px!important;
  height: auto;
}

.js-time-picker.open {
  background: url(../images/icons/clock-light.svg), url(../images/icons/up.svg);
  background-position: left center, right center;
  background-size: 18px 18px, 12px 12px;
  background-repeat: no-repeat, no-repeat;
}

.js-picker-format {
  position: absolute;
  top: 4.5px;
  left: 52px;
  pointer-events: none;
}

.js-picker-format span {
  color: #000;
}

.js-picker-format span.format-min {
  margin-left: 33px;
}

.picker-dialog, .picker {
  background-color: #fff!important;
  border: none!important;
  border-radius: 10px;
}

.picker {
  z-index: 3000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.picker-cell:before, .picker-cell:after {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05))!important;
}

.picker-item {
  color: rgb(104, 104, 228, 0.3)!important;
  font-family: 'Arial';
    font-weight: bold;
  font-size: 18px;
}

.picker-item.picker-picked {
  color: #000!important;
}

.picker-cell+.picker-cell {
  border-left: none!important;
}

.picker-cell__control:before {
  border: none!important;
  height: 14px!important;
  transform: translateX(-39%)!important;
  width: 14px!important;
  top: 5px!important;
}

.picker-cell__control--prev:before {
  background-image: url(../images/icons/up.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.picker-cell__control--next:before {
  background-image: url(../images/icons/down-blue.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.custChart {
  height: 350px;
  width: 100%;
}

.custChart.custChartLarge {
  height: 450px;
}

/* .scrollChart {
  overflow-x: hidden;
  overflow-y: auto;
} */

.centered-div {
  height: calc(100vh - 120px);
}

.centered-div-small {
  height: calc(100vh - 218px);
}

.practiceTopicWrap {
  max-height: 375px;
  overflow-y: auto;
  padding: 10px 0;
}

.topicBox.topicBoxHidden {
  opacity: 0.3;
  pointer-events: none;
}

.practice-cardfooter {
  position: fixed;
  left: 254px;
  bottom: 20px;
  background: #fff;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.06);
  padding: 10px 25px !important;
  width: calc(58.33% - 176px);
  border-radius: 10px!important;
}

.test-detailed-report .progress-list .progress {
  margin: 8px 0px;
}

.test-detailed-report .progress-details {
  top: 50px;
}

.test-detailed-report .icon-group {
  height: 65px;
  overflow: visible;
}

.card-popup-video iframe {
  width: 100%;
}

.comment-count {
  color: #000;
  background: #fff;
  height: 20px;
  width: 20px;
  top: 0px;
  right: 0px;
  line-height: 20px;
  font-size: 12px;
  font-family: 'Arial';
    font-weight: bold;
}

.card-popup .formulaWrap img#zoom-front-img, .card-popup .formulaWrap img#zoom-back-img {
  width: 100%;
  max-height: none;
  margin: 0px;
}

.popup-zoom-text {
  font-size: 20px;
}

.card-popup .flash-card .scrollbar {
  height: 70vh;
}

.bottomBar p {
  font-size: 12px;
}

.fc-view-container {
  margin-top: 0px !important;
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: auto !important;
}

.fc-dayGridWeek-view .fc-scroller, .fc-dayGridWeek-view .fc-week {
  height: auto !important;
  /* 160 */
}

.fc-dayGridWeek-view .fc-widget-header {
  height: 45px!important;
}

.fc-dayGridMonth-view .fc-widget-header {
  padding-top: 5px!important;
}

.fc-dayGridWeek-view .fc-day-header {
  padding-top: 15px;
}

.fc-dayGridWeek-view .fc-scroller {
  margin-top: -10px;
  overflow: visible !important;
}

/* .fc-scroller.fc-day-grid-container {
  overflow: hidden!important;
} */

.fc-dayGridWeek-view .fc-dayGrid-view tr:first-child>td>.fc-day-grid-event {
  margin-top: 28px;
}

.fc-dayGridMonth-view.fc-dayGrid-view .fc-body .fc-row {
  min-height: auto !important;
  height: auto !important;
}

.fc-dayGridWeek-view .fc-widget-header.fc-today {
  background: #000 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.fc-today span {
  color: #fff;
}

/* 
.fc-dayGridWeek-view .fc-content{
  margin-top: 30px;
} */

.fc-left {
  position: relative;
  /* margin-top: -32px; */
}

.fc-left button {
  position: absolute;
  top: 0;
  margin-left: 0px !important;
  width: 100%;
  opacity: 0;
  pointer-events: auto;
}

.fc-left button.fc-button-active {
  pointer-events: none;
}

.card-body .block-dashboard {
  padding: 10px 0px;
  border-bottom: 1px solid #F5F6FA;
}

.card-body .block-dashboard:last-child {
  border-bottom: 1px solid transparent;
}

.account-tabs li {
  padding: 15px 20px;
  border-radius: 12px;
}

.personaldetails-tab.actAccTab {
  background: linear-gradient(to right, #F5D494, #EF9857);
}

.examdetails-tab.actAccTab {
  background: linear-gradient(to right, #FFBBB8, #E07A7A);
}

.studyscheduletab.actAccTab {
  background: linear-gradient(to right, #000 0, #000 100%);
}

.actAccTab p {
  color: #fff;
}

.account-form .form-control:disabled, .account-form .form-control[readonly] {
  background-color: #fff;
  border-bottom: none;
}

.btn-disabled {
  opacity: .6;
  pointer-events: none;
}

.opacity-06 {
  opacity: .6;
}

.practice-control.btn-disabled {
  cursor: not-allowed;
}

.deletePracticedate {
  position: absolute;
  right: 20px;
  bottom: 8px;
  cursor: pointer;
}

.accaddTestBtn {
  border-color: #828282;
  color: #828282;
}

.journey-report {
  height: calc(100% - 20px);
}

.card-todays-task .card-header {
  padding: 12px;
  padding-bottom: 8px;
}

.card-todays-task .card-body {
  padding: 26px;
}

/* .custTestPerformance {
  margin-top: -30px;
} */

.view-details-icon {
  margin-top: -1px;
}

table th p, table td p {
  font-size: 13px;
}

.tableData {
  display: block;
  height: 300px;
  overflow: auto
}

.instruction-details p {
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
}

.popup-test-details {
  white-space: nowrap;
  width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.test-report-cardbody{
  padding: 12px 6px!important;
  overflow:hidden;
  overflow-x: auto;
}
.test-report-cardbody td{
  vertical-align: middle;
}
.practice-report-wrap{
  margin-top: -30px;
}

/* full calandar custom */
.fc-week-datee {
  color: #000 !important;
  display: block;
}

.fc-today .fc-week-datee {
  color: #fff !important;
}

.fc-dayGridWeek-view .fc-content-skeleton {
  margin-top: 1.8rem;
}


.card-digital-books .books-mark{
  position: absolute;
  right: 15px;
  top: 26px;
  z-index: 1;
}

.timelineWrapFixed .swiper-button-next, 
.timelineWrapFixed .swiper-button-prev {
  top: 45%!important;
  height: 108%!important;
}

.question-time-img {
  width: 40px;
}

.question-time-img img {
  margin-top: -3px;
}

.timing-title {
  font-size: 24px;
}
.question-sidebar-sat .d-flex:not(:last-child) {
  margin-bottom: 2rem;
}
.wrapper-details-question {
  width: 100%;
  padding: 0.6rem 2.25rem;
}
.test-direction-details {
  position: absolute;
  top: 22px;
  width: 600px;
  left: 0;
  background: #fff;
  z-index: 999992;
  padding: 1.5rem;
  border-radius: 14px;
  opacity: 0;
  pointer-events: none;
  transition: .5s all;
  box-shadow: 6px 6px 54px #0000000d;
}
p.test-question-title {
  font-size: 19px;
}
a.test-direction-close {
  width: 20%;
  font-size: 14px;
  line-height: 22px;
  height: 38px;
}
.test-direction-wrapper p.text-black {
  font-size: 12px;
}
.directions-img {
  height: 5px;
  transition: .5s all;
  margin-left: 0.25rem;
}

.test-direction-details.active {
  opacity: 1;
  pointer-events: auto;
}
.directions-img.active {
  transform: rotate(180deg);
}

.btn-outline-dark-blue {
  border: 2px solid #000;
  color: #000;
}

a.btn-hide-clock {
  width: 70px;
  font-size: 12px;
  height: 28px;
  border-radius: 16px;
  line-height: 13px;
}

.wrapper-info-left, .wrapper-info-right {
  width: 50%;
  position: relative;
}

.wrapper-info-left.left-expand {
  width: 70%;
}

.wrapper-info-right.left-expand {
  width: 30%;
}

.wrapper-info-left.right-expand {
  width: 30%;
}

.wrapper-info-right.right-expand {
  width: 70%;
}

.wrapper-info-left {
  padding-left: 1.25rem;
  padding-right: 3.5rem;
}

.wrapper-info-left::after {
  content: '';
  width: 4px;
  height: calc(100% + 16px);
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -2px;
  border-right: 4px solid rgba(130, 130, 130, 0.1);
}

.wrapper-info-left .card-question {
  overflow-y: auto;
  height: calc(100vh - 260px);
}

.wrapper-info-right {
  padding-right: 1.25rem;
  padding-left: 3.5rem;
}

.wrapper-info-right .question-choice-test {
  margin-right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  height: calc(100vh - 380px);
}

.btn-question-list {
  max-width: 52%;
}

.btn-question-list svg {
  transform: rotate(180deg);
}

.btn-question-list.active svg {
  transform: rotate(0deg);
}

.btn-question-fixed {
  max-width: 100px;
}

.finish-submit-btn {
  max-width: 200px;
}

.question-review-popup {
  position: fixed;
  bottom: 70px;
  left: 50%;
  width: 562px;
  opacity: 0;
  pointer-events: none;
  transition: .5s all;
  transform: translateX(-50%);
}

.question-review-container {
  padding: 1.5rem 1.8rem;
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 6px 6px 54px #0000000D;
}

.question-legend {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.question-legend li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 15px;
  font-family: 'Arial';
    font-weight: bold;
}

.question-legend li span {
  content: '';
  width: 1rem;
  height: 1rem;
  border: 1px solid #707070;
  border-radius: 3px;
  margin-right: 0.5rem;
  display: inline-block;
  margin-top: -1px;
}

.question-legend li.answered span {
  border: none;
  background: transparent linear-gradient(135deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box;
}

.question-legend li.review span {
  border: none;
  width: 14px;
  background-image:url('../images/icons/review-item.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.question-legend li.current span {
  border-color: #000;
  border-radius: 50%;
  position: relative;
}

.question-legend li.current span::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}

.question-review-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -8px; */
  justify-content: flex-start;
  padding: 0 8px;
  overflow-y: auto;
  max-height: 180px;
}

.question-review-item {
  width: 10%;
  flex: 0 0 10%;
  max-width: 10%;
  padding: 0 8px;
  padding-top: 10px;
  margin-bottom: 6px;
  position: relative;
}

.question-review-item span {
  width: 100%;
  padding: 0.4rem 0;
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 3px;
  font-family: 'Arial';
    font-weight: bold;
  cursor: pointer;
}

.question-review-item.current::before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 50%;
  padding: 0 0.1rem;
  transform: translate(-50%);
  background-color: #fff;
  background-image:url('../images/icons/radio.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}

.question-review-item.review::after {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 70%;
  padding: 0 0.1rem;
  background-image:url('../images/icons/review-item.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.question-review-item.answered span {
  border-color: #000;
  color: #fff;
  /* background: transparent linear-gradient(135deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box; */
  background: #000;
}

.question-popup-close {
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 1;
}

.testpaperWrapper .wrapper-info {
  height: calc(100vh - 155px);
}

.testquestionWrapper .wrapper-info {
  padding-top: 6.2rem;
  height: calc(100vh - 140px);
}

.expand-question {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: 14px;
}

.expand-ans {
  position: absolute;
  z-index: 1;
  top: -18px;
  left: 12px;
}

.question-box {
  padding: 0.6rem;
  min-width: 45px;
  border-radius: 14px;
  color: #fff;
  box-shadow: 6px 6px 54px #0000000d;
  background: transparent linear-gradient(45deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  margin-right: 1.8rem;
  font-family: 'Arial';
    font-weight: bold;
}

.question-strike {
  color: #828282;
  border-radius: 10px;
  padding: 0.3rem 0.5rem;
  background-color: transparent;
  text-decoration: line-through!important;
}

.question-strike.strike {
  color: #FFF;
  background-color: #000;
}

.answer-option {
  width: 100%;
}

.answer-option .checkbox-wrap {
  opacity: 0.7;
}

.answer-option .checkbox-wrap:hover {
  opacity: 1;
}

.answer-option .checkbox-wrap.checked {
  opacity: 1;
  padding: 25px 18px;
  background: transparent linear-gradient(84deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box;
}

.answer-option .checkbox-wrap.checked .check-title {
  color: #FFF!important;
}

.answer-option-strike .checkbox-wrap, .answer-option-strike .checkbox-wrap:hover {
  opacity: 0.5;
}

.answer-option-strike {
  position: relative;
}

.answer-option-strike::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 44%;
  left: 0;
  z-index: 1;
  background-color: #202224;
  transform: translateY(-50%);
}

.ansmark, .ansmark-strike {
  height: 18px;
  font-size: 10px;
  min-width: 18.5px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid #000;
  font-family: 'Arial';
  font-weight: bold;
}

.ansmark-strike {
  cursor: pointer;
  border-color: #202224;
  text-decoration: line-through;
}

.mark-undo {
  display: none;
  font-size: 10px;
  font-family: 'Arial';
  font-weight: bold;
}

.answer-control-strike .mark-undo {
  display: inline-block;
}

.answer-control-strike .ansmark-strike {
  display: none;
}

.answer-control {
  width: 60px;
  text-align: right;
  margin-bottom: 12px;
}

.answer-option .check-title {
  margin-left: 15px;
}

.answer-option .checkbox-wrap.checked .ansmark {
  border-color: #FFF;
}

.answer-box {
  width: 100%;
  color: #707070;
  font-size: 1rem;
  padding: 22.6px;
  border-radius: 14px;
  box-shadow: 6px 6px 54px #0000000d;
}

.answer-preview {
  color: #707070;
}

.answer-box::placeholder {
  color: #707070;
  opacity: 0.4;
}

.wrapper-single .question-review-container {
  width: 80%;
  margin: 0 auto;
}

.wrapper-single .question-legend {
  justify-content: flex-start;
}

.wrapper-single .question-legend li:not(:last-child) {
  margin-right: 2rem;
}

.text-timmer {
  font-size: 56px;
  font-family: 'Arial';
    font-weight: bold;
}

.btn.btn-update {
  font-size: 14px;
  line-height: 32px;
}

.timelineWrap.timelineWrapPlain {
  border: none;
}

.timelineWrapPlain .card-shadow {
  box-shadow: none;
}

.number-listing, .number-listing li {
  list-style: decimal;
}

.number-listing li:not(:last-child) {
  margin-bottom: 1rem;
}

.wrapper-break-info .wrapper-info-left::after {
  top: 5%;
  height: 85%;
}

.wrapper-info-left .card-question *::selection {
  color: #fff;
  background-color: #000;
}

.testbreakWrapper.contentFixedWrapper {
  padding-bottom: 60px;
}

.card-popup-high {
  z-index: 999993;
}

.text-control {
  font-size: 12px;
  text-decoration: underline!important;
}

.card-popup-help, .card-popup-shortcuts {
  width: 58%;
  padding-bottom: 0;
  overflow-y: auto;
}

.card-popup-help .card-popup-body {
}

.accordion-body {
  display: none;
  padding-bottom: 0.8rem;
}

.accordion-item:not(:last-child) {
  border-bottom: 3px solid rgba(130, 130, 130, 0.1);
}

.accordion-header {
  cursor: pointer;
  padding: 1.2rem 0;
  position: relative;
}

.accordion-header::before {
  content: '\002B';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 34px;
  font-weight: bold;
  transition: all .5s;
}

.accordion-item-active .accordion-header::before {
  content: '\2212';
}

.accordion-item-active .accordion-body {
  display: block;
}

.table-content-control {
  border-radius: 14px;
}


.table.table-controls td, .table.table-controls th {
  padding: 0.75rem 0.95rem;
}

.table-controls {
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 14px;
  border-style: hidden;
  box-shadow:inset 0px 0 0 3px rgb(130 130 130 / 10%);
}

.table-controls thead tr th:not(:last-child) {
  border-right: 2.5px solid #000;
}

.table.table-controls thead th {
  border-bottom: none;
}

.table-controls thead {
  background: transparent linear-gradient(94deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box;
}

.table-controls th {
  color: #FFF;
  font-family: 'Arial';
}

.table-controls td {
      font-weight: bold;
}

.table-controls tbody tr td:not(:last-child) {
  border-right: 3px solid rgba(130, 130, 130, 0.1);
}

.table-controls tbody tr td {
  border-top: 3px solid rgba(130, 130, 130, 0.1);
}

.text-experience {
  line-height: 30px;
}

.selection-wrapper {
  width: 20%;
  padding: 0.5rem;
}

.selection-wrapper:not(:last-child) {
  margin-right: 0.4rem;
}

.selection-wrapper label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.selection-wrapper label span {
  color: #828282;
  font-size: 10px;
  margin-top: 0.8rem;
}

.selection-wrapper svg path {
  fill: #828282;
}

.selection-wrapper input {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.selection-wrapper input:checked+label span {
  color: #000;
}

.selection-wrapper input:checked+label svg path {
  fill: #000;
}

.card-popup-drag {
  display: none;
  transform: unset;
  top: 11%;
  left: unset;
  right: 3%;
  width: 35%;
  overflow-y: auto;
  max-height: calc(100vh - 165px);
  box-shadow: 6px 6px 54px #0000000d;
}

.card-popup-calculator {
  display: none;
  transform: unset;
  top: 11%;
  left: 3%;
  width: 35%;
  overflow-y: auto;
  max-height: calc(100vh - 165px);
  box-shadow: 6px 6px 54px #0000000d;
}

.card-popup-drag.popup-drag-expand, .card-popup-calculator.popup-drag-expand {
  width: 100%;
  right: 0!important;
  top: 92px!important;
  left: unset!important;
  height: calc(100vh - 92px);
  max-height: unset;
  transition: all .5s;
}

.calculator-holder {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202224;
  opacity: 0.4;
}

.img-placeholder {
  padding: 2rem;
  color: #828282;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  border-radius: 14px;
  background-color: #e8e8e9;
  margin-bottom: 1.5rem;
}

.cursor-move {
  cursor: move;
}

.card-popup-annotation {
  width: 100%;
  transform: unset;
  bottom: 0;
  top: unset;
  left: 0;
  padding: 0.8rem 2.25rem;
  display: none;
  box-shadow: 6px 6px 54px #0000000D;
}

.annotation-control {
  color: #202224;
  font-family: 'Arial';
    font-weight: bold;
}

.form-textarea {
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(130, 130, 130, 0.4);
}

.form-textarea:focus {
  border-color: #000;
}

div[data-tippy-root] {
  z-index: 999999!important;
}

.row-card .col-2 {
  flex: 0 0 14.2%;
  max-width: 14.2%;
}

.row-card .card-text {
  padding: 0px 15px;
}

#question ul, #question ul li, .test-question ul, .test-question ul li {
  list-style: inside !important;
}

.card-partice-topics {
  padding: 0;
  border-radius: 25px;
  background-color: #FAFAFB;
  box-shadow: 6px 6px 54px #0000000D;
}

.card-partice-topics .col-3 .card-header,
.card-partice-topics .col-3 .card-body { 
  background-color: #FFF;
}

.card-partice-topics .col-3 {
  box-shadow: 6px 6px 54px #0000000D;
  border-radius: 25px;
  overflow: hidden;
}

.card-partice-topics .col-3 .card-body {
  border-radius: 0 0 25px 25px;
}

.card-partice-topics .col-9 .card-header,
.card-partice-topics .col-9 .card-header:first-child {
  background-color: transparent;
}

.card-partice-topics .col-9 .card-header:first-child {
  border-radius: 0;
}

.card-partice-topics .topic-details-list:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.card-tab-list li {
  cursor: pointer;
  padding: 20px 25px;
  padding-right: 50px;
  position: relative;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.card-tab-list li p {
  font-size: 16px;
  color: #261718;
}

.card-tab-list li .locked-icons {
  position: absolute;
  top: 20px;
  right: 25px;
}

.card-tab-list li.active.active-bg-green {
  color: #FFF;
  background: linear-gradient(to left, #c5e6e0, #7ebfba);
}

.card-tab-list li.active p {
  color: #fff;
}

.card-tab-list li.active.active-bg-blue {
  color: #FFF;
  background: linear-gradient(to left, #000, #000);
}

.card-tab-list li.active.active-bg-red {
  color: #FFF;
  background: linear-gradient(to left, #ffbbb8, #e07a7a);
}

.card-tab-list li.active.active-bg-orange {
  color: #FFF;
  background: linear-gradient(to left, #f5d494, #ef9857);
}

.card-partice-topics .col-9 .card-header {
  border-color: #EBEBEB;
}
.z-index-1 {
  z-index: 1;
}
.table-dropdown-container {
  position: relative;
}
.table-dropdown-option {
  /* display: none; */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  /* box-shadow: 8px 8px 50px rgba(0, 0, 0, 0.05); */
  /* padding: 20px; */
  border-radius: 10px;
  width: 400px;
  height: 250px;
  overflow-y: auto;
  text-align: left;
  text-transform: capitalize;
  border: 1px solid #dee2e6;
}
.table-dropdown-option.top {
  top: -250px;
}
.table-dropdown-option li {
  padding: 7px 20px;
}
.table-dropdown-option li.selected {
  color: #000;
  background-color: #f4f4f5;
}
.table-dropdown-option li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.table-dropdown {
  display: flex;
  cursor: pointer;
  align-items: center;
  height: 100%;
  color: #828282;
  font-size: 12px;
  padding-right: 25px;
  background-image: url('../images/icons/down-gray.svg');
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 300px;
  text-align: left;
}

.card-account-demo .form-custom .checkbox-wrap span {
  color: #202224;
}

.card-account-demo .form-custom .checkbox-wrap .checkmark:after {
  border-color: #f16334;
}

.card-account-demo.orangeBorder .card-header h5 {
  font-size: 17px;
  font-family: 'Arial';
  font-weight: bold;
}
.todo-wrapper{
  margin-right: 5px;
  padding-bottom: 50px;
  height: 270px;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 50px;
}
.todo-tabs{
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F6FA;
  border-radius: 5px;
}
.todo-tabs div {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  width: 33%;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  color: #A2A2A4;
  font-size: 14px;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
}
.todo-tabs div span{
  width: 18px;
  line-height: 18px;
  border-radius: 100px;
  /* background: transparent linear-gradient(180deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box; */
  background-color: #000;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  display: flex;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: 'Arial';
}
.todo-tabs div.active{
  /* background: transparent linear-gradient(180deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box; */
  background-color: #000;
  border-radius: 5px;
  color: #fff;
}
.todo-tabs div.active span{
  background: #fff;
  /* color: #000; */
  color: #000;
}
.todo-card-header h5::before{
  background-color: red;
}
.todo-desc div h3{
  font-size: 16px;
}
.todo-desc p{
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
  font-size: 16px;
  color: #202224;
  opacity: 0.7;
  margin: 5px 0;
}
.todo-desc .todo-status{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.todo-content{
  border-top: 1px solid #F5F6FA;
}
.todo-desc .todo-status .todo-date{
  font-size: 16px;
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #202224;
  opacity: 0.5;
}
.todo-desc .todo-status .todo-date.text-red{
  color: #E07A7A;
  opacity: 1;
}
.todo-desc .todo-status .todo-date.text-blue{
  opacity: 1;
}
.todo-desc .todo-status .take-test{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #EF9857;
  cursor: pointer;
}
.get-all-quize{
  text-align: center;
  font-size: 14px;
  padding: 10px 15px;
  color: #EF9857;
  border-top: 1px solid #F5F6FA;
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
}
.empty-text{
  font-size: 12px;
  letter-spacing: 0.43px;
  color: #828282;
  /* font-family: Arial-Regular; */
  font-family: 'Arial';
  font-weight: normal;
}
.btn-add-test{
  /* border: 2px solid #000; */
  border: 2px solid #000;
  border-radius: 11px;
  font-size: 14px !important;
  /* color: #000; */
  color: #000;
  text-align: center;
  letter-spacing: 1px;
}
.btn.disabled, .btn:disabled {
  opacity: 0.4 !important;
  /* pointer-events: none !important; */
}
.text-popup{
  font-size: 16px;
  letter-spacing: -0.06px;
color: #202224;
opacity: 0.65;
/* font-family: NunitoSans-SemiBold; */
font-family: 'Arial';
font-weight: bold;

}
.label-text{
  letter-spacing: -0.03px;
color: #202224;
opacity: 0.8;
font-size: 9px;
/* font-family: NunitoSans-SemiBold; */
font-family: 'Arial';
font-weight: bold;
}
.popup-title{
  font-size: 16px;
  
  line-height: 20px;
  letter-spacing: -0.06px;
color: #202224;
font-family: 'Arial';
font-weight: bold;
}
.popup-subtitle{
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.05px;
color: #202224;
opacity: 0.65;
/* font-family: NunitoSans-SemiBold; */
font-family: 'Arial';
font-weight: bold;
}
.empty-text{
  letter-spacing: 0.43px;
color: #828282;
font-size: 12px;
line-height: 16px;
/* font-family: Arial-Regular; */
font-family: 'Arial';
font-weight: normal;
}
.fillterSubmenu{
  top: 25px;
  width: 120px;
  opacity: 1;
  pointer-events: auto;
  z-index: 9;
}
.fillterSubmenu li {
  padding: 5px 20px;
  cursor: pointer;
}
.fillterSubmenu li p{
  font-size: 12px;
}
.practice-control-2{
  display: flex !important;
  align-items: center !important;
}
.practice-control-2 img{
  height: 24px !important;
  margin-top: 0 !important;
}
/* .text-underline{
  text-decoration: underline !important;
} */
 .cursorpointer{
   cursor: pointer;
 }
 
 .mr-20{
   margin-left: 20px;
 }
.dashboard_text_size {
  font-size: 16x;
}
.test-scrollbar-height{
  max-height: 450px !important;
}

.todo-calender-height{
  max-height: 100% !important;
}

.disabledcolor {
  fill: #D5D4DC4D;
}
.activecolor{
  fill: #000;
}
.dash-todo-longdate{
  /* top: 160px;
  left: 922px; */
  /* width: 180px; */
  height: 40px;
  background: #D5D4DC4D 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  padding: 11px 20px;
  font: 14px !important;
  font-size: bold !important;
}
.card-popup-2{
  width: 100%;
  max-width: 75%;
}
.text-sm{
  font-size: 12px;
  line-height: 16px;
}
.tab_check{
  background: #F5F6FA;
  border-radius: 8px;
  /* opacity: 0.5; */
  padding: 20px 15px;
}
.tab_check ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tab_check ul li{
  /* display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 10px; */
  display: flex;
  align-items: center;
  padding-right: 1rem;
  margin-bottom: 10px;
  width: 25%;
}
.courses-list{
  margin: 10px 0;
}
.tab_check ul li:last-child{
  margin-right: 0;
}
.coursesCheckbox{
  line-height: 19px;
}
.subjectCheckbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  /* font-family: NunitoSans-SemiBold; */
  font-family: 'Arial';
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  color: rgba(32, 34, 36, 0.7);
}

/* Hide the browser's default checkbox */
.subjectCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.subjectCheckbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border: 2px solid #bababa;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
/* .subjectCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.subjectCheckbox input:checked ~ .checkmark {
  /* background-color: #2196F3; */
  border-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.subjectCheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.subjectCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.subjectCheckbox .checkmark:after {
  left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #000;
    border-width: 0 2.9px 2.9px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.coursesCheckbox{
  display: flex;
  align-items: center;
}
.subjectCheckbox.coursesCheckbox .checkmark:after{
  left: 3.2px;
  top: 2.5px;
  width: 8px;
  height: 8px;
    border-width: 0 2.9px 2.9px 0;
   transform: none;
   border: 0;
   background-color: #000;
}
.coursesCheckbox{
  width: max-content;
}
 .coursesCheckbox::after{
    content: "";
    background-image: url('../images/icons/down-gray.svg');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -17px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
 }
 .coursesCheckbox.active::after{
    -webkit-transform: translateY(-50%)  rotate(180deg);
    -moz-transform: translateY(-50%)  rotate(180deg);
    -o-transform: translateY(-50%)  rotate(180deg);
    -ms-transform: translateY(-50%)  rotate(180deg);
    transform: translateY(-50%)  rotate(180deg);
 }
 .seletedSubject{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 10px;
 }
 .seletedSubject li{
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 13px 0;
    color: #707070;
    /* font-family: NunitoSans-SemiBold; */
    font-family: 'Arial';
    font-weight: bold;
 }
 .seletedSubject li img{
    cursor: pointer;
    width: 13px;
    margin-left: 10px;
 }
 .at-tab{
    display: none;
 }
.at-tab.active{
  display: block;
  margin-top: 10px;
}
.navbar-nav .btn-header{
  /* border: 1px solid #000; */
  border: 1px solid #000;
  border-radius: 100px;
  opacity: 1;
  padding: 5px 20px !important;
  height: auto !important;
  letter-spacing: 1.14px;
  color: #000;
}
.border-right{
  border-right: 1px solid #EBEBEB;
}



@media screen and (min-width:900px) and (max-width:1199px) {
  .sat-row h3, .act-row h3 {
    font-size: 15px!important;
  }
  .test-question-timer {
    width: 50%!important;
  }
  .wrapper-info-right.left-expand {
    width: 40%;
  }
  .wrapper-info-left.left-expand {
    width: 60%;
  } 
  .right-aside {
    width: 38%;
  }
  .card-popup-help, .card-popup-shortcuts {
    width: 70%;
  }
  .btn-question-list {
    max-width: 70%;
  }
  .card-test-experience {
    padding: 20px!important;
  }
  .wrapper-single .question-review-container {
    width: 86%;
  }
  .card-popup-drag, .card-popup-calculator {
    width: 42%;
  }
  .row-card .col-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-card .card-text {
    padding: 0;
  }
  .row-card .icon-card>img {
    height: 64px;
  }
  h3.check-work {
    font-size: 26px;
  }
  .check-work-wrapper {
    padding-top: 0;
  }
  .number-listing li {
    font-size: 14px;
  }
  .text-timmer {
    font-size: 48px;
  }
  .wrapper-info-right .question-choice-test {
    height: calc(100vh - 400px);
  }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
  .test-report-cardbody {
    padding: 0px !important;
  }
  .wrapper-single .question-review-container {
    width: 100%;
  }
  .wrapper-info-right .question-choice-test {
    height: calc(100vh - 400px);
  }
  .table-dropdown {
    width: 150px;
  }
  .table-dropdown-option {
    width: 220px;
  }
}

@media screen and (min-width:1301px) and (max-width: 1367px) {
  .wrapper-single .question-review-container {
    width: 88%;
  }
  p.test-question-title {
    font-size: 17px;
  }
  .test-timmer {
    font-size: 17px;
  }
  .wrapper-info-left.left-expand {
    width: 65%;
  }
  .wrapper-info-left {
    padding-right: 2.5rem;
  }
  .wrapper-info-right.left-expand {
    width: 35%;
  }
  .wrapper-info-right {
    padding-left: 2.5rem;
  }
  .row-card .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .check-text {
    padding-left: 0.8rem!important;
    padding-right: 0.8rem!important;
  }
  .check-work-wrapper {
    padding-top: 0;
  }
  .number-listing li {
    font-size: 14px;
  }
  .text-timmer {
    font-size: 48px;
  }
  .timing-title {
    font-size: 22px;
  }
  .text-main {
    font-size: 14px;
  }
  .table-dropdown {
    width: 200px;
  }
  .table-dropdown-option {
    width: 280px;
  }
}

@media screen and (min-width:1368px) and (max-width: 1499px) {
  .table-dropdown {
    width: 250px;
  }
  .table-dropdown-option {
    width: 320px;
  }
}

@media screen and (min-width:1500px) and (max-width:1800px) {
  body {
    font-size: 14px;
  }
  .card-header, .card-footer {
    padding: 8px;
  }
  .card-body {
    padding: 20px 24px;
  }
  .card-account-details .card-body {
    padding: 20px 36px;
  }
  .card-account-details .card-header, .card-account-details .card-footer {
    padding: 8px 14px;
  }
  .h3, h3 {
    font-size: 20px;
  }
  .h4, h4 {
    font-size: 18px;
  }
  .h5, h5, .form-control, .btn {
    font-size: 16px;
  }
  .sign-up-process4 .h5, .sign-up-process4 h5, .sign-up-process4 .form-control, .sign-up-process4 .btn {
    font-size: 18px;
  }
  .progress-value .h3, .icon-card h3 {
    font-size: 30px;
  }
  .dashboard-wrapper .card h5:after, .orangeBorder .card-header h5:after, .head_tabs .card-header h5:after, .classes.card .card-header h5:after, .journey .card-header h5:after, .redBorder.card .card-header h5:after {
    bottom: -17px;
  }
  .apvideo {
    height: 400px;
  }
  a.test-direction-close { 
    font-size: 14px;
    line-height: 22px;
  }
  a.btn-hide-clock {
    font-size: 12px;
    line-height: 13px;
  }
}

/* .timeline.swiper-wrapper .swiper-slide:first-child {
  padding-left: 30px!important;
}
.timeline.swiper-wrapper .swiper-slide:last-child {
  padding-right: 30px!important;
} */

.swiper-test-question .swiper-container {
  padding: 0 25px;
}

.timeline {
  /* margin: 0 50px; */
  /* padding: 0 50px; */
  box-sizing: border-box !important;
}

#pass-format {
  bottom: -35px;
}

.small, small {
  font-size: 10px;
}

/* .shimmer {
 background: #f6f7f8;
 background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
 background-repeat: no-repeat;
 background-size: 800px 104px; 
 display: inline-block;
 position: relative; 

 -webkit-animation-duration: 1s;
 -webkit-animation-fill-mode: forwards; 
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-name: placeholderShimmer;
 -webkit-animation-timing-function: linear;
 }

@-webkit-keyframes placeholderShimmer {
 0% {
   background-position: -468px 0;
 }
 
 100% {
   background-position: 468px 0; 
 }
} */

.horizontal-scrollbar {
  overflow-x: auto;
  overflow-y: hidden;
}

.verticle-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
}

.verticleScrollBar {
  height: 300px;
}

.loader.loader-full-width {
  width: 100%;
}

.question-sidebar {
  margin-left: 36px;
}

.section-heading, .section-div {
  padding-bottom: 10px;
}

.shine {
  background: #fff;
  /* display: block; */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 30px;
  cursor: unset;
}

.shine-white {
  background-color: #f5f6fa;
}

.shine-box-contain {
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  width: 100%;
}

.shine-box, .shine-line, .shine-graph, .line-title, .shine-progress, .shine-header, .shine-check, .pdf-container, .shine-small-box {
  content: '';
  width: 100%;
  height: 15px;
  margin: 10px;
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

.shine-white .shine-box, .shine-white .shine-line, .shine-white .shine-graph, .shine-white .line-title, .shine-white .shine-progress, .shine-white .shine-header {
  content: '';
  width: 100%;
  height: 15px;
  margin: 10px;
  background: #FDFDFD;
  /* background: #e0e0e0; */
  /* background-image: linear-gradient(to right, #FDFDFD 0%, #edeef1 20%, #FDFDFD 40%, #FDFDFD 100%); */
  background-image: linear-gradient(to right, #FDFDFD 0%, #f3f3f3 20%, #FDFDFD 40%, #FDFDFD 100%);
  /* background-image: linear-gradient(to right, #e0e0e0 0%, #f3f3f3 20%, #e0e0e0 40%, #e0e0e0 100%); */
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

.shine-progress, .shine-white .shine-progress {
  width: 100%;
  height: 5px;
}

.shine-header, .shine-white .shine-header {
  height: 30px;
}

.shine-graph, .shine-white .shine-graph {
  width: 80%;
  height: 350px;
  margin: 0 auto;
  background-size: 800px 100%;
}

.card-shimmer-dashboard .shine-box, .card-shimmer-dashboard .shine-white .shine-box {
  width: 11.5%;
  height: 90px;
  margin: 15px 10px;
}

.shine-box, .shine-white .shine-box {
  width: 80%;
  height: 90px;
}

.line-small, .shine-white .line-small {
  width: 11.5%;
}

.line-title, .shine-white .line-title {
  width: 150px;
}

.shine-element, .shine-white .shine-element {
  margin: 20px 0;
}

.shine-element-large, .shine-white .shine-element-large {
  margin: 0;
  padding: 20px 0;
}

.card-shimmer-element .shine-box-circle, .shine-white .card-shimmer-element .shine-box-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0px 5px;
}

.shine-box-circle-small, .shine-white .shine-box-circle-small {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0px 5px;
}

.card-shimmer-tab, .shine-white .card-shimmer-tab {
  border-radius: 20px;
}

.shine-rectangle, .shine-white .shine-rectangle {
  height: 210px;
  background-size: 800px 100%;
}

.checkbox-wrap .shine {
  border-radius: 14px;
}

.card-shimmer-table .shine-box {
  width: 12.5%;
  height: 30px;
}

.shine-check {
  width: 30px;
  height: 30px;
}

.shine-check-small {
  width: 14px;
  height: 14px;
}

.shine-small-box {
  width: 100px;
  height: 100px;
  background-size: 800px 100%;
}

.pdf-container {
  width: 50%;
  margin: 0 auto;
  height: 100%;
  background-size: 800px 100%;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.cursor-pointer-none {
  pointer-events: none;
}

.link-cursor-pointer-none {
  pointer-events: none;
  cursor: not-allowed;
}

.image-upload {
  position: relative;
  max-width: 80px;
}

.image-edit {
  position: relative;
  z-index: 9;
}

.image-edit input {
  display: none;
}

.image-preview {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  /* border: 2px solid #EF9857; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image-preview>div {
  width: 102%;
  height: 102%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -1px;
  border: 5px solid #EF9857;
}

.image-edit img {
  height: 38px;
  margin-left: 60px;
  margin-top: -35px;
  cursor: pointer;
}

.rotateProfileArrow {
  transform: rotate(180deg);
}

.select-control p {
  display: block !important;
  top: -5px;
  right: 20px;
}

.disable-click {
  opacity: .5;
  pointer-events: none;
}

/* .fc-scroller.fc-day-grid-container{
  overflow-x: hidden !important;
  overflow-y: initial !important;
} */

.test-tab .tab-title.overall-tab {
  padding-bottom: 20px !important;
}

.test-tab .tab-title.overall-tab h5 {
  margin-top: 8px;
}

#subject-list {
  flex-flow: wrap;
}

.book-thumbnail {
  height: 200px;
  margin: 10px 0;
  cursor: pointer;
}

.book-thumbnail img {
  max-height: 100%;
  max-width: 200px;
}

.apply-promocode {
  position: absolute;
  right: -2px;
  top: 35px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
}

.practice-control img, .resumeTest .progress-value img {
  height: 15px;
  margin-top: 10px;
}

.icon-card>img {
  height: 85px;
}

.resumeTest .progress {
  width: 40px;
  height: 40px;
}

.resumeTest .progress::after {
  border-width: 2px;
}

.resumeTest .progress-value img {
  margin-top: 0px;
}

.progress-list.resumeTest:hover .progress-details {
  display: inline-block;
  right: 0px;
}

.dashboard-Card {
  overflow: visible;
}

.time-picker {
  position: relative;
}

#timer-drop {
  position: absolute;
  z-index: 99;
}

.tooltip-bold {
  color: #261718;
  font-size: 14px;
}

.tooltip-bold span {
  font-size: 12px;
}

.tooltip-light {
  color: #261718;
  opacity: 0.5;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-control.disabled, .form-control[readonly], .form-control:disabled {
  background-color: transparent;
  opacity: 0.5;
  cursor: not-allowed;
}

.graphScroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  color: rgba(0, 0, 0, .4);
  font-size: 12px;
}

.noheader .card {
  border-radius: 30px;
}

.btn-preview {
  margin-left: -25px;
}

/* .fc-dayGridMonth-view.fc-dayGrid-view .fc-body .fc-row {
  position: relative !important;
  z-index: 0 !important;
} */

.tab-header.tab-header-course.active#tab1 {
  border-color: #000;
}

.progress-line {
  display: flex;
  height: 32px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #FFF;
  border-radius: 0px;
}

.progress-line .progress-bar {
  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;
  color: #fff;
  text-align: center;
  /* background-color: #007bff; */
  background-image: linear-gradient(to left, #000, #000);
  opacity: 0.4;
  transition: width .6s ease;
}

.progress-bar-active-bg-blue .progress-bar, .progress-bar-writing .progress-bar {
  background-image: linear-gradient(to left, #000, #000);
}

.progress-bar-active-bg-orange .progress-bar, .progress-bar-science .progress-bar {
  background-image: linear-gradient(to left, #f5d494, #ef9857);
}

.progress-bar-active-bg-green .progress-bar, .progress-bar-reading .progress-bar {
  background-image: linear-gradient(to left, #C5E6E0, #7EBFBA);
}

.progress-bar-active-bg-red .progress-bar, .progress-bar-math .progress-bar,.progress-bar-maths .progress-bar {
  background-image: linear-gradient(to left, #ffbbb8, #e07a7a);
}
.progress-bar-math p,.progress-bar-maths p{
  color: #e07a7a;
}

.progress-bar-english p{
  color: #000;
}

.progress-score {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.progress-subject {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.progress-score p {
  font-size: 12px;
}

.progress-bar-active-bg-blue p, .progress-bar-writing p {
  color: #000;
}

.progress-bar-active-bg-orange p, .progress-bar-science p {
  color: #EF9857;
}

.progress-bar-active-bg-green p, .progress-bar-reading p {
  color: #7EBFBA;
}

.progress-bar-active-bg-red p, .progress-bar-maths p {
  color: #e07a7a;
}
.redbg{
  /* background:linear-gradient(#000 0%, #000 100%); */
  background:#000;
  color: #fff !important;
  margin-right: 3px;
}
.redbg p{
  color: #fff !important;  
}

.graph-list {
  padding: 5px 0px;
}

.graph-list.graph-list-more .progress-line {
  height: 25px;
}

.graph-list.graph-list-more .progress-subject p {
  font-size: 13px;
}

.graph-list.graph-list-more .progress-score p {
  font-size: 11px;
}

.visiblegraphBlock .card {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.section-name-title {
  white-space: nowrap;
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-signin2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.fc-day-header {
  position: relative;
}

.fc-dayGridWeek-view .fc-widget-header .fc-future:after, .fc-dayGridWeek-view .fc-widget-header .fc-past:after {
  content: " ";
  position: absolute;
  border-left: 1px solid #ddd !important;
  top: 40%;
  right: 0;
  height: 45%;
  margin-top: auto;
  margin-bottom: auto;
}

.greyText {
  color: rgba(0, 0, 0, .7);
}

.examCard {
  height: calc(100vh - 300px);
  overflow-y: auto;
  padding: 20px;
}

.card-digital-books .col-1, .book-thumbnail {
  background-image: url('../images/icons/round.svg');
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  background-position: center;
}

.practiceTabWrap, .test-details-tab .tab-title {
  text-align: center;
}

.check-work {
  font-size: 30px;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

@media screen and (min-width:1200px) and (max-width:1300px) {
  .pratice-section-no {
    padding: 0 .25rem;
  }
  .test-topics p {
    padding: 0 5px;
  }
  .section-name-title {
    max-width: 85px;
  }
}

@media screen and (min-width:1600px) and (max-width:1999px) {
  .navbar-brand img {
    height: 55px;
  }
  .logo-img {
    height: 65px;
  }
  header {
    padding: 12px;
    padding-bottom: 15px;
  }
  .navbar-nav li:first-child .nav-link img {
    height: 34px;
  }
  .notification-count {
    height: 25px;
    width: 25px;
    top: 10px;
    right: 0px;
    line-height: 24px;
    font-size: 14px;
  }
  .card-progress .card-footer p {
    font-size: 13px;
  }
  .form-text, .small, small {
    font-size: 14px;
  }
  .card-text, .bottomBar p, .or span {
    font-size: 15px;
  }
  .link-more, .progress-score p, p.topic-status, .notificationSubmenu li p:last-child, 
  .courseSubmenu li p,.form-custom .form-group label, .forgot-password span,
  .classRow p, .classRow p span, .course-score, label, .selectcoursedays p, .course-wrap.practice-list p,
  table th p, table td p, .table-jouney-details p, .apply-promocode, .form-control-small {
    font-size: 16px;
  }
  .fc-content .tippy-box * {
    font-size: 20px!important;
  }
  .fc-day-header span, .answer-review-marked span, .question-strike {
    font-size: 18px;
  }
  .answer-review-marked span img {
    margin-top: -3px;
    height: 30px;
    margin-right: 0.8rem!important;
  }
  .fc-content .tippy-box .text-small {
    font-size: 18px!important;
  }
  .courseBtn p, .cursor-profile p, p, .sidebar li a p, .form-control, .btn, .planBullet li p, #notesarea, .text-header-list, .iti__selected-dial-code, .iti__country *, .cust-link {
    font-size: 19px;
  }
  #profile-submenu li p, .whatsapp-checklist p, .planPrice, .page_number, .option-flat-button {
    font-size: 20px;
  }
  .fc-toolbar h2, .h5, h5, .progressWrap .progress-value, .sidebar-cardbody h6, h4, .planPrice span.text-small,.verify-mail-message, .card-login p, .course-wrap.practice-list h6, .quizUl li p, .card-question p.passage-questions, .card-question .passage-questions p, .check-title *, .card-question p, .card-popup-video h6, .versionWrap .form-group label,
  .note.text-lg, .paymnet-details *, .link-back, .card-question label.passage-questions, .answer-option .check-title {
    font-size: 22px!important;
  }
  .content-wrapper.contentFixedWrapper {
    width: 100%;
    margin-top: 0;
  }
  .timelineWrapFixed .timeline li {
    min-height: 62px;
  }
  .fc-toolbar h2 {
    font-size: 25px!important;
  }
  .fc-toolbar h2:after {
    top: 1px;
  }
  .picker-item {
    font-size: 22px;
  }
  .js-mini-picker-container {
    bottom: -196px;
  }
  .fc table, .picker-picked, .btn-next.submit-next, .dashboardLink a, .btn-start-course, 
  .btn-free-version, .btn-payment-proceed, .blue-skip p.text-lg {
    font-size: 23px !important;
  }
  .btn-next.submit-next {
    display: flex;
    align-items: center;
  }
  .card-sub-score, .card-login .card-body h4, .quiz-text p, .quizUl li {
    font-size: 26px;
  }
  .quizUl {
    padding-left: 80px;
    padding-right: 80px;
  }
  .contact-link p, .premium-title, .bookWrap h5.text-dark {
    font-size: 28px!important;
  }
  #page_num {
    font-size: 32px;
  }
  .paymnet-details h3 {
    font-size: 32px!important;
  }
  .option-flat-button {
    padding: 14px 18px;
  }
  .bookWrap h5.text-dark {
    margin-top: 20px;
  }
  .progress-list.video:hover .progress-details {
    right: 92px;
  }
  .progress-list.test:hover .progress-details {
    right: 20px;
  }
  .progress-list.class:hover .progress-details {
    right: 26px;
  }
  .card-header, .card-footer {
    padding: 10px;
  }
  .cursor-profile {
    padding: 0;
  }
  .cursor-profile #profileArrow {
    height: 24px;
    margin-bottom: -5px;
    margin-left: 10px;
  }
  .cursor-profile .rounded-circle {
    height: 58px;
    margin-right: 8px;
  }
  .sidebar {
    top: 89px;
    width: 95px;
    height: calc(100% - 89px);
  }
  .right-aside {
    top: 89px;
    width: 32%;
    height: calc(100% - 89px);
  }
  .content-wrapper {
    width: calc(100% - 95px);
    padding: 35px;
    margin-top: 82px;
  }
  aside .navbar-nav a.nav-link {
    padding: 20px;
    padding-left: 36px;
  }
  .sidebar.active-aside {
    width: 300px;
  }
  .nav-item svg {
    height: 30px;
    width: 22px;
    /* margin-right: 20px; */
  }
  .menu-btn {
    margin-left: 8px;
  }
  .menu-btn span {
    width: 30px;
    height: 4px;
    margin-bottom: 7px;
  }
  .cursor-profile p {
    margin-top: 8px;
  }
  .card-body {
    padding: 25px;
  }
  .expand-question img, .expand-ans img {
    height: 20px;
  }
  .fc-dayGridWeek-view .fc-widget-header {
    height: 45px!important;
  }
  .question-box {
    min-width: 60px;
    font-size: 22px;
    padding: 0.8rem;
  }
  .progressWrap svg {
    width: 100px;
    margin-top: 15px;
  }
  .progress-line {
    height: 42px;
  }
  .dashboard-wrapper .card h5, .orangeBorder .card-header h5, .blueBorder .card-header h5, .redBorder .card-header h5, .head_tabs .card-header h5, .journey .card-header h5 {
    margin: 10px 20px;
  }
  .dashboard-wrapper .card h5:after, .orangeBorder .card-header h5:after, .blueBorder .card-header h5:after, .head_tabs .card-header h5:after, .classes.card .card-header h5:after, .journey .card-header h5:after, .redBorder.card .card-header h5:after {
    bottom: -21px;
    height: 2.5px;
  }
  .course-wrap h5, .class-block h5, .target h5 {
    margin: 5px 0!important;
  }
  .course-wrap .row.pl-5 {
    padding-left: 4rem!important;
  }
  .line {
    left: 39px;
  }
  .topic-block::before {
    height: 15px;
    width: 15px;
    left: 32px;
    background-size: 15px;
  }
  .completed-state:before {
    height: 25px;
    width: 25px;
    left: 27px;
    background-size: 25px;
  }
  .badge {
    padding: 6px 40px;
    font-size: 16px;
    border-radius: 20px;
  }
  .popup-close {
    font-size: 52px;
  }
  .comment-link span {
    font-size: 18px;
    margin-top: 10px;
  }
  .progress-value img, .bookmarkset img {
    height: 26px;
    max-width: 22px;
  }
  .icon-group .progress {
    height: 50px;
    width: 50px;
    margin: 0 15px;
  }
  .target .col-3 img {
    height: 110px;
    padding-left: 5px;
  }
  .target .col-9 img {
    padding-left: 10px;
  }
  .takeTest img, .class-schedule a p img, .img-arrow {
    height: 15px;
    margin-left: 10px!important;
  }
  .icon-take-test {
    height: 24px;
  }
  .icon-read {
    height: 20px;
  }
  .locked, .locked-list:after {
    background-size: 22px;
  }
  .locked-list:after {
    width: 25px;
    height: 25px;
    background-size: 20px;
  }
  .submenu {
    width: 280px;
    top: 50px;
  }
  .notificationSubmenu {
    width: 350px;
  }
  .courseBtn {
    height: auto!important;
  }
  .unread:after {
    top: 27px;
    height: 8px;
    width: 8px;
  }
  .selectedCourse {
    background-size: 17px;
  }
  .submenu li {
    padding: 12px 25px;
  }
  .courseSubmenu li {
    padding: 5px;
    padding-left: 35px;
  }
  .question-strike {
    padding: 0.4rem 0.6rem;
  }
  .submenu li img {
    width: 25px;
    margin-right: 18px;
  }
  .text-title, h3, .text-large {
    font-size: 34px;
  }
  .icon-card h3, .journey-report .h3 {
    font-size: 40px;
  }
  .journey-report .progress {
    width: 120px;
    height: 120px;
  }
  .right-aside .card-header {
    padding: 1.2rem 1rem!important;
  }
  .add-back img {
    height: 50px;
    margin-right: 10px;
  }
  .add-back.add-close img {
    height: 25px;
  }
  .contact-icon {
    width: 85px;
  }
  .btn {
    height: 60px;
  }
  .right-aside hr, .card-body.classList hr, .practiceTopicWrap hr {
    margin: 25px 0;
  }
  .whatsapp-checklist {
    padding-top: 20px;
  }
  .right-aside hr.hr-alerts {
    margin: 12px 0;
  }
  .whatsappcheck .checkmark, .form-custom .whatsappcheck .checkmark {
    height: 18px;
    width: 18px;
  }
  .d-flex .whatsappcheck .checkmark {
    top: 6px;
  }
  .whatsappcheck .checkmark:after, .form-custom .whatsappcheck .checkmark:after, .form-custom .checkbox-wrap.whatsappcheck .checkmark:after {
    top: 1.5px;
    left: 4px;
    width: 5px;
    height: 10px;
    border-width: 0 2.5px 2.5px 0;
  }
  .img-add {
    height: 24px;
    margin-right: 1rem!important;
  }
  .premium-img {
    height: 180px;
    margin-bottom: 1rem;
  }
  .icon-card.topic-icon-card.journey-icon-card img {
    height: 120px;
  }
  .planBullet li {
    margin-bottom: 20px;
  }
  .planPrice span {
    font-size: 45px;
  }
  .test-tab .tab-title, .test-tab .svelte-tabs__tab {
    padding: 22px 28px!important;
    padding-bottom: 15px !important;
    min-width: 220px;
  }
  .test-tab .tab-title.overall-tab {
    min-width: auto;
    padding: 28px 34px!important;
  }
  .test-tab .tab-title.overall-tab h5 {
    margin-top: 0;
  }
  .icon-group {
    height: 72px;
  }
  .progress-details {
    right: 92px;
    top: 54px;
    font-size: 16px;
  }
  .progress-list.topics-list.class:hover .progress-details {
    right: 4px;
  }
  .practice-control {
    width: 55px;
    height: 55px;
  }
  .practice-control img {
    height: 22px;
    margin-top: 14px;
  }
  .hover-detils {
    top: 52px;
  }
  .user_name {
    height: 30px;
  }
  .pdfHeader {
    top: 92px;
  }
  .pdfWrap {
    margin-top: 172px;
    height: calc(100vh - 172px);
  }
  .pdfHeader img {
    height: 26px;
  }
  .pdfHeader #prev img, .pdfHeader #next img {
    height: 16px;
  }
  .wCard .navWrapControl img {
    height: 20px;
  }
  .pdfBtn {
    height: 40px;
    width: 40px;
  }
  .pdfBtn img, .comment-control {
    height: 19px;
  }
  #zoom-in img {
    height: 16px;
  }
  #zoom-out img {
    height: 2.5px;
  }
  .pdfCommentBox .navWrap {
    display: flex;
    width: auto;
    flex-wrap: nowrap;
  }
  .comment-count {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 16px;
  }
  .comment-pointer {
    height: 40px;
    margin-left: 0px!important;
    padding-right: 12px;
  }
  .pdfCommentBox {
    top: 185px;
  }
  .pdfscrollBox {
    height: calc(100vh - 450px);
  }
  .commentWrap form input, .commentWrap input, .commentWrap form button, .commentWrap button {
    height: 60px;
    font-size: 19px;
  }
  #savenewcomment img, #editbtn img {
    height: 100%;
  }
  .books-mark, .bookmark {
    height: 28px;
    width: 25px;
  }
  .image-preview {
    width: 120px;
    height: 120px;
  }
  .image-edit img {
    margin-left: 76px;
    margin-top: -48px;
  }
  .success-arrow {
    height: 120px;
  }
  .selectcoursedays .form-group {
    margin-top: 0.8rem;
  }
  .time-picker .form-group {
    width: 185px;
  }
  .js-time-picker {
    font-size: 30px!important;
    background-position: 1% center, right center;
    background-size: 24px 24px, 18px 18px;
    padding-left: 36px;
  }
  .js-time-picker.open {
    background-position: 1% center, right center;
    background-size: 24px 24px, 18px 18px;
  }
  .time-picker .form-control {
    font-size: 28px!important;
  }
  .js-picker-format {
    font-size: 20px;
    top: 8px;
    left: 74px;
    position: absolute;
  }
  .js-picker-format span.format-min {
    margin-left: 50px;
  }
  .picker-cell__control--prev:before, .picker-cell__control--next:before {
    background-size: 15px 15px;
  }
  .practice-icon-card, .journey-icon-card {
    padding: 25px 36px;
  }
  .journey-report {
    padding: 28px 36px;
  }
  .bg-blue.journey-report {
    padding: 0;
  }
  .icon-card>img {
    height: 110px;
  }
  .quiz-text img {
    height: 82px;
    padding: 0;
    padding-left: 17px;
  }
  .practiceTabWrap .tab-title {
    min-height: 84px;
  }
  .practiceTabWrap h5 {
    margin-top: 6px;
  }
  .practiceTopicWrap .checkmark {
    height: 25px;
    width: 25px;
    border-width: 2.5px;
  }
  .practiceTopicWrap .topicBox .checkbox-wrap .checkmark:after, .topicBox .checkbox-wrap .checkmark:after {
    width: 7px;
    height: 14px;
    top: 1px;
    left: 6.5px;
    border-width: 0 2.5px 2.5px 0;
  }
  .practice-cardfooter {
    left: 354px;
    width: calc(58.30% - 244px);
  }
  a.btn {
    line-height: 48px;
  }
  .createQuizWrap img {
    height: 210px;
  }
  .diffculityWrap {
    padding: 20px 10px!important;
  }
  .diffWrap {
    margin-bottom: 20px;
  }
  .diffWrap .topicBox p {
    margin-top: 16px;
    margin-left: 7px;
  }
  .diffWrap .topicBox {
    margin-left: 70px;
  }
  .label-random-diff {
    font-size: 22px;
    padding-top: 10px;
    padding-left: 60px;
    padding-bottom: 7px;
  }
  .label-random-diff .checkmark {
    top: 12px;
  }
  .imgClock {
    height: 22px;
    margin-top: -5px;
  }
  .radiomark {
    height: 22px;
    width: 22px;
  }
  .question-choice-practice .check-title, .check-title {
    margin-left: 60px;
  }
  .answer-option .check-title {
    margin-left: 20px;
  }
  .question-choice-practice .checkbox-container.checkbox-wrap {
    padding: 30px 12px;
  }
  .question-choice .checkbox-container.checkbox-wrap {
    padding: 30px 25px;
  }
  .checkbox-wrap .radiomark:after {
    width: 10px;
    height: 10px;
  }
  .timelineWrap {
    right: 44px;
    width: calc(100% - 145px);
  }
  .timeline li {
    min-height: 80px;
    padding: 0px 28px;
    border-radius: 10px;
  }
  .flagset svg {
    margin-top: -8px;
    height: 40px;
    width: 25px;
  }
  .question-choice {
    margin-bottom: 90px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 26% !important;
  }
  .popup-finish-container img {
    height: 140px;
  }
  .popup-finish-container h3 {
    font-size: 26px;
    padding: 0 40px;
  }
  .smTabs p {
    padding: 5px 25px;
    font-size: 18px;
  }
  .card-header .smTabs p {
    padding-right: 25px!important;
  }
  .question-sidebar-img {
    height: 90px;
    margin-right: 0.8rem!important;
  }
  .question-sidebar h4, .question-sidebar-img {
    font-size: 25px!important;
  }
  .question-control.add-back img {
    height: auto;
    margin-right: 0px;
  }
  .question-choice-test .checkbox-container .radiomark {
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
  }
  .test-detailed-report .progress-details {
    top: 55px;
  }
  .table.table-jouney-details td {
    padding: 20px 12px;
  }
  .table.table-jouney-details td img {
    width: 26px;
  }
  .table.table-jouney-details td span {
    font-size: 20px;
  }
  .journey-quechoices .checkbox-container .radiomark {
    left: 7%;
  }
  .journey-quechoices .check-rate p {
    padding-right: 15px;
  }
  .card-body.card-body-version .tab-body.tab1, .card-body-payment .tab-body { 
    padding: 20px 0;
  }
  .steps {
    width: 280px;
  }
  .stepLine {
    top: 18px;
  }
  .steps ul li {
    width: 40px;
    height: 40px;
  }
  .steps ul li p {
    line-height: 36px;
  }
  .btn-next img, .blue-skip p {
    height: 25px;
  }
  .card-body-version .card-body-head h5, .card-body-payment .card-body-head h5 {
    margin-bottom: 1rem!important;
  }
  .steps ul li.completedStep {
    background-size: 16px;
  }
  .study-img {
    height: 340px;
    margin-top: 30px;
  }
  .btn-add-more-img {
    height: 22px;
  }
  .card-body-payment .course-title {
    margin-left: 50px;
  }
  .card-body-payment .checkmark {
    height: 25px;
    width: 25px;
    left: 8%;
  }
  .card-body-payment .checkbox-wrap .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 13px;
  }
  .paymnet-details {
    margin-bottom: 3.5rem;
  }
  .google-btn img, .facebook-btn img {
    top: 3px;
    height: 54px;
  }
  .card-body-version .checkmark {
    height: 25px;
    width: 25px;
  }
  .card-body-version h5.course-title {
    margin-left: 40px;
  }
  .ansmark, .ansmark-strike {
    height: 22px;
    margin-top: 1px;
    font-size: 14px;
    min-width: 22px;
    line-height: 22px;
  }
  a.btn-question-list {
    line-height: 40px;
  }
  a.btn-hide-clock {
    line-height: 16px;
    width: 78px;
    font-size: 15px;
    height: 32px;
  }
  .test-direction-details p {
    font-size: 20px;
  }
  a.test-direction-close {
    height: 48px;
    font-size: 18px;
    line-height: 32px;
  }
  .card-body-version .checkbox-wrap .checkmark:after {
    top: 1.5px;
    width: 7px;
    height: 13px;
  }
  .fc-content button img {
    height: 21px;
  }
  .tippy-content .template-right.ml-4 {
    margin-left: 10px!important;
  }
  .tippy-content .template-right.ml-4 img {
    width: 20px!important;
    height: 33px;
  }
  .tippy-icon {
    height: 14px;
  }
  .account-tabs li {
    padding: 18px 25px;
    border-radius: 16px;
  }
  .card-account-details .card-header {
    padding: 10px 20px;
  }
  .card-account-details .card-body {
    padding: 25px 40px;
  }
  #confirm-reset-password {
    width: 50%;
    border-radius: 40px;
    padding: 100px 30px!important;
  }
  .fc-dayGridWeek-view .fc-scroller {
    margin-top: -3px;
  }
  .question-time-img {
    width: 58px;
  }
  .timing-title {
    font-size: 32px;
  }
  p.test-question-title {
    font-size: 22px;
  }
  .test-direction-wrapper p.text-black {
    font-size: 16px;
  }
  .directions-img {
    height: 7px;
  }
  .test-question-timer img {
    height: 26px;
  }
  .nav-item-sat .nav-link img {
    height: 32px;
  }
  .nav-item-sat .nav-link {
    font-size: 16px;
  }
  .testquestionWrapper {
    height: 105vh;
  }
  .testquestionWrapper .wrapper-info {
    padding-top: 7.2rem;
    height: calc(100vh - 145px);
  }
  .mark-undo {
    font-size: 14px;
  }
  .question-review-popup {
    width: 680px;
  }
  .question-legend li {
    font-size: 18px;
    line-height: 30px;
  }
  .question-legend li span {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.6rem;
  }
  .question-legend li.current span::after {
    width: 10px;
    height: 10px;
  }
  .question-legend li.review span {
    width: 18px;
  }
  .question-review-item span {
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
  .question-review-item {
    padding-top: 10px;
  }
  .question-review-item.current::before {
    width: 18px;
    height: 18px;
    top: 1px;
  }
  .question-review-item.review::after {
    width: 18px;
    height: 18px;
  }
  .test-direction-wrapper {
    padding-top: 0.5rem!important;
  }
  .test-direction-details {
    top: 30px;
    width: 750px;
  }
  .card-popup-high {
    padding: 28px;
  }
  .card-popup-high h6 {
    font-size: 1.2rem;
  }
  .text-control {
    padding: 0 3px;
    font-size: 1rem;
  }
  .accordion-header {
    padding: 1.5rem 0;
  }
  .accordion-header::before {
    font-size: 38px;
  }
  .scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .table.table-controls td, .table.table-controls th {
    padding: 1rem 1.5rem;
    font-size: 17px;
  }
  .check-work {
    font-size: 40px;
  }
  .number-listing li, .text-main {
    font-size: 19px;
  }
  .text-timmer {
    font-size: 65px;
  }
  .btn.btn-update {
    font-size: 19px;
    line-height: 48px;
  }
  .selection-wrapper label svg {
    min-width: 55px;
    min-height: 55px;
  }
  .selection-wrapper label span {
    font-size: 16px;
  }
  .text-dismiss {
    font-size: 18px;
  }
  h6.text-new-annotation {
    font-size: 26px;
  }
  .annotation-control {
    font-size: 20px;
  }
  .annotation-control img {
    width: 20px;
    margin-right: 1rem!important;
  }
} 

@media screen and (min-width:2000px) and (max-width:2600px) {
  .mr-5, .mx-5 {
    margin-right: 5rem !important;
  }
  .mb-1, .my-1 {
    margin-bottom: 1rem !important;
  }
  p {
    line-height: 40px;
  }
  .card-body h4 {
    margin-bottom: 40px;
  }
  .fullHeight {
    padding: 100px 0 !important;
  }
  .noheader .card {
    padding: 40px !important;
  }
  .noheader .card .card-header img {
    height: 90px;
    margin-bottom: 15px;
  }
  .form-custom .checkmark {
    height: 20px;
    width: 20px;
  }
  .google-btn img, .facebook-btn img {
    height: 65px;
  }
  .h4, h4, .text-lg {
    font-size: 28px;
  }
  p, aside ul li p, .h5, h5, .form-control, .btn, .fc-day-header span, .whatsapp-checklist p, #notesarea, .smTabs p, .check-title *, .card-question p, .card-question p.passage-questions, .card-question .passage-questions p, .quizUl li p, .iti__selected-dial-code, .link-back, .card-question label.passage-questions, .number-listing li, .btn.btn-update {
    font-size: 27px;
  }
  .btn.btn-update {
    line-height: 54px;
  }
  .navbar-brand img {
    height: 75px;
  }
  header {
    padding: 15px 20px;
  }
  .nav-link img {
    height: 45px;
  }
  .active-time {
    height: 130px;
  }
  .nav-link #profileArrow {
    height: 30px;
    margin-left: 10px;
  }
  .cursor-profile img.rounded-circle {
    height: 70px!important;
    width: 70px!important;
  }
  .user_name {
    max-width: 300px;
    height: auto;
  }
  .tab-title .progress-control, .svelte-tabs__tab .progress-control {
    margin-top: 24px;
  }
  .sidebar {
    width: 120px;
    top: 112px;
    height: calc(100% - 112px);
  }
  .nav-item svg {
    height: 50px;
    width: 28px;
    margin-right: 25px;
  }
  .active-menu-btn span:nth-child(1) {
    transform: rotate(45deg) translate(0px, -8px);
  }
  aside .navbar-nav a.nav-link {
    padding: 20px 0;
    padding-left: 46px;
  }
  .sidebar.active-aside {
    width: 370px;
  }
  .content-wrapper {
    width: calc(100% - 120px);
    padding: 40px;
    margin-top: 112px;
  }
  .card-body, .card-todays-task .card-body {
    padding: 20px 40px !important;
  }
  .fc-toolbar h2, .js-time-picker, .verify-mail-message, .contact-link p, .note {
    font-size: 2rem !important;
  }
  .time-picker .form-group {
    width: 200px;
  }
  .icon-card p.card-text {
    line-height: 26px;
  }
  .js-picker-format {
    top: 5.5px;
    left: 82px;
    font-size: 25px;
  }
  .js-picker-format span.format-min {
    margin-left: 50px;
  }
  .watch-btn {
    height: 60px;
  }
  .progressWrap svg {
    width: 120px;
  }
  .card-progress .card-footer p, .link-more, .forgot-password span, .form-text, .form-control-small {
    font-size: 20px;
  }
  .fc-dayGridWeek-view .fc-widget-header {
    height: 50px !important;
  }
  .card-header, .card-footer {
    padding: 10px 20px;
  }
  .orangeBorder .card-header h5, .blueBorder .card-header h5, .redBorder .card-header h5, .head_tabs .card-header h5, .journey .card-header h5, .classes .card-header h5, .topics .card-header h5, .practice .card-header h5, .tests .card-header h5, .dashboard-wrapper .card h5, .orangeBorder .card-header h5, .blueBorder .card-header h5, .redBorder .card-header h5, .head_tabs .card-header h5, .journey .card-header h5 {
    padding: 10px 0;
  }
  .card-todays-task .card-header h5, .card-testDetails .card-header h5, .card-quiz-topics .card-header h5, .card-account-details .card-header h5 {
    padding: 10px 0;
  }
  .dashboard-wrapper .card h5:after, .orangeBorder .card-header h5:after, .blueBorder .card-header h5:after, .head_tabs .card-header h5:after, .classes.card .card-header h5:after, .journey .card-header h5:after, .redBorder.card .card-header h5:after {
    left: 2px;
    bottom: -17px;
  }
  .imgClock {
    height: 30px;
    margin-top: -10px;
  }
  .question-choice {
    margin-bottom: 90px;
  }
  .link-more, .courseSubmenu li p, .form-custom .form-group label, label, .cust-link, .comment-link span, .course-score, table th p, table td p, .table-jouney-details p, button {
    font-size: 25px;
  }
  .dashboard-wrapper .resourse-block h5, .dashboard-wrapper .class-block h5 {
    padding: 0px !important;
  }
  .card-body .block-dashboard {
    padding: 20px 0;
  }
  .flagset svg {
    margin-top: -8px;
    height: 40px;
    width: 32px;
  }
  .topic-block::before {
    height: 22px;
    width: 22px;
    background-size: 22px;
    left: 10px;
    top: 30%;
  }
  .takeTest img, .class-schedule a p img, .img-arrow {
    height: 20px;
    margin-left: 10px!important;
  }
  .target .col-3 img {
    height: 110px;
    padding-left: 5px;
  }
  .line {
    left: 20px;
  }
  .testpaperWrapper .wrapper-details, .testquestionWrapper .wrapper-details {
    padding: 1.6rem 1rem;
  }
  .completed-state:before {
    height: 35px;
    width: 35px;
    background-size: 35px;
    left: 6px;
  }
  .icon-group .progress {
    /* height: 70px;
    width: 70px; */
    width: 50px;
    height: 50px;
  }
  .icon-group .progress {
    margin: 0 15px
  }
  .topic-block .icon-group.col-4 {
    max-width: 300px;
    min-width: 300px;
  }
  .topic-block .col-8 {
    max-width: calc(100% - 300px);
  }
  .card-progress .card-footer p {
    margin-top: 15px;
    line-height: 33px;
  }
  .icon-group {
    height: 70px;
    overflow: visible;
  }
  .progress-details {
    /* top: 60px; */
    top: 40px;
  }
  .progress-value img {
    /* height: 32px;
    max-width: 32px; */
    height: 22px;
    max-width: 22px;
  }
  .custChart, .verticleScrollBar {
    height: 500px;
  }
  .submenu {
    width: 375px;
    top: 80px;
  }
  .notificationSubmenu {
    width: 450px;
  }
  .unread:after {
    top: 46%;
    height: 10px;
    width: 10px;
  }
  .right-aside, .pdfHeader {
    top: 112px;
  }
  .menu-btn {
    margin-top: 12px;
    margin-left: 8px;
  }
  .menu-btn span {
    width: 35px;
    height: 4px;
    margin-bottom: 9px;
  }
  .btn {
    height: 70px;
    padding: 6px 20px;
  }
  .finish-submit-btn {
    max-width: 280px;
  }
  .courseBtn img {
    height: 10px;
  }
  .picker-item {
    font-size: 24px!important;
  }
  .js-mini-picker-container {
    bottom: -232px;
  }
  .fc table, .h6, h6, .picker-item.picker-picked {
    font-size: 28px !important;
  }
  .picker-item.picker-picked {
    padding: 1rem 0.5rem;
  }
  h6.test-progress {
    font-size: 20px!important;
  }
  .locked-list:after {
    width: 30px;
    height: 30px;
  }
  .locked, .locked-list:after {
    background-size: 22px;
  }
  .small, small, .notificationSubmenu li p:last-child {
    font-size: 16px;
  }
  .notiLink {
    margin-top: -10px;
  }
  .courseBtn {
    padding: 12px 26px;
    height: 56px;
    border-radius: 25px;
    margin-top: 4px;
  }
  .courseLink {
    padding-top: 0px;
  }
  .text-title {
    font-size: 50px;
  }
  .contact-icon {
    width: 100px;
    margin-right: 50px !important;
  }
  .submenu li {
    padding: 15px 25px;
    align-items: center;
  }
  .submenu li img {
    width: 30px;
  }
  .courseSubmenu li p {
    font-size: 22px;
  }
  .courseSubmenu li {
    padding: 5px;
    padding-left: 45px;
  }
  .selectedCourse {
    background-size: 22px;
  }
  .notification-count {
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  hr {
    margin: 30px 0;
  }
  .form-whatsapp-alert img {
    height: 32px;
  }
  .whatsappcheck .checkmark, .form-custom .whatsappcheck .checkmark {
    height: 25px;
    width: 25px;
    margin-top: 10px;
  }
  .whatsappcheck.whatsappcheck-opt .checkmark {
    margin-top: -6px;
  }
  .whatsappcheck .checkmark:after, .form-custom .whatsappcheck .checkmark:after, .form-custom .checkbox-wrap.whatsappcheck .checkmark:after {
    left: 6px;
    top: 1.8px;
    width: 7px;
    height: 14px;
  }
  .js-time-picker {
    padding-left: 40px;
    background-size: 26px 26px, 16px 16px;
  }
  .js-time-picker.open { 
    background-size: 26px 26px, 16px 16px;
  }
  .picker-cell__control {
    height: 3rem;
  }
  .picker-cell__control--prev:before, .picker-cell__control--next:before {
    background-size: 18px 18px;
  }
  .picker-cell__control:before {
    height: 22px!important;    
    width: 22px!important;
    top: 5px!important;
  }
  .picker-cell__control:after {
    height: 22px!important;    
    width: 22px!important;
  }
  .right-aside {
    width: 34%;
    padding: 15px 0;
  }
  .form-whatsapp-alert .form-group, .practiceTestWrap {
    margin-bottom: 1rem;
  }
  .test-tab .tab-title, .test-tab .svelte-tabs__tab {
    padding: 26px 36px !important;
    padding-bottom: 22px!important;
    margin-right: 25px;
    min-width: 300px;
    border-radius: 25px;
    min-height: 100px;
  }
  .practiceTabWrap .tab-title h5 {
    line-height: 36px;
  }
  .quizUl {
    padding-left: 120px;
    padding-right: 120px;
  }
  .quizUl li p {
    font-size: 28px;
  }
  .icon-card>img {
    height: 135px;
  }
  .progress-value .h3, .icon-card h3, .text-large {
    font-size: 50px;
  }
  .card-sub-score, #page_num, .paymnet-details h3 {
    font-size: 40px;
  }
  .card-text, .badge, .topic-status, .progress-score p {
    font-size: 22px;
  }
  .progress-control-text{
    font-size: 18px;
  }
  .page_number, #page_count {
    font-size: 25px;
  }
  .practice-control {
    height: 50px;
    width: 50px;
  }
  .practice-control img, .resumeTest .progress-value img {
    height: 20px;
    margin-top: 14px;
  }
  .hover-detils {
    /* top: 62px;
    font-size: 18px; */
    top: 40px;
    font-size: 16px;
  }
  .progress-details {
    /* font-size: 18px; */
    font-size: 15px;
  }
  ._toastItem {
    min-height: 138px;
    min-width: 330px;
  }
  .icon-card {
    padding: 60px 20px;
  }
  .quiz-text p, .popup-close {
    font-size: 35px;
  }
  .practice-list .topic-details-list {
    padding: 30px 5px
  }
  .practice-list-dash .topic-details-list-dash {
    padding: 5px 5px;
  }
  .account-tabs li {
    padding: 25px;
    border-radius: 25px;
  }
  .deletePracticedate, .settingIcon, .commentActions img {
    height: 30px;
  }
  .image-preview {
    height: 125px;
    width: 125px;
  }
  .image-edit img {
    height: 42px;
    margin-left: 78px;
    margin-top: -60px;
  }
  .form-custom .form-group {
    margin-bottom: 2.5rem;
  }
  .option-flat-button {
    padding: 20px 20px;
    border-radius: 12px;
    font-size: 25px;
    min-width: 70px;
    text-align: center;
  }
  .right-aside .card-body {
    padding: 5rem!important;
  }
  .right-aside .card-header .col-12 {
    min-height: 80px;
  }
  .right-aside .card-header .col-12 h3 {
    font-size: 37px;
  }
  .add-back img, .progress-line {
    height: 60px;
  }
  .closeBack img {
    height: 40px;
  }
  .flash-card .card-body img, .formulaWrap img {
    max-height: 175px;
  }
  .joined {
    font-size: 20px;
    width: 150px;
  }
  .timing-title.mb-2 {
    margin-bottom: 1.5rem!important;
  }
  .books-mark, .bookmark {
    width: 30px;
    height: 34px;
  }
  .book-thumbnail img {
    max-width: 400px;
  }
  .card-popup {
    padding: 30px
  }
  .popup-finish-container img {
    height: 200px;
  }
  .pdfHeader .pdfContainer {
    padding: 25px 50px;
  }
  .pdfHeader img {
    height: 30px;
  }
  .pdfHeader button img {
    height: 35px;
  }
  .pdfWrap {
    margin-top: 232px;
    height: calc(100vh - 232px);
  }
  .pdfBtn {
    height: 55px;
    width: 55px;
  }
  .form-group small.text-danger {
    bottom: -28px;
  }
  #next img, #prev img {
    height: 20px;
  }
  .pdfBtn img {
    width: 25px;
  }
  .comment-count {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 16px;
  }
  .book-thumbnail {
    height: 300px;
    margin: 50px 0;
  }
  .card-digital-books .col-1 img {
    max-height: 150px;
    max-width: 120px;
  }
  .wrapper-info-right .question-choice-test {
    height: calc(100vh - 585px);
  }
  .wrapper-info-left .card-question{
    height: calc(100vh - 375px);
  }
  .testquestionWrapper .wrapper-info-right {

    margin-bottom: 10rem;
  }
  .course-score {
    font-size: 22px;
  }
  .card-digital-books .books-mark {
    top: 0;
  }
  .progress-linear {
    height: 3px;
  }
  .text-main {
    font-size: 30px;
  }
  .text-timmer {
    font-size: 94px;
    line-height: 130px;
  }
  .centered-div img {
    width: 250px;
  }
  .centered-div h3, .right-aside h3 {
    font-size: 35px;
  }
  .smTabs p {
    padding: 5px 35px
  }
  .card-header .smTabs p:last-child {
    padding-right: 35px;
  }
  .all_questions td img {
    height: 35px;
    max-width: 35px;
  }
  .table td, .table th {
    padding: 1.6rem 1.25rem;
  }
  a.btn {
    line-height: 54px;
  }
  .section-name-title {
    max-width: 200px;
  }
  .btn-question-fixed {
    max-width: 145px;
  }
  .timelineWrap {
    width: calc(100% - 162px);
  }
  .timelineWrap .card-body {
    padding: 0 15px !important;
  }
  .timeline li {
    padding: 0 32px;
    min-height: 95px;
    border-radius: 10px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 22% !important;
  }
  .timelineWrap .swiper-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .swiper-question-time .swiper-button-next, .swiper-test-question .swiper-button-next {
    right: 10px;
  }
  .practice-back img {
    height: 30px;
  }
  .question-choice .checkbox-container.checkbox-wrap {
    padding: 40px 32px;
    border-radius: 20px;
  }
  .check-title {
    margin-left: 50px;
  }
  .radiomark {
    height: 25px;
    width: 25px;
  }
  .dashtab-title .progress-linear {
    height: 3px;
    min-width: 200px;
  }
  /* .progress {
    height: 150px;
    width: 150px;
  } */
  .fc-content button img {
    height: 30px;
  }
  .fc-dayGridWeek-view .fc-content-skeleton {
    margin-top: 3.3rem;
  }
  .fc-content .tippy-box *, .fc-content .tippy-box .text-small {
    font-size: 24px!important;
  }
  .fc-content .tippy-box .tippy-icon {
    height: 16px;
  }
  .fc-content .tippy-box .template-right {
    margin-right: -5px;
  }
  .test-question {
    height: calc(100vh - 300px);
  }
  .emptySm {
    min-height: 250px;
  }
  .emptySm img, #finishlater img {
    height: 200px;
  }
  .emptySm h3 {
    font-size: 30px;
  }
  .swiper-slide.flagQue p {
    margin-top: 0px;
  }
  .question-sidebar .col-4 img, .question-sidebar .col-3 img, .question-sidebar-img {
    height: 120px;
  }
  .question-control.add-back img {
    height: auto;
    margin-right: 0px;
  }
  .question-sidebar .align-items-baseline img, .btn-next img {
    height: 20px !important;
  }
  .apvideo {
    height: 550px;
  }
  .progress-details {
    width: 165px;
  }
  .progress-list.video:hover .progress-details {
    right: 112px;
  }
  .progress-list.test:hover .progress-details {
    right: 20px;
  }
  .course-wrap hr:last-child {
    display: none;
  }
  .checkbox-wrap .radiomark:after {
    width: 10px;
    height: 10px;
  }
  .test-tab .tab-title.overall-tab {
    min-width: auto;
    padding: 35px 50px !important;
  }
  .journey-report .progress {
    width: 190px;
    height: 190px;
  }
  .progress-list.topics-list.test:hover .progress-details {
    right: 28px;
  }
  .progress-list.topics-list.video:hover .progress-details {
    right: 125px;
  }
  .fc-toolbar h2:after {
    top: 5px;
  }
  .createQuizWrap img {
    height: 250px;
  }
  .checkmark {
    height: 30px;
    width: 30px;
  }
  .topicBox .checkbox-wrap .checkmark:after {
    top: 3px;
    left: 10px
  }
  .checkbox-wrap .checkmark:after {
    width: 7px;
    height: 15px;
  }
  .practice-cardfooter {
    left: 480px;
    width: calc(53% - 176px);
  }
  .diffWrap .topicBox p {
    margin-top: 20px;
  }
  .diffWrap .topicBox {
    margin-left: 60px;
  }
  .checkbox-wrap {
    padding-left: 40px;
  }
  .card-footer.topicBox {
    padding: 25px 30px 15px 30px
  }
  .question-choice-practice .check-title {
    margin-left: 70px;
  }
  .tab-header h5 {
    font-size: 30px;
  }
  .steps {
    width: 320px;
  }
  .steps ul li p {
    line-height: 50px;
  }
  .steps ul li {
    width: 50px;
    height: 50px;
  }
  .stepLine {
    top: 23px
  }
  .course-title {
    margin-left: 65px;
  }
  .checkbox-container.checkbox-wrap {
    padding: 25px;
  }
  .apply-promocode {
    font-size: 22px;
    padding: 10px 25px;
  }
  .versionWrap .form-group .checkmark {
    height: 20px;
    width: 20px;
  }
  .versionWrap .checkbox-wrap .checkmark:after {
    height: 8px;
    width: 8px;
    top: 4px;
    left: 4px;
  }
  .checkbox-wrap .checkmark:after {
    left: 10px;
  }
  .btn-prev img {
    height: 30px !important;
    margin-top: 15px;
  }
  .tab-header:not(:last-child), .svelte-tabs__tab:not(:last-child) {
    margin-right: 25px !important;
  }
  .selectcoursedate .col-12 img {
    height: 400px;
  }
  .steps ul li.completedStep {
    background-size: 18px;
  }
  /* .offset-2 {
    margin-left: 22.666667%;
  }
  .col-8 {
    -ms-flex: 0 0 60.666667%;
    flex: 0 0 60.666667%;
    max-width: 60.666667%;
  } */
  .topic-block h5 {
    padding-left: 0px !important;
  }
  .card-todays-task .d-flex.mr-3.mt-1 {
    margin-top: 0.6rem!important;
  }
  .card-todays-task .d-flex.mr-3 .cursor-pointer {
    height: 20px;
  }
  .btn.watch-btn img {
    height: 28px;
  }
  .premium-img {
    height: 260px;
    margin-bottom: 1.5rem;
  }
  .premiumWrap h4 {
    font-size: 2.2rem;
  }
  .planBullet li {
    margin-bottom: 32px;
  }
  .planPrice span {
    font-size: 3.8rem;
  }
  .planPrice {
    font-size: 35px;
    line-height: 85px;
  }
  .planPrice span.text-small {
    font-size: 35px;
  }
  .btn.upgradeBtn {
    height: 85px;
  }
  .badge {
    border-radius: 25px;
    padding: 10px 25px;
  }
  .content-wrapper.contentFixedWrapper {
    width: 100%;
    margin-top: 0;
  }
  .wrapper-info {
    padding-top: 6rem;
  }
  .timelineWrapFixed .timeline li {
    min-height: 75px;
  }
  .timelineWrapFixed .swiper-button-next, .timelineWrapFixed .swiper-button-prev {
    top: 33%!important;
  }
  .timelineWrapFixed .card-body {
    padding: 0.8rem 1.5rem!important;
  }
  .question-time-img {
    width: 75px;
    margin-right: 1.2rem!important;
  }
  .timing-title {
    font-size: 44px;
  }
  .testquestionWrapper .wrapper-details.wrapper-details-question {
    padding: 1.6rem 3rem;
  }
  p.test-question-title {
    font-size: 32px;
    margin-bottom: 0.6rem;
  }
  .test-direction-wrapper p.text-black {
    font-size: 23px;
  }
  .test-timmer {
    font-size: 32px;
  }
  .directions-img {
    height: 10px;
  }
  a.btn-hide-clock {
    width: 146px;
    font-size: 25px;
    height: 48px;
    border-radius: 23px;
    line-height: 34px;
  }
  .test-img-clock {
    height: 30px;
    margin-bottom: 1rem!important;
  }
  .nav-item-sat:not(:last-child) {
    margin-right: 2.5rem!important;
  }
  .nav-item-sat .nav-link {
    font-size: 22px;
    padding-bottom: 0;
  }
  .nav-item-sat .nav-link img {
    margin-bottom: 0.8rem!important;
  }
  .nav-item-sat .submenu {
    top: 100px;
  }
  .test-direction-details {
    width: 900px;
  }
  .test-direction-details {
    top: 46px;
    width: 1080px;
    padding: 2rem;
  }
  a.test-direction-close {
    height: 64px;
    font-size: 26px;
    line-height: 48px;
  }
  .btn-question-list svg {
    width: 22px;
    height: 8.5px;
  }
  .testquestionWrapper .wrapper-info {
    padding-top: 10.5rem;
  }
  .expand-question {
    right: 20px;
  }
  .expand-question img, .expand-ans img {
    height: 29px;
  }
  .expand-ans {
    left: 20px;
  }
  .wrapper-info-left {
    padding-right: 6rem;
  }
  .wrapper-info-right {
    padding-left: 6rem;
  }
  .btn-question-list svg {
    width: 24px;
    height: 12px;
  }
  .timelineWrapQuestionFixed .card-body {
    padding: 1.45rem 2.2rem!important;
  }
  .question-box {
    font-size: 30px;
    border-radius: 18px;
    margin-right: 2.8rem;
    padding: 1rem 1.4rem;
  }
  .question-review-popup {
    bottom: 105px;
    width: 1100px;
  }
  .question-review-container {
    width: 100% !important;
    /* padding: 2.5rem 2.8rem; */
    padding: 1.5rem 2.8rem;
  }
  .wrapper-single .question-legend li:not(:last-child) {
  margin-right: 1rem;
}
  .question-popup-close img {
    height: 26px;
  }
  .question-legend li {
    font-size: 25px;
    line-height: 32px;
  }
  .question-legend li span {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
  .question-legend li.current span::after {
    width: 15px;
    height: 15px;
  }
  .question-legend li.review span {
    width: 20px;
  }
  .question-review-item span {
    font-size: 1.6rem;
    padding: 0.8rem 0.5rem;
  }
  .question-review-item {
    padding: 0 12px;
    padding-top: 18px;
  }
  .question-review-item.current::before {
    width: 25px;
    height: 25px;
    top: 5px;
  }
  .question-review-item.review::after {
    width: 29px;
    height: 29px;
  }
  .question-review-wrapper {
    max-height: 276px;
  }
  .answer-review-marked {
    font-size: 25px;
    line-height: 35px;
  }
  .answer-review-marked img {
    height: 39px;
    margin-bottom: 3px;
    margin-right: 1rem!important;
  }
  .question-strike {
    font-size: 25px;
    border-radius: 15px;
    padding: 0.4rem 1rem;
  }
  .wrapper-info-right .card-question {
    padding-top: 45px;
  }
  .ansmark, .ansmark-strike {
    height: 30px;
    font-size: 18px;
    min-width: 30px;
    line-height: 30px;
  }
  .answer-control {
    width: 120px;
  }
  .answer-option .check-title {
    margin-left: 38px;
  }
  .mark-undo {
    font-size: 20px;
  }
  .wrapper-info-left.left-expand {
    width: 65%;
  }
  .wrapper-info-right.left-expand {
    width: 35%;
  }
  .testquestionWrapper.contentFixedWrapper { 
    height: 113vh;
  }
  a.btn.btn-outline-dark.btn-question-list {
    font-size: 29px;
  }
  .text-control {
    padding: 0 5px;
    font-size: 22px;
  }
  .card-popup-high {
    padding: 45px;
    border-radius: 24px;
  }
  .card-popup-high .popup-close {
    font-size: 60px;
    margin-top: -8px;
  }
  .accordion-header {
    padding: 2rem 0;
  }
  .accordion-header::before {
    font-size: 60px;
  }
  .scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .table.table-controls td, .table.table-controls th {
    font-size: 23px;
    padding: 1.5rem 1.8rem;
  }
  .cursor-move img {
    height: 20px;
  }
  .img-placeholder {
    font-size: 25px;
    min-height: 180px;
  }
  h3.text-experience {
    line-height: 65px;
    font-size: 40px!important;
    margin: 0 80px;
  }
  .selection-wrapper label svg {
    min-width: 65px;
    min-height: 65px;
  }
  .selection-wrapper label span {
    font-size: 20px;
  }
  .text-dismiss {
    font-size: 24px;
  }
  h6.text-new-annotation {
    font-size: 32px!important;
    margin-bottom: 1rem;
  }
  .annotation-control {
    font-size: 25px;
    margin-right: 3.5rem!important;
    margin-bottom: 1rem;
  }
  .annotation-control img {
    width: 30px;
    margin-right: 1.2rem!important;
  }
}
.featured-bookmarks .books-mark{
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 1;
}
.db-wrap{
  padding-right: 30px;
}
.module-wrap{
  height: 225px;
  overflow: auto;
}
.module-wrap .badge{
  min-width: auto;
}
.module-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent
}

.module-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

.module-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: transparent;
}

.sat-row .col-3:not(:first-child),
.act-row .col-2:not(:first-child){
  border-left:  2px solid #F5F6FA;;
}

.sat-row h4,
.act-row h4{
  font-size: 13px;
}

.sat-row h3,
.act-row h3{
  font-size: 25px;
  border-right: 2px solid #F5F6FA;
}

.flashcard-slider-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  background-color:#fff;
  padding: 0.7%;
  border-radius: 50%;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
}

.flashcard-slider-arrow.slide-previous {
  left: 6%;
}

.flashcard-slider-arrow.slide-next {
  right: 6%;
}