@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap");

#adminmenu .toplevel_page_resource_navigator img {
  width: 20px;
  height: 20px;
}

#adminmenu div.wp-menu-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#vln-main-section {
  width: 98%;
  position: relative;
  background-color: rgb(248, 247, 250);
  margin: 0;
  /* transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); */
}

#vln-main-section #vln-ajax-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.15);
}

#vln-main-section #vln-ajax-loader img {
  width: 35px;
}

#vln-main-section #vln-loader {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 2;
}

#vln-main-section .vln-spinner {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #0a4b78;
}

#vln-main-section .vln-spinner:before,
#vln-main-section .vln-spinner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

#vln-main-section .vln-spinner:after {
  color: #0a4b78;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spin {

  0%,
  100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }

  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }

  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }

  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }

  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }

  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }

  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }

  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#lb-vln-wrapper {
  max-width: 100%;
  margin: 0 auto;
  /* .vln_checkbox */
  /* end .slideThree */
}

#lb-vln-wrapper * {
  box-sizing: border-box;
}

#lb-vln-wrapper .wp-switch-editor {
  box-sizing: content-box !important;
}

#lb-vln-wrapper ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

#lb-vln-wrapper ::-webkit-scrollbar-track {
  background: #dcdcde;
}

#lb-vln-wrapper ::-webkit-scrollbar-thumb {
  background: #888;
}

#lb-vln-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #a9a6a6;
}

#lb-vln-wrapper ::-webkit-input-placeholder {
  color: #a6a6a6;
  font-size: 14px;
}

#lb-vln-wrapper h1,
#lb-vln-wrapper h2,
#lb-vln-wrapper h3,
#lb-vln-wrapper h4,
#lb-vln-wrapper h5,
#lb-vln-wrapper p {
  margin: 0;
}

#lb-vln-wrapper input[type=text] {
  width: 100%;
  display: block;
  padding: 0 5px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ced4da;
}

#lb-vln-wrapper input[type=text]:focus,
#lb-vln-wrapper input[type=text]:active {
  outline: none;
  box-shadow: none;
}

#lb-vln-wrapper .vln-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  padding: 0;
}

#lb-vln-wrapper .vln-card .vln-card-header {
  font-size: 14px;
  color: #243a73;
}

#lb-vln-wrapper .vln-card .vln-card-body {
  flex: 1 1 auto;
}

#lb-vln-wrapper .ac .ac-trigger {
  color: #343434;
  margin: 0px;
  font-weight: 700;
  font-size: 15px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.334;
  display: block;
}

#lb-vln-wrapper .btn-vn {
  background: #fff;
  border-radius: 50px;
  box-shadow: #fff 0px 6px 12px -10px;
  color: #064663;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#lb-vln-wrapper .btn-vn i {
  margin-right: 5px;
}

#lb-vln-wrapper .btn-vn:hover {
  background: #064663;
  color: #fff;
}

#lb-vln-wrapper .btn-vn.btn-vn-secondary {
  color: aliceblue;
  font-size: 12px;
  background: #b22222;
  text-decoration: none;
  border-radius: 0;
  padding: 10px 20px;
}

#lb-vln-wrapper .vln_checkbox {
  width: 80px;
  height: 26px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

#lb-vln-wrapper .vln_checkbox:after {
  content: "No";
  color: #8c8f94;
  position: absolute;
  right: 10px;
  z-index: 0;
  font: 14px/26px "Noto Sans", sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}

#lb-vln-wrapper .vln_checkbox:before {
  content: "Yes";
  color: #12c203;
  position: absolute;
  left: 10px;
  z-index: 0;
  font: 14px/26px "Noto Sans", sans-serif;
  font-weight: bold;
}

#lb-vln-wrapper .vln_checkbox label {
  font-family: "Noto Sans", sans-serif;
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

#lb-vln-wrapper .vln_checkbox #show_image {
  visibility: hidden;
}

#lb-vln-wrapper .vln_checkbox #show_image:checked + label {
  left: 43px;
}

#lb-vln-wrapper .vln-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  background: #778da9;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
  background-color: #b22222;
  color: #fff;
  z-index: 1201;
  transition: width 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, margin 225ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  min-height: 64px;
}

#lb-vln-wrapper .vln-header h3 {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

#lb-vln-wrapper .vln-header .vln-title {
  flex: 2;
}

#lb-vln-wrapper .vln-header .vln-title h3 {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}

#lb-vln-wrapper .vln-header .title-content {
  display: flex;
  align-items: baseline;
}

#lb-vln-wrapper .vln-header input.vln-title-input {
  width: 80%;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ddd;
  color: #fff;
  margin: 0 10px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
  border-radius: 0;
}

#lb-vln-wrapper .vln-header input.vln-title-input:focus,
#lb-vln-wrapper .vln-header input.vln-title-input:active {
  outline: none;
  box-shadow: none;
  border-color: #f6f7f7;
  color: #eee;
}

