/*custom font*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

/*basic reset*/
* {
  margin: 0;
  padding: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
html {
  height: 100%;
}

a {
  color: #76c9be;
  text-decoration: none;
}

a:hover {
  color: #76c9be;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  background-image: url(../images/background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#app{
  height: 100%;
}
.body-outer.body-pd {
  padding-left:330px;
  /*height: 100%;*/
}
.body-outer{
  padding: calc( 5rem + 1rem) 0 0 0;
  padding-left: calc(68px + 2rem);
  position: relative;
  font-size: 1rem;
  transition: .5s;
  /* background-image: url(../images/background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}

/* ---------------------------------------------------
Header
----------------------------------------------------- */
#header.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  transition: .2s;
  height: calc( 5rem + 1rem);
  padding:0px 40px;
}
/* #header.header.body-pd{
padding-left: 20px;
} */
#header.header_toggle {
  color: #4723D9;
  font-size: 1.5rem;
  cursor: pointer;
}

#header.header_img {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

#header.header_img img {
  width: 45px;
}
#header i.fa.bx-x::before{
  transition: .3s;
  color: #fff;
  content: "\f0c9";
  font-family: FontAwesome;
}

#header i.fa{
  transition: .3s;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

#header.header.scroll-nav{
  background-color:#082936
}

#header .header_img .dropdown.notification .btn.dropdown-toggle,
#header .header_img .dropdown.user-dropdown .btn.dropdown-toggle{
  padding: 0;
}

#header .notification .btn.dropdown-toggle,
#header .header_img .dropdown.user-dropdown .btn.dropdown-toggle{
  padding: 0;
}
#header .notification .dropdown-toggle::after,
#header .header_img .dropdown.user-dropdown .dropdown-toggle::after{
  content: none;
}
#header .notification .dropdown-menu.show {
  width: 300px;
  transform: translate3d(-235px, 44px, 0px) !important;
  padding: 0;
  border-radius: 10px;
}
#header .notification .dropdown-menu.show .title {
  border-bottom: 1px solid black;
}
#header .notification .dropdown-menu.show .title p{
  margin: 0;
  color: #9A9A9A;
  padding-bottom: 10px;
}
#header .notification .dropdown-menu.show .description {
  padding-top: 10px;
}
#header .notification .dropdown-menu.show .description p {
  color: #282828;
  line-height: 19px;
  font-weight: 300;
  margin: 0;
}
#header .dropdown.notification span {
  position: absolute;
  top: -11px;
  background-color: #77c9be;
  color: #000;
  border-radius: 50%;
  padding: 0px 5px 1px 5px;
  font-size: 10px;
  right: -11px;
}
#header .dropdown.notification {
  margin: 0 40px;
}

#header .user-dropdown .user-image {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgb(255 255 255 / 10%);
  padding: 5px;
}
#header .user-dropdown .dropdown-menu.show {
  width: 200px;
  transform: translate3d(-145px, 44px, 0px) !important;
  padding: 0;
  border-radius: 10px;
}
#header .user-dropdown .dropdown-menu .user-image{
  background-color: rgb(8 41 54);
}
/* ---------------------------------------------------
Sidebar
----------------------------------------------------- */
#nav-bar.l-navbar {
  position: fixed;
  width: 115px;
  height: 100vh;
  transition: .5s;
  z-index: 10;
  left: 0;
  padding: 1rem 1rem 0 0;
  background-image: url(../images/background.svg);
}
div#nav-bar::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100vh;
  background-color: rgb(119 201 190 / 40%);
  right: 17px;
  top: 0;
}
#nav-bar .nav {
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  overflow: hidden;
}

#nav-bar.l-navbar::-webkit-scrollbar {
  width: 1em;
}

#nav-bar.l-navbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#nav-bar.l-navbar::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.l-navbar span.nav_name {
  transition: .5s;
  padding-left: 50px;
}
.l-navbar.show span.nav_name {
  padding-left: 15px;
  transition: .5s;
}

#nav-bar .nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding:1.5rem 1.5rem 1.5rem 2.5rem;
  position: relative;
  color: rgb(255 255 255 / 80%);
  /* margin-bottom: 2rem; */
  font-family: 'Roboto';
}
#nav-bar .nav_link:hover {
  color:  #F7F6FB;
}
#nav-bar .nav_icon {
  font-size: 1.25rem;
}
#nav-bar.l-navbar.show {
  width: 330px;
}

