@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*--------------------------------- 01 General ---------------------------------*/
body {
  background: #000;
  color: #2f3138;
  font-family:  'Roboto','Noto Sans TC',sans-serif;
}

a {
  color: #e50011;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #b70916;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  'Roboto','Noto Sans TC',sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #000;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #e50011;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #000;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}



/*--------------------------------- Header ---------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(0, 0, 0, 0.95);
  height: 90px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo {
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 43px;
}



/*--------------------------------- Navigation Menu ---------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  color: rgba(255, 255, 255, 0.85);
  font-family:  'Roboto','Noto Sans TC',sans-serif;
  font-weight: 600;
  font-size: 16px;
  outline: none;
  letter-spacing: 0.03em;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e50011;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #e50011;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #e50011;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #e50011;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 25px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 20px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #e50011;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #e50011;
}

#mobile-nav ul .menu-item-active {
  color: #e50011;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}



/*--------------------------------- # Intro Section ---------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/intro-bg.webp) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  background: rgba(13, 39, 40, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

#intro h1 span {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

#intro h3 {
  color: #37fc22;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 0.02em;
  margin-bottom: 0px;  
  margin-left: 5px;
  margin-right: 20px;
}

#intro h5 {
  color: #fff;
  font-weight: 300;
  font-size: 26px;
  margin-top: 0px;  
}

@media (max-width: 767px) {
  #intro .intro-container h1 {
    font-size: 37px;
    letter-spacing: 0.02em
  }

  #intro h1 span {
    color: #fff;
    font-size: 37px;
  }

  #intro h3 {
    font-size: 20px;
    margin-bottom: -2px;
  }

  #intro h5 {
    font-weight: 300;
    font-size: 14px;
    margin-top: 0px;
  }

  #intro p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  #intro .intro-container h1 {
    font-size: 30px;
    letter-spacing: 0.02em
  }

  #intro h1 span {
    font-size: 30px;
  }
}



/* Timer */

.start-in {
  display:inline-flex;
  background-color:#37fc22;
  color:#000;
  padding: 10px 12px 12px 12px;
  font-size:15px;
  text-transform:uppercase;
  text-align: center;
  margin-top: -6px;
  margin-right: 20px; 
  line-height: 15px;
  vertical-align: middle;
}

#timer {
  padding:10px 0;
  font-size:34px;
  font-weight:600;
  letter-spacing: 0.04em;
  margin-top: 40px;
}

#timer span {
  font-size:18px;
  font-weight:200;
  margin-right:10px
}

@media (max-width: 736px){
  .start-in {
    padding: 8px 5px 10px 5px;
    margin-right:8px;
    font-size:13px;
    font-weight: 300;
    line-height: 13px;
  }

  #timer {
    padding:3px 0;
    font-size:22px;
    letter-spacing: 0.01em;
  }

  #timer span {
    font-size:13px;
  }
}



/*--------------------------------- # Intro-info Section ---------------------------------*/

.intro-info .wrap {
  width: 100%;
}

.intro-info .wrap .info {
  background: #000;
  padding: 30px;
}

@media (min-width: 1200px) {
  .intro-info .wrap .info {
    width: calc(100% - 35%);
    padding: 5% 5% 2% 8%;
  }
}

@media (max-width: 767.98px) {
  .intro-infoo .wrap .info {
    width: 100%;
  }
}
 
.intro-info .wrap .info h3 {
  font-size: 16px;
  color: #37fc22;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.intro-info .wrap .info p {
  margin-top: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  margin-bottom: 0px;
}

.intro-info .wrap .info h5 {
  margin-top: 5px;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.intro-info .wrap .info-about {
  width: 35%;
  background: #37fc22;
}

.intro-info .wrap .info-about h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 30px;
}

.intro-info .wrap .info-about p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 30px;
}
.intro-info .wrap .info-about p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .intro-info .wrap .info-about {
    width: 100%;
  }
}

.intro-info .wrap .text {
  width: calc(100% - 40px);
}

.intro-info .wrap .icon {
  width: 40px;
}

.intro-info .wrap .icon span {
  color: #fac564;
  font-size: 20px;
}


