body {
  font-family: "Open Sans", sans-serif;
}

.half-circle-left {
  width: 20px;
  height: 40px;
  background-color: white;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-left: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.half-circle-right {
  width: 20px;
  height: 40px;
  background-color: white;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  /* border: 1px solid rgba(0,0,0,.125); */
  /* border: 2px solid gray; */
  border-left: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#pageloader {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img {
  left: 50%;
  right: 50%;
  margin-left: -45px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.social-footer {
  text-align: end;
}

.detail-image-primary {
  height: 500px;
}

#img-user {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.card-primary,
.card-banner-carousel {
  border-radius: 10px;
  height: 300px;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: initial !important;
}

.card-primary .card-body,
.card-banner-carousel .card-body {
  box-shadow: 0px -76px 47px -9px rgba(0, 0, 0, 0.32) inset;
  -webkit-box-shadow: 0px -76px 47px -9px rgba(0, 0, 0, 0.32) inset;
  -moz-box-shadow: 0px -76px 47px -9px rgba(0, 0, 0, 0.32) inset;
}

.card-primary .card-body .row h5,
.card-banner-carousel .card-body .row h5 {
  font-size: 24px;
  font-weight: 500;
  color: #f8f8f8;
  margin-bottom: 2px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-primary .card-body .row p,
.card-banner-carousel .card-body .row p {
  font-size: 16px;
  font-weight: 400;
  color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 2px;
}

.link-primary {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.font-title {
  font-size: 30px;
}

.font-nav {
  font-size: 12px;
}

.col-icon {
  flex: 0 0 auto;
  width: 20%;
}

#navbar {
  transition: top 0.3s;
}

.nav-icon img {
  width: 40px;
  height: auto;
  border-radius: 50%;
}

.mx-navbar {
  margin-left: 150px !important;
}

.banner-image {
  background-image: url("../images/new-logo.gif");
  background-size: cover;
}

.banner-about {
  background-image: url("../images/about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.btn-seemore {
  color: black;
  border-color: black;
}

ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.visi-container {
  background: rgb(250, 250, 250);
}

#title-about {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
}

.about-container {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.youtube-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.youtube-container {
  --border-radius: 10px;
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius);
}

.youtube-container iframe {
  width: 100%;
  height: 600px;
  clip-path: inset(0% 0% 0% 0% round var(--border-radius));
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  right: 0%;
  width: 100%;
  height: 90%;
  border: none;
}

.astext {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 1.25rem;
}

/*  add style to current page by body ID and Nav ID
----------------------------------------  */
/* slider input style*/
#range-slider {
  max-width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}

#slider-range {
  background-color: #d4d4d4;
}

.ui-slider-horizontal .ui-slider-range {
  background-color: #742323 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: #fff !important;
  border: 1px solid #cccccc !important;
}

.ui-slider .ui-slider-handle {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.range-label {
  font-size: 1.75em;
  font-weight: 300;
  line-height: 1.6875em;
  color: #6798bd;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

/* .dropzoneDragArea {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    padding: 60px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.dropzone{
    box-shadow: 0px 2px 20px 0px #f2f2f2;
    border-radius: 10px;
} */

#images-property,
#agent-property {
  top: 15px;
  transition: top 0.5s;
}

#facilities-property-mobile {
  display: none;
}

.images-property-position,
.agent-property-position {
  top: 70px !important;
  transition: top 0.5s;
}
.list-group-item:hover {
  background-color: #ececec !important;
  border-color: #ececec !important;
  border-radius: 5px;
  /* color: #bd2529; */
}
.list-group-item.active {
  /* background-color: #ececec; */
  background-color: #f5f5f5;
  /* background-color: transparent; */
  border-left: 5px solid #bd2529 !important;
  border-color: transparent;
  color: #bd2529;
  font-weight: bold;
  border-radius: 5px;
}

/* .banner-news {
    background-image: url('https://videohive.img.customer.envatousercontent.com/files/252940849/Still%2003.jpg?auto=compress%2Cformat&fit=crop&crop=top&max-h=8000&max-w=590&s=84a5c7f84874eb89b9c17c6144386338');

    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    border-radius: 0 0 10vh 10vh;
} */

.about-cover {
  min-height: 500px;
  position: relative;
  margin-bottom: 150px;
}

.visimisi-container {
  position: relative;
  top: 200px;
  left: 0;
  right: 0;
  z-index: 1;
}

.visimisi-content {
  /* width: 100%; */
  min-height: 200px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 60px;
}

.item-award {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
  text-align: center;
}

.item-award .year {
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
}

.item-award .title {
  margin-top: 5px;
  font-size: 13px;
  line-height: 14px;
}
.card-title {
  /* height: 48px; */
  overflow: hidden;
}
.bg-profil-agent {
  width: 120px;
  height: 120px;
  margin: auto;
  /* background-image: url('../images/background_galaxy1.png'); */
  background-color: #bd2529;
  background-size: cover;
}

.bg-profil {
  width: 120px;
  height: 120px;
  margin: auto;
  /* background-image: url('../images/background_galaxy1.png'); */
  /* background-color: #bd2529;
    background-size: cover; */
}

.btn-agent {
  position: absolute;
  bottom: 5%;
  left: 10%;
  right: 10%;
  border-radius: 50rem !important;
  background-color: #bd2529;
  color: white;
  font-size: 14px;
}

.btn-agent:hover {
  background-color: #972422;
  color: white;
}

.contact-agent-image {
  width: 100px;
  height: 100px;
  margin: auto;
}

#pills-tab .nav-item {
  /* width: 40px; */
  /* height: 40px; */
  text-align: center;
  font-weight: bold;
}

