/*
 *	Global Stylesheet
 *	@version 1.0.1
 */
/*

* {
	 border: 1px solid red; // for debuggin 
}

*/
.testing {
  border: 1px solid red;
}

::-webkit-scrollbar {
  width: 10px; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #e0e0e0;
}

.hand-font {
  font-family: "Caveat", cursive !important;
  color: #00b0f0 !important;
  font-size: 28px !important;
  margin-left: 20px;
}

.hand-font-underline {
  border-bottom: 1px solid #000000;
  width: 750px;
}

.hand-font-underline::marker {
  font-family: "Barlow";
  color: #000;
  font-size: smaller;
}

.sidebar {
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 5px 10px #00000094;
}

.sidebar-text {
  font-size: 16px;
}

.sidebar-wrap {
  height: 100%;
  overflow-y: scroll;
}

.sidebar-icon {
  color: #e0e0e0;
}

.navbar-toggle-icon {
  color: #e0e0e0;
}

.navbar-toggler:focus {
  box-shadow: #e0e0e0 0px 0px 3px 0.25rem;
}

.sidebar-option {
  border-radius: 0px;
  margin: 1px 0px;
  transition: 1s ease-out;
}

.sidebar-option > a {
  color: #27354e;
}

.sidebar-option > a:hover,
.sidebar-option > a:focus,
a.nav-link,
a.nav-link:hover,
a.nav-link:focus {
  color: #27354e;
}

/* Remove Blur from Mobile Toggle Btn */
.navbar-toggler:focus {
  box-shadow: #e0e0e0 0px 0px 0px 0.25rem !important;
}

/*
.sidebar-option:hover {
	background-color: #C1C1C1;
	transition: 1s ease-out;
}

.sidebar-text:hover {
	color: #27354E;
	transition: 1s ease-out;
}
*/
.sidebar-pulse-option {
  margin-left: 7px;
  border-left: #f8f9fa solid 5px;
}

.progress,
.btn-progress {
  display: flex;
  height: inherit;
  font-size: inherit;
  height: 40px;
}

.progress-bar,
.btn-progress-bar {
  height: 100%;
}

.btn-progress-bar {
  top: 0;
  left: 0;
  border-radius: 5px;
  max-width: 100%;
  /*min-width: 100%;*/
}

.pulse-link,
.pulse-link:hover,
.pulse-link:focus {
  color: #ffffff;
}

.pulse-content {
  margin-left: 7px;
}

.bg-success {
  background-color: #67bc8c !important;
}

.social-icon-white {
  color: #ffffff;
}

.close-btn {
  color: #ffffff;
  background-color: #a8a8a9;
}

/* SummerNote Styles */
.note-editable {
  min-height: 240px;
  height: fit-content !important;
}

div.announcement-info a {
  color: #ffffff !important;
  font-weight: 800;
}

.old-announcement {
  background-color: #a7a7a7 !important;
}

.announcement-info.unread {
  box-shadow: 0px 0px 20px 7px #4d78c9;
}

.announcement-danger.unread {
  box-shadow: 0px 0px 20px 7px #e94f37;
}

.announcement-success.unread {
  box-shadow: 0px 0px 20px 7px #67bc8c;
}

.announcement-warning.unread {
  box-shadow: 0px 0px 20px 7px #ffb140;
}

.seo-blue {
  color: #4d78c9 !important;
}

.seo-green {
  color: #67bc8c !important;
}

.off-grey {
  color: #525252;
}

.btn-seo-blue {
  background: #4d78c9; /*4D78C9 || dark 344666*/
  border: 0px;
  border-color: #4d78c9;
  color: #ffffff;
}

.btn-white-seo {
  background: #ffffff;
  border: 2px solid #4d78c9;
  border-radius: 5px;
  color: #4d78c9;
}

.btn-white-seo:hover {
  background: #4d78c9;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
}

.btn-grey {
  background-color: #6b6b6b;
  color: #ffffff;
}

.ticket-yellow {
  background-color: #ffb140;
}

.ticket-yellow-color {
  color: #ffb140;
}

.complete-status {
  background-color: #67bc8c;
}

.complete-status-color {
  color: #67bc8c;
}

.working-status {
  background-color: #f5dacd; /*#FFB6AD;*/
}

.working-status-color {
  color: #f5dacd; /*#FFB6AD;*/
}

