@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;800&display=swap");
:root {
  --maincolor: #0C0EFF;
  --secondcolor: #FF009E;
  --thirdcolor: #FFE6F5;
  --alerterror: #FF6A40;
}

html,
body {
  font-family: -apple-system, "Helvetica Neue", "Lucida Grande", Helvetica,
    Arial, sans-serif;
  background-color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
}

body.body-agent {
  background-color: #ffffff;
}

body.page-index,
body.page- {
  
}

body.mobile {
  background: #fff !important;
}

p,
a {
  font-size: 16px;
  color: #091519;
}

.main-title p,
p.text-desc,
.icon {
  color: #72797b;
}

p.text-desc {
  font-size: 20px;
}

p.text-desc.smaller-text {
  font-size: 16px;
}

.custom-control-label {
  color: #091519;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.primary-color {
  color: var(--maincolor);
}

.btn-forgot-pasword {
  color: var(--maincolor);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.info-box {
  color: #FFFFFF;
  background: #FF2BAE;
  border-radius: 70px;
  height: 35px;
  width: max-content;
}

.point-box-bottom {
  background: #ffffff;
  border-radius: 5px;
  bottom: 1em;
  height: 35px;
  left: 2em;
  position: absolute;
  width: max-content;
}

.info-box-text {
  padding: 0 15px 0 5px;
  line-height: 33px;
}

.badge-HOTEL {
  color: #fff;
  background-color: #009688;
}

.badge-CAR_RENT {
  color: #ffffff;
  background-color: #2196f3;
}

.point-box-bottom .info-box-text {
  padding: 0 15px 0 15px;
  line-height: 35px;
}

.devider-left {
  border-left: 1px solid silver;
}

li.nav-item {
  padding: 0 10px;
}

.search-form li.nav-item {
  padding: 0;
}

.search-form .nav-tabs .nav-link.active {
  border: none;
}

.search-form .nav-link {
  padding: 0.9rem 3.9rem;
  font-size: 14px;
}

.search-form .nav-tabs .nav-link.active,
.search-form .nav-tabs {
  color: #091519;
}

.search-form .nav-tabs {
  border-bottom: none;
}

.main-navbar {
  height: 90px;
  background-color: #ffffff;
}

.mobile .main-navbar {
  background-color: var(--maincolor);
}

.main-title {
  left: 0px;
  top: 80px;
  /* margin-top: 50px; */
}

.main-price {
  color: var(--maincolor);
  font-weight: 600;
}

.crossed-price {
  color: #a6abac;
  text-decoration: line-through;
}

.image-p-5 {
  padding: 5px;
}

.main-grey {
  background-color: #f8f8f8;
}

.main-title h1 {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.2px;
  margin-top: 25px;
}

.navbar-light .navbar-nav .nav-link {
  color: #666;
}

@media (max-width: 769px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.8em;
  }
  #navSupported .navbar-nav {
    display: none;
  }
}

@media (max-width: 1300px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 1em;
  }
}

.navbar-collapse {
  background: #fff;
  z-index: 9;
}

.center-content {
  margin: auto;
}

.partner-list {
  margin-top: 150px !important;
}

.partner-list-content {
  width: 100%;
}

.partner-list-content img {
  width: 100% !important;
}

.main-box {
  padding: 45px 0;
}

.main-form {
  background-color: transparent;
  bottom: 20px;
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 9;
}

.footer-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/email-footer.png);
  color: #ffffff;
  padding: 37px 0;
}

.footer-box a,
.footer-box p {
  color: #ffffff;
  font-size: 14px;
}

.footer-box-line {
  border: 1px solid #0a0bd9;
  margin-bottom: 50px;
  margin-top: 30px;
}

.footer-box ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.footer-list {
  margin: auto;
  width: 90%;
  padding: 0 10px;
}

.footer-list p {
  margin-bottom: 5px;
}

.footer-list li {
  line-height: 27px;
}

.best-partner-title {
  text-align: center !important;
  font-size: 18px;
}

.no-border {
  border: none;
}

.city-list {
  text-align: center;
}

.card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.2px;
}

a:hover {
  text-decoration: none;
  color: var(--maincolor);
}

.jumbotron {
  background-color: #f8f8f8;
  border-radius: 12px;
}

.btn {
  border-radius: 8px;
  padding: 0.575rem 1.75rem;
}

.jumlah .btn {
    border-radius: 8px;
    padding: 0.275rem 0.75rem;
}

.mobile .btn {
  padding: 0.575rem 0.85rem;
}

.btn img,
.btn i {
  margin-right: 10px;
}

.btn.btn-home i {
  margin-right: 0px;
}

.btn.btn-next-prev {
  padding: 0.375rem 0.75rem;
}

.btn.btn-next-prev img {
  margin-right: 0px;
}

.city-list .card-title {
  text-align: center;
}

.card-text {
  color: #72797b;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.city-list .card-text {
  font-size: 16px;
}

.accomodation-list .card-title {
  font-size: 16px;
  margin-bottom: 0;
}

.accomodation-list .card-text {
  font-size: 14px;
  text-align: left;
}

