:root {
  --bs-font-sans-serif: "Montserrat", sans-serif;
  --bs-font-monospace: "JetBrains Mono", monospace;
  --bs-font-family-serif: "Times New Roman", serif;
}

.text-danger {
  color: #f62113 !important;
}

.btn-danger {
  background-color: rgba(226, 19, 6, 1) !important;
}

.bg-danger {
  background-color: #f62113 !important;
}

/* Navbar */
.navbar.navbar-core {
  .nav-item {
    .nav-link {
      font-weight: bold;
    }
  }

  .nav-item {
    .nav-link.active {
      color: red;
      font-weight: 800;
      scale: 1.1;
      border-bottom: 2px solid #f62113;
    }
  }

  .navbar-toggler {
    border-color: transparent;
    padding: 0;
  }
}

.navbar-core > .nav-link {
  color: white;
}

/* Footer */
.footer#footer-main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 2rem 0;
  color: white;
}

.footer#footer-main a {
  text-decoration: none;
}

.footer#footer-main .btn-icon-only {
  --bs-btn-color: var(--bs-white);
  padding: 0;
  font-size: 1.25rem;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  outline: 0;
}
.footer#footer-main .btn-icon-only:focus,
.footer#footer-main .btn-icon-only:focus-within {
  outline: none;
  outline: 0;
}

.ul-coverage-list {
  padding-left: 0;
  width: 100%;
  list-style-type: none;
}

.coverage-label > p {
  font-size: 4rem;
  margin-bottom: 0;
  font-weight: 700;
}

.segment-title {
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: left;
}

.item-explorer-canvas {
  max-width: 441.74px;
  margin-right: 70px;
  border-radius: 20px;
  padding: 0;
  text-decoration: none;
  height: 258px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.item-explorer-elementer {
  padding: 40px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /*background: linear-gradient(180deg, rgba(26, 32, 48, 0) 15.4%, black 103.54%);
  */
  transition: background-color 1s ease;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}

.item-explorer-elementer:hover .item-explorer-descripton {
  transition: all 1s ease-in;
  /* display: flex; */
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  opacity: 1;
  height: fit-content;

  visibility: visible;
}

.item-explorer-images {
  width: 100%;
  display: block;
}

.item-explorer-title {
  color: white;
  font-weight: 700;
  text-align: left;
  font-size: 2.2vh;
  transition: all 1s all;
  -webkit-transition: all 1s all;
  -moz-transition: all 1s all;
  -ms-transition: all 1s all;
  -o-transition: all 1s all;
}

.item-explorer-descripton {
  margin-top: 10px;
  font-size: 1.3vh;
  color: white;
  transition: all 2s;
  /*display: none;
  */
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}

.item-explorer-duration {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 20px;
  background: rgba(226, 19, 6, 1);
}

.shortcut-wrapper {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.item-shorcuts-canvas {
  /* positi */
  width: 160px;
  height: 260px;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  padding-top: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}

.item-shorcuts-canvas:hover {
  /* width: 168px; */
  height: 280px;
  transform: translateY(-5px);
}

.item-shorcuts-properties {
  color: white;
  margin-top: auto; /* Adjust the spacing between image and text */
  /* bottom: 0; */
}

.item-sortcuts-elementer {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 32, 48, 0) 15.4%, black 103.54%);
  transition: background-color 1s ease; /* Simplified transition property */
}

.item-sortcuts-elementer:hover {
  background: linear-gradient(
    180deg,
    rgba(26, 32, 48, 0) 15.4%,
    #f62113 103.54%
  );
}

.item-shortcuts-logo {
  width: 32.64px; /* Adjust the logo size as needed */
  height: 21.14px;
  margin-bottom: 10px; /* Adjust the spacing between logo and title */
}

.item-shortcuts-title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 8px; /* Lebar scrollbar */
  height: 5px;
}
*/ ::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: red;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: darkred;
}

.banner_title {
  color: white;
  font-size: 3vw;
  margin-bottom: 3.5rem;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-align: left;
}

.news-tumbnail {
  width: 100%;
  height: 290px;
  background-position: center center;
  object-fit: cover;
  border-radius: 20px;
}
.promo-tumbnail {
  width: 100%;
  height: 375px;
  background-position: center center;
  object-fit: cover;
  border-radius: 20px;
}

