/* Custom css to make header z-index 999 to prevent content from overlapping it on mobile devices */

body,a,body .btn, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Oxygen", serif !important;
}

body .editorSection h2 {
  font-family: "Oxygen", serif !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  font-size: 28px;
}

body h1 strong, body h2 strong, body h3 strong, body h4 strong, body h5 strong, body h6 strong {
  font-weight: 600 !important;
}

#content .editorSection h2,#content .editorSection h4,.make-title-same h1, .make-title-same h3, #meetCoach h5 #meetCoach li.list-group-item, #comment_rows,#content blockquote{
  font-family: "Oxygen", sans-serif !important;
}

a {
  color: #e9ae49;
}

a:hover {
  color: #e3a131;
}

.form-control:focus {
  box-shadow: 0 0 5px 0.15rem rgba(211, 176, 101, 0.35);
}

.notifications-mobile {
  display: inline-flex;
  position: absolute;
  right: 90px;
  top: 0;
  height: 70px;
  align-items: center;
}
.notifications-mobile a {
  font-size: 17px;
}
.notifications .badge, .notifications-mobile .badge {
  padding: 0.1em 0.4em 0.2em;
  font-size: 55%;
  position: relative;
  top: -10px;
  left: -6px;
}
#toggle-menu span.drop-icon {
  justify-content: center;
}

@media(max-width:999px) {
    .make-header-z-index-999 {
        z-index: 999;
    }
    .mobile-submenu .submenu-head {
        padding: 10px 12px 20px;
    }
    body header nav ul.main-menu .sub-menu {
        padding: 0 !important;
    }
  .notifications {
    display: none;
  }
}

@media (min-width: 1000px) {
  #menu .main-menu .sub-menu li a {
    white-space: normal !important;
    text-align: left;
  }
  #menu .main-menu .ebp-sub-menu.sub-menu li:first-child::before,
  #menu .main-menu .levelled-sub-menu.sub-menu li:first-child::before {
    content: none;
  }
  #menu .main-menu .ebp-sub-menu.sub-menu.trainingList,
  #menu .main-menu .levelled-sub-menu.sub-menu.trainingList {
    margin-left: 0;
  }
  #menu .main-menu .ebp-sub-menu.sub-menu li a,
  #menu .main-menu .levelled-sub-menu.sub-menu li a {
    color: #15223e;
    opacity: 0.7;
  }

  #menu .main-menu .ebp-sub-menu.sub-menu li:hover a,
  #menu .main-menu .levelled-sub-menu.sub-menu li:hover a {
    color: #fff;
    opacity: 1;
  }

  .notifications-mobile {
    display: none;
  }
}

@media (max-width: 999px) {
  body header nav ul.main-menu .ebp-sub-menu.sub-menu {
    background-color: #f3f3f3;
  }
  body header nav ul.main-menu .levelled-sub-menu.sub-menu {
    background-color: #1e1e1e !important;
  }
  body header nav ul.main-menu .levelled-sub-menu a {
    color: #E9AE49 !important;
  }
   .sub-menu li a .ebp-drop-icon.drop-icon,
   .sub-menu li a .menu-drop-icon.drop-icon {
    background: transparent;
    text-align: right;
    font-size: 1.8rem;
    color: #000;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
  }
}


@media only screen and (max-width: 1200px) and (min-width: 320px) {
#content {
    overflow: hidden;
}
#content.overflow-visible {
  overflow: visible;
}
}

label.label-lg {
    font-size: 14px;
}

html, body {
   height: 100%;
   width: 100%;
   min-height: 100%;
   background: #F4F3EF !important;
 }

#footer {
    width: 100%;
    /* position: absolute; */
}

@media (min-width: 961px) {
#footer .wrap .top .social {
  align-items: flex-start;
  padding-left: 4rem;
}
}

/* Css to make Header align with the sidebar as specified in the client QA sheet */

@media (max-width: 1200px) {
  header #logo a {
    /* margin-left: 20px; */
  }
}

header #logo a {
  background: url(../assets/images/logo.svg) left center no-repeat;
  background-size: auto 100%;
}

#wrapper {
  max-width: 1170px;
}

#wrapper .sidebar {
  min-width: 240px;
  max-width: 240px;
}

#wrapper #content {
  overflow-x: auto;
}

#wrapper .sidebar .sublist li a.is-active {
  padding: 5px 10px 5px 10px;
  background-size: 120% auto !important;
  background-position: right;
}

#wrapper .sidebar ul li.is-active span a {
  color: #e9ae49;
  /* box-shadow: inset 2px 0 0 #e9ae49, -5px 2px 7px 0 rgba(0,0,0,.07); */
}

#wrapper .sidebar .has-dropdown ul li span a {
      color: #000000;
      background: transparent;
}

#wrapper .sidebar .has-dropdown ul li.is-active span a {
  color: #e9ae49;
  box-shadow: inset 2px 0 0 #e9ae49, -5px 2px 7px 0 rgba(0,0,0,.07);
}

#wrapper .sidebar .sublist {
  margin-top: 15px;
}

#wrapper #bottom {
  margin-top: 10px;
}

/* Custom scrollbar */
/* width */
#wrapper #content ::-webkit-scrollbar {
  width: 2px;
  height: 7px;
}

/* Track */
#wrapper #content ::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  /* border: 1px solid #d1d1d1; */
  box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
  border-radius: 10px;
}

/* Handle */
#wrapper #content ::-webkit-scrollbar-thumb {
  background: #e9ae49;
  border-radius: 10px;
}

/* Css to make breadcrumbs boxed. */


#wrapper #content #top {
  background: transparent;
  margin-top: 10px;
  border-radius: 2px;
  min-height: 45px;
}

@media (max-width: 999px) {
  body #wrapper #content #top .left {
    display: block;
  }
  body #wrapper #content #top .right {
    width: 100%;
    align-items: center;
  }
  #wrapper #content #top {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Overriding line height for footer for device width < 418px. */

#footer .fab {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0;
}

a.text-dark:focus, a.text-dark:hover {
  color: #fff !important;
}

@media(max-width:418px) {
    #footer ul li a {
        line-height: normal;
    }
}

/* Changed Side Menu Content to "Side Menu" instead of "Menu" */

.mm-spn.mm-spn--navbar:before {
  margin-top: 14px;
}

.mm-spn.mm-spn--navbar:after {
  content: "Side Menu";
  font-weight: bold;
  top: 14px;
  /* Vertically aligned the Side Menu text */
}

#menu .main-menu .sub-menu li a {
  font-family: "Oxygen", sans-serif !important;
}

@media (min-width: 1000px) {
  #menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1000px) {
  header #logo a {
    margin-left: 15px;
  }
}

/* ---------------------- Custom css for /training/ ---------------------- */
#wrapper .sidebar .topLogo img {
  max-height: 135px;
}
#wrapper #courseHeader .flexrow .right .btn {
  border: 1px solid rgba(255, 255, 255, 0.55);
}


.gravatar img {
  max-width: unset !important;
  width: auto !important;
}

#stepnav #steps li a {
  color: #6d6d6d;
  font-size: 0.9rem;
  font-family: "Oxygen", sans-serif !important;
}

#stepnav #steps li.is-active a {
    color: #e9ae49 !important;
}

#attach_image {
  cursor: pointer;
}
#add_youtube_video {
  cursor: pointer;
}

#add_youtube_video .is-gray:hover, #add_youtube_video .is-gray:focus {
  background: transparent;
  border-color: transparent;
}

#comment_rows .cus-comment-row {
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
}