#lb-vln-wrapper .vln-section .vln-main {
  margin: 20px 0;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-placeholder {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  display: flex;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-main-empty {
  display: flex;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-main-empty .add-now-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  text-align: center;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-main-empty .add-now-btn h3 {
  font-size: 27px;
  color: #b22222;
  line-height: 1.2;
  font-weight: 700;
  margin: 20px 0 !important;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-main-empty .add-now-btn button#add-cat-placeholder {
  background-color: #b22222;
  color: #fff;
  height: 45px;
  font-size: 14px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-main-empty .add-now-btn button#add-cat-placeholder:hover {
  background-color: transparent;
  color: #b22222;
  border: 1px solid #b22222;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-main-empty .add-now-img {
  width: 70%;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-main-empty .add-now-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category .vln-settings-wrapper {
  position: fixed;
  right: 0;
  top: 5%;
  width: 90%;
  background: #b22222;
  padding: 26px;
  height: 100vh;
  display: flex;
  margin-right: -100%;
  transition: 0.5s ease all;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: auto;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category .vln-settings-wrapper-first,
#lb-vln-wrapper .vln-section .vln-main .vln-category .vln-settings-wrapper-second {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category .vln-settings-wrapper.active {
  margin-right: 0;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category .settings-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category .vln-settings-wrapper-second {
  display: flex;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category .aw_upload_image_button {
  display: block;
  padding: 0;
  text-decoration: none;
  background: transparent;
  margin: 5px 0;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category #add-new-category {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #03a9f4;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category .vln_settings_input {
  margin-bottom: 10px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category .vln_settings_input label {
  color: white;
  font-weight: 500;
  margin-bottom: 5px;
  width: 40%;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category .vln_settings_input input:not([type=checkbox]) {
  width: 60%;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-wrapper .accordion-container {
  padding: 10px 20px;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-wrapper .accordion-container .vln-cat-item {
  margin: 0;
  padding-left: 20px;
  position: relative;
  background-color: rgb(255, 255, 255);
  color: #b22222;
  border-radius: 10px;
  /* transition: all 0.2s ease-in-out 0s;
  will-change: transform, box-shadow; */
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-wrapper .accordion-container .vln-cat-item:hover {
  /* transform: translateY(-2px); */
  box-shadow: 0 3px 8px rgba(47, 43, 61, 0.14), 0 0 transparent, 0 0 transparent;
}

#lb-vln-wrapper .vln-section .vln-main .vln-category-wrapper .accordion-container .vln-cat-item:before {
  content: "\f0dc";
  font-family: 'Line Awesome Free';
  position: absolute;
  left: 0;
  z-index: 99;
  top: 0;
  cursor: move;
  width: 1%;
  height: 100%;
  background: #f5f3f4;
  line-height: 55px;
  padding-left: 8px;
}

#lb-vln-wrapper .vln-section .vln-main img#vln_image_placeholder {
  width: 100px;
}

#lb-vln-wrapper .vln-section .vln-main .show_img_div {
  text-align: center;
  border-top: 1px solid #c3c4c7;
  border-bottom: 1px solid #c3c4c7;
  padding-top: 10px;
}

#lb-vln-wrapper .vln-section .vln-main .show_img_div p {
  font-weight: 600;
  color: #0a4b78;
  font-size: 14px;
}

#lb-vln-wrapper .add-category-div {
  text-align: right;
}

#lb-vln-wrapper select.vln_select_template {
  width: 100%;
}

#lb-vln-wrapper .vln-course-item {
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  will-change: transform, box-shadow;
}

#lb-vln-wrapper .vln-course-item:hover {
  /* transform: translateY(-2px); */
  box-shadow: 0 3px 5px rgba(47, 43, 61, 0.14), 0 0 transparent, 0 0 transparent;
}

#lb-vln-wrapper .course-accordion {
  position: relative;
  background-color: #fff;
  color: #3c434a;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  padding: 12px 15px 12px 35px;
  overflow: hidden;
  border-bottom: 1px solid rgba(34, 51, 84, 0.1);
  font-weight: 600;
}

#lb-vln-wrapper .course-accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#lb-vln-wrapper .course-accordion:before {
  content: "\f0dc";
  font-family: 'Line Awesome Free';
  position: absolute;
  left: 15px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  cursor: move;
  width: 1%;
}

#lb-vln-wrapper .course-accordion > span.course_ribbon {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -26px;
}

#lb-vln-wrapper .course-accordion .active:after {
  content: "−";
}

#lb-vln-wrapper .course-accordion .active {
  background-color: #eee;
  border: 1px solid;
  border-bottom: 0;
}

#lb-vln-wrapper .course-accordion .panel {
  padding: 15px;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 1px solid;
  border-top: 0;
}

#lb-vln-wrapper .course-accordion button.btn.btn-second {
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  height: -moz-max-content;
  height: max-content;
  background: #3282b8;
}

#lb-vln-wrapper .course-accordion button.btn.btn-second:hover {
  background-color: #0a4b78;
}

#lb-vln-wrapper .add_course_div {
  text-align: right;
  padding-right: 10px;
  margin-top: 15px;
}

#lb-vln-wrapper .add_course_div .btn-vn {
  margin: 0;
  box-shadow: none;
  background: #b22222;
  color: #fff;
  border-radius: 50px;
}

#lb-vln-wrapper .header-sub-cat {
  padding: 5px;
}

#lb-vln-wrapper .category-settings {
  display: flex;
  justify-content: space-between;
}

#lb-vln-wrapper .cat-settings-content {
  position: relative;
  padding: 16px;
  border-right: 1px solid rgba(34, 51, 84, 0.1);
}

#lb-vln-wrapper .category-area,
#lb-vln-wrapper .canvas-area {
  display: none !important;
}

#lb-vln-wrapper .image-coordinate-area {
  max-width: 500px;
  max-height: 500px;
  overflow: auto;
  min-width: 500px;
  min-height: 500px;
  margin: 0 auto;
  text-align: center;
}

#lb-vln-wrapper .image-coordinate-area button.btn {
  padding: 5px 20px;
  background: #06113c;
  font-size: 14px;
  border: 0;
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  cursor: pointer;
}

#lb-vln-wrapper .cat-settings-action {
  display: flex;
  padding-bottom: 8px;
  flex-wrap: wrap;
  flex-direction: column;
}

#lb-vln-wrapper .cat-settings-action label {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  margin: 5px 0;
  font-weight: 600;
  color: #343434;
  display: inline-block;
}

#lb-vln-wrapper .cat-course-wrapper {
  flex: 2;
  background: #f8f8fb;
  padding: 20px;
}

#lb-vln-wrapper #update_event {
  margin: 0;
  display: none;
}

#lb-vln-wrapper .vln-category-update {
  padding: 10px 15px;
  border-bottom: 1px solid #c3c4c7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#lb-vln-wrapper .vln-category-color {
  padding: 5px;
}

#lb-vln-wrapper .vln-category-title {
  padding: 5px;
}

#lb-vln-wrapper .vln-category-desc {
  flex: 1;
  padding: 5px;
}

#lb-vln-wrapper .vln-category-desc textarea.category_description {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #ced4da;
  resize: none;
}

#lb-vln-wrapper .ac .ac-header {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid rgba(34, 51, 84, 0.1);
}

#lb-vln-wrapper a.remove-category-btn {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  color: #343434;
  font-size: 18px;
}

#lb-vln-wrapper .remove-course-btn,
#lb-vln-wrapper .copy-course-btn,
#lb-vln-wrapper .settings-course-btn {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  color: #f32424;
  font-size: 18px;
}

#lb-vln-wrapper .settings-course-btn {
  right: 75px;
  color: #3d3d3d;
}

#lb-vln-wrapper .copy-course-btn {
  right: 105px;
  color: #3d3d3d;
}

section#vln-library-post {
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  width: 100%;
  background: #fff;
}

section#vln-library-post ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

section#vln-library-post ::-webkit-scrollbar-track {
  background: #dcdcde;
}

section#vln-library-post ::-webkit-scrollbar-thumb {
  background: #888;
}