.info-tumbnail {
  width: 100%;
  height: 200px;
  background-position: center center;
  object-fit: cover;
  border-radius: 10px;
}

.info-tumbnail-iklan {
  width: 100%;
  height: 150px;
  background-position: center center;
  object-fit: cover;
  border-radius: 10px;
}

.hover-danger:hover {
  background-color: #f62113; /* Warna latar belakang saat di-hover */
  color: #fff; /* Warna teks saat di-hover */
  border: 1px solid #fff; /* Warna border saat di-hover */
}

.sorotan-berita-1 {
  border-radius: 25px;
  /* max-height: 400px; */
  position: relative;
  overflow: hidden;
}
.sorotan-berita-1-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* mask-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); */
}
.sorotan-berita-1 .container-sorotan-berita {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: left;
  transform: translateY(-50%);
}

.sorotan-berita-title {
  color: white;
  font-weight: 600;
  margin-top: 40px;
}

.img-circle {
  width: 250px;
  height: 250px;
  background-position: center center;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.img-circle-aksesbilitas {
  width: 200px;
  height: 200px;
  position: relative;
  background-position: center center;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.img-circle-retail {
  width: 175px;
  height: 175px;
  position: static;
  background-position: center center;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.img-circle-komersial {
  width: 150px;
  height: 150px;
  position: relative;
  background-position: center center;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.rotated-click {
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  visibility: visible;
  opacity: 1;
}

.accordion-item[aria-expanded="true"] .rotated-click {
  opacity: 0;
  visibility: hidden;
}

.accordion .img-circle:hover,
.accordion [aria-expanded="true"] .img-circle {
  transition: all 0.25s linear;
  transform: scale(1.1);
}

.accordion [aria-expanded="true"] h4 {
  color: #f62113 !important;
}

/* .nav-link.active {
  border: none;
  color: #f62113 !important;
} */

.tab-pane {
  border: none;
}
.nav-link.active > .img-circle-aksesbilitas {
  width: 210px;
  height: 210px;
  transition: all 0.5s;
  position: relative;
  background-position: center center;
  border-radius: 50%;
  background-repeat: no-repeat;
  transform: translateY(-20px);
}

.nav-link.active .img-circle-retail {
  width: 200px;
  height: 200px;
  margin-bottom: -25px;
  position: static;
  background-position: center center;
  border-radius: 50%;
  background-repeat: no-repeat;
  transform: translateY(-30px);
}

.nav-link.active .text-akesbilitas {
  transform: translateY(-50px);
}

.nav-tabs {
  --bs-nav-tabs-border-width: none;
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg)
    var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color)
    var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
  /* border-bottom-width: ;
  /border-bottom-style: ;
  border-bottom-color: ; */
}

.image-container {
  position: relative;
  height: auto;
}

.stacked-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1; /* Sesuaikan urutan tumpukan sesuai kebutuhan */
}

.stacked-image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10%;
  margin-bottom: -5%;
  z-index: 2; /* Sesuaikan urutan tumpukan sesuai kebutuhan */
}

.stacked-image-r {
  position: absolute;
  top: 0;
  right: 0;
  height: 300px;
  z-index: 1; /* Sesuaikan urutan tumpukan sesuai kebutuhan */
}

.stacked-image-2-r {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 10%;
  margin-bottom: 20%;
  z-index: 2; /* Sesuaikan urutan tumpukan sesuai kebutuhan */
}

.structur-title {
  text-align: center;
  font-weight: 600;
  background-color: #c0c0c0;
}

.toggle-struktur-organisasi {
  padding-top: 3px !important;
  background-color: black !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: -65px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: flex !important;
  justify-content: center !important; /* Center horizontally */
  align-items: center !important; /* Center vertically */
}

.toggle-struktur-organisasi.active {
  background-color: #f62113 !important;
}

.dot-struktur-organisasi {
  background-color: black;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.table-jadwal-tarif {
  border-radius: 15px;
  overflow: hidden;
}

.table-jadwal-tarif td:hover {
  background-color: #f62113 !important;
  color: white !important;
}

.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: rgb(189, 189, 189);
}

.table-striped-tarif > tbody > tr > td:nth-child(1) {
  background-color: #f62113;
  color: white;
  min-width: 175px;
}