#comment_rows .cus-comment-row .cus-posted-by {
  font-size: 1.1rem;
}

div#comment_rows .card {
    font-size: 14px;
}

#comment_rows .posted-at,
#comment_rows .commet-row-label {
  font-size: 13px;
}

#wrapper .sidebar .is-toggled {
  padding: 15px 15px 1px 30px;
}

#frm-comment .btn.btn-lg {
  color: #fff;
  background-color: #E9AE49;
  border-color: #e49a1c;
  transition: all 0.3s;
}

#frm-comment .btn.btn-lg:hover {
  background-color: #dda13a;
  border-color: #dda13a;
}

.entre-coaching-section h6,
.one-section h6 {
  font-size: 1.25rem;
}

#wrapper .sidebar ul li span a {
  padding: 19px 33px 17px 25px !important;
}
#wrapper .sidebar ul li span a::after {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

#wrapper .sidebar .sublist li a.is-active {
  background: none;
  position: relative;
  background: #e9ae49;
}

#wrapper .sidebar .sublist li a.is-active i.fa-check.green {
  color: #fff !important;
}

#wrapper .sidebar .sublist li a i.fa-check.green {
  color:#86cd67 !important;
}

#wrapper .sidebar .is-toggled {
  padding: 15px 15px 1px 30px;
}

a#uncompleteStep.btn,
button#nextStep.btn {
  font-size: 15px;
}

a#uncompleteStep.btn.disabled,
a#uncompleteStep.btn:disabled {
  color: #8b8b8b;
}


.conatiner #content blockquote {
  border-left: 0 !important;
}

@media (max-width: 575px) {
  #wrapper #courseHeader {
    /* padding-left: 0; */
    padding: 10px 0;
  }
}

/* Fixed Header for training/advisor/index.php */

h1.heading1 {
  text-align: center;
}

/* ---------------------- Custom css for /training/steps/index.php ---------------------- */

/* To make all buttons color same. Some use bootstrap success button class and some are using btn-green */

/* a.btn.btn-green { */

header {
  display: flex !important;
}

#menu .main-menu > li > a, .btn.btn-lg.load-more-comment_btn {
  font-family: "Oxygen", sans-serif;
}

.fa-commenting:before {
  content: "\f27a";
}

.btn-green-custom {
  background-image: none;
  background-color: #00c721;
  color: #fff;
}

.trainingLocked .top {
  font-family: "Oxygen", sans-serif;
  margin-bottom: 1rem;
  max-height: inherit !important;
}

.trainingLocked .top .right {
  flex-direction: column;
}

.trainingLocked .top .right .locked {
  font-weight: 500;
}

@media (max-width: 600px) {
  .trainingLocked .top {
    flex-direction: column;
    max-height: unset;
  }
  .trainingLocked .top .left {
    display: none;
  }
}

#resetQuiz {
  justify-content: center;
  border-color: grey;
}
#StartQuiz {
  justify-content: center;
}

.answer_label {
  white-space: normal;
  margin-left: 10px !important;
  font-size: 13px;
}

@media only screen and (max-width: 960px) and (min-width: 320px) {
  .quiz-model .modal-card {
    padding: 10px;
    width: 90% !important;
  }
}

#wrapper #content #top .right ul li a {
  line-height: 1.2;
}

@media (max-width: 999px) {
  body #wrapper #content #top .right ul li a {
    line-height: 1.2;
  }
}

/* Global Modal Style */

.modal.is-active {
  display: flex;
}

.modal.show {
  display: flex !important;
  padding-right: 0 !important;
}

#exampleModal.modal.show {
  display: block !important;
}

#exampleModal .modal-content {
  width: auto;
}

#exampleModal.modal .modal-header {
  background: #fff;
}

@media (min-width: 576px) {
  #exampleModal .modal-dialog {
    max-width: 800px;
  }
}

@media (max-width: 400px) {
  #exampleModal.modal .modal-body {
    padding: 20px 0;
  }
}

.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  position: fixed;
}

.modal-background {
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
}

@media screen and (min-width: 769px), print {
  .modal-content, .modal-card {
      margin: 0 auto;
  }
}

.modal-card {
    margin-top: 6vh;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
}

.modal-card-head, .modal-card-foot {
    align-items: center;
    background-color: whitesmoke;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
}

.modal-card-head {
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media (max-width:480px) {
  .modal-card-head {
    padding: 20px 10px !important;
  }

}

.modal-card-title {
    font-family: 'Oxygen', sans-serif !important;
    font-weight: 500 !important;
    color: #363636;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content, .modal-card {
    width: 880px;
}

.delete {
    outline: none;
    user-select: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1rem;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px;
}

.delete:before, .delete:after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}

.delete:before {
    height: 2px;
    width: 50%;
}

.delete:after {
    height: 50%;
    width: 2px;
}

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: white;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px;
}

.load_more_section {
  margin-bottom: 20px;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 0;
}

.ButtonMainIconArrow:before {
    font-family: 'Font Awesome 5 Free';
}

.button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top;
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-left: 0.75em;
    padding-right: 0.75em;
    text-align: center;
    white-space: nowrap;
}

.modal-card-foot {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #dbdbdb;
}

.button.is-success {
    /* background-color: #6aab2a; */
    border-color: transparent;
    color: #fff;
}

.btn.btn-lg.previos-btn,
.btn.btn-lg.next-btn,
.btn.btn-lg.close-btn {
  height: auto;
}

@media only screen and (max-width: 960px) and (min-width: 320px) {
  .modal-background {
    position: relative !important;
  }
  .modal-content, .modal-card {
    max-width: 880px;
    width: 100% !important;
    margin: 0;
    padding: 20px;
  }
}

@media only screen and (max-width: 960px) and (min-width: 481px) {
  #footer .wrap .top .quick-access-list {
    grid-area: access;
  }
  #footer .wrap .top .products-list {
    grid-area: products;
  }
  #footer .wrap .top .blog-posts {
    grid-area: blog;
  }
  #footer .wrap .top .social {
    grid-area: social;
  }

  #footer .wrap .top {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "access products"
    "blog blog"
    "social social";
    grid-row-gap: 40px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}

@media (max-width: 480px) {
  #footer .wrap .top {
    grid-template-rows: 1fr 1fr 1.4fr 1fr;
  }
}

@media (max-width: 400px) {
  #footer .wrap .top {
    grid-template-rows: 1fr 1fr 1.6fr 1fr;
  }
}

@media (max-width: 360px) {
  #footer .wrap .top {
    grid-template-rows: 1fr 1fr 1.8fr 1fr;
  }
}


@media (max-width: 600px) {
  .modal-card-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .modal-card-title {
    font-size: 1.2rem;
  }
}

/* Advisor Contact Popup */
.modal.advisor-info-model label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 5px;
}

.prof-info {
    display: flex;
    align-items: center;
    margin-bottom: 0.7em;
}

.prof-info label {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.prof-info-text {
  margin-bottom: 0;
  font-size: 14px !important;
  margin-left: 0 !important;
}

@media (max-width: 480px) {
  .prof-info-text {
      font-size: 9px !important;
  }
  .prof-info label {
    font-size: 0.6rem;
  }
  .init-steps {
    margin-top: 0px;
    padding: 5px 0;
  }
  .ButtonMainHead {
    font-size: 22px;
    line-height: 35px;
  }
}

.entre-other h5 {
  text-align: center;
  font-size: 1.5rem;
}

/* Step Completion popup */
.finish_the_lesson {
    font-size: 26px;
    background-color: #00C721 !important;
    line-height: 1 !important;
    margin: 0px !important;
}

#finish_immediatedly {
    font-size: 16px;
    border: none;
    outline: none;
    color: #777;
    background: transparent;
    cursor: pointer;
    margin-top: 15px;
    line-height: 1;
}