section#vln-library-post ::-webkit-scrollbar-thumb:hover {
  background: #a9a6a6;
}

section#vln-library-post .vln-library-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

section#vln-library-post .vln-library-loader .loader {
  width: 48px;
  height: 48px;
  border: 3px solid #ff5722;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: vln_rotation 1s linear infinite;
}

section#vln-library-post .vln-library-loader .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #b22222 transparent;
}

@keyframes vln_rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

section#vln-library-post div#vln-lib-header {
  border: 2px solid #b22222;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  background-color: #fff;
}

section#vln-library-post div#vln-lib-header .vln-lib-header-image {
  width: 500px;
  overflow: auto;
  text-align: center;
}

section#vln-library-post div#vln-lib-header .vln-lib-header-image > div {
  margin: 0 auto;
}

section#vln-library-post div#vln-lib-header .vln-lib-header-image p {
  margin: 0;
}

section#vln-library-post div#vln-lib-header .vln-lib-header-content {
  flex: 2;
  padding: 0;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  section#vln-library-post div#vln-lib-header .vln-lib-header-content {
    width: 100%;
    margin: 0;
  }
}

section#vln-library-post div#vln-lib-header .vln-lib-title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

section#vln-library-post div#vln-lib-header .vln-lib-title h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  padding: 0 5px;
  margin: 0;
  display: inline-block;
  background: #fff;
}

section#vln-library-post div#vln-lib-header .vln-lib-title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #000;
  z-index: -1;
}

section#vln-library-post div#vln-lib-header .vln-lib-courses-list {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  cursor: pointer;
  justify-content: center;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item {
  width: 150px;
  border: 1.5px solid;
  transition: 0.2s all;
  padding: 5px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item:hover,
section#vln-library-post div#vln-lib-header .vln-lib-course-item.active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: 0.2s all;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item:hover img,
section#vln-library-post div#vln-lib-header .vln-lib-course-item.active img {
  border-width: 3px;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item figure {
  margin: 0;
  width: 100%;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item.top figure {
  height: 135px;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item img {
  border-radius: 50px;
  border: 1.5px solid;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item h4 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 400;
  text-align: center;
}

section#vln-library-post div#vln-lib-header .vln-tab-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item {
  border: 1.5px solid;
  padding: 10px 20px;
  transition: 0.2s all;
  cursor: pointer;
}

section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item.active,
section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.2s all;
}

section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: inherit !important;
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab {
  flex-direction: column;
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab .vln-lib-inner-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab .vln-lib-inner-heading img {
  max-width: 75px;
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab .vln-lib-inner-heading h3 {
  font-weight: 600;
  margin-left: 50px;
  font-size: 35px;
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab p.vln-lib-inner-desc {
  text-align: center;
  font-weight: 500;
  padding-left: 50px;
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab .vln-lib-title h3 {
  padding: 0 15px;
  font-size: 22px;
  /* display: none; */
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab .heading-div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section#vln-library-post div#vln-lib-header.tmpl_left_tab .vln-lin-header-tab {
  margin-right: 35px;
  text-align: center;
  width: 40%;
}

section#vln-library-post div#vln-lib-header.tmpl_left_tab .vln-lin-header-tab h3 {
  font-weight: 500;
}

section#vln-library-post div#vln-lib-header.tmpl_left_tab .vln-tab-list {
  gap: 0;
  justify-content: space-around;
}

section#vln-library-post div#vln-lib-header.tmpl_left_tab .vln-tab-list .vln-tab-item {
  flex-basis: 45%;
  margin-bottom: 20px;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab {
  border: none;
  padding: 20px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  section#vln-library-post div#vln-lib-header.tmpl_mfi_tab {
    flex-direction: column;
  }
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lin-header-tab {
  margin-right: 0;
  text-align: left;
  width: 40%;
}

@media screen and (max-width: 768px) {
  section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lin-header-tab {
    width: 100%;
  }
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lin-header-tab h3 {
  font-weight: 700;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-family: "PPFormula", lato, arial;
  line-height: 3.2rem;
  margin: 10px 0;
  color: #51674e;
  padding-left: 0;
  position: relative;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lin-header-tab h3:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #51674e;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lin-header-tab h3 {
    font-size: 2.5rem;
  }
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lin-header-tab h3:hover {
  color: #bb6b38;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lin-header-tab h3:hover:before {
  content: "";
  border-left: 12px solid #bb6b38;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lib-course-item {
  min-height: 260px;
  width: 145px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #b22222;
  border: none;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lib-course-item.top {
  justify-content: flex-start;
  border-radius: 0;
  padding: 0;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lib-course-item.top img {
  width: 100%;
  height: 135px;
  border-radius: 0;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lib-course-item {
    min-height: 220px;
    width: 45%;
    max-width: 150px;
  }
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lib-course-item .heading-div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lib-course-item h4 {
  color: #fff;
  margin: 10px 5px;
  font-size: 21px !important;
  line-height: 26px;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lib-course-item.active {
  box-shadow: 10px 10px 10px 1px #b4b0b0;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lib-course-item:hover {
  box-shadow: 10px 10px 10px 1px #b4b0b0;
  border-width: 1.5px;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-tab-list {
  gap: 0;
  flex-direction: column;
  margin-bottom: 0;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-tab-list .vln-tab-item {
  margin-bottom: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab .vln-lib-courses-list {
  justify-content: start;
  gap: 20px;
}

section#vln-library-post div#vln-lib-header.tmpl_mfi_tab h6.vln_sub_head {
  color: #51674e;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 10px 0;
}

section#vln-library-post .vln-lib-outer-heading {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

section#vln-library-post .vln-lib-outer-heading img {
  margin-left: 5%;
  width: 125px;
}

section#vln-library-post .vln-lib-outer-heading h3 {
  background: #b22222;
  color: #fff;
  padding: 22px 24px;
  font-size: 34px;
  position: relative;
  border-radius: 5px 0 0 5px;
  width: 62%;
  margin: 0;
}

section#vln-library-post .vln-lib-outer-heading h3:before {
  content: "";
  position: absolute;
  top: 0;
  right: -144px;
  width: 0;
  height: 0;
  border-width: 72px;
  border-left: 72px solid #b22222;
  border-right: 72px solid transparent;
  border-bottom: 72px solid transparent;
}

section#vln-library-post .vln-lib-content-wrapper {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
}

section#vln-library-post .vln-lib-content-wrapper div#vln_comments {
  width: 100%;
  background-color: #fff;
  border: 2px solid #b22222 !important;
  border-radius: 25px !important;
  padding: 15px;
  margin-top: 30px;
}

section#vln-library-post .vln-lib-content-wrapper div#vln_comments h6 {
  margin: 10px 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  color: #b22222;
}

section#vln-library-post .vln-lib-content-wrapper textarea#vln_user_comment {
  width: 100%;
  height: 80px;
  background: #F0F2F5;
  border: none;
  border-radius: 20px;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 16px;
}

section#vln-library-post .vln-lib-content-wrapper label {
  font-size: 14px;
  padding-left: 10px;
  font-weight: 500;
  margin: 10px 0;
  display: inline-block;
}

section#vln-library-post .vln-lib-content-wrapper button#add_comment {
  border: 2px solid #b22222;
  background: #fff;
  color: #b22222;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

section#vln-library-post .vln-lib-content-wrapper div#comments_list {
  margin: 10px 0;
  display: flex;
  flex-direction: column-reverse;
}

section#vln-library-post .vln-lib-content-wrapper div#comments_list .comment-item {
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding: 10px 0;
  max-width: 50%;
}

