@charset "utf-8";
/* Development by InDeo 2023-01-12*/


/* Google Font
-------------------------------------------------*/

@import "https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900";


/* ===================================
    Typography
    ====================================== */

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}

.title-parent {
  text-align: center;
}
.title-all {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.title-desc {
  padding-top: 20px;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.title-desc p {
  font-size: 18px;
  color: #666;
  line-height: 1.4;
}
.mobile {
  display: none;
}
/* End Default */

/* Navbar CSS */
.navbar-qris.navbar-default {
    background-color: #fff !important;
    height: 80px;
    margin-bottom: 0px;
}
.navbar-qris .navbar-brand img {
  max-height: 50px;
}
.navbar-qris.navbar-default .navbar-nav>li>a {
    color: #333;
    padding-top: 27px;
    font-size: 17px;
    padding-bottom: 0px;
    text-transform: uppercase;
    padding-left: 20px;
}
.navbar-qris.navbar-default .navbar-nav>li>a.kontak {
  background: #da2827;
  color: #fff;
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 50px;
  margin-top: 15px;
  margin-left: 15px;
}
.navbar-qris .navbar-nav>li>.dropdown-menu {
    margin-top: 31px !important;
}
.navbar-qris.navbar-default .navbar-nav > .open > a{
  background: #fff !important;
}
/* End Navbar CSS */


/* Header CSS */
.header-biometric {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/header-2.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.header-biometric.header-promo {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/promo/2025-09-18/header.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.header-biometric.header-promo .header-biometric-img img {
    padding-right: 0px;
    padding-left: 0px;
}

.header-biometric-teks-parent {
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom: 5px;
}
.header-biometric-teks-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 30px;
}
.header-biometric-teks-desc {
  padding-bottom: 50px;
}
.header-biometric-teks-cta a {
  color: #fff;
    background: #32cd32;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 35px;
    border: 1px solid #32cd32;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
}
.header-biometric-teks-cta a:nth-child(2) {
  padding: 11px 80px;
  background: #444;
  color: #fff;
  border: 1px solid #444;
}
.header-biometric-img img {
  padding-right: 70px;
  padding-left: 70px;
}
/* End Header CSS */

/* Client new CSS */
.home-new-klien {
  padding-top: 60px;
  padding-bottom: 40px;
}
.spesial-box {
  display: block;
  margin: 0 auto;
  max-width: 1500px;
}
.sb-img img {
  display: block;
  margin: 0 auto;
  height: 90px;
  filter: grayscale(1);
}

.icon-tentang_payroll {
    width: calc(100%/6 - 15px);
}
.icon-tentang_payroll {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 15px;
}
/* End Client CSS */

/* About CSS */
.about {
  padding-top: 30px;
  padding-bottom: 90px;
}
.about-img {
  padding-right: 40px;
}

.about-teks-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 20px;
}
/* End Acout CSS */

/* Fingerprint CTA Center CSS */
.fingerprint-cta-center {
  background: url(../img/gambar-face.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
.fingerprint-cta-center-box {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.fingerprint-cta-center-box-title {
  font-size: 25px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.7;
}
.fingerprint-cta-center-box-title-new {
  font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.7;
}
.fingerprint-cta-center-box-title  span {
  color: #ffb300;
}
.fingerprint-cta-center-url a {
  color: #fff;
    background: #da2827;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 35px;
    border: 1px solid #da2827;
    border-radius: 50px;
}
/* End Fingerprint CTA Center CSS */

/* Fitur CSS */
.fitur {
  padding-top: 70px;
  padding-bottom: 70px;
}
.fitur-desktop {
  padding-top: 40px;
}
.fitur-desktop-center {
    padding-top: 20px;
}
.fitur-desktop-center img {
  display: block;
  margin: 0 auto;
}

.fitur-desktop-left-box {
  margin-bottom: 35px;
  position: relative;
}
.fitur-desktop-left-box-icon i {
  font-size: 40px;
  color: #da2829;
}
.fitur-desktop-left-box-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 10px;
}
.fitur-desktop-left-box-desc p {
  font-size: 15px;
  color: #666;
}

/* Left */
.fitur-desktop-left {
  text-align: right;
  padding-top: 50px;
}
.fitur-desktop-left-box-icon img {
  max-height: 50px;
}
.fitur-desktop-left .fitur-desktop-left-box-icon {
  position: absolute;
  right: 0;
}
.fitur-desktop-left .fitur-desktop-left-box-title,
.fitur-desktop-left .fitur-desktop-left-box-desc {
  padding-right: 70px;
}

/* Right */
.fitur-desktop-right {
  text-align: left;
  padding-top: 50px;
}
.fitur-desktop-right .fitur-desktop-left-box-icon {
  position: absolute;
  left: 0;
}
.fitur-desktop-right .fitur-desktop-left-box-title,
.fitur-desktop-right .fitur-desktop-left-box-desc {
  padding-left: 70px;
}
.location-box-cta a {
  color: #fff;
    background: #ffb300;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 35px;
    border: 1px solid #ffb300;
    border-radius: 50px;
}
.table-mesin-absensi ul li {
  text-align: left !important;
}
/* End Fitur CSS */


/* Testimoni CSS */
.testimoni {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.testimoni .row {
  padding-top: 40px;
}
.testimoni-box {
  margin-bottom: 40px;
  position: relative;
}
.testimoni-parent {
  clear: both;
}
.testimoni-box img {
  width: 100%;
}
.testimoni-box img:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/* End Testimoni CSS */

/* Footer CSS */
.footer {
  background: #212121;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 15px;
}
.footer-desc-teks ul {
  margin-left: -40px;
}
.footer-desc-teks ul li {
  list-style-type: none;
  font-weight: 300;
  font-size: 13px;
}
.footer-desc-socialmedia ul {
  margin-left: -40px;
}
.footer-desc-socialmedia ul li {
  display: inline-block;
  list-style-type: none;
  padding-right: 20px;
  font-size: 30px;
}
.footer-desc-socialmedia ul li a {
  color: #fff;
}
/* Footer */

/* Copyright CSS */
#copyright {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  background: #171717;
}
.copyright {
  padding-top: 5px;
  color: #fff;
  font-size: 14px;
}
.copyright a {
  color: #fff;
}
.copyright img {
  margin-top: -5px;
}
.copyright-detail {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.copyright-detail p {
  font-size: 13px;
  color: #fff;
}

/* End Copyright CSS */

/* Harga CSS */
.harga {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../img/header.jpg) no-repeat center;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.harga-box {
  padding-top: 40px;
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
.harga-menu-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    background: #fff;
    color: #333;
}
.harga-menu-box-left {
  float: right;
}
.harga-menu-box-title {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.hqbt-title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
}
.hqbt-desc p {
  color: #666;
}

.harga-menu-box-detail {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hqbd-harga {
  text-align: center;
  position: relative;
}
.menu-pm {
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  color: #ff9c00;
}
.menu-price {
  font-size: 14px !important;
  position: absolute;
  top: 0px;
  font-weight: 400 !important;
}
.menu-mounth {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.hqbd-harga {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hqbd-detail {
  background: #f9f9f9;
  text-align: center;
  /*padding: 20px 10px;*/
}
.hqbd-detail-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}
.hqbd-detail-title img {
  max-height: 400px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.hqbd-detail-harga p {
  line-height: 1.4;
}
.harga-menu-box-desc {
  padding: 0px 20px 20px 20px;
}
.hqbd-desc-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.hqbd-desc-ul ul {
  margin-left: -30px;
}
.harga-menu .hqbd-desc-ul ul li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}
.hqbd-desc-ul ul li::before {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 16px;
    color: #c32128;
}

.harga-menu-box-link {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}
.harga-menu-box-link a {
    color: #fff;
    background: #da2827;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 35px;
    border: 1px solid #da2827;
    border-radius: 50px;
}
.harga-menu-box-link a.pricing-ps {
  background: transparent !important;
}
.harga-menu .hqbd-desc-ul {
  height: auto !important;
}
.p-height {
  height: 56px;
}
.cta-marketplace-detail {
  text-align: center;
}
.cta-marketplace-detail a {
  margin-bottom: 20px;
  background: #2bb741;
  color: #fff;
  padding: 10px 50px;
  border-radius: 50px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
  text-transform: uppercase;
}
.cta-marketplace-detail a img {
  display: block;
  margin: 0 auto;
}
.cta-marketplace-detail ul {
  width: 290px;
  padding: 20px;
  margin-top: 10px;
}
.cta-marketplace-detail ul li a {
  background: #eaeaea !important;
  padding: 7px;
}

.hqbd-harga-ribuan {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.hqbd-harga-ribuan span {
  color: #ff9c00;
}
.hqbd-harga-keuntungan {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.hqbd-harga-keuntungan-title {
  font-size: 20px;
  font-weight: 600;
}
.hqbd-harga-keuntungan-desc ul {
  margin-left: -40px;
}
.hqbd-harga-keuntungan-desc ul li {
  list-style-type: none;
  padding-top: 10px;
}
.cta-marketplace-detail-title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  color: red;
  line-height: 1.4;
}
/* End Harga CSS */

/* Testimonials */
.pay-testimonials {
  background: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.pay-testimonials .row {
  padding-top: 70px;
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.pay-testimonials-box {
  background-color: rgba(255, 255, 255, 0.50);
  padding: 40px;
}
.pay-testimonials-box-detail .ptbd-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.pay-testimonials-box-detail .ptbd-profesi {
  font-size: 17px;
  padding-bottom: 30px;
  color: #666;
  text-transform: capitalize;
}
.pay-testimonials-box-detail .ptbd-desc {
  color: #666;
  padding-bottom: 30px;
}
.pay-testimonials-box-detail .ptbd-desc p {
  line-height: 1.9;
}
.pay-testimonials-box-detail .ptbd-desc p::before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    margin-top: -20px;
    vertical-align: middle;
    content: "\f10d";
}
.pay-testimonials-box-detail .ptbd-desc p::after {
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 6px;
    margin-bottom: -10px;
    vertical-align: middle;
    content: "\f10e";
}
.owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 5px;
    border-radius: 20px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: #eee;
}
.owl-dots .owl-dot.active {
    background-color: #ff9c00;
}
.pay-testimonials-box-detail .ptbd-rating {
  color: #ff9c00;
}
.pay-testimonials .owl-dots {
  padding-top: 0px; 
}
.owl-dots .owl-dot {
  background-color: #999;
}

/* Testimoni Video */
.ptbd-youtube img {
  border-radius: 10px;
  margin-bottom: 10px;
}
/* End Testimoni Video */

/* Link FAQ */
.link-faq {
  padding-top: 70px;
  padding-bottom: 70px;
}
.link-faq .row {
  padding-top: 40px;
}

.tm-accordion .card {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.tm-accordion .card:not(:last-child) {
  margin-bottom: 15px;
}

.tm-accordion .card:first-child .card-header button::after {
  display: none;
}

.tm-accordion .card-header {
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
}

.tm-accordion .card-header button {
  font-size: 17px;
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 10px 10px 50px;
  color: #3c424f;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none !important;
  border: 0;
  position: relative;
  white-space: inherit;
  background: #F5F9FB;
  border-radius: 100px;
  text-transform: none !important;
}

.tm-accordion .card-header button::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  background: -webkit-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(left, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(left, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(90deg, #1976D2 0%, #03A9F4 100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.link-faq .card p {
  font-size: 16px;
  color: #666;
}
.tm-accordion .card-header button.collapsed::before {
  content: "\f105";
  font-family: FontAwesome;
}

.tm-accordion .card-header button:not(.collapsed) {
  background: -webkit-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -moz-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -ms-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  background: -webkit-gradient(linear, right top, left top, from(#1976D2), to(#03A9F4));
  background: -webkit-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: -o-linear-gradient(right, #1976D2 0%, #03A9F4 100%);
  background: linear-gradient(-90deg, #1976D2 0%, #03A9F4 100%);
  color: #ffffff;
}

.tm-accordion .card-header button:not(.collapsed):before {
  content: "\f107";
  font-family: FontAwesome;
  background: #ffffff;
  color: #0E8FE3;
}

.tm-accordion .card-body {
  padding: 15px 0 5px 50px;
  position: relative;
}
.card-body ul {
    margin-left: -20px;
}
.card-body ul li {
    list-style-type: disc;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .tm-accordion .card-header button {
    font-size: 15px;
  }
}
/* End Link FAQ */

/* Produk Lain CSS */
.produk-lain {
  padding-top: 50px;
  padding-bottom: 80px;
}
.produk-lain .row {
  padding-top: 40px;
}
.produk-lain-box {
  margin-bottom: 40px;
  border: 1px solid #f1f2f5;
}
.produk-lain-box-text {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 10px 20px 10px;
}
.produk-lain-box-cta  {
  padding-bottom: 20px;
  padding-left: 10px;
}
.produk-lain-box-cta a {
  color: #fff;
    background: #da2827;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    border: 1px solid #da2827;
    border-radius: 50px;
}
/* End Produk lain CSS */

/* Count Down CSS */
.countdown {
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: center;
}
.countdown li {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}
.countdown .smalltext {
  font-size: 20px;
  font-weight: 600;
}
.countdown .bigtext {
  font-size: 38px;
  font-weight: 600;
  color: #d5a342;
}
/* End Count Down CSS */

/* Video MyOrder CSS */
.video-myorder-img {
  padding-top: 60px;
  padding-bottom: 100px;
}
.video-myorder-img-detail {
  padding-top: 40px;
}
.video-myorder-img-detail img {
  display: block;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
.myorder-apps-title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.think {
  font-weight: 300 !important;
}

.video-popup-parent {
    position: relative;
}

/* Start Efek Video */
.video-myorder-img-detail .video-play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-top: 5px;
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  z-index: 10;
}

.video-myorder-img-detail .video-play-button {
  color: #fff;
}

.video-myorder-img-detail .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-myorder-img-detail .video-play-button:before {
  background: #ffffff repeat scroll 0 0;
}

.video-myorder-img-detail .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.video-myorder-img-detail .video-play-button:after {
  background: #ffffff repeat scroll 0 0;
}

.video-myorder-img-detail .video-play-button:hover,
.video-myorder-img-detail .video-play-button:focus {
  color: #ffffff;
}

.video-myorder-img-detail .video-play-button:hover,
.video-myorder-img-detail .video-play-button:focus {
  color: #fff;
  background-color: #ffffff;
}

.video-myorder-img-detail .video-play-button:hover:after {
  background-color: #fff;
}

.video-myorder-img-detail .video-play-button:hover:after {
  background-color: #ffffff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-myorder-img-detail .video-play-button i {
    color: #FF0000; 
    display: block;
    position: relative;
    z-index: 3;
    font-size: 30px;
    top: 15%;
    right: 3px;
    padding-left: 8px;
}

/* End Start Efek Video 
/* End Video MyOrder CSS */