h3.remaining_in_video {
  font-size: 21px;
  font-weight: 400 !important;
  margin-bottom: 0;
}

@media screen and (max-width: 624px) {
  h3.remaining_in_video {
      font-size: 17px;
      text-align: center;
  }
  .finish_the_lesson {
      max-width: 100%;
      font-size: 16px;
  }
  #finish_immediatedly {
      font-size: 12px;
  }
}

i.fab.fa-skype {
  color: #212529;
}

.make-text-centered {
  text-align: center;
}

.modal-fit-n-scroll {
  height: 80vh;
  overflow-y: scroll;
}

button.advisor-modal-custom-delete {
  background: none;
  border: none;
  margin-left: auto;
  color: #fff;
  opacity: 1;
}

button.advisor-modal-custom-delete > i {
  color: #fff !important;
  font-size: 1.5em;
}

#advisor_popup .modal-card-body .column.inner-page-wrap {
  max-width: initial !important;
}

@media (max-width: 400px) {
  #wrapper .courseOverview .courseSidebar .instructor .avatar img {
    width: 50px;
  }
}

@media (max-width: 800px) {
  .row > div.complete {
    padding-right: 0px !important;
  }
}

/* Make the course number hidden in mobile devices */
@media (max-width: 600px) {
  body #wrapper .courseOverview .courseList .course .top a p {
    display: none;
  }
}

/* To make info icon bigger on the right sidebar */
@media (max-width: 768px) {
  span.mbri-info {
    font-size: 32px;
    color: #dcb900;
  }
}

@media (min-width: 769px) {
  span.mbri-info {
    font-size: 64px;
    color: #dcb900;
  }
}

div.has-text-centered.ico-wrap {
  text-align: center;
}

#meetCoach .card-body img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 130px;
  max-height: 130px;
  margin: 0 auto;
  border: 10px solid #f4f2f3;
}

.MultilineButton.open_advisor_popup>span.ButtonMainHead {
    color: #fff;
    font-weight: 400;
}
a.MultilineButton {
  cursor: pointer;
}

/* ---------------------- Custom css  for my-account/profile-image.php ---------------------- */

#custom_profile_img .nav-tabs > li.active > a, #custom_profile_img .nav-tabs > li.active > a:hover, #custom_profile_img .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #e9ae49;
  border: 1px solid #e9ae49;
}

#custom_profile_img .nav-tabs .nav-link {
  color: #191919;
  font-size: 14px;
  border: 1px solid #dfdfdf;
  margin-right: 0;
}

#custom_profile_img .nav-tabs .nav-link:hover {
  background-color: transparent;
}

@media (max-width: 768px) {
  #gravatar_img_tab .row {
    width: 100% !important;
  }
  .upload-picture-row.row {
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .max-width-100 {
    max-width: 100%;
  }
}

/* ---------------------- Custom css  for my-account/payment-card.php ---------------------- */
.payment-card-section hr {
  margin-left: 0 !important;
}

.payment-card-section select {
  width: 100%;
  height: 40px;
  border: 1px solid #E6E6E6 !important;
}

.payment-card-section .btn.btn-lg {
  padding: 10px 20px;
  line-height: 1.5;
  border-radius: 2px;
  font-weight: bold;
  font-size: 13px;
  color: #8B8B8B !important;
  background-color: #F7F7F7;
  letter-spacing: 0.31px;
  border: 1px solid #e6e6e6;
}

.payment-card-section .btn.btn-lg:hover {
  color: #fff !important;
  background-color: #E9AE49;
  border-color: #e49a1c;
}

span.qtippopup {
    /* margin-right: 10px; */
}

/* iPhone 5 Retina regardless of IOS version */
@media (max-device-height : 700px)
   and (max-device-width : 400px)
   and (-webkit-min-device-pixel-ratio: 2) {
    .bottomMenu #courseAccordion {
      max-height: 27rem !important;
      overflow: auto;
    }
}
/* mobile landscape scroll  */
@media (max-device-height : 400px)
   and (max-device-width : 700px)
   and (-webkit-min-device-pixel-ratio: 2) {
    .bottomMenu #courseAccordion {
      max-height: 280px !important;
      overflow: auto;
    }
}
/* for mi testing */
@media (max-device-height : 900px)
   and (max-device-width : 400px)
   and (-webkit-min-device-pixel-ratio: 2) {
    .bottomMenu #courseAccordion {
      max-height: 280px!important;
      overflow: auto;
    }
}
/* landscape */
@media (max-device-height : 400px)
   and (max-device-width : 900px)
   and (-webkit-min-device-pixel-ratio: 2) {
    .bottomMenu #courseAccordion {
      max-height: 280px !important;
      overflow: auto;
    }
}
/* iphone x mobile  scroll  */
@media (max-device-height : 900px)
   and (max-device-width : 400px)
   and (-webkit-min-device-pixel-ratio: 2) {
    .bottomMenu #courseAccordion {
      max-height: 285px!important;
      overflow: auto;
    }
}


/* iphone x mobile landscape scroll  */
@media (max-device-height : 375px)
   and (max-device-width : 667px)
   and (-webkit-min-device-pixel-ratio: 2) {
    .bottomMenu #courseAccordion {
      max-height: 280px!important;
      overflow: auto;
    }
}


/* iphone x mobile landscape scroll  */
@media (device-height : 375px)
   and (device-width : 812px)
   and (-webkit-min-device-pixel-ratio: 2) {
    .bottomMenu #courseAccordion {
      max-height: 280px!important;
      overflow: auto;
    }
}


@media only screen and (max-width: 1000px) {
  #courseAccordion .btn.collapsed .ebp-instructor-img {
    display: none;
  }
}

/* Applying custom css to override min-width : 150px set on the current pro image */
@media (min-width: 1000px) and (max-width: 1060px) {
  #upload_img_tab img.current_pro_img {
    max-width: 100%;
    min-width: auto;
    height: auto;
  }
}

.toggle-menu-label-pb-0 {
  padding-bottom: 0;
}

nav#menu .main-menu-max-height-auto {
  min-height: auto;
  height: auto;
}

/* ---------------------- Custom css for affiliates/promote/pixels.php ---------------------- */

#wrapper .sidebar .has-dropdown,
#wrapper .sidebar .has-dropdown span {
  background-color: transparent !important;
}
#wrapper .sidebar .has-dropdown.is-active {
  background: #fff !important;
}

#funnels .url-wrap {
  background: transparent;
  padding: 1.5rem 0;
}

#funnels .url-wrap .control {
  max-width: 100% !important;
}

#funnels .fake-input {
  height: 36px !important;
  font-size: 13px !important;
}

.btn.btn-lg.copybtn {
  line-height: 1.47;
}

@media (min-width: 576px) {
  #addNewDomain .modal-dialog {
    width: 100%;
  }
}

@media (min-width: 961px) {
  #addNewDomain .modal-dialog {
    max-width: unset;
  }
}

@media (max-width: 480px) {
  #funnels .url-wrap .control {
    flex-direction: column;
  }
  #funnels .url-wrap .control .fake-input {
    margin-bottom: 10px;
    border-right: 1px solid #E6E6E6;
  }
}