.accomodation-list {
  text-align: left;
}

.accomodation-list .accomodation-footer {
  padding: 0.75rem 0 0 0.25rem;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.destination-list img {
  max-width: -webkit-fill-available;
}

.point-destination {
  padding-right: 30px;
}

.w-100 {
  width: 100%;
}

h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.2px;
}

h2.smaller-text {
  font-size: 28px;
}

.btn-next-prev {
  background: #ffffff;
  border-radius: 40px;
  width: 46px;
  height: 46px;
}

.btn-next-prev img {
  width: 70%;
}

.btn-primary {
  background-color: var(--maincolor);
  border-color: var(--maincolor);
  color: #fff;
}

.btn-outline-primary {
  color: var(--maincolor);
  border-color: var(--maincolor);
}

.btn-outline-primary:active,
.btn-outline-primary:hover {
  background-color: var(--thirdcolor);
  border-color: var(--thirdcolor);
  color: var(--maincolor);
}

.btn-outline-default {
  border-color: #CCCCCC;
  color: var(--secondcolor);
  border-color: var(--secondcolor);
}

.btn-outline-default:active,
.btn-outline-default:hover {
  background-color: var(--thirdcolor);
  border-color: var(--thirdcolor);
  color: var(--secondcolor);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--maincolor);
  border-color: var(--maincolor);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: var(--maincolor);
  border-color: var(--maincolor);
  box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.btn-pink {
  background-color: var(--secondcolor);
  border-color: var(--secondcolor);
  color: #fff;
}

.btn-outline-pink {
  color: var(--secondcolor);
  border-color: var(--secondcolor);
}

.btn-outline-pink:active,
.btn-outline-pink:hover {
  background-color: var(--thirdcolor);
  border-color: var(--thirdcolor);
  color: var(--secondcolor);
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: var(--secondcolor);
  border-color: var(--secondcolor);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: var(--maincolor);
  border-color: var(--maincolor);
  box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.btn-primary:hover,
.btn-pink:hover,
.btn-outline-secondary:hover {
  background-color: #FFE6F5;
  border-color: #FFE6F5;
  color: var(--maincolor);
}

.btn-outline-secondary {
  border-color: #eaeaea;
}

.btn-light {
  background-color: #ffffff;
  color: #212529;
  border: 1px solid #eaeaea;
}

.search-form-content {
  -moz-box-shadow: 0px 56px 96px -52px rgba(9, 21, 25, 0.06);
  -webkit-box-shadow: 0px 56px 96px -52px rgba(9, 21, 25, 0.06);
  background-color: #ffffff;
  box-shadow: 0px 56px 96px -52px rgba(9, 21, 25, 0.06);
  border-radius: 0px 8px 8px 8px;
  padding: 20px 25px;
}

.form-control {
  font-size: 14px;
  height: 48px;
}

.has-icon .form-control {
  padding-left: 2.155rem;
}

.form-hotel .col-lg-4,
.form-hotel .col-lg-3,
.form-hotel .col-lg-2,
.form-hotel .col-md-7,
.form-hotel .col-md-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.has-icon .form-control-feedback {
  color: #aaa;
  display: block;
  height: 48px;
  line-height: 48px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 2.755rem;
  z-index: 2;
}

.btn-block {
  padding: 12px 0px;
  /* height: 47px; */
}

.text-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.text-line span {
  background: #fff;
  padding: 0 10px;
}

.text-term {
  font-size: 12px;
  font-weight: 400;
  color: #72797b;
  line-height: 20px;
}

.text-term a {
  font-size: 12px;
  font-weight: 400;
  color: #1977f3;
}

#verification-form .form-control {
  font-size: 30px;
  padding: 0 25px;
}

.time-left {
  color: #dc3545 !important;
  font-weight: 600;
}

.kv-form-bs4 .form-control-feedback {
  right: inherit;
}

.select2-container--krajee-bs4 .select2-selection--single {
  height: 48px;
  line-height: 36px;
  padding-left: 40px;
}

.breadcrumb {
  background-color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.page-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.2px;
}

.search-box-inside,
.hotel-box,
.filter-box,
.item-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 16px;
}

.filter-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #091519;
  margin-bottom: 0px;
}

.filter-box label {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #72797b;
}

.filter-box .filter-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #091519;
  display: flex;
}

.filter-box .filter-field {
  border-bottom: 1px solid #eaeaea;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-right {
  position: absolute;
  right: 20px;
}

.hotel-box .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.hotel-box img {
  border-radius: 8px;
}

.hotel-name {
  /* font-weight: 600;
    font-size: 3rem;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #091519; */
  font-weight: bold;
}

.hotel-name a,
.hotel-name .filter_hotel_name {
  font-size: 1.5rem;
  font-weight: 600;
}

.hotel-location {
  color: #999;
  margin: 0.5rem 0;
}

.hotel-breakfast .badge {
  margin-right: 0.4rem;
}

.hotel-accomodation {
  font-size: inherit;
}

.hotel-accomodation i {
  margin-right: 0.5rem;
  line-height: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
}

/* .price-box {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
} */

