body {
  font-family: "Montserrat";
}

.container {
  max-width: 1230px !important;
}

#content {
  padding-top: 30px;
}

.top-search {
  margin-top: 10px;
  margin-bottom: 20px;
  display: none;
}
.top-search .search-form_submit {
  background-image: url(/wp-content/themes/haohao/assets/new/images/icon-search.PNG);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  top: 15px;
  margin-right: 10px;
}
.top-search form input {
  background-color: transparent;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #ffffff;
  padding: 0px;
  color: #ffffff !important;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
}
.top-search form input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.top-search form input::-moz-placeholder {
  color: #ffffff !important;
}
.top-search form input:-ms-input-placeholder {
  color: #ffffff !important;
}
.top-search form input::-ms-input-placeholder {
  color: #ffffff !important;
}
.top-search form input::placeholder {
  color: #ffffff !important;
}
.top-search form input:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: #ffffff;
  outline: none;
}
.top-search form i {
  margin-top: 12px;
  color: #ffffff;
  cursor: pointer;
}

.header-navigation {
  background-color: #960113;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header-navigation .glink {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0px !important;
}
.header-navigation .glink:hover {
  background-color: transparent !important;
}
.header-navigation .navbar-toggler {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #ffffff;
}
.header-navigation .navbar-toggler .navbar-toggler-icon {
  fill: #ffffff !important;
  color: #ffffff !important;
}
.header-navigation nav {
  background-color: #960113;
  padding: 11px 0px 18px 0px;
}
.header-navigation nav .navbar-brand {
  background-color: #ffffff;
  padding: 0px;
}
.header-navigation nav .navbar-brand img {
  height: 60px;
}
@media screen and (max-width: 991px) {
  .header-navigation nav ul.navbar-nav {
    margin-top: 30px;
    -webkit-align-items: start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
}
@media screen and (max-width: 991px) {
  .header-navigation nav ul.navbar-nav .nav-divider {
    display: none;
  }
}
.header-navigation nav ul.navbar-nav li a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #ffffff !important;
  margin: 0px 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .header-navigation nav ul.navbar-nav li a {
    margin: 0px 0px 10px 0px;
    padding-left: 0px;
  }
}
.header-navigation nav ul.navbar-nav li a.current, .header-navigation nav ul.navbar-nav li a:hover {
  background-color: #3f5eab;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .header-navigation nav ul.navbar-nav li a.current, .header-navigation nav ul.navbar-nav li a:hover {
    background-color: transparent;
    color: #f9ba17 !important;
    font-weight: 600;
    border-radius: 0px;
  }
}
.header-navigation nav ul.navbar-nav li a.nav-icon {
  background-color: transparent !important;
}
.header-navigation nav ul.navbar-nav .icon-search {
  background-image: url("/wp-content/themes/haohao/assets/new/images/icon-search.PNG");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
}
.header-navigation nav ul.navbar-nav .icon-user-plus {
  background-image: url("/wp-content/themes/haohao/assets/new/images/icon-signup.PNG");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
}
.header-navigation nav ul.navbar-nav .icon-divider {
  width: 1px;
  height: 23px;
  background-color: #faad2d;
  display: block;
}

footer {
  padding-top: 30px;
}

.footer-items {
  background-color: #3f5eab;
  padding: 26px 76px 15px 48px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .footer-items {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 30px;
    overflow: hidden;
    padding: 26px 15px 15px 15px;
  }
}

