@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Public Sans", sans-serif;
}

a, a:hover {
  text-decoration: none;
}

ul, li, ol {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100%;
}

.bg1 {
  background: rgba(17, 28, 67, 0.1) !important;
}

.bg11 {
  background: rgb(231, 235, 245) !important;
}

.bg2 {
  background: #e7e8ec !important;
}

.bg3 {
  background: #111c43 !important;
}

.textBlack {
  color: #000;
}

.alert {
  padding: 6px 8px 6px 8px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alert .close {
  border: 0;
  padding: 2px;
  height: 23px;
  width: 23px;
  font-size: 28px;
  border-radius: 50%;
}

/* ========================================== Login Css Start =================================== */
section.loginSection {
  position: relative;
  height: 100vh;
}

.loginBlock {
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.02);
}

img.adminLogo {
  width: 220px;
}

h1.loginHead {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 200;
  color: #000;
  font-weight: 400;
  background: rgba(17, 28, 67, 0.1) !important;
  padding: 9px 0px 9px 0px;
}

.loginForm label.form-label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  display: inline-block;
}

.groupIcon {
  position: relative;
}

.groupIcon svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  width: 20px;
  fill: #121212;
}

.loginForm input, .loginForm select {
  border-radius: 0;
  border: 0;
  background-color: #e7ebf5;
  padding: 6px 12px 6px 40px;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.loginForm select option {
  font-weight: 600;
  color: #000;
}

.loginForm .form-control:focus, .loginForm .form-control:active, .loginForm .form-select:focus, .loginForm .form-select:active {
  color: #000;
  background-color: #e7ebf5;
  border: 0;
  box-shadow: none;
}

/* ========================================== Login Css End =================================== */
.fullBoxLayout3 {
  min-height: 85vh !important;
}

.wrapperHeader {
  background: #fff;
  padding: 10px 12px;
  border-radius: 5px;
}

/* ========================================== Main Sidebar Css Start =================================== */
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: #111c43;
  padding: 0px 0 20px;
  z-index: 99;
  transition: all 0.5s ease;
  overflow-y: scroll;
  overflow-x: hidden;
}

.sidebar::-webkit-scrollbar {
  width: 4px;
  border-radius: 6px;
}

.sidebar::-webkit-scrollbar-track {
  border-radius: 20px;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #3d56b0;
  border-radius: 20px;
}

.sidebar.open {
  width: 220px;
}

.sidebar .logo-details {
  height: 50px;
  display: flex;
  align-items: center;
  position: fixed;
  padding: 0 12px;
  top: 0;
  left: 0;
  z-index: 99;
  background: #111c43;
  width: 50px;
  transition: all 0.5s ease;
}

.sidebar.open .logo-details {
  width: 220px;
}

.sidebar .logo-details .icon {
  opacity: 0;
  transition: all 0.5s ease;
}

.sidebar .logo-details .logo_name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  position: relative;
  top: -4px;
  transition: all 0.5s ease;
}

.sidebar .logo-details .logo_name img {
  width: 175px;
}

.sidebar.open .logo-details .logo_name {
  opacity: 1;
}

.sidebar.open .logo-details .icon {
  opacity: 0;
}

.sidebar .logo-details .icon {
  opacity: 1;
  transition: 0.1s ease-in-out;
}

.sidebar .logo-details .icon img {
  width: 28px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sidebar .logo-details #sidebarBtn {
  position: absolute;
  top: 48%;
  right: -28px;
  transform: translateY(-50%);
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: #121212;
}

.sidebar.open .logo-details #sidebarBtn {
  text-align: right;
}

/*.sidebar i{
  color: #fff;
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}*/
.sidebar .nav-list {
  height: 100%;
  position: relative;
  padding: 70px 12px 0;
}

.sidebar li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0196078431);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.sidebar li .tooltip {
  position: absolute;
  top: -4px;
  left: calc(100% + 40px);
  z-index: 3;
  background: #111c43;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 4px 8px 5px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}

.sidebar li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 42%;
  transform: translateY(-50%);
}

.sidebar.open li .tooltip {
  display: none;
}

.sidebar input {
  font-size: 15px;
  color: #FFF;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #1d1b31;
}

.sidebar.open input {
  padding: 0 20px 0 50px;
  width: 100%;
}