.price-crossed {
  color: #72797b;
  text-decoration: line-through;
  font-size: 1.1rem !important;
}

.price-final {
  color: var(--maincolor);
  font-size: 1.7rem;
  font-weight: 600;
  margin: 8px 0;
  line-height: 20px;
}

.price-final .note {
    font-weight: 400;
    font-size: 1.1rem !important;
}

.price-description {
  margin: 8px 0;
}

/* .price-final {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.2px;
    color: var(--maincolor);
}

.price-final-pg {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.2px;
    color: var(--maincolor);
}

.price-final-pg-note {
    font-size: 12px;
} */

.promo-flag {
  right: 13px;
  position: absolute;
  background-color: #f4e1e4;
  border-radius: 4px 0px 0px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  color: #961526;
  font-weight: 600;
}

.filter-field #w2-slider .slider-selection, .filter-field #w1-slider .slider-selection, .slider .slider-selection {
  background: #0c0eff;
}

.filter-field .slider-handle {
  background-color: #ffffff;
  border: 6px solid #0c0eff;
  background-image: none;
}

.bs-checkbox-label {
  margin-left: 5px;
}

.bs-checkbox-label .fa {
  margin-left: 5px;
}

.btn-seemore {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--maincolor);
}

@media (min-width: 540px) {
}

@media (min-width: 576px) {
  .main-title h1 {
    font-size: 36px;
    line-height: 44px;
    /* margin-top: 25px; */
  }
  .main-title {
    top: 80px;
    margin-top: 0px;
  }
  .main-form {
    bottom: 5px;
  }
  .partner-list {
    margin-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .main-title h1 {
    font-size: 46px;
    line-height: 54px;
    /* margin-top: 25px; */
  }
  .main-title {
    top: 80px;
    margin-top: 0px;
  }
  .main-form {
    bottom: 20px;
  }
  .partner-list {
    margin-top: 20px !important;
  }
  .partner-list-content {
    text-align: center;
  }
  .partner-list-content img {
    width: 50% !important;
  }
}

@media (min-width: 992px) {
  .main-title h1 {
    font-size: 56px;
    line-height: 64px;
    /* margin-top: 25px; */
  }
  .main-title {
    top: 80px;
    margin-top: 0px;
  }
  .main-form {
    bottom: 20px;
  }
}

.site-login {
  background-color: #ffffff;
  padding: 40px 37px;
  margin: 20px;
  border-radius: 12px;
}

.body-agent .site-login {
  border: 1px solid #ccc;
}

.site-login .form-group {
  margin-bottom: 2rem;
}

.image-header-big {
  margin-top: 40px;
}

.ratting img {
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .main-title {
    top: 80px;
    margin-top: 0px;
  }
  .main-title h1 {
    font-size: 56px;
    line-height: 74px;
    /* margin-top: 25px; */
  }
}

@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
}

@media (min-width: 1800px) {
}

@media (max-width: 1024px) {
  .hide-small {
    display: none;
  }
}

@media (max-width: 768px) {
  .main-title .center-content {
    margin: auto;
    min-height: 300px;
    padding-top: 40px;
  }
  .image-header-big {
    display: none;
  }
  .main-title {
    padding-left: 20px;
    background-image: url("/images/frontendTheme/image1.png");
    background-repeat: no-repeat;
    background-size: 170px;
    background-position-x: right;
    background-position-y: center;
  }
  .card {
    margin: auto;
    max-width: 280px;
  }
}

@media (min-width: 768px) {
  .image-header-small {
    display: none;
  }
}

.footer-menu li a:hover {
  color: #FFE6F5;
  text-decoration: underline;
}

.image-thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 200px;
  max-width: 225px;
}

.image-vendor {
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
  max-width: 100px;
}

.hotel-reviews span {
  position: relative;
  top: -2px;
  padding: 4px 8px !important;
  font-weight: normal !important;
}

#hotelsearch-adults {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: black;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>")
    right no-repeat;
  background-color: white;
  background-transparency: 0.5;
  background-position: right 10px top 14px;
  background-size: 18px 18px;
}

.hotel-detail img {
  border-radius: 0px;
}

.hotel-detail .detail-item {
  font-size: 1.3rem;
}

.hotel-detail .detail-item i {
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 1rem;
    color: var(--maincolor);
}

.image-main {
  width: 820px;
  height: 550px;
}

.image-other,
#image-gallery-1 img:first-child,
#image-gallery-2 img:first-child,
#image-gallery-3 img:first-child {
  height: 123px;
  object-fit: cover;
  margin-bottom: 10px;
}
#image-gallery-1 img:first-child {
  height: 276px;
}

.hotel-detail-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  /* margin-bottom: 16px; */
}

.border-box {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 17px;
}

.amenities-box {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 16px;
}

ul.amenities {
  margin: 0px;
  padding: 0px;
}

ul.amenities li {
  display: inline;
  padding: 0 10px 0 0;
}

.quantity-text {
  color: #961526;
  font-weight: 600;
}

.price-room {
  border-left: 1px solid #eaeaea;
  padding: 10px;
  text-align: center;
}