#pills-tab .nav-item a {
  /* width: 60px;
    height: 40px; */
  color: grey;
}

/* .card-agent {
    width: 90%;
    height: 164px;
    overflow: hidden;
    position: relative;
    background-image: url('/assets/main/images/background_galaxy.png');
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center 45px;
    border-radius: 102px;
} */

.card-bm {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}

.card-agent {
  position: relative;
  /* overflow: hidden; */
  width: 90%;
  padding-top: 90%;
  margin-left: auto;
  margin-right: auto;
}
.card-detail-agent {
  position: relative;
  /* overflow: hidden; */
  width: 60%;
  padding-top: 60%;
}

.card-agent {
  border-radius: 50%;
  background-color: #be252a;
}

#notification-wrapper {
  width: 320px;
  /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.notification-content {
  /* width: 80%; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .bg-agent {
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    position: absolute;
    background-image: url('../images/background_galaxy1.png');
    background-size: 94%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
} */
.bg-agent {
  top: 4%;
  right: 0;
  /* right: 5%; */
  width: 20%;
  padding-top: 20%;
  position: absolute;
  background-color: #be252a;
  -ms-transform: rotate(-42deg); /* IE 9 */
  transform: rotate(-42deg);
}

.bg-bm {
  bottom: 0;
  left: 15%;

  width: 77%;
  padding-top: 55%;
  position: absolute;
  /* background-color: #BE252A; */
  background-position: center;
}

.card-bm img {
  position: absolute;
  top: -20%;
  left: -15%;
  height: auto;
  width: 130%;
}

.wt-bm img {
  position: absolute;
  left: 10%;
  height: auto;
  width: 90%;
  top: 65%;
}

.label-bm {
  position: absolute;
  bottom: 0;
  left: 20%;
}

.card-agent img {
  width: 100%;
  height: auto;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
}

.card-detail-agent img {
  top: 0px;
}

/* .icon-live img {
    position: absolute;
    top: 15%;
    left: 10%;
    z-index: 3;
    width: 30px;
    height: 30px;
} */

#pills-tab .nav-item .nav-link.active {
  background-color: #be252a !important;
  color: rgb(240, 240, 240) !important;
}

.card-price {
  margin-bottom: 1px;
  color: #be252a;
  font-size: 18px;
}

.card-property {
  position: relative;
}

.like-icon {
  position: absolute;
  z-index: 3;
  left: 5px;
  bottom: 0;
  font-size: 30px;
  color: rgb(189, 36, 36) !important;
}

.like-icon a {
  color: rgb(189, 36, 36) !important;
}

.card-property .property-image {
  width: 100%;
  height: 250px;
  border-radius: 0.9rem 0.9rem 0 0;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
}

.card-property .property-image .price-text {
  font-weight: bold;
  /* font-size: 22px; */
  font-size: 20px;
  color: white;
  padding: 8px 10px;
  text-shadow: 2px 2px #565656;
}

.card-property .property-image .like-label {
  /* font-weight: bold; */
  position: absolute;
  bottom: 0;
  right: 5%;
  font-size: 30px;
  color: rgb(189, 36, 36);
  padding: 6px 0px;
  text-align: center;
  z-index: 2;
}

.card-property .property-image .like-login {
  /* font-weight: bold; */
  position: absolute;
  bottom: 0;
  right: 5%;
  font-size: 30px;
  color: rgb(189, 36, 36);
  padding: 6px 0px;
  text-align: center;
  z-index: 2;
}

