/*
 * Globals
 */
@font-face {
  font-family: 'TWCent';
  src: url('../fonts/Tw\ Cen\ MT.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}



/***HOME INI
homevid .container {
  position: relative;
  z-index: 2;
}*/
#homevid::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.homevid {
  position: relative;
  background-color: #1a1a1a;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}

.homevid video {
  width: 100%;
  position: absolute;
  height: auto;
  left: 0px;
}

.homevid .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a1a;
  opacity: 0.1;
  z-index: 1;
}


/*Video Header**/

.headervideo {
  position: relative;
  background-color: #1a1a1a;
  height: 85vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}

.headervideo video {
  width: 100%;
  position: absolute;
  height: auto;
  left: 0px;
}

.headervideo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a1a;
  opacity: 0.1;
  z-index: 1;
}

.titulo-header-video {
position: absolute;
z-index: 9;
display: none;
}


/*Video Header**/
.txt-main-header {
  text-align: center;
  color: #ffff;
}

.txt-main-header h2 {
  font-family: "Bodoni";
  font-size: 1.5rem;
}

.txt-main-header h1 {
  font-family: "Telegrafico";
  font-size: 3rem;
  line-height: 2rem;
  font-weight: 500;

}

.txt-main-header img {
  margin-top: 20px;
  width: 150px;
}


.section-2-home {
  min-height: 55vh;
  background: #CECCC6;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;

}

.section-2-home h3 {
  font-family: "Bodoni";
  font-size: 1.8rem;
}

.content-txt-section-2-home {
  height: 100%;
  padding-left: 50px;
}

/***HOME FIN*/

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */
html {
  background-color: rgba(26, 26, 26, 1) !important;
}

body {
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  font-family: 'TWCent';
  background-color: rgba(26,26,26,1) !important;
}

main {
  background-color: rgba(26,26,26, 1) !important;
}


.bg-malca {
  background-color: rgba(26,26,26,1) !important;
}

/**Menu**/
ul.navbar-nav {
  margin-left: auto;
}

.carousel-item {
border-radius:4px !important;
}

.carousel:hover {
}

#nav-full {
transition: background .6s ease-in-out;
}

/**Menu**/
.hamburger {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
}

.hamburger.is-open .hamburger-item:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}

.hamburger.is-open .hamburger-item:nth-child(2) {
  transform: translateX(6.3333333333px);
  opacity: 0;
}

.hamburger.is-open .hamburger-item:nth-child(3) {
  transform: translateY(0px) rotate(-45deg);
}

.hamburger-item {
  position: absolute;
  display: block;
  width: 19px;
  height: 2px;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
  /**background-color: #000; **/
  background-color: rgb(253, 253, 253);

  transition: 0.2s ease-out;
}

.hamburger-item:nth-child(1) {
  transform: translateY(-6px);
}

.hamburger-item:nth-child(3) {
  transform: translateY(6px);
}

.modal-content {
  background-color: rgba(0, 0, 0, 0.491);
}

.btn-close {
  position: relative;
  top: 9px;
  left: -12px;
  background: transparent url('../../img/close.svg') center/1em auto no-repeat;
}

.modal-header {
  border-bottom: none;
}

.nav-link,
.nav-link.active {
  color: #ffffff;
  text-shadow: none;
  font-size: .9rem;
  margin-left: 20px;
  text-transform: uppercase !important;

}
.mayus {
text-transform: uppercase;}

.nav-link:hover {
  color: #ffffff;
  text-shadow: none;
  margin-left: 20px;
}

.dropdown-menu.show {
  display: block;
  top: 30px;
  background: #4a4a4a93;
}

.dropdown-item {
  color: #ffffff;
}

.dropdown-item:hover {
  color: #ffffff;
  background: none;

}

.end-show {
  left: -68px !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff;
  text-shadow: none;
  margin-left: 20px;
}

.btn-book-nav {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 3px;
  margin-left: 20px;
}

.btn-book-trans {
  background: transparent;
  color: #ffffff;
  font-size: 1.5rem;
  border: 1px solid #ffffff;
  padding: 15px;
  border-radius: 3px;
  margin-left: 20px;
}