#nav-bar.l-navbar .nav_list{
  max-height: 70vh;
}
#nav-bar.l-navbar .nav_list::-webkit-scrollbar {
  width: 7px;
}

#nav-bar.l-navbar .nav_list::-webkit-scrollbar-track {
  background-color: #fbfbfb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#nav-bar.l-navbar .nav_list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #65d4fa;
}

#nav-bar a.nav_link.active,
#nav-bar a.nav_link:hover {
  color: #F7F6FB;
  background: rgb(8,42,54);
  background: linear-gradient(270deg, rgba(8,42,54,1) -10%, rgba(118,201,190,0.5032387955182073) 150%);
  border-right: 5px solid #76c9be;
  box-shadow: 0 4px 7px 2px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 4px 7px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 4px 7px 2px rgba(0,0,0,.1);
}

#nav-bar .height-100 {
  height: 100vh
}


#nav-bar.l-navbar .sidebar-user-outer {
  display: none !important;
}
#nav-bar.l-navbar.show .sidebar-user-outer {
  display: block !important;
}
#nav-bar .sidebar-user {
  background-color: rgb(255 255 255 / 10%);
  padding: 25px;
  border-radius: 15px;
}
#nav-bar .sidebar-user .user-image {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgb(119 201 190);
  padding: 10px;
  margin-top: -80px;
}
#nav-bar .sidebar-user p {
  font-size: 13px;
  font-weight: 300;
}
#nav-bar .sidebar-user h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}
#nav-bar .sidebar-user-outer {
  margin: auto;
  display: block !important;
  width: 100%;
  margin-bottom: 80px !important;
  transition: .1s;
}



/* ---------------------------------------------------
Login page
----------------------------------------------------- */
section#entrance {
  min-height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 0 60% !important;
  background: url(../images/entrance_bg.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
}

section#entrance .form-div {
  background-repeat: no-repeat;
  width: 100%;
  background-position: 0 60% !important;
  background: url(../images/form_bg.jpg);
  background-size: cover;
  padding: 58px 80px;
}

section#entrance .form-div h4 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.2px;
}
section#entrance .form-div button.btn.google-login,
section#entrance .form-div button.btn.facebook-login {
  width: 50%;
  font-family: system-ui;
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
  height: 38px;
}
section#entrance .form-div button.btn.google-login {
  background: #fff;
  color: #252525;
}
section#entrance .form-div button.btn.facebook-login {
  background-color: #3b5997;
  color: #fff;
}
section#entrance .form-div button.btn.google-login:hover {
  background-color: #eaeaea;
}
section#entrance .form-div button.btn.facebook-login:hover {
  background-color: #37538d;
}
section#entrance .form-div button.btn.facebook-login i.fa.fa-facebook {
  font-size: 14px;
}

section#entrance .form-div label {
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
}
section#entrance .form-div input.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 30px;
  padding: 0;
  color: #77c9be;
  font-family: system-ui;
  font-size: 14px;
}
section#entrance .form-div .form-control:focus {
  color: #ffffff;
  background-color: transparent;
  outline: 0;
  border-bottom: 1px solid #77c4b9 !important;
  box-shadow: none;
}
section#entrance .form-div a,
section#entrance .form-div p {
  color: #fff;
  letter-spacing: 0.6px;
}
section#entrance .form-div button.btn {
  border-radius: 0px;
  background-color: #76c9be;
  color: #fff;
  height: 45px;
}
section#entrance .form-div button.btn:hover {
  background-color: #000000;
}



