:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --traffic-light-paradise-red: #ef476f;
  --secondary-coral: #f77a52;
  --traffic-light-yellow-crayola: #ffd166;
  --traffic-light-bud-green: #5fad56;
  --secondary-queen-blue: #3a6ea5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {height:100%;padding: 0;margin: 0;font-family: 'Inter', sans-serif;color: #000;} 
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.sb-nav-fixed .sb-topnav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.23);
  padding: 15px 25px;
  background: #fff;
}
.sb-nav-fixed .sb-topnav {
  z-index: 1039;
}


.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#layoutSidenav {
  /* display: flex; */
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
  width: 285px;
  height: 100vh;
  z-index: 1038;
}
.fixed-top, .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#layoutSidenav #layoutSidenav_nav {
  flex-basis: 285px;
  flex-shrink: 0;
  transition: transform 0.15s ease-in-out;
  z-index: 1038;
  transform: translateX(-285px);
}
@media (min-width: 992px) {
  #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
  }
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
  padding-top: 56px;
}
.sb-sidenav-dark {
  background-color: #176284;
}
.sb-sidenav {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
  overflow-y: auto;
}
.sb-sidenav .sb-sidenav-menu {
  flex-grow: 1;
}
.sb-sidenav-dark .sb-sidenav-footer {
  background-color: #343a40;
}
.sb-sidenav .sb-sidenav-footer {
  flex-shrink: 0;
}
.sb-sidenav .sb-sidenav-menu .nav {
  flex-direction: column;
  flex-wrap: nowrap;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
  padding: 1.75rem 1rem 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
  color: rgba(255, 255, 255, 0.25);
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link {
  color: rgba(255, 255, 255);
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
  font-size: 0.9rem;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  color: rgba(255, 255, 255, 0.25);
}
.nav .nav-link .sb-nav-link-icon, .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  margin-right: 0.5rem;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
  transform: rotate(-90deg);
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
  display: inline-block;
  margin-left: auto;
  transition: transform 0.15s ease;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
  color: rgba(255, 255, 255, 0.25);
}

.sb-nav-fixed {background: #f3f8fd;}
.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-left: 315px;
  padding-top: 90px;
  padding-right: 65px;
  padding-bottom: 30px;
  background: #f3f8fd;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_content_full {
  padding-left: 50px;
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 30px;
  background: #f3f8fd;
}

#layoutSidenav #layoutSidenav_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  flex-grow: 1;
  
  /* margin-left: -285px; */
}
@media (min-width: 992px) {
  #layoutSidenav #layoutSidenav_content {
    margin-left: 0;
    transition: margin 0.15s ease-in-out;
  }
}

.navbar {padding: 0;}
section {
  padding: 80px 0;
  overflow: hidden;
  margin-top: 65px;
}
.contentLayout {
  background: #f3f8fd;
  display: flex;
  flex-direction: column;
  transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
  width: 100%;
}
.wapper {align-items: stretch;
  display: flex;
  width: 100%;}