.price-room .price-final {
  font-size: 20px;
}

.row-border {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}

.outbox-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.2px;
  color: #091519;
}

.main-box.hotel-detail {
  padding: 5px 0 0 0;
}

.badge-car {
  color: #1b6fe5;
  background-color: #e1edfe;
}

.badge-excess {
  color: #000000;
  background-color: #faf3dd;
}

.align-center {
  text-align: center !important;
}

/* Mobile version */

.mobile .search-form .nav-link {
  padding: 0.4rem 1rem;
  font-size: 12px;
}

.mobile .main-title {
  background: #45b6bc url(/images/bg.png) repeat-x top left;
}

.mobile .main-title p {
  color: #ffffff;
}

.mobile .nav-link {
  color: #ffffff;
}

.mobile .main-form {
  bottom: 0px;
  margin: auto;
  position: inherit;
}

.mobile h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.2px;
}

.mobile p.text-desc {
  font-size: 17px;
}

.mobile .main-title {
  padding-left: 0px;
  height: auto;
}

.mobile .card {
  margin: auto;
  max-width: max-content;
}

.mobile .partner-list {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.mobile .main-box {
  padding: 25px 0;
}

.mobile .fa-search {
  font-size: 18px;
}

.mobile .img-container {
  width: 100%;
  max-height: 350px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 250px;
}

.mobile .img-hotel {
  width: 400px;
  /* position: absolute; */
  top: -40px;
}

.mobile .hotel-box .col-5 {
  padding: 0px;
}

.mobile .hotel-box {
  padding: 0 14px;
}

.mobile .promo-flag {
  right: 0px;
  z-index: 99;
}

.mobile .hotel-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #091519;
}

.mobile .price-final {
  font-size: 18px;
  line-height: 26px;
}

.mobile .price-box {
  padding: 5px;
}

.mobile .hotel-detail .slide img {
  border-radius: 0px;
}

.mobile .page-title {
  font-size: 22px;
  line-height: 30px;
}

.mobile .outbox-title {
  font-size: 18px;
  line-height: 26px;
}

.mobile .price-room {
  border-left: none;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-bottom: 26px;
}

.mobile .quantity-text {
  font-size: 80%;
}

.mobile .img-carnect {
  width: 140px;
  position: absolute;
  top: 40px;
}

.mobile .carnect .img-container {
  height: 190px;
}

.content-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 25px;
  margin-bottom: 16px;
}

.content-box.box-grey {
  background: #f8f8f8;
}

.checkout .content-box ul {
  padding-left: 13px;
}

.border-box {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 10px;
}

.hotel-detail .col-8 {
  padding-left: 0;
}

.badge-info {
  color: #1b6fe5;
  background-color: #e1edfe;
}

.badge {
  padding: 5px 8px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}

.row-border-sm {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.select2-results__option {
  font-size: 95%;
  line-height: 20px;
  padding: 3px 10px;
}

.form-control.pax-field {
  background-color: transparent;
}

.jumlah .adults,
.jumlah .rooms,
.jumlah .childs {
  font-size: 140%;
  width: 100px;
}

.occupancy {
  /* font-size: 15px; */
  min-width: 300px;
  min-height: 100px;
}

.occupancy .list-group-item {
  /* border: none; */
}

.occupancy .card-footer {
    padding: 0rem 1.25rem 0.75rem 1.25rem;
    background-color: transparent;
    border-top: 0px solid transparent;
}

.occupancy .card > .list-group {
    border-bottom: none;
}

.form-hotel .dropdown-menu {
  min-width: 430px;
  padding: 0px;
}

.form-control.child-ages {
  height: 35px;
}

.btn-display-text {
  width: 55px;
}

.has-icon .dropdown-menu .form-control {
  padding-left: 1.2rem;
}

.pax-field:hover {
  cursor: pointer;
}

.drp-buttons {
  /* display: none !important; */
}

.drp-buttons .cancelBtn {
    display: none !important;
}

.daterangepicker .drp-selected {
  color: var(--secondcolor);
}

#page-top .daterangepicker .drp-buttons .btn {
  font-weight: 100;
}

.calendar-time {
  display: none !important;
}

.mobile .main-title .form-hotel p {
  color: inherit;
}

.mobile .form-hotel .dropdown-menu {
  min-width: 100%;
}

.mobile .btn-display-text {
  width: 55px;
}

.mobile .occupancy p {
  font-size: 13px;
}

.mobile .occupancy .btn {
  padding: 0.375rem 0.45rem;
}

.mobile .occupancy .list-group-item, .mobile .occupancy .card-header {
  padding: 0px;
}

.mobile .occupancy .form-control.child-ages {
    padding-left: 0.2rem;
}

.mobile .occupancy .mt-3, .my-3 {
    margin-top: 0.11rem !important;
}

.mobile .ages .col-4 {
  padding-right: 11px;
  padding-left: 11px;
}

.slider-horizontal {
  margin-left: 9px;
}

.pagination-wrapper {
  display: table;
  margin: 0 auto;
}

.pagination a {
  color: var(--maincolor);
}