.btn-book-nav:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 3px;
  opacity: 1;
}

.nav-link:focus,
.nav-link:hover {
  color: #ffffff;
}

/**INI FOOTER **/
.whatsapp-btn {
  position: fixed;
  z-index: 9999;
  bottom:14px;
  right: 10px;
  left: 94%;
}
footer {
  background-color: rgba(26,26,26,1) !important;
  padding: 20px 100px 20px 100px !important;
}

a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;

}

a:hover {
  color: #ffffff;
  text-decoration: none;

}

footer p {
  margin-bottom: 0px;
  text-align: left;
}

.titulo {
  font-size: 1.2rem !important;
  margin-bottom: 3px;
}

.col-md-3 a {
  text-align: left !important;
}

/**FIN FOOTER **/


/** Ini Home**/
.section-80 {
  min-height: 80vh;
  background-color: rgba(26, 26, 26, 1) !important;
}

.section-60 {
  min-height: 60vh;
  background-color: rgba(26, 26, 26, 1) !important;
}

.section-reserva{
  background-color: #9e958b;
  background-image: url('../../img/home/room-malca-01.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;position: relative;
  z-index: 100;
  transition: all 3s ease-in-out;

}

.section-reserva:after {
  content: "";
  /**background: #4e3f3c;**/
  background: #333;
  opacity:.8;
  width: 100%;
  height: 100%;
  z-index: -1 ;
  top: 0;
  left: 0;
  position: absolute;
  }

h1 {
  font-size: 2rem;
}

.text-home {
  font-size: 1.1rem;
}

.link-vermas {
  font-size: 1.4rem;
}

.link-vermas:hover {
  text-decoration: underline;
}

.carousel-item {
  height: 70vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-vertical 
{
  height: 80vh;
}

.item-vertical img
{
  height: 70vh !important;
  margin-left: auto;
  margin-right: auto;
}

.carousel-caption
{
  background: rgb(26 26 26 / 73%);
  ;
}

.input-malca {
  background-color: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;

color: #fff !important;
}

.btn-primary-malca {
 color: #fff;
 border: #fff 1px solid;
 padding: 8px;
 min-width: 150px;
 font-size: 1.3rem;
 box-shadow: none !important;
}

.btn-primary-malca:hover, .btn-primary-malca:active, .btn-primary-malca:focus {
  color: #fff;
  border: #fff 1px solid !important;
  padding: 8px;
  min-width: 150px;
  font-size: 1.3rem;
 box-shadow: none !important;

 }





.item-room {
  height: 80vh;
}


.img-slider {
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.slider-exp-01 {
  background-image: url('../../img/home/slider-experience/102023/casamalca-experience-01.jpg');
}

.slider-exp-02 {
  background-image: url('../../img/home/slider-experience/102023/casamalca-experience-02.jpg');
}

.slider-exp-03 {
  background-image: url('../../img/home/slider-experience/102023/casamalca-experience-03.jpg');
}

.slider-exp-04 {
  background-image: url('../../img/home/slider-experience/102023/casamalca-experience-04.jpg');
}

.slider-exp-05 {
  background-image: url('../../img/home/slider-experience/102023/casamalca-experience-05.jpg');
}

.slider-exp-06 {
  background-image: url('../../img/home/slider-experience/102023/casamalca-experience-06.jpg');
}

.slider-exp-07 {
  background-image: url('../../img/home/slider-experience/102023/casamalca-experience-07.jpg');
}

.slider-exp-08 {
  background-image: url('../../img/home/slider-experience/102023/casamalca-experience-08.jpg');
}

.slider-exp-09 {
  background-image: url('../../img/home/slider-experience/102023/casamalca-experience-09.jpg');
}

.slider-room-01 {
  background-image: url('../../img/home/slider-habitaciones/24-682x1024.png');
}
.slider-room-02 {
  background-image: url('../../img/home/slider-habitaciones/DSC00618.jpg');
}
.slider-room-03 {
  background-image: url('../../img/home/slider-habitaciones/Malca-21-678x1024.jpg');
}
.slider-room-04 {
  background-image: url('../../img/home/slider-habitaciones/Malca-33-1024x678.jpg');
}

.slider-eventos-01 {
  background-image: url('../../img/home/slider-eventos/Main-Entrance-Ceremony-2-768x1024.jpeg');
}

.slider-eventos-02 {
  background-image: url('../../img/home/slider-eventos/04-07-DD-330-683x1024.jpg');
}
.slider-eventos-03 {
  background-image: url('../../img/home/slider-eventos/46-1024x683.jpg');
}
.slider-eventos-04 {
  background-image: url('../../img/home/slider-eventos/LAP_0942-34-1024x683.jpg');
}

.slider-eventos-05 {
  background-image: url('../../img/home/slider-eventos/rt-768x1024.png');
}

.slider-rest-01 {
  background-image: url('../../img/home/slider-restaurantes/101.jpg');
}

.slider-rest-02 {
  background-image: url('../../img/home/slider-restaurantes/DSC00587.jpg');
}
.slider-rest-03 {
  background-image: url('../../img/home/slider-restaurantes/DSC_0209.jpg');
}
.slider-rest-04 {
  background-image: url('../../img/home/slider-restaurantes/DSC_0226.jpg');
}

.slider-rest-05 {
  background-image: url('../../img/home/slider-restaurantes/home_restaurante.jpg');
}

.slider-bodas-01 {
  background-image: url('../../img/home/slider-bodas/04-07-DD-422.jpg');
}

.slider-bodas-02 {
  background-image: url('../../img/home/slider-bodas/bb8ebf2c-e011-48ff-bb02-c942785a7706.jpg');
}
.slider-bodas-03 {
  background-image: url('../../img/home/slider-bodas/CasaMalcaTulumWeddingPhotographer-Chellise_Michael-819.jpg');
}
.slider-bodas-04 {
  background-image: url('../../img/home/slider-bodas/CasaMalcaTulumWeddingPhotographer-Chellise_Michael-952.jpg');
}

.slider-bodas-05 {
  background-image: url('../../img/home/slider-bodas/CF-0387.jpg');
}
.slider-bodas-06 {
  background-image: url('../../img/home/slider-bodas/CF-0424.jpg');
}


.slider-spa-01 {
  background-image: url('../../img/home/slider-spa/spa-01.png');
}

.slider-spa-02 {
  background-image: url('../../img/home/slider-spa/spa-02.jpg');
}
.slider-spa-03 {
  background-image: url('../../img/home/slider-spa/spa-03.jpg');
}
.slider-spa-04 {
  background-image: url('../../img/home/slider-spa/spa-04.jpg');
}



.slider-experience-01 {
  background-image: url('../../img/experiencia/slider/naturaleza-01.jpg');
}

.slider-experience-02 {
  background-image: url('../../img/experiencia/slider/beach-malca-02.jpg');
}
.slider-experience-03 {
  background-image: url('../../img/experiencia/slider/beach-malca-03.jpg');
}
.slider-experience-04 {
}

/** Fin Home**/



/** inicio Rooms**/

.section-header {
  height: 70vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.titulo-header {
  font-size: 3rem;
  z-index: 99;
}

.text-p {
  font-size: 1.2rem;
}

figure.snip1206 {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 5px 5px 5px 5px;
  min-width: 100%;
  max-width: 100%;
  max-height: 380px;
  width: 100%;
  color: #fff;
  text-align: center;
}
figure.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1206 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1206:after {
  background: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1206 figcaption {
  position: absolute;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.snip1206 h2,
figure.snip1206 p {
  margin: 0;
  width: 100%;
  opacity: 0;
  font-family: 'TWCent';
  text-align: left;

}
figure.snip1206 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  font-size: 4rem;
  text-transform: uppercase;
}
figure.snip1206 p {
  padding: 0 50px;
  font-size: 1em;
  font-weight: 500;
}
figure.snip1206 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1206:hover:after,
figure.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2,
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2 {
  opacity: 1;
}
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  opacity: 0.7;
}

/** Fin Rooms**/



.titulo-rest {
width: 350px !important;
}

.fig-rest {
width: 100% !important;
}


/** Slider Restaurantrs**/
.philosophy-01 {
  background-image: url('../../img/restaurantes/philosophy/slider/philosophy-restaurant-01.jpg');
}
.philosophy-02 {
  background-image: url('../../img/restaurantes/philosophy/slider/philosophy-restaurant-02.jpg');
}
.philosophy-03 {
  background-image: url('../../img/restaurantes/philosophy/slider/philosophy-restaurant-03.jpg');
}
.philosophy-04 {
  background-image: url('../../img/restaurantes/philosophy/slider/philosophy-restaurant-04.jpg');
}
.philosophy-05 {
  background-image: url('../../img/restaurantes/philosophy/slider/philosophy-restaurant-05.jpg');
}
.philosophy-06 {
  background-image: url('../../img/restaurantes/philosophy/slider/philosophy-restaurant-06.jpeg');
}
.philosophy-07 {
  background-image: url('../../img/restaurantes/philosophy/slider/philosophy-restaurant-07.jpeg');
}
.philosophy-08 {
  background-image: url('../../img/restaurantes/philosophy/slider/philosophy-restaurant-08.jpeg');
}
.philosophy-09 {
  background-image: url('../../img/restaurantes/philosophy/slider/philosophy-restaurant-09.jpeg');
}
.philosophy-10 {
  background-image: url('../../img/restaurantes/philosophy/slider/philosophy-restaurant-10.png');
}

.ambrosia-01 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-01.jpg');
}
.ambrosia-02 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-02.jpg');
}
.ambrosia-03 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-03.jpg');
}
.ambrosia-04 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-04.png');
}
.ambrosia-05 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-05.jpg');
}
.ambrosia-06 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-06.jpg');
}
.ambrosia-07 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-07.jpeg');
}
.ambrosia-08 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-08.jpeg');
}
.ambrosia-09 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-10.jpeg');
}
.ambrosia-10 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-11.jpeg');
}
.ambrosia-11 {
  background-image: url('../../img/restaurantes/ambrosia/slider/RESTAURANTE-AMBROSIA-12.jpeg');
}