.vertical-timeline {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.vertical-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 38%;
  width: 2px;
  height: 100%;
  background-color: #f62113;
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  /* align-items: center; */
  margin-bottom: 20px;
  flex-direction: row-reverse;
  gap: 3rem;
  justify-content: space-evenly;
}

.timeline-item .timeline-icon {
  position: absolute;
  left: 38%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: #f62113;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f62113;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.timeline-item img {
  /* width: 25%;
  left: 25%; */
  border-radius: 8px;
  z-index: 0; /* Ensure the image is behind the timeline line */
}

.timeline-content {
  /* flex: 1; */
  width: 50%;
  padding: 0 20px 0 40px;
}
.main-heading {
  font-size: 32pt;
  font-weight: bold;
  color: rgb(119, 119, 119);
  margin-bottom: 2em;
}
.title-aksesbilitas {
  font-size: medium;
  color: rgb(91, 91, 91);
  position: relative;
}

.title-aksesbilitas:hover {
  color: rgb(231, 20, 20);
}

.container {
  position: relative;
}

.img-map {
  width: 200px;
}

.content-virtual {
  position: relative !important;
  background-color: #9E0910;
  gap: 12px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dot {
  position: absolute;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  color: #e4e4e4;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.3s, opacity 0.3s, border 0.3s;
}

.dot:hover {
  opacity: 1;
  background: #9E0910;
  transform: scale(1.1);
  border:1px solid #c0c0c0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.attention-blink {
  color:#e4e4e4; 
  font-size:14px; 
  margin: 0;
  font-family: Söhne, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  animation: zoom-in-out 2s infinite;
  text-align: center;
}
.zoom-animation {
  animation: zoomOutIn 1s infinite;
}

.dota {
  /* margin-top: -0.9%; */
  color: black;
  position: absolute;
  padding: 0.6rem;
  /* background: white; */
  /* border: 0.3rem solid red; */
  border-radius: 100%;
  font-size: 0px;
  /* transform: translate(-50%, -50%); */
  /* -webkit-transition: all 0.75s; Safari */
  /* transition: all 0.75s; */
}

.dota:hover {
  /* padding: 1px; */
  text-indent: auto;
  color: #000000;  
  transform: translate(-30%, -50%) rotate(315deg);
  /* transform: skew(deg); */

  width: auto;
  font-size: 10px;
  z-index: 1;
  background: white;
  border-radius: 5px;
  
}

.carousel-item {
  height: 60vh; /* Adjust the height as needed */
  background-size: cover;
  background-position: center;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar-wrapper {
  overflow: hidden;
}

.expanded-sub-menu {
  font-size: 14px;
}

.expanded-sub-menu > div > div > div > ul > li {
  padding: 5px 10px;
  width: fit-content;

  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.item-topbar-sub-menu:hover {
  padding: 5px 10px;
  width: fit-content;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.expanded-sub-menu > div > div > div > ul > li:hover {
  background-color: rgb(114, 7, 0, 0.5);
  width: fit-content;
}

.expanded-sub-menu > div > div > div > ul > li.active {
  background-color: rgb(114, 7, 0, 0.5);
  width: fit-content;
}

.expanded-sub-menu > div > div > div > ul > li > a {
  text-decoration: none;
  color: white;
  width: fit-content;
}

li.has-sub-menu.active {
  background-color: rgb(114, 7, 0, 0.5);
  width: fit-content;
}

li.has-sub-menu-child.active {
  background-color: rgb(114, 7, 0, 0.5);
  width: fit-content;
}

li.has-sub-menu-child.active {
  background-color: rgb(114, 7, 0, 0.5);
  width: fit-content;
}

div.captions-group {
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}

.form-group-search {
  border-radius: 10px;
  border-top-left-radius: 0;
}

#form-control-search {
  margin-right: 5px;
  background-color: #e4e4e4;
}

.cari-stasiun {
  background-color: white;
  color: black;
  font-weight: 600;
  font-size: 1.4rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* w-25 bg-white p-3 fw-500 text-black */
}
.detail-stasiun-tap {
  text-decoration: none;
  color: black;
}
.detail-stasiun-tap:hover {
  color: black;
}
.detail-stasiun-tap.active {
  color: #f62113 !important;
}

.facilities-item {
  transition: scale 0.1s ease-in-out;
  -webkit-transition: scale 0.1s ease-in-out;
  -moz-transition: scale 0.1s ease-in-out;
  -ms-transition: scale 0.1s ease-in-out;
  -o-transition: scale 0.1s ease-in-out;
}

.facilities-item:hover {
  scale: 1.1;
}

.home_slider_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 20px; /* Tambahkan padding sesuai kebutuhan */
  box-sizing: border-box; /* Agar padding tidak mempengaruhi lebar keseluruhan */
}

.banner {
  max-height: 500px;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.banner .container-fluid {
  position: relative;
}
.h1-faq {
  font-size: 24px;
}
.icon-top-bar-small {
  display: none;
  height: 36px;
}
@media only screen and (max-width: 768px) {
  .icon-top-bar-small {
    display: block;
  }

  .dot {
    font-size: 2.5vw; 
  }

  .container-virtual-tour{
    padding: 1rem !important;
  }

}

@media only screen and (max-width: 1005px) {
  .navbar-brand {
    display: none !important;
  }
  div.captions-group {
    width: 80%;
    left: 10%;
    transform: translateX(0);
    height: 300px !important;
  }
  div.captions-group h1 {
    font-size: 3vw;
  }
  div.captions-group p {
    font-size: 1.5vw;
  }
  div.captions-group a {
    font-size: 1.5vw;
  }
  .captions-group > .d-flex > .cari-stasiun {
    font-size: 2vw;
  }
  .form-group-search {
    padding: 15px !important;
  }
  .carousel-inner {
    height: 360px !important;
  }

  button {
    padding: 15px;
  }

  .btn-home {
    padding: 10px 30px !important;
  }

  #carouselExampleInterval {
    margin-top: 50px !important;
  }

  /* #banner {
    margin-top: 50px !important;
  } */

  #navbar-wrapper {
    height: 50px !important;
  }

  .expanded-sub-menu > div > div > div > ul > li {
    padding: 5px;
    border-radius: 10px;
  }
  .banner_title {
    margin-bottom: 10px;
  }
}
/*
.accordion-button:not(.collapsed) {
  background-color: transparent;
} */

.accordion-item[aria-expanded="true"] .rotated-click {
  transform: rotate(90deg);
  padding-right: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #f62113;
}

.nav-pills .nav-link {
  color: #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

div.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.sticky-wrapper {
  position: relative;
  overflow: auto;
  white-space: nowrap;
}

.sticky-wrapper table {
  overflow: auto;
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  left: 0px;
}

/* th.sticky-col {
  overflow: hidden;
  border-top-left-radius: 20px;
} */

table:has(.sticky-col) > thead > tr > th:first-child {
  overflow: hidden;
  border-top-left-radius: 15px;
}

table:has(.sticky-col) > thead > tr > th:last-child {
  overflow: hidden;
  border-top-right-radius: 15px;
}

table:has(.sticky-col) > tbody > tr:last-child > td:first-child {
  overflow: hidden;
  border-bottom-left-radius: 15px;
}

table:has(.sticky-col) > tbody > tr:last-child > td:last-child {
  overflow: hidden;
  border-bottom-right-radius: 15px;
}

.three-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.lightbox-caption {
  position: absolute;
  top: 0;
  background: #f62113;
  padding: 15px 25px 20px!important;
  left: 0;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom-right-radius: 20px;
}

.gallery-cell:before {
  visibility: hidden;
}

.gallery-cell {
  padding-left: 0px;
  padding-right: 0px;
  align-content: center;
}

.disabled>.page-link, .page-link.disabled {
  background-color: rgb(72, 72, 72);
  color: #c0c0c0;
}

.pagination {
  gap: 5px;
}

.page-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-width: 25px;
}

.page-link {
  font-size: 1.3rem;
  border-radius: 10px !important;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.page-link:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  background-color: #f62113;
  color: #e4e4e4;
}

.active>.page-link, .page-link.active {
  background-color: #f62113;
  color: #e4e4e4;
  border-color:rgb(231, 20, 20);
  border-radius: 10px !important;
}

.popover-header {
  background-color: #f62113;
  color: #fff;
}

.content-lrt img {
  width: 100%;
  height: auto;
}