section#vln-library-post .vln-lib-content-wrapper div#comments_list .comment-data {
  background: #F0F2F5;
  border-radius: 20px;
  padding: 10px;
  min-width: 30%;
}

section#vln-library-post .vln-lib-content-wrapper div#comments_list .comment-item:first-child {
  border: none;
}

section#vln-library-post .vln-lib-content-wrapper div#comments_list .comment-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

section#vln-library-post .vln-lib-content-wrapper div#comments_list .comment-data p {
  font-size: 11px;
  margin: 0;
  text-transform: capitalize;
}

section#vln-library-post .vln-lib-content-wrapper div#comments_list .comment-data p b {
  font-weight: 500;
}

section#vln-library-post .vln-lib-content-wrapper div#comments_list p.vln-comment-text {
  font-size: 16px;
  text-transform: capitalize;
}

section#vln-library-post .vln-lib-content-wrapper div#comments_list span.vln-comment-date {
  color: #65676B;
  font-size: 10px;
}


section#vln-library-post div#vln-lib-content {
  background-color: #fff;
  border: 2px solid #b22222;
  border-radius: 5px;
  padding: 35px;
  margin-top: 15px;
  position: relative;
}

section#vln-library-post div#vln-lib-content.comment_active {
  width: 70%;
}

section#vln-library-post div#vln-lib-content.hide {
  display: none;
}

section#vln-library-post .vln-lib-footer {
  background-color: #fff;
  border: 2px solid #b22222;
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

section#vln-library-post .vln-lib-footer .vln-footer-btn {
  border: 2px solid #b22222;
  background: #fff;
  color: #b22222;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  column-gap: 10px;
}

section#vln-library-post .vln-lib-footer .vln-footer-btn:hover {
  text-decoration: none;
}

section#vln-library-post .vln-lib-footer .vln-footer-btn:disabled {
  pointer-events: none;
  cursor: not-allowed !important;
  background: #e7e5e5;
  border: 2px solid #ababca;
  color: #ababca;
}

section#vln-library-post .vln-lib-footer .vln-footer-btn:disabled img {
  opacity: 0.4;
}

section#vln-library-post .vln-lib-footer .vln-footer-btn img {
  width: 20px;
  display: inline-block;
}

section#vln-library-post .vln-lib-footer.hide {
  display: none;
}

section#vln-library-post #complete-course {
  position: absolute;
  opacity: 0;
}

section#vln-library-post #complete-course + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

section#vln-library-post #complete-course + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #b22222;
}

section#vln-library-post #complete-course:hover + label:before {
  background: #b22222;
}

section#vln-library-post #complete-course:checked + label:before {
  background: #b22222;
}

section#vln-library-post #complete-course:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

section#vln-library-post #complete-course:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

section#vln-library-post #complete-course:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #f58a1e;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #f58a1e, 4px 0 0 #f58a1e, 4px -2px 0 #f58a1e, 4px -4px 0 #f58a1e, 4px -6px 0 #f58a1e, 4px -8px 0 #f58a1e;
  transform: rotate(45deg);
}

section#vln-library-post.mfi_template #vln-lib-content {
  border: none;
  padding-top: 10rem;
  z-index: 1;
}

section#vln-library-post.mfi_template #vln-lib-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/divider.svg);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.add-cat-btn {
  margin-top: 10px;
  text-align: right;
}

#lb-vln-wrapper .image-coordinate-area {
  display: none;
}

#lb-vln-wrapper .cat-settings-content {
  width: 25%;
}

#lb-vln-wrapper .category-settings {
  flex-direction: row;
}

.vln-lib-course-content.hide {
  display: none;
}

div#vln_img_placeholder {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  display: none;
}

@media screen and (max-width: 768px) {
  div#vln_img_placeholder {
    display: none;
  }
}

div#vln_img_placeholder .img-flows {
  width: 80%;
  margin-top: 5%;
  margin-left: -140px;
}

@media screen and (max-width: 1024px) {
  div#vln_img_placeholder .img-flows {
    width: 72%;
    margin-top: 8%;
    margin-left: -120px;
  }
}

div#vln_img_placeholder h3 {
  color: #51674e;
  z-index: 1;
  display: inline-block;
  margin: 0 !important;
  position: absolute;
  top: 48%;
  right: 80px;
}

.vln_complete_arrow,
.vln_complete_arrow_top {
  position: absolute;
  bottom: -55px;
  right: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: 0.4s all;
}

.vln_complete_arrow:hover,
.vln_complete_arrow_top:hover {
  transform: scale(1.1);
  transition: 0.4s all;
}

.vln_complete_arrow_top {
  top: 10%;
  right: -10px;
  z-index: 99;
}

.course-settings-action {
  display: flex;
  position: absolute;
  top: 0;
  right: -100%;
  width: 250px;
  background: #e0e1dd;
  height: 100%;
  z-index: 99;
  flex-direction: column;
  padding: 15px;
  row-gap: 15px;
  transition: 0.5s ease all;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.course-settings-action.in {
  right: 0;
  transition: 0.5s ease all;
}

.course-settings-action span.close-subcat-settings {
  position: relative;
}

.course-settings-action span.close-subcat-settings i {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  padding: 6px;
  font-size: 20px;
}

.course-settings-action span.close-subcat-settings i:hover {
  color: #f44336;
}

.course-action-item label {
  display: block;
  color: #b22222;
  font-weight: 500;
  margin-bottom: 5px;
}

.vn-accordion-row.panel {
  padding: 10px;
  background: #fff;
}

.course_img_preview {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.course_img_preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

div#vln-lib-course-content {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.vln-alert.success {
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 600;
  display: none;
}

.vln-alert.success p {
  font-size: 18px;
  text-align: center;
}

.vln-alert.success.success {
  background: #b8f1b0;
  color: #1a4d2e;
}

.vln_lb_credit a {
  width: 100%;
  display: flex;
  text-decoration: none !important;
  align-items: center;
  justify-content: end;
  margin-top: 5px;
  opacity: 0.5;
}

.vln_lb_credit a img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 35px;
}