/*.sidebar .bx-search{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  background: #1d1b31;
  color: #FFF;
}
.sidebar.open .bx-search:hover{
  background: #1d1b31;
  color: #FFF;
}
.sidebar .bx-search:hover{
  background: #FFF;
  color: #11101d;
}*/
.sidebar li a {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
}

.sidebar li a .links_name {
  color: #fff;
  font-size: 13.5px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.1s ease-in-out;
  margin-left: 10px;
  text-transform: uppercase;
}

.sidebar li a svg {
  fill: rgba(255, 255, 255, 0.8784313725);
  min-width: 24px;
  text-align: center;
  transition: 0.1s ease-in-out;
  height: 20px;
  line-height: 20px;
}

.sidebar li a:hover svg {
  fill: #fff;
}

.sidebar.open li a svg {
  width: 20px;
  transition: 0.5s ease-in-out;
  height: 20px;
  line-height: 20px;
}

.sidebar.open li a .links_name {
  opacity: 1;
  pointer-events: auto;
}

.sidebar li a:hover .links_name, .sidebar li a:hover i {
  transition: all 0.5s ease;
  color: #fff;
}

.sidebar li.profile {
  position: fixed;
  height: 50px;
  width: 78px;
  left: 0;
  bottom: -8px;
  bottom: -8px;
  bottom: -8px;
  padding: 10px 14px;
  background: #121212;
  transition: all 0.5s ease;
  overflow: hidden;
}

.sidebar.open li.profile {
  width: 220px;
}

.sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.sidebar li img {
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}

.sidebar li.profile .name,
.sidebar li.profile .job {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

.sidebar li.profile .job {
  font-size: 12px;
}

.sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #121212;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  transition: all 0.5s ease;
}

.sidebar.open .profile #log_out {
  width: 50px;
  background: none;
}

.home-section {
  position: relative;
  background: #fff;
  min-height: 100vh;
  top: 0;
  left: 50px;
  width: calc(100% - 50px);
  transition: all 0.5s ease;
  z-index: 2;
}

.sidebar.open ~ .home-section, .sidebar.open ~ .home-section header, .sidebar.open ~ .home-section footer.copyrights, .sidebar.open ~ .boxLayout .dt-container {
  left: 220px;
  width: calc(100% - 220px);
}

@media (max-width: 420px) {
  .sidebar li .tooltip {
    display: none;
  }
}
.sidebar .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.sidebar .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  filter: invert(1);
  transition: 0.4s ease-in-out;
  transition-delay: 1s;
}

.sidebar.open .accordion-button::after, .sidebar.open .accordion-collapse {
  opacity: 1;
  visibility: visible;
}

.sidebar .accordion-button::after, .sidebar .accordion-collapse {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}

.sidebar.open .accordion-collapse {
  height: auto;
}

.sidebar .accordion-collapse {
  height: 0;
}

.sidebar .accordion-body {
  padding: 12px 0 0 35px;
}

.sidebar .accordion-body ul li {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  list-style: square;
}

.sidebar .accordion-body ul li::marker {
  margin-left: 3px;
}

.sidebar .accordion-body ul li a {
  font-size: 13.5px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7294117647);
  font-weight: 300;
  padding: 5px 0;
  display: block;
  height: auto;
  width: auto;
  transition: 0.4s ease-in-out;
}

.sidebar .accordion-body ul li a:hover {
  color: #fff;
}

.sidebar .accordion-body ul li::marker {
  color: rgba(255, 255, 255, 0.7294117647);
  transition: 0.4s ease-in-out;
}

.sidebar .accordion-body ul li::marker:hover {
  color: #fff;
}

/* ========================================== Main Sidebar Css End =================================== */
/*================================== Header CSS Start ================================*/
header {
  position: fixed;
  top: 0;
  left: 50px;
  width: calc(100% - 50px);
  z-index: 9;
  transition: all 0.5s ease;
}

header nav.navbar {
  background: #fff;
  padding: 0 0px 0 28px;
  transition: 0.4s ease-in-out;
}