/* ---------------------- Custom css for affiliates/promote/linktracker.php ---------------------- */
@media (max-width: 600px) {
  .make-fullWidth {
    width: 100%;
  }
  .flex-change-mobile {
    flex-direction: column;
  }
}

.make-bg-transparent {
  background-color: transparent;
}

.courseHeader .instructorName,
.courseHeader .instructorName strong {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
}

/* ---------------------- Custom css for affiliates/income/income.php page ---------------------- */
#commissions .commissionListTop {
  margin-top: 1rem !important;
}
#commissionsList h5 i.icofont,
#leadList h5 i.icofont {
  display: none;
}

@media (max-width: 360px) {
  /* Also applied inside includes_my/pagination_nav_bs.php */
  .make-bottom-responsive .left .dropdown {
    max-width: 100px !important;
  }
  .make-bottom-responsive .left .dropdown button.dropdown-toggle {
    max-width: 90px !important;
  }
}

#commissions .commissionListTop ul li{
  font-family: "Oxygen",sans-serif !important;
}

@media (max-width: 480px) {
  .dataRange input {
    font-size: 12px;
  }
  #commissions .commissionListTop ul li {
    padding: 0 20px 0 20px;
  }
}

@media (max-width: 360px) {
  #commissions .commissionListTop ul li {
    padding: 10px;
  }
}

@media (max-width: 496px) and (min-width: 361px) {
  /* Also applied inside includes_my/pagination_nav_bs.php */
  .make-bottom-responsive .left .dropdown {
    max-width: 150px !important;
  }
  .make-bottom-responsive .left .dropdown button.dropdown-toggle {
    max-width: 120px !important;
  }
}

/* ---------------------- Custom css for partners/team/leads.php  ---------------------- */
#leadList table {
  margin-bottom: 1.5rem;
}

/* ---------------------- Custom css for affiliates/income/payments.php  ---------------------- */
#payments .paymentsListTop ul li {
  font-family: "Oxygen",sans-serif !important;
}
.make-payments-table-responsive .table-responsive table tr th:nth-child(1) {
  /* Setting width for table defined in affiliates/income/payouts_bs.php */
  width: 30%;
}

.make-payments-table-responsive .table-responsive table tr th:nth-child(2) {
  /* Setting width for table defined in affiliates/income/payouts_bs.php */
  width: 30%;
}

.make-payments-table-responsive .table-responsive table tr th:nth-child(3) {
  /* Setting width for table defined in affiliates/income/payouts_bs.php */
  width: 40%;
}

#meetCoach form input {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 858px) {
  .make-payment-form-responive-768 {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  #payoutsList #submitTax.make-payment-form-responive-768 {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  .make-payment-form-responive-768 label {
    justify-content: flex-start;
  }
}

@media (max-width: 866px) {
  .make-payment-form-responive-768 .btn {
    margin-left: 0 !important;
  }
}
@media (max-width: 858px) {
  #payoutsList #submitTax .make-payment-form-responive-768 .btn {
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .row {
    width: auto !important;
  }
  .row .col-md-4 {
    padding-right: 35px;
  }
  .table-res-wrap {
    border: 0;
    overflow: auto;
  }
  #payoutsList #submitTax .status .btn {
    width: 95%;
  }
}

@media (max-width: 576px) {
  #payoutsList #submitTax .status .btn {
    width: 100%;
  }
  .make-payment-form-responive-768 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
  }
  .make-payment-form-responive-768 .btn.payment-save-btn {
    width: 110px;
  }
  #payoutsList #submitTax.make-payment-form-responive-768
    .btn.payment-update-btn {
    width: 100px;
  }
  .make-payment-form-responive-768 .payoutdropdown {
    width: 100% !important;
  }
}

@media (max-width: 412px) {
  #payoutsList #submitTax .status {
    margin-right: 0 !important;
  }
}

/* ---------------------- Custom css for affiliates/promote/page-view.php ---------------------- */
.make-comments-image-circled {
  border-radius: 50% !important;
}

/* ---------------------- Custom css to make footer display near bottom. When content is not there, it gets pulled up. ---------------------- */

.make-footer-stick-to-bottom {
  min-height: calc(100% - 350px);
}

.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 20px);
}

/* Make comment form comment btn shift to right of comment field */

@media (max-width: 600px) {
  .make-comment-form-display-grid {
    grid-template-columns: 1fr;
  }
}

.make-comment-form-display-grid {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: 30px auto;
}

.make-comment-input-row-grid-start-1 {
  grid-column-start: 1;
  grid-column-end: 2;
}

.make-comment-form-display-grid .m-tl-10 {
  margin-top: 10px;
  margin-left: 10px;
}

/* ---------------------- Custom css for affiliates/promote/ad-links.php ----------------------*/

.ad-links-tab a.nav-link {
  font-size: 14px;
  background-color: #ffffff !important;
  border: 1px solid #dfdfdf;
  color: #515151;
}

.ad-links-tab a.nav-link.active {
  background-color: #e9ae49 !important;
  color: #fff;
}

/* ---------------------- Custom css for my/welcome.php page ----------------------] */
@media (min-width: 999px) {
  .welcome-row {
    width: auto !important;
  }
}

@media (max-width: 1000px) {
  a.make-display-block-1000px {
    display: block;
    max-width: 300px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .welcome-row.row,
  .welcome-row .row {
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .modal-body .videoWrapper a.btn {
    white-space: normal;
  }

  .modal-body .videoWrapper a.btn.social-btn {
    white-space: pre;
  }
}

@media (max-width: 1200px) and (orientation: landscape) {
  #entreNationStoreBanner .logo {
    justify-content: flex-start;
    min-width: auto;
  }
  #storeBannerlist li {
    min-width: 80px;
  }
}

.btn.btn-lg.custom-btn a {
  color: #888888;
}

.btn.btn-lg.custom-btn a:hover {
  color: #fff;
}

.btn.btn-lg {
  cursor: pointer;
}

@media(max-width:468px){
  .btn.btn-lg {
    white-space: normal;
  }
}

.btn-secondary:hover {
  color: #fff !important;
}

.custom-mps-img .elIMG {
  max-width: 100%;
  height: auto;
}
/* Custom css for blueprint */
  .blueprint-btn .btn-lg,
  .btn.btn-lg.btn-green {
    white-space: normal;
    color: #fff !important;
    background: #00C721 !important;
    border-color: #00C721 !important;
    letter-spacing: 0.31px;
}

.blueprint-btn .btn-lg:hover,
.btn.btn-lg.btn-green:hover {
  color: #fff !important;
  background-color: #E9AE49 !important;
  border-color: #e49a1c !important;
}

/* Custom css for community/facebook-groups.php */

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

.make-display-flex-column-jc-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.make-display-flex-column-jc-center h6 {
    min-height: 4rem;
    line-height: 1.4;
}
.fb-single-box {
  background:#fff;
  box-shadow: 0 0 10px 1px #d9d9d9;
  margin-bottom: 10px;
}

.white-space-normal {
  white-space: normal !important;
}

@media only screen and (max-width: 1000px) {
    body .courseOverview .courseSidebar {
          display: none;
      }
      body .courseOverview .courseSidebar.ebp-sidebar {
            display: none;
        }
      body .courseMain #content {
        overflow: auto;
      }
    }

    @media only screen and (max-width: 999px) {
      body #allCourses {
          margin: 10px auto 0 auto;
      }
    }

  body #wrapper #content #top .right {
          display: none;
  }
  @media (max-width: 860px) {
      #entreNationStoreBanner .btn-wrap a {
        justify-content: center;
    }
  }

@media (max-width: 998px) {
  p.make-hidden-998 {
    display: none !important;
  }
}