.icon-agent {
  width: 90%;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-image: url("../images/background_galaxy.png");
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: 5px;
}

.icon-img {
  position: absolute;
  width: 100%;
  bottom: 0%;
  border-radius: 50%;
}

.icon-img img {
  width: 100%;
}

.btn-filter {
  border: 1px solid #424242 !important;
  border-radius: 10px;
  width: 100%;
}

/* 
.menu-search {
    
    padding:25px;
    background-color: #f7f5f5;
} */

.card-listing {
  border-radius: 0.9rem !important;
}

/* .search-input {
   
} */
.logo-galaxy img {
  width: 45%;
}

/* .search {
  width: 100%;
  margin-bottom: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 1rem;
} */

/* .search-project {
  padding-top: 15px !important;
  border-radius: 0.5rem !important;
} */

.filter-project {
  width: 100%;
  text-align: center;
  /* border: 1px solid rgb(87, 85, 85) !important; */
  /* padding: 15px 8px; */
  height: 60px;
  /* padding: 8px 0px; */
  border-radius: 0.5rem !important;
  font-size: 18px;
  color: rgb(32, 32, 32);
  background-color: white;
}

.filter-project:hover {
  color: black;
  background-color: #e9e9e9;
}
/* 
.search-input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  margin-top: 5px;
  caret-color: transparent;
  line-height: 20px;
  transition: width 0.4s linear;
}

.search-input {
  padding: 0 10px;
  width: 100%;
  caret-color: #536bf6;
  font-size: 18px;
  font-weight: 300;
  color: black;
  transition: width 0.4s linear;
} */
/* 
.search-icon {
  height: 34px;
  width: 34px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(10, 10, 10);
  background-color: white;
  bottom: 30px;
  font-size: 16px;
  position: relative;
  border-radius: 5px;
} */

.search-icon:hover {
  color: rgb(12, 10, 10) !important;
}

.bg-galaxy {
  /* background: linear-gradient(90deg, #cf0000,  #dd3701, #e45501, #ea7502, #f19602); */
  background-color: #fff;
}

#logo-partner {
  width: 60%;
  align-items: center;
  margin: auto;
  filter: grayscale(100%);
  /* border: 1px solid black; */
}

#logo-partner:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.section-effect {
  position: absolute;
  background-color: #fff;
  top: 0;
  margin-top: 10%;
}

.news-img {
  object-fit: none;
  /* Do not scale the image */
  object-position: center;
  /* Center the image within the element */
  width: 100%;
  height: 200px;
}

#nav-menu {
  font-size: 17px;
  font-weight: 500;
}

#btn-sign {
  /* font-size: 17px; */
  font-weight: 500;
}

hr#line-app {
  border: 1px solid rgb(54, 54, 54);
}

