/* CSS Document */
.div-login, .header .icon-search {
  display: none;
}
.section_details_opt ul, .js-pin-container ul {
	padding-left: 25px;
}
.section_details_opt ul li, .js-pin-container ul li {
	list-style: disc;
	
}
.section_details_opt ol li {
	list-style: decimal;
}

.header .header-logo {
    background-image:url(../img/rsi.png);
      background-size: contain;
      width: 102px;
    height: 85px;
  }
  table.table td {
    padding: 10px;
  }
  .bg-blue-1 {
  background-color:#ff7800 !important;
  }
  .text-blue-1, a:hover {
    color: #ff7800 !important;
  }
  .btn_lang, .bar-btn, .div-registar {
      display: none;
  }
  :root {
    --color-dark-1:#4c4c4c;
  }
  .text-dark-1, body, .table {
    color: #4c4c4c;
  }
  .bg-dark-2 {
    background-color: #0A2E51 !important;
  }
  .div-custom-star {
    background-color: var(--color-dark-1) !important;
    border-radius: 5px;
    padding: 6px 15px;
    line-height: 0;
    margin-top: 10px;
    position: absolute;
  }
  .div-custom-star .icon-star, .cardImage__leftBadge .icon-star{
      color: #fff !important;
  }
  .citiesCard .bg-yellow-1 {
    background-color: #FF7800 !important;
  }
  .btn-info-hotel {
    color:#fff !important;
    background-color:#1974CD;
      padding: 14px 20px !important;
      font-size:15px !important;
      font-weight: 400 !important;
  }
  .page-item.active .page-link, .btn-primary, .btn-success {
    background-color: #1974CD;
    border-color: #1974CD;
  }
  .btn-primary:hover, .btn-success:hover {
      background-color:#1974CD;
    border-color: #1974CD;
  }
  .scrollToTop {
    background-color: #1974CD;	
  }
  .page-link, .cookiealert {
      color: #1974CD;
  }