/* ---------------------------------------------------
Dashboard
----------------------------------------------------- */
/* section .dashboard {
  background: #fff;
} */
#dashboard {
    background-image: url(../images/teal.png);
    background-size: contain;
    background-repeat: no-repeat;
}
section#dashboard h3 {
  color: #fff;
}
section#dashboard .main-div h5 {
  color: #76c9be;
}
section#dashboard .card {
  color: #fff;
  background: transparent;
}
section#dashboard .tipbox {
  padding: 25px;
  background: rgb(255 255 255 / 10%);
  border-radius: 15px;
  margin: 25px 0;
}
section#dashboard .tipbox p {
  font-weight: 300;
  letter-spacing: 0.05em;
}
section#dashboard .tipbox h4 {
  color: #77c9be;
}
section#dashboard .main-div p,
section#dashboard .main-div a {
  color: #fff;
  transition: padding 0.2s;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
}
section#dashboard .main-div .text a:hover {
  background: #77c9be;
  text-decoration: none;
  padding: 7px 15px;
}
section#dashboard .main-div {
  background-image: url(../images/main-div-bg.jpg);
  background-size: contain;
  padding: 40px;
  position: relative;
  margin-left: 7%;
}
section#dashboard .main-div.div-1,
section#dashboard .main-div.div-2,
section#dashboard .main-div.div-3,
section#dashboard .main-div.div-4,
section#dashboard .main-div.div-5,
section#dashboard .main-div.div-6 {
  margin-top: 30px;
}
section#dashboard .main-div .text {
  padding-left: 10%;
  position: relative;
}
section#dashboard .main-div .text::after {
  content: "";
  position: absolute;
  background: #76c9be;
  width: 100px;
  height: 100px;
  left: -78px;
  top: 4%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px;
}
section#dashboard .main-div.div-1 .text::after {
  background-image: url(../images/dashboard-icons/white/automated-digital-strategy.png);
}
section#dashboard .main-div.div-2 .text::after {
  background-image: url(../images/dashboard-icons/white/futurise-foundation.png);
}
section#dashboard .main-div.div-3 .text::after {
  background-image: url(../images/dashboard-icons/white/digital-advisory.png);
}
section#dashboard .main-div.div-4 .text::after {
  background-image: url(../images/dashboard-icons/white/tech-support.png);
}
section#dashboard .main-div.div-5 .text::after {
  background-image: url(../images/dashboard-icons/white/upcoming-webinars.png);
}
section#dashboard .main-div.div-6 .text::after {
  background-image: url(../images/dashboard-icons/white/monthly-expert-sessions.png);
}

section#dashboard .title-banner {
  min-height: 29vh;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 99% 60% !important;
  background: url(../images/title_banner.jpg);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
  color: #fff;
}



/* ---------------------------------------------------
Video Page CSS
----------------------------------------------------- */
section#video-page {
  font-family: "Roboto", sans-serif;
  background: #fff;
}
section#video-page span.complete-icon {
  font-size: 2em;
  color: #77c9be;
}
section#video-page .wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}
section#video-page .scroll-section::-webkit-scrollbar-track {
  background-color: #fff;
}
section#video-page .scroll-section::-webkit-scrollbar-thumb {
  background: #252f3a;
  border: 1px solid #252f3a;
  border-radius: 4px;
}
section#video-page .scroll-section {
  height: 100vh;
  overflow: hidden;
  /* overflow-y: scroll; */
}
section#video-page #sidebar {
  min-width: 415px;
  max-width: 415px;
  transition: all 0.3s;
  position: relative;
}
section#video-page #sidebar .toogle-btn.text-sidebar {
  position: absolute;
  right: 0;
  background-color: #123440;
  color: #fff;
  font-size: 22px;
  padding: 0px 10px;
  border-radius: 0;
}
section#video-page #sidebar.active {
  margin-right: -415px;
}

section#video-page #sidebar .sidebar-header {
  padding: 15px 16px 30px 16px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 0 60% !important;
  background: url(../images/form_bg.jpeg);
  background-size: cover;
}
section#video-page #sidebar .progress-section {
  padding-top: 15px;
}
section#video-page #sidebar .progress-section span {
  color: #fff;
  font-size: 14px;
}
section#video-page #sidebar .progress-section .progress {
  height: 10px;
  background-color: #76c9be;
  border-radius: 50px;
}
section#video-page #sidebar .progress-section .progress-bar {
  background-color: #fff;
}

section#video-page #sidebar .sidebar-header a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
section#video-page #sidebar .sidebar-header h4 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  letter-spacing: 1px;
  padding-top: 20px;
}
section#video-page #sidebar .sidebar-header p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

section#video-page #sidebar .module-item h5 {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px 0px 15px;
}
section#video-page #sidebar .module-section {
  border-right: 11px solid #e6e6e6;
}
section#video-page #sidebar .module-item p.lession-title {
  color: #000;
  font-weight: 300;
  font-size: 17px;
  display: flex;
  font-family: "Roboto", sans-serif;
}
section#video-page #sidebar .module-item .lession-heading p {
  margin: 0;
}
section#video-page #sidebar .module-item .lession-heading a:hover {
  text-decoration: none;
}
section#video-page #sidebar .module-item .lession-title:before {
  font-family: FontAwesome;
  content: "\f056";
  padding-right: 17px;
  color: #76c9be;
}
section#video-page #sidebar .module-item a.collapsed .lession-title:before {
  content: "\f055";
}