.vln_lb_credit a span {
  font-size: 10px;
  color: #9cc828;
  font-weight: 600;
}

.alert_box {
  border: 1px solid #ccc;
  position: absolute;
  top: 305px;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 9;
  max-width: 100%;
  display: none;
  width: 100%;
  padding: 20px 0;
}

span.close_alert {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  text-align: center;
}

span.close_alert button {
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 12px;
  padding: 0 10px;
  text-transform: capitalize;
  background: #fff;
  color: #b22222;
  border: 1px solid #b22222;
  border-radius: 5px;
}

.alert_img {
  background: #fff;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 90vh;
  border: 2px solid #b22222;
  margin: 0 auto;
  color: #b22222;
  text-align: center;
  font-size: 30px;
  border-radius: 5px;
  flex-direction: column;
}

.alert_img img {
  max-width: 100%;
  margin: 20px auto;
  width: 30%;
}

@media screen and (max-width: 768px) {
  section#vln-library-post div#vln-lib-content {
    padding: 10px;
  }

  section#vln-library-post .vln-lib-footer {
    padding: 5px;
  }

  section#vln-library-post .vln-lib-footer .vln-footer-btn {
    font-size: 10px;
    padding: 5px;
  }

  section#vln-library-post .vln-lib-footer .vln-footer-btn img {
    width: 10px;
  }

  section#vln-library-post div#vln-lib-header {
    padding: 10px;
  }

  section#vln-library-post div#vln-lib-header.tmpl_top_tab p.vln-lib-inner-desc {
    padding-left: 0;
  }

  section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item {
    padding: 5px 10px;
    min-width: 120px;
    text-align: center;
  }

  section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item h3 {
    font-size: 12px;
  }

  section#vln-library-post div#vln-lib-header .vln-lib-course-item {
    width: 45%;
  }

  section#vln-library-post div#vln-lib-header .vln-lib-course-item.top figure {
    height: auto;
  }

  section#vln-library-post div#vln-lib-header .vln-lib-course-item h4 {
    font-size: 12px;
    margin: 0px 0;
  }

  section#vln-library-post .vln-lib-outer-heading h3 {
    padding: 6px 10px;
    font-size: 14px;
    width: 85%;
  }

  section#vln-library-post .vln-lib-outer-heading h3:before {
    content: "";
    position: absolute;
    top: 0;
    right: -80px;
    width: 0;
    height: 0;
    border-width: 40px;
    border-left: 40px solid #b22222;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }

  section#vln-library-post .vln-lib-outer-heading img {
    display: none;
  }
}

section#vln-library-post div#vln-lib-content iframe {
  width: 100% !important;
  height: 641px !important;
}

@media (max-width: 768px) {
  section#vln-library-post div#vln-lib-content iframe {
    height: 200px !important;
  }
}

.vln_ribbon {
  position: absolute;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
  left: 0;
  top: 0px;
}

.vln_ribbon span {
  width: 65px;
  height: 15px;
  line-height: 15px;
  padding-left: 10px;
  position: absolute;
  left: -5px;
  font-size: 8px;
  top: 4px;
  background: #b22222;
}

.vln_ribbon span:before,
.vln_ribbon span:after {
  content: "";
  position: absolute;
}

.vln_ribbon span:before {
  height: 0;
  width: 0;
  top: -5.5px;
  left: 0px;
  border-bottom: 6px solid #b22222;
  border-left: 4px solid transparent;
  z-index: 0;
}

.vln_ribbon span:after {
  height: 0;
  width: 0;
  right: -9.5px;
  border-top: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #b22222;
  top: 0px;
}

section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item span {
  background-image: url(../images/tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 20px;
  height: 15px;
  border-radius: 50%;
  font-size: 0;
}

section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item.disabled span {
  display: none;
}

.vln-tab-item.vln_cat_area.disabled {
  pointer-events: none;
  background: #e4e4e4 !important;
  border-color: #9e9e9e !important;
  color: #9e9e9e !important;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item.disabled {
  pointer-events: none;
  background-color: #e4e4e4 !important;
  cursor: not-allowed;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item.disabled h4 {
  color: #9e9e9e !important;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item.disabled .vln_ribbon {
  display: none;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item.disabled img {
  filter: grayscale(1);
}

button#copy-share-link {
  font-size: 10px;
  border: 2px solid #b22222;
  background: #fff;
  padding: 8px;
  color: #b22222;
  border-radius: 5px;
  padding-left: 25px;
  background-image: url(../images/copy.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 5px 6px;
  transform: translateY(25px);
}

.vln-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.vln-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0.5rem;
  border: 3px solid #b22222;
}

.vln-modal-content h6 {
  text-transform: initial;
  color: #6363be;
  font-weight: 600;
  font-size: 22px;
  margin: 30px;
}

.vln-modal-content p {
  font-size: 12px;
  color: #717171;
}

.vln-close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  font-size: 26px;
}

.vln-close-button:hover {
  background-color: darkgray;
}

.vln-show-modal {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.vln-modal-footer {
  display: flex;
  justify-content: space-between;
}

button#vln-cancel-mc {
  border: 2px solid #e91e63;
  color: #e91e63;
}

button#vln-apply-mc {
  border: 2px solid #009688;
  color: #009688;
}

.vln-modal-footer button {
  font-size: 10px;
  border: 2px solid #b22222;
  background: #fff;
  padding: 8px;
  color: #6363be;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease all;
}

.vln-modal-footer button:hover {
  background: #b22222;
  color: #fff;
  transition: 0.2s ease all;
}

button#vln-cancel-mc:hover {
  background-color: #e91e63;
  color: #fff;
}

button#vln-apply-mc:hover {
  background-color: #009688;
  color: #fff;
}

.vln_progress_top {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: green;
  font-weight: 600;
}