ul.info {
  margin: 0px;
  padding: 0px;
}
ul.info li {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.info li:first-child {
  margin-right: 10px;
}
ul.info li a {
  color: #ffffff;
  word-break: break-word;
}
ul.info li a:hover {
  color: #f9ba17;
}
ul.info li .icon {
  width: 35px;
  height: 35px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 17px;
}
@media screen and (max-width: 480px) {
  ul.info li .icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
ul.info li .icon.icon-phone {
  background-image: url("/wp-content/themes/haohao/assets/new/images/icon-phone.PNG");
}
ul.info li .icon.icon-website {
  background-image: url("/wp-content/themes/haohao/assets/new/images/icon-website.PNG");
}
ul.info li .detail span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 13.6px;
  line-height: 13.6px;
  color: #ffffff !important;
}
ul.info li .detail h5 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff !important;
  margin-bottom: 0px;
}
@media screen and (max-width: 480px) {
  ul.info li .detail h5 {
    font-size: 16px;
    line-height: 16px;
  }
}
ul.socmed {
  margin: 0px;
  padding: 0px;
}
ul.socmed li {
  list-style: none;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
ul.socmed li .icon {
  width: 40px;
  height: 40px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
ul.socmed li .icon:hover {
  opacity: 0.8;
}
ul.socmed li .icon.icon-instagram {
  background-image: url("/wp-content/themes/haohao/assets/new/images/icon-instagram.PNG");
}
ul.socmed li .icon.icon-tiktok {
  background-image: url("/wp-content/themes/haohao/assets/new/images/icon-tiktok.PNG");
}
ul.socmed li .icon.icon-whatsapp {
  background-image: url("/wp-content/themes/haohao/assets/new/images/icon-whatsapp.PNG");
}

.btn-enroll-now {
  background-color: #faad2d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  border-radius: 50px;
}
.btn-enroll-now:hover {
  color: #ffffff;
  opacity: 0.8;
}
.btn-enroll-now::after {
  content: "";
  background-image: url("/wp-content/themes/haohao/assets/new/images/icon-arrow-right.PNG");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 10px;
}

.program-posts .heading {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 117px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .program-posts .heading {
    margin-bottom: 40px;
  }
}
.program-posts-items {
  background-color: #f5f6f1;
  margin-bottom: 110px;
}
@media screen and (max-width: 991px) {
  .program-posts-items {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .program-posts-items .flex-column {
    margin-bottom: 40px;
  }
}
.program-posts-items .item {
  padding: 0px 20px;
}
.program-posts-items a {
  color: #000000;
  text-decoration: none;
}
.program-posts-items a:hover {
  color: #faad2d;
}
.program-posts-items .item-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 24px;
  height: 140px;
  border-radius: 100px;
  margin-top: -70px;
}
@media screen and (max-width: 991px) {
  .program-posts-items .item-image {
    margin-top: 0px;
    height: 80px;
  }
}
.program-posts-items .item-content {
  height: 100%;
  position: relative;
}
.program-posts-items .item-content h3 {
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 18px;
}
.program-posts-items .item-content p {
  font-family: "Nunito";
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 18px;
  padding-right: 35px;
}
@media screen and (max-width: 480px) {
  .program-posts-items .item-content p {
    padding-right: 0px;
  }
}
.program-posts-items .btn-readmore {
  background-color: #f8ec7d;
  border-radius: 50px;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  color: #cb3b09;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .program-posts-items .btn-readmore {
    top: 0px;
  }
}

.post-detail .post-title {
  font-family: "Montserrat";
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  color: #000000;
  margin-bottom: 40px;
}
.post-detail .post-information {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.post-detail .breadcrumbs a, .post-detail .breadcrumbs span {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
.post-detail .breadcrumbs a:hover, .post-detail .breadcrumbs span:hover {
  color: #faad2d;
  text-decoration: none;
}
.post-detail .post-content {
  margin-top: 20px;
}
.post-detail .post-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

.custom-form-inner {
  max-width: 300px;
  padding: 76px 34px 167px 31px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 991px) {
  .custom-form-inner {
    padding: 40px 15px 40px 15px;
  }
}
.custom-form-inner::before {
  content: "";
  background-color: rgba(250, 173, 45, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-form-inner .cef-message {
  margin-top: 30px;
  text-align: center;
}
.custom-form h2 {
  font-family: "Montserrat";
  font-size: 20.7px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.custom-form p {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  margin-top: -10px;
  margin-bottom: 10px;
  position: relative;
}
.custom-form .form-group {
  margin-bottom: 13px;
}
.custom-form form {
  width: 100%;
  position: relative;
}
.custom-form form input, .custom-form form textarea, .custom-form form select {
  background-color: #ffffff;
  border-color: #ffffff;
  border: none;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 11.5px;
  font-weight: 400;
  color: #000000;
  padding: 0px 20px;
  outline: none;
  box-shadow: none;
}
.custom-form form input::-webkit-input-placeholder, .custom-form form textarea::-webkit-input-placeholder, .custom-form form select::-webkit-input-placeholder {
  color: #545454;
}
.custom-form form input::-moz-placeholder, .custom-form form textarea::-moz-placeholder, .custom-form form select::-moz-placeholder {
  color: #545454;
}
.custom-form form input:-ms-input-placeholder, .custom-form form textarea:-ms-input-placeholder, .custom-form form select:-ms-input-placeholder {
  color: #545454;
}
.custom-form form input::-ms-input-placeholder, .custom-form form textarea::-ms-input-placeholder, .custom-form form select::-ms-input-placeholder {
  color: #545454;
}
.custom-form form input::placeholder, .custom-form form textarea::placeholder, .custom-form form select::placeholder {
  color: #545454;
}
.custom-form form input[type=submit], .custom-form form textarea[type=submit], .custom-form form select[type=submit] {
  background-color: #3f5eab;
  border-color: #3f5eab;
  font-size: 16.1px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.custom-form form input[type=submit]:hover, .custom-form form textarea[type=submit]:hover, .custom-form form select[type=submit]:hover {
  opacity: 0.8;
}

.custom-carousel {
  max-width: 95%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.custom-carousel .slick-list {
  max-width: 90%;
  margin: 0 auto;
}
.custom-carousel .slick-arrow {
  width: 60px;
  height: 60px;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .custom-carousel .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.custom-carousel .slick-arrow::before {
  content: "";
  display: none;
}
.custom-carousel .slick-arrow img {
  height: 60px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .custom-carousel .slick-arrow img {
    height: 30px;
  }
}

.parent-reviews-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #f5f6f1;
  padding: 38px 30px 30px 30px;
}
@media screen and (max-width: 991px) {
  .parent-reviews-wrapper {
    padding: 38px 0px 30px 0px;
  }
}
.parent-reviews-wrapper .heading {
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 14px;
  text-align: center;
}
.parent-reviews-wrapper .parent-reviews-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}
.parent-reviews-wrapper .parent-reviews-container .grid-sizer, .parent-reviews-wrapper .parent-reviews-container .review-item {
  width: 48%;
  -webkit-flex: 1 0 48%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}
@media screen and (max-width: 480px) {
  .parent-reviews-wrapper .parent-reviews-container .grid-sizer, .parent-reviews-wrapper .parent-reviews-container .review-item {
    width: 100%;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.parent-reviews-wrapper .parent-reviews-container .review-item {
  background-color: #ffffff;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.parent-reviews-wrapper .parent-reviews-container .review-item-header {
  width: 100%;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parent-reviews-wrapper .parent-reviews-container .review-item-header img {
  height: 20px;
}
.parent-reviews-wrapper .parent-reviews-container .review-item-header h3 {
  font-family: "Fira Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
  margin-bottom: 5px;
}
.parent-reviews-wrapper .parent-reviews-container .review-item-header h5 {
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 400;
  color: #545454;
}
.parent-reviews-wrapper .parent-reviews-container .review-item-body {
  margin-top: 20px;
}
.parent-reviews-wrapper .parent-reviews-container .review-item-body .rating {
  margin-bottom: 10px;
}
.parent-reviews-wrapper .parent-reviews-container .review-item-body .rating img {
  width: 18px;
  height: 18px;
}
.parent-reviews-wrapper .parent-reviews-container .review-item-body p {
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 400;
  color: #545454;
  margin-bottom: 0px;
}

@-webkit-keyframes scroll-loop-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes scroll-loop-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.video-gallery-wrapper {
  margin: 0 auto;
}
.video-gallery-wrapper .video-title-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
}
.video-gallery-wrapper .video-title-wrapper .video-title {
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
}
.video-gallery-wrapper .grid-layout .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.video-gallery-wrapper .video-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.video-gallery-wrapper .video-item img {
  width: 100%;
}
.video-gallery-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #960113;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: white;
  border: none;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 991px) {
  .video-gallery-wrapper .play-button {
    width: 30px;
    height: 30px;
  }
}
.video-gallery-wrapper .play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 15px solid transparent;
  margin: 0 auto;
  display: block;
  position: relative;
  left: 5px;
}
@media screen and (max-width: 991px) {
  .video-gallery-wrapper .play-button::before {
    border-top: 8px solid transparent;
    border-left: 13px solid #ffffff;
    border-bottom: 8px solid transparent;
    left: 2px;
  }
}
.video-gallery-wrapper .play-button:hover {
  background-color: #f9ba17;
}
.video-gallery-wrapper h3 {
  margin-top: 10px;
}
.video-gallery-wrapper .slider-layout .slider-container {
  /* the slides */
  /* the parent */
}
.video-gallery-wrapper .slider-layout .slider-container .slick-slide {
  margin: 0 15px;
}
.video-gallery-wrapper .slider-layout .slider-container .slick-list {
  margin: 0 -15px;
  max-width: 95%;
  margin: 0 auto;
}
.video-gallery-wrapper .slider-layout .slider-container .slick-arrow {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .video-gallery-wrapper .slider-layout .slider-container .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
.video-gallery-wrapper .slider-layout .slider-container .slick-arrow::before {
  content: "";
  display: none;
}
.video-gallery-wrapper .slider-layout .slider-container .slick-arrow img {
  max-width: 50px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .video-gallery-wrapper .slider-layout .slider-container .slick-arrow img {
    max-width: 25px;
    width: 25px;
    height: 25px;
  }
}
.video-gallery-wrapper .slider-item {
  width: 33.33%; /* Show 3 items by default */
  position: relative;
}
.video-gallery-wrapper .slider-item img {
  width: 100%;
}

.error-section {
  margin-bottom: 100px;
}
.error-section .title {
  font-family: "Fira Sans";
  font-size: 50px;
  font-weight: 700;
  color: #000000;
}
.error-section p {
  font-family: "Fira Sans";
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.error-section .btn-orange {
  background-color: #faad2d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  border-radius: 50px;
  margin-top: 30px;
}
.error-section .btn-orange:hover {
  color: #ffffff;
  opacity: 0.8;
}
.error-section .btn-orange::after {
  content: "";
  background-image: url("/wp-content/themes/haohao/assets/new/images/icon-arrow-right.PNG");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 10px;
}

/*# sourceMappingURL=app.min.css.map*/