section#video-page #sidebar .lession .panel-body a {
  display: flex;
  color: #76c9be;
  font-size: 16px;
  font-weight: 300;
  padding: 8px 0px;
}
section#video-page #sidebar .lession .panel-body a:last-child {
  padding: 8px 0px 0px 0px !important;
}
section#video-page #sidebar .lession .panel-body a.selected {
  font-weight: 400;
}
section#video-page #sidebar .lession .panel-body a:hover {
  text-decoration: none;
}
section#video-page #sidebar .panel-body {
  margin-left: 32px;
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
}
section#video-page #sidebar .panel-body i.fa {
  line-height: 21px;
  padding-right: 7px;
}
section#video-page #sidebar .lession {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 15px;
}

#content {
  width: 100%;
  /* padding: 20px; */
  min-height: 100vh;
  transition: all 0.3s;
  position: relative;
}
#content button.toogle-btn.btn.text-sidebar {
  position: absolute;
  right: 0;
  z-index: 10;
  background-color: #77c9be;
  color: #fff;
  font-size: 22px;
  padding: 0 10px;
}
#content button.toogle-btn.btn.text-sidebar.right i.fa:before{
  content: "\f0a8";
}
#content .flex-grow-1.right-content {
  padding: 40px;
}

#content .bredcrumb {
  float: left;
  line-height: 40px !important;
}


#content button:focus {
  outline: 1px dotted;
  outline: none;
}
#content .topic-section {
  padding-bottom: 40px;
}
#content .topic-section h4.topic-name {
  font-family: "Playfair Display", serif;
  font-size: 28px;
}
#content .topic-section .bredcrumb a {
  color: #76c9be;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
#content .topic-section .bredcrumb span {
  font-size: 15px;
  font-weight: 400;
}
#content .topic-section .bredcrumb i.fa.fa-angle-right {
  padding: 0px 4px 0px 8px;
}
#content .topic-section button.btn {
  background: #77c9be;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 6px 25px;
}

#content .action-btn {
  padding: 25px 0px 0px 0px;
}
#content .action-btn a {
  color: #000;
  text-decoration: none;
}
#content .action-btn i.fa {
  font-size: 22px;
}
#content .action-btn img {
  width: 7px;
  margin-bottom: 2px;
}

/* ---------------------------------------------------
Course List
----------------------------------------------------- */
section#course_content {
  background: #fff;
}
section#course_content .panel-title:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f0aa";
  padding-right: 5px;
  color: #76c9be;
}
section#course_content a.collapsed .panel-title:before {
  float: right !important;
  content: "\f0ab";
  color: #fff;
}
section#course_content .panel-heading a:hover,
section#course_content .panel-heading a:active,
section#course_content .panel-heading a:focus {
  text-decoration: none;
}

section#course_content h2.content-main-topic {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #163f4d;
}

section#course_content .panel-heading {
  background-color: #082a36;
  padding: 20px;
}

section#course_content .lesson-box {
  margin-bottom: 20px;
  border: 1px solid #76c9be;
}

section#course_content span.lesson_topic {
  color: #76c9be;
  font-family: roboto;
  font-size: 18px;
  font-weight: 500;
}

section#course_content span.number-of-topics {
  color: #76c9be;
  font-family: roboto;
  font-size: 14px;
  font-weight: 400;
}

section#course_content span.persontage {
  color: #76c9be;
  font-family: roboto;
  font-size: 14px;
  font-weight: 600;
}

section#course_content span.number-of-steps {
  color: #76c9be;
  font-family: roboto;
  font-size: 14px;
  font-weight: 600;
}

section#course_content span.topic-break {
  font-size: 14px;
  font-weight: 600;
  color: #76c9be;
  font-family: roboto;
}

section#course_content h5.content-sub-topic {
  color: #163f4d;
  font-family: roboto;
  font-size: 18px;
  font-weight: 500;
}

section#course_content .course_sub_topic {
  font-family: roboto;
  font-size: 18px;
  font-weight: 400;
}

section#course_content h5.course_sub_topic {
  padding: 20px 20px 20px 20px;
  margin-bottom: 0px;
  color: #163f4d;
}