.head-01 {
  background-image: url('../../img/restaurantes/head-of-a-mad-man/slider/head-of-a-man-restaurant-01.jpg');
}
.head-02 {
  background-image: url('../../img/restaurantes/head-of-a-mad-man/slider/head-of-a-man-restaurant-02.jpg');
}
.head-03 {
  background-image: url('../../img/restaurantes/head-of-a-mad-man/slider/head-of-a-man-restaurant-03.jpg');
}
.head-04 {
  background-image: url('../../img/restaurantes/head-of-a-mad-man/slider/head-of-a-man-restaurant-04.jpg');
}
.head-05 {
  background-image: url('../../img/restaurantes/head-of-a-mad-man/slider/head-of-a-man-restaurant-05.jpg');
}







/** Slider Restaurantrs**/
.section-politica > h4 {
  margin-top: 25px;
  text-shadow: none !important;
  font-size: 2.3rem;
  color: #333;
}

.section-politica > h5 {
  margin-top: 25px;
  text-shadow: none !important;
  font-size: 2rem;
  color: #333;
}

.section-politica p {
  color: #333;
  text-shadow: none !important;
  font-size: 1.2rem;
  }

  .section-politica ul li {
    color: #333;
    text-shadow: none !important;
    font-size: 1.2rem;
  }

  .sections-prensa img {
    width: 130px;
    transition:  all .2s ease-in-out;
  }

  .sections-prensa img:hover {
    transform: scale(1.2);
  }

  .sections-prensa .row .col-md-3 {
    text-align: center;
  }


  .section-bg-experience{
    background-color: #9e958b;
    background-image: url('../../img/experiencia/casa-malca-experience.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;position: relative;
    z-index: 100;
  
  }

  .f-1 {
    font-size: 1.2rem;
    }
  .f-2 {
  font-size: 2rem;
  }

  .f-3 {
  font-size: 3rem ;
  }

  .f-4 {
    font-size: 4rem ;
    }


    
/**Popup modal**/

#popup-v2  .modal-body {
  padding: 0px;
  }
  
  
  #popup-v2  .modal-content {
    background-color: rgb(255, 255, 255);
  }

  #popup-mx  .modal-body {
    padding: 0px;
    }
    
    
    #popup-mx  .modal-content {
      background: transparent !important;
      border: none !important;
      text-align: center;
    }

    #popup-mx .modal-lg-2 {
      margin-top: 30px;
      text-align: center;
    }
    .close-img-popup {
      position: absolute;
      top: 3px;
      right: 65px;
      width: 25px;
      height: 25px;
    }
    .close-mx {
    z-index: 999;
    }
    .btn-mx-popup {
    position: absolute;
    bottom: 90px;
    font-size: 1rem;
    padding: 7px;
   left: 120px;
   
    width: 220px !important;
    z-index: 99999;
    }

    .btn-slider-1 {
    bottom: 80px !important;
    left: 40px;
    }

    .btn-slider-2 {
      bottom: 130px !important;
      left: 40px;
      background-color: rgba(0, 0, 0, 0.4);
      }

      .btn-slider-3 {
        bottom: 100px !important;
        left: 40px;
        background-color: rgba(0, 0, 0, 0.4);
        }

    .cap-popup {
    background: none !important;
    height: 95%;
    }


    .btn-mx-popup:hover {
      cursor: pointer !important;
      position: absolute;
      bottom: 90px;
      font-size: 1rem;
      padding: 7px;
      width: 220px !important;
      }
  