.navbar-light .navbar-toggler {
  color: rgba(42, 42, 42, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

.line {
  width: 80px;
  height: 3px;
  background-color: #850707da;
  margin: 30px auto;
  border-radius: 3px;
}

.line-left {
  width: 80px;
  height: 3px;
  background-color: #850707da;
  margin: 30px 0;
  border-radius: 3px;
}

.form-contact input,
.form-contact textarea {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 16px;
}
.form-contact select {
  border: none;

  width: 100%;
  padding: 16px;
}
.form-contact input,
.form-contact select {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}

#desc-property p {
  margin-bottom: 5px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .navbar-section {
  z-index: 3;
} */

.video {
  position: absolute;
  object-fit: cover;
  /* width: 100vw; 
    height: 56.25vw; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  overflow: hidden;
  aspect-ratio: 16 / 9;
  z-index: -1;
}

video {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#myVideo {
  /* position: fixed; */
  right: 0;
  bottom: 0;
  /* background-size: cover; */
  width: 100%;
  height: 100%;
}

.search-content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Library style Card for project */
@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");

/* This pen */
/* body {
  
  font-size: 16px;
  color: #ffffff;
  text-rendering: optimizeLegibility;
  font-weight: initial;
} */
a,
a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

/* .container {
  margin-top: 2rem;
} */
#pageHeaderTitle {
  margin: 2rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

/* style datatable menu transaction agent dari jquery ui */
.ui-widget-header {
  background: transparent !important;
  border: 0 !important;
}

table.dataTable thead th.ui-state-default:first-child,
table.dataTable tfoot th.ui-state-default:first-child {
  border-left-width: 0 px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0px !important;
  background: #ffff !important;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 0px solid #ffffff;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 0px solid #ffffff;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png") !important;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #ffffff;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 0px solid #ffffff;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 0px solid #ffffff;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #f9f9f9;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #f6f6f6;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.no-footer {
  border-bottom: 0px solid #ffffff;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #bababa;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, white),
    color-stop(100%, #ffffff)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #ffffff 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #ffffff 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #ffffff;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, white),
    color-stop(100%, #ffffff)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #ffffff 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #ffffff 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, white),
    color-stop(100%, #fafafa)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #fafafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #fafafa 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #fafafa 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #fafafa 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #fafafa 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(25%, rgba(255, 255, 255, 0.9)),
    color-stop(75%, rgba(255, 255, 255, 0.9)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td {
  vertical-align: middle;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px solid #ffffff;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* Cards */
/* edit background color */
.postcard {
  flex-wrap: wrap;
  display: flex;
  /* background-color: #18151f; */
  background-color: #bd2529;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.postcard a {
  color: inherit;
}

.postcard h1,
.postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.postcard .small {
  font-size: 80%;
}

.postcard .postcard__title {
  font-size: 1.6rem;
}

.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.postcard .postcard__img_link {
  display: contents;
}

.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}

.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}

.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}

.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}

.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}

.postcard:hover .postcard__bar {
  width: 100px;
}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: #79dd09;
  color: black;
}

.green .postcard__title:hover {
  color: #79dd09;
}

.green .postcard__bar {
  background-color: #79dd09;
}

.green::before {
  background-image: linear-gradient(
    -30deg,
    rgba(121, 221, 9, 0.1),
    transparent 50%
  );
}

.green:nth-child(2n)::before {
  background-image: linear-gradient(
    30deg,
    rgba(121, 221, 9, 0.1),
    transparent 50%
  );
}

.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}

.blue::before {
  background-image: linear-gradient(
    -30deg,
    rgba(0, 118, 189, 0.1),
    transparent 50%
  );
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(
    30deg,
    rgba(0, 118, 189, 0.1),
    transparent 50%
  );
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

.red .postcard__title:hover {
  color: #bd150b;
}

.red .postcard__bar {
  background-color: #bd150b;
}

.red::before {
  background-image: linear-gradient(
    -30deg,
    rgba(189, 21, 11, 0.1),
    transparent 50%
  );
}

.red:nth-child(2n)::before {
  background-image: linear-gradient(
    30deg,
    rgba(189, 21, 11, 0.1),
    transparent 50%
  );
}

.postcard .postcard__tagbox .yellow.play:hover {
  background: #bdbb49;
  color: black;
}

.yellow .postcard__title:hover {
  color: #bdbb49;
}

.yellow .postcard__bar {
  background-color: #bdbb49;
}

.yellow::before {
  background-image: linear-gradient(
    -30deg,
    rgba(189, 187, 73, 0.1),
    transparent 50%
  );
}

.yellow:nth-child(2n)::before {
  background-image: linear-gradient(
    30deg,
    rgba(189, 187, 73, 0.1),
    transparent 50%
  );
}

.card-text {
  font-size: 14px;
  color: #bababa;
  margin-top: 2px;
  margin-bottom: 2px;
}

.btn-office {
  margin-top: 20px;
}

/* style card main project from library */

.card-project {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;
  width: 100%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.card-project.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
}

.card-project.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  /*    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.card-project.card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: 130%;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-project.card-has-bg:hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #bd2429;
  background: linear-gradient(180deg, rgba(141, 3, 3, 0.5) 0%, #bd2429 100%);
}

.card-project .card-footer {
  background: none;
  border-top: none;
}

.card-project .card-footer .media img {
  border: solid 3px rgba(234, 95, 0, 0.3);
}

.card-project .card-meta {
  color: orange;
}

.card-project .card-body {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-project:hover {
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-project:hover .card-body {
  /* margin-top: 30px; */
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-project .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #234f6d;
  background: linear-gradient(
    180deg,
    rgba(35, 79, 109, 0.3785889356) 60%,
    #455f71 100%
  );
}

/* style owl carousel with thumbnail */
/* .outer {} */
#big .item {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  width: 100%;
}

#big .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* Do not scale the image */
  object-position: center;
  /* Center the image within the element */
}

#thumbs .item {
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  margin-right: 2px;
}

#thumbs .current .item {
  background: #ff5722;
}

.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: rgba(255, 255, 255, 0);
}

#big.owl-theme,
#project-carousel.owl-theme,
#property-carousel.owl-theme,
#propertynew-carousel.owl-theme {
  position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev,
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  color: rgba(255, 255, 255, 0.651);
  width: 30px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  font-size: 26px;
}