.vln-bar-container {
  background: #f0f0f0;
  height: 10px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.vln-bar-container .vln-bar {
  background: #b22222;
  background: linear-gradient(to right, #b22222, #faaa3e);
  height: 10px;
  width: 0%;
  border-radius: 10px;
  transition: width 400ms;
}

section#vln-library-post .vln-lib-outer-heading {
  display: none !important;
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab {
  border: 2px solid #ffffff !important;
  border-radius: 5px !important;
}

section#vln-library-post div#vln-lib-content {
  border: 2px solid #ffffff !important;
}

section#vln-library-post .vln-lib-footer {
  border: 2px solid #ffffff !important;
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab p.vln-lib-inner-desc {
  color: #000 !important;
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab p.vln-lib-inner-desc span {
  color: #b22222;
}

/* section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item {
  border-radius: 10px !important;
  border: 2px solid !important;
} */

/* section#vln-library-post div#vln-lib-header .vln-lib-course-item:hover,
section#vln-library-post div#vln-lib-header .vln-lib-course-item.active {
  box-shadow: none !important;
  background-image: url("../images/border_o.png") !important;
} */

section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item:hover img,
section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item.active img {
  filter: invert(70%) sepia(82%) saturate(602%) hue-rotate(329deg) brightness(103%) contrast(96%) !important;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item h4 {
  max-width: 111px;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  margin-top: 15px;
}

section#vln-library-post .vln-lib-footer .vln-footer-btn {
  border-color: #b22222 !important;
  color: #b22222 !important;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
}

section#vln-library-post .vln-lib-footer .vln-footer-btn:disabled {
  background: #e7e5e5 !important;
  border-color: #ababca !important;
  color: #ababca !important;
}

/* section#vln-library-post div#vln-lib-header .vln-lib-course-item {
  background-image: url("../images/border_g.png") !important;
  border: 0 !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
} */

div#circle-bg1 {
  position: absolute;
  left: -60%;
}

div#circle-bg2 {
  position: absolute;
  right: -55%;
  top: -25%;
}

button#copy-share-link {
  border-color: #b22222 !important;
  color: #b22222 !important;
}

section#vln-library-post #complete-course + label:before {
  border: 2px solid #b22222;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item {
  position: relative;
}

.vln_ribbon {
  z-index: 1 !important;
  left: 4px !important;
  top: 4px !important;
}

section#vln-library-post #complete-course:checked + label:before {
  background: #b22222 !important;
  border: 2px solid #b22222 !important;
}

section#vln-library-post #complete-course + label:before {
  border: 2px solid #b22222 !important;
}

section#vln-library-post #complete-course:hover + label:before {
  background: #b22222 !important;
}

section#vln-library-post .vln-lib-footer {
  margin-top: 15px !important;
}

div#vln-lib-course-content p {
  margin: 0;
}

section#vln-library-post .vln_bottom_actions {
  display: none;
}

section#vln-library-post .vln_bottom_actions button#copy-share-link {
  border-radius: 10px;
  border: 1px solid #b22222 !important;
  background: #fff;
  padding: 10px 10px;
  font-size: 14px;
  height: 40px;
  box-shadow: 3px 3px 6px 1px #aaa !important;
  display: none;
}

section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item {
  position: relative;
  /* flex: 0 0 20%; */
}

section#vln-library-post .vln-library-loader {
  z-index: 3 !important;
}

.vln_complete_checkbox.animation {
  position: relative;
}

.vln_complete_checkbox.animation::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 7px;
  animation: 1.5s explode ease-out 1 backwards, 1.5s gravity ease-in 1 backwards;
}

@keyframes explode {
  to {
    box-shadow: -249px -118.3333333333px #faaa3e, -196px -87.3333333333px #ff9c8f, 205px -8.3333333333px #b22222, -104px 10.6666666667px #ff9c8f, 19px -95.3333333333px #ff9c8f, 135px -48.3333333333px #faaa3e, 234px -145.3333333333px #faaa3e, -135px -162.3333333333px #b22222, -171px -17.3333333333px #faaa3e, -209px -127.3333333333px #ff9c8f, -130px 10.6666666667px #b22222, -228px -20.3333333333px #faaa3e, 110px -193.3333333333px #3bceac, 84px -152.3333333333px #faaa3e, 9px -188.3333333333px #ff9c8f, -218px -20.3333333333px #faaa3e, 49px -4.3333333333px #b22222, -50px -56.3333333333px #3bceac, 60px 34.6666666667px #3bceac, -234px -181.3333333333px #b22222, 1px -43.3333333333px #b22222, 50px -164.3333333333px #faaa3e, 133px -186.3333333333px #faaa3e, 31px -23.3333333333px #faaa3e, -157px 29.6666666667px #ff9c8f, 54px -102.3333333333px #faaa3e, 168px -67.3333333333px #ff9c8f, -246px -142.3333333333px #b22222, -88px -133.3333333333px #b22222, -203px 32.6666666667px #3bceac, -153px 16.6666666667px #ff9c8f, -156px -188.3333333333px #3bceac, 232px -132.3333333333px #b22222, 136px -72.3333333333px #b22222, 85px -193.3333333333px #faaa3e, 193px -199.3333333333px #faaa3e, 81px -90.3333333333px #faaa3e, 135px 34.6666666667px #3bceac, 128px -180.3333333333px #b22222, 15px -156.3333333333px #faaa3e, -52px -159.3333333333px #3bceac, 134px 17.6666666667px #3bceac, 149px -203.3333333333px #b22222, 135px -2.3333333333px #b22222, -154px -46.3333333333px #faaa3e, 141px -178.3333333333px #ff9c8f, 191px 16.6666666667px #b22222, 76px -187.3333333333px #ff9c8f, -181px 23.6666666667px #3bceac, 226px -2.3333333333px #3bceac, -71px 26.6666666667px #ff9c8f, -89px -64.3333333333px #ff9c8f, 157px -175.3333333333px #ff9c8f, -217px -62.3333333333px #faaa3e, -144px -164.3333333333px #3bceac, 131px -193.3333333333px #faaa3e, 30px -189.3333333333px #b22222, -113px -78.3333333333px #faaa3e, 15px 5.6666666667px #faaa3e, -107px -14.3333333333px #faaa3e, -217px -117.3333333333px #faaa3e, 179px -153.3333333333px #ff9c8f, 198px -53.3333333333px #ff9c8f, -221px -34.3333333333px #3bceac, -138px 29.6666666667px #3bceac, 193px -123.3333333333px #ff9c8f, 44px -194.3333333333px #faaa3e, -243px -126.3333333333px #faaa3e, -106px -43.3333333333px #ff9c8f, 6px 0.6666666667px #b22222, -106px -140.3333333333px #faaa3e, -120px -162.3333333333px #faaa3e, -174px -156.3333333333px #b22222, -198px -193.3333333333px #b22222, -23px -16.3333333333px #faaa3e, 140px -14.3333333333px #faaa3e, 166px -42.3333333333px #3bceac, 25px -58.3333333333px #3bceac, -2px -189.3333333333px #ff9c8f, 241px 10.6666666667px #b22222, 13px -115.3333333333px #3bceac, -188px -8.3333333333px #3bceac, -211px -147.3333333333px #faaa3e, -44px -4.3333333333px #ff9c8f, 158px -197.3333333333px #faaa3e, 134px -31.3333333333px #ff9c8f, 248px -33.3333333333px #faaa3e, -208px 14.6666666667px #faaa3e, -69px -94.3333333333px #ff9c8f, 223px -54.3333333333px #ff9c8f, -91px 41.6666666667px #ff9c8f;
  }
}