header .container {
  max-width: 100%;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  padding: 5px 0px;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link img {
  width: 38px;
  height: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 50px;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link span {
  color: #222;
  text-align: start;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 8px;
  align-self: center;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link span small {
  font-size: 85%;
  line-height: 16px;
  color: #888;
  font-weight: 500;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu {
  border: 0;
  border-radius: 4px;
  padding: 12px 0;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
  font-size: 14px;
  line-height: 18px;
  padding: 9px 12px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
  color: #333335;
  transition: 0.4s ease-in-out;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li:last-child a.dropdown-item {
  border-bottom: 0;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:hover, header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:focus {
  color: rgb(132, 90, 223) !important;
  background: rgba(17, 28, 67, 0.0588235294);
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item span {
  display: block;
  margin-left: 6px;
  align-self: center;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:hover, header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:active, header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:focus {
  color: #222;
  background-color: #fff;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item svg {
  width: 15px;
  fill: #333335;
  transition: 0.4s ease-in-out;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:hover svg {
  fill: rgb(132, 90, 223);
}

.headerTitle h1 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #121212;
  font-weight: 700;
  letter-spacing: -0.3px;
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
.liveDateTime {
  position: relative;
  text-align: center;
}

.liveDateTime .display-date {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
}

.liveDateTime .display-time {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  background: #fff5e3;
}

/*================================== Header CSS End ================================*/
.mainBody {
  position: relative;
  padding: 55px 0 30px;
}

.boxLayout {
  position: relative;
  background: #fff;
  border-radius: 5px;
  height: 100%;
  padding: 12px;
  overflow: hidden;
}

.boxLayout h5, .boxLayout h4 {
  font-size: 17px;
  font-weight: 500;
  color: #101010;
}

.fullBoxLayout {
  min-height: calc(100vh - 185px);
}

.table-responsive::-webkit-scrollbar {
  height: 4px;
  border-radius: 6px;
}

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 20px;
}

h2.mainHead {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

button#ggg-graphify-button-combo, button#ggg-graphify-button-linear, button#ggg-graphify-button-area, button#ggg-graphify-button-bar, button#ggg-graphify-button-table {
  display: none;
}

.wrapperHeader, .wrapperHeader .wrapperTitle {
  position: relative;
}

.wrapperHeader .wrapperTitle {
  align-self: center;
}

.wrapperHeader .wrapperTitle h2 {
  font-size: 22px;
  line-height: 26px;
  color: #000;
  font-weight: 300;
  letter-spacing: -0.2px;
}

.wrapperHeader .wrapperTitle h2 b {
  font-weight: 600;
}

.wrapperHeader .wrapperTitle h2 small {
  font-size: 77%;
  font-weight: 300;
  color: #f5a25d;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 0.4px;
  margin-top: 3px;
}

.wrapperTitleBtns a {
  padding: 7px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid rgb(132, 90, 223);
  display: inline-block;
}

.wrapperTitleBtns button {
  padding: 7px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid rgb(132, 90, 223);
  display: inline-block;
  color: #fff;
}

a.btn1 {
  background: rgb(132, 90, 223);
  color: #fff;
}

a.btn3 {
  background: rgb(230, 83, 60);
  border-color: rgb(230, 83, 60);
  color: #fff;
}

a.btn4 {
  background: rgb(56, 163, 223);
  border-color: rgb(56, 163, 223);
  color: #fff;
}

a.btn5 {
  background: #117345;
  border-color: #117345;
  color: #fff;
}

a.btn5 svg {
  fill: #fff;
}

a.btn2 {
  background: transparent;
  color: rgb(132, 90, 223);
}

.wrapperTitleBtns a svg {
  position: relative;
  top: -2px;
  width: 17px;
}

.wrapperTitleBtns button svg {
  position: relative;
  top: -2px;
  width: 17px;
  fill: #fff;
}

a.btn1 svg, a.btn3 svg, a.btn4 svg {
  fill: #fff;
}

a.btn2 svg {
  fill: rgb(132, 90, 223);
}

/*================================== Dashboard CSS Start ================================*/
.dashboardBanner {
  background: #111c43;
  padding: 25px 16px 13px;
  border-radius: 6px;
}

.dashboardBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/welcome-pattern.png);
  background-size: 8px;
  filter: grayscale(1) opacity(0.03);
}

.dashboardBanner svg {
  width: 44px;
  fill: #fff;
}

ul.dashboardBlock {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

ul.dashboardBlock li {
  flex: 0 0 auto;
  width: 33.333%;
  padding: 3px;
}

ul.dashboardBlock li .dashBox {
  position: relative;
  height: 100%;
  border-radius: 6px;
  padding: 25px 12px 15px;
  display: flex;
  background: #fff;
  transition: 0.4s ease-in-out;
}

ul.dashboardBlock li .dashBox:hover {
  background: #fff;
}

ul.dashboardBlock li .dashBox .dashIcon {
  position: absolute;
  right: 8px;
  top: 8px;
}

ul.dashboardBlock li .dashBox:hover .dashIcon svg {
  fill: rgba(0, 0, 0, 0.231372549);
  transform: scale(0.8);
}

ul.dashboardBlock li .dashBox .dashIcon svg {
  width: 40px;
  fill: rgba(0, 0, 0, 0.12);
  transition: 0.6s ease-in-out;
}

ul.dashboardBlock li .dashBox .dashContent {
  position: relative;
  width: 100%;
}

ul.dashboardBlock li .dashBox .dashContent h3 {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #121212;
}

ul.dashboardBlock li .dashBox .dashContent h3 small {
  font-weight: 400;
  text-transform: math-auto;
  font-size: 14px;
  color: #000;
  line-height: 17px;
}

ul.dashboardBlock li .dashBox .dashContent h3 span.badge {
  width: 22px;
  height: 22px;
  padding: 0;
  position: relative;
  top: -3px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

ul.dashboardBlock li .dashBox .dashContent h3 span.badge small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dashList {
  position: relative;
  margin-top: 12px;
}

.dashList a {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
  font-size: 15.5px;
  line-height: 20px;
  padding: 6px 0;
  color: #222;
  font-weight: 500;
  justify-content: space-between;
  width: 100%;
  letter-spacing: -0.3px;
  transition: 0.4s ease-in-out;
}

.dashList .dropdown .dropdown-toggle::after {
  display: none;
}

.dashList .dropdown .btn {
  display: flex;
  font-size: 15.5px;
  line-height: 20px;
  padding: 6px 0;
  color: #222;
  font-weight: 500;
  justify-content: space-between;
  width: 100%;
  letter-spacing: -0.3px;
  transition: 0.4s ease-in-out;
}

.dashList .dropdown .btn:hover {
  color: rgb(132, 90, 223);
}

.dashList .dropdown .btn svg {
  width: 13px;
  fill: #121212;
  transform: rotate(-30deg);
  transition: 0.4s ease-in-out;
}

.dashList .dropdown .btn:hover svg {
  fill: rgb(132, 90, 223);
  transform: rotate(0deg);
}

.dashList a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.dashList a:hover {
  color: rgb(132, 90, 223);
}

.dashList a svg {
  width: 13px;
  fill: #121212;
  transform: rotate(-30deg);
  transition: 0.4s ease-in-out;
}

.dashList a:hover svg {
  fill: rgb(132, 90, 223);
  transform: rotate(0deg);
}

/*================================== Dashboard CSS Start ================================*/
/*================================== Upload Multiple Image CSS Start ================================*/
.wrapperInnerBlock {
  position: relative;
  background: #fff;
  padding: 8px;
  border-radius: 6px;
}

.wrapperTitleBtns1 {
  border-radius: 0;
  background: #f7f7f7;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

ul.galleryPreview {
  display: flex;
  flex-wrap: wrap;
}

ul.galleryPreview li {
  flex: 0 0 auto;
  width: 20%;
}

.uploadImageBlock {
  position: relative;
  border: 2px solid #fff;
  border-radius: 4px;
  margin: 2px;
}

.uploadImageBlock img.uploadImg {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.uploadImageBlock a.uploadCross {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #fff;
}

.uploadImageBlock a.uploadCross svg {
  width: 24px;
  transform: rotate(45deg);
  fill: #b72b2b;
  position: relative;
  top: -1px;
}

h3.subH3 {
  font-size: 22px;
  line-height: 26px;
  color: #000;
  font-weight: 300;
  align-self: center;
}

h3.subH3 b {
  font-weight: 600;
}

/*================================== Upload Multiple Image CSS End ================================*/
/*================================== Main Form CSS Start ================================*/
.mainForm label.form-label {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  display: inline-block;
}

.mainForm input, .mainForm select, .mainForm textarea {
  border-radius: 0;
  border: 0;
  background-color: #e7ebf5;
  padding: 6px 12px;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.mainForm select option {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.mainForm textarea {
  height: 100px;
}

.mainForm .form-control:focus, .mainForm .form-control:active, .mainForm .form-select:focus, .mainForm .form-select:active {
  color: #000;
  background-color: #e7ebf5;
  border: 0;
  box-shadow: none;
}

.nextBtn {
  border-color: #111c43 !important;
  color: #111c43 !important;
  background-color: transparent !important;
}

.nextBtn svg {
  fill: #111c43 !important;
  padding-left: 2px;
}

a.mainBtn, button.mainBtn {
  display: inline-block;
  background: #111c43;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #111c43;
}

a.mainBtn svg, button.mainBtn svg {
  width: 16px;
  fill: #fff;
  position: relative;
  top: -2px;
}

.tox .tox-edit-area__iframe {
  background-color: #e7ebf5 !important;
  border: 3px solid #fff !important;
}

.tox .tox-edit-area::before {
  border: 0 !important;
}

.avatar-upload {
  position: relative;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  border: 2px dotted rgba(17, 28, 67, 0.3);
  padding: 55px 24px;
  height: auto;
  width: 100%;
  background-color: #e7ebf5;
  text-align: center;
  color: rgba(17, 28, 67, 0.3);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  cursor: pointer;
}

.avatar-upload .avatar-edit input + label svg {
  fill: rgba(17, 28, 67, 0.3);
  width: 55px;
}

.avatar-upload .avatar-preview, .avatar-upload .avatar-preview img {
  width: 160px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-upload .avatar-preview a.removeImg {
  position: absolute;
  right: -22px;
  top: 0;
}

.avatar-upload .avatar-preview a.removeImg svg {
  fill: #b72b2b;
  width: 16px;
}

/*--------------------- File Upload CSS Start ------------------------*/
.file-upload {
  position: relative;
  cursor: pointer;
}

.file-upload .file-select {
  display: block;
  border: 6px solid #e7ebf5;
  color: #000000;
  cursor: pointer;
  height: 50px;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.file-upload .file-select .file-select-button {
  background: #e7ebf5;
  display: inline-block;
  padding: 10px 16px 10px 8px;
  cursor: pointer;
}

.file-upload .file-select .file-select-name {
  display: inline-block;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

/*--------------------- File Upload CSS End ------------------------*/
/*================================== Main Form CSS End ================================*/
/*================================== Main Table CSS Start ================================*/
table.mainTable thead th, table.mainTable tbody td {
  border-bottom: 0 !important;
  padding: 8px 8px;
  vertical-align: middle;
}

table.mainTable thead th {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #111c43 !important;
  padding: 10px 6px;
  border: 1px solid rgba(17, 28, 67, 0.81);
}

table.mainTable tbody td {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: 400;
  padding: 5px 8px;
  border: 1px solid rgba(0, 0, 0, 0.0823529412);
}

table.mainTable tbody td small {
  font-size: 90%;
  line-height: 18px;
  display: block;
}

table.mainTable tbody td b {
  font-weight: 600;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #e7ebf5;
}

span.typeTag {
  background: rgba(0, 0, 0, 0.08);
  color: #444;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  padding: 4px 6px;
  display: inline-block;
  border-radius: 4px;
}

span.typeTag svg {
  width: 13px;
  fill: #444;
}

img.profile_img {
  width: 70px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.actionBtns {
  position: relative;
  display: flex;
}

.actionBtns a {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #000;
  display: block;
  margin: 0 8px;
  transition: 0.4s ease-in-out;
}

.actionBtns a svg {
  width: 24px;
  fill: #000;
  padding: 3px;
  border: 1px solid #000;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}

.actionBtns a.delBtn svg {
  fill: rgb(230, 83, 60);
  border-color: rgba(230, 83, 60, 0.1);
  background: rgba(230, 83, 60, 0.1);
}

.actionBtns a.delBtn:hover svg {
  fill: #fff;
  border-color: rgb(230, 83, 60);
  background: rgb(230, 83, 60);
}

.actionBtns a.editBtn svg {
  fill: rgb(56, 163, 223);
  border-color: rgba(73, 183, 245, 0.1);
  background: rgba(73, 183, 245, 0.1);
}

.actionBtns a.editBtn:hover svg {
  fill: #fff;
  border-color: rgb(56, 163, 223);
  background: rgb(56, 163, 223);
}

.actionBtns a.previewBtn svg {
  fill: rgb(132, 90, 223);
  border-color: rgba(132, 90, 223, 0.1);
  background: rgba(132, 90, 223, 0.1);
}

.actionBtns a.previewBtn:hover svg {
  fill: #fff;
  border-color: rgb(132, 90, 223);
  background: rgb(132, 90, 223);
}

span.badgeTag {
  padding: 5px 8px;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 4px;
}

.activeBtn {
  color: rgb(132, 90, 223);
  background: rgba(132, 90, 223, 0.1);
}

.pendingBtn {
  color: rgb(38, 191, 148);
  background: rgba(38, 191, 148, 0.1);
}

.rejectBtn {
  color: rgb(230, 83, 60);
  background: rgba(230, 83, 60, 0.1);
}

.progress.workProgress {
  height: 6px;
}

.progress.workProgress .progress-bar {
  background-color: rgb(132, 90, 223);
}

.wrapperToggle {
  position: relative;
  transform: rotate(180deg);
}

.wrapperToggle input {
  display: none;
}

.wrapperToggle input:checked + .button {
  filter: none;
}

.wrapperToggle input:checked + .button .dot {
  top: calc(100% - 18px - 0px);
  background-color: #117345;
}

.wrapperToggle .button {
  position: relative;
  width: 10px;
  height: 30px;
  border-radius: 1rem;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.wrapperToggle .button .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: -3px;
  border-radius: 50%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  background-color: rgb(243, 197, 197);
  will-change: left, background-color;
}

@keyframes deco-move {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.infoBtns a {
  background: rgba(18, 18, 18, 0.1);
  color: #121212;
  font-size: 13.5px;
  line-height: 17px;
  padding: 5px 6px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid rgba(18, 18, 18, 0.1);
  transition: 0.4s ease-in-out;
}

.infoBtns a svg {
  width: 16px;
  fill: #121212;
  position: relative;
  top: -1px;
  transition: 0.4s ease-in-out;
}

.infoBtns a.Btn1 {
  background: rgba(132, 90, 223, 0.1);
  border-color: rgba(132, 90, 223, 0.1);
  color: rgb(132, 90, 223);
}

.infoBtns a.Btn1:hover {
  background: rgb(132, 90, 223);
  border-color: rgb(132, 90, 223);
  color: #fff;
}

.infoBtns a.Btn1 svg {
  fill: rgb(132, 90, 223);
}

.infoBtns a.Btn1:hover svg {
  fill: #fff;
}

.infoBtns a.Btn2 {
  background: rgba(73, 183, 245, 0.1);
  border-color: rgba(73, 183, 245, 0.1);
  color: rgb(56, 163, 223);
}

.infoBtns a.Btn2:hover {
  background: rgb(56, 163, 223);
  border-color: rgb(56, 163, 223);
  color: #fff;
}

.infoBtns a.Btn2 svg {
  fill: rgb(56, 163, 223);
}

.infoBtns a.Btn2:hover svg {
  fill: #fff;
}

.seqBlock select.form-select {
  border: 1px solid rgba(231, 235, 245, 0.3764705882);
  background-color: #e7ebf5;
  padding: 5px 8px;
  height: 32px;
  border-radius: 4px;
  width: 55px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #121212;
}

/*================================== Main Table CSS End ================================*/
/*================================== Modal CSS Start ================================*/
.modal.previewModal {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal.previewModal.fade .modal-dialog {
  transform: scale(1);
  transition: 0.4s ease-in-out;
}

.modal.previewModal .modal-dialog {
  transform: scale(0);
}

.previewModal .modal-content {
  border: 0;
  border-radius: 0;
}

.previewModal .modal-body::-webkit-scrollbar {
  width: 4px;
  border-radius: 6px;
}

.previewModal .modal-body::-webkit-scrollbar-track {
  border-radius: 20px;
}

.previewModal .modal-body::-webkit-scrollbar-thumb {
  background-color: rgb(132, 90, 223);
  border-radius: 20px;
}

.previewModal .modal-header {
  padding: 8px 12px;
  border: 0;
  border-radius: 0;
  background: #111c43;
}

.previewModal .modal-header img.profile_img {
  width: 70px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
  border: 1px solid #fff;
}

.previewModal .modal-header h5.modal-title {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  align-self: center;
}

.previewModal .modal-header button.btn-close {
  opacity: 1;
  font-size: 16px;
  filter: invert(1);
  margin-left: 8px;
  position: relative;
  top: 3px;
}

.previewModal .modal-header a {
  background: rgb(56, 163, 223);
  padding: 6px 12px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  border-radius: 4px;
  font-weight: 500;
}

.previewModal .modal-header a svg {
  width: 15px;
  fill: #fff;
  position: relative;
  top: -1px;
}

.previewModal .modal-body {
  padding: 16px 12px;
}

.previewSeparator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 16px;
}

img.profile_fullsize_img {
  width: 280px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.previewSeparator:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

span.typeTagModal {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}

span.typeTagModal svg {
  width: 13px;
  fill: #fff;
}

.previewModal .previewDetails label {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #121212;
  display: block;
}

.previewModal .previewDetails p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 300;
  margin-bottom: 12px;
}

.btn-close:focus {
  box-shadow: none;
}

.previewModal .modal-footer button {
  background: rgb(132, 90, 223);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px;
  font-weight: 400;
  width: 100%;
}

/*================================== Modal CSS End ================================*/
/*================================== Dashboard Multiple Image Start ==================================*/
.multiple-uploader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 6px;
  border: 2px dashed #afafaf;
  cursor: pointer;
  padding: 20px 16px;
}

.mup-msg {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mup-msg .mup-main-msg {
  color: rgba(17, 28, 67, 0.3);
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.mup-msg .mup-main-msg small {
  font-weight: 500;
  font-size: 85%;
}

.mup-msg .mup-main-msg svg {
  width: 70px;
  fill: rgba(17, 28, 67, 0.3);
  display: block;
  margin: 0 auto;
}

.image-container {
  margin: 1rem;
  width: 120px;
  height: 120px;
  position: relative;
  cursor: auto;
  pointer-events: unset;
}

.image-container:before {
  z-index: 3;
  content: "✖";
  align-content: center;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  color: white;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e50000;
  pointer-events: all;
  cursor: pointer;
}

.image-preview {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 12px;
}

.image-size {
  position: absolute;
  z-index: 1;
  height: 120px;
  width: 120px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  opacity: 0;
  pointer-events: unset;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.image-size:hover {
  opacity: 1;
}

.exceeded-size {
  position: absolute;
  z-index: 2;
  height: 120px;
  width: 120px;
  display: flex;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  background: rgba(255, 0, 0, 0.6);
  pointer-events: unset;
}

.product-image-block {
  border: 2px dashed rgba(17, 28, 67, 0.3);
  padding: 12px;
  height: 350px;
  width: 100%;
  border-radius: 6px;
  background: #e7ebf5;
  cursor: pointer;
}

ul.full-img-block {
  position: relative;
  border: 2px dashed rgba(17, 28, 67, 0.3);
  border-radius: 6px;
  padding: 12px;
  background-color: #e7ebf5;
}

/*ul.full-img-block li img {
  width: 100%;
  height: calc(100vh - 300px);
  object-fit: contain;
}*/
ul.full-img-block li a.removeImg {
  background: #845adf;
  color: #fff;
  margin-top: 6px;
  padding: 7px 12px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #845adf;
  display: block;
}

.image-crop-modal button.btn, .image-crop-modal a.btn {
  background: rgb(132, 90, 223);
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  padding: 7px 14px 8px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 12px;
  height: auto;
  transition: 0.5s ease-in-out;
  opacity: 0.9;
}

.product-image-feature .progress .progress-bar {
  background-color: #117345;
}

.product-image-feature {
  position: absolute;
  left: 30px;
  top: 16px;
  width: calc(100% - 60px);
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

/*================================== Dashboard Multiple Image Start ==================================*/
/*================================== Footer CSS Start ================================*/
footer.copyrights {
  position: fixed;
  bottom: 0;
  left: 60px;
  width: calc(100% - 60px);
  background: #fff;
  padding: 4px 0;
  transition: all 0.5s ease;
}

footer.copyrights p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  font-weight: 300;
}

footer.copyrights p a {
  color: #333;
}

footer.copyrights p svg {
  fill: #333;
  width: 12px;
}

.school-short-name {
  display: none;
}

/*================================== Footer CSS End ================================*/
/*================================== Add Images CSS Start ================================*/
.filepond--item {
  width: calc(16.666% - 0.5em);
}

.filepond--drop-label {
  background: #f7f7f7;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.filepond--label-action {
  text-decoration-color: #babdc0;
}

.filepond--panel-root {
  border-radius: 0em !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.filepond--item-panel {
  background-color: #595e68;
}

.filepond--drip-blob {
  background-color: #7f8a9a;
}

.filepond--credits {
  display: none;
}

.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 12px 25px !important;
  font-size: 20px;
  background: rgb(132, 90, 223);
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.filepond--label-action {
  text-decoration: none !important;
}

.filepond--root .filepond--list-scroller {
  height: 270px !important;
  overflow: hidden;
  padding: 0px 0px;
  overflow-y: scroll;
  margin: 75px 0px 20px 0px !important;
}

.filepond--panel-root {
  background-color: #fff !important;
}

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 19px 7px 10px 0px;
  will-change: transform, opacity;
  touch-action: none;
}

.filepond--root {
  height: 340px !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

/*================================== Add Images CSS End ================================*/
ul.ks-cboxtags {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

ul.ks-cboxtags li {
  display: inline;
}

ul.ks-cboxtags li label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  background-color: rgb(231, 235, 245);
  border: 1px solid rgb(231, 235, 245);
  color: #444;
  font-weight: 700;
  border-radius: 6px;
  white-space: nowrap;
  margin: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.4s ease-in-out;
}

ul.ks-cboxtags li label {
  padding: 6px 8px 6px 25px;
  cursor: pointer;
}

ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  content: "\f067";
  transition: transform 0.3s ease-in-out;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}

ul.ks-cboxtags li input[type=checkbox]:checked + label::before {
  content: "\f00c";
  transform: rotate(-360deg) translate(0, -50%);
  transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type=checkbox]:checked + label {
  border: 1px solid rgb(132, 90, 223);
  color: rgb(132, 90, 223);
  transition: all 0.2s;
}

ul.ks-cboxtags li input[type=checkbox] {
  display: absolute;
}

ul.ks-cboxtags li input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.infoIcon svg {
  width: 15px;
  position: relative;
  bottom: 2px;
  fill: #171843;
}

.tooltip .tooltip-inner {
  max-width: 300px !important; /* Set the desired width */
  width: auto !important; /* Let the width be dynamic, but constrained */
  white-space: normal !important; /* Allow the text to wrap */
}

.detailsListName b {
  border: 1px solid #aaaaaa;
  padding: 2px 5px;
  margin: 0px 2px;
  font-weight: 500 !important;
  font-size: 13px;
  background: #fff;
}

.detailsListName {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* Custom Dropdown Styles */
.dropdown-custom {
  position: relative;
}

.dropdown-custom .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 0px;
}

.dropdown-custom:hover .dropdown-menu {
  display: block;
}

.dropdown-custom .dropdown-submenu {
  position: relative;
}

.dropdown-custom .dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  display: none;
}

.dropdown-custom .dropdown-submenu:hover .dropdown-menu {
  display: block;
  left: -100%;
}

.dropdown-menu li a {
  padding: 7px 12px;
  color: #111;
  text-decoration: none;
  border: 0;
  width: 100%;
  font-weight: 500;
}

.dropdown-menu li a:hover {
  background-color: #f8f9fa;
}

.dropdown-custom .btn3 {
  background: rgb(230, 83, 60);
  border-color: rgb(230, 83, 60);
  color: #fff;
}

.featuresBlocks .featureTitle .form-check input {
  height: 17px;
  width: 17px;
  padding: 0;
  background-color: #fff;
}

.featuresBlocks .featureTitle .form-check-input:checked {
  background-color: #111c43;
  border-color: #111c43;
}

.featuresBlocks {
  border: 1px solid #dfdfdf;
}

.featureTitle {
  padding: 6px 6px;
  font-size: 16px;
  background: #e9e9e9;
  color: #000000;
  font-weight: 500;
}

.subfeature {
  border-bottom: 1px solid #363636;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 19px;
}

.subfeature input {
  width: 55%;
  height: 30px;
  font-size: 13px;
  padding: 4px 6px;
}

.subfeature:last-child {
  border: 0;
}

.progressbar {
  counter-reset: step;
  display: flex;
  justify-content: space-between;
}

.progressbar li {
  list-style: none;
  display: inline-block;
  width: 20%;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.progressbar li a {
  color: #000;
}

.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 2px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 4px auto;
  background-color: #fff;
  z-index: 9;
  position: relative;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: 0;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #117345;
}

.progressbar li.active a {
  color: #117345;
}

.progressbar li.active:before {
  border-color: #117345;
  background-color: #117345;
  color: #fff;
}

.progressbar li.active + li:after {
  background-color: #117345;
}

.progressbar li.active + li:before {
  border-color: #117345;
}/*# sourceMappingURL=main.css.map */