#wrapper .courseOverview .courseSidebar .instructor .name,
#wrapper .courseOverview .courseSidebar .instructor .about {
  font-family: "Oxygen", sans-serif !important;
}

.courseHeader.millionaireAccelerator img {
  min-height: 100px;
}
/* Made table respnive for my-account/orders.php page. Table code in functions_table.php -> line 2253 */

@media (max-width: 386px) {
  table.make-table-responsive {
    font-size: 12px;
  }
}

.fs-13 {
  font-size: 13px;
}

body .pushcrew-side-button div {
  margin-right: 0 !important;
  padding: 0 1rem;
}

.fake-input {
  font-size: 11px !important;
  height: 3.5em !important;
}

/* Timer Banner */
#CountdownENTREDigitalBundle {
        position: fixed;
        z-index: 2147484000 !important;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: rgb(212,43,43);
        background: linear-gradient(0deg, rgba(212,43,43,1) 0%, rgba(227,60,60,1) 100%);
        box-shadow: 0 13px 40px 20px rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        min-height: 120px;
        justify-content: center; }
    #CountdownENTREDigitalBundle .wrap {
        display: grid;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1150px;
        grid-template-columns: 5fr 2fr 3fr;
        grid-template-rows: 1fr;
        z-index: 2147483700;
        width: 100%; }
    #CountdownENTREDigitalBundle .wrap .headline {
        color: #fff;
        font-size: 20px;
        display: inline-block;
        text-align: right;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        padding-right: 15px;
        font-weight: bold;
        line-height: 24px;
        align-items: center;
        align-self: center;
    }
    #CountdownENTREDigitalBundle .wrap .headline strong {
        color: lightyellow; }
    #CountdownENTREDigitalBundle .wrap .ctaWrap {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0; }
    #CountdownENTREDigitalBundle .wrap .ctaWrap a {
        background-image: linear-gradient(180deg, #6BC25A 0%, #6AC259 100%);
        border-radius: 3px;
        color: #fff;
        transition: all 80ms linear 1ms;
        margin: 0 10px;
        font-size: 15px;
        padding: 10px !important;
        font-weight: bold !important;
        line-height: 38px;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        Font-family: Helvetica, Arial !important;
    }

    #CountdownENTREDigitalBundle .wrap .ctaWrap a:hover {
        background-image: linear-gradient(180deg, #96D27C 0%, #6BC25A 84%, #6AC259 150%);
        color: #fff;
        transition: all 80ms linear 1ms; }
    #CountdownENTREDigitalBundle .wrap #clock {
        height: 100%;
        display: flex;
        flex-direction: row;
        max-width: 860px;
        justify-content: center; }
    #CountdownENTREDigitalBundle .wrap #clock > div {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        margin: 5px 7px;
        border-radius: 3px;
        overflow: hidden;  }
    #CountdownENTREDigitalBundle .wrap #clock > div span {
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        width: 50px;
        border-bottom: 0;
        background: rgba(0,0,0,0.75);
    }

    #CountdownENTREDigitalBundle .wrap #clock > div small {
        text-transform: uppercase;
        opacity: 1;
        background: rgba(0, 0, 0,0.9);
        color: #fff;
        width: 100%;
        display: inline-flex;
        flex: 1 0;
        padding: 1px 0;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        justify-content: center; }

    @media screen and (max-width: 1050px ){

        #CountdownENTREDigitalBundle {
        padding: 5px 15px;
            z-index: 9999999999;
            min-height: 0px;
        }
        #CountdownToggle {
            position: absolute;
            top: -35px;
            background: #e33b3c;
            height: 35px;
            color: #fff;
            width: 40px;
            font-size: 30px;
            line-height: 40px;
            left: 5px;
            box-shadow: inset 0 1px 0  #ff7e7e;
        }
        #CountdownENTREDigitalBundle .wrap .headline {
        text-align: center;
            font-size: 19px;
            margin-top: 10px;
        }
        #CountdownENTREDigitalBundle .wrap {
            display: grid;
            flex-direction: column;
            justify-content: space-between;
            max-width: 1150px;
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            width: 100%;
            grid-row-gap: 10px;

        }
        #CountdownENTREDigitalBundle .wrap .ctaWrap {
            margin-bottom: 20px;
        }
        #CountdownENTREDigitalBundle .wrap #clock > div{
            width: 33%;}
        #CountdownENTREDigitalBundle .wrap #clock > div span  {
            width: 100%;
            font-size: 35px;
        }
        #CountdownENTREDigitalBundle .wrap #clock > div small {
            font-size: 20px;
        }
    }

@media (min-width: 992px) {
  .make-top-bottom-div-spacing-same {
    max-width: 64%;
    margin-right: 30px;
  }
}

@media (max-width: 576px) {
  a.make-mb-sm-4 {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  img.make-mw-sm-50 {
    max-width: 50%;
  }

  .make-sm-m-0 {
    margin: 0;
  }

  .make-sm-m-0 .inner-page-wrap {
    padding-left: 0;
    padding-right: 0;
  }

    .make-sm-pr-3{
        padding-right : 1rem !important                                                                                       ;
    }
    .postback-form .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.3rem;
    }
    .postback-form .pb-label {
      width: 100%;
    }

}

.ui-tooltip {
        max-height:500px;
        overflow:auto;
    }

    /* Custom scrollbar */
    /* width */
    .ui-tooltip::-webkit-scrollbar {
      width: 7px;
      height: 2px;
    }

    /* Track */
    .ui-tooltip::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    	background-color: #F5F5F5;
      border-radius: 10px;
    }

    /* Handle */
    .ui-tooltip::-webkit-scrollbar-thumb {
      background: #e9ae49;
      border-radius: 10px;
    }

/* Css to fix the select bar that was increased in height at bootm of the page. */
#trackingPixels .bootstrap-select .dropdown-toggle .filter-option {
  height: auto;
}

/* Styles for affiliate FAQ Page */
.custom-faq-btn {
  white-space: normal;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.custom-faq-btn:hover {
  box-shadow: none !important;
}

.custom-faq-accordion .card {
  border-bottom: 1px solid #dadada !important;
}

.login_details_model_btn {
    font-size: 30px;
    font-weight: 500;
    background: #00C721;
    line-height: 1;
    margin: 15px;
}

.step-heading .head {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.Business-Advisor-prof {
  margin-bottom: 15px;
}

/* Made the buttons on payment page(affiliates/income/payments.php) consisting equal width */
button.make-min-width-108 {
  min-width: 108px;
}

/* Css to make the entre section 100% */
@media (max-width: 768px) {
  .entrevisit #entreNationStoreBanner {
      width: 100% !important;
  }
}

/* Css to override margin set on mobile.scss line 87 */
#wrapper.courseMain{
  margin-top: -35px !important;
}

.make-title-same h1,.make-title-same h3{
  font-size: 1.3rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.make-title-same h4 {
  font-size: 1.1rem;
  line-height: 1.4;
}

/* Adding custom css to change date picker color */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #E9AE49 !important;
  color: #fff;
}
.ui-widget.ui-widget-content {
  z-index: 999 !important;
}

.quiz-modal-background{
  background: rgba(33, 28, 2, 0.8);
}

@media(max-width:768px){
  .quiz-modal-background{
    z-index: -1;
  }
}

/* Css to override uneven font styling on /training/steps/?step=0 page */
#socialWrapper p{
  font-family: "Oxygen", sans-serif !important;
  font-size: 13px !important;
}