.pagination .active a {
  color: #fff;
  background: var(--maincolor) !important;
}

.pagination li:not(.disabled) a {
  cursor: pointer;
}

.pagination li.disabled a {
  cursor: not-allowed;
}

.pagination a:hover {
  color: #390449;
}

.pagination .disabled span {
  color: #ccc !important;
}

.mobile .navbar-collapse {
  z-index: 999;
  background-color: #fff;
  border-left: 1px solid #95e0db;
}

.mobile .navbar-collapse .nav-item:hover {
  background-color: #95e0db;
}

.mobile .navbar-collapse .nav-item.active {
  background-color: #95e0db;
}

.mobile .navbar-light .navbar-toggler {
  border-color: #a984b4;
}

.navbar-dark .navbar-nav .nav-link {
  color: #666;
}

#verification-form .col-3 .form-control {
  padding: 0 14px;
}

.col-md-8.no-pad-right {
  padding-right: 0px;
}

.col-md-8.no-pad-left {
  padding-left: 0px;
}

.mobile .col-md-8.no-pad-right {
  padding-right: 15px;
}

.mobile .col-md-8.no-pad-left {
  padding-left: 15px;
}

a.currency-item img {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.mobile .service-text-list {
  text-align: center;
}

.mobile .filter-box {
  margin-bottom: 5px;
}

.list-view .summary {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 7px;
  border-radius: 12px;
}

.filter-search {
  background-color: #ffffff;
}

.mobile .slider.slider-horizontal {
  width: 96%;
}

.mobile .indicator {
  display: none;
}

.my-bookings .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #dac3e1;
}

.my-bookings .card {
  border: 1px solid #ffffff;
}

.my-bookings .border-bottom {
  border-bottom: 1px solid #dac3e1 !important;
}

.my-bookings .bold-div {
  background-color: #f8f8f8;
  padding: 10px 0;
}

.my-bookings .hotel-box {
  box-shadow: 0px 2px 5px rgb(3 18 26 / 15%);
}

.mobile .side-menu {
  display: none;
}

.about-title {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}

.mobile .about-title {
  font-size: 1.6rem;
}

.header-title {
  margin-top: -15%;
  margin-bottom: 12rem;
}

.mobile .header-title {
  margin-bottom: 0rem;
}

.about-content {
  padding: 50px 0;
}

.about-content h1 {
  margin-bottom: 4rem;
  font-weight: bold;
}

.about-content p {
  margin-bottom: 2.5rem;
}

.about-title {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}

.header-title {
  margin-top: -15%;
  margin-bottom: 12rem;
}

.page-content {
  padding: 0px 0;
}

.page-content h1 {
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: 3.5rem;
}

.page-content h3 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.page-content p {
  margin-bottom: 2.5rem;
}

.select2-selection__arrow {
  display: none;
}

.mobile .search-form .nav-link {
  padding: 0.4rem 1rem;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #efefef;
  color: inherit;
  margin-left: 10px;
  border-radius: 2.25rem;
}

.mobile .search-form .nav-link.active {
  border: 1px solid #9241ab;
  background-color: #e6cded;
}

.mobile .container.form-hotel {
  border: 1px solid #dac2e1;
  border-radius: 0.43rem;
}

.mobile .form-hotel .row {
  padding: 10px;
}

.mobile #form-search-car-rent {
  border: 1px solid #dac2e1;
  border-radius: 0.43rem;
  padding: 10px;
}

.mobile .main-navbar {
  height: 90px;
}

/* Arabic */

html[dir="rtl"] .devider-left {
  border-left: none;
  border-right: 1px solid silver;
}

html[dir="rtl"] .dropdown-item {
  text-align: right;
}

html[dir="rtl"] .mr-auto,
html[dir="rtl"] .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

html[dir="rtl"] body {
  text-align: inherit;
}

html[dir="rtl"] .nav {
  padding-left: inherit;
  padding-right: 0;
}

html[dir="rtl"] .search-form-content {
  border-radius: 8px 0px 8px 8px;
}

html[dir="rtl"] .has-icon .form-control {
  padding-right: 2.975rem;
  padding-left: 0.001rem;
}

html[dir="rtl"]
  .select2-container--krajee-bs4[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 2.175rem;
}

html[dir="rtl"] .accomodation-list,
html[dir="rtl"] .accomodation-list .card-text,
html[dir="rtl"] .col-text {
  text-align: right;
}

html[dir="rtl"] .text-right {
  text-align: left !important;
}

html[dir="rtl"] .icon-right {
  position: absolute;
  left: 20px;
  right: inherit;
}

html[dir="rtl"] .float-right {
  float: left !important;
}

html[dir="rtl"] .price-room {
  border-right: 1px solid #eaeaea;
  border-left: none;
}

html[dir="rtl"] .text-left {
  text-align: right !important;
}

.autocompleter-list li {
  padding: 5px 5px 5px 10px !important;
  border-bottom: 1px solid #efefef;
  display: block;
  color: #333;
  clear: both;
}

.autocompleter-list li i {
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 1rem;
  position: relative;
  top: 7px;
}

