/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *

















 */
.section-padding-two {
  background-color: black;
  background-image: none; }

.edu-blog.blog-type-2 .inner .thumbnail {
  overflow: hidden;
  height: 200px;
  /* Set the desired height for the blog card images */ }

.edu-blog.blog-type-2 .inner .thumbnail img {
  width: 100%;
  height: 100%;
  /* Ensure the image takes the full height of the container */
  object-fit: cover;
  /* Maintain aspect ratio and cover the container */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#quiz_form .form-control {
  font-size: 16px; }

.qz-form-navigation button {
  font-size: 16px; }

body, html {
  overflow-x: hidden !important; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: 2px solid #ddd; }

body .edu-footer-with-cta {
  margin-top: 0; }

body .eduvibe-footer-two .footer-style-default {
  padding-top: 0; }

body .teacher .eduvibe-about-one-team {
  background-image: none; }

.w-30 {
  width: 30px; }

body .blog-meta li img.w-30 {
  border-radius: 100%; }

.feedback .content {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  margin: 0 20px;
  padding: 20px;
  background-color: #fcfcfc;
  border-radius: 40px;
  width: 33.333%; }

.feedback p {
  height: 160px;
  overflow-y: auto; }

.feedback .content:first-child {
  margin-left: 0; }

.feedback .content:last-child {
  margin-right: 0; }

.feedback h3 {
  font-size: 20px; }

.feedback .icon {
  height: 100px;
  width: 100px;
  background-color: #d5eef7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%; }

.feedback i {
  font-size: 8rem;
  color: var(--color-parimary);
  width: 100px;
  align-items: center;
  display: flex;
  justify-content: center; }

#users-feedback {
  max-width: 100%;
  width: 100%;
  min-height: 100px;
  height: auto;
  padding: 16px;
  margin-bottom: 32px;
  font-size: 16px;
  background-color: #F5F5F5;
  border: 2px solid transparent;
  border-radius: 5px; }

.feedback .pre-title {
  color: #666;
  letter-spacing: normal; }

.follow-up-options {
  margin-bottom: 20px; }

.follow-up-options > label {
  margin-right: 32px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.follow-up-options > label > input[type="radio"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0; }

.radio-circle {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: var(--white);
  border: 1px solid #ddd;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 50%;
  padding: 5px;
  position: relative; }

.follow-up-options > label:hover .radio-circle {
  background: var(--primary-light); }

.follow-up-options > label > input:checked ~ .radio-circle::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-parimary);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%; }

body .edu-btn.btn-danger {
  background-color: #b1b0b0; }

body .edu-btn.btn-danger:hover {
  background-color: #595353; }

body .sponsors-section .grid-metro3 .grid-metro-item {
  width: 25%; }

body .edu-gallery-grid-item .edu-gallery-grid::before {
  content: unset; }

body .grid-metro-item span {
  font-size: 18px;
  text-align: left;
  display: block; }

body .grid-metro-item img {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
  border-radius: 30px; }

body .home-2 .about-style-1 .inner .description {
  margin-top: 20px; }

body .home-2 .about-style-1 .inner .description::before, #about-us .description::before {
  top: 7px;
  transform: unset; }

body .btn-fund {
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 5px;
  background-color: var(--color-parimary);
  max-width: 270px;
  min-height: 85px;
  margin: auto 0;
  display: flex;
  min-width: 270px;
  justify-content: center; }

body .btn-fund span {
  display: flex;
  align-self: center;
  height: 100%; }

.funded-form .card {
  border: none; }

.funded-form .card-header {
  padding: 0;
  background-color: transparent; }

.funded-form .nav-link.active {
  background-color: #cdd2fd;
  color: #000000;
  border-radius: 12px 12px 0 0;
  /* border-bottom-color: #fff; */ }

.funded-form .nav-link {
  padding: 10px;
  color: #666;
  /* border-bottom: 1px solid #000; */ }

.funded-form small {
  margin-top: 6px;
  line-height: normal;
  display: inline-block; }

body ul.form-radio {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

body .form-label {
  font-weight: 700;
  font-size: 16px; }

body .note {
  font-size: 14px; }

body .card-footer {
  padding: 1rem; }

body .card-footer .btn {
  padding: 6px 20px;
  font-size: 16px; }

body textarea.form-control {
  font-size: 16px; }

/* Select box */
.form-select {
  font-size: 16px; }

.input-box .small-textbox {
  height: 44px; }

#datepicker i {
  font-size: 25px; }

#datepicker .input-group-text {
  background-color: #F5F5F5;
  border: none; }

body .checkout-page-style #datepicker input:focus {
  border-color: unset !important;
  box-shadow: none !important; }

body .datepicker td, body .datepicker th {
  font-size: 14px; }

body .bs-searchbox .form-control {
  height: 40px;
  font-size: 15px; }

body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 60px;
  border-radius: 8px; }

body .bootstrap-select {
  padding: 0; }

body .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  height: 100%;
  font-size: 16px;
  padding: 15px 10px;
  outline: 0 !important; }

body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), body .bootstrap-select > .dropdown-toggle {
  border-radius: 5px; }

body .dropup .dropdown-toggle::after, body .dropup .dropdown-toggle::before, body .dropdown-toggle::after {
  content: unset; }

.teachers-grid .thumbnail img {
  border-radius: 100%; }

body .edu-card.card-type-3 .inner .thumbnail .wishlist-top-right {
  right: 5px;
  top: 5px; }

body .grid-metro-item .wishlist-btn {
  background-color: #eee;
  width: auto;
  height: auto;
  border-radius: 100%;
  color: #000;
  padding: 2px; }

/* Progress Cicular bar */
body .box .chart {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #000; }

body .box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%; }

body .checkout-page-style select {
  border: 1px solid #ced4da;
  color: #000; }

.forums .blog-meta li.icons {
  cursor: pointer; }

.forums .blog-meta li.icons svg {
  margin-right: 5px; }

#share-modal ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 40px 0; }

#share-modal ul li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer; }

#share-modal ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  margin: auto;
  height: 70px;
  border-radius: 100%; }

#share-modal ul li i {
  font-size: 30px; }

body .list-style-1 li a, body ul.blog-meta li span {
  color: var(--color-parimary); }

#share-modal .list-style-1 li i {
  margin-right: 0; }

#create-forum .modal-body {
  padding-top: 40px; }

#share-modal .modal-body, #share-modal .modal-footer, #share-modal .modal-header {
  padding-left: 20px;
  padding-right: 20px; }

#create-forum .modal-body, #create-forum .modal-footer, #create-forum .modal-header {
  padding-left: 40px;
  padding-right: 40px; }

#share-modal .custom-bg, #share-modal ul li span {
  background-color: #f2f3ff; }

#share-modal .input-group-text, #share-modal .form-control, #share-modal .input-group {
  border: none !important; }

#share-modal .input-group-text, #share-modal .input-group {
  border-radius: 8px;
  background-color: #fff; }

#share-modal .input-group .form-control {
  height: 60px; }

#share-modal .input-group i {
  font-size: 25px; }

.modal .edu-btn {
  padding: 0 15px; }

.modal .edu-btn, .modal .btn-secondary {
  height: 44px;
  line-height: 44px; }

.modal .btn-secondary {
  font-size: 18px;
  padding: 0 20px;
  border-radius: 4px; }

.copy-text {
  position: relative; }

.copy-text p {
  position: absolute;
  right: -4%;
  background: #809ce2;
  color: #fff;
  border-radius: 8px !important;
  padding: 5px 10px;
  top: -43%;
  bottom: auto; }

.copy-text p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #809ce2;
  bottom: -11%;
  top: auto;
  left: 46%; }

.forums .blog-meta li i {
  top: 0; }

.forums .blog-meta li a {
  display: flex; }

.blog-meta li {
  display: flex;
  line-height: 16px;
  align-items: center; }

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

.quote-user-toggle {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px; }

.quote-user-toggle i {
  font-size: 18px; }

.quote-user-toggle .dropdown-menu {
  min-width: 16rem; }

.quote-user-toggle .dropdown-item {
  display: flex; }

.quote-user-toggle .dropdown-item i {
  margin-right: 10px; }

.quote-user-toggle button:focus:not(:focus-visible) {
  box-shadow: unset; }

.inner-pages .header-quote .edu-btn {
  border-radius: 5px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
  font-family: var(--font-primary);
  border: 0 none; }

.inner-pages .header-quote a.edu-btn i, .inner-pages .header-quote button.edu-btn i {
  padding-left: 0px;
  position: relative;
  top: 3px;
  color: #fff; }

.inner-pages .header-quote .quote-icon .dropdown-menu a {
  height: 30px; }

.inner-pages .header-quote .quote-icon .dropdown-menu a i {
  font-size: 20px;
  color: var(--color-primary); }

.inner-pages .header-quote .quote-icon a {
  padding: 0 1rem;
  width: auto;
  height: 50px;
  font-size: 16px;
  line-height: 42px; }

.inner-pages .header-quote .dropdown-menu {
  transform: translate(-108px, 53px) !important; }

.inner-pages .white-box-icon {
  width: 50px !important; }

.inner-pages .header-quote .quote-icon {
  margin: 0; }

.inner-pages .header-quote .quote-icon button {
  justify-content: center;
  height: 100%;
  width: 100%; }

body .inner-pages .header-quote .quote-icon {
  margin-left: 10px; }

/* Forgot password */
#forgot-password .modal-content {
  padding: 20px 30px; }

#forgot-password .modal-content h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px; }

#forgot-password .modal-content .modal-body {
  padding-top: 30px; }

#forgot-password .modal-content button.edu-btn {
  height: 48px;
  line-height: 48px; }

#forgot-password input[type="text"] {
  background: #F5F5F5;
  border-radius: 5px;
  border: 0 none;
  height: 60px;
  padding: 0 25px;
  font-weight: 500;
  color: var(--color-body);
  border: 1px solid transparent; }

.inner-pages .hidden {
  display: none; }

.inner-pages header .container {
  max-width: 1280px; }

.img-fit {
  height: 400px;
  object-fit: cover; }

.lessons .lesson-list h6 {
  margin-bottom: 0; }

.lessons .lesson-list {
  border-bottom: 1px solid #ddd;
  padding: 5px 0; }

.lessons .lesson-list:last-child {
  border-bottom: none; }

.create-btn a.edu-btn i {
  top: 0;
  padding: 0; }

.create-btn a.edu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px; }

body .carousel-control-next {
  right: -50px; }

body .carousel-control-prev {
  left: -50px; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 40px;
  width: 40px; }

body .carousel-img {
  height: 100vh;
  object-fit: cover; }

.banner-style-2 {
  min-height: 100vh; }

.edu-header.header-transparent {
  background-color: rgba(255, 255, 255, 0.8); }

.edu-header .logo a {
  height: 90px;
  line-height: 90px; }

body .read-more {
  justify-content: center !important; }

body .contact-btn a.edu-btn {
  min-width: 190px; }

.sponsors-contact .service-card-1 .thumbnail {
  min-height: 195px;
  display: flex;
  align-items: center;
  background-color: #eee;
  justify-content: center; }

.sponsors-contact .service-card-1 {
  border: 1px solid #ddd !important; }

body .sponsors-contact .grid-metro-item span {
  margin-top: 10px; }

.serviceBox .service-card.service-card-1 {
  height: 100%; }

.sponsors-section .edu-gallery-grid-item .edu-gallery-grid img {
  width: 100%; }

body .download-btn.edu-btn.btn-bg-alt {
  height: 48px;
  align-items: center;
  display: flex; }

body .download-btn.edu-btn.btn-bg-alt i {
  position: static;
  padding-left: 0;
  margin-left: 5px; }

.resources-section .service-card-2 .inner .content .description, .product-section .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.edu-instructor-profile-area .inProgress .grid-metro3 .grid-metro-item,
.edu-instructor-profile-area .complete.grid-metro3 .grid-metro-item {
  width: 100%; }

.edu-instructor-profile-area .inProgress .grid-metro3 .grid-metro-item .inner,
.edu-instructor-profile-area .complete.grid-metro3 .grid-metro-item .inner {
  display: flex; }

.width-30 {
  width: 30%; }

.inProgress .edu-card.card-type-3 .inner .content, .complete.grid-metro3 .edu-card.card-type-3 .inner .content {
  width: 70%; }

.inProgress .eduvibe-status.status-03, .complete .eduvibe-status.status-03 {
  background-color: #fff;
  color: var(--color-primary);
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px; }

.inProgress .edu-card.card-type-3 .inner .content, .complete .edu-card.card-type-3 .inner .content {
  padding: 20px 30px; }

.tab-menu {
  margin-top: 34px;
  position: relative;
  z-index: 99; }

.custom-vertical-tabs .tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--color-primary); }

.tab-menu ul li {
  max-width: 100%;
  text-align: center;
  margin: 0;
  /* -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;  */ }

.tab-menu ul li a {
  color: #000;
  letter-spacing: 0.44px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 80px;
  display: block;
  text-decoration: none;
  transition: 0.5s all;
  background: #fff;
  border: none;
  flex: 1;
  border-radius: 12px 12px 0 0; }

.tab-menu ul li a:hover {
  background: #fff;
  color: #000;
  text-decoration: none; }

.tab-menu ul li a.active {
  background: #525FE1;
  color: #fff;
  text-decoration: none; }

.tab-box {
  display: none; }

.tab-teaser {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }

.tab-main-box {
  background: #fff;
  padding: 10px 0;
  border: none;
  margin-top: 0; }

.courses-tabs .tab-main-box {
  justify-content: center; }

.customProgressBar {
  margin-bottom: 30px;
  background: #eee;
  padding: 30px;
  border-radius: 12px; }

.customProgressBar .progress {
  height: 50px;
  position: relative; }

.customProgressBar .progress .progress-bar span {
  position: absolute;
  left: 50%; }

.customProgressBar .progress .progress-bar, .customProgressBar .progress {
  border-radius: 26px; }

.pass-fail-bar {
  height: 25px; }

.customProgressBar .progress .progress-bar {
  font-size: 22px;
  color: #000;
  font-weight: 700; }

.custom-progress-bar .progress {
  width: 80%;
  height: 10px; }

.edu-card.card-type-3 .inner .content .custom-progress-bar .title {
  margin-bottom: 0; }

.edu-card.card-type-3 .inner .content .custom-progress-bar .progress-bar, .custom-progress-bar .progress {
  border-radius: 8px; }

.edu-card.card-type-3 .inner .content .custom-progress-bar .progress-bar {
  width: 0;
  -webkit-animation: progress 1.5s ease-in-out forwards;
  animation: progress 1.5s ease-in-out forwards; }

.progress-bar .title {
  opacity: 0;
  -webkit-animation: show 0.35s forwards ease-in-out 0.5s;
  animation: show 0.35s forwards ease-in-out 0.5s; }

@-webkit-keyframes progress {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes progress {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes progress {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.success-msg i {
  color: green;
  margin-right: 5px;
  font-size: 18px; }

.success-msg {
  font-size: 16px;
  display: flex;
  align-items: center; }

.complete .btns a {
  height: 48px;
  line-height: 46px; }

.courses-tabs .author-meta .author-thumb a {
  display: flex; }

body .edu-card.card-type-3.inProgressCourses .inner .thumbnail {
  width: 40%; }

body .edu-card.card-type-3.inProgressCourses .inner .thumbnail a {
  height: 215px;
  width: 100%; }

body .edu-card.card-type-3.inProgressCourses a .inner .thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

body .edu-card.card-type-3.inProgressCourses .inner .author-title {
  line-height: normal; }

.complete .edu-card.card-type-3 .inner .content .title {
  margin-bottom: 0; }

.complete .edu-card.card-type-3 .inner .content .card-top {
  margin-bottom: 10px; }

.complete .edu-card.card-type-3 .inner .thumbnail a img {
  object-fit: cover; }

.edu-card.card-type-3 .inner .thumbnail a, .complete .edu-card.card-type-3 .inner .thumbnail a img {
  height: 100%; }

.main-page .edu-btn.btn-medium, .main-page button.edu-btn.btn-medium {
  padding: 0 1rem; }

.custom-vertical-tabs ul {
  display: block; }

.student-profile .instructor-profile-left .inner .thumbnail {
  width: 120px;
  height: 120px;
  margin-bottom: 5px; }

.student-profile .instructor-profile-left {
  padding: 20px; }

.student-profile .nav-tabs .nav-item .nav-link {
  padding: 10px;
  border: none;
  color: #666;
  font-size: 18px;
  display: flex;
  align-items: center; }

.student-profile .nav-tabs .nav-item .nav-link i, .student-profile .nav-link.logout i {
  margin-right: 5px;
  color: var(--color-primary); }

.student-profile .instructor-profile-left {
  background-color: #f3f3f3; }

.student-profile .nav-tabs .nav-item .nav-link.active {
  color: #000; }

.student-profile .instructor-profile-right .inner {
  min-height: auto;
  margin: 0px 0 60px; }

.student-profile .instructor-profile-right .savedCourse .inner {
  padding: 0; }

.student-profile .instructor-profile-right .inProgressCourses .inner,
.student-profile .instructor-profile-right .savedCourse .inner {
  margin: 0; }

.edu-card.card-type-2.savedCourse .inner .content .card-top {
  margin-bottom: 5px; }

.student-profile .certificate-icon i {
  font-size: 42px; }

.student-profile .certificate-icon {
  background-color: #f7d3d9;
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  margin-left: 0;
  justify-content: center;
  color: #fff;
  border-radius: 12px; }

.student-profile .db-content:nth-child(2) .certificate-icon {
  background-color: #b4fbb4; }

.student-profile .db-content:nth-child(3) .certificate-icon {
  background-color: #dcd3f7; }

.student-profile .db-content:nth-child(4) .certificate-icon {
  background-color: #f7ecd3; }

.student-profile .dashboard-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.student-profile .dashboard-boxes h4 {
  font-size: 16px; }

.student-profile .dashboard-boxes .p-link i {
  font-size: 32px; }

.student-profile .dashboard-boxes .p-link {
  display: block;
  text-align: right; }

.student-profile .db-content {
  margin: 0 10px;
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-radius: 12px;
  width: 46.3%;
  margin: 0; }

.student-profile .db-content .left-side {
  width: 90%; }

.student-profile .db-content .right-side {
  width: 10%; }

.custom-vertical-tabs .edu-card.card-type-3 .inner .content .title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

#change-password h2 {
  font-size: 22px; }

#change-password label {
  font-size: 18px; }

.nav-link.logout {
  color: #666; }

.student-profile .edu-card.card-type-3 .inner .thumbnail a img {
  height: 100%;
  object-fit: cover; }

.course-details-content .title {
  margin-bottom: 15px; }

.lesson-list h6 a i {
  vertical-align: bottom;
  margin-right: 6px; }

.course-details-sidebar.sticky-sidebar {
  position: fixed;
  top: 0;
  width: 365px; }

.video-play-btn {
  width: 100%;
  height: 100%; }

.play-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #fff; }

.author-meta .author-name {
  height: auto;
  width: auto; }

.author-meta .author-name .dropdown button, .author-meta .author-name {
  font-size: 16px;
  color: var(--color-heading);
  height: 34px;
  display: flex;
  align-items: center;
  font-weight: 600; }

.author-meta .author-name .dropdown button:focus, .report-dropdown button:focus {
  box-shadow: unset; }

.author-name .dropdown-menu {
  min-width: 20rem;
  padding: 0 14px; }

.author-meta .author-thumb .dropdown a .author-title {
  font-size: 14px;
  line-height: 34px; }

.author-meta .author-name.author-thumb a {
  display: flex; }

.edu-blog.blog-type-2.report-dropdown .inner .content {
  position: relative;
  padding: 20px 30px 30px; }

.edu-blog.blog-type-2.report-dropdown .inner .content .dropdown {
  position: absolute;
  right: 18px;
  top: 18px; }

.report-dropdown button {
  font-size: 30px;
  padding: 0;
  line-height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.report-dropdown .dropdown-menu {
  min-width: 16rem;
  padding: 0 20px; }

.report-dropdown .dropdown-menu li a {
  display: flex; }

.report-dropdown .dropdown-menu li a i {
  margin-right: 5px;
  color: var(--color-primary); }

.radio-grp .button {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
  cursor: pointer; }

.radio-grp .button label,
.radio-grp .button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  cursor: pointer; }

.radio-grp .button input[type="radio"] {
  opacity: 0.011;
  z-index: 100; }

.radio-grp .button input[type="radio"]:checked + .radio-grp label {
  background: #20b8be;
  border-radius: 4px; }

.radio-grp .button label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px; }

.radio-grp .button label i {
  margin-right: 5px; }

.radio-grp input[type="radio"] ~ label::before, .radio-grp input[type="radio"] ~ label::after {
  content: unset; }

.sponsors .instructor-profile-right .video-play-btn {
  width: 6%;
  height: 10%; }

.eduvibe-widget-details .widget-content ul li span.text-right {
  text-align: right !important; }

@media (max-width: 1750px) {
  body .header-style-2 {
    padding: 0 80px; } }

@media (max-width: 1536px) {
  .main-page .eduvibe-home-two-blog, .main-page .edu-contact-us-area, .main-page .edu-course-area, .main-page #about-us {
    overflow-x: hidden; }
  .main-wrapper {
    position: relative; }
  a.edu-btn.btn-medium, button.edu-btn.btn-medium {
    padding: 0 12px; }
  .mainmenu-nav .mainmenu > li > a {
    padding: 0 15px; } }

@media (max-width: 1366px) {
  .main-page .quote-icon.quote-user {
    margin-left: 6px !important; } }

@media (max-width: 1280px) {
  body .header-style-2 {
    padding: 10px 0px; }
  .header-quote {
    margin: 0; }
  body .inner-pages .header-quote .quote-icon.hamberger {
    width: 50px;
    height: 50px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06); } }

@media (max-width: 1200px) {
  body .edu-instructor-1 .edu-instructor .thumbnail {
    width: 180px;
    height: 180px; }
  body .tab-menu ul li a {
    padding: 12px 50px; } }

@media (max-width: 991px) {
  .select-country {
    margin-top: 20px; } }

@media (max-width: 820px) {
  .sponsors .edu-instructor-profile-area .pr--55 {
    padding-right: 0 !important; }
  .register .justify-content-start {
    justify-content: center !important; }
  body .carousel-control-next {
    right: -20px; }
  body .carousel-control-prev {
    left: -20px; }
  .main-page .banner-thumbnail {
    display: none; }
  .student-profile .edu-instructor-profile-area .pr--55 {
    padding-right: 0 !important; }
  .student-profile .inProgress .edu-card .thumbnail a img {
    object-fit: cover;
    height: 100%; }
  .inProgress .edu-card.card-type-3 .inner .content, .complete.grid-metro3 .edu-card.card-type-3 .inner .content {
    width: 60%; }
  .inProgress .edu-card .thumbnail, .complete .edu-card .thumbnail {
    width: 40%; } }

@media (max-width: 767px) {
  .courses-tabs .author-meta .author-thumb a {
    align-items: center; }
  body a.edu-btn.btn-medium.header-button {
    margin-left: 5px; }
  body .login-credentials a.edu-btn.btn-medium {
    padding: 0 10px; }
  body body .header-style-2 {
    padding: 0; }
  .course-details-sidebar .inner {
    width: 100% !important; }
  .quote-user-toggle {
    width: 40px;
    height: 40px;
    margin-left: 5px; }
  a.edu-btn.btn-medium, button.edu-btn.btn-medium {
    height: 40px; }
  body .header-style-2 a.edu-btn.btn-medium {
    line-height: 36px; }
  body .sponsors-section .grid-metro3 .grid-metro-item {
    width: 50%; }
  .student-profile .eduvibe-animated-shape.container {
    max-width: 600px; }
  .tab-menu ul li a {
    padding: 12px 30px; }
  .complete .btns a {
    padding: 0 20px; } }

@media (max-width: 666px) {
  .main-page .quote-icon.quote-user {
    display: none; }
  body .header-style-2 a.edu-btn.btn-medium {
    font-size: 14px !important; }
  .popup-mobile-menu a.edu-btn.btn-medium.header-button, button.edu-btn.btn-medium.header-button {
    line-height: 36px; }
  .main-page .popup-mobile-menu .quote-icon.quote-user {
    margin: 0 0 20px !important;
    position: static !important;
    bottom: 0;
    width: 100%;
    padding: 0 15px; }
  .main-page .popup-mobile-menu .quote-icon.quote-user > a {
    flex: unset !important;
    text-align: center; }
  .student-profile .db-content {
    width: 100%; }
  .student-profile .db-content {
    margin: 10px 0; }
  .student-profile .certificate-icon {
    width: 60px;
    height: 60px; }
  .status-group {
    display: block !important; }
  .status-group span {
    margin-bottom: 20px;
    display: flex;
    align-items: center; } }

@media (max-width: 575px) {
  body .inner-pages .header-quote .quote-icon {
    height: 50px; }
  .course-details .edu-course-area.edu-section-gap {
    padding: 80px 0px !important; }
  .login-page-wrapper .login-form-box {
    padding: 20px; }
  .login-form-box .input-box p {
    line-height: normal; }
  .eduvibe-widget-details .widget-content ul li span {
    line-height: 20px; }
  .tab-content .course-author-wrapper .thumbnail {
    margin: auto; }
  .student-profile .instructor-profile-left {
    margin-right: 15px; }
  .edu-instructor-1 .edu-instructor::after {
    background-size: contain; }
  body .banner-style-2 .inner {
    padding: 0 60px; }
  .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem); }
  .edu-section-gap {
    padding: 80px !important; }
  .tab-menu ul li a {
    padding: 12px 15px; }
  .student-profile .inProgress .grid-metro3 .grid-metro-item .inner, .student-profile .complete.grid-metro3 .grid-metro-item .inner {
    display: block; }
  body .inProgress .edu-card .thumbnail, body .complete .edu-card .thumbnail,
  body .inProgress .edu-card.card-type-3 .inner .content, body .complete.grid-metro3 .edu-card.card-type-3 .inner .content {
    width: 100%; }
  .student-profile .edu-meta.meta-02 {
    margin: 10px -20px; }
  .inner-pages .header-quote {
    margin: 0; }
  body .sponsors .download-btn.edu-btn.btn-bg-alt {
    width: 200px;
    margin: auto; }
  .read-more-btn a.edu-btn.btn-medium {
    line-height: 40px; }
  .footer-style-default .edu-footer-widget.explore-widget, .footer-style-default .edu-footer-widget.quick-link-widget, .edu-footer-widget {
    margin-top: 20px;
    margin-left: 10px; }
  .footer-style-default .footer-top {
    padding-bottom: 30px; }
  body .copyright-area .inner.text-center {
    text-align: left !important; } }

@media (max-width: 430px) {
  .edu-blog.blog-type-2 .inner .content .title {
    font-size: 20px; }
  .footer-style-default .edu-footer-widget .footer-link li + li {
    margin-top: 10px; }
  .footer-style-default .edu-footer-widget .inner {
    margin-top: 0; }
  .footer-style-default .edu-footer-widget .footer-link {
    margin-bottom: 10px; }
  .footer-style-default .footer-top {
    padding: 40px 0 80px; }
  body .carousel-img {
    height: auto; }
  .banner-style-2 {
    min-height: auto;
    height: 600px; }
  body .carousel-control-next {
    right: 0; }
  body .carousel-control-prev {
    left: 0; }
  body .edu-gallery-grid-area .grid-metro3, .edu-blog .blog-card-bottom {
    display: block !important; }
  body .sponsors-section .grid-metro3 .grid-metro-item {
    width: 100%; }
  .read-more a.edu-btn {
    height: 52px;
    line-height: 52px; }
  body .edu-blog.blog-type-2 .inner .content .title, body .edu-card.card-type-3 .inner .content .title {
    line-height: normal; }
  body .edu-section-gap {
    padding: 40px 10px !important; }
  .main-page #about-us .pt--65 {
    padding-top: 0 !important; }
  .sponsors .edu-instructor-profile-area .pr--55, .edu-instructor-profile-area .pr--55 {
    padding-right: 15px !important; }
  .edu-card.card-type-3 .card-hover-action .description, .edu-card.card-type-3 .card-hover-action .title {
    margin-bottom: 0; }
  .read-more-btn {
    margin-top: 5px; } }

@media (max-width: 414px) {
  .complete .btns a {
    font-size: 16px;
    padding: 0 12px; } }

@media (max-width: 390px) {
  .blog-card-bottom .blog-meta li {
    margin: 5px; }
  .tab-menu ul li a {
    padding: 8px 10px;
    font-size: 14px; }
  .inProgress .edu-card.card-type-3 .inner .content, .complete .edu-card.card-type-3 .inner .content {
    padding: 10px 12px 20px; }
  .complete .btns a {
    height: 42px;
    line-height: 43px;
    font-size: 14px; }
  .edu-card.card-type-3 .inner .content .title a {
    font-size: 16px; } }

.bookmark i {
  color: #fff; }

.bookmark a i {
  color: #fff; }

.input-box.pass-box i {
  position: absolute;
  right: 15px;
  top: 24px; }

.input-box.pass-box {
  position: relative; }

.cstm-tags > a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin: 0 16px 8px 0;
  padding: 0 10px 0 12px;
  background: #333;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  pointer-events: none; }

.cstm-tags > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #333 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0; }

.cstm-tags > a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  float: left;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4); }

.cstm-tags {
  padding: 0px 2rem;
  margin-top: 10px; }
 /*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1185px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  -moz-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  -moz-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  -moz-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  -o-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 2rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border-radius 0.15s ease,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-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,
    border-radius 0.15s ease;
  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,
    border-radius 0.15s ease;
  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,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-button::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  background-color: transparent !important;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 0.5 !important;
}
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.offcanvas-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.offcanvas.show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face{font-family:"remixicon";src:url(/../../fonts/remixicon.eot?t=1590207869815);src:url(/../../fonts/remixicon.eot?t=1590207869815#iefix) format('embedded-opentype'),url(/../../fonts/remixicon.woff2?t=1590207869815) format("woff2"),url(/../../fonts/remixicon.woff?t=1590207869815) format("woff"),url(/../../fonts/remixicon.ttf?t=1590207869815) format('truetype'),url(/../../fonts/remixicon.svg?t=1590207869815#remixicon) format('svg');font-display:swap}[class^="ri-"],[class*=" ri-"]{font-family:'remixicon' !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ri-lg{font-size:1.3333em;line-height:.75em;vertical-align:-.0667em}.ri-xl{font-size:1.5em;line-height:.6666em;vertical-align:-.075em}.ri-xxs{font-size:.5em}.ri-xs{font-size:.75em}.ri-sm{font-size:.875em}.ri-1x{font-size:1em}.ri-2x{font-size:2em}.ri-3x{font-size:3em}.ri-4x{font-size:4em}.ri-5x{font-size:5em}.ri-6x{font-size:6em}.ri-7x{font-size:7em}.ri-8x{font-size:8em}.ri-9x{font-size:9em}.ri-10x{font-size:10em}.ri-fw{text-align:center;width:1.25em}.ri-24-hours-fill:before{content:"\ea01"}.ri-24-hours-line:before{content:"\ea02"}.ri-4k-fill:before{content:"\ea03"}.ri-4k-line:before{content:"\ea04"}.ri-a-b:before{content:"\ea05"}.ri-account-box-fill:before{content:"\ea06"}.ri-account-box-line:before{content:"\ea07"}.ri-account-circle-fill:before{content:"\ea08"}.ri-account-circle-line:before{content:"\ea09"}.ri-account-pin-box-fill:before{content:"\ea0a"}.ri-account-pin-box-line:before{content:"\ea0b"}.ri-account-pin-circle-fill:before{content:"\ea0c"}.ri-account-pin-circle-line:before{content:"\ea0d"}.ri-add-box-fill:before{content:"\ea0e"}.ri-add-box-line:before{content:"\ea0f"}.ri-add-circle-fill:before{content:"\ea10"}.ri-add-circle-line:before{content:"\ea11"}.ri-add-fill:before{content:"\ea12"}.ri-add-line:before{content:"\ea13"}.ri-admin-fill:before{content:"\ea14"}.ri-admin-line:before{content:"\ea15"}.ri-advertisement-fill:before{content:"\ea16"}.ri-advertisement-line:before{content:"\ea17"}.ri-airplay-fill:before{content:"\ea18"}.ri-airplay-line:before{content:"\ea19"}.ri-alarm-fill:before{content:"\ea1a"}.ri-alarm-line:before{content:"\ea1b"}.ri-alarm-warning-fill:before{content:"\ea1c"}.ri-alarm-warning-line:before{content:"\ea1d"}.ri-album-fill:before{content:"\ea1e"}.ri-album-line:before{content:"\ea1f"}.ri-alert-fill:before{content:"\ea20"}.ri-alert-line:before{content:"\ea21"}.ri-aliens-fill:before{content:"\ea22"}.ri-aliens-line:before{content:"\ea23"}.ri-align-bottom:before{content:"\ea24"}.ri-align-center:before{content:"\ea25"}.ri-align-justify:before{content:"\ea26"}.ri-align-left:before{content:"\ea27"}.ri-align-right:before{content:"\ea28"}.ri-align-top:before{content:"\ea29"}.ri-align-vertically:before{content:"\ea2a"}.ri-alipay-fill:before{content:"\ea2b"}.ri-alipay-line:before{content:"\ea2c"}.ri-amazon-fill:before{content:"\ea2d"}.ri-amazon-line:before{content:"\ea2e"}.ri-anchor-fill:before{content:"\ea2f"}.ri-anchor-line:before{content:"\ea30"}.ri-ancient-gate-fill:before{content:"\ea31"}.ri-ancient-gate-line:before{content:"\ea32"}.ri-ancient-pavilion-fill:before{content:"\ea33"}.ri-ancient-pavilion-line:before{content:"\ea34"}.ri-android-fill:before{content:"\ea35"}.ri-android-line:before{content:"\ea36"}.ri-angularjs-fill:before{content:"\ea37"}.ri-angularjs-line:before{content:"\ea38"}.ri-anticlockwise-2-fill:before{content:"\ea39"}.ri-anticlockwise-2-line:before{content:"\ea3a"}.ri-anticlockwise-fill:before{content:"\ea3b"}.ri-anticlockwise-line:before{content:"\ea3c"}.ri-app-store-fill:before{content:"\ea3d"}.ri-app-store-line:before{content:"\ea3e"}.ri-apple-fill:before{content:"\ea3f"}.ri-apple-line:before{content:"\ea40"}.ri-apps-2-fill:before{content:"\ea41"}.ri-apps-2-line:before{content:"\ea42"}.ri-apps-fill:before{content:"\ea43"}.ri-apps-line:before{content:"\ea44"}.ri-archive-drawer-fill:before{content:"\ea45"}.ri-archive-drawer-line:before{content:"\ea46"}.ri-archive-fill:before{content:"\ea47"}.ri-archive-line:before{content:"\ea48"}.ri-arrow-down-circle-fill:before{content:"\ea49"}.ri-arrow-down-circle-line:before{content:"\ea4a"}.ri-arrow-down-fill:before{content:"\ea4b"}.ri-arrow-down-line:before{content:"\ea4c"}.ri-arrow-down-s-fill:before{content:"\ea4d"}.ri-arrow-down-s-line:before{content:"\ea4e"}.ri-arrow-drop-down-fill:before{content:"\ea4f"}.ri-arrow-drop-down-line:before{content:"\ea50"}.ri-arrow-drop-left-fill:before{content:"\ea51"}.ri-arrow-drop-left-line:before{content:"\ea52"}.ri-arrow-drop-right-fill:before{content:"\ea53"}.ri-arrow-drop-right-line:before{content:"\ea54"}.ri-arrow-drop-up-fill:before{content:"\ea55"}.ri-arrow-drop-up-line:before{content:"\ea56"}.ri-arrow-go-back-fill:before{content:"\ea57"}.ri-arrow-go-back-line:before{content:"\ea58"}.ri-arrow-go-forward-fill:before{content:"\ea59"}.ri-arrow-go-forward-line:before{content:"\ea5a"}.ri-arrow-left-circle-fill:before{content:"\ea5b"}.ri-arrow-left-circle-line:before{content:"\ea5c"}.ri-arrow-left-down-fill:before{content:"\ea5d"}.ri-arrow-left-down-line:before{content:"\ea5e"}.ri-arrow-left-fill:before{content:"\ea5f"}.ri-arrow-left-line:before{content:"\ea60"}.ri-arrow-left-right-fill:before{content:"\ea61"}.ri-arrow-left-right-line:before{content:"\ea62"}.ri-arrow-left-s-fill:before{content:"\ea63"}.ri-arrow-left-s-line:before{content:"\ea64"}.ri-arrow-left-up-fill:before{content:"\ea65"}.ri-arrow-left-up-line:before{content:"\ea66"}.ri-arrow-right-circle-fill:before{content:"\ea67"}.ri-arrow-right-circle-line:before{content:"\ea68"}.ri-arrow-right-down-fill:before{content:"\ea69"}.ri-arrow-right-down-line:before{content:"\ea6a"}.ri-arrow-right-fill:before{content:"\ea6b"}.ri-arrow-right-line:before{content:"\ea6c"}.ri-arrow-right-s-fill:before{content:"\ea6d"}.ri-arrow-right-s-line:before{content:"\ea6e"}.ri-arrow-right-up-fill:before{content:"\ea6f"}.ri-arrow-right-up-line:before{content:"\ea70"}.ri-arrow-up-circle-fill:before{content:"\ea71"}.ri-arrow-up-circle-line:before{content:"\ea72"}.ri-arrow-up-down-fill:before{content:"\ea73"}.ri-arrow-up-down-line:before{content:"\ea74"}.ri-arrow-up-fill:before{content:"\ea75"}.ri-arrow-up-line:before{content:"\ea76"}.ri-arrow-up-s-fill:before{content:"\ea77"}.ri-arrow-up-s-line:before{content:"\ea78"}.ri-artboard-2-fill:before{content:"\ea79"}.ri-artboard-2-line:before{content:"\ea7a"}.ri-artboard-fill:before{content:"\ea7b"}.ri-artboard-line:before{content:"\ea7c"}.ri-article-fill:before{content:"\ea7d"}.ri-article-line:before{content:"\ea7e"}.ri-aspect-ratio-fill:before{content:"\ea7f"}.ri-aspect-ratio-line:before{content:"\ea80"}.ri-asterisk:before{content:"\ea81"}.ri-at-fill:before{content:"\ea82"}.ri-at-line:before{content:"\ea83"}.ri-attachment-2:before{content:"\ea84"}.ri-attachment-fill:before{content:"\ea85"}.ri-attachment-line:before{content:"\ea86"}.ri-auction-fill:before{content:"\ea87"}.ri-auction-line:before{content:"\ea88"}.ri-award-fill:before{content:"\ea89"}.ri-award-line:before{content:"\ea8a"}.ri-baidu-fill:before{content:"\ea8b"}.ri-baidu-line:before{content:"\ea8c"}.ri-ball-pen-fill:before{content:"\ea8d"}.ri-ball-pen-line:before{content:"\ea8e"}.ri-bank-card-2-fill:before{content:"\ea8f"}.ri-bank-card-2-line:before{content:"\ea90"}.ri-bank-card-fill:before{content:"\ea91"}.ri-bank-card-line:before{content:"\ea92"}.ri-bank-fill:before{content:"\ea93"}.ri-bank-line:before{content:"\ea94"}.ri-bar-chart-2-fill:before{content:"\ea95"}.ri-bar-chart-2-line:before{content:"\ea96"}.ri-bar-chart-box-fill:before{content:"\ea97"}.ri-bar-chart-box-line:before{content:"\ea98"}.ri-bar-chart-fill:before{content:"\ea99"}.ri-bar-chart-grouped-fill:before{content:"\ea9a"}.ri-bar-chart-grouped-line:before{content:"\ea9b"}.ri-bar-chart-horizontal-fill:before{content:"\ea9c"}.ri-bar-chart-horizontal-line:before{content:"\ea9d"}.ri-bar-chart-line:before{content:"\ea9e"}.ri-barcode-box-fill:before{content:"\ea9f"}.ri-barcode-box-line:before{content:"\eaa0"}.ri-barcode-fill:before{content:"\eaa1"}.ri-barcode-line:before{content:"\eaa2"}.ri-barricade-fill:before{content:"\eaa3"}.ri-barricade-line:before{content:"\eaa4"}.ri-base-station-fill:before{content:"\eaa5"}.ri-base-station-line:before{content:"\eaa6"}.ri-basketball-fill:before{content:"\eaa7"}.ri-basketball-line:before{content:"\eaa8"}.ri-battery-2-charge-fill:before{content:"\eaa9"}.ri-battery-2-charge-line:before{content:"\eaaa"}.ri-battery-2-fill:before{content:"\eaab"}.ri-battery-2-line:before{content:"\eaac"}.ri-battery-charge-fill:before{content:"\eaad"}.ri-battery-charge-line:before{content:"\eaae"}.ri-battery-fill:before{content:"\eaaf"}.ri-battery-line:before{content:"\eab0"}.ri-battery-low-fill:before{content:"\eab1"}.ri-battery-low-line:before{content:"\eab2"}.ri-battery-saver-fill:before{content:"\eab3"}.ri-battery-saver-line:before{content:"\eab4"}.ri-battery-share-fill:before{content:"\eab5"}.ri-battery-share-line:before{content:"\eab6"}.ri-bear-smile-fill:before{content:"\eab7"}.ri-bear-smile-line:before{content:"\eab8"}.ri-behance-fill:before{content:"\eab9"}.ri-behance-line:before{content:"\eaba"}.ri-bell-fill:before{content:"\eabb"}.ri-bell-line:before{content:"\eabc"}.ri-bike-fill:before{content:"\eabd"}.ri-bike-line:before{content:"\eabe"}.ri-bilibili-fill:before{content:"\eabf"}.ri-bilibili-line:before{content:"\eac0"}.ri-bill-fill:before{content:"\eac1"}.ri-bill-line:before{content:"\eac2"}.ri-billiards-fill:before{content:"\eac3"}.ri-billiards-line:before{content:"\eac4"}.ri-bit-coin-fill:before{content:"\eac5"}.ri-bit-coin-line:before{content:"\eac6"}.ri-blaze-fill:before{content:"\eac7"}.ri-blaze-line:before{content:"\eac8"}.ri-bluetooth-connect-fill:before{content:"\eac9"}.ri-bluetooth-connect-line:before{content:"\eaca"}.ri-bluetooth-fill:before{content:"\eacb"}.ri-bluetooth-line:before{content:"\eacc"}.ri-blur-off-fill:before{content:"\eacd"}.ri-blur-off-line:before{content:"\eace"}.ri-body-scan-fill:before{content:"\eacf"}.ri-body-scan-line:before{content:"\ead0"}.ri-bold:before{content:"\ead1"}.ri-book-2-fill:before{content:"\ead2"}.ri-book-2-line:before{content:"\ead3"}.ri-book-3-fill:before{content:"\ead4"}.ri-book-3-line:before{content:"\ead5"}.ri-book-fill:before{content:"\ead6"}.ri-book-line:before{content:"\ead7"}.ri-book-mark-fill:before{content:"\ead8"}.ri-book-mark-line:before{content:"\ead9"}.ri-book-open-fill:before{content:"\eada"}.ri-book-open-line:before{content:"\eadb"}.ri-book-read-fill:before{content:"\eadc"}.ri-book-read-line:before{content:"\eadd"}.ri-booklet-fill:before{content:"\eade"}.ri-booklet-line:before{content:"\eadf"}.ri-bookmark-2-fill:before{content:"\eae0"}.ri-bookmark-2-line:before{content:"\eae1"}.ri-bookmark-3-fill:before{content:"\eae2"}.ri-bookmark-3-line:before{content:"\eae3"}.ri-bookmark-fill:before{content:"\eae4"}.ri-bookmark-line:before{content:"\eae5"}.ri-boxing-fill:before{content:"\eae6"}.ri-boxing-line:before{content:"\eae7"}.ri-braces-fill:before{content:"\eae8"}.ri-braces-line:before{content:"\eae9"}.ri-brackets-fill:before{content:"\eaea"}.ri-brackets-line:before{content:"\eaeb"}.ri-briefcase-2-fill:before{content:"\eaec"}.ri-briefcase-2-line:before{content:"\eaed"}.ri-briefcase-3-fill:before{content:"\eaee"}.ri-briefcase-3-line:before{content:"\eaef"}.ri-briefcase-4-fill:before{content:"\eaf0"}.ri-briefcase-4-line:before{content:"\eaf1"}.ri-briefcase-5-fill:before{content:"\eaf2"}.ri-briefcase-5-line:before{content:"\eaf3"}.ri-briefcase-fill:before{content:"\eaf4"}.ri-briefcase-line:before{content:"\eaf5"}.ri-bring-forward:before{content:"\eaf6"}.ri-bring-to-front:before{content:"\eaf7"}.ri-broadcast-fill:before{content:"\eaf8"}.ri-broadcast-line:before{content:"\eaf9"}.ri-brush-2-fill:before{content:"\eafa"}.ri-brush-2-line:before{content:"\eafb"}.ri-brush-3-fill:before{content:"\eafc"}.ri-brush-3-line:before{content:"\eafd"}.ri-brush-4-fill:before{content:"\eafe"}.ri-brush-4-line:before{content:"\eaff"}.ri-brush-fill:before{content:"\eb00"}.ri-brush-line:before{content:"\eb01"}.ri-bubble-chart-fill:before{content:"\eb02"}.ri-bubble-chart-line:before{content:"\eb03"}.ri-bug-2-fill:before{content:"\eb04"}.ri-bug-2-line:before{content:"\eb05"}.ri-bug-fill:before{content:"\eb06"}.ri-bug-line:before{content:"\eb07"}.ri-building-2-fill:before{content:"\eb08"}.ri-building-2-line:before{content:"\eb09"}.ri-building-3-fill:before{content:"\eb0a"}.ri-building-3-line:before{content:"\eb0b"}.ri-building-4-fill:before{content:"\eb0c"}.ri-building-4-line:before{content:"\eb0d"}.ri-building-fill:before{content:"\eb0e"}.ri-building-line:before{content:"\eb0f"}.ri-bus-2-fill:before{content:"\eb10"}.ri-bus-2-line:before{content:"\eb11"}.ri-bus-fill:before{content:"\eb12"}.ri-bus-line:before{content:"\eb13"}.ri-bus-wifi-fill:before{content:"\eb14"}.ri-bus-wifi-line:before{content:"\eb15"}.ri-cactus-fill:before{content:"\eb16"}.ri-cactus-line:before{content:"\eb17"}.ri-cake-2-fill:before{content:"\eb18"}.ri-cake-2-line:before{content:"\eb19"}.ri-cake-3-fill:before{content:"\eb1a"}.ri-cake-3-line:before{content:"\eb1b"}.ri-cake-fill:before{content:"\eb1c"}.ri-cake-line:before{content:"\eb1d"}.ri-calculator-fill:before{content:"\eb1e"}.ri-calculator-line:before{content:"\eb1f"}.ri-calendar-2-fill:before{content:"\eb20"}.ri-calendar-2-line:before{content:"\eb21"}.ri-calendar-check-fill:before{content:"\eb22"}.ri-calendar-check-line:before{content:"\eb23"}.ri-calendar-event-fill:before{content:"\eb24"}.ri-calendar-event-line:before{content:"\eb25"}.ri-calendar-fill:before{content:"\eb26"}.ri-calendar-line:before{content:"\eb27"}.ri-calendar-todo-fill:before{content:"\eb28"}.ri-calendar-todo-line:before{content:"\eb29"}.ri-camera-2-fill:before{content:"\eb2a"}.ri-camera-2-line:before{content:"\eb2b"}.ri-camera-3-fill:before{content:"\eb2c"}.ri-camera-3-line:before{content:"\eb2d"}.ri-camera-fill:before{content:"\eb2e"}.ri-camera-lens-fill:before{content:"\eb2f"}.ri-camera-lens-line:before{content:"\eb30"}.ri-camera-line:before{content:"\eb31"}.ri-camera-off-fill:before{content:"\eb32"}.ri-camera-off-line:before{content:"\eb33"}.ri-camera-switch-fill:before{content:"\eb34"}.ri-camera-switch-line:before{content:"\eb35"}.ri-capsule-fill:before{content:"\eb36"}.ri-capsule-line:before{content:"\eb37"}.ri-car-fill:before{content:"\eb38"}.ri-car-line:before{content:"\eb39"}.ri-car-washing-fill:before{content:"\eb3a"}.ri-car-washing-line:before{content:"\eb3b"}.ri-caravan-fill:before{content:"\eb3c"}.ri-caravan-line:before{content:"\eb3d"}.ri-cast-fill:before{content:"\eb3e"}.ri-cast-line:before{content:"\eb3f"}.ri-cellphone-fill:before{content:"\eb40"}.ri-cellphone-line:before{content:"\eb41"}.ri-celsius-fill:before{content:"\eb42"}.ri-celsius-line:before{content:"\eb43"}.ri-centos-fill:before{content:"\eb44"}.ri-centos-line:before{content:"\eb45"}.ri-character-recognition-fill:before{content:"\eb46"}.ri-character-recognition-line:before{content:"\eb47"}.ri-charging-pile-2-fill:before{content:"\eb48"}.ri-charging-pile-2-line:before{content:"\eb49"}.ri-charging-pile-fill:before{content:"\eb4a"}.ri-charging-pile-line:before{content:"\eb4b"}.ri-chat-1-fill:before{content:"\eb4c"}.ri-chat-1-line:before{content:"\eb4d"}.ri-chat-2-fill:before{content:"\eb4e"}.ri-chat-2-line:before{content:"\eb4f"}.ri-chat-3-fill:before{content:"\eb50"}.ri-chat-3-line:before{content:"\eb51"}.ri-chat-4-fill:before{content:"\eb52"}.ri-chat-4-line:before{content:"\eb53"}.ri-chat-check-fill:before{content:"\eb54"}.ri-chat-check-line:before{content:"\eb55"}.ri-chat-delete-fill:before{content:"\eb56"}.ri-chat-delete-line:before{content:"\eb57"}.ri-chat-download-fill:before{content:"\eb58"}.ri-chat-download-line:before{content:"\eb59"}.ri-chat-follow-up-fill:before{content:"\eb5a"}.ri-chat-follow-up-line:before{content:"\eb5b"}.ri-chat-forward-fill:before{content:"\eb5c"}.ri-chat-forward-line:before{content:"\eb5d"}.ri-chat-heart-fill:before{content:"\eb5e"}.ri-chat-heart-line:before{content:"\eb5f"}.ri-chat-history-fill:before{content:"\eb60"}.ri-chat-history-line:before{content:"\eb61"}.ri-chat-new-fill:before{content:"\eb62"}.ri-chat-new-line:before{content:"\eb63"}.ri-chat-off-fill:before{content:"\eb64"}.ri-chat-off-line:before{content:"\eb65"}.ri-chat-poll-fill:before{content:"\eb66"}.ri-chat-poll-line:before{content:"\eb67"}.ri-chat-private-fill:before{content:"\eb68"}.ri-chat-private-line:before{content:"\eb69"}.ri-chat-quote-fill:before{content:"\eb6a"}.ri-chat-quote-line:before{content:"\eb6b"}.ri-chat-settings-fill:before{content:"\eb6c"}.ri-chat-settings-line:before{content:"\eb6d"}.ri-chat-smile-2-fill:before{content:"\eb6e"}.ri-chat-smile-2-line:before{content:"\eb6f"}.ri-chat-smile-3-fill:before{content:"\eb70"}.ri-chat-smile-3-line:before{content:"\eb71"}.ri-chat-smile-fill:before{content:"\eb72"}.ri-chat-smile-line:before{content:"\eb73"}.ri-chat-upload-fill:before{content:"\eb74"}.ri-chat-upload-line:before{content:"\eb75"}.ri-chat-voice-fill:before{content:"\eb76"}.ri-chat-voice-line:before{content:"\eb77"}.ri-check-double-fill:before{content:"\eb78"}.ri-check-double-line:before{content:"\eb79"}.ri-check-fill:before{content:"\eb7a"}.ri-check-line:before{content:"\eb7b"}.ri-checkbox-blank-circle-fill:before{content:"\eb7c"}.ri-checkbox-blank-circle-line:before{content:"\eb7d"}.ri-checkbox-blank-fill:before{content:"\eb7e"}.ri-checkbox-blank-line:before{content:"\eb7f"}.ri-checkbox-circle-fill:before{content:"\eb80"}.ri-checkbox-circle-line:before{content:"\eb81"}.ri-checkbox-fill:before{content:"\eb82"}.ri-checkbox-indeterminate-fill:before{content:"\eb83"}.ri-checkbox-indeterminate-line:before{content:"\eb84"}.ri-checkbox-line:before{content:"\eb85"}.ri-checkbox-multiple-blank-fill:before{content:"\eb86"}.ri-checkbox-multiple-blank-line:before{content:"\eb87"}.ri-checkbox-multiple-fill:before{content:"\eb88"}.ri-checkbox-multiple-line:before{content:"\eb89"}.ri-china-railway-fill:before{content:"\eb8a"}.ri-china-railway-line:before{content:"\eb8b"}.ri-chrome-fill:before{content:"\eb8c"}.ri-chrome-line:before{content:"\eb8d"}.ri-clapperboard-fill:before{content:"\eb8e"}.ri-clapperboard-line:before{content:"\eb8f"}.ri-clipboard-fill:before{content:"\eb90"}.ri-clipboard-line:before{content:"\eb91"}.ri-clockwise-2-fill:before{content:"\eb92"}.ri-clockwise-2-line:before{content:"\eb93"}.ri-clockwise-fill:before{content:"\eb94"}.ri-clockwise-line:before{content:"\eb95"}.ri-close-circle-fill:before{content:"\eb96"}.ri-close-circle-line:before{content:"\eb97"}.ri-close-fill:before{content:"\eb98"}.ri-close-line:before{content:"\eb99"}.ri-closed-captioning-fill:before{content:"\eb9a"}.ri-closed-captioning-line:before{content:"\eb9b"}.ri-cloud-fill:before{content:"\eb9c"}.ri-cloud-line:before{content:"\eb9d"}.ri-cloud-off-fill:before{content:"\eb9e"}.ri-cloud-off-line:before{content:"\eb9f"}.ri-cloud-windy-fill:before{content:"\eba0"}.ri-cloud-windy-line:before{content:"\eba1"}.ri-cloudy-2-fill:before{content:"\eba2"}.ri-cloudy-2-line:before{content:"\eba3"}.ri-cloudy-fill:before{content:"\eba4"}.ri-cloudy-line:before{content:"\eba5"}.ri-code-box-fill:before{content:"\eba6"}.ri-code-box-line:before{content:"\eba7"}.ri-code-fill:before{content:"\eba8"}.ri-code-line:before{content:"\eba9"}.ri-code-s-fill:before{content:"\ebaa"}.ri-code-s-line:before{content:"\ebab"}.ri-code-s-slash-fill:before{content:"\ebac"}.ri-code-s-slash-line:before{content:"\ebad"}.ri-code-view:before{content:"\ebae"}.ri-codepen-fill:before{content:"\ebaf"}.ri-codepen-line:before{content:"\ebb0"}.ri-coin-fill:before{content:"\ebb1"}.ri-coin-line:before{content:"\ebb2"}.ri-coins-fill:before{content:"\ebb3"}.ri-coins-line:before{content:"\ebb4"}.ri-collage-fill:before{content:"\ebb5"}.ri-collage-line:before{content:"\ebb6"}.ri-command-fill:before{content:"\ebb7"}.ri-command-line:before{content:"\ebb8"}.ri-community-fill:before{content:"\ebb9"}.ri-community-line:before{content:"\ebba"}.ri-compass-2-fill:before{content:"\ebbb"}.ri-compass-2-line:before{content:"\ebbc"}.ri-compass-3-fill:before{content:"\ebbd"}.ri-compass-3-line:before{content:"\ebbe"}.ri-compass-4-fill:before{content:"\ebbf"}.ri-compass-4-line:before{content:"\ebc0"}.ri-compass-discover-fill:before{content:"\ebc1"}.ri-compass-discover-line:before{content:"\ebc2"}.ri-compass-fill:before{content:"\ebc3"}.ri-compass-line:before{content:"\ebc4"}.ri-compasses-2-fill:before{content:"\ebc5"}.ri-compasses-2-line:before{content:"\ebc6"}.ri-compasses-fill:before{content:"\ebc7"}.ri-compasses-line:before{content:"\ebc8"}.ri-computer-fill:before{content:"\ebc9"}.ri-computer-line:before{content:"\ebca"}.ri-contacts-book-2-fill:before{content:"\ebcb"}.ri-contacts-book-2-line:before{content:"\ebcc"}.ri-contacts-book-fill:before{content:"\ebcd"}.ri-contacts-book-line:before{content:"\ebce"}.ri-contacts-book-upload-fill:before{content:"\ebcf"}.ri-contacts-book-upload-line:before{content:"\ebd0"}.ri-contacts-fill:before{content:"\ebd1"}.ri-contacts-line:before{content:"\ebd2"}.ri-contrast-2-fill:before{content:"\ebd3"}.ri-contrast-2-line:before{content:"\ebd4"}.ri-contrast-drop-2-fill:before{content:"\ebd5"}.ri-contrast-drop-2-line:before{content:"\ebd6"}.ri-contrast-drop-fill:before{content:"\ebd7"}.ri-contrast-drop-line:before{content:"\ebd8"}.ri-contrast-fill:before{content:"\ebd9"}.ri-contrast-line:before{content:"\ebda"}.ri-copper-coin-fill:before{content:"\ebdb"}.ri-copper-coin-line:before{content:"\ebdc"}.ri-copper-diamond-fill:before{content:"\ebdd"}.ri-copper-diamond-line:before{content:"\ebde"}.ri-copyleft-fill:before{content:"\ebdf"}.ri-copyleft-line:before{content:"\ebe0"}.ri-copyright-fill:before{content:"\ebe1"}.ri-copyright-line:before{content:"\ebe2"}.ri-coreos-fill:before{content:"\ebe3"}.ri-coreos-line:before{content:"\ebe4"}.ri-coupon-2-fill:before{content:"\ebe5"}.ri-coupon-2-line:before{content:"\ebe6"}.ri-coupon-3-fill:before{content:"\ebe7"}.ri-coupon-3-line:before{content:"\ebe8"}.ri-coupon-4-fill:before{content:"\ebe9"}.ri-coupon-4-line:before{content:"\ebea"}.ri-coupon-5-fill:before{content:"\ebeb"}.ri-coupon-5-line:before{content:"\ebec"}.ri-coupon-fill:before{content:"\ebed"}.ri-coupon-line:before{content:"\ebee"}.ri-cpu-fill:before{content:"\ebef"}.ri-cpu-line:before{content:"\ebf0"}.ri-creative-commons-by-fill:before{content:"\ebf1"}.ri-creative-commons-by-line:before{content:"\ebf2"}.ri-creative-commons-fill:before{content:"\ebf3"}.ri-creative-commons-line:before{content:"\ebf4"}.ri-creative-commons-nc-fill:before{content:"\ebf5"}.ri-creative-commons-nc-line:before{content:"\ebf6"}.ri-creative-commons-nd-fill:before{content:"\ebf7"}.ri-creative-commons-nd-line:before{content:"\ebf8"}.ri-creative-commons-sa-fill:before{content:"\ebf9"}.ri-creative-commons-sa-line:before{content:"\ebfa"}.ri-creative-commons-zero-fill:before{content:"\ebfb"}.ri-creative-commons-zero-line:before{content:"\ebfc"}.ri-criminal-fill:before{content:"\ebfd"}.ri-criminal-line:before{content:"\ebfe"}.ri-crop-2-fill:before{content:"\ebff"}.ri-crop-2-line:before{content:"\ec00"}.ri-crop-fill:before{content:"\ec01"}.ri-crop-line:before{content:"\ec02"}.ri-css3-fill:before{content:"\ec03"}.ri-css3-line:before{content:"\ec04"}.ri-cup-fill:before{content:"\ec05"}.ri-cup-line:before{content:"\ec06"}.ri-currency-fill:before{content:"\ec07"}.ri-currency-line:before{content:"\ec08"}.ri-cursor-fill:before{content:"\ec09"}.ri-cursor-line:before{content:"\ec0a"}.ri-customer-service-2-fill:before{content:"\ec0b"}.ri-customer-service-2-line:before{content:"\ec0c"}.ri-customer-service-fill:before{content:"\ec0d"}.ri-customer-service-line:before{content:"\ec0e"}.ri-dashboard-2-fill:before{content:"\ec0f"}.ri-dashboard-2-line:before{content:"\ec10"}.ri-dashboard-3-fill:before{content:"\ec11"}.ri-dashboard-3-line:before{content:"\ec12"}.ri-dashboard-fill:before{content:"\ec13"}.ri-dashboard-line:before{content:"\ec14"}.ri-database-2-fill:before{content:"\ec15"}.ri-database-2-line:before{content:"\ec16"}.ri-database-fill:before{content:"\ec17"}.ri-database-line:before{content:"\ec18"}.ri-delete-back-2-fill:before{content:"\ec19"}.ri-delete-back-2-line:before{content:"\ec1a"}.ri-delete-back-fill:before{content:"\ec1b"}.ri-delete-back-line:before{content:"\ec1c"}.ri-delete-bin-2-fill:before{content:"\ec1d"}.ri-delete-bin-2-line:before{content:"\ec1e"}.ri-delete-bin-3-fill:before{content:"\ec1f"}.ri-delete-bin-3-line:before{content:"\ec20"}.ri-delete-bin-4-fill:before{content:"\ec21"}.ri-delete-bin-4-line:before{content:"\ec22"}.ri-delete-bin-5-fill:before{content:"\ec23"}.ri-delete-bin-5-line:before{content:"\ec24"}.ri-delete-bin-6-fill:before{content:"\ec25"}.ri-delete-bin-6-line:before{content:"\ec26"}.ri-delete-bin-7-fill:before{content:"\ec27"}.ri-delete-bin-7-line:before{content:"\ec28"}.ri-delete-bin-fill:before{content:"\ec29"}.ri-delete-bin-line:before{content:"\ec2a"}.ri-delete-column:before{content:"\ec2b"}.ri-delete-row:before{content:"\ec2c"}.ri-device-fill:before{content:"\ec2d"}.ri-device-line:before{content:"\ec2e"}.ri-device-recover-fill:before{content:"\ec2f"}.ri-device-recover-line:before{content:"\ec30"}.ri-dingding-fill:before{content:"\ec31"}.ri-dingding-line:before{content:"\ec32"}.ri-direction-fill:before{content:"\ec33"}.ri-direction-line:before{content:"\ec34"}.ri-disc-fill:before{content:"\ec35"}.ri-disc-line:before{content:"\ec36"}.ri-discord-fill:before{content:"\ec37"}.ri-discord-line:before{content:"\ec38"}.ri-discuss-fill:before{content:"\ec39"}.ri-discuss-line:before{content:"\ec3a"}.ri-dislike-fill:before{content:"\ec3b"}.ri-dislike-line:before{content:"\ec3c"}.ri-disqus-fill:before{content:"\ec3d"}.ri-disqus-line:before{content:"\ec3e"}.ri-divide-fill:before{content:"\ec3f"}.ri-divide-line:before{content:"\ec40"}.ri-donut-chart-fill:before{content:"\ec41"}.ri-donut-chart-line:before{content:"\ec42"}.ri-door-closed-fill:before{content:"\ec43"}.ri-door-closed-line:before{content:"\ec44"}.ri-door-fill:before{content:"\ec45"}.ri-door-line:before{content:"\ec46"}.ri-door-lock-box-fill:before{content:"\ec47"}.ri-door-lock-box-line:before{content:"\ec48"}.ri-door-lock-fill:before{content:"\ec49"}.ri-door-lock-line:before{content:"\ec4a"}.ri-door-open-fill:before{content:"\ec4b"}.ri-door-open-line:before{content:"\ec4c"}.ri-dossier-fill:before{content:"\ec4d"}.ri-dossier-line:before{content:"\ec4e"}.ri-douban-fill:before{content:"\ec4f"}.ri-douban-line:before{content:"\ec50"}.ri-double-quotes-l:before{content:"\ec51"}.ri-double-quotes-r:before{content:"\ec52"}.ri-download-2-fill:before{content:"\ec53"}.ri-download-2-line:before{content:"\ec54"}.ri-download-cloud-2-fill:before{content:"\ec55"}.ri-download-cloud-2-line:before{content:"\ec56"}.ri-download-cloud-fill:before{content:"\ec57"}.ri-download-cloud-line:before{content:"\ec58"}.ri-download-fill:before{content:"\ec59"}.ri-download-line:before{content:"\ec5a"}.ri-draft-fill:before{content:"\ec5b"}.ri-draft-line:before{content:"\ec5c"}.ri-drag-drop-fill:before{content:"\ec5d"}.ri-drag-drop-line:before{content:"\ec5e"}.ri-drag-move-2-fill:before{content:"\ec5f"}.ri-drag-move-2-line:before{content:"\ec60"}.ri-drag-move-fill:before{content:"\ec61"}.ri-drag-move-line:before{content:"\ec62"}.ri-dribbble-fill:before{content:"\ec63"}.ri-dribbble-line:before{content:"\ec64"}.ri-drive-fill:before{content:"\ec65"}.ri-drive-line:before{content:"\ec66"}.ri-drizzle-fill:before{content:"\ec67"}.ri-drizzle-line:before{content:"\ec68"}.ri-drop-fill:before{content:"\ec69"}.ri-drop-line:before{content:"\ec6a"}.ri-dropbox-fill:before{content:"\ec6b"}.ri-dropbox-line:before{content:"\ec6c"}.ri-dual-sim-1-fill:before{content:"\ec6d"}.ri-dual-sim-1-line:before{content:"\ec6e"}.ri-dual-sim-2-fill:before{content:"\ec6f"}.ri-dual-sim-2-line:before{content:"\ec70"}.ri-dv-fill:before{content:"\ec71"}.ri-dv-line:before{content:"\ec72"}.ri-dvd-fill:before{content:"\ec73"}.ri-dvd-line:before{content:"\ec74"}.ri-e-bike-2-fill:before{content:"\ec75"}.ri-e-bike-2-line:before{content:"\ec76"}.ri-e-bike-fill:before{content:"\ec77"}.ri-e-bike-line:before{content:"\ec78"}.ri-earth-fill:before{content:"\ec79"}.ri-earth-line:before{content:"\ec7a"}.ri-earthquake-fill:before{content:"\ec7b"}.ri-earthquake-line:before{content:"\ec7c"}.ri-edge-fill:before{content:"\ec7d"}.ri-edge-line:before{content:"\ec7e"}.ri-edit-2-fill:before{content:"\ec7f"}.ri-edit-2-line:before{content:"\ec80"}.ri-edit-box-fill:before{content:"\ec81"}.ri-edit-box-line:before{content:"\ec82"}.ri-edit-circle-fill:before{content:"\ec83"}.ri-edit-circle-line:before{content:"\ec84"}.ri-edit-fill:before{content:"\ec85"}.ri-edit-line:before{content:"\ec86"}.ri-eject-fill:before{content:"\ec87"}.ri-eject-line:before{content:"\ec88"}.ri-emotion-2-fill:before{content:"\ec89"}.ri-emotion-2-line:before{content:"\ec8a"}.ri-emotion-fill:before{content:"\ec8b"}.ri-emotion-happy-fill:before{content:"\ec8c"}.ri-emotion-happy-line:before{content:"\ec8d"}.ri-emotion-laugh-fill:before{content:"\ec8e"}.ri-emotion-laugh-line:before{content:"\ec8f"}.ri-emotion-line:before{content:"\ec90"}.ri-emotion-normal-fill:before{content:"\ec91"}.ri-emotion-normal-line:before{content:"\ec92"}.ri-emotion-sad-fill:before{content:"\ec93"}.ri-emotion-sad-line:before{content:"\ec94"}.ri-emotion-unhappy-fill:before{content:"\ec95"}.ri-emotion-unhappy-line:before{content:"\ec96"}.ri-empathize-fill:before{content:"\ec97"}.ri-empathize-line:before{content:"\ec98"}.ri-emphasis-cn:before{content:"\ec99"}.ri-emphasis:before{content:"\ec9a"}.ri-english-input:before{content:"\ec9b"}.ri-equalizer-fill:before{content:"\ec9c"}.ri-equalizer-line:before{content:"\ec9d"}.ri-eraser-fill:before{content:"\ec9e"}.ri-eraser-line:before{content:"\ec9f"}.ri-error-warning-fill:before{content:"\eca0"}.ri-error-warning-line:before{content:"\eca1"}.ri-evernote-fill:before{content:"\eca2"}.ri-evernote-line:before{content:"\eca3"}.ri-exchange-box-fill:before{content:"\eca4"}.ri-exchange-box-line:before{content:"\eca5"}.ri-exchange-cny-fill:before{content:"\eca6"}.ri-exchange-cny-line:before{content:"\eca7"}.ri-exchange-dollar-fill:before{content:"\eca8"}.ri-exchange-dollar-line:before{content:"\eca9"}.ri-exchange-fill:before{content:"\ecaa"}.ri-exchange-funds-fill:before{content:"\ecab"}.ri-exchange-funds-line:before{content:"\ecac"}.ri-exchange-line:before{content:"\ecad"}.ri-external-link-fill:before{content:"\ecae"}.ri-external-link-line:before{content:"\ecaf"}.ri-eye-2-fill:before{content:"\ecb0"}.ri-eye-2-line:before{content:"\ecb1"}.ri-eye-close-fill:before{content:"\ecb2"}.ri-eye-close-line:before{content:"\ecb3"}.ri-eye-fill:before{content:"\ecb4"}.ri-eye-line:before{content:"\ecb5"}.ri-eye-off-fill:before{content:"\ecb6"}.ri-eye-off-line:before{content:"\ecb7"}.ri-facebook-box-fill:before{content:"\ecb8"}.ri-facebook-box-line:before{content:"\ecb9"}.ri-facebook-circle-fill:before{content:"\ecba"}.ri-facebook-circle-line:before{content:"\ecbb"}.ri-facebook-fill:before{content:"\ecbc"}.ri-facebook-line:before{content:"\ecbd"}.ri-fahrenheit-fill:before{content:"\ecbe"}.ri-fahrenheit-line:before{content:"\ecbf"}.ri-feedback-fill:before{content:"\ecc0"}.ri-feedback-line:before{content:"\ecc1"}.ri-file-2-fill:before{content:"\ecc2"}.ri-file-2-line:before{content:"\ecc3"}.ri-file-3-fill:before{content:"\ecc4"}.ri-file-3-line:before{content:"\ecc5"}.ri-file-4-fill:before{content:"\ecc6"}.ri-file-4-line:before{content:"\ecc7"}.ri-file-add-fill:before{content:"\ecc8"}.ri-file-add-line:before{content:"\ecc9"}.ri-file-chart-2-fill:before{content:"\ecca"}.ri-file-chart-2-line:before{content:"\eccb"}.ri-file-chart-fill:before{content:"\eccc"}.ri-file-chart-line:before{content:"\eccd"}.ri-file-cloud-fill:before{content:"\ecce"}.ri-file-cloud-line:before{content:"\eccf"}.ri-file-code-fill:before{content:"\ecd0"}.ri-file-code-line:before{content:"\ecd1"}.ri-file-copy-2-fill:before{content:"\ecd2"}.ri-file-copy-2-line:before{content:"\ecd3"}.ri-file-copy-fill:before{content:"\ecd4"}.ri-file-copy-line:before{content:"\ecd5"}.ri-file-damage-fill:before{content:"\ecd6"}.ri-file-damage-line:before{content:"\ecd7"}.ri-file-download-fill:before{content:"\ecd8"}.ri-file-download-line:before{content:"\ecd9"}.ri-file-edit-fill:before{content:"\ecda"}.ri-file-edit-line:before{content:"\ecdb"}.ri-file-excel-2-fill:before{content:"\ecdc"}.ri-file-excel-2-line:before{content:"\ecdd"}.ri-file-excel-fill:before{content:"\ecde"}.ri-file-excel-line:before{content:"\ecdf"}.ri-file-fill:before{content:"\ece0"}.ri-file-forbid-fill:before{content:"\ece1"}.ri-file-forbid-line:before{content:"\ece2"}.ri-file-gif-fill:before{content:"\ece3"}.ri-file-gif-line:before{content:"\ece4"}.ri-file-history-fill:before{content:"\ece5"}.ri-file-history-line:before{content:"\ece6"}.ri-file-hwp-fill:before{content:"\ece7"}.ri-file-hwp-line:before{content:"\ece8"}.ri-file-info-fill:before{content:"\ece9"}.ri-file-info-line:before{content:"\ecea"}.ri-file-line:before{content:"\eceb"}.ri-file-list-2-fill:before{content:"\ecec"}.ri-file-list-2-line:before{content:"\eced"}.ri-file-list-3-fill:before{content:"\ecee"}.ri-file-list-3-line:before{content:"\ecef"}.ri-file-list-fill:before{content:"\ecf0"}.ri-file-list-line:before{content:"\ecf1"}.ri-file-lock-fill:before{content:"\ecf2"}.ri-file-lock-line:before{content:"\ecf3"}.ri-file-mark-fill:before{content:"\ecf4"}.ri-file-mark-line:before{content:"\ecf5"}.ri-file-music-fill:before{content:"\ecf6"}.ri-file-music-line:before{content:"\ecf7"}.ri-file-paper-2-fill:before{content:"\ecf8"}.ri-file-paper-2-line:before{content:"\ecf9"}.ri-file-paper-fill:before{content:"\ecfa"}.ri-file-paper-line:before{content:"\ecfb"}.ri-file-pdf-fill:before{content:"\ecfc"}.ri-file-pdf-line:before{content:"\ecfd"}.ri-file-ppt-2-fill:before{content:"\ecfe"}.ri-file-ppt-2-line:before{content:"\ecff"}.ri-file-ppt-fill:before{content:"\ed00"}.ri-file-ppt-line:before{content:"\ed01"}.ri-file-reduce-fill:before{content:"\ed02"}.ri-file-reduce-line:before{content:"\ed03"}.ri-file-search-fill:before{content:"\ed04"}.ri-file-search-line:before{content:"\ed05"}.ri-file-settings-fill:before{content:"\ed06"}.ri-file-settings-line:before{content:"\ed07"}.ri-file-shield-2-fill:before{content:"\ed08"}.ri-file-shield-2-line:before{content:"\ed09"}.ri-file-shield-fill:before{content:"\ed0a"}.ri-file-shield-line:before{content:"\ed0b"}.ri-file-shred-fill:before{content:"\ed0c"}.ri-file-shred-line:before{content:"\ed0d"}.ri-file-text-fill:before{content:"\ed0e"}.ri-file-text-line:before{content:"\ed0f"}.ri-file-transfer-fill:before{content:"\ed10"}.ri-file-transfer-line:before{content:"\ed11"}.ri-file-unknow-fill:before{content:"\ed12"}.ri-file-unknow-line:before{content:"\ed13"}.ri-file-upload-fill:before{content:"\ed14"}.ri-file-upload-line:before{content:"\ed15"}.ri-file-user-fill:before{content:"\ed16"}.ri-file-user-line:before{content:"\ed17"}.ri-file-warning-fill:before{content:"\ed18"}.ri-file-warning-line:before{content:"\ed19"}.ri-file-word-2-fill:before{content:"\ed1a"}.ri-file-word-2-line:before{content:"\ed1b"}.ri-file-word-fill:before{content:"\ed1c"}.ri-file-word-line:before{content:"\ed1d"}.ri-file-zip-fill:before{content:"\ed1e"}.ri-file-zip-line:before{content:"\ed1f"}.ri-film-fill:before{content:"\ed20"}.ri-film-line:before{content:"\ed21"}.ri-filter-2-fill:before{content:"\ed22"}.ri-filter-2-line:before{content:"\ed23"}.ri-filter-3-fill:before{content:"\ed24"}.ri-filter-3-line:before{content:"\ed25"}.ri-filter-fill:before{content:"\ed26"}.ri-filter-line:before{content:"\ed27"}.ri-filter-off-fill:before{content:"\ed28"}.ri-filter-off-line:before{content:"\ed29"}.ri-find-replace-fill:before{content:"\ed2a"}.ri-find-replace-line:before{content:"\ed2b"}.ri-finder-fill:before{content:"\ed2c"}.ri-finder-line:before{content:"\ed2d"}.ri-fingerprint-2-fill:before{content:"\ed2e"}.ri-fingerprint-2-line:before{content:"\ed2f"}.ri-fingerprint-fill:before{content:"\ed30"}.ri-fingerprint-line:before{content:"\ed31"}.ri-fire-fill:before{content:"\ed32"}.ri-fire-line:before{content:"\ed33"}.ri-firefox-fill:before{content:"\ed34"}.ri-firefox-line:before{content:"\ed35"}.ri-first-aid-kit-fill:before{content:"\ed36"}.ri-first-aid-kit-line:before{content:"\ed37"}.ri-flag-2-fill:before{content:"\ed38"}.ri-flag-2-line:before{content:"\ed39"}.ri-flag-fill:before{content:"\ed3a"}.ri-flag-line:before{content:"\ed3b"}.ri-flashlight-fill:before{content:"\ed3c"}.ri-flashlight-line:before{content:"\ed3d"}.ri-flask-fill:before{content:"\ed3e"}.ri-flask-line:before{content:"\ed3f"}.ri-flight-land-fill:before{content:"\ed40"}.ri-flight-land-line:before{content:"\ed41"}.ri-flight-takeoff-fill:before{content:"\ed42"}.ri-flight-takeoff-line:before{content:"\ed43"}.ri-flood-fill:before{content:"\ed44"}.ri-flood-line:before{content:"\ed45"}.ri-flow-chart:before{content:"\ed46"}.ri-flutter-fill:before{content:"\ed47"}.ri-flutter-line:before{content:"\ed48"}.ri-focus-2-fill:before{content:"\ed49"}.ri-focus-2-line:before{content:"\ed4a"}.ri-focus-3-fill:before{content:"\ed4b"}.ri-focus-3-line:before{content:"\ed4c"}.ri-focus-fill:before{content:"\ed4d"}.ri-focus-line:before{content:"\ed4e"}.ri-foggy-fill:before{content:"\ed4f"}.ri-foggy-line:before{content:"\ed50"}.ri-folder-2-fill:before{content:"\ed51"}.ri-folder-2-line:before{content:"\ed52"}.ri-folder-3-fill:before{content:"\ed53"}.ri-folder-3-line:before{content:"\ed54"}.ri-folder-4-fill:before{content:"\ed55"}.ri-folder-4-line:before{content:"\ed56"}.ri-folder-5-fill:before{content:"\ed57"}.ri-folder-5-line:before{content:"\ed58"}.ri-folder-add-fill:before{content:"\ed59"}.ri-folder-add-line:before{content:"\ed5a"}.ri-folder-chart-2-fill:before{content:"\ed5b"}.ri-folder-chart-2-line:before{content:"\ed5c"}.ri-folder-chart-fill:before{content:"\ed5d"}.ri-folder-chart-line:before{content:"\ed5e"}.ri-folder-download-fill:before{content:"\ed5f"}.ri-folder-download-line:before{content:"\ed60"}.ri-folder-fill:before{content:"\ed61"}.ri-folder-forbid-fill:before{content:"\ed62"}.ri-folder-forbid-line:before{content:"\ed63"}.ri-folder-history-fill:before{content:"\ed64"}.ri-folder-history-line:before{content:"\ed65"}.ri-folder-info-fill:before{content:"\ed66"}.ri-folder-info-line:before{content:"\ed67"}.ri-folder-keyhole-fill:before{content:"\ed68"}.ri-folder-keyhole-line:before{content:"\ed69"}.ri-folder-line:before{content:"\ed6a"}.ri-folder-lock-fill:before{content:"\ed6b"}.ri-folder-lock-line:before{content:"\ed6c"}.ri-folder-music-fill:before{content:"\ed6d"}.ri-folder-music-line:before{content:"\ed6e"}.ri-folder-open-fill:before{content:"\ed6f"}.ri-folder-open-line:before{content:"\ed70"}.ri-folder-received-fill:before{content:"\ed71"}.ri-folder-received-line:before{content:"\ed72"}.ri-folder-reduce-fill:before{content:"\ed73"}.ri-folder-reduce-line:before{content:"\ed74"}.ri-folder-settings-fill:before{content:"\ed75"}.ri-folder-settings-line:before{content:"\ed76"}.ri-folder-shared-fill:before{content:"\ed77"}.ri-folder-shared-line:before{content:"\ed78"}.ri-folder-shield-2-fill:before{content:"\ed79"}.ri-folder-shield-2-line:before{content:"\ed7a"}.ri-folder-shield-fill:before{content:"\ed7b"}.ri-folder-shield-line:before{content:"\ed7c"}.ri-folder-transfer-fill:before{content:"\ed7d"}.ri-folder-transfer-line:before{content:"\ed7e"}.ri-folder-unknow-fill:before{content:"\ed7f"}.ri-folder-unknow-line:before{content:"\ed80"}.ri-folder-upload-fill:before{content:"\ed81"}.ri-folder-upload-line:before{content:"\ed82"}.ri-folder-user-fill:before{content:"\ed83"}.ri-folder-user-line:before{content:"\ed84"}.ri-folder-warning-fill:before{content:"\ed85"}.ri-folder-warning-line:before{content:"\ed86"}.ri-folder-zip-fill:before{content:"\ed87"}.ri-folder-zip-line:before{content:"\ed88"}.ri-folders-fill:before{content:"\ed89"}.ri-folders-line:before{content:"\ed8a"}.ri-font-color:before{content:"\ed8b"}.ri-font-size-2:before{content:"\ed8c"}.ri-font-size:before{content:"\ed8d"}.ri-football-fill:before{content:"\ed8e"}.ri-football-line:before{content:"\ed8f"}.ri-footprint-fill:before{content:"\ed90"}.ri-footprint-line:before{content:"\ed91"}.ri-forbid-2-fill:before{content:"\ed92"}.ri-forbid-2-line:before{content:"\ed93"}.ri-forbid-fill:before{content:"\ed94"}.ri-forbid-line:before{content:"\ed95"}.ri-format-clear:before{content:"\ed96"}.ri-fridge-fill:before{content:"\ed97"}.ri-fridge-line:before{content:"\ed98"}.ri-fullscreen-exit-fill:before{content:"\ed99"}.ri-fullscreen-exit-line:before{content:"\ed9a"}.ri-fullscreen-fill:before{content:"\ed9b"}.ri-fullscreen-line:before{content:"\ed9c"}.ri-function-fill:before{content:"\ed9d"}.ri-function-line:before{content:"\ed9e"}.ri-functions:before{content:"\ed9f"}.ri-funds-box-fill:before{content:"\eda0"}.ri-funds-box-line:before{content:"\eda1"}.ri-funds-fill:before{content:"\eda2"}.ri-funds-line:before{content:"\eda3"}.ri-gallery-fill:before{content:"\eda4"}.ri-gallery-line:before{content:"\eda5"}.ri-gallery-upload-fill:before{content:"\eda6"}.ri-gallery-upload-line:before{content:"\eda7"}.ri-game-fill:before{content:"\eda8"}.ri-game-line:before{content:"\eda9"}.ri-gamepad-fill:before{content:"\edaa"}.ri-gamepad-line:before{content:"\edab"}.ri-gas-station-fill:before{content:"\edac"}.ri-gas-station-line:before{content:"\edad"}.ri-gatsby-fill:before{content:"\edae"}.ri-gatsby-line:before{content:"\edaf"}.ri-genderless-fill:before{content:"\edb0"}.ri-genderless-line:before{content:"\edb1"}.ri-ghost-2-fill:before{content:"\edb2"}.ri-ghost-2-line:before{content:"\edb3"}.ri-ghost-fill:before{content:"\edb4"}.ri-ghost-line:before{content:"\edb5"}.ri-ghost-smile-fill:before{content:"\edb6"}.ri-ghost-smile-line:before{content:"\edb7"}.ri-gift-2-fill:before{content:"\edb8"}.ri-gift-2-line:before{content:"\edb9"}.ri-gift-fill:before{content:"\edba"}.ri-gift-line:before{content:"\edbb"}.ri-git-branch-fill:before{content:"\edbc"}.ri-git-branch-line:before{content:"\edbd"}.ri-git-commit-fill:before{content:"\edbe"}.ri-git-commit-line:before{content:"\edbf"}.ri-git-merge-fill:before{content:"\edc0"}.ri-git-merge-line:before{content:"\edc1"}.ri-git-pull-request-fill:before{content:"\edc2"}.ri-git-pull-request-line:before{content:"\edc3"}.ri-git-repository-commits-fill:before{content:"\edc4"}.ri-git-repository-commits-line:before{content:"\edc5"}.ri-git-repository-fill:before{content:"\edc6"}.ri-git-repository-line:before{content:"\edc7"}.ri-git-repository-private-fill:before{content:"\edc8"}.ri-git-repository-private-line:before{content:"\edc9"}.ri-github-fill:before{content:"\edca"}.ri-github-line:before{content:"\edcb"}.ri-gitlab-fill:before{content:"\edcc"}.ri-gitlab-line:before{content:"\edcd"}.ri-global-fill:before{content:"\edce"}.ri-global-line:before{content:"\edcf"}.ri-globe-fill:before{content:"\edd0"}.ri-globe-line:before{content:"\edd1"}.ri-goblet-fill:before{content:"\edd2"}.ri-goblet-line:before{content:"\edd3"}.ri-google-fill:before{content:"\edd4"}.ri-google-line:before{content:"\edd5"}.ri-google-play-fill:before{content:"\edd6"}.ri-google-play-line:before{content:"\edd7"}.ri-government-fill:before{content:"\edd8"}.ri-government-line:before{content:"\edd9"}.ri-gps-fill:before{content:"\edda"}.ri-gps-line:before{content:"\eddb"}.ri-gradienter-fill:before{content:"\eddc"}.ri-gradienter-line:before{content:"\eddd"}.ri-grid-fill:before{content:"\edde"}.ri-grid-line:before{content:"\eddf"}.ri-group-2-fill:before{content:"\ede0"}.ri-group-2-line:before{content:"\ede1"}.ri-group-fill:before{content:"\ede2"}.ri-group-line:before{content:"\ede3"}.ri-guide-fill:before{content:"\ede4"}.ri-guide-line:before{content:"\ede5"}.ri-h-1:before{content:"\ede6"}.ri-h-2:before{content:"\ede7"}.ri-h-3:before{content:"\ede8"}.ri-h-4:before{content:"\ede9"}.ri-h-5:before{content:"\edea"}.ri-h-6:before{content:"\edeb"}.ri-hail-fill:before{content:"\edec"}.ri-hail-line:before{content:"\eded"}.ri-hammer-fill:before{content:"\edee"}.ri-hammer-line:before{content:"\edef"}.ri-hand-coin-fill:before{content:"\edf0"}.ri-hand-coin-line:before{content:"\edf1"}.ri-hand-heart-fill:before{content:"\edf2"}.ri-hand-heart-line:before{content:"\edf3"}.ri-hand-sanitizer-fill:before{content:"\edf4"}.ri-hand-sanitizer-line:before{content:"\edf5"}.ri-handbag-fill:before{content:"\edf6"}.ri-handbag-line:before{content:"\edf7"}.ri-hard-drive-2-fill:before{content:"\edf8"}.ri-hard-drive-2-line:before{content:"\edf9"}.ri-hard-drive-fill:before{content:"\edfa"}.ri-hard-drive-line:before{content:"\edfb"}.ri-hashtag:before{content:"\edfc"}.ri-haze-2-fill:before{content:"\edfd"}.ri-haze-2-line:before{content:"\edfe"}.ri-haze-fill:before{content:"\edff"}.ri-haze-line:before{content:"\ee00"}.ri-hd-fill:before{content:"\ee01"}.ri-hd-line:before{content:"\ee02"}.ri-heading:before{content:"\ee03"}.ri-headphone-fill:before{content:"\ee04"}.ri-headphone-line:before{content:"\ee05"}.ri-health-book-fill:before{content:"\ee06"}.ri-health-book-line:before{content:"\ee07"}.ri-heart-2-fill:before{content:"\ee08"}.ri-heart-2-line:before{content:"\ee09"}.ri-heart-3-fill:before{content:"\ee0a"}.ri-heart-3-line:before{content:"\ee0b"}.ri-heart-add-fill:before{content:"\ee0c"}.ri-heart-add-line:before{content:"\ee0d"}.ri-heart-fill:before{content:"\ee0e"}.ri-heart-line:before{content:"\ee0f"}.ri-heart-pulse-fill:before{content:"\ee10"}.ri-heart-pulse-line:before{content:"\ee11"}.ri-hearts-fill:before{content:"\ee12"}.ri-hearts-line:before{content:"\ee13"}.ri-heavy-showers-fill:before{content:"\ee14"}.ri-heavy-showers-line:before{content:"\ee15"}.ri-history-fill:before{content:"\ee16"}.ri-history-line:before{content:"\ee17"}.ri-home-2-fill:before{content:"\ee18"}.ri-home-2-line:before{content:"\ee19"}.ri-home-3-fill:before{content:"\ee1a"}.ri-home-3-line:before{content:"\ee1b"}.ri-home-4-fill:before{content:"\ee1c"}.ri-home-4-line:before{content:"\ee1d"}.ri-home-5-fill:before{content:"\ee1e"}.ri-home-5-line:before{content:"\ee1f"}.ri-home-6-fill:before{content:"\ee20"}.ri-home-6-line:before{content:"\ee21"}.ri-home-7-fill:before{content:"\ee22"}.ri-home-7-line:before{content:"\ee23"}.ri-home-8-fill:before{content:"\ee24"}.ri-home-8-line:before{content:"\ee25"}.ri-home-fill:before{content:"\ee26"}.ri-home-gear-fill:before{content:"\ee27"}.ri-home-gear-line:before{content:"\ee28"}.ri-home-heart-fill:before{content:"\ee29"}.ri-home-heart-line:before{content:"\ee2a"}.ri-home-line:before{content:"\ee2b"}.ri-home-smile-2-fill:before{content:"\ee2c"}.ri-home-smile-2-line:before{content:"\ee2d"}.ri-home-smile-fill:before{content:"\ee2e"}.ri-home-smile-line:before{content:"\ee2f"}.ri-home-wifi-fill:before{content:"\ee30"}.ri-home-wifi-line:before{content:"\ee31"}.ri-honor-of-kings-fill:before{content:"\ee32"}.ri-honor-of-kings-line:before{content:"\ee33"}.ri-honour-fill:before{content:"\ee34"}.ri-honour-line:before{content:"\ee35"}.ri-hospital-fill:before{content:"\ee36"}.ri-hospital-line:before{content:"\ee37"}.ri-hotel-bed-fill:before{content:"\ee38"}.ri-hotel-bed-line:before{content:"\ee39"}.ri-hotel-fill:before{content:"\ee3a"}.ri-hotel-line:before{content:"\ee3b"}.ri-hotspot-fill:before{content:"\ee3c"}.ri-hotspot-line:before{content:"\ee3d"}.ri-hq-fill:before{content:"\ee3e"}.ri-hq-line:before{content:"\ee3f"}.ri-html5-fill:before{content:"\ee40"}.ri-html5-line:before{content:"\ee41"}.ri-ie-fill:before{content:"\ee42"}.ri-ie-line:before{content:"\ee43"}.ri-image-2-fill:before{content:"\ee44"}.ri-image-2-line:before{content:"\ee45"}.ri-image-add-fill:before{content:"\ee46"}.ri-image-add-line:before{content:"\ee47"}.ri-image-edit-fill:before{content:"\ee48"}.ri-image-edit-line:before{content:"\ee49"}.ri-image-fill:before{content:"\ee4a"}.ri-image-line:before{content:"\ee4b"}.ri-inbox-archive-fill:before{content:"\ee4c"}.ri-inbox-archive-line:before{content:"\ee4d"}.ri-inbox-fill:before{content:"\ee4e"}.ri-inbox-line:before{content:"\ee4f"}.ri-inbox-unarchive-fill:before{content:"\ee50"}.ri-inbox-unarchive-line:before{content:"\ee51"}.ri-increase-decrease-fill:before{content:"\ee52"}.ri-increase-decrease-line:before{content:"\ee53"}.ri-indent-decrease:before{content:"\ee54"}.ri-indent-increase:before{content:"\ee55"}.ri-indeterminate-circle-fill:before{content:"\ee56"}.ri-indeterminate-circle-line:before{content:"\ee57"}.ri-information-fill:before{content:"\ee58"}.ri-information-line:before{content:"\ee59"}.ri-infrared-thermometer-fill:before{content:"\ee5a"}.ri-infrared-thermometer-line:before{content:"\ee5b"}.ri-ink-bottle-fill:before{content:"\ee5c"}.ri-ink-bottle-line:before{content:"\ee5d"}.ri-input-cursor-move:before{content:"\ee5e"}.ri-input-method-fill:before{content:"\ee5f"}.ri-input-method-line:before{content:"\ee60"}.ri-insert-column-left:before{content:"\ee61"}.ri-insert-column-right:before{content:"\ee62"}.ri-insert-row-bottom:before{content:"\ee63"}.ri-insert-row-top:before{content:"\ee64"}.ri-instagram-fill:before{content:"\ee65"}.ri-instagram-line:before{content:"\ee66"}.ri-install-fill:before{content:"\ee67"}.ri-install-line:before{content:"\ee68"}.ri-invision-fill:before{content:"\ee69"}.ri-invision-line:before{content:"\ee6a"}.ri-italic:before{content:"\ee6b"}.ri-kakao-talk-fill:before{content:"\ee6c"}.ri-kakao-talk-line:before{content:"\ee6d"}.ri-key-2-fill:before{content:"\ee6e"}.ri-key-2-line:before{content:"\ee6f"}.ri-key-fill:before{content:"\ee70"}.ri-key-line:before{content:"\ee71"}.ri-keyboard-box-fill:before{content:"\ee72"}.ri-keyboard-box-line:before{content:"\ee73"}.ri-keyboard-fill:before{content:"\ee74"}.ri-keyboard-line:before{content:"\ee75"}.ri-keynote-fill:before{content:"\ee76"}.ri-keynote-line:before{content:"\ee77"}.ri-knife-blood-fill:before{content:"\ee78"}.ri-knife-blood-line:before{content:"\ee79"}.ri-knife-fill:before{content:"\ee7a"}.ri-knife-line:before{content:"\ee7b"}.ri-landscape-fill:before{content:"\ee7c"}.ri-landscape-line:before{content:"\ee7d"}.ri-layout-2-fill:before{content:"\ee7e"}.ri-layout-2-line:before{content:"\ee7f"}.ri-layout-3-fill:before{content:"\ee80"}.ri-layout-3-line:before{content:"\ee81"}.ri-layout-4-fill:before{content:"\ee82"}.ri-layout-4-line:before{content:"\ee83"}.ri-layout-5-fill:before{content:"\ee84"}.ri-layout-5-line:before{content:"\ee85"}.ri-layout-6-fill:before{content:"\ee86"}.ri-layout-6-line:before{content:"\ee87"}.ri-layout-bottom-2-fill:before{content:"\ee88"}.ri-layout-bottom-2-line:before{content:"\ee89"}.ri-layout-bottom-fill:before{content:"\ee8a"}.ri-layout-bottom-line:before{content:"\ee8b"}.ri-layout-column-fill:before{content:"\ee8c"}.ri-layout-column-line:before{content:"\ee8d"}.ri-layout-fill:before{content:"\ee8e"}.ri-layout-grid-fill:before{content:"\ee8f"}.ri-layout-grid-line:before{content:"\ee90"}.ri-layout-left-2-fill:before{content:"\ee91"}.ri-layout-left-2-line:before{content:"\ee92"}.ri-layout-left-fill:before{content:"\ee93"}.ri-layout-left-line:before{content:"\ee94"}.ri-layout-line:before{content:"\ee95"}.ri-layout-masonry-fill:before{content:"\ee96"}.ri-layout-masonry-line:before{content:"\ee97"}.ri-layout-right-2-fill:before{content:"\ee98"}.ri-layout-right-2-line:before{content:"\ee99"}.ri-layout-right-fill:before{content:"\ee9a"}.ri-layout-right-line:before{content:"\ee9b"}.ri-layout-row-fill:before{content:"\ee9c"}.ri-layout-row-line:before{content:"\ee9d"}.ri-layout-top-2-fill:before{content:"\ee9e"}.ri-layout-top-2-line:before{content:"\ee9f"}.ri-layout-top-fill:before{content:"\eea0"}.ri-layout-top-line:before{content:"\eea1"}.ri-leaf-fill:before{content:"\eea2"}.ri-leaf-line:before{content:"\eea3"}.ri-lifebuoy-fill:before{content:"\eea4"}.ri-lifebuoy-line:before{content:"\eea5"}.ri-lightbulb-fill:before{content:"\eea6"}.ri-lightbulb-flash-fill:before{content:"\eea7"}.ri-lightbulb-flash-line:before{content:"\eea8"}.ri-lightbulb-line:before{content:"\eea9"}.ri-line-chart-fill:before{content:"\eeaa"}.ri-line-chart-line:before{content:"\eeab"}.ri-line-fill:before{content:"\eeac"}.ri-line-height:before{content:"\eead"}.ri-line-line:before{content:"\eeae"}.ri-link-m:before{content:"\eeaf"}.ri-link-unlink-m:before{content:"\eeb0"}.ri-link-unlink:before{content:"\eeb1"}.ri-link:before{content:"\eeb2"}.ri-linkedin-box-fill:before{content:"\eeb3"}.ri-linkedin-box-line:before{content:"\eeb4"}.ri-linkedin-fill:before{content:"\eeb5"}.ri-linkedin-line:before{content:"\eeb6"}.ri-links-fill:before{content:"\eeb7"}.ri-links-line:before{content:"\eeb8"}.ri-list-check-2:before{content:"\eeb9"}.ri-list-check:before{content:"\eeba"}.ri-list-ordered:before{content:"\eebb"}.ri-list-settings-fill:before{content:"\eebc"}.ri-list-settings-line:before{content:"\eebd"}.ri-list-unordered:before{content:"\eebe"}.ri-live-fill:before{content:"\eebf"}.ri-live-line:before{content:"\eec0"}.ri-loader-2-fill:before{content:"\eec1"}.ri-loader-2-line:before{content:"\eec2"}.ri-loader-3-fill:before{content:"\eec3"}.ri-loader-3-line:before{content:"\eec4"}.ri-loader-4-fill:before{content:"\eec5"}.ri-loader-4-line:before{content:"\eec6"}.ri-loader-5-fill:before{content:"\eec7"}.ri-loader-5-line:before{content:"\eec8"}.ri-loader-fill:before{content:"\eec9"}.ri-loader-line:before{content:"\eeca"}.ri-lock-2-fill:before{content:"\eecb"}.ri-lock-2-line:before{content:"\eecc"}.ri-lock-fill:before{content:"\eecd"}.ri-lock-line:before{content:"\eece"}.ri-lock-password-fill:before{content:"\eecf"}.ri-lock-password-line:before{content:"\eed0"}.ri-lock-unlock-fill:before{content:"\eed1"}.ri-lock-unlock-line:before{content:"\eed2"}.ri-login-box-fill:before{content:"\eed3"}.ri-login-box-line:before{content:"\eed4"}.ri-login-circle-fill:before{content:"\eed5"}.ri-login-circle-line:before{content:"\eed6"}.ri-logout-box-fill:before{content:"\eed7"}.ri-logout-box-line:before{content:"\eed8"}.ri-logout-box-r-fill:before{content:"\eed9"}.ri-logout-box-r-line:before{content:"\eeda"}.ri-logout-circle-fill:before{content:"\eedb"}.ri-logout-circle-line:before{content:"\eedc"}.ri-logout-circle-r-fill:before{content:"\eedd"}.ri-logout-circle-r-line:before{content:"\eede"}.ri-luggage-cart-fill:before{content:"\eedf"}.ri-luggage-cart-line:before{content:"\eee0"}.ri-luggage-deposit-fill:before{content:"\eee1"}.ri-luggage-deposit-line:before{content:"\eee2"}.ri-lungs-fill:before{content:"\eee3"}.ri-lungs-line:before{content:"\eee4"}.ri-mac-fill:before{content:"\eee5"}.ri-mac-line:before{content:"\eee6"}.ri-macbook-fill:before{content:"\eee7"}.ri-macbook-line:before{content:"\eee8"}.ri-magic-fill:before{content:"\eee9"}.ri-magic-line:before{content:"\eeea"}.ri-mail-add-fill:before{content:"\eeeb"}.ri-mail-add-line:before{content:"\eeec"}.ri-mail-check-fill:before{content:"\eeed"}.ri-mail-check-line:before{content:"\eeee"}.ri-mail-close-fill:before{content:"\eeef"}.ri-mail-close-line:before{content:"\eef0"}.ri-mail-download-fill:before{content:"\eef1"}.ri-mail-download-line:before{content:"\eef2"}.ri-mail-fill:before{content:"\eef3"}.ri-mail-forbid-fill:before{content:"\eef4"}.ri-mail-forbid-line:before{content:"\eef5"}.ri-mail-line:before{content:"\eef6"}.ri-mail-lock-fill:before{content:"\eef7"}.ri-mail-lock-line:before{content:"\eef8"}.ri-mail-open-fill:before{content:"\eef9"}.ri-mail-open-line:before{content:"\eefa"}.ri-mail-send-fill:before{content:"\eefb"}.ri-mail-send-line:before{content:"\eefc"}.ri-mail-settings-fill:before{content:"\eefd"}.ri-mail-settings-line:before{content:"\eefe"}.ri-mail-star-fill:before{content:"\eeff"}.ri-mail-star-line:before{content:"\ef00"}.ri-mail-unread-fill:before{content:"\ef01"}.ri-mail-unread-line:before{content:"\ef02"}.ri-mail-volume-fill:before{content:"\ef03"}.ri-mail-volume-line:before{content:"\ef04"}.ri-map-2-fill:before{content:"\ef05"}.ri-map-2-line:before{content:"\ef06"}.ri-map-fill:before{content:"\ef07"}.ri-map-line:before{content:"\ef08"}.ri-map-pin-2-fill:before{content:"\ef09"}.ri-map-pin-2-line:before{content:"\ef0a"}.ri-map-pin-3-fill:before{content:"\ef0b"}.ri-map-pin-3-line:before{content:"\ef0c"}.ri-map-pin-4-fill:before{content:"\ef0d"}.ri-map-pin-4-line:before{content:"\ef0e"}.ri-map-pin-5-fill:before{content:"\ef0f"}.ri-map-pin-5-line:before{content:"\ef10"}.ri-map-pin-add-fill:before{content:"\ef11"}.ri-map-pin-add-line:before{content:"\ef12"}.ri-map-pin-fill:before{content:"\ef13"}.ri-map-pin-line:before{content:"\ef14"}.ri-map-pin-range-fill:before{content:"\ef15"}.ri-map-pin-range-line:before{content:"\ef16"}.ri-map-pin-time-fill:before{content:"\ef17"}.ri-map-pin-time-line:before{content:"\ef18"}.ri-map-pin-user-fill:before{content:"\ef19"}.ri-map-pin-user-line:before{content:"\ef1a"}.ri-mark-pen-fill:before{content:"\ef1b"}.ri-mark-pen-line:before{content:"\ef1c"}.ri-markdown-fill:before{content:"\ef1d"}.ri-markdown-line:before{content:"\ef1e"}.ri-markup-fill:before{content:"\ef1f"}.ri-markup-line:before{content:"\ef20"}.ri-mastercard-fill:before{content:"\ef21"}.ri-mastercard-line:before{content:"\ef22"}.ri-mastodon-fill:before{content:"\ef23"}.ri-mastodon-line:before{content:"\ef24"}.ri-medal-2-fill:before{content:"\ef25"}.ri-medal-2-line:before{content:"\ef26"}.ri-medal-fill:before{content:"\ef27"}.ri-medal-line:before{content:"\ef28"}.ri-medicine-bottle-fill:before{content:"\ef29"}.ri-medicine-bottle-line:before{content:"\ef2a"}.ri-medium-fill:before{content:"\ef2b"}.ri-medium-line:before{content:"\ef2c"}.ri-men-fill:before{content:"\ef2d"}.ri-men-line:before{content:"\ef2e"}.ri-mental-health-fill:before{content:"\ef2f"}.ri-mental-health-line:before{content:"\ef30"}.ri-menu-2-fill:before{content:"\ef31"}.ri-menu-2-line:before{content:"\ef32"}.ri-menu-3-fill:before{content:"\ef33"}.ri-menu-3-line:before{content:"\ef34"}.ri-menu-4-fill:before{content:"\ef35"}.ri-menu-4-line:before{content:"\ef36"}.ri-menu-5-fill:before{content:"\ef37"}.ri-menu-5-line:before{content:"\ef38"}.ri-menu-add-fill:before{content:"\ef39"}.ri-menu-add-line:before{content:"\ef3a"}.ri-menu-fill:before{content:"\ef3b"}.ri-menu-fold-fill:before{content:"\ef3c"}.ri-menu-fold-line:before{content:"\ef3d"}.ri-menu-line:before{content:"\ef3e"}.ri-menu-unfold-fill:before{content:"\ef3f"}.ri-menu-unfold-line:before{content:"\ef40"}.ri-merge-cells-horizontal:before{content:"\ef41"}.ri-merge-cells-vertical:before{content:"\ef42"}.ri-message-2-fill:before{content:"\ef43"}.ri-message-2-line:before{content:"\ef44"}.ri-message-3-fill:before{content:"\ef45"}.ri-message-3-line:before{content:"\ef46"}.ri-message-fill:before{content:"\ef47"}.ri-message-line:before{content:"\ef48"}.ri-messenger-fill:before{content:"\ef49"}.ri-messenger-line:before{content:"\ef4a"}.ri-meteor-fill:before{content:"\ef4b"}.ri-meteor-line:before{content:"\ef4c"}.ri-mic-2-fill:before{content:"\ef4d"}.ri-mic-2-line:before{content:"\ef4e"}.ri-mic-fill:before{content:"\ef4f"}.ri-mic-line:before{content:"\ef50"}.ri-mic-off-fill:before{content:"\ef51"}.ri-mic-off-line:before{content:"\ef52"}.ri-mickey-fill:before{content:"\ef53"}.ri-mickey-line:before{content:"\ef54"}.ri-microscope-fill:before{content:"\ef55"}.ri-microscope-line:before{content:"\ef56"}.ri-microsoft-fill:before{content:"\ef57"}.ri-microsoft-line:before{content:"\ef58"}.ri-mind-map:before{content:"\ef59"}.ri-mini-program-fill:before{content:"\ef5a"}.ri-mini-program-line:before{content:"\ef5b"}.ri-mist-fill:before{content:"\ef5c"}.ri-mist-line:before{content:"\ef5d"}.ri-money-cny-box-fill:before{content:"\ef5e"}.ri-money-cny-box-line:before{content:"\ef5f"}.ri-money-cny-circle-fill:before{content:"\ef60"}.ri-money-cny-circle-line:before{content:"\ef61"}.ri-money-dollar-box-fill:before{content:"\ef62"}.ri-money-dollar-box-line:before{content:"\ef63"}.ri-money-dollar-circle-fill:before{content:"\ef64"}.ri-money-dollar-circle-line:before{content:"\ef65"}.ri-money-euro-box-fill:before{content:"\ef66"}.ri-money-euro-box-line:before{content:"\ef67"}.ri-money-euro-circle-fill:before{content:"\ef68"}.ri-money-euro-circle-line:before{content:"\ef69"}.ri-money-pound-box-fill:before{content:"\ef6a"}.ri-money-pound-box-line:before{content:"\ef6b"}.ri-money-pound-circle-fill:before{content:"\ef6c"}.ri-money-pound-circle-line:before{content:"\ef6d"}.ri-moon-clear-fill:before{content:"\ef6e"}.ri-moon-clear-line:before{content:"\ef6f"}.ri-moon-cloudy-fill:before{content:"\ef70"}.ri-moon-cloudy-line:before{content:"\ef71"}.ri-moon-fill:before{content:"\ef72"}.ri-moon-foggy-fill:before{content:"\ef73"}.ri-moon-foggy-line:before{content:"\ef74"}.ri-moon-line:before{content:"\ef75"}.ri-more-2-fill:before{content:"\ef76"}.ri-more-2-line:before{content:"\ef77"}.ri-more-fill:before{content:"\ef78"}.ri-more-line:before{content:"\ef79"}.ri-motorbike-fill:before{content:"\ef7a"}.ri-motorbike-line:before{content:"\ef7b"}.ri-mouse-fill:before{content:"\ef7c"}.ri-mouse-line:before{content:"\ef7d"}.ri-movie-2-fill:before{content:"\ef7e"}.ri-movie-2-line:before{content:"\ef7f"}.ri-movie-fill:before{content:"\ef80"}.ri-movie-line:before{content:"\ef81"}.ri-music-2-fill:before{content:"\ef82"}.ri-music-2-line:before{content:"\ef83"}.ri-music-fill:before{content:"\ef84"}.ri-music-line:before{content:"\ef85"}.ri-mv-fill:before{content:"\ef86"}.ri-mv-line:before{content:"\ef87"}.ri-navigation-fill:before{content:"\ef88"}.ri-navigation-line:before{content:"\ef89"}.ri-netease-cloud-music-fill:before{content:"\ef8a"}.ri-netease-cloud-music-line:before{content:"\ef8b"}.ri-netflix-fill:before{content:"\ef8c"}.ri-netflix-line:before{content:"\ef8d"}.ri-newspaper-fill:before{content:"\ef8e"}.ri-newspaper-line:before{content:"\ef8f"}.ri-node-tree:before{content:"\ef90"}.ri-notification-2-fill:before{content:"\ef91"}.ri-notification-2-line:before{content:"\ef92"}.ri-notification-3-fill:before{content:"\ef93"}.ri-notification-3-line:before{content:"\ef94"}.ri-notification-4-fill:before{content:"\ef95"}.ri-notification-4-line:before{content:"\ef96"}.ri-notification-badge-fill:before{content:"\ef97"}.ri-notification-badge-line:before{content:"\ef98"}.ri-notification-fill:before{content:"\ef99"}.ri-notification-line:before{content:"\ef9a"}.ri-notification-off-fill:before{content:"\ef9b"}.ri-notification-off-line:before{content:"\ef9c"}.ri-npmjs-fill:before{content:"\ef9d"}.ri-npmjs-line:before{content:"\ef9e"}.ri-number-0:before{content:"\ef9f"}.ri-number-1:before{content:"\efa0"}.ri-number-2:before{content:"\efa1"}.ri-number-3:before{content:"\efa2"}.ri-number-4:before{content:"\efa3"}.ri-number-5:before{content:"\efa4"}.ri-number-6:before{content:"\efa5"}.ri-number-7:before{content:"\efa6"}.ri-number-8:before{content:"\efa7"}.ri-number-9:before{content:"\efa8"}.ri-numbers-fill:before{content:"\efa9"}.ri-numbers-line:before{content:"\efaa"}.ri-nurse-fill:before{content:"\efab"}.ri-nurse-line:before{content:"\efac"}.ri-oil-fill:before{content:"\efad"}.ri-oil-line:before{content:"\efae"}.ri-omega:before{content:"\efaf"}.ri-open-arm-fill:before{content:"\efb0"}.ri-open-arm-line:before{content:"\efb1"}.ri-open-source-fill:before{content:"\efb2"}.ri-open-source-line:before{content:"\efb3"}.ri-opera-fill:before{content:"\efb4"}.ri-opera-line:before{content:"\efb5"}.ri-order-play-fill:before{content:"\efb6"}.ri-order-play-line:before{content:"\efb7"}.ri-organization-chart:before{content:"\efb8"}.ri-outlet-2-fill:before{content:"\efb9"}.ri-outlet-2-line:before{content:"\efba"}.ri-outlet-fill:before{content:"\efbb"}.ri-outlet-line:before{content:"\efbc"}.ri-page-separator:before{content:"\efbd"}.ri-pages-fill:before{content:"\efbe"}.ri-pages-line:before{content:"\efbf"}.ri-paint-brush-fill:before{content:"\efc0"}.ri-paint-brush-line:before{content:"\efc1"}.ri-paint-fill:before{content:"\efc2"}.ri-paint-line:before{content:"\efc3"}.ri-palette-fill:before{content:"\efc4"}.ri-palette-line:before{content:"\efc5"}.ri-pantone-fill:before{content:"\efc6"}.ri-pantone-line:before{content:"\efc7"}.ri-paragraph:before{content:"\efc8"}.ri-parent-fill:before{content:"\efc9"}.ri-parent-line:before{content:"\efca"}.ri-parentheses-fill:before{content:"\efcb"}.ri-parentheses-line:before{content:"\efcc"}.ri-parking-box-fill:before{content:"\efcd"}.ri-parking-box-line:before{content:"\efce"}.ri-parking-fill:before{content:"\efcf"}.ri-parking-line:before{content:"\efd0"}.ri-passport-fill:before{content:"\efd1"}.ri-passport-line:before{content:"\efd2"}.ri-patreon-fill:before{content:"\efd3"}.ri-patreon-line:before{content:"\efd4"}.ri-pause-circle-fill:before{content:"\efd5"}.ri-pause-circle-line:before{content:"\efd6"}.ri-pause-fill:before{content:"\efd7"}.ri-pause-line:before{content:"\efd8"}.ri-pause-mini-fill:before{content:"\efd9"}.ri-pause-mini-line:before{content:"\efda"}.ri-paypal-fill:before{content:"\efdb"}.ri-paypal-line:before{content:"\efdc"}.ri-pen-nib-fill:before{content:"\efdd"}.ri-pen-nib-line:before{content:"\efde"}.ri-pencil-fill:before{content:"\efdf"}.ri-pencil-line:before{content:"\efe0"}.ri-pencil-ruler-2-fill:before{content:"\efe1"}.ri-pencil-ruler-2-line:before{content:"\efe2"}.ri-pencil-ruler-fill:before{content:"\efe3"}.ri-pencil-ruler-line:before{content:"\efe4"}.ri-percent-fill:before{content:"\efe5"}.ri-percent-line:before{content:"\efe6"}.ri-phone-camera-fill:before{content:"\efe7"}.ri-phone-camera-line:before{content:"\efe8"}.ri-phone-fill:before{content:"\efe9"}.ri-phone-find-fill:before{content:"\efea"}.ri-phone-find-line:before{content:"\efeb"}.ri-phone-line:before{content:"\efec"}.ri-phone-lock-fill:before{content:"\efed"}.ri-phone-lock-line:before{content:"\efee"}.ri-picture-in-picture-2-fill:before{content:"\efef"}.ri-picture-in-picture-2-line:before{content:"\eff0"}.ri-picture-in-picture-exit-fill:before{content:"\eff1"}.ri-picture-in-picture-exit-line:before{content:"\eff2"}.ri-picture-in-picture-fill:before{content:"\eff3"}.ri-picture-in-picture-line:before{content:"\eff4"}.ri-pie-chart-2-fill:before{content:"\eff5"}.ri-pie-chart-2-line:before{content:"\eff6"}.ri-pie-chart-box-fill:before{content:"\eff7"}.ri-pie-chart-box-line:before{content:"\eff8"}.ri-pie-chart-fill:before{content:"\eff9"}.ri-pie-chart-line:before{content:"\effa"}.ri-pin-distance-fill:before{content:"\effb"}.ri-pin-distance-line:before{content:"\effc"}.ri-ping-pong-fill:before{content:"\effd"}.ri-ping-pong-line:before{content:"\effe"}.ri-pinterest-fill:before{content:"\efff"}.ri-pinterest-line:before{content:"\f000"}.ri-pinyin-input:before{content:"\f001"}.ri-pixelfed-fill:before{content:"\f002"}.ri-pixelfed-line:before{content:"\f003"}.ri-plane-fill:before{content:"\f004"}.ri-plane-line:before{content:"\f005"}.ri-plant-fill:before{content:"\f006"}.ri-plant-line:before{content:"\f007"}.ri-play-circle-fill:before{content:"\f008"}.ri-play-circle-line:before{content:"\f009"}.ri-play-fill:before{content:"\f00a"}.ri-play-line:before{content:"\f00b"}.ri-play-list-2-fill:before{content:"\f00c"}.ri-play-list-2-line:before{content:"\f00d"}.ri-play-list-add-fill:before{content:"\f00e"}.ri-play-list-add-line:before{content:"\f00f"}.ri-play-list-fill:before{content:"\f010"}.ri-play-list-line:before{content:"\f011"}.ri-play-mini-fill:before{content:"\f012"}.ri-play-mini-line:before{content:"\f013"}.ri-playstation-fill:before{content:"\f014"}.ri-playstation-line:before{content:"\f015"}.ri-plug-2-fill:before{content:"\f016"}.ri-plug-2-line:before{content:"\f017"}.ri-plug-fill:before{content:"\f018"}.ri-plug-line:before{content:"\f019"}.ri-polaroid-2-fill:before{content:"\f01a"}.ri-polaroid-2-line:before{content:"\f01b"}.ri-polaroid-fill:before{content:"\f01c"}.ri-polaroid-line:before{content:"\f01d"}.ri-police-car-fill:before{content:"\f01e"}.ri-police-car-line:before{content:"\f01f"}.ri-price-tag-2-fill:before{content:"\f020"}.ri-price-tag-2-line:before{content:"\f021"}.ri-price-tag-3-fill:before{content:"\f022"}.ri-price-tag-3-line:before{content:"\f023"}.ri-price-tag-fill:before{content:"\f024"}.ri-price-tag-line:before{content:"\f025"}.ri-printer-cloud-fill:before{content:"\f026"}.ri-printer-cloud-line:before{content:"\f027"}.ri-printer-fill:before{content:"\f028"}.ri-printer-line:before{content:"\f029"}.ri-product-hunt-fill:before{content:"\f02a"}.ri-product-hunt-line:before{content:"\f02b"}.ri-profile-fill:before{content:"\f02c"}.ri-profile-line:before{content:"\f02d"}.ri-projector-2-fill:before{content:"\f02e"}.ri-projector-2-line:before{content:"\f02f"}.ri-projector-fill:before{content:"\f030"}.ri-projector-line:before{content:"\f031"}.ri-psychotherapy-fill:before{content:"\f032"}.ri-psychotherapy-line:before{content:"\f033"}.ri-pulse-fill:before{content:"\f034"}.ri-pulse-line:before{content:"\f035"}.ri-pushpin-2-fill:before{content:"\f036"}.ri-pushpin-2-line:before{content:"\f037"}.ri-pushpin-fill:before{content:"\f038"}.ri-pushpin-line:before{content:"\f039"}.ri-qq-fill:before{content:"\f03a"}.ri-qq-line:before{content:"\f03b"}.ri-qr-code-fill:before{content:"\f03c"}.ri-qr-code-line:before{content:"\f03d"}.ri-qr-scan-2-fill:before{content:"\f03e"}.ri-qr-scan-2-line:before{content:"\f03f"}.ri-qr-scan-fill:before{content:"\f040"}.ri-qr-scan-line:before{content:"\f041"}.ri-question-answer-fill:before{content:"\f042"}.ri-question-answer-line:before{content:"\f043"}.ri-question-fill:before{content:"\f044"}.ri-question-line:before{content:"\f045"}.ri-question-mark:before{content:"\f046"}.ri-questionnaire-fill:before{content:"\f047"}.ri-questionnaire-line:before{content:"\f048"}.ri-quill-pen-fill:before{content:"\f049"}.ri-quill-pen-line:before{content:"\f04a"}.ri-radar-fill:before{content:"\f04b"}.ri-radar-line:before{content:"\f04c"}.ri-radio-2-fill:before{content:"\f04d"}.ri-radio-2-line:before{content:"\f04e"}.ri-radio-button-fill:before{content:"\f04f"}.ri-radio-button-line:before{content:"\f050"}.ri-radio-fill:before{content:"\f051"}.ri-radio-line:before{content:"\f052"}.ri-devsvibe-fill:before{content:"\f053"}.ri-devsvibe-line:before{content:"\f054"}.ri-rainy-fill:before{content:"\f055"}.ri-rainy-line:before{content:"\f056"}.ri-reactjs-fill:before{content:"\f057"}.ri-reactjs-line:before{content:"\f058"}.ri-record-circle-fill:before{content:"\f059"}.ri-record-circle-line:before{content:"\f05a"}.ri-record-mail-fill:before{content:"\f05b"}.ri-record-mail-line:before{content:"\f05c"}.ri-recycle-fill:before{content:"\f05d"}.ri-recycle-line:before{content:"\f05e"}.ri-red-packet-fill:before{content:"\f05f"}.ri-red-packet-line:before{content:"\f060"}.ri-reddit-fill:before{content:"\f061"}.ri-reddit-line:before{content:"\f062"}.ri-refresh-fill:before{content:"\f063"}.ri-refresh-line:before{content:"\f064"}.ri-refund-2-fill:before{content:"\f065"}.ri-refund-2-line:before{content:"\f066"}.ri-refund-fill:before{content:"\f067"}.ri-refund-line:before{content:"\f068"}.ri-registered-fill:before{content:"\f069"}.ri-registered-line:before{content:"\f06a"}.ri-remixicon-fill:before{content:"\f06b"}.ri-remixicon-line:before{content:"\f06c"}.ri-remote-control-2-fill:before{content:"\f06d"}.ri-remote-control-2-line:before{content:"\f06e"}.ri-remote-control-fill:before{content:"\f06f"}.ri-remote-control-line:before{content:"\f070"}.ri-repeat-2-fill:before{content:"\f071"}.ri-repeat-2-line:before{content:"\f072"}.ri-repeat-fill:before{content:"\f073"}.ri-repeat-line:before{content:"\f074"}.ri-repeat-one-fill:before{content:"\f075"}.ri-repeat-one-line:before{content:"\f076"}.ri-reply-all-fill:before{content:"\f077"}.ri-reply-all-line:before{content:"\f078"}.ri-reply-fill:before{content:"\f079"}.ri-reply-line:before{content:"\f07a"}.ri-reserved-fill:before{content:"\f07b"}.ri-reserved-line:before{content:"\f07c"}.ri-rest-time-fill:before{content:"\f07d"}.ri-rest-time-line:before{content:"\f07e"}.ri-restart-fill:before{content:"\f07f"}.ri-restart-line:before{content:"\f080"}.ri-restaurant-2-fill:before{content:"\f081"}.ri-restaurant-2-line:before{content:"\f082"}.ri-restaurant-fill:before{content:"\f083"}.ri-restaurant-line:before{content:"\f084"}.ri-rewind-fill:before{content:"\f085"}.ri-rewind-line:before{content:"\f086"}.ri-rewind-mini-fill:before{content:"\f087"}.ri-rewind-mini-line:before{content:"\f088"}.ri-rhythm-fill:before{content:"\f089"}.ri-rhythm-line:before{content:"\f08a"}.ri-riding-fill:before{content:"\f08b"}.ri-riding-line:before{content:"\f08c"}.ri-road-map-fill:before{content:"\f08d"}.ri-road-map-line:before{content:"\f08e"}.ri-roadster-fill:before{content:"\f08f"}.ri-roadster-line:before{content:"\f090"}.ri-robot-fill:before{content:"\f091"}.ri-robot-line:before{content:"\f092"}.ri-rocket-2-fill:before{content:"\f093"}.ri-rocket-2-line:before{content:"\f094"}.ri-rocket-fill:before{content:"\f095"}.ri-rocket-line:before{content:"\f096"}.ri-rotate-lock-fill:before{content:"\f097"}.ri-rotate-lock-line:before{content:"\f098"}.ri-rounded-corner:before{content:"\f099"}.ri-route-fill:before{content:"\f09a"}.ri-route-line:before{content:"\f09b"}.ri-router-fill:before{content:"\f09c"}.ri-router-line:before{content:"\f09d"}.ri-rss-fill:before{content:"\f09e"}.ri-rss-line:before{content:"\f09f"}.ri-ruler-2-fill:before{content:"\f0a0"}.ri-ruler-2-line:before{content:"\f0a1"}.ri-ruler-fill:before{content:"\f0a2"}.ri-ruler-line:before{content:"\f0a3"}.ri-run-fill:before{content:"\f0a4"}.ri-run-line:before{content:"\f0a5"}.ri-safari-fill:before{content:"\f0a6"}.ri-safari-line:before{content:"\f0a7"}.ri-safe-2-fill:before{content:"\f0a8"}.ri-safe-2-line:before{content:"\f0a9"}.ri-safe-fill:before{content:"\f0aa"}.ri-safe-line:before{content:"\f0ab"}.ri-sailboat-fill:before{content:"\f0ac"}.ri-sailboat-line:before{content:"\f0ad"}.ri-save-2-fill:before{content:"\f0ae"}.ri-save-2-line:before{content:"\f0af"}.ri-save-3-fill:before{content:"\f0b0"}.ri-save-3-line:before{content:"\f0b1"}.ri-save-fill:before{content:"\f0b2"}.ri-save-line:before{content:"\f0b3"}.ri-scales-2-fill:before{content:"\f0b4"}.ri-scales-2-line:before{content:"\f0b5"}.ri-scales-3-fill:before{content:"\f0b6"}.ri-scales-3-line:before{content:"\f0b7"}.ri-scales-fill:before{content:"\f0b8"}.ri-scales-line:before{content:"\f0b9"}.ri-scan-2-fill:before{content:"\f0ba"}.ri-scan-2-line:before{content:"\f0bb"}.ri-scan-fill:before{content:"\f0bc"}.ri-scan-line:before{content:"\f0bd"}.ri-scissors-2-fill:before{content:"\f0be"}.ri-scissors-2-line:before{content:"\f0bf"}.ri-scissors-cut-fill:before{content:"\f0c0"}.ri-scissors-cut-line:before{content:"\f0c1"}.ri-scissors-fill:before{content:"\f0c2"}.ri-scissors-line:before{content:"\f0c3"}.ri-screenshot-2-fill:before{content:"\f0c4"}.ri-screenshot-2-line:before{content:"\f0c5"}.ri-screenshot-fill:before{content:"\f0c6"}.ri-screenshot-line:before{content:"\f0c7"}.ri-sd-card-fill:before{content:"\f0c8"}.ri-sd-card-line:before{content:"\f0c9"}.ri-sd-card-mini-fill:before{content:"\f0ca"}.ri-sd-card-mini-line:before{content:"\f0cb"}.ri-search-2-fill:before{content:"\f0cc"}.ri-search-2-line:before{content:"\f0cd"}.ri-search-eye-fill:before{content:"\f0ce"}.ri-search-eye-line:before{content:"\f0cf"}.ri-search-fill:before{content:"\f0d0"}.ri-search-line:before{content:"\f0d1"}.ri-secure-payment-fill:before{content:"\f0d2"}.ri-secure-payment-line:before{content:"\f0d3"}.ri-seedling-fill:before{content:"\f0d4"}.ri-seedling-line:before{content:"\f0d5"}.ri-send-backward:before{content:"\f0d6"}.ri-send-plane-2-fill:before{content:"\f0d7"}.ri-send-plane-2-line:before{content:"\f0d8"}.ri-send-plane-fill:before{content:"\f0d9"}.ri-send-plane-line:before{content:"\f0da"}.ri-send-to-back:before{content:"\f0db"}.ri-sensor-fill:before{content:"\f0dc"}.ri-sensor-line:before{content:"\f0dd"}.ri-separator:before{content:"\f0de"}.ri-server-fill:before{content:"\f0df"}.ri-server-line:before{content:"\f0e0"}.ri-service-fill:before{content:"\f0e1"}.ri-service-line:before{content:"\f0e2"}.ri-settings-2-fill:before{content:"\f0e3"}.ri-settings-2-line:before{content:"\f0e4"}.ri-settings-3-fill:before{content:"\f0e5"}.ri-settings-3-line:before{content:"\f0e6"}.ri-settings-4-fill:before{content:"\f0e7"}.ri-settings-4-line:before{content:"\f0e8"}.ri-settings-5-fill:before{content:"\f0e9"}.ri-settings-5-line:before{content:"\f0ea"}.ri-settings-6-fill:before{content:"\f0eb"}.ri-settings-6-line:before{content:"\f0ec"}.ri-settings-fill:before{content:"\f0ed"}.ri-settings-line:before{content:"\f0ee"}.ri-shape-2-fill:before{content:"\f0ef"}.ri-shape-2-line:before{content:"\f0f0"}.ri-shape-fill:before{content:"\f0f1"}.ri-shape-line:before{content:"\f0f2"}.ri-share-box-fill:before{content:"\f0f3"}.ri-share-box-line:before{content:"\f0f4"}.ri-share-circle-fill:before{content:"\f0f5"}.ri-share-circle-line:before{content:"\f0f6"}.ri-share-fill:before{content:"\f0f7"}.ri-share-forward-2-fill:before{content:"\f0f8"}.ri-share-forward-2-line:before{content:"\f0f9"}.ri-share-forward-box-fill:before{content:"\f0fa"}.ri-share-forward-box-line:before{content:"\f0fb"}.ri-share-forward-fill:before{content:"\f0fc"}.ri-share-forward-line:before{content:"\f0fd"}.ri-share-line:before{content:"\f0fe"}.ri-shield-check-fill:before{content:"\f0ff"}.ri-shield-check-line:before{content:"\f100"}.ri-shield-cross-fill:before{content:"\f101"}.ri-shield-cross-line:before{content:"\f102"}.ri-shield-fill:before{content:"\f103"}.ri-shield-flash-fill:before{content:"\f104"}.ri-shield-flash-line:before{content:"\f105"}.ri-shield-keyhole-fill:before{content:"\f106"}.ri-shield-keyhole-line:before{content:"\f107"}.ri-shield-line:before{content:"\f108"}.ri-shield-star-fill:before{content:"\f109"}.ri-shield-star-line:before{content:"\f10a"}.ri-shield-user-fill:before{content:"\f10b"}.ri-shield-user-line:before{content:"\f10c"}.ri-ship-2-fill:before{content:"\f10d"}.ri-ship-2-line:before{content:"\f10e"}.ri-ship-fill:before{content:"\f10f"}.ri-ship-line:before{content:"\f110"}.ri-shirt-fill:before{content:"\f111"}.ri-shirt-line:before{content:"\f112"}.ri-shopping-bag-2-fill:before{content:"\f113"}.ri-shopping-bag-2-line:before{content:"\f114"}.ri-shopping-bag-3-fill:before{content:"\f115"}.ri-shopping-bag-3-line:before{content:"\f116"}.ri-shopping-bag-fill:before{content:"\f117"}.ri-shopping-bag-line:before{content:"\f118"}.ri-shopping-basket-2-fill:before{content:"\f119"}.ri-shopping-basket-2-line:before{content:"\f11a"}.ri-shopping-basket-fill:before{content:"\f11b"}.ri-shopping-basket-line:before{content:"\f11c"}.ri-shopping-cart-2-fill:before{content:"\f11d"}.ri-shopping-cart-2-line:before{content:"\f11e"}.ri-shopping-cart-fill:before{content:"\f11f"}.ri-shopping-cart-line:before{content:"\f120"}.ri-showers-fill:before{content:"\f121"}.ri-showers-line:before{content:"\f122"}.ri-shuffle-fill:before{content:"\f123"}.ri-shuffle-line:before{content:"\f124"}.ri-shut-down-fill:before{content:"\f125"}.ri-shut-down-line:before{content:"\f126"}.ri-side-bar-fill:before{content:"\f127"}.ri-side-bar-line:before{content:"\f128"}.ri-signal-tower-fill:before{content:"\f129"}.ri-signal-tower-line:before{content:"\f12a"}.ri-signal-wifi-1-fill:before{content:"\f12b"}.ri-signal-wifi-1-line:before{content:"\f12c"}.ri-signal-wifi-2-fill:before{content:"\f12d"}.ri-signal-wifi-2-line:before{content:"\f12e"}.ri-signal-wifi-3-fill:before{content:"\f12f"}.ri-signal-wifi-3-line:before{content:"\f130"}.ri-signal-wifi-error-fill:before{content:"\f131"}.ri-signal-wifi-error-line:before{content:"\f132"}.ri-signal-wifi-fill:before{content:"\f133"}.ri-signal-wifi-line:before{content:"\f134"}.ri-signal-wifi-off-fill:before{content:"\f135"}.ri-signal-wifi-off-line:before{content:"\f136"}.ri-sim-card-2-fill:before{content:"\f137"}.ri-sim-card-2-line:before{content:"\f138"}.ri-sim-card-fill:before{content:"\f139"}.ri-sim-card-line:before{content:"\f13a"}.ri-single-quotes-l:before{content:"\f13b"}.ri-single-quotes-r:before{content:"\f13c"}.ri-sip-fill:before{content:"\f13d"}.ri-sip-line:before{content:"\f13e"}.ri-skip-back-fill:before{content:"\f13f"}.ri-skip-back-line:before{content:"\f140"}.ri-skip-back-mini-fill:before{content:"\f141"}.ri-skip-back-mini-line:before{content:"\f142"}.ri-skip-forward-fill:before{content:"\f143"}.ri-skip-forward-line:before{content:"\f144"}.ri-skip-forward-mini-fill:before{content:"\f145"}.ri-skip-forward-mini-line:before{content:"\f146"}.ri-skull-2-fill:before{content:"\f147"}.ri-skull-2-line:before{content:"\f148"}.ri-skull-fill:before{content:"\f149"}.ri-skull-line:before{content:"\f14a"}.ri-skype-fill:before{content:"\f14b"}.ri-skype-line:before{content:"\f14c"}.ri-slack-fill:before{content:"\f14d"}.ri-slack-line:before{content:"\f14e"}.ri-slice-fill:before{content:"\f14f"}.ri-slice-line:before{content:"\f150"}.ri-slideshow-2-fill:before{content:"\f151"}.ri-slideshow-2-line:before{content:"\f152"}.ri-slideshow-3-fill:before{content:"\f153"}.ri-slideshow-3-line:before{content:"\f154"}.ri-slideshow-4-fill:before{content:"\f155"}.ri-slideshow-4-line:before{content:"\f156"}.ri-slideshow-fill:before{content:"\f157"}.ri-slideshow-line:before{content:"\f158"}.ri-smartphone-fill:before{content:"\f159"}.ri-smartphone-line:before{content:"\f15a"}.ri-snapchat-fill:before{content:"\f15b"}.ri-snapchat-line:before{content:"\f15c"}.ri-snowy-fill:before{content:"\f15d"}.ri-snowy-line:before{content:"\f15e"}.ri-sort-asc:before{content:"\f15f"}.ri-sort-desc:before{content:"\f160"}.ri-sound-module-fill:before{content:"\f161"}.ri-sound-module-line:before{content:"\f162"}.ri-soundcloud-fill:before{content:"\f163"}.ri-soundcloud-line:before{content:"\f164"}.ri-space-ship-fill:before{content:"\f165"}.ri-space-ship-line:before{content:"\f166"}.ri-space:before{content:"\f167"}.ri-spam-2-fill:before{content:"\f168"}.ri-spam-2-line:before{content:"\f169"}.ri-spam-3-fill:before{content:"\f16a"}.ri-spam-3-line:before{content:"\f16b"}.ri-spam-fill:before{content:"\f16c"}.ri-spam-line:before{content:"\f16d"}.ri-speaker-2-fill:before{content:"\f16e"}.ri-speaker-2-line:before{content:"\f16f"}.ri-speaker-3-fill:before{content:"\f170"}.ri-speaker-3-line:before{content:"\f171"}.ri-speaker-fill:before{content:"\f172"}.ri-speaker-line:before{content:"\f173"}.ri-spectrum-fill:before{content:"\f174"}.ri-spectrum-line:before{content:"\f175"}.ri-speed-fill:before{content:"\f176"}.ri-speed-line:before{content:"\f177"}.ri-speed-mini-fill:before{content:"\f178"}.ri-speed-mini-line:before{content:"\f179"}.ri-split-cells-horizontal:before{content:"\f17a"}.ri-split-cells-vertical:before{content:"\f17b"}.ri-spotify-fill:before{content:"\f17c"}.ri-spotify-line:before{content:"\f17d"}.ri-spy-fill:before{content:"\f17e"}.ri-spy-line:before{content:"\f17f"}.ri-stack-fill:before{content:"\f180"}.ri-stack-line:before{content:"\f181"}.ri-stack-overflow-fill:before{content:"\f182"}.ri-stack-overflow-line:before{content:"\f183"}.ri-stackshare-fill:before{content:"\f184"}.ri-stackshare-line:before{content:"\f185"}.ri-star-fill:before{content:"\f186"}.ri-star-half-fill:before{content:"\f187"}.ri-star-half-line:before{content:"\f188"}.ri-star-half-s-fill:before{content:"\f189"}.ri-star-half-s-line:before{content:"\f18a"}.ri-star-line:before{content:"\f18b"}.ri-star-s-fill:before{content:"\f18c"}.ri-star-s-line:before{content:"\f18d"}.ri-star-smile-fill:before{content:"\f18e"}.ri-star-smile-line:before{content:"\f18f"}.ri-steam-fill:before{content:"\f190"}.ri-steam-line:before{content:"\f191"}.ri-steering-2-fill:before{content:"\f192"}.ri-steering-2-line:before{content:"\f193"}.ri-steering-fill:before{content:"\f194"}.ri-steering-line:before{content:"\f195"}.ri-stethoscope-fill:before{content:"\f196"}.ri-stethoscope-line:before{content:"\f197"}.ri-sticky-note-2-fill:before{content:"\f198"}.ri-sticky-note-2-line:before{content:"\f199"}.ri-sticky-note-fill:before{content:"\f19a"}.ri-sticky-note-line:before{content:"\f19b"}.ri-stock-fill:before{content:"\f19c"}.ri-stock-line:before{content:"\f19d"}.ri-stop-circle-fill:before{content:"\f19e"}.ri-stop-circle-line:before{content:"\f19f"}.ri-stop-fill:before{content:"\f1a0"}.ri-stop-line:before{content:"\f1a1"}.ri-stop-mini-fill:before{content:"\f1a2"}.ri-stop-mini-line:before{content:"\f1a3"}.ri-store-2-fill:before{content:"\f1a4"}.ri-store-2-line:before{content:"\f1a5"}.ri-store-3-fill:before{content:"\f1a6"}.ri-store-3-line:before{content:"\f1a7"}.ri-store-fill:before{content:"\f1a8"}.ri-store-line:before{content:"\f1a9"}.ri-strikethrough-2:before{content:"\f1aa"}.ri-strikethrough:before{content:"\f1ab"}.ri-subscript-2:before{content:"\f1ac"}.ri-subscript:before{content:"\f1ad"}.ri-subtract-fill:before{content:"\f1ae"}.ri-subtract-line:before{content:"\f1af"}.ri-subway-fill:before{content:"\f1b0"}.ri-subway-line:before{content:"\f1b1"}.ri-subway-wifi-fill:before{content:"\f1b2"}.ri-subway-wifi-line:before{content:"\f1b3"}.ri-suitcase-2-fill:before{content:"\f1b4"}.ri-suitcase-2-line:before{content:"\f1b5"}.ri-suitcase-3-fill:before{content:"\f1b6"}.ri-suitcase-3-line:before{content:"\f1b7"}.ri-suitcase-fill:before{content:"\f1b8"}.ri-suitcase-line:before{content:"\f1b9"}.ri-sun-cloudy-fill:before{content:"\f1ba"}.ri-sun-cloudy-line:before{content:"\f1bb"}.ri-sun-fill:before{content:"\f1bc"}.ri-sun-foggy-fill:before{content:"\f1bd"}.ri-sun-foggy-line:before{content:"\f1be"}.ri-sun-line:before{content:"\f1bf"}.ri-superscript-2:before{content:"\f1c0"}.ri-superscript:before{content:"\f1c1"}.ri-surgical-mask-fill:before{content:"\f1c2"}.ri-surgical-mask-line:before{content:"\f1c3"}.ri-surround-sound-fill:before{content:"\f1c4"}.ri-surround-sound-line:before{content:"\f1c5"}.ri-survey-fill:before{content:"\f1c6"}.ri-survey-line:before{content:"\f1c7"}.ri-swap-box-fill:before{content:"\f1c8"}.ri-swap-box-line:before{content:"\f1c9"}.ri-swap-fill:before{content:"\f1ca"}.ri-swap-line:before{content:"\f1cb"}.ri-switch-fill:before{content:"\f1cc"}.ri-switch-line:before{content:"\f1cd"}.ri-sword-fill:before{content:"\f1ce"}.ri-sword-line:before{content:"\f1cf"}.ri-syringe-fill:before{content:"\f1d0"}.ri-syringe-line:before{content:"\f1d1"}.ri-t-box-fill:before{content:"\f1d2"}.ri-t-box-line:before{content:"\f1d3"}.ri-t-shirt-2-fill:before{content:"\f1d4"}.ri-t-shirt-2-line:before{content:"\f1d5"}.ri-t-shirt-air-fill:before{content:"\f1d6"}.ri-t-shirt-air-line:before{content:"\f1d7"}.ri-t-shirt-fill:before{content:"\f1d8"}.ri-t-shirt-line:before{content:"\f1d9"}.ri-table-2:before{content:"\f1da"}.ri-table-alt-fill:before{content:"\f1db"}.ri-table-alt-line:before{content:"\f1dc"}.ri-table-fill:before{content:"\f1dd"}.ri-table-line:before{content:"\f1de"}.ri-tablet-fill:before{content:"\f1df"}.ri-tablet-line:before{content:"\f1e0"}.ri-takeaway-fill:before{content:"\f1e1"}.ri-takeaway-line:before{content:"\f1e2"}.ri-taobao-fill:before{content:"\f1e3"}.ri-taobao-line:before{content:"\f1e4"}.ri-tape-fill:before{content:"\f1e5"}.ri-tape-line:before{content:"\f1e6"}.ri-task-fill:before{content:"\f1e7"}.ri-task-line:before{content:"\f1e8"}.ri-taxi-fill:before{content:"\f1e9"}.ri-taxi-line:before{content:"\f1ea"}.ri-taxi-wifi-fill:before{content:"\f1eb"}.ri-taxi-wifi-line:before{content:"\f1ec"}.ri-team-fill:before{content:"\f1ed"}.ri-team-line:before{content:"\f1ee"}.ri-telegram-fill:before{content:"\f1ef"}.ri-telegram-line:before{content:"\f1f0"}.ri-temp-cold-fill:before{content:"\f1f1"}.ri-temp-cold-line:before{content:"\f1f2"}.ri-temp-hot-fill:before{content:"\f1f3"}.ri-temp-hot-line:before{content:"\f1f4"}.ri-terminal-box-fill:before{content:"\f1f5"}.ri-terminal-box-line:before{content:"\f1f6"}.ri-terminal-fill:before{content:"\f1f7"}.ri-terminal-line:before{content:"\f1f8"}.ri-terminal-window-fill:before{content:"\f1f9"}.ri-terminal-window-line:before{content:"\f1fa"}.ri-test-tube-fill:before{content:"\f1fb"}.ri-test-tube-line:before{content:"\f1fc"}.ri-text-direction-l:before{content:"\f1fd"}.ri-text-direction-r:before{content:"\f1fe"}.ri-text-spacing:before{content:"\f1ff"}.ri-text-wrap:before{content:"\f200"}.ri-text:before{content:"\f201"}.ri-thermometer-fill:before{content:"\f202"}.ri-thermometer-line:before{content:"\f203"}.ri-thumb-down-fill:before{content:"\f204"}.ri-thumb-down-line:before{content:"\f205"}.ri-thumb-up-fill:before{content:"\f206"}.ri-thumb-up-line:before{content:"\f207"}.ri-thunderstorms-fill:before{content:"\f208"}.ri-thunderstorms-line:before{content:"\f209"}.ri-ticket-2-fill:before{content:"\f20a"}.ri-ticket-2-line:before{content:"\f20b"}.ri-ticket-fill:before{content:"\f20c"}.ri-ticket-line:before{content:"\f20d"}.ri-time-fill:before{content:"\f20e"}.ri-time-line:before{content:"\f20f"}.ri-timer-2-fill:before{content:"\f210"}.ri-timer-2-line:before{content:"\f211"}.ri-timer-fill:before{content:"\f212"}.ri-timer-flash-fill:before{content:"\f213"}.ri-timer-flash-line:before{content:"\f214"}.ri-timer-line:before{content:"\f215"}.ri-todo-fill:before{content:"\f216"}.ri-todo-line:before{content:"\f217"}.ri-toggle-fill:before{content:"\f218"}.ri-toggle-line:before{content:"\f219"}.ri-tools-fill:before{content:"\f21a"}.ri-tools-line:before{content:"\f21b"}.ri-tornado-fill:before{content:"\f21c"}.ri-tornado-line:before{content:"\f21d"}.ri-trademark-fill:before{content:"\f21e"}.ri-trademark-line:before{content:"\f21f"}.ri-traffic-light-fill:before{content:"\f220"}.ri-traffic-light-line:before{content:"\f221"}.ri-train-fill:before{content:"\f222"}.ri-train-line:before{content:"\f223"}.ri-train-wifi-fill:before{content:"\f224"}.ri-train-wifi-line:before{content:"\f225"}.ri-translate-2:before{content:"\f226"}.ri-translate:before{content:"\f227"}.ri-travesti-fill:before{content:"\f228"}.ri-travesti-line:before{content:"\f229"}.ri-treasure-map-fill:before{content:"\f22a"}.ri-treasure-map-line:before{content:"\f22b"}.ri-trello-fill:before{content:"\f22c"}.ri-trello-line:before{content:"\f22d"}.ri-trophy-fill:before{content:"\f22e"}.ri-trophy-line:before{content:"\f22f"}.ri-truck-fill:before{content:"\f230"}.ri-truck-line:before{content:"\f231"}.ri-tumblr-fill:before{content:"\f232"}.ri-tumblr-line:before{content:"\f233"}.ri-tv-2-fill:before{content:"\f234"}.ri-tv-2-line:before{content:"\f235"}.ri-tv-fill:before{content:"\f236"}.ri-tv-line:before{content:"\f237"}.ri-twitch-fill:before{content:"\f238"}.ri-twitch-line:before{content:"\f239"}.ri-twitter-fill:before{content:"\f23a"}.ri-twitter-line:before{content:"\f23b"}.ri-typhoon-fill:before{content:"\f23c"}.ri-typhoon-line:before{content:"\f23d"}.ri-u-disk-fill:before{content:"\f23e"}.ri-u-disk-line:before{content:"\f23f"}.ri-ubuntu-fill:before{content:"\f240"}.ri-ubuntu-line:before{content:"\f241"}.ri-umbrella-fill:before{content:"\f242"}.ri-umbrella-line:before{content:"\f243"}.ri-underline:before{content:"\f244"}.ri-uninstall-fill:before{content:"\f245"}.ri-uninstall-line:before{content:"\f246"}.ri-unsplash-fill:before{content:"\f247"}.ri-unsplash-line:before{content:"\f248"}.ri-upload-2-fill:before{content:"\f249"}.ri-upload-2-line:before{content:"\f24a"}.ri-upload-cloud-2-fill:before{content:"\f24b"}.ri-upload-cloud-2-line:before{content:"\f24c"}.ri-upload-cloud-fill:before{content:"\f24d"}.ri-upload-cloud-line:before{content:"\f24e"}.ri-upload-fill:before{content:"\f24f"}.ri-upload-line:before{content:"\f250"}.ri-usb-fill:before{content:"\f251"}.ri-usb-line:before{content:"\f252"}.ri-user-2-fill:before{content:"\f253"}.ri-user-2-line:before{content:"\f254"}.ri-user-3-fill:before{content:"\f255"}.ri-user-3-line:before{content:"\f256"}.ri-user-4-fill:before{content:"\f257"}.ri-user-4-line:before{content:"\f258"}.ri-user-5-fill:before{content:"\f259"}.ri-user-5-line:before{content:"\f25a"}.ri-user-6-fill:before{content:"\f25b"}.ri-user-6-line:before{content:"\f25c"}.ri-user-add-fill:before{content:"\f25d"}.ri-user-add-line:before{content:"\f25e"}.ri-user-fill:before{content:"\f25f"}.ri-user-follow-fill:before{content:"\f260"}.ri-user-follow-line:before{content:"\f261"}.ri-user-heart-fill:before{content:"\f262"}.ri-user-heart-line:before{content:"\f263"}.ri-user-line:before{content:"\f264"}.ri-user-location-fill:before{content:"\f265"}.ri-user-location-line:before{content:"\f266"}.ri-user-received-2-fill:before{content:"\f267"}.ri-user-received-2-line:before{content:"\f268"}.ri-user-received-fill:before{content:"\f269"}.ri-user-received-line:before{content:"\f26a"}.ri-user-search-fill:before{content:"\f26b"}.ri-user-search-line:before{content:"\f26c"}.ri-user-settings-fill:before{content:"\f26d"}.ri-user-settings-line:before{content:"\f26e"}.ri-user-shared-2-fill:before{content:"\f26f"}.ri-user-shared-2-line:before{content:"\f270"}.ri-user-shared-fill:before{content:"\f271"}.ri-user-shared-line:before{content:"\f272"}.ri-user-smile-fill:before{content:"\f273"}.ri-user-smile-line:before{content:"\f274"}.ri-user-star-fill:before{content:"\f275"}.ri-user-star-line:before{content:"\f276"}.ri-user-unfollow-fill:before{content:"\f277"}.ri-user-unfollow-line:before{content:"\f278"}.ri-user-voice-fill:before{content:"\f279"}.ri-user-voice-line:before{content:"\f27a"}.ri-video-add-fill:before{content:"\f27b"}.ri-video-add-line:before{content:"\f27c"}.ri-video-chat-fill:before{content:"\f27d"}.ri-video-chat-line:before{content:"\f27e"}.ri-video-download-fill:before{content:"\f27f"}.ri-video-download-line:before{content:"\f280"}.ri-video-fill:before{content:"\f281"}.ri-video-line:before{content:"\f282"}.ri-video-upload-fill:before{content:"\f283"}.ri-video-upload-line:before{content:"\f284"}.ri-vidicon-2-fill:before{content:"\f285"}.ri-vidicon-2-line:before{content:"\f286"}.ri-vidicon-fill:before{content:"\f287"}.ri-vidicon-line:before{content:"\f288"}.ri-vimeo-fill:before{content:"\f289"}.ri-vimeo-line:before{content:"\f28a"}.ri-vip-crown-2-fill:before{content:"\f28b"}.ri-vip-crown-2-line:before{content:"\f28c"}.ri-vip-crown-fill:before{content:"\f28d"}.ri-vip-crown-line:before{content:"\f28e"}.ri-vip-diamond-fill:before{content:"\f28f"}.ri-vip-diamond-line:before{content:"\f290"}.ri-vip-fill:before{content:"\f291"}.ri-vip-line:before{content:"\f292"}.ri-virus-fill:before{content:"\f293"}.ri-virus-line:before{content:"\f294"}.ri-visa-fill:before{content:"\f295"}.ri-visa-line:before{content:"\f296"}.ri-voice-recognition-fill:before{content:"\f297"}.ri-voice-recognition-line:before{content:"\f298"}.ri-voiceprint-fill:before{content:"\f299"}.ri-voiceprint-line:before{content:"\f29a"}.ri-volume-down-fill:before{content:"\f29b"}.ri-volume-down-line:before{content:"\f29c"}.ri-volume-mute-fill:before{content:"\f29d"}.ri-volume-mute-line:before{content:"\f29e"}.ri-volume-off-vibrate-fill:before{content:"\f29f"}.ri-volume-off-vibrate-line:before{content:"\f2a0"}.ri-volume-up-fill:before{content:"\f2a1"}.ri-volume-up-line:before{content:"\f2a2"}.ri-volume-vibrate-fill:before{content:"\f2a3"}.ri-volume-vibrate-line:before{content:"\f2a4"}.ri-vuejs-fill:before{content:"\f2a5"}.ri-vuejs-line:before{content:"\f2a6"}.ri-walk-fill:before{content:"\f2a7"}.ri-walk-line:before{content:"\f2a8"}.ri-wallet-2-fill:before{content:"\f2a9"}.ri-wallet-2-line:before{content:"\f2aa"}.ri-wallet-3-fill:before{content:"\f2ab"}.ri-wallet-3-line:before{content:"\f2ac"}.ri-wallet-fill:before{content:"\f2ad"}.ri-wallet-line:before{content:"\f2ae"}.ri-water-flash-fill:before{content:"\f2af"}.ri-water-flash-line:before{content:"\f2b0"}.ri-webcam-fill:before{content:"\f2b1"}.ri-webcam-line:before{content:"\f2b2"}.ri-wechat-2-fill:before{content:"\f2b3"}.ri-wechat-2-line:before{content:"\f2b4"}.ri-wechat-fill:before{content:"\f2b5"}.ri-wechat-line:before{content:"\f2b6"}.ri-wechat-pay-fill:before{content:"\f2b7"}.ri-wechat-pay-line:before{content:"\f2b8"}.ri-weibo-fill:before{content:"\f2b9"}.ri-weibo-line:before{content:"\f2ba"}.ri-whatsapp-fill:before{content:"\f2bb"}.ri-whatsapp-line:before{content:"\f2bc"}.ri-wheelchair-fill:before{content:"\f2bd"}.ri-wheelchair-line:before{content:"\f2be"}.ri-wifi-fill:before{content:"\f2bf"}.ri-wifi-line:before{content:"\f2c0"}.ri-wifi-off-fill:before{content:"\f2c1"}.ri-wifi-off-line:before{content:"\f2c2"}.ri-window-2-fill:before{content:"\f2c3"}.ri-window-2-line:before{content:"\f2c4"}.ri-window-fill:before{content:"\f2c5"}.ri-window-line:before{content:"\f2c6"}.ri-windows-fill:before{content:"\f2c7"}.ri-windows-line:before{content:"\f2c8"}.ri-windy-fill:before{content:"\f2c9"}.ri-windy-line:before{content:"\f2ca"}.ri-wireless-charging-fill:before{content:"\f2cb"}.ri-wireless-charging-line:before{content:"\f2cc"}.ri-women-fill:before{content:"\f2cd"}.ri-women-line:before{content:"\f2ce"}.ri-wubi-input:before{content:"\f2cf"}.ri-xbox-fill:before{content:"\f2d0"}.ri-xbox-line:before{content:"\f2d1"}.ri-xing-fill:before{content:"\f2d2"}.ri-xing-line:before{content:"\f2d3"}.ri-youtube-fill:before{content:"\f2d4"}.ri-youtube-line:before{content:"\f2d5"}.ri-zcool-fill:before{content:"\f2d6"}.ri-zcool-line:before{content:"\f2d7"}.ri-zhihu-fill:before{content:"\f2d8"}.ri-zhihu-line:before{content:"\f2d9"}.ri-zoom-in-fill:before{content:"\f2da"}.ri-zoom-in-line:before{content:"\f2db"}.ri-zoom-out-fill:before{content:"\f2dc"}.ri-zoom-out-line:before{content:"\f2dd"}.ri-zzz-fill:before{content:"\f2de"}.ri-zzz-line:before{content:"\f2df"}
@font-face{font-family:'icomoon';src:url(/../../fonts/icomoon.eot?3qm5q8);src:url(/../../fonts/icomoon.eot?3qm5q8#iefix) format('embedded-opentype'),url(/../../fonts/icomoon.ttf?3qm5q8) format('truetype'),url(/../../fonts/icomoon.woff?3qm5q8) format('woff'),url(/../../fonts/icomoon.svg?3qm5q8#icomoon) format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-Double-arrow:before{content:"\e900"}.icon-mail-line-2:before{content:"\e901"}.icon-Fb:before{content:"\e902"}.icon-linkedin:before{content:"\e903"}.icon-Pinterest:before{content:"\e904"}.icon-Twitter:before{content:"\e905"}.icon-youtube:before{content:"\e906"}.icon-award-line:before{content:"\e907"}.icon-artboard-line:before{content:"\e908"}.icon-translate:before{content:"\e909"}.icon-bar-chart-2-line:before{content:"\e90a"}.icon-Note-text-line:before{content:"\e90b"}.icon-file-text-line:before{content:"\e90c"}.icon-user-2:before{content:"\e90d"}.icon-draft-line:before{content:"\e90e"}.icon-arrow-up-s-line:before{content:"\e90f"}.icon-lock-password-line:before{content:"\e910"}.icon-share-fill:before{content:"\e911"}.icon-reply-all-fill:before{content:"\e912"}.icon-calendar-check-line:before{content:"\e913"}.icon-user-fill-solid:before{content:"\e914"}.icon-award-fill-solid:before{content:"\e915"}.icon-discuss-line:before{content:"\e916"}.icon-user-2-line_tie:before{content:"\e917"}.icon-pentool:before{content:"\e918"}.icon-book-mark-fill-solid:before{content:"\e919"}.icon-arrow-right-s-line-right:before{content:"\e91a"}.icon-book-line:before{content:"\e91b"}.icon-shopping-basket-2-line:before{content:"\e91c"}.icon-trophy-line:before{content:"\e91d"}.icon-checkbox-circle-fill-solid:before{content:"\e91e"}.icon-checkbox-circle-fill:before{content:"\e91f"}.icon-eye-line:before{content:"\e920"}.icon-call:before{content:"\e921"}.icon-user-fill:before{content:"\e922"}.icon-award-fill:before{content:"\e923"}.icon-flag-fill:before{content:"\e924"}.icon-video-fill:before{content:"\e925"}.icon-Solid:before{content:"\e926"}.icon-book-mark-fill:before{content:"\e927"}.icon-arrow-up-s-fill:before{content:"\e928"}.icon-arrow-down-s-fill:before{content:"\e929"}.icon-close-circle-line:before{content:"\e92a"}.icon-coupon-3-line:before{content:"\e92b"}.icon-arrow-right-s-line:before{content:"\e92c"}.icon-zoom-in-line:before{content:"\e92d"}.icon-checkbox-circle-line:before{content:"\e92e"}.icon-menu-2-line:before{content:"\e92f"}.icon-Settings:before{content:"\e930"}.icon-Lock:before{content:"\e931"}.icon-Browser:before{content:"\e932"}.icon-Destination:before{content:"\e933"}.icon-subtract-line:before{content:"\e934"}.icon-add-line:before{content:"\e935"}.icon-presentation:before{content:"\e936"}.icon-Fitness:before{content:"\e937"}.icon-Pencil:before{content:"\e938"}.icon-Mind:before{content:"\e939"}.icon-Open-book:before{content:"\e93a"}.icon-arrow-right-line-right:before{content:"\e93b"}.icon-arrow-left-line:before{content:"\e93c"}.icon-Setting:before{content:"\e93d"}.icon-Microscope:before{content:"\e93e"}.icon-student-read:before{content:"\e93f"}.icon-trophy:before{content:"\e940"}.icon-mail-open-line:before{content:"\e941"}.icon-account-circle-line:before{content:"\e942"}.icon-Schoolbag:before{content:"\e943"}.icon-Class:before{content:"\e944"}.icon-Headphone:before{content:"\e945"}.icon-file-list-4-line:before{content:"\e946"}.icon-phone-line:before{content:"\e947"}.icon-price-tag-3-line:before{content:"\e948"}.icon-Laugh:before{content:"\e949"}.icon-Support:before{content:"\e94a"}.icon-Play:before{content:"\e94b"}.icon-map-pin-line:before{content:"\e94c"}.icon-Bag:before{content:"\e94d"}.icon-Board:before{content:"\e94e"}.icon-ribbon:before{content:"\e94f"}.icon-Smile:before{content:"\e950"}.icon-scale:before{content:"\e951"}.icon-book-3-line:before{content:"\e952"}.icon-science:before{content:"\e953"}.icon-calculator:before{content:"\e954"}.icon-compass:before{content:"\e955"}.icon-pen-tool:before{content:"\e956"}.icon-lab:before{content:"\e957"}.icon-microscopes:before{content:"\e958"}.icon-reading-book:before{content:"\e959"}.icon-Heart:before{content:"\e95a"}.icon-send-plane-fill:before{content:"\e95b"}.icon-calendar-2-line:before{content:"\e95c"}.icon-Star:before{content:"\e95d";color:#ffa41b}.off.icon-Star:before{content:"\e95d";color:#2d284e;opacity:.15}.icon-phone-fill:before{content:"\e95e"}.icon-file-list-2-line:before{content:"\e95f"}.icon-group-line:before{content:"\e960"}.icon-user-line:before{content:"\e961"}.icon-live-fill:before{content:"\e962"}.icon-search-line:before{content:"\e963"}.icon-mic-off-fill:before{content:"\e964"}.icon-camera-fill:before{content:"\e965"}.icon-arrow-right-line:before{content:"\e966"}.icon-time-line:before{content:"\e967"}.icon-file-list-3-line:before{content:"\e968"}.icon-arrow-down-s-line:before{content:"\e969"}.icon-Badge-icon:before{content:"\e96a"}.icon-Campus:before{content:"\e96b"}.icon-Hand---Book:before{content:"\e96c"}.icon-square:before{content:"\e96d"}.icon-clock:before{content:"\e96e"}.icon-student:before{content:"\e96f"}.icon-research:before{content:"\e970"}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:502;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:503;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{height:100%;text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:505}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:504}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:white}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;padding:0;z-index:506}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:white;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;top:0;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:solid transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{opacity:.8;border-top-width:12px;border-bottom-width:12px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:20px;border-bottom-width:20px}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:12px solid black;left:5px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{border-right:20px solid white}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:12px solid black;left:3px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:20px solid white}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;top:-3px;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:black}.mfp-iframe-holder .mfp-close{top:-43px}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.mfp-figure{line-height:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-break:break-word;padding-right:36px}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}}@media all and (max-width:800px){.mfp-arrow{-webkit-transform:scale(0.75);-ms-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/../../images/ajax-loader.gif) center center no-repeat}@font-face{font-family:'slick';font-weight:400;font-style:normal;src:url(/../../fonts/slick.eot);src:url(/../../fonts/slick.eot?#iefix) format('embedded-opentype'),url(/../../fonts/slick.woff) format('woff'),url(/../../fonts/slick.ttf) format('truetype'),url(/../../fonts/slick.svg#slick) format('svg')}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:0;outline:0;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:0;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'â†'}[dir='rtl'] .slick-prev:before{content:'â†’'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'â†’'}[dir='rtl'] .slick-next:before{content:'â†'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:0}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'â€¢';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}
.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Helvetica Neue",sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}
@font-face{font-family:'lg';src:url(/../../images/icons/lg.eot?n1z373);src:url(/../../images/icons/lg.eot?#iefixn1z373) format("embedded-opentype"),url(/../../images/icons/lg.woff?n1z373) format("woff"),url(/../../images/icons/lg.ttf?n1z373) format("truetype"),url(/../fonts/lg.svg?n1z373#lg) format("svg");font-weight:normal;font-style:normal}.lg-icon{font-family:'lg';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,0.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,0.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none !important;outline:medium none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,0.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:bold}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-toolbar,.lg-prev,.lg-next{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,0.25,1) 0s,opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,0.25,1) 0s,opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear;-webkit-transition:opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,0.25,1) 0s;transition:opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,0.25,1) 0s;-o-transition:transform .35s cubic-bezier(0,0,0.25,1) 0s,opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,0.25,1) 0s,opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,0.25,1) 0s,opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,0.25,1) 0s}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(0.5,0.5,0.5);transform:scale3d(0.5,0.5,0.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1) !important;-o-transition:-o-transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1) !important;-webkit-transition:opacity 250ms cubic-bezier(0,0,0.25,1),-webkit-transform 250ms cubic-bezier(0,0,0.25,1) 0s !important;transition:opacity 250ms cubic-bezier(0,0,0.25,1),-webkit-transform 250ms cubic-bezier(0,0,0.25,1) 0s !important;-o-transition:transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1) !important;transition:transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1) !important;transition:transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1),-webkit-transform 250ms cubic-bezier(0,0,0.25,1) 0s !important;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,0.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,0.25,1) 0s;transition:-webkit-transform .25s cubic-bezier(0,0,0.25,1) 0s;-o-transition:transform .25s cubic-bezier(0,0,0.25,1) 0s;transition:transform .25s cubic-bezier(0,0,0.25,1) 0s;transition:transform .25s cubic-bezier(0,0,0.25,1) 0s, -webkit-transform .25s cubic-bezier(0,0,0.25,1) 0s;transition:transform .25s cubic-bezier(0,0,0.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,0.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s !important;-o-transition-duration:0s !important;transition-duration:0s !important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media(min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer .lg-toggle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100% !important;height:100% !important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/../../images/icons/vimeo-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/../../images/icons/vimeo-play.png) no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url(/../../images/icons/video-play.png) no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/../../images/icons/youtube-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/../../images/icons/youtube-play.png) no-repeat scroll 0 -60px transparent}.lg-outer .lg-video-object{width:100% !important;height:100% !important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity .08s ease 0s;-o-transition:opacity .08s ease 0s;transition:opacity .08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,0.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,0.25,1) 0s;transition:-webkit-transform .3s cubic-bezier(0,0,0.25,1) 0s;-o-transition:transform .3s cubic-bezier(0,0,0.25,1) 0s;transition:transform .3s cubic-bezier(0,0,0.25,1) 0s;transition:transform .3s cubic-bezier(0,0,0.25,1) 0s, -webkit-transform .3s cubic-bezier(0,0,0.25,1) 0s;transition:transform .3s cubic-bezier(0,0,0.25,1) 0s,-webkit-transform .3s cubic-bezier(0,0,0.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,0.25,1) 0s,top .3s cubic-bezier(0,0,0.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,0.25,1) 0s,top .3s cubic-bezier(0,0,0.25,1) 0s;transition:left .3s cubic-bezier(0,0,0.25,1) 0s,top .3s cubic-bezier(0,0,0.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,0.25,1) 0s,opacity .15s !important;-o-transition:-o-transform .3s cubic-bezier(0,0,0.25,1) 0s,opacity .15s !important;-webkit-transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,0.25,1) 0s !important;transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,0.25,1) 0s !important;-o-transition:transform .3s cubic-bezier(0,0,0.25,1) 0s,opacity .15s !important;transition:transform .3s cubic-bezier(0,0,0.25,1) 0s,opacity .15s !important;transition:transform .3s cubic-bezier(0,0,0.25,1) 0s,opacity .15s,-webkit-transform .3s cubic-bezier(0,0,0.25,1) 0s !important;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{-webkit-box-shadow:0 0 0 2px white inset;box-shadow:0 0 0 2px white inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,0.5);border-radius:50%;-webkit-box-shadow:0 0 0 8px rgba(255,255,255,0.7) inset;box-shadow:0 0 0 8px rgba(255,255,255,0.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;-webkit-transition:-webkit-box-shadow .3s ease 0s;transition:-webkit-box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s,-webkit-box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus{-webkit-box-shadow:0 0 0 8px white inset;box-shadow:0 0 0 8px white inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,0.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active #lg-dropdown-overlay{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-webkit-transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;-o-transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a,.lg-outer .lg-dropdown>li:hover .lg-icon{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,0.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.group{*zoom:1}.group:before,.group:after{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-prev-slide,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-current{-webkit-transition-duration:inherit !important;-o-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;-o-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration:0s !important;-o-transition-duration:0s !important;transition-duration:0s !important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/../../images/icons/loading.gif) no-repeat scroll center center transparent;display:none !important}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide{display:inline-block !important}.lg-outer.lg-css .lg-current{display:inline-block !important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto !important;height:auto !important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html{display:none}.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-webkit-transition:none 0s ease 0s !important;-o-transition:none 0s ease 0s !important;transition:none 0s ease 0s !important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-webkit-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0s;-webkit-transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s;transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s;-o-transition:transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{-webkit-transition:left 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0s}
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0);transform:rotate3d(0,0,1,0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{opacity:0;-ms-transform:translateY(200%);transform:translateY(200%);-webkit-transform:translateY(200%)}
/*! jQuery UI - v1.11.4 - 2016-03-01
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default !important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #a6c9e2;background:#fcfdfd url(/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #4297d7;background:#5c9ccc url(/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5dbec;background:#dfeffc url(/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#2e6e9e}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#2e6e9e;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #79b7e7;background:#d0e5f5 url(/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1d5987}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#1d5987;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #79b7e7;background:#f5f8f9 url(/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#e17009}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#e17009;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fad42e;background:#fbec88;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/images/ui-icons_469bdd_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/images/ui-icons_d8e7f3_256x240.png)}.ui-state-default .ui-icon{background-image:url(/images/ui-icons_6da8d5_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(/images/ui-icons_217bc0_256x240.png)}.ui-state-active .ui-icon{background-image:url(/images/ui-icons_f9bd01_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(/images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:5px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:5px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:5px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:5px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*!
 * Bootstrap-select v1.14.0-beta2 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2021 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select .dropdown-toggle .bs-select-clear-selected{position:relative;display:block;margin-right:5px;text-align:center}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected{padding-right:inherit}.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{position:relative;top:-webkit-calc(((-1em / 1.5) + 1ex)/ 2);top:calc(((-1em / 1.5) + 1ex)/ 2);pointer-events:none}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{top:auto}.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected{display:none}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group{display:block}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group{display:block}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/*********************************************************************************

	Template Name: EduVibe - Online Learning and Education Bootstrap 5 Template.
	Note: This is style css.

**********************************************************************************/
/**************************************************************
	
	STYLESHEET INDEXING
	|
	|___ Default Styles
	|	|
	|	|___ Variables
	|	|___ Mixins
	|	|___ Reset
	|	|___ Typography
	|	|___ Extend
	|	|___ Animations
	|	|___ Shortcode
	|	|___ Spacing
	|	|___ Common
	|	|___ Forms
	|	|___ Sal
	|
	|___ Header Styles
	|	|___ Header
	|	|___ Nav
	|	|___ Header Quote
	|	|___ Mobilemenu
	|	|___ Search PopUp
	|
	|___ Elemnts Styles
	|	|___ Button'
	|	|___ Brands'
	|	|___ Section Title
	|	|___ Section Animation
	|	|___ Card
	|	|___ Meta
	|	|___ Badge
	|	|___ Pagination
	|	|___ Event
	|	|___ Team
	|	|___ Service
	|	|___ Single Elements
	|	|___ Course Sidebar
	|	|___ Testimonial
	|	|___ Feature
	|	|___ About
	|	|___ Newsletter
	|	|___ Social Share
	|	|___ Back to Top
	|	|___ WorkShop
	|	|___ Video PopUp
	|	|___ Choose Us
	|	|___ Call To Action
	|	|___ Slick Slider
	|	|___ Winner
	|	|___ Counter Up
	|	|___ Count Down
	|	|___ Breadcrumb
	|	|___ Masonry
	|	|___ Accordion
	|	|___ Privacy Policy
	|	|___ 404
	|	|___ Coming Soon
	|	|___ Gallery
	|	|___ Pricing Table
	|	|___ Profile Details
	|	|___ Progressbar
	|	|___ Contact Us
	|	|___ Shop
	|	|___ Brand
	|	|___ Checkout
	|
	|___ Blog Styles
	|	|___ Blog Grid
	|	|___ Sidebar
	|	|___ Blog Details
	|	|___ Comments
	|
	|___ Template Styles
	|	|___ Banner
	|	|___ Event Details
	|	|___ Product Details
	|	|___ Cart
	|	|___ Course Details
	|	|___ Preview
	|	|___ Overall
	|	
	|___ Footer Styles
	|	|___ Footer
	|	|___ Copy Right
	|
	|___ END STYLESHEET INDEXING

***************************************************************/
/**************************************
    Default Styles
***************************************/
/*-- Variables --*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");


/**
 * Mixins Styels
 */
/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre,
pre.wp-block-code {
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  font-size: 15px !important;
  margin: 40px 0 !important;
  overflow: auto;
  padding: 20px !important;
  white-space: pre !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: var(--color-body) !important;
  background: var(--color-light);
  border-radius: 4px;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

table thead th {
  font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(56, 88, 246, 0.6);
  text-decoration: none;
  padding: 0 5px;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
  opacity: 0.6;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/**
 * Typography
 */
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  overflow-x: hidden;
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: 500;
  background-color: var(--color-white);
  margin: 0;
  padding: 0;
}
body.modal-open {
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

.display-one {
  font-size: 112px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.4074;
  color: var(--color-heading);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: var(--h1-lineHeight);
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: var(--h2-lineHeight);
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: var(--h3-lineHeight);
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: var(--h4-lineHeight);
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: var(--h5-lineHeight);
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: var(--h6-lineHeight);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  transition: 0.5s;
}

a {
  color: var(--color-heading);
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--p-extra-bold);
}

h4,
.h4 {
  font-weight: var(--p-bold);
}

h5,
.h5 {
  font-weight: var(--p-bold);
}

h6,
.h6 {
  font-weight: var(--p-bold);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: 500;
  color: var(--color-body);
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
  }
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: var(--color-white);
}
p.has-background {
  padding: 20px 30px;
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 40px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-weight: 500;
}
ul li a {
  text-decoration: none;
  color: var(--color-body);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  color: var(--color-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
ol li a {
  color: var(--heading-color);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-left: 30px;
}

hr {
  display: block;
  height: 0;
  margin: 15px 0;
  border-top: 1px solid var(--color-border);
  background: transparent;
}

kbd {
  background: var(--color-primary);
}

/*=====================
All Extend Here
=======================*/
.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.color-tertiary {
  color: var(--color-tertiary) !important;
}

.color-heading {
  color: var(--color-heading) !important;
}

.color-body {
  color: var(--color-body) !important;
}

.color-dark {
  color: var(--color-dark) !important;
}

[data-overlay]:before {
  background: var(--color-primary);
}

/* Radius */
.post-scale,
.radius {
  border-radius: var(--radius);
}

.radius-big {
  border-radius: var(--radius-big);
}

/* Font Weight */
.w-300 {
  font-weight: 300 !important;
}

.w-400 {
  font-weight: 400 !important;
}

.w-500 {
  font-weight: 500 !important;
}

.w-600 {
  font-weight: 600 !important;
}

.w-700 {
  font-weight: 700 !important;
}

.w-800 {
  font-weight: 800 !important;
}

.w-900 {
  font-weight: 900 !important;
}

/* Shadows */
.shadow-primary {
  box-shadow: var(--shadow-primary);
}

.shadow-light {
  box-shadow: var(--shadow-light);
}

.shadow-lighter {
  box-shadow: var(--shadow-lighter);
}

/*=============== Style Css =============*/
.edu-rating.rating-default .rating,
.edu-event .event-meta,
.edu-accordion-02 .edu-accordion-body ul,
.pricing-billing-duration ul,
.pricing-table .pricing-body .list-item,
.eduvibe-shop-single-product
  .inner
  .eduvibe-single-product-thumb-wrapper
  .product-hover-info
  ul,
.brand-list,
.blog-meta,
.edu-blog-widget.widget-categories .category-list,
.edu-blog-widget-2.widget-categories .category-list,
.blog-main-content .gallery,
.list-style-1,
.list-style-2,
.column-gallery,
.banner-style-4 .social-text-share,
.eduvibe-widget-details .widget-content ul,
.edu-product-details-style .content .product-feature,
.cart-summary .cart-summary-inner,
.footer-style-default .information-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li a,
ol li a,
#scrollUp,
.form-group input,
.form-group textarea,
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
  transition: var(--transition);
}

.bgImagePosition,
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*----------------------
    Animation Css  
-----------------------*/
.post-scale {
  overflow: hidden;
}
.post-scale img {
  transition: 0.5s;
}
.post-scale:hover img {
  transform: scale(1.1);
}

@keyframes line1 {
  0% {
    opacity: 1;
    bottom: 0;
  }
  30% {
    bottom: 30%;
  }
  50% {
    bottom: 50%;
  }
  70% {
    bottom: 70%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

@keyframes bounceSlide {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.bounce-slide {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: bounceSlide;
}

@keyframes line5 {
  0% {
    opacity: 1;
    bottom: 400px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

@keyframes line2 {
  0% {
    opacity: 1;
    top: 0;
  }
  30% {
    bottom: 30%;
  }
  50% {
    bottom: 50%;
  }
  70% {
    bottom: 70%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes line3 {
  0% {
    opacity: 1;
    top: 500px;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes line4 {
  0% {
    opacity: 1;
    top: 300px;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes customOne {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

@keyframes customTwo {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(100px, 0px);
  }
  100% {
    transform: translate(50px, 50px);
  }
}

.customOne {
  animation: customOne 2s infinite;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}

/*------------------------
	slidefadeinup
--------------------------*/
@-webkit-keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.slideFadeInUp {
  -webkit-animation-name: slideFadeInUp;
  animation-name: slideFadeInUp;
}

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*--------------------------------
Scroll Down Button Animation  
----------------------------------*/
@keyframes scrollDown {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

/*==============================
 *  Utilities
=================================*/
/*------------------------------------- 

font-family: 'Urbanist', sans-serif;

--------------------------------------*/
@media only screen and (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

iframe {
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.edu-line-separator {
  position: relative;
}
.edu-line-separator::after {
  position: absolute;
  content: "";
  background: #ebe7e5;
  width: 1170px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .edu-line-separator::after {
    width: 100%;
  }
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background-color: var(--color-primary);
}

.bg-color-secondary {
  background-color: var(--color-secondary);
}

.bg-color-secondary-alt {
  background-color: var(--color-secondary-alt);
}

.bg-color-tertiary {
  background-color: var(--color-tertiary);
}

.bg-color-grey {
  background-color: #f0f2f5;
}

.bg-color-white {
  background-color: #ffffff;
}

.bg-color-black {
  background-color: #1a1a1a;
}

.bg-color-grey {
  background-color: #e5e5e5;
}

.bg-color-extra03 {
  background-color: var(--color-extra03);
}

.bg-color-lessdark {
  background-color: var(--color-lessdark);
}

.bg-color-2 {
  backdrop-filter: saturate(180%) blur(8px);
  background-color: var(--color-darker);
  background-image: linear-gradient(180deg, var(--color-black), transparent);
}

/*===========================
    Background Image 
=============================*/
.bg-image_fixed {
  background-attachment: fixed !important;
}

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: -0px;
  margin-right: -0px;
}
.row--0 > [class*="col"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 > [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--10 > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--15 {
  margin-left: -15px;
  margin-right: -15px;
}
.row--15 > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  body .edu-section-gap.login-page-wrapper {
    padding: 42rem 0 !important
  }
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--20 > [class*="col"],
.row--20 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 > [class*="col"],
  .row--20 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 > [class*="col"],
  .row--20 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 > [class*="col"],
  .row--20 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 > [class*="col"],
  .row--20 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--25 > [class*="col"],
.row--25 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 > [class*="col"],
  .row--25 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 > [class*="col"],
  .row--25 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 > [class*="col"],
  .row--25 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 > [class*="col"],
  .row--25 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*="col"],
.row--30 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--35 {
  margin-left: -35px;
  margin-right: -35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--35 > [class*="col"],
.row--35 > [class*="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 > [class*="col"],
  .row--35 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 > [class*="col"],
  .row--35 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 > [class*="col"],
  .row--35 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 > [class*="col"],
  .row--35 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--40 > [class*="col"],
.row--40 > [class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 > [class*="col"],
  .row--40 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 > [class*="col"],
  .row--40 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 > [class*="col"],
  .row--40 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 > [class*="col"],
  .row--40 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--45 {
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--45 > [class*="col"],
.row--45 > [class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 > [class*="col"],
  .row--45 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 > [class*="col"],
  .row--45 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 > [class*="col"],
  .row--45 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 > [class*="col"],
  .row--45 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--50 {
  margin-left: -50px;
  margin-right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--50 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--50 > [class*="col"],
.row--50 > [class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--50 > [class*="col"],
  .row--50 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--50 > [class*="col"],
  .row--50 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--50 > [class*="col"],
  .row--50 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--50 > [class*="col"],
  .row--50 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--60 {
  margin-left: -60px;
  margin-right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--60 > [class*="col"],
.row--60 > [class*="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 > [class*="col"],
  .row--60 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 > [class*="col"],
  .row--60 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 > [class*="col"],
  .row--60 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 > [class*="col"],
  .row--60 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}
#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}
.toast-message {
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}
#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}
#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}
#scrollUp:hover span.text {
  color: var(--color-primary);
}

/*--------------------
    Contact Form 
----------------------*/
.form-message {
  margin-bottom: 0;
  text-align: center;
}
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

/*========================= Section Separation ==========================*/
.mt_dec--30 {
  margin-top: -30px;
}

.mt_dec--20 {
  margin-top: -20px;
}
.edu-course-details-area.edu-section-gap .edu-section-gap {
  padding: 130px 10px !important
}
.edu-section-gap {
  padding: 50px 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gap {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-section-gap {
    padding: 80px 0 !important;
  }
}
.edu-section-gap.slider-dots {
  padding: 130px 0 205px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gap.slider-dots {
    padding: 80px 0 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-section-gap.slider-dots {
    padding: 80px 0 130px !important;
  }
}

.edu-section-gapBottom {
  padding-bottom: 130px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gapBottom {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-section-gapBottom {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
  .pb--85 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb--165,
  .pb--85 {
    padding-bottom: 80px !important;
  }
}

.edu-section-gapTop {
  padding-top: 130px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gapTop {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-section-gapTop {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--120 {
    padding: 80px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .ptb--120 {
    padding: 60px 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb--70 {
    padding-bottom: 60px !important;
  }
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.pt--260 {
  padding-top: 260px !important;
}

.pt--250 {
  padding-top: 250px !important;
}

.pb--240 {
  padding-bottom: 240px !important;
}

.pb--220 {
  padding-bottom: 220px !important;
}

.plr--270 {
  padding: 0 270px !important;
}

.plr--300 {
  padding: 0 300px !important;
}

.plr--340 {
  padding: 0 340px !important;
}

.ptb--300 {
  padding: 300px 0 !important;
}

.ptb--340 {
  padding: 340px 0 !important;
}

.ptb--450 {
  padding: 450px 0 !important;
}

.plr_dec--15 {
  margin: 0 -15px !important;
}

.pt--300 {
  padding-top: 300px !important;
}

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

.pl--5 {
  padding-left: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

.mr--5 {
  margin-right: 5px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pl--15 {
  padding-left: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.mr--15 {
  margin-right: 15px !important;
}

.ml--15 {
  margin-left: 15px !important;
}

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

.pl--25 {
  padding-left: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.mr--25 {
  margin-right: 25px !important;
}

.ml--25 {
  margin-left: 25px !important;
}

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

.pl--35 {
  padding-left: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

.pl--45 {
  padding-left: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pl--50 {
  padding-left: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

.pl--55 {
  padding-left: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pl--60 {
  padding-left: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

.pl--65 {
  padding-left: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pl--70 {
  padding-left: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

.pl--75 {
  padding-left: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pl--80 {
  padding-left: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

.pl--85 {
  padding-left: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

.pl--95 {
  padding-left: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pl--100 {
  padding-left: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

.pl--105 {
  padding-left: 105px !important;
}

.pr--105 {
  padding-right: 105px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

.mr--105 {
  margin-right: 105px !important;
}

.ml--105 {
  margin-left: 105px !important;
}

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

.pl--110 {
  padding-left: 110px !important;
}

.pr--110 {
  padding-right: 110px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

.mr--110 {
  margin-right: 110px !important;
}

.ml--110 {
  margin-left: 110px !important;
}

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

.pl--115 {
  padding-left: 115px !important;
}

.pr--115 {
  padding-right: 115px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

.mr--115 {
  margin-right: 115px !important;
}

.ml--115 {
  margin-left: 115px !important;
}

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

.pb--120 {
  padding-bottom: 120px !important;
}

.pl--120 {
  padding-left: 120px !important;
}

.pr--120 {
  padding-right: 120px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

.mr--120 {
  margin-right: 120px !important;
}

.ml--120 {
  margin-left: 120px !important;
}

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

.pl--125 {
  padding-left: 125px !important;
}

.pr--125 {
  padding-right: 125px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

.mr--125 {
  margin-right: 125px !important;
}

.ml--125 {
  margin-left: 125px !important;
}

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pl--130 {
  padding-left: 130px !important;
}

.pr--130 {
  padding-right: 130px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

.mr--130 {
  margin-right: 130px !important;
}

.ml--130 {
  margin-left: 130px !important;
}

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

.pl--135 {
  padding-left: 135px !important;
}

.pr--135 {
  padding-right: 135px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

.mr--135 {
  margin-right: 135px !important;
}

.ml--135 {
  margin-left: 135px !important;
}

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

.pl--140 {
  padding-left: 140px !important;
}

.pr--140 {
  padding-right: 140px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

.mr--140 {
  margin-right: 140px !important;
}

.ml--140 {
  margin-left: 140px !important;
}

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

.pl--145 {
  padding-left: 145px !important;
}

.pr--145 {
  padding-right: 145px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

.mr--145 {
  margin-right: 145px !important;
}

.ml--145 {
  margin-left: 145px !important;
}

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.pl--150 {
  padding-left: 150px !important;
}

.pr--150 {
  padding-right: 150px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

.mr--150 {
  margin-right: 150px !important;
}

.ml--150 {
  margin-left: 150px !important;
}

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pl--155 {
  padding-left: 155px !important;
}

.pr--155 {
  padding-right: 155px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

.mr--155 {
  margin-right: 155px !important;
}

.ml--155 {
  margin-left: 155px !important;
}

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pl--160 {
  padding-left: 160px !important;
}

.pr--160 {
  padding-right: 160px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

.mr--160 {
  margin-right: 160px !important;
}

.ml--160 {
  margin-left: 160px !important;
}

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pl--165 {
  padding-left: 165px !important;
}

.pr--165 {
  padding-right: 165px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

.mr--165 {
  margin-right: 165px !important;
}

.ml--165 {
  margin-left: 165px !important;
}

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pl--170 {
  padding-left: 170px !important;
}

.pr--170 {
  padding-right: 170px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

.mr--170 {
  margin-right: 170px !important;
}

.ml--170 {
  margin-left: 170px !important;
}

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pl--175 {
  padding-left: 175px !important;
}

.pr--175 {
  padding-right: 175px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

.mr--175 {
  margin-right: 175px !important;
}

.ml--175 {
  margin-left: 175px !important;
}

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pl--180 {
  padding-left: 180px !important;
}

.pr--180 {
  padding-right: 180px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

.mr--180 {
  margin-right: 180px !important;
}

.ml--180 {
  margin-left: 180px !important;
}

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pl--185 {
  padding-left: 185px !important;
}

.pr--185 {
  padding-right: 185px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

.mr--185 {
  margin-right: 185px !important;
}

.ml--185 {
  margin-left: 185px !important;
}

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pl--190 {
  padding-left: 190px !important;
}

.pr--190 {
  padding-right: 190px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

.mr--190 {
  margin-right: 190px !important;
}

.ml--190 {
  margin-left: 190px !important;
}

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pl--195 {
  padding-left: 195px !important;
}

.pr--195 {
  padding-right: 195px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

.mr--195 {
  margin-right: 195px !important;
}

.ml--195 {
  margin-left: 195px !important;
}

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

.pl--200 {
  padding-left: 200px !important;
}

.pr--200 {
  padding-right: 200px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

.mr--200 {
  margin-right: 200px !important;
}

.ml--200 {
  margin-left: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0 !important;
  }
  .plr_lp--5 {
    padding: 0 5px !important;
  }
  .pt_lp--5 {
    padding-top: 5px !important;
  }
  .pb_lp--5 {
    padding-bottom: 5px !important;
  }
  .pl_lp--5 {
    padding-left: 5px !important;
  }
  .pr_lp--5 {
    padding-right: 5px !important;
  }
  .mt_lp--5 {
    margin-top: 5px !important;
  }
  .mb_lp--5 {
    margin-bottom: 5px !important;
  }
  .ptb_lp--10 {
    padding: 10px 0 !important;
  }
  .plr_lp--10 {
    padding: 0 10px !important;
  }
  .pt_lp--10 {
    padding-top: 10px !important;
  }
  .pb_lp--10 {
    padding-bottom: 10px !important;
  }
  .pl_lp--10 {
    padding-left: 10px !important;
  }
  .pr_lp--10 {
    padding-right: 10px !important;
  }
  .mt_lp--10 {
    margin-top: 10px !important;
  }
  .mb_lp--10 {
    margin-bottom: 10px !important;
  }
  .ptb_lp--15 {
    padding: 15px 0 !important;
  }
  .plr_lp--15 {
    padding: 0 15px !important;
  }
  .pt_lp--15 {
    padding-top: 15px !important;
  }
  .pb_lp--15 {
    padding-bottom: 15px !important;
  }
  .pl_lp--15 {
    padding-left: 15px !important;
  }
  .pr_lp--15 {
    padding-right: 15px !important;
  }
  .mt_lp--15 {
    margin-top: 15px !important;
  }
  .mb_lp--15 {
    margin-bottom: 15px !important;
  }
  .ptb_lp--20 {
    padding: 20px 0 !important;
  }
  .plr_lp--20 {
    padding: 0 20px !important;
  }
  .pt_lp--20 {
    padding-top: 20px !important;
  }
  .pb_lp--20 {
    padding-bottom: 20px !important;
  }
  .pl_lp--20 {
    padding-left: 20px !important;
  }
  .pr_lp--20 {
    padding-right: 20px !important;
  }
  .mt_lp--20 {
    margin-top: 20px !important;
  }
  .mb_lp--20 {
    margin-bottom: 20px !important;
  }
  .ptb_lp--25 {
    padding: 25px 0 !important;
  }
  .plr_lp--25 {
    padding: 0 25px !important;
  }
  .pt_lp--25 {
    padding-top: 25px !important;
  }
  .pb_lp--25 {
    padding-bottom: 25px !important;
  }
  .pl_lp--25 {
    padding-left: 25px !important;
  }
  .pr_lp--25 {
    padding-right: 25px !important;
  }
  .mt_lp--25 {
    margin-top: 25px !important;
  }
  .mb_lp--25 {
    margin-bottom: 25px !important;
  }
  .ptb_lp--30 {
    padding: 30px 0 !important;
  }
  .plr_lp--30 {
    padding: 0 30px !important;
  }
  .pt_lp--30 {
    padding-top: 30px !important;
  }
  .pb_lp--30 {
    padding-bottom: 30px !important;
  }
  .pl_lp--30 {
    padding-left: 30px !important;
  }
  .pr_lp--30 {
    padding-right: 30px !important;
  }
  .mt_lp--30 {
    margin-top: 30px !important;
  }
  .mb_lp--30 {
    margin-bottom: 30px !important;
  }
  .ptb_lp--35 {
    padding: 35px 0 !important;
  }
  .plr_lp--35 {
    padding: 0 35px !important;
  }
  .pt_lp--35 {
    padding-top: 35px !important;
  }
  .pb_lp--35 {
    padding-bottom: 35px !important;
  }
  .pl_lp--35 {
    padding-left: 35px !important;
  }
  .pr_lp--35 {
    padding-right: 35px !important;
  }
  .mt_lp--35 {
    margin-top: 35px !important;
  }
  .mb_lp--35 {
    margin-bottom: 35px !important;
  }
  .ptb_lp--40 {
    padding: 40px 0 !important;
  }
  .plr_lp--40 {
    padding: 0 40px !important;
  }
  .pt_lp--40 {
    padding-top: 40px !important;
  }
  .pb_lp--40 {
    padding-bottom: 40px !important;
  }
  .pl_lp--40 {
    padding-left: 40px !important;
  }
  .pr_lp--40 {
    padding-right: 40px !important;
  }
  .mt_lp--40 {
    margin-top: 40px !important;
  }
  .mb_lp--40 {
    margin-bottom: 40px !important;
  }
  .ptb_lp--45 {
    padding: 45px 0 !important;
  }
  .plr_lp--45 {
    padding: 0 45px !important;
  }
  .pt_lp--45 {
    padding-top: 45px !important;
  }
  .pb_lp--45 {
    padding-bottom: 45px !important;
  }
  .pl_lp--45 {
    padding-left: 45px !important;
  }
  .pr_lp--45 {
    padding-right: 45px !important;
  }
  .mt_lp--45 {
    margin-top: 45px !important;
  }
  .mb_lp--45 {
    margin-bottom: 45px !important;
  }
  .ptb_lp--50 {
    padding: 50px 0 !important;
  }
  .plr_lp--50 {
    padding: 0 50px !important;
  }
  .pt_lp--50 {
    padding-top: 50px !important;
  }
  .pb_lp--50 {
    padding-bottom: 50px !important;
  }
  .pl_lp--50 {
    padding-left: 50px !important;
  }
  .pr_lp--50 {
    padding-right: 50px !important;
  }
  .mt_lp--50 {
    margin-top: 50px !important;
  }
  .mb_lp--50 {
    margin-bottom: 50px !important;
  }
  .ptb_lp--55 {
    padding: 55px 0 !important;
  }
  .plr_lp--55 {
    padding: 0 55px !important;
  }
  .pt_lp--55 {
    padding-top: 55px !important;
  }
  .pb_lp--55 {
    padding-bottom: 55px !important;
  }
  .pl_lp--55 {
    padding-left: 55px !important;
  }
  .pr_lp--55 {
    padding-right: 55px !important;
  }
  .mt_lp--55 {
    margin-top: 55px !important;
  }
  .mb_lp--55 {
    margin-bottom: 55px !important;
  }
  .ptb_lp--60 {
    padding: 60px 0 !important;
  }
  .plr_lp--60 {
    padding: 0 60px !important;
  }
  .pt_lp--60 {
    padding-top: 60px !important;
  }
  .pb_lp--60 {
    padding-bottom: 60px !important;
  }
  .pl_lp--60 {
    padding-left: 60px !important;
  }
  .pr_lp--60 {
    padding-right: 60px !important;
  }
  .mt_lp--60 {
    margin-top: 60px !important;
  }
  .mb_lp--60 {
    margin-bottom: 60px !important;
  }
  .ptb_lp--65 {
    padding: 65px 0 !important;
  }
  .plr_lp--65 {
    padding: 0 65px !important;
  }
  .pt_lp--65 {
    padding-top: 65px !important;
  }
  .pb_lp--65 {
    padding-bottom: 65px !important;
  }
  .pl_lp--65 {
    padding-left: 65px !important;
  }
  .pr_lp--65 {
    padding-right: 65px !important;
  }
  .mt_lp--65 {
    margin-top: 65px !important;
  }
  .mb_lp--65 {
    margin-bottom: 65px !important;
  }
  .ptb_lp--70 {
    padding: 70px 0 !important;
  }
  .plr_lp--70 {
    padding: 0 70px !important;
  }
  .pt_lp--70 {
    padding-top: 70px !important;
  }
  .pb_lp--70 {
    padding-bottom: 70px !important;
  }
  .pl_lp--70 {
    padding-left: 70px !important;
  }
  .pr_lp--70 {
    padding-right: 70px !important;
  }
  .mt_lp--70 {
    margin-top: 70px !important;
  }
  .mb_lp--70 {
    margin-bottom: 70px !important;
  }
  .ptb_lp--75 {
    padding: 75px 0 !important;
  }
  .plr_lp--75 {
    padding: 0 75px !important;
  }
  .pt_lp--75 {
    padding-top: 75px !important;
  }
  .pb_lp--75 {
    padding-bottom: 75px !important;
  }
  .pl_lp--75 {
    padding-left: 75px !important;
  }
  .pr_lp--75 {
    padding-right: 75px !important;
  }
  .mt_lp--75 {
    margin-top: 75px !important;
  }
  .mb_lp--75 {
    margin-bottom: 75px !important;
  }
  .ptb_lp--80 {
    padding: 80px 0 !important;
  }
  .plr_lp--80 {
    padding: 0 80px !important;
  }
  .pt_lp--80 {
    padding-top: 80px !important;
  }
  .pb_lp--80 {
    padding-bottom: 80px !important;
  }
  .pl_lp--80 {
    padding-left: 80px !important;
  }
  .pr_lp--80 {
    padding-right: 80px !important;
  }
  .mt_lp--80 {
    margin-top: 80px !important;
  }
  .mb_lp--80 {
    margin-bottom: 80px !important;
  }
  .ptb_lp--85 {
    padding: 85px 0 !important;
  }
  .plr_lp--85 {
    padding: 0 85px !important;
  }
  .pt_lp--85 {
    padding-top: 85px !important;
  }
  .pb_lp--85 {
    padding-bottom: 85px !important;
  }
  .pl_lp--85 {
    padding-left: 85px !important;
  }
  .pr_lp--85 {
    padding-right: 85px !important;
  }
  .mt_lp--85 {
    margin-top: 85px !important;
  }
  .mb_lp--85 {
    margin-bottom: 85px !important;
  }
  .ptb_lp--90 {
    padding: 90px 0 !important;
  }
  .plr_lp--90 {
    padding: 0 90px !important;
  }
  .pt_lp--90 {
    padding-top: 90px !important;
  }
  .pb_lp--90 {
    padding-bottom: 90px !important;
  }
  .pl_lp--90 {
    padding-left: 90px !important;
  }
  .pr_lp--90 {
    padding-right: 90px !important;
  }
  .mt_lp--90 {
    margin-top: 90px !important;
  }
  .mb_lp--90 {
    margin-bottom: 90px !important;
  }
  .ptb_lp--95 {
    padding: 95px 0 !important;
  }
  .plr_lp--95 {
    padding: 0 95px !important;
  }
  .pt_lp--95 {
    padding-top: 95px !important;
  }
  .pb_lp--95 {
    padding-bottom: 95px !important;
  }
  .pl_lp--95 {
    padding-left: 95px !important;
  }
  .pr_lp--95 {
    padding-right: 95px !important;
  }
  .mt_lp--95 {
    margin-top: 95px !important;
  }
  .mb_lp--95 {
    margin-bottom: 95px !important;
  }
  .ptb_lp--100 {
    padding: 100px 0 !important;
  }
  .plr_lp--100 {
    padding: 0 100px !important;
  }
  .pt_lp--100 {
    padding-top: 100px !important;
  }
  .pb_lp--100 {
    padding-bottom: 100px !important;
  }
  .pl_lp--100 {
    padding-left: 100px !important;
  }
  .pr_lp--100 {
    padding-right: 100px !important;
  }
  .mt_lp--100 {
    margin-top: 100px !important;
  }
  .mb_lp--100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0 !important;
  }
  .plr_lg--5 {
    padding: 0 5px !important;
  }
  .pt_lg--5 {
    padding-top: 5px !important;
  }
  .pb_lg--5 {
    padding-bottom: 5px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--5 {
    padding-right: 5px !important;
  }
  .pl_lg--5 {
    padding-left: 5px !important;
  }
  .pr_lg--5 {
    padding-right: 5px !important;
  }
  .mt_lg--5 {
    margin-top: 5px !important;
  }
  .mb_lg--5 {
    margin-bottom: 5px !important;
  }
  .ml_lg--5 {
    margin-left: 5px !important;
  }
  .ptb_lg--10 {
    padding: 10px 0 !important;
  }
  .plr_lg--10 {
    padding: 0 10px !important;
  }
  .pt_lg--10 {
    padding-top: 10px !important;
  }
  .pb_lg--10 {
    padding-bottom: 10px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--10 {
    padding-right: 10px !important;
  }
  .pl_lg--10 {
    padding-left: 10px !important;
  }
  .pr_lg--10 {
    padding-right: 10px !important;
  }
  .mt_lg--10 {
    margin-top: 10px !important;
  }
  .mb_lg--10 {
    margin-bottom: 10px !important;
  }
  .ml_lg--10 {
    margin-left: 10px !important;
  }
  .ptb_lg--15 {
    padding: 15px 0 !important;
  }
  .plr_lg--15 {
    padding: 0 15px !important;
  }
  .pt_lg--15 {
    padding-top: 15px !important;
  }
  .pb_lg--15 {
    padding-bottom: 15px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--15 {
    padding-right: 15px !important;
  }
  .pl_lg--15 {
    padding-left: 15px !important;
  }
  .pr_lg--15 {
    padding-right: 15px !important;
  }
  .mt_lg--15 {
    margin-top: 15px !important;
  }
  .mb_lg--15 {
    margin-bottom: 15px !important;
  }
  .ml_lg--15 {
    margin-left: 15px !important;
  }
  .ptb_lg--20 {
    padding: 20px 0 !important;
  }
  .plr_lg--20 {
    padding: 0 20px !important;
  }
  .pt_lg--20 {
    padding-top: 20px !important;
  }
  .pb_lg--20 {
    padding-bottom: 20px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--20 {
    padding-right: 20px !important;
  }
  .pl_lg--20 {
    padding-left: 20px !important;
  }
  .pr_lg--20 {
    padding-right: 20px !important;
  }
  .mt_lg--20 {
    margin-top: 20px !important;
  }
  .mb_lg--20 {
    margin-bottom: 20px !important;
  }
  .ml_lg--20 {
    margin-left: 20px !important;
  }
  .ptb_lg--25 {
    padding: 25px 0 !important;
  }
  .plr_lg--25 {
    padding: 0 25px !important;
  }
  .pt_lg--25 {
    padding-top: 25px !important;
  }
  .pb_lg--25 {
    padding-bottom: 25px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--25 {
    padding-right: 25px !important;
  }
  .pl_lg--25 {
    padding-left: 25px !important;
  }
  .pr_lg--25 {
    padding-right: 25px !important;
  }
  .mt_lg--25 {
    margin-top: 25px !important;
  }
  .mb_lg--25 {
    margin-bottom: 25px !important;
  }
  .ml_lg--25 {
    margin-left: 25px !important;
  }
  .ptb_lg--30 {
    padding: 30px 0 !important;
  }
  .plr_lg--30 {
    padding: 0 30px !important;
  }
  .pt_lg--30 {
    padding-top: 30px !important;
  }
  .pb_lg--30 {
    padding-bottom: 30px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--30 {
    padding-right: 30px !important;
  }
  .pl_lg--30 {
    padding-left: 30px !important;
  }
  .pr_lg--30 {
    padding-right: 30px !important;
  }
  .mt_lg--30 {
    margin-top: 30px !important;
  }
  .mb_lg--30 {
    margin-bottom: 30px !important;
  }
  .ml_lg--30 {
    margin-left: 30px !important;
  }
  .ptb_lg--35 {
    padding: 35px 0 !important;
  }
  .plr_lg--35 {
    padding: 0 35px !important;
  }
  .pt_lg--35 {
    padding-top: 35px !important;
  }
  .pb_lg--35 {
    padding-bottom: 35px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--35 {
    padding-right: 35px !important;
  }
  .pl_lg--35 {
    padding-left: 35px !important;
  }
  .pr_lg--35 {
    padding-right: 35px !important;
  }
  .mt_lg--35 {
    margin-top: 35px !important;
  }
  .mb_lg--35 {
    margin-bottom: 35px !important;
  }
  .ml_lg--35 {
    margin-left: 35px !important;
  }
  .ptb_lg--40 {
    padding: 40px 0 !important;
  }
  .plr_lg--40 {
    padding: 0 40px !important;
  }
  .pt_lg--40 {
    padding-top: 40px !important;
  }
  .pb_lg--40 {
    padding-bottom: 40px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--40 {
    padding-right: 40px !important;
  }
  .pl_lg--40 {
    padding-left: 40px !important;
  }
  .pr_lg--40 {
    padding-right: 40px !important;
  }
  .mt_lg--40 {
    margin-top: 40px !important;
  }
  .mb_lg--40 {
    margin-bottom: 40px !important;
  }
  .ml_lg--40 {
    margin-left: 40px !important;
  }
  .ptb_lg--45 {
    padding: 45px 0 !important;
  }
  .plr_lg--45 {
    padding: 0 45px !important;
  }
  .pt_lg--45 {
    padding-top: 45px !important;
  }
  .pb_lg--45 {
    padding-bottom: 45px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--45 {
    padding-right: 45px !important;
  }
  .pl_lg--45 {
    padding-left: 45px !important;
  }
  .pr_lg--45 {
    padding-right: 45px !important;
  }
  .mt_lg--45 {
    margin-top: 45px !important;
  }
  .mb_lg--45 {
    margin-bottom: 45px !important;
  }
  .ml_lg--45 {
    margin-left: 45px !important;
  }
  .ptb_lg--50 {
    padding: 50px 0 !important;
  }
  .plr_lg--50 {
    padding: 0 50px !important;
  }
  .pt_lg--50 {
    padding-top: 50px !important;
  }
  .pb_lg--50 {
    padding-bottom: 50px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--50 {
    padding-right: 50px !important;
  }
  .pl_lg--50 {
    padding-left: 50px !important;
  }
  .pr_lg--50 {
    padding-right: 50px !important;
  }
  .mt_lg--50 {
    margin-top: 50px !important;
  }
  .mb_lg--50 {
    margin-bottom: 50px !important;
  }
  .ml_lg--50 {
    margin-left: 50px !important;
  }
  .ptb_lg--55 {
    padding: 55px 0 !important;
  }
  .plr_lg--55 {
    padding: 0 55px !important;
  }
  .pt_lg--55 {
    padding-top: 55px !important;
  }
  .pb_lg--55 {
    padding-bottom: 55px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--55 {
    padding-right: 55px !important;
  }
  .pl_lg--55 {
    padding-left: 55px !important;
  }
  .pr_lg--55 {
    padding-right: 55px !important;
  }
  .mt_lg--55 {
    margin-top: 55px !important;
  }
  .mb_lg--55 {
    margin-bottom: 55px !important;
  }
  .ml_lg--55 {
    margin-left: 55px !important;
  }
  .ptb_lg--60 {
    padding: 60px 0 !important;
  }
  .plr_lg--60 {
    padding: 0 60px !important;
  }
  .pt_lg--60 {
    padding-top: 60px !important;
  }
  .pb_lg--60 {
    padding-bottom: 60px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--60 {
    padding-right: 60px !important;
  }
  .pl_lg--60 {
    padding-left: 60px !important;
  }
  .pr_lg--60 {
    padding-right: 60px !important;
  }
  .mt_lg--60 {
    margin-top: 60px !important;
  }
  .mb_lg--60 {
    margin-bottom: 60px !important;
  }
  .ml_lg--60 {
    margin-left: 60px !important;
  }
  .ptb_lg--65 {
    padding: 65px 0 !important;
  }
  .plr_lg--65 {
    padding: 0 65px !important;
  }
  .pt_lg--65 {
    padding-top: 65px !important;
  }
  .pb_lg--65 {
    padding-bottom: 65px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--65 {
    padding-right: 65px !important;
  }
  .pl_lg--65 {
    padding-left: 65px !important;
  }
  .pr_lg--65 {
    padding-right: 65px !important;
  }
  .mt_lg--65 {
    margin-top: 65px !important;
  }
  .mb_lg--65 {
    margin-bottom: 65px !important;
  }
  .ml_lg--65 {
    margin-left: 65px !important;
  }
  .ptb_lg--70 {
    padding: 70px 0 !important;
  }
  .plr_lg--70 {
    padding: 0 70px !important;
  }
  .pt_lg--70 {
    padding-top: 70px !important;
  }
  .pb_lg--70 {
    padding-bottom: 70px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--70 {
    padding-right: 70px !important;
  }
  .pl_lg--70 {
    padding-left: 70px !important;
  }
  .pr_lg--70 {
    padding-right: 70px !important;
  }
  .mt_lg--70 {
    margin-top: 70px !important;
  }
  .mb_lg--70 {
    margin-bottom: 70px !important;
  }
  .ml_lg--70 {
    margin-left: 70px !important;
  }
  .ptb_lg--75 {
    padding: 75px 0 !important;
  }
  .plr_lg--75 {
    padding: 0 75px !important;
  }
  .pt_lg--75 {
    padding-top: 75px !important;
  }
  .pb_lg--75 {
    padding-bottom: 75px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--75 {
    padding-right: 75px !important;
  }
  .pl_lg--75 {
    padding-left: 75px !important;
  }
  .pr_lg--75 {
    padding-right: 75px !important;
  }
  .mt_lg--75 {
    margin-top: 75px !important;
  }
  .mb_lg--75 {
    margin-bottom: 75px !important;
  }
  .ml_lg--75 {
    margin-left: 75px !important;
  }
  .ptb_lg--80 {
    padding: 80px 0 !important;
  }
  .plr_lg--80 {
    padding: 0 80px !important;
  }
  .pt_lg--80 {
    padding-top: 80px !important;
  }
  .pb_lg--80 {
    padding-bottom: 80px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--80 {
    padding-right: 80px !important;
  }
  .pl_lg--80 {
    padding-left: 80px !important;
  }
  .pr_lg--80 {
    padding-right: 80px !important;
  }
  .mt_lg--80 {
    margin-top: 80px !important;
  }
  .mb_lg--80 {
    margin-bottom: 80px !important;
  }
  .ml_lg--80 {
    margin-left: 80px !important;
  }
  .ptb_lg--85 {
    padding: 85px 0 !important;
  }
  .plr_lg--85 {
    padding: 0 85px !important;
  }
  .pt_lg--85 {
    padding-top: 85px !important;
  }
  .pb_lg--85 {
    padding-bottom: 85px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--85 {
    padding-right: 85px !important;
  }
  .pl_lg--85 {
    padding-left: 85px !important;
  }
  .pr_lg--85 {
    padding-right: 85px !important;
  }
  .mt_lg--85 {
    margin-top: 85px !important;
  }
  .mb_lg--85 {
    margin-bottom: 85px !important;
  }
  .ml_lg--85 {
    margin-left: 85px !important;
  }
  .ptb_lg--90 {
    padding: 90px 0 !important;
  }
  .plr_lg--90 {
    padding: 0 90px !important;
  }
  .pt_lg--90 {
    padding-top: 90px !important;
  }
  .pb_lg--90 {
    padding-bottom: 90px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--90 {
    padding-right: 90px !important;
  }
  .pl_lg--90 {
    padding-left: 90px !important;
  }
  .pr_lg--90 {
    padding-right: 90px !important;
  }
  .mt_lg--90 {
    margin-top: 90px !important;
  }
  .mb_lg--90 {
    margin-bottom: 90px !important;
  }
  .ml_lg--90 {
    margin-left: 90px !important;
  }
  .ptb_lg--95 {
    padding: 95px 0 !important;
  }
  .plr_lg--95 {
    padding: 0 95px !important;
  }
  .pt_lg--95 {
    padding-top: 95px !important;
  }
  .pb_lg--95 {
    padding-bottom: 95px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--95 {
    padding-right: 95px !important;
  }
  .pl_lg--95 {
    padding-left: 95px !important;
  }
  .pr_lg--95 {
    padding-right: 95px !important;
  }
  .mt_lg--95 {
    margin-top: 95px !important;
  }
  .mb_lg--95 {
    margin-bottom: 95px !important;
  }
  .ml_lg--95 {
    margin-left: 95px !important;
  }
  .ptb_lg--100 {
    padding: 100px 0 !important;
  }
  .plr_lg--100 {
    padding: 0 100px !important;
  }
  .pt_lg--100 {
    padding-top: 100px !important;
  }
  .pb_lg--100 {
    padding-bottom: 100px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--100 {
    padding-right: 100px !important;
  }
  .pl_lg--100 {
    padding-left: 100px !important;
  }
  .pr_lg--100 {
    padding-right: 100px !important;
  }
  .mt_lg--100 {
    margin-top: 100px !important;
  }
  .mb_lg--100 {
    margin-bottom: 100px !important;
  }
  .ml_lg--100 {
    margin-left: 100px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0 !important;
  }
  .pl_md--0 {
    padding-left: 0 !important;
  }
  .pr_md--0 {
    padding-right: 0 !important;
  }
  .pt_md--0 {
    padding-top: 0 !important;
  }
  .pb_md--0 {
    padding-bottom: 0 !important;
  }
  .mr_md--0 {
    margin-right: 0 !important;
  }
  .ml_md--0 {
    margin-left: 0 !important;
  }
  .mt_md--0 {
    margin-top: 0 !important;
  }
  .mb_md--0 {
    margin-bottom: 0 !important;
  }
  .ptb_md--250 {
    padding: 250px 0 !important;
  }
  .ptb_md--5 {
    padding: 5px 0 !important;
  }
  .plr_md--5 {
    padding: 0 5px !important;
  }
  .pt_md--5 {
    padding-top: 5px !important;
  }
  .pb_md--5 {
    padding-bottom: 5px !important;
  }
  .pl_md--5 {
    padding-left: 5px !important;
  }
  .pr_md--5 {
    padding-right: 5px !important;
  }
  .mt_md--5 {
    margin-top: 5px !important;
  }
  .mb_md--5 {
    margin-bottom: 5px !important;
  }
  .ptb_md--10 {
    padding: 10px 0 !important;
  }
  .plr_md--10 {
    padding: 0 10px !important;
  }
  .pt_md--10 {
    padding-top: 10px !important;
  }
  .pb_md--10 {
    padding-bottom: 10px !important;
  }
  .pl_md--10 {
    padding-left: 10px !important;
  }
  .pr_md--10 {
    padding-right: 10px !important;
  }
  .mt_md--10 {
    margin-top: 10px !important;
  }
  .mb_md--10 {
    margin-bottom: 10px !important;
  }
  .ptb_md--15 {
    padding: 15px 0 !important;
  }
  .plr_md--15 {
    padding: 0 15px !important;
  }
  .pt_md--15 {
    padding-top: 15px !important;
  }
  .pb_md--15 {
    padding-bottom: 15px !important;
  }
  .pl_md--15 {
    padding-left: 15px !important;
  }
  .pr_md--15 {
    padding-right: 15px !important;
  }
  .mt_md--15 {
    margin-top: 15px !important;
  }
  .mb_md--15 {
    margin-bottom: 15px !important;
  }
  .ptb_md--20 {
    padding: 20px 0 !important;
  }
  .plr_md--20 {
    padding: 0 20px !important;
  }
  .pt_md--20 {
    padding-top: 20px !important;
  }
  .pb_md--20 {
    padding-bottom: 20px !important;
  }
  .pl_md--20 {
    padding-left: 20px !important;
  }
  .pr_md--20 {
    padding-right: 20px !important;
  }
  .mt_md--20 {
    margin-top: 20px !important;
  }
  .mb_md--20 {
    margin-bottom: 20px !important;
  }
  .ptb_md--25 {
    padding: 25px 0 !important;
  }
  .plr_md--25 {
    padding: 0 25px !important;
  }
  .pt_md--25 {
    padding-top: 25px !important;
  }
  .pb_md--25 {
    padding-bottom: 25px !important;
  }
  .pl_md--25 {
    padding-left: 25px !important;
  }
  .pr_md--25 {
    padding-right: 25px !important;
  }
  .mt_md--25 {
    margin-top: 25px !important;
  }
  .mb_md--25 {
    margin-bottom: 25px !important;
  }
  .ptb_md--30 {
    padding: 30px 0 !important;
  }
  .plr_md--30 {
    padding: 0 30px !important;
  }
  .pt_md--30 {
    padding-top: 30px !important;
  }
  .pb_md--30 {
    padding-bottom: 30px !important;
  }
  .pl_md--30 {
    padding-left: 30px !important;
  }
  .pr_md--30 {
    padding-right: 30px !important;
  }
  .mt_md--30 {
    margin-top: 30px !important;
  }
  .mb_md--30 {
    margin-bottom: 30px !important;
  }
  .ptb_md--35 {
    padding: 35px 0 !important;
  }
  .plr_md--35 {
    padding: 0 35px !important;
  }
  .pt_md--35 {
    padding-top: 35px !important;
  }
  .pb_md--35 {
    padding-bottom: 35px !important;
  }
  .pl_md--35 {
    padding-left: 35px !important;
  }
  .pr_md--35 {
    padding-right: 35px !important;
  }
  .mt_md--35 {
    margin-top: 35px !important;
  }
  .mb_md--35 {
    margin-bottom: 35px !important;
  }
  .ptb_md--40 {
    padding: 40px 0 !important;
  }
  .plr_md--40 {
    padding: 0 40px !important;
  }
  .pt_md--40 {
    padding-top: 40px !important;
  }
  .pb_md--40 {
    padding-bottom: 40px !important;
  }
  .pl_md--40 {
    padding-left: 40px !important;
  }
  .pr_md--40 {
    padding-right: 40px !important;
  }
  .mt_md--40 {
    margin-top: 40px !important;
  }
  .mb_md--40 {
    margin-bottom: 40px !important;
  }
  .ptb_md--45 {
    padding: 45px 0 !important;
  }
  .plr_md--45 {
    padding: 0 45px !important;
  }
  .pt_md--45 {
    padding-top: 45px !important;
  }
  .pb_md--45 {
    padding-bottom: 45px !important;
  }
  .pl_md--45 {
    padding-left: 45px !important;
  }
  .pr_md--45 {
    padding-right: 45px !important;
  }
  .mt_md--45 {
    margin-top: 45px !important;
  }
  .mb_md--45 {
    margin-bottom: 45px !important;
  }
  .ptb_md--50 {
    padding: 50px 0 !important;
  }
  .plr_md--50 {
    padding: 0 50px !important;
  }
  .pt_md--50 {
    padding-top: 50px !important;
  }
  .pb_md--50 {
    padding-bottom: 50px !important;
  }
  .pl_md--50 {
    padding-left: 50px !important;
  }
  .pr_md--50 {
    padding-right: 50px !important;
  }
  .mt_md--50 {
    margin-top: 50px !important;
  }
  .mb_md--50 {
    margin-bottom: 50px !important;
  }
  .ptb_md--55 {
    padding: 55px 0 !important;
  }
  .plr_md--55 {
    padding: 0 55px !important;
  }
  .pt_md--55 {
    padding-top: 55px !important;
  }
  .pb_md--55 {
    padding-bottom: 55px !important;
  }
  .pl_md--55 {
    padding-left: 55px !important;
  }
  .pr_md--55 {
    padding-right: 55px !important;
  }
  .mt_md--55 {
    margin-top: 55px !important;
  }
  .mb_md--55 {
    margin-bottom: 55px !important;
  }
  .ptb_md--60 {
    padding: 60px 0 !important;
  }
  .plr_md--60 {
    padding: 0 60px !important;
  }
  .pt_md--60 {
    padding-top: 60px !important;
  }
  .pb_md--60 {
    padding-bottom: 60px !important;
  }
  .pl_md--60 {
    padding-left: 60px !important;
  }
  .pr_md--60 {
    padding-right: 60px !important;
  }
  .mt_md--60 {
    margin-top: 60px !important;
  }
  .mb_md--60 {
    margin-bottom: 60px !important;
  }
  .ptb_md--65 {
    padding: 65px 0 !important;
  }
  .plr_md--65 {
    padding: 0 65px !important;
  }
  .pt_md--65 {
    padding-top: 65px !important;
  }
  .pb_md--65 {
    padding-bottom: 65px !important;
  }
  .pl_md--65 {
    padding-left: 65px !important;
  }
  .pr_md--65 {
    padding-right: 65px !important;
  }
  .mt_md--65 {
    margin-top: 65px !important;
  }
  .mb_md--65 {
    margin-bottom: 65px !important;
  }
  .ptb_md--70 {
    padding: 70px 0 !important;
  }
  .plr_md--70 {
    padding: 0 70px !important;
  }
  .pt_md--70 {
    padding-top: 70px !important;
  }
  .pb_md--70 {
    padding-bottom: 70px !important;
  }
  .pl_md--70 {
    padding-left: 70px !important;
  }
  .pr_md--70 {
    padding-right: 70px !important;
  }
  .mt_md--70 {
    margin-top: 70px !important;
  }
  .mb_md--70 {
    margin-bottom: 70px !important;
  }
  .ptb_md--75 {
    padding: 75px 0 !important;
  }
  .plr_md--75 {
    padding: 0 75px !important;
  }
  .pt_md--75 {
    padding-top: 75px !important;
  }
  .pb_md--75 {
    padding-bottom: 75px !important;
  }
  .pl_md--75 {
    padding-left: 75px !important;
  }
  .pr_md--75 {
    padding-right: 75px !important;
  }
  .mt_md--75 {
    margin-top: 75px !important;
  }
  .mb_md--75 {
    margin-bottom: 75px !important;
  }
  .ptb_md--80 {
    padding: 80px 0 !important;
  }
  .plr_md--80 {
    padding: 0 80px !important;
  }
  .pt_md--80 {
    padding-top: 80px !important;
  }
  .pb_md--80 {
    padding-bottom: 80px !important;
  }
  .pl_md--80 {
    padding-left: 80px !important;
  }
  .pr_md--80 {
    padding-right: 80px !important;
  }
  .mt_md--80 {
    margin-top: 80px !important;
  }
  .mb_md--80 {
    margin-bottom: 80px !important;
  }
  .ptb_md--85 {
    padding: 85px 0 !important;
  }
  .plr_md--85 {
    padding: 0 85px !important;
  }
  .pt_md--85 {
    padding-top: 85px !important;
  }
  .pb_md--85 {
    padding-bottom: 85px !important;
  }
  .pl_md--85 {
    padding-left: 85px !important;
  }
  .pr_md--85 {
    padding-right: 85px !important;
  }
  .mt_md--85 {
    margin-top: 85px !important;
  }
  .mb_md--85 {
    margin-bottom: 85px !important;
  }
  .ptb_md--90 {
    padding: 90px 0 !important;
  }
  .plr_md--90 {
    padding: 0 90px !important;
  }
  .pt_md--90 {
    padding-top: 90px !important;
  }
  .pb_md--90 {
    padding-bottom: 90px !important;
  }
  .pl_md--90 {
    padding-left: 90px !important;
  }
  .pr_md--90 {
    padding-right: 90px !important;
  }
  .mt_md--90 {
    margin-top: 90px !important;
  }
  .mb_md--90 {
    margin-bottom: 90px !important;
  }
  .ptb_md--95 {
    padding: 95px 0 !important;
  }
  .plr_md--95 {
    padding: 0 95px !important;
  }
  .pt_md--95 {
    padding-top: 95px !important;
  }
  .pb_md--95 {
    padding-bottom: 95px !important;
  }
  .pl_md--95 {
    padding-left: 95px !important;
  }
  .pr_md--95 {
    padding-right: 95px !important;
  }
  .mt_md--95 {
    margin-top: 95px !important;
  }
  .mb_md--95 {
    margin-bottom: 95px !important;
  }
  .ptb_md--100 {
    padding: 100px 0 !important;
  }
  .plr_md--100 {
    padding: 0 100px !important;
  }
  .pt_md--100 {
    padding-top: 100px !important;
  }
  .pb_md--100 {
    padding-bottom: 100px !important;
  }
  .pl_md--100 {
    padding-left: 100px !important;
  }
  .pr_md--100 {
    padding-right: 100px !important;
  }
  .mt_md--100 {
    margin-top: 100px !important;
  }
  .mb_md--100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }
  .ptb_sm--0 {
    padding: 0 !important;
  }
  .pl_sm--0 {
    padding-left: 0 !important;
  }
  .pr_sm--0 {
    padding-right: 0 !important;
  }
  .pt_sm--0 {
    padding-top: 0 !important;
  }
  .pb_sm--0 {
    padding-bottom: 0 !important;
  }
  .mr_sm--0 {
    margin-right: 0 !important;
  }
  .ml_sm--0 {
    margin-left: 0 !important;
  }
  .mt_sm--0 {
    margin-top: 0 !important;
  }
  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
  .pt_sm--150 {
    padding-top: 150px !important;
  }
  .pb_sm--110 {
    padding-bottom: 110px !important;
  }
  .ptb_sm--5 {
    padding: 5px 0 !important;
  }
  .plr_sm--5 {
    padding: 0 5px !important;
  }
  .pt_sm--5 {
    padding-top: 5px !important;
  }
  .pb_sm--5 {
    padding-bottom: 5px !important;
  }
  .pl_sm--5 {
    padding-left: 5px !important;
  }
  .pr_sm--5 {
    padding-right: 5px !important;
  }
  .mt_sm--5 {
    margin-top: 5px !important;
  }
  .ml_sm--5 {
    margin-left: 5px !important;
  }
  .mr_sm--5 {
    margin-right: 5px !important;
  }
  .mb_sm--5 {
    margin-bottom: 5px !important;
  }
  .ptb_sm--10 {
    padding: 10px 0 !important;
  }
  .plr_sm--10 {
    padding: 0 10px !important;
  }
  .pt_sm--10 {
    padding-top: 10px !important;
  }
  .pb_sm--10 {
    padding-bottom: 10px !important;
  }
  .pl_sm--10 {
    padding-left: 10px !important;
  }
  .pr_sm--10 {
    padding-right: 10px !important;
  }
  .mt_sm--10 {
    margin-top: 10px !important;
  }
  .ml_sm--10 {
    margin-left: 10px !important;
  }
  .mr_sm--10 {
    margin-right: 10px !important;
  }
  .mb_sm--10 {
    margin-bottom: 10px !important;
  }
  .ptb_sm--15 {
    padding: 15px 0 !important;
  }
  .plr_sm--15 {
    padding: 0 15px !important;
  }
  .pt_sm--15 {
    padding-top: 15px !important;
  }
  .pb_sm--15 {
    padding-bottom: 15px !important;
  }
  .pl_sm--15 {
    padding-left: 15px !important;
  }
  .pr_sm--15 {
    padding-right: 15px !important;
  }
  .mt_sm--15 {
    margin-top: 15px !important;
  }
  .ml_sm--15 {
    margin-left: 15px !important;
  }
  .mr_sm--15 {
    margin-right: 15px !important;
  }
  .mb_sm--15 {
    margin-bottom: 15px !important;
  }
  .ptb_sm--20 {
    padding: 20px 0 !important;
  }
  .plr_sm--20 {
    padding: 0 20px !important;
  }
  .pt_sm--20 {
    padding-top: 20px !important;
  }
  .pb_sm--20 {
    padding-bottom: 20px !important;
  }
  .pl_sm--20 {
    padding-left: 20px !important;
  }
  .pr_sm--20 {
    padding-right: 20px !important;
  }
  .mt_sm--20 {
    margin-top: 20px !important;
  }
  .ml_sm--20 {
    margin-left: 20px !important;
  }
  .mr_sm--20 {
    margin-right: 20px !important;
  }
  .mb_sm--20 {
    margin-bottom: 20px !important;
  }
  .ptb_sm--25 {
    padding: 25px 0 !important;
  }
  .plr_sm--25 {
    padding: 0 25px !important;
  }
  .pt_sm--25 {
    padding-top: 25px !important;
  }
  .pb_sm--25 {
    padding-bottom: 25px !important;
  }
  .pl_sm--25 {
    padding-left: 25px !important;
  }
  .pr_sm--25 {
    padding-right: 25px !important;
  }
  .mt_sm--25 {
    margin-top: 25px !important;
  }
  .ml_sm--25 {
    margin-left: 25px !important;
  }
  .mr_sm--25 {
    margin-right: 25px !important;
  }
  .mb_sm--25 {
    margin-bottom: 25px !important;
  }
  .ptb_sm--30 {
    padding: 30px 0 !important;
  }
  .plr_sm--30 {
    padding: 0 30px !important;
  }
  .pt_sm--30 {
    padding-top: 30px !important;
  }
  .pb_sm--30 {
    padding-bottom: 30px !important;
  }
  .pl_sm--30 {
    padding-left: 30px !important;
  }
  .pr_sm--30 {
    padding-right: 30px !important;
  }
  .mt_sm--30 {
    margin-top: 30px !important;
  }
  .ml_sm--30 {
    margin-left: 30px !important;
  }
  .mr_sm--30 {
    margin-right: 30px !important;
  }
  .mb_sm--30 {
    margin-bottom: 30px !important;
  }
  .ptb_sm--35 {
    padding: 35px 0 !important;
  }
  .plr_sm--35 {
    padding: 0 35px !important;
  }
  .pt_sm--35 {
    padding-top: 35px !important;
  }
  .pb_sm--35 {
    padding-bottom: 35px !important;
  }
  .pl_sm--35 {
    padding-left: 35px !important;
  }
  .pr_sm--35 {
    padding-right: 35px !important;
  }
  .mt_sm--35 {
    margin-top: 35px !important;
  }
  .ml_sm--35 {
    margin-left: 35px !important;
  }
  .mr_sm--35 {
    margin-right: 35px !important;
  }
  .mb_sm--35 {
    margin-bottom: 35px !important;
  }
  .ptb_sm--40 {
    padding: 40px 0 !important;
  }
  .plr_sm--40 {
    padding: 0 40px !important;
  }
  .pt_sm--40 {
    padding-top: 40px !important;
  }
  .pb_sm--40 {
    padding-bottom: 40px !important;
  }
  .pl_sm--40 {
    padding-left: 40px !important;
  }
  .pr_sm--40 {
    padding-right: 40px !important;
  }
  .mt_sm--40 {
    margin-top: 40px !important;
  }
  .ml_sm--40 {
    margin-left: 40px !important;
  }
  .mr_sm--40 {
    margin-right: 40px !important;
  }
  .mb_sm--40 {
    margin-bottom: 40px !important;
  }
  .ptb_sm--45 {
    padding: 45px 0 !important;
  }
  .plr_sm--45 {
    padding: 0 45px !important;
  }
  .pt_sm--45 {
    padding-top: 45px !important;
  }
  .pb_sm--45 {
    padding-bottom: 45px !important;
  }
  .pl_sm--45 {
    padding-left: 45px !important;
  }
  .pr_sm--45 {
    padding-right: 45px !important;
  }
  .mt_sm--45 {
    margin-top: 45px !important;
  }
  .ml_sm--45 {
    margin-left: 45px !important;
  }
  .mr_sm--45 {
    margin-right: 45px !important;
  }
  .mb_sm--45 {
    margin-bottom: 45px !important;
  }
  .ptb_sm--50 {
    padding: 50px 0 !important;
  }
  .plr_sm--50 {
    padding: 0 50px !important;
  }
  .pt_sm--50 {
    padding-top: 50px !important;
  }
  .pb_sm--50 {
    padding-bottom: 50px !important;
  }
  .pl_sm--50 {
    padding-left: 50px !important;
  }
  .pr_sm--50 {
    padding-right: 50px !important;
  }
  .mt_sm--50 {
    margin-top: 50px !important;
  }
  .ml_sm--50 {
    margin-left: 50px !important;
  }
  .mr_sm--50 {
    margin-right: 50px !important;
  }
  .mb_sm--50 {
    margin-bottom: 50px !important;
  }
  .ptb_sm--55 {
    padding: 55px 0 !important;
  }
  .plr_sm--55 {
    padding: 0 55px !important;
  }
  .pt_sm--55 {
    padding-top: 55px !important;
  }
  .pb_sm--55 {
    padding-bottom: 55px !important;
  }
  .pl_sm--55 {
    padding-left: 55px !important;
  }
  .pr_sm--55 {
    padding-right: 55px !important;
  }
  .mt_sm--55 {
    margin-top: 55px !important;
  }
  .ml_sm--55 {
    margin-left: 55px !important;
  }
  .mr_sm--55 {
    margin-right: 55px !important;
  }
  .mb_sm--55 {
    margin-bottom: 55px !important;
  }
  .ptb_sm--60 {
    padding: 60px 0 !important;
  }
  .plr_sm--60 {
    padding: 0 60px !important;
  }
  .pt_sm--60 {
    padding-top: 60px !important;
  }
  .pb_sm--60 {
    padding-bottom: 60px !important;
  }
  .pl_sm--60 {
    padding-left: 60px !important;
  }
  .pr_sm--60 {
    padding-right: 60px !important;
  }
  .mt_sm--60 {
    margin-top: 60px !important;
  }
  .ml_sm--60 {
    margin-left: 60px !important;
  }
  .mr_sm--60 {
    margin-right: 60px !important;
  }
  .mb_sm--60 {
    margin-bottom: 60px !important;
  }
  .ptb_sm--65 {
    padding: 65px 0 !important;
  }
  .plr_sm--65 {
    padding: 0 65px !important;
  }
  .pt_sm--65 {
    padding-top: 65px !important;
  }
  .pb_sm--65 {
    padding-bottom: 65px !important;
  }
  .pl_sm--65 {
    padding-left: 65px !important;
  }
  .pr_sm--65 {
    padding-right: 65px !important;
  }
  .mt_sm--65 {
    margin-top: 65px !important;
  }
  .ml_sm--65 {
    margin-left: 65px !important;
  }
  .mr_sm--65 {
    margin-right: 65px !important;
  }
  .mb_sm--65 {
    margin-bottom: 65px !important;
  }
  .ptb_sm--70 {
    padding: 70px 0 !important;
  }
  .plr_sm--70 {
    padding: 0 70px !important;
  }
  .pt_sm--70 {
    padding-top: 70px !important;
  }
  .pb_sm--70 {
    padding-bottom: 70px !important;
  }
  .pl_sm--70 {
    padding-left: 70px !important;
  }
  .pr_sm--70 {
    padding-right: 70px !important;
  }
  .mt_sm--70 {
    margin-top: 70px !important;
  }
  .ml_sm--70 {
    margin-left: 70px !important;
  }
  .mr_sm--70 {
    margin-right: 70px !important;
  }
  .mb_sm--70 {
    margin-bottom: 70px !important;
  }
  .ptb_sm--75 {
    padding: 75px 0 !important;
  }
  .plr_sm--75 {
    padding: 0 75px !important;
  }
  .pt_sm--75 {
    padding-top: 75px !important;
  }
  .pb_sm--75 {
    padding-bottom: 75px !important;
  }
  .pl_sm--75 {
    padding-left: 75px !important;
  }
  .pr_sm--75 {
    padding-right: 75px !important;
  }
  .mt_sm--75 {
    margin-top: 75px !important;
  }
  .ml_sm--75 {
    margin-left: 75px !important;
  }
  .mr_sm--75 {
    margin-right: 75px !important;
  }
  .mb_sm--75 {
    margin-bottom: 75px !important;
  }
  .ptb_sm--80 {
    padding: 80px 0 !important;
  }
  .plr_sm--80 {
    padding: 0 80px !important;
  }
  .pt_sm--80 {
    padding-top: 80px !important;
  }
  .pb_sm--80 {
    padding-bottom: 80px !important;
  }
  .pl_sm--80 {
    padding-left: 80px !important;
  }
  .pr_sm--80 {
    padding-right: 80px !important;
  }
  .mt_sm--80 {
    margin-top: 80px !important;
  }
  .ml_sm--80 {
    margin-left: 80px !important;
  }
  .mr_sm--80 {
    margin-right: 80px !important;
  }
  .mb_sm--80 {
    margin-bottom: 80px !important;
  }
  .ptb_sm--85 {
    padding: 85px 0 !important;
  }
  .plr_sm--85 {
    padding: 0 85px !important;
  }
  .pt_sm--85 {
    padding-top: 85px !important;
  }
  .pb_sm--85 {
    padding-bottom: 85px !important;
  }
  .pl_sm--85 {
    padding-left: 85px !important;
  }
  .pr_sm--85 {
    padding-right: 85px !important;
  }
  .mt_sm--85 {
    margin-top: 85px !important;
  }
  .ml_sm--85 {
    margin-left: 85px !important;
  }
  .mr_sm--85 {
    margin-right: 85px !important;
  }
  .mb_sm--85 {
    margin-bottom: 85px !important;
  }
  .ptb_sm--90 {
    padding: 90px 0 !important;
  }
  .plr_sm--90 {
    padding: 0 90px !important;
  }
  .pt_sm--90 {
    padding-top: 90px !important;
  }
  .pb_sm--90 {
    padding-bottom: 90px !important;
  }
  .pl_sm--90 {
    padding-left: 90px !important;
  }
  .pr_sm--90 {
    padding-right: 90px !important;
  }
  .mt_sm--90 {
    margin-top: 90px !important;
  }
  .ml_sm--90 {
    margin-left: 90px !important;
  }
  .mr_sm--90 {
    margin-right: 90px !important;
  }
  .mb_sm--90 {
    margin-bottom: 90px !important;
  }
  .ptb_sm--95 {
    padding: 95px 0 !important;
  }
  .plr_sm--95 {
    padding: 0 95px !important;
  }
  .pt_sm--95 {
    padding-top: 95px !important;
  }
  .pb_sm--95 {
    padding-bottom: 95px !important;
  }
  .pl_sm--95 {
    padding-left: 95px !important;
  }
  .pr_sm--95 {
    padding-right: 95px !important;
  }
  .mt_sm--95 {
    margin-top: 95px !important;
  }
  .ml_sm--95 {
    margin-left: 95px !important;
  }
  .mr_sm--95 {
    margin-right: 95px !important;
  }
  .mb_sm--95 {
    margin-bottom: 95px !important;
  }
  .ptb_sm--100 {
    padding: 100px 0 !important;
  }
  .plr_sm--100 {
    padding: 0 100px !important;
  }
  .pt_sm--100 {
    padding-top: 100px !important;
  }
  .pb_sm--100 {
    padding-bottom: 100px !important;
  }
  .pl_sm--100 {
    padding-left: 100px !important;
  }
  .pr_sm--100 {
    padding-right: 100px !important;
  }
  .mt_sm--100 {
    margin-top: 100px !important;
  }
  .ml_sm--100 {
    margin-left: 100px !important;
  }
  .mr_sm--100 {
    margin-right: 100px !important;
  }
  .mb_sm--100 {
    margin-bottom: 100px !important;
  }
  .pl_sm--0 {
    padding-left: 0 !important;
  }
  .pr_sm--0 {
    padding-right: 0 !important;
  }
  .pt_sm--0 {
    padding-top: 0 !important;
  }
  .pb_sm--0 {
    padding-bottom: 0 !important;
  }
  .mr_sm--0 {
    margin-right: 0 !important;
  }
  .ml_sm--0 {
    margin-left: 0 !important;
  }
  .mt_sm--0 {
    margin-top: 0 !important;
  }
  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }
  .plr_mobile--5 {
    padding: 0 5px !important;
  }
  .pt_mobile--5 {
    padding-top: 5px !important;
  }
  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }
  .pl_mobile--5 {
    padding-left: 5px !important;
  }
  .pr_mobile--5 {
    padding-right: 5px !important;
  }
  .mt_mobile--5 {
    margin-top: 5px !important;
  }
  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }
  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }
  .plr_mobile--10 {
    padding: 0 10px !important;
  }
  .pt_mobile--10 {
    padding-top: 10px !important;
  }
  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }
  .pl_mobile--10 {
    padding-left: 10px !important;
  }
  .pr_mobile--10 {
    padding-right: 10px !important;
  }
  .mt_mobile--10 {
    margin-top: 10px !important;
  }
  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }
  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }
  .plr_mobile--15 {
    padding: 0 15px !important;
  }
  .pt_mobile--15 {
    padding-top: 15px !important;
  }
  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }
  .pl_mobile--15 {
    padding-left: 15px !important;
  }
  .pr_mobile--15 {
    padding-right: 15px !important;
  }
  .mt_mobile--15 {
    margin-top: 15px !important;
  }
  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }
  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }
  .plr_mobile--20 {
    padding: 0 20px !important;
  }
  .pt_mobile--20 {
    padding-top: 20px !important;
  }
  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }
  .pl_mobile--20 {
    padding-left: 20px !important;
  }
  .pr_mobile--20 {
    padding-right: 20px !important;
  }
  .mt_mobile--20 {
    margin-top: 20px !important;
  }
  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }
  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }
  .plr_mobile--25 {
    padding: 0 25px !important;
  }
  .pt_mobile--25 {
    padding-top: 25px !important;
  }
  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }
  .pl_mobile--25 {
    padding-left: 25px !important;
  }
  .pr_mobile--25 {
    padding-right: 25px !important;
  }
  .mt_mobile--25 {
    margin-top: 25px !important;
  }
  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }
  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }
  .plr_mobile--30 {
    padding: 0 30px !important;
  }
  .pt_mobile--30 {
    padding-top: 30px !important;
  }
  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }
  .pl_mobile--30 {
    padding-left: 30px !important;
  }
  .pr_mobile--30 {
    padding-right: 30px !important;
  }
  .mt_mobile--30 {
    margin-top: 30px !important;
  }
  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }
  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }
  .plr_mobile--35 {
    padding: 0 35px !important;
  }
  .pt_mobile--35 {
    padding-top: 35px !important;
  }
  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }
  .pl_mobile--35 {
    padding-left: 35px !important;
  }
  .pr_mobile--35 {
    padding-right: 35px !important;
  }
  .mt_mobile--35 {
    margin-top: 35px !important;
  }
  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }
  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }
  .plr_mobile--40 {
    padding: 0 40px !important;
  }
  .pt_mobile--40 {
    padding-top: 40px !important;
  }
  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }
  .pl_mobile--40 {
    padding-left: 40px !important;
  }
  .pr_mobile--40 {
    padding-right: 40px !important;
  }
  .mt_mobile--40 {
    margin-top: 40px !important;
  }
  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }
  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }
  .plr_mobile--45 {
    padding: 0 45px !important;
  }
  .pt_mobile--45 {
    padding-top: 45px !important;
  }
  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }
  .pl_mobile--45 {
    padding-left: 45px !important;
  }
  .pr_mobile--45 {
    padding-right: 45px !important;
  }
  .mt_mobile--45 {
    margin-top: 45px !important;
  }
  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }
  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }
  .plr_mobile--50 {
    padding: 0 50px !important;
  }
  .pt_mobile--50 {
    padding-top: 50px !important;
  }
  .pb_mobile--50 {
    padding-bottom: 50px !important;
  }
  .pl_mobile--50 {
    padding-left: 50px !important;
  }
  .pr_mobile--50 {
    padding-right: 50px !important;
  }
  .mt_mobile--50 {
    margin-top: 50px !important;
  }
  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }
  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }
  .plr_mobile--55 {
    padding: 0 55px !important;
  }
  .pt_mobile--55 {
    padding-top: 55px !important;
  }
  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }
  .pl_mobile--55 {
    padding-left: 55px !important;
  }
  .pr_mobile--55 {
    padding-right: 55px !important;
  }
  .mt_mobile--55 {
    margin-top: 55px !important;
  }
  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }
  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }
  .plr_mobile--60 {
    padding: 0 60px !important;
  }
  .pt_mobile--60 {
    padding-top: 60px !important;
  }
  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }
  .pl_mobile--60 {
    padding-left: 60px !important;
  }
  .pr_mobile--60 {
    padding-right: 60px !important;
  }
  .mt_mobile--60 {
    margin-top: 60px !important;
  }
  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }
  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }
  .plr_mobile--65 {
    padding: 0 65px !important;
  }
  .pt_mobile--65 {
    padding-top: 65px !important;
  }
  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }
  .pl_mobile--65 {
    padding-left: 65px !important;
  }
  .pr_mobile--65 {
    padding-right: 65px !important;
  }
  .mt_mobile--65 {
    margin-top: 65px !important;
  }
  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }
  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }
  .plr_mobile--70 {
    padding: 0 70px !important;
  }
  .pt_mobile--70 {
    padding-top: 70px !important;
  }
  .pb_mobile--70 {
    padding-bottom: 70px !important;
  }
  .pl_mobile--70 {
    padding-left: 70px !important;
  }
  .pr_mobile--70 {
    padding-right: 70px !important;
  }
  .mt_mobile--70 {
    margin-top: 70px !important;
  }
  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }
  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }
  .plr_mobile--75 {
    padding: 0 75px !important;
  }
  .pt_mobile--75 {
    padding-top: 75px !important;
  }
  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }
  .pl_mobile--75 {
    padding-left: 75px !important;
  }
  .pr_mobile--75 {
    padding-right: 75px !important;
  }
  .mt_mobile--75 {
    margin-top: 75px !important;
  }
  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }
  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }
  .plr_mobile--80 {
    padding: 0 80px !important;
  }
  .pt_mobile--80 {
    padding-top: 80px !important;
  }
  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }
  .pl_mobile--80 {
    padding-left: 80px !important;
  }
  .pr_mobile--80 {
    padding-right: 80px !important;
  }
  .mt_mobile--80 {
    margin-top: 80px !important;
  }
  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }
  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }
  .plr_mobile--85 {
    padding: 0 85px !important;
  }
  .pt_mobile--85 {
    padding-top: 85px !important;
  }
  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }
  .pl_mobile--85 {
    padding-left: 85px !important;
  }
  .pr_mobile--85 {
    padding-right: 85px !important;
  }
  .mt_mobile--85 {
    margin-top: 85px !important;
  }
  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }
  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }
  .plr_mobile--90 {
    padding: 0 90px !important;
  }
  .pt_mobile--90 {
    padding-top: 90px !important;
  }
  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }
  .pl_mobile--90 {
    padding-left: 90px !important;
  }
  .pr_mobile--90 {
    padding-right: 90px !important;
  }
  .mt_mobile--90 {
    margin-top: 90px !important;
  }
  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }
  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }
  .plr_mobile--95 {
    padding: 0 95px !important;
  }
  .pt_mobile--95 {
    padding-top: 95px !important;
  }
  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }
  .pl_mobile--95 {
    padding-left: 95px !important;
  }
  .pr_mobile--95 {
    padding-right: 95px !important;
  }
  .mt_mobile--95 {
    margin-top: 95px !important;
  }
  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }
  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }
  .plr_mobile--100 {
    padding: 0 100px !important;
  }
  .pt_mobile--100 {
    padding-top: 100px !important;
  }
  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }
  .pl_mobile--100 {
    padding-left: 100px !important;
  }
  .pr_mobile--100 {
    padding-right: 100px !important;
  }
  .mt_mobile--100 {
    margin-top: 100px !important;
  }
  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}

.slick-gutter-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.slick-gutter-5 .slick-slide {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.slick-gutter-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.slick-gutter-10 .slick-slide {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.slick-gutter-15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.slick-gutter-15 .slick-slide {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.slick-gutter-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.slick-gutter-20 .slick-slide {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.slick-gutter-25 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
.slick-gutter-25 .slick-slide {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.slick-gutter-30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.slick-gutter-30 .slick-slide {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.slick-gutter-35 {
  margin-left: -35px !important;
  margin-right: -35px !important;
}
.slick-gutter-35 .slick-slide {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.slick-gutter-40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.slick-gutter-40 .slick-slide {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.slick-gutter-45 {
  margin-left: -45px !important;
  margin-right: -45px !important;
}
.slick-gutter-45 .slick-slide {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.slick-gutter-50 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}
.slick-gutter-50 .slick-slide {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.slick-gutter-55 {
  margin-left: -55px !important;
  margin-right: -55px !important;
}
.slick-gutter-55 .slick-slide {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.slick-gutter-60 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}
.slick-gutter-60 .slick-slide {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.slick-gutter-65 {
  margin-left: -65px !important;
  margin-right: -65px !important;
}
.slick-gutter-65 .slick-slide {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.slick-gutter-70 {
  margin-left: -70px !important;
  margin-right: -70px !important;
}
.slick-gutter-70 .slick-slide {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.slick-gutter-75 {
  margin-left: -75px !important;
  margin-right: -75px !important;
}
.slick-gutter-75 .slick-slide {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.slick-gutter-80 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}
.slick-gutter-80 .slick-slide {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.slick-gutter-85 {
  margin-left: -85px !important;
  margin-right: -85px !important;
}
.slick-gutter-85 .slick-slide {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.slick-gutter-90 {
  margin-left: -90px !important;
  margin-right: -90px !important;
}
.slick-gutter-90 .slick-slide {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.slick-gutter-95 {
  margin-left: -95px !important;
  margin-right: -95px !important;
}
.slick-gutter-95 .slick-slide {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.slick-gutter-100 {
  margin-left: -100px !important;
  margin-right: -100px !important;
}
.slick-gutter-100 .slick-slide {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/*======================== 
    Common Style Css
==========================*/
/* Heading Font  */
.h1 {
  font-size: var(--h1) !important;
}

.h2 {
  font-size: var(--h2) !important;
}

.h3 {
  font-size: var(--h3) !important;
}

.h4 {
  font-size: var(--h4) !important;
}

.h5 {
  font-size: var(--h5) !important;
}

.h6 {
  font-size: var(--h6) !important;
}

/* Text Color  */
.bg-primary-color {
  background: var(--color-primary) !important;
}

.bg-secondary-color {
  background: var(--color-secondary) !important;
}

.bg-color-tertiary {
  background-color: var(--color-tertiary) !important;
}

.bg-color-white {
  background-color: var(--color-white) !important;
}

.color-white {
  color: var(--color-white);
}

/* Radius */
/* Font Weight */
/* Shadows */
/* Others  */
.liststyle {
  padding: 0;
  margin: 0;
  list-style: none;
}

.transition-transform {
  transition: var(--transition-transform);
}

.list-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-icon li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .list-icon li {
    font-size: 16px;
  }
}
.list-icon li .icon {
  width: 30px;
  background-color: var(--color-blackest);
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin-right: 9px;
  min-width: 30px;
  min-height: 30px;
}
.list-icon li .icon.background-transparent {
  background-color: transparent;
}
.list-icon li .icon i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rn-sub-badge {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 7px 14px;
  background-color: var(--color-blackest);
  box-shadow: var(--shadow-lighter);
}

.radius-small {
  border-radius: var(--radius-small);
}

.line-before {
  position: relative;
  padding-left: 18px;
}
.line-before::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 81%;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}

.bg-image--7 {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 15px left 10%;
}

.bg-image--12 {
  background-size: auto;
}

.border-bottom-1 {
  border-bottom: 1px solid #eeeeee;
}

/* Breadcrumb  */
.edu-breadcrumb-area {
  background: url(/assets/images/academics/bg/breadcrumb-bg.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.edu-breadcrumb-area .shape-image {
  position: absolute;
  z-index: -1;
}
.edu-breadcrumb-area .shape-image.shape-image-1 {
  top: -30px;
  left: -180px;
}
.edu-breadcrumb-area .shape-image.shape-image-2 {
  top: -10px;
  left: 60%;
}
.edu-breadcrumb-area .shape-image.shape-image-3 {
  top: -24px;
  right: -90px;
}
.edu-breadcrumb-area .shape-image.shape-image-4 {
  bottom: -39px;
  right: -220px;
}
.edu-breadcrumb-area .shape-image.shape-image-5 {
  bottom: -28px;
  left: 35%;
}
.edu-breadcrumb-area .shape-image.shape-image-6 {
  bottom: -30px;
  left: -108px;
}

/* Animation  */
.eduvibe-animated-shape {
  position: relative;
  z-index: 9;
}

@-webkit-keyframes eduvibe-vsm-y-move {
  0% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
}

@keyframes eduvibe-vsm-y-move {
  0% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
}

@-webkit-keyframes eduvibe-vsm-y-reverse-move {
  0% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
  100% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}

@keyframes eduvibe-vsm-y-reverse-move {
  0% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
  100% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}

@-webkit-keyframes eduvibe-sm-x-move {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@keyframes eduvibe-sm-x-move {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@-webkit-keyframes eduvibe-sm-x-reverse-move {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes eduvibe-sm-x-reverse-move {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes eduvibe-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes eduvibe-rotate-x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes eduvibe-rotate-x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes eduvibe-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes eduvibe-zoom1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes eduvibe-zoom2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes eduvibe-zoom1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@keyframes eduvibe-zoom1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

/* ========= Forms Styles ========= */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

input,
select,
textarea {
  width: 100%;
  transition: 0.3s;
}

input {
  height: 40px;
  padding: 0 15px;
}

select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid var(--color-border);
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
}

.edu-select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
  max-width: 256px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-body);
  /* -- Placeholder -- */
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
  opacity: 1;
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
  opacity: 1;
}
input[type="text"].p-holder__active,
input.input-active[type="text"],
.input-active input[type="text"],
input[type="password"].p-holder__active,
input.input-active[type="password"],
.input-active input[type="password"],
input[type="email"].p-holder__active,
input.input-active[type="email"],
.input-active input[type="email"],
input[type="number"].p-holder__active,
input.input-active[type="number"],
.input-active input[type="number"],
input[type="tel"].p-holder__active,
input.input-active[type="tel"],
.input-active input[type="tel"],
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}
input[type="text"].p-holder__active::placeholder,
input.input-active[type="text"]::placeholder,
.input-active input[type="text"]::placeholder,
input[type="password"].p-holder__active::placeholder,
input.input-active[type="password"]::placeholder,
.input-active input[type="password"]::placeholder,
input[type="email"].p-holder__active::placeholder,
input.input-active[type="email"]::placeholder,
.input-active input[type="email"]::placeholder,
input[type="number"].p-holder__active::placeholder,
input.input-active[type="number"]::placeholder,
.input-active input[type="number"]::placeholder,
input[type="tel"].p-holder__active::placeholder,
input.input-active[type="tel"]::placeholder,
.input-active input[type="tel"]::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}
input[type="text"].p-holder__active:-ms-input-placeholder,
input.input-active[type="text"]:-ms-input-placeholder,
.input-active input[type="text"]:-ms-input-placeholder,
input[type="password"].p-holder__active:-ms-input-placeholder,
input.input-active[type="password"]:-ms-input-placeholder,
.input-active input[type="password"]:-ms-input-placeholder,
input[type="email"].p-holder__active:-ms-input-placeholder,
input.input-active[type="email"]:-ms-input-placeholder,
.input-active input[type="email"]:-ms-input-placeholder,
input[type="number"].p-holder__active:-ms-input-placeholder,
input.input-active[type="number"]:-ms-input-placeholder,
.input-active input[type="number"]:-ms-input-placeholder,
input[type="tel"].p-holder__active:-ms-input-placeholder,
input.input-active[type="tel"]:-ms-input-placeholder,
.input-active input[type="tel"]:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}
input[type="text"].p-holder__active::-ms-input-placeholder,
input.input-active[type="text"]::-ms-input-placeholder,
.input-active input[type="text"]::-ms-input-placeholder,
input[type="password"].p-holder__active::-ms-input-placeholder,
input.input-active[type="password"]::-ms-input-placeholder,
.input-active input[type="password"]::-ms-input-placeholder,
input[type="email"].p-holder__active::-ms-input-placeholder,
input.input-active[type="email"]::-ms-input-placeholder,
.input-active input[type="email"]::-ms-input-placeholder,
input[type="number"].p-holder__active::-ms-input-placeholder,
input.input-active[type="number"]::-ms-input-placeholder,
.input-active input[type="number"]::-ms-input-placeholder,
input[type="tel"].p-holder__active::-ms-input-placeholder,
input.input-active[type="tel"]::-ms-input-placeholder,
.input-active input[type="tel"]::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}
input[type="text"].p-holder__error,
input.input-error[type="text"],
.input-error input[type="text"],
input[type="password"].p-holder__error,
input.input-error[type="password"],
.input-error input[type="password"],
input[type="email"].p-holder__error,
input.input-error[type="email"],
.input-error input[type="email"],
input[type="number"].p-holder__error,
input.input-error[type="number"],
.input-error input[type="number"],
input[type="tel"].p-holder__error,
input.input-error[type="tel"],
.input-error input[type="tel"],
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type="text"].p-holder__error::placeholder,
input.input-error[type="text"]::placeholder,
.input-error input[type="text"]::placeholder,
input[type="password"].p-holder__error::placeholder,
input.input-error[type="password"]::placeholder,
.input-error input[type="password"]::placeholder,
input[type="email"].p-holder__error::placeholder,
input.input-error[type="email"]::placeholder,
.input-error input[type="email"]::placeholder,
input[type="number"].p-holder__error::placeholder,
input.input-error[type="number"]::placeholder,
.input-error input[type="number"]::placeholder,
input[type="tel"].p-holder__error::placeholder,
input.input-error[type="tel"]::placeholder,
.input-error input[type="tel"]::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type="text"].p-holder__error:-ms-input-placeholder,
input.input-error[type="text"]:-ms-input-placeholder,
.input-error input[type="text"]:-ms-input-placeholder,
input[type="password"].p-holder__error:-ms-input-placeholder,
input.input-error[type="password"]:-ms-input-placeholder,
.input-error input[type="password"]:-ms-input-placeholder,
input[type="email"].p-holder__error:-ms-input-placeholder,
input.input-error[type="email"]:-ms-input-placeholder,
.input-error input[type="email"]:-ms-input-placeholder,
input[type="number"].p-holder__error:-ms-input-placeholder,
input.input-error[type="number"]:-ms-input-placeholder,
.input-error input[type="number"]:-ms-input-placeholder,
input[type="tel"].p-holder__error:-ms-input-placeholder,
input.input-error[type="tel"]:-ms-input-placeholder,
.input-error input[type="tel"]:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type="text"].p-holder__error::-ms-input-placeholder,
input.input-error[type="text"]::-ms-input-placeholder,
.input-error input[type="text"]::-ms-input-placeholder,
input[type="password"].p-holder__error::-ms-input-placeholder,
input.input-error[type="password"]::-ms-input-placeholder,
.input-error input[type="password"]::-ms-input-placeholder,
input[type="email"].p-holder__error::-ms-input-placeholder,
input.input-error[type="email"]::-ms-input-placeholder,
.input-error input[type="email"]::-ms-input-placeholder,
input[type="number"].p-holder__error::-ms-input-placeholder,
input.input-error[type="number"]::-ms-input-placeholder,
.input-error input[type="number"]::-ms-input-placeholder,
input[type="tel"].p-holder__error::-ms-input-placeholder,
input.input-error[type="tel"]::-ms-input-placeholder,
.input-error input[type="tel"]::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
input[type="text"].p-holder__error:focus,
input.input-error[type="text"]:focus,
.input-error input[type="text"]:focus,
input[type="password"].p-holder__error:focus,
input.input-error[type="password"]:focus,
.input-error input[type="password"]:focus,
input[type="email"].p-holder__error:focus,
input.input-error[type="email"]:focus,
.input-error input[type="email"]:focus,
input[type="number"].p-holder__error:focus,
input.input-error[type="number"]:focus,
.input-error input[type="number"]:focus,
input[type="tel"].p-holder__error:focus,
input.input-error[type="tel"]:focus,
.input-error input[type="tel"]:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute;
}
input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  font-weight: 500;
  padding-left: 34px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type="checkbox"] ~ label::before,
input[type="radio"] ~ label::before {
  content: " ";
  position: absolute;
  top: 1px;
  left: -3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  transition: all 0.3s;
}
input[type="checkbox"] ~ label::after,
input[type="radio"] ~ label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 12px;
  height: 8px;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type="checkbox"]:checked ~ label::before,
input[type="radio"]:checked ~ label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
input[type="checkbox"]:checked ~ label::after,
input[type="radio"]:checked ~ label::after {
  opacity: 1;
}

input[type="radio"] ~ label::before {
  border-radius: 50%;
}

input[type="radio"] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  top: 7px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
}
.form-group input:focus {
  border-color: var(--color-primary);
}
.form-group textarea {
  min-height: 193px;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  resize: none;
  padding: 15px;
  font-size: 16px;
}
.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type="submit"] {
  width: auto;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 6px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  border: var(--border-width) solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  height: 60px;
  margin-top: 30px;
}
input[type="submit"]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body) !important;
}

.login-page-wrapper .login-form-box {
  border: 1px solid #eeeeee;
  padding: 40px;
  border-radius: 10px;
  position: relative;
}
.login-page-wrapper .login-form-box input[type="checkbox"] {
  width: auto;
}
.login-page-wrapper .login-form-box .lost-password {
  color: var(--color-primary);
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
/* [data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing="linear"] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing="ease"] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing="ease-in"] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing="ease-out"] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-circ"] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing="ease-out-circ"] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing="ease-in-out-circ"] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing="ease-in-expo"] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing="ease-out-expo"] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing="ease-in-out-expo"] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing="ease-in-quint"] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing="ease-out-quint"] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing="ease-in-out-quint"] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
} */

/**
  * Animations
  */
/* [data-sal|="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
  opacity: 1;
}

[data-sal|="slide"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal="slide-up"] {
  transform: translateY(20%);
}

[data-sal="slide-down"] {
  transform: translateY(-20%);
}

[data-sal="slide-left"] {
  transform: translateX(20%);
}

[data-sal="slide-right"] {
  transform: translateX(-20%);
}

[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
  opacity: 1;
  transform: none;
}

[data-sal|="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal="zoom-in"] {
  transform: scale(0.5);
}

[data-sal="zoom-out"] {
  transform: scale(1.1);
}

[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
  opacity: 1;
  transform: none;
}

[data-sal|="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal="flip-left"] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal="flip-right"] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal="flip-up"] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal="flip-down"] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|="flip"].sal-animate,
body.sal-disabled [data-sal|="flip"] {
  transform: none;
} */

/**************************************
    Header Styles
***************************************/
/*--------------------------
    Header Styles  
--------------------------*/
.edu-header .logo a {
  display: block;
  height: 118px;
  line-height: 118px;
  transition: min-height 1s ease !important;
}
.edu-header .logo a img {
  
  max-height: 100%;
  width: auto !important;
}
/* Poster Gallery */
section.posterGallery {
  margin: 20px 0;
}
.posterGallery .search-bar {
  display: flex;
  margin: 50px 0;
  height: 52px;
}
.posterGallery .search-bar input.poster_gallery_search {
  border-radius: 0;
} 
.posterGallery .search-bar .search-btn {
  border: none;
  background: var(--color-parimary);
  padding: 0 18px;
  color: #fff;
}
.posterGallery .iframeHeight {
  height: 230px;
}
.posterGallery .iframeHeight iframe, .posterGalleryDetail .pg-video iframe {
  height:100%
}
.posterGallery  input[type="radio"] ~ label::before, .posterGalleryDetail input[type="radio"] ~ label::before {
  opacity: 0
}
.posterGallery [type="radio"] ~ label, .posterGalleryDetail [type="radio"] ~ label {
  font-size: 32px;
  padding-left: 0;
}
.posterGallery .gallery-item-footer {
  padding: 20px 12px;
}
.posterGallery .gallery-item-outer {
  border: 1px solid #eee;
  box-shadow: 0px 12px 30px rgba(82, 95, 225, 0.1);
}
.posterGallery .pg-description h6, .posterGalleryDetail .pg-description h6 p {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500
}
.posterGallery .pg-description h6{
  margin-top: 10px;
}
.posterGalleryDetail .pg-description h6 p {
  margin: 0px;
}
.posterGallery .rating span, .posterGalleryDetail .rating span {
  position: relative;
}
.posterGalleryDetail .rating {
  pointer-events: none;
}
.posterGalleryDetail .pg-video {
  height: 100%;
}
body .posterGalleryDetail {
  margin: 100px 0;
}
.posterGallery .gallery-item-footer {
  display: flex;
}
.posterGallery .gallery-item-outer {
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .edu-header .logo a {
    height: 80px;
    line-height: 80px;
  }
}


.edu-header.header-relative {
  position: relative;
}

.edu-header.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: transparent;
  backdrop-filter: inherit;
  z-index: 9;
}

.edu-header.header-sticky {
  transition: 0s ease-in;
  max-width: 100%;
  z-index: 99;
}
.edu-header.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-white) !important;
  width: 100%;
  height: auto;
  /* animation: headerSticky 0.95s ease forwards; */
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}
.edu-header.header-sticky.sticky .logo a, .edu-header.header-sticky.sticky .logo a,
.edu-header.disable-transparent .logo a {
  height: 90px;
}

/*------------------------
    Header Style One  
--------------------------*/
.header-default {
  max-width: 100%;
  background-color: var(--color-white);
  color: #fff;
  font-size: 12px;
  z-index: 99;
  position: relative;
}
.header-default .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*------------------------
    Header Style Two  
--------------------------*/
.header-style-2 {
  padding: 0 60px;
}
@media(min-width: 1570px) {
  body .container.customWidth {
    max-width: 1570px;
  }
  .academicsHeader.header-style-2 {
    padding: 0;
  }
}
@media(max-width: 1100px) {
  body .academicsHeader .container.customWidth {
    padding: 30px 0;
  }
  .main-page .popup-mobile-menu .quote-icon.quote-user {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1569px) {
  body .academicsHeader.header-style-2 {
    padding: 10px 0;
  }
  body .container.customWidth {
    max-width: 1360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-2 {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-2 {
    padding: 0 30px;
  }

  body .cp-right.pr--0 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  body .header-style-2 {
    padding: 0 5px !important;
  }
  body a.edu-btn.btn-medium.header-button {
    line-height: 40px;
  }
  body .cp-right.textarea-element {
    padding-right: 8px !important;
  }
  body .cp-right {
    padding-right: 15px !important;
  }
}
.header-style-2 .header-menu-bar {
  display: flex;
  align-items: center;
}

.white-box-icon {
  border: 1px solid #f6f6f6 !important;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  outline: none;
  color: var(--color-white);
  border: 0 none;
  padding: 0;
  background: var(--color-white);
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .white-box-icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/*--------------------------
    Navigation Styles 
----------------------------*/
.mainmenu-nav .mainmenu {
  display: flex;
  margin: 0;
  padding: 20px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.mainmenu-nav .mainmenu > li > a {
  color: var(--color-heading);
  font-size: 16px;
  font-weight: 600;
  padding: 0 23px;
  display: block;
  height: 40px;
  line-height: 40px;
  transition: 0.3s;
}
body .listCourses.edu-section-gap {
  padding-top: 100px !important;
}
.mainmenu-nav .mainmenu > li > a i {
  font-size: 12px;
  margin-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-nav .mainmenu > li > a {
    padding: 0 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-nav .mainmenu > li > a {
    padding: 0 12px;
  }
}
.mainmenu-nav .mainmenu > li > a:hover,
.mainmenu-nav .mainmenu > li > a.active {
  color: var(--color-primary) !important;
}
.mainmenu-nav .mainmenu li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.mainmenu-nav .mainmenu li.has-droupdown > a {
  position: relative;
}
.mainmenu-nav .mainmenu li.has-droupdown > a::after {
  position: absolute;
  /* content: "\f078";
  font-family: var(--font-awesome); */
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-nav .mainmenu li.has-droupdown > a::after {
    right: 0px;
  }
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu {
  min-width: 210px;
  height: auto;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden; 
  text-align: left;
  padding: 4px 0 0;
  transition: 0.3s;
  background-color: var(--color-white);
  box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid var(--color-primary);
  max-height: 300px;
  overflow-y: auto;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 5px 0
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li:last-child {
  border-bottom: unset;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
  font-size: 16px;
  font-weight: 600;
  padding: 3px 20px;
  display: block;
  color: var(--color-heading);
  margin: 0;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover {
  color: var(--color-primary) !important;
  background: var(--color-darker);
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
  color: var(--color-primary) !important;
  background: var(--color-darker);
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown > a::after {
  content: "\e92c";
  font-family: "icomoon";
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown .submenu {
  left: 100%;
  top: 90%;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.mainmenu-nav
  .mainmenu
  li.has-droupdown
  .submenu
  li.has-droupdown:hover
  .submenu {
  left: 100%;
  top: 0;
  z-index: 90;
  opacity: 1;
  visibility: visible;
}
.mainmenu-nav .mainmenu li.has-droupdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/*------------------------
    Header Quote  
-------------------------*/
.header-quote {
  display: flex;
  justify-content: flex-end;
  margin: 0 -17px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-quote {
    margin: 0 -10px;
  }
}
.header-quote .quote-icon {
  margin: 0 17px;
}
@media only screen and (max-width: 767px) {
  .header-quote .quote-icon {
    margin: 0 10px;
  }
}
.header-quote .quote-icon a,
.header-quote .quote-icon button {
  padding: 0;
  border: 0 none;
  width: auto;
  background: transparent;
  display: flex;
  align-items: center;
}
.header-quote .quote-icon a i,
.header-quote .quote-icon button i {
  color: var(--color-heading);
  font-size: 16px;
  transition: 0.3s;
}
.header-quote .quote-icon a:hover i,
.header-quote .quote-icon button:hover i {
  color: var(--color-primary);
}

/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
  z-index: 99999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
}
.popup-mobile-menu .inner .header-top {
  display: flex;
  border-bottom:none;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.popup-mobile-menu .inner .header-top .logo a {
  height: 100px;
  display: block;
  padding-top: 14px;
}
.popup-mobile-menu .inner .header-top .logo a img {
 height: 100%;
 object-fit: contain;
 width: 100% !important;
}
.popup-mobile-menu .inner .header-top .close-menu .close-button {
  border: 0 none;
  color: var(--color-white);
  width: 32px;
  height: 32px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  padding: 0;
}
.popup-mobile-menu .inner .header-top .close-menu {
  margin-left: 30px;
}
.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.popup-mobile-menu.active .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}
.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 20px;
}
.popup-mobile-menu .mainmenu li {
  margin: 0;
}
.popup-mobile-menu .mainmenu li a {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}
.popup-mobile-menu .mainmenu li a.active {
  color: var(--color-primary) !important;
}
.popup-mobile-menu .mainmenu li + li {
  border-top: 1px solid var(--color-border);
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
  color: var(--color-primary) !important;
}
.popup-mobile-menu .mainmenu .has-droupdown > a {
  position: relative;
}
.popup-mobile-menu .mainmenu .has-droupdown > a::after {
  position: absolute;
  content: unset;
  /* content: "\e935"; */
  font-family: "icomoon" !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.popup-mobile-menu .mainmenu .rn-megamenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.popup-mobile-menu .mainmenu .mega-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.popup-mobile-menu .mainmenu .mega-menu-item li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
  border-bottom: 1px solid var(--color-border);
}
.popup-mobile-menu
  .mainmenu
  .single-mega-item:last-child
  .mega-menu-item
  li:last-child {
  border-bottom-color: transparent;
}

/*----------------------
    Search Popup  
-----------------------*/
.edu-search-popup {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: scale(0.95);
}
.edu-search-popup.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.edu-search-popup .close-button {
  position: absolute;
  right: 30px;
  top: 30px;
}
.edu-search-popup .close-button .close-trigger {
  background: var(--color-white);
  border: 0 none;
  color: var(--color-heading);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edu-search-popup .inner {
  position: absolute;
  top: 46%;
  width: 100%;
}
.edu-search-popup .inner .search-form {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
body .grid-metro-item .inner span.author-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  line-height: normal;
  font-size: 16px;
}
body .captchaDiv {
  width: 50%;
}
.form-inline-field .titleDiv .dropdown {
  width: 150px;
 }
 .form-inline-field .titleDiv a {
  line-height: 54px;
 }
 .form-inline-field .titleDiv .dropdown button {
  background-color: #F5F5F5 !important;
  border: none;
  color: #666;
  height: 60px;
  border-radius: 5px;
  text-align: left;
  padding: 0 10px
 }
 .form-inline-field .titleDiv .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 4px;
  z-index: 99;
}

.form-inline-field .titleDiv .dropdown-item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 2px 20px;
  font-size: 16px;
}
.form-inline-field .titleDiv .dropdown-item:last-child {
  border-bottom: unset;
}
.form-inline-field .titleDiv .dropdown-item:hover {
  background-color: #f1f1f1;
}
.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 52px;
  border-radius: 4px;
  border: 1px dashed #ddd
}
.register-now-form .file-upload-wrapper:after {
  width: unset;
  line-height: 32px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 100%;
  line-height: 34px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
body .fields_hint_para p {
  margin-bottom: 0;
}
.sprucecss {
  align-items: flex-start;
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  inset: auto auto 1rem 1rem;
  line-height: 1.5;
  max-width: 11rem;
  padding: 1.5rem;
  position: fixed;
  text-decoration: none;
}
.sprucecss img {
  height: 1.5rem;
  width: auto;
}
textarea.input-form-trans.customTextarea.validate {
  padding-top: 25px;
}
.transparent-form .customTextarea::-webkit-input-placeholder {
  color: #a9a6b5 !important
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .edu-search-popup .inner .search-form {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-search-popup .inner .search-form {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-search-popup .inner .search-form {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-search-popup .inner .search-form {
    padding: 0 20px;
  }
}
.edu-search-popup .inner .search-form input {
  height: 60px;
  border: 0 none;
  border-radius: 5px;
  background: #ffffff;
  padding: 0 30px;
  padding-right: 55px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.edu-search-popup .inner .search-form .submit-button {
  position: absolute;
  right: 30px;
  padding: 0;
  margin: 0;
  border: 0 none;
  outline: none;
  color: var(--color-heading);
  background: transparent !important;
  top: 50%;
  transform: translateY(-50%);
}
.edu-search-popup::before {
  position: absolute;
  background: #2d284e;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

/**************************************
    Elemnts Styles
***************************************/
/*-------------------
 * Button
---------------------*/
.wishlist-btn {
  background: rgba(45, 40, 78, 0.2);
  backdrop-filter: blur(10px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  border: 0 none;
}
.wishlist-btn i {
  color: var(--color-white);
  font-size: 15px;
}

.button-group {
  margin: -5px;
}
.button-group a {
  margin: 5px;
}

a.btn-transparent,
button.btn-transparent {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-primary);
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
a.btn-transparent::after,
button.btn-transparent::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: 0.3s;
}
a.btn-transparent i,
button.btn-transparent i {
  padding-left: 10px;
  top: 3px;
  position: relative;
}
a.btn-transparent.sm-size,
button.btn-transparent.sm-size {
  font-size: 16px;
  line-height: 26px;
}
a.btn-transparent.heading-color,
button.btn-transparent.heading-color {
  color: var(--color-heading);
}
a.btn-transparent.heading-color i,
button.btn-transparent.heading-color i {
  color: var(--color-heading);
}
a.btn-transparent.heading-color:hover,
button.btn-transparent.heading-color:hover {
  color: var(--color-primary);
}
a.btn-transparent.heading-color:hover i,
button.btn-transparent.heading-color:hover i {
  color: var(--color-primary);
}
a.btn-transparent:hover::after,
button.btn-transparent:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

body a.edu-btn,
body button.edu-btn {
  border-radius: 5px;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  color: var(--color-white) !important;
  background: var(--color-primary);
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
  font-family: var(--font-primary);
  border: 0 none;
}
a.edu-btn i,
button.edu-btn i {
  padding-left: 10px;
  position: relative;
  top: 1px;
}
a.edu-btn.btn-medium,
button.edu-btn.btn-medium {
  height: 49px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 16px;
}
a.edu-btn.btn-medium.header-button,
button.edu-btn.btn-medium.header-button {
  line-height: 47px;
  margin-left: 12px;
}
a.edu-btn.btn-medium.header-button.bg-color-white,
button.edu-btn.btn-medium.header-button.bg-color-white {
  color: var(--color-primary);
}
a.edu-btn.btn-medium.header-button.purchase-button,
button.edu-btn.btn-medium.header-button.purchase-button {
  line-height: 50px;
}
a.edu-btn.btn-small,
button.edu-btn.btn-small {
  height: 36px;
  line-height: 36px;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 600;
}
a.edu-btn.btn-small i,
button.edu-btn.btn-small i {
  padding-left: 7px;
}
a.edu-btn.left-icon i,
button.edu-btn.left-icon i {
  padding-left: 0;
  padding-right: 10px;
}
a.edu-btn:hover,
button.edu-btn:hover {
  background: var(--color-dark);
  color: var(--color-white);
}
a.edu-btn.btn-dark,
button.edu-btn.btn-dark {
  background: var(--color-dark);
  color: var(--color-white);
}
a.edu-btn.btn-dark:hover,
button.edu-btn.btn-dark:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
a.edu-btn.btn-shade,
button.edu-btn.btn-shade {
  background: var(--color-shade);
  color: var(--color-heading);
}
a.edu-btn.btn-shade:hover,
button.edu-btn.btn-shade:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
a.edu-btn.btn-secondary,
button.edu-btn.btn-secondary {
  background: var(--color-secondary);
  color: var(--color-white);
}
a.edu-btn.btn-secondary:hover,
button.edu-btn.btn-secondary:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
a.edu-btn.btn-bg-alt,
button.edu-btn.btn-bg-alt {
  background: rgba(82, 95, 225, 0.1);
  color: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.edu-btn.btn-bg-alt:hover,
button.edu-btn.btn-bg-alt:hover {
  color: var(--color-white) !important;
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.read-more-btn a.edu-btn.btn-white {
  color: var(--color-primary) !important;
}
.read-more-btn a.edu-btn.btn-white:hover {
  color: var(--color-white) !important;
}
a.edu-btn.btn-white,
button.edu-btn.btn-white {
  background: var(--color-white);
  color: var(--color-primary);
}
a.edu-btn.btn-white:hover,
button.edu-btn.btn-white:hover {
  color: var(--color-white);
  background: var(--color-secondary);
}
a.edu-btn.btn-border,
button.edu-btn.btn-border {
  background: transparent;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  line-height: 58px;
}

.bg-color-primary a.edu-btn.btn-white:hover,
.bg-color-primary button.edu-btn.btn-white:hover {
  background: var(--color-secondary);
}

.round-btn {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--color-white);
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}
.round-btn i {
  font-size: 24px;
  color: var(--color-primary);
  display: inline-block;
}
body .studentProfile {
  margin: 100px 0;
}
@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}

/*--------------------------------
    Brands Area  
------------------------------*/
.eduvibe-home-five-brands .client-logo {
  transition: all 0.4s;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .eduvibe-home-five-brands .client-logo {
    margin-bottom: 30px;
  }
}
.eduvibe-home-five-brands .client-logo:hover .logo-main,
.eduvibe-home-five-brands .client-logo .logo-hover {
  display: none;
}
.eduvibe-home-five-brands .client-logo:hover .logo-hover {
  display: block !important;
}
.eduvibe-home-five-brands .client-logo img {
  display: flex;
}

/*---------------------------
 * Section Title
----------------------------*/
.section-title .pre-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.section-title .title {
  margin-bottom: 0;
  font-size: 40px;
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title br {
    display: none;
  }
}

.section-title.text-white .pre-title {
  color: var(--color-white);
}

.section-title.text-white .title {
  color: var(--color-white);
}

/*---------------------------
 * Home 1 Course
----------------------------*/
.eduvibe-home-one-course .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-one-course .shape-image.shape-image-1 {
  top: 59px;
  left: -246px;
}
.eduvibe-home-one-course .shape-image.shape-image-2 {
  top: 144px;
  right: -194px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-one-course .shape-image.shape-image-3 {
  bottom: 53px;
  right: -163px;
}
.eduvibe-home-one-course .shape-image.shape-image-4 {
  bottom: 157px;
  left: -226px;
  animation: eduvibe-vsm-y-reverse-move 3.5s alternate infinite linear;
}

/*---------------------------
 * Home 1 Testimonial
----------------------------*/
.eduvibe-testimonial-one {
  background-image: url(/../images/bg/home-one-testimonial.jpg);
}
.eduvibe-testimonial-one .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-testimonial-one .shape-image.shape-image-1 {
  top: 2px;
  left: -232px;
}
.eduvibe-testimonial-one .shape-image.shape-image-2 {
  top: 19px;
  right: -167px;
}
.eduvibe-testimonial-one .shape-image.shape-image-3 {
  bottom: 2px;
  right: -265px;
}
.eduvibe-testimonial-one .shape-image.shape-image-4 {
  bottom: -68px;
  left: -49px;
}
.read-more-btn {
  position: absolute;
  bottom: 30px;
}
/*---------------------------
 * Home 1 Video
----------------------------*/
.eduvibe-home-one-video .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-one-video .shape-image.shape-image-1 {
  bottom: 80px;
  left: -232px;
  animation: eduvibe-rotate-x 15s infinite linear;
}
.eduvibe-home-one-video .shape-image.shape-image-2 {
  top: 20px;
  right: -262px;
}
.eduvibe-home-one-video .shape-image.shape-image-3 {
  bottom: 80px;
  right: -242px;
}

/*---------------------------
 * Home 1 Instructor
----------------------------*/
.eduvibe-home-one-instructor {
  background-image: url(/../images/bg/home-one-instructor.jpg);
}
.eduvibe-home-one-instructor .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-one-instructor .shape-image.shape-image-1 {
  bottom: 29px;
  left: -59px;
}
.eduvibe-home-one-instructor .shape-image.shape-image-2 {
  top: 49px;
  right: -53px;
}

/*---------------------------
 * Newsletter 1
----------------------------*/
.newsletter-style-1 .shape-image {
  position: absolute;
  z-index: -1;
}
.newsletter-style-1 .shape-image.shape-image-1 {
  top: -68px;
  left: -20px;
}
.newsletter-style-1 .shape-image.shape-image-2 {
  top: -34px;
  right: -263px;
}
.newsletter-style-1 .shape-image.shape-image-3 {
  bottom: -95px;
  left: -178px;
}

/*---------------------------
 * Home 1 Blog
----------------------------*/
.eduvibe-home-one-blog {
  background-image: url(/../images/bg/home-one-blog.jpg);
  position: relative;
}
.eduvibe-home-one-blog .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-one-blog .shape-image.shape-image-1 {
  top: 71px;
  left: -228px;
  animation: eduvibe-vsm-y-move 5.6s alternate infinite linear;
}
.eduvibe-home-one-blog .shape-image.shape-image-2 {
  top: -20px;
  right: -215px;
  z-index: 0;
}
.description.Box-root {
  padding: 150px 0;
}
.description.Box-root a.edu-btn.btn-bg-alt {
  margin-top: 50px;
  width: 200px;
  margin: 50px auto 0;
}
/*.course-details-content .content-top > div {
  flex: 1;
}*/
body .teacherListName {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-home-one-blog .shape-image.shape-image-2 {
    right: 5px;
    top: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-home-one-blog .shape-image.shape-image-2 {
    display: none;
  }
}
.eduvibe-home-one-blog .shape-image.shape-image-3 {
  bottom: -102px;
  right: -260px;
}
.eduvibe-home-one-blog .shape-image.shape-image-4 {
  bottom: -74px;
  left: -208px;
}
.header-style-2 .header-menu-bar .header-button:first-child {
  margin-left: 0;
}

/*---------------------------
 * Home 2 Service
----------------------------*/
.eduvibe-service-four .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-service-four .shape-image.shape-image-1 {
  bottom: 92px;
  left: -180px;
}
.eduvibe-service-four .shape-image.shape-image-2 {
  top: 71px;
  right: -52px;
}
.eduvibe-service-four .shape-image.shape-image-3 {
  bottom: -39px;
  right: -219px;
}

/*---------------------------
 * About 3
----------------------------*/
.about-style-3 {
  background-image: url(/../images/bg/home-two-about-us.jpg);
}
.about-style-3 .shape-image {
  position: absolute;
  z-index: -1;
}
.about-style-3 .shape-image.shape-image-1 {
  top: -3px;
  left: -259px;
}
.about-style-3 .shape-image.shape-image-2 {
  top: -31px;
  right: -269px;
}
.about-style-3 .shape-image.shape-image-3 {
  bottom: -31px;
  right: -209px;
}
.about-style-3 .shape-image.shape-image-4 {
  bottom: -61px;
  left: -269px;
}
.about-style-3 .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.about-style-3 .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.about-style-3 .shape-dot-wrapper .shape.shape-1 {
  bottom: -44px;
  left: -272px;
}
.about-style-3 .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 50px;
  height: 50px;
  background: var(--color-extra06);
  opacity: 0.8;
}
.about-style-3 .shape-dot-wrapper .shape.shape-2 {
  top: 14px;
  right: -228px;
}
.about-style-3 .shape-dot-wrapper .shape.shape-2 .shape-dot {
  width: 26px;
  height: 26px;
  background: var(--color-extra08);
  opacity: 0.35;
}

/*---------------------------
 * Home 2 Course
----------------------------*/
.eduvibe-home-two-course .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-course .shape-image.shape-image-1 {
  top: 177px;
  left: -203px;
  animation: eduvibe-vsm-y-move 4.5s alternate infinite linear;
}
body .shape-image {
  display: none !important;
}
.eduvibe-home-two-course .shape-image.shape-image-2 {
  bottom: 390px;
  right: -262px;
}
.eduvibe-home-two-course .shape-image.shape-image-3 {
  bottom: -40px;
  right: -17px;
  animation: eduvibe-vsm-y-reverse-move 4s alternate infinite linear;
}
.eduvibe-home-two-course .shape-image.shape-image-4 {
  bottom: -65px;
  left: -38px;
  animation: eduvibe-sm-x-move 4s alternate infinite linear;
}

/*---------------------------
 * Home 2 Event
----------------------------*/
.eduvibe-home-two-event {
  background-image: url(/../images/bg/home-two-events.jpg);
}
.eduvibe-home-two-event .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-event .shape-image.shape-image-1 {
  top: -263px;
  left: -153px;
}
.eduvibe-home-two-event .shape-image.shape-image-2 {
  top: 101px;
  right: -28px;
}
.eduvibe-home-two-event .shape-image.shape-image-3 {
  bottom: -40px;
  right: -78px;
}
.eduvibe-home-two-event .shape-image.shape-image-4 {
  bottom: -90px;
  left: -208px;
}
.eduvibe-home-two-event .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-event .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-home-two-event .shape-dot-wrapper .shape.shape-1 {
  top: -232px;
  right: -124px;
}
.eduvibe-home-two-event .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 48px;
  height: 48px;
  border: 8px solid rgba(248, 111, 3, 0.3);
}

/*---------------------------
 * Home 2 Testimonial
----------------------------*/
.eduvibe-home-two-testimonial {
  background-image: url(/../images/bg/home-two-testimonial.jpg);
}
.eduvibe-home-two-testimonial .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-testimonial .shape-image.shape-image-1 {
  bottom: -53px;
  left: -193px;
}
.eduvibe-home-two-testimonial .shape-image.shape-image-2 {
  top: 27px;
  right: -183px;
}

/*---------------------------
 * Home 2 Counter
----------------------------*/
.eduvibe-home-two-counter .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-counter .shape-image.shape-image-1 {
  bottom: -33px;
  left: -33px;
}
.eduvibe-home-two-counter .shape-image.shape-image-2 {
  bottom: 143px;
  right: -243px;
}

/*---------------------------
 * Home 2 Blog
----------------------------*/
.eduvibe-home-two-blog {
  background-image: url(/../images/bg/home-two-blog.jpg);
  position: relative;
}
.eduvibe-home-two-blog .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-blog .shape-image.shape-image-1 {
  top: -50px;
  left: -198px;
}
.eduvibe-home-two-blog .shape-image.shape-image-1 img {
  max-width: 60%;
}
.eduvibe-home-two-blog .shape-image.shape-image-2 {
  top: 112px;
  right: 107px;
  z-index: 0;
}
.eduvibe-home-two-blog .shape-image.shape-image-2 {
  top: 112px;
  right: 107px;
  z-index: 0;
}
body button, .btn-devent {
  background-color: var(--color-primary) !important;
  color: #fff;
}
body .btn-devent.btn-cancel, body button.edu-btn.btn-cancel {
  background-color: var(--color-white) !important;
  color: var(--color-primary) !important;
  border-radius: 5px;
  line-height: 48px;
  height: 50px;
  padding: 0 15px !important;
  font-size: 16px;
  font-weight: 700;
}
body .modal-cancel-btn {
  height: 44px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 0 12px;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  background: rgba(223, 76, 102, 0.1) !important;
}
.modal .btnRenew.btn-secondary {
  font-size: 16px;
  padding: 0 30px;
  border-radius: 4px;
  border: unset;
  font-weight: 500;
}
#confirmCancelModal .modal-body {
  padding: 2rem 3rem;
}
#confirmCancelModal .modal-body p {
  margin: 10px 0;
  font-size: 20px;
  text-align: center;
} 
body .btnSignup {
  border-radius: 4px;
}
#checkout-and-portal-button.btn-devent {
  background-color: var(--color-primary);
  padding: 15px 12px;
  border: 2px solid var(--color-primary)  !important;
  font-weight: 700;
}

@media only screen and (max-width: 1650px) {
  .eduvibe-home-two-blog .shape-image.shape-image-2 {
    right: 30px;
    top: 45px;
  }
}
.eduvibe-home-two-blog .shape-image.shape-image-3 {
  bottom: -84px;
  right: -218px;
}
.eduvibe-home-two-blog .shape-image.shape-image-4 {
  bottom: -62px;
  left: -50px;
}

/*---------------------------
 * Home 3 Service
----------------------------*/
.eduvibe-service-five .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-service-five .shape-image.shape-image-1 {
  top: 81px;
  right: -46px;
}
.eduvibe-service-five .shape-image.shape-image-2 {
  bottom: -40px;
  left: -250px;
}
.eduvibe-service-five .shape-image.shape-image-2 img {
  max-width: 80%;
}

.eduvibe-service-five .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-service-five .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-service-five .shape-dot-wrapper .shape.shape-1 {
  top: 111px;
  right: -50px;
}
.eduvibe-service-five .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 130px;
  height: 130px;
  background: var(--color-tertiary);
  opacity: 0.4;
}

/*---------------------------
 * Home 3 About
----------------------------*/
.home-three-about {
  position: relative;
}
.home-three-about .shape-image {
  position: absolute;
  z-index: -1;
}
.home-three-about .shape-image.shape-image-1 {
  top: 54px;
  right: -196px;
}
.home-three-about .shape-image.shape-image-2 {
  bottom: 27px;
  right: -108px;
}

/*---------------------------
 * Home 3 Course
----------------------------*/
.eduvibe-home-three-course {
  background-image: url(/../images/bg/home-three-course.jpg);
}
.eduvibe-home-three-course .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-course .shape-image.shape-image-1 {
  top: -260px;
  left: -130px;
  animation: eduvibe-sm-x-move 6s alternate infinite linear;
}
.eduvibe-home-three-course .shape-image.shape-image-1 img {
  transform: rotate(90deg);
}
.eduvibe-home-three-course .shape-image.shape-image-2 {
  top: 484px;
  left: -282px;
  animation: eduvibe-vsm-y-reverse-move 5.5s alternate infinite linear;
}
.eduvibe-home-three-course .shape-image.shape-image-3 {
  top: 152px;
  right: -211px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-three-course .shape-image.shape-image-4 {
  bottom: 49px;
  right: -224px;
}
.eduvibe-home-three-course .shape-image.shape-image-5 {
  bottom: -47px;
  left: -289px;
}

/*---------------------------
 * Home 3 Video
----------------------------*/
.eduvibe-home-three-video {
  background-image: url(/../images/bg/video-home-3-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 15px left 10%;
}
.eduvibe-home-three-video .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-video .shape-image.shape-image-1 {
  top: -59px;
  right: -199px;
}
.eduvibe-home-three-video .shape-image.shape-image-2 {
  bottom: -47px;
  right: -63px;
}
.eduvibe-home-three-video .shape-image.shape-image-3 {
  bottom: -91px;
  left: -229px;
}

/*---------------------------
 * Home 3 Accordion
----------------------------*/
.eduvibe-home-three-accordion .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-accordion .shape-image.shape-image-2 {
  bottom: inherit;
  left: -170px;
  top: 56px;
}
.eduvibe-home-three-accordion .shape-image.shape-image-3 {
  bottom: 16px;
  left: inherit;
  right: -200px;
  top: inherit;
}

.eduvibe-home-three-accordion .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-accordion .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-home-three-accordion .shape-dot-wrapper .shape.shape-1 {
  top: 195px;
  left: -91px;
}
.eduvibe-home-three-accordion .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 200px;
  height: 200px;
  border: 34px solid rgba(248, 111, 3, 0.3);
}

/*---------------------------
 * Home 3 Testimonial
----------------------------*/
.eduvibe-home-three-testimonial {
  background-image: url(/../images/bg/home-three-testimonial.jpg);
}
.eduvibe-home-three-testimonial .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-testimonial .shape-image.shape-image-1 {
  left: -173px;
  top: 16px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-three-testimonial .shape-image.shape-image-2 {
  top: -34px;
  right: -268px;
}
.eduvibe-home-three-testimonial .shape-image.shape-image-3 {
  bottom: -45px;
  left: -37px;
}
.eduvibe-home-three-testimonial .shape-image.shape-image-4 {
  bottom: -25px;
  right: -218px;
}

/*---------------------------
 * Home 3 Event
----------------------------*/
.eduvibe-home-three-event .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-event .shape-image.shape-image-1 {
  left: -173px;
  top: 16px;
}
.eduvibe-home-three-event .shape-image.shape-image-2 {
  top: -34px;
  right: -180px;
}
.eduvibe-home-three-event .shape-image.shape-image-3 {
  bottom: -45px;
  right: -237px;
}
.eduvibe-home-three-event .shape-image.shape-image-4 {
  bottom: -25px;
  left: -218px;
}

/*---------------------------
 * Home 3 Nesletter
----------------------------*/
.eduvibe-home-three-newsletter {
  background-image: url(/../images/bg/home-three-newsletter.jpg);
}
.eduvibe-home-three-newsletter .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-newsletter .shape-image.shape-image-1 {
  left: -63px;
  top: -24px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-three-newsletter .shape-image.shape-image-2 {
  top: -4px;
  right: 100px;
}
.eduvibe-home-three-newsletter .shape-image.shape-image-3 {
  right: -194px;
  bottom: -104px;
}
.eduvibe-home-three-newsletter .shape-image.shape-image-4 {
  left: 216px;
  bottom: -48px;
}

/*---------------------------
 * Home 4 Service
----------------------------*/
.eduvibe-home-four-service .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-service .shape-image.shape-image-1 {
  top: 56px;
  left: -180px;
  animation: eduvibe-rotate-x 7s infinite linear;
}
.eduvibe-home-four-service .shape-image.shape-image-2 {
  top: 12px;
  right: -180px;
}
.eduvibe-home-four-service .shape-image.shape-image-3 {
  bottom: -38px;
  right: -25px;
}
.eduvibe-home-four-service .shape-image.shape-image-4 {
  bottom: -48px;
  left: -55px;
}

/*---------------------------
 * Home 4 About
----------------------------*/
.eduvibe-home-four-about .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-about .shape-image.shape-image-1 {
  bottom: 231px;
  left: -190px;
}
.eduvibe-home-four-about .shape-image.shape-image-2 {
  top: -59px;
  right: -297px;
}
.eduvibe-home-four-about .shape-image.shape-image-3 {
  bottom: 10px;
  right: -185px;
}

.eduvibe-home-four-about .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-about .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-home-four-about .shape-dot-wrapper .shape.shape-1 {
  bottom: 140px;
  left: -21px;
  z-index: 2;
}
.eduvibe-home-four-about .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 40px;
  height: 40px;
  border: 5.4px solid rgba(248, 111, 3, 0.5);
  animation: eduvibe-zoom2 2s infinite alternate;
}

/*---------------------------
 * Home 4 Course
----------------------------*/
.eduvibe-home-four-courses {
  background-image: url(/../images/bg/home-four-courses.jpg);
}
.eduvibe-home-four-courses .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-courses .shape-image.shape-image-1 {
  top: 6px;
  left: -150px;
}
.eduvibe-home-four-courses .shape-image.shape-image-2 {
  top: 38px;
  right: -175px;
}
.eduvibe-home-four-courses .shape-image.shape-image-3 {
  bottom: 30px;
  right: -230px;
}
.eduvibe-home-four-courses .shape-image.shape-image-4 {
  bottom: 80px;
  left: -189px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape.shape-1 {
  bottom: 13px;
  right: -196px;
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 40px;
  height: 40px;
  border: 5.4px solid rgba(251, 124, 86, 0.3);
  animation: eduvibe-zoom2 2s infinite alternate;
}

/*---------------------------
 * Home 4 Video PopUp
----------------------------*/
.eduvibe-home-four-video {
  background-image: url(/../images/bg/home-four-video.jpg);
}
@media only screen and (max-width: 991px) {
  .eduvibe-home-four-video {
    background-image: none;
  }
}
.eduvibe-home-four-video .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-video .shape-image.shape-image-1 {
  top: -33px;
  left: -30px;
}
.eduvibe-home-four-video .shape-image.shape-image-2 {
  bottom: -50px;
  left: -48px;
}

/*---------------------------
 * Home 4 Team
----------------------------*/
.eduvibe-home-four-team {
  padding: 130px 0 275px;
  background-image: url(/../images/bg/home-four-instructor.jpg);
}
@media only screen and (max-width: 991px) {
  .eduvibe-home-four-team {
    padding: 80px 0 160px;
  }
}
.eduvibe-home-four-team .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-team .shape-image.shape-image-1 {
  top: 38px;
  left: -181px;
  animation: eduvibe-sm-x-move 3.5s alternate infinite linear;
}
.eduvibe-home-four-team .shape-image.shape-image-2 {
  top: -24px;
  right: -216px;
}
.eduvibe-home-four-team .shape-image.shape-image-3 {
  bottom: -30px;
  right: -151px;
}

/*---------------------------
 * Home 4 Testimonial
----------------------------*/
.eduvibe-home-four-testimonial .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-testimonial .shape-image.shape-image-1 {
  bottom: 5px;
  left: -200px;
}
.eduvibe-home-four-testimonial .shape-image.shape-image-2 {
  top: 0px;
  right: -200px;
}
.eduvibe-home-four-testimonial .shape-image.shape-image-3 {
  bottom: 0px;
  right: -121px;
}

/*---------------------------
 * Home 4 Blog
----------------------------*/
.eduvibe-home-four-blog {
  background-image: url(/../images/bg/home-four-blog.jpg);
}
.eduvibe-home-four-blog .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-blog .shape-image.shape-image-1 {
  top: 5px;
  left: -200px;
}
.eduvibe-home-four-blog .shape-image.shape-image-2 {
  bottom: -34px;
  right: -35px;
}
.eduvibe-home-four-blog .shape-image.shape-image-3 {
  bottom: -54px;
  left: -56px;
}

/*---------------------------
 * FAQ Page
----------------------------*/
.eduvibe-faq-page .animated-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-faq-page .animated-image.shape-image-1 {
  top: 60px;
  left: -59px;
  animation: eduvibe-sm-x-move 3s alternate infinite linear;
}
.eduvibe-faq-page .animated-image.shape-image-1 img {
  transform: rotate(90deg);
}
.eduvibe-faq-page .animated-image.shape-image-2 {
  top: 56px;
  right: -223px;
}
.eduvibe-faq-page .animated-image.shape-image-3 {
  bottom: 56px;
  right: -223px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}

.eduvibe-faq-page .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-faq-page .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-faq-page .shape-dot-wrapper .shape.shape-1 {
  bottom: 89px;
  left: -184px;
}
.eduvibe-faq-page .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 48px;
  height: 48px;
  border: 8px solid var(--color-extra07);
  animation: eduvibe-zoom1 2.6s infinite alternate;
}

/*---------------------------
 * 404 Page
----------------------------*/
.eduvibe-404-page {
  background-image: url(/../images/bg/404.jpg);
}
.eduvibe-404-page .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-404-page .shape-image.shape-image-1 {
  top: 165px;
  left: -21px;
}
.eduvibe-404-page .shape-image.shape-image-2 {
  top: 100px;
  right: -247px;
}
.eduvibe-404-page .shape-image.shape-image-3 {
  top: 520px;
  right: 50px;
}
.eduvibe-404-page .shape-image.shape-image-4 {
  bottom: -61px;
  right: -247px;
}
.eduvibe-404-page .shape-image.shape-image-5 {
  left: 40px;
  bottom: -63px;
}
.eduvibe-404-page .shape-image.shape-image-6 {
  bottom: 180px;
  left: -200px;
}

/*---------------------------
 * Coming Soon Page
----------------------------*/
.eduvibe-coming-soon {
  background-image: url(/../images/bg/coming-soon.jpg);
}
.eduvibe-coming-soon .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-coming-soon .shape-image.shape-image-1 {
  top: -6px;
  left: -110px;
}
.eduvibe-coming-soon .shape-image.shape-image-2 {
  top: -83px;
  right: -107px;
}
.eduvibe-coming-soon .shape-image.shape-image-3 {
  bottom: 252px;
  right: -111px;
}
.eduvibe-coming-soon .shape-image.shape-image-4 {
  bottom: -100px;
  right: -234px;
}
.eduvibe-coming-soon .shape-image.shape-image-5 {
  bottom: -60px;
  left: -84px;
}
.eduvibe-coming-soon .shape-image.shape-image-6 {
  top: 390px;
  left: 0;
}

/*---------------------------
 * Contact Us Page
----------------------------*/
.eduvibe-contact-us .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-contact-us .shape-image.shape-image-1 {
  top: 132px;
  left: -40px;
}
.eduvibe-contact-us .shape-image.shape-image-2 {
  top: 95px;
  right: -59px;
}
.eduvibe-contact-us .shape-image.shape-image-3 {
  bottom: 79px;
  right: -197px;
}

/*---------------------------
 * Contact Me Page
----------------------------*/
.eduvibe-contact-me-top .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-contact-me-top .shape-image.shape-image-1 {
  bottom: 113px;
  left: -200px;
}
.eduvibe-contact-me-top .shape-image.shape-image-2 {
  right: -40px;
  top: 100px;
}
.eduvibe-contact-me-top .shape-image.shape-image-3 {
  top: 0;
  right: -250px;
}
.eduvibe-contact-me-top .shape-image.shape-image-4 {
  bottom: 6px;
  right: -200px;
}

.eduvibe-contact-me-bottom .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-contact-me-bottom .shape-image.shape-image-1 {
  top: 94px;
  left: -56px;
}
.eduvibe-contact-me-bottom .shape-image.shape-image-2 {
  top: 173px;
  right: -147px;
}
.eduvibe-contact-me-bottom .shape-image.shape-image-3 {
  bottom: -80px;
  right: -269px;
}
.eduvibe-contact-me-bottom .shape-image.shape-image-4 {
  bottom: -40px;
  left: -29px;
}
.eduvibe-contact-me-bottom .shape-image.shape-image-5 {
  bottom: -90px;
  left: -219px;
}

/*---------------------------
 * Pricing Plan Page
----------------------------*/
.eduvibe-pricing-plan-page .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-pricing-plan-page .shape-image.shape-image-1 {
  top: 324px;
  left: -199px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}

.eduvibe-pricing-plan-page .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-pricing-plan-page .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-pricing-plan-page .shape-dot-wrapper .shape.shape-1 {
  bottom: -6px;
  right: -46px;
}
.eduvibe-pricing-plan-page .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 110px;
  height: 110px;
  border: 18px solid rgba(255, 164, 27, 0.15);
}

/*---------------------------
 * Home 5 Categories
----------------------------*/
.eduvibe-home-five-cats .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-cats .shape-image.shape-image-1 {
  top: 80px;
  left: -235px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-five-cats .shape-image.shape-image-2 {
  top: 70px;
  right: -239px;
}
.eduvibe-home-five-cats .shape-image.shape-image-3 {
  bottom: 12px;
  right: 5px;
}

.eduvibe-home-five-cats .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-cats .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-home-five-cats .shape-dot-wrapper .shape.shape-1 {
  bottom: -6px;
  right: -46px;
}
.eduvibe-home-five-cats .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 110px;
  height: 110px;
  border: 18px solid rgba(255, 164, 27, 0.15);
}

/*---------------------------
 * Home 5 About
----------------------------*/
.eduvibe-home-five-about .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-about .shape-image.shape-image-1 {
  top: 58px;
  left: -24px;
}
.eduvibe-home-five-about .shape-image.shape-image-2 {
  top: 48px;
  right: -224px;
}
.eduvibe-home-five-about .shape-image.shape-image-3 {
  bottom: -62px;
  right: -164px;
}
.eduvibe-home-five-about .shape-image.shape-image-4 {
  bottom: 28px;
  left: -104px;
}
.eduvibe-home-five-about .shape-image.shape-image-5 {
  top: 188px;
  left: -224px;
}

/*---------------------------
 * Home 5 Course
----------------------------*/
.eduvibe-home-five-course {
  background-image: url(/../images/bg/home-five-courses.jpg);
}
.eduvibe-home-five-course .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-course .shape-image.shape-image-1 {
  top: -62px;
  left: -296px;
}
.eduvibe-home-five-course .shape-image.shape-image-2 {
  top: 19px;
  right: -217px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-five-course .shape-image.shape-image-3 {
  bottom: -55px;
  right: -207px;
}
.eduvibe-home-five-course .shape-image.shape-image-4 {
  bottom: -52px;
  left: -268px;
}

/*---------------------------
 * Home 5 Instructor
----------------------------*/
.eduvibe-home-five-instructor .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-instructor .shape-image.shape-image-1 {
  top: 198px;
  left: -35px;
}
.eduvibe-home-five-instructor .shape-image.shape-image-2 {
  top: 36px;
  right: -123px;
}
.eduvibe-home-five-instructor .shape-image.shape-image-3 {
  bottom: 19px;
  right: -193px;
}
.eduvibe-home-five-instructor .shape-image.shape-image-4 {
  bottom: 91px;
  left: -165px;
}

/*---------------------------
 * Home 5 Progress
----------------------------*/
.eduvibe-home-five-progress {
  background-image: url(/../images/bg/home-five-hiw.jpg);
}
.eduvibe-home-five-progress .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-progress .shape-image.shape-image-1 {
  top: -40px;
  left: -110px;
  animation: eduvibe-sm-x-move 4s alternate infinite linear;
}
.eduvibe-home-five-progress .shape-image.shape-image-2 {
  bottom: 110px;
  right: -242px;
  animation: eduvibe-vsm-y-move 4s alternate infinite linear;
}
.eduvibe-home-five-progress .shape-image.shape-image-3 {
  bottom: -49px;
  left: -242px;
}

/*---------------------------
 * Home 5 Testimonial
----------------------------*/
.eduvibe-home-five-testimonial .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-testimonial .shape-image.shape-image-1 {
  top: 38px;
  right: -230px;
}
.eduvibe-home-five-testimonial .shape-image.shape-image-2 {
  bottom: -15px;
  right: -183px;
}
.eduvibe-home-five-testimonial .shape-image.shape-image-3 {
  bottom: -45px;
  left: -183px;
}

/*---------------------------
 * Home 5 Blog
----------------------------*/
.eduvibe-home-five-blog {
  background-image: url(/../images/bg/home-five-blog.jpg);
  position: relative;
}
.eduvibe-home-five-blog .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-blog .shape-image.shape-image-1 {
  top: 30px;
  left: -228px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-five-blog .shape-image.shape-image-2 {
  top: 143px;
  right: 87px;
  z-index: 0;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-home-five-blog .shape-image.shape-image-2 {
    top: 45px;
    right: 30px;
  }
}
.eduvibe-home-five-blog .shape-image.shape-image-3 {
  bottom: 38px;
  right: -240px;
}
.eduvibe-home-five-blog .shape-image.shape-image-4 {
  bottom: -45px;
  left: -30px;
}

/*---------------------------
 * About Us 1 Service
----------------------------*/
.eduvibe-about-us-one-service {
  position: relative;
}
.eduvibe-about-us-one-service .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-us-one-service .shape-image.shape-image-1 {
  top: 150px;
  left: -148px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-about-us-one-service .shape-image.shape-image-2 {
  top: 125px;
  right: -44px;
}
.eduvibe-about-us-one-service .shape-image.shape-image-3 {
  bottom: 13px;
  right: -200px;
}

/*---------------------------
 * About Us 1 Team
----------------------------*/
.eduvibe-about-one-team {
  position: relative;
  background-image: url(/../images/bg/about-us-one-team.jpg);
}
.eduvibe-about-one-team .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-one-team .shape-image.shape-image-1 {
  top: 41px;
  left: -228px;
}
.eduvibe-about-one-team .shape-image.shape-image-2 {
  top: 150px;
  right: 85px;
  z-index: 0;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-about-one-team .shape-image.shape-image-2 {
    right: 30px;
    top: 45px;
  }
}
.eduvibe-about-one-team .shape-image.shape-image-3 {
  bottom: -42px;
  right: -240px;
}
.eduvibe-about-one-team .shape-image.shape-image-4 {
  bottom: -54px;
  left: -198px;
  animation: eduvibe-vsm-y-reverse-move 3.5s alternate infinite linear;
}

/*---------------------------
 * Home 4 Service
----------------------------*/
.eduvibe-about-one-service .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-one-service .shape-image.shape-image-1 {
  bottom: -7px;
  left: -50px;
}
.eduvibe-about-one-service .shape-image.shape-image-2 {
  top: 42px;
  right: -220px;
}

.eduvibe-about-one-service .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-1 {
  bottom: -34px;
  left: -48px;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 130px;
  height: 130px;
  background: var(--color-tertiary);
  opacity: 0.4;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-2 {
  top: 83px;
  left: -131px;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-2 .shape-dot {
  width: 12px;
  height: 12px;
  background: #9edbe2;
  animation: eduvibe-zoom1 1s infinite alternate;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-3 {
  bottom: -16px;
  right: -63px;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-3 .shape-dot {
  width: 8px;
  height: 8px;
  background: var(--color-secondary);
  animation: eduvibe-zoom1 1s infinite alternate;
}

/*--------------------------------
 * Home About Us 2 Service & Video
----------------------------------*/
.eduvibe-about-us-two-service .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-us-two-service .shape-image.shape-image-1 {
  top: 42px;
  left: -180px;
  animation: eduvibe-rotate-x 7s infinite linear;
}
.eduvibe-about-us-two-service .shape-image.shape-image-2 {
  bottom: -28px;
  right: -27px;
}

.eduvibe-about-us-two-video .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-us-two-video .shape-image.shape-image-1 {
  bottom: 66px;
  left: -120px;
  animation: eduvibe-sm-x-move 4.5s alternate infinite linear;
}
.eduvibe-about-us-two-video .shape-image.shape-image-2 {
  bottom: 90px;
  right: -120px;
  animation: eduvibe-rotate-x 7s infinite linear;
}

/*---------------------------
 * Home About Us 2 Award
----------------------------*/
.eduvibe-about-two-award .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-two-award .shape-image.shape-image-1 {
  top: -255px;
  left: -170px;
}
.eduvibe-about-two-award .shape-image.shape-image-2 {
  top: 97px;
  right: -39px;
}
.eduvibe-about-two-award .shape-image.shape-image-3 {
  bottom: -30px;
  left: -30px;
}

.eduvibe-about-two-award .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-two-award .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-about-two-award .shape-dot-wrapper .shape.shape-1 {
  top: -243px;
  right: -134px;
}
.eduvibe-about-two-award .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 30px;
  height: 30px;
  border: 5px solid rgba(255, 164, 27, 0.3);
  animation: eduvibe-zoom2 2s infinite alternate;
}

/*---------------------------
 * Home 5 Instructor
----------------------------*/
.eduvibe-about-us-two-instructor {
  background-image: url(/../images/bg/about-us-two-team-team.jpg);
}
.eduvibe-about-us-two-instructor .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-us-two-instructor .shape-image.shape-image-1 {
  top: 198px;
  left: -35px;
}
.eduvibe-about-us-two-instructor .shape-image.shape-image-2 {
  top: 36px;
  right: -123px;
}
.eduvibe-about-us-two-instructor .shape-image.shape-image-3 {
  bottom: 19px;
  right: -193px;
}
.eduvibe-about-us-two-instructor .shape-image.shape-image-4 {
  bottom: 91px;
  left: -165px;
}

/*---------------------------
 * Home About Us 3 Mission
----------------------------*/
.eduvibe-about-three-mission .animated-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-mission .animated-image.shape-image-1 {
  top: 128px;
  left: -60px;
}

.eduvibe-about-three-mission .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape.shape-1 {
  top: 38px;
  left: 188px;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 150px;
  height: 150px;
  background: #ffa41b;
  opacity: 0.6;
  border-radius: 5px;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape.shape-2 {
  top: -17px;
  right: -37px;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape.shape-2 .shape-dot {
  width: 100px;
  height: 100px;
  background: rgba(251, 124, 86, 0.6);
}

/*---------------------------
 * Home About Us 3 Team
----------------------------*/
.eduvibe-about-three-team .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-team .shape-image.shape-image-1 {
  top: 96px;
  left: -37px;
}
.eduvibe-about-three-team .shape-image.shape-image-2 {
  top: 8px;
  right: -240px;
}
.eduvibe-about-three-team .shape-image.shape-image-3 {
  bottom: -10px;
  right: -150px;
}
.eduvibe-about-three-team .shape-image.shape-image-4 {
  bottom: -21px;
  left: -220px;
}

/*---------------------------
 * Home About Us 3 funfact
----------------------------*/
.eduvibe-about-three-funfact .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-funfact .shape-image.shape-image-1 {
  top: 169px;
  left: -137px;
  animation: eduvibe-sm-x-move 2.5s alternate infinite linear;
}
.eduvibe-about-three-funfact .shape-image.shape-image-1 img {
  transform: rotate(90deg);
}
.eduvibe-about-three-funfact .shape-image.shape-image-2 {
  top: 8px;
  right: -200px;
  animation: eduvibe-sm-x-reverse-move 2.5s alternate infinite linear;
}
.eduvibe-about-three-funfact .shape-image.shape-image-2 img {
  transform: rotate(90deg);
}

/*---------------------------
 * About 3 Testimonial
----------------------------*/
.eduvibe-about-three-testimonial .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-testimonial .shape-image.shape-image-1 {
  left: -173px;
  top: 56px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-about-three-testimonial .shape-image.shape-image-2 {
  top: -14px;
  right: -268px;
}
.eduvibe-about-three-testimonial .shape-image.shape-image-3 {
  bottom: -45px;
  left: -37px;
}

.eduvibe-about-three-testimonial .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-testimonial .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-about-three-testimonial .shape-dot-wrapper .shape.shape-1 {
  bottom: -25px;
  right: -218px;
}
.eduvibe-about-three-testimonial .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 70px;
  height: 70px;
  border: 12px solid #ffdcb4;
}

.eduvibe-home-4-hero-svg path {
  -webkit-animation: none;
  animation: none;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}

.sal-animate.eduvibe-home-4-hero-svg path {
  -webkit-animation: eduvibe-svg-dash 6.5s linear forwards;
  animation: eduvibe-svg-dash 6.5s linear forwards;
}

@-webkit-keyframes eduvibe-svg-dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes eduvibe-svg-dash {
  to {
    stroke-dashoffset: 0;
  }
}

/*---------------------------
 Card Styles  
-----------------------------*/
.course-activation-item-2 .edu-card.card-type-2 {
  margin: 20px 0;
}

.video-gallery-overlay-area {
  padding-top: 400px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-gallery-overlay-area {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .video-gallery-overlay-area {
    padding-top: 80px !important;
  }
}

.course-three-wrapper {
  position: relative;
  z-index: 1;
}
.course-three-wrapper .video-section-overlayto-another {
  margin-bottom: -400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-three-wrapper .video-section-overlayto-another {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .course-three-wrapper .video-section-overlayto-another {
    margin-bottom: 0;
  }
}

.price-list {
  margin: -7.5px;
}
.price-list .price {
  margin: 7.5px;
  display: inline-block;
}
.price-list .current-price {
  font-weight: 700;
}
.price-list .old-price {
  font-weight: 500;
  text-decoration: line-through;
}
.price-list.price-style-01 {
  margin: -9px;
}
.price-list.price-style-01 .price {
  margin: 9px;
}
.price-list.price-style-01 .current-price {
  border-radius: 3px;
  background: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-white);
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  display: inline-block;
}
.price-list.price-style-02 {
  margin: -7.5px;
}
.price-list.price-style-02 .price {
  margin: 7.5px;
}
.price-list.price-style-02 .current-price {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-heading);
}
.price-list.price-style-02 .old-price {
  font-weight: 600;
}
.price-list.price-style-03 {
  margin: -6px;
}
.price-list.price-style-03 .price {
  margin: 6px;
}
.price-list.price-style-03 .current-price {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary);
  font-size: 20px;
}
.price-list.price-style-03 .old-price {
  font-weight: 500;
}

.edu-card {
  overflow: hidden;
}
.edu-card .thumbnail {
  position: relative;
}
.edu-card.card-type-3 .inner .thumbnail a.courseDiv {
  height: 270px;
  width: auto;
}
.edu-card .thumbnail a {
  display: block;
  overflow: hidden;
}
.edu-card .thumbnail a img {
  transition: 0.4s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.edu-card .thumbnail .top-position {
  position: absolute;
  z-index: 2;
}
.courseList .edu-card {
  overflow: unset;
}
.edu-card .thumbnail .top-position.subscribedCourses {
  top: 13px;
  /* background: var(--color-secondary);
  color: var(--color-white);
  padding: 2px 10px;
  transform: rotate(-45deg);
  left: -40px;
  width: 150px;
  z-index: 99;
  line-height: normal; */
}
.discount {
  position: absolute;
  z-index: 1000;
  left: -5px;
  top: -6px;
}
.discount .discount-text {
  color: var(--color-white);
  background: var(--color-secondary);
  /* font-family: Arial, Verdana, sans-serif; */
  font-size: 13px;
  padding: 8px;
  font-weight:bold;
}
.discount .discount-text span {
  display: block;
  font-size: 16px;
}
.discount .discount-text:before {
  content: " ";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 0 solid transparent;
  border-top: 7px solid #420909;
}
.edu-card .thumbnail .wishlist-top-right {
  position: absolute;
  z-index: 2;
}
.edu-card.card-type-1 {
  background-color: var(--color-shade);
  transition: 0.4s;
}
.edu-card.card-type-1 .inner .thumbnail {
  position: relative;
}
.edu-card.card-type-1 .inner .thumbnail a {
  display: block;
  overflow: hidden;
}
.edu-card.card-type-1 .inner .thumbnail a img {
  transition: 0.4s;
  overflow: hidden;
}
.edu-card.card-type-1 .inner .thumbnail .top-position.left-top {
  left: 15px;
  top: 15px;
}
.edu-card.card-type-1 .inner .thumbnail .top-position.right-top {
  right: 15px;
  top: 15px;
}
.edu-card.card-type-1 .inner .thumbnail .wishlist-top-right {
  right: 20px;
  top: 20px;
}
.edu-card.card-type-1 .inner .content {
  padding: 25px 30px 30px;
}
body .grid-metro-item .courseTags span {
  text-align: left;
  /* min-height: 62px; */
}
body .grid-metro-item .courseTags span.sponsor-tag , .primary-color  {
  color: var(--color-primary);
}
body .grid-metro-item .courseTags span.sponsor-tag, body .grid-metro-item .card-hover-action .courseTags .sponsor-tag  {
  font-weight: 600;
  margin-bottom: 8px;
}
body .grid-metro-item .card-hover-action .courseTags .sponsor-tag, body .grid-metro-item .card-hover-action .courseTags {
  color: #fff
} 
body .grid-metro-item .courseTags span i {
  margin-right: 5px
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-1 .inner .content {
    padding: 25px 20px 25px;
  }
}
.edu-card.card-type-1 .inner .content .title {
  margin-bottom: 15px;
  margin-top: 10px;
}
.edu-card.card-type-1 .inner .content .edu-rating {
  margin-bottom: 25px;
}
.edu-card.card-type-1 .inner .content .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-border);
  padding-top: 25px;
}
.edu-card.card-type-1:hover {
  background: var(--color-white);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
}
.edu-card.card-type-1.bg-white {
  background-color: var(--color-white);
  transition: 0.4s;
}
.edu-card.card-type-1.bg-white:hover {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
}
.edu-card.card-type-2 {
  background-color: var(--color-shade);
  padding: 20px 20px 30px;
  transition: 0.4s;
}
.edu-card.card-type-2 .inner .thumbnail a {
  border-radius: 3px;
}
.edu-card.card-type-2 .inner .thumbnail a img {
  border-radius: 3px;
}
.edu-card.card-type-2 .inner .thumbnail .top-position.left-top {
  left: 0;
  top: 10px;
}
.edu-card.card-type-2 .inner .thumbnail .wishlist-top-right {
  right: 20px;
  top: 10px;
}
.edu-card.card-type-2 .inner .content {
  padding-top: 25px;
}
.edu-card.card-type-2 .inner .content .card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.edu-card.card-type-2 .inner .content .title {
  margin-bottom: 20px;
}
.edu-card.card-type-2 .inner .content .card-bottom {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--color-border);
}
.edu-card.card-type-2:hover {
  background-color: var(--color-white);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edu-card.card-type-3 {
  background-color: var(--color-white);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
  position: relative;
}
.edu-card.card-type-3 .inner .thumbnail a {
  border-radius: 3px;
}
.edu-card.card-type-3 .inner .thumbnail a img {
  border-radius: 3px;
}
.edu-card.card-type-3 .inner .thumbnail .top-position.left-bottom {
  left: 30px;
  bottom: -19px;
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-3 .inner .thumbnail .top-position.left-bottom {
    left: 20px;
  }
}
.edu-card.card-type-3 .inner .thumbnail .wishlist-top-right {
  right: 20px;
  top: 20px;
}
.edu-card.card-type-3 .inner .content {
  padding: 44px 30px 20px;
}
.edu-card.card-type-3, .edu-card.card-type-3 .inner .content  {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-3 .inner .content {
    padding: 44px 20px 20px;
  }
}
.edu-card.card-type-3 .inner .content .card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  /* min-height: 70px; */
  flex-wrap: wrap;
}
.courseCompletion .edu-card.card-type-3 .inner .content .card-top {
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-card.card-type-3 .inner .content .card-top {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-card.card-type-3 .inner .content .card-top {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-3 .inner .content .card-top {
    flex-wrap: wrap;
  }
}
.edu-card.card-type-3 .inner .content .card-top .author-meta {
  margin-right: 10px;
}
.edu-card.card-type-3 .inner .content .card-top .author-meta .author-thumb {
  display: flex;
  align-items: center;
  height: 60px;
}
.edu-card.card-type-3.inProgressCourses .inner .content .card-top .author-meta .author-thumb {
  height: auto;
}
.edu-card.card-type-3 .inner .content .title {
  margin-bottom: 10px;
} 
body .inProgress .edu-card.card-type-3 .inner .content {
  position: relative;
}
body .inProgressCourses .custom-progress-bar {
  position: absolute;
  bottom: 20px;
  width: 80%;
}
.edu-card.card-type-3 .inner .content .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  flex-wrap: wrap;
}
.edu-card.card-type-3 .card-hover-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  opacity: 0;
  transition: 0.4s;
  box-shadow: 0px 12px 30px rgba(82, 95, 225, 0.1);
  border-radius: 5px;
  padding: 30px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-card.card-type-3 .card-hover-action {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-card.card-type-3 .card-hover-action {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-3 .card-hover-action {
    padding: 30px 20px;
  }
}
.edu-card.card-type-3 .card-hover-action .content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.edu-card.card-type-3
  .card-hover-action
  .content-top
  .top-status-bar
  .eduvibe-status {
  background: rgba(255, 255, 255, 0.15);
  border: 0 none;
  line-height: 33px;
}
.edu-card.card-type-3
  .card-hover-action
  .content-top
  .top-wishlist-bar
  .wishlist-btn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.edu-card.card-type-3 .card-hover-action .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
}
.edu-card.card-type-3 .card-hover-action .title a {
  color: var(--color-white);
}
.edu-card.card-type-3 .card-hover-action .description, .edu-card.card-type-3 .card-hover-action .description p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}
.edu-card.card-type-3 .card-hover-action .description.listDesc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  min-height: 104px;
} 
.edu-card.card-type-3 .card-hover-action .description.listDesc ul li {
  color: #fff;
}
.edu-card.card-type-3 .card-hover-action .price-list {
  margin-bottom: 15px;
}
.edu-card.card-type-3 .card-hover-action .price-list .price {
  color: var(--color-white);
}
.edu-card.card-type-3 .card-hover-action .price-list .price.old-price {
  color: rgba(255, 255, 255, 0.8);
}
.edu-card.card-type-3 .card-hover-action .hover-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.edu-card.card-type-3 .card-hover-action .hover-bottom-content .author-thumb {
  display: flex;
  align-items: center;
}
.edu-card.card-type-3 .card-hover-action .hover-bottom-content .author-meta .author-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-white);
  max-width: 150px;
}
.edu-card.card-type-3 .card-hover-action .hover-bottom-content .edu-meta li {
  color: var(--color-white);
}
.edu-card.card-type-3 .card-hover-action .hover-bottom-content .edu-meta li i {
  color: var(--color-white);
}
.edu-card.card-type-3:hover .card-hover-action {
  opacity: 1;
}
.edu-card.card-type-3.variation-2 {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.edu-card.card-type-3.variation-2 .inner .thumbnail .top-position.left-bottom {
  left: 30px;
  bottom: -13.5px;
}
.edu-card.card-type-3.variation-2 .inner .edu-meta.meta-01 {
  margin: 0 -10px;
}
.edu-card.card-type-3.variation-2 .inner .edu-meta.meta-01 li {
  font-weight: 500;
  line-height: 26px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.edu-card.card-type-3.variation-2 .inner .eduvibe-status.status-03 {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  background: var(--color-primary);
  border-radius: 4px;
  display: inline-block;
  border: 0 none;
}
.edu-card.card-type-3.variation-2 .inner .content {
  padding: 32px 30px 30px;
}
.edu-card.card-type-3.variation-2 .inner .content .title {
  margin-bottom: 20px;
  font-size: 20px;
  margin-top: 15px;
  line-height: 32px;
}
.edu-card.card-type-3.variation-2 .inner .content p {
  margin-bottom: 0;
}
.edu-card.card-type-4 {
  background-color: var(--color-shade);
  transition: 0.4s;
}
.edu-card.card-type-4 .inner {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-card.card-type-4 .inner {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-4 .inner {
    display: block;
  }
}
.edu-card.card-type-4 .inner .thumbnail {
  flex-basis: 38.33%;
}
.edu-card.card-type-4 .inner .thumbnail a {
  height: 100%;
  display: block;
}
.edu-card.card-type-4 .inner .thumbnail a img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-4 .inner .thumbnail a img {
    max-height: 330px;
  }
}
.edu-card.card-type-4 .inner .thumbnail .top-position.left-top {
  left: 10px;
  top: 10px;
}
.edu-card.card-type-4 .inner .thumbnail .wishlist-top-right {
  right: 10px;
  top: 10px;
}
.edu-card.card-type-4 .inner .content {
  flex-basis: 61.66%;
  padding: 30px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-card.card-type-4 .inner .content {
    padding: 30px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-4 .inner .content {
    padding: 30px 18px;
  }
}
.edu-card.card-type-4 .inner .content .card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.edu-card.card-type-4 .inner .content .title {
  margin-bottom: 20px;
  margin-top: 20px;
}
.edu-card.card-type-4 .inner .content .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.edu-card.card-type-4:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  background-color: var(--color-white);
}
.edu-card.card-type-4.bg-white {
  background-color: var(--color-white);
}
.edu-card.card-type-5 {
  background: var(--color-white);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edu-card.card-type-5 .inner {
  padding: 15px 15px 0;
}
.edu-card.card-type-5 .inner .thumbnail a {
  height: 100%;
  display: block;
  border-radius: 3px;
}
.edu-card.card-type-5 .inner .thumbnail a img {
  height: 100%;
  border-radius: 3px;
}
.edu-card.card-type-5 .inner .thumbnail .top-position.left-top {
  left: 10px;
  top: 10px;
}
.edu-card.card-type-5 .inner .thumbnail .wishlist-top-right {
  right: 10px;
  top: 10px;
}
.edu-card.card-type-5 .inner .content {
  padding: 25px 15px;
}
.edu-card.card-type-5 .inner .content .card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.edu-card.card-type-5 .inner .content .title {
  margin-bottom: 20px;
  margin-top: 15px;
}
.edu-card.card-type-5 .inner .content .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.edu-card.card-type-6 {
  background: var(--color-white);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edu-card.card-type-6 .inner {
  padding: 15px;
}
.edu-card.card-type-6 .inner .thumbnail {
  margin-bottom: 15px;
}
.edu-card.card-type-6 .inner .thumbnail a {
  height: 100%;
  display: block;
  border-radius: 3px;
}
.edu-card.card-type-6 .inner .thumbnail a img {
  height: 100%;
  border-radius: 3px;
}
.edu-card.card-type-6 .inner .thumbnail .top-position.left-top {
  left: 10px;
  top: 10px;
}
.edu-card.card-type-6 .inner .content .title {
  margin-bottom: 12px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}
.edu-card.card-type-6 .inner .content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
.edu-card:hover .thumbnail a img {
  transform: scale(1.1);
}

/*-----------------------
    Card Styles  
-------------------------*/
.edu-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.edu-meta.meta-01 {
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  .edu-meta.meta-01 {
    margin: 0 -6px;
  }
}
.edu-meta.meta-01 li {
  font-weight: 500;
  line-height: 26px;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-meta.meta-01 li:first-child {
    margin-right: 10px;
  }
  /* .edu-meta.meta-01 li:last-child {
    margin-left: 10px;
  } */
}
@media only screen and (max-width: 767px) {
  .edu-meta.meta-01 li {
    margin: 0 6px;
  }
  body .tab-main-box {
    display: block;
  }
  body .tab-menu ul li a {
    padding: 12px 25px
  }
  body .courses-tabs .edu-card.card-type-2 {
    width: 100%;
  }
}
.edu-meta.meta-01 li i {
  color: var(--color-body);
  margin-right: 8px;
}
.edu-meta.meta-02 {
  margin: 0 -20px;
}
.edu-meta.meta-02 li {
  font-weight: 500;
  line-height: 26px;
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
}
.edu-meta.meta-02 li i {
  color: var(--color-primary);
  margin-right: 10px;
}
.edu-meta.meta-03 {
  margin: -5px -12px;
}
.edu-meta.meta-03 li {
  font-weight: 600;
  line-height: 22px;
  margin: 5px 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.edu-meta.meta-03 li i {
  color: var(--color-primary);
  margin-right: 10px;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 24px;
  border-radius: 2px;
}
.edu-meta.meta-03 li i::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
  border-radius: 2px;
}
.edu-meta.meta-03 li.meta-lessons i {
  color: var(--color-secondary);
}
.edu-meta.meta-03 li.meta-lessons i::after {
  background: var(--color-secondary);
}
.edu-meta.meta-03 li.meta-clock i {
  color: var(--color-primary);
}
.edu-meta.meta-03 li.meta-clock i::after {
  background: var(--color-primary);
}
.edu-meta.meta-03 li.meta-user i {
  color: var(--color-tertiary);
}
.edu-meta.meta-03 li.meta-user i::after {
  background: var(--color-tertiary);
}
.edu-meta.meta-03 li:last-child {
  margin-right: 0;
}
.edu-meta.meta-04 {
  margin: -5px -6px;
}
.edu-meta.meta-04 li {
  font-weight: 600;
  line-height: 22px;
  margin: 5px 6px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.edu-meta.meta-04 li i {
  color: var(--color-secondary);
  margin-right: 8px;
  font-size: 16px;
}

.edu-rating.rating-default {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.edu-rating.rating-default .rating {
  margin-right: 10px;
}

/*----------------------
    Author Meta  
-----------------------*/
.author-meta {
  display: flex;
  align-items: center;
}
.author-meta .author-thumb a {
  display: block;
  transition: 0.4s;
}
.author-meta .author-thumb a.authorName {
  display: flex;
  align-items: center;
}
body .edu-card.card-type-3:hover .hover-bottom-content .author-meta .author-thumb a.authorName span {
  color: #fff;
}
.author-meta .author-thumb a.authorName span {
  line-height: normal;
}
.author-meta .author-thumb a img {
  height: 34px;
  width: 34px;
  border-radius: 100%;
  margin-right: 5px;
  display: inline-block;
  object-fit: cover;
  min-width: 34px;
}
.author-meta .author-thumb a .author-title, .edu-course-details-area .inner .author-meta .author-thumb a .author-title  {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-heading);
  transition: 0.4s;
  max-width: 150px;
}
.edu-course-details-area .author-meta .author-thumb a .author-title {
  max-width: 100%;
  display: inline;
}
.edu-card.card-type-3 .inner .content .title a.courseMainTitle, .author-meta .author-thumb a .author-title,
.edu-card.card-type-3 .card-hover-action .title a.courseMainTitle,
.edu-course-details-area .inner .author-meta .author-thumb a .author-title, .edu-blog.blog-type-2 .inner .content .title .blogTitle,
.edu-course-details-area .course-details-content .tab-pane .title   {
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.edu-card.card-type-3 .card-hover-action .title a.courseMainTitle  {
  min-height: unset;
}
.author-meta .author-thumb a:hover .author-title {
  color: var(--color-primary);
}
.widget-content .read-more-btn {
  position: static;
}

/*-----------------------
 Badge Style  
------------------------*/
.badge-transparent {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 20px;
}

.status-group {
  margin: -5px;
}
.status-group .eduvibe-status {
  margin: 5px;
}

.status-style-5 {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -17px;
}
.status-style-5 .eduvibe-status {
  margin: 5px 17px;
}

.eduvibe-status.status-01 {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: var(--color-white);
  display: inline-block;
  border-radius: 2px;
}
.eduvibe-status.status-01.bg-primary-color {
  color: var(--color-white);
}
.eduvibe-status.status-01.bg-secondary-color {
  color: var(--color-white);
}

.eduvibe-status.status-02 {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: var(--color-secondary);
  border-radius: 0 2px 2px 0;
  display: flex;
  align-items: center;
}
.eduvibe-status.status-02 i {
  margin-right: 5px;
}

.eduvibe-status.status-03 {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  line-height: 30px;
  padding: 0 15px;
  background: var(--color-primary);
  border-radius: 2px;
  display: inline-block;
  border: 2px solid var(--color-white);
}

.eduvibe-status.status-04 {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  background: var(--color-secondary);
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}

.eduvibe-status.status-05 {
  color: var(--color-body);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: 0.4s;    
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.edu-blog.blog-type-2 {
  height: 100%
}
.edu-blog.blog-type-2 .inner .content .title .blogTitle {
  min-height: 72px;
}
.eduvibe-status.status-05 i {
  color: var(--color-primary);
  margin-right: 9px;
}
.eduvibe-status.status-05:hover {
  color: var(--color-primary);
}

.eduvibe-status.status-06 {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 15px;
  background: var(--color-primary);
  display: inline-block;
  border-radius: 0px 18px 18px 0px;
}

.badge-default {
  border-radius: 3px;
  background: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-white);
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  display: inline-block;
}

/*--------------------------
    Pagination Styles  
----------------------------*/
.edu-pagination {
  margin: -5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edu-pagination li {
  margin: 5px;
  list-style: none;
}
.edu-pagination li a {
  width: 40px;
  height: 40px;
  background: var(--color-shade);
  display: inline-block;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  color: var(--color-body);
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
}
.edu-pagination li a i {
  font-size: 22px;
  font-weight: 500;
}
.edu-pagination li button {
  width: 40px;
  height: 40px;
  background: var(--color-shade);
  display: inline-block;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  color: var(--color-body);
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border-color: transparent;
}
.edu-pagination li button i {
  font-size: 22px;
  font-weight: 500;
}
.edu-pagination li.active a,
.edu-pagination li.active button,
.edu-pagination li:hover a,
.edu-pagination li:hover button {
  background: var(--color-primary);
  color: var(--color-white);
}

/*-------------------------
    Event Grid Style  
--------------------------*/
.edu-event .top-position {
  position: absolute;
  z-index: 2;
}
.edu-event .top-position.left-top {
  left: 0;
  top: 25px;
}

.edu-event .event-meta {
  display: flex;
  align-items: center;
}
.edu-event .event-meta li {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  body .status-group {
    display: block !important;
  }
  body .status-group span {
    display: block;
    padding: 10px 0;
  }
  body .blog-meta {
    margin: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event .event-meta li {
    font-size: 14px;
  }
}
.edu-event .event-meta li i {
  padding-right: 8px;
  color: var(--color-primary);
}

.edu-event.event-grid-1 .inner {
  background: var(--color-white);
  transition: 0.4s;
}
.edu-event.event-grid-1 .inner .thumbnail {
  position: relative;
  overflow: hidden;
}
.edu-event.event-grid-1 .inner .thumbnail a {
  display: block;
}
.edu-event.event-grid-1 .inner .thumbnail a img {
  width: 100%;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.edu-event.event-grid-1 .inner .content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .edu-event.event-grid-1 .inner .content {
    padding: 20px;
  }
}
.edu-event.event-grid-1 .inner .content .title {
  margin-top: 18px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .edu-event.event-grid-1 .inner .content .title {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.edu-event.event-grid-1 .inner:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

.edu-event.event-grid-1.bg-shade .inner {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}

.edu-event.event-list .inner {
  display: flex;
  padding: 20px 40px 20px 20px;
  background: var(--color-shade);
  transition: 0.4s;
  border-radius: 5px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .edu-event.event-list .inner {
    padding: 20px;
  }
}
.edu-event.event-list .inner .thumbnail {
  position: relative;
  overflow: hidden;
  flex-basis: 13%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-event.event-list .inner .thumbnail {
    flex-basis: 17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-event.event-list .inner .thumbnail {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event.event-list .inner .thumbnail {
    flex-basis: 32%;
  }
}
@media only screen and (max-width: 479px) {
  .edu-event.event-list .inner .thumbnail {
    flex-basis: 100%;
  }
}
.edu-event.event-list .inner .thumbnail a {
  display: block;
}
.edu-event.event-list .inner .thumbnail a img {
  width: 100%;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 3px;
  min-width: 140px;
  min-height: auto;
  object-fit: cover;
}
.edu-event.event-list .inner .content {
  flex-basis: 87%;
  padding-left: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-event.event-list .inner .content {
    display: block;
    flex-basis: 83%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-event.event-list .inner .content {
    display: block;
    flex-basis: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event.event-list .inner .content {
    display: block;
    flex-basis: 68%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .edu-event.event-list .inner .content {
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.edu-event.event-list .inner .content .title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .edu-event.event-list .inner .content .title {
    font-size: 18px;
  }
}
.edu-event.event-list .inner .content .event-meta {
  margin: 0 -18px;
  flex-wrap: wrap;
}
.edu-event.event-list .inner .content .event-meta li {
  margin: 0 18px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-event.event-list .inner .content .event-meta li {
    margin: 0 5px;
    font-size: 14px;
  }
}
.edu-event.event-list .inner .content .event-meta li i {
  color: var(--color-body);
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-event.event-list .inner .read-more-btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-event.event-list .inner .read-more-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event.event-list .inner .read-more-btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event.event-list .inner .read-more-btn a.edu-btn {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.edu-event.event-list .inner:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  background: var(--color-white);
}

.edu-event.event-list.bg-white .inner {
  background: #ffffff;
  transition: 0.4s;
}

.edu-event.event-list.bg-white:hover .inner {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
  background: var(--color-white);
}

/*-------------------------
    Team Styles  
--------------------------*/
.team-area-shape-position {
  position: relative;
}
.team-area-shape-position .shape-wrapper .shape {
  position: absolute;
}
.team-area-shape-position .shape-wrapper .shape.shape-1 {
  bottom: 86px;
  right: 5%;
}
.team-area-shape-position .shape-wrapper .shape.shape-2 {
  top: 130px;
  left: 136px;
}
.team-area-shape-position .shape-wrapper .shape.shape-3 {
  top: 148px;
  right: 88px;
}
.team-area-shape-position .shape-wrapper .shape.shape-4 {
  bottom: 115px;
  left: 127px;
}

.team-share-info {
  margin: -3px;
}
.team-share-info a {
  width: 34px;
  height: 34px;
  background: var(--color-white);
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  color: var(--color-primary);
  margin: 3px;
  transition: 0.4s;
}
.team-share-info a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.grid-metro3.teacherDetail {
  margin-top: 40px;
}
.edu-instructor-1 {
  text-align: center;
}
.edu-instructor-1 .edu-instructor .thumbnail {
  width: 220px;
  height: 220px;
  margin: auto;
}
.edu-instructor-1 .edu-instructor .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #d7d3d3; 
}
.edu-instructor-1 .edu-instructor {
  border-radius: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.edu-instructor-1 .edu-instructor::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url(/../assets/border-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.edu-instructor-1 .edu-instructor .inner {
  position: relative;
  padding: 20px;
}
.edu-instructor-1 .edu-instructor .inner .thumbnail a {
  display: block;
  position: relative;
}
.edu-instructor-1 .edu-instructor .inner .thumbnail a::after {
  background: var(--color-dark);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.edu-instructor-1 .edu-instructor .inner .thumbnail a img {
  width: 100%;
  border-radius: 100%;
}
.edu-instructor-1 .edu-instructor .inner .team-share-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
  transform: translateY(8px) scale(0.8);
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a:nth-child(1) {
  transition-delay: 0.07692s;
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a:nth-child(2) {
  transition-delay: 0.15385s;
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a:nth-child(3) {
  transition-delay: 0.23077s;
}
.edu-instructor-1 .edu-instructor-info {
  margin-top: 25px;
}
.edu-instructor-1 .edu-instructor-info .title {
  margin-bottom: 5px;
  line-height: normal;
}
.edu-instructor-1 .edu-instructor-info .desc {
  display: inline-block;
  color: var(--color-body);
  font-weight: 500;
  font-size: 16px;
  transition: 0.4s;
}
.edu-instructor-1:hover .edu-instructor::after {
  transform: rotate(90deg);
}
.edu-instructor-1:hover .edu-instructor .team-share-info a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.edu-instructor-1:hover .edu-instructor .inner .thumbnail a::after {
  opacity: 0.4;
}
.edu-instructor-1:hover .edu-instructor-info .desc {
  color: var(--color-primary);
}

.edu-instructor-2 {
  text-align: center;
}
.edu-instructor-2 .edu-instructor {
  border-radius: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.edu-instructor-2 .edu-instructor .inner {
  position: relative;
}
.edu-instructor-2 .edu-instructor .inner .thumbnail a {
  display: block;
  position: relative;
}
.edu-instructor-2 .edu-instructor .inner .thumbnail a::after {
  background: linear-gradient(
    180deg,
    rgba(45, 40, 78, 0) 0.01%,
    rgba(45, 40, 78, 0) 15.58%,
    rgba(45, 40, 78, 0.75) 100%
  );
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 5px;
  border-radius: 185px 185px 5px 5px;
}
.edu-instructor-2 .edu-instructor .inner .thumbnail a img {
  width: 100%;
  border-radius: 185px 185px 5px 5px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.edu-instructor-2 .edu-instructor .inner .team-share-info {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.edu-instructor-2 .edu-instructor .inner .team-share-info a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
  transform: translateY(8px) scale(0.8);
}
.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(1) {
  transition-delay: 0.07692s;
}
.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(2) {
  transition-delay: 0.15385s;
}
.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(3) {
  transition-delay: 0.23077s;
}
.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(4) {
  transition-delay: 0.31077s;
}
.edu-instructor-2 .edu-instructor-info {
  margin-top: 25px;
}
.edu-instructor-2 .edu-instructor-info .title {
  margin-bottom: 5px;
}
.edu-instructor-2 .edu-instructor-info .desc {
  display: inline-block;
  color: var(--color-body);
  font-weight: 500;
  font-size: 16px;
  transition: 0.4s;
}
.edu-instructor-2:hover .edu-instructor .team-share-info a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.edu-instructor-2:hover .edu-instructor .inner .thumbnail a::after {
  border-radius: 5px;
  opacity: 1;
}
.edu-instructor-2:hover .edu-instructor .inner .thumbnail a img {
  border-radius: 5px;
}
.edu-instructor-2:hover .edu-instructor-info .desc {
  color: var(--color-primary);
}

.edu-instructor-3 {
  text-align: center;
}
.edu-instructor-3 .edu-instructor {
  border-radius: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.edu-instructor-3 .edu-instructor .inner {
  position: relative;
}
.edu-instructor-3 .edu-instructor .inner .thumbnail a {
  display: block;
  position: relative;
}
.edu-instructor-3 .edu-instructor .inner .thumbnail a img {
  width: 100%;
  border-radius: 5px;
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  width: 100%;
  text-align: left;
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 25px 30px;
  opacity: 0;
  transition: 0.4s;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .edu-instructor-3 .edu-instructor .inner .edu-instructor-info {
    width: calc(100% - 30px);
  }
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .desc {
  display: inline-block;
  color: var(--color-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
  margin-bottom: 15px;
}
.edu-instructor-3
  .edu-instructor
  .inner
  .edu-instructor-info
  .team-share-info
  a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: inline-block;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}
.edu-instructor-3
  .edu-instructor
  .inner
  .edu-instructor-info
  .team-share-info
  a:nth-child(1) {
  transition-delay: 0.07692s;
}
.edu-instructor-3
  .edu-instructor
  .inner
  .edu-instructor-info
  .team-share-info
  a:nth-child(2) {
  transition-delay: 0.15385s;
}
.edu-instructor-3
  .edu-instructor
  .inner
  .edu-instructor-info
  .team-share-info
  a:nth-child(3) {
  transition-delay: 0.23077s;
}
.edu-instructor-3
  .edu-instructor
  .inner
  .edu-instructor-info
  .team-share-info
  a:nth-child(4) {
  transition-delay: 0.31077s;
}
.edu-instructor-3
  .edu-instructor
  .inner
  .edu-instructor-info
  .team-share-info.bg-transparent {
  margin: -12px;
}
.edu-instructor-3
  .edu-instructor
  .inner
  .edu-instructor-info
  .team-share-info.bg-transparent
  a {
  background: transparent;
  color: var(--color-primary);
  width: auto;
  height: auto;
  line-height: inherit;
  margin: 12px;
}
.edu-instructor-3.eduvibe-hover-active
  .edu-instructor
  .inner
  .edu-instructor-info {
  opacity: 1;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .edu-instructor-3.eduvibe-hover-active
    .edu-instructor
    .inner
    .edu-instructor-info {
    left: 0;
  }
}
.edu-instructor-3.edu-instructor-hover-visible:hover .edu-instructor-info {
  opacity: 1;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .edu-instructor-3.edu-instructor-hover-visible:hover .edu-instructor-info {
    left: 0;
  }
}

/*------------------------
    Service Style  
--------------------------*/
.service-wrapper-1 {
  position: relative;
}
.service-wrapper-1 .shape-image {
  position: absolute;
  z-index: -1;
}
.service-wrapper-1 .shape-image.shape-image-1 {
  top: -28px;
  left: -206px;
}
.service-wrapper-1 .shape-image.shape-image-2 {
  top: -51px;
  right: -257px;
}
.service-wrapper-1 .shape-image.shape-image-3 {
  bottom: 80px;
  right: -37px;
}
.service-wrapper-1 .shape-image.shape-image-4 {
  bottom: -25px;
  left: -201px;
}

.home-one-cat {
  background-image: url(/../images/bg/home-one-service.jpg);
}

.service-card-1 {
  background: var(--color-white);
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: 0.4s;
}
.service-card-1::after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: 0.4s;
  bottom: 0;
}
.service-card-1 .inner .thumbnail a img {
  width: 100%;
}
.service-card-1 .inner .content {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-1 .inner .content {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-1 .inner .content {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-1 .inner .content {
    padding: 25px 20px;
  }
}
.service-card-1 .inner .content .course-total {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 5px;
  color: var(--color-primary);
}
.service-card-1 .inner .content .title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-1 .inner .content .title {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-1 .inner .content .title {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-1 .inner .content .title {
    margin-bottom: 6px;
  }
}
.service-card-1 .inner .content .description {
  margin-bottom: 0;
}
.service-card-1:hover {
  transform: translateY(-15px);
}
.service-card-1:hover::after {
  width: 100%;
}

/*----------------------
    Service Style Two  
-----------------------*/
.service-card-2 {
  padding: 40px 30px;
  background: #eaf8f6;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-2 {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-2 {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-2 {
    padding: 40px 20px;
  }
}
.service-card-2 .inner {
  text-align: center;
}
.service-card-2 .inner .icon {
  position: relative;
  display: inline-block;
}
.service-card-2 .inner .icon a {
  width: 80px;
  height: 80px;
  background: var(--color-white);
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
}
.service-card-2 .inner .icon .shape-list .shape {
  position: absolute;
  z-index: 2;
}
.service-card-2 .inner .icon .shape-list .shape.shape-1 {
  bottom: 0;
  right: 0;
  transition: 0.4s;
  opacity: 0;
}
.service-card-2 .inner .icon .shape-list .shape.shape-2 {
  left: 0;
  top: 50%;
  transition: 0.4s;
  opacity: 0;
}
.service-card-2 .inner .icon .shape-list .shape.shape-3 {
  top: 0;
  right: 0;
  transition: 0.4s;
  opacity: 0;
}
.service-card-2 .inner .content .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.service-card-2 .inner .content .description {
  margin-bottom: 0;
}
.service-card-2.card-bg-2 {
  background: #fff3ee;
}
.service-card-2.card-bg-3 {
  background: #eff4fc;
}
.service-card-2.card-bg-4 {
  background: #fff1f1;
}
.service-card-2:hover .inner .icon .shape-list .shape.shape-1 {
  bottom: -8px;
  right: 3px;
  opacity: 1;
}
.service-card-2:hover .inner .icon .shape-list .shape.shape-2 {
  left: -20px;
  top: 50%;
  opacity: 1;
}
.service-card-2:hover .inner .icon .shape-list .shape.shape-3 {
  top: -5px;
  right: -1px;
  opacity: 1;
}

/*----------------------
    Service Style Three  
-----------------------*/
.video-section-overlayto-another {
  position: relative;
  margin-bottom: -281px;
  z-index: 1;
}

.service-wrapper-3 {
  position: relative;
  z-index: 1;
  padding-bottom: 281px;
}
.service-wrapper-3 .about-us-two-service-wrapper {
  background-image: url(/../images/bg/about-us-two-service.jpg);
}

.service-card-3 {
  padding: 30px 30px;
  background: var(--color-white);
  border-radius: 5px;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.service-card-3 .inner {
  text-align: center;
}
.service-card-3 .inner .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.service-card-3 .inner .icon a {
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  text-align: center;
  margin: 0 auto;
  border-radius: 35px 35px 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-card-3 .inner .icon a i {
  font-size: 32px;
  color: var(--color-white);
}
.service-card-3 .inner .content .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}
.service-card-3 .inner .content .description {
  margin-bottom: 20px;
}
.service-card-3.shape-bg-1 .inner .icon a {
  background: rgba(113, 82, 233, 0.15);
}
.service-card-3.shape-bg-1 .inner .icon a i {
  color: var(--color-tertiary-2);
}
.service-card-3.shape-bg-1:hover .inner .icon a {
  background: var(--color-tertiary-2);
}
.service-card-3.shape-bg-2 .inner .icon a {
  background: rgba(255, 164, 27, 0.15);
}
.service-card-3.shape-bg-2 .inner .icon a i {
  color: var(--color-tertiary);
}
.service-card-3.shape-bg-2:hover .inner .icon a {
  background: var(--color-tertiary);
}
.service-card-3.shape-bg-3 .inner .icon a {
  background: rgba(82, 95, 225, 0.15);
}
.service-card-3.shape-bg-3 .inner .icon a i {
  color: var(--color-primary);
}
.service-card-3.shape-bg-3:hover .inner .icon a {
  background: var(--color-primary);
}
.service-card-3.shape-bg-4 .inner .icon a {
  background: rgba(248, 111, 3, 0.15);
}
.service-card-3.shape-bg-4 .inner .icon a i {
  color: var(--color-secondary);
}
.service-card-3.shape-bg-4:hover .inner .icon a {
  background: var(--color-secondary);
}
.service-card-3.text-left .inner {
  text-align: left;
}
.service-card-3.bg-grey {
  background: #f5f5f5;
  height: 100%;
}
.service-card-3.bg-grey:hover {
  background: var(--color-white);
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.07);
}
.service-card-3:hover {
  transform: translateY(-20px);
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.07);
}
.service-card-3:hover .inner .icon a i {
  color: #ffffff;
}

/*-------------------------------
    Service Style Four  
---------------------------------*/
.service-card-4 {
  height: 100%;
}
.service-card-4 .inner {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 40px 35px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-4 .inner {
    padding: 25px 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-4 .inner {
    padding: 25px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-4 .inner {
    padding: 25px 14px;
  }
}
.service-card-4 .inner .icon {
  position: relative;
}
.service-card-4 .inner .icon i {
  display: block;
  color: var(--color-primary);
  font-size: 35px;
}
.service-card-4 .inner .icon .subtitle {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.service-card-4 .inner .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.service-card-4 .inner .content .title a {
  transition: 0.4s;
  color: var(--color-heading);
}
.service-card-4 .inner .content .description {
  margin-bottom: 0;
  transition: 0.4s;
}
.service-card-4:hover .inner {
  background: var(--color-primary);
}
.service-card-4:hover .inner .icon i {
  opacity: 0;
}
.service-card-4:hover .inner .icon .subtitle {
  opacity: 1;
  color: var(--color-white);
}
.service-card-4:hover .inner .content .title a {
  color: var(--color-white);
}
.service-card-4:hover .inner .content .description {
  color: var(--color-white);
}

/*-------------------------------
    Service Style Five  
---------------------------------*/
.service-card-5 .inner {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.service-card-5 .inner .icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  transition: 0.4s;
  justify-content: center;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-5 .inner .icon {
    margin-right: 15px;
  }
}
.service-card-5 .inner .icon i {
  color: var(--color-primary);
  font-size: 30px;
  transition: 0.4s;
}
.service-card-5 .inner .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-5 .inner .content .title {
    font-size: 17px;
    line-height: 28px;
  }
}
.service-card-5 .inner .content .description {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
}

.service-card-5:hover .inner {
  background: var(--color-primary);
}
.service-card-5:hover .inner .icon {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
}
.service-card-5:hover .inner .icon i {
  color: var(--color-white);
}
.service-card-5:hover .inner .content .title a {
  color: var(--color-white);
}
.service-card-5:hover .inner .content .description {
  color: var(--color-white);
}

/*-------------------------------
    Service Style 8  
---------------------------------*/
.service-activation-item5 .single-slick-card {
  margin-bottom: 20px;
}

.service-card-8 .inner {
  background: #eaf8f6;
  border-radius: 5px;
  text-align: center;
  padding: 30px;
  position: relative;
  transition: 0.4s;
  margin-bottom: 20px;
}
.service-card-8 .inner .icon {
  position: relative;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 100%;
  justify-content: center;
  margin: 0 auto;
}
.service-card-8 .inner .content {
  margin-top: 20px;
}
.service-card-8 .inner .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.service-card-8 .inner .content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.service-card-8 .inner .hover-action {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
  opacity: 0;
}
.service-card-8 .inner .hover-action .read-more-btn {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  color: var(--color-white);
  display: inline-block;
  line-height: 43px;
  border-radius: 100%;
  font-size: 20px;
}

.service-card-8.shape-bg-2 .inner {
  background: #fff3ee;
}

.service-card-8.shape-bg-3 .inner {
  background: #faeffa;
}

.service-card-8.shape-bg-4 .inner {
  background: #fff1f1;
}

.service-card-8.shape-bg-5 .inner {
  background: #eff4fc;
}

.service-card-8:hover .inner {
  padding-bottom: 50px;
  margin-bottom: -20px;
}
.service-card-8:hover .inner .hover-action {
  opacity: 1;
}

/*-------------------------------
    Service Style 7  
---------------------------------*/
.service-card-single {
  position: relative;
}
.service-card-single:first-child::after {
  background-image: url(/../images/shape-bg/arrow-down.png);
  content: "";
  width: 155px;
  height: 43px;
  right: -19%;
  top: 40px;
  background-size: cover;
  background-position: center center;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-single:first-child::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-single:first-child::after {
    display: none;
  }
}
.service-card-single:last-child::after {
  background-image: url(/../images/shape-bg/arrow-top.png);
  content: "";
  width: 155px;
  height: 43px;
  left: -19%;
  top: 0;
  background-size: cover;
  background-position: center center;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-single:last-child::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-single:last-child::after {
    display: none;
  }
}

.service-card-7 {
  position: relative;
}
.service-card-7 .arrow-icon {
  position: absolute;
  left: 100%;
  top: 40px;
  z-index: 1;
}
.service-card-7 .inner {
  text-align: center;
}
.service-card-7 .inner .icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  background: var(--color-secondary);
  border-radius: 100%;
  justify-content: center;
  margin: 0 auto;
  color: var(--color-white);
  margin-bottom: 35px;
}
.service-card-7 .inner .icon i {
  color: var(--color-white);
  font-size: 32px;
  display: flex;
}
.service-card-7 .inner .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
.service-card-7 .inner .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.service-card-7.shape-bg-2 .inner .icon {
  background: var(--color-primary);
}
.service-card-7.shape-bg-3 .inner .icon {
  background: #ffa41b;
}

/*-----------------------------
    Single Elements Styles  
------------------------------*/
.short-by p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.short-by p span {
  font-weight: 600;
  color: var(--color-heading);
}

.edu-search-box {
  position: relative;
  display: inline-block;
}
.edu-search-box input {
  height: 60px;
  background: var(--color-shade);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-body);
  padding: 0 25px;
  min-width: 350px;
  border: 0 none;
  border-radius: 5px;
  padding-right: 48px;
}
@media only screen and (max-width: 479px) {
  .edu-search-box input {
    min-width: 100%;
  }
}
.edu-search-box .search-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  padding: 0;
  border: 0 none;
  background: transparent;
}
.edu-search-box .search-button i {
  font-size: 17px;
}

.edu-shorting-style-1 {
  display: inline-block;
  position: relative;
}
.edu-shorting-style-1 .icon {
  display: flex;
  align-items: center;
  margin-right: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}
.edu-shorting-style-1 .icon i {
  font-size: 20px;
  color: var(--color-body);
}
.edu-shorting-style-1 .edu-select {
  transition: 0.3s;
  line-height: 28px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
  background: url(/../images/shape-bg/arrow-icon.png) 92% center no-repeat
    transparent;
  border-radius: 5px;
  background-color: #f5f5f5;
  max-width: 256px;
  align-items: center;
  padding: 0 30px;
  height: 60px;
  cursor: pointer;
  min-width: 256px;
  cursor: pointer;
}

/*----------------------------
    Course Sidebar Styles 
-----------------------------*/
.edu-course-widget {
  background: var(--color-shade);
  padding: 20px 30px 30px;
  border-radius: 5px;
}
.edu-course-widget .widget-title {
  border-bottom: 1px solid rgba(45, 40, 78, 0.07);
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.edu-course-widget .content {
  margin-top: 30px;
}
.edu-course-widget .content .edu-form-check {
  position: relative;
}
.edu-course-widget .content .edu-form-check + .edu-form-check {
  margin-top: 25px;
}
.edu-course-widget.widget-category label {
  display: flex;
  justify-content: space-between;
}

/*--------------------------
    Testimonial Area  
----------------------------*/
.satisfied-learner {
  padding-right: 70px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .satisfied-learner {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .satisfied-learner {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .satisfied-learner {
    padding-right: 0;
  }
}
.satisfied-learner .thumbnail img {
  width: 100%;
  border-radius: 5px;
}
.satisfied-learner .trophy-content {
  width: 235px;
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  display: flex;
  border-radius: 5px;
  padding: 20px 25px;
  align-items: center;
  position: absolute;
  top: 97px;
  left: -164px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .satisfied-learner .trophy-content {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .satisfied-learner .trophy-content {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .satisfied-learner .trophy-content {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
}
.satisfied-learner .trophy-content .icon {
  min-width: 49px;
  min-height: 49px;
  object-fit: cover;
  margin-right: 20px;
}
.satisfied-learner .trophy-content .content .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 0;
}
.satisfied-learner .trophy-content .content span {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.testimonial-style-1 {
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-style-1 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style-1.edu-slick-button.slick-button-left .slick-dots {
    bottom: -10px;
  }
}
.testimonial-style-1 .single-testimonial .inner .quote-sign {
  margin-bottom: 50px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style-1 .single-testimonial .inner .quote-sign {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-style-1 .single-testimonial .inner .quote-sign {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.testimonial-style-1 .single-testimonial .inner .description {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .testimonial-style-1 .single-testimonial .inner .description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-style-1 .single-testimonial .inner .description {
    margin-bottom: 30px;
  }
}
.testimonial-style-1 .single-testimonial .inner .client-information {
  display: flex;
  align-items: center;
}
.testimonial-style-1 .single-testimonial .inner .client-information .thumb {
  margin-right: 20px;
  min-width: 80px;
}
.testimonial-style-1 .single-testimonial .inner .client-information .thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
}
.testimonial-style-1
  .single-testimonial
  .inner
  .client-information
  .info
  .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
}
.testimonial-style-1
  .single-testimonial
  .inner
  .client-information
  .info
  .designation {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
}

/*-----------------------------
    Testimonial Card Layout  
------------------------------*/
.testimonial-card-box {
  padding: 15px;
}
.testimonial-card-box .inner {
  position: relative;
  background: var(--color-white);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 40px;
}
.testimonial-card-box .inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 0 27px;
  border-color: transparent transparent transparent var(--color-white);
  top: calc(99% - 1px);
  transform: rotate(90deg);
  z-index: 2;
  border-bottom-right-radius: 4px;
}
.testimonial-card-box .inner .description {
  margin-bottom: 22px;
}
.testimonial-card-box .inner .client-info {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.testimonial-card-box .inner .client-info .thumbnail {
  margin-right: 15px;
}
.testimonial-card-box .inner .client-info .thumbnail img {
  max-height: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 3px;
}
.testimonial-card-box .inner .client-info .content .title {
  margin-bottom: 1px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box .inner .client-info .content .title {
    font-size: 18px;
    line-height: 29px;
  }
}
.testimonial-card-box .inner .client-info .content .designation {
  color: var(--color-primary);
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card-box.variation-2 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 {
    padding: 0;
  }
}
.testimonial-card-box.variation-2 .inner {
  padding: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 .inner {
    padding: 50px 30px;
  }
}
.testimonial-card-box.variation-2 .inner::after {
  display: none;
}
.testimonial-card-box.variation-2 .inner .rating {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 .inner .rating {
    margin-bottom: 20px;
  }
}
.testimonial-card-box.variation-2 .inner .description {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 .inner .description {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-card-box.variation-2 .inner .client-info {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .testimonial-card-box.variation-2 .inner .client-info {
    display: block;
  }
}
.testimonial-card-box.variation-2 .inner .client-info .thumbnail {
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .testimonial-card-box.variation-2 .inner .client-info .thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.testimonial-card-box.variation-2 .inner .client-info .thumbnail img {
  max-height: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}
.testimonial-card-box.variation-3 {
  padding: 0;
}
.testimonial-card-box.variation-3 .description {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-3 .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-card-box.variation-3 .client-info {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.testimonial-card-box.variation-3 .client-info .thumbnail {
  margin-right: 15px;
}
.testimonial-card-box.variation-3 .client-info .thumbnail img {
  max-height: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}
.testimonial-card-box.variation-3 .client-info .content .title {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.testimonial-card-box.variation-3 .client-info .content .designation {
  color: var(--color-primary);
  font-weight: 500;
}

.testimonial-style-5 {
  position: relative;
}
.testimonial-style-5::before {
  position: absolute;
  content: "";
  background: var(--color-primary);
  width: 610px;
  top: 0;
  height: 100%;
  left: 0;
}
@media only screen and (min-width: 1401px) and (max-width: 1750px) {
  .testimonial-style-5::before {
    width: 29%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .testimonial-style-5::before {
    width: 27%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style-5::before {
    width: 29%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-style-5::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-style-5::before {
    display: none;
  }
}
.testimonial-style-5 .banner-thumbnail {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.testimonial-style-5 .banner-thumbnail::after {
  border: 5px solid rgba(251, 124, 86, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 20px;
  border-radius: 250px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .testimonial-style-5 .banner-thumbnail::after {
    display: none;
  }
}
.testimonial-style-5 .banner-thumbnail img {
  border-radius: 250px;
}
.testimonial-style-5 .content-wrapper {
  position: relative;
  z-index: 1;
}
.testimonial-style-5 .content-wrapper .comment-images {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: -8%;
}
.testimonial-style-5 .main-image {
  position: absolute;
  left: 0;
  top: 0;
}

/*--------------------------
    Testimonial Style Two  
----------------------------*/
.testimonial-nav-content .description {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}

.testimonial-nav-content .client-info {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-nav-content .client-info {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-nav-content .client-info {
    margin-bottom: 10px;
  }
}
.testimonial-nav-content .client-info .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
.testimonial-nav-content .client-info .designation {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
}

.testimonial-nav-wrapper {
  max-width: 264px;
}

.testimonial-nav-button .single-thumbnail {
  padding: 5px;
  border: 5px solid transparent;
  border-radius: 100%;
  transition: 0.4s;
  position: relative;
}
.testimonial-nav-button .single-thumbnail img {
  max-width: 68px;
  width: 68px;
  display: inline-block;
  height: 68px;
  border: 8px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}

.testimonial-nav-button
  .slick-current.slick-active
  .single-thumbnail
  .loader-container {
  opacity: 1;
}

.loader-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.loader-container .circle-loader-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 95, 225, 0.2);
  border-radius: 100%;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loader-container .circle-loader-wrap:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background-color: white;
}
.loader-container .circle-loader-wrap div {
  overflow: hidden;
  position: absolute;
  width: 50%;
  height: 100%;
}
.loader-container .circle-loader-wrap .loader {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background-color: var(--color-primary);
}
.loader-container .circle-loader-wrap .left-wrap {
  left: 0;
}
.loader-container .circle-loader-wrap .left-wrap .loader {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  animation: loading-left 4s infinite linear;
  -webkit-animation: loading-left 4s infinite linear;
}
.loader-container .circle-loader-wrap .right-wrap {
  left: 50%;
}
.loader-container .circle-loader-wrap .right-wrap .loader {
  left: -100%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  animation: loading-right 4s infinite linear;
  -webkit-animation: loading-right 4s infinite linear;
}

@keyframes loading-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}

@keyframes loading-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}

/*---------------------
 Feature Styles  
-------------------------*/
.feature-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.feature-list-wrapper .feature-list {
  flex-basis: 50%;
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  .feature-list-wrapper .feature-list {
    flex-basis: 100%;
  }
  body .tab-menu {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
  }
  body .status-group span {
    padding: 10px 0 0;
  }
  .edu-card.card-type-3 .card-hover-action .title a.courseMainTitle {
    line-height: normal;
  }
  .breadcrumb-style-1 .edu-breadcrumb li {
    line-height: 22px;
  }
}

.feature-list .icon {
  margin-bottom: 25px;
}
.feature-list .icon i {
  font-size: 50px;
  color: var(--color-secondary);
}

.feature-list .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}

.feature-list .content p {
  margin-bottom: 0;
}

.feature-thumbnail {
  position: relative;
  z-index: 2;
  right: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-thumbnail {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-thumbnail {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .feature-thumbnail {
    right: 0;
  }
  .event-schedule-tabs > .nav > li:first-child {
    padding: 0;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a > .time, 
  .event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a > .title {
    width: 90%;
  }
}
.feature-thumbnail .circle-image {
  position: absolute;
  top: -11px;
  right: 7px;
  z-index: -1;
  width: 97%;
}
@media only screen and (max-width: 767px) {
  .feature-thumbnail .circle-image {
    display: none;
  }
}

.radius-round {
  border-radius: 100%;
}

/*----------------------
 Feature Style Two  
-------------------------*/
.feature-style-2 {
  display: flex;
  flex-wrap: wrap;
}
.feature-style-2 .single-feature {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
}
.feature-style-2 .single-feature .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: rgba(251, 124, 86, 0.15);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.feature-style-2 .single-feature .icon i {
  color: var(--color-secondary);
}
.feature-style-2 .single-feature .content .feature-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-style-2 .single-feature .content .feature-title {
    font-size: 16px;
  }
}

/*----------------------
    Feature Style Three  
-------------------------*/
.feature-style-3 .feature-content .feature-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--color-secondary);
  margin-bottom: 5px;
}

.feature-style-3 .feature-content .feature-description {
  margin-bottom: 0;
}

/*----------------------
    Feature Style Four  
-------------------------*/
.feature-style-4 .edu-feature-list {
  display: flex;
}
.feature-style-4 .edu-feature-list .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(251, 124, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.feature-style-4 .edu-feature-list .icon i {
  color: var(--color-secondary);
  font-size: 26px;
}
.feature-style-4 .edu-feature-list .content .title {
  margin-bottom: 5px;
}
.feature-style-4 .edu-feature-list .content p {
  margin-bottom: 30px;
}
.feature-style-4 .edu-feature-list.color-var-2 .icon {
  background: rgba(82, 95, 225, 0.1);
}
.feature-style-4 .edu-feature-list.color-var-2 .icon i {
  color: var(--color-primary);
}

/*----------------------
    Feature Style 5  
-------------------------*/
.feature-style-5 .edu-feature-list {
  display: flex;
}
.feature-style-5 .edu-feature-list .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.feature-style-5 .edu-feature-list .icon i {
  color: var(--color-white);
  font-size: 30px;
}
.feature-style-5 .edu-feature-list .content .title {
  margin-bottom: 5px;
}
.feature-style-5 .edu-feature-list .content p {
  margin-bottom: 0;
}
.feature-style-5 .edu-feature-list.color-var-2 .icon {
  background: #ffa41b;
}
.feature-style-5 .edu-feature-list.color-var-2 .icon i {
  color: var(--color-white);
}

/*----------------------
    Feature Style 6  
-------------------------*/
.feature-style-6 .edu-feature-list {
  display: flex;
}
.feature-style-6 .edu-feature-list .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(251, 124, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.feature-style-6 .edu-feature-list .icon i {
  color: var(--color-secondary);
  font-size: 30px;
}
.feature-style-6 .edu-feature-list .content .title {
  margin-bottom: 5px;
}
.feature-style-6 .edu-feature-list .content p {
  margin-bottom: 30px;
}
.feature-style-6 .edu-feature-list.color-var-2 .icon {
  background: rgba(82, 95, 225, 0.1);
}
.feature-style-6 .edu-feature-list.color-var-2 .icon i {
  color: var(--color-primary);
}
.feature-style-6 .edu-feature-list.color-variation-1 .icon {
  background: rgba(255, 164, 27, 0.1);
}
.feature-style-6 .edu-feature-list.color-variation-2 .icon {
  background: rgba(82, 95, 225, 0.1);
}
.feature-style-6 .edu-feature-list.color-variation-3 .icon {
  background: rgba(251, 124, 86, 0.1);
}

/*------------------------
    About Styles  
-------------------------*/
.about-feature-list .our-feature {
  display: flex;
}
.about-feature-list .our-feature .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: var(--color-secondary);
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.about-feature-list .our-feature .icon i {
  color: var(--color-white);
  font-size: 24px;
}
.about-feature-list .our-feature .feature-content .feature-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}
.about-feature-list .our-feature .feature-content .feature-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.about-feature-list .our-feature + .our-feature {
  margin-top: 30px;
}

/*----------------------
    About Style One  
------------------------*/
.about-style-1 {
  position: relative;
  z-index: 1;
}
.about-style-1 .about-image-gallery {
  margin-right: 100px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-1 .about-image-gallery {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-1 .about-image-gallery {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-1 .about-image-gallery {
    margin-right: 0;
  }
}
.about-style-1 .about-image-gallery .image-1 {
  border-radius: 5px;
  width: 100%;
}
.about-style-1 .about-image-gallery .image-2 {
  position: absolute;
  bottom: -61px;
  right: -50px;
  border-radius: 5.2px;
}
@media only screen and (max-width: 767px) {
  .about-style-1 .about-image-gallery .image-2 {
    position: absolute;
    right: 0;
    border-radius: 5px;
    margin-top: 30px;
    transform: none !important;
    object-fit: cover;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-1 .about-image-gallery .image-2 {
    display: none;
  }
}
.about-style-1 .about-image-gallery .image-2 img {
  border-radius: 5px;
}
.about-style-1 .about-image-gallery .badge-inner {
  position: absolute;
  top: 42px;
  left: -75px;
  width: 150px;
  height: 150px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  border-radius: 100%;
}
@media(max-width: 575px) {
  body .academicsHeader .container.customWidth {
    padding: 20px 7px;
  }
  
}
@media only screen and (max-width: 575px) {
  .about-style-1 .about-image-gallery .badge-inner {
    display: none;
  }
}
.about-style-1 .about-image-gallery .badge-inner .image-3 {
  animation: rotateIt 7s linear infinite;
  border-radius: 100%;
}
.about-style-1 .about-image-gallery .shape-image-1 {
  position: absolute;
  bottom: -35px;
  left: -35px;
  z-index: -1;
}
.about-style-1 .inner .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding-left: 17px;
  position: relative;
  margin-top: 40px;
}
.about-style-1 .inner .description::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 46px;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}
.about-style-1 .inner .read-more-btn {
  margin-top: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style-1 .inner .about-parallax-2 {
    right: 8px;
  }
}

/*----------------------
    About Style Two  
------------------------*/
.about-style-2 {
  position: relative;
}
.about-style-2 .about-image-gallery {
  position: relative;
}
.about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper {
  position: relative;
}
.about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper .image-1 {
  position: relative;
  margin-left: -40px;
  width: 460px;
  min-width: 460px;
  height: 460px;
  min-height: 460px;
  border-radius: 100%;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper .image-1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper .image-1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper .image-1 {
    margin-left: 0;
    width: 100%;
    min-width: auto;
    min-height: auto;
    height: auto;
  }
}
.about-style-2
  .about-image-gallery
  .eduvibe-about-1-img-wrapper
  .eduvibe-about-blur
  img {
  position: absolute;
  left: -50px;
  width: 739px;
  height: 739px;
  z-index: 0;
  top: -140px;
}
@media only screen and (max-width: 1199px) {
  .about-style-2
    .about-image-gallery
    .eduvibe-about-1-img-wrapper
    .eduvibe-about-blur
    img {
    display: none;
  }
}
.about-style-2 .about-image-gallery .image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-2 .about-image-gallery .image-2 {
    right: 101px;
  }
}
.about-style-2 .about-image-gallery .finished-session {
  background: var(--color-white);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: -120px;
  top: 8%;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-2 .about-image-gallery .finished-session {
    left: 0;
    top: -9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-2 .about-image-gallery .finished-session {
    left: 0;
    top: -9%;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-2 .about-image-gallery .finished-session {
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
  }
}
.about-style-2 .about-image-gallery .finished-session .inner .text {
  font-weight: 700;
  font-size: 32px;
  color: var(--color-primary);
  line-height: 44px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .about-style-2 .about-image-gallery .finished-session .inner .text {
    font-size: 22px;
    line-height: 29px;
  }
}
.about-style-2 .about-image-gallery .finished-session .inner .finished-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  color: var(--color-dark);
}
.about-style-2 .circle-image-wrapper {
  position: absolute;
  width: 272px;
  height: 272px;
  right: 52px;
  bottom: -57px;
  z-index: 3;
}
.about-style-2 .circle-image-wrapper .circle-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 272px;
  height: 272px;
  z-index: -1;
}
.about-style-2 .circle-image-wrapper .circle-image span {
  border-color: #ffa41b;
  left: 26px;
}
@media only screen and (max-width: 991px) {
  .about-style-2 .circle-image-wrapper .circle-image span {
    left: -51px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-2 .circle-image-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style-2 .circle-image-wrapper {
    right: 30px;
  }
}

.circle-image-wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.circle-image-wrapper .circle-image {
  z-index: -1;
}

/*----------------------
    About Style 3  
------------------------*/
.about-style-3 {
  position: relative;
}
.about-style-3 .gappery-wrapper .gallery-image {
  position: relative;
}
.about-style-3 .gappery-wrapper .gallery-image img {
  border-radius: 5.2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-3 .gappery-wrapper .gallery-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-3 .gappery-wrapper .gallery-image img {
    width: 100%;
  }
}
.about-style-3 .gappery-wrapper .gallery-image .icon-badge {
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.about-style-3 .gappery-wrapper .gallery-image .icon-badge i {
  color: var(--color-white);
  font-size: 20px;
}
.about-style-3
  .gappery-wrapper
  .gallery-image.gallery-image-3
  .student-like-status {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-3
    .gappery-wrapper
    .gallery-image.gallery-image-3
    .student-like-status {
    left: 10px;
    top: auto;
    transform: none;
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-3
    .gappery-wrapper
    .gallery-image.gallery-image-3
    .student-like-status {
    left: 10px;
    top: auto;
    transform: none;
    bottom: 10px;
  }
}
.about-style-3
  .gappery-wrapper
  .gallery-image.gallery-image-3
  .student-like-status
  .inner {
  display: flex;
  padding: 16px 15px;
  align-items: center;
}
.about-style-3
  .gappery-wrapper
  .gallery-image.gallery-image-3
  .student-like-status
  .inner
  .icon {
  width: 40px;
  height: 40px;
  background: rgba(251, 124, 86, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 10px;
}
.about-style-3
  .gappery-wrapper
  .gallery-image.gallery-image-3
  .student-like-status
  .inner
  .icon
  i {
  color: var(--color-white);
}
.about-style-3
  .gappery-wrapper
  .gallery-image.gallery-image-3
  .student-like-status
  .inner
  .content {
  text-align: left;
}
.about-style-3
  .gappery-wrapper
  .gallery-image.gallery-image-3
  .student-like-status
  .inner
  .content
  .title {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 0;
}
.about-style-3
  .gappery-wrapper
  .gallery-image.gallery-image-3
  .student-like-status
  .inner
  .content
  .subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

/*----------------------
    About Style 4  
------------------------*/
.about-style-4 {
  position: relative;
}
.about-style-4 .gallery-wrapper {
  position: relative;
  text-align: center;
  margin-right: 120px;
  margin-left: -50px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-4 .gallery-wrapper {
    text-align: left;
    margin-left: 130px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-4 .gallery-wrapper {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-4 .gallery-wrapper {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }
}
.about-style-4 .gallery-wrapper img {
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .about-style-4 .gallery-wrapper .image-1 {
    width: 100%;
  }
}
.about-style-4 .gallery-wrapper .image-2 {
  position: absolute;
  left: -95px;
  z-index: -1;
  top: 88px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-4 .gallery-wrapper .image-2 {
    left: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-4 .gallery-wrapper .image-2 {
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-4 .gallery-wrapper .image-2 {
    display: none;
  }
}
.about-style-4 .gallery-wrapper .image-3 {
  position: absolute;
  right: -73px;
  bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-4 .gallery-wrapper .image-3 {
    left: 370px;
    right: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-4 .gallery-wrapper .image-3 {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-4 .gallery-wrapper .image-3 {
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-4 .gallery-wrapper .image-3 {
    display: none;
  }
}
.about-style-4 .gallery-wrapper .image-3 img {
  border: 3px solid #ffffff;
}

/*----------------------
    About Style 6  
------------------------*/
.about-style-6 .about-image-gallery {
  position: relative;
  z-index: 1;
}
.about-style-6 .about-image-gallery img {
  border-radius: 265px 265px 5px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-6 .about-image-gallery img {
    border-radius: 500px 500px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-6 .about-image-gallery img {
    border-radius: 500px 500px 0 0;
  }
}
.about-style-6 .about-image-gallery .badge-icon {
  position: absolute;
  bottom: 173px;
  left: -75px;
  width: 130px;
  height: 130px;
  background: #ffffff;
  border-radius: 100%;
  padding: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-6 .about-image-gallery .badge-icon {
    bottom: auto;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-6 .about-image-gallery .badge-icon {
    bottom: auto;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-6 .about-image-gallery .badge-icon {
    bottom: auto;
    left: 0;
    top: 0;
  }
}
.about-style-6 .about-image-gallery .badge-icon .badge-inner {
  padding: 5px;
  background: #fb7c56;
  border-radius: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.about-style-6 .about-image-gallery .badge-icon .badge-inner::after {
  width: 20px;
  height: 20px;
  background: var(--color-white);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.about-style-6 .about-image-gallery .badge-icon .badge-inner img {
  animation: rotateIt 7s linear infinite;
}
.about-style-6 .about-image-gallery::after {
  position: absolute;
  content: "";
  border: 5px solid var(--color-secondary);
  width: 97%;
  height: 95%;
  left: 40px;
  bottom: -20px;
  border-radius: 265px 265px 5px 5px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-6 .about-image-gallery::after {
    border-radius: 500px 500px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-6 .about-image-gallery::after {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-6 .inner {
    padding-left: 40px;
  }
}

.about-style-6 .inner .feature-list-wrapper {
  display: flex;
  margin: 0;
  margin-top: -30px;
}
.about-style-6 .inner .feature-list-wrapper .feature-list {
  flex-basis: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-6 .inner .feature-list-wrapper .feature-list {
    flex-basis: 100%;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-6 .inner .feature-list-wrapper .feature-list {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-6 .inner .feature-list-wrapper .feature-list {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-6 .inner .feature-list-wrapper .feature-list {
    flex-basis: 100%;
  }
}
.about-style-6 .inner .feature-list-wrapper .feature-list i {
  margin-right: 14px;
  color: var(--color-secondary);
  font-size: 24px;
}

.about-style-6 .inner .info-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  margin-left: 30px;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-6 .inner .info-btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-6 .inner .info-btn {
    margin-left: 0;
    margin-top: 20px;
    display: block;
  }
}
.about-style-6 .inner .info-btn:hover {
  color: var(--color-secondary);
}
.about-style-6 .inner .info-btn i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  margin-right: 15px;
  background: rgba(251, 124, 86, 0.15);
  color: var(--color-secondary);
  display: inline-block;
}

.edu-mission-vision-area .thumbnail {
  margin: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-mission-vision-area .thumbnail {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .edu-mission-vision-area .thumbnail {
    flex-wrap: wrap;
  }
}
.edu-mission-vision-area .thumbnail img {
  border-radius: 5px;
}
.edu-mission-vision-area .thumbnail .shape-image {
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-mission-vision-area .thumbnail .shape-image {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-mission-vision-area .thumbnail .shape-image {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .edu-mission-vision-area .thumbnail .shape-image {
    flex-basis: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .eduvibe-about-three-mission .thumbnail img {
    transform: none !important;
  }
}

/*----------------------
    Why Choose Us 1
------------------------*/
.edu-choose-us-area-one .thumbnail {
  margin-left: -151px;
  margin-right: -76px;
  margin-top: -50px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus  {
  font-family: var(--font-primary) !important;
}
body .fields_hint_para, body .fields_hint_para p {
  color: #8d8c8c !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .edu-choose-us-area-one .thumbnail {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 1199px) {
  .edu-choose-us-area-one .thumbnail {
    margin-left: -120px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .edu-choose-us-area-one .thumbnail {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.edu-section-gap.login-page-wrapper {
  padding: 80px 0 !important;
}
.edu-choose-us-area-one.edu-section-gap {
  padding: 180px 0 60px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-choose-us-area-one.edu-section-gap {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-choose-us-area-one.edu-section-gap {
    padding: 80px 0 !important;
  }
}

/*-------------------------
    Newsletter Styles  
-------------------------*/
.newsletter-form-style-1 .input-box {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-1 .input-box {
    display: block;
  }
}
.newsletter-form-style-1 .input-box input {
  height: 60px;
  background: var(--color-white);
  border: 0 none;
  padding: 0 52px;
  min-width: 570px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-1 .input-box input {
    min-width: 100%;
    height: 60px;
  }
}
.newsletter-form-style-1 .input-box input.large-input-box {
  height: 80px;
  min-width: 670px;
  padding-right: 190px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-1 .input-box input.large-input-box {
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.newsletter-form-style-1 .input-box .mail-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-1 .input-box .mail-icon {
    display: none;
  }
}
.newsletter-form-style-1 .input-box .send-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  border: 0 none;
  padding: 0;
  background: transparent;
}
.newsletter-form-style-1 .input-box .send-button i {
  font-size: 20px;
  color: var(--color-primary);
}
.newsletter-form-style-1 .input-box .edu-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-1 .input-box .edu-btn {
    position: static;
    transform: none;
    margin-left: 0;
    margin-top: 20px;
  }
}

.newsletter-style-2 {
  position: relative;
}
.newsletter-style-2 input {
  height: 60px;
  background: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-body);
  border-radius: 5px;
  border: 0 none;
  padding-right: 146px;
}
.newsletter-style-2 .subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  z-index: 2;
}

.newsletter-style-3 {
  background-image: url(/../images/bg/home-two-cta.jpg);
  position: relative;
}
.newsletter-style-3 .contact-info {
  margin-left: 43px;
}
@media only screen and (max-width: 575px) {
  .newsletter-style-3 .contact-info {
    margin-left: 0;
    margin-top: 20px;
  }
}
.newsletter-style-3 .contact-info a {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-white);
  transition: 0.4s;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.newsletter-style-3 .contact-info a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-white);
  transition: 0.3s;
}
.newsletter-style-3 .contact-info a i {
  margin-right: 5px;
}
.newsletter-style-3 .contact-info a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.newsletter-style-5 {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  min-width: 1400px;
  padding: 100px 115px;
  background-image: url(/../images/bg/newsletter-home-4-bg.jpg);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .newsletter-style-5 {
    min-width: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-style-5 {
    min-width: auto;
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-style-5 {
    min-width: auto;
    padding: 50px 40px;
  }
  .edu-section-gap.login-page-wrapper {
    padding: 200px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-style-5 {
    min-width: auto;
    padding: 50px 40px;
  }
}

.newsletter-overlay-to-another {
  position: relative;
  margin-top: -145px;
}
@media only screen and (max-width: 991px) {
  .newsletter-overlay-to-another {
    margin-top: -80px;
  }
}

.newsletter-to-top {
  padding-top: 273px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-to-top {
    padding-top: 224px !important;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-to-top {
    padding-top: 224px !important;
  }
}

/*---------------------------
    Social Share Style
---------------------------*/
.social-share {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.social-share li {
  margin: 7px;
}
.social-share li a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  display: inline-block;
  font-size: 18px;
  color: var(--color-white);
  transition: 0.4s;
  text-align: center;
}
.social-share li a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.social-share.bg-transparent li a {
  background: transparent;
  border: 1px solid rgba(45, 40, 78, 0.1);
  color: var(--color-primary);
  border-radius: 100%;
}
.social-share.bg-transparent li a:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}
.social-share.icon-transparent {
  margin: 0 -15px;
}
.social-share.icon-transparent li {
  margin: 0 15px;
}
.social-share.icon-transparent li a {
  background: transparent;
  height: auto;
  width: auto;
  color: var(--color-body);
  transition: 0.4s;
  line-height: initial;
}
.social-share.icon-transparent li a:hover {
  color: var(--color-primary);
}
.social-share.border-style {
  margin: 0 -7px;
}
.social-share.border-style li {
  margin: 0 7px;
}
.social-share.border-style li a {
  background: transparent;
  height: 40px;
  width: 40px;
  color: var(--color-primary);
  transition: 0.4s;
  line-height: 42px;
  text-align: center;
  border: 1px solid rgba(45, 40, 78, 0.1);
  border-radius: 100%;
  font-size: 16px;
}
.social-share.border-style li a:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.social-share.medium-size li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
}

/*-------------------------
    Back To Top  
---------------------------*/
@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.paginacontainer {
  height: 3000px;
}
.studentDashboard .mySubscription .read-more button img, .studentDashboard .mySubscription .read-more a img {
  width: 70px;
  margin-bottom: 10px;
}
.edu-course-details-area.edu-section-gap {
  padding: 100px 10px 0 !important;
}
.edu-course-details-area.edu-section-gap.detailedLesson {
  padding: 100px 10px !important;
}
.edu-course-details-area .edu-instructor-1 .edu-instructor .inner {
  padding: 16px;
}
.rn-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #dbdbdb;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.rn-progress-parent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rn-progress-parent::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro" !important;
  /* content: "\f106"; */
  content: unset;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--color-tertiary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.rn-progress-parent:hover::after {
  color: var(--color-tertiary);
}
.rn-progress-parent::before {
  position: absolute;
  font-family: "feather" !important;
  /* content: "\e914"; */
  content: unset;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0d0d12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.rn-progress-parent i {
  position: fixed;
  bottom: 30%;
  right: 32%;
  color: var(--color-secondary);
}
.rn-progress-parent svg path {
  fill: none;
}
.rn-progress-parent svg.rn-back-circle path {
  stroke: var(--color-secondary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*--------------------------
    Workshop Style One  
----------------------------*/
.workshop-style-1 .workshop-inner .description {
  color: var(--color-white);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .workshop-style-1 .workshop-inner .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .workshop-style-1 .workshop-inner .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*--------------------------
    Video Popup Styles  
----------------------------*/
.video-gallery-1 {
  padding: 8px;
  background: var(--color-white);
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.video-popup-wrapper {
  position: relative;
}
.video-popup-wrapper.video-popup-two img {
  -webkit-mask: url(/../images/shapes/mask-shape-1.svg);
  mask: url(/../images/shapes/mask-shape-1.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.video-popup-wrapper .position-to-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-popup-wrapper img {
  border-radius: 5px;
}

.video-play-btn {
  border: 0;
  width: 50px;
  height: 50px;
  margin-left: -30px;
  margin-top: -30px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  border-radius: 100%;
  background: var(--color-white);
  margin: 0 auto;
  display: inline-block;
}
.video-play-btn.with-animation::after,
.video-play-btn.with-animation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1.2px solid var(--color-white);
}
.video-play-btn.with-animation::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.video-play-btn.with-animation::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.video-play-btn.size-60 {
  width: 60px;
  height: 60px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .video-play-btn.size-60 {
    width: 50px;
    height: 50px;
    font-size: inherit;
  }
}
@media only screen and (max-width: 575px) {
  .video-play-btn.size-60 {
    width: 45px;
    height: 45px;
  }
}
.video-play-btn.size-80 {
  width: 80px;
  height: 80px;
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .video-play-btn.size-80 {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .video-play-btn.size-80 {
    width: 50px;
    height: 50px;
    font-size: inherit;
  }
}
@media only screen and (max-width: 575px) {
  .video-play-btn.size-80 {
    width: 45px;
    height: 45px;
  }
}
.video-play-btn.size-80 .play-icon::before {
  transform: translate(-6px, -12px);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 21px solid var(--color-white);
}
.video-play-btn.size-80.btn-secondary-color .play-icon::before {
  border-left: 21px solid var(--color-white);
}
.video-play-btn .play-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-play-btn .play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-5px, -8px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid var(--color-primary);
}
.video-play-btn .play-icon.course-details-video-popup::before {
  border-left: 15px solid var(--color-primary);
}
.video-play-btn.color-secondary .play-icon::before {
  border-left: 17px solid var(--color-secondary);
}
.video-play-btn.color-secondary.size-80 .play-icon::before {
  border-left: 21px solid var(--color-secondary);
}
.video-play-btn.btn-large {
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-top: 0;
}
.video-play-btn.btn-theme-color {
  color: #ffffff;
  background: var(--color-primary);
}
.video-play-btn.btn-theme-color::after {
  border-color: var(--color-primary);
}
.video-play-btn.btn-theme-color::before {
  border-color: var(--color-primary);
}
.video-play-btn.btn-secondary-color {
  color: #ffffff;
  background: var(--color-secondary);
}
.video-play-btn.btn-secondary-color::after {
  border-color: var(--color-secondary);
}
.video-play-btn.btn-secondary-color::before {
  border-color: var(--color-secondary);
}
.video-play-btn.btn-secondary-color .play-icon::before {
  border-left: 15px solid var(--color-white);
}

.video-style-2 {
  position: relative;
  z-index: 1;
}
.video-style-2::after {
  position: absolute;
  content: "";
  background: var(--color-white);
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% + 250px);
  z-index: -1;
  border-radius: 10px 0px 0px 10px;
}
@media only screen and (max-width: 991px) {
  .video-style-2::after {
    display: none;
  }
}
.video-style-2 .side-shape-image {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
.video-style-2 .side-shape-image img {
  animation: eduvibe-rotate-x 30s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-style-2 .side-shape-image {
    display: none;
  }
}

/*keyframes-css*/
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}

/*------------------------------
    Choose Us Style  
-------------------------------*/
.choose-us-style-1 {
  position: relative;
}
.choose-us-style-1 .inner .section-title .title {
  margin-bottom: 40px;
}
.choose-us-style-1 .chosse-us-thumbnail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 236px;
}
.choose-us-style-1 .right-side-thumb {
  margin-right: -149px;
}
@media only screen and (max-width: 991px) {
  .choose-us-style-1 .right-side-thumb {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .eduvibe-home-two-counter .choose-us-2 {
    margin-top: 25px;
  }
}

/*----------------------------
    Call To Action Styles  
-----------------------------*/
.call-action-style-1 {
  padding-top: 24px;
  padding-left: 50px;
}
.call-action-style-1 .inner .content .pre-title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 5px;
}
.call-action-style-1 .inner .content .title {
  font-size: 24px;
  line-height: 36px;
}
.call-action-style-1 .thumbnail {
  position: relative;
  z-index: 1;
}
.call-action-style-1 .thumbnail .shape-image {
  position: absolute;
  top: 18px;
  right: 13px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-action-style-1 .thumbnail img.main-img {
    margin-bottom: -15px;
  }
}
.call-action-style-1.box-layout {
  padding: 46px 50px;
  position: relative;
}
.call-action-style-1.box-layout .inner .shape-image-2 {
  position: absolute;
  top: 26px;
  right: 30px;
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .call-action-style-1.box-layout .inner .shape-image-2 {
    display: none;
  }
}

/*-----------------------
    Slick Slider  
-------------------------*/
.edu-testimonial-activation.edu-slick-button {
  margin-bottom: 62px;
}
.edu-testimonial-activation.edu-slick-button .edu-slick-button .slick-dots {
  bottom: -74px;
}

.course-activation-item-2 .edu-slick-button .slick-dots {
  bottom: -45px;
}

.slick-activation-wrapper {
  margin: 0 -15px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .slick-activation-wrapper {
    margin: 0;
  }
}
.slick-activation-wrapper .single-slick-card {
  padding: 0 15px;
}
@media only screen and (max-width: 575px) {
  .slick-activation-wrapper .single-slick-card {
    padding: 0;
  }
}

.single-slick-card .edu-card.card-type-5 {
  box-shadow: none;
}

.edu-slick-button .slick-dots {
  bottom: -84px;
  margin: 0 -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-slick-button .slick-dots {
    bottom: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-slick-button .slick-dots {
    bottom: -60px;
  }
}
.edu-slick-button .slick-dots li {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  padding: 0;
  transition: 0.4s;
  line-height: 24px;
  position: relative;
  margin: 0 1px;
  display: inline-block;
}
.edu-slick-button .slick-dots li::before {
  border: 2px solid transparent;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.2s;
  opacity: 0;
  border-radius: 100%;
  left: 0;
  top: 0;
  transform: scale(0.2);
}
.edu-slick-button .slick-dots li.slick-active {
  margin: 0 3px;
}
.edu-slick-button .slick-dots li button {
  width: 10px;
  height: 10px;
  background: rgba(82, 95, 225, 0.5);
  border-radius: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.edu-slick-button .slick-dots li button::before {
  display: none;
}
.edu-slick-button .slick-dots li.slick-active::before {
  border-color: var(--color-primary);
  opacity: 1;
  transform: scale(1);
}
.edu-slick-button .slick-dots li.slick-active button {
  background: var(--color-primary);
}

.edu-slick-button.slick-button-left .slick-dots {
  bottom: -80px;
  margin: 0px -6px;
  text-align: left;
  display: flex !important;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-slick-button.slick-button-left .slick-dots {
    bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-slick-button.slick-button-left .slick-dots {
    bottom: -50px;
  }
}
.edu-slick-button.slick-button-left .slick-dots li {
  border-radius: 100%;
  transition: 0.4s;
  position: relative;
  margin: 0 6px;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.edu-slick-button.slick-button-left .slick-dots li::before {
  border: 2px solid transparent;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.3s;
  opacity: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.edu-slick-button.slick-button-left .slick-dots li.slick-active::before {
  border-color: var(--color-primary);
  opacity: 1;
  width: 100%;
  height: 100%;
}

.edu-slick-button.instructor-profile-courses .slick-dots {
  bottom: -46px;
}

@media only screen and (max-width: 1199px) {
  .edu-slick-button.instructor-profile-courses .slick-list {
    margin-bottom: 30px;
  }
}

.slick-arrow-style-2 {
  position: relative;
}
.slick-arrow-style-2 .slide-arrow {
  position: absolute;
  right: 50px;
  width: 50px;
  height: 50px;
  background: rgba(82, 95, 225, 0.15);
  transition: 0.3s;
  color: var(--color-primary);
  line-height: 50px;
  text-align: center;
  border: 0 none;
  bottom: 50px;
  border-radius: 3px;
  font-size: 18px;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .slick-arrow-style-2 .slide-arrow {
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 20px;
  }
}
.slick-arrow-style-2 .slide-arrow:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.slick-arrow-style-2 .slide-arrow.prev-arrow {
  right: 115px;
}
@media only screen and (max-width: 479px) {
  .slick-arrow-style-2 .slide-arrow.prev-arrow {
    right: 74px;
  }
}

.edu-slick-arrow-top .slide-arrow {
  position: absolute;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  transition: 0.3s;
  color: var(--color-primary);
  line-height: 50px;
  text-align: center;
  border: 0 none;
  font-size: 18px;
  top: -120px;
}
@media only screen and (max-width: 767px) {
  .edu-slick-arrow-top .slide-arrow {
    top: auto;
    bottom: -30px;
    right: auto;
    left: 80px;
  }
}
.edu-slick-arrow-top .slide-arrow:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.edu-slick-arrow-top .slide-arrow.prev-arrow {
  right: 80px;
}
@media only screen and (max-width: 767px) {
  .edu-slick-arrow-top .slide-arrow.prev-arrow {
    right: auto;
    left: 15px;
  }
}

/*------------------------
    Winner Area Styles  
--------------------------*/
.edu-winner-card {
  background: var(--color-white);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px;
  transition: 0.4s;
  text-align: center;
}
.edu-winner-card .inner .icon {
  margin-bottom: 30px;
}
.edu-winner-card .inner .icon img {
  max-height: 50px;
}
.edu-winner-card .inner .content .subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.edu-winner-card .inner .content .title {
  font-weight: 700;
  margin-bottom: 0;
  transition: 0.4s;
}
.edu-winner-card:hover {
  transform: translateY(-15px);
}
.edu-winner-card:hover .inner .content .title {
  color: var(--color-primary);
}

/*----------------------------
    Counterup Styles  
-----------------------------*/
.edu-counterup {
  background: var(--color-white);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  text-align: center;
  padding: 50px 30px;
}
.edu-counterup .odometer.odometer-auto-theme,
.edu-counterup .odometer.odometer-theme-default {
  font-family: inherit;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-counterup {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-counterup {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-counterup {
    padding: 30px 15px;
  }
}
.edu-counterup .inner .icon {
  margin-bottom: 25px;
}
.edu-counterup .inner .icon img {
  max-height: 60px;
}
.edu-counterup .inner .content .counter {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 0;
}
.edu-counterup .inner .content span {
  display: inline-block;
}

.counterup-overlay-top {
  position: relative;
  margin-top: -145px;
  padding-top: 275px !important;
}

.counterup-style-2 {
  position: relative;
  z-index: 2;
}
.counterup-style-2 .line-separator {
  position: relative;
}
.counterup-style-2 .line-separator::after {
  position: absolute;
  content: "";
  height: 160px;
  background: rgba(255, 255, 255, 0.15);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media only screen and (max-width: 575px) {
  .counterup-style-2 .line-separator::after {
    display: none;
  }
}
.counterup-style-2 .line-separator:last-child::after {
  display: none;
}
.counterup-style-2 .line-separator.color-var-2::after {
  background: #2d284e;
  opacity: 0.1;
}

.edu-counterup-2 .odometer.odometer-auto-theme,
.edu-counterup-2 .odometer.odometer-theme-default {
  font-family: inherit;
  letter-spacing: 1px;
}

.edu-counterup-2 .inner {
  text-align: center;
}
.edu-counterup-2 .inner .icon {
  margin-bottom: 7px;
}
.edu-counterup-2 .inner .icon i {
  color: var(--color-white);
  font-size: 30px;
}
.edu-counterup-2 .inner .content .counter {
  color: var(--color-white);
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 5px;
}
.edu-counterup-2 .inner .content .counter .after-icon {
  color: var(--color-white);
  position: relative;
  display: inline-block;
  left: -7px;
}
.edu-counterup-2 .inner .content .subtitle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
}

.edu-counterup-2.variation-2 .inner {
  text-align: center;
}
.edu-counterup-2.variation-2 .inner .icon i {
  color: var(--color-primary);
  font-size: 50px;
}
.edu-counterup-2.variation-2 .inner .content .counter {
  color: var(--color-heading);
}
.edu-counterup-2.variation-2 .inner .content .counter .after-icon {
  color: var(--color-heading);
}
.edu-counterup-2.variation-2 .inner .content .subtitle {
  color: var(--color-body);
}

.edu-countdown-area {
  background-image: url(/../images/bg/about-us-two-countdown.jpg);
}
.edu-countdown-area .countdown .countdown-container .countdown-value {
  color: var(--color-secondary);
}

.countdown {
  display: flex;
  margin: -15px;
  justify-content: center;
  flex-wrap: wrap;
}
.countdown .countdown-container {
  margin: 15px !important;
  position: relative;
  background-color: var(--color-white);
  padding: 15px 28px;
  border-radius: 5px;
}
.countdown .countdown-container .countdown-heading {
  display: block;
  color: var(--color-body);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.countdown .countdown-container .countdown-value {
  display: block;
  font-size: 32px;
  color: var(--color-heading);
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1.38;
}
.countdown .countdown-container:after {
  content: ":";
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  position: absolute;
  font-size: 32px;
  color: var(--color-white);
  font-weight: 700;
}
.countdown .countdown-container:last-child::after {
  display: none;
}

.countdown-style-2 .countdown {
  display: flex;
  margin: -15px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown {
    margin: -5px !important;
  }
}
.countdown-style-2 .countdown .countdown-container {
  margin: 15px !important;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 40px 10px;
  border-radius: 5px;
  transition: 0.4s;
  min-width: 180px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown .countdown-container {
    padding: 10px;
    min-width: auto;
    margin: 5px !important;
  }
}
.countdown-style-2 .countdown .countdown-container .countdown-heading {
  display: block;
  color: var(--color-heading);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown .countdown-container .countdown-heading {
    font-size: 14px;
  }
}
.countdown-style-2 .countdown .countdown-container .countdown-value {
  display: block;
  font-weight: 800;
  font-size: 68px;
  line-height: 1.24;
  color: var(--color-heading);
  text-align: center;
  position: relative;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown .countdown-container .countdown-value {
    font-size: 24px;
  }
}
.countdown-style-2 .countdown .countdown-container:after {
  display: none;
}
.countdown-style-2 .countdown .countdown-container:last-child::after {
  display: none;
}
.countdown-style-2 .countdown .countdown-container:hover {
  background: var(--color-primary);
  box-shadow: 0px 10px 30px rgba(82, 95, 225, 0.3);
}
.countdown-style-2 .countdown .countdown-container:hover .countdown-heading {
  color: var(--color-white);
}
.countdown-style-2 .countdown .countdown-container:hover .countdown-value {
  color: var(--color-white);
}

.eduvibe-about-two-countdown .countdown-style-1 {
  padding: 0 290px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-about-two-countdown .countdown-style-1 {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-about-two-countdown .countdown-style-1 {
    padding: 0px;
  }
}

/*--------------------------------
    Breadcrumb Area  
------------------------------*/
.breadcrumb-style-1 .page-title .title {
  margin-bottom: 5px;
}

.breadcrumb-style-1 .edu-breadcrumb {
  align-items: center;
}
.breadcrumb-style-1 .edu-breadcrumb li {
  margin: 0;
}
.breadcrumb-style-1 .edu-breadcrumb li.breadcrumb-item {
  color: var(--color-body);
}
.breadcrumb-style-1 .edu-breadcrumb li.separator i {
  font-size: 20px;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  top: 2px;
}

.grid-metro3 {
  margin: 0 -15px;
}
.grid-metro3 .grid-metro-item {
  width: 33.33%;
  padding: 0 15px !important;
  margin-top: 30px;
  display: flex;
}
.courseDetailMasnory  {
  margin-top: 0 !important;
}
.courseDetailMasnory .grid-metro3 {
  margin: 0;
}
.forumDetail .style-variation2 .content-blog-top .blog-meta {
    margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro3 .grid-metro-item {
    width: 100%;
  }
}
.grid-metro3 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro3 .resizer {
    width: 50%;
  }
  .lessons.edu-meta.meta-02 {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro3 .resizer {
    width: 100%;
  }
}

.eduvibe-home-two-course .grid-metro3 .grid-metro-item {
  width: 33.33%;
  display: flex;
}
body .courseTopList .grid-metro3 {
  display: flex;
  flex-wrap: wrap;
}
.grid-metro3 .grid-metro-item  .courseBox > div, .grid-metro3 .grid-metro-item .courseBox  {
  height: 100%;
}
.grid-metro3 .grid-metro-item .courseBox {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-home-two-course .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eduvibe-home-two-course .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-home-two-course .grid-metro3 .grid-metro-item {
    width: 100%;
  }
}

.eduvibe-home-two-course .grid-metro3 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-home-two-course .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eduvibe-home-two-course .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-home-two-course .grid-metro3 .resizer {
    width: 100%;
  }
}

.grid-metro4 {
  margin: 0 -15px;
}
.grid-metro4 .grid-metro-item {
  width: 25%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro4 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro4 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro4 .grid-metro-item {
    width: 100%;
  }
}
.grid-metro4 .resizer {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro4 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro4 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro4 .resizer {
    width: 100%;
  }
}

.grid-metro5 {
  margin: 0 -15px;
}
.grid-metro5 .grid-metro-item {
  width: 20%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-metro5 .grid-metro-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro5 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro5 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro5 .grid-metro-item {
    width: 100%;
  }
}
.grid-metro5 .resizer {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-metro5 .resizer {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro5 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro5 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro5 .resizer {
    width: 100%;
  }
}

/*-------------------------
Accordion Style 
-------------------------*/
.edu-tab-nav {
  margin: -7.5px;
  border: 0 none;
  justify-content: center;
}
.edu-tab-nav li {
  margin: 7.5px;
}
.edu-tab-nav li.nav-item button.nav-link {
  background: #f5f5f5;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  color: var(--color-heading);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  z-index: 1;
  border: 0 none;
}
@media only screen and (max-width: 767px) {
  .edu-tab-nav li.nav-item button.nav-link {
    padding: 0 15px;
  }
}
.edu-tab-nav li.nav-item button.nav-link::after {
  position: absolute;
  content: "";
  background-image: url(/../images/shape-bg/shape-57.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 77px;
  height: 92%;
  left: -5px;
  top: -3px;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}
.edu-tab-nav li.nav-item button.nav-link.active {
  background: var(--color-primary);
  color: var(--color-white);
}
.edu-tab-nav li.nav-item button.nav-link.active::after {
  opacity: 0.4;
}

.accordion-shape-1 {
  position: relative;
  z-index: 1;
}
.accordion-shape-1 .shape-image {
  position: absolute;
  z-index: -1;
  top: 156px;
  left: 276px;
}

.edu-accordion-area .gallery-wrapper {
  padding-right: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-accordion-area .gallery-wrapper {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-accordion-area .gallery-wrapper {
    padding-right: 15px;
  }
}

.accordion-style-1 .edu-accordion-header {
  margin-bottom: 0;
}

.accordion-style-1 .edu-accordion-button {
  font-size: 20px;
  border: 0 none;
  background: transparent;
  border-top: 1px solid #eeeeee;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}
.accordion-style-1 .edu-accordion-button::after {
  position: absolute;
  content: "\e935";
  font-family: "icomoon";
  color: var(--color-heading);
  font-size: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.accordion-style-1 .edu-accordion-button[aria-expanded="true"]::after {
  content: "\e934";
}

.accordion-style-1 .edu-accordion-body {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.accordion-style-1 .edu-accordion-item:last-child .edu-accordion-button {
  border-bottom: 1px solid #eeeeee;
}

.accordion-style-1
  .edu-accordion-item:last-child.active-item
  .edu-accordion-button {
  border-bottom: 0px;
}

.accordion-style-1 .edu-accordion-item:last-child.active-item {
  border-bottom: 1px solid #eeeeee;
}

.edu-accordion-02 {
  background: #ffffff;
}
.edu-accordion-02 .edu-accordion-button {
  font-size: 20px;
  border: 0 none;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 13px 35px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  transition: 0.4s;
}
.edu-accordion-02 .edu-accordion-button::after {
  position: absolute;
  /* content: "\f077"; */
  content: unset;
  font-family: var( --font-awesome);
  color: var(--color-heading);
  font-size: 20px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.edu-accordion-02 .edu-accordion-button[aria-expanded="true"]::after {
  content: "\f077";
  /* font-family: "remixicon"; */
  font-family: var( --font-awesome)
}
.edu-accordion-02 .edu-accordion-body {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  padding: 0 35px;
  padding-bottom: 20px;
}
.edu-accordion-02 .edu-accordion-body ul li {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 14px 0;
  align-items: center;
  margin: 0;
}
.edu-accordion-02 .edu-accordion-body ul li .text i {
  margin-right: 8px;
}
.edu-accordion-02 .edu-accordion-body ul li + li {
  border-top: 1px solid #eee;
}
.edu-accordion-02 .edu-accordion-body ul li:last-child {
  padding-bottom: 0;
}
.edu-accordion-02 .edu-accordion-item {
  transition: 0.4s;
}
.edu-accordion-02 .edu-accordion-item:last-child .edu-accordion-button {
  border-bottom: 1px solid #eeeeee;
}
.edu-accordion-02 .edu-accordion-item.bg-active {
  background: #ffffff;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.edu-accordion-02 .edu-accordion-item.bg-active .edu-accordion-button {
  border: 0 none;
  color: var(--color-primary);
  color: #fff;
}
.edu-accordion-02 .edu-accordion-item .edu-accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edu-accordion-02 .edu-accordion-item .edu-accordion-button i {
  font-size: 14px;
  transform: rotate(-180deg);
  transition: 0.2s all;
}
.edu-accordion-02 .edu-accordion-item.bg-active .edu-accordion-button i {
  transform: rotate(0deg);
}
.edu-accordion-02 .edu-accordion-item.bg-active .edu-accordion-button::after {
  color: var(--color-primary);
  content: unset;
  color: #fff;
}
a.edu-btn.left-icon.logout i {
  padding-right: 0 !important;
}
.edu-accordion-02 .edu-accordion-item + .edu-accordion-item {
  margin-top: 20px;
}
.edu-accordion-02.variation-2 .edu-accordion-button {
  border: transparent;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 31px 32px;
  padding-right: 69px;
}
@media only screen and (max-width: 1199px) {
  .edu-accordion-02.variation-2 .edu-accordion-button {
    padding: 18px 25px;
    font-size: 18px;
    line-height: 22px;
  }
}
.edu-accordion-02.variation-2 .edu-accordion-button::after {
  content: "\e935";
  width: 32px;
  height: 32px;
  background: #ffffff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.02);
  color: var(--color-primary);
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
}
.edu-accordion-02.variation-2
  .edu-accordion-button[aria-expanded="true"]::after {
  content: "\e934";
  font-family: "icomoon";
  background: #e0f7f4;
  color: var(--color-primary);
}
.edu-accordion-02.variation-2 .edu-accordion-item .edu-accordion-body {
  padding: 0 31px;
  padding-bottom: 35px;
}
.edu-accordion-02.variation-2 .edu-accordion-item .edu-accordion-body p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .edu-accordion-02.variation-2 .edu-accordion-item .edu-accordion-body {
    padding: 0px 21px;
    padding-bottom: 25px;
  }
}
.edu-accordion-02.variation-2 .edu-accordion-item.bg-active {
  background: #ffffff;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.edu-accordion-02.variation-2
  .edu-accordion-item.bg-active
  .edu-accordion-button {
  border: 0 none;
  color: var(--color-primary);
  background: transparent;
}
.edu-accordion-02.variation-2 .edu-accordion-item + .edu-accordion-item {
  margin-top: 30px;
}
.edu-accordion-02.variation-2.landing-page-accordion
  .edu-accordion-button[aria-expanded="true"]::after {
  background: var(--color-primary);
  color: #ffffff;
}
.edu-accordion-02.variation-2.landing-page-accordion
  .edu-accordion-item.bg-active
  .edu-accordion-button {
  color: var(--color-heading);
}

.edu-privacy-policy p:last-child {
  margin-bottom: 0;
}

.edu-privacy-policy h1,
.edu-privacy-policy h2,
.edu-privacy-policy h3,
.edu-privacy-policy h4,
.edu-privacy-policy h5,
.edu-privacy-policy h6 {
  margin-bottom: 15px;
}

/* Purchase Guide  */
.gallery-column {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.gallery-column.gallery-column-2 .gallery-image {
  flex-basis: 50%;
  padding: 15px;
}

/*------------------------
    Error Styles  
-------------------------*/
.edu-error-style {
  padding-bottom: 130px;
}
.edu-error-style .content .title {
  margin-bottom: 20px;
}
.edu-error-style .content .description {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .edu-error-style {
    padding-bottom: 80px;
  }
}

.circle-image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.circle-image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-secondary);
  pointer-events: none;
  animation: eduvibe-rotate-animate 13s linear infinite;
}
.circle-image span:nth-child(1) {
  border-radius: 38% 62% 64% 36% / 43% 35% 65% 57%;
}
.circle-image span:nth-child(2) {
  animation-direction: reverse;
  border-radius: 41% 59% 40% 60% / 65% 66% 34% 35%;
}
.circle-image span:nth-child(3) {
  animation-duration: 3s;
  border-radius: 73% 27% 56% 44% / 57% 74% 26% 43%;
}

@keyframes eduvibe-rotate-animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Comming Soon Style  */
.edu-coming-soon-style {
  text-align: center;
}
.edu-coming-soon-style .content .logo {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-coming-soon-style .content .logo {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-coming-soon-style .content .logo {
    margin-bottom: 40px;
  }
}
.edu-coming-soon-style .content .logo a {
  display: block;
}
.edu-coming-soon-style .content .title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.25;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-coming-soon-style .content .title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-coming-soon-style .content .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.edu-coming-soon-style .content .countdown-style-2 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .edu-coming-soon-style
    .content
    .countdown-style-2
    .countdown
    .countdown-container {
    min-width: 150px;
    padding: 25px 10px;
  }
  .edu-coming-soon-style
    .content
    .countdown-style-2
    .countdown
    .countdown-container
    .countdown-value {
    font-size: 55px;
  }
  .edu-coming-soon-style
    .content
    .countdown-style-2
    .countdown
    .countdown-container
    .countdown-heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-coming-soon-style
    .content
    .countdown-style-2
    .countdown
    .countdown-container {
    min-width: 100px;
    padding: 15px 10px;
  }
  .edu-coming-soon-style
    .content
    .countdown-style-2
    .countdown
    .countdown-container
    .countdown-value {
    font-size: 35px;
  }
  .edu-coming-soon-style
    .content
    .countdown-style-2
    .countdown
    .countdown-container
    .countdown-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .edu-coming-soon-style
    .content
    .countdown-style-2
    .countdown
    .countdown-container {
    min-width: 80px;
    padding: 15px 10px;
  }
  .edu-coming-soon-style
    .content
    .countdown-style-2
    .countdown
    .countdown-container
    .countdown-value {
    font-size: 25px;
  }
  .edu-coming-soon-style
    .content
    .countdown-style-2
    .countdown
    .countdown-container
    .countdown-heading {
    font-size: 16px;
  }
}
.edu-coming-soon-style .content .description {
  margin: 0 auto 40px;
  max-width: 760px;
}

.newsletter-form-style-2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-2 {
    display: block;
  }
}
.newsletter-form-style-2 input {
  min-width: 407px;
  width: 407px;
  background: #ffffff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 0 none;
  padding: 0 25px;
  font-weight: 500;
  height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-form-style-2 input {
    min-width: 300px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-2 input {
    min-width: auto;
    width: 100%;
  }
}
.newsletter-form-style-2 .edu-btn {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-2 .edu-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* -------------------- Gallery Item ------------------- */
.filters-button-group {
  margin: -7.5px;
  flex-wrap: wrap;
}
.filters-button-group button {
  height: 36px;
  padding: 0 20px;
  width: auto;
  border: 0 none;
  background: #f5f5f5;
  border-radius: 3px;
  color: var(--color-heading);
  margin: 7.5px;
  font-weight: 600;
  transition: 0.4s;
}
.filters-button-group button.is-checked,
.filters-button-group button:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.edu-gallery-grid-item {
  display: block;
  border-radius: 5px;
  padding: 0 15px !important;
}
.edu-gallery-grid-item .edu-gallery-grid {
  position: relative;
}
.edu-gallery-grid-item .edu-gallery-grid img {
  border-radius: 5px;
}
.edu-gallery-grid-item .edu-gallery-grid::before {
  background: linear-gradient(
    180deg,
    rgba(82, 95, 225, 0.3) 10.75%,
    var(--color-parimary) 85%
  );
  border-radius: 5px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.edu-gallery-grid-item .edu-gallery-grid .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s; 
  opacity: 0;
}
.edu-gallery-grid-item .edu-gallery-grid .zoom-icon i {
  color: var(--color-white);
  font-size: 25px;
}
.edu-gallery-grid-item .edu-gallery-grid .hover-action {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 40px;
  z-index: 1;
  transition: 0.4s;
  opacity: 0;
}
body .edu-section-gap.searchGlobal {
  padding: 100px 0 !important
}
.searchGlobal .nav-fill > .nav-link.active {
  color: var(--color-white);
}
.searchGlobal .nav-pills .nav-link.active, .searchGlobal .nav-pills .show > .nav-link {
  background-color: var(--color-primary);
}
.searchGlobal .nav-fill .nav-item, .searchGlobal .nav-fill > .nav-link {
  background-color: var(--color-white);
}
.searchGlobal nav {
  border-bottom: 1px solid var(--color-primary);
}
.searchGlobal .nav-fill > .nav-link {
  border-radius: 20px 20px 0 0;
  padding: 12px 20px;
  color: var(--color-black);
}
.instructor-profile-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.subscriptionTab, .changePasswordDiv {
  background-color: #f3f3f3;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.changePasswordDiv .checkout-page-style .currentPassword {
  position: relative;
  border-radius: 10px;
  display: block !important;
}
.changePasswordDiv .checkout-page-style .currentPassword i {
  margin-right: 10px;
}
.changePasswordDiv .checkout-page-style .currentPassword input{
  height: 100% !important;
  border: unset;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  height: 42px !important;
}
.password-toggle{
    position: absolute;
    right: 0px;
    top: 9px;
    cursor: pointer;
}
.instructor-profile-right p.nocontent {
  font-size: 30px;
}
body #fp-form {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .instructor-profile-right, .subscriptionTab, .instructor-profile-right .changePasswordDiv  {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .edu-gallery-grid-item .edu-gallery-grid .hover-action {
    padding: 20px 20px;
  }
  .edu-gallery-grid-item
  .edu-gallery-grid
  .hover-action
  .hover-content
  .hover-text
  .title {
  font-size: 20px;
  line-height: 32px;
  }
}
.edu-gallery-grid-item
  .edu-gallery-grid
  .hover-action
  .hover-content
  .hover-text
  .title {
  color: var(--color-white);
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
}
.edu-gallery-grid-item:hover .edu-gallery-grid::before {
  opacity: 1;
}
.edu-gallery-grid-item:hover .edu-gallery-grid .zoom-icon {
  opacity: 1;
}
.edu-gallery-grid-item:hover .edu-gallery-grid .hover-action {
  opacity: 1;
}

/*--------------------------
    Pricing Table  
----------------------------*/
.edu-pricing-area {
  background-image: url(/../images/bg/pricing-plan.jpg);
}

.pricing-billing-duration {
  text-align: right;
}

body .btn-fund.btn-primary:hover {
  background-color: #ef92a3;
  border-color: #ef92a3;
}
body input::placeholder {
  color: #6c757d !important;
}
@media only screen and (max-width: 767px) {
  .pricing-billing-duration {
    text-align: left;
  }
}
.pricing-billing-duration ul {
  background: rgba(82, 95, 225, 0.08);
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
}
.pricing-billing-duration ul .nav-item {
  float: left;
  margin: 0;
}
.pricing-billing-duration ul .nav-item .nav-link {
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: var(--color-heading);
  border: 0 none;
  background: transparent;
  padding: 0 25px;
  border-radius: 3px;
}
.pricing-billing-duration ul .nav-item .nav-link.active {
  background: var(--color-primary);
  color: var(--color-white);
}

.pricing-table {
  background: #ffffff;
  box-shadow: 0px 8px 10px 10px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 60px 24px;
  position: relative;
  height: 100%;
}
.buy-single-course .pricing-table {
  padding: 24px;
}
.buy-single-course .pricing-table .pricing-header .price-wrap .amount {
  font-size: 18px;
}
.buy-single-course .pricing-table .pricing-body p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.buy-single-course .pricing-table .pricing-header {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-table {
    padding: 60px 30px;
  }
}
.pricing-table .pricing-header {
  margin-bottom: 40px;
  text-align: center;
}
.pricing-table .pricing-header .price-wrap .monthly-pricing {
  display: none;
}
.pricing-table .pricing-header .price-wrap .amount {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: var(--color-primary);
}
.pricing-table .pricing-header .price-wrap .duration {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  margin-left: -4px;
}
.pricing-table .pricing-header .title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.pricing-table .pricing-body {
  margin-bottom: 40px;
}
.pricing-table .pricing-body .list-item li {
  display: flex;
  align-items: center;
  margin: 0;
  word-break: break-word;
}
.pricing-table .pricing-body .list-item li i {
  color: var(--color-secondary);
  margin-right: 10px;
}
.pricing-table .pricing-body .list-item li + li {
  margin-top: 16px;
}
.pricing-table.active {
  background: var(--color-primary);
  transform: translateY(-0px);
}
.pricing-table.active .edu-badge {
  background: var(--color-secondary);
  padding: 0 17px;
  position: absolute;
  right: 0;
  top: 15px;
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
}
.pricing-table.active .edu-badge span {
  font-weight: 700;
  font-size: 14px;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.pricing-table.active .edu-badge::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 23px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 87%;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}

/*-------------------------
    Profile Details 
--------------------------*/
.instructor-profile-left {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 40px 20px;
}
.instructor-profile-left .inner {
  text-align: center;
}
.instructor-profile-left .inner .thumbnail {
  width: 100%;
  height: 230px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.instructor-profile-left .inner .thumbnail img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.instructor-profile-left .inner .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 2px;
}
.instructor-profile-left .inner .content .subtitle {
  font-weight: 600;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 25px;
}
.instructor-profile-left .inner .content .contact-with-info {
  margin-bottom: 25px;
}
.instructor-profile-left .inner .content .contact-with-info p {
  margin-bottom: 5px;
}
.instructor-profile-left .inner .content .contact-with-info p span {
  font-weight: 600;
  color: var(--color-heading);
}
.instructor-profile-left .inner .content .contact-with-info p a {
  color: var(--color-body);
}
.instructor-profile-left .inner .content .contact-btn {
  margin-top: 40px;
}

/* Course Statictatic  */
.course-statistic-wrapper .line-separator {
  position: relative;
}
.course-statistic-wrapper .line-separator + .line-separator::before {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 66px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.15;
  left: 0;
}

.course-statistic .inner .total {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: var(--color-white);
  margin-bottom: 0;
}

.course-statistic .inner p {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
  margin-bottom: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.single-progress {
  position: relative;
  overflow: hidden;
}
.single-progress .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  margin-bottom: 10px;
}

.progress {
  height: 6px;
  overflow: visible;
  background-color: rgba(82, 95, 225, 0.15);
  border-radius: 2px;
}
.progress .progress-bar {
  border-radius: 2px;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: width 0.5s ease;
  overflow: visible;
}
.progress .progress-number {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  top: 0;
  right: 0;
  z-index: 1;
  color: var(--color-heading);
}

/*-------------------------
    Contact Us Area  
---------------------------*/
.contact-address-card-1 {
  background: #ffffff;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 50px 20px;
  text-align: center;
  transition: 0.4s;
}
.contact-address-card-1 .inner .icon {
  background: rgba(82, 95, 225, 0.1);
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.contact-address-card-1 .inner .icon i {
  color: var(--color-primary);
  font-size: 24px;
  transition: 0.4s;
}
.contact-address-card-1 .inner .content .title {
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
  transition: 0.4s;
}
.contact-address-card-1 .inner .content p {
  margin-bottom: 0;
  transition: 0.4s;
  height: 48px;
}
.contact-address-card-1 .inner .content p a {
  color: var(--color-body);
  transition: 0.4s;
}
.contact-address-card-1 .inner .content p a:hover {
  color: var(--color-primary);
}
.contact-address-card-1.phone .inner .icon {
  background: rgba(251, 124, 86, 0.1);
}
.contact-address-card-1.phone .inner .icon i {
  color: var(--color-secondary);
}
.contact-address-card-1.email .inner .icon {
  background: rgba(255, 164, 27, 0.1);
}
.contact-address-card-1.email .inner .icon i {
  color: #ffa41b;
}
.contact-address-card-1:hover {
  background: var(--color-secondary);
  transform: translateY(-15px);
}
.contact-address-card-1:hover .inner .icon {
  background: var(--color-white);
}
.contact-address-card-1:hover .inner .icon i {
  color: var(--color-secondary);
}
.contact-address-card-1:hover .inner .content .title {
  color: var(--color-white);
}
.contact-address-card-1:hover .inner .content p {
  color: var(--color-white);
}
.contact-address-card-1:hover .inner .content p a {
  color: var(--color-white);
}

.contact-address-card-2 {
  background: #ffffff;
  box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 70px 40px;
  text-align: center;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-address-card-2 {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-address-card-2 {
    padding: 60px 20px;
  }
}
.contact-address-card-2 .inner .icon {
  margin-bottom: 45px;
}
.contact-address-card-2 .inner .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}
.contact-address-card-2 .inner .content p {
  margin-bottom: 0;
  line-height: 26px;
}
.contact-address-card-2 .inner .content p .subtitle {
  font-weight: 600;
  color: var(--color-heading);
}
.contact-address-card-2 .inner .content p .text {
  font-weight: 500;
}
.contact-address-card-2:hover {
  transform: translateY(-15px);
}

.contact-address-bottom-shape {
  position: relative;
  z-index: 1;
}
.contact-address-bottom-shape .bg-shape-image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*------------------------------
    Contact Form Style One 
-------------------------------*/
.rwt-dynamic-form .form-group input {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0 30px;
  border: 1px solid transparent;
  transition: 0.4s;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  height: 60px;
}
.rwt-dynamic-form .form-group input:focus {
  border-color: var(--color-primary);
}

.rwt-dynamic-form .form-group textarea {
  background: #f5f5f5;
  padding: 17px 30px;
  min-height: 180px;
  border: 0 none;
  border: 1px solid transparent;
  transition: 0.4s;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
}
.rwt-dynamic-form .form-group textarea:focus {
  border-color: var(--color-primary);
}

.rwt-dynamic-form .success-message {
  margin-top: 20px;
  color: #019267;
}

/*---------------------------
    About Me 
----------------------------*/
.about-me-1 .thumbnail {
  position: relative;
  border-radius: 5px;
}
.about-me-1 .thumbnail::before {
  background: linear-gradient(360deg, #2d284e 0%, rgba(45, 40, 78, 0) 70.5%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.about-me-1 .thumbnail img {
  border-radius: 5px;
}
.about-me-1 .thumbnail .content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 50px 20px;
}
@media only screen and (max-width: 767px) {
  .about-me-1 .thumbnail .content-overlay {
    padding: 20px 20px;
  }
}
.about-me-1 .thumbnail .content-overlay .title {
  margin-bottom: 0;
  color: var(--color-white);
  font-size: 32px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .about-me-1 .thumbnail .content-overlay .title {
    font-size: 22px;
    line-height: 32px;
  }
}

.google-map.alignwide {
  margin-left: -105px;
  margin-right: -105px;
  min-width: 1170px;
  width: auto;
}
@media only screen and (max-width: 1650px) {
  .google-map.alignwide {
    margin-left: 0;
    margin-right: 0;
    min-width: auto;
  }
}
.google-map.alignwide iframe {
  width: 100%;
}

/*-----------------------
    Shop Style  
------------------------*/
.eduvibe-shop-single-product .inner {
  text-align: center;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper a {
  display: inline-block;
}
.eduvibe-shop-single-product
  .inner
  .eduvibe-single-product-thumb-wrapper
  a
  img {
  width: 100%;
  border-radius: 5px;
  transition: 0.4s;
  overflow: hidden;
}
.eduvibe-shop-single-product
  .inner
  .eduvibe-single-product-thumb-wrapper
  .product-hover-info {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  transition: 0.4s;
  opacity: 1;
  z-index: 1;
}
.eduvibe-shop-single-product
  .inner
  .eduvibe-single-product-thumb-wrapper
  .product-hover-info
  ul {
  display: flex;
  flex-direction: column;
}
.eduvibe-shop-single-product
  .inner
  .eduvibe-single-product-thumb-wrapper
  .product-hover-info
  ul
  li {
  position: relative;
  margin: 0 auto;
}
.eduvibe-shop-single-product
  .inner
  .eduvibe-single-product-thumb-wrapper
  .product-hover-info
  ul
  li
  a {
  width: 152px;
  height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  background: var(--color-white);
  color: var(--color-primary);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eduvibe-shop-single-product
  .inner
  .eduvibe-single-product-thumb-wrapper
  .product-hover-info
  ul
  li
  a
  .eduvibe-product-popup-icon {
  margin-right: 4px;
  display: inline-flex;
}
.eduvibe-shop-single-product
  .inner
  .eduvibe-single-product-thumb-wrapper
  .product-hover-info
  ul
  li
  + li::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}
.eduvibe-shop-single-product
  .inner
  .eduvibe-single-product-thumb-wrapper
  .product-hover-info
  ul
  li:first-child {
  margin-bottom: 8px;
}
.eduvibe-shop-single-product .inner .content {
  padding-top: 20px;
}
.eduvibe-shop-single-product .inner .content .product-author {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
}
.eduvibe-shop-single-product .inner .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.eduvibe-shop-single-product .inner .content .price-list.price-style-03 {
  margin: -8px;
}
.eduvibe-shop-single-product .inner .content .price-list.price-style-03 .price {
  margin: 8px;
}
.eduvibe-shop-single-product
  .inner
  .content
  .price-list.price-style-03
  .current-price {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-primary);
}
.eduvibe-shop-single-product
  .inner
  .content
  .price-list.price-style-03
  .old-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.eduvibe-shop-single-product:hover
  .inner
  .eduvibe-single-product-thumb-wrapper
  .product-hover-info {
  opacity: 1;
}

/*-----------------------
    Brand Styles  
-----------------------*/
.brand-list li {
  margin: 0;
  text-align: center;
}
.brand-list li a {
  display: block;
  text-align: center;
}
.brand-list li a img {
  display: inline-block;
  text-align: center;
}

/*--------------------------
    Checkout Page Style  
----------------------------*/
.checkout-page-style .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.checkout-page-style input {
  background: #f5f5f5;
  border-radius: 5px;
  border: 0 none;
  height: 60px;
  padding: 0 25px;
  font-weight: 500;
  color: #000;
  border: 1px solid transparent;
}
.checkout-page-style input:focus {
  border-color: var(--color-primary);
}

.checkout-page-style .pass-box input::placeholder {
  font-size: 16px !important;
}
.checkout-page-style select {
  border: 1px solid #6f6b80;
  border-radius: 5px;
  padding: 0 25px;
  height: 60px;
  font-weight: 500;
  color: var(--color-body);
  position: relative;
  background: url(/../images/icons/arrow-icon.png) 95% center no-repeat
    transparent;
}

.checkout-page-style textarea {
  background: #f5f5f5;
  border-radius: 5px;
  border: 0 none;
  padding: 15px 25px;
  font-weight: 500;
  color: var(--color-body);
  min-height: 170px;
  resize: none;
  border: 1px solid transparent;
}
.checkout-page-style textarea:focus {
  border-color: var(--color-primary);
}

.checkout-page-style .box-label {
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
}

.checkout-page-style .shop_table {
  margin-bottom: 20px;
}
.checkout-page-style .shop_table thead tr th {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  margin-bottom: 10px;
}
.checkout-page-style .shop_table tbody tr td {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-body);
  border: 0 none;
  padding: 5px 0;
}
.checkout-page-style .shop_table tbody tr:first-child td {
  padding-top: 20px;
}
.checkout-page-style .shop_table tfoot tr th {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  padding: 5px 0;
}
.checkout-page-style .shop_table tfoot tr.order-subtotal th {
  font-weight: 500;
  color: var(--color-body);
}

/**************************************
    Blog Styles
***************************************/
/*-------------------------
    Blog Grid Styles  
---------------------------*/
.blog-shape-position {
  position: relative;
  z-index: 1;
}
.blog-shape-position .shape-image {
  position: absolute;
  z-index: -1;
  top: 171px;
  left: 138px;
}
.blog-shape-position.shape-position-3 .shape-image {
  top: 70px;
  left: 106px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0;
  gap: 20px;
}
.blog-details-content .blog-meta {
  margin: 10px 0;
}
.blog-details-content .blog-meta .blog-date i {
  margin-right: 10px;
}
.blog-details-content .blog-meta span i {
  margin-right: 6px;
  color: var(--color-primary)
}
.blog-details-content .blog-title {
  font-size: 32px;
}
.edu-blog-details .blog-thumbnail img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-meta {
    margin: -5px -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-meta {
    margin: -5px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-meta {
    margin: -5px -10px;
    gap: 0;
  }
}
.blog-meta li {
  margin: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.blog-meta li:first-child {
  margin-left: 0;
}
.forums .blog-meta li {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-meta li {
    margin: 5px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-meta li {
    margin: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-meta li {
    margin: 0 10px 0 0;
  }
}
.blog-meta li i {
  top: 0;
}
.blog-meta li i,
.blog-meta li img {
  padding-right: 8px;
  position: relative;
}
.blog-meta li a {
  color: var(--color-primary);
}
.blog-meta li.blog-author a {
  color: var(--color-body);
}

/* Blog Grid Styles  */
.edu-blog .top-position {
  position: absolute;
  z-index: 2;
}
.edu-blog .top-position.left-top {
  left: 20px;
  top: 20px;
}
.edu-blog.blog-type-2 .inner .content {
  position: relative;
  padding: 30px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.edu-blog .top-position.left-bottom {
  left: 12px;
  bottom: auto;
  top: -20px;
  border-radius: 0px 5px 0px 0px;
}

.edu-blog .thumbnail {
  position: relative;
}
.edu-blog .thumbnail a {
  display: block;
  overflow: hidden;
}
.edu-blog .thumbnail a img {
  transition: 0.4s;
  overflow: hidden;
  width: 100%;
}

.edu-blog .blog-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edu-blog .blog-card-bottom .read-more-btn {
  position: static  ;
}
.edu-blog.blog-type-1 {
  background: var(--color-shade);
  overflow: hidden;
  position: relative;
}
.edu-blog.blog-type-1 .inner .content {
  padding: 35px;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-type-1 .inner .content {
    padding: 22px;
  }
}
.edu-blog.blog-type-1 .inner .content .blog-meta {
  margin-bottom: 20px;
}
.edu-blog.blog-type-1 .inner .content .title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-type-1 .inner .content .title {
    margin-bottom: 14px;
  }
}
.edu-blog.blog-type-1 .inner .content .description {
  font-weight: 500;
  margin-bottom: 0;
}

.edu-blog.blog-type-2 {
  background: var(--color-shade);
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
.edu-blog.blog-type-2 .inner .thumbnail img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.edu-blog.blog-type-2 .inner .thumbnail {
  overflow: hidden;
}
.edu-blog.blog-type-2 .inner .thumbnail a, .edu-blog.blog-type-2 .inner .thumbnail {
  height: 265px;
  width: auto;
}
.edu-blog.blog-type-2 .inner .thumbnail img {
  width: 100%;
  height: 100%;
  /* Ensure the image takes the full height of the container */
  object-fit: cover;
  /* Maintain aspect ratio and cover the container */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-blog.blog-type-2 .inner .content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-type-2 .inner .content {
    padding: 20px;
  }
}
.edu-blog.blog-type-2 .inner .content .title {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-type-2 .inner .content .title {
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
.edu-blog.blog-type-2.variation-2 {
  padding: 15px;
  background: #ffffff;
  transition: 0.4s;
}
.edu-blog.blog-type-2.variation-2 .inner .content {
  padding: 15px;
  padding-top: 0;
}
.edu-blog.blog-type-2.variation-2 .inner .content .blog-date-status {
  width: 64px;
  height: 64px;
  background: var(--color-primary);
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -32px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.edu-blog.blog-type-2.variation-2 .inner .content .blog-date-status span {
  font-weight: bold;
  font-size: 20px;
  display: block;
  color: var(--color-white);
  text-align: center;
}
.edu-blog.blog-type-2.variation-2 .inner .content .blog-date-status span.day {
  line-height: 1;
  margin-bottom: 1px;
}
.edu-blog.blog-type-2.variation-2 .inner .content .blog-date-status span.month {
  line-height: 1;
}
.edu-blog.blog-type-2.variation-2 .inner .content .title {
  margin-bottom: 0;
  margin-top: 14px;
}
.edu-blog.blog-type-2.variation-2:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
}
.edu-blog.blog-type-2:hover {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}
.edu-blog.blog-type-2.bg-white {
  background: var(--color-white);
}
.edu-blog.blog-type-2.bg-white:hover {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}

.edu-blog.blog-type-3 {
  background: var(--color-shade);
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
.edu-blog.blog-type-3 .inner {
  padding: 30px;
}
.edu-blog.blog-type-3 .inner .content .title {
  margin-bottom: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-type-3 .inner .content .title {
    margin-bottom: 20px;
  }
}
.edu-blog.blog-type-3 .inner .thumbnail {
  margin-top: 30px;
  overflow: hidden;
}
.edu-blog.blog-type-3 .inner .thumbnail a {
  border-radius: 3px;
}
.edu-blog.blog-type-3 .inner .thumbnail a img {
  border-radius: 3px;
}
.edu-blog.blog-type-3:hover {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}

.edu-blog.blog-type-4 {
  background: var(--color-white);
  overflow: hidden;
  position: relative;
  height: 100%;
}
.edu-blog.blog-type-4 .inner .content {
  padding: 25px 30px;
}
.edu-blog.blog-type-4 .inner .content .blog-meta {
  margin: -5px -7.5px;
}
.edu-blog.blog-type-4 .inner .content .blog-meta li {
  font-size: 14px;
  line-height: 22px;
  margin: 5px 7.5px;
}
.edu-blog.blog-type-4 .inner .content .title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.edu-blog:hover .inner .thumbnail a img {
  transform: scale(1.1);
}

.edu-blog.blog-overlay-transparent {
  position: relative;
}
.edu-blog.blog-overlay-transparent .thumbnail {
  overflow: hidden;
}
.edu-blog.blog-overlay-transparent .thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.edu-blog.blog-overlay-transparent .thumbnail a::after {
  background: linear-gradient(180deg, rgba(45, 40, 78, 0) 0%, #2d284e 100%);
  border-radius: 5px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.edu-blog.blog-overlay-transparent .thumbnail a img {
  border-radius: 5px;
  overflow: hidden;
}
.edu-blog.blog-overlay-transparent .content {
  position: absolute;
  bottom: 0;
  padding: 40px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .edu-blog.blog-overlay-transparent .content {
    padding: 20px;
  }
}
.edu-blog.blog-overlay-transparent .content .eduvibe-status-list {
  margin-bottom: 5px;
}
.edu-blog.blog-overlay-transparent
  .content
  .eduvibe-status-list
  .eduvibe-status-transparent {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
  display: inline-block;
}
.edu-blog.blog-overlay-transparent .content .title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-overlay-transparent .content .title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
.edu-blog.blog-overlay-transparent .content .title a {
  color: var(--color-white);
}
.edu-blog.blog-overlay-transparent .content .blog-meta {
  margin: -5px -7.5px;
}
.edu-blog.blog-overlay-transparent .content .blog-meta li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin: 5px 7.5px;
  color: var(--color-white);
}
.edu-blog.blog-overlay-transparent .content .blog-meta li a {
  color: var(--color-white);
}

/*--------------------------
    Blog Sidebar Styles 
----------------------------*/
.edu-blog-widget {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .edu-blog-widget {
    padding: 20px;
  }
}
.edu-blog-widget .widget-title {
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(45, 40, 78, 0.07);
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.edu-blog-widget.widget-search .blog-search {
  position: relative;
}
.edu-blog-widget.widget-search .blog-search input {
  border: 0 none;
  background: var(--color-white);
  height: 60px;
  width: 100%;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 0 72px 0 25px;
}
.edu-blog-widget.widget-search .blog-search .search-button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-primary);
  border: 0 none;
  height: 100%;
  width: 60px;
  text-align: center;
  color: var(--color-white);
  font-size: 20px;
  border-radius: 0px 3px 3px 0px;
}
.edu-blog-widget.widget-categories .category-list li {
  margin: 0;
}
.edu-blog-widget.widget-categories .category-list li a {
  background: #ffffff;
  border-radius: 3px;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.edu-blog-widget.widget-categories .category-list li a::after {
  position: absolute;
  content: "";
  background: #eeeeee;
  height: 30px;
  width: 1px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.edu-blog-widget.widget-categories .category-list li + li {
  margin-top: 15px;
}
.edu-blog-widget.widget-latest-post .latest-post {
  display: flex;
  align-items: center;
  position: relative;
}
.edu-blog-widget.widget-latest-post .latest-post .thumbnail {
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .edu-blog-widget.widget-latest-post .latest-post .thumbnail {
    margin-right: 10px;
  }
}
.edu-blog-widget.widget-latest-post .latest-post .thumbnail a img {
  border-radius: 3px;
  max-height: 96px;
  object-fit: cover;
}
.edu-blog-widget.widget-latest-post .latest-post .post-content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.edu-blog-widget.widget-latest-post .latest-post + .latest-post {
  padding-top: 20px;
  margin-top: 20px;
}
.edu-blog-widget.widget-latest-post .latest-post + .latest-post::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(45, 40, 78, 0.07);
  content: "";
}
.edu-blog-widget.widget-about .about-wrapper {
  text-align: center;
}
.edu-blog-widget.widget-about .about-wrapper .thumbnail {
  margin-bottom: 20px;
}
.edu-blog-widget.widget-about .about-wrapper .thumbnail img {
  max-height: 160px;
  border-radius: 100%;
}
.edu-blog-widget.widget-about .about-wrapper .about-content .title {
  margin-bottom: 15px;
}
.edu-blog-widget.widget-about .about-wrapper .about-content p {
  margin-bottom: 20px;
}
.edu-blog-widget.widget-instagram .instagram-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
}
.edu-blog-widget.widget-instagram .instagram-list a {
  flex-basis: 33.33%;
  display: block;
  padding: 7.5px;
}
body .btnRate a.edu-btn, #rating_popup .submitBtn {
  height: 52px;
  line-height: 52px !important;
  padding: 0 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-blog-widget.widget-instagram .instagram-list a {
    flex-basis: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-blog-widget.widget-instagram .instagram-list a {
    flex-basis: 20%;
  }
  body .btnRate a.edu-btn, #rating_popup .submitBtn {
    height: 40px;
    line-height: 40px !important;
    font-size: 15px;
}
}
@media only screen and (max-width: 575px) {
  .instructor-profile-right  .subscriptionTab, .instructor-profile-right .changePasswordDiv {
    padding: 30px;
}
.instructor-profile-right .changePasswordDiv {
  padding: 20px;
}
  .edu-blog-widget.widget-instagram .instagram-list a {
    flex-basis: 50%;
  }
  .instructor-profile-right p.nocontent {
    font-size: 20px;
  }
}
.edu-blog-widget.widget-instagram .instagram-list a img {
  border-radius: 3px;
  width: 100%;
}

.tag-list {
  margin: -5px;
}
.tag-list a {
  background: #ffffff;
  border-radius: 2px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  margin: 5px;
  height: 40px;
  padding: 0 14px;
  transition: 0.4s;
}
.tag-list a:hover {
  background: var(--color-primary) !important;
  color: var(--color-white);
}
.tag-list.bg-shade a {
  background: #f5f5f5;
}

/*-----------------------------
    Sidebar Style Two  
-------------------------------*/
.edu-blog-widget-2 .widget-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}

.edu-blog-widget-2.widget-search .blog-search {
  position: relative;
}
.edu-blog-widget-2.widget-search .blog-search input {
  border: 0 none;
  background: #f5f5f5;
  height: 60px;
  width: 100%;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 0 72px 0 25px;
}
.edu-blog-widget-2.widget-search .blog-search .search-button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent !important;
  border: 0 none;
  height: 100%;
  width: 60px;
  text-align: center;
  color: var(--color-primary);
  font-size: 20px;
  border-radius: 0;
}

.edu-blog-widget-2.widget-categories .category-list li {
  margin: 0;
}
.edu-blog-widget-2.widget-categories .category-list li a {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.edu-blog-widget-2.widget-categories .category-list li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eeeeee;
}

.edu-blog-widget-2.widget-latest-post .latest-post {
  display: flex;
  align-items: center;
  position: relative;
}
.edu-blog-widget-2.widget-latest-post .latest-post .thumbnail {
  margin-right: 25px;
}
.edu-blog-widget-2.widget-latest-post .latest-post .thumbnail a {
  display: block;
}
.edu-blog-widget-2.widget-latest-post .latest-post .thumbnail a img {
  border-radius: 5px;
  max-height: 100px;
  object-fit: cover;
}
.edu-blog-widget-2.widget-latest-post .latest-post .post-content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.edu-blog-widget-2.widget-latest-post .latest-post + .latest-post {
  padding-top: 20px;
  margin-top: 20px;
}
.edu-blog-widget-2.widget-latest-post .latest-post + .latest-post::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(45, 40, 78, 0.07);
  content: "";
}

/*----------------------------
    Blog Details Styles  
------------------------------*/
.social-share-action {
  position: relative;
}
.social-share-action .social-share-hover-action {
  position: absolute;
  bottom: calc(100% + 16px);
  background: #ffffff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 15px;
  min-width: 150px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.social-share-action .social-share-hover-action::after {
  position: absolute;
  content: "";
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
}
.social-share-action .social-share-hover-action .inner {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.social-share-action .social-share-hover-action .inner a {
  display: inline-block;
  margin: 0 15px;
  color: var(--color-body);
  transition: 0.4s;
}
.social-share-action .social-share-hover-action .inner a:hover {
  color: var(--color-primary);
}
.social-share-action:hover .social-share-hover-action {
  opacity: 1;
  visibility: visible;
}

.blog-details-1 .block-alignwide {
  margin-left: -105px;
  margin-right: -105px;
  max-width: 1170px;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-1 .block-alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-1 .block-alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-1 .block-alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
  }
}
.blog-details-1 .block-alignwide img {
  width: 100%;
}

.content-blog-top .title {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 32px;
}

.content-blog-top .blog-meta {
  margin-bottom: 30px;
}
.content-blog-top .blog-meta li.blog-author a {
  color: var(--color-body);
}

.blog-main-content .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  margin-bottom: 15px;
}
.blog-main-content .gallery li {
  padding: 15px;
  margin: 0;
}
.blog-main-content .gallery li img {
  border-radius: 5px;
}
.blog-main-content .gallery.gallery-column-2 li {
  flex-basis: 50%;
}
@media only screen and (max-width: 575px) {
  .blog-main-content .gallery.gallery-column-2 li {
    flex-basis: 100%;
  }
}

.blog-main-content .blockquote-style-1 {
  border-radius: 4px;
  background: var(--color-primary);
  padding: 25px 50px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .blockquote-style-1 {
    padding: 25px;
  }
}
.blog-main-content .blockquote-style-1 .quote-image {
  position: absolute;
  right: 30px;
  bottom: 28px;
  opacity: 0.2;
  z-index: -1;
}

.list-style-1 li {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.list-style-1 li i {
  color: var(--color-primary);
  margin-right: 13px;
  margin-top: 5px;
}

.list-style-2 {
  list-style: disc;
  padding-left: 17px;
  margin-bottom: 20px;
}
.list-style-2 li {
  margin: 15px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.column-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  margin-bottom: 15px;
}
.column-gallery li {
  padding: 15px;
  margin: 0;
}
.column-gallery li img {
  border-radius: 5px;
}
.column-gallery.gallery-column-2 li {
  flex-basis: 50%;
}
@media only screen and (max-width: 575px) {
  .column-gallery.gallery-column-2 li {
    flex-basis: 100%;
  }
}

.blog-tag-and-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .blog-tag-and-share {
    display: block;
  }
}
.blog-tag-and-share .blog-share {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .blog-tag-and-share .blog-share {
    margin-top: 20px;
  }
}
.blog-tag-and-share .blog-share .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-heading);
  padding-right: 20px;
}
.blog-tag-and-share .share-btn {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 2px;
  padding: 0;
  border: 0 none;
  color: var(--color-primary);
  transition: 0.4s;
}
.blog-tag-and-share .share-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.blog-author-wrapper {
  padding: 30px 0;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .blog-author-wrapper {
    display: block;
  }
}
.blog-author-wrapper .thumbnail {
  min-width: 160px;
  max-height: 160px;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-author-wrapper .thumbnail {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-author-wrapper .thumbnail {
    min-width: auto;
    max-height: initial;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.blog-author-wrapper .thumbnail img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-author-wrapper .author-content .title {
  margin-bottom: 10px;
}
.blog-author-wrapper .author-content p {
  margin-bottom: 20px;
}
.blog-author-wrapper .author-content .social-share.icon-transparent {
  margin: 0 -15px;
}
.blog-author-wrapper .author-content .social-share.icon-transparent li {
  margin: 0 15px;
}
.blog-author-wrapper .author-content .social-share.icon-transparent li a {
  color: var(--color-primary);
  font-size: 14px;
}

/*---------------------------
    Blog Details Style Two  
------------------------------*/
.style-variation2 .content-blog-top .title {
  margin-top: 0;
}

.style-variation2 .content-blog-top .blog-meta {
  margin-bottom: 25px;
}
.style-variation2 .content-blog-top .blog-meta li img {
  height: 30px;
  border-radius: 100%;
  padding: 0
}
.style-variation2 .content-blog-top .blog-meta li.blog-author a {
  color: var(--color-body);
}
.style-variation2 .content-blog-top .blog-meta li {
  margin: 0 5px;
}
.style-variation2 .content-blog-top .blog-meta li:first-child {
  margin-left: 0;
}
.style-variation2 .blockquote-style-1 {
  background: #f5f5f5;
  border-radius: 4px;
  border-left: 3px solid var(--color-primary);
  color: var(--color-heading);
}
.style-variation2 .blockquote-style-1 .quote-image {
  opacity: 0.7;
}

/*---------------------------
    Blog Details Style 3  
------------------------------*/
.style-variation3 .content-blog-top .title {
  margin-top: 0;
  margin-bottom: 30px;
}

.style-variation3 .content-blog-top .blog-meta {
  margin-bottom: 0;
}
.style-variation3 .content-blog-top .blog-meta li.blog-author a {
  color: var(--color-body);
}

.style-variation3 .blockquote-style-1 {
  background: #ffffff;
  border-radius: 5px;
  border-top: 3px solid var(--color-primary);
  color: var(--color-primary);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 25px 68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-variation3 .blockquote-style-1 {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .style-variation3 .blockquote-style-1 {
    padding: 25px 30px;
  }
}
.style-variation3 .blockquote-style-1 .quote-image {
  opacity: 0.7;
  right: 15px;
  bottom: 8px;
}

/*-----------------------------
    Blog Comments Style  
------------------------------*/
.comment-list-wrapper .comment {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .comment-list-wrapper .comment {
    flex-direction: column;
  }
  .comment-list-wrapper .comment .comment-content {
    margin-top: 20px;
  }
}
.comment-list-wrapper .comment .thumbnail {
  min-width: 70px;
  width: 70px;
  max-height: 70px;
  border-radius: 100%;
  margin-right: 25px;
}
.comment-list-wrapper .comment .thumbnail img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-list-wrapper .comment .comment-content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
.comment-list-wrapper .comment .comment-content .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-body);
  display: block;
}
.comment-list-wrapper .comment .comment-content p, .comment-list-wrapper .comment .comment-content .date  {
  margin-bottom: 5px;
}
.comment-list-wrapper .comment .comment-content .reply-btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.comment-list-wrapper .comment .comment-content .reply-btn i {
  margin-right: 10px;
}
.comment-list-wrapper .comment + .comment {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

/*-----------------------------
    Blog Comments Form
------------------------------*/
.comment-form-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 10px;
}
.comment-form-top .blog-page-title {
  margin-bottom: 0;
}
.comment-form-top .cancle-btn a {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  transition: 0.3s;
}
.comment-form-top .cancle-btn a:hover {
  color: var(--color-primary);
}

.comment-form-style-1 .comment-note {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.comment-form-style-1 input,
.comment-form-style-1 textarea {
  background: #f5f5f5;
  border-radius: 5px;
  border: 0 none;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid transparent;
}
.comment-form-style-1 input:focus,
.comment-form-style-1 textarea:focus {
  border-color: var(--color-primary);
}

.comment-form-style-1 input {
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
}

.comment-form-style-1 textarea {
  min-height: 180px;
  padding: 17px 30px;
}

/*--------------------------------
    Blog Style Pagination 
---------------------------------*/
.blog-pagination-list {
  background-color: #f5f5f5;
  border-radius: 5px;
  background-image: inherit;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.blog-pagination-list::after {
  position: absolute;
  content: "";
  background-image: url(/../images/bg/bg-image-28.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  border-radius: 5px;
}
.blog-pagination-list a {
  display: flex;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  color: var(--color-body);
}
.blog-pagination-list a span {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.blog-pagination-list a i {
  font-size: 20px;
  transition: 0.4s;
  margin-right: 20px;
}
.blog-pagination-list a::before {
  position: absolute;
  content: "";
  background: #2d284e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  opacity: 0;
  border-radius: 5px;
}
.blog-pagination-list:hover::after {
  opacity: 1;
}
.blog-pagination-list:hover a {
  color: var(--color-white);
}
.blog-pagination-list:hover a::before {
  opacity: 0.79;
}
.blog-pagination-list.next-post {
  text-align: right;
}
.blog-pagination-list.next-post a i {
  margin-right: 0;
  margin-left: 20px;
}
.blog-pagination-list.style-variation-2 {
  transition: 0.4s;
  border-bottom: 2px solid transparent;
}
.blog-pagination-list.style-variation-2 a {
  color: var(--color-heading);
}
.blog-pagination-list.style-variation-2 a::before {
  display: none;
}
.blog-pagination-list.style-variation-2::after {
  display: none;
}
.blog-pagination-list.style-variation-2:hover {
  background: #ffffff;
  border-color: var(--color-primary);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
}

/**************************************
    Template Styles
***************************************/
/*-----------------------
 * Banner Style One
------------------------*/
.height-850 {
  min-height: 850px;
  width: 100%;
  padding: 240px 0 190px;
}
@media only screen and (max-width: 767px) {
  .height-850 {
    min-height: auto;
    width: 100%;
    padding: 250px 0;
  }
}

.height-940 {
  min-height: 940px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .height-940 {
    min-height: auto;
    width: 100%;
    padding: 250px 0;
  }
}

.banner-style-1 {
  position: relative;
  background-image: url(/../images/bg/home-one-banner.jpg);
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 {
    height: auto;
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-1 {
    height: auto;
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-1 {
    height: auto;
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}
.banner-style-1 .banner-right-content {
  position: relative;
  margin-top: 138px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 .banner-right-content {
    margin-top: 0px;
  }
}
.banner-style-1 .banner-right-content .edu-card {
  min-width: 272px;
}
@media only screen and (max-width: 767px) {
  .banner-style-1 .banner-right-content .edu-card {
    min-width: inherit;
  }
}
.banner-style-1 .banner-left-content {
  margin-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 .banner-left-content {
    margin-top: 0;
  }
}
.banner-style-1 .inner .content .pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 10px;
}
.banner-style-1 .inner .content .title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .inner .content .title {
    font-size: 52px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-1 .inner .content .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-1 .inner .content .title {
    font-size: 38px;
  }
}
.banner-style-1 .inner .content .description {
  margin-bottom: 60px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .inner .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-1 .inner .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-1 .inner .content .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
.banner-style-1 .inner .content .description::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 73%;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}
.banner-style-1 .work-shop {
  min-width: 193px;
  max-width: 193px;
  background: var(--color-white);
  padding: 20px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 25px -15px 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .work-shop {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-1 .work-shop {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-1 .work-shop {
    margin-right: 0;
    margin-left: 0;
  }
}
.banner-style-1 .work-shop .inner .thumbnail img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.banner-style-1 .work-shop .inner .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0 0;
}
.banner-style-1 .work-shop .inner .content .time {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 20px;
}
.banner-style-1 .shape-round {
  position: absolute;
  left: -312px;
  top: 130px;
  z-index: -1;
}
.banner-style-1 .scroll-down-btn {
  position: absolute;
  top: 100%;
  left: calc(50% - 30px);
  transform: translateY(-50%);
  z-index: 1;
}
.banner-style-1 .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-1 {
  top: 97px;
  left: -189px;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-2 {
  top: 53px;
  left: 580px;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-3 {
  top: 95px;
  right: -160px;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-4 {
  bottom: 10px;
  right: -173px;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-5 {
  bottom: -23px;
  left: 654px;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-6 {
  bottom: -37px;
  left: -255px;
}
.banner-style-1 .eduvibe-hero-one-video .thumbnail {
  margin: 30px -149px 0 -23px;
}
body .edu-header.header-sticky.academicsHeader {
  padding-left: 80px !important;
}
@media(min-width: 1200px) {
  body .edu-header.header-sticky.academicsHeader {
    position: fixed;
    width: 100%;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-1 .eduvibe-hero-one-video .thumbnail {
    margin: 0 -70px 0 -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 .eduvibe-hero-one-video .thumbnail {
    margin: 0 -30px 0 -30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-1 .eduvibe-hero-one-video .thumbnail {
    margin: -30px 0 0 -30px;
  }
}

/*-------------------------
    Banner Style Two  
--------------------------*/
.banner-style-2 {
  background-image: url(/../images/bg/home-two-banner.jpg);
  position: relative;
  z-index: 1;
  min-height: 930px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-2 {
    min-height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 {
    padding: 150px 30px;
    height: auto;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-2 {
    padding: 150px 0px;
    height: auto;
    padding-bottom: 0;
  }
}
.banner-style-2 .inner {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-2 .inner {
    margin-top: 0px;
  }
}
.banner-style-2 .inner .content .pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  margin-bottom: 10px;
  display: block;
  padding-left: 60px;
  position: relative;
}
.banner-style-2 .inner .content .pre-title::before {
  left: 0;
  top: 13px;
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  content: "";
  position: absolute;
}
.banner-style-2 .inner .content .title {
  font-weight: 800;
  font-size: 68px;
  line-height: 1.24;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 .inner .content .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 .inner .content .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-2 .inner .content .title {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-2 .inner .content .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  body .forumDetail .blog-meta li {
    padding: 0;
  }
}
.banner-style-2 .inner .content .description {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 .inner .content .description {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-2 .inner .content .description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}
.banner-style-2 .inner .content .arrow-sign {
  position: absolute;
  right: -30px;
  bottom: -50px;
}
.banner-style-2 .inner .content .arrow-sign img {
  max-width: 70%;
}
@media only screen and (min-width: 1750px) {
  .banner-style-2 .inner .content .arrow-sign {
    right: -50px;
    bottom: -90px;
  }
  .banner-style-2 .inner .content .arrow-sign img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .inner .content .arrow-sign {
    right: -50px;
    bottom: -30px;
  }
  .banner-style-2 .inner .content .arrow-sign img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 .inner .content .arrow-sign {
    right: -110px;
    bottom: -12px;
  }
  .banner-style-2 .inner .content .arrow-sign img {
    max-width: 40%;
  }
}
.banner-style-2 .banner-thumbnail {
  position: absolute;
  bottom: 0;
  right: 111px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .banner-thumbnail {
    right: 31px;
  }
}
.banner-style-2 .banner-thumbnail img {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-2 .banner-thumbnail {
    right: 0;
  }
  .banner-style-2 .banner-thumbnail img.girl-thumb {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-2 .banner-thumbnail {
    right: -138px;
  }
  .banner-style-2 .banner-thumbnail img.girl-thumb {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 .banner-thumbnail {
    position: static;
    text-align: right;
    margin-top: -110px;
  }
  .banner-style-2 .banner-thumbnail img.girl-thumb {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-2 .banner-thumbnail {
    position: static;
  }
  .banner-style-2 .banner-thumbnail img.girl-thumb {
    max-width: 100%;
  }
}
.banner-style-2 .banner-bg {
  position: absolute;
  bottom: 3px;
  right: 67px;
  z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-2 .banner-bg {
    right: 0;
  }
}
.banner-style-2 .banner-bg img.girl-bg {
  max-width: calc(90% - 10px);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-2 .banner-bg img.girl-bg {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .banner-bg {
    right: -40px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-2 .banner-bg {
    right: -218px;
  }
  .banner-style-2 .banner-bg img.girl-bg {
    max-width: 80%;
  }
}
.banner-style-2 .shape-image {
  position: absolute;
  z-index: -1;
}
.banner-style-2 .shape-image.shape-image-1 {
  top: 231px;
  left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .shape-image.shape-image-1 {
    top: 170px;
    left: -10px;
  }
}
.banner-style-2 .shape-image.shape-image-2 {
  top: 240px;
  right: 43%;
}
.banner-style-2 .shape-image.shape-image-3 {
  top: 250px;
  right: 90px;
}

/*-------------------------
    Banner Style Three  
--------------------------*/
.banner-style-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(/../images/bg/home-three-banner.jpg);
}
@media only screen and (max-width: 991px) {
  .banner-style-3 {
    padding: 160px 0 100px;
  }
  .banner-style-3 .height-940 {
    height: inherit;
    min-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-3 {
    padding: 140px 0 70px;
  }
  .banner-style-3 .height-940 {
    padding: 0;
  }
}
.banner-style-3 .content {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .content {
    margin-top: 0px;
  }
}
.banner-style-3 .content .pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 5px;
}
.banner-style-3 .content .title {
  font-weight: 800;
  font-size: 68px;
  line-height: 1.25;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-3 .content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-3 .content .title {
    font-size: 40px;
  }
}
.banner-style-3 .content .description {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-3 .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-3 .content .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
.banner-style-3 .banner-image .banner-main-image {
  margin-right: -45px;
  margin-bottom: -260px;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-3 .banner-image .banner-main-image {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .banner-image .banner-main-image {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .banner-image .banner-main-image {
    margin-right: 0;
    text-align: left;
    margin-bottom: 0;
  }
}
.banner-style-3 .banner-image .img-02 {
  position: absolute;
  right: -232px;
  bottom: 125px;
}
@media only screen and (min-width: 1401px) and (max-width: 1650px) {
  .banner-style-3 .banner-image .img-02 {
    right: -152px;
    bottom: 190px;
    max-width: 240px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-3 .banner-image .img-02 {
    right: -88px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .banner-image .img-02 {
    right: -88px;
    max-width: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .banner-image .img-02 {
    display: none;
  }
}
.banner-style-3 .banner-image .img-03 {
  position: absolute;
  right: 0;
  bottom: 435px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-3 .banner-image .img-03 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .banner-image .img-03 {
    right: 90px;
    bottom: 345px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .banner-image .img-03 {
    display: none;
  }
}
.banner-style-3 .shape-image {
  position: absolute;
  z-index: -1;
}
.banner-style-3 .shape-image.shape-image-1 {
  left: -114px;
  top: 30px;
}
.banner-style-3 .shape-image.shape-image-2 {
  right: 45%;
  top: 105px;
}
.banner-style-3 .shape-image.shape-image-3 {
  right: -260px;
  top: 20px;
}
.banner-style-3 .shape-image.shape-image-4 {
  right: -241px;
  bottom: -50px;
}
.banner-style-3 .shape-image.shape-image-5 {
  left: -180px;
  bottom: -100px;
}

/*-------------------------
    Banner Style Four  
--------------------------*/
.banner-style-4 {
  background-image: url(/../images/bg/home-four-banner.jpg);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-style-4 .home-four-banner-wrapper {
  min-height: 870px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .home-four-banner-wrapper {
    min-height: auto;
    width: 100%;
    width: 100%;
    padding: 120px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-4 .home-four-banner-wrapper {
    padding: 70px 0 150px;
  }
}
.banner-style-4 .banner-image {
  position: relative;
  padding: 35px;
  left: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-4 .banner-image {
    padding: 25px;
    left: 10px;
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-4 .banner-image {
    left: 0;
    width: 74%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-4 .banner-image {
    left: 0;
    margin: 0 auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-4 .banner-image {
    padding: 20px;
  }
}
.banner-style-4 .banner-image .thumbnail img {
  width: 500px;
  max-height: 500px;
  border-radius: 100%;
  object-fit: cover;
}
.banner-style-4 .banner-image .round-images {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.banner-style-4 .banner-image .learner-badge {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: absolute;
  left: -80px;
  top: 25%;
}
@media only screen and (max-width: 575px) {
  .banner-style-4 .banner-image .learner-badge {
    display: none;
  }
}
.banner-style-4 .banner-image .learner-badge .badge-inner {
  background: #ffa41b;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-style-4 .banner-image .learner-badge .badge-inner span {
  display: block;
  color: #ffffff;
  font-weight: 600;
}
.banner-style-4 .banner-image .learner-badge .badge-inner span.viewer {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
}
.banner-style-4 .content .pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 5px;
}
.banner-style-4 .content .title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.25;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-4 .content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-4 .content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-4 .content .title {
    font-size: 40px;
  }
}
.banner-style-4 .content .description {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-4 .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-4 .content .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
.banner-style-4 .shape-image {
  position: absolute;
  z-index: -1;
}
.banner-style-4 .shape-image.shape-image-1 {
  left: -110px;
  top: -50px;
}
.banner-style-4 .shape-image.shape-image-2 {
  right: 48%;
  top: -32px;
}
.banner-style-4 .shape-image.shape-image-3 {
  right: -210px;
  top: 10px;
}
.banner-style-4 .shape-image.shape-image-4 {
  right: 360px;
  bottom: -90px;
}
.banner-style-4 .shape-image.shape-image-5 {
  left: 463px;
  bottom: 270px;
}
.banner-style-4 .shape-image.shape-image-6 {
  left: 150px;
  bottom: -100px;
}
.banner-style-4 .shape-image.shape-image-left {
  left: 0;
  bottom: 8px;
}
.banner-style-4 .shape-image.shape-image-right {
  right: 0;
  bottom: 7px;
}
.banner-style-4 .social-text-share {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -175px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-4 .social-text-share {
    left: -105px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-4 .social-text-share {
    left: -70px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .social-text-share {
    position: absolute;
    top: inherit;
    transform: none;
    left: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    bottom: -40px;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-4 .social-text-share {
    bottom: -65px;
  }
}
.banner-style-4 .social-text-share li {
  margin: 0;
}
.banner-style-4 .social-text-share li a {
  display: inline-block;
  transform: rotate(-90deg);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .social-text-share li a {
    transform: none;
    margin: 0px 20px;
  }
}
.banner-style-4 .social-text-share li a::before {
  position: absolute;
  content: "";
  background: var(--color-primary);
  bottom: 0;
  width: 0;
  opacity: 0;
  left: 0;
  transition: 0.4s;
  height: 2px;
}
.banner-style-4 .social-text-share li a:hover::before {
  width: 100%;
  opacity: 1;
}

/*-------------------------
    Banner Style five  
--------------------------*/
.banner-style-5 {
  position: relative;
  z-index: 1;
  background-image: url(/../images/bg/home-five-banner.jpg);
}
.banner-style-5 .wrapper {
  height: 860px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-5 .wrapper {
    height: auto;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .wrapper {
    height: auto;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .wrapper {
    height: auto;
    padding-top: 120px;
  }
}
.banner-style-5 .content .title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.28;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-5 .content .title {
    font-size: 57px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-5 .content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .content .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .content .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.banner-style-5 .content .description {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-5 .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .content .description {
    margin-bottom: 30px;
  }
}
.banner-style-5 .content .read-more-btn {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .banner-style-5 .content .read-more-btn {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-5 .content .video-btn-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-style-5 .content .video-play-btn {
  width: 60px;
  height: 60px;
  background: rgba(251, 124, 86, 0.15);
  margin: inherit;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .banner-style-5 .content .video-play-btn {
    margin-left: 0;
    margin-top: 0;
  }
}
.banner-style-5 .content .video-play-btn::before {
  display: none;
}
.banner-style-5 .content .video-play-btn::after {
  display: none;
}
.banner-style-5 .content .video-play-btn .play-icon::before {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--color-secondary);
}
.banner-style-5 .content .video-btn-wrapper {
  display: flex;
  align-items: center;
}
.banner-style-5 .content .video-btn-wrapper .video-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-left: 20px;
  display: inline-block;
  color: var(--color-heading);
}
.banner-style-5 .banner-image {
  position: absolute;
  bottom: 0;
  right: 13%;
}
@media only screen and (max-width: 1650px) {
  .banner-style-5 .banner-image {
    right: 4%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-5 .banner-image {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .banner-image {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .banner-image {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
  }
}
.banner-style-5 .banner-image img {
  border-top-right-radius: 500px;
  border-top-left-radius: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .banner-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .banner-image img {
    width: 100%;
  }
}
.banner-style-5 .banner-image .card-info {
  position: absolute;
  left: -10%;
  top: 19%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .banner-image .card-info {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .banner-image .card-info {
    left: 10px;
    top: auto;
    bottom: 10px;
  }
}
.banner-style-5 .banner-image .card-info .inner {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 20px 30px;
}
.banner-style-5 .banner-image .card-info .inner .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-heading);
}
.banner-style-5 .banner-image .card-info .inner .name span {
  font-size: 14px;
  color: var(--color-body);
  font-weight: 400;
}
.banner-style-5 .banner-image .card-info .inner .rating-wrapper span {
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.banner-style-5 .shape-image {
  position: absolute;
  z-index: -1;
}
.banner-style-5 .shape-image.shape-image-1 {
  bottom: 235px;
  left: 168px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
@media only screen and (max-width: 1650px) {
  .banner-style-5 .shape-image.shape-image-1 {
    left: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-5 .shape-image.shape-image-1 {
    display: none;
  }
}
.banner-style-5 .shape-image.shape-image-2 {
  top: 183px;
  left: 73px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-5 .shape-image.shape-image-2 {
    top: 160px;
    left: -40px;
  }
}
.banner-style-5 .shape-image.shape-image-3 {
  top: 180px;
  left: 52%;
}
.banner-style-5 .shape-image.shape-image-4 {
  left: 42%;
  bottom: 370px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-5 .shape-image.shape-image-4 {
    bottom: 200px;
  }
}
.banner-style-5 .shape-image.shape-image-5 {
  bottom: 116px;
  left: 49%;
}
.banner-style-5 .shape-image.shape-image-6 {
  left: 50px;
  bottom: 90px;
}

/*-------------------------
    Banner Style Six  
--------------------------*/
.banner-style-6 {
  position: relative;
  z-index: 2;
}
.banner-style-6 .scroll-down-btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 30px);
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .banner-style-6 .scroll-down-btn {
    bottom: 15px;
  }
}
@media only screen and (min-width: 1750px) {
  .banner-style-6 .scroll-down-btn {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .banner-style-6 .scroll-down-btn {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1900px) {
  .banner-style-6 .scroll-down-btn {
    bottom: -20px;
  }
}
.banner-style-6 .content {
  position: relative;
  z-index: 1;
}
.banner-style-6 .content .pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 10px;
}
.banner-style-6 .content .title {
  font-weight: 800;
  font-size: 68px;
  line-height: 1.24;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-6 .content .title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-6 .content .title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-6 .content .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-6 .content .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.banner-style-6 .shape-image {
  position: absolute;
  z-index: -1;
}
.banner-style-6 .shape-image.shape-image-1 {
  top: 180px;
  left: 32%;
}
.banner-style-6 .shape-image.shape-image-2 {
  top: 253px;
  right: 182px;
}
.banner-style-6 .shape-image.shape-image-3 {
  bottom: 100px;
  right: 35%;
}
.banner-style-6 .shape-image.shape-image-4 {
  bottom: 195px;
  left: 117px;
}
.banner-style-6 .shape-image.shape-image-5 {
  bottom: 360px;
  right: 192px;
}
.banner-style-6 .gallery-image {
  position: absolute;
  z-index: -1;
}
.banner-style-6 .gallery-image.gallery-image-1 {
  top: 180px;
  left: 175px;
  z-index: 1;
}
.banner-style-6 .gallery-image.gallery-image-2 {
  top: 353px;
  left: 117px;
  z-index: -1;
}
.banner-style-6 .gallery-image.gallery-image-3 {
  bottom: 100px;
  left: 340px;
}
.banner-style-6 .gallery-image.gallery-image-4 {
  bottom: 200px;
  right: 281px;
}
.banner-style-6 .gallery-image.gallery-image-5 {
  bottom: 91px;
  right: 6%;
  z-index: -1;
}
.banner-style-6 .gallery-image.gallery-image-6 {
  top: 201px;
  right: 281px;
}
@media only screen and (min-width: 1401px) and (max-width: 1750px) {
  .banner-style-6 .gallery-image img {
    max-width: 90%;
  }
  .banner-style-6 .gallery-image.gallery-image-1 {
    left: 20px;
  }
  .banner-style-6 .gallery-image.gallery-image-2 {
    top: 350px;
    left: 40px;
  }
  .banner-style-6 .gallery-image.gallery-image-3 {
    left: 120px;
    bottom: 150px;
  }
  .banner-style-6 .gallery-image.gallery-image-4 {
    bottom: 290px;
    right: 0px;
  }
  .banner-style-6 .gallery-image.gallery-image-5 {
    bottom: 170px;
    right: 120px;
  }
  .banner-style-6 .gallery-image.gallery-image-6 {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-6 .gallery-image.gallery-image-1 {
    left: 0;
  }
  .banner-style-6 .gallery-image.gallery-image-2 {
    top: 305px;
    left: 70px;
  }
  .banner-style-6 .gallery-image.gallery-image-3 {
    left: 200px;
    bottom: 150px;
  }
  .banner-style-6 .gallery-image.gallery-image-4 {
    right: 130px;
  }
  .banner-style-6 .gallery-image.gallery-image-5 {
    bottom: 91px;
    right: 0px;
  }
  .banner-style-6 .gallery-image.gallery-image-6 {
    right: 0;
  }
  .banner-style-6 .gallery-image img {
    max-width: 80%;
  }
}

/* Event Details  */
.edu-event-details .thumbnail img {
  border-radius: 5px;
}

.edu-event-details .content {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-event-details .content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event-details .content {
    margin-top: 30px;
  }
}
.edu-event-details .content .title {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .edu-event-details .content .title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.edu-event-details .content .column-gallery li img {
  border-radius: 5px;
  width: 100%;
}

.eduvibe-widget {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-widget {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eduvibe-widget {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-widget {
    padding: 30px 20px;
  }
}
.eduvibe-widget .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}

.eduvibe-sidebar {
  padding: 0 50px;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eduvibe-sidebar {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-sidebar {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.eduvibe-sidebar.course-details-sidebar {
  padding: 0 0px 0 20px;
  margin-left: -20px;
}
@media only screen and (max-width: 1199px) {
  .eduvibe-sidebar.course-details-sidebar {
    margin-left: 0px;
    padding: 0px;
  }
}
.eduvibe-sidebar.course-details-sidebar .eduvibe-widget {
  padding: 20px 20px;
  border-radius: 10px;
}
.eduvibe-sidebar.course-details-sidebar .eduvibe-widget .eduvibe-widget-details {
  padding: 0 20px 0;
}

.eduvibe-widget-details .widget-content ul li {
  display: flex;
  justify-content: space-between;
}
.eduvibe-widget-details .widget-content ul li i {
  color: var(--color-primary);
  margin-right: 10px;
}
.eduvibe-widget-details
  .widget-content
  ul
  li
  img.eduvibe-course-sidebar-img-icon {
  max-width: 16px;
  margin-right: 10px;
}
.eduvibe-widget-details .widget-content ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  display: inline-block;
}
.eduvibe-widget-details .widget-content ul li + li {
  padding-top: 15px;
  /* margin-top: 15px; */
  border-top: 1px solid #eeeeee;
}

/*----------------------------
    Product Details Styles 
------------------------------*/
.edu-product-details-style .content .edu-rating {
  margin-bottom: 20px;
}
.edu-product-details-style .content .edu-rating .rating-count {
  font-weight: 600;
  color: var(--color-dark);
}

.edu-product-details-style .content .subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
}

.edu-product-details-style .content .title {
  margin-bottom: 15px;
}

.edu-product-details-style .content p {
  margin-top: 25px;
  margin-bottom: 30px;
}
.eduvibe-widget-details .widget-content ul li .activeLesson  {
  display: flex;
}
.eduvibe-widget-details .widget-content ul li .activeLesson span {
  line-height: 16px;
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .edu-product-details-style .content p {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.edu-product-details-style .content .product-action {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .edu-product-details-style .content .product-action {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .edu-product-details-style .content .product-action .add-to-cart-btn {
    margin-top: 20px;
  }
}

.edu-product-details-style .content .product-feature {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .edu-product-details-style .content .product-feature {
    margin-top: 20px;
  }
}
.edu-product-details-style .content .product-feature li {
  font-weight: 400;
  margin: 5px 0;
}
.edu-product-details-style .content .product-feature li span {
  font-weight: 700;
  color: var(--color-heading);
}
.edu-product-details-style .content .product-feature li a {
  position: relative;
  display: inline-block;
}
.edu-product-details-style .content .product-feature li a::after {
  position: absolute;
  content: ",";
  right: -3px;
}
.edu-product-details-style .content .product-feature li a:last-child:after {
  display: none;
}

.edu-product-details-style .content .edu-quontity-btn {
  min-width: 144px;
}

.edu-product-details-style .content .add-to-cart-btn {
  width: 100%;
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .edu-product-details-style .content .add-to-cart-btn {
    margin-left: 0px;
  }
}
.edu-product-details-style .content .add-to-cart-btn a.edu-btn {
  width: 100%;
  text-align: center;
}

.edu-product-details-style .content .pro-qty .qtybtn {
  right: 28px;
}

@media only screen and (max-width: 991px) {
  .edu-product-details-style .content .pro-qty input {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .edu-product-details-style .content .pro-qty input {
    text-align: center;
  }
}

.edu-product-details-style .content .eduvibe-product-details-hr {
  margin-top: 37px;
  padding-bottom: 1px;
}

.edu-product-details-style .thumbnail {
  padding-right: 62px;
}
@media only screen and (max-width: 1199px) {
  .edu-product-details-style .thumbnail {
    padding-right: 0px;
  }
}
.edu-product-details-style .thumbnail img.eduvibe-product-main-img {
  border-radius: 5px;
}

.pro-qty {
  position: relative;
  display: inline-block;
}
.pro-qty input {
  height: 60px;
  border: 0 none;
  background: #f5f5f5;
  border-radius: 5px;
  max-width: 144px;
  margin-right: 15px;
  text-align: center;
  color: var(--color-heading);
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-qty input {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .pro-qty input {
    text-align: left;
  }
}
.pro-qty .qtybtn {
  position: absolute;
  top: 10px;
  right: 38px;
  font-size: 20px;
  cursor: pointer;
}
.pro-qty .dec.qtybtn {
  top: auto;
  bottom: 10px;
}

.product-description-nav {
  border-bottom: 1px solid #eeeeee;
  justify-content: center;
  margin-bottom: 35px;
}
.product-description-nav .nav-item {
  margin: 0 25px;
}
.product-description-nav .nav-item button.nav-link {
  background: transparent;
  border: 0 none;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  padding-bottom: 15px;
  color: var(--color-heading);
  position: relative;
  transition: 0.4s;
}
.product-description-nav .nav-item button.nav-link::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--color-primary);
  transition: 0.4s;
  width: 0;
}
.product-description-nav .nav-item button.nav-link:hover,
.product-description-nav .nav-item button.nav-link.active {
  color: var(--color-primary);
}
.product-description-nav .nav-item button.nav-link:hover::after,
.product-description-nav .nav-item button.nav-link.active::after {
  width: 100%;
}

.product-description-content p:last-child {
  margin-bottom: 0;
}

.product-description-content .comment-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-description-content .notification-text .title {
  font-size: 16px;
  line-height: 26px;
  margin-right: 10px;
}

.edu-product-modal .modal-dialog {
  max-width: 1170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .edu-product-modal .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-product-modal .modal-dialog {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-product-modal .modal-dialog {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .edu-product-modal .modal-dialog {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .edu-product-modal .modal-dialog {
    max-width: 320px;
    margin: 0 auto;
  }
}

.edu-product-modal .edu-modal-body {
  padding: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-product-modal .edu-modal-body {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-product-modal .edu-modal-body {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-product-modal .edu-modal-body {
    padding: 20px;
  }
}

.edu-product-modal .edu-modal-header {
  position: absolute;
  left: calc(100% + 20px);
  z-index: 2;
}
.edu-product-modal .edu-modal-header button {
  padding: 0;
  background: transparent;
  margin: 0;
  outline: none;
  opacity: 1;
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .edu-product-modal .edu-modal-header button {
    width: 20px;
    height: 20px;
  }
}
.edu-product-modal .edu-modal-header button:focus {
  box-shadow: none;
}
.edu-product-modal .edu-modal-header button i {
  color: var(--color-white);
}

.eduvibe-product-modal-popup.edu-product-modal .edu-modal-header {
  left: calc(100% + 20px);
  top: -30px;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-product-modal-popup.edu-product-modal .edu-modal-header {
    top: 0px;
    left: calc(100% + 10px);
  }
}

.eduvibe-product-modal-popup .modal-content {
  border-radius: 5px;
}

.eduvibe-product-modal-popup .edu-modal-body {
  padding: 70px 100px 70px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .eduvibe-product-modal-popup .edu-modal-body {
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-product-modal-popup .edu-modal-body {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-product-modal-popup .edu-modal-body {
    padding: 30px;
  }
}

.eduvibe-product-modal-popup.eduvibe-product-modal-popup .thumbnail {
  padding-right: 0;
}
.eduvibe-product-modal-popup.eduvibe-product-modal-popup .thumbnail img {
  height: 545px;
  width: 350px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .eduvibe-product-modal-popup.eduvibe-product-modal-popup .thumbnail img {
    height: auto;
    width: 100%;
  }
}

/*-----------------------
    Cart Styles  
-------------------------*/
.cart-table table {
  min-width: 1170px;
}
@media only screen and (max-width: 767px) {
  .cart-table table {
    min-width: 950px;
  }
}
.cart-table table thead tr {
  background: #f5f5f5;
  border-radius: 5px;
  border: 0 none;
}
.cart-table table thead tr th {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  padding: 24px 0;
  border: 0 none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table table thead tr th {
    padding: 24px 10px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table table thead tr th {
    padding: 24px 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table table thead tr th {
    padding: 24px 10px;
    font-size: 18px;
  }
}
.cart-table table thead tr th:first-child {
  padding-left: 30px;
  border-radius: 5px 0 0 5px;
}
.cart-table table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.cart-table table tbody tr .pro-thumbnail img {
  max-height: 90px;
  width: 60px;
  min-width: 60px;
  border-radius: 5px;
  object-fit: cover;
}
.cart-table table tbody tr .pro-thumbnail span {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-heading);
  display: inline-block;
  margin-left: 20px;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table table tbody tr .pro-thumbnail span {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table table tbody tr .pro-thumbnail span {
    font-size: 16px;
    margin-left: 5px;
  }
}
.cart-table table tbody tr .pro-thumbnail span:hover {
  color: var(--color-primary);
}
.cart-table table tbody tr:first-child td {
  border-top: transparent;
}
.cart-table table tbody tr td {
  padding: 30px 0;
  border: 0 none;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table table tbody tr td {
    padding: 30px 6px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table table tbody tr td {
    padding: 30px 6px;
  }
}
.cart-table table tbody tr td:first-child {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table table tbody tr td:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table table tbody tr td:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table table tbody tr td:first-child {
    padding-left: 0;
  }
}
.cart-table table tbody tr .pro-price,
.cart-table table tbody tr .pro-subtotal {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.cart-table table tbody tr .pro-remove a {
  color: var(--color-heading);
  transition: 0.4s;
}
.cart-table table tbody tr .pro-remove a:hover {
  color: var(--color-secondary);
}

.cart-table .pro-qty input {
  max-width: 144px;
  margin-right: 0;
  padding-right: 39px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table .pro-qty input {
    max-width: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .pro-qty input {
    max-width: 104px;
  }
}

.cart-summary .title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.cart-summary .cart-summary-inner {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-radius: 5px;
}
.cart-summary .cart-summary-inner li {
  display: flex;
  margin: 0;
}
.cart-summary .cart-summary-inner li span {
  display: block;
  flex-basis: 50%;
  padding: 17px 40px;
  text-align: center;
  font-weight: 600;
}
.cart-summary .cart-summary-inner li span.subtitle {
  border-right: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  text-align: left;
}
.cart-summary .cart-summary-inner li + li {
  border-top: 1px solid #eeeeee;
}

.coupon-code-btn {
  position: relative;
  display: inline-block;
}
.coupon-code-btn input {
  background: #f5f5f5;
  border-radius: 5px;
  border: 0 none;
  height: 60px;
  min-width: 470px;
  padding-left: 53px;
  padding-right: 163px;
}
@media only screen and (max-width: 767px) {
  .coupon-code-btn input {
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.coupon-code-btn i {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .coupon-code-btn i {
    display: none;
  }
}
.coupon-code-btn .edu-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .coupon-code-btn .edu-btn {
    position: static;
    border-radius: 5px;
    height: auto;
    margin-top: 20px;
  }
}

/*-------------------------
    Price Filter  
--------------------------*/
.slider__range--output {
  margin-top: 14px;
}

.price--output input {
  border: 0 none;
}

.price--output span {
  color: #333;
  font-size: 14px;
}

.price--filter {
  display: inline-block;
}

.price--output {
  display: inline-block;
}

.ui-widget-content {
  background: #d7d6dc none repeat scroll 0 0;
  border: 0 none;
  color: var(--color-primary);
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: var(--color-primary) none repeat scroll 0 0;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
  cursor: default;
  height: 20px;
  position: absolute;
  touch-action: none;
  width: 20px;
  z-index: 2;
  outline: none;
  cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: var(--color-primary) none repeat scroll 0 0;
  border: 0 none;
  color: var(--color-primary);
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: var(--color-primary) none repeat scroll 0 0;
}

.ui-slider-horizontal {
  margin-bottom: 8px;
  margin-top: 15px;
}

.price__output--wrap {
  display: flex;
  align-items: center;
}
.price__output--wrap .price--output {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.price__output--wrap .price--output span {
  color: var(--color-body);
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.price__output--wrap .price--output input {
  border: 0 none;
  flex-grow: 1;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  width: 100px;
  color: var(--color-body);
  padding: 0 6px;
}
.price__output--wrap .price--filter {
  display: inline-block;
  margin-top: -2px;
}
.price__output--wrap .price--filter a.btn {
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 16px;
}

.ui-slider .ui-slider-handle::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*---------------------------
    Course Details 
-----------------------------*/
.edu-course-details-area .main-image {
  margin-left: -75px;
  margin-right: -75px;
}
@media only screen and (max-width: 991px) {
  .edu-course-details-area .main-image {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.edu-course-details-area .main-image img {
  height: 570px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .edu-course-details-area .main-image img {
    height: auto;
  }
}

.course-details-content {
  margin-right: 30px;
}
.course-details-content .courseTags {
  margin-bottom: 15px !important
}

@media only screen and (max-width: 1199px) {
  .course-details-content {
    margin-right: 0px;
  }
  body ul.breadcrumbs li:not(:first-child) {
    padding: 0 5px;
  }
  .eduvibe-sidebar.course-details-sidebar.showsLesson {
    margin-bottom: 70px;
  }
}
.course-details-content .content-top {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 30px;
}
.detailedLesson .course-details-content .content-top .author-meta .author-thumb a {
    display: flex;
}
.detailedLesson .edu-course-details-area .author-meta .author-thumb a .author-title,
.detailedLesson .course-details-content .content-top .author-meta .author-thumb a {
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-details-content .content-top {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .course-details-content .content-top {
    margin-top: 30px;
    margin-bottom: 20px;
  }

}
@media only screen and (max-width: 575px) {
  body .course-details-content .content-top {
    display: block !important;
  }
}
.course-details-content .content-top .author-meta {
  margin-right: 8px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .course-details-content .content-top .author-meta {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.course-details-content .title, .edu-course-details-area .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.edu-card.card-type-3 .inner .content .title {
  font-size: 20px;
  border-bottom: none;
}
.searchGlobal .grid-metro3 {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-details-content .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .course-details-content .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.course-details-content .edu-course-tab {
  border: 0 none;
  background: #f5f5f5;
  border-radius: 5px;
  justify-content: space-between;
}
.course-details-content .edu-course-tab .nav-item {
  margin: 0 40px;
}
@media only screen and (max-width: 1199px) {
  .course-details-content .edu-course-tab .nav-item {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .course-details-content .edu-course-tab .nav-item {
    margin: 0 10px;
  }
}
.course-details-content .edu-course-tab .nav-item .nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  border: 0 none;
  background: transparent !important;
  padding: 16px 0;
  position: relative;
  color: var(--color-heading);
}
.showsLesson .eduvibe-sidebar.course-details-sidebar {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .course-details-content .edu-course-tab .nav-item .nav-link {
    padding: 10px 0;
    font-size: 16px;
  }
}
.course-details-content .edu-course-tab .nav-item .nav-link::after {
  position: absolute;
  content: "";
  background: var(--color-primary);
  border-radius: 1px 1px 0px 0px;
  height: 2px;
  width: 0;
  transition: 0.4s;
  left: 0%;
  bottom: 0;
  opacity: 0;
}
.course-details-content .edu-course-tab .nav-item .nav-link.active,
.course-details-content .edu-course-tab .nav-item .nav-link:hover {
  color: var(--color-primary);
}
.course-details-content .edu-course-tab .nav-item .nav-link.active::after,
.course-details-content .edu-course-tab .nav-item .nav-link:hover::after {
  width: 100%;
  opacity: 1;
}
.course-details-content .course-tab-content {
  margin-top: 40px;
}
.course-details-content .course-tab-content h2 {
  font-size: 22px;
}
.course-details-content .rating-box {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  text-align: center;
  min-width: 200px;
  padding: 29px 10px;
}
.course-details-content .rating-box .rating-number {
  font-weight: 800;
  font-size: 72px;
  line-height: 90px;
  color: var(--color-heading);
}
.course-details-content .rating-box span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.review-wrapper .single-progress-bar {
  position: relative;
}

.review-wrapper .rating-text {
  display: inline-block;
  position: relative;
  top: 19px;
}

.review-wrapper .progress {
  max-width: 83%;
  margin-left: 38px;
  height: 12px;
  background: #eeeeee;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .review-wrapper .progress {
    max-width: 80%;
  }
}
.review-wrapper .progress .progress-bar {
  background-color: #ffa41b;
}

.review-wrapper span.rating-value {
  position: absolute;
  right: 0;
  top: 50%;
}
.edu-course-details-area .edu-instructor-1 .edu-instructor .thumbnail {
  width: 120px;
  height: 120px;
}
.edu-course-details-area .edu-instructor-1 .edu-instructor .thumbnail img {
  border-radius: 100%;
}
.edu-course-details-area .course-details-content .tab-pane .title {
  font-size: 20px;
  line-height: normal;
  margin: 10px 0;
}
.course-author-wrapper {
  padding: 0;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .course-author-wrapper {
    flex-direction: column;
  }
}
.course-author-wrapper .thumbnail {
  min-width: 200px;
  max-height: 232px;
  margin-right: 30px;
  width: 200px;
}
.course-author-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .course-author-wrapper .thumbnail img {
    width: auto;
    margin-bottom: 20px;
  }
}
.course-author-wrapper .author-content .title {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.course-author-wrapper .author-content .subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 20px;
}
.course-author-wrapper .author-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .course-author-wrapper .author-content {
    margin-top: 20px;
  }
}

.edu-comment {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .edu-comment {
    flex-direction: column;
  }
}
.edu-comment .thumbnail {
  min-width: 70px;
  width: 70px;
  max-height: 70px;
  border-radius: 100%;
  margin-right: 25px;
}
.edu-comment .thumbnail img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edu-comment .comment-content .comment-top {
  display: flex;
  align-items: center;
}
.edu-comment .comment-content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.edu-comment .comment-content .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
  color: var(--color-heading);
}
@media only screen and (max-width: 575px) {
  .edu-comment .comment-content {
    margin-top: 20px;
  }
}
.edu-comment + .edu-comment {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.course-details-card {
  border-radius: 8px;
  border: 1px solid #eeeeee;
  padding: 30px;
}
.course-details-card .course-details-two-content p:last-child {
  margin-bottom: 0;
}

/*------------------------
    Preview Styles  
-------------------------*/
.pre-section-title .pretitle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
}

.eduvibe-landing-banner {
  background-image: url(/../images/bg/landing-page-banner.jpg);
  position: relative;
  z-index: 1;
}
.eduvibe-landing-banner .height-800 {
  min-height: 800px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .height-800 {
    min-height: 680px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .height-800 {
    padding: 160px 0 30px;
  }
  .eduvibe-landing-banner .height-800 .height-940 {
    height: inherit;
    min-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-landing-banner .height-800 {
    padding: 140px 0 70px;
  }
  .eduvibe-landing-banner .height-800 .height-940 {
    min-height: auto;
    padding: 0;
  }
}
.eduvibe-landing-banner .content {
  margin-top: 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .eduvibe-landing-banner .content {
    margin-top: 0px;
  }
}
.eduvibe-landing-banner .content .title {
  font-weight: 800;
  font-size: 56px;
  line-height: 1.24;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .content .title {
    font-size: 50px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .content .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .eduvibe-landing-banner .content .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.eduvibe-landing-banner .content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 63px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .content p {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .content p {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-landing-banner .content p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-landing-banner .content p br {
    display: none;
  }
}
.eduvibe-landing-banner .content .btn-group-vertical {
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .content .btn-group-vertical {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .eduvibe-landing-banner .content .btn-group-vertical {
    flex-direction: column;
  }
}
.eduvibe-landing-banner .content .btn-group-vertical .left-button {
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .eduvibe-landing-banner .content .btn-group-vertical .left-button {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.eduvibe-landing-banner .content .btn-group-vertical .bg-white {
  color: var(--color-primary);
}
.eduvibe-landing-banner .content .btn-group-vertical .bg-white:hover {
  color: var(--color-secondary);
  cursor: pointer;
}
.eduvibe-landing-banner .banner-image {
  margin-right: -260px;
  margin-left: -92px;
  margin-top: 77px;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-landing-banner .banner-image {
    margin-right: -228px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-landing-banner .banner-image {
    margin-right: -173px;
    margin-left: -160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .banner-image {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .banner-image {
    margin: -100px -30px 0 -140px;
  }
}
@media only screen and (max-width: 575px) {
  .eduvibe-landing-banner .banner-image {
    margin: -70px 0px 0 -100px;
  }
}
@media only screen and (max-width: 479px) {
  .eduvibe-landing-banner .banner-image {
    margin: -50px 0px 0 -60px;
  }
}
@media only screen and (max-width: 1650px) {
  .eduvibe-landing-banner .banner-image img {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-landing-banner .banner-image img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .banner-image img {
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .banner-image img {
    width: 100%;
  }
}
.eduvibe-landing-banner .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-landing-banner .shape-image.shape-image-1 {
  top: 180px;
  left: -60px;
}
.eduvibe-landing-banner .shape-image.shape-image-2 {
  bottom: 35px;
  right: -270px;
}
.eduvibe-landing-banner .shape-image.shape-image-3 {
  bottom: 55px;
  left: -90px;
}

/*-----------------------
    Course Layout Style    
--------------------------*/
.edu-demo-course-layout {
  background-image: url(/../images/bg/landing-page-courses.jpg);
}
.edu-demo-course-layout .shape-image {
  position: absolute;
  z-index: -1;
}
.edu-demo-course-layout .shape-image.shape-image-1 {
  top: 0px;
  left: -200px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.edu-demo-course-layout .shape-image.shape-image-2 {
  top: -10px;
  right: -230px;
}
.edu-demo-course-layout .shape-image.shape-image-3 {
  bottom: -64px;
  left: -216px;
  animation: eduvibe-sm-x-move 3.5s alternate infinite linear;
}

/*-----------------------
    InnerPages    
--------------------------*/
.background-marque {
  background-image: url(/../images/bg/landing-page-innerpages.png);
  background-repeat: repeat-x;
  background-size: auto;
  height: 770px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .background-marque {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .background-marque {
    height: 400px;
  }
}

/*-----------------------
    Ecommerce Layout Style    
--------------------------*/
.edu-demo-ecommerce-layout {
  background-image: url(/../images/bg/landing-page-ecommerce.jpg);
  padding: 192px 0 163px !important;
  position: relative;
}
.edu-demo-ecommerce-layout .pre-section-title {
  margin-top: 55px;
  margin-right: -30px;
}
@media only screen and (max-width: 1199px) {
  .edu-demo-ecommerce-layout .pre-section-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .edu-demo-ecommerce-layout .pre-section-title {
    margin-right: 0px;
  }
}
.edu-demo-ecommerce-layout .thumbnail {
  margin-right: -158px;
}
@media only screen and (max-width: 991px) {
  .edu-demo-ecommerce-layout .thumbnail {
    margin-right: 0px;
  }
}
.edu-demo-ecommerce-layout .shape-image {
  position: absolute;
  z-index: -1;
}
.edu-demo-ecommerce-layout .shape-image.shape-image-1 {
  top: -49px;
  left: -240px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .edu-demo-ecommerce-layout .shape-image.shape-image-1 {
    left: -125px;
  }
}
.edu-demo-ecommerce-layout .shape-image.shape-image-2 {
  top: -80px;
  right: -145px;
}
.edu-demo-ecommerce-layout .shape-image.shape-image-3 {
  bottom: -22px;
  right: -74px;
}
.edu-demo-ecommerce-layout .shape-image.shape-image-4 {
  bottom: -93px;
  left: -200px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .edu-demo-ecommerce-layout .shape-image.shape-image-4 {
    left: -135px;
  }
}
@media only screen and (max-width: 1199px) {
  .edu-demo-ecommerce-layout {
    padding: 130px 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-demo-ecommerce-layout {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-demo-ecommerce-layout {
    padding: 80px 0 !important;
  }
}

/*-----------------------
    Demo Style   
--------------------------*/
.landing-home-demo-area .shape-image {
  position: absolute;
  z-index: -1;
}
.landing-home-demo-area .shape-image.shape-image-1 {
  top: 82px;
  left: -210px;
}
.landing-home-demo-area .shape-image.shape-image-2 {
  top: 219px;
  right: -167px;
  animation: eduvibe-rotate-x 7s infinite linear;
}
.landing-home-demo-area .shape-image.shape-image-3 {
  bottom: 132px;
  right: -165px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.landing-home-demo-area .shape-image.shape-image-4 {
  bottom: 372px;
  left: -169px;
}

.single-demo {
  text-align: center;
}
.single-demo.coming-soon a {
  pointer-events: none;
}
.single-demo .thumbnail {
  position: relative;
}
.single-demo .thumbnail .thumbnail-link {
  display: block;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}
.single-demo .thumbnail .thumbnail-link::before {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.single-demo .thumbnail .thumbnail-link img {
  width: 100%;
  border-radius: 5px;
}
.single-demo .thumbnail .hover-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 1;
  transition: 0.4s;
  opacity: 0;
}
.single-demo .thumbnail .hover-action a.edu-btn {
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
}
.single-demo .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-top: 30px;
}
.single-demo.inner-demo .thumbnail .thumbnail-link::before {
  display: none;
}
.single-demo:hover .thumbnail .thumbnail-link::before {
  opacity: 1;
}
.single-demo:hover .thumbnail .hover-action {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.demo-feature .inner {
  text-align: center;
}
.demo-feature .inner .icon {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo-feature .inner .icon img {
  max-height: 80px;
}
.demo-feature .inner .title {
  margin-bottom: 0;
  margin-top: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.pv-list-style li {
  list-style: disc;
}
.pv-list-style li::marker {
  color: var(--color-secondary);
}

.pv-footer {
  position: relative;
  z-index: 1;
  background-color: var(--color-dark);
}
.pv-footer .purchase-btn {
  margin-right: 14px;
}
.pv-footer .purchase-btn:hover {
  background-color: #ffffff;
  color: var(--color-secondary);
}
.pv-footer .button-group .bg-white {
  color: var(--color-primary);
}
.pv-footer .button-group .bg-white:hover {
  color: var(--color-secondary);
  cursor: pointer;
}
.pv-footer .student-like-status {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: inline-block;
  position: absolute;
  left: -154px;
  top: -46px;
}
.edu-footer-widget.logoSection .logo a {
  width: 245px;
  display: inline-block;
}
.edu-footer-widget .transparent-logo.event_logo {
  width: 100% !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .pv-footer .student-like-status {
    left: -54px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .pv-footer .student-like-status {
    left: 50px;
  }
}
.pv-footer .student-like-status .inner {
  display: flex;
  padding: 16px 15px;
  align-items: center;
}
.pv-footer .student-like-status .inner .icon {
  width: 40px;
  height: 40px;
  background: rgba(251, 124, 86, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 10px;
}
.pv-footer .student-like-status .inner .icon i {
  color: var(--color-white);
}
.pv-footer .student-like-status .inner .content {
  text-align: left;
}
.pv-footer .student-like-status .inner .content .title {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 0;
}
.pv-footer .student-like-status .inner .content .subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.pv-footer .work-shop {
  min-width: 193px;
  max-width: 193px;
  background: var(--color-white);
  padding: 20px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: absolute;
  left: -264px;
  bottom: -67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pv-footer .work-shop {
    right: 2%;
    top: 57%;
  }
}
.pv-footer .work-shop .inner .thumbnail img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.pv-footer .work-shop .inner .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.pv-footer .work-shop .inner .content .time {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1401px) and (max-width: 1750px) {
  .pv-footer .work-shop {
    left: -107px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .pv-footer .work-shop {
    left: -3px;
    bottom: -117px;
  }
}
.pv-footer .trophy-content {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  display: flex;
  border-radius: 5px;
  padding: 10px 17px;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -30px;
  display: none;
}
.pv-footer .trophy-content .icon {
  object-fit: cover;
  margin-right: 14px;
}
.pv-footer .trophy-content .icon img {
  max-width: 35px;
}
.pv-footer .trophy-content .content {
  margin-top: 5px;
}
.pv-footer .trophy-content .content .text {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
}
.pv-footer .trophy-content .content span {
  font-weight: 600;
  font-size: 12px;
}
@media only screen and (min-width: 1750px) {
  .pv-footer .trophy-content {
    display: flex;
  }
}
.pv-footer .card-info {
  position: absolute;
  right: -101px;
  bottom: -87px;
}
@media only screen and (max-width: 1650px) {
  .pv-footer .card-info {
    right: -0px;
    bottom: -117px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .pv-footer .card-info {
    display: none !important;
  }
}
.pv-footer .card-info .inner {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 10px 20px;
}
.pv-footer .card-info .inner .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-heading);
}
.pv-footer .card-info .inner .name span {
  font-size: 14px;
  color: var(--color-body);
  font-weight: 400;
}
.pv-footer .card-info .inner .rating-wrapper .rating i {
  font-size: 14px;
}
.pv-footer .card-info .inner .rating-wrapper span {
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}
.pv-footer .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.pv-footer .shape-dot-wrapper .shape.shape-1 {
  right: -110px;
  top: -83px;
}
.pv-footer .shape-dot-wrapper .shape.shape-1 img {
  border-radius: 8px;
}
.pv-footer .shape-dot-wrapper .shape.shape-2 {
  right: 20px;
  bottom: -128px;
}
@media only screen and (max-width: 1650px) {
  .pv-footer .shape-dot-wrapper .shape.shape-2 {
    right: 120px;
  }
}
.pv-footer .shape-dot-wrapper .shape.shape-2 img {
  height: 185px;
  width: 145px;
  object-fit: cover;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .pv-footer {
    height: 470px;
  }
  .pv-footer .trophy-content {
    margin: 70px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .pv-footer {
    padding: 80px 0 !important;
  }
}

/*------------------------
    Features
--------------------------*/
.landing-demo-features .shape-image {
  position: absolute;
  z-index: -1;
}
.landing-demo-features .shape-image.shape-image-1 {
  top: 290px;
  left: -140px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.landing-demo-features .shape-image.shape-image-2 {
  bottom: 545px;
  right: -200px;
}
.landing-demo-features .shape-image.shape-image-3 {
  bottom: 125px;
  left: -150px;
}

/*------------------------
    FAQ  
--------------------------*/
.landing-demo-faq-wrapper .animate-image {
  position: absolute;
  z-index: -1;
}
.landing-demo-faq-wrapper .animate-image.shape-image-1 {
  top: -10px;
  right: -150px;
}
.landing-demo-faq-wrapper .animate-image.shape-image-2 {
  bottom: 30px;
  left: -180px;
}

/*------------------------
    Header Splash Two  
--------------------------*/
.eduvibe-splash-header .header-menu-bar {
  display: flex;
  align-items: center;
}

/*-------------------------------
    Overall HTML Specific Styles  
    overall.scss
---------------------------------*/
.header-style-2 a.edu-btn.btn-medium {
  line-height: 45px;
}

.header-style-2 a.edu-btn.btn-medium.header-purchase-btn {
  line-height: 50px;
}

.edu-accordion-01
  .edu-accordion-item:last-child
  .edu-accordion-button:not(.collapsed) {
  border-bottom: 0px solid;
}

.edu-accordion-01 .edu-accordion-item:last-child .accordion-collapse.show {
  border-bottom: 1px solid #eee;
}

.eduvibe-course-one-carousel .edu-card.card-type-3 {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.eduvibe-course-one-carousel .single-slick-card {
  margin-bottom: 20px;
}

.edu-event.event-grid-1.bg-shade .inner {
  background: #f5f5f5;
  background: var(--color-shade);
  box-shadow: inherit !important;
}

.eduvibe-post-share span {
  font-weight: 600;
  color: var(--color-dark);
  margin-right: 15px;
}

.eduvibe-post-share a {
  color: var(--body-color);
}

.eduvibe-post-share a:not(:last-child) {
  margin-right: 25px;
}

.team-activation-03 .edu-instructor-3 .edu-instructor {
  margin-bottom: 45px;
}

.team-activation-03.edu-slick-button .slick-dots {
  bottom: -54px;
}

.instructor-profile-courses.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.edu-blog.blog-type-2.variation-2.bg-color-gray {
  background: var(--color-shade);
}

@media (max-width: 991px) {
  .eduvibe-masonry-grid {
    margin-top: 45px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}

/**************************************
    Footer Styles
***************************************/
/*===========================
    Start Footer Area 
=============================*/
.footer-style-default {
  position: relative;
  z-index: 1;
}
.footer-style-default .footer-top {
  padding: 70px 0;
}
.marksCount {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-default .footer-top {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-default .footer-top {
    padding: 80px 0;
  }
  .read-more-btn a.edu-btn.btn-medium {
    line-height: 40px !important;
  }
}
.footer-style-default .widget-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: var(--color-white);
}
.footer-style-default .description {
  color: var(--color-white);
  margin-top: 34px;
  margin-bottom: 40px;
}
.footer-style-default .information-list li {
  color: var(--color-white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}
.footer-style-default .information-list li i {
  font-size: 15px;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.footer-style-default .information-list li a {
  color: var(--color-white);
  transition: 0.3s;
}
.footer-style-default .information-list li + li {
  margin-top: 20px;
}
.footer-style-default .information-list li:hover a,
.footer-style-default .edu-footer-widget .footer-link li:hover a {
  color: #fff !important;
    opacity: 0.7;
}
.footer-style-default .edu-footer-widget .inner {
  margin-top: 34px;
}
.footer-style-default .edu-footer-widget .footer-link {
  list-style: none;
  padding: 0;
}
.footer-style-default .edu-footer-widget .footer-link li {
  margin-top: 0;
  margin-bottom: 0;
}
.footer-style-default .edu-footer-widget .footer-link li a {
  font-size: 16px;
  display: block;
  color: var(--color-white);
  line-height: 26px;
}
.footer-style-default .edu-footer-widget .footer-link li a i {
  margin-right: 10px;
  font-size: 14px;
}
.footer-style-default .edu-footer-widget .footer-link li + li {
  margin-top: 20px;
}
.footer-style-default .edu-footer-widget .footer-link li:hover a {
  color: var(--color-primary);
}
.footer-style-default .edu-footer-widget.explore-widget {
  margin-left: 65px;
}
.mainSection {
  height: calc(100vh - 688px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainSection h5 {
  margin-bottom: 0;
}
body .edu-footer-widget .logo a img {
  height: 100%;
  object-fit: contain;
}
body .footerLogo {
  height: 90px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style-default .edu-footer-widget.explore-widget {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .edu-instructor-1 .edu-instructor::after  {
    background-size: contain !important;
  }

  body .carousel-img {
    height: 100% !important;
  }
  .edu-instructor-1 {
    margin-top: 40px;
  }
  /* .course-three-wrapper, .edu-section-gap {
    margin: 0 40px;
  }
  .course-three-wrapper .eduvibe-animated-shape, .edu-section-gap .container {
    max-width: 100%;
  } */
}
@media screen and (max-width: 991px) {
  body .eduvibe-footer-two .footer-style-default .container {
    max-width: 100%;
  }
  .footer-style-default .edu-footer-widget .footer-link li {
    margin: 0 !important;
  }
  body ul.footer-link.link-hover {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  body .edu-footer-widget .logo a{
    display: block;
    max-width: 245px;
  }
}
@media(max-width: 821px) {
  .footer-style-default .footer-top {
    padding: 40px 0
  }
  .footer-style-default .footer-top .container {
    max-width: 100%;
  }
  body .eduvibe-footer-two .footer-style-default{
    margin-left: 0 !important;
  }
  body .footer-style-default .edu-footer-widget.quick-link-widget {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-default .edu-footer-widget.explore-widget {
    margin-left: 0;
  }
  body .edu-footer-widget .logo a img {
    max-width: 100%;
    height: auto;
  }
  body .edu-footer-widget .logo a {
    margin: auto;
  }
  body .footerLogo {
    height: auto;
  }
  body .edu-footer-widget .logo a{
    max-width: 210px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 0;
  }
}

.eduvibe-footer-one {
  background: #231f40;
}
.eduvibe-footer-one .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-footer-one .shape-image.shape-image-1 {
  top: -11px;
  left: -263px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-footer-one .shape-image.shape-image-1 {
    top: -51px;
    left: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-footer-one .shape-image.shape-image-1 {
    top: -51px;
    left: -150px;
  }
}
.eduvibe-footer-one .shape-image.shape-image-2 {
  bottom: -83px;
  right: -200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-footer-one .shape-image.shape-image-2 {
    bottom: -13px;
    right: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-footer-one .shape-image.shape-image-2 {
    bottom: -13px;
    right: -150px;
  }
}

/*---------------------------------
 Footer with Call To Action  
----------------------------------*/
.edu-footer-with-cta {
  position: relative;
  z-index: 2;
  margin-top: 138px;
  background: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .edu-footer-with-cta {
    margin-top: 0;
  }
}
.edu-footer-with-cta .cta-with-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: -138px;
}
@media only screen and (max-width: 767px) {
  .edu-footer-with-cta .cta-with-overlay {
    position: static;
    top: 0;
    padding-bottom: 80px;
  }
}
.edu-footer-with-cta .footer-style-default {
  padding-top: 138px;
  position: static;
}

/*---------------------------------
 Footer 2
----------------------------------*/
.eduvibe-footer-two .edu-btn {
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .eduvibe-footer-two {
    padding-bottom: 80px;
  }
  .eduvibe-footer-two .edu-btn {
    margin-bottom: 0px;
  }
  .eduvibe-footer-two .call-action-style-1,
  .eduvibe-footer-two .call-action-style-1.box-layout {
    padding: 30px;
  }
}

.eduvibe-footer-two .footer-style-default {
  padding-top: 138px;
  position: static;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eduvibe-footer-two .footer-style-default {
    padding-top: 418px;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-footer-two .footer-style-default {
    padding-top: 0px;
  }
}

.eduvibe-footer-two .animate-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-footer-two .animate-image.shape-image-1 {
  top: -11px;
  left: -263px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-footer-two .animate-image.shape-image-1 {
    top: -51px;
    left: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-footer-two .animate-image.shape-image-1 {
    top: -51px;
    left: -150px;
  }
}
.eduvibe-footer-two .animate-image.shape-image-2 {
  bottom: -83px;
  right: -200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-footer-two .animate-image.shape-image-2 {
    bottom: -13px;
    right: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-footer-two .animate-image.shape-image-2 {
    bottom: -13px;
    right: -150px;
  }
}

/*-------------------------
    Copyright Styles  
--------------------------*/
.copyright-default p {
  color: var(--color-white);
}
.copyright-default p a {
  color: var(--color-white);
  transition: 0.4s;
}
.copyright-default p a:hover {
  color: #eee
}

ul.breadcrumbs li:not(:last-child):after {
  content: "/";
  padding-left: 10px;
}

ul.breadcrumbs li:not(:first-child) {
  padding-left: 10px;
  padding-right: 10px;
}
ul.breadcrumbs {
  display: flex;
  padding-left: 0;
}
#about-us {
  background: #f6f6f6 !important;
}
.homeWelcomeMsg {
  margin: 60px 0;
}
.homeWelcomeMsg h2, .homeWelcomeMsg p {
  margin-bottom: 0;
}
.homeWelcomeMsg h2 {
  font-size: 24px;
}
.homeWelcomeMsg p {
  font-size: 24px;
}
.studentDashboard .subscriptionStudent {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.studentDashboard > div {
  height: 100%;
}
.studentDashboard .mySubscription {
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.studentDashboard .mySubscription .read-more button, .studentDashboard .mySubscription .read-more a, .coursesDone a {
  min-width: 300px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff !important;
  color: var(--color-primary) !important;
  line-height: normal;
  text-align: center;
  transition: 0.3s all;
}
.studentDashboard .mySubscription .read-more button:hover, .studentDashboard .mySubscription .read-more a:hover,
.coursesDone a:hover {
  box-shadow: 0 0  0 2px var(--color-primary);
  /* color: var(--color-white) !important */
}
.studentDashboard .mySubscription i.fa-hand-holding-dollar,
.studentDashboard .mySubscription i.fa-money-bills,
.studentDashboard .mySubscription i.fa-file-arrow-up {
 display: block;
 font-size: 52px;
 margin-bottom: 10px;
}
.student-profile .instructor-profile-right .courseCompletion .inner {
  margin-bottom: 0;
}
#rating-popup .aca-rating span input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

#rating-popup .aca-rating{padding: 0px;margin-bottom: 13px;}

#rating-popup .aca-rating span label {
    display:inline-block;
    text-align:center;
    color:#FFF;
    background:#ccc;
    font-size:17px;
    margin-right:2px;
    width: 24px;
    height: 24px;
    padding-left: 0;
}
.aca-rating input[type="checkbox"] ~ label::before, .aca-rating input[type="radio"] ~ label::before, .aca-rating input[type="checkbox"] ~ label::after, .aca-rating input[type="radio"] ~ label::after{
    content: none;
}
.aca-rating span:hover ~ span label,
.aca-rating span:hover label,
.aca-rating span.checked label,
.aca-rating span.checked ~ span label {
    color:#ffc107;
}
.aca-rating {
  padding: 0px;
}

.aca-rating span label {
  display: inline-block;
  text-align: center;
  color: #757575;
  background: transparent;
  font-size: 40px;
  margin-right: 2px;
  width: 24px;
  height: 24px;
}

.aca-rating span.checked label,
.aca-rating span.checked ~ span label {
  background: transparent !important;
  color: #ffc107;
}
.aca-rating span {
    position: relative;
    height: 40px;
    width: 40px;
    display: inline-block;
}
.aca-rating {
    display: inline-flex;
    flex-direction: row-reverse;
}
.rating_popup_modal_body .card .tick {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating_popup_modal_body .card i {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: #fff;
    font-size: 50px;
    border-radius: 100%;
}
.rating_popup_modal_body .card {
    text-align: center;
    padding: 5rem;
}
#rating_popup .modal-body {
  padding: 40px
}
#rating_popup  .modal-content {
  border-radius : 15px
}
#rating_popup h3 {
  font-size: 24px
}
#rating_popup .aca-rating {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-left: -40px;
}
#rating_popup .submitBtn {
  letter-spacing : normal;
  text-transform : capitalize;
  font-weight: 700
}
.coursesDone .inCompleteCoureses a {
  min-width: auto !important
}
.changePasswordDiv h3 {
  font-size: 28px;
}
body .studentSpent span {
  font-size: 14px;
}
@media(max-width: 991px) {
  .studentDashboardLeft {
    padding-right: 0 !important;
  }
}
@media(max-width: 767px) {
  .studentDashboard .mySubscription .read-more button, .studentDashboard .mySubscription .read-more a {
    min-width: 270px;
    font-size: 16px !important;
  }
  .edu-instructor-profile-area .pr--55 {
    padding-right: 15px !important;
  }
  .edu-instructor-profile-area .instructor-profile-right .description {
    margin: 0 !important;
  }
  body .edu-blog-details, body .blogList {
    margin: 50px 0;
  }
  body .courseCompletion a.edu-btn {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    padding: 0 10px;
  }
}
@media(max-width: 575px) {
  #rating_popup.modal {
    padding:  0 30px !important
  }
  .footer-style-default .description, .edu-footer-widget.logoSection {
     margin: 0;
  }
  .footer-style-default .edu-footer-widget.explore-widget, .footer-style-default .edu-footer-widget.quick-link-widget, .edu-footer-widget {
    margin-left: 20px;
  }
  .copyright-default p {
    margin-left: 16px;
  }
  .eduvibe-sidebar {
    margin-top: 0;
  }

  .course-details-content .title.courseMainHeading {
    margin-bottom: 30px;
  }
  .course-details-content .title, .edu-course-details-area .title {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .edu-contact-us-area .section-title .title {
    text-align: left;
  }
  /* .edu-contact-us-area .eduvibe-animated-shape {
    padding-right: 0;
  } */
  .edu-course-details-area ,.section-title.text-start {
    margin-top: 0;
  }
  .studentDashboard .mySubscription {
    display: block !important;
  }
  .edu-instructor-profile-area .inProgress .grid-metro3 .grid-metro-item, .edu-instructor-profile-area .complete.grid-metro3 .grid-metro-item {
    width: 100%;
    margin: 0 auto 20px;
  }
  body a.edu-btn, body button.edu-btn {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding: 0 15px;
  }
  .courseCompletion.edu-card.card-type-3 .inner .content .card-top {
    margin-bottom: 0;
  }
  body .edu-card.card-type-3.inProgressCourses .inner .thumbnail {
    width: 100%;
  }
  body .tab-menu ul li a {
    padding: 6px 10px;
  }
  .edu-card.card-type-3 .inner .content .card-top {
    margin-bottom: 0;
  }
  .courseCompletion .custom-progress-bar, .custom-vertical-tabs .courseCompletion .edu-card.card-type-3 .inner .content h6.title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body .edu-section-gap.login-page-wrapper {
    padding: 14rem 0 !important
  }
  .footer-style-default .footer-top {
      padding: 30px 0;
  }
  body .eduvibe-footer-two .footer-style-default {
    margin-left: 0px !important;
  }
} 
@media only screen and (max-width: 340px) {
  body .btnRate a.edu-btn, #rating_popup .submitBtn {
    font-size: 11px !important;
  }
}
.pricing-table.active li, .pricing-table.active span {
  color: #fff !important;
}
.pricing-table.active .pricing-header .title {
  color: #fff;
}

span.closeIcon {
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: auto;
  text-align: right;
  color: red;
}

.tags-div {
  margin-bottom: 20px;
}

.tags-div span {    
  display: inline-block !important;
  height: 18px;
  line-height: 18px;
  position: relative;
  margin: 0 16px 0px 0;
  padding: 0 10px 0 12px;
  background: var(--color-primary);    
  -webkit-border-bottom-right-radius: 3px;    
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;    
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  color: #fff !important;
  font-size: 13px !important;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  font-weight: bold;
}
.tags-div span:before {
  content: "";
  position: absolute;
  top:0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent var(--color-primary) transparent transparent;
  border-style: solid;
  border-width: 10px 12px 8px 0;    
}

.tags-div span:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 1px;
  float: left;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
  box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
}
.edu-card:hover .tags-div span {
    background: #fff;
    color: var(--color-primary) !important;
}

.edu-card:hover .tags-div span:before {
  border-color: transparent #fff transparent transparent !important;
}
.edu-card:hover .tags-div span:after {
  background: var(--color-primary) !important;

}
span.currency {
    display: inline !important;
}
ul.footer-link.link-hover li:first-child {
    display: none;
}

body, html {
  overflow-x: hidden !important;
}

p, li, span, h1, h2, h3, h4, h5, h6, div, body, label, ol, ul {
  font-family: var(--font-primary);
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	background-color: #ddd;
	border: 2px solid #ddd;
}
body .edu-footer-with-cta {
    margin-top: 0
}
body .eduvibe-footer-two .footer-style-default {
    padding-top: 0
}
body .teacher .eduvibe-about-one-team {
    background-image: none;
}
.w-30 {
    width: 30px;
}
body .blog-meta li img.w-30 {
    border-radius: 100%;
}
.feedback .content {
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  margin: 0 20px;
  padding: 20px;
  background-color: #fcfcfc;
  border-radius: 40px;
  width: 33.333%;
}
.feedback p {
  height: 160px;
  overflow-y: auto;
}
.feedback .content:first-child {
  margin-left: 0;
}
.feedback .content:last-child {
  margin-right: 0;
}
  .feedback h3 {
    font-size: 20px;
  }
  .feedback .icon {
    height: 100px;
    width: 100px;
    background-color: rgb(213, 238, 247);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
  }
  .feedback i {
    font-size: 8rem;
    color: var(--color-parimary);
    width: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #users-feedback {
    max-width: 100%;
    width: 100%;
    min-height: 100px;
    height: auto;
    padding: 16px;
    margin-bottom: 32px;
    font-size: 16px;
    background-color: #F5F5F5;
    border: 2px solid transparent;
    border-radius: 5px;
  }
  .feedback .pre-title {
    color: #666;
    letter-spacing: normal;
  }
  .follow-up-options {
    margin-bottom: 20px;
  }
  .follow-up-options > label {
    margin-right: 32px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .follow-up-options > label > input[type="radio"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
  }
  
  .radio-circle {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: var(--white);
    border: 1px solid #ddd;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 50%;
    padding: 5px;
    position: relative;
  }
  
  .follow-up-options > label:hover .radio-circle {
    background: var(--primary-light);
  }
  
  .follow-up-options > label > input:checked ~ .radio-circle::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-parimary);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
  }
  body .edu-btn.btn-danger {
    background-color: #b1b0b0;
  }
  body .edu-btn.btn-danger:hover {
    background-color: #595353;
  }
  body  .sponsors-section .grid-metro3 .grid-metro-item {
    width: 25%;
  } 
body .edu-gallery-grid-item .edu-gallery-grid::before {
    content: unset;
}
body .grid-metro-item span {
    font-size: 18px;
    text-align: center;
    display: block; 
}
body .grid-metro-item span.author-title {
  text-align: left;
}
body .toast-title, .body .toast-message {
  font-size: 20px !important;
}
body .grid-metro-item img {
      box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
  }
  body .home-2 .about-style-1 .inner .description {
    margin-top: 20px;
  }
  body .home-2 .about-style-1 .inner .description::before, #about-us .description::before {
    top: 7px;
    transform: unset;
  }
  body .btn-fund {
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 5px;
    background-color: var(--color-primary);
    max-width: 270px;
    min-height: 85px;
    margin: auto;
    display: flex;
    justify-content: center;
    border: 1px solid var(--color-primary)
  }
  body .btn-fund span{
    display: flex;
    align-self: center;
    height: 100%;
  }
  .funded-form .card {
    border: none;
  }
  .funded-form .card-header {
    padding: 0;
    background-color: transparent;
  }
  .funded-form .nav-link.active {
    background-color: #cdd2fd;
    color: #000000;
    border-radius: 12px 12px 0 0;
    /* border-bottom-color: #fff; */
  }
  .funded-form .nav-link {
    padding: 10px;
    color: #666;
    /* border-bottom: 1px solid #000; */
  }
  .funded-form small {
    margin-top: 6px;
    line-height: normal;
    display: inline-block
  }
  body ul.form-radio {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }
  body .form-label {
    font-weight: 700;
    font-size: 16px;
  }
  body .note {
    font-size: 14px;
  }
  body .card-footer {
    padding: 1rem;
  }
  body .card-footer .btn {
    padding: 6px 20px;
    font-size: 16px;
  }
  body textarea.form-control {
    font-size: 16px;
  }
  /* Select box */
  .form-select {
    font-size: 16px;
  }
  .input-box .small-textbox {
    height: 44px;
  }
  #datepicker i {
    font-size: 25px;
  }
  #datepicker .input-group-text {
    background-color: #F5F5F5;
    border: none;
  }
  body .checkout-page-style #datepicker input:focus {
    border-color: unset !important;
    box-shadow: none !important;
  }
  body .datepicker td, body .datepicker th {
    font-size: 14px;
  }
  body .bs-searchbox .form-control {
    height: 40px;
    font-size: 15px;
  }
  body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    height: 60px;
    border-radius: 8px;
  }
  body .bootstrap-select {
    padding:0
  }
  body  .bootstrap-select>.dropdown-toggle {
    background-color: transparent;
    height: 100%;
    font-size: 16px;
    padding: 15px 10px;
    outline: 0 !important;
  }
  body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),  body  .bootstrap-select>.dropdown-toggle {
    border-radius: 5px;
  }
  body .dropup .dropdown-toggle::after, body .dropup .dropdown-toggle::before, body .dropdown-toggle::after {
    content: unset
  }
  .teachers-grid .thumbnail img {
    border-radius: 100%;
  }
  body .edu-card.card-type-3 .inner .thumbnail .wishlist-top-right {
    right: 5px;
    top: 5px;
  }
  body .grid-metro-item .wishlist-btn {
    background-color: #eee;
    width: auto;
    height: auto;
    border-radius: 100%;
    color: #000;
    padding: 2px;

  }
  /* Progress Cicular bar */
  body .box .chart {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #000;
  }
  
  body .box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
  }
  body .checkout-page-style select {
    border: 1px solid #ced4da;
    color: #000;
  }
  .forums .blog-meta li.icons {
     cursor: pointer;
  }
  .forums .blog-meta li.icons svg {
    margin-right: 5px;
  }
  #share-modal ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  #share-modal ul li {
    display: inline-block;
    margin: 0 10px;
  }
  #share-modal ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    margin: auto;
    height: 70px;
    border-radius: 100%;
  }
  #share-modal ul li i {
    font-size: 30px;
  }
  body .list-style-1 li a,  body ul.blog-meta li span {
    color: var(--color-primary);
  }
  #share-modal .list-style-1 li i {
    margin-right: 0;
  }
  #create-forum .modal-body {
    padding-top: 40px;
  }
  #share-modal .modal-body, #share-modal .modal-footer, #share-modal .modal-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  #create-forum .modal-body, #create-forum .modal-footer, #create-forum .modal-header {
    padding-left: 40px;
    padding-right: 40px;
  }
  #share-modal .custom-bg {
    margin: 10px 0 20px;
  }
  #share-modal .custom-bg,  #share-modal ul li span {

    background-color: #f2f3ff;
  }
  #share-modal .input-group-text {
    padding:10px 14px;
  }
  #share-modal .input-group-text, #share-modal .form-control {
    border: none;
  }
  #share-modal .input-group  {  
    border: 1px solid var(--color-primary);
  }
  #share-modal .input-group-text,  #share-modal .input-group {
    background-color: #fff;
  }
  #share-modal .input-group .form-control, #share-modal .input-group-text,  #share-modal .input-group {
    border-radius: 0;
  }
  #share-modal .input-group .form-control {
    height: 60px;
  }
  #share-modal .input-group i {
    font-size: 25px;
  }
  .modal .edu-btn {
    padding: 0 15px
  }
  .modal .edu-btn,  .modal .btn-secondary  {
    height: 44px;
    line-height: 44px;
  }
  .modal .btn-secondary {
    font-size: 18px;
    padding: 0 20px;
    border-radius: 4px;
  }
  .copy-text {
    position: relative;
  }
  .copy-text p {
    position: absolute;
    right: -4%;
    background: #809ce2;
    color: #fff;
    border-radius: 8px !important;
    padding: 5px 10px;
    top: -43%;
    bottom: auto;
  }
  .copy-text p:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #809ce2;
    bottom: -11%;
    top: auto;
    left: 46%;
  }
  .forums .blog-meta li i {
    top: 0;
  }
  .forums .blog-meta li a {
    display: flex;
    align-items: center;
  }
  .forumDetail .blog-meta li {
    padding: 5px 0
  }
  .forumDetail .content-blog-top .blog-meta li {
    padding: 0
  }
  #share-modal .btn-close:focus {
    box-shadow: none;
  }
  .quote-user-toggle {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
  .quote-user-toggle i {
    font-size: 18px;
  }
  .quote-user-toggle .dropdown-menu {
    min-width: 16rem;
  }
  .quote-user-toggle .dropdown-item {
    display: flex;
  }
  .quote-user-toggle .dropdown-item i {
    margin-right: 10px;
  }
  .quote-user-toggle button:focus:not(:focus-visible) {
    box-shadow: unset
  }
  .inner-pages .header-quote .edu-btn {
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
  }
  .inner-pages .header-quote a.edu-btn i, .inner-pages .header-quote button.edu-btn i {
    padding-left: 0px;
    position: relative;
    top: 3px;
    color: #fff;
}
.inner-pages .header-quote .quote-icon .dropdown-menu a {
  height: 30px;
}
.inner-pages .header-quote .quote-icon .dropdown-menu a i {
  font-size: 20px;
  color: var(--color-primary);
}
  .inner-pages .header-quote .quote-icon a {
    padding: 0 1rem;
    width: auto;
    height: 50px;
    font-size: 16px;
    line-height: 42px;
  }
  .inner-pages .header-quote .dropdown-menu {
    transform: translate(-108px, 53px) !important;
  }
  .inner-pages .white-box-icon {
    width: 50px !important;
  }
  .inner-pages .header-quote .quote-icon {
    margin: 0;
  }
  .inner-pages .header-quote .quote-icon button {
    justify-content: center ;
    height: 100%;
    width: 100%;
  }
  body .inner-pages .header-quote .quote-icon {
    margin-left: 10px;
  }
  /* Forgot password */
  #forgot-password .modal-content {
    padding : 20px 30px
  }
  #forgot-password .modal-content h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  #forgot-password .modal-content .modal-body {
    padding-top: 30px;
  }
  #forgot-password .modal-content button.edu-btn {
    height: 48px;
    line-height: 48px;
  }
  #forgot-password input[type="text"] {
    background: #F5F5F5;
    border-radius: 5px;
    border: 0 none;
    height: 60px;
    padding: 0 25px;
    font-weight: 500;
    color: var(--color-body);
    border: 1px solid transparent;
  }
  .inner-pages .hidden {
    display: none;
  }
  .inner-pages header .container {
    max-width: 1280px;
  }
  .img-fit {
    height: 400px;
    object-fit: cover;
  }
  .lessons .lesson-list .listingLesson {
    margin-bottom: 20px;
  }
  .lessons .widget-content ul li a .text.activeLesson {
    color: var(--color-primary);
    font-weight: 600;
  }
  .lessons .lesson-list h6 {
    margin-bottom: 0;
    text-transform: capitalize;
  }
  .lessons .widget-content ul li a .text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
  .video-area.lessonDetail {
    height: 100%;
    padding: 10px 0;

  }
  .lessons .lesson-list {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px;
    margin-top: 20px;
  }
  .lessons .lesson-list:last-child {
    border-bottom: none;
  }
  .nextBtn button , .submitBtn button{
    border: 1px solid #eee;
    padding: 15px 16px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 700;
  }
  .nextBtn button i, .submitBtn button i {
    font-size: 14px;
    margin-left: 5px;
  }
  .create-btn a.edu-btn i {
    top: 0;
    padding: 0;
  }
  .create-btn a.edu-btn  {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  body .carousel-control-next {
    right: -50px
  }
  body .carousel-control-prev {
    left: -50px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    height: 40px;
    width: 40px;
  }
  body .carousel-img {
    height: auto;
    width:100%;
    object-fit: contain;
  }
  .banner-style-2 {
    min-height: 100vh;
  }
  .edu-header.header-transparent {
    background-color: rgb(255 255 255 / 80%);
  }
  .edu-header .logo a {
    height: 90px;
    line-height: 90px;
  }
  body .read-more {
    justify-content: center !important;
  }
  body .contact-btn a.edu-btn {
    min-width: 190px;
  }
  .sponsors-contact .service-card-1 .thumbnail{ 
    min-height: 195px;
    display: flex;
    align-items: center;
    background-color: #eee;
    justify-content: center;
  }
  .sponsorTeacherContent {
    display: flex;
    align-items: center;
  }
  .sponsors-contact .service-card-1.sponsorTeacher .thumbnail{
    min-height: unset;
    height: 270px;
  }  
  .sponsors-contact .service-card-1.sponsorTeacher .thumbnail img {
    height: 100%;
  }
  .sponsors-section .edu-gallery-grid-item .edu-gallery-grid .thumbnail {
    height: 250px;
  }
  .sponsors-section .edu-gallery-grid-item .edu-gallery-grid img {
    height: 100%;
    width: 100% !important;
    object-fit: contain;
  }
  body .sponsors-section .grid-metro-item span {
    margin-top: 10px;
    font-size: 20px;
    display: block;
  }
  .service-card-1.sponsorTeacher .inner .content h5 {
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    min-height: 87px;
  }
  .sponsors-contact .service-card-1{
    border: 1px solid #ddd !important; 
  }
  body .download-btn.edu-btn.btn-bg-alt {
    height: 48px;
    align-items: stretch;
    display: flex;
  }
  body .download-btn.edu-btn.btn-bg-alt i {
    position: static;
    padding-left: 0;
    margin-left: 5px;
  }
  .resources-section .service-card-2 .inner .content .description, .product-section .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .eduvibe-home-two-course .inProgress .grid-metro3 .grid-metro-item,
  .eduvibe-home-two-course .complete.grid-metro3 .grid-metro-item {
    width: 100%;
  }
  .eduvibe-home-two-course .inProgress .grid-metro3 .grid-metro-item .inner,
  .eduvibe-home-two-course .complete.grid-metro3 .grid-metro-item .inner {
    display: flex;
  }
  .width-30 {
    width: 30%;
  }
  .inProgress .edu-card.card-type-3 .inner .content , .complete.grid-metro3 .edu-card.card-type-3 .inner .content {
    width: 70%;
  }
  .inProgress .eduvibe-status.status-03 , .complete .eduvibe-status.status-03 {
    background-color: #fff;
    color: var(--color-primary);
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
  }
  .inProgress .edu-card.card-type-3 .inner .content , .complete .edu-card.card-type-3 .inner .content {
    padding: 20px 30px;
  }
  .edu-card.card-type-2.savedCourse .inner .thumbnail a {
    width: auto;
    height: 270px;
  }
  .edu-card.card-type-2.savedCourse .inner .author-title {
    margin-top: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    min-height: 56px;
  }
  .tab-menu { margin-top:34px; }
  .tab-menu ul { margin:0; padding:0; list-style:none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #525FE1;}
  .tab-menu ul li { 
    max-width: 100%; text-align:center; margin: 0;
    /* -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;  */
  }
  .tab-menu ul li a { color: #000; letter-spacing: 0.44px; font-weight:500; display:inline-block; padding:12px 80px; 
    display:block; text-decoration:none; transition:0.5s all; background: #fff; border: none; 
    flex: 1;border-radius: 12px 12px 0 0;}
  .tab-menu ul li a:hover { background:#fff; color:#000; text-decoration:none; }
  .tab-menu ul li a.active { background: var(--color-primary); color:#fff; text-decoration:none; }
  .tab-box { display:none; }
  
  .tab-teaser { max-width:100%; width:100%; margin:0 auto; }
  .tab-main-box { background:#fff; padding: 10px 0; border:none; margin-top:0 ; display: flex; gap: 20px;flex-wrap: wrap;  }

  
  .custom-progress-bar .progress {
    width: 80%;
    height: 10px;
  }
  .edu-card.card-type-3 .inner .content .custom-progress-bar .title {
    margin-bottom: 0;
  }
  .edu-card.card-type-3 .inner .content .custom-progress-bar .progress-bar , .custom-progress-bar .progress {
    border-radius: 8px;
  }
  .edu-card.card-type-3 .inner .content .custom-progress-bar .progress-bar {
  width: 0;
  -webkit-animation: progress 1.5s ease-in-out forwards;
          animation: progress 1.5s ease-in-out forwards;
}
.progress-bar .title {
  opacity: 0;
  -webkit-animation: show 0.35s forwards ease-in-out 0.5s;
          animation: show 0.35s forwards ease-in-out 0.5s;
}

@-webkit-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
  
  @keyframes progress {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  } 
  @keyframes show  {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .success-msg i{
    color: green;
    margin-right: 5px;
    font-size: 18px;
  }
  .success-msg {
    font-size: 16px;
    display: flex;
    align-items: center;

  }
  .complete .btns a {
    height: 48px;
    line-height: 46px;
  }

  .courses-tabs .author-meta .author-thumb a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  /* .courses-tabs .edu-card.card-type-2 {
    width: 48%;
  } */
  .complete .edu-card.card-type-3 .inner .content .title {
    margin-bottom: 0;
  }
  .complete .edu-card.card-type-3 .inner .content .card-top {
    margin-bottom: 10px;
  }
  .complete .edu-card.card-type-3 .inner .thumbnail a img {
    object-fit: cover;
  }
  .edu-card.card-type-3 .inner .thumbnail a,  .complete .edu-card.card-type-3 .inner .thumbnail a img {
    height: 100%;
  }

.custom-vertical-tabs {
  display: block;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
  box-shadow: unset;
  height: 3px;
}
::-webkit-scrollbar {
  /* width: 6px !important; */
  background-color: #F5F5F5;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  box-shadow: unset;
  border-radius: 10px;
  background-color: var(--color-primary);
}
.coursesDone .completeCourses {
  padding: 100px 0;
  text-align: center;
}
.coursesDone .btnGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 100px;
}
.coursesDone .btnGroup a i {
  font-size: 28px;
  margin-bottom: 15px;
}
.forumSearch .edu-blog-widget-2 {
  /* flex: 2; */
  width: 100%;
}
.noForumFound {
  margin: 50px 0 0;
  font-size: 26px;
}
.forumSearch .img-div{
  flex: 1;
}
.edu-course-details-area.edu-section-gap .edu-section-gap.courseTopList {
  padding: 50px 10px !important;
}
body .edu-contact-us-area {
  margin-bottom: 30px ;
}
.coursesDone a { 
  border: 1px solid var(--color-primary);
}
@media(max-width: 1750px) {
  body .header-style-2 {
    padding: 0 80px
  }
}
@media(max-width: 1536px) {
  .main-page .eduvibe-home-two-blog, .main-page .edu-contact-us-area, .main-page .edu-course-area, .main-page #about-us {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .main-wrapper {
    position: relative;
  }
  a.edu-btn.btn-medium, button.edu-btn.btn-medium {
    padding: 0 12px
  }
  .mainmenu-nav .mainmenu > li > a {
    padding: 0 15px
  }
}
@media (max-width: 1366px){
  .login-credentials a.edu-btn.btn-medium, .login-credentials button.edu-btn.btn-medium {
    padding: 0 8px
  }
  .main-page .quote-icon.quote-user {
    margin-left: 6px !important;
  }
}
@media(max-width: 1280px) {
  body .header-style-2 {
    padding: 10px 0px
  }
}
@media(max-width: 820px) {
  body .carousel-control-next {
    right: -20px
  }
  body .carousel-control-prev {
    left: -20px;
  }
  .main-page .banner-thumbnail {
    display: none;
  }
}
@media(max-width: 767px) {
  .forumSearch, .blog-card-bottom {
    display:  block !important;
  }
  .forumSearch .img-div {
    justify-content: flex-start !important;
    margin-top: 20px;
  }
  .forumSearch .read-more-btn {
    margin-top: 10px;
  }
  .quote-user-toggle {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }
  a.edu-btn.btn-medium, button.edu-btn.btn-medium {
    height: 40px;
  }
  body .header-style-2 a.edu-btn.btn-medium {
    line-height: 36px;
  }
  body .sponsors-section .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media(max-width: 655px) {
  .main-page .quote-icon.quote-user {
    display: none;
  }
  .popup-mobile-menu a.edu-btn.btn-medium.header-button, button.edu-btn.btn-medium.header-button {
    line-height: 36px;
  }
  .main-page .popup-mobile-menu .quote-icon.quote-user {
    margin: 0 0 20px !important;
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 15px
  } 
  .main-page .popup-mobile-menu .quote-icon.quote-user > a {
    flex: 1;
    text-align: center;
  }
}
@media(max-width: 575px) {
  .edu-instructor-1 .edu-instructor::after {
    background-size: contain;
  }
  body .banner-style-2 .inner {
    padding: 0 60px;
  }
  .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .edu-section-gap {
    padding: 20px !important
  }
  .coursesDone {
    margin: 0 20px;
  }
  .coursesDone a {
    min-width: 200px;
    height: 140px;
  }
}
@media(max-width: 430px) {
  .coursesDone .btnGroup {
    display: block;
  }
  .coursesDone a {
    margin-bottom: 20px;
  }
  .course-details-content .title, .edu-course-details-area .title {
    font-size: 20px;
  }
  body .carousel-img {
    height: auto;
  }
  .banner-style-2 {
    min-height: auto;
    height: 600px;
  }
  body .carousel-control-next {
    right: 0;
  }
  body .carousel-control-prev {
    left: 0;
  }
  body .edu-gallery-grid-area .grid-metro3, .edu-blog .blog-card-bottom {
    display: block !important; 
  }
  body .sponsors-section .grid-metro3 .grid-metro-item {
    width: 100%;
  }
  .read-more a.edu-btn {
    height: 52px;
    line-height: 52px;
  }
  body .edu-blog.blog-type-2 .inner .content .title, body .edu-card.card-type-3 .inner .content .title {
    line-height: normal;
  }
  .main-page #about-us .pt--65 {
    padding-top: 0 !important;
  }
  .lessons.edu-meta.meta-02 {
    margin: 0;
  }
  .hover-bottom-content .edu-meta.meta-02 li {
    margin-right: 20px;
  }
}

.header-menu-bar {
  display: flex;
  align-items: center;
}
.header-menu-bar a{
  text-align: center;
}

/* acacdemics form css*/
.academics_form ul.nav.nav-tabs.registration_ul li.active a {
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 12px 12px 0 0 !important;
  padding: 12px 20px;
}
.academics_form .input-form-trans {
  color: #000000;
  opacity: 1;
}
.academics_form .nav-tabs > li > a {
  color: #000 !important
}
.academics_form .transparent-form input[type="text"], .academics_form .transparent-form input[type="password"], .academics_form .transparent-form input[type="email"], .academics_form .transparent-form input[type="number"], .academics_form .transparent-form input[type="time"], .academics_form .transparent-form input[type="date"], .academics_form .transparent-form input[type="month"], .academics_form .transparent-form input[type="week"], .transparent-form input[type="datetime-local"], .academics_form .transparent-form input[type="search"], .academics_form .transparent-form input[type="tel"], .transparent-form input[type="url"], .academics_form .transparent-form textarea, .academics_form .transparent-form select, .academics_form .transparent-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #FFF;
  color: #FFF;
  background: #F5F5F5;
  border-radius: 5px;
  border: 0 none;
  height: 52px;
  padding: 0 25px;
  font-weight: 500;
  color: var(--color-body);
  border: 1px solid transparent;
}
.academics_form .transparent-form .form-control {
  
  color: #000 !important;
}
.academics_form .form-group {
  margin-bottom: 20px !important;
}
.academics_form .form-group label, .academics_form .form-group label span{
color: #6c757d;
text-transform: none;
}
.academics_form .form-group label a.terms-condition-anchor {
    text-transform: none;
}
.academics_form .form-group .form-check .checkmark:after {
  content: " ";
  position: absolute;
  top: 1px;
  left: -3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 100%;
  transition: all .3s;
}
.academics_form .form-group .form-check .checkmark:before {
  content: " ";
  position: absolute;
  top: 1px;
  left: -3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 100% !important;
  transition: all .3s;
}
.academics_form .form-check-label {
  position: relative;
  padding-left: 25px !important;
}
.academics_form  .form-check-label input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
  margin: 0 !important;
}
.academics_form .form-group .form-check input:checked ~ .checkmark:before{
  border-color: var(--color-primary);
  border: 6px solid  var(--color-primary);
  z-index: 9;
}
.academics_form .form-check {
  padding-left: 0 !important;
}

.academics_form  input[type="checkbox"]:checked ~ label::before, .academics_form  input[type="radio"]:checked ~ label:before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.academics_form .form-radio li{
  margin-bottom: 0 !important;
  margin-top: 7px !important;
  position: relative;
}
.academics_form .tab-pane .form-group select  {
  background-color: #f5f5f5 !important;
  border: none !important;
  border-radius: 5px;
  padding: 0 25px;
  height: 52px;
  font-weight: 500;
  color: var(--color-body);
  position: relative;
}
.academics_form .form-group select {
  background: #fff !important;
  border: 1px solid #ccc !important;
  color: #333 !important;
  padding: 15px !important;
}
.academics_form a {
  color: #333 !important;
}
.academics_form .checkbox label{
  position: relative;
  height: 0;
}
.academics_form .checkbox input[type="checkbox"]{
  position: absolute;
  left: 0;
  top: 0;
  width: 20px !important;
  height: 100% !important;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
  margin: 0 !important;
}
.academics_form .checkbox label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 2px;
  transition: all .3s;
  z-index: 999;
  opacity: 1;
}
.academics_form  .checkbox label, .radio label {
  padding-left: 30px;
}
.academics_form .checkbox label input:checked ~ .checkmark {
    background: var(--color-primary);
    border-color: var(--color-primary);
 }
.academics_form .checkbox label input:checked ~ .checkmark:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 8px;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 1;
  transition: all .3s;
}

.parsley-required {
  color: red;
  font-size: 12px;
}


.fa-bookmark{
  color: #fff !important;
}

p.lang-txt.m-0 span {
  color: #fff;
}
.checkout-page-style .parsley-errors-list {
    margin: 0;
    list-style: none;
    padding: 0;
}.checkout-page-style .parsley-errors-list li {
    color: #dc3545 !important;
    font-size: 12px;
}
.grid-metro3.course_lists{
  display: flex;
  flex-wrap: wrap;
}

.grid-metro3.course_lists .resizer {
  display: none;
}

.audio-player {
  width: 100%;
  max-width: 400px; /* Set a maximum width for the audio player */
  margin: auto;
  text-align: center;
  /* min-height: 00px; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  height: 100%;
}
.audio-player audio {
  width: 100%;
  outline: none; /* Remove the default outline on focus */
}

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


/* pagination css (vimal kumar) */

.edu-blog-details-area .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.edu-accordion-body > ul > li >a {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}



  /* Custom styles for SweetAlert */
  .larger-sweetalert {    
      width: 400px; /* Set the desired width */
  }

  .colorful-title {
      color: var(--color-parimary);
  }
  .swal2-html-container {
      font-size: 14px
  }
  body .colorful-button {
      background-color: var(--color-parimary);
      color: #fff; 
      font-size: 16px !important;
      padding: 10p 20px
  }
  .colorful-button:focus {
      box-shadow: unset
  }
  .thumbnail img {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    min-width: 100%;
    min-height: 50px;
    position: relative;
}
.thumbnail img:before {
    content: '';
    width: 100%;
    height: calc(100% + 10px);
    background-color: #ccc;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}
.thumbnail img:after {
    content: "\2639" " " attr(alt);
    font-size: 18px;
    color: rgb(100, 100, 100);
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parsley-errors-list li {
    color: #dc3545 !important;
    margin-top: 0;
    font-size: 12px;
}
.edu-footer-widget .description p {
    color: #fff;
}
.cd-top-speaker > div {
    margin-right: 10px;
}
.cd-top-speaker {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.cd-top-speaker .author-meta {
  margin-bottom: 10px;
}
.more-teachers-count {
    line-height: 2;
    font-weight: 600;
}

ul.footer-link.link-hover {
    display: grid;
    list-style: none;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.footer-link.link-hover > li {
    margin-top: 20px !important;
}
.not-found{
  padding: 10rem 0;
}
.reset-btn{
  max-width: 100px;
}
.reset-btn > a{
  width: 100%;
  height: 60px !important;
  border-radius: 5px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body .grid-metro-item .card-hover-action .courseTags > .eduvibe-status {
    background: transparent !important;
    color: #fff !IMPORTANT;
}
.courseTags span {
  color: #000;
}
.card-hover-action.course .courseTags span {
  color: #fff;
}
.video-area .plyr--full-ui {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.video-area {
    width: 100%;
}

/* custom registeration */
.registerForm.register-now-form {
    margin: 80px auto
}
.register-now-form{
    max-width: 840px;
    
}
h1 {
    font-size: 45px;
    margin-bottom:30px
}
.form-inline-field {
    display: flex;
    gap: 20px
}
.form-inline-field .form-text-field {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #FFF;
    color: #FFF;
    background: #F5F5F5;
    border-radius: 5px;
    border: 0 none;
    height: 52px;
    padding: 0 25px;
    font-weight: 500;
    color: var(--color-body);
    border: 1px solid transparent;
}
.form-inline-field > div {
    flex: 1;
    margin-top: 12px
}
.form-file-upload {
    padding: 0;
    margin-top:10px
}
.btnNext, .g-recaptcha {
    margin-top: 20px
}
.render__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.render__box .btn-previous {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 20px 30px;
  border-radius: 10px;
  margin-top: 10rem;
  font-size: 20px;
  font-weight: 700;
}
.render__box .btn-previous i {
  margin-left: 10px;
}
@media(max-width: 992px) {
    .registerForm.register-now-form {
        margin: 80px 40px
    }
}
 @media(max-width: 640px) {
    .form-inline-field {
        display: block
    }
}
.register-now-form.registerForm .parsley-errors-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.error.captcha-error {
    color: red;
    font-size: 12px;
}
.registerForm .form-result.alert .alert a {
    position: absolute;
    right: 10px;
}
.registerForm .form-result.alert .alert ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0 !IMPORTANT;
    padding-left: 5px;
}
.registerForm .form-result.alert .alert {
    display: flex;
    height: 60px;
    align-items: center;
    position: relative;
}
.registerForm .form-result.alert {
    padding-left: 0;
    padding-right: 0;
}
.agenda_list .agenda_li.active a {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}
.agenda_list .agenda_li a {
    border-radius: 12px 12px 0 0 !important;
    padding: 12px 20px;
}
.tab-content > .active {
    opacity: 1;
}
.event-schedule-tabs > .nav {
  border: none;
  text-align: center;
  display: flex;
  margin: 0 auto;
}

.event-schedule-tabs > .nav > li {
  margin-right: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.event-schedule-tabs > .nav > li:after {
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 1px;
  background-color: #eeeeee;
  top: 50%;
  left: 20%;
}

.event-schedule-tabs > .nav > li:last-child {
  margin-right: 0;
}

.event-schedule-tabs > .nav > li:last-child:after {
  display: none;
}

.event-schedule-tabs > .nav > li > a {
  border: 1px solid #eeeeee;
  border-radius: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #050709;
  font-size: 16px;
  font-size: 1.14286em;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: 0;
  background-color: #FFF;
}

.site-event-schedule.style-two .event-schedule-tabs > .nav > li > a {
  padding-right: 22px;
  padding-left: 22px;
}

.event-schedule-tabs > .nav > li > a:hover {
  background-color: #4e1184;
  color: #FFF;
  border-color: #4e1184;
  /* border-radius: 0 !important; */
}

.event-schedule-tabs > .nav > li.active > a {
  background-color: #4e1184;
  color: #FFF;
  border-color: var(--color-primary) !important;;
}

.event-schedule-tabs .panel-group > .panel {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;

}

.event-schedule-tabs .panel-group > .panel + .panel {
  margin-top: 20px;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading {
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title {
  font-size: 18px;
  font-size: 1.125em;
  
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a {
  display: block;
  padding: 0;
  background-color: #4e1184;
  color: #FFF;
  position: relative;
  border: 1px solid #dee2e6;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a > .time {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 400;
  background-color: #3b0d64;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a > .time > i {
  margin-right: 5px;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a.collapsed {
  background-color: #fff !important;
  color: #050709;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a.collapsed:after {
  color: #fd367e;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

/* .event-schedule-tabs > .nav > li.active > a {
    border-radius: 0 !important;
} */

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a.collapsed > .time {
  background-color: #eae9e9;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a.collapsed > .time > i {
  color: #fd367e;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a:hover {
  text-decoration: none;
  background-color: #4e1184;
  color: var(--color-primary) !important;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a:hover:after {
  color: var(--color-primary) !important;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a:hover > .time {
  background-color: #f6f6f6;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a:hover > .time > i {
  color: #FFF;
}

.event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a:focus {
  text-decoration: none;
}

.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body {
  border: none;
  background-color: #4e1184;
  color: #FFF;
  padding: 20px 35px;
  border: 1px solid #ddd;
  background: #f6f6f6;
}

.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body > .description {
  margin-bottom: 35px;
}

.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body .schedule-speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;      
}

.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body .schedule-speaker:before, .event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body .schedule-speaker:after {
  content: "";
  display: table;
}

.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body .schedule-speaker:after {
  clear: both;
}

.speaker-category p{
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}


.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body .schedule-speaker > .speaker-img {
  width: 70px;
  height: 70px;
  border: 2px solid #FFF;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}

.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body .schedule-speaker > .speaker-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body .schedule-speaker > .speaker-info > i {
  margin-right: 5px;
}

.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body .schedule-speaker > .speaker-info > .name {
  color: #364f6b;
  font-size: 15.75px;
  font-weight: bold;
}

.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body .schedule-speaker > .speaker-info > .job {
  opacity: 0.75;
  display: inline-block;
  margin-left: 5px;
}

/*.event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body > .schedule-speaker > .speaker-info > .job:before {
  content: '\/';
  margin-right: 5px;
}*/

.event-schedule-tabs.timeline-style:before, .event-schedule-tabs.timeline-style:after {
  content: "";
  display: table;
}

.event-schedule-tabs.timeline-style:after {
  clear: both;
}

.event-schedule-tabs.timeline-style > .nav {
  display: block;
  float: left;
  width: 200px;
}

.event-schedule-tabs.timeline-style > .nav > li {
  display: block;
  float: none;
  margin-right: 0;
  margin-bottom: 16px;
}

.event-schedule-tabs.timeline-style > .nav > li:after {
  display: none;
}

.event-schedule-tabs.timeline-style > .tab-content {
  margin-left: 220px;
  padding: 25px 60px 50px 60px;
  background-color: #fafafa;
  position: relative;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item {
  position: relative;
  padding-bottom: 65px;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  left: -30px;
  top: 10px;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item:last-child {
  padding-bottom: 25px;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item:last-child:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #dcdcdc;
  border-radius: 50%;
  bottom: -10px;
  left: -32px;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .time {
  color: #050709;
  margin-bottom: 15px;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .time:before {
  content: '\f017';
  font-family: FontAwesome;
  position: absolute;
  left: -36px;
  font-size: 16px;
  top: -0px;
  color: #fd367e;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .title {
  margin-top: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.14286em;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .content {
  margin-bottom: 30px;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .schedule-speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .schedule-speaker > .speaker-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFF;
  margin-right: 25px;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .schedule-speaker > .speaker-img > img {
  width: 100%;
  height: auto;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .schedule-speaker > .speaker-info > i {
  color: #fd367e;
  margin-right: 5px;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .schedule-speaker > .speaker-info > .name {
  color: #050709;
}

.event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .schedule-speaker > .speaker-info > .job:before {
  content: '\/';
  margin-right: 5px;
}

.event-schedule-tabs.timeline-style.sidenav > .tab-content {
  background-color: transparent;
  padding: 0;
}

.speaker-info span, .speaker-info i {
    color: #333;
}

.edu-breadcrumb-area-with-image .breadcrumb-inner.text-start h3, .edu-breadcrumb-area-with-image .breadcrumb-inner.text-start li {
  color: #fff;
}
.edu-breadcrumb-area-with-image{
position: relative;
}
.edu-breadcrumb-area-with-image:after {
  content: "";
  background: rgb(0 0 0 / 43%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* result page css */
.quiz-outer-bg .card{
margin: 16px 0;
}
.quiz-outer-bg .card .accordion-button {
height: 55px !important;
font-size: 20px !important;
}
.quiz-outer-bg .accordion-button::after{
width:2.25rem;
height:2.25rem;
background-size:2.25rem;
} 

.carousel-control-prev, .carousel-control-next {
background: transparent !important;
}

.edu-footer-widget .transparent-logo.event_logo {
  filter: brightness(100);
}
.form-inline-field.aca-teacher .form-text-field {
  height: 150px;
  padding-top: 15px;
}
.footer-link.link-hover .has-droupdown {
  display: none;
}
.registration_modal_body{
background-color:  var(--color-primary);;
padding: 50px 30px;
font-size: 28px;
text-align: center;
color: #000;
}
.btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 15px 30px;
  font-size: 14px;
}
.search-form ul.filled:after {
  z-index: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: -2px;
  transform: rotate(45deg);
  z-index: 0;
}
.search-form ul.filled li {
  margin: 0;
  position: relative;
  z-index: 99;
  font-size: 14px;
}
.search-form ul.filled {
  list-style: none;
  background: #fff;
  text-align: left;
  margin-top: 5px;
  display: inline-block;
  padding: 7px;
  transition: .3s ease;
  border-radius: 5px;
  margin-right: auto;
  position: absolute;
  left: 30px;
  bottom: -72px;
}
div[aria-labelledby="instructor-tab"] a:hover h6, .teacherBox a:hover h5 {
  color: var(--color-primary);
  transition: 0.3s;
}
.form-inline-field > div > label , .form-inline-field label{
  color: #6c757d;
  font-size: 14px;
  font-weight: 700;
}
.quiz-outer-bg .card .accordion-button {
  height: 55px !important;
  font-size: 20px !important;
  color: #fff;
}
.fa-solid.fa-star {
  color: #ffa41b;
}
.comment-top .rating {
  padding-left: 10px;
}
ul.footer-link.link-hover a:hover {
  color: #fff !important;
  opacity: 0.7;
}
.comment-content textarea {
  min-height: 100px !important;
}

.comment-content .comment-btn {
  text-align: right;
}
.file-upload-wrapper .parsley-errors-list {
  position: absolute;
  bottom: -55px;
}

.reply-btn-wrapper a {
  margin-right: 20px;
}
body .comment-content .inner-row:after {
  content: "";
  position: absolute;
  border-right: 1.5px dotted #ccc;
  height: 100%;
  top: 70px;
  left: -60px;
}
body .comment-list-wrapper:last-child .comment-content .inner-row:after {
content: unset;
}
.inner-row {
  position: relative;
}
.accordion-button:not(.collapsed)::after, .accordion-button::after{
  filter: brightness(100) !important;
}
.result-question.rq-heading {
display: flex;
}

.result-question.rq-heading h5, .result-question.rq-heading h5 p {
color: #fff;
font-size: 24px;
font-weight: 600;
margin-bottom: 0;
}
.center-circle-img {
display: flex !important;
align-items: center;
margin-top: 20px;
}
#reply-count {
  margin-left: 5px;
}
.center-circle-img img {
  width: 25px !important;
  height: 25px !important;
}
.center-circle-img  span.author-title {
  color: var(--color-body) !important;
  font-weight: 500 !important;
}
.pricing-table .inverse-btn{
  background: #ffff !important;
  color: var(--color-primary) !important;
}
.parsley-errors-list {
  list-style: none;
  padding-left: 0;
}
#captcha-error {
  font-size: 12px;
}
.pg-cat p {
  margin: 0;
  color: #fff;
}
.pg-cat {
  position: relative;
    top: 0;
    left: 10px;
    background: var(--color-primary) !important;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
}
#more-teachers-link{
color: #000 
}
.gallery-item.sr-animated {
  position: relative;
  margin-bottom: 20px;
}
.quiz_error {
  color: #dc3545;
}
.tox-editor-container button, .tox-editor-container .btn-devent {
  background-color: #fff !important;
}
.titleDiv {
  position: relative;
}
.titleDiv input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.footer-top .quote-user {
  display: none !important;
}
.bal-height .site-register-now {
  margin: 0 30px;
}
.site-register-now h2 {
  color: #000 !important;
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 700 !important;
}
.btn-position button {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .event-schedule-tabs > .nav > li > a {
    font-size: 14px;
    font-size: 1em;
    padding-right: 15px;
    padding-left: 15px;
  }
  .site-event-schedule.style-two .event-schedule-tabs > .nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title {
    font-size: 16px;
    font-size: 1.14286em;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a {
    padding: 10px 20px;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a:after {
    right: 20px;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a > .time {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  body .captchaDiv {
    width: 100%;
  }
  .event-schedule-tabs > .nav > li {
    width: 50%;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    padding: 5px;
  }
  .event-schedule-tabs > .nav > li:after {
    display: none;
  }
  .event-schedule-tabs > .nav > li > a {
    font-size: 14px;
    font-size: 1em;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    border-radius: 0 !important;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a > .time {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-heading > .panel-title > a > .title {
    display: block;
    text-align: center;
    line-height: 1.4em;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body > .schedule-speaker {
    display: block;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body > .schedule-speaker > .speaker-img {
    margin-right: 10px;
    float: left;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body > .schedule-speaker > .speaker-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .event-schedule-tabs .panel-group > .panel > .panel-collapse > .panel-body > .schedule-speaker > .speaker-info {
    padding-top: 20px;
  }
  .event-schedule-tabs.timeline-style > .nav {
    width: auto;
    float: none;
    margin-bottom: 25px;
  }
  .event-schedule-tabs.timeline-style > .nav > li {
    float: left;
    margin-bottom: 0px;
    padding: 5px;
  }
  .event-schedule-tabs.timeline-style > .tab-content {
    margin: 0;
    padding: 20px 10px 50px 30px;
  }
  .event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .schedule-speaker {
    display: block;
  }
  .event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .schedule-speaker > .speaker-img {
    float: left;
  }
  .event-schedule-tabs.timeline-style > .tab-content .schedule-timeline > .item > .schedule-speaker > .speaker-info {
    padding-top: 20px;
  }
  body .edu-section-gap.login-page-wrapper {
    padding: 5rem 0 !important;
  }
}
@media(max-width: 640px) {
  .teacherFirstName {
    width: 100%;
  }
  .registerForm .form-inline-field .titleDiv .dropdown {
    width: 100px;
  }
  .registerForm .form-inline-field .form-text-field {
    padding: 0 12px;
  }
  .registerForm .form-inline-field .titleDiv a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .registerForm h1 {
    font-size: 22px;
  }
  .registerForm.register-now-form {
    margin: 30px;
  }
}
  div.stars {
      width: auto;
      display: inline-block;
  }
  input.star {
      display: none;
  }

  label.star {
    float: right;
    padding: 0 5px;
    font-size: 28px;
    color: #444;
    transition: all .2s;
  }

  input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
    border: none !important;
    background: transparent !important;

    position: relative;
  }

  input.star-5:checked~label.star:before {
      color: #FE7;
      text-shadow: 0 0 20px #952;
  }

  .feedback .form-group:last-child {
      border-top: none;
  }

  input.star-1:checked~label.star:before {
      color: #F62;
  }

  label.star:hover {
      transform: rotate(-15deg) scale(1.3);
  }

  label.star:before {
    content: '\f006' !important;
    font-family: FontAwesome;
    border: none !important;
    background: transparent !important;
    font-size: 24px;
  }
  .star:after {
    background: transparent !important;
  }

.result-question.rq-heading h5, .result-question.rq-heading h5 p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.center-circle-img {
  display: flex !important;
  align-items: center;
  margin-top: 20px;
}
#reply-count {
    margin-left: 5px;
}
.center-circle-img img {
    width: 25px !important;
    height: 25px !important;
}
.center-circle-img  span.author-title {
    color: var(--color-body) !important;
    font-weight: 500 !important;
}
.pricing-table .inverse-btn{
    background: #ffff !important;
    color: var(--color-primary) !important;
}
.parsley-errors-list {
    list-style: none;
    padding-left: 0;
}
#captcha-error {
    font-size: 12px;
}
.pg-cat p {
    margin: 0;
    color: #fff;
}
#more-teachers-link{
  color: #000 
}
.gallery-item.sr-animated {
    position: relative;
    margin-bottom: 20px;
}
.quiz_error {
    color: #dc3545;
}
.error.abstract_error {
    font-size: 14px;
    color: #fa4848;
}
.tox-editor-container button, .tox-editor-container .btn-devent {
    background-color: #fff !important;
}
.titleDiv {
    position: relative;
}
.titleDiv input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.author-meta {
    position: relative;
}

.author-meta .author-thumb > span {
    position: absolute;
    left: 38px;
    height: 36px;
    width: 36px;
    background-color: var(--color-primary);;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.edu-card:hover .author-meta .author-thumb > span {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}
.author-meta .author-thumb a:not(:first-child) {
    position: absolute;
    left: 20px;
    border-radius: 100%;
}

.author-meta {
    display: flex;
    align-items: center;
    min-width: 75px;
    cursor: pointer;
}
.edu-card.card-type-3 .inner .content .card-top .author-meta .author-thumb,.edu-card.card-type-3 .card-hover-action .hover-bottom-content .author-thumb{
    position: relative;
    pointer-events: none;
}

ul.tecaher_tool_tip li {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

ul.tecaher_tool_tip {
    background: #000;
    width: 150px;
    position: absolute;
    list-style: none;
    padding: 10px;
    border-radius: 5px;
    z-index: 99;
    left: 85px;
    opacity: 0;
    transition: .3s ease;
    visibility: hidden;
    top: 50%;
    transform: translate(0px, -50%);
}
.author-meta:hover .tecaher_tool_tip {
    opacity: 1;
    visibility: visible;
}
.author-meta:hover .tecaher_tool_tip:after {
    content: "";
    height: 20px;
    width: 20px;
    left: -2px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%) rotate(45deg);
    z-index: -1;
}
  .author-thumb img { 
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2; 
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .author-thumb img:before { 
      content: "\2639";
      display: block;
      margin-bottom: 10px;
      background: #ccc;
      width: 34px;
      height: 34px;
      line-height: 2.2;
  }
.eduvibe-home-two-course .grid-metro3 .grid-metro-item:hover .author-thumb .author-name {
  color: #fff;
}

.edu-footer .information-list p {
    color: #fff;
}
.bg-none {
    background: none !important;
}
.sponsor_aca .container {
    max-width: 100% ! IMPORTANT;
    padding: 0;
}
.sponsor_aca .col-12 {
    margin-top: 0;
}
.forums_aca .blog-meta p {
    margin-bottom: 0;
}
.searchGlobal .nav-fill > .nav-link {
    max-width: 200px;
}
.responsive-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
h5.answerTitle {
    min-width: 80px;
}
/** quiz question css*/
.quiz-container {
    margin-bottom: 0;
}

.quiz {
    padding: 10px 0;
}

#workspace {
    width: 100%;
    position: relative;
    height: 700px;
}

#leftPane {
    height: 100%;
    border-radius: 5px;
}

#topPane,
#bottomPane {
    width: calc(100% - 20px);
    overflow-x: hidden;
    left: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#topPane {
    padding: 1rem;
}

#rightPane {
    overflow-x: hidden !important;
}

.leftPane_container {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: auto;
    width: 50%;
    height: 100%;
}

.splitter-resizebar {
    background: #fbfdff !important;
}

.geogebra {
    border: 1px solid;
    padding: 20px;
    resize: both;
    overflow: auto;
    margin: auto;
    display: inline-block;
}

#rightSplitter>div:first-child .inner-div {
    overflow: auto !important;
}

.answer-span {
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    padding: 0px 10px;
    margin: 0 20px 0;
}

.correct-answer {
    background-color: #28a745;
}

.wrong-answer {
    background-color: red;
}

.input-answer {
    background-color: grey;
}

.copy-btn p {
    background: #333;
    display: inline;
    padding: 15px 20px;
    border-radius: 5px;
    position: absolute;
    bottom: 14px;
    right: 30px;
    cursor: pointer;
    z-index: 9999;
    color: #fff;
}
 .btn-next {
    margin-left: auto;
}
 .btn-next, .btn-previous {
    padding: 0;
    width: auto;
    margin: 20px 0;
}
.noDocUpload {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
body .singleQuizCard {
    padding-bottom: 15rem !important;
}
body .leftBtn .btn-previous {
    padding-left: 15px;
}
 .btn-previous {
    margin-left: 0;
    font-size: 16px;
}
 .btn-previous i {
    margin-left: 10px;
}
 .btn-next i {
    margin-left: 10px;
}
.qz-form-navigation a.edu-btn.btn-bg-alt, .qz-form-navigation button.edu-btn.btn-bg-alt {
    font-size: 16px;
}
a.edu-btn.btn-bg-alt, button.edu-btn.btn-bg-alt {
    background-color: #fbdbe1 !important;
}
a.edu-btn.btn-bg-alt:hover, button.edu-btn.btn-bg-alt:hover {
    color: #000 !important
}
.btnFinalSubmit {
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: var(--color-primary);
    padding: 0 30px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s all;
    border: 0 none;
    margin-top: 20px;
}
.btnFinalSubmit:hover {
    background-color: #f1c2ca;
    color: #fff !important;
}
.finalSubmitDiv {
    display: flex;
    justify-content: flex-end;
}
.copy-btn i {
    color: #fff;
}
#quiz_form .form-control {
    height: 50px;
    margin-top: 20px;
    background-color: #ffffff;
}
#mainSplitter .ques-style {
    padding: 20px 14px;
    display: flex;
    word-break: break-word;
}
#mainSplitter .ques-style p {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
    display: contents;
}
div#mainSplitter .qz-question  li {
    color: #fff !important;
}
div#mainSplitter label, .optionText {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
div#mainSplitter span,
div#mainSplitter li,
div#mainSplitter h1,
div#mainSplitter h2,
div#mainSplitter h3,
div#mainSplitter h4,
div#mainSplitter h5,
div#mainSplitter h6 {
    font-size: 16px;
    color: #333 !important;
    font-weight: 400;
}

#mainSplitter #hint-tab {
    margin-top: 2px;
}

#mainSplitter #hint-tab span {
    color: #fff !important;
    font-size: 12px;
}

.result-question.d-flex {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    background: #ddd;
    border-radius: 12px 12px  0 0;
}
.result-ans .d-flex {
    font-size: 18px;
    color: #000;
    padding: 20px;
}
.bottom_title p:first-child {
    background: #333;
    color: #fff;
    padding: 0px 10px;
}

.bottom_title p:last-child {
    padding: 0px 10px;
}

.bottom_title p {
    font-size: 16px;
}

.bottom_title {
    display: inline-flex;
    align-items: center;
    width: auto;
    border-radius: 5px;
    border: 1px solid #333;
}

.clock-box {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    padding: 10px;
    font-size: 30px;
    min-width: 50px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 2px;
}

.quiz .jqx-fill-state-normal, #mainSplitter {
    background: #f6f6f6;
    background-color: #f6f6f6;
    display: table;width: 100%;

}

body .quizBtnSection button i {
    margin-left: 5px;
    padding-left: 0;
}
body .quizBtnSection a.btn-previous i {
    margin-right: 5px;
}
body .quizBtnSection button.edu-btn, body .quizBtnSection a.btn-previous.edu-btn {
    height: 50px;
    line-height: 50px;
}
.quiz.quiz-outer .ques-header, .result-question {
    background: var(--color-primary);
    color: #fff;
    padding: 14px 20px;
    font-size: 24px !important;
    font-weight: 600;
    border-radius: 12px 12px  0 0;
}

.quiz.quiz-outer .top-header-quiz-title b {
    font-weight: 500;
}
.quiz.quiz-outer .quiz-form .qz-option {
    width: fit-content;
    margin-bottom: 10px;
}

.quiz.quiz-outer .side-accordin {
    padding-right: 50px;
}

.quiz.quiz-outer .side-accordin::after {
    content: unset
    height: 10px;
    width: 10px;
    border: 2px solid #151515;
    border-top: none;
    border-left: none;
    position: absolute;
    right: 20px;
    top: 45%;
    transform: rotate(228deg);
    transition: .5s ease;
}

.quiz.quiz-outer .side-accordin.collapsed::after {
    top: 35%;
    transition: .5s ease;
    transform: rotate(45deg);
}

.quiz.quiz-outer .view_hint {
    z-index: 99;
}

.version-2 .quiz.quiz-outer .side-accordin:hover,
.version-2 .quiz.quiz-outer .side-accordin:focus {
    color: #333;
}

.quiz.quiz-outer .side-accordin {
    margin-bottom: 0;
}

.quiz.quiz-outer .inner-div {
    background-color: #fff;
    border: none;
    /* box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); */
    box-shadow: unset;
    border: 1px solid #ddd;
    padding-bottom: 20px;
}


.quiz.quiz-outer .qz-question {
    background-color: #fff;
    background: #fff;
}

.quiz-info {
    padding: 15px 10px;
    display: flex;
}

.quiz-left-box,
.quiz-right-box {
    width: 50%;
    display: inline-block;
}

.quiz-info .top-header-quiz-title {
    font-size: 16px;
    color: #151515;
}

body .quiz-left-box .top-header-quiz-title {
    font-size: 24px;
    font-weight: 700;
}
.quiz-left-box ul {
    display: flex;
    margin-bottom: 0;
}

.quiz-left-box ul li {
    margin-right: 10px;
    /* border: 1px solid #151515; */
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.quiz-left-box ul li:last-child {
    margin-right: 0;
}

.left-box {
    background: #151515;
    padding: 5px 10px;
    float: left;
    height: 100%;
}

.right-box {
    padding: 5px 10px;
    float: right;
    height: 100%;
    min-width: 50px;
    text-align: center;

}

.quiz.quiz-outer .left-box .top-header-quiz-title {
    color: #fff;
    font-size: 15px;
}


.quiz.quiz-outer .right-box span {
    color: #828282;
    font-size: 13px;
}

.quiz-left-box .mb-10,
.quiz-right-box .mb-10 {
    margin-bottom: 10px;
    display: block;

}

.timer-box #count {
    font-size: 16px;
    line-height: 25px;
    color: #151515;
    font-weight: 700;
    text-align: center;
}

.timer-box #count span {
    display: inline-block;
    padding: 3px 6px;
    font-size: 15px;
    min-width: auto;
    border: none;
    color: #151515;
    border-radius: 5px;
}

.all-quiz #quiz_form .quiz-card {
    background-color: #fff;
    border: none;
}

.quir-result-content .rc-row,
.result-ans {
    background-color: #fff;
    background: #fff;
}

.quir-result-content .rc-row .result-question,
.quir-result-content .rc-row .result-question h5,
.result-question.d-flex,
.result-question span,
.result-question h5 {
    background-color: var(--color-primary);
    color: #fff;
}
.result-question h5 {
    margin-bottom: 0;
}
.result-question h5.tinymce_preview_show_not_working {
    font-weight: 400;
}
.quiz-right-box.float-right {
    float: right;
}
.rc-left{
    border: 1px solid #eee;
    margin-bottom: 0;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    background: #ddd;
    border-radius:12px 12px  0 0;
}
.rc-row {
    border: 1px solid #eee;
    margin-bottom: 20px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 12px 12px  0 0;
}
.rc-row .rc-right p {
    margin-bottom: 0;
    font-size: 18px;
    color:#000;
    padding: 20px;
}
.result-content .quiz-container {
    box-shadow: none;
    padding: 0;
    border: none;
    background: transparent;
}

.result-content .quiz-card.quiz-cart-content {
    width: 100% !important;
    margin: 0 !important;
    padding: 15px 0;
}

.result-content.result-card .quiz-card ul li {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
    box-shadow: 0px 6px 12px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-color: #fff;
}

.result-content.result-card .quiz-card>div {
    margin-right: 10px;
}

.result-content.result-card .quiz-card>div:last-child {
    margin-right: 0;
}

.result-content.result-card .quiz-header,
.quiz-footer {
    min-height: auto;
}

.result-content.result-card .quiz-header>li:first-child {
    padding-right: 0 !important;
}

.result-card .quiz-card ul li p:first-child {
    font-size: 22px;
    color: #151515;
    height: 100%;
    text-align: center;
    padding: 5px;
    width: 100%;
    margin-bottom: 0;
}

.result-card .quiz-card ul li p:last-child {
    font-size: 20px;
    height: 100%;
    text-align: center;
    padding: 5px;
    width: 100%;
    margin-bottom: 0;
}

.result-card .quiz-card ul li p:last-child span {
    color: #151515;
}

.quiz-outer #preview-block-partial>div {
    margin-bottom: 0 !important;
}

.quiz-outer .p-15 {
    padding: 0 15px !important;
}

 .quiz.quiz-outer .inner-div::-webkit-scrollbar {
     -webkit-appearance: none;
 }
 .quiz.quiz-outer .inner-div::-webkit-scrollbar:vertical {
     width: 5px;
 }
 .quiz.quiz-outer .inner-div::-webkit-scrollbar:horizontal {
     height: 5px;
 }
 .quiz.quiz-outer .inner-div::-webkit-scrollbar-thumb {
     border-radius: 5px;
     background: #151515;
 }

/* header css */
.custom-header .logo img {
    max-width: 120px;
    max-height: 60px;
}

.custom-header .logout_btn a,
.custom-header .profile_button a {
    font-size: 18px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 5px;
    transition: .5s ease;
    border: 2px solid #000000 !important;
}

.logout_btn a:hover,
.profile_button a:hover {
    background: #000;
    color: #fff;
    transition: .5s ease;
}

.time-quiz b {
    font-size: 14px;
    color: #151515;
}

.custom-header .header-buttons {
    flex: inherit;
    margin: inherit !important;
}

.custom-header>div {
    padding: 0;
    justify-content: space-between;
}

.quiz-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.quiz-header-right .quiz-left-box {
    width: auto;
}

.quiz-header-right .top-header-quiz-title {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.timer-box {
    height: 20px;
}


.custom-header .timer-box #count {
    // border: 2px solid #000;
    border-radius: 5px;
    // padding: 5px 6px;
}

.custom-header .timer-box #count span {
    border: none;
    padding: 0px 0;
}

.margin-top-20 {
    margin-top: 10px;
}

#mainSplitter {
    height: calc(100vh - 180px);
}

.full-quiz {
    padding: 0 0 20px;
    display: table;
    width: 100%;
    margin-bottom: 100px;
}
#preview-block.full-quiz {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
#preview-block.full-quiz .quiz-card {
    padding: 0 5px;
}
.full-quiz .result-card {
    padding: 0 0px;
}


.all-quiz #quiz_form .quiz-card.single-quiz-cart, .audioVideo .quiz-card.single-quiz-cart {
    position: relative;
    padding: 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 12px;
    background-color: #f7f7f7;
}
.audioVideo .quiz-card.single-quiz-cart {
    min-height: 400px !important;
}
.all-quiz #quiz_form .quiz-card .quizQuesAns {
    padding: 0 20px
}
.qz-answer .upload-file {
    width: 100%;
}
.all-quiz .answer-div .fileUploadDiv, .qz-answer .upload-file .fileUploadDiv {
    border: 1px solid;
    height: 100%;
    padding: 30px 0;
    text-align: center;
}
.all-quiz .answer-div .fileUploadDiv .imgPrev img, .qz-answer .upload-file .fileUploadDiv .imgPrev img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #ddd;
}
.all-quiz .answer-div .fileUploadDiv.file-upload-div .imgPrev, .qz-answer .upload-file .fileUploadDiv .imgPrev img  {
    height: 200px;
    width: 200px;
    margin: auto;
}
.all-quiz .answer-div .imgbox, .qz-answer .imgbox {
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.qz-answer .upload-file .fileUploadDiv h5 {
    font-size: 24px;
    font-weight: 700;
}
.all-quiz .answer-div .ui-state-default {
    color: white;
    padding: 0 30px !important
}
.all-quiz .answer-div .ui-state-default:focus {
    color: var(--color-primary);
}
.all-quiz .answer-div .imgbox , .all-quiz .answer-div .imgbox input[type=file],  .qz-answer .upload-file input[type=file] ,  .qz-answer .imgbox {
    cursor: pointer;
}
.all-quiz .answer-div .imgbox input[type=file], .qz-answer .upload-file input[type=file] {
    height: 100%;
    width: 100%;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.all-quiz .answer-div .imgbox {
    height: 100%;
}
.all-quiz .upload-file {
    width: 100%;
    /* height: 300px; */
}
.single-que>span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 14px 20px;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 9px 7px 25px 0px rgba(214,214,214,1);
    -moz-box-shadow: 9px 7px 25px 0px rgba(214,214,214,1);
    box-shadow: 9px 7px 25px 0px rgba(214,214,214,1);
}

.single-que>span u {
    font-size: 24px;
    font-weight: 600px;
    line-height: 24px;
    text-decoration: none;
}

.swal-button {
    background-color: #fff;
    color: #151515;
    border: 2px solid #000000 !important;
}

.swal-button:not([disabled]):hover {
    background-color: #fff;
    opacity: .5;
}

.swal-button:focus {
    box-shadow: none;
}

.quiz.quiz-outer-bg .quiz-card {
    padding: 0;
}
.quiz.quiz-outer-bg .quiz-card.quiz-cart-content {
    gap: 20px;
}
.result-content.result-card .quiz-card.quiz-cart-content .quiz-header {
    padding: 0;
    margin-bottom: 0;
}
.quiz.quiz-outer-bg .result-card {
    margin-bottom: 20px;
}

.unlimited-time {
    font-size: 14px;
    color: #151515;
    font-weight: 500;
}

.quiz-right-box-1 {
    display: flex;
    align-items: center;
}

.quiz-right-box-1 .title {
    font-size: 15px;
    font-weight: 700;
    color: #151515;
    line-height: 1;
}

.quiz-information {
    display: flex;
    border-radius: 5px;
    border: 2px solid #151515;
    padding: 4px 5px;
}

.cols-quiz-box {
    padding-left: 8px;
}

.time-quiz {
    padding-right: 8px;
}

.cols-quiz:after {
    content: "";
    height: 15px;
    width: 2px;
    background: #1d1c1c;
    transform: rotateZ(195deg);
}

.quiz-information>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cols-quiz-box p:last-child {
    width: auto;
    font-size: 15px;
    font-weight: 500;
    color: #151515;
    line-height: 15px;
    min-height: auto;
    text-align: left;
    white-space: nowrap;
}

.cols-quiz-box p:first-child {
    font-size: 15px;
    font-weight: 500;
    color: #151515;
}

.no-que {
    display: flex;
    align-items: center;
    border: 2px solid #000;
    padding: 5px;
    border-radius: 5px;
    margin-right: 16px;
}

.no-que p {
    font-size: 15px;
    font-weight: 500;
    color: #151515;
    padding-right: 2px;
    width: auto;
}

.no-que span {
    font-size: 14px;
    font-weight: 500;
    color: #151515;
}

.mobile-view {
    display: none;
}

body .quiz-error {
    color: red;
}
.quizTimer .timer-content {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    align-items: center;
}
.quiz.quiz-outer .right-box span.totalMin {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.quizTimer .timer-box {
    height: unset;
    margin-bottom: 0;
}
.result-content.result-card .quiz-card.quizMarks ul li {
    margin-bottom: 0;
    margin-top: 0;

}
.leftPanel.inner-div {
    position: relative;
    border-radius: 12px;
}
.quiz.quiz-outer .ques-header.fixedTab {
    position: sticky;
    top: 0;
    z-index: 99;
}
#rightSplitter .leftPanel .qz-answer {
    padding-bottom: 20px;
}
@media(max-height: 840px) {
    #mainSplitter {
        margin-bottom: 100px;
    }
    div#mainSplitter label, .optionText {
        font-size: 14px;
    }
}
@media(max-width: 1368px) {
    .quizTimer .timer-content {
        width: 55%;
    }
}
@media (max-width:1200px) {
    .result-content .quiz-card.quiz-cart-content {
        display: flex;
        flex-wrap: wrap;
    }

    .result-content.result-card .quiz-card>div {
        flex: inherit;
        width: 48%;
        margin-bottom: 10px;
    }

    .result-content.result-card .quiz-card>div:nth-child(even) {
        margin-right: 0;
    }

    .result-content.result-card .quiz-card>div:nth-child(3),
    .result-content.result-card .quiz-card>div:nth-child(4) {
        margin-bottom: 0;
    }

}

@media (max-width:992px) {
    .quizTimer .timer-content {
        width: 100%;
    }
    .result-question.rq-heading  {
        display: block !important;
    }
    .result-question.rq-heading h5{
        font-size: 20px !important;
    }
    .quiz-left-box {
        width: 70%;
    }

    .quiz-right-box {
        width: 30%;
    }
}
@media(max-width: 768px) {
    #rightSplitter>div:first-child .inner-div {
        margin-top: 20px;
    }
}
@media (max-width:767px) {
    .result-content.result-card .quiz-card>div {
        width: 100%;
    }
    #mainSplitter {
        height: 100%;
    }
    .quiz-info {
        flex-direction: column;
    }

    .quiz-left-box,
    .quiz-right-box {
        width: 100%;
    }

    .quiz-left-box {
        margin-bottom: 20px;
    }

    .quiz-left-box ul li {
        width: 50%;
    }

    .quiz-left-box .mb-10,
    .quiz-right-box .mb-10 {
        margin-bottom: 5px;
    }

    .quiz-right-box .timer-content {
        display: flex;
        width: 100%;
    }

    .quiz-right-box .top-header-quiz-title {
        width: 30%;
        text-align: left;
    }

    .quiz-right-box .timer-box {
        width: 70%;
        text-align: right;
    }

    .quiz-right-box .float-right {
        float: unset !important;
    }

    .quiz-right-box .quiz-timer {
        width: 100%;
    }

    .custom-header .logout_btn a,
    .custom-header .profile_button a {
        min-width: auto !important;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-view {
        display: flex;
        margin-bottom: 10px;
        justify-content: space-between;
    }

    .no-que p {
        font-size: 15px;
    }

    #rightSplitter {
        margin-top: 20px;
    }
}

@media (max-width:575px) {
    .quiz.quiz-outer .left-box .top-header-quiz-title {
        font-size: 14px;
    }

    .quiz.quiz-outer .right-box span {
        font-size: 12px;
    }
    body .btn-next.edu-btn ,  body .btn-previous.edu-btn {
        padding: 0 10px;
        height: 42px;
        font-size: 14px;
        line-height: 42px;
    }
    body .btn-next.edu-btn i, body .btn-previous.edu-btn i {
        padding-left: 0;
    }
    .noDocUpload {
        height: 150px;
    }
    .audioVideo .quiz-card.single-quiz-cart {
        min-height: 300px !important;
        margin-bottom: 10rem;
    }
}

@media (max-width:480px) {
    .quiz-outer-bg .quiz-card {
        padding: 0;
    }

    .quiz.quiz-outer .p-15 {
        padding: 20px 15px;
    }
}

@media (max-width:475px) {
    .quiz-left-box ul {
        flex-direction: column;
    }

    .quiz-left-box ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .quiz-left-box ul li:last-child {
        margin-bottom: 0;
    }

    .result-content .quiz-card.quiz-cart-content {
        display: block;
        flex-wrap: wrap;
    }

    .result-content.result-card .quiz-card>div {
        flex: inherit;
        width: 100%;
        margin-bottom: 10px;
    }

    .result-content.result-card .quiz-card>div:nth-child(3) {
        margin-bottom: 10px;
    }
}

@media (max-width:440px) {
    .custom-header>div {
        padding: 0 18px;
    }
    body .workspace-popup textarea::placeholder,  body .workspace-popup .modal-content input::placeholder {
        font-size: 14px;
    }
    body .workspace-popup textarea,  body .workspace-popup .modal-content input {
        font-size: 14px;
    }
}

@media (max-width:425px) {
    .quiz-right-box .timer-content {
        flex-direction: column;
    }

    .quiz-right-box .timer-box {
        text-align: left;
    }

    .quiz-left-box {
        margin-bottom: 10px;
    }
}
@media(max-width: 412px) {
    body .workspace #sidebar ul li a:nth-child(2) {
        padding-left: 45px !important;
    }
    body .workspace .dashboard .download img {
        margin-right: 15px;
    }
}
@media (max-width:375px) {
    .mobile-view {
        display: block;
    }

    .no-que {
        max-width: fit-content;
        margin: 0 auto 10px;
    }

    .quiz-information>div {
        justify-content: space-between;
    }

    .quiz-information {
        max-width: fit-content;
        margin: auto;
    }

    .qz-form-navigation a,
    .qz-form-navigation button {
        font-size: 14px !important;
    }
}




.quiz-form .qz-question h5.text-justify {
    text-align: justify
}



.result-card h5 {
    padding: 0;
    min-width: 85px;
    font-weight: 700;
    font-size: 24px;
    margin-right: 8px;
}

.custom-img.preview-img {
    width: auto;
    height: 300px;
    display: block;
    margin: auto
}


@media(max-width:575px) {

    .upload-file video,
    .preview-img {
        width: 100%
    }

    .custom-img.preview-img {
        width: 100%;
    }
}

@media(max-width: 450px) {
    .btn-previous {
        padding: 0 10px
    }

    .quiz .quiz-form .quiz-submit-btn {
        min-width: 100%
    }

    .quiz .quiz-form .qz-answer,
    .quiz .result-ans p {
        padding-left: 0
    }

    .quiz .upload-file {
        word-break: break-word;
        padding: 30px 10px
    }
}

@media(max-width: 400px) {
    .upload-file audio {
        width: 250px;
        display: block !important
    }
}

@media(max-width:360px) {
    .btn-previous i {
        margin-right: 0px !important
    }

    .btn-next i {
        margin-left: 0px !important
    }

    .upload-file audio {
        width: 200px;
    }
}

@media(max-width:320px) {
    .btn-previous {
        padding: 0 5px
    }
}

.responsive-iframe video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.quiz-header li,
.quiz-footer li {
    display: table-cell;
    vertical-align: middle;
}

.quiz-header>li:first-child {
    padding-right: 1rem;
    width: 100px;
}

.quiz-header,
.quiz-footer {
    display: table;
    width: 100%;
    min-height: 50px;
}

.row.quiz-card {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    align-content: space-between;
}

.cols-quiz {
    flex: 1;
    text-align: center;
    padding: 0;
}

.top-header-quiz-title {
    font-size: 30px;
    width: 100%;
}

.quiz-heading {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 2px;
    opacity: 0.6;
    text-transform: uppercase;
}

.quiz-footer {
    padding: 0;
    background: #f6f6f6;
}

.quiz-footer li a:hover {
    color: #fff !important;
}

.quiz-duration li {
    margin-right: 0px;
    display: inline-block;
}

.quiz-footer li a {
    border: none !important;
    width: 100%;
    border-radius: 0;
}

@media(max-width: 380px) {
    .quiz-footer li a {
        font-size: x-small;
    }
}

.quiz-footer li:nth-child(2) {
    border-left: 1px solid #ddd;
}

.quiz-detail ul {
    display: inline-flex;
}

.quiz-inline {
    display: table-cell;
    margin-right: 0;
}

.quiz-bold {
    font-weight: bold;
    color: #828282;
    font-size: small;
}

.quiz-block {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.quiz-footer li {
    table-layout: fixed;
    width: 50%;
}

.quiz-detail {
    display: table;
    width: 100%;
}

.quiz-inline li:first-child {
    font-size: 13px;
    color: #828282;
}

.quiz-heading-lg {
    font-size: 18px;
}

.quiz-inline li {
    display: block;
}

.transcript_text {
    padding: 30px;
}

.transcript_text p {
    margin-bottom: 10px;
}

.plyr.plyr--full-ui {
    border-radius: 0;
    margin: 50px;
}

.plyr__controls {
    z-index: 99 !important;
}
.videoStatus {
    padding: 15px 20px;
}
.videoTime.rc-left {
    box-shadow: unset;
}
.show-doc-btn {
    background: #2196f3;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}

.show-doc-btn:hover {
    text-decoration: none;
    color: #fff;
}

.side-accordin {
    cursor: pointer;
    background: #ddd;
    color: #333;
    padding: 10px 15px;
    margin-bottom: 14px;
    border-radius: 0;
    font-size: 18px;
    position: relative;
    font-weight: 700;
}

.accor {
    padding: 0;
    border-radius: 0px;
    margin: 0 20px;
}

.accor p {
    font-size: 15px;
}

.accor .card-body {
    border: 1px solid #ddd;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

.accor a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.marks .timer {
    display: table;
    width: 100%;
    margin: 0;
    table-layout: fixed;
}

.marks {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 10px;
}

.marks .timer li>p:first-child {
    font-size: 18px;
    margin-bottom: 10px;
}

.marks .timer li>p:last-child {
    background: #fff;
    padding: 6px;
    border-radius: 5px;
}

.marks .side.timer li {
    display: block;
}

.marks .timer li>p {
    display: table;
    padding-right: 8px;
    margin: 0;
    margin: auto;
}

.marks .timer li {
    display: table-cell;
    vertical-align: middle;
    margin: 1rem 0rem;
    text-align: center;
}

.quiz-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.quiz-popup>div {
    position: absolute;
    align-items: center;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.quiz-popup>div>div {
    border: 3px solid #ccc;
}

.category_header p {
    display: table-cell;
    vertical-align: top;
}

.category_header p:first-child span {
    width: 28px;
    height: 28px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    display: block;
}

.category_header p span {
    margin: 0 9px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.category_footer ul {
    display: flex;
    padding: 0.8rem 1rem;
    justify-content: space-between;
    align-items: center;
}
.qz-form-navigation {
    margin-bottom: 0;
    left: 0;
    position: fixed;
    bottom: 0;
    background-color: #eaecf9;
    width: 100%;
    border-top: 1px solid #d7dbff;
}
.document-viewer {
    width: 400px;
    margin: auto;
}   
body .nextCourse {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
body .nextCourse a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 12px;
    background: #eee;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
}
body .nextCourse a:hover, body .nextCourse a:focus {
    background-color: var(--color-primary);
    color: var(--color-white) !important;
}
.quesAns p {
    color: #000;
    font-size: 20px;
}
.quesAns .quesAnsHead {
    font-weight: 700;
}
.quiz-outer #preview-block-partial .quizStyle {
    margin-bottom: 14rem;
}
.resultPage .videoStatus.result-ans > div {
    display: flex;
    padding-left: 0;
}
.resultPage .videoStatus.result-ans > div .answerLabel {
    font-weight: 700;
    display: inline-block;
}
.resultPage .videoStatus.result-ans .correctAnswer {
    margin-bottom: 0;
}
.resultPage .videoStatus.result-ans > div .ml-3 {
    margin-left: 8px;
}
.resultPage .right-div-result .rc-right {
    display: flex;
    align-items: center;
}
.resultPage .right-div-result .rc-right .marksCount {
    margin-bottom: 0;
    padding: 0;
}
.videoStatus > div {
    display: block !important;
}
body .videoStatus .answerdiv {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
body .videoStatus .answerdiv p {
    margin-bottom: 0;
}
body .videoStatus .answerdiv h5 {
    margin-bottom: 0;
    font-size: 20px;
    margin-right: 0;
    min-width: auto;
}
body .correctAnswer {
    margin-bottom: 0;
}
.quiz-form{
    height:100% !important;
}
.quiz-card .question-div > h5{
    margin-bottom: 10px;
}
.quiz-card .question-div > h5 p {
    font-weight: 700;
    color: #000;
    font-size: var(--h5);
    display: inline;
}
@media(max-width: 767px) {
    body .nextCourse {
        text-align: center;
        margin: 40px 0;
    }
    body .quizStyle > div, .quiz.quiz-outer-bg .quiz-card.showResult {
        padding: 0 0;
    }
}
@media(max-width: 575px) {
    body .quizStyle > div, .quiz.quiz-outer-bg .quiz-card.showResult {
        padding: 0
    }
    .qz-form-navigation .pr--40 {
        padding-right: 15px !important;
    }
    .btnFinalSubmit {
        height: 42px;
        line-height: 42px;
        padding: 0 16px;
    }
    .result-question.d-flex {
        flex-wrap: wrap;
    }
    body .result-card h5 {
        font-size: 18px !important;
    }
    .result-content .quiz-card.quiz-cart-content.quiz-card.quizMarks ul {
        padding-left: 0;
    }
}
@media(max-width: 380px) {
    .category_footer a {
        font-size: 13px !important;
    }

    .quiz_box_title .quiz-badge {
        font-size: 13px !important;
    }

    #preview-block button {
        font-size: 10px;
    }

    .qz-form-navigation a,
    .qz-form-navigation button {
        font-size: 10px;
    }
}

@media(max-width: 330px) {
    .category_footer a {
        font-size: 11px !important;
    }

    .quiz_box_title .quiz-badge {
        font-size: 11px !important;
    }
}

.category_footer a {
    font-size: 16px;
}

.view_chapter i {
    padding-left: 4px;
    display: inline-block;
    vertical-align: middle;
}

.quiz_list {
    margin: 1rem 0;
}

.quiz_box_title {
    display: flex;
    padding: 0.5rem 0;
    justify-content: space-between;
}

.quiz_box:hover {
    background: #f6f6f6;
}

.quiz_box {
    padding: 0 1rem;
}

.quiz_list a {
    text-decoration: none;
    cursor: auto;
}

.view_chapter {
    text-decoration: none !important;
}

.category_description {
    color: #333;
}

.quiz_box_title p:first-child i {
    width: 28px;
    height: 28px;
    background: #333;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 6px;
    float: left;
}

.quiz_box_title p img {
    border-radius: 100%;
}

.quiz_box_title span {
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 2;
    width: 100%;
    color: #333;
}

.quiz_box_title p {
    line-height: 2;
    color: #333;
    display: flex;
}

.free-badge {
    background: green;
}

.paid-badge {
    background: red;
}

.view_hint {
    position: absolute;
    top: 9px;
    width: auto !important;
    right: 10px;
    background: green;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
}

.quiz-badge {
    color: #fff !important;
    text-align: center;
    padding: 0 10px !important;
    font-size: 14px;
    line-height: 18px !important;
    height: 18px;
    border-radius: 25px;
    margin-top: 5px;
    margin-right: 10px;
}

.qz-question .qz-answer .fill-input,
.question-div .fill-input {
    display: inline;
    width: 150px;
    padding-left: 15px;
    border-style: none none dashed none;
    border-radius: 0px;
    padding-bottom: 0px;
    height: 30px !important;
    padding-top: 0 !important;
}

.qz-question .qz-answer .fill-input:focus,
.question-div .fill-input:focus {
    box-shadow: none;
}

.fill-blank-div {
    display: inline-block;
    position: relative;
}

.fill-blank-div .parsley-errors-list li {
    position: absolute;
    left: 0;
    font-size: 12px;
    word-break: break-all;
    padding-left: 0;
}

@media(max-width: 640px) {
    #mainSplitter .ques-style p {
        font-size: 18px;
    }
    .marks .timer li {
        width: 50%;
        display: inline-block;
    }

    .quiz-inline {
        display: inline-block;
        margin-right: 0;
        padding-right: 10px;
    }
}

.quiz-certificate-link {
    float: right;
}

.quiz-list .quiz-card {
    height: 100%;
}

.quiz-left-box ul {
    padding-left: 0;
  }
  .left-box {
    padding: 20px;
    background-color: #ffeef1;
    border: 1px solid #fbdbe1;
    border-radius: 12px 12px  0 0;
  }
  .right-box {
    background-color:  var(--color-primary);
    padding: 12px 8px;
    border: 1px solid   var(--color-primary);
    border-radius: 0 0 12px 12px ;
  }
  .right-box h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
  }
  .quiz.quiz-outer .left-box .top-header-quiz-title {
    margin-bottom: 0;
    font-size: 22px;
    color: #000
  }
  .left-box i {
    font-size: 26px;
  }
  .left-box , .right-box {
    float: none;
  }
  body .quiz-left-box ul li {
    display: block;
    text-align: center;
    flex: 1;
    height: 100%;
  }
  .question-div h5 {
    color: #000;
    margin-top: 20px;
  }
  #single-page-submit-button {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 20px;
    display: block;
    width: 150px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--color-primary);
    transition: 0.3s all;
    margin-bottom: 30px;
  }
  #single-page-submit-button:hover {
    background-color: #fff;
    color: #fff;
  }
  .answer-div p, .answer-div {
    margin-bottom: 0;
    font-size: 18px;
    color: #000
  }
  .answer-div .form-control {
    font-size: 20px;
    padding: 1rem;
    height: 54px;
  }
@media(max-width: 480px) {
    .quiz-detail ul {
        display: flex;
        width: 100%;
    }

    #quiz_card_partial {
        padding: 0;
    }
}
#mainSplitter {
    width: 100% !important;
    border-radius: 8px;
}
/*.jqx-widget-content.jqx-splitter-panel.jqx-reset {
    overflow-y: auto;
}*/
.inner-div {
    height: 100%;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#rightSplitter > .jqx-widget-content:first-child > .inner-div {
    padding: 0rem;
    border-top: none;
}

/*Rounded Corners*/
/*top-left rounded Corners*/
.jqx-rc-tl {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
/*top-right rounded Corners*/
.jqx-rc-tr {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
/*bottom-left rounded Corners*/
.jqx-rc-bl {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*bottom-right rounded Corners*/
.jqx-rc-br {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*top rounded Corners*/
.jqx-rc-t {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
/*bottom rounded Corners*/
.jqx-rc-b {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*right rounded Corners*/
.jqx-rc-r {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*left rounded Corners*/
.jqx-rc-l {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*all rounded Corners*/
.jqx-rc-all {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/*reset rounded corners*/
.jqx-rc-reset {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

/*Reset Style*/
.jqx-reset {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    outline: none;
    box-sizing: content-box;
}

.jqx-clear {
    align: left;
    valign: top;
    left: 0px;
    top: 0px;
    -webkit-appearance: none !important;
    outline: none !important;
    padding: 0px;
    margin: 0px;
}

.jqx-popup {
    box-sizing: content-box;
}

.jqx-position-reset {
    position: static !important;
}

.jqx-border-reset {
    border: none !important;
}

.jqx-overflow-hidden {
    overflow: hidden !important;
}

.jqx-position-relative {
    position: relative !important;
}

.jqx-position-absolute {
    position: absolute !important;
}

.jqx-max-size {
    width: 100% !important;
    height: 100% !important;
}

.jqx-background-reset {
    background: transparent !important;
}
/*Disable browser selection*/
.jqx-disableselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.jqx-enableselect {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: all;
}

.jqx-hideborder {
    border: none !important;
}

.jqx-hidescrollbars {
    overflow: hidden !important;
}
/*jqxButton, jqxToggleButton, jqxRepeatButton Style*/
.jqx-button {
    outline: none;
    border: 1px solid transparent;
    padding: 5px;
    text-align: center;
    vertical-align: central;
    margin: 0 0 0 0;
    cursor: default;
}

button.jqx-button, input[type=button].jqx-button, input[type=submit].jqx-button {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.jqx-buttongroup {
}

.jqx-group-button-normal {
    vertical-align: middle;
    text-align: center;
}
/*applied to the link button's anchor element.*/
.jqx-link {
    text-decoration: none;
    color: #111111;
}

/*shows elements.*/
.jqx-visible {
    display: block;
}
/*hides elements.*/
.jqx-hidden {
    display: none;
}

.jqx-widget, .jqx-widget-content, .jqx-widget-header, .jqx-fill-state-normal {
    line-height: 1.231;
}
/*jqxGauge Style*/
.jqx-gauge-label, .jqx-gauge-caption {
    fill: #333333;
    color: #333333;
    font-size: 11px;
    font-family: Verdana;
}

.jqx-knob {
    text-align: center;
}
/*jqxChart Style*/
.jqx-knob-label,
.jqx-chart-axis-text,
.jqx-chart-label-text,
.jqx-chart-tooltip-text,
.jqx-chart-legend-text {
    fill: #333333;
    color: #333333;
    font-size: 11px;
    font-family: Verdana;
}

.jqx-chart-axis-description {
    fill: #555555;
    color: #555555;
    font-size: 11px;
    font-family: Verdana;
}

.jqx-chart-title-text {
    fill: #111111;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
}

.jqx-chart-title-description {
    fill: #111111;
    color: #111111;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
}

/*applied to the Grid's element.*/
.jqx-grid {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
}

    .jqx-grid .jqx-adaptive-table {
        border-collapse: collapse;
        border: none;
        width: 100%;
    }

        .jqx-grid .jqx-adaptive-table td, .jqx-grid .jqx-adaptive-table th {
            border-bottom: 1px solid #ddd;
            padding: 8px;
            overflow: auto;
        }

        .jqx-grid .jqx-adaptive-table tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        .jqx-grid .jqx-adaptive-table th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #4CAF50;
            color: white;
        }

    .jqx-grid .jqx-adaptive-view a {
        padding: 10px;
        text-decoration: none;
        color: orangered;
    }

/*applied to the Pager.*/
.jqx-grid-pager {
    border: none;
    border-top: 1px solid transparent;
}
/*applied to the Top Pager.*/
.jqx-grid-pager-top {
    border: none;
    border-bottom: 1px solid transparent;
}

.jqx-grid-pager-number {
    padding: 2px 5px;
    text-decoration: none;
    margin: 1px;
    border: 1px solid transparent;
    color: inherit !important;
    outline: none;
    font-weight: normal !important;
    line-height: 14px;
}

.jqx-grid-menu-item-touch {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
/*applied to the Grid's bottom-right area between the horizontal and vertical scrollbars.*/
.jqx-grid-bottomright {
}
/*applied to the Grid's header area.*/
.jqx-grid-header {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    overflow: hidden;
    border-color: transparent;
    margin: 0px;
    padding: 0px;
}
/*applied to the columns.*/
.jqx-grid-column-header, .jqx-grid-columngroup-header {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: transparent;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.jqx-grid-column-header-rtl, .jqx-grid-columngroup-header-rtl {
    border-width: 0px 0px 0px 1px;
}

.jqx-grid-columngroup-header {
    border-bottom-width: 1px;
    border-left-width: 1px;
}
/*applied to the column's button.*/
.jqx-grid-column-menubutton {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: transparent;
    background-image: url(/images/icon-menu-small.png) !important;
    background-repeat: no-repeat;
    background-position: center !important;
    cursor: pointer;
}

.jqx-grid-column-menubutton-rtl {
    border-width: 0px 1px 0px 0px;
}
/*applied to the column's sort button when the sort order is ascending.*/
.jqx-grid-column-sortascbutton {
    border: none;
    background-image: url(/images/sortascbutton.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
/*applied to the column's sort button when the sort order is descending.*/
.jqx-grid-column-sortdescbutton {
    border: none;
    background-image: url(/images/sortdescbutton.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
/*applied to the column's filter button.*/
.jqx-grid-column-filterbutton {
    border: none;
    background-image: url(/images/filter.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
}
/*applied to the column's resize line.*/
.jqx-grid-column-resizeline {
    border-right: 1px dotted #555;
}
/*applied to the validation popup during cell editing.*/
.jqx-grid-validation {
    background: #df2227 !important;
    color: #fff !important;
    padding: 4px 8px;
}

.jqx-grid-validation-label {
    color: #fff !important;
    background: #df2227 !important;
    border: 1px solid #df2227 !important;
}

.jqx-grid-validation-arrow-up {
    background-image: url(/images/red_arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.jqx-grid-validation-arrow-down {
    background-image: url(/images/red_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/*applied to the column's resize start line.*/
.jqx-grid-column-resizestartline {
    border-right: 1px solid #444;
}
/*applied to the sort ascending menu item in the Grid's Context Menu*/
.jqx-grid-sortasc-icon {
    background-image: url(/images/icon-sort-asc.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the sort ascending menu item in the Grid's Context Menu*/
.jqx-grid-sortdesc-icon {
    background-image: url(/images/icon-sort-desc.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the grid menu's sort remove item/*/
.jqx-grid-sortremove-icon {
    background-image: url(/images/icon-sort-remove.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the grouping column's drag and drop item when the drop operation is allowed.*/
.jqx-grid-drag-icon {
    background-image: url(/images/drag.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
}
/*applied to the grouping column's drag and drop item when the drop operation is not allowed.*/
.jqx-grid-dragcancel-icon {
    background-image: url(/images/dragcancel.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
}
/*applied to the 'group by' menu item.*/
.jqx-grid-groupby-icon {
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the column anchor tags.*/
.jqx-grid-column-header a:link, .jqx-grid-column-header a:visited {
    display: block;
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    color: inherit;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}

.jqx-grid-toolbar a:link, .jqx-grid-toolbar a:visited {
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    color: inherit;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}
/*applied to the groups header area.*/
.jqx-grid-groups-header, .jqx-grid-toolbar, .jqx-scheduler-toolbar {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
/*applied to a grouping row.*/
.jqx-grid-groups-row {
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    padding: 0px;
    top: 50%;
    margin-top: -8px;
}
/*applied to the row details.*/
.jqx-grid-groups-row-details {
    font-weight: normal;
}
/*applied to a grouping column.*/
.jqx-grid-group-column {
    border: 1px solid transparent;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
/*applied to the lines between the group columns.*/
.jqx-grid-group-column-line {
    background: #aaa;
}
/*applied to the drop line indicators displayed in the grouping header.*/
.jqx-grid-group-drag-line {
    background: #80be09;
}
/*applied to the anchor tags inside a grouping column.*/
.jqx-grid-group-column a:link {
    display: block;
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.jqx-grid-group-column a:visited {
    color: inherit;
    display: block;
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}
/*applied to a grid cell*/
.jqx-grid-cell {
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    margin-right: 1px;
    margin-bottom: 1px;
    border-color: transparent;
    background: #fff;
    white-space: nowrap;
    font-weight: normal;
    font-size: inherit;
    overflow: hidden;
    position: absolute !important;
    height: 100%;
    outline: none;
}

.jqx-grid-cell-locked {
    color: #aaa !important;
}

.jqx-grid-cell-left-align {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    text-align: left;
    margin-right: 2px;
    margin-left: 4px;
}

.jqx-grid-cell-middle-align {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: center;
}

.jqx-grid-cell-right-align {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    text-align: right;
    margin-right: 4px;
    margin-left: 2px;
}

/*applied to a grid cell that is part of a rows group.*/
.jqx-grid-group-cell {
    overflow: hidden;
    position: absolute !important;
    height: 100%;
    background: #fff;
}
/*applied to the grid cells in the sort column*/
.jqx-grid-cell-sort {
    background-color: #f0f0f0;
}

/*applied to the grid cells in the filter column*/
.jqx-grid-cell-filter {
    background-color: #e6e6e6;
}

.jqx-grid-cell-add-new-row {
    background: #fdfcf3 !important;
    color: #000 !important;
}

/*applied to the grid cells area.*/
.jqx-grid-content {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    white-space: nowrap;
    overflow: hidden;
}
/*applied to a grid cell that is part of a rows group.*/
.jqx-grid-group-cell, .jqx-grid-empty-cell {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    white-space: nowrap;
    font-weight: normal;
}

.jqx-widget .jqx-grid-cleared-cell, .jqx-grid-cleared-cell {
    border: transparent !important;
}

.jqx-grid-cell-wrap {
    white-space: normal !important;
}

.jqx-tree-grid-indent {
    width: 18px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    vertical-align: top;
}

.jqx-tree-grid-title {
    text-decoration: none;
    vertical-align: bottom;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jqx-tree-grid-collapse-button, .jqx-tree-grid-expand-button {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    position: relative;
    width: 18px;
    height: 18px;
    vertical-align: top;
}

.jqx-tree-grid-checkbox {
    float: none !important;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 6px !important;
    margin-left: 2px !important;
}

.jqx-tree-grid-icon {
    float: none !important;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.jqx-tree-grid-icon-rtl {
    margin-right: 0px;
    margin-left: 4px;
}

.jqx-tree-grid-icon-size {
    width: 14px;
    height: 14px;
    line-height: 16px;
}

.jqx-tree-grid-checkbox-tick {
    width: 100%;
    height: 100%;
}

.jqx-tree-grid-expand-button {
    height: 18px;
    width: 18px;
    vertical-align: top;
}

/*applied to a cell in jqxDataTable*/
.jqx-cell {
    min-height: 23px;
    padding: 6px 4px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    border-top-width: 0px;
    border-left-width: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    white-space: normal;
    line-height: 1.231;
}

.jqx-grid-cell-nowrap {
    white-space: nowrap;
}

.jqx-cell-editor {
    padding-left: 4px !important;
    padding-right: 3px !important;
}

.jqx-left-align {
    text-align: left;
}

.jqx-center-align {
    text-align: center;
}

.jqx-right-align {
    text-align: right;
}

.jqx-top-align {
    vertical-align: top;
}

.jqx-bottom-align {
    vertical-align: bottom;
}

.jqx-grid-table .jqx-grid-cell {
    position: static !important;
    zoom: 1 !important;
}
/*applied to the Grid's Table element.*/
.jqx-grid-table {
    font-size: 13px;
    table-layout: fixed;
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    border-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    outline: none;
    zoom: 1 !important;
    empty-cells: show;
    border-right: 1px solid #aaa;
    line-height: 1.231;
    width: auto;
    border: none;
}

.jqx-grid-table-rtl {
    border-left-width: 1px;
    border-right-width: 0px;
}

.jqx-details table {
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0px;
}

/*applied to a grid cell that is part of a details row and grouping is enabled.*/
.jqx-grid-group-details-cell {
}
/*applied to a grid cell that is part of a details row.*/
.jqx-grid-details-cell {
    border-width: 0px 1px 0px 0px;
}
/*applied to a grid cell. Represents the alternating cell background.*/
.jqx-grid-cell-alt {
    background: #f9f9f9;
}
/*applied to a sorted and alternating grid cell*/
.jqx-grid-cell-sort-alt {
    background-color: #e5e5e5;
}
/*applied to a sorted and alternating grid cell*/
.jqx-grid-cell-filter-alt {
    background-color: #f0f0f0;
}
/*applied to a pinned grid cell.*/
.jqx-grid-cell-pinned {
    background-color: #e5e5e5;
}
/*applied to a pinned grid cell. Represents the alternating cell background.*/
.jqx-grid-cell-pinned-alt {
    background-color: #e5e5e5;
}
/*applied to a selected grid cell.*/
.jqx-grid-cell-selected {
    border-left: 0px solid transparent;
}

    .jqx-grid-cell-selected.jqx-grid-cell-edit {
        border-color: #DDDDDD !important;
        background-color: #fff !important;
        color: #333 !important;
    }

.jqx-fill-state-focus.jqx-grid-cell-edit,
.jqx-grid-cell-edit .jqx-fill-state-focus,
.jqx-grid-cell-edit.jqx-fill-state-focus .jqx-action-button,
.jqx-grid-cell-edit .jqx-numberinput-focus,
.jqx-grid-cell-edit .jqx-combobox-content-focus {
    border-color: #DDDDDD !important;
}

.jqx-cell-rtl {
    border-left-width: 1px;
    border-right-width: 0px;
}

.jqx-grid-cell-rtl {
    border-width: 0px 0px 1px 1px;
}

.jqx-grid-table .jqx-grid-cell {
    border-width: 0px 0px 1px 1px;
}

.jqx-grid-table-one-cell {
    border: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #aaa;
}

.jqx-grid-table .jqx-grid-cell:first-child {
    border-left-width: 0px;
}

/*applied to the selection area.*/
.jqx-grid-selectionarea {
    border: 1px solid transparent;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*applied to a hovered grid cell.*/
.jqx-grid-cell-hover {
    border-color: transparent;
}
/*applied to a grid cell when the grid is empty.*/
.jqx-grid-empty-cell {
    overflow: visible;
    border-bottom: none;
}

/*applied to the Grid when its loading the data.*/
.jqx-grid-load {
    padding-right: 0px;
    background-image: url(/images/loader.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9999;
    display: block;
}
/*applied to a group's collapse button.*/
.jqx-grid-group-collapse {
    padding-right: 0px;
    background-image: url(/images/icon-right.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jqx-grid-group-collapse-rtl {
    padding-right: 0px;
    background-image: url(/images/icon-left.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*applied to a group's expand button.*/
.jqx-grid-group-expand, .jqx-grid-group-expand-rtl {
    padding-right: 0px;
    background-image: url(/images/icon-down.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*jqxProgresBar Style*/
.jqx-progressbar {
    position: relative;
    overflow: hidden;
    outline: none;
    border: 1px solid transparent;
    height: 2em;
}
/*applied to the progressbar's value element*/
.jqx-progressbar-value {
    outline: none;
    border: 0px solid transparent;
    height: 100%;
}
/*applied to the progress bar's vertical value element- when the widget's orientation is 'vertical'*/
.jqx-progressbar-value-vertical {
    outline: none;
    border: 0px solid transparent;
    height: 100%;
    background: transparent;
}
/*applied to the progressbar's text element*/
.jqx-progressbar-text {
    font-size: 10px;
    border: none;
}
/*applied to the progress bar when the widget is in disabled state*/
.jqx-progressbar-disabled {
    outline: none;
    border: 1px solid transparent;
    height: 2em;
}

/*jqxMenu Style*/
.jqx-menu {
    border: 1px solid transparent;
    float: none;
    margin: 0px;
    height: 100%;
    padding: 0px;
    overflow: hidden;
    text-align: left;
}

.jqx-menu-dropdown-column {
    float: left;
}
/*applied to the menu when it is horizontal. Sets the menu's background*/
.jqx-menu-horizontal {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
}
/*applied to the menu when it is vertical. Sets the menu's background*/
.jqx-menu-vertical {
    text-align: left;
}
/*applied to the sub menu. Sets the sub menu's background*/
.jqx-menu-dropdown {
    left: 100%;
    margin: 0px;
    padding: 0px;
    right: 0;
    overflow: hidden;
    display: none;
    float: none;
    width: 150px;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    padding: 2px;
}
    /*applied to the sub menu's ul elements.*/
    .jqx-menu-dropdown ul {
        left: 100%;
        margin: 0px;
        padding: 0px;
        right: 0;
        overflow: hidden;
        border: none;
    }
/*applied to the menu's ul elements.*/
.jqx-menu ul {
    left: 100%;
    margin: 0px;
    padding: 2px;
    right: 0;
    overflow: hidden;
    background-color: transparent;
    border: none;
}
/*applied to the menu's li elements.*/
.jqx-menu li, .jqx-menu-dropdown li {
    line-height: 1.3 !important;
}
/*applied to the top level menu items.*/
.jqx-menu-item-top {
    border: 1px solid transparent;
    text-indent: 0;
    list-style: none;
    padding: 4px 8px 4px 8px;
    left: 100%;
    overflow: hidden;
    color: inherit;
    right: 0;
    margin: 0px 3px 0px 3px;
    cursor: pointer;
}
/*applied to the sub menu items.*/
.jqx-menu-item {
    border: 1px solid transparent;
    text-indent: 0;
    list-style: none;
    padding: 4px 8px 4px 8px;
    margin: 1px;
    margin-left: 3px;
    margin-right: 3px;
    float: none;
    overflow: hidden;
    left: 100%;
    color: inherit;
    right: 0;
    text-align: left;
    cursor: pointer;
}
/*applied to a sub menu item when the mouse is over the item.*/
.jqx-menu-item-hover {
    color: inherit;
    right: 0;
    list-style: none;
    margin: 1px;
    margin-left: 3px;
    margin-right: 3px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    text-align: left;
    cursor: pointer;
}
/*applied to a top-level menu item when the mouse is over it.*/
.jqx-menu-item-top-hover {
    color: inherit;
    right: 0;
    list-style: none;
    margin: 0px 3px 0px 3px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    top: 50%;
    cursor: pointer;
}
/*applied to a sub menu item when its sub menu is opened.*/
.jqx-menu-item-selected {
    right: 0;
    list-style: none;
    margin: 1px;
    margin-left: 3px;
    margin-right: 3px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    text-align: left;
    cursor: pointer;
}
/*applied to a disabled sub menu item.*/
.jqx-menu-item-disabled {
}
/*applied to a top-level menu item when its sub menu is opened.*/
.jqx-menu-item-top-selected {
    right: 0;
    list-style: none;
    margin: 0px 1px 0px 1px;
    margin-left: 3px;
    margin-right: 3px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    cursor: pointer;
}
/*applied to the menu separator items.*/
.jqx-menu-item-separator {
    text-indent: 0;
    background-color: #ddd;
    border: none;
    list-style: none;
    height: 1px;
    line-height: 0 !important;
    padding: 0px;
    margin: 1px 2px 1px 2px;
    float: none;
    overflow: hidden;
    left: 100%;
    color: inherit;
    right: 0;
    font-size: 1px;
}
/*applied to a sub menu item when it has sub menu items. Displays right arrow icon.*/
.jqx-menu-item-arrow-right {
    background-image: url(/images/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items. Displays down arrow icon.*/
.jqx-menu-item-arrow-down {
    background-image: url(/images/icon-down.png);
}
/*applied to a sub menu item when it has sub menu items. Displays up arrow icon.*/
.jqx-menu-item-arrow-up {
    background-image: url(/images/icon-up.png);
}

.jqx-menu-minimized {
    position: relative;
}

.jqx-menu-title {
    position: relative;
    float: right;
    margin-top: 4px;
    padding-top: 4px;
    padding-right: 20px;
}

.jqx-menu-minimized-button {
    background-image: url(/images/icon-menu-minimized.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 24px;
    width: 24px;
    padding: 0px;
    margin-left: 7px;
    margin-top: 4px;
    float: left;
}

.jqx-menu-ul-minimized {
    display: block !important;
    width: auto !important;
}

    .jqx-menu-ul-minimized ul {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
    }

.jqx-menu-minimized li:last-child {
    padding-bottom: 0px;
    margin: 0px;
}

.jqx-menu-item-arrow-right, .jqx-menu-item-arrow-down, .jqx-menu-item-arrow-up, .jqx-menu-item-arrow-right {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 0px;
    margin-right: -8px;
    width: 17px;
    height: 15px;
}
/*applied to a sub menu item when it has sub menu items. Displays left arrow icon.*/
.jqx-menu-item-arrow-left {
    padding-right: 0px;
    padding-left: 5px;
    width: 17px;
    height: 15px;
    background-image: url(/images/icon-left.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays right arrow icon.*/
.jqx-menu-item-arrow-right-selected {
    background-image: url(/images/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays down arrow icon.*/
.jqx-menu-item-arrow-down-selected {
    background-image: url(/images/icon-down.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays up arrow icon.*/
.jqx-menu-item-arrow-up-selected {
    background-image: url(/images/icon-up.png);
}

.jqx-menu-item-arrow-right-selected, .jqx-menu-item-arrow-up-selected, .jqx-menu-item-arrow-down-selected, .jqx-menu-item-arrow-top-right {
    padding-right: 0px;
    margin-right: -8px;
    width: 17px;
    height: 15px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
/*applied to a top-level menu item when it has sub menu items. Displays right arrow icon.*/
.jqx-menu-item-arrow-top-right {
    background-image: url(/images/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays left arrow icon.*/
.jqx-menu-item-arrow-left-selected {
    background-image: url(/images/icon-left.png);
}
/*applied to a top-level menu item when it has sub menu items. Displays left arrow icon.*/
.jqx-menu-item-arrow-top-left {
    background-image: url(/images/icon-left.png);
}

.jqx-menu-item-arrow-left-selected, .jqx-menu-item-arrow-top-left {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-right: 0px;
    padding-left: 5px;
    width: 17px;
    height: 15px;
}
/*applied to the anchor elements*/
.jqx-menu-item a:link, .jqx-menu-item a:visited, .jqx-menu-item a:hover, .jqx-menu-item-top a:link, .jqx-menu-item-top a:visited, .jqx-menu-item-top a:hover {
    font: inherit;
    text-decoration: none;
    color: inherit;
    outline: none;
    background-color: transparent;
}

/*applied to the menu widget when it is disabled.*/
.jqx-menu-disabled {
    cursor: default;
}
    /*applied to the anchor elements of all disabled menu items.*/
    .jqx-menu-disabled a:link {
        cursor: default;
        text-decoration: none;
    }

    .jqx-menu-disabled a:visited {
        cursor: default;
        text-decoration: none;
    }

    .jqx-menu-disabled a:hover {
        cursor: default;
    }

.jqx-menu-dropdown {
    right: -1px;
}

/*jqxtree Style*/
.jqx-tree {
    left: 100%;
    right: 0;
    float: none;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    line-height: 14px !important;
}
/*applied to the jqxTree root UL element.*/
.jqx-tree-dropdown-root {
    left: 100%;
    padding: 0px 5px 0px 5px;
    right: 0;
    display: block;
    float: none;
    background-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    text-align: left;
    outline: none;
    white-space: nowrap;
    margin: 0px;
}

.jqx-tree-dropdown-root-rtl {
    padding: 0px 5px 0px 0px;
    text-align: right;
    float: right;
    margin: 0px;
}

/*applied to the jqxTree UL elements.*/
.jqx-tree-dropdown {
    left: 100%;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    right: 0;
    display: block;
    float: none;
    background-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    text-align: left;
    outline: none;
}

.jqx-tree-dropdown-rtl {
    padding: 3px 0px 0px 0px;
    text-align: right;
}

/*applied to a tree item.*/
.jqx-tree-item {
    border: 1px solid transparent;
    text-indent: 0;
    list-style: none;
    padding: 3px;
    margin: 0px;
    float: none;
    overflow: hidden;
    left: 100%;
    right: 0;
    text-align: left;
    cursor: default;
    text-decoration: none;
}
/*applied to the jqxTree LI elements.*/
.jqx-tree-item-li {
    text-indent: 0;
    background-color: transparent;
    border: 0px solid transparent;
    list-style: none;
    left: 100%;
    right: 0;
    text-align: left;
    outline: none;
    margin: 0px;
    margin-top: 1px;
    padding: 0px;
}
/*applied to the last LI elements in an UL element.*/
.jqx-tree-item-u-last {
    margin: 0px 0px 0px 0px;
}
/*applied to a tree item when the mouse is over the item.*/
.jqx-tree-item-hover {
    color: inherit;
    right: 0;
    padding: 3px;
    margin: 0px;
    list-style: none;
    left: 100%;
    cursor: pointer;
    text-decoration: none;
}
/*applied to a tree item when the item is selected.*/
.jqx-tree-item-selected {
    color: inherit;
    right: 0;
    padding: 3px;
    margin: 0px;
    list-style: none;
    left: 100%;
    cursor: pointer;
    text-decoration: none;
}

.jqx-tree-item-rtl {
    text-align: right;
}

.jqx-tree-item-li-rtl {
    text-align: right;
}
/*applied to the anchor element of a tree item.*/
.jqx-tree-item a:link, .jqx-tree-item a:visited {
    text-indent: 0;
    background-color: transparent;
    border: 0px solid transparent;
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: none;
    overflow: hidden;
    left: 100%;
    color: inherit;
    right: 0;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.jqx-tree-item-selected, .jqx-tree-item-hover a:hover {
    color: inherit;
}

.jqx-tree-item-selected, .jqx-tree-item-hover a:visited {
    color: inherit;
}

/*applied to a tree item when the item is disabled.*/
.jqx-tree-item-disabled {
}
/*applied to a tree item when it has sub items and is collapsed. Displays an arrow icon next to the item.*/
.jqx-tree-item-arrow-collapse, .jqx-tree-item-arrow-collapse-hover {
    padding-right: 0px;
    width: 17px;
    height: 17px;
    background-image: url(/images/icon-right.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jqx-tree-item-arrow-collapse-rtl, .jqx-tree-item-arrow-collapse-hover-rtl {
    background-image: url(/images/icon-left.png);
}

/*applied to a tree item when it has sub items and is expanded. Displays an arrow icon next to the item.*/
.jqx-tree-item-arrow-expand, .jqx-tree-item-arrow-expand-hover {
    padding-right: 0px;
    width: 17px;
    height: 17px;
    background-image: url(/images/icon-down.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*applied to the tree when it is disabled.*/
.jqx-tree-disabled {
    cursor: default;
}
    /*applied to the anchor elements in a tree when it is disabled.*/
    .jqx-tree-disabled a:link {
        cursor: default;
        text-decoration: none;
    }

    .jqx-tree-disabled a:visited {
        cursor: default;
        text-decoration: none;
    }

    .jqx-tree-disabled a:hover {
        cursor: default;
    }


/*jqxTabs*/
.jqx-tabs {
    outline: none;
    margin: 0 0 0 0;
    padding: 0px;
    overflow: hidden;
    background: transparent;
    border: 1px solid transparent;
}
/*applied to the tab close button.*/
.jqx-tabs-close-button {
    outline: none;
    background-image: url(/images/close.png);
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    left: 5px;
}
/*applied to the tab close button when the tab is selected.*/
.jqx-tabs-close-button-selected {
    outline: none;
    background-image: url(/images/close.png);
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
/*applied to the tab close button when the mouse is over the tab.*/
.jqx-tabs-close-button-hover {
    outline: none;
    background-image: url(/images/close.png);
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.jqx-tabs-close-button, .jqx-tabs-close-button-selected, .jqx-tabs-close-button-hover {
    background-repeat: no-repeat;
    background-position: center;
}
/*applied to the tab's left scroll arrow.*/
.jqx-tabs-arrow-left {
    outline: none;
    position: relative;
    z-index: 15;
    float: left;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image: url(/images/icon-left.png);
    background-repeat: no-repeat;
    background-position: center;
}
/*applied to the tab's right scroll arrow.*/
.jqx-tabs-arrow-right {
    outline: none;
    position: relative;
    z-index: 15;
    background-image: url(/images/icon-right.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.jqx-tabs-arrow-background {
    background: #eeeeee;
}
/*applied to the tab's title.*/
.jqx-tabs-title {
    outline: none;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    left: 100%;
    right: 0;
    text-indent: 0px;
    list-style: none;
    border: 1px solid transparent;
    margin: 0px 2px 0px 0px;
    overflow: hidden;
    z-index: 1;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: transparent;
    height: auto;
    position: relative;
}

.jqx-tabs-title-bottom {
}

.jqx-tabs-title a:link {
    color: inherit;
    text-decoration: none;
}

.jqx-tabs-title a:hover {
    color: inherit;
    text-decoration: none;
}

.jqx-tabs-title a:active {
    color: inherit;
    text-decoration: none;
}

.jqx-tabs-title a:visited {
    color: inherit;
    text-decoration: none;
}
/*applied to the tab's title when the tab is selected and the jqxTab's position property is set to 'top' .*/
.jqx-tabs-title-selected-top {
    z-index: 99;
    outline: none;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding-bottom: 7px;
}
/*applied to the tab's title when the tab is selected and the jqxTab's position property is set to 'bottom' .*/
.jqx-tabs-title-selected-bottom {
    outline: none;
    border-top: 1px solid #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-top: -2px;
    background-color: #fff;
}
/*applied to the tab's title when the tab is hovered and the jqxTab's position property is set to 'top' .*/
.jqx-tabs-title-hover-top {
    outline: none;
    border: 1px solid transparent;
    padding-bottom: 5px;
}
/*applied to the tab's title when the tab is hovered and the jqxTab's position property is set to 'bottom' .*/
.jqx-tabs-title-hover-bottom {
    outline: none;
    border: 1px solid transparent;
    padding-top: 5px;
}
/*applied to the tab's title when the tab is disabled.*/
.jqx-tabs-title-disable {
}
/*applied to the tab's header.*/
.jqx-tabs-header {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 1px;
    margin: 0px;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1px solid #aaa;
    background: #eeeeee;
}
/*applied to the tab's header when the position is bottom.*/
.jqx-tabs-header-bottom {
    padding-top: 1px;
    padding-bottom: 3px;
    border-top: 0px solid #aaa;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1px solid transparent;
}
/*applied to the tab's header when the tab is collapsed.*/
.jqx-tabs-header-collapsed {
    border: 1px solid #aaa;
}
/*applied to the tab's header when the position is bottom and tab is collapsed.*/
.jqx-tabs-header-collapsed-bottom {
    border: 1px solid #aaa;
}

.jqx-tabs-collapsed {
    border: 0px solid transparent;
}

.jqx-tabs-collapsed-bottom {
    border: 0px solid transparent;
}
/*applied to the tab's selection tracker container element.*/
.jqx-tabs-selection-tracker-container {
    outline: none;
    position: relative;
    text-indent: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    background: transparent;
    height: 0px;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'top'.*/
.jqx-tabs-selection-tracker-top {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-bottom: 2px;
    background-color: #fff;
    outline: none;
    position: absolute;
    z-index: 10;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'bottom'.*/
.jqx-tabs-selection-tracker-bottom {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #fff;
    outline: none;
    position: absolute;
    z-index: 10;
    margin-top: -1px;
    padding-bottom: 2px;
}
/*applied to the tab's content element which represents a DIV element.*/
.jqx-tabs-content {
    outline: none;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid transparent;
    text-align: left;
    clear: both;
}

.jqx-tabs-content-element {
    height: 100%;
    overflow: auto;
}

/*jqxCheckBox*/
.jqx-checkbox {
    overflow: hidden;
    text-align: left;
    border: none;
    outline: none;
    margin: 0 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*applied to the check box.*/
.jqx-checkbox-default {
    text-align: left;
    float: left;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0px 3px 0px 3px;
}
/*applied to the check box when the mouse cursor is over it.*/
.jqx-checkbox-hover {
    cursor: pointer;
    float: left;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0px 3px 0px 3px;
}
/*applied to the widget when it is disabled.*/
.jqx-checkbox-disabled {
    cursor: default;
    background: transparent;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0px 0px 0px 0px;
}
/*applied to the check box when the widget is disabled.*/
.jqx-checkbox-disabled-box {
    float: left;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0px 3px 0px 3px;
}
/*applied to the check box when it is checked. Displays a check icon.*/
.jqx-checkbox-check-checked {
    float: left;
    background: transparent url(/images/check_black.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when the widget is disabled. Displays a disabled check icon.*/
.jqx-checkbox-check-disabled {
    float: left;
    background: transparent url(/images/check_disabled.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when its state is indeterminate.*/
.jqx-checkbox-check-indeterminate {
    float: left;
    background: transparent url(/images/check_indeterminate_black.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when its state is indeterminate and it is disabled.*/
.jqx-checkbox-check-indeterminate-disabled {
    float: left;
    background: transparent url(/images/check_indeterminate_disabled.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when its in rtl mode.*/
.jqx-checkbox-rtl {
    float: right;
}
/*jqxRadioButton*/
.jqx-radiobutton {
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    margin: 0 0 0 0;
    white-space: nowrap;
}
/*applied to the radio button.*/
.jqx-radiobutton-default {
    cursor: pointer;
    float: left;
    background: transparent url(/images/roundbg_classic_normal.png) left center scroll repeat-x;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 1px 3px 0px 3px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
/*applied to the radio button when the mouse is over it.*/
.jqx-radiobutton-hover {
    cursor: pointer;
    float: left;
    background: transparent;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 1px 3px 0px 3px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
/*applied to the radio button when it is disabled.*/
.jqx-radiobutton-disabled {
    cursor: default;
}
/*applied to the radio button's radio icon when it is disabled.*/
.jqx-radiobutton-disabled-box {
}
/*applied to the radio button when it is checked.*/
.jqx-radiobutton-check-checked {
    float: left;
    background: transparent url(/images/roundbg_check_black.png) left top no-repeat;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0 0 0 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    margin-left: 2px;
    margin-top: 2px;
}
/*applied to the radio button when it is checked and disabled.*/
.jqx-radiobutton-check-disabled {
}
/*applied to the radio button when it is in indeterminate state.*/
.jqx-radiobutton-check-indeterminate {
    float: left;
    background: transparent url(/images/roundbg_check_indeterminate.png) left top no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin-left: 2px;
    margin-top: 2px;
}
/*applied to the radio button when it is in indeterminate state and disabled.*/
.jqx-radiobutton-check-indeterminate-disabled {
}
/*applied to the radio button when its in rtl mode.*/
.jqx-radiobutton-rtl {
    float: right;
}

/*jqxRating*/
.jqx-rating {
    margin: 0px;
    padding: 0px;
    outline: none;
    overflow: hidden;
}

.jqx-rating-image {
    border-width: 0px;
}

.jqx-rating-image-default {
    margin: 0px;
    padding: 0px;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(/images/star.png);
    overflow: hidden;
}
/*applied to the rating when it is hovered.*/
.jqx-rating-image-hover {
    background-color: transparent;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(/images/star_hover.png);
    overflow: hidden;
}
/*applied to the rating when it is disabled.*/
.jqx-rating-image-backward {
    background-color: transparent;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(/images/star_disabled.png);
    overflow: hidden;
}
/*jqxCalendar Style*/
.jqx-calendar {
    border: 1px solid transparent;
    -webkit-appearance: none;
    overflow: hidden;
    outline: none;
    padding: 0px;
    margin: 0 0 0 0;
    cursor: default;
    border-collapse: separate;
}

    .jqx-calendar .jqx-widget-header {
    }

    .jqx-calendar > div {
        padding: 0px;
        box-sizing: border-box;
    }

.jqx-calendar-light > div {
    padding: 10px;
}

.jqx-calendar td {
    padding-top: 0px;
    padding-bottom: 0px;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 13px;
    line-height: 1.231;
    height: auto;
}

.jqx-calendar table {
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 13px;
    line-height: 1.231;
}
/*applied to the calendar's row header. This header displays the week numbers.*/
.jqx-calendar-row-header {
    outline: none;
    border: 0px solid #f2f2f2;
    padding: 0;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to the calendar's column. This header displays the day names.*/
.jqx-calendar-column-header {
    outline: none;
    text-align: right;
    padding: 3px;
    border-top: none;
    border-bottom: 1px solid transparent;
    border-left: none;
    border-right: none;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to the calendar's top-left header. This header is displayed before the day names and above the week numbers.*/
.jqx-calendar-top-left-header {
    outline: none;
    border: 0px solid #f2f2f2;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to the calendar's navigation buttons.*/
.jqx-calendar-title-navigation {
    cursor: pointer;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    width: 25px;
    height: 25px;
}
/*applied to the month table*/
.jqx-calendar-month {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}
/*applied to the calendar's title content.*/
.jqx-calendar-title-content {
    cursor: pointer;
    text-align: center;
}
/*applied to the calendar's navigation title.*/
.jqx-calendar-title-header {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 0 0 0;
}

    .jqx-calendar-title-header td {
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
/*applied to the calendar's navigation title when the calendar is disabled.*/
.jqx-calendar-title-header-disabled {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 0 0 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid transparent;
}
/*applied to a calendar cell.*/
.jqx-calendar-cell {
    border: 1px solid transparent;
    margin: 0px;
    outline: none;
    text-align: center;
    padding: 1px;
    cursor: pointer;
    background-color: transparent;
}

    .jqx-calendar-cell td {
        padding: 0;
        margin: 0;
    }
/*applied to a calendar cell in decade and year views.*/
.jqx-calendar-cell-decade, .jqx-calendar-cell-year {
    text-align: center;
}

.jqx-calendar .jqx-fill-state-normal {
    background: transparent;
    border: 1px solid transparent;
}

/*applied to a calendar cell when the cell is hidden. A cell can be hidden when the showOtherMonthDays property is false and the calendar hides the cells with dates from the other months*/
.jqx-calendar-cell-hidden {
    margin: 0 0 0 0;
    visibility: hidden;
    cursor: default;
}
/*applied to a calendar cell when the cell's date is a weekend date.*/
.jqx-calendar-cell-weekend {
    color: #898989 !important;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell's date is a special date(holiday, vacation, birthay. See the SpecialDates demo).*/
.jqx-calendar-cell-specialDate {
    color: #FF0000 !important;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell's date is a restricted date.*/
.jqx-calendar-cell-restrictedDate {
    background-color: rgba(251, 132, 153, 1);
    border: 1px solid #fff;
    margin: 0 0 0 0;
    cursor: pointer;
}

.jqx-calendar-cell-selected-invalid {
    color: #FFF !important;
    background: #FF0000 !important;
    border: 1px solid #FF0000 !important;
}
/*applied to a calendar cell when the cell's date is the today date.*/
.jqx-calendar-cell-today {
    color: #898989;
    background-color: #ffffdb;
    border: 1px solid #fdc066;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell is hovered.*/
.jqx-calendar-cell-hover {
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell is selected.*/
.jqx-calendar-cell-selected {
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell's date represents a date from the previous or next month.*/
.jqx-calendar-cell-othermonth {
    color: #898989 !important;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the calendar is disabled.*/
.jqx-calendar-cell-disabled {
    color: #ccc;
}
/*applied to a calendar cell when the cell is from the row header that displays the week numbers.*/
.jqx-calendar-row-cell {
    outline: none;
    text-align: center;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to a calendar cell when the cell is from the row header that displays the week numbers and the calendar is disabled.*/
.jqx-calendar-row-cell-disabled {
}

.jqx-calendar-footer {
    margin: 5px;
    color: inherit;
    font-size: 13px;
}

.jqx-calendar-title-container {
    overflow: hidden;
}
/*applied to a calendar cell when the cell is from the column header that displays the day names.*/
.jqx-calendar-column-cell {
    overflow: hidden;
    text-align: center;
    outline: none;
    font-weight: normal;
    padding: 1px;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to a calendar cell when the cell is from the column header that displays the day names and the calendar is disabled.*/
.jqx-calendar-column-cell-disabled {
}
/*applied to the calendar's cell area element.*/
.jqx-calendar-view {
    -webkit-appearance: none;
    outline: none;
    padding: 0px;
    border: 0px solid #fff;
    margin: 0 0 0 0;
    cursor: default;
}

/*jqxExpander and jqxNavigationBar Style*/
.jqx-expander {
}
/*applied to the Expander's header and content*/
.jqx-expander-header, .jqx-expander-content {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    outline: 0;
}
/*applid to the content of the expander header.*/
.jqx-expander-header-content {
    padding-left: 3px;
}
/*applid to the content of the expander header.*/
.jqx-expander-header-content-rtl {
    padding-right: 3px;
}

.jqx-expander-content {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: auto;
    outline: 0;
}
/*applied to the Expander's header and its content when it is on the top of the header*/
.jqx-expander-header, .jqx-expander-content-top {
    border-top-width: 1px;
    border-top-style: solid;
}
/*applied to the Expander's header and its content when it is on the bottom of the header*/
.jqx-expander-header, .jqx-expander-content-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
/*applied to the Expander's header*/
.jqx-expander-header {
    cursor: pointer;
    overflow: hidden;
}
/*applied to the Expander's header when the expander is disabled or the toggleMode is "none"*/
.jqx-expander-header-disabled {
    cursor: default;
}
/*applied to the Expander's arrow*/
.jqx-expander-arrow {
    width: 17px;
    height: 17px;
    position: relative;
}
/*applied to the Expander's content if it is empty*/
.jqx-expander-content-empty {
    border-width: 0px;
    padding: 0px;
}

/*applied to jqxNavigationBar. The NavigationBar internally uses jqxExpander's classes and inherits all header and content style settings from the Expander.*/
.jqx-navigationbar {
    border: none;
    margin: 0px;
    -webkit-appearance: none;
    outline: none;
}
/*jqxPanel Style*/
.jqx-panel {
    border: 1px solid transparent;
    -webkit-appearance: none;
    outline: none;
    padding: 0px;
    margin: 0px;
    cursor: default;
    overflow: hidden;
}
/*applied to the Panel's element displayed when the horizontal and vertical scrollbars are visible and the element is positioned below the vertical scrollbar and on the right
of the horizontal scrollbar.*/
.jqx-panel-bottomright {
}
/*applied to the DropDownButton's Popup.*/
.jqx-dropdownbutton-popup {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
}

.jqx-listbox {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
    padding: 0px;
    margin: 0px;
    cursor: default;
    overflow: hidden;
}
/*applied to the ListBox's element displayed when the horizontal and vertical scrollbars are visible and the element is positioned below the vertical scrollbar and on the right
of the horizontal scrollbar.*/
.jqx-listbox-bottomright {
}
/*applied to the ListBox's groups.*/
.jqx-listitem-state-group {
    white-space: nowrap;
    padding: 5px 2px 5px 2px;
    background: transparent;
    font-weight: bold;
    text-align: left;
    outline: none;
    overflow: hidden;
    vertical-align: middle;
    cursor: default;
}
/*applied to a list item in default state.*/
.jqx-listitem-state-normal {
    white-space: nowrap;
    padding: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
    outline: none;
    visibility: inherit;
    display: inherit;
    text-align: left;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    cursor: default;
}
/*applied to a list item in hovered state.*/
.jqx-listitem-state-hover {
    white-space: nowrap;
    background: transparent;
    padding: 3px 3px 3px 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
}
/*applied to a list item when the item is selected.*/
.jqx-listitem-state-selected {
    white-space: nowrap;
    padding: 3px 3px 3px 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
}

.jqx-listbox-feedback {
    height: 1px;
    border-top: 1px dashed #000;
}

.jqx-listitem-element {
    -ms-touch-action: none;
    border: none;
    width: 100%;
    height: 100%;
    align: left;
    valign: top;
    position: absolute;
}
/*jqxComboBox Style*/
/*applied to the jqxComboBox's content which displays the text.*/
.jqx-combobox-content {
    padding: 0px;
    overflow: hidden;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-appearance: none;
    outline: none;
    border: none;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid transparent;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-combobox-content-rtl {
    border: none;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-right: none;
    border-left: 1px solid transparent;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}
/*applied to the ComboBox's input field.*/
.jqx-combobox-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding: 0 0 0 0;
    outline: none;
    border: 0px solid #aaa;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

    .jqx-combobox-input::-ms-clear {
        display: none;
    }
/*applied to the ComboBox's content when the widget is disabled.*/
.jqx-combobox-content-disabled {
    color: #AAA;
}
/*applied to the ComboBox's arrow button.*/
.jqx-combobox-arrow-normal, .jqx-action-button {
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    margin: 0 0 0 0;
    border: none;
    cursor: pointer;
}
/*applied to the ComboBox's arrow button*/
.jqx-combobox-arrow-hover, .jqx-combobox-arrow-selected {
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    margin: 0 0 0 0;
}
/*applied to the ComboBox in normal state.*/
.jqx-combobox-state-normal {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
    overflow: hidden;
    margin: 0 0 0 0;
}
/*applied to the ComboBox when the mouse is over the widget.*/
.jqx-combobox-state-hover {
    overflow: hidden;
    border: 1px solid transparent;
    margin: 0 0 0 0;
}
/*applied to the ComboBox when the popup ListBox is shown.*/
.jqx-combobox-state-selected {
    overflow: hidden;
    border: 1px solid transparent;
    margin: 0 0 0 0;
}
/*applied to the ComboBox when the widget is focused.*/
.jqx-combobox-state-focus {
    border: 1px solid transparent;
}

.jqx-combobox-multi-item {
    padding: 1px 3px;
    margin: 2px;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
}

    .jqx-combobox-multi-item a:link, .jqx-combobox-multi-item a:visited {
        color: inherit;
        display: block;
        outline: 0 none;
        text-decoration: none;
        cursor: pointer;
    }
/*applied to the ComboBox when the widget is disabled.*/
.jqx-combobox-state-disabled {
    white-space: nowrap;
    margin: 0px;
    color: #AAA;
}
/*jqxSelect Style*/
.jqx-select {
    overflow: hidden;
    padding-left: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    -webkit-appearance: none;
    outline: 0 none;
}

.jqx-select-content {
    cursor: pointer;
    text-overflow: ellipsis;
}

.jqx-select-container {
    padding: 0;
}

.jqx-select-item {
    padding: 3px;
    margin: 1px;
    white-space: normal !important;
    cursor: default;
}
/*jqxDropDownList Style*/
/*applied to the dropdownlist's content element which displays the selected item's text or html.*/
.jqx-dropdownlist-content {
    padding: 0px;
    overflow: hidden;
    padding-left: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-appearance: none;
    outline: 0 none;
    border: none;
}

.jqx-dropdownlist-content-rtl {
    padding-left: 0px;
    padding-right: 3px;
}

.jqx-dropdownlist .jqx-icon-arrow-down {
    width: 13px;
}

.jqx-dropdownlist .jqx-icon-arrow-up {
    width: 13px;
}

.jqx-combobox .jqx-icon-arrow-down {
    width: 13px;
}

.jqx-combobox .jqx-icon-arrow-up {
    width: 13px;
}
/*applied to the dropdownlist's content element which displays the selected item's text or html and the widget is disabled. */
.jqx-dropdownlist-content-disabled {
}
/*applied to the dropdownlist in default state.*/
.jqx-dropdownlist-state-normal {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
    overflow: hidden;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to the dropdownlist in hovered state.*/
.jqx-dropdownlist-state-hover {
    overflow: hidden;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to the dropdownlist in selected state.*/
.jqx-dropdownlist-state-selected {
    overflow: hidden;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to the dropdownlist in focused state.*/
.jqx-dropdownlist-state-focus {
    border: 1px solid #909090;
}
/*applied to the dropdownlist in disabled state.*/
.jqx-dropdownlist-state-disabled {
}
/*jqxScrollBar Style*/
.jqx-scrollbar {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}
/*applied to the scrollbar in default state.*/
.jqx-scrollbar-state-normal {
    background: #efefef;
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the scrollbar buttons in default state.*/
.jqx-scrollbar-button-state-normal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the scrollbar buttons in hovered state.*/
.jqx-scrollbar-button-state-hover {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the scrollbar buttons in pressed state.*/
.jqx-scrollbar-button-state-pressed {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the horizontal scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-normal-horizontal {
    margin: 0px;
    padding: 0px;
    background: transparent;
    border: 1px solid transparent;
    touch-action: none;
}
/*applied to the horizontal scrollbar thumb in hovered state.*/
.jqx-scrollbar-thumb-state-hover-horizontal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the horizontal scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-pressed-horizontal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the vertical scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-normal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
    touch-action: none;
}
/*applied to the vertical scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-hover {
    margin: 0px;
    padding: 0px;
    background: transparent;
    border: 1px solid transparent;
}
/*applied to the vertical scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-pressed {
    margin: 0px;
    padding: 0px;
    background: #d1d1d1;
    border: 1px solid #909090;
}

/* jqxWindow */
.jqx-window {
    position: absolute;
    overflow: hidden;
    border: 1px solid transparent;
}
/*applied to the jqxWindow when it’s disabled*/
.jqx-window-disabled {
}
/*applied to the window’s header*/
.jqx-window-header {
    outline: none;
    border-width: 0px;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    padding: 7px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
}
/*applied to the window’s header when the window is disabled*/
.jqx-window-header-disabled {
}
/*applied to the window’s content*/
.jqx-window-content {
    outline: none;
    overflow: auto;
    text-align: left;
    background-color: transparent;
    padding: 5px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/*applied to the window’s content when the window is disabled*/
.jqx-window-content-disabled {
    outline: none;
    overflow: auto;
    text-align: left;
    padding: 5px;
}
/*applied to the window’s close button*/
.jqx-window-close-button {
    cursor: pointer;
    background-image: url(/images/close.png);
    background-repeat: no-repeat;
    margin-top: 2px;
}
/*applied to the window's collapse button*/
.jqx-window-collapse-button {
    background-image: url(/images/icon-up.png);
    cursor: pointer;
    margin-top: 3px;
}
/*applied to the window's collapse button when the window is collapsed*/
.jqx-window-collapse-button-collapsed {
    margin-top: 3px;
    cursor: pointer;
    background-image: url(/images/icon-down.png);
}
/*setting styles of the modal window’s background*/
.jqx-window-modal {
    background-color: Black;
}

.jqx-window-close-button-hover {
}

.jqx-docking {
    overflow: hidden;
}

.jqx-docking-panel {
    margin: 0px;
    padding: 0px;
    min-height: 100px;
}

.jqx-docking-drop-indicator {
    border-style: dashed;
    border-width: 1px;
    margin: 0px;
}

.jqx-docking-window {
    margin: 0px;
}

/* jxSlider */
/* applied to jqxSlider widget */
.jqx-slider {
    outline: none;
    clear: both;
    position: relative;
    overflow: hidden;
}
/*applied to the ticks which can be in the top/bottom/both sides of the jqxSlider*/
.jqx-slider-tick {
    border-left: 1px solid transparent;
    z-index: 9;
}
/*applied to the ticks when the slider is in horizontal mode*/
.jqx-slider-tick-horizontal {
    width: 1px;
    border-left: none;
    margin-top: 1px;
}
/*applied to the ticks when the slider is in vertical mode*/
.jqx-slider-tick-vertical {
    height: 1px;
    border-top: none;
}
/*applied to the ticks container*/
.jqx-slider-tickscontainer {
    z-index: 10;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 9;
}
/*applied to the jqxSlider thumb used for changing/indicating current value*/
.jqx-slider-slider {
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 15;
    position: absolute;
    left: 0px;
    top: 0px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-slider-button {
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: content-box !important;
    padding: 3px !important;
}
/*applied to the slider's thumb when the slider is in horizontal mode*/
.jqx-slider-slider-horizontal {
    margin-top: -9px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent;
}
/*applied to the slider's thumb when the slider is in vertical mode*/
.jqx-slider-slider-vertical {
    margin-left: -9px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent;
}
/*applied to the track where is located the thumb*/
.jqx-slider-track {
    height: 4px;
    float: left;
    position: relative;
    z-index: 20;
    cursor: pointer;
}
/*used in horizontal slider*/
.jqx-slider-track-horizontal {
    height: 4px;
    margin-top: 2px;
}
/*used in vertical slider*/
.jqx-slider-track-vertical {
    width: 4px;
}
/*applied to the div which is between the thumbs in a range slider or from beginning of the track to the current thumb position in the default slider*/
.jqx-slider-rangebar {
}

/* jqxSplitter */
.jqx-splitter {
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
}
/* Split bar's class when the jqxSplitter is with horizontal orientation */
.jqx-splitter-splitbar-vertical {
    border: 1px solid transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    cursor: e-resize;
    cursor: col-resize;
    position: absolute;
}
/* Split bar's mouse over state */
.jqx-splitter-splitbar-hover {
    background-color: transparent;
}
/* Split bar's class when the jqxSplitter is with horizontal orientation. */
.jqx-splitter-splitbar-horizontal {
    position: absolute;
    border: 1px solid transparent;
    border-left-width: 0px;
    border-right-width: 0px;
    cursor: n-resize;
    cursor: row-resize;
}
/* This class is applied to the splitter when it's dragged to it's max left/right boundary */
.jqx-splitter-splitbar-invalid {
    background: #FF0000 !important;
}
/* This class is added to split bar's collapse button when the splitter is with vectical orientation. */
.jqx-splitter-collapse-button-horizontal {
    cursor: pointer;
    width: 45px;
    height: 5px;
    pointer-events: none;
}
/* This class is added to split bar's collapse button when the splitter is with horizontal orientation. */
.jqx-splitter-collapse-button-vertical {
    cursor: pointer;
    width: 5px;
    height: 45px;
    pointer-events: none;
}
/* This class is added when the user disable the splitter. */
.jqx-splitter-splitbar-collapsed {
    cursor: default;
}
/* Applied to the jqxSplitter panels. */
.jqx-splitter-panel {
    border: none;
    outline: none;
    position: absolute;
    overflow: hidden;
}
/* This class is added to a nested splitter.*/
.jqx-splitter-nested, .jqx-splitter-panel-nested {
    border: none;
    overflow: hidden;
}

.jqx-draggable {
}

.jqx-draggable-dragging {
    border: 0px solid black;
}

.jqx-draggable-disabled {
    cursor: default;
}

.jqx-validator-hint {
    height: 18px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Verdana;
    font-size: 13px;
    border: 1px solid #6E0000;
    background-color: #942724;
    color: #fff;
    z-index: 99999;
    white-space: nowrap;
}

.jqx-validator-hint-arrow {
    z-index: 99999;
    height: 9px;
    width: 9px;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    background-image: url(/images/multi-arrow.gif);
}

.jqx-validator-error-label {
    color: #dd4b39;
    vertical-align: top;
    text-align: left;
    display: block;
    cursor: default;
    line-height: 17px;
}

.jqx-validator-error-element {
    border-color: #dd4b39 !important;
}

.jqx-switchbutton {
    outline: none;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.jqx-switchbutton-thumb {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
}

.jqx-switchbutton-label {
    font-size: 15px;
    font-family: Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.jqx-switchbutton-wrapper {
}

.jqx-switchbutton-label-on {
}

.jqx-switchbutton-label-off {
}

/*left, right, up and down arrow icons.*/
.jqx-left-arrow {
    background: transparent;
    background-image: url(/images/icon-left.png);
    cursor: pointer;
}

.jqx-right-arrow {
    background: transparent;
    background-image: url(/images/icon-right.png);
    cursor: pointer;
}

.jqx-icon-delete {
    background-image: url(/images/icon-delete.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-edit {
    background-image: url(/images/icon-edit.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-save {
    background-image: url(/images/icon-save.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-cancel {
    background-image: url(/images/icon-cancel.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-up, .jqx-icon-arrow-up-hover, .jqx-icon-arrow-up-selected {
    background-image: url(/images/icon-up.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-down, .jqx-icon-arrow-down-hover, .jqx-icon-arrow-down-selected {
    background-image: url(/images/icon-down.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-left, .jqx-icon-arrow-left-hover, .jqx-icon-arrow-left-selected {
    background-image: url(/images/icon-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-right, .jqx-icon-arrow-right-hover, .jqx-icon-arrow-right-selected {
    background-image: url(/images/icon-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-first, .jqx-icon-arrow-first-hover, .jqx-icon-arrow-first-selected {
    background-image: url(/images/icon-first.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-last, .jqx-icon-arrow-last-hover, .jqx-icon-arrow-last-selected {
    background-image: url(/images/icon-last.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-up-hover {
    background-image: url(/images/icon-up.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-down-hover {
    background-image: url(/images/icon-down.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-left-hover {
    background-image: url(/images/icon-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-right-hover {
    background-image: url(/images/icon-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-up-selected {
    background-image: url(/images/icon-up.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-down-selected {
    background-image: url(/images/icon-down.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-left-selected {
    background-image: url(/images/icon-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-right-selected {
    background-image: url(/images/icon-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-close {
    cursor: pointer;
    background-image: url(/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-close-white {
    background-image: url(/images/close_white.png);
}

.jqx-icon-close-hover {
    cursor: pointer;
    background-image: url(/images/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-search {
    cursor: pointer;
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
    background-size: 13px;
    width: 13px;
    height: 13px;
}

.jqx-icon-plus {
    background-image: url(/images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.jqx-icon-plus-alt, .jqx-icon-plus-alt-white {
    background-image: url(/images/icon-plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.jqx-icon-plus-alt-white {
    background-image: url(/images/icon-plus-white.png);
}
/* jqxScrollView */
.jqx-scrollview-button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
    background-color: #aaaeaf;
}

.jqx-scrollview {
    background-color: #000;
    -ms-touch-action: auto !important;
}

.jqx-icon-calendar, .jqx-icon-calendar-hover, .jqx-icon-calendar-pressed {
    background-image: url(/images/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    width: 15px !important;
    height: 15px !important;
    margin-top: -7.5px !important;
}
/*applied to Inputs*/
.jqx-input-widget {
    box-sizing: border-box !important;
}

.jqx-input {
    overflow: hidden;
    background-color: inherit;
    border-color: #c7c7c7;
}

.jqx-input-invalid {
    color: red !important;
}

.jqx-input-group {
    overflow: hidden;
}

.jqx-input-group-addon {
    border: 1px solid transparent;
    position: relative;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 2px 8px !important;
    float: left;
    white-space: nowrap;
    vertical-align: middle;
}

    .jqx-input-group-addon:first-child {
        border-right-width: 0px;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .jqx-input-group-addon:last-child {
        border-left-width: 0px;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .jqx-input-group-addon:not(:last-child):not(:first-child) {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-left-width: 0px;
    }

.jqx-input-group .jqx-input {
    padding: 2px 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}

.jqx-editor {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    overflow: hidden;
    box-sizing: border-box !important;
}

.jqx-editor-window {
    overflow: hidden;
}

.jqx-editor-inline {
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

    .jqx-editor-inline p {
        margin: 0px;
        padding: 0 .2em;
    }

.jqx-editor-inline-focus {
    border-width: 1px;
    border-style: solid;
    overflow: auto;
}

.jqx-editor iframe {
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.jqx-editor-color-bar {
    height: 3px;
}

.jqx-editor-color-picker table {
    margin: 0;
    padding: 0 4px 4px;
    empty-cells: show;
    border-collapse: separate;
}

.jqx-editor-color-picker td {
    border-collapse: separate;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0;
    position: relative;
}

    .jqx-editor-color-picker td:hover {
        border: 1px solid #000;
    }

.jqx-editor-color-picker-selected-cell {
    outline: 1px solid #000;
}

.jqx-editor-color-picker td div {
    width: 16px;
    height: 16px;
}

.jqx-editor-content {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    outline: 0;
    left: 0px;
    position: relative;
    box-sizing: border-box !important;
}

.jqx-editor-container {
    position: relative;
    padding: 4px;
    padding-top: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box !important;
}

.jqx-editor-toolbar-container {
    top: 0px;
    left: 0px;
    box-sizing: border-box !important;
}

.jqx-editor-toolbar-inline {
    padding: 0px 4px;
    border-width: 1px;
    border-style: solid;
}

.jqx-editor-toolbar {
    margin: 0;
    padding: 0px;
    padding-bottom: 4px;
}

.jqx-editor-toolbar-icon {
    height: 21px;
    width: 21px;
    vertical-align: middle;
    opacity: .667;
    margin: 2px 0;
    background: url(/images/html_editor.png) no-repeat;
}

.jqx-editor-toolbar-icon-bold {
    background-position: 0px 0px !important;
}

.jqx-editor-toolbar-icon-italic {
    background-position: -21px 0px !important;
}

.jqx-editor-toolbar-icon-underline {
    background-position: -42px 0px !important;
}

.jqx-editor-toolbar-icon-fontname {
    background-position: -63px 0px !important;
}

.jqx-editor-toolbar-icon-fontsize {
    background-position: -84px 0px !important;
}

.jqx-editor-toolbar-icon-createlink {
    background-position: -147px 0px !important;
}

.jqx-editor-toolbar-icon-insertorderedlist {
    background-position: -168px 0px !important;
}

.jqx-editor-toolbar-icon-insertunorderedlist {
    background-position: -189px 0px !important;
}

.jqx-editor-toolbar-icon-outdent {
    background-position: -210px 0px !important;
}

.jqx-editor-toolbar-icon-indent {
    background-position: -231px 0px !important;
}

.jqx-editor-toolbar-icon-insertimage {
    background-position: -337px 0px !important;
}

.jqx-editor-toolbar-icon-justifyleft {
    background-position: -252px 0px !important;
}

.jqx-editor-toolbar-icon-justifycenter {
    background-position: -273px 0px !important;
}

.jqx-editor-toolbar-icon-justifyright {
    background-position: -294px 0px !important;
}

.jqx-editor-toolbar-icon-removeformat {
    background-position: -316px 0px !important;
}

.jqx-editor-toolbar-icon-viewsource {
    background-position: -359px 0px !important;
}

.jqx-editor-toolbar-icon-forecolor {
    background-position: -105px 0px !important;
    height: 15px;
}

.jqx-editor-toolbar-icon-backcolor {
    background-position: -380px 0px !important;
    height: 15px;
}

.jqx-editor-toolbar-icon:hover {
    opacity: 1;
}

.jqx-fill-state-disabled .jqx-editor-toolbar-icon {
    opacity: .667;
}

.jqx-editor-toolbar-item {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.jqx-editor-toolbar-separator {
    border-left: 1px solid #ccc;
    margin: 0 2px;
    outline: none;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
    width: 0;
    display: inline-block;
}

.jqx-editor-toolbar-group {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
    white-space: nowrap;
}

.jqx-editor-toolbar-button {
    text-decoration: none;
    vertical-align: middle;
    cursor: default;
    display: inline-block;
    padding: 0px !important;
    margin-right: 2px;
}

.jqx-editor-toolbar-group .jqx-editor-toolbar-button {
    margin-right: -1px;
    box-shadow: none;
    position: relative;
    margin-left: 0px !important;
}

    .jqx-editor-toolbar-group .jqx-editor-toolbar-button:hover, .jqx-editor-toolbar-group .jqx-editor-toolbar-button:active {
        z-index: 55;
    }

    .jqx-editor-toolbar-group .jqx-editor-toolbar-button.jqx-fill-state-normal {
        background: transparent !important;
    }

.jqx-date-time-input-popup table td a {
    border: 1px transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: 0;
    color: #333;
}

.jqx-date-time-input-popup table td input {
    width: 25px;
    margin: 0;
    text-align: center;
    padding: 4px 6px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.jqx-scheduler .jqx-cell {
    padding: 0px !important;
    cursor: default;
}

.jqx-scheduler .jqx-widget-header.jqx-grid-header {
    border-bottom-color: transparent;
    border-bottom-width: 0px;
}

.jqx-scheduler .jqx-grid-column-header, .jqx-scheduler.jqx-widget .jqx-grid-column-header {
    border-bottom: 1px solid #c5c5c5;
}

.jqx-grid-column-header[sort] > div > div {
    width: calc(100% - 20px);
}

.jqx-grid-column-header[filter] > div > div {
    width: calc(100% - 20px);
}

.jqx-grid-column-header[filter][sort] > div > div {
    width: calc(100% - 40px);
}

.jqx-scheduler-all-day-cell {
    text-align: left;
}

    .jqx-scheduler-all-day-cell span {
        margin-left: 3px;
    }

.jqx-scheduler-month-cell {
    background: #f2f2f2;
    color: #000;
    opacity: 0.8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    vertical-align: top;
    text-align: left;
}

.jqx-scheduler-month-cell-touch {
    background: transparent;
    border: none;
    vertical-align: middle;
    text-align: center;
}

.jqx-scheduler-month-cell-popup {
    border: 1px solid #333;
    background: #f2f2f2;
    box-shadow: 0 5px 0px rgba(0,0,0,.15) !important;
}

.jqx-widget .jqx-scheduler-middle-cell, .jqx-scheduler-middle-cell {
    border-bottom-color: #ddd !important;
}

.jqx-scheduler-cell-selected.jqx-scheduler-middle-cell {
    border-bottom-style: dotted;
}

.jqx-scheduler-work-time-cell {
    background: #fff;
}

.jqx-scheduler-not-work-time-cell {
    background: #eee;
}

.jqx-scheduler-month-outer-cell {
    color: #555;
}

.jqx-scheduler-month-weekend-cell {
    background: #eee;
}

.jqx-scheduler-disabled-cell {
    background: #e9edf1;
}

.jqx-scheduler-toolbar {
    font-size: 14px;
}

.jqx-scheduler-time-column, .jqx-scheduler-toolbar {
    background-image: none !important;
    background: #fff !important;
    color: #333 !important;
}

.jqx-scheduler-week-number-column {
    background: #e8e8e8 !important;
    color: #333;
}

.jqx-scheduler-time-column-header-cell {
    border-left-color: transparent !important;
}

.jqx-scheduler-time-column-header-cell-rtl {
    border-right-color: transparent !important;
}

.jqx-scheduler-appointment {
    overflow: visible;
    border: 1px solid #555;
    white-space: pre-line;
    cursor: pointer;
    vertical-align: middle;
    text-overflow: ellipsis;
    user-select: none;
}

.jqx-scheduler-appointment-rtl {
    direction: rtl;
    text-align: right;
}

.jqx-scheduler-appointment-content {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.jqx-scheduler-appointment-inner-content {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    padding-bottom: 3px;
}

.jqx-scheduler-appointment-duration-status {
    height: 0px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-color: #f05c2d;
    background: #f05c2d;
    position: absolute;
    bottom: -1px;
    left: 0px;
    border-radius: 5px;
}

.jqx-scheduler-appointment-status {
    width: 4px;
    height: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    position: absolute;
    top: 0px;
    left: 0px;
}

.jqx-scheduler-appointment-status-rtl {
    width: 4px;
    height: 100%;
    border-right-width: 0px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: solid;
    position: absolute;
    top: 0px;
    right: 0px;
}

.jqx-scheduler-appointment-status-stripes {
    background-image: url(/images/stripes.png);
    background-repeat: repeat-y;
    background-position: left top;
}

.jqx-scheduler-appointment-resize-indicator {
    width: 4px;
    height: 4px;
    position: absolute;
    border: 1px solid black;
    background: white;
    display: none;
}

.jqx-scheduler-appointment-top-resize-indicator {
    top: -3px;
    left: 50%;
    margin-left: -2px;
    cursor: row-resize;
}

.jqx-scheduler-appointment-bottom-resize-indicator {
    cursor: row-resize;
    bottom: -3px;
    left: 50%;
    margin-left: -2px;
}

.jqx-scheduler-appointment-left-resize-indicator {
    cursor: col-resize;
    top: 50%;
    left: -3px;
    margin-top: -2px;
}

.jqx-scheduler-appointment-right-resize-indicator {
    cursor: col-resize;
    top: 50%;
    margin-top: -2px;
    right: -3px;
}

.jqx-scheduler-appointment span {
    vertical-align: middle;
    text-overflow: ellipsis;
    position: relative;
    top: -1px;
}

.jqx-scheduler-feedback-appointment {
    opacity: 0.7;
    position: absolute;
    z-index: 99999;
}

.jqx-scheduler-selected-appointment {
    border: 1px solid #316293 !important;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    white-space: pre-line;
}

.jqx-scheduler-appointment:hover {
    border: 1px solid #3f7ebe !important;
}

.jqx-scheduler-feedback-drag-appointment {
    background: #aaa !important;
}

.jqx-icon-recurrence, .jqx-icon-recurrence-exception, .jqx-icon-recurrence-white, .jqx-icon-recurrence-exception-white, .jqx-icon-time {
    background-image: url(/images/icon-recurrence.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    float: left;
    margin: 3px;
    margin-left: 5px;
}

.jqx-icon-time {
    background-image: url(/images/icon-time.png);
    margin: 0px;
    position: relative;
    left: 1px;
    margin-top: -8px;
}

.jqx-icon-time-white {
    background-image: url(/images/icon-time-white.png);
}

.jqx-icon-recurrence-exception {
    background-image: url(/images/icon-recurrence-exception.png);
}

.jqx-icon-recurrence-exception-white {
    background-image: url(/images/icon-recurrence-exception-white.png);
}

.jqx-icon-recurrence-white {
    background-image: url(/images/icon-recurrence-white.png);
}

.jqx-scheduler-cell-hover {
    border-color: #3f7ebe !important;
    background: #a2c0df !important;
}

.jqx-scheduler-cell-selected {
    border-color: #316293 !important;
    background: #2f7eb6 !important;
}

.jqx-scheduler-edit-dialog-label {
    clear: both;
    float: left;
    margin-left: 2%;
    padding: 4px;
    text-align: right;
    width: 18%;
    line-height: 25px;
}

.jqx-scheduler-edit-dialog-field {
    clear: right;
    float: right;
    margin-right: 2%;
    padding: 4px;
    width: 380px;
}

.jqx-scheduler-edit-dialog-label-rtl {
    clear: both;
    float: right;
    margin-left: 0px;
    margin-right: 2%;
    padding: 4px;
    text-align: left;
    width: 18%;
    line-height: 25px;
}

.jqx-scheduler-edit-dialog-field-rtl {
    clear: left;
    float: left;
    margin-right: 0px;
    margin-left: 2%;
    padding: 4px;
    width: 72%;
}

.jqx-scheduler-legend-bar {
    overflow: hidden;
    border-color: inherit;
    border: none;
}

.jqx-scheduler-legend-bar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-scheduler-legend-bar-top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-scheduler-legend {
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 4px;
}

.jqx-scheduler-legend-label {
    float: left;
    margin-right: 12px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 4px;
}

.jqx-scheduler-cell-selected .jqx-scheduler-agenda-date {
    color: #fff;
}

.jqx-scheduler-cell-selected .jqx-scheduler-agenda-time {
    color: #fff;
}

.jqx-scheduler-cell-selected .jqx-scheduler-agenda-appointment, .jqx-scheduler-cell-selected .jqx-scheduler-agenda-appointment-rtl {
    color: #fff;
}

.jqx-scheduler-agenda-date {
    padding-top: 5px;
    padding-bottom: 5px;
}

.jqx-scheduler-agenda-time {
    padding: 5px;
}

.jqx-scheduler-agenda-appointment, .jqx-scheduler-agenda-appointment-rtl {
    cursor: pointer;
}

.jqx-scheduler-agenda-appointment-resource, .jqx-scheduler-agenda-appointment-resource-rtl {
    margin: 5px;
    cursor: pointer;
}

.jqx-scheduler-agenda-appointment-resource-rtl, .jqx-scheduler-agenda-appointment-rtl {
    float: right;
}

.jqx-scheduler-agenda-day {
    margin: 3px;
    font-size: 33px;
    font-weight: normal;
}

.jqx-scheduler-agenda-week {
    font-style: normal;
    font-size: 13px;
}

.jqx-scheduler-agenda-date {
    font-size: 10px;
}

.jqx-scheduler-cell-focus {
    border-style: dotted;
    border-color: #59a0d5 !important;
    background: #59a0d5 !important;
}
/*applied to all widgets*/
.jqx-widget {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    zoom: 1 !important;
    color: #000000;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-background-clip: padding-box;
    direction: ltr !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
}

.jqx-item {
    -ms-touch-action: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: inherit;
    -webkit-text-size-adjust: none;
}

/*applied to containers to set a background and border color. Tabs, NavigationBar, Calendar content.*/
.jqx-widget-content {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: transparent;
    background: #fff;
}
/*applied to header areas. Tabs, Menu, Window, Calendar.*/
.jqx-widget-header {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-color: #c5c5c5;
    background: #e8e8e8;
}

.jqx-fill-state-normal {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: transparent;
    background: #fdfbff;
}

.jqx-fill-state-hover {
  /*  -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #999;
    background: #e8e8e8;*/
}

.jqx-fill-state-pressed {
    -moz-box-sizing: content-box;
/*    box-sizing: content-box;
    border-color: #999;
    background: #d1d1d1;*/
}
.jqx-splitter-collapse-button-vertical:before {
    content: "";
    width: 2px;
    height: 25px;
    border: 1px solid #333;
    position: absolute;
    left: 6px;
}

.jqx-splitter-collapse-button-vertical:after {
    content: "";
    width: 2px;
    height: 25px;
    border: 1px solid #333;
    position: absolute;
    left: 2px;
}

.jqx-splitter-collapse-button-horizontal:before {
    content: "";
    width: 25px;
    height: 2px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 2px;
}

.jqx-splitter-collapse-button-horizontal:after {
    content: "";
    width: 25px;
    height: 2px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 6px;
}

.jqx-fill-state-focus {
    border-color: #555;
}

.jqx-fill-state-disabled {
    cursor: default;
    color: #000;
    opacity: .55;
    filter: Alpha(Opacity=45);
}

    .jqx-fill-state-normal td, .jqx-fill-state-hover td, .jqx-fill-state-pressed td, .jqx-fill-state-disabled td, .jqx-fill-state-focus td, .jqx-widget td, .jqx-widget-content td, .jqx-widget-header td {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-color: #aaa;
}

.jqx-widget .jqx-grid-column-menubutton, .jqx-widget .jqx-grid-column-sortascbutton, .jqx-widget .jqx-grid-column-sortdescbutton, .jqx-widget .jqx-grid-column-filterbutton {
    background-color: transparent;
    border-color: #aaa;
}

.jqx-grid-column-header a:link, .jqx-grid-column-header a:visited {
}

.jqx-grid-bottomright, .jqx-panel-bottomright, .jqx-listbox-bottomright {
    background-color: #e5e5e5;
}

.jqx-tabs-title-selected-top {
    border-color: #aaa;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
/*applied to the tab's title when the tab is selected and the jqxTab's position property is set to 'bottom' .*/
.jqx-tabs-title-selected-bottom {
    border-color: #aaa;
    border-top: 1px solid #fff;
    background-color: #fff;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'top'.*/
.jqx-tabs-selection-tracker-top {
    border-color: #aaa;
    border-bottom: 1px solid #fff;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'bottom'.*/
.jqx-tabs-selection-tracker-bottom {
    border-color: #aaa;
    border-top: 1px solid #fff;
}
/*jqxMaskedInput and jqxNumberInput Styles*/
.jqx-input {
    -webkit-appearance: none;
    padding: 0 0 0 0;
    outline: none;
    border-width: 1px;
    border-style: solid;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

input[type=text].jqx-input, input[type=password].jqx-input {
    min-height: 16px;
    min-width: 16px;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    font-size: 13px;
    padding: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

.jqx-input::-ms-reveal {
    display: none;
}

.jqx-input::-ms-clear {
    display: none;
}

.jqx-input-content::-ms-clear {
    display: none;
}

.jqx-input::-ms-value {
    margin: 0px;
    padding: 0px;
    min-height: 13px;
    line-height: 13px;
}

/*applied to the input when the validation fails.*/
.jqx-input-invalid {
    border-color: #dd4b39 !important;
}

/*applied to the input's content.*/
.jqx-input-content {
    -webkit-appearance: none;
    padding: 1px;
    resize: none;
    outline: none;
    outline-width: 0px;
    -webkit-user-modify: inherit;
    -moz-user-modify: inherit;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}
/*applied to the input when it is disabled.*/
.jqx-input-disabled {
    -webkit-appearance: none;
    resize: none;
    outline: none;
    outline-width: 0px;
}
/*applied to the list menu.*/
.jqx-listmenu-widget {
    -ms-touch-action: auto;
}

    .jqx-listmenu-widget .jqx-widget-content {
        -ms-touch-action: auto;
    }

    .jqx-listmenu-widget .jqx-widget-header {
        -ms-touch-action: auto;
    }

    .jqx-listmenu-widget li {
        -ms-touch-action: auto;
    }

.jqx-menu-popup {
}

.jqx-menu-vertical {
    background-color: #efefef;
}

.jqx-color-picker {
}

.jqx-color-picker-panel {
}

.jqx-color-picker-map {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url(/images/colorpicker/map-saturation.png);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}

.jqx-color-picker-map-hue {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url(/images/colorpicker/map-hue.png);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}

.jqx-color-picker-map-overlay {
    background-color: transparent;
    background-image: url(/images/colorpicker/map-saturation-overlay.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.jqx-color-picker-bar {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url(/images/colorpicker/bar-saturation.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.jqx-color-picker-bar-hue {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url(/images/colorpicker/bar-hue.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.jqx-color-picker-preview {
    border: 1px solid #A0A0A0;
}

.jqx-color-picker-pointer {
    background-image: url(/images/crosshair.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.jqx-color-picker-pointer-alt {
    background-image: url(/images/crosshair-white.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.jqx-color-picker-bar-pointer {
    background-image: url(/images/pointer.png);
    background-repeat: no-repeat;
    height: 15px;
    margin-left: 6px;
    background-position: right top;
}

.jqx-icon {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -8px;
}

.jqx-input-icon {
    width: 13px;
    height: 13px;
    margin: 0 auto;
}

.jqx-scrollbar-thumb-state-normal-touch {
    border-color: #c3c3c3;
    background: #c3c3c3;
}

.jqx-touch, .jqx-touch .jqx-fill-state-normal, .jqx-touch .jqx-widget-content, .jqx-touch .jqx-widget-header, .jqx-touch a:link {
}

.jqx-scrollbar .jqx-icon-arrow-up {
    width: 100%;
    height: 100%;
}

.jqx-scrollbar .jqx-icon-arrow-down {
    width: 100%;
    height: 100%;
}

.jqx-scrollbar .jqx-icon-arrow-left {
    width: 100%;
    height: 100%;
}

.jqx-scrollbar .jqx-icon-arrow-right {
    width: 100%;
    height: 100%;
}
/*jqx-listmenu*/
.jqx-listmenu-widget {
    border-width: 1px;
    border-style: solid;
}

ol.jqx-listmenu, ul.jqx-listmenu {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 1;
    counter-reset: section;
}

.jqx-listmenu li {
    margin-left: 0px;
    list-style: none;
    line-height: 1;
}

.jqx-listmenu {
    width: 100%;
}

.jqx-listmenu-header {
    padding: 15px;
}

.jqx-listmenu-item {
    cursor: pointer;
    padding: 15px;
    float: none;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.jqx-listmenu-separator {
    padding: 10px;
    counter-reset: section;
}

.jqx-listmenu-header-label {
    margin-left: 30px;
}

.jqx-listmenu-arrow-right {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 7px;
}

.jqx-listmenu-arrow-rtl {
    right: 0px;
    left: 7px;
}

.jqx-listmenu-arrow-right-pressed {
    width: 16px;
    height: 16px;
}

.jqx-listmenu-header .jqx-button {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 10px;
}

.jqx-listmenu-filter-input {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid;
    outline: none;
    width: 97%;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #c7c7c7;
    background-color: #fff;
    font-size: 20px;
    min-height: 25px !important;
    height: 25px;
}

.jqx-listmenu-filter {
    text-align: center;
    padding: 4px;
}

ol li .jqx-listmenu-item-label:before {
    content: counter(section) ". ";
    counter-increment: section;
}

.jqx-listmenu div {
    clear: both;
}

.jqx-listmenu-auto-separator {
}

.jqx-listmenu-item-readonly {
    cursor: default;
}

.jqx-tooltip {
    position: absolute;
    width: auto;
    height: auto;
}

.jqx-tooltip-main {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    filter: inherit;
    border-style: solid;
    border-width: 1px;
}

.jqx-tooltip-text {
    padding: 5px 8px;
    overflow: hidden;
    filter: inherit;
}

.jqx-tooltip, .jqx-tooltip-text, .jqx-tooltip-main {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-tooltip-arrow {
    position: absolute;
    width: 0px;
    height: 0px;
    display: block;
    border-style: solid;
    margin: -6px 0 0 -7px;
    background: transparent !important;
    filter: inherit;
}

.jqx-tooltip-arrow-t-b {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.jqx-tooltip-arrow-l-r {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}
/*Sets the text-alignment to right.*/
.jqx-rtl {
    text-align: right !important;
}

.jqx-shadow {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15) !important;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.15) !important;
    box-shadow: 0 2px 3px rgba(0,0,0,.15) !important;
}

.jqx-noshadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.jqx-passwordinput-password-icon, .jqx-passwordinput-password-icon-rtl {
    background-image: url(/images/icon-showpassword.png) !important;
    background-repeat: no-repeat !important;
    width: 14px;
    height: 9px;
}

.jqx-passwordinput-password-icon-ltr {
    background-position: right !important;
}

.jqx-passwordinput-password-icon-rtl {
    background-position: left !important;
}

.jqx-passwordinput-password-strength-inicator {
    width: 20%;
    height: 5px;
    margin-top: 5px;
}
/*top rounded Corners*/
.jqx-rc-t-expanded {
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
/*bottom rounded Corners*/
.jqx-rc-b-expanded {
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.jqx-treemap-rectangle {
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #555;
    color: #222;
    text-shadow: 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jqx-treemap-label {
    text-overflow: ellipsis;
    overflow: hidden;
}

.jqx-treemap-rectangle-parent {
    color: #222;
    font-size: 15px;
    font-family: Verdana;
    font-weight: bold;
}

.jqx-treemap-legend-label {
    color: #fff;
}

.jqx-treemap-legend {
    width: 350px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 41;
    overflow: hidden;
}

.jqx-treemap-legend-table {
    table-layout: fixed;
    width: 100%;
}

.jqx-treemap-legend-color {
    height: 3px;
}

.jqx-treemap-legend-values {
    height: 12px;
    width: 100%;
}

.jqx-treemap-legend-value {
    font-size: 9px;
    position: absolute;
    color: #fff;
}

.jqx-treemap-rectangle-hover {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 40;
}
/*jqxRangeSelector*/
.jqx-rangeselector, .jqx-rangeselector-content, .jqx-rangeselector-slider, .jqx-rangeselector-markers,
.jqx-rangeselector-ticks-container, .jqx-rangeselector-ticks, .jqx-rangeselector-shutter {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-sizing: content-box !important;
}

.jqx-rangeselector-markers {
}

.jqx-rangeselector-content, .jqx-rangeselector-ticks, .jqx-rangeselector-labels, .jqx-rangeselector-shutter, .jqx-rangeselector-markers, .jqx-rangeselector-marker-arrow {
    position: absolute;
}

.jqx-rangeselector-ticks-container, .jqx-rangeselector-ticks, .jqx-rangeselector-shutter, .jqx-rangeselector-slider {
    height: 100%;
}

.jqx-rangeselector-ticks-container, .jqx-rangeselector-slider {
    width: 100%;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.jqx-rangeselector-group-labels-rtl, .jqx-rangeselector-group-labels-ticks, .jqx-rangeselector-slider {
    float: left;
}

.jqx-rangeselector-slider, .jqx-rangeselector-markers, .jqx-rangeselector-marker-arrow {
    border-style: solid;
}

.jqx-rangeselector-ticks, .jqx-rangeselector-group-labels-ticks {
    width: 1px;
    background: #aaa;
}

.jqx-rangeselector-labels, .jqx-rangeselector-markers {
    white-space: nowrap;
    width: auto;
}

.jqx-rangeselector-slider, .jqx-rangeselector-markers {
    border-width: 1px !important;
}

.jqx-rangeselector-ticks-container {
    background-color: transparent;
    position: relative;
}

.jqx-rangeselector-shutter {
    opacity: 0.75;
    background: #efefef;
    border-width: 0px !important;
}

.jqx-rangeselector-slider {
    background-color: transparent !important;
    border-top: none !important;
    background-image: none !important;
    border-bottom: none !important;
    border-color: #aaa;
    border-right-color: transparent !important;
    position: relative;
    overflow: hidden;
}

.jqx-rangeselector-inner-slider {
    position: absolute;
    right: 0;
    background: #aaa;
    width: 1px;
    height: 100%;
}

.jqx-rangeselector-ticks {
    margin-top: 0px;
}

.jqx-rangeselector-labels, .jqx-rangeselector-group-labels {
    margin-top: 4px;
}

.jqx-rangeselector-markers {
    height: 20px;
    padding: 5px;
    opacity: 0.75;
}

.jqx-rangeselector-marker-arrow {
    width: 0px;
    height: 0px;
    display: block;
    margin: -6px 0 0 -7px;
    background-color: transparent !important;
    filter: inherit;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    background-clip: border-box;
    background-repeat: repeat;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
}

.jqx-rangeselector-marker-arrow-top {
    border-bottom-color: transparent !important;
}

.jqx-rangeselector-marker-arrow-bottom {
    border-top-color: transparent !important;
}

.jqx-rangeselector-marker-left-arrow {
    border-right-width: 0px;
    border-left-width: 5px;
}

.jqx-rangeselector-marker-right-arrow {
    border-right-width: 5px;
    border-left-width: 0px;
}

.jqx-rangeselector-markers-value {
    overflow: hidden;
    white-space: nowrap;
}

.jqx-rangeselector-group-labels-rtl {
    margin-right: 10px;
    direction: rtl;
}

.jqx-rangeselector-group-labels-ticks {
    height: 17px;
}

.jqx-rangeselector-group-labels-ticks-rtl {
    margin-left: 5px;
}

.jqx-action-button {
    border: none;
    border-left: 1px solid #c7c7c7;
}

.jqx-action-button-rtl {
    border: none;
    border-right: 1px solid #c7c7c7;
    cursor: pointer;
}
/*jqxBulletChart*/
.jqx-bulletchart {
}

.jqx-bulletchart, .jqx-bulletchart-title-container-horizontal, .jqx-bulletchart-title-container-vertical, .jqx-bulletchart-chart-container-horizontal, .jqx-bulletchart-chart-container-vertical {
    position: relative;
}

.jqx-bulletchart-title-inner-container, .jqx-bulletchart-range, .jqx-bulletchart-pointer, .jqx-bulletchart-target, .jqx-bulletchart-ticks, .jqx-bulletchart-labels {
    position: absolute;
}

.jqx-bulletchart-title-container-vertical, .jqx-bulletchart-title, .jqx-bulletchart-description, .jqx-bulletchart-range-vertical {
    width: 100%;
}

.jqx-bulletchart-title-container-horizontal, .jqx-bulletchart-chart-container-horizontal {
    float: left;
    overflow: hidden;
}

.jqx-bulletchart-title, .jqx-bulletchart-description {
    text-align: center;
}

.jqx-bulletchart-title-inner-container {
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.jqx-bulletchart-title-inner-container-ltr {
    padding-right: 5px;
}

.jqx-bulletchart-title-inner-container-rtl {
    padding-left: 5px;
}

.jqx-bulletchart-title-description-ltr {
    text-align: right;
}

.jqx-bulletchart-title-description-rtl {
    text-align: left;
}

.jqx-bulletchart-title-description-vertical {
    text-align: center;
}

.jqx-bulletchart-title {
    font-size: 110%;
    font-weight: bold;
}

.jqx-bulletchart-description {
    font-size: 90%;
}

.jqx-bulletchart-range-horizontal {
    height: 100%;
}

.jqx-bulletchart-target-horizontal {
    top: 10%;
    height: 80%;
}

.jqx-bulletchart-target-vertical {
    left: 10%;
    width: 80%;
}

.jqx-bulletchart-ticks {
    background-color: #AAAAAA;
}

.jqx-bulletchart-ticks-horizontal {
    width: 1px;
}

.jqx-bulletchart-ticks-vertical {
    height: 1px;
}

.jqx-bulletchart-zero-tick {
}

.jqx-bulletchart-labels {
}
/*jqxNotification*/
.jqx-notification {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    pointer-events: auto;
}

.jqx-notification-table {
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}

.jqx-notification-container {
    position: fixed;
    height: auto;
    width: auto;
    pointer-events: none;
}

.jqx-notification-container-full-width {
    width: 100%;
}

.jqx-notification-container-full-height {
    height: 100%;
}

#jqxNotificationDefaultContainer-top-right, #jqxNotificationDefaultContainer-bottom-left {
    direction: rtl;
}

.jqx-notification-icon, .jqx-notification-content {
    vertical-align: middle;
}

.jqx-notification-content {
}

.jqx-notification-content-rtl {
    direction: rtl;
}

.jqx-link, .jqx-inverse, .jqx-primary, .jqx-warning, .jqx-danger, .jqx-success, .jqx-info {
    background: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

    .jqx-primary .jqx-icon-calendar, .jqx-primary .jqx-icon-calendar-hover, .jqx-primary .jqx-icon-calendar-pressed {
        background-image: url(/images/icon-calendar-white.png);
    }

    .jqx-primary .jqx-icon-time, .jqx-primary .jqx-icon-time-hover, .jqx-primary .jqx-icon-time-pressed {
        background-image: url(/images/icon-time-white.png);
    }

    .jqx-success .jqx-icon-calendar, .jqx-success .jqx-icon-calendar-hover, .jqx-success .jqx-icon-calendar-pressed {
        background-image: url(/images/icon-calendar-white.png);
    }

    .jqx-success .jqx-icon-time, .jqx-success .jqx-icon-time-hover, .jqx-success .jqx-icon-time-pressed {
        background-image: url(/images/icon-time-white.png);
    }

    .jqx-warning .jqx-icon-calendar, .jqx-warning .jqx-icon-calendar-hover, .jqx-warning .jqx-icon-calendar-pressed {
        background-image: url(/images/icon-calendar-white.png);
    }

    .jqx-warning .jqx-icon-time, .jqx-warning .jqx-icon-time-hover, .jqx-warning .jqx-icon-time-pressed {
        background-image: url(/images/icon-time-white.png);
    }

    .jqx-danger .jqx-icon-calendar, .jqx-danger .jqx-icon-calendar-hover, .jqx-danger .jqx-icon-calendar-pressed {
        background-image: url(/images/icon-calendar-white.png);
    }

    .jqx-danger .jqx-icon-time, .jqx-danger .jqx-icon-time-hover, .jqx-danger .jqx-icon-time-pressed {
        background-image: url(/images/icon-time-white.png);
    }

    .jqx-info .jqx-icon-calendar, .jqx-info .jqx-icon-calendar-hover, .jqx-info .jqx-icon-calendar-pressed {
        background-image: url(/images/icon-calendar-white.png);
    }

    .jqx-info .jqx-icon-time, .jqx-info .jqx-icon-time-hover, .jqx-info .jqx-icon-time-pressed {
        background-image: url(/images/icon-time-white.png);
    }

    .jqx-inverse .jqx-icon-calendar, .jqx-inverse .jqx-icon-calendar-hover, .jqx-inverse .jqx-icon-calendar-pressed {
        background-image: url(/images/icon-calendar-white.png);
    }

    .jqx-inverse .jqx-icon-time, .jqx-inverse .jqx-icon-time-hover, .jqx-inverse .jqx-icon-time-pressed {
        background-image: url(/images/icon-time-white.png);
    }


.jqx-notification-info, .jqx-info {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #5bc0de !important;
    *background-color: #5bc0de !important;
    border-left-color: #46b8da !important;
    border-right-color: #46b8da !important;
    border-top-color: #46b8da !important;
    border-bottom-color: #46b8da !important;
}

    .jqx-info:hover,
    .jqx-info:focus,
    .jqx-info:active,
    .jqx-info.active,
    .jqx-info.disabled,
    .jqx-info[disabled] {
        color: #ffffff !important;
        background-color: #31b0d5 !important;
        *background-color: #31b0d5 !important;
        border-color: #269abc !important;
    }

    .jqx-fill-state-pressed.jqx-info,
    .jqx-info:active,
    .jqx-info.active {
        background-color: #269abc \9 !important;
    }

.jqx-notification-warning, .jqx-warning {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #f0ad4e !important;
    *background-color: #f0ad4e !important;
    border-left-color: #eea236 !important;
    border-right-color: #eea236 !important;
    border-top-color: #eea236 !important;
    border-bottom-color: #eea236 !important;
}

    .jqx-warning:hover,
    .jqx-warning:focus,
    .jqx-warning:active,
    .jqx-warning.active,
    .jqx-warning.disabled,
    .jqx-warning[disabled] {
        color: #ffffff !important;
        background-color: #ec971f !important;
        *background-color: #ec971f !important;
        border-color: #d58512 !important;
    }

    .jqx-fill-state-pressed.jqx-warning,
    .jqx-warning:active,
    .jqx-warning.active {
        background-color: #d58512 \9 !important;
        border-color: #985f0d !important;
    }

.jqx-notification-success, .jqx-success {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #5cb85c !important;
    *background-color: #5cb85c !important;
    border-left-color: #4cae4c !important;
    border-right-color: #4cae4c !important;
    border-top-color: #4cae4c !important;
    border-bottom-color: #4cae4c !important;
}

    .jqx-success:hover,
    .jqx-success:focus,
    .jqx-success:active,
    .jqx-success.active,
    .jqx-success.disabled,
    .jqx-success[disabled] {
        color: #ffffff !important;
        background-color: #449d44 !important;
        *background-color: #449d44 !important;
        border-color: #398439 !important;
    }

    .jqx-fill-state-pressed.jqx-success,
    .jqx-success:active,
    .jqx-success.active {
        background-color: #398439 !important;
        border-color: #255625 !important;
    }

.jqx-notification-error, .jqx-danger {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #d9534f !important;
    *background-color: #d9534f !important;
    border-left-color: #d43f3a !important;
    border-right-color: #d43f3a !important;
    border-top-color: #d43f3a !important;
    border-bottom-color: #d43f3a !important;
}

    .jqx-danger:hover,
    .jqx-danger:focus,
    .jqx-danger:active,
    .jqx-danger.active,
    .jqx-danger.disabled,
    .jqx-danger[disabled] {
        color: #ffffff !important;
        background-color: #c9302c !important;
        *background-color: #c9302c !important;
        border-color: #ac2925 !important;
    }

    .jqx-fill-state-pressed.jqx-danger, .jqx-danger:active,
    .jqx-danger.active {
        background-color: #ac2925 !important;
        border-color: #761c19 !important;
    }

.jqx-notification-mail, .jqx-primary {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #337ab7 !important;
    *background-color: #337ab7 !important;
    border-left-color: #2e6da4 !important;
    border-right-color: #2e6da4 !important;
    border-top-color: #2e6da4 !important;
    border-bottom-color: #2e6da4 !important;
}

    .jqx-primary:hover,
    .jqx-primary:focus,
    .jqx-primary:active,
    .jqx-primary.active,
    .jqx-primary.disabled,
    .jqx-primary[disabled] {
        color: #ffffff !important;
        background-color: #286090 !important;
        *background-color: #286090 !important;
    }

    .jqx-fill-state-pressed.jqx-primary,
    .jqx-primary:active,
    .jqx-primary.active {
        background-color: #204d74 !important;
    }

.jqx-notification-time, .jqx-inverse {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #363636 !important;
    *background-color: #222222 !important;
    border-left-color: #222222 !important;
    border-right-color: #222222 !important;
    border-top-color: #222222 !important;
    border-bottom-color: #000000 !important;
}

    .jqx-inverse:hover,
    .jqx-inverse:focus,
    .jqx-inverse:active,
    .jqx-inverse.active,
    .jqx-inverse.disabled,
    .jqx-inverse[disabled] {
        color: #ffffff !important;
        background-color: #222222 !important;
        *background-color: #151515 !important;
    }

    .jqx-fill-state-pressed.jqx-inverse,
    .jqx-inverse:active,
    .jqx-inverse.active {
        background-color: #080808 !important;
        background-image: linear-gradient(to bottom, #444444, #444444) !important;
    }

.jqx-link,
.jqx-link:active,
.jqx-link[disabled] {
    background-color: transparent !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.jqx-link {
    color: #0088cc !important;
    cursor: pointer !important;
    border-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .jqx-link:hover,
    .jqx-link:focus {
        color: #005580 !important;
        text-decoration: underline !important;
        background-color: transparent !important;
    }

    .jqx-link[disabled]:hover,
    .jqx-link[disabled]:focus {
        color: #333333 !important;
        text-decoration: none !important;
    }

    .jqx-link:focus, .jqx-inverse:focus, .jqx-primary:focus, .jqx-warning:focus, .jqx-danger:focus, .jqx-success:focus, .jqx-info:focus,
    .jqx-link:hover, .jqx-inverse:hover, .jqx-primary:hover, .jqx-warning:hover, .jqx-danger:hover, .jqx-success:hover, .jqx-info:hover {
        background-position: 0 -15px !important;
        -webkit-transition: background-position 0.1s linear !important;
        -moz-transition: background-position 0.1s linear !important;
        -o-transition: background-position 0.1s linear !important;
        transition: background-position 0.1s linear !important;
    }

    .jqx-link:active, .jqx-inverse:active, .jqx-primary:active, .jqx-warning:active, .jqx-danger:active, .jqx-success:active, .jqx-info:active {
        background-image: none !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    }

.jqx-notification-icon {
    background-repeat: no-repeat;
}

.jqx-notification-icon-ltr {
    background-position: left center;
}

.jqx-notification-icon-rtl {
    background-position: right center;
}

.jqx-notification-icon-info, .jqx-notification-icon-warning, .jqx-notification-icon-success, .jqx-notification-icon-error, .jqx-notification-icon-mail, .jqx-notification-icon-time {
    width: 30px;
    height: 25px;
}

.jqx-notification-icon-info {
    background-image: url(/images/info.png);
}

.jqx-notification-icon-warning {
    background-image: url(/images/warning.png);
}

.jqx-notification-icon-success {
    background-image: url(/images/success.png);
}

.jqx-notification-icon-error {
    background-image: url(/images/error.png);
}

.jqx-notification-icon-mail {
    background-image: url(/images/mail.png);
}

.jqx-notification-icon-time {
    background-image: url(/images/time.png);
}

.jqx-notification-close-button-info, .jqx-notification-close-button-success, .jqx-notification-close-button-mail, .jqx-notification-close-button-time, .jqx-notification-close-button-error {
    background-image: url(/images/close_white.png);
}

.jqx-notification-close-button-warning {
    background-image: url(/images/close_black.png);
}

.jqx-notification-close-button-container, .jqx-notification-close-button {
    width: 16px;
    height: 16px;
}

.jqx-notification-close-button-container {
    vertical-align: top;
}

.jqx-notification-close-button {
    position: relative;
    top: -11px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jqx-notification-close-button-ltr {
    right: -11px;
    background-position: right top;
}

.jqx-notification-close-button-rtl {
    left: -11px;
    background-position: left top;
}

.jqx-navbar {
    width: 100%;
    border-style: solid;
    border-width: 1px;
}

    .jqx-navbar ul:before,
    .jqx-navbar ul:after {
        content: "";
        display: table;
    }

    .jqx-navbar ul:after {
        clear: both;
    }

    .jqx-navbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        border: 0;
        max-width: 100%;
        overflow: visible;
    }

.jqx-navbar-block {
    margin: 0;
    overflow: hidden;
    padding: 0px 12px;
    border-width: 0px;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.jqx-navbar-block-rtl {
    float: right;
}

.jqx-ribbon {
    position: relative;
    overflow: hidden;
}

.jqx-ribbon-auto {
    display: inline-block;
}

.jqx-ribbon-popup {
    overflow: visible;
}

.jqx-ribbon-header {
    position: absolute;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    display: block;
    box-shadow: none !important;
}

.jqx-ribbon-header-auto {
    position: relative;
}

.jqx-ribbon-header-horizontal {
    width: 100%;
    min-height: 30px;
    padding: 0px;
    white-space: nowrap;
}

.jqx-ribbon-header-bottom {
    bottom: 0;
}

.jqx-ribbon-header-vertical {
    min-width: 75px;
    height: 100%;
    float: left;
    padding: 0px;
}

.jqx-ribbon-header-right {
    right: 0;
}

.jqx-ribbon-header-horizontal-popup, .jqx-ribbon-header-vertical-popup {
    position: relative;
}

.jqx-ribbon-header-horizontal-popup {
    height: 100%;
}

.jqx-ribbon-header-vertical-popup {
    width: 100%;
}

.jqx-ribbon-item {
    position: relative;
    list-style-type: none;
    padding: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    text-overflow: ellipsis;
    cursor: default;
    min-width: 10px;
    vertical-align: top;
}

.jqx-ribbon-item-top, .jqx-ribbon-item-bottom {
    height: 100%;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

.jqx-ribbon-item-top {
    margin-top: 1px;
}

.jqx-ribbon-item-bottom {
    margin-top: -1px;
}

.jqx-ribbon-item-left, .jqx-ribbon-item-right {
    width: 100%;
    margin-top: 2px;
}

.jqx-ribbon-item-left {
    margin-left: 1px;
}

.jqx-ribbon-item-right {
    margin-left: -1px;
}

.jqx-ribbon-item-hover {
    border-color: inherit;
}

.jqx-ribbon-item-top.jqx-ribbon-item-hover {
    border-bottom-color: inherit !important;
}

.jqx-ribbon-item-bottom.jqx-ribbon-item-hover {
    border-top-color: inherit !important;
}

.jqx-ribbon-item-left.jqx-ribbon-item-hover {
    border-right-color: inherit !important;
}

.jqx-ribbon-item-right.jqx-ribbon-item-hover {
    border-left-color: inherit !important;
}

.jqx-ribbon-item-selected {
    border-color: inherit;
}

.jqx-ribbon-item-top.jqx-ribbon-item-selected {
    border-bottom-color: transparent;
}

.jqx-ribbon-item-bottom.jqx-ribbon-item-selected {
    border-top-color: transparent;
}

.jqx-ribbon-item-left.jqx-ribbon-item-selected {
    border-right-color: transparent;
}

.jqx-ribbon-item-right.jqx-ribbon-item-selected {
    border-left-color: transparent;
}

.jqx-ribbon-content {
    background-image: none !important;
    background-color: transparent !important;
    box-sizing: border-box;
}

.jqx-ribbon-content-horizontal {
    clear: both;
    height: 100%;
}

.jqx-ribbon-content-vertical {
    height: 100%;
    width: 100%;
    float: left;
    border-width: 1px;
}

.jqx-ribbon-content-popup {
    z-index: 99999;
    position: absolute;
    border-left: none;
}

    .jqx-ribbon-content-popup.jqx-ribbon-content-horizontal {
        width: 100%;
        height: auto;
    }

    .jqx-ribbon-content-popup.jqx-ribbon-content-vertical {
        width: auto;
        height: 100%;
    }

.jqx-ribbon-content-popup-top {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-ribbon-content-popup-bottom {
    -webkit-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-ribbon-content-popup-left {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-ribbon-content-popup-right {
    -webkit-box-shadow: -6px 6px 15px 0 rgba(0,0,0,0.15);
    box-shadow: -6px 6px 15px 0 rgba(0,0,0,0.15);
}

.jqx-ribbon-content-auto-width {
    width: auto;
}

.jqx-ribbon-content-section {
    width: 100%;
    height: 100%;
    display: none;
    border-width: 1px;
    border-style: solid;
    box-sizing: inherit;
    overflow: auto;
}

.jqx-ribbon-content-section-top {
    border-top: none;
}

.jqx-ribbon-content-section-bottom {
    bottom: 0;
    border-bottom: none;
}

.jqx-ribbon-content-section-left {
    border-left: none;
}

.jqx-ribbon-content-section-right {
    border-right: none;
    right: 0;
}

.jqx-ribbon-content-section-popup {
    position: relative;
}

.jqx-ribbon-content-section-horizontal-popup {
    height: auto;
}

.jqx-ribbon-content-section-vertical-popup {
    width: auto;
}

.jqx-ribbon-header-rtl {
    text-align: right;
}

.jqx-ribbon-header-horizontal.jqx-ribbon-header-rtl {
    direction: rtl;
}

.jqx-ribbon-item-rtl {
    direction: rtl;
}

.jqx-ribbon-scrollbutton {
    position: absolute;
    display: none;
    box-sizing: border-box;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 0;
}

.jqx-ribbon-scrollbutton-top, .jqx-ribbon-scrollbutton-bottom {
    width: 17px;
}

.jqx-ribbon-scrollbutton-left, .jqx-ribbon-scrollbutton-right {
    height: 17px;
}

.jqx-ribbon-scrollbutton-top {
    top: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-ribbon-scrollbutton-bottom {
    bottom: 1px;
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-ribbon-scrollbutton-left {
    left: 1px;
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-ribbon-scrollbutton-right {
    right: 1px;
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near {
    left: 1px;
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far {
    right: 18px;
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far {
    right: 1px;
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near {
    left: 18px;
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near {
    top: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far {
    bottom: 18px;
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far {
    bottom: 1px;
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near {
    top: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-ribbon-scrollbutton-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-ribbon-selection-token {
    position: absolute;
    z-index: 0;
}

.jqx-ribbon-selection-token-top, .jqx-ribbon-selection-token-bottom {
    height: 1px;
}

.jqx-ribbon-selection-token-left, .jqx-ribbon-selection-token-right {
    width: 1px;
}

.jqx-ribbon-auto, .jqx-ribbon-item-top, .jqx-ribbon-item-bottom, .jqx-ribbon-content {
    *display: inline;
}

.jqx-ribbon-content-left {
    *float: none;
}

.jqx-ribbon-content-right {
    *float: left;
}

.jqx-ribbon-content.jqx-ribbon-content-popup {
    *left: 0;
}

.jqx-ribbon-content-popup .jqx-ribbon-content-section {
    *overflow: visible;
}

.jqx-ribbon-content-section-popup {
    *position: absolute;
}

.jqx-toolbar, .jqx-toolbar-minimized-popup-separator {
    box-sizing: border-box;
}

.jqx-toolbar, .jqx-toolbar-minimized-popup {
    padding: 5px;
}

.jqx-toolbar {
    position: relative;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

.jqx-toolbar-tool {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

.jqx-toolbar-tool-rtl {
    float: right;
}

.jqx-toolbar-tool-no-separator-ltr {
    margin-right: 2px !important;
}

.jqx-toolbar-tool-no-separator-rtl {
    margin-left: 2px !important;
}

.jqx-toolbar-tool-separator-ltr {
    margin-right: 6px !important;
}

.jqx-toolbar-tool-separator-rtl {
    margin-left: 6px !important;
}

.jqx-toolbar-tool-inner-button {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0 !important;
}

.jqx-toolbar-minimized-button, .jqx-toolbar-minimized-popup {
    position: absolute;
}

.jqx-toolbar-minimized-button {
    height: 100%;
    right: 0;
    cursor: pointer;
    margin-top: -5px;
    margin-right: 5px;
    display: none;
}

.jqx-toolbar-minimized-button-rtl {
    left: 0;
    margin-left: 5px;
    margin-right: 0;
}

.jqx-toolbar-minimized-popup {
    border-width: 1px;
    border-top-width: 0;
    border-style: solid;
    visibility: hidden;
    z-index: 99999;
}

.jqx-toolbar-tool-minimized {
    margin: 1px 0 !important;
}

.jqx-toolbar-minimized-popup-separator {
    width: 100%;
    height: 2px;
    margin: 5px 0;
    display: none;
}

.jqx-complex-input-spin-buttons-container {
    border-width: 1px;
    border-style: solid;
    position: relative;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 2px 8px !important;
    white-space: nowrap;
    vertical-align: middle;
}

.jqx-formatted-input, .jqx-complex-input {
    padding-right: 2px !important;
    text-align: right;
}

.jqx-formatted-input-lower-case, .jqx-complex-input {
    text-transform: lowercase;
}

.jqx-formatted-input-upper-case {
    text-transform: uppercase;
}

.jqx-formatted-input-item {
    word-wrap: break-word;
}

.jqx-formatted-input-item-rtl, .jqx-complex-input-rtl {
    direction: rtl !important;
}

.jqx-formatted-input-spin-buttons-container, .jqx-formatted-input-addon {
    height: 100%;
}

.jqx-formatted-input-spin-buttons-container {
    width: 18px;
    padding: 0 0 0 1px !important;
    overflow: hidden;
}

.jqx-formatted-input-spin-buttons-container-rtl {
    border-right-width: 0px;
    padding: 0 0 0 2px !important;
}

.jqx-formatted-input-spin-buttons-container-rtl-border {
    border-left-width: 1px !important;
}

.jqx-formatted-input-spin-button {
    position: relative;
    width: 17px;
    height: 50%;
    margin-left: -1px;
    border-width: 0px;
    padding: 0px;
    overflow: hidden;
    cursor: pointer;
}

.jqx-formatted-input-addon {
    width: 19px;
    padding: 0 !important;
    cursor: pointer;
}

.jqx-formatted-input-addon-rtl {
    border-right-width: 1px !important;
}

.jqx-complex-input-parent {
    overflow: hidden;
}

.jqx-complex-input-child {
    height: 100%;
    float: left;
    box-sizing: border-box;
}

.jqx-complex-input-child-rtl {
    float: right;
}

.jqx-complex-input-spin-buttons-container-ltr {
    border-left-width: 0;
}

.jqx-complex-input-spin-buttons-container-rtl {
    border-left-width: 1px !important;
    border-right-width: 0;
}

.jqx-file-upload {
    position: relative;
    overflow: auto;
}

.jqx-file-upload, .jqx-file-upload-file-row, .jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}

.jqx-file-upload-buttons-container, .jqx-file-upload-iframe, .jqx-file-upload-loading-element {
    display: none;
}

.jqx-file-upload-file-input-ie9, .jqx-file-upload-buttons-container, .jqx-file-upload-file-row, .jqx-file-upload-icon {
    width: 100%;
}

.jqx-file-upload-file-input-ie9, .jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-icon, .jqx-file-upload-loading-element {
    height: 100%;
}

.jqx-file-input-iframe, .jqx-file-upload-form-ie9 {
    position: absolute;
}

.jqx-file-input-iframe {
    width: 0;
    height: 0;
    border: none;
}

.jqx-file-upload-form, .jqx-file-upload-file-input {
    visibility: hidden;
    display: none;
}

.jqx-file-upload-form-ie9, .jqx-file-upload-file-input-ie9 {
    display: block;
    visibility: visible;
}

.jqx-file-upload-form-ie9 {
    z-index: 10000;
    opacity: 0;
    filter: alpha(opacity=0);
}

.jqx-file-upload-file-name {
    width: auto;
    padding: 0 2px 0 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    *float: left;
}

.jqx-file-upload-button-browse-rtl, .jqx-file-upload-button-upload-rtl, .jqx-file-upload-button-cancel-rtl, .jqx-file-upload-file-name-rtl, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-loading-element {
    float: right;
}

.jqx-file-upload, .jqx-file-upload-file-row {
    padding: 5px;
}

.jqx-file-upload-button-browse {
    display: block;
}

.jqx-file-upload-buttons-container {
    height: auto;
    margin-top: 10px;
}

.jqx-file-upload-button-browse-rtl, .jqx-file-upload-button-upload-rtl, .jqx-file-upload-button-cancel-rtl, .jqx-file-upload-file-name-rtl, .jqx-file-upload-file-cancel-rtl, .jqx-file-upload-file-upload-rtl {
    direction: rtl !important;
}

.jqx-file-upload-button-cancel, .jqx-file-upload-button-upload-rtl {
    margin-left: 5px;
}

.jqx-file-upload-button-upload-rtl-ie {
    margin-right: 5px;
}

.jqx-file-upload-button-cancel-rtl, .jqx-file-upload-button-upload-rtl-ie {
    margin-left: 0;
}

.jqx-file-upload-file-row {
    height: 30px;
    margin-bottom: 3px;
    clear: both;
}

.jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-loading-element {
    width: 17px;
    margin: 0 1px 0 1px;
}

.jqx-file-upload-file-cancel-rtl, .jqx-file-upload-file-upload-rtl, .jqx-file-upload-loading-element-rtl {
    float: none;
    *float: left;
}

.jqx-file-upload-button-browse, .jqx-file-upload-button-upload, .jqx-file-upload-button-cancel, .jqx-file-upload-form-ie9, .jqx-file-upload-file-input-ie9, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload {
    cursor: pointer;
    white-space: nowrap;
}

.jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload {
    display: inline-block;
}

.jqx-file-upload-icon-upload, .jqx-file-upload-loading-element {
    margin-top: 1px;
}

.jqx-file-upload-loading-element {
    background-image: url(/images/loader-small.gif);
    background-repeat: no-repeat;
}

.jqx-date-time-input-popup .jqx-icon {
    margin-top: 0px;
}


.jqx-text-area-element {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border: none;
    outline: none;
    left: 0px;
    top: 0px;
    margin: 0px;
    position: absolute;
    resize: none;
}

.jqx-text-area-element-rtl {
    direction: rtl !important;
}

.jqx-responsive-panel {
    overflow: auto;
}

.jqx-responsive-panel {
    border-width: 0px;
}

.jqx-responsive-panel-button {
    border-width: 1px;
    border-style: solid;
}

.jqx-responsive-panel-button {
    display: none;
    cursor: pointer;
}

.jqx-responsive-panel-button-inner {
    margin: 0;
    width: 100%;
    height: 100%;
    background-position: center;
}

.jqx-loader {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 999;
    border-style: solid;
    border-width: 1px;
}

.jqx-loader-ie-transparency {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff)"; /*For IE 8*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff); /*For IE 7*/
}

.jqx-loader-modal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    cursor: default;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.6;
}

.jqx-loader-icon {
    background-image: url(/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.jqx-loader-text {
    z-index: 999;
    position: relative;
}

.jqx-loader-text-left {
    margin-left: 5px;
    position: absolute;
    top: 50%;
}

.jqx-loader-text-right {
    margin-right: 5px;
    position: absolute;
    top: 50%;
    right: 0px;
}

.jqx-loader-text-top {
    text-align: center;
    margin-top: 5px;
}

.jqx-loader-text-bottom {
    bottom: 0px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 5px;
}

.jqx-loader-rtl {
    direction: rtl;
}
/* jqxLayout and jqxDockingLayout */
.jqx-layout, .jqx-layout-group-root, .jqx-layout-pseudo-window-header, .jqx-docking-layout-overlay-inner-square-content {
    position: relative;
}

.jqx-layout-pseudo-window-pin-background, .jqx-layout-pseudo-window-close-background, .jqx-layout-resize-feedback, .jqx-layout-overlay, .jqx-docking-layout-overlay, .jqx-docking-layout-overlay-highlight-right, .jqx-docking-layout-overlay-highlight-bottom, .jqx-docking-layout-overlay-square-edge, .jqx-docking-layout-drop-overlay {
    position: absolute;
}

.jqx-layout {
    background-color: #c5c5c5;
}

.jqx-layout-group-root, .jqx-layout-pseudo-window-pin-icon, .jqx-layout-pseudo-window-pinned-icon, .jqx-layout-pseudo-window-close-icon, .jqx-layout-overlay {
    width: 100%;
    height: 100%;
}

.jqx-layout-group-default-horizontal > div, .jqx-layout-pseudo-window-title-ltr, .jqx-docking-layout-overlay-square, .jqx-docking-layout-overlay-mini-window-edge-horizontal, .jqx-docking-layout-overlay-square-edge-arrow-container-horizontal {
    float: left;
}

.jqx-layout-group-tabbed {
    position: static;
    box-sizing: border-box;
    min-height: 0 !important;
}

    .jqx-layout-group-tabbed .jqx-window-content, .jqx-docking-layout-group-floating .jqx-window-content {
        padding: 0;
    }

    .jqx-layout-group-tabbed .jqx-ribbon-content-section, .jqx-layout-window, .jqx-docking-layout-group-floating .jqx-ribbon-content-section {
        border: none;
    }

.jqx-layout-window {
    position: static;
}

.jqx-layout-group-auto-hide-content-vertical, .jqx-layout-group-auto-hide-content-horizontal {
    overflow: auto;
}

.jqx-layout-group-auto-hide-content-vertical {
    width: 150px;
}

.jqx-layout-group-auto-hide-content-horizontal {
    width: 100%;
    height: 150px;
}

.jqx-layout-pseudo-window {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    box-shadow: none !important;
}

.jqx-layout-pseudo-window-header, .jqx-layout-pseudo-window-content {
    width: 100%;
    box-sizing: border-box;
}

.jqx-layout-pseudo-window-header {
    height: 30px;
}

.jqx-layout-pseudo-window-pin-background, .jqx-layout-pseudo-window-close-background {
    width: 16px;
    height: 16px;
    top: 5px;
}

.jqx-layout-pseudo-window-pin-background-ltr {
    right: 15px;
}

.jqx-layout-pseudo-window-close-background-ltr {
    right: 0;
}

.jqx-layout-pseudo-window-pin-background-rtl {
    left: 15px;
}

.jqx-layout-pseudo-window-close-background-rtl {
    left: 0;
}

.jqx-layout-pseudo-window-pin-icon, .jqx-layout-pseudo-window-pinned-icon, .jqx-layout-pseudo-window-close-icon {
    cursor: pointer;
}

.jqx-layout-pseudo-window-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jqx-layout-pseudo-window-pin-icon {
    background-image: url(/images/pin.png);
}

.jqx-layout-pseudo-window-pinned-icon {
    background-image: url(/images/pinned.png);
}

.jqx-layout-pseudo-window-title-rtl {
    float: right;
}

.jqx-layout-resize-feedback {
    z-index: 9999;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    display: none;
}

.jqx-layout-resize-feedback-horizontal {
    width: 100%;
    height: 4px;
    cursor: row-resize;
}

.jqx-layout-resize-feedback-vertical {
    width: 4px;
    height: 100%;
    cursor: col-resize;
}

.jqx-layout-resize-feedback-warning {
    border-color: #800000 !important;
    background-color: Red !important;
}

.jqx-layout-overlay {
    top: 0;
    left: 0;
    display: none;
    background-color: transparent;
    z-index: 8999;
    pointer-events: none;
}

.jqx-layout-ribbon-header-ltr {
    padding-left: 20px;
}

.jqx-layout-ribbon-header-rtl {
    padding-right: 20px;
}

/* jqxDockingLayout-specific */
.jqx-docking-layout-group-floating {
    border-color: #FFD280 !important;
}

    .jqx-docking-layout-group-floating .jqx-window-header {
        border-color: #FFD280;
        background-color: #FFD280 !important;
        background: -webkit-linear-gradient(#FFE4B5, #FFD280) !important;
        background: -o-linear-gradient(#FFE4B5, #FFD280) !important;
        background: -moz-linear-gradient(#FFE4B5, #FFD280) !important;
        background: linear-gradient(#FFE4B5, #FFD280 ) !important;
    }

.jqx-docking-layout-overlay, .jqx-docking-layout-overlay-square-edge {
    z-index: 99999;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.jqx-docking-layout-overlay-square-edge {
    display: none;
}

.jqx-docking-layout-overlay {
    width: 100px;
    height: 100px;
    left: 100px;
    top: 70px;
}

.jqx-docking-layout-overlay-section {
    height: 33px;
    width: 100px;
}

.jqx-docking-layout-overlay-square {
    width: 26px;
    height: 26px;
    padding: 3px;
}

.jqx-docking-layout-overlay-square-invisible {
    background-color: transparent !important;
    background-image: none !important;
}

.jqx-docking-layout-overlay-square-top, .jqx-docking-layout-overlay-square-left, .jqx-docking-layout-overlay-square-center, .jqx-docking-layout-overlay-square-right, .jqx-docking-layout-overlay-highlight-bottom {
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-docking-layout-overlay-square-top, .jqx-docking-layout-overlay-square-left, .jqx-docking-layout-overlay-square-bottom, .jqx-docking-layout-overlay-highlight-right {
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-docking-layout-overlay-square-top, .jqx-docking-layout-overlay-square-right, .jqx-docking-layout-overlay-square-bottom, .jqx-docking-layout-overlay-highlight-left {
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-docking-layout-overlay-square-left, .jqx-docking-layout-overlay-square-center, .jqx-docking-layout-overlay-square-right, .jqx-docking-layout-overlay-square-bottom, .jqx-docking-layout-overlay-inner-square-header, .jqx-docking-layout-overlay-highlight-top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-docking-layout-overlay-square-center {
    border-color: transparent !important;
}

.jqx-docking-layout-overlay-inner-square, .jqx-docking-layout-overlay-inner-square-header, .jqx-docking-layout-overlay-inner-square-content, .jqx-docking-layout-overlay-highlight-top, .jqx-docking-layout-overlay-highlight-bottom, .jqx-docking-layout-overlay-mini-window-edge-vertical {
    width: 24px;
}

.jqx-docking-layout-overlay-inner-square {
    border-width: 1px;
    border-style: solid;
    height: 24px;
}

.jqx-docking-layout-overlay-inner-square-header {
    height: 5px;
}

.jqx-docking-layout-overlay-inner-square-content {
    height: 18px;
}

.jqx-docking-layout-overlay-highlight {
}

.jqx-docking-layout-overlay-highlight-top {
    height: 9px;
    border-bottom-style: dashed;
}

.jqx-docking-layout-overlay-highlight-left, .jqx-docking-layout-overlay-highlight-right {
    width: 12px;
    height: 18px;
}

.jqx-docking-layout-overlay-highlight-left {
    border-right-style: dashed;
}

.jqx-docking-layout-overlay-highlight-right {
    right: 0;
    border-left-style: dashed;
}

.jqx-docking-layout-overlay-highlight-bottom {
    bottom: 0;
    height: 9px;
    border-top-style: dashed;
}

.jqx-docking-layout-drop-overlay {
    display: none;
    background-color: #6495ED;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: 10000;
    top: 0px;
    left: 0px;
}

.jqx-docking-layout-square-disabled {
    visibility: hidden;
}

.jqx-docking-layout-overlay-square-edge, .jqx-docking-layout-overlay-mini-window-edge-horizontal, .jqx-docking-layout-overlay-mini-window-edge-vertical {
    border-style: solid;
    border-width: 1px;
}

.jqx-docking-layout-overlay-inner-square-edge {
    width: 26px;
    height: 26px;
}

.jqx-docking-layout-overlay-mini-window-edge-horizontal {
    height: 24px;
}

.jqx-docking-layout-overlay-mini-window-edge-vertical {
    height: 13px;
}

.jqx-docking-layout-overlay-mini-window-edge-horizontal, .jqx-docking-layout-overlay-inner-square-header-horizontal, .jqx-docking-layout-overlay-inner-square-content-horizontal {
    width: 13px;
}

.jqx-docking-layout-overlay-inner-square-content-vertical {
    height: 7px;
}

.jqx-docking-layout-overlay-square-edge-arrow {
    border-style: solid;
    border-width: 5px;
    width: 0px;
    height: 0px;
    display: block;
    background: transparent !important;
}

.jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-right, .jqx-docking-layout-overlay-square-edge-arrow-top {
    border-top-color: transparent !important;
}

.jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-right, .jqx-docking-layout-overlay-square-edge-arrow-bottom {
    border-bottom-color: transparent !important;
}

.jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-top, .jqx-docking-layout-overlay-square-edge-arrow-bottom {
    border-left-color: transparent !important;
}

.jqx-docking-layout-overlay-square-edge-arrow-right, .jqx-docking-layout-overlay-square-edge-arrow-top, .jqx-docking-layout-overlay-square-edge-arrow-bottom {
    border-right-color: transparent !important;
}

.jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-right {
    margin-top: 8px;
}

.jqx-docking-layout-overlay-square-edge-arrow-top, .jqx-docking-layout-overlay-square-edge-arrow-bottom {
    margin-left: 8px;
}

.jqx-tag-cloud ul {
    padding-left: 5px;
}

.jqx-tag-cloud-item {
    padding: 3px;
    display: inline-block;
}

    .jqx-tag-cloud-item a {
        text-decoration: initial;
    }

        .jqx-tag-cloud-item a:hover {
            text-decoration: underline;
        }

.jqx-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    border: 1px solid #aaa;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.jqx-popover-modal-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.jqx-popover-close-button {
    width: 16px;
    height: 16px;
    float: right;
}

.jqx-popover-close-button-rtl {
    float: left;
}

.jqx-popover.top {
    margin-top: -10px;
}

.jqx-popover.right {
    margin-left: 10px;
}

.jqx-popover.bottom {
    margin-top: 10px;
}

.jqx-popover.left {
    margin-left: -10px;
}

.jqx-popover-title {
    padding: 8px 14px;
    margin: 0;
    border-bottom: 1px solid inherit;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

    .jqx-popover-title:empty {
        display: none;
    }

.jqx-popover-content {
    padding: 9px 14px;
}

.jqx-popover .jqx-popover-arrow,
.jqx-popover .jqx-popover-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.jqx-popover .jqx-popover-arrow {
    border-width: 11px;
}

    .jqx-popover .jqx-popover-arrow:after {
        border-width: 10px;
        content: "";
    }

.jqx-popover.top .jqx-popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: inherit;
    border-bottom-width: 0;
}

    .jqx-popover.top .jqx-popover-arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #ffffff;
        border-bottom-width: 0;
    }

.jqx-popover.right .jqx-popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: inherit;
    border-left-width: 0;
}

    .jqx-popover.right .jqx-popover-arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #ffffff;
        border-left-width: 0;
    }

.jqx-popover.bottom .jqx-popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: inherit;
    border-top-width: 0;
}

    .jqx-popover.bottom .jqx-popover-arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #ffffff;
        border-top-width: 0;
    }

.jqx-popover.left .jqx-popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: inherit;
}

    .jqx-popover.left .jqx-popover-arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #ffffff;
        border-right-width: 0;
    }


.jqx-kanban-full-frame {
    width: 100vw;
    height: 100vh;
}

.jqx-kanban-in-frame {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.jqx-kanban-rtl {
    direction: rtl;
    text-align: right;
}

.jqx-kanban-column {
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    float: left;
}

.jqx-kanban-column-collapsed {
    width: 50px;
}

.jqx-kanban-column-first {
    border-width: 1px;
}

.jqx-kanban-column:first-of-type {
    border-width: 1px 1px 1px 1px;
}

.jqx-kanban-column-selected {
    /*  background-color: blue;*/
}

.jqx-kanban-column-header-collapsed { /*vertical column invisible*/
    display: none;
    box-sizing: border-box;
    height: 0px;
    width: 0px;
    position: relative;
    cursor: pointer;
}

.jqx-kanban-column-header-collapsed-show { /*vertical column visible*/
    display: block !important;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.jqx-kanban-column-vertical-container {
    padding-top: 0px;
    padding-left: 0px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space: nowrap;
}

.jqx-kanban-column-vertical-container-inverse {
    padding-top: 0px;
    padding-left: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    white-space: nowrap;
}

.jqx-kanban-column-vertical-container .jqx-kanban-column-header-title, .jqx-kanban-column-vertical-container .jqx-kanban-column-header-status {
    position: relative;
}

.jqx-kanban-column-hide { /*colapsed*/
    display: none !important;
}

.jqx-kanban-column-header {
    border-width: 1px;
    border-style: solid;
    margin: 1px;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.jqx-kanban-column-header-button {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}

.jqx-kanban-column-header .jqx-window-collapse-button {
    margin-top: 1px !important;
}

.jqx-kanban-column-header-custom-button {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}

.jqx-kanban-column-header-custom-button-rtl {
    left: 20px;
}

.jqx-kanban-column-header-button-rtl {
    left: 0px;
}

.jqx-kanban-column-header-collapsed .jqx-kanban-column-header-button {
    top: 100%;
    right: 50%;
    margin-top: -21px;
    left: 50%;
    margin-left: -8px;
}

.jqx-kanban-column-header-collapsed .jqx-kanban-column-header-custom-button {
    top: 100%;
    right: 50%;
    margin-top: -41px;
    left: 50%;
    margin-left: -8px;
}

.jqx-kanban-column-container {
    margin: 1px;
    overflow-y: auto;
}

.jqx-kanban-item-placeholder {
    height: 100px;
    border: gray dotted 1px;
    border-radius: 3px;
    margin: 5px;
}

.jqx-kanban-column-vertical-container-inverse-ie8-fix {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.jqx-kanban-column-vertical-container-ie8-fix {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.jqx-kanban-item {
    margin: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    position: relative;
    box-shadow: #ddd 2px 2px 3px;
    cursor: pointer;
    touch-action: none;
    -ms-touch-action: none;
}

.jqx-kanban-item-selected {
}

.jqx-kanban-item-color-status {
    background-color: #6bbd49;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.jqx-kanban-item-color-status-rtl {
    right: 0px;
    left: 100%;
}

.jqx-kanban-item-text {
    padding-left: 6px;
    padding-right: 23px;
    font-size: 14px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jqx-kanban-rtl .jqx-kanban-item-text {
    padding-right: 6px;
    padding-left: 23px;
}

.jqx-kanban-column-header-title {
}

.jqx-kanban-column-header-status {
}

.jqx-kanban-item-content {
}

.jqx-kanban-item-avatar {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: #eee;
    text-align: center;
    overflow: hidden;
}

.jqx-kanban-item-avatar-rtl {
    left: 3px;
}

.jqx-kanban-item-avatar-image {
    width: 20px;
    height: 20px;
}

    .jqx-kanban-item-avatar-image:hover {
    }

.jqx-kanban-item-footer {
    border-top: 1px solid transparent;
    border-color: inherit;
    overflow: hidden;
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
}


.jqx-kanban-item-keyword {
    float: left;
    margin: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    border-color: inherit;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

.jqx-kanban-item-keyword-rtl {
    direction: rtl;
    text-align: right;
    float: right;
}

.jqx-kanban-item-keyword:hover {
}

.jqx-kanban-item-avatar {
    height: 20px;
}

.jqx-kanban-handle {
    cursor: move;
}

.jqx-kanban-clearing {
    clear: both;
}

.jqx-sortable {
    touch-action: none;
    -ms-touch-action: none;
}

.jqx-bar-gauge-tooltip {
    position: absolute;
    left: 20px;
    top: 20px;
    display: none;
    padding: 6px 12px;
    border: black solid 1px;
    background-color: white;
    color: #333333;
    font-size: 11px;
    font-weight: 100;
    font-family: Verdana;
    border: black solid 1px;
    border-radius: 3px;
    opacity: 1;
    white-space: nowrap;
    z-index: 5;
}

.jqx-bar-gauge-measure-text {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    z-index: -99999;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

.jqx-scrollbar-mobile {
    background: transparent !important;
}

    .jqx-scrollbar-mobile .jqx-scrollbar-state-normal {
        background: transparent !important;
        border-color: transparent !important;
    }

    .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal-horizontal, .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal {
        background: #808080 !important;
        border-color: #808080 !important;
        border-width: 1px;
        z-index: 99999;
        border-radius: 0px !important;
    }

    .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal {
        width: 4px !important;
    }

    .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal-horizontal {
        height: 4px !important;
    }


.jqx-primary .jqx-icon-arrow-down, .jqx-warning .jqx-icon-arrow-down, .jqx-danger .jqx-icon-arrow-down, .jqx-success .jqx-icon-arrow-down, .jqx-info .jqx-icon-arrow-down {
    background-image: url(/images/icon-down-white.png);
}

.jqx-primary .jqx-icon-arrow-down-selected, .jqx-warning .jqx-icon-arrow-down-selected, .jqx-danger .jqx-icon-arrow-down-selected, .jqx-success .jqx-icon-arrow-down-selected, .jqx-info .jqx-icon-arrow-down-selected {
    background-image: url(/images/icon-down-white.png);
}

.jqx-primary .jqx-icon-arrow-down-hover, .jqx-warning .jqx-icon-arrow-down-hover, .jqx-danger .jqx-icon-arrow-down-hover, .jqx-success .jqx-icon-arrow-down-hover, .jqx-info .jqx-icon-arrow-down-hover {
    background-image: url(/images/icon-down-white.png);
}

.jqx-primary .jqx-icon-arrow-up, .jqx-warning .jqx-icon-arrow-up, .jqx-danger .jqx-icon-arrow-up, .jqx-success .jqx-icon-arrow-up, .jqx-info .jqx-icon-arrow-up {
    background-image: url(/images/icon-up-white.png);
}

.jqx-primary .jqx-icon-arrow-up-selected, .jqx-warning .jqx-icon-arrow-up-selected, .jqx-danger .jqx-icon-arrow-up-selected, .jqx-success .jqx-icon-arrow-up-selected, .jqx-info .jqx-icon-arrow-up-selected {
    background-image: url(/images/icon-up-white.png);
}

.jqx-primary .jqx-icon-arrow-up-hover, .jqx-warning .jqx-icon-arrow-up-hover, .jqx-danger .jqx-icon-arrow-up-hover, .jqx-success .jqx-icon-arrow-up-hover, .jqx-info .jqx-icon-arrow-up-hover {
    background-image: url(/images/icon-up-white.png);
}

.jqx-primary .jqx-icon-arrow-right, .jqx-warning .jqx-icon-arrow-right, .jqx-danger .jqx-icon-arrow-right, .jqx-success .jqx-icon-arrow-right, .jqx-info .jqx-icon-arrow-right {
    background-image: url(/images/icon-right-white.png);
}

.jqx-primary .jqx-icon-arrow-right-selected, .jqx-warning .jqx-icon-arrow-right-selected, .jqx-danger .jqx-icon-arrow-right-selected, .jqx-success .jqx-icon-arrow-right-selected, .jqx-info .jqx-icon-arrow-right-selected {
    background-image: url(/images/icon-right-white.png);
}

.jqx-primary .jqx-icon-arrow-right-hover, .jqx-warning .jqx-icon-arrow-right-hover, .jqx-danger .jqx-icon-arrow-right-hover, .jqx-success .jqx-icon-arrow-right-hover, .jqx-info .jqx-icon-arrow-right-hover {
    background-image: url(/images/icon-right-white.png);
}

.jqx-primary .jqx-icon-arrow-left, .jqx-warning .jqx-icon-arrow-left, .jqx-danger .jqx-icon-arrow-left, .jqx-success .jqx-icon-arrow-left, .jqx-info .jqx-icon-arrow-left {
    background-image: url(/images/icon-left-white.png);
}

.jqx-primary .jqx-icon-arrow-left-selected, .jqx-warning .jqx-icon-arrow-left-selected, .jqx-danger .jqx-icon-arrow-left-selected, .jqx-success .jqx-icon-arrow-left-selected, .jqx-info .jqx-icon-arrow-left-selected {
    background-image: url(/images/icon-left-white.png);
}

.jqx-primary .jqx-icon-arrow-left-hover, .jqx-warning .jqx-icon-arrow-left-hover, .jqx-danger .jqx-icon-arrow-left-hover, .jqx-success .jqx-icon-arrow-left-hover, .jqx-info .jqx-icon-arrow-left-hover {
    background-image: url(/images/icon-left-white.png);
}

.jqx-primary-item .jqx-listitem-state-hover, .jqx-primary-item .jqx-menu-item-hover, .jqx-primary-item .jqx-tree-item-hover, .jqx-primary-item .jqx-calendar-cell-hover, .jqx-primary-item .jqx-grid-cell-hover,
.jqx-primary-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-primary-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-primary-item .jqx-input-popup .jqx-fill-state-pressed {
   /* background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;*/
}

.jqx-primary-item .jqx-listitem-state-selected, .jqx-primary-item .jqx-menu-item-selected, .jqx-primary-item .jqx-tree-item-selected, .jqx-primary-item .jqx-calendar-cell-selected, .jqx-primary-item .jqx-grid-cell-selected,
.jqx-primary-item .jqx-menu-vertical .jqx-primary-item .jqx-menu-item-top-selected, .jqx-primary-item .jqx-grid-selectionarea, .jqx-primary-item .jqx-input-button-header, .jqx-primary-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-warning-item .jqx-listitem-state-hover, .jqx-warning-item .jqx-menu-item-hover, .jqx-warning-item .jqx-tree-item-hover, .jqx-warning-item .jqx-calendar-cell-hover, .jqx-warning-item .jqx-grid-cell-hover,
.jqx-warning-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-warning-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-warning-item .jqx-input-popup .jqx-fill-state-pressed {
   /* background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;*/
}

.jqx-warning-item .jqx-listitem-state-selected, .jqx-warning-item .jqx-menu-item-selected, .jqx-warning-item .jqx-tree-item-selected, .jqx-warning-item .jqx-calendar-cell-selected, .jqx-warning-item .jqx-grid-cell-selected,
.jqx-warning-item .jqx-menu-vertical .jqx-warning-item .jqx-menu-item-top-selected, .jqx-warning-item .jqx-grid-selectionarea, .jqx-warning-item .jqx-input-button-header, .jqx-warning-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-danger-item .jqx-listitem-state-hover, .jqx-danger-item .jqx-menu-item-hover, .jqx-danger-item .jqx-tree-item-hover, .jqx-danger-item .jqx-calendar-cell-hover, .jqx-danger-item .jqx-grid-cell-hover,
.jqx-danger-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-danger-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-danger-item .jqx-input-popup .jqx-fill-state-pressed {
   /* background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;*/
}

.jqx-danger-item .jqx-listitem-state-selected, .jqx-danger-item .jqx-menu-item-selected, .jqx-danger-item .jqx-tree-item-selected, .jqx-danger-item .jqx-calendar-cell-selected, .jqx-danger-item .jqx-grid-cell-selected,
.jqx-danger-item .jqx-menu-vertical .jqx-danger-item .jqx-menu-item-top-selected, .jqx-danger-item .jqx-grid-selectionarea, .jqx-danger-item .jqx-input-button-header, .jqx-danger-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-success-item .jqx-listitem-state-hover, .jqx-success-item .jqx-menu-item-hover, .jqx-success-item .jqx-tree-item-hover, .jqx-success-item .jqx-calendar-cell-hover, .jqx-success-item .jqx-grid-cell-hover,
.jqx-success-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-success-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-success-item .jqx-input-popup .jqx-fill-state-pressed {
  /*  background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;*/
}

.jqx-success-item .jqx-listitem-state-selected, .jqx-success-item .jqx-menu-item-selected, .jqx-success-item .jqx-tree-item-selected, .jqx-success-item .jqx-calendar-cell-selected, .jqx-success-item .jqx-grid-cell-selected,
.jqx-success-item .jqx-menu-vertical .jqx-success-item .jqx-menu-item-top-selected, .jqx-success-item .jqx-grid-selectionarea, .jqx-success-item .jqx-input-button-header, .jqx-success-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-info-item .jqx-listitem-state-hover, .jqx-info-item .jqx-menu-item-hover, .jqx-info-item .jqx-tree-item-hover, .jqx-info-item .jqx-calendar-cell-hover, .jqx-info-item .jqx-grid-cell-hover,
.jqx-info-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-info-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-info-item .jqx-input-popup .jqx-fill-state-pressed {
/*    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;*/
}

.jqx-info-item .jqx-listitem-state-selected, .jqx-info-item .jqx-menu-item-selected, .jqx-info-item .jqx-tree-item-selected, .jqx-info-item .jqx-calendar-cell-selected, .jqx-info-item .jqx-grid-cell-selected,
.jqx-info-item .jqx-menu-vertical .jqx-info-item .jqx-menu-item-top-selected, .jqx-info-item .jqx-grid-selectionarea, .jqx-info-item .jqx-input-button-header, .jqx-info-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-inverse-item .jqx-listitem-state-hover, .jqx-inverse-item .jqx-menu-item-hover, .jqx-inverse-item .jqx-tree-item-hover, .jqx-inverse-item .jqx-calendar-cell-hover, .jqx-inverse-item .jqx-grid-cell-hover,
.jqx-inverse-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-inverse-item .jqx-input-popup .jqx-fill-state-hover,
.jqx-inverse-item .jqx-input-popup .jqx-fill-state-pressed {
 /*   background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;*/
}

.jqx-inverse-item .jqx-listitem-state-selected, .jqx-inverse-item .jqx-menu-item-selected, .jqx-inverse-item .jqx-tree-item-selected, .jqx-inverse-item .jqx-calendar-cell-selected, .jqx-inverse-item .jqx-grid-cell-selected,
.jqx-inverse-item .jqx-menu-vertical .jqx-inverse-item .jqx-menu-item-top-selected, .jqx-inverse-item .jqx-grid-selectionarea, .jqx-inverse-item .jqx-input-button-header, .jqx-inverse-item .jqx-input-button-innerHeader {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-shadow: none !important;
    border-color: #f5f5f5 !important;
}

.jqx-element {
    overflow: hidden;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    box-sizing: border-box;
}

.jqx-element-no-border {
    border-width: 0px;
}

.jqx-element-container {
}

.jqx-resize-trigger, .jqx-resize-trigger-shrink {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0s;
}

.jqx-resize-trigger-shrink {
    width: 200%;
    height: 200%;
}

.jqx-resize-trigger-container {
    display: block;
    visibility: hidden;
    position: relative;
    top: -100%;
    left: 0;
    min-height: 0.1px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
}

/* jqxPivotGrid */
.jqx-pivotgrid {
    background-color: #DEDEDE;
}

.jqx-pivotgrid-item {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    padding: 0px;
    text-overflow: ellipsis;
}

.jqx-pivotgrid-content-wrapper {
    align: left;
    valign: top;
    overflow: hidden;
    border: solid 1px grey;
}

.jqx-pivotgrid-menu-button {
    border: none;
    background-image: url(/images/icon-menu-small.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.jqx-pivotgrid-expand-button {
    outline: none;
    background-image: url(/images/icon_expand.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    left: 5px;
    float: left;
    vertical-align: middle;
}

.jqx-pivotgrid-collapse-button {
    outline: none;
    background-image: url(/images/icon_collapse.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    left: 5px;
    float: left;
    vertical-align: middle;
}

.jqx-pivotgrid-sortasc-icon {
    background-image: url(/images/icon-sort-asc.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}

.jqx-pivotgrid-sortdesc-icon {
    background-image: url(/images/icon-sort-desc.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}

.jqx-pivotgrid-sortremove-icon {
    background-image: url(/images/icon-sort-remove.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}

.jqx-pivotgrid-settings-icon {
    background-image: url(/images/icon-menu-small.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}

jqx-bullet-chart {
    width: 800px;
    height: 80px;
}

jqx-scroll-view {
    width: 600px;
}

jqx-bar-gauge, jqx-draw {
    width: 850px;
    height: 600px;
}

jqx-menu {
    width: 600px;
}

jqx-data-table, jqx-pivotgrid, jqx-grid, jqx-scheduler, jqx-tree-grid, jqx-docking-layout, jqx-layout, jqx-tree-map, jqx-splitter, jqx-kanban {
    width: 850px;
}

jqx-nav-bar {
    height: 50px;
}

jqx-chart {
    width: 850px;
    height: 400px;
}

jqx-docking-layout, jqx-layout {
    width: 850px;
    height: 600px;
}

jqx-ribbon, jqx-panel {
    width: 450px;
    height: 300px;
}

jqx-scheduler {
    height: 600px;
}

jqx-list-box, jqx-text-area {
    width: 200px;
    height: 200px;
}

jqx-file-upload {
    width: 300px;
}

jqx-complex-input, jqx-formatted-input, jqx-password-input, jqx-input, jqx-number-input, jqx-slider,
jqx-masked-input, jqx-drop-down-list, jqx-combo-box, jqx-date-time-input, jqx-drop-down-button {
    width: 300px;
    height: 35px;
}

jqx-loader {
    width: 100px !important;
    height: 60px !important;
}

jqx-expander, jqx-navigation-bar {
    width: 350px;
}

jqx-navigation-bar {
    height: 450px;
}

jqx-range-selector {
    width: 600px;
}

jqx-tabs {
    width: 800px;
}

jqx-tool-bar {
    width: 800px;
    height: 35px;
}

jqx-editor {
    width: 600px;
    height: 400px;
}

jqx-tree-map {
    width: 850px;
    height: 600px;
}

jqx-tree {
    width: 250px;
}

jqx-linear-gauge {
    width: 100px;
}

jqx-color-picker, jqx-calendar {
    width: 200px;
    height: 200px;
}

jqx-scroll-bar {
    width: 400px;
    height: 20px;
}

jqx-knob {
    width: 600px;
    height: 600px;
}

.jqx-input-label {
    visibility: hidden;
    position: absolute;
}

.jqx-input-bar {
    visibility: hidden;
    position: absolute;
}

.jqx-info-icon {
    background-image: url(/images/icon-info-small.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
}

.jqx-labels-and-palette {
    display: flex;
}

.jqx-shades {
    width: 560px;
    padding-left: 100px;
}

.jqx-palette > ul,
.jqx-shades > ul,
.jqx-color-labels > ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.jqx-color-labels > ul {
    flex-direction: column;
}

.jqx-color-cell {
    width: 39px;
    height: 39px;
    margin: 0.5px;
    cursor: pointer;
}

.jqx-color-cell:hover {
    border-radius: 8px;
}

.jqx-shade-cell {
    width: 38px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 1px 5px 1px;
    text-align: center;
}

.jqx-color-label {
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
}

.jqx-heatmap-container-wrapper {
    display: flex;
 }

 .jqx-heatmap-container-wrapper canvas {
    display: block;
 }

 .jqx-heatmap-title {
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
 }

 .jqx-heatmap-grid {
    display: flex;
    cursor: default;
 }

 .jqx-x-axis-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
 }

 .jqx-y-axis-container {
    display: flex;
    flex-direction: row-reverse;
    flex-grow: 1;
 }

 .jqx-column {
    display: flex;
    flex-direction: column-reverse;
 }

 .jqx-x-axis {
    display: flex;
 }

 .jqx-x-axis-label {
    padding-top: 10px;
    font-size: 14px;
    color: gray;
    text-align: center;
 }

 .jqx-x-axis-label.jqx-top {
    padding: 0 0 10px 0;
 }

 .jqx-y-axis {
    display: flex;
    flex-direction: column-reverse;
 }

 .jqx-y-axis.jqx-margin-top-auto {
    margin-top: auto;
 }

 .jqx-y-axis-label {
    display: flex;
    align-items: center;
    color: gray;
    padding-right: 10px;
 }

 .jqx-y-axis-label.jqx-right {
    padding: 0 0 0 10px;
 }

 .jqx-heatmap-cell {
    position: relative;
    padding: 20px 10px;
    margin: 1px;
    text-align: center;
 }

 .jqx-heatmap-cell.jqx-empty-cell {
    pointer-events: none;
 }

 .jqx-heatmap-tooltip {
    display: inline-block;
    position: absolute;
    background: #000;
    color: #fff;
    opacity: 0.6;
    padding: 10px;
    pointer-events: none;
    border-radius: 3px;
    transition: top 0.7s ease, left 0.7s ease;
    box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.75);
 }

 .jqx-heatmap-tooltip::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
 }

 .jqx-legend-vertical {
    position: relative;
    margin-left: 10px;
 }

 .jqx-legend-vertical.jqx-left {
    margin: 0 10px 0 0;
 }

 .jqx-legend-vertical.jqx-margin-top-auto {
    margin-top: auto;
 }

 .jqx-legend-horizontal {
    position: relative;
    margin-left: auto;
    margin-bottom: 40px;
 }

 .jqx-legend-horizontal.jqx-bottom {
    margin-top: 10px;
    margin-bottom: 30px;
 }

 .jqx-legend-horizontal.jqx-margin-right-auto {
    margin-right: auto;
    margin-left: 0;
 }

 .jqx-palette-vertical {
    width: 10px;
    height: 100%;
 }

 .jqx-palette-horizontal {
    width: 100%;
    height: 10px;
 }

 .jqx-palette-horizontal.jqx-fixed {
    display: flex;
 }

 .jqx-color-container,
 .jqx-color-container-tick {
    cursor: pointer;
 }

 .jqx-opacity-50 {
    opacity: 0.5;
 }

 .jqx-selected-color {
    background: #d3d3d3 !important;
 }

 .jqx-heatmap-hidden {
    visibility: hidden;
 }

 .jqx-tick-vertical {
    position: absolute;
    left: 15px;
 }

 .jqx-tick-vertical::before {
    content: '';
    width: 10px;
    background: #fff;
    height: 1px;
    position: absolute;
    top: 6px;
    left: -15px;
 }

 .jqx-tick-vertical.jqx-no-line::before,
 .jqx-tick-horizontal.jqx-no-line::before {
    content: none;
 }

 .jqx-tick-horizontal {
    position: absolute;
    top: 20px;
 }

 .jqx-tick-horizontal::before {
    content: '';
    width: 10px;
    background: #fff;
    width: 1px;
    height: 10px;
    position: absolute;
    top: -20px;
    left: 6px;
 }

 .jqx-arrow-vertical {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid gray;
    position: absolute;
    left: -8px;
    display: none;
 }

 .jqx-arrow-horizontal {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid gray;
    position: absolute;
    top: 11px;
    left: -6px;
    display: none;
 }

 /*jqxTimePicker Style*/
.jqx-time-picker {
    display: block;
    border: 1px solid #c5c5c5;
    border-radius: 1px;
    font-family: Verdana;
    font-size: 12px;
    line-height: initial;
    touch-action: none;
    min-width: 250px;
    box-sizing: border-box;
}
.jqx-time-picker * {
    box-sizing: border-box;
}
.jqx-time-picker[view="landscape"] {
    min-width: 400px;
}
.jqx-time-picker>.jqx-container {
    width: 100%;
    height: 100%;
}
.jqx-time-picker[view="landscape"]>.jqx-container, .jqx-time-picker .jqx-header, .jqx-time-picker .jqx-svg-container, .jqx-time-picker .jqx-hour-minute-container {
    display: flex;
}
.jqx-time-picker .jqx-header {
    width: 100%;
    height: 20%;
    justify-content: center;
    align-items: center;
}
.jqx-time-picker[view="landscape"] .jqx-header {
    flex-direction: column;
    width: 33%;
    height: 100%;
}
.jqx-time-picker .jqx-main-container {
    width: 100%;
    height: 80%;
    padding: 2%;
    background-color: var(--jqx-time-picker-background);
}
.jqx-time-picker[view="landscape"] .jqx-main-container {
    width: 67%;
    height: 100%;
}
.jqx-time-picker .jqx-svg-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.jqx-time-picker[footer] .jqx-svg-container {
    height: calc(100% - 30px);
}
.jqx-time-picker .jqx-footer {
    display: none;
}
.jqx-time-picker[footer] .jqx-footer {
    display: block;
    width: 100%;
    height: 30px;
}
.jqx-time-picker .jqx-hour-minute-container {
    font-size: 50px;
}
.jqx-time-picker .jqx-am-pm-container {
    margin-left: 10px;
}
.jqx-time-picker[view="landscape"] .jqx-am-pm-container {
    margin-left: 0;
}
.jqx-time-picker .jqx-hour-container, .jqx-time-picker .jqx-minute-container, .jqx-time-picker .jqx-am-container, .jqx-time-picker .jqx-pm-container {
    opacity: 0.5;
    cursor: pointer;
}
.jqx-time-picker[readonly] .jqx-hour-container, .jqx-time-picker[disabled] .jqx-hour-container, .jqx-time-picker[readonly] .jqx-minute-container, .jqx-time-picker[disabled] .jqx-minute-container, .jqx-time-picker[readonly] .jqx-am-container, .jqx-time-picker[disabled] .jqx-am-container, .jqx-time-picker[readonly] .jqx-pm-container, .jqx-time-picker[disabled] .jqx-pm-container {
    cursor: default;
}
.jqx-time-picker .jqx-selected {
    opacity: 1;
}
.jqx-time-picker .jqx-hour-minute-container div:nth-child(2) {
    opacity: 0.5;
}
.jqx-time-picker .jqx-svg-picker {
    border-radius: 50%;
    position: relative;
    box-sizing: content-box;
}
.jqx-time-picker .jqx-svg-picker.animate {
    animation: jqx-time-picker-animation 0.5s linear;
}
.jqx-time-picker[disabled] {
    opacity: 0.55;
    cursor: default;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.jqx-time-picker .jqx-label.jqx-selected {
    fill: white;
}
.jqx-time-picker .jqx-header:focus {
    outline: 1px solid skyblue;
}
.jqx-time-picker .jqx-svg-picker:focus {
    border: 1px solid skyblue;
    outline: none;
}
@keyframes jqx-time-picker-animation {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border-top-color:hsla(0,0%,100%,.9);border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing,10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height,13px)/2*-1 - var(--plyr-range-track-height,5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b3ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height,5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
.toast-title {
	font-weight: bold;
}
.toast-message {
    word-wrap: break-word;
}

.toast-message a,
.toast-message label{
	color: #FFF;
}
.toast-message a:hover {
	color: #CCC;
	text-decoration: none;
}

.toast-top-left {
	top: 12px;
	left: 12px;
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}

.toast-bottom-left {
	left: 12px;
	bottom: 12px;
}

#toast-container  {
	position: fixed;
	z-index: 9999;
}

#toast-container > div {
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px; 
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 0 12px #999999; 
	-webkit-box-shadow: 0 0 12px #999999; 
	-o-box-shadow: 0 0 12px #999999; 
	box-shadow: 0 0 12px #999999;
	color: #FFFFFF;
	margin: 0 0 6px;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	padding: 15px 15px 15px 50px;
	width: 300px;
}

.toast {
	background-color: #030303;
}

.toast-success{
	background-color: #51A351;
}

.toast-error{
	background-color: #BD362F;
}

.toast-info{
	background-color: #2F96B4;
}

.toast-warning{
	background-color: #F89406;
}
.toast-top-right {
	top: 12px;
	right: 12px;
}

#toast-container > :hover {
	-moz-box-shadow: 0 0 12px #000000; 
	-webkit-box-shadow: 0 0 12px #000000; 
	-o-box-shadow: 0 0 12px #000000; 
	box-shadow: 0 0 12px #000000;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	cursor: pointer;
}

#toast-container > .toast-info {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