.whiteSpace {height: 260px;}
.lightBack {background: #f3f8fd;}
.marginAuto {margin: 0 auto;}
#header {box-shadow: 0 2px 2px 0 rgba(0,0,0,.23);padding: 15px 25px;position: fixed;top: 0;right: 0;left: 0;width: 100%;background: #fff;z-index: 999999;}
#header .logo {font-size: 30px;margin: 0;padding: 0;line-height: 1;font-weight: 600;letter-spacing: 0.8px;}
.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.navbar ul li a.roundMenu {background: #d9d9d9;width: 35px;display: block;height: 35px;border-radius: 50%; margin-left: 10px;}
.loginPageMain {background: #f3f8fd;padding: 140px 0;}
.loginPage a , .loginPage span {color: #000; font-size: 17px;font-weight: 464;}
.form-group label {font-size: 17px;font-weight: 464;letter-spacing: 0.5px;margin-bottom: 5px;}
.loginPage .form-control {height: 50px;border-color: #000;border-radius: 15px;}
.loginPage .lblackBtn {padding-top: 12px;padding-bottom: 12px;border-radius: 15px;}
.loginPageForm {padding-left: 12%;padding-right: 12%;}
.iconBox {width: 130px;height: 130px;background: #d9d9d9;border-radius: 50%;text-align: center;padding-top: 27px;margin: 0 auto;}
.iconBox i {font-size: 65px;}
.sidebarMain {transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;}
.sidebarMain.collapsed {
  margin-left: -200px;
}
.sidebar, .sidebar-content {
  background: #176284;
  transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
}
.sidebar {
  direction: ltr;
  max-width: 285px;
  min-width: 285px;
  position: fixed;
}
.sidebar-nav {
  flex-grow: 1;
  list-style: none;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.sidebar-content {
  display: flex;
  flex-direction: column;
  height: 57vh; 
  transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
  margin-bottom: 30px;
}

.sidebar-link, a.sidebar-link {
  /* background: #222e3c; */
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 5px 0px;
  position: relative;
  text-decoration: none;
  transition: background .1s ease-in-out;
  padding-left: 5px;
}
#layoutSidenav_nav .sidebar-dropdown .sidebar-link{
  padding-left: 23px;
  padding-bottom: 1px;
}
#layoutSidenav_nav .sidebar-dropdown .sidebar-link i{ padding-right: 20px; }
#layoutSidenav_nav .sidebar-dropdown .sidebar-link:hover {border: none !important;}
#layoutSidenav_nav .sidebar-toggle{position: absolute;right: -37px;z-index: 999;top: 36%;}
#layoutSidenav_nav .sidebar-toggle i{width: 30px;height: 30px;font-size: 23px;padding-top: 2px;border: 1px solid #ccc;padding-left: 9px;}

#layoutSidenav_nav .mtoggle {position: absolute;
  right: 20px;
  top: 20%;
  color: #b7b7b3;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  padding-left: 6px;
  padding-top: 1px;
  transition: all .2s ease-out;
}
#layoutSidenav_nav .sidebar-nav .sidebar-item a.active .mtoggle{ background: #ffc107; }
#layoutSidenav_nav [aria-expanded="true"] .mtoggle {
  transform: rotate(90deg)
}

.sidebar-dropdown .sidebar-item.active .sidebar-link{background: transparent;}
#layoutSidenav_nav .sidebar-nav > .sidebar-item > a.active{background: #80aabf; border-radius: 6px;color: #ffc107;}
.sidebar-dropdown .sidebar-item.active .sidebar-link {
  color: #fff;
}
.sidebar-dropdown .sidebar-item .sidebar-link {
  background: transparent;
  border-left: 0;
    border-left-color: currentcolor;
  /* color: #518be1; */
  font-weight: 400;
}
.sidebar-nav > li {  border-bottom: 2px solid #fff;padding: 5px 0;}
.sidebar-item .sidebar-link:hover, .sidebar-item > .sidebar-link {
  color: #fff;
  font-size: 17px;
  font-weight: 500;

}
.sidebar-item .sidebar-link span{display: inline-block;width: 180px;}
[data-simplebar] {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 285px;
}
.changeClassSec {
  background: #fff;
  /* margin: 25px; */
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  border: 1px solid #000;
}
.changeClassSec1 {
  background: #fff;
   margin: 25px; 
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  border: 1px solid #000;
}
.changeClassSec .text {width: 150px;text-align: left;}
.changeClassBtn, .changeClassBtn:hover{background: #d9d9d9;color: #000;font-weight: 450;}
.sidebar-cta {background: white;padding: 15px;border-radius: 10px;text-align: center;width: 185px;margin: 0 auto; }
.sidebar-cta .text-sm{font-weight: 450;}
.sidebar-cta .d-grid{font-size: 20px; font-weight: 700;}
.sidebar-cta.sub_red{background: red !important;}
/* .drawer-footer-main {position: relative;} */
.drawer-footer { position: absolute;width: 285px; bottom: 0;}
.drawer-footer .bottomSection{ background: #e6e6e6;padding: 10px 25px;}
.drawer-footer .topSection{ background: #176284;padding: 10px 25px;}
.loginUseIcon {width: 40px;height: 40px;background: #d9d9d9;border-radius: 50%;text-align: center;padding-top: 9px;}
.loginUseIcon i {font-size: 20px;}
.drawer-footer .caption {font-size: 20px;font-weight: 450;margin-bottom: 0px;}
.drawer-footer .small a {color: #000;text-decoration: none;font-size: 16px;}
.topSection .sidebar-nav {padding: 0;}
.topSection .sidebar-nav > li {border: none;}
.blueBtn,.blueBtn:hover {background: #176284;border-radius: 10px; border: 1px solid #fff; color: #fff;font-size: 18px;padding-left: 25px;padding-right: 25px;padding-top: 15px;font-weight: 600;height: 60px;padding-bottom: 15px;}
.blueBtn span.btTxt {width: 88%; display: inline-block;text-align: center;line-height: 25px;padding-right: 10px;}
.blueBtnIcon, .blueBtnIcon:hover{
  background: #176284;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  line-height: 18px;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 9px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-decoration: none;
}
.blueBtnIcon i {color: #176284;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-left: 2px;
  padding-top: 3px;
  font-size: 24px;
  display: inline-block;
  margin-left: 45px;
  top: 2px;
  position: relative;}
.yellowBtn,.yellowBtn:hover {background: #ffc107;border-radius: 10px; border: 1px solid #fff; color: #fff;font-size: 18px;padding-left: 25px;padding-right: 25px;padding-top: 15px;font-weight: 600;height: 60px;padding-bottom: 15px;}
.yellowBtnIcon, .yellowBtnIcon:hover{
  background: #ffc107;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  line-height: 18px;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 9px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-decoration: none;
}
.yellowBtnIcon i {color: #ffc107;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-left: 2px;
  padding-top: 3px;
  font-size: 24px;
  display: inline-block;
  margin-left: 45px;
  top: 2px;
  position: relative;}
.whiteBtn,.whiteBtn:hover {background: #fff;border-radius: 10px; border: 1px solid #000; color: #000;font-size: 18px;padding-left: 25px;padding-right: 25px;padding-top: 15px;font-weight: 600;height: 60px;padding-bottom: 15px;}
.whiteBtnIcon, .whiteBtnIcon:hover{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  line-height: 18px;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 9px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-decoration: none;
}
.whiteBtnIcon i {color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-left: 2px;
  padding-top: 3px;
  font-size: 24px;
  display: inline-block;
  margin-left: 45px;
  top: 2px;
  position: relative;}
.whiteBtnIcon.selectedBtn i {color: #fff;}
.marLefrMin18 {margin-left: -18px;}
.whiteBtn span.btTxt {width: 88%; display: inline-block;text-align: center;line-height: 25px;padding-right: 10px;}
.whiteBtn i { font-size: 23px;}
.heightauto,.heightauto:hover {height: auto;}
.minHeight80,.minHeight80:hover {min-height: 80px;}
.blackBtnlg,.blackBtnlg:hover {background: #000;border-radius: 10px; border: 1px solid #000; color: #fff;line-height: 20px;line-height: 18px;font-size: 15px;padding-top: 10px;padding-bottom: 10px;padding-left: 25px;padding-right: 25px;}
.yellowBtn,.yellowBtn:hover {background: #ffc107;border-radius: 10px;   text-decoration: none;border: 1px solid #ffc107; color: #000;line-height: 20px;line-height: 18px;font-size: 14px;padding-top: 11px;padding-bottom: 11px;padding-left: 25px;padding-right: 25px;}
.greyBtn,.greyBtn:hover {background: #d9d9d9;border-radius: 10px;   text-decoration: none;border: 1px solid #d9d9d9; color: #000;line-height: 20px;line-height: 18px;font-size: 14px;padding-top: 11px;padding-bottom: 11px;padding-left: 25px;padding-right: 25px;}
.yellowBtn,.yellowBtn:hover {background: #ffc107;border-radius: 10px;   text-decoration: none;border: 1px solid #ffc107; color: #000;line-height: 20px;line-height: 18px;font-size: 18px;padding-top: 11px;padding-bottom: 11px;padding-left: 25px;padding-right: 25px;}

.ltBlueBtn,.ltBlueBtn:hover {background: #176284;border-radius: 10px;   text-decoration: none;border: 1px solid #176284; color: #fff;line-height: 18px;font-size: 18px;padding-top: 16px;padding-bottom: 16px;padding-left: 25px;padding-right: 25px;}
.smBlueBtn,.smBlueBtn:hover {background: #176284;border-radius: 10px;   text-decoration: none;border: 1px solid #176284; color: #fff;line-height: 18px;font-size: 18px;padding-top: 10px;padding-bottom: 10px;padding-left: 25px;padding-right: 25px;font-size: 15px;}
.smGreenBtn,.smGreenBtn:hover {background: #00BF41;border-radius: 10px;   text-decoration: none;border: 1px solid #00BF41; color: #000;line-height: 18px;font-size: 18px;padding-top: 10px;padding-bottom: 10px;padding-left: 25px;padding-right: 25px;font-size: 15px;}
.btninsRound {width: 35px;height: 35px;display: inline-block;vertical-align: middle;background: #d9d9d9;border-radius: 50%;margin-left: 14px;}
.btnChangeUser {display: inline-block;vertical-align: text-top;margin-top: -6px;font-size: 13px;margin-left: 12px;}
.btnChangeUser i {font-size: 26px;}
.infoBox {background: #5f8bd9;padding: 20px;border-radius: 15px;color: #fff;margin-bottom: 20px;}
.infoboxColor1 {background: #5f8bd9;}
.infoboxColor2 {background: #ec7d7d;}
.infoboxColor3 {background: #a755c2;}
.infoboxColor4 {background: #90d66f;}
.sectionHead, .sectionHead:hover{font-size: 28px; color: #000; text-decoration: underline;font-weight: 600;}


.defaultBtn,.defaultBtn:hover {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  line-height: 18px;
  font-size: 18px;
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-decoration: none;
}
.dblock{display: block;}
.dilblock{display: inline-block;}
.defaultBtn:hover {background: #000;color: #fff;}
.selectedBtn,.selectedBtn:hover {background: #000;color: #fff;}
.classBox {background: #fff;border: 1px solid #000;border-radius: 10px; padding: 20px;}
.txt-color-disable{color: #404040;}
.w-80{width: 80%;}
.w-90{width: 90%;}
.w-25{width: 25%;}
.w-60{width: 60%;}
.iconBtnLg, .iconBtnLg:hover{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  line-height: 18px;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-decoration: none;
}
.btnBcYellow,.btnBcYellow:hover {background: #ffc107; color: #000; border-color: #ffc107;}
.iconBtnLgBlue, .iconBtnLgBlue:hover{
  background: #176284;
  border-radius: 10px;
  border: 1px solid #176284;
  color: #fff;
  line-height: 18px;
  font-size: 18px;
  padding-top: 21px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-decoration: none;
}
.iconBtnLgBlue i {color: #b7b7b3;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  padding-left: 2px;
  padding-top: 3px;
  font-size: 24px;
  display: inline-block;
  margin-left: 45px;}
.iconBtnLgBlueDis,.iconBtnLgBlueDis:hover{
  background: #fff;
  color: #8bb0c1;
}
.iconBtnLgBlueDis i{
  background: #8bb0c1;
  color: #b7b7b3;
}

.switch-button {
  background: rgba(255, 255, 255, 0.56);
  border-radius: 12px;
  overflow: hidden;
  width: 240px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #155fff;
  position: relative;
  padding-right: 120px;
  position: relative;
  border: 1px solid #000;
}
.switch-button:before {
  content: "Assigned Units";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  color: #000;
  font-size: 17px;
  line-height: 17px;
  font-weight: 450;
}
.switch-button.swChecked:before {
  color: #fff;
}
.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(120px);
  transition: transform 300ms linear;
}
.switch-button-checkbox:checked + .switch-button-label .switch-button-label-span{
  color: #000;
}
.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 15px 0;
  display: block;
  user-select: none;
  pointer-events: none;
  font-size: 17px;
  line-height: 17px;
  font-weight: 450;
}
.switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  transform: translateX(0);
  transition: transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
  color: #fff;
}
.default_radio input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	border-radius: 50%;
	margin-right: 10px;
	background-color: transparent;
	position: relative;
	top: -6px;
  cursor: pointer;
}

.default_radio input[type="radio"]:checked::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: appear 0.8s;
}

.checkbox_as_radio input[type="checkbox"], .checkbox_as_radio input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 34px;
	height: 34px;
	border: 1px solid #000;
	border-radius: 50%;
	margin-right: 10px;
	background-color: transparent;
	position: relative;
	top: -6px;
  cursor: pointer;
}

.checkbox_as_radio input[type="checkbox"]:checked::before, .checkbox_as_radio input[type="radio"]:checked::before {
	content: "\f00c";
	display: block;
	width: 30px;
	height: 30px;
	background-color: #00980F;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: appear 0.8s;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  padding-left: 5px;
  font-size: 19px;
}

.unitListMain .unitList {background: #fff;padding: 12px;border-radius: 10px;border: 1px solid #d9d9d9;cursor: pointer;}
/* .unitListMain .unitList.completed {background: #94d48ca1;} */
.unitListMain .unitList.completed {background: #979797a1;}
.completed_tick{top: 8px;right: 10px;width: 28px;height: 28px;background: green;border-radius: 50%;text-align: center;padding-top: 3px;}
.unitListMain .unitList.active {border: 5px solid #ffc107;background:#176284;color:white;}
.unitListMain .unitList .unitTitle {font-size: 19px;font-weight: bold;}
.unitListMain .unitList .unitTitle span{font-size: 15px;font-weight: 500;font-style: italic;}
.unitListMain .unitList .unitHeat{position: absolute;right: 4px;bottom: -8px;}
.greyFontColor{color: #6d6d6d;}
.unitDetailMain {background: #f2f2f2;border: 4px solid #ffc107;border-radius: 10px;padding: 15px;}
.unitDetailMain .uTitle{background: #fff;padding: 6px 15px;border-radius: 7px;border: 1px solid #d9d9d9;}
.unitDetailMain .uSubTit{background: #fff;padding: 10px 15px 0px 15px;border-radius: 7px;border: 1px solid #d9d9d9;}
.unitDetailMain .uTitle .uti,.unitDetailMain .uSubTit .uti{font-size: 17px;font-weight: 500;}
.unitDetailMain .uSubTit ul{display: inline-block;padding-left: 5px;margin-bottom: 0;margin-top: 1px;list-style: none;}
.unitDetailMain .uSubTit ul li{display: inline-block;background: #cbcbcb;border-radius: 50%;width: 25px;height: 25px;text-align: center;margin-right: 8px;}
.unitDetailMain .selected {background: #176284 !important; color: #fff !important;}
.lTitle {font-size: 20px;font-weight: 550;}
.iconBtnLess, .iconBtnLess:hover{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #176284;
  color: #000;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 8px;
}
.iconBtnLessDet, .iconBtnLessDet:hover{
  background: #176284;
  border-radius: 10px;
  border: 1px solid #176284;
  color: #fff;
  font-size: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 8px;
}
.iconBtnLess i {
  /* color: #b7b7b3;
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
  padding-left: 2px;
  padding-top: 3px; */
  font-size: 24px;
  display: inline-block;
  margin-left: 14px;
  /* background: #fafaf5;
  border: 1px solid #ccc; */
  vertical-align: inherit;}
  .iconBtnExtra, .iconBtnExtra:hover{
    background: #fff;
    border-radius: 10px;
    border: 1px solid #176284;
    color: #000;
    font-size: 15px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 8px;
  }
  .iconBtnExtra i {color: #b7b7b3;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    padding-left: 2px;
    padding-top: 3px;
    font-size: 24px;
    display: inline-block;
    margin-left: 14px;
    background: #fafaf5;
    border: 1px solid #ccc;
    vertical-align: super;}
    .iconBtnLess.active {border:
      1px solid #ead492;
        background-color: #0d6efd;
        color: #fff;}
    .iconBtnLess.success {background: #94d48ca1;}
    .unitDocument {background: #fff;border-radius: 10px; border: 1px solid #D9D9D9; padding: 20px;}
    .downloadBtn,.downloadBtn:hover{padding-left: 15px;padding-right: 15px;}
    .unitDocument .iconBx {flex-shrink: 0;width: 50px;height: 45px;background: #d9d9d9;border-radius: 10px;text-align: center;padding-top: 11px;margin-right: 10px;}
    .unitDocument a {color: #000;text-decoration: none;}
    .uDesc {line-height: 22px;}
    .lessBtnPad,.lessBtnPad:hover {padding: 15px;}
    .lessBtnBordBl,.lessBtnBordBl:hover {border: 1px solid #000;}
    .lessDetailTabs .nav-link{background: #ecebe8;margin-right: 8px;color: #555151;min-width: 170px;}
    .lessDetailTabs .nav-link.active{background: #000;color: #fff;}
    .tab-content > .tab-pane {background: #ecebe8;padding: 20px 30px;}
    .iframe{ width: 100%; height: 645px;}
    .thumbnailSec {padding-left: 30px;}
    .thumbnailSec img {border: 1px solid #d9d9d9;}
    .select2-container--default .select2-selection--single .select2-selection__arrow{top: 8px;right: 16px;}
    .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 36px;}
    .select2-container .select2-selection--single{height: 40px;}
    .blueSelect2  .select2-container .select2-selection--single{height: 55px;}
    .blueSelect2  .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 54px;}
    .blueSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow{top: 16px;right: 16px;}
    .blueSelect2 .select2-container--default .select2-selection--single{background-color: #176284;border: 1px solid #000;}
    .blueSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color: #fff transparent transparent transparent;border-style: solid;border-width: 9px 8px 0 8px;margin-left: -7px;margin-top: -5px;}
    .blueSelect2 .select2-container--default .select2-selection--single .select2-selection__rendered{color: #fff;font-weight: 600;padding-left: 15px;font-size: 18px;}
    .unitListOv {width: 170px;text-align: center;margin-right: 10px;}
    .unitBox {border: 1px solid #000;min-height: 500px; padding: 10px 5px;}
    .lessComplete {border: 1px solid #000;border-radius: 8px;font-size: 13px;padding: 12px 7px;position: relative;margin-bottom: 8px;background: #fff;}
    .unitTitle{font-weight: 600;font-size: 20px;margin-bottom: 3px;}
    .leBack{position: absolute;height: 100%;top: 0;left: 0;border-radius: 8px;}
    .leLext {position: relative;font-weight: 450;}
    .uBlock3 {background: #fff;width: 80%;padding: 30px;}
    .uBlock3 .utext{border: 1px solid #000;text-align: center;font-size: 24px;font-weight: 450;line-height: 28px;padding: 12px;border-radius: 8px;}
    .uBlock2 {width: 80%;}
    .unitSe {width: 20%; background: #d9d9d9;font-size: 18px;font-weight: 450;}
    .uBlock1 {width: 20%;background: #3f3f3f; color: #fff;}
    .unitDetsilSec {background: #d9d9d9;}
    .unitSecMain {background: #3f3f3f; }
    .borderTop {border-top: 1px solid #000;}
    .borderBottom {border-bottom: 1px solid #000;}
    .borderBottomwh {border-bottom: 1px solid #fff;}
    .borderLeft {border-left: 1px solid #000;}
    .borderRight {border-right: 1px solid #000;}
@media (max-width:767px) { 
  .loginPageMain {padding: 40px 0;}
  .loginPageForm {padding-left: 0%;padding-right: 0%; margin-top: 30px;}
}

.assignUnit .uBlock1 {width: 12%;}
.assignUnit .uBlock2 {width: 88%;}
.assignUnit .unitSe {width: 13%;}
.assignUnit .uBlock4 {background: #fff;width: 32%;padding: 30px;}
.assignUnit .uBlock3 {width: 55%; border-right: 1px solid #000;padding: 20px;}
.largeSelect2 .select2-container .select2-selection--single{ height: 56px;font-weight: 500;display: flex;align-items: center;justify-content: center;}
.largeSelect2 .select2-container .select2-selection--single .select2-selection__rendered {white-space: break-spaces; font-size: 18px;text-align: center;line-height: 26px;font-weight: 450;color: #000;}
.largeSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow{position: relative;top: 0;}

.fs-18 {font-size: 18px;}
.fs-22 {font-size: 22px;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-bold{font-weight: bold;}
.fw-400,.fw-400:hover{font-weight: 400;}
.fw-450,.fw-450:hover{font-weight: 450;}
.fs-20 {font-size: 20px;}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .nav-tabs { align-items: center;justify-content: center; border-bottom: none;}
.pricing .nav-tabs .nav-link{background: #f2f2f2;padding: 20px 0px;border-radius: 15px 15px 0px 0px;text-align: center;width: 270px;font-size: 19px;font-weight: 450; line-height: 1; color: #000;margin-right: 10px;}
.pricing .nav-tabs .nav-link.active {border-color: #d9d9d9;  background: #d9d9d9; font-weight: bold;color:#000; }
.pricing .tab-content > .active { background: #d9d9d9; padding: 50px; border-radius: 15px;}
.pricing .box {
    padding: 35px 25px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    position: relative;
    border: 1px solid #000;
    position: relative;
}
.pricing .maxWBox {max-width: 370px;}
.pricing .box h3 {
    font-weight: 400;
    padding: 0px;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
}
.pricing .box h4 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    letter-spacing: 0.56px;
    margin-bottom: 35px;
}
.pricing .box p  { 
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.14px;
    color: #000;
    margin-bottom: 35px;
    min-height: 84px;
}
.pricing .box .price  { 
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.56px;
    text-align: center;
    color: #176284;
    margin-bottom: 25px;
}
.pricing .box .priceTags { 
    position: absolute;
    top: -12px;
    left: 34%;
    border-radius: 25px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.22px;
    padding: 5px 12px;
    text-align: center;
}
.pricing .box .mostPopular{ background: #000; }
.pricing .box .bestValue{ background: #545454; }
.pricing .startnowBtn { padding: 12px 20px 12px 20px; }
.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #106eea;
    color: #fff;
}

.pricingPage { background: #f6f4f2; }
.pricingPage .box {
    padding: 35px 25px;
    background: #eff1f4;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    border: 1px solid #8fb2f5;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    cursor: pointer;
}
.pricingPage .boxSelected { 
    background: #106eea;
}
.pricingPage .price {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.56px;
    text-align: center;
    color: #176284;
    margin-top: 25px;
}
.pricingPage h3 { 
    font-size: 28px;
    font-weight: 600;
    color: #176284;
    line-height: 1.4;
    letter-spacing: 0.56px;
    margin-bottom: 20px;
}
.pricingPage .box:hover h3, .pricingPage .boxSelected h3{
    color: #fff;
}
.pricingPage p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.14px;
    color: #404040;
    margin-bottom: 15px;
    margin-top: 20px;
}
.pricingPage .box:hover p, .pricingPage .boxSelected p {
    color: #fff;
}
.pricingPage .form-check {
    position: absolute;
    right: 4px;
    top: -6px;
}
.pricingPage .form-check-input { width: 20px; height: 20px; border: 1px solid #8fb2f5;background-color: transparent;cursor: pointer;}
.pricingPage .form-check-input:checked[type="radio"] { 
    background-image: none;
}
.pricingBoxes { margin-bottom: 60px; }
.payInvoiceBtn .yellowBtn{ display: inline-block; margin-bottom: 20px; padding: 9px 15px 9px 15px;}
.payInvoiceBtn .disableBtn{ background: #eeeeee; border: 1px solid #e4e4e4; color: #b8b8b8; }
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #eff1f4;
    border: 1px solid #8fb2f5;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}
/*.option-input:hover {
  background: #4274ee;
}*/
.option-input:checked {
    background: #fff;
}
.option-input:checked::before {
    width: 20px;
    height: 20px;
    display:flex;
    content: '\f00c';
    font-size: 13px;
    font-weight:bold;
    position: absolute;
    align-items:center;
    justify-content:center;
    font-family:'Font Awesome 5 Free';
    color: #4274ee;
}
.option-input:checked::after {
    background: #4274ee;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}

.pricingPage .box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}
.pricingPage .box:hover::before {
    background: #106eea;
    top: 0;
    border-radius: 0px;
}
@media (max-width: 1399px) {
    .pricing .box { padding: 35px 18px; }
}
@media (max-width: 1299px) {
    .pricing .box { padding: 35px 15px; }
    .pricing .tab-content > .active { padding: 70px 50px; }
}
@media (max-width: 768px) {
    .pricing .box { padding: 35px 25px; }
    .pricing .nav-tabs .nav-link { width: auto; padding: 30px 20px; }
}
@media (max-width: 419px) { .pricing .nav-tabs .nav-link { width: auto; padding: 30px 12px; font-size: 16px;} }
.backTransp,.backTransp:hover {background: transparent;}
.fs-16,.fs-16:hover {font-size: 16px;}
.fs-18,.fs-18:hover {font-size: 18px !important;}
.fs-14,.fs-14:hover {font-size: 14px !important;}
.fs-12,.fs-12:hover {font-size: 12px !important;}
.fw-450{font-weight: 450;}
.br-cl-bl {border-color: #000;}
.defaultBr {border: 1px solid #000;}
.defaultBrRight {border-right: 1px solid #000;}
.defaultBrLeftNone {border-left: none}

.ft-cl-bl,.ft-cl-bl:hover {color: #000 !important;}
.txtUnderline {text-decoration: underline;}
.txtUnderNone,.txtUnderNone:hover {text-decoration: none;}
.minHeightAuto{min-height: auto !important;}
.iconSec i {font-size: 24px; padding-right: 8px;}
.profileDetail {max-width: 500px;}
.profileDetail .form-label{margin-bottom: 2px;}
.profileDetail .form-control {border: 1px solid #000;}

.radioBtn {
  border: 1px solid #1a1a1a;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
}

.radioAsBtn input[type="radio"].toggle, .radioAsBtn input[type="checkbox"].toggle {
  display: none;
}
.radioAsBtn input[type="radio"].toggle + label, .radioAsBtn input[type="checkbox"].toggle + label {
  cursor: pointer;
  min-width: 60px;
  width: 100%;
}
.radioAsBtn input[type="radio"].toggle + label:hover,.radioAsBtn input[type="checkbox"].toggle + label:hover {
  background: none;
  color: #1a1a1a;
}
.radioAsBtn input[type="radio"].toggle + label:after,.radioAsBtn input[type="checkbox"].toggle + label:after {
  background: #1a1a1a;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}
/* .radioAsBtn input[type="radio"].toggle.toggle-left + label {
  border-right: 0;
} */
.radioAsBtn input[type="radio"].toggle.toggle-left + label:after,.radioAsBtn input[type="checkbox"].toggle.toggle-left + label:after {
  left: 100%;
}
.radioAsBtn input[type="radio"].toggle.toggle-right + label,.radioAsBtn input[type="checkbox"].toggle.toggle-right + label {
  margin-left: -5px;
}
.radioAsBtn input[type="radio"].toggle.toggle-right + label:after,.radioAsBtn input[type="checkbox"].toggle.toggle-right + label:after {
  left: -100%;
}
.radioAsBtn input[type="radio"].toggle:checked + label,.radioAsBtn input[type="checkbox"].toggle:checked + label {
  cursor: default;
  color: #fff;
  transition: color 200ms;
  background: #000;
}
.radioAsBtn input[type="radio"].toggle:checked + label:after,.radioAsBtn input[type="checkbox"].toggle:checked + label:after {
  left: 0;
}
.modelMax700 .modal-dialog{max-width: 700px;}
.modelMax600 .modal-dialog{max-width: 600px;}
.padd20 .modal-content{padding: 20px;}
.padd60 {padding: 60px;}
.paddTop13 {padding-top: 13px;}
.zIndez999 {z-index: 999;}
.roundeModel .modal-content{border-radius: 20px;}
.memberListBox {background: #fff;border-radius: 10px; border: 1px solid #000;padding: 15px;}
.classListBox {background: #fff;border-radius: 10px; border: 1px solid #000;padding: 15px;height: 100%;}
.mtm-40{margin-top: -40px;}
.radioBtnFlag {
  border: 1px solid #1a1a1a;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}

.radioAsBtnflag input[type="radio"].toggle, .radioAsBtnflag input[type="checkbox"].toggle {
  visibility: hidden;
}
.radioAsBtnflag input[type="radio"].toggle + label, .radioAsBtnflag input[type="checkbox"].toggle + label {
  cursor: pointer;
  min-width: 60px;
  width: 100%;
}
.radioAsBtnflag input[type="radio"].toggle + label:hover,.radioAsBtnflag input[type="checkbox"].toggle + label:hover {
  background: none;
  color: #000;
}
.radioAsBtnflag input[type="radio"].toggle + label:after,.radioAsBtnflag input[type="checkbox"].toggle + label:after {
  background: #D9D9D9;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
  z-index: 0;
}
/* .radioAsBtn input[type="radio"].toggle.toggle-left + label {
  border-right: 0;
} */
.radioAsBtnflag input[type="radio"].toggle.toggle-left + label:after,.radioAsBtnflag input[type="checkbox"].toggle.toggle-left + label:after {
  width: 0;
}
.radioAsBtn input[type="radio"].toggle.toggle-right + label,.radioAsBtnflag input[type="checkbox"].toggle.toggle-right + label {
  margin-left: -5px;
}

.radioAsBtnflag input[type="radio"].toggle:checked + label,.radioAsBtnflag input[type="checkbox"].toggle:checked + label {
  
  /* color: #fff;
  transition: color 200ms;
  background: #000; */
}
.radioAsBtnflag input[type="radio"].toggle:checked + label:after,.radioAsBtnflag input[type="checkbox"].toggle:checked + label:after {
  left: 0;
  width: 100%;
}
.tableRowSpacing{border-collapse: separate;border-spacing: 0 10px;}
.tableRowSpacingHor{border-collapse: separate;border-spacing: 50px 0px;}
.tdBlackBr td{border-color: #000;border-color: #000;border-top-width: 1px;border-bottom-width: 1px;border-right-width: 0px;}
.tdBlackBr tr td:last-child{border-right-width: 1px;}
.minWidth{min-width: 205px;}
.minWidth150{min-width: 150px;}
.minWidth115{min-width: 115px;}
.stpesBox {border: 1px solid #000;border-radius: 15px;}
.stpesBox .stepProgress{border: 1px solid #000;border-radius: 25px 25px 0px 0px;position: relative;}
.stpesBox .progressStatus{position: absolute;background: #176284;height: 100%;top: 0;left: 0;border-radius: 25px 25px 0px 0px;}

.contentBox {padding: 15px; text-align: center; font-size: 15px;font-weight: 450;}
.contentBox h4{font-size: 18px;font-weight: bold;margin-bottom: 15px;}
.stepProgress{height: 12px;}
.greyBack {background: #D9D9D9 !important;}
.unitLabels {font-weight: 600;font-size: 18px;margin-bottom: 3px;width: 170px; margin-right: 60px; text-align: center;}
.unitLessionList {font-weight: 600;font-size: 18px;margin-bottom: 0px;width: 170px; margin-right: 60px; text-align: center;border-left: 1px solid #000;border-right: 1px solid #000;padding-left: 8px;padding-right: 8px; padding-top: 10px;}
.unitLessionList .leLext {font-size: 16px;}
.borderNone {border: none;}
.borderTop {border-top: 1px solid #000;}
.borderBottom {border-bottom: 1px solid #000;}
.paddBott10 {padding-bottom: 10px;}
.marginR0 { margin-right: 0;}
.unitLessionList .lesExtra {padding: 8px 7px;margin-bottom: 0;}
.unitLessionList .ltBlueBtn {padding-left: 3px;padding-right: 3px;font-size: 14px;padding-top: 10px;padding-bottom: 10px;}
.extraUnitList {border: 1px solid #000;border-radius: 15px;padding: 15px;}
.smallTxt {color: #6D6D6D; font-size: 12px;}
.whiteBack,.whiteBack:hover {background: #fff;}
.colorBlur,.colorBlur:hover {color: #176284;}
.jqError{color: red;border-color:red}
.errorplac{color: red;}
#processingIndicator{
  z-index: 999999999;
  background-color: rgba(204, 204, 204, 0.6);
  color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  padding-top: 22%;
  padding-left: 50%;
  font-size: 19px;
  top: 0px;
  left: 0;
}
.wordwrapenywhare{word-wrap: break-word;}
.stepsAccordion {
  padding-top: 20px;
}

.stepsAccordion > .mainAccordion > .accordion-item > h2 >.accordion-button::after {
  background-image: url("../img/icons/arrow1.png");
  position: absolute;
  left: -87px;
  top: -2.5px;
  width: 70px;
  height: 70px;
  transform: none;
  background-size: 70px;
}
.stepsAccordion > .mainAccordion > .accordion-item > h2 >.step1::after {
  background-image: url("../img/icons/arrow1.png") !important;
}
.stepsAccordion > .mainAccordion > .accordion-item > h2 >.step2::after {
  background-image: url("../img/icons/arrow2.png") !important;
}
.stepsAccordion > .mainAccordion > .accordion-item > h2 >.step3::after {
  background-image: url("../img/icons/arrow3.png") !important;
}
.stepsAccordion > .mainAccordion > .accordion-item > h2 >.step4::after {
  background-image: url("../img/icons/arrow4.png") !important;
}
.stepsAccordion > .mainAccordion > .accordion-item > h2 >.step5::after {
  background-image: url("../img/icons/arrow5.png") !important;
}
.stepsAccordion > .mainAccordion > .accordion-item > h2 >.step6::after {
  background-image: url("../img/icons/arrow6.png") !important;
}
.stepsAccordion > .mainAccordion > .accordion-item > h2 >.step7::after {
  background-image: url("../img/icons/arrow7.png") !important;
}

.stepsAccordion .mainAccordion > .accordion-item h2 .accordion-button {
  /* padding-top: 25px;
  padding-bottom: 25px; */
  background: transparent;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  box-shadow:none;
}
.stepsAccordion .mainAccordion > .accordion-item h4 .accordion-button:not(.collapsed) { padding-top: 10px; padding-bottom: 5px; }

.stepsAccordion .mainAccordion > .accordion-item {
  margin-left: 104px;
  margin-bottom: 30px;
  border: 1px solid #0069ce;
border-radius: 0px 20px 20px 0px;
}

.stepsAccordion .mainAccordion > .accordion-item .stepTitle {
  position: absolute;
  left: -82px;
  color: #fff;
  top: 69px;
  z-index: 99;
  font-size: 16px;
}
.subAccordion .accordion-button::after {
  background: none;
font-family: "Font Awesome 5 Free";
color: #000;
font-weight: 900;
content: "\f0da";
font-size: 35px;
transform: none;
position: absolute;
left: -7px;
top: 1px;
}
.subAccordion { padding: 0px 15px 0px 15px; }
.subAccordion .accordion-button:not(.collapsed)::after {
  background: none;
font-family: "Font Awesome 5 Free";
color: #000;
font-weight: 900;
content: "\f0d7";
font-size: 35px;
transform: none;
position: absolute;
left: -14px;
top: 2px;
}
.subAccordion .accordion-button{background: transparent; color: #000;box-shadow:none;font-size: 16px; font-weight: 600;padding-top: 10px;
  padding-bottom: 10px;}
.subAccordion .accordion-item { border: none; }
.subAccordion .accordion-body { padding-top: 0; }
/*********** colourful bar *************/
.card1{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.Start {
  align-self: stretch;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.color-bar{
  height: 15px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 0;
  min-width: 20%;
  color:#FFFF;
}
.color-bar-text{
  width: 100%;
  height: 10px;
  flex-grow: 0;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
}
.Progress-1 {
  background-color: var(--traffic-light-paradise-red);
}
.Progress-2 {
  background-color: var(--secondary-coral);
}
.Progress-3 {
  background-color: var(--traffic-light-yellow-crayola);
}
.Progress-4 {
  background-color: var(--traffic-light-bud-green);
}
.Progress-5 {
  background-color: var(--secondary-queen-blue);
}
.End {
  align-self: stretch;
  flex-grow: 0;
  background-color: var(--secondary-queen-blue);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.color-ber-below-text {
  min-width: 20%;
  height: 10px;
  flex-grow: 0;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: center;
  color: var(--primary-rich-black);
}
.color-ber-below-text-normal{
  font-weight: normal;
  font-size: 11px;
}
.chart-bottom-link{
  text-decoration: none !important;
}
.Progress-1 {
    background-color: var(--traffic-light-paradise-red) !important;
  }
  .Progress-2 {
    background-color: var(--secondary-coral) !important;
  }
  .Progress-3 {
    background-color: var(--traffic-light-yellow-crayola) !important;
  }
  .Progress-4 {
    background-color: var(--traffic-light-bud-green) !important;
  }
  .Progress-5 {
    background-color: var(--secondary-queen-blue) !important;
  }
  .End {
    align-self: stretch;
    flex-grow: 0;
    background-color: var(--secondary-queen-blue);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .color-ber-below-text {
    min-width: 20%;
    height: 10px;
    flex-grow: 0;
    margin: 0;
    font-family: inherit;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.2px;
    text-align: center;
    color: var(--primary-rich-black);
  }
  .color-ber-below-text-normal{
    font-weight: normal;
    font-size: 11px;
  }
  .PDF---List-card {
    height: 42px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin: 15px 0;
    padding: 0;
    box-shadow: 0 1px 0 0 var(--secondary-platinum), 0 -1px 0 0 var(--secondary-platinum);
    background-color: var(--white);
    border-right: var(--traffic-light-paradise-red) 2px solid;
    border-left: var(--traffic-light-paradise-red) 4px solid;
    font-size: 14px;
  }
  .list-card-red{
    border-right: var(--traffic-light-paradise-red) 2px solid;
    border-left: var(--traffic-light-paradise-red) 4px solid;
  }
  .list-card-coral{
    border-right: var(--secondary-coral) 2px solid;
    border-left: var(--secondary-coral) 4px solid;
  }
  .list-card-yellow{
    border-right: var(--traffic-light-yellow-crayola) 2px solid;
    border-left: var(--traffic-light-yellow-crayola) 4px solid;
  }
  .list-card-green{
    border-right: var(--traffic-light-bud-green) 2px solid;
    border-left: var(--traffic-light-bud-green) 4px solid;
  }
  .list-card-blue{
    border-right: var(--secondary-queen-blue) 2px solid;
    border-left: var(--secondary-queen-blue) 4px solid;
  }
  .selected_card{
    background-color: var(--secondary-platinum);
    color: #000;
  }
  .profileMainLeft, .profileMainRight {
    padding: 30px;
    border-radius: 6px;
    background: #fff;
  }
  .profileMainLeft, .profileMainRight {
    padding: 30px;
    border-radius: 6px;
    background: #fff;
  }
  .profileMainLeft-pr {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .profileMainLeft-upload input[type="file"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .selectedflag{
    border: 2px solid;
    border-radius: 11px;
  }
  .defaultBtn[disabled="disabled"],.defaultBtn[disabled="disabled"]:hover{
    background-color: #616365;
    color: white;
    cursor: auto;
    border-color: #616365;
  }
  .unitMappingMain .umTabContent { padding: 20px; } 
.umInfoList {list-style: none;padding: 0;}
.umInfoList li {padding-left: 23px;position: relative;display: inline-block;padding-right: 16px;font-size: 14px;color: #5b5b5b;}
.umInfoList li::before{content: "";display: inline-block;font-weight: bold;margin-left: -23px;width: 23px;background: #ece1f2;color: #fff;height: 23px;font-size: 15px;border-radius: 50%;padding-left: 10px;position: absolute;left: 15px;padding-top: 4px;}
.umInfoList li.list_1::before{background: #ece1f2;}
.umInfoList li.list_2::before{background: #dce5ee;}
.umInfoList li.list_3::before{background: #dae8e9;}
.umInfoList li.list_4::before{background: #f4d9de;}
.umInfoList li.list_5::before{background: #e5ebeb;}
.umTable { width: 100%; border-spacing: 3px;border-collapse: separate; margin-top: 35px; }
.umTable th{ padding: 5px;font-size: 24px;font-weight: normal; position: relative;}
.umTable th i::before{ font-family: 'Font Awesome 5 Free';font-weight: 900; }
.umTable th i{ position: absolute;right: 2px;top: 3px;width: 15px;height: 15px;border-radius: 50%;font-size: 10px;color: #fff;padding-top: 1px; }
.umTable td{ border: 1px solid #b8b8b8; padding: 10px;}
.topTable td{border: none;}
.umlabelWidth { width: 170px; text-align: right; border: none !important; }
.umlabelBorderBottom { border-bottom: 1px solid #b8b8b8 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important; }
.umlabelBorderRight { border-right: 1px solid #b8b8b8 !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important; }
.umlabelBorderSide { border-right: 1px solid #b8b8b8 !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important; }
.umDataWidth { width: 70px; text-align: center; }
th.umtbColor1 i{ background: #a755c2;}
th.umtbColor2 i{ background: #3a6ea5;}
th.umtbColor3 i{ background: #586b6a;}
th.umtbColor4 i{ background: #b47b83;}
th.umtbColor5 i{ background: #0c0c0c;}

.umtbColor1 { background: #ece1f2; color: #a755c2;}
.umtbColor2 { background: #dce5ee; color: #3a6ea5;}
.umtbColor3 { background: #dae8e9; color: #586b6a;}
.umtbColor4 { background: #f4d9de; color: #b47b83;}
.umtbColor5 { background: #e5ebeb; color: #0c0c0c;}
.circle {
  color:white; text-align:center;
}
.umcirColor1 { background: #a755c2; }
.umcirColor2 { background: #3a6ea5; }
.umcirColor3 { background: #586b6a; }
.umcirColor4 { background: #b47b83; }
.umcirColor5 { background: #0c0c0c; }
.umcirColor6 { background: #e6e6e6; }

.umgreenBack { background-color: rgba(95, 173, 86, 0.2);line-height: 16px; }
.umgreyBack { background-color: #edf1f5;  color: #808080;line-height: 16px;}
.umCircle { width: 30px;height: 30px;border-radius: 50%;margin: 0 auto; }
.umClrWhite{color: #fff;}
.umCircleTop {width: 40px;height: 40px;border-radius: 50%;margin: 0 auto;padding-top: 2px;font-size: 24px;
  font-weight: normal;text-align: center;}
.umCircleSmall {    width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  float: left;
color:#ffffff;
  margin-right: 28px;
  margin-top: 5px;}

.modelMax500 .modal-dialog{max-width: 500px;}
.padd9 .modal-content{padding: 9px;}
.greyBtn,.greyBtn:hover {background: #616365;border-radius: 10px;   text-decoration: none;border: 1px solid #616365; color: #fff;line-height: 20px;line-height: 18px;font-size: 18px;padding-top: 16px;padding-bottom: 16px;padding-left: 25px;padding-right: 25px;}
.btnHeight45 { height: 45px;}
.btnHeight60 { height: 60px;}
.btnpaddtop12,.btnpaddtop12:hover {padding-top: 12px;}
.loginswitch.switch-button{
  width: 360px;
  padding-right: 170px;
}
.loginswitch .switch-button-checkbox + .switch-button-label{
  padding: 15px;

}
.loginswitch2.switch-button::before {
  content: "Assign Game/Song to pupil";
  width: 290px;
  padding-left: 120px;

}
.loginswitch1.switch-button::before {
  content: "Pupil Login";
  width: 290px;
  padding-left: 120px;

}
.loginswitch .switch-button-checkbox:checked + .switch-button-label::before {
  transform: translateX(170px);
  transition: transform 300ms linear;
}

.fieldSearchBox {background: #fff;border: 1px solid #000000;padding: 15px;border-radius: 10px;width: max-content;}
.lanagugeCustTable th,.lanagugeCustTable td {border-bottom: 1px solid rgb(255, 255, 255) !important;}
.lanagugeCustTable .backColorOne {background: #cecece;}
.lanagugeCustTable .backColorTwo {background: #efefef;}
.lanagugeCustTable input[type='text'], .lanagugeCustTable input[type='password'] {height: 30px;border: 1px solid #888686 !important;}
.pupilLoginBox {background: #fff;border: 1px solid #ccc; border-radius: 20px; padding: 15px 35px;}
.lacustomCheck .form-check-input:checked {
  background-color: #0f8200;
  border-color: #0f8200;
}
.lacustomCheck .form-check-input:focus{
  box-shadow: none;
  border-color: #0f8200;
}
.alertcheckIcon i {font-size: 100px; color: #00980F;}
.errorColor .fa-exclamation {left: 48%;top: 21px;}
.errorColor i {color: #F20000;}
.errorColor {color: #F20000;}
.textColorSuccess {color: #00980F;}
.fs-85 {font-size: 85px;}
.fs-45 {font-size: 45px;}
.dropdowndiv .dropdown-menu{display: none;}
.dropdowndiv .dropdown-toggle::after{display: none;}
.dropdown-menu.show {display: block;}
.dropdowndiv .dropdown-menu[data-bs-popper] {right: 0;left: auto;}
.folder_group_text{font-size: 14px;font-weight: bold;}
.folder{color: #fccd44;font-size: 180px;}  
.folder_detail{color: #fccd44;font-size: 35px;}  
.folder::before, .folder_detail::before{font-family: Font Awesome\ 5 Free !important; font-weight: 900 !important}
.folder_back i::before{font-family: Font Awesome\ 5 Free !important; font-weight: 900 !important}
.folder_action_plus{position: absolute;right:0;width: auto !important;}
.folder_action{position: absolute;width: auto !important;}
.folder_action_name{position: absolute;margin-left: 5px;width: auto !important;}
.folder_group{    
  margin-bottom: 30px;
  padding: 10px 1px 10px 15px;
  cursor: pointer;
  position: relative;
}
img.iconpen {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.cls_name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 139px;
  display: inline-block;
  width: 139px;
}

/* 
.accordion .accordion-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: right; 
}
.accordion .accordion-header.collapsed:after {
  content: "\f067"; 
} */

.pupilDasheMain {
  /* background-image: url("../img/pupils-back.jpg"); */
  height: 100%;background-position: center;
  background-repeat: no-repeat;
  /* padding: 0;
  margin: 0; */
  background-size: contain;
}

.hrader_inner{
  background-color: #FFFDEC;
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.clr_black{
  color: #000;
}
.gc-item{
  display: block;
  border-radius: 20px;
  height:100%;
  background-repeat: no-repeat;
}
.gamecatUnit .unit_tile{
    font-size: 14px;
    /* font-weight: 500;
    line-height: 35px; */
  }
.unit_tile{
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color:#000;
}
.unit_lst{
  left: 0;
  padding-top: 75px;
  padding-bottom: 80px;
  width: 100%;
  top:0;
}
.img-w-100{
  width: 100px;
}
.pupils_container #layoutSidenav_content {
    width: 100%;
    background: none !important;
    height: 100% !important;
    padding-left: 85px !important;
}
.microfone{
    text-decoration: none;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.microfone .p1{ 
    top: 35px;
    left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.microfone .p2{ 
    right: 96px;
    top: 33px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.lessionRadio .btn-check {margin: 15px 10px;clip: inherit;}
.lessionRadio .btn-check:checked[type=radio] {background-image: url(../img/icons/radio-checked.svg) !important;border: none;margin: 15px 11px;}
.classRecurringUsersLRow .col-md-3 .flex-column .nav-link {background-color:;}
.classRecurringUsersLRow .col-md-3 .flex-column .nav-link.active .classRecurringUsersL .classRecurringUsers-left .form-check .form-check-input {background-image: url(../img/icons/blueTick.png);}
.classRecurringUsersLRow .col-md-3 .flex-column .nav-link.active .classRecurringUsersL {background-color: rgba(252, 205, 68, 0.1) !important; border: 1px solid #fccd44}
.lessionRadio .btn.btn-secondary {background-color: rgba(252, 205, 68, 0.1);color: #176284 !important;font-size: 14px;font-weight: bold;padding: 10px 9px 10px 26px;border: 1px solid #fccd44;}
.lessionRadio .btn.btn-secondary:hover {background-color: rgba(95, 173, 86, 0.15);color: #176284 !important;font-size: 14px;font-weight: bold;padding: 10px 9px 10px 26px;border: 1px solid #fccd44;}
.lessionRadio .btn-check:checked~.btn.btn-secondary:hover {color: #176284;}
.lessionRadio .btn-check:checked~.btn.btn-secondary,
.lessionRadio .btn-check:checked~.btn.btn-secondary:focus {background-color: #e6e6e6;color: #808080;border: 1px solid #e6e6e6;}
.lessionRadio .btn-check {background-image: url(../img/icons/checked-green.svg) !important;}
.lessionRadio .btn-check:checked~.btn.btn-secondary, .lessionRadio .btn-check:checked~.btn.btn-secondary:focus{
        background-color: rgba(95, 173, 86, 0.15) !important;
    color: #5fad56;
    border: 1px solid #5fad56;
}

@media (max-width: 992px) { .mtm-40 {margin-top: 10px;} }
@media (max-width:576px) { 
  .pupils_container #layoutSidenav_content{
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .unit_tile{
    font-size: 17px;
    line-height: 20px;
  }
  .gamecatUnit .unit_tile{
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width:430px) { 
  .unit_lst{
    padding-top: 55px;
  }
  .hrader_inner{
    margin-top: 50px;
  }
  
}
@media (max-width:390px) { 
  .unit_lst{
    padding-top: 45px;
  }
  
}

.fs-35 {font-size: 35px;}
.fs-25 {font-size: 25px;}
.notiUpdate .infoBox{padding: 30px;}
.darkGreenCl {color: #90d66f;}
.greyBox {background: #ebebeb; border-radius: 15px;border: 1px solid #a5b0a5; padding: 20px;}
.redBeg {background: #ff0000 !important; color: #fff !important;}
.br-15 {border-radius: 15px !important;}
.mdl_full{max-width: 90%;}
.profileBlackBg {background: #000; border-radius: 20px; border: 1px solid #000; padding: 5px 1.5px 1.5px 1.5px;}
.profilePlanDetail {background: #fff; border-radius: 20px; }
.pffirstSec {padding: 15px;}
.remDays { background: green; border-radius: 0px;}
.profilePlanDetail .blackBtnlg{ width: 100%;border-radius: 0px 0px 20px 20px;padding-top: 15px;padding-bottom: 15px;font-weight: bold; }

.class-Tabs .nav.nav-tabs .nav-item .nav-link.active {
    font-weight: bold;
    color: #176284;
    box-shadow: 0 2px 0 #176284 inset;
}
.class-Tabs .nav.nav-tabs .nav-item .nav-link {
    font-size: 16px;
    font-weight: normal;
    color: rgba(64, 64, 64, 0.6);
    padding: 8px 24px;
    border: none;
    border-radius: 0;
}
.lessonPowerpointPDF {
  padding: 13px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 15px 0;
  background: white;
}
.lessonPowerpoint-right .lessonPowerpointThumb {border: 2px solid #5b5b5b;}
.lessonPowerpoint-right p {font-size: 16px;font-weight: 600;color: #404040;}
.lessonPowerpoint-right a {text-decoration: none;display: block;}
.lessonPowerpoint-right a:hover .lessonPowerpointThumb {border: 3px solid #fccd44;transition: 0.6s;}
.lessonsMainContent .lessonPowerpoint p {font-size: 16px;font-weight: 600;color: #404040;}
.powerPointInteractive-col p {color: #404040;font-size: 14px;line-height: 14px;margin: 0; font-weight: 600;}
.powerPointInteractive-col p small {color: #c48ed6;font-size: 10px;line-height: 10px;}
.lessonPowerpointPDF p {margin: 0;font-size: 14px;font-weight: bold;}
/* .hidden{display: none;} */