@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
html {
  font-size: 14px;
}

body {
  background-color: #eff6fb;
  font-family: "Assistant", sans-serif;
  color: #556;
  font-size: 1.2rem;
  position: relative;
}

.navbar-brand img {
  min-height: 62px;
  max-width: 55px;
}

.navbar-brand .txt-logo span {
  color: #888;
}

.navbar-brand .txt-logo h2 {
  line-height: 80%;
  font-weight: bold;
}

.navbar-collapse {
  z-index: 100;
}

.navbar-light {
  height: 12vh;
  background-color: #eff6fb;
}

.navbar-light .navbar-nav .nav-link {
  color: #556;
}

.navbar-light .navbar-nav .nav-link.active {
  font-weight: bold;
  color: #556;
}

.navbar-light h2 {
  font-family: "Poiret One", cursive;
  font-size: 2.4rem;
}

.btn-navbar-right {
  margin-top: -10px !important;
  margin-bottom: -8px !important;
  margin-right: -18px !important;
  border-radius: 0;
}

.btn-login {
  background-color: #071c4d;
  color: #ffffff;
}

.btn-login:hover {
  background-color: #335092;
}

header {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header h1,
header p {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

header h1 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 50px;
}

header .txtclass {
  min-height: 80%;
}

header button {
  padding: 50px 50px;
  color: #eee;
  -webkit-box-shadow: 0px 5px 15px rgba(85, 85, 102, 0.18);
          box-shadow: 0px 5px 15px rgba(85, 85, 102, 0.18);
}

header .btn-pills {
  color: #777;
  font-size: 1.5rem;
  font-weight: normal;
}

.kepala {
  height: 73vh;
  position: relative;
}

.kiri {
  position: relative;
  z-index: 2;
  top: 10%;
}

.kiri img {
  width: 50%;
}

.kanan {
  text-align: right;
  position: absolute;
  z-index: 1;
  bottom: 1px;
  right: 1px;
}

.kanan img {
  width: 59%;
}

.tombol {
  position: absolute;
  z-index: 102;
  bottom: 35px;
}

.section-stats {
  text-align: center;
  padding: 15px;
}

.section-stats .stats-detail {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.section-stats p {
  font-family: "Poiret One", cursive;
  font-size: 2.4rem;
  font-weight: lighter;
}

.section-stats p b {
  font-size: 3.4rem;
}

@media (max-width: 767.98px) {
  .kepala img {
    width: 100%;
  }
  .tombol {
    text-align: center;
    bottom: -25px;
  }
}

.program-label {
  color: #333;
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0.4;
  background-color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  header {
    margin-bottom: 25px;
    z-index: -102;
  }
  header .kepala {
    height: auto;
  }
  header .kiri {
    position: unset;
    display: block;
    margin-top: 15px;
    z-index: 103;
  }
  header .kanan {
    position: unset;
    margin-top: -30px;
    z-index: 104;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  header .btn-pills {
    color: #666;
    font-size: 1rem;
    font-weight: normal;
  }
  header .tombol {
    margin-top: -5px;
    margin-bottom: 15px;
    position: unset;
  }
  header .tombol button {
    width: 100%;
  }
  .navbar-light h2 {
    font-family: "Poiret One", cursive;
    font-size: 1.8rem;
  }
  .section-stats {
    padding-top: 0px;
    text-align: center;
  }
  .section-stats p {
    font-size: 1.6rem;
  }
  .section-stats p b {
    font-size: 1.8rem;
  }
  .program-label {
    font-size: 0.7rem;
    padding: 2px 6px;
  }
}

.section-popular {
  min-height: 540px;
  background-color: #051334;
  margin-bottom: -270px;
}

.section-popular .section-popular-heading {
  margin-top: -380px;
  z-index: 1000;
}

.section-popular .section-popular-heading h2,
.section-popular .section-popular-heading p {
  color: #ffffff;
}

.section-popular .section-popular-heading h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 40px;
}

.section-popular .section-popular-heading p {
  font-size: 18px;
}

.section-popular .myVideo {
  height: 500px;
  overflow: hidden;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.section-popular #myVideo {
  min-width: 100%;
  min-height: 100%;
}

.section-popular-content .section-popular-travel .card-travel {
  min-height: 380px;
  background-color: #ddd;
  color: #ffffff;
  padding: 30px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 15px rgba(85, 85, 102, 0.25);
          box-shadow: 0px 5px 15px rgba(85, 85, 102, 0.25);
}

.section-popular-content .section-popular-travel .travel-country {
  font-size: 18px;
}

.section-popular-content .section-popular-travel .travel-location {
  font-size: 26px;
  padding: 0;
  margin: 0;
  line-height: 0.9em;
}

.section-popular-content .section-popular-travel .travel-button .btn-travel-details {
  background-color: #ff9e53;
  color: #ffffff;
}

.section-popular-content .section-popular-travel .travel-button .btn-travel-details:hover {
  background-color: #ffb983;
}

.section-events {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f9ff));
  background: linear-gradient(#fff 0%, #f7f9ff 100%);
  margin-top: -170px;
  padding-top: 240px;
  padding-bottom: 40px;
}

.section-events h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 40px;
}