section#course_content h6.percentage-status {
  color: #163f4d;
  font-family: roboto;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}

section#course_content .progress-bar {
  background-color: #76c9be;
}

section#course_content .progress {
  height: 8px;
  border-radius: 0px;
  margin-bottom: 20px;
}

section#course_content .row.module {
  margin-bottom: 30px;
}

section#course_content i.fa.fa-circle-o.pr-3 {
  color: #ececec;
}

section#course_content i.fa.fa-circle-o.pr-3.after-complete {
  color: #76c9be;
}

/*Question form styles*/

.question-form {
  margin: 40px 0;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
  margin-top: 10px;
}
#msform input[type=checkbox]{
  margin: 0;
}
#msform .check-wrapper{
  margin: 10px 0;
}
#msform input.sub,
#msform textarea.sub {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
  margin-top: 10px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #76c9be;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #76c9be;
  font-weight: 600;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:disabled {
  opacity: 0.6;
  pointer-events: none;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #76c9be;
}

#msform .action-button-previous {
  width: 100px;
  background: #949494;
  font-weight: 600;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #949494;
}

/*headings*/
.fs-title {
  font-size: 16px;
  color: #2c3e50;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: left;
}
.fs-note{
  font-weight: bold;
  float: left;
  text-align: justify;
}
.fs-sub-question {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  margin-top: 10px;
  padding-left: 2px;
  text-align: left;
}
.fs-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 2em;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 13%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}
.blueprint li{
  width: 16% !important;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border-radius: 25px;
  margin: 0 auto 10px auto;
  font-weight: 600;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #76c9be;
  color: white;
}

/* Not relevant to this form */
.dme_link {
  margin-top: 30px;
  text-align: center;
}
.dme_link a {
  background: #fff;
  font-weight: bold;
  color: #76c9be;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
}

.dme_link a:hover,
.dme_link a:focus {
  background: #c5c5f1;
  text-decoration: none;
}

.main-h1 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  /* font-size: 36px; */
}

.question-form .fs-subtitle {
}
.navbar {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 700;
  color: #6d6d6d;
}
.modal-header,
.modal-content {
  border-radius: 0;
}
.modal button {
  width: 100px;
  background: #76c9be;
  font-weight: 600;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 0 auto;
  font-size: 12px;
}

.modal button:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.modal-header h5 {
  text-align: center;
  width: 100%;
}
.modal-body input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
  text-align: center;
}

section#entrance .form-div a {
  color: #76c9be;
}
section#entrance .form-div .login-success {
  color: #76c9be;
  font-weight: 400;
  margin: 15px 0;
  display: block;
}
.main-div {
  width: 80%;
}
.steps {
  width: 230px;
  color: #163f4d;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
section#support_content{
    background: #fff;
}
section#support_content h2.content-main-topic {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #163f4d;
}
section#support_content .panel-heading a:hover,
section#support_content .panel-heading a:active,
section#support_content .panel-heading a:focus {
  text-decoration: none;
}
section#support_content .panel-heading {
  background-color: #082a36;
  padding: 20px;
}
a.support_btn {
  color: #76c9be;
  font-weight: 500;
}
a.support_btn:hover {
  color: #082a36;
}
span.support_topic {
  font-size: 16px;
}
.ticket-status {
  color: #082a36;
  background: #fff;
  padding: 0 8px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
}
.ticket-date {
  color: #ffffff;
  font-family: roboto;
  font-size: 12px;
  font-weight: 400;
}
.support-box {
  margin-bottom: 20px;
  border: 1px solid #76c9be;
}
#ticket-form .btn-primary {
  color: #fff;
  background-color: #082a36;
  border-color: #123742;
  border-radius: 0;
  display: block;
}
span.ticket_title {
  color: #082a36;
  font-weight: 500;
}

/* CHAT */

.chat-container {
  position: relative;
  background: #fff;
}

.chat-container li.chat-left,
.chat-container li.chat-right {
  /* display: flex; */
  /* flex: 1; */
  /* flex-direction: row; */
  margin-bottom: 40px;
}

/* .chat-container li img {
width: 48px;
height: 48px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} */

.chat-container li .chat-avatar {
  margin-right: 20px;
  margin-bottom: 10px;
}

.chat-container li.chat-right {
  justify-content: flex-end;
}