a.make-focus-bg-change:focus{
  color: #000 !important;
}

@media (max-width: 1000px) {
  .make-img-small-mobile {
    max-width: 120px !important;
  }
}

.make-title-same p iframe{
  max-width: 600px;
}

@media(max-width:360px){
  .make-title-same p iframe{
    height: 250px;
  }
}

@media(min-width:361px){
  .make-title-same p iframe{
    height: 300px;
  }
}

.make-breadcrumb-responsive {
  display: flex;
  align-items: center;
}

.make-breadcrumb-responsive a {
  display: flex;
}

/* Added padding to landscape view on Welcome page */
.make-step-complete-modal-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.make-step-complete-modal-btn #continue_leasson{
  font-size: 26px;
  line-height: 1;
  white-space: pre;
}

@media(max-width : 500px){
  .make-step-complete-modal-btn #continue_leasson{
    font-size: 20px;
  }
}

.make-step-complete-modal-btn #finish_immediatedly{
  display: none;
  font-family: "Oxygen", sans-serif !important;
  font-size: 16px;
  border: none;
  outline: none;
  color: #777;
  background: transparent;
  cursor: pointer;
  margin-top: 0;
  line-height: 1;
}

/* Css to fix Quiz modal right and wrong colors */
.op-container .quiz_res_icons .fas.fa-check.has-text-success{
  color: #28a745!important;
}

.op-container .quiz_res_icons .fas.fa-times.has-text-danger{
  color: #dc3545!important;
}

.op-container  label.answer_label.has-text-success {
  color: #28a745!important;
}

.op-container  label.answer_label.has-text-danger {
  color: #dc3545!important;
}

.make-editorSection-bordered .editorSection{
  /* border: 1px solid rgba(0,0,0,.125) !important; */
  padding: 1rem;
}

@media (max-width: 799px) {
  .make-editorSection-bordered .editorSection{
    border: 0  !important;
    padding: 0;
  }
}

h6#timeRemaining{
  font-size: 20px;
}

@media(max-width : 500px){
  h6#timeRemaining{
    font-size: 14px;
  }
}

#trackingPixels .selectDomainFullW {
  display: block;
}

.btn-secondary.show-pixels-btn, .btn-primary.view_pixel_link, .btn-secondary.btn-clr, .btn-secondary.submit_ans_btn {
  background-color: #d3b065;
  border-color: #c89c3d;
  color: #fff;
}
.btn-secondary.show-pixels-btn:hover, .btn-primary.view_pixel_link:hover, .btn-secondary.btn-clr:hover, .btn-secondary.submit_ans_btn:hover {
  background-color: #e3c073;
}

.selectDomainFullW form.domain-select-form {
  display: flex;
  align-items: center;
}

select#pixel_scope {
  height: calc(1.45em + 0.65rem + 8px);
}

@media (max-width: 500px) {
  .selectDomainFullW form.domain-select-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .domain-text {
    padding-left: 0 !important;
  }
  .domain-dropdown {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
}

@media (min-width:768px) {
  .flexbox-container .flex-box-input {
    margin-top: 0 !important;
  }
}

.irs-form td, .irs-form th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  text-align: left;
  font-size: 14px;
}

.irs-form .form-control {
  border: 1px solid #a7a7a7 !important;
}

.irs-form select {
    background: #FFFFFF !important;
    border: 1px solid #a7a7a7 !important;
    border-radius: 3px !important;
    height: calc(1.45em + .75rem + 2px);
    padding: 6px 10px;
    font-size: 13px;
    width: 100%;
}

header.make-mh-auto{
  max-height: 110px !important;
  min-height: auto;
}

header.make-mh-auto .navbar{
  background: none !important;
  background-image: none !important;
}
div.pushcrew-side-button{
  border-radius: 0 !important;
  font-family: "Oxygen",sans-serif !important;
}

@media(max-width : 1000px){
  .make-sm-w-100{
    width: 100% !important;
  }

  .make-sm-m-0{
    margin: 0 !important;
  }
}

/* Css class to hide elements already present in design */
.is-hidden{
  display: none !important;
}

@media only screen and (max-width: 999px) {
  body #wrapper #content {
    padding: 0px 20px;
  }
}

@media(max-width: 600px) {
  #finish_immediatedly{
    font-size: 12px !important;
    white-space: normal;
    height: auto;
  }

  .make-step-complete-modal-btn #continue_leasson{
    font-size: 14px;
  }
}

@media(max-width : 500px){
  .omni-calculator {
    width: auto !important;
  }
  .breadcrumb-item {
    margin-bottom: 5px;
  }
  .load_more_section {
    flex-direction: column;
    margin-top: 10px;
  }
  .load-more-comment_btn {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

.bootstrap-select .dropdown-toggle {
  padding: 5px 14px !important;
  height: auto;
}

#content blockquote {
  box-shadow: none;
  border-left: 0 !important;
  padding: 40px;
}

#submit_kudo .camera_tag{
  height: 192.938px;
}

@media (max-width: 450px) {
  #submit_kudo {
    height: 1350px !important;
  }
  .step-heading .head {
    font-size: 18px;
  }
  .Business-Advisor-prof-img img.prof-img {
    width: 100% !important;
  }
}

@media (max-width: 360px) {
  #submit_kudo {
    height: 1450px !important;
  }
}

.make-get-paid-btn-custom input.btn,.make-get-paid-btn-custom a.btn{
  background-color: #f7f7f7 !important;
  border-color: #e6e6e6  !important;
  color: #8b8b8b  !important;
}

.make-get-paid-btn-custom input.btn:hover,.make-get-paid-btn-custom a.btn:hover{
  color: #fff  !important;
  background-color: #d3b065  !important;
  border-color: #c89c3d  !important;
}

.fa-check.is-green {
  background: transparent;
  color: #6aab2a;
}

.make-whitespace-normal{
  white-space: normal !important;
}

.make-income-header-margin-0 h5.is-title{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.make-lead-breadcrumb{
  background-color: #fff !important;
}

.make-lead-breadcrumb>ul{
  list-style: none;
    padding: 0;
}

.make-lead-breadcrumb>ul>li{
  display: inline-block;
}

.make-lead-breadcrumb li.arrow::before{
  content: "\02192";
  color: #4a4a4a;
}

.make-list-custom{
  list-style: none;
  padding-left: 0;
}

.make-list-custom>li{
  line-height: 2.5rem;
  border-bottom: 1px solid #f4f2f3;
  font-size: 13px;
}

@media(max-width: 450px){
  .make-lead-padding-0{
    padding : 0;
  }

  .make-lead-breadcrumb>ul{
    display: flex;
    align-items: center;
    overflow: auto;
  }
  .make-list-custom>li{
    font-size: 14px;
  }
}

@media(max-width:400px){
  .make-flex-column-400{
    flex-direction: column;
    align-items: center;
  }

  .make-flex-column-400 .Business-Advisor-prof-img{
    max-width: 100px;
    margin: auto;
    margin-bottom: 1rem;
  }
}

.make-custom-lead-heading{
  color: #363636;
  line-height: 1.125;
  font-size: 1rem;
}

a.make-custom-lead-info{
  background-color: #209cee;
  color: #fff !important;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-bottom: 0.5rem;
  padding: 4px 0.75em;
  font-size: 12px;
}

.make-custom-lead-tag{
  background-color: whitesmoke;
  border-radius: 3px;
  color: #4a4a4a;
  font-size: 12px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding : 5px 0px;
}

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

.custom-lead-dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.custom-lead-dropdown-list{
  list-style: none;
  padding: 10px 17px;
  margin-bottom: 0;
}

.custom-lead-dropdown-list>li{
  font-size: 14px;
}

@media(max-width:600px){
  .make-cb-dropdown-custom button.btn.dropdown-toggle.btn-light{
    min-height: 36px;
  }
}

@media (max-width: 750px) {
  .make-video-fit-screen{
      max-width: 100%;
      height: auto;
      margin: auto;
  }
}

.make-pixels-row-w100{
  width: 100% !important;
}

@media(max-width:1001px){
  .make-contact-align-custom{
    text-align: left;
  }
}

@media(max-width:1000px){
  .make-contact-align-custom{
    text-align: center;
  }
}

@media (max-width: 768px) {
  .make-reset-padding {
      padding-right: 15px !important;
  }
}
/* Css to fix image and font for page :- my/products/max/index.php */
@media(max-width : 550px){
  .make-image-fit-pm{
    max-width: 100% !important;
    height: auto !important;
  }

  p.make-fs-pm span{
    font-size: 14px !important;
  }
}

.make-font-oxygen .tabs-content,.make-font-oxygen .module-tab,.make-font-oxygen .tab-content-header-wrapper,.make-font-oxygen .about-header,.make-font-oxygen .about-text{
  font-family: "Oxygen",sans-serif !important;
}

/* Changing the font inconsistencies on the tables last column */
#leadList table tbody tr td:last-child{
  font-size: 11px !important;
}