#project-carousel.owl-theme .owl-next,
#project-carousel.owl-theme .owl-prev,
#property-carousel.owl-theme .owl-next,
#property-carousel.owl-theme .owl-prev,
#propertynew-carousel.owl-theme .owl-next,
#propertynew-carousel.owl-theme .owl-prev {
  color: rgb(0, 0, 0);
  width: 40px;
  line-height: 30px;
  height: 40px;
  position: absolute;
  text-align: center;
  top: 30%;
  font-size: 40px;
}

#big.owl-theme .owl-prev,
#thumbs.owl-theme .owl-prev {
  left: 10px;
}

#project-carousel .owl-prev,
#property-carousel .owl-prev,
#propertynew-carousel .owl-prev {
  left: -50px;
}

#big.owl-theme .owl-next,
#thumbs.owl-theme .owl-next {
  right: 10px;
}

#project-carousel .owl-next,
#property-carousel .owl-next,
#propertynew-carousel .owl-next {
  right: -50px;
}

/* #thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {} */

/* form multiple style */
.imgUp {
  margin-bottom: 15px;
  position: relative;
}

.btn-upload {
  display: block;
  border-radius: 0px;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}

.imagePreview {
  width: 100%;
  height: 180px;
  background-position: center center;
  background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
}

.del {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  /* background-color:rgba(255,255,255,0.6); */
  cursor: pointer;
}

.input-coagent {
  position: relative;
}

.del-agent {
  position: absolute;
  top: 30%;
  right: 15px;
  cursor: pointer;
}

.add-agent {
  cursor: pointer;
}

.imgAdd {
  width: 40px;
  height: 40px;
  /* 
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center; */
  /* line-height:30px; */
  /* margin-top:0px; */
  cursor: pointer;
  /* font-size:15px; */
}

/*edit by Nico*/

.header-search {
  display: flex;
  align-items: stretch;
}

/* .header-search .search-project {
  width: 60%;
  height: 60px;
}

.header-search.hsproject .search-project {
  width: 70%;
} */

.header-search.hsproject .header-search-button {
  width: 30%;
}

.header-search .header-search-button {
  width: 40%;
  padding-left: 20px;
  display: flex;
}

.header-search.hsproject .header-search-button .dropdown {
  width: 100%;
}

.header-search.hsproperties .header-search-button .dropdown {
  width: 50%;
  margin-left: 10px;
}

.header-search.hsproperties .header-search-button .dropdown:hover {
  background-color: #e9e9e9;
  border-radius: 0.5rem !important;
}

.header-search.hsproperties .header-search-button .search-filter {
  width: 50%;
  margin-right: 10px;
}
.header-search.hsproperties .header-search-button .search-filter:hover {
  background-color: #e9e9e9;
  border-radius: 0.5rem !important;
}

.header-search .header-search-button .dropdown > a,
.header-search.hsproperties .header-search-button .search-filter > a {
  display: block;
  padding: 16px 15px;
}

.header-search .header-search-button .dropdown a::after {
  margin-left: 2rem !important;
}

.header-search .header-search-button .dropdown ul {
  width: 100%;
}

.header-subtitle {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.banner-small-header {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.navbar {
  padding: 12px 0 !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:focus {
  border-color: #972422;
}

.accordion-button:not(.collapsed) {
  color: #972422;
  background-color: #f7f7f7;
}

.progress-bar {
  background-color: #bd2529;
}
.bg-gold {
  background-color: #fcb32b;
}
.text-gold {
  color: #fcb32b;
}

.btn-primary {
  background-color: #bd2529;
  padding: 5px 30px;
  border: none;
  outline: none;
}
.btn-prev {
  padding: 5px 30px;
  border: none;
  outline: none;
}

.btn-primary:hover {
  background-color: #972422;
}

.office-card .card-body {
  display: flex;
  flex-flow: row wrap;
}

.office-card .card-body h4,
.office-card .card-body p {
  width: 100%;
}

.office-card .card-body a {
  display: block;
  align-self: flex-end;
}

.button-galaxy {
  display: inline-block !important;
  border-radius: 50rem !important;
  background-color: #ec1f27;
  color: white;
  font-size: 14px;
}

.button-galaxy:hover {
  background-color: #972422;
  color: white;
}

#result-article .my-2 {
  margin-bottom: 30px;
}

#result-article .my-2 .card-project {
  min-height: 400px;
}

.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;
  z-index: 99999;
}

.floating-container:hover {
  height: 300px;
}

.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.336);
  -webkit-transform: translatey(5px);
  transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.floating-container .floating-button {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #198754;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 35px;
  z-index: 2;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.336);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