.section-events p {
  font-size: 18px;
}

.section-events img {
  max-width: 100%;
}

.section-event-content .section-popular-event .card-event {
  height: 220px;
  width: 300px;
  color: #ffffff;
  padding: 15px;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px rgba(85, 85, 102, 0.1);
          box-shadow: 0px 0px 5px rgba(85, 85, 102, 0.1);
}

.section-event-content .section-popular-event .travel-country {
  font-size: 14px;
}

.section-event-content .section-popular-event .travel-location {
  font-size: 18px;
}

.section-event-content .section-popular-event .travel-button .btn-travel-details {
  background-color: #ff9e53;
  color: #ffffff;
}

.section-event-content .section-popular-event .travel-button .btn-travel-details:hover {
  background-color: #ffb983;
}

.section-testimonial-heading {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f9ff));
  background: linear-gradient(#fff 0%, #f7f9ff 100%);
  padding-top: 50px;
  min-height: 506px;
}

.section-testimonial-heading h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 40px;
}

.section-testimonial-heading p {
  font-size: 18px;
}

.section-testimonial-content {
  margin-top: -300px;
  padding-bottom: 50px;
}

.section-testimonial-content .card-testimonial {
  padding: 40px 20px 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.section-testimonial-content .card-testimonial .testimonial-content {
  min-height: 380px;
}

.section-testimonial-content .card-testimonial h3 {
  font-size: 22px;
}

.section-testimonial-content .card-testimonial .testimonial {
  font-size: 26px;
  font-weight: 200;
  color: #6e6e6e;
  min-height: 160px;
}

.section-testimonial-content .card-testimonial .trip-to {
  font-weight: normal;
  font-size: 22px;
  color: #6e6e6e;
}

.section-testimonial-content .card-testimonial hr {
  margin-left: -20px;
  margin-right: -20px;
}

.section-testimonial-content .btn-get-started {
  background-color: #ff9e53;
  color: #ffffff;
}

.section-testimonial-content .btn-get-started:hover {
  background-color: #fcb178;
  color: #ffffff;
}

.section-testimonial-content .btn-need-help {
  background-color: #f2f2f2;
  color: #c3c3c3;
}

.section-testimonial-content .btn-need-help:hover {
  background-color: #f8f8f8;
}

.section-page .section-page-heading {
  margin-bottom: 25px;
}

.section-page .section-page-heading h2,
.section-page .section-page-heading p {
  color: #556;
}

.section-page .section-page-heading h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 40px;
}

.section-page .section-page-heading p {
  font-size: 18px;
}

.card-style {
  height: 220px;
  background-color: #ddd;
  color: #ffffff;
  padding: 15px;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px rgba(85, 85, 102, 0.1);
          box-shadow: 0px 0px 5px rgba(85, 85, 102, 0.1);
}

.section-footer a {
  color: #556;
}

.section-details-header {
  background-color: #e7e9ef;
  margin-top: -68px;
}

.section-details-content {
  margin-top: 100px;
  min-height: 100vh;
}

.section-details-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}

.section-details-content .breadcrumb-item {
  color: #556;
}

.section-details-content .card-details {
  padding: 30px;
  border-radius: 8px;
}

.section-details-content .card-details h1 {
  font-size: 26px;
}

.section-details-content .card-details h2 {
  font-size: 20px;
}

.section-details-content .card-details p {
  font-size: 18px;
  color: #b1b1b1;
}

.section-details-content .card-details h3 {
  font-weight: 300;
  font-size: 14px;
}