@media(min-width : 601px){
  .make-table-layout-fixed .table-responsive table.table{
    table-layout: fixed;
    width: 100%;
  }
}

.make-table-layout-fixed .table-responsive table.table td.word-wrap{
  word-break: break-all;
}

.make-table-layout-fixed .table-responsive table.table th{
  color : #000;
}

.table td.page-total.black,.table td.yellow{
  font-size: 11px;
}

.make-lead-tab-custom,.make-lead-tab-custom a,.make-lead-tab-custom label,.make-lead-tab-custom button{
  font-size: 13px;
}

.make-domains-table-custom tr td{
  vertical-align: middle !important;
}

.make-domains-btn-custom{
  font-size: 12px !important;
  padding : 4px 7px !important;
}

.make-contact-coach-custom h1{
  font-size: 1.25rem;
}

.make-contact-coach-custom ul.styled li{
  font-size: 13px;
}

#stepnav #steps li.active-current .step-w{
  border-bottom: 2px solid #e9ae49 !important;
}

#stepnav #steps li.is-active .step-w > span{
  color: #e9ae49 !important;
}

/* Orientation Modal */
#orientation-content {
    display: flex;
    justify-orientation-content: center;
    flex-direction: column;
    align-items: center;
}
#orientation-content .shadow {
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.08);
    margin-top: 10px;
    border-radius: 3px;
}
#orientation-content .steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    font-size: 14px;
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #e9ae492e;
    grid-column-gap: 0;
    /* z-index: 100; */
}

#orientation-content .tab-pane {
  width: 960px;
  max-width: 100%;
}

#orientation-content .steps a.nav-link {
  color: ;
}
#orientation-content .steps .active {
    background: #fff;
    border-left: 1px solid #fff;
}
#orientation-content .steps .active span {
    opacity: 1;
}
#orientation-content .steps .active a:hover {
    transition: all 80ms linear 1ms;
    background: #fff !important;
}
#orientation-content .steps .active a:hover span {
    opacity: 1;
    cursor: pointer;
    height: 100%;
    transition: all 80ms linear 1ms;
}
#orientation-content .steps > li {
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    border-left: 1px solid #c3e6b4;
    transition: all 80ms linear 1ms;
    /* font-family: "Montserrat", sans-serif; */
}
#orientation-content .steps > li a {
    display: flex;
    flex: 1 1 100%;
    height: auto;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: all 80ms linear 1ms;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.2px;
}
#orientation-content .steps > li a strong {
    opacity: 0.4 !important;
    padding-right: 5px;
    font-weight: 600;
}
#orientation-content .steps > li a span {
    opacity: 0.4;
    transition: all 80ms linear 1ms;
}
#orientation-content .steps > li a:hover {
    transition: all 80ms linear 1ms;
    background: #e9ae49;
    border-color: #e9ae49;
}
#orientation-content .steps > li a:hover span {
    opacity: 1;
    cursor: pointer;
    height: 100%;
    transition: all 80ms linear 1ms;
}
#orientation-content .wrap {
    flex: 1 1 1200px;
    max-width: 1200px;
    min-width: 1200px;
    width: 100%;
    padding: 35px 120px;
    background: #fff;
    background-size: 940px auto;
    border-radius: 3px;
}
#orientation-content .preHeadline {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", Helvetica, sans-serif;
    display: flex;
    flex: 1 1 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
}
#orientation-content .videoWrap {
    padding: 10px 40px;
}
#orientation-content h1.primary {
    text-align: center;
    margin: 0 auto 20px auto;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#orientation-content h1.primary .top {
    display: flex;
    flex: 1;
    font-size: 38px;
    line-height: 42px;
    font-weight: 500;
}
#orientation-content h1.primary .bottom {
    display: flex;
    flex: 1;
    font-size: 23px;
    font-weight: 400;
    opacity: 0.8;
    padding-top: 5px;
}
#orientation-content #countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 0;
}
#orientation-content #countdown .top {
    font-weight: 500;
    font-family: "Roboto", Helvetica, sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: -0.3px;
}
#orientation-content #countdown .top .lenght {
    font-weight: 500;
}
#orientation-content #countdown .bottom {
    opacity: 0.8;
    font-size: 16px;
}

#orientationModal.modal {
  align-items: flex-start;
}
.finalsteps {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding: 0 40px;
}
.finalsteps > div {
    border-bottom: 1px solid #e6e6e6;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    align-items: center;
    padding: 10px 0;
}
.finalsteps > div strong {
    text-transform: uppercase;
    align-items: center;
    display: flex;
    min-width: 100px;
    justify-orientation-content: center;
}
.finalsteps > div p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
}
.finalsteps > div .btn {
    min-width: 280px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
  #orientationModal .modal-content {
    width: 1200px;
  }
}


@media (min-width: 576px) {
  #orientationModal .modal-dialog {
      max-width: unset;
  }
}

@media only screen and (max-width: 1200px) {
    body #orientation-content {
        width: 100%;
        padding: 0;
    }
    body #orientation-content .shadow {
        width: 100%;
    }
    body #orientation-content .steps > li a span {
        font-size: 11px;
        display: flex;
        flex-direction: column;
    }
    body #orientation-content .steps > li a span strong {
        display: inline-block;
    }
    body #orientation-content .wrap {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        padding: 20px 40px;
    }
}

@media only screen and (max-width: 860px) {
    body #orientation-content {
        width: 100%;
        padding: 0;
    }
    body #orientation-content .shadow {
        width: 100%;
    }
    body #orientation-content .wrap {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        padding: 20px 40px;
    }
    body #orientation-content h1.primary {
        margin: 0 auto 5px auto;
    }
    body #orientation-content h1.primary .top {
        font-size: 32px;
    }
    body #orientation-content h1.primary .bottom {
        padding: 0;
        font-size: 18px;
    }
    body #orientation-content #countdown .top {
        font-size: 14px;
    }
    body #orientation-content #countdown .bottom {
        font-size: 13px;
    }
    body .finalsteps {
        display: flex;
        padding: 0 10px;
        flex-direction: column;
        width: 100%;
    }
    body .finalsteps > div {
        border-bottom: 1px solid #e6e6e6;
        display: flex;
        flex-direction: column;
    }
    body .finalsteps > div a {
        margin-top: 10px;
    }
    body .finalsteps > div strong {
        text-transform: uppercase;
        align-items: center;
        display: flex;
        min-width: 100px;
        justify-content: center;
    }
    body .finalsteps > div p {
        margin: 0;
        padding: 0;
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
        display: flex;
        text-align: center;
        flex-direction: column;
    }
    body .finalsteps > div p br {
        display: none;
    }
    body .finalsteps > div .btn {
        min-width: 280px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (min-width: 761px) and (max-width: 960px) {
  #orientation-content .steps > li a {
    flex-direction: column;
  }
}