#popup  .modal-body {
padding: 0px;
}

.item-popup-mx {
height: 50%;
}

#popup  .modal-content {
  background-color: rgba(0, 0, 0, 1);
  min-height: 20vh !important;
}

.content-close {
  top: 2px;
  right: 2px;
  position: absolute;
}



#popMain {
/*height: 70vh;*/
height: 90vh;
background: url('../../img/habitaciones/popup/popupes.jpg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}



.content-popup {
height: 50vh;
margin-top: 25px;
padding: 50px 75px 30px 30px;
box-shadow: none;
color: #333;
}

.btn-popup-2{
font-size: 1.2rem !important;
padding: 10px;
color: #333 !important;
border-color: #333;
text-shadow: none;
}


.titulo-popup {
font-size: 2rem;
font-style: italic;
/*transform: rotate(-5deg);*/
}

.titulo-popup{
font-size: 1.5rem;
font-weight: 600;
}

.text-popup { 
font-size: 1.5rem;
font-weight: 700;
}


  .text-popup-v2 h3{
   /** font-size: 2.4rem; **/
    font-size: 1.7rem;
    color: #333;
    font-family: 'Belanosima', sans-serif;
    text-shadow: none;
  }
  

  .text-popup-v2 h4{
  font-size: 1.1rem;
  text-shadow: none;
  font-family: 'Belanosima', sans-serif;
  color: #333;
}

.text-popup-v2 .btn-popup{
  color: #333;
    font-size: 1rem;
    text-shadow: none;
    border-color: #333;
    font-family: 'Belanosima', sans-serif;
    font-weight: 500;
    margin-left: 0px;
    padding: 10px;
   }

   .modal-lg-2 {
    width: 500px !important;
   /* margin-top: 10% !important;*/
  }

  .content-close-2 {
    top: -10px;
    right: -8px;
    position: absolute;
  }

.img-modal-2 {
border-radius:7px 0px 0px 7px;
}


/** Toast Mexico**/

.toast-container {
bottom: 80px !important;
z-index: 10001;
right: 20px;
}

#liveToast .btn-close {
  position: relative;
  top: -5px;
  left: 0px;
  background: rgb(137, 137, 137) url(../../img/close.svg) center/1em auto no-repeat;
}

#liveToast .toast-header {
text-shadow: none;
color: #333;
}

#liveToast .toast-body {
  color: #333;
  text-shadow: none;
}

#liveToast a {
color: #333;
font-size: 0.875rem;
text-decoration: underline;
font-weight: 700;
}