@keyframes gravity {
  to {
    transform: translateY(75px);
    opacity: 0;
  }
}

.vln-lib-loading .vln-lib-loading-img,
.vln-lib-loading .vln-lib-loading-title {
  background: #000;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.vln-lib-loading .vln-lib-loading-img {
  min-height: 104px;
  width: 104px;
  margin: 15px auto;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.vln-lib-loading > div {
  background: #fbfbfb;
  height: 100%;
  width: 100%;
  max-width: 20%;
  padding: 10px;
}

.vln-lib-loading-title {
  height: 50px;
  width: 90%;
  margin: 20px auto 30px;
  background: #000;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.vln-lib-loading {
  display: flex;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  cursor: pointer;
  justify-content: center;
  padding: 20px 0;
}

#vln-category-desc {
  display: none;
  margin: 0;
}

section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item {
  text-align: center;
}

section#vln-library-post div#vln-lib-header .vln-lib-course-item h4 {
  text-transform: capitalize;
}

body section#vln-library-post div#vln-lib-header .vln-lib-course-item.disabled {
  background-color: transparent !important;
}

section#vln-library-post div#vln-lib-header.tmpl_top_tab {
  position: relative;
  z-index: 99 !important;
}

section#vln-library-post div#vln-lib-header .vln-lib-title:before {
  display: none;
}

section#vln-library-post div#vln-lib-content {
  z-index: 99 !important;
}

.footer-links a:hover {
  color: #fff;
  text-shadow: 0px -1px #000;
}

span.close_alert {
  display: none !important;
}

.alert_box {
  position: relative !important;
  transform: none !important;
  z-index: 9999 !important;
  top: unset !important;
  left: unset !important;
}

.alert_img {
  line-height: 1.2 !important;
  height: 60vh !important;
  font-size: 22px !important;
}

@media screen and (max-width: 1204px) {
  section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  section#vln-library-post div#vln-lib-header .vln-lib-course-item {
    width: 150px !important;
  }

  ul.footer-links {
    justify-content: center !important;
    font-size: 16px !important;
  }

  section#vln-library-post div#vln-lib-header .vln-tab-list .vln-tab-item {
    flex: 0 0 30% !important;
  }

  section#vln-library-post div#vln-lib-content {
    padding: 25px !important;
  }

  section#vln-library-post div#vln-lib-header .vln-lib-course-item h4 {
    font-size: 16px !important;
  }

}

/* .vln_progress_wrapper {
  display: none;
} */

textarea.complete_notice {
  width: 100%;
  border-radius: 0;
  height: 50px;
  resize: none;
  border: 1px solid #ced4da;
  margin: 15px 0px;
}

.completion_notice {
  border: 2px solid #b22222 !important;
  margin: 35px 0;
  padding: 30px;
  border-radius: 20px;
  color: #000;
  font-weight: 500;
  display: none;
  text-align: center;
}

.completion_notice p {
  margin: 10px;
  font-size: 16px;
}

#complete_next_btn {
  border: 2px solid #b22222;
  background: #fff;
  color: #b22222;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}


.vln-report-page {
  border-color: #dfdfdf;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  background: #fff;
  max-width: 80%;
  margin: 20px auto;
}

.vln-report-heading h3 {
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
  line-height: 1.4;
  border-bottom: 1px solid #c3c4c7;
}

.vln-report-content {
  padding: 20px;
}

section#vln-library-post .vln_complete_checkbox.checkbox_loading {
  filter: grayscale(1);
  cursor: not-allowed;
  pointer-events: none;
}

section#vln-library-post.notallowed_response div#vln-lib-header .vln-tab-list .vln-tab-item span {
  display: none;
}

section#vln-library-post.notallowed_response .vln_ribbon {
  display: none;
}


/* V2 Design */

section#vln-library-post.v2 div#vln-lib-header .vln-tab-list .vln-tab-item {
  flex-grow: 1;
  flex-basis: 0;
}

section#vln-library-post.v2 div#vln-lib-header.tmpl_top_tab {
  background: #fcf1e8;
  border: none !important;
  padding: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px !important;
}

section#vln-library-post.v2 div#vln-lib-header .vln-tab-list .vln-tab-item {
  border: none !important;
  background: transparent !important;
  padding: 20px 75px;
}

section#vln-library-post.v2 div#vln-lib-header .vln-tab-list {
  margin: 0;
}

section#vln-library-post.v2 div#vln-lib-header .vln-lib-header-content .vln-lib-title {
  display: none;
}

section#vln-library-post.v2 div#vln-lib-header .vln-tab-list .vln-tab-item.active h3,
section#vln-library-post.v2 div#vln-lib-header .vln-tab-list .vln-tab-item:hover h3 {
  color: #f58a1e !important;
}

section#vln-library-post.v2 div#vln-lib-header .vln-tab-list .vln-tab-item.active,
section#vln-library-post.v2 div#vln-lib-header .vln-tab-list .vln-tab-item:hover {
  box-shadow: none;
  background: #fff !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

section#vln-library-post.v2 .vln-tab-item.vln_cat_area.disabled h3 {
  opacity: 0.4;
}

section#vln-library-post.v2 form#vln_library_form {
  margin: 0;
}

section#vln-library-post.v2 div#vln-lib-content {
  padding: 0;
  border: none !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

section#vln-library-post.v2 .completion_notice {
  background: #fcf1e8;
  border: none !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
}

section#vln-library-post.v2 .vln-lib-footer {
  background: #fff;
  border: none !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display:none;
}