.section-details-content .card-details .trip-information th {
  font-weight: 300;
  font-size: 18px;
  color: #556;
}

.section-details-content .card-details .trip-information td {
  font-weight: 300;
  font-size: 18px;
  color: #b1b1b1;
}

.section-details-content .card-details .trip-information .text-blue {
  color: #556;
  font-weight: bold;
}

.section-details-content .card-details .trip-information .text-orange {
  color: orange;
  font-weight: bold;
}

.section-details-content .card-details .payment-instruction {
  font-weight: 300;
  font-size: 14px;
  color: #b1b1b1;
}

.section-details-content .card-details .bank .bank-item h3 {
  font-size: 18px;
  color: #556;
  margin-bottom: 0;
}

.section-details-content .card-details .bank .bank-item p {
  margin-bottom: 0;
}

.section-details-content .card-details .bank .bank-item .description {
  margin-left: 10px;
  overflow: hidden;
  float: left;
}

.section-details-content .card-details .bank .bank-item .description p {
  font-weight: normal;
  font-size: 16px;
  color: #556;
}

.section-details-content .card-details .bank .bank-image {
  width: 45px;
  height: 45px;
  float: left;
}

.section-details-content .card-details .disclaimer {
  font-weight: 300;
  font-size: 14px;
  color: #b1b1b1;
}

.section-details-content .card-details .gj-datepicker .datepicker {
  border-right: 0;
}

.section-details-content .card-details .gj-datepicker .input-group-append .btn {
  padding-right: 30px;
}

.section-details-content .card-details .btn-add-now {
  background-color: #071c4d;
  color: #ffffff;
}

.section-details-content .card-details .btn-add-now:hover {
  background-color: #1b3b86;
}

.section-details-content .card-right {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.section-details-content .card-right tr {
  height: 38px;
}

.section-details-content .features {
  margin-top: 20px;
}

.section-details-content .features h3 {
  font-size: 18px;
  color: #556;
  margin-bottom: 0px;
}

.section-details-content .features p {
  margin-bottom: 0px;
}

.section-details-content .features .features-image {
  width: 45px;
  height: 45px;
  float: left;
}

.section-details-content .features .description {
  margin-left: 10px;
  overflow: hidden;
  float: left;
}

.section-details-content .gallery {
  display: block;
}

.section-details-content .gallery .xzoom {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}

.section-details-content .gallery .xactive {
  outline: 2px solid #1abc9c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-details-content .gallery .xzoom-thumbs {
  text-align: left;
}

.section-details-content .members .member-image {
  width: 40px;
  height: 40px;
}

.section-details-content .join-container {
  margin-top: -16px;
}

.section-details-content .btn-join-now {
  background-color: #ff9e53;
  color: #ffffff;
  border-radius: 0;
}

.section-details-content .btn-join-now:hover {
  background-color: #fcb178;
  color: #ffffff;
}

.section-success {
  height: 90vh;
}

.section-success h1 {
  font-weight: 600;
  font-size: 26px;
  color: #556;
}

.section-success p {
  font-weight: 300;
  font-size: 18px;
  -webkit-columns: #b1b1b1;
          columns: #b1b1b1;
}

.section-success .btn-home-page {
  border-radius: 4px;
  background-color: #071c4d;
  color: #ffffff;
}

.section-success .btn-home-page:hover {
  background-color: #2a488e;
  color: #ffffff;
}

.btn-get-started {
  background-color: #ff9e53;
  color: #ffffff;
}

.btn-get-started:hover {
  background-color: #fcb178;
  color: #ffffff;
}

.owl-button {
  position: absolute;
  top: 80px;
  left: 4px;
  width: 100%;
  z-index: 1001;
  font-size: 30px;
  padding: 0 24px;
  pointer-events: none;
}

.owl-button .news-prev {
  float: left;
  pointer-events: auto;
}

.owl-button .news-next {
  float: right;
  pointer-events: auto;
}

.owl-button .fa {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 0px 5px rgba(85, 85, 102, 0.2);
}

.news-card {
  min-height: 185px;
  overflow: hidden;
  font-size: 18px;
  border-radius: 8px;
}

.news-card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 185px;
}

.news-card p {
  font-size: 14px;
}

.news-card .card-title {
  font-size: 18px;
  margin-bottom: 6px;
}

.news-card .card-content {
  margin-bottom: 0px;
  color: #556;
}