.autocompleter-list li:hover {
  background: #FFE6F5;
  color: #091519;
}

.autocompleter-list li:last-child {
  border-bottom: 0 !important;
}

#autocompleter-1,
#autocompleter-2,
#autocompleter-3 {
  border: 1px solid #ccc;
  border-radius: 8px !important;
  background: #fff;
  margin-top: 4px;
  z-index: 1000000;
}

.general-content .row {
  margin: 0 !important;
}

.protection_disclaimer,
.protection_disclaimer a {
  font-size: 95%;
}

.protection_disclaimer a {
  color: var(--maincolor);
  font-weight: 600;
}

.sort {
  padding: 5px 15px;
  border-radius: 25px;
  border: none;
  display: inline-block;
  color: #2e2e2e;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 2px 0;
}

.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #2e2e2e;
  content: "";
  position: relative;
  top: -9px;
  right: -4px;
}

.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2e2e2e;
  content: "";
  position: relative;
  top: 11px;
  right: -4px;
}

.hotel-desc {
  font-size: revert;
  line-height: 1.4rem;
}

.langs-menu img {
  position: relative;
  top: -1px;
  margin-right: 10px;
}

.promo-top-content {
  padding: 30px 0;
}

.promo-top-content h2 {
  font-size: 4rem;
  font-weight: bolder;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.promo-top-content h2 span {
  color: var(--maincolor);
}

.promo-top-content h4 {
  font-weight: regular;
  margin-bottom: 3rem;
}

.promo-spacer {
  display: block;
  margin-bottom: 10rem;
}

.btn-promo {
  background-color: #f1e5f4 !important;
  border: 1px solid --maincolor;
  color: var(--maincolor);
  font-size: 1rem;
}

.btn-promo:hover {
  background-color: #572764 !important;
  color: #fff;
}

#promo-top {
  height: 500px;
}

@media (min-width: 1100px) {
  #promo-1 .col {
    background: transparent
      url("../../images/frontendTheme/promos/airplane.png") no-repeat right
      center;
  }
  #promo-2 .col {
    background: transparent url("../../images/frontendTheme/promos/two.png")
      no-repeat right center;
  }
  #promo-3 .col {
    background: transparent url("../../images/frontendTheme/promos/three.png")
      no-repeat right center;
  }
  .carousel-lang-ar .col {
    background-position: left !important;
  }
}

.special-price {
  font-weight: 600;
  font-size: 15px;
  color: var(--maincolor);
  padding-right: 0px;
}

.insurance a {
  font-size: small;
}

.insurance .card-body {
  padding: 0px;
  font-size: small;
  font-weight: 400;
}

.search-form ul.nav {
  position: relative;
  top: 1px;
}

#covid19 h3 {
  font-size: 2rem;
}

.bui-container {
  margin-bottom: 1.5rem;
}

.bui-container ul.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.bui-accordion__title {
  font-size: 1.3rem !important;
  margin-left: 10px;
}

.bui-container li.bui-accordion__row {
  border-bottom: 1px solid #efefef;
  display: list-item;
  text-align: match-parent;
  position: relative;
  padding: 10px 0 0;
}

li.bui-accordion__row button {
  display: flex;
  background: transparent;
  appearance: none;
  width: 100%;
  cursor: pointer;
  border: none;
}

.bui-accordion__icon-container {
  display: flex;
  margin-left: 4px;
}

.bk-icon {
  vertical-align: middle;
  max-width: 256px;
  max-height: 256px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  top: 0.3rem;
  position: relative;
}

.bui-accordion__content ul {
  margin-bottom: 2rem;
  margin-left: 1rem;
}

h3.bui-f-font-display_one {
  padding-top: 1rem;
}

.hotel-stars {
  margin: 0px 5px 0px 0px;
  font-size: 16px;
  white-space: nowrap;
}

.total-price {
  color: #72797b;
  font-size: 1.1rem !important;
  margin: 7px 0 20px 0;
  line-height: 18px;
}

.search-result-wrapper {
  background: #efefef;
  margin: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.2rem 0;
}

strong.search-result-location {
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0 !important;
  top: 5px;
  position: relative;
}

.search-result-date {
  font-size: 0.85rem;
  color: #666;
}

.datetimepicker-days td.active {
  background: #FFE6F5 !important;
  border-radius: 5px !important;
}

.calendar-table td.in-range {
  background: #FFE6F5 !important;
}

.calendar-table td.start-date,
.calendar-table td.end-date {
  background-color: var(--secondcolor) !important;
}

.content-wrapper {
  position: relative;
}

.content-wrapper .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  padding-top: 1.5rem;
}

.sticky .price-description {
  display: none !important;
}

/* .sticky .hotel-stars,
.sticky .hotel-map {
  display: none;
} */

.content-wrapper .label-date-range {
  font-size: 1.3rem !important;
  margin-right: 1rem;
}

.show-map {
  margin-bottom: 2rem;
}

.show-map img {
  height: 100px;
  border-radius: 10px;
  position: relative;
  top: -10px;
}