@media only screen and (max-width: 760px) {
    #orientation-content .tab-pane {
      width: 100%;
      max-width: 100%;
    }
    body #orientation-content {
        width: 100%;
        padding: 0;
    }
    body #orientation-content .shadow {
        width: 100%;
    }
    body #orientation-content .wrap {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        padding: 20px 40px 30px 40px;
    }
    body #orientation-content .videoWrap {
        padding: 0;
    }
    body #orientation-content .steps li a {
        min-height: auto;
        height: 37px;
    }
    body #orientation-content .steps li a span {
        display: none;
    }
    body #orientation-content .steps li a strong {
        display: inline-block;
        color: black;
        position: relative;
        opacity: 1;
        font-size: 12px !important;
        font-weight: bold;
        padding-right: 0;
    }
    body #orientation-content h1.primary {
        margin: 0 10px 5px 10px;
    }
    body #orientation-content h1.primary .top {
        font-size: 28px;
        line-height: 30px;
    }
    body #orientation-content h1.primary .bottom {
        padding: 5px 0 10px 0;
        font-size: 14px;
    }
    body #orientation-content #countdown {
        padding: 10px;
    }
    body #orientation-content #countdown .top {
        font-size: 12px;
    }
    body #orientation-content #countdown .bottom {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
  body #orientation-content h1.primary .top {
    font-size: 20px;
  }
}

#alc_que {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  /* box-shadow: 0 0 9px -2px #b2b2b27a; */
  padding: 20px 25px;
  background-color: #efefef40;
}

#alc_que .quiz-question {
  margin-bottom: 20px;
}

#alc_que .question_quiz {
  font-size: 1rem;
}

#alc_que .quiz-question .op-container {
  align-items: center;
}
#alc_que .quiz-question .row {
  width: auto !important;
}

#alc_que .quiz_answer {
  margin-bottom: 4px;
}

#alc_que .alert-success {
  margin-top: 0;
}

#orientationModal .modal-body{
  padding: 0;
}

/* Css for Final Exam page */

.custom-final-exam-btn{
  background-color: white !important;
  color: #363636 !important;
  border-color : #dbdbdb !important;
}

.custom-final-exam-btn:hover{
  color: #fff  !important;
  background-color: #d3b065  !important;
  border-color: #c89c3d  !important;
}

@media(min-width : 1100px){
  #orientation-content .tab-pane{
    width: 960px;
  }
}

@media(max-width : 1100px){
  #orientation-content .tab-pane{
    width: 100%;
  }
}

@media(max-width : 960px){
  .modal-content.make-modal-width-custom{
    padding: 0;
  }
}

@media (max-width: 480px) {
  #orientationModal .modal-body {
    padding: 20px 0;
  }
}

#alp-video-pause {
  border: 2px solid #c89c3d;
}

.btn.btn-lg.csat-btn {
  background-color: #d0ae64;
  font-size: 0.8rem;
  border-radius: 0;
  font-weight: 600 !important;
  border: 0;
  padding: 11px 15px !important;
}


/* 14 Days Timer  */


/* Timer Banner */
#CountdownENTREDigitalBundleNew {
  position: fixed;
  z-index: 2147484000 !important;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgb(212,43,43);
  background: linear-gradient(0deg, rgba(212,43,43,1) 0%, rgba(227,60,60,1) 100%);
  box-shadow: 0 13px 40px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  min-height: 120px;
  justify-content: center; }
#CountdownENTREDigitalBundleNew .wrap {
  display: grid;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1150px;
  grid-template-columns: 5fr 2fr 3fr;
  grid-template-rows: 1fr;
  z-index: 2147483700;
  width: 100%; }
#CountdownENTREDigitalBundleNew .wrap .headline {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  padding-right: 15px;
  font-weight: bold;
  line-height: 24px;
  align-items: center;
  align-self: center;
}
#CountdownENTREDigitalBundleNew .wrap .headline strong {
  color: lightyellow; }
#CountdownENTREDigitalBundleNew .wrap .ctaWrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0; }
#CountdownENTREDigitalBundleNew .wrap .ctaWrap a {
  background-image: linear-gradient(180deg, #6BC25A 0%, #6AC259 100%);
  border-radius: 3px;
  color: #fff;
  transition: all 80ms linear 1ms;
  margin: 0 10px;
  font-size: 15px;
  padding: 10px !important;
  font-weight: bold !important;
  line-height: 38px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  Font-family: Helvetica, Arial !important;
}

#CountdownENTREDigitalBundleNew .wrap .ctaWrap a:hover {
  background-image: linear-gradient(180deg, #96D27C 0%, #6BC25A 84%, #6AC259 150%);
  color: #fff;
  transition: all 80ms linear 1ms; }
#CountdownENTREDigitalBundleNew .wrap #clock_new {
  height: 100%;
  display: flex;
  flex-direction: row;
  max-width: 860px;
  justify-content: center; }
#CountdownENTREDigitalBundleNew .wrap #clock_new > div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 7px;
  border-radius: 3px;
  overflow: hidden;  }
#CountdownENTREDigitalBundleNew .wrap #clock_new > div span {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  width: 50px;
  border-bottom: 0;
  background: rgba(0,0,0,0.75);
}

#CountdownENTREDigitalBundleNew .wrap #clock_new > div small {
  text-transform: uppercase;
  opacity: 1;
  background: rgba(0, 0, 0,0.9);
  color: #fff;
  width: 100%;
  display: inline-flex;
  flex: 1 0;
  padding: 1px 0;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  justify-content: center; }

@media screen and (max-width: 1050px ){

  #CountdownENTREDigitalBundleNew {
  padding: 5px 15px;
      z-index: 9999999999;
      min-height: 0px;
  }
  #CountdownToggleNew {
      position: absolute;
      top: -35px;
      background: #e33b3c;
      height: 35px;
      color: #fff;
      width: 40px;
      font-size: 30px;
      line-height: 40px;
      left: 5px;
      box-shadow: inset 0 1px 0  #ff7e7e;
  }
  #CountdownENTREDigitalBundleNew .wrap .headline {
  text-align: center;
      font-size: 19px;
      margin-top: 10px;
  }
  #CountdownENTREDigitalBundleNew .wrap {
      display: grid;
      flex-direction: column;
      justify-content: space-between;
      max-width: 1150px;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      width: 100%;
      grid-row-gap: 10px;

  }
  #CountdownENTREDigitalBundleNew .wrap .ctaWrap {
      margin-bottom: 20px;
  }
  #CountdownENTREDigitalBundleNew .wrap #clock_new > div{
      width: 33%;}
  #CountdownENTREDigitalBundleNew .wrap #clock_new > div span  {
      width: 100%;
      font-size: 35px;
  }
  #CountdownENTREDigitalBundleNew .wrap #clock_new > div small {
      font-size: 20px;
  }
}