.news-card .card-info {
  font-size: 13px;
  color: #99a;
}

.page-item a {
  color: #556;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ff9e53;
  border-color: #fe9d52;
}

.footer-2-2 .social-media-c:hover circle,
.footer-2-2 .social-media-p:hover path {
  fill: #555252;
}

.footer-2-2 .social-media a {
  margin-right: 20px;
}

.itsupport {
  font-size: 14px;
  margin-top: 30px;
  line-height: 18px;
}

.btn-pills {
  border: 1px solid #e7e7e7;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  padding: 12px 28px;
  color: #8e8e8e;
  font-weight: 600;
}

.btn-program:last-child {
  margin-right: 50px !important;
}

.filter-active {
  background-color: #f68b38;
  color: #ffffff;
  border-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, right top, from(#f68b38), to(#ffc293));
  background-image: linear-gradient(to right, #f68b38, #ffc293);
}

.bg-overlay {
  height: 450px;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 28, 77, 0.3)), to(rgba(7, 28, 77, 0)));
  background-image: linear-gradient(rgba(7, 28, 77, 0.3), rgba(7, 28, 77, 0));
  z-index: 10000;
  width: 100%;
}

.newest {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #556;
}

.newest a {
  color: #ff9e53;
}

.newest a:hover {
  color: #ff9e53;
}

.newest a:link {
  text-decoration: none;
}

.link-decoration-none a {
  color: #ff9e53;
}

.link-decoration-none a:hover {
  color: #ff9e53;
}

.link-decoration-none a:link {
  text-decoration: none;
}

a {
  color: #556 !important;
}

a:hover {
  color: #ff9e53 !important;
}

.hexagon {
  height: 0;
  width: 80px;
  border-bottom: 70px solid #1abc9c;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hexagon ::before {
  content: "";
  height: 0;
  width: 80px;
  border-top: 70px solid #1abc9c;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  top: 70px;
  left: -40px;
}

.hexagon a {
  position: relative;
  top: 40px;
  left: 10px;
}

label {
  font-size: 1rem;
  line-height: normal;
}

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none;
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-header {
  border: none;
}

.color-bg .color-bg-1 {
  background-color: #f6daca;
}

.color-bg .color-bg-2 {
  background-color: #f69f99;
}

.color-bg .color-bg-3 {
  background-color: #9d8fb8;
}

.color-bg .color-bg-4 {
  background-color: #a9d6cc;
}

.color-bg .color-bg-5 {
  background-color: #e3edd1;
}

.color-bg .color-bg-6 {
  background-color: #ff9e53;
}