.chat-container li.chat-right > .chat-avatar {
  /* margin-left: 20px; */
  margin-right: 0;
}

.chat-container li .chat-name {
  font-size: 1rem;
  color: #080808;
  text-align: center;
  letter-spacing: 0.01em;
}

.chat-container li .chat-text {
  padding: .4rem 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 300;
  line-height: 150%;
  position: relative;
  width: 100%;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  color: #000;
}
.chat-container li .chat-text.customer{
  background: #fffdf8;
}

/* .chat-container li .chat-text:before { */
/* content: '';
position: absolute;
width: 0;
height: 0;
top: 10px;
left: -20px;
border: 10px solid;
border-color: transparent #ffffff transparent transparent; */
/* } */

.chat-container li.chat-right > .chat-text {
  /* text-align: right; */
}

.chat-container li.chat-right > .chat-text:before {
  right: -20px;
  border-color: transparent transparent transparent #ffffff;
  left: inherit;
}

@media (max-width: 767px) {
  .chat-container li.chat-left,
  .chat-container li.chat-right {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .chat-container li img {
    width: 32px;
    height: 32px;
  }
  .chat-container li.chat-left .chat-avatar {
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
  }
  .chat-container li.chat-left .chat-name {
    margin-left: 5px;
  }
  .chat-container li.chat-right .chat-avatar {
    order: -1;
    margin: 0 0 5px 0;
    align-items: center;
    display: flex;
    justify-content: right;
    flex-direction: row-reverse;
  }
  .chat-container li.chat-right .chat-name {
    margin-right: 5px;
  }
  .chat-container li .chat-text {
    font-size: .8rem;
  }
}

.chat-form {
  padding: 15px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-top: 1px solid white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card {
  border: 0;
  background: #f4f5fb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 2rem;
  box-shadow: none;
}
.chat-avatar img, .chat-avatar .user-detail {
  display: inline-block;
}
.user-detail {
  margin-left: 5px;
}
.message-time {
  margin-left: 5px;
  color: #9e9e9e;
  font-size: .85rem;
}
.user-detail div {
  display: inline-block;
}
.notification {
  color: #76c9be;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}
li.notification span {
  display: block;
  background: red;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -3px;
  right: -8px;
}
.modal-content{
  background-color: #082a36;
}
.modal-title {
  color: #fff;
  letter-spacing: 0.03em;
}
.modal-body p {
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
}

.iframe-item {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  margin: 10px;
}
.iframe-item iframe {
  width: 90%;
  height: 342px;
  margin: 0 auto;
  display: block;
}
.iframe-item h2 {
  color: #082a36;
  margin: 0 0 20px;
}
a.support_btn.btn.btn-success {
  background: #76c9be;
  border: 1px solid #76c9be;
  color: #fff;
}
a.support_btn.btn.btn-success:hover {
  background: #082a36;
  border: 1px solid #082a36;
}
.list-details {
  text-align: left;
}
.list-details ul li {
  list-style: disc;
}
.card {
  margin-top: 10px;
}
.card-header {
  padding: 0;
}
#header .user-dropdown span.level i {
  position: absolute;
  top: -6px;
  border-radius: 50%;
  font-size: 20px;
  right: -4px;
}
.level i.first{
  color: #c3c3c3;
}
.level i.second{
  color: #78c9be !important;
}
.level i.third{
  color: #ffeb00 !important;
}
.customer-level {
  color: #fff;
}
.customer-level .btn{
    margin-left: 15px;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 12px;
    background: #79c9be;
    border: 0;
}
section#payment .card {
  color: #fff;
  background: transparent;
}
section#payment .payment-plan {
  padding: 25px;
  background: rgb(255 255 255 / 10%);
  border-radius: 15px;
  margin: 25px 0;
}
#payment .level i {
  font-size: 76px;
  margin: 0 0 20px;
}
#payment h1 {
  color: #7ac9be;
  margin: 30px 0;
}
#payment .package-details ul {
  margin: 30px 0;
}
#payment .package-details ul li {
  line-height: 2em;
}
.tips-modal h4{
  color: #fff;
  text-align: center;
}
.tips-modal .btn-link{
  background: none;
  color: #78c9be;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.tips-modal .btn-link:hover, .btn-link.focus, .btn-link:focus{
  color: #fff;
  text-decoration: none;
}
.tips-modal .slide{
  display: none;
}
.tips-modal .slide.active{
  display: block;
}