.working-orange {
  background-color: #e94f37 !important;
}

.working-orange-color {
  color: #e94f37;
}

.btn-seo-success {
  background-color: #67bc8c;
  border: 1px solid #62b284;
  color: #ffffff;
}

.btn-seo-success:hover {
  background-color: #62b284;
  color: #ffffff;
}

.status-complete > a:hover {
  background-color: #67bc8c;
  color: #ffffff;
  transition: 1s ease-in-out;
}

.status-working > a:hover {
  background-color: #e94f37; /*#f5dacd;*/ /*#FFB6AD;*/
  color: #ffffff;
  transition: 1s;
}

.btn-seo-blue:hover,
.btn-seo-blue:focus {
  color: #ffffff;
}

div.header-nav {
  background-color: #f8f9fa !important; /*d1d1d1*/
}

div.header-nav-admin {
  background-color: #f8f9fa !important; /*d1d1d1*/
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

@media (min-width: 992px) {

  .header-nav-admin{
    margin-left: 118px !important;
  }
}

/* USER AVATARS */

.profile-img {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.profile-img-sm {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.client-avatar-img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.avatar-img-lg {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.module-progress-bar {
  background-color: #4d78c9;
}

.module-progress {
  height: 30px;
}

.team-member-row:hover,
.my-tickets-row:hover {
  transition: 1s ease-in;
  background-color: #d6e4fc;
}

.dropzone {
  border-radius: 5px;
  border: 2px solid rgba(186, 196, 211, 0.3);
}

.ticket-titles {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.my-tickets-row-open {
  background-color: #fff6d6;
}

.my-tickets-row-open:hover {
  transition: 0.5s ease-in;
  background-color: #fff6d6;
}

.my-tickets-row-closed {
  background-color: #f9f9f9;
}

.my-tickets-row-closed:hover {
  transition: 0.5s ease-in;
  background-color: #efefef;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #f2f2f2 !important;
}

table.dataTable thead th {
  border-bottom: 1px solid #4569ac !important;
}

.login-container {
  background-color: #ffffff;
  /* background-image:url(/includes/imgs/sign-in-page_3v2.png); */
  background-repeat: no-repeat;
  background-position: bottom -50px right -50px;
  border-radius: 0px 20px 20px 0px;
}

.login-graphic-container {
  background-color: #4d78c9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-image: url(/includes/imgs/sign-in-page_1v2.jpg); */
  border-radius: 20px 0px 0px 20px;
}

@media (max-width: 991.98px) {
  .login-container {
    background-color: #ffffff;
    /* background-image:url(/includes/imgs/sign-in-page_3v2.png); */
    background-repeat: no-repeat;
    background-position: bottom -50px right -50px;
    border-radius: 20px 20px 20px 20px;
  }
}

@media (max-width: 1399.98px) {
}

.module-nav-link {
  text-decoration: none;
}

.pulse-header {
   font-family: "Open Sans", sans-serif;
  font-weight: 700 !important;
  color: #5b78ba;
  padding: 10px;
}

.bg-blue-header {
  padding: 10px;
  color: #5b78ba;
  background-color: #f3f3f3;
  font-family: "barlow";
  font-weight: 700;
  margin-top: 1rem;
}

.bg-orange-header {
  padding: 10px;
  color: #ee7b46;
  background-color: #f3f3f3;
  font-family: "barlow";
  font-weight: 700;
  margin-top: 1rem;
}

.adobe-red {
  color: #fb0f01;
}

.adobe-red-bg {
  background-color: #fb0f01;
  border-color: #ffffff;
}

.pdf-title {
   font-family: "Open Sans", sans-serif;
  font-weight: 800 !important;
  color: #5b78ba;
  margin-bottom: 48px;
}

.pdf-title-index {
   font-family: "Open Sans", sans-serif;
  font-weight: 800 !important;
  color: #5a5a5a;
}

/* .pdf-header {
   font-family: "Open Sans", sans-serif;
  background-color: #f8f9fa !important;
  font-weight: 700 !important;
  color: #525252;
  padding: 14px;
  margin-bottom: 1rem;
  margin-top: 3rem;
  border-radius: 20px 0px 0px 20px;
} */

.pdf-subheader {
   font-family: "Open Sans", sans-serif;
  font-weight: 700 !important;
  color: #5b78ba;
  padding: 10px;
  margin-bottom: 0px;
}

.pdf-faq {
   font-family: "Open Sans", sans-serif;
  font-weight: 700 !important;
  color: #525252;
  padding: 10px;
  margin-bottom: 0px;
}

.pdf-text {
   font-family: "Open Sans", sans-serif;
  font-size: 20px;
  padding-bottom: 16px;
}

.pdf-header-black {
  font-weight: 800;
  color: #525252;
}

.pdf-text-orange {
   font-family: "Open Sans", sans-serif;
  color: #ff691f;
  font-weight: 800;
}

.pdf-text-red {
   font-family: "Open Sans", sans-serif;
  color: #ff4132;
  font-weight: 800;
}

.pdf-text-green {
   font-family: "Open Sans", sans-serif;
  color: #70ad47;
  font-size: 20px;
  font-weight: 800;
}

.pdf-text-blue {
   font-family: "Open Sans", sans-serif;
  color: #00b0f0;
  font-size: 20px;
  font-weight: 800;
}

.pulse-summary {
  padding: 20px;
  background-color: #e2e9f6;
  margin-left: -2px;
}

ul.pdf-text li,
ol.pdf-text li {
  font-family: "barlow";
  font-size: 20px;
  margin-left: 20px;
}

ul.checkmark,
ol.checkmark {
  list-style: none;
}

ul.checkmark li:before,
ol.checkmark li:before {
  content: "✓";
  color: #ff691f;
  font-weight: 800;
  font-size: 20px;
  margin-right: 20px;
}

.mixed-bullet {
  padding: 20px;
  background-color: #2f5597;
  color: #ffffff;
  margin-bottom: 30px;
}

ul.mix,
ol.mix {
  list-style: none;
  padding: 0;
  columns: 2;
  column-gap: 20px;
}

ul.mix li::before,
ol.checkmark li::before {
  font-weight: 800;
  font-size: 20px;
  margin-right: 15px;
}

.star:before {
  color: #f4c01e;
  content: "\2605";
}

.bold-dot:before {
  content: "\2022";
  font-weight: bold;
  margin-left: 0.3rem;
}

.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%;
}

.ui-sortable-handle,
div.ui-sortable-item {
  /* border: 2px solid #f8f9fa; */
  border-radius: 4px;
  /* background-color: #f8f9fa; */
}

.img-border {
  border: 5px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 50%);
  margin: 8px 8px 8px 8px;
}

/* Styles for Pulse Steps */
.step-number {
  padding: 0px;
  font-size: 2.2rem;
  height: 3rem;
  width: 3rem;
  background-color: #9eb5e9;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.step-progress-line {
  background-color: #bdbdbd;
  width: 2px;
}

/* LESSON Action Btns */
.support-btn {
  background-color: #ffb140;
  background-image: linear-gradient(to right, #f59100 50%, #ffb140 50%);
  background-position: left;
  border-left: 3px solid #f59100;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  background-size: 200% 200%;
  transition: background-position 1s;
}

.support-btn:hover {
  background-position: right;
}

.lesson-btn {
  background-size: 100% 200%;
  background-color: #4d78c9;
  background-image: linear-gradient(to right, #29416e 50%, #4d78c9 50%);
  border-left: 3px solid #29416e;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  background-size: 200% 200%;
  transition: background-position 1s;
}

.lesson-btn:hover {
  background-position: right;
}

/* Pulse Sidebar Styles & Table Of Contents */
.toc-n {
  background-color: #bdbdbd;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: white;
  text-align: center;
  transition: all 1s ease-out;
}

.toc-n.toc-active {
  background-color: #4e78c9;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: white;
  text-align: center;
}

.toc-item.toc-active {
  font-weight: 600;
}


.resource-tag {
  font-size: 12px;
  font-weight: 500;
  color: #525252;
  border-radius: 7px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.resource-tag.pdf {
  background-color: #ffcbcb;
  color: #ff0000;
}

.resource-tag.info {
  color: #00403a;
  background-color: #90e3db;
}

.resource-tag.alert {
  color: #813500;
  background-color: #e3b290;
}

.pdf-btn,
.pdf-btn > li {
  background-color: #ffe9e9;
  color: #ff2f29;
}

.pdf-btn:hover {
  background-color: #ffdada;
  color: #ff2f29;
}

/*

select#status-update-select > option[value="complete"] {
	background-color: #67bc8c;
	color: #ffffff;
}

select#status-update-select > option[value="working"] {
	background-color: #F47309;
	color: #ffffff;
}

*/

/* SIDE BAR THEME OPTIONS */
/* Support */
.sidebar-option-support {
  background-color: #222730;
}

.sidebar-link-support,
.sidebar-link-support span.sidebar-text {
  color: #efefef;
}

.sidebar-link-support:hover,
.sidebar-link-support:focus {
  color: #ffffff !important;
}

/* J's Theme */
.theme-bg-1 {
  background-color: #344666;
}

div.module-progress-barv1 {
  background-color: rgba(255, 255, 255, 0.2);
}

div.pulse-progress-barv1 {
  background-color: rgba(255, 255, 255, 0.2);
}

.theme-1-0 {
  background-color: #333333;
}

.theme-1-1 {
  background-color: #579bfc;
}

.theme-1-2 {
  background-color: #e2445c;
}

.theme-1-3 {
  background-color: #784bd1;
}

.theme-1-4 {
  background-color: #0086c0;
}

.theme-1-5 {
  background-color: #fdab3d;
}

.theme-1-6 {
  background-color: #00c875;
}

.theme-1-7 {
  background-color: #ff642e;
}

.theme-1-8 {
  background-color: #cab641;
}

.theme-1-9 {
  background-color: #ffcb00;
}

.theme-1-10 {
  background-color: #ff5ac4;
}

.theme-1-11 {
  background-color: #037f4c;
}

.theme-1-12 {
  background-color: #bb3354;
}

.theme-1-13 {
  background-color: #9cd326;
}

.theme-1-14 {
  background-color: #c4c4c4;
}

.theme-1-16 {
  background-color: #0086c0;
}

.theme-1-15 {
  background-color: #727272;
}

/* DEV's Theme */
.pulse-option-theme-2 {
  border: 2px solid #ff8b79;
}

.traffic-cone-theme-2 {
  color: #ff9888;
}

.theme-bg-2 {
  background-color: #222730;
}

div.module-progress-barv2 {
  background-color: #67bc8c;
}

div.pulse-progress-barv2 {
  background-color: #67bc8c;
}

.theme-2-0 {
  background-color: #314970;
}

.theme-2-1 {
  background-color: #52688b;
}

.theme-2-2 {
  background-color: #314970;
}

.theme-2-3 {
  background-color: #52688b;
}

.theme-2-4 {
  background-color: #314970;
}

.theme-2-5 {
  background-color: #52688b;
}

.theme-2-6 {
  background-color: #314970;
}

.theme-2-7 {
  background-color: #52688b;
}

.theme-2-8 {
  background-color: #314970;
}

.theme-2-9 {
  background-color: #52688b;
}

.theme-2-10 {
  background-color: #314970;
}

.theme-2-11 {
  background-color: #52688b;
}

.theme-2-12 {
  background-color: #314970;
}

.theme-2-13 {
  background-color: #52688b;
}

.theme-2-14 {
  background-color: #314970;
}

.theme-2-15 {
  background-color: #52688b;
}

.theme-2-16 {
  background-color: #314970;
}

/* Light Theme */
.pulse-option-theme-3 {
  border: 2px solid #ff7964;
}

.traffic-cone-theme-3 {
  color: #e94f37;
}

.theme-bg-3 {
  background-color: #f8f9fa;
}

div.module-progress-barv3 {
  background-color: #84b599;
}

div.pulse-progress-barv3 {
  background-color: #84b599;
}

.theme-3-0 {
  background-color: #698ecb;
}

.theme-3-1 {
  background-color: #5e80b7;
}

.theme-3-2 {
  background-color: #698ecb;
}

.theme-3-3 {
  background-color: #5e80b7;
}

.theme-3-4 {
  background-color: #698ecb;
}

.theme-3-5 {
  background-color: #5e80b7;
}

.theme-3-6 {
  background-color: #698ecb;
}

.theme-3-7 {
  background-color: #5e80b7;
}

.theme-3-8 {
  background-color: #698ecb;
}

.theme-3-9 {
  background-color: #5e80b7;
}

.theme-3-10 {
  background-color: #698ecb;
}

.theme-3-11 {
  background-color: #5e80b7;
}

.theme-3-12 {
  background-color: #698ecb;
}

.theme-3-13 {
  background-color: #5e80b7;
}

.theme-3-14 {
  background-color: #698ecb;
}

.theme-3-15 {
  background-color: #5e80b7;
}

.theme-3-16 {
  background-color: #698ecb;
}

/* ORIGINAL 
.theme-2-0 {
	background-color: #486089;
}

.theme-2-1 {
	background-color: #314970;
}

.theme-2-2 {
	background-color: #7889a5;
}

.theme-2-3 {
	background-color: #6a7383;
}

.theme-2-4 {
	background-color: #7c7a97;
}

.theme-2-5 {
	background-color: #625e9b;
}

.theme-2-6 {
	background-color: #333333;
}

.theme-2-7 {
	background-color: #333333;
}
*/

/* Announcements */
.announcement-success {
  background-color: #67bc8c;
  color: #ffffff;
}

.announcement-danger {
  background-color: #ff9484;
  border: 2px solid #e94f37;
  color: #ffffff;
}

.announcement-warning {
  background-color: #ffc672;
  border: 2px solid #ffb140;
  color: #ffffff;
}

.announcement-info {
  background-color: #5b78ba;
  color: #ffffff;
}

.default-grey {
  color: #777777;
}

/* Overview Page */
.pulse-default {
  color: #4d78c9;
  border: 2px solid #4d78c9;
  border-radius: 5px;
}

.pulse-complete {
  color: #ffffff;
  background-color: #67bc8c !important;
  border-radius: 5px;
  border: 2px solid #439f6b;
  border-color: #439f6b;
}

.pulse-working {
  border: 2px solid #e94f37;
  border-radius: 5px;
  color: #e94f37;
}

.active-pulse > div.sidebar-option {
  border: 2px solid #ffffff;
  box-shadow: -10px 0px 0px #ffffff;
}

.margin-100 {
  margin-top: 100px;
}

.margin-75 {
  margin-top: 75px;
}

ul.line-block {
  padding: 10px 30px;
}

li.block-line {
  list-style: none;
}

ul.grey-box {
  background: #d4d4d4c7;
  width: 96%;
}

/* Paper Design */
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
.paper {
  position: relative;
  height: 550px;
  width: 600px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 7px 0px #000000;
}
.paper::before {
  content: "";
  position: absolute;
  left: 45px;
  height: 100%;
  width: 4px;
  background: rgba(255, 0, 0, 0.4);
}
.lines {
  margin-top: 40px;
  height: calc(100% - 50px);
  width: 100%;
  background-image: repeating-linear-gradient(
    white 0px,
    white 28px,
    steelblue 30px
  );
}
.text {
  font-family: "Indie Flower";
  outline: none;
  font-size: 21px;
  line-height: 28px;
}
.holes {
  position: absolute;
  left: 10px;
  height: 30px;
  width: 30px;
  background: white;
  border-radius: 50%;
  box-shadow: inset 1px 1px 6px 1px #888;
}
.hole-top {
  top: 4%;
}
.hole-bottom {
  bottom: 4%;
}

.bmargin-75 {
  margin-bottom: 75px;
}

.bmargin-100 {
  margin-bottom: 100px;
}

.bmargin-150 {
  margin-bottom: 150px;
}

.bmargin-125 {
  margin-bottom: 125px;
}

ol.ol-underline > li,
ul.ul-underline > li {
  border-bottom: 1px solid black;
  padding-left: 10px;
}

ul.ul-underline {
  border: 3px solid #f6630c;
  border-radius: 7px;
  margin-top: -3px;
}

li.lineblock {
  width: 80%;
}

div.block-card > div.card-header > h4 {
  color: #5b78ba;
}

div.block-card {
  background-color: #f9f9f9;
  border: 3px solid #5b78ba;
  border-radius: 12px;
}

.moving-element {
  animation: moveUpDown 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Arrow Animation */

.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate (-50%, -50%);
}

.arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #06a8ff;
  border-right: 5px solid #06a8ff;
  transform: rotate(45deg);
  margin: -10px;
  animation: scroll 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}


.launchTutorial {
  z-index: 99;
  cursor: pointer;
  bottom: 32px;
  right: 18px;
  font-size: 30px;
  color: white;
  background-color: white;
  border-radius: 50%;
}