.color-bg-gr .color-bg-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffafbd), to(#ffc3a0));
  background-image: linear-gradient(to right, #ffafbd, #ffc3a0);
}

.color-bg-gr .color-bg-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#2193b0), to(#6dd5ed));
  background-image: linear-gradient(to right, #2193b0, #6dd5ed);
}

.color-bg-gr .color-bg-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#753a88), to(#cc2b5e));
  background-image: linear-gradient(to right, #753a88, #cc2b5e);
}

.color-bg-gr .color-bg-4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ee9ca7), to(#ffdde1));
  background-image: linear-gradient(to right, #ee9ca7, #ffdde1);
}

.color-bg-gr .color-bg-5 {
  background-image: -webkit-gradient(linear, left top, right top, from(#de6262), to(#ffb88c));
  background-image: linear-gradient(to right, #de6262, #ffb88c);
}

.color-bg-gr .color-bg-6 {
  background-image: -webkit-gradient(linear, left top, right top, from(#aa4b6b), color-stop(#6b6b83), to(#3b8d99));
  background-image: linear-gradient(to right, #aa4b6b, #6b6b83, #3b8d99);
}

.color-bg-gr .color-bg-7 {
  background-image: -webkit-gradient(linear, left top, right top, from(#1f4037), to(#99f2c8));
  background-image: linear-gradient(to right, #1f4037, #99f2c8);
}

.color-bg-gr .color-bg-8 {
  background-image: -webkit-gradient(linear, left top, right top, from(#7f7fd5), color-stop(#86a8e7), to(#91eae4));
  background-image: linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
}

.color-bg-gr .color-bg-9 {
  background-image: -webkit-gradient(linear, left top, right top, from(#659999), to(#f4791f));
  background-image: linear-gradient(to right, #659999, #f4791f);
}

.color-bg-gr .color-bg-10 {
  background-image: -webkit-gradient(linear, left top, right top, from(#636363), to(#a2ab58));
  background-image: linear-gradient(to right, #636363, #a2ab58);
}

.color-bg-gr .color-bg-11 {
  background-image: -webkit-gradient(linear, left top, right top, from(#355c7d), color-stop(#6c5b7b), to(#c06c84));
  background-image: linear-gradient(to right, #355c7d, #6c5b7b, #c06c84);
}

.color-bg-gr .color-bg-12 {
  background-image: -webkit-gradient(linear, left top, right top, from(#fc5c7d), to(#fc5c7d));
  background-image: linear-gradient(to right, #fc5c7d, #fc5c7d);
}

.color-bg-gr .color-bg-13 {
  background-image: -webkit-gradient(linear, left top, right top, from(#159957), to(#155799));
  background-image: linear-gradient(to right, #159957, #155799);
}

.color-bg-gr .color-bg-14 {
  background-image: -webkit-gradient(linear, left top, right top, from(#20002c), to(#cbb4d4));
  background-image: linear-gradient(to right, #20002c, #cbb4d4);
}

.color-bg-gr .color-bg-15 {
  background-image: -webkit-gradient(linear, left top, right top, from(#1cb5e0), to(#1cb5e0));
  background-image: linear-gradient(to right, #1cb5e0, #1cb5e0);
}

.bg-custom-1 {
  background-color: #eff3f9;
}

.opdlabel {
  color: #8e8e8e;
}

.big-text {
  font-size: 2.5rem;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}

.cv-spinner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}

@-webkit-keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}

.scroll-menu-parent {
  overflow: hidden;
  white-space: nowrap;
}

.scroll-menu-parent .scroll-menu-child {
  height: 100%;
  margin-bottom: -50px;
  /* maximum width of scrollbar */
  padding-bottom: 50px;
  /* maximum width of scrollbar */
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

.scroll-menu-parent ::-webkit-scrollbar {
  display: none;
}

.scroll-menu-parent .btn {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .scroll-menu-parent {
    overflow: hidden;
    white-space: nowrap;
  }
  .scroll-menu-parent .scroll-menu-child {
    height: 100%;
    margin-bottom: -50px;
    /* maximum width of scrollbar */
    padding-bottom: 50px;
    /* maximum width of scrollbar */
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .scroll-menu-parent ::-webkit-scrollbar {
    display: none;
  }
}

.owl-carousel .card-event {
  cursor: pointer;
}

.owl-carousel .card-event:hover {
  -webkit-box-shadow: 0px 0px 0px 3px #ff9e53 inset;
          box-shadow: 0px 0px 0px 3px #ff9e53 inset;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.owl-carousel .card-event:active {
  -webkit-box-shadow: 0px 0px 0px 3px #ff9e53 inset;
          box-shadow: 0px 0px 0px 3px #ff9e53 inset;
}

.myModal h3 {
  color: #556;
}

.opd-class {
  border: thin solid #ebf1f7;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2193b0), to(#6dd5ed));
  background-image: linear-gradient(to right, #2193b0, #6dd5ed);
  -webkit-box-shadow: 0px 0px 40px rgba(85, 85, 102, 0.2);
          box-shadow: 0px 0px 40px rgba(85, 85, 102, 0.2);
  color: #eee;
}

.timeline {
  font-size: 0.9rem;
  line-height: 1rem;
  max-height: 300px;
  overflow-y: scroll;
  margin-bottom: 30px;
}

.timeline .img {
  display: inline-block;
  margin-top: 5px;
  width: 42px;
  height: 42px;
  background-size: cover;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 15px rgba(85, 85, 102, 0.2);
          box-shadow: 0px 8px 15px rgba(85, 85, 102, 0.2);
}

.timeline .img:hover,
.timeline .img:active {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.timeline h5 {
  font-size: 1.2rem;
}

.tbdetailprogres td {
  border-top: none;
  border-bottom: thin dashed #eee;
}

.progress-class {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.circle {
  font-weight: 800;
  font-size: 0.8rem;
  position: relative;
  border: 1px dashed #DDD;
  padding: 16px 14px;
  margin-left: 10px;
  margin-right: -22px;
}
/*# sourceMappingURL=main.css.map */