.show-map span {
  display: block;
  color: var(--maincolor);
  font-weight: bold;
  margin-top: -80px;
  z-index: 100;
  position: relative;
  font-size: 1.2rem;
}

ul.hotel-attr {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.hotel-attr li {
  margin: 0 0 1rem;
  padding: 0;
  line-height: 20px;
  color: #333;
  font-size: 1.3rem;
}

.sticky ul.hotel-attr li {
  margin: 0 0 0.5rem;
  line-height: 20px;
}

ul.hotel-attr li i {
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 1rem;
  color: var(--maincolor);
}

.carousel-indicators {
  bottom: 40px !important;
  left: 50% !important;
}

.carousel-indicator-ar .carousel-indicators {
  left: -50% !important;
}

.carousel-indicators li {
  background-color: var(--maincolor);
}

.carousel-arrow {
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-arrow li {
  list-style: none;
  position: absolute;
  top: 60%;
  line-height: 1rem;
}

.carousel-arrow a {
  display: block;
  text-align: center;
  padding: 1rem;
  background: #572764;
  border-radius: 1rem;
  color: #fff;
  opacity: 0.5;
}

.carousel-arrow .arrow-left {
  left: 0;
}

.carousel-arrow .arrow-right {
  right: 0;
}

.autocompleter-wrapper {
  position: relative;
}

.city-hint {
  font-size: 0.8rem;
  color: #ccc;
}

@media (max-width: 500px) {
  .city-hint {
    /* position: absolute; */
    /* top: 50px; */
    left: 0;
    right: 0;
  }
}

/* @media (max-width: 400px) {
    .city-hint {
        position: relative !important;
        font-size: 0.8rem;
        top: 0;
        line-height: 0.8rem;
        margin-top: 0;
        margin-bottom: 0;
    }
} */

.was-validated .form-control:valid,
.form-control.is-valid {
  background-image: none;
}
#search-result-header .form-control.is-valid,
#search-result-header .has-success .select2-container--krajee-bs4 .select2-selection {
    border-color: #f7d15a;
}
.calendar-table td.off.ends,
.calendar-table td.off.start-date,
.calendar-table td.off.end-date {
  background-color: #fff !important;
  color: #fff !important;
}

.sort-result .col-6.btn-sort-left {
  padding-right: 2px;
}

.sort-result .col-6.btn-sort-right {
  padding-left: 2px;
}

.fixed-bottom,
.fixed-top {
  background-color: #fff;
}

/* .pc .container {
    min-width: 1040px;
} */

.pc #hotel-list .container,
.pc #car-list .container {
  overflow-x: clip;
}

.recommend-room {
  border-left: 3px solid #f8f8f8;
  padding: 5px 10px;
}

.cancellation-detail {
  color: green;
}

@media (min-width: 640px) {
  #navbarCurrency {
    display: none !important;
  }
  .currency-mobile-menu,
  #navbarSupportedContent {
    box-shadow: none !important;
  }
}

.navbar-currency {
  padding: 0 1rem;
  color: var(--maincolor) !important;
  font-size: 0.9rem;
  line-height: 33px;
  /* margin-left: 40%; */
}

.mobile .navbar-currency {
  color: #ffffff !important;
}

.currency-mobile-menu ul,
.currency-mobile-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.currency-mobile-menu,
#navbarSupportedContent {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.autocompleter-node.autocompleter-loader {
  background-image: url("../../images/load-data.gif");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}

.list-location-name {
  font-size: 12px;
}

.pr-1 {
  padding-right: 1px;
}

.pl-1 {
  padding-left: 1px;
}

/* LOADERS */

.loader {
  animation: rotate 2s linear infinite;
  height: 50px;
  left: 50%;
  /* position: absolute; */
  top: 20%;
  width: 50px;
}

.loader-path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: var(--maincolor);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active {
  color: #666;
}

.balance-box {
  background: #f8f8f8;
}
.nav-item.active {
  background-color: #dac3e1;
}

.box-red {
  border: 1px solid red;
}

.btn-primary.disabled, .btn-primary:disabled {
    color           : #fff;
    background-color: var(--maincolor);
    border-color    : var(--maincolor);
    cursor          : no-drop;
}

.remove-room {
  font-size: 14px;
  color: var(--secondcolor);
}

.btn-home {
  padding: 0.575rem 0.75rem;
}

#hotel .form-hotel .col-md-2, #hotel .form-hotel .col-md-3, #hotel .form-hotel .col-sm-12
{
  padding-right: 5px;
  padding-left: 5px;
}

.form-control:invalid, .form-control.is-invalid {
    border-color: var(--alerterror);
}

.invalid-feedback, .text-danger {
  color: var(--alerterror) !important;
}

.text-red {
  color: red !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--secondcolor);
    box-shadow: none;
}

.badge-outline-warning {
  padding: 5px 8px;
  border-radius: 30px;
  border: 1px solid var(--alerterror);
  color: var(--alerterror);
}

.help-block {
  color: var(--alerterror);
  font-size: 1rem;
  padding: 0.5rem 0 0 1.0rem;
}

.additional-text {
  font-size: 125%;
}