section#vln-library-post.v2 {
  background: transparent;
}

section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item figure img {
  display: none;
}

section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item figure {
  height: auto;
}

section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item {
  min-height: auto;
  border: 0;
  /* flex-grow: 1; */
  flex-basis: 30%;
}

section#vln-library-post.v2 div#vln-lib-header .vln-lib-courses-list {
  gap: 0;
  align-items: center;
  padding-top: 10px;
  background: #fff;
}

section#vln-library-post.v2 div#vln-lib-header .vln-lib-header-content {
  margin: 0;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

section#vln-library-post.v2 .vln_progress_wrapper {
  padding: 10px 50px;
}

section#vln-library-post.v2 .vln-bar-container {
  margin: 0;
}

section#vln-library-post.v2 div#vln-lib-header.tmpl_top_tab p.vln-lib-inner-desc {
      margin: 10px;
  font-family: 'Museo rounded 300';
  font-weight: 500;
}

section#vln-library-post.v2 div#vln-lib-header .vln-tab-list .vln-tab-item h3 {
  font-weight: 700;
  font-family: 'Museo rounded 300';
}

section#vln-library-post.v2 .vln-lib-courses-wrapper {
  background: #fff;
}

section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item h4 {
  max-width: 75%;
  font-weight: 700;
  font-family: 'Museo rounded 300';
}

section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item:nth-child(4) {
  /* flex-basis: 50%; */
  margin-bottom: 15px;
}

section#vln-library-post.v2 .vln_complete_checkbox {
  border-color: #f58a1e !important;
  background: #f58a1e !important;
  padding: 0 10px;
  z-index: 9;
  color: #fff;
  border-radius: 10px;
}

section#vln-library-post.v2 #complete-course:checked + label:before {
  background: #fff !important;
  width: 16.5px;
  height: 15px;
}

section#vln-library-post.v2 div#vln-lib-course-content iframe {
  box-shadow: none;
}

section#vln-library-post.v2 #complete-course + label {
  color: #fff !important;
  font-weight: 700;
  font-size: 12px;
}

section#vln-library-post.v2 #complete-course + label:before {
  border: 2px solid #f58a1e !important;
  width: 15px;
  height: 15px;
}

section#vln-library-post.v2 #complete-course:hover + label:before {
  background: #fff !important;
}

section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item:hover,
section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item.active {
  box-shadow: none;
}

section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item:hover h4,
section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item.active h4 {
  color: #f58a1e !important;
}

section#vln-library-post.v2 button#copy-share-link {
  border: 0;
  color: #222 !important;
  cursor: copy;
  display: none;
}

section#vln-library-post.v2 .vln-lib-footer .vln-footer-btn {
  border-color: #f58a1e !important;
  color: #f58a1e !important;
  padding: 5px 10px;
}

section#vln-library-post.v2 .vln-lib-footer .vln-footer-btn img {
  filter: invert(55%) sepia(99%) saturate(1026%) hue-rotate(348deg) brightness(100%) contrast(93%);
  width: 15px;
}

section#vln-library-post.v2 .vln_ribbon span:before {
  background-image: url(../images/tick.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  color: #000;
  border: 0;
}

section#vln-library-post.v2 .vln_ribbon span:after {
  display: none;
}

section#vln-library-post.v2 .vln_ribbon span {
  font-size: 0px;
  background: transparent;
  width: auto;
}

section#vln-library-post.v2 .vln_ribbon {
  left: 50% !important;
  top: 0 !important;
}

section#vln-library-post.v2 .vln_progress_top {
  color: #000;
}

section#vln-library-post.v2 .vln-bar-container {
  background: #fff;
}

section#vln-library-post.v2 .vln-bar-container .vln-bar {
  background: linear-gradient(to right, #caad91, #f58a1e);
}

section#vln-library-post.v2 #complete-course:checked + label:after {
  left: 3px;
  top: 7px;
}

section#vln-library-post.v2 .vln-lib-loading .vln-lib-loading-img {
  display: none;
}

section#vln-library-post.v2 .vln-lib-loading .vln-lib-loading-title {
  margin: 0;
}

section#vln-library-post.v2 .vln-lib-footer .vln-footer-btn:disabled {
  background: transparent !important;
  border: 1px solid #e7e5e5 !important;
  color: #e7e5e5 !important;
}

section#vln-library-post.v2 .vln-lib-footer .vln-footer-btn:disabled img {
  filter: invert(100%) sepia(2%) saturate(18%) hue-rotate(243deg) brightness(114%) contrast(86%);
}

section#vln-library-post.v2 .vln-lib-footer .vln-footer-btn {
  border-width: 1px;
}

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

  section#vln-library-post.v2 .vln_progress_wrapper {
    padding: 10px 15px;
  }

  section#vln-library-post.v2 div#vln-lib-header.tmpl_top_tab p.vln-lib-inner-desc {
    margin: 10px;
    font-size: 16px;
  }

  section#vln-library-post.v2 div#vln-lib-header .vln-tab-list {
    gap: 0;
  }

  section#vln-library-post.v2 div#vln-lib-header .vln-tab-list .vln-tab-item {
    padding: 10px;
  }

  section#vln-library-post.v2 div#vln-lib-header .vln-tab-list .vln-tab-item span {
    left: 0;
    top: 10px;
    width: 15px;
    height: 15px;
  }

  section#vln-library-post.v2 .vln_ribbon {
    left: 4px !important;
    top: 5px !important;
  }

  section#vln-library-post.v2 div#vln-lib-header .vln-lib-course-item h4 {
    max-width: 100%;
    font-size: 12px !important;
  }

  section#vln-library-post.v2 .vln_ribbon span:before {
    width: 10px;
    height: 10px;
  }

  section#vln-library-post.v2 div#vln-lib-content {
    padding: 0 !important;
  }

  section#vln-library-post #complete-course + label {
    font-size: 12px;
  }

  section#vln-library-post.v2 span#course_bar_text {
    font-size: 12px;
  }

  section#vln-library-post.v2 span#course_bar_perc {
    font-size: 12px;
  }

}

.vln-lib-footer-left {
  display: flex;
  gap: 20px;
}

.vln-lib-footer-right {
  display: flex;
  gap: 20px;
}
section#vln-library-post div#vln-lib-header .learndash-wrapper .ld-alert-success {
    width: 90%;
    margin: 0 auto;
    background: #fff !important;
}
section#vln-library-post.notallowed_response .vln-lib-footer-left {
    width: 55%;
    justify-content: space-between;
}