@media (max-width: 767px) {
  .intro-info .wrap .info h3 {
    font-size: 16px;
    color: #e50011;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 0.1em;
  }

  .intro-info .wrap .info p {
    margin-top: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
  }

  .intro-info .wrap .info h5 {
    margin-top: 5px;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}



/*--------------------------------- # Number Section ---------------------------------*/

#numeber {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#numeber:before {
  content: "";
  background: rgba(19, 39, 40, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.counter {
  padding: 20px 10px;
}

.count-title {
  font-size: 40px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #37fc22;
  font-family:  'Roboto','Noto Sans TC',sans-serif;
  letter-spacing: 0.02em;
}

.count-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #fff;
}

@media (max-width: 767px) {
  .count-title {
    font-size: 34px;
    letter-spacing: 0.02em;
  }

  .count-text {
    font-size: 14px;
  }
}


/*--------------------------------- # About Section ---------------------------------*/
  #about {
    background-color: #f9f9f9;
    padding: 50px 20px 110px 20px;
  }

  .ticket {
        padding: 50px 0px 110px 0px;
  }

  .about-title {
    font-size: 32px;
    color: #e50011;
    font-weight: 700;
    line-height: 36px;
  }

  .about-sub {
    font-size: 22px;
    font-weight: 300;
    margin-top: -10px;
    line-height: 26px;
    letter-spacing: 0.02em;
  }

  .about-list {
    margin-top: 10px;
  }
  
  .about-list li {
    position: relative;
    margin-left: -20px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-align: left;
    list-style: disc;
  }
  
  .about .icon-box {
    text-align: left;
    margin-top: 50px;
    margin-bottom: -80px;
    transition: all ease-in-out 0.3s;
  }

  .about .icon-box h4 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.02em;
    margin-top: 15px;
    margin-bottom: 20px;
    width: auto;
    padding: 10px 30px;
    background-color: #000;
  }

  .about .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .about .icon-box span {
    line-height: 20px;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 300;
  }

  .content-list {
    margin-top: 10px;
    margin-left: 20px;
  }
  
  .content-list li {
    position: relative;
    margin-left: -20px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-align: left;
    list-style: disc;
  }
  
  .content-list-area {
    margin-top: 10px;
  }
  
  .content-list-area li {
    position: relative;
    margin-left: -20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-weight: 300;
    text-align: left;
    list-style: disc;
  }



/*--------------------------------- # ticket Section ---------------------------------*/
  #ticket {
    background-color: #f9f9f9;
    padding: 100px 20px 110px 20px;
  }

  .ticket-box {
    margin-top: 20px;
  }

  .about-title {
    font-size: 40px;
    color: #e50011;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
  }

  .ticket h5 {
    font-size: 22px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }

  .ticket span {
    font-size: 22px;
    font-weight: 900;
    margin-top: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    background-color:#37fc22 ;
    padding: 3px 10px;
    margin: 0 5px;
  }

.btn {
  margin:10px 10px;
  width: 260px;
  font-size:20px;
  background: #37fc22;
  border:1px solid #37fc22;
  border-radius:0;
  padding:20px 20px;
  color: #000;
  transition: all 0.4s;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.02em; 
}

.btn:focus,
.btn:hover {
  background-color: #000;
  border:1px solid #000;
  color: #37fc22;
}




/*--------------------------------- # Footer Section ---------------------------------*/

#footer {
  background: #000;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #101011;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 60px;
  margin-bottom: 20px;
}

#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  margin-right: 10px;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #e50011;
  letter-spacing: 0.05em;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 300;
}

#footer .footer-top .footer-contact span {
  line-height: 26px;
  letter-spacing: 0.02em;
  font-size: 15px;
  font-weight: 500;
}

#footer .footer-top .footer-contact a {
  line-height: 26px;
  letter-spacing: 0.04em;
  font-size: 15px;
  color: #fff;
}

#footer .footer-top .footer-contact a:hover {
  line-height: 26px;
  letter-spacing: 0.04em;
  font-size: 15px;
  color: #e50011;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}





/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(0, 0, 0, 0);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}






/*********************************
6. Contact
*********************************/

#contact
{
  background: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact_text
{
  margin-top: 40px;
  margin-left: 30px;
  font-weight: 500;
  font-size: 16px;

}
.contact_list
{
  margin-left: -10px;
  margin-top: 30px;
}

.contact_list ul li
{
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 28px;
  margin-bottom: 20px;
}

.contact_list ul li i
{
  font-size: 16px;
  color: #e50011;
  margin-right: 10px;
  margin-top: 2px;
}

.contact_list ul li a {
  color: #000;
  text-decoration:none;
}

.contact_list ul li a:hover {
  color: #e50011;
    text-decoration:underline;
}


.contact_title h3
{
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 32px;
  letter-spacing: 0.02em;
}

.contact_title p
{
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.contact_form_container
{
  margin-top: 45px;
}
.contact_input
{
  width: 100%;
  height: 52px;
  border: none;
  outline: none;
  background: #f2f2f2;
  padding-left: 25px;
  border-left: solid 2px transparent;
}
.contact_input:focus,
.contact_input:hover
{
  border-left: solid 2px #e50011;
}
.input_item
{
  margin-bottom: 17px;
}
.contact_input::-webkit-input-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #999 !important;
}
.contact_input:-moz-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #999 !important;
}
.contact_input::-moz-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #999 !important;
} 
.contact_input:-ms-input-placeholder
{ 
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #999 !important;
}
.contact_input::input-placeholder
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #999 !important;
}
.contact_textarea
{
  padding-top: 15px;
  height: 200px;
}
.contact_button
{
  background: #e50011;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  margin-top: 30px;
}
.contact_button:hover
{
  background: #000;
}

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

  .contact_content{
    margin-top: 100px;
  }
  .contact_text
  {
    margin-top: 40px;
    margin-left: 30px;
    font-weight: 500;
    font-size: 16px;

  }
  .contact_list
  {
    margin-left: -10px;
    margin-top: 30px;
  }

  .contact_list ul li
  {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.714;
    margin-bottom: 20px;
  }

  .contact_list ul li i
  {
    font-size: 16px;
    font-weight: 400;
    color: #e50011;
    margin-right: 10px;
    margin-top: 2px;
  }
}