.show-map {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.available-hotel:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    cursor: pointer;
}

.badge-slim {
  border: 1px solid #CCC;
  margin-bottom: 2px;
  padding: 3px 5px;
}

.badge-slim a {
  font-size: inherit;
}

.btn-header-link {
  display: block;
  text-align: left;
}

.btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--maincolor);
}

.btn-header-link.collapsed:after {
  content: "\f106";
}

.btn-show-more {
  color: var(--secondcolor);
}

.btn-show-more:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.btn-show-more.collapsed:after {
  content: "\f107";
}

.btn-show-more.collapsed .title-show-more:after {
  content: "Show more";
}

.btn-show-more .title-show-more:after {
  content: "Show less";
}

.custom-checkbox {
  margin-top: 0.2rem;
}

.recent-filter-box {
  background: var(--thirdcolor);
  border-radius: 70px;
  font-size: 12px;
  color: #343a40;
  cursor: pointer;
  margin: 0 0 3px 3px;
}

.recent-filter-box-text {
  padding: 0 8px 0 5px;
  line-height: 29px;
}

.btn-reset-result-filter {
  color: var(--secondcolor);
  cursor: pointer;
  font-size: 90%;
}

[class^="tooltip"] {
  position: relative;
  &:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: attr(data-tooltip);
    padding: 6px 10px;
    top: 1.4em;
    left: 50%;
    transform: translateX(-50%) translateY(-2px);
    background: #333;
    color: white;
    white-space: nowrap;
    z-index: 2;
    border-radius: 5px;
    transition: opacity 0.2s $cubic, transform 0.2s $cubic;
  }
  &:hover {
    &:after {
      display: block;
      white-space: pre-line;
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
      z-index: 999999;
      font-size: 12px;
      line-height: normal;
    }
  }
}

.tooltip--triangle {
  &:before {
    content: '';
    width: 0;
    height: 0;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px #333;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translateX(-50%) translateY(-2px);
    top: 1.1em;
    left: 50%;
    transition: opacity 0.2s $cubic, transform 0.2s $cubic;
    z-index: 3;
  }
  &:hover {
    &:before {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }
  }
}

.sort.asc, .sort.desc {
  background-color: var(--thirdcolor);
}

.filter-box.sticky-top {
  top: 190px;
  z-index: 1;
  height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.filter-box {
 scrollbar-width: thin;
}

/* Works on Chrome, Edge, and Safari */
*.filter-box::-webkit-scrollbar {
  background-color: #f8f9fa;
  width: 2px;
}

*.filter-box::-webkit-scrollbar-thumb {
 background-color: var(--thirdcolor);
 border-radius: 20px;
}

.summary-box.sticky-top {
  z-index: 1;
  height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.summary-box {
 scrollbar-width: thin;
}

/* Works on Chrome, Edge, and Safari */
*.summary-box::-webkit-scrollbar {
  background-color: #f8f9fa;
  width: 2px;
}

*.summary-box::-webkit-scrollbar-thumb {
 background-color: var(--thirdcolor);
 border-radius: 20px;
}

#summary-hotel-title.sticky-top {
  background-color: #ffffff;
  top: 0px;
}

#total-hotels-info.sticky-top {
  background-color: #ffffff;
  top: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#recentFilterBox.sticky-top .recent-title {
  /* display: none; */
}

.map-link {
  font-size: 100%;
  color: #0c0eff;
  cursor: pointer;
}

.map-link:hover {
  text-decoration: underline;
}

.pc .container {
  width: 1140px;
  max-width: 1140px;
}

.pc body, .pc footer, .pc .main-box {
  min-width: 1140px 
}

.visited-cities-list .card-img-top {
  border-top-left-radius: calc(0.8rem - 1px);
  border-top-right-radius: calc(0.8rem - 1px);
  border-bottom-left-radius: calc(0.8rem - 1px);
  border-bottom-right-radius: calc(0.8rem - 1px);
}

.fav-accommodation .carousel-control-next {
  background-color: rgb(2 2 2 / 76%);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  top: 30%;
  right: 8px;
}

.fav-accommodation .carousel-control-prev {
  background-color: rgb(2 2 2 / 76%);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  top: 30%;
  left: 8px;
}

.visited-cities-list .carousel-control-next {
  background-color: rgb(2 2 2 / 76%);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  top: 40%;
  right: 8px;
}

.visited-cities-list .carousel-control-prev {
  background-color: rgb(2 2 2 / 76%);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  top: 40%;
  left: 8px;
}

.social-icons {
  padding: 10px;
  margin-top: 20px;
}

.social-icon {
  font-size: 1.6rem;
  padding: 10px;
}

.shimmer-card {
  position: relative;
  background-color: #FFF;
  border-radius: 6px;
  overflow: hidden;
  margin: auto auto 20px auto;
}

.shimmerBG {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 1200px 100%;
}


@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}

.media {
  height: 200px;
}

.p-32 {
  padding: 32px;
}

.title-line {
  height: 24px;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 20px;
}

.content-line {
  height: 108px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}

.bg-pink {
  background-color: var(--secondcolor);
}