@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,600&display=swap");



html {

  overflow-x: hidden !important;

  -moz-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

  -webkit-tap-highlight-color: transparent;

  scroll-padding-top: 100px;

}



body {

  font-family: "Nunito Sans", sans-serif;

  font-weight: 300;

}



body.modal-open {

  padding: 0 !important;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: 400 !important;

  font-family: "Nunito Sans", sans-serif;

  margin: 0;

  line-height: 150%;

}



::-moz-selection {

  color: #fff;

  background: #a00000;

}



::selection {

  color: #fff;

  background: #a00000;

}



a,

a:not([href]):not([class]) {

  color: #a00000;

  text-decoration: none;

  outline: 0 !important;

  cursor: pointer;

  transition: all 0.3s ease-in-out;

}



a:hover,

a:not([href]):not([class]):hover,

a:focus,

a:not([href]):not([class]):focus {

  color: #a00000;

  text-decoration: none;

  transition: all 0.3s ease-in-out;

}



b,

strong {

  font-weight: 600;

}



/* HOMEPAGE ------------------------------------*/



header {

  position: relative;

}

#header-homepage {

  height: 200px;

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

}

#header-homepage .navbar {

  z-index: 10;

  background-color: #ffffff;

}

#header-homepage .navbar .dropdown-item {

  font-weight: 300 !important;

}

#header-homepage .navbar-brand {

  background-color: transparent;

  box-shadow: none;

}

#header-homepage .dropdown-menu {

  border-radius: 0;

  border: none;

  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);

}

@media all and (min-width: 992px) {

  #header-homepage {

    height: 380px;

  }

  #header-homepage .navbar {

    background-color: transparent;

  }

}



.navbar .nav-item i[class^="fa-"] {

  font-size: 12px;

  color: #a00000;

}



.navbar-brand {

  background-color: transparent !important;

}



#MainNavbar .nav-link {

  text-transform: uppercase;

  color: #111;

}

@media (max-width: 1199px) {

  #MainNavbar .nav-link {

    font-size: 13px;

  }

}



#MainNavbar .nav-link.account {

  background-color: #a00000;

  font-weight: 600;

  color: #fff;

}

#MainNavbar .nav-link.account i {

  color: #fff;

}



/* .collapse-navi-boxes .list-group-item {

  background-color:#f0f0f0;

} */



#header-homepage .text-hero {

  display: none;

}

@media all and (min-width: 992px) {

  #header-homepage .text-hero {

    display: block;

    font-size: 70px;

    color: #000000;

    text-align: center;

    position: absolute;

    top: 100px;

    width: 100%;

    letter-spacing: 10px;

    text-transform: uppercase;

  }

}



/*-----GENERALS -----------------------------*/

main {

  min-height: 100vh;

}

.link-primary {

  color: #ac0000;

  text-decoration-color: #ac0000;

}

.link-primary:hover {

  color: #000000;

  text-decoration-color: #000000;

}



.link-light,

.link-dark {

  text-decoration: underline !important;

}

.link-light:hover,

.link-dark:hover {

  text-decoration: none !important;

}



.text-primary {

  color: #ac0000 !important;

}



.dropdown-menu {

  border-radius: 0;

}



.h-120 {

  min-height: 120px;

}



@media (min-width: 768px) {

  .border-md-top {

    border-top: 1px solid #dee2e6 !important;

  }

  .border-md-right {

    border-right: 1px solid #dee2e6 !important;

  }

  .border-md-bottom {

    border-bottom: 1px solid #dee2e6 !important;

  }

  .border-md-end {

    border-left: 1px solid #dee2e6 !important;

  }

}



/*-----SIDE MENU -----------------------------*/

#sideMenu li .active {

  background-color: #ac0000;

  color: #fff;

}

#sideMenu li .active a,

#sideMenu li .active a.active {

  color: #fff;

}

#sideMenu li .active svg {

  fill: #fff;

}



#sideMenu li a {

  text-align: left;

  display: flex;

  margin-top: 0;

  position: relative;

  padding: 0.5rem;

  font-weight: 400;

  color: #535353;

}



#user-menu {

  margin-right: 5rem !important;

}

@media all and (min-width: 800px) {

  #user-menu {

    margin-right: 1.5rem !important;

  }

}



/*

 * Sidebar

 */

.feather {

  width: 16px;

  height: 16px;

}



.sidebar {

  padding: 0;

  background-color: #fff;

  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1); */

}



.sidebar a[aria-expanded="true"] .fa-chevron-right {

  display: none;

}



.sidebar a[aria-expanded="false"] .fa-chevron-down {

  display: none;

}



/* .sidebar-sticky {

  height: calc(100vh - 62px);

  overflow-x: hidden;

  overflow-y: auto;

  scrollbar-width: thin;

  scrollbar-color: #ccc transparent; 

} */



.sidebar-sticky::-webkit-scrollbar {

  width: 8px;

  height: 8px;

  background-color: transparent;

}



.sidebar-sticky::-webkit-scrollbar-thumb {

  background: #ccc;

  border-radius: 0;

}



.sidebar .nav-link {

  font-weight: 500;

  color: #333;

}



.sidebar .nav-link .feather {

  margin-right: 4px;

  color: #727272;

}



.sidebar .nav-link.active {

  color: #2470dc;

}



.sidebar .nav-link:hover .feather,

.sidebar .nav-link.active .feather {

  color: inherit;

}



.sidebar-heading {

  font-size: 0.75rem;

}



/*

 * Navbar

 */



.navbar-brand {

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

  background-color: rgba(0, 0, 0, 0.25);

}



.navbar .navbar-toggler {

  right: 1rem;

  border-radius: 0 !important;

  border: 1px solid #8898aa !important;

}

.navbar .navbar-toggler:hover,

.navbar .navbar-toggler:focus {

  background-color: #f6f9fc;

  box-shadow: none;

}



.navbar-brand img {

  height: 80px;

  width: auto;

}

@media (max-width: 991px) {

  .navbar-brand img {

    height: 40px;

  }

}



.navbar .form-control {

  padding: 10px 12px 9px;

}

@media (max-width: 1199px) {

  .navbar .form-control {

    max-width: 150px;

  }

}

@media (max-width: 991px) {

  .navbar .form-control {

    max-width: 100%;

    border: 1px solid #e9ecef !important;

  }

}



.form-control-dark {

  color: #fff;

  background-color: rgba(255, 255, 255, 0.1);

  border-color: rgba(255, 255, 255, 0.1);

}



.form-control-dark:focus {

  border-color: transparent;

  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);

}



.lang-switch {

  margin: 5px 10px 0 0;

}

@media (max-width: 991px) {

  .lang-switch {

    margin: 10px 0;

  }

}



.lang-switch a {

  display: inline-block;

}

.lang-switch a + a {

  margin-left: 5px;

}

.lang-switch a:hover {

  transform: translateY(-1px);

}



.lang-switch img {

  width: 30px;

  height: 30px;

}



.user-btn {

  background-color: #f6f9fc;

  width: 40px;

  height: 40px;

  color: #8898aa;

  border: 1px solid #8898aa;

  border-radius: 50%;

  transition: all 0.4s ease-in-out;

}

.user-btn:hover {

  background-color: #8898aa;

  color: #f6f9fc;

  transition: all 0.4s ease-in-out;

}



/*----- MULTI-LEVEL MENU-------------------*/



/* ============ desktop view ============ */

@media all and (min-width: 992px) {

  .dropdown-menu li {

    position: relative;

  }

  .nav-item .submenu {

    display: none;

    position: absolute;

    left: 100%;

    top: -7px;

    min-width: 200px;

  }

  .nav-item .submenu-left {

    right: 100%;

    left: auto;

  }

  .dropdown-menu > li:hover {

    background-color: #f1f1f1;

  }

  .dropdown-menu > li:hover > .submenu {

    display: block;

  }

}

/* ============ desktop view .end// ============ */



/* ============ small devices ============ */

@media (max-width: 991px) {

  .dropdown-menu .dropdown-menu {

    margin-left: 0.7rem;

    margin-right: 0.7rem;

    margin-bottom: 0.5rem;

  }

}

/* ============ small devices .end// ============ */



/*-----LISTS -----------------------------*/



.list-type-1 li {

  border-bottom: 1px solid #e9ecef;

  list-style: none;

}

.list-type-1 li li {

  border-bottom: 1px solid #e9ecef;

}

.list-type-1 li li:last-child {

  border-bottom: none;

}



.list-type-2 {

  list-style: none;

  padding: 0;

  margin: 0;

}

.list-type-2 li {

  border-bottom: 1px solid #c0c0c0;

}

.list-type-2 li:last-child {

  border-bottom: none;

}

.list-type-2 li a {

  color: #000000;

  text-decoration: none;

  display: block;

  padding: 5px 0;

}



.list-type-3 {

  list-style: none;

  padding: 0;

  margin: 0;

}

.list-type-3 li {

  border-bottom: 1px solid #ffffff;

}

.list-type-3 li a {

  color: #ffffff;

  text-decoration: none;

  display: block;

  padding: 5px 0;

}



.list-quick-jump {

  padding: 0;

  margin: 0;

}

.list-quick-jump li {

  display: inline-block;

  margin: 5px 0 0 0;

}

.list-quick-jump a {

  padding: 5px;

  display: block;

  color: #000000;

  text-decoration: none;

  border: 1px solid #d0d0d0;

  font-size: 80%;

}

.list-quick-jump a:hover {

  color: #ffffff;

  background-color: #a00000;

  border-color: #a00000;

}



/*.list-type-2 li a:before{ content:'\F285 '}*/



.letterFilter {

  width: 100%;

  display: block;

}

.letterFilter ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

.letterFilter ul li {

  display: inline-block;

}

.letterFilter ul li a {

  display: block;

  padding: 5px 4px;

  color: #000000;

  text-decoration: none;

}

.letterFilter ul li a:hover {

  color: #ac0000;

}

.letterFilter ul li a.active {

  background-color: #ac0000;

  color: #ffffff;

  text-decoration: none;

}



.letterFilter2 {

  width: 100%;

  display: block;

}

.letterFilter2 ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

.letterFilter2 ul li {

  float: left;

  text-align: center;

  padding-bottom: 15px;

  width: 10%;

}

.letterFilter2 ul li input {

  margin: auto;

}



.card-bg-go {

  background: url(../assets/bg_arrow.png) right center no-repeat;

  background-size: auto 150%;

}



/*---------------INDEX GRID ------------------------*/



.col-40pc,

.col-60pc {

  width: 100% !important;

}



@media all and (min-width: 992px) {

  .col-20pc {

    width: 20% !important;

  }

  .col-40pc {

    width: 40% !important;

  }

  .col-60pc {

    width: 60% !important;

  }

}



/*----- FORM -----------------*/

.form-control,

.form-select {

  border-radius: 0;

  padding: 0.625rem 0.75rem;

}

.form-control:focus,

.form-select:focus {

  border-color: #d50303;

  outline: 0;

  box-shadow: 0 0 0 2px rgba(160, 0, 0, 0.3);

}

.form-select.raps {

  padding: 0.625rem 1.1rem 0.625rem 0.2rem;

  background-position: right 0.05rem center;

}



.input-group {

  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);

  border: 0;

  border-radius: 0;

  transition: box-shadow 0.15s ease;

}

.input-group-text {

  background-color: #fff;

  color: #adb5bd;

  border: 0;

  border-radius: 0;

}



.input-group:hover {

  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.25), 0 1px 0 rgba(0, 0, 0, 0.02);

}

.input-group:hover .input-group-text {

  color: #8898aa;

}



/*----- BREADCRUMBS -----------------*/

.breadcrumbs {

  font-size: 18px;

  display: flex;

  align-items: center;

}

.breadcrumbs i {

  margin: 0 7px;

  font-size: 0.9rem;

}

.breadcrumbs span {

  color: #999;

}



.page-title {

  display: flex;

  align-items: center;

}

.page-title i {

  margin: 0 7px;

  font-size: 1.3rem;

}

.page-title span {

  color: #999;

}



.select-btns {

  display: flex;

  flex-wrap: wrap;

}

.big-search.sticky-top {

  top: 60px;

}

.big-search.sticky-top .form-control {

  padding: 4px 10px 4px 45px;

  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);

}

.big-search.sticky-top .form-control:focus {

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

}



/*-----RESPONSIVE TABLES -----------------*/



@media only screen and (max-width: 991px) {

  /* Force table to not be like tables anymore */

  #no-more-tables table,

  #no-more-tables thead,

  #no-more-tables tbody,

  #no-more-tables th,

  #no-more-tables td,

  #no-more-tables tr {

    display: block;

  }



  /* Hide table headers (but not display: none;, for accessibility) */

  #no-more-tables thead tr {

    position: absolute;

    top: -9999px;

    left: -9999px;

  }



  #no-more-tables tr {

    border: 1px solid #ccc;

  }



  #no-more-tables td {

    /* Behave  like a "row" */

    border: none;

    border-bottom: 1px solid #eee;

    position: relative;

    padding-left: 50%;

    white-space: normal;

    text-align: left;

  }



  #no-more-tables td:before {

    position: absolute;

    top: 50%;

    left: 5px;

    width: 45%;

    padding-right: 10px;

    white-space: nowrap;

    text-align: left;

    font-weight: 400;

    transform: translateY(-50%);

  }



  /*

	Label the data

	*/

  #no-more-tables td:before {

    content: attr(data-title);

  }

}



/*------- TABLE --------------------*/

table {

  border-color: #e9ecef !important;

}

table th {

  font-weight: 500;

  cursor: pointer;

  user-select: none;

}

table th.no_sorting {

  cursor: text;

}

table th.sorting_asc,

table th.sorting_desc {

  color: #ac0000 !important;

}

table th i {

  font-size: 12px;

}



.table-hover > tbody > tr:hover > * {

  --bs-table-accent-bg: #f6f9fc;

  color: var(--bs-table-hover-color);

}

.table-property tr td,

.table-property tr th {

  padding: 10px;

}



@media (max-width: 575px) {

  .table-property tr td,

  .table-property tr th {

    font-size: 12px;

    padding: 10px 8px;

  }

}



.table-results a {

  color: #a00000;

  text-decoration: none;

  margin-right: 5px;

}

.table-results a:hover {

  color: #000000;

}



.titles-sec {

  background: #f6f9fc;

  color: #8898aa !important;

  font-size: 14px;

  text-transform: uppercase !important;

  letter-spacing: 1px !important;

}

.titles-sec a,

.titles-sec .btn {

  color: #8898aa;

  font-size: 12px;

}



.titles-sec .dropdown-item {

  font-size: 12px;

}



/*-----INPUTS -----------------*/

.add-search-icon {

  padding-left: 45px;

  background: #fff url(../assets/ico_search.svg) 10px center no-repeat;

  background-size: 18px auto;

}



/*-----RESPONSIVE MARGINS -----------------*/

.marginT20-Tneg50 {

  margin-top: 20px;

}

.marginT10-Tneg50 {

  margin-top: 10px;

}

.marginT0-Tneg50 {

  margin-top: 0;

}

.marginT0-Tneg80 {

  margin-top: 0;

}

@media all and (min-width: 992px) {

  .marginT20-Tneg50,

  .marginT10-Tneg50,

  .marginT0-Tneg50 {

    margin-top: -50px;

  }

  .marginT0-Tneg50 {

    margin-top: -80px;

  }

}



/*-----TYPOGRAPHY -----------------*/

.text-09 {

  font-size: 90%;

}

.text-08 {

  font-size: 80%;

}



.text-right {

  text-align: right;

}

.no-underline {

  text-decoration: none;

}

.text-color-1 {

  color: #a00000 !important;

}



.weight-300 {

  font-weight: 300;

}



/*----- ANIMATIONS -----------------------*/

.flip-card-inner {

  position: relative;

  width: 100%;

  height: 100%;

  text-align: center;

  transition: transform 1s;

  transform-style: preserve-3d;

}



/* .flip-card:hover .flip-card-inner {

  transform: rotateY(360deg);

  cursor: pointer;

} */



/*----- BACKGROUNDS -----------------------*/



.bg-dark-subtle {

  background-color: #fafafa !important;

}

.bg-red {

  background-color: #a00000;

}

.bg-secondary {

  background-color: #1e242e !important;

}

.bg-secondary-2 {

  background-color: #2d3643;

}

.background-transparent {

  background-color: transparent !important;

}



.collapse-no-bg {

  border-top: 1px solid rgba(255, 255, 255, 0.8);

}

.collapse-no-bg .list-group-item {

  background-color: transparent !important;

  color: #ffffff;

}

.collapse-no-bg a {

  color: #ffffff;

}



/* .big-image {

} */



/*----- BUTTONS -----------------------*/

.btn {

  border-radius: 0;

}

.btn:hover,

[class^="btn-"]:hover,

.btn:focus,

[class^="btn-"]:focus {

  box-shadow: none !important;

}

.btn-primary {

  background-color: #a00000;

  border: none;

}

.btn-primary:hover {

  background-color: #900000;

  border: none;

}



.btn-secondary {

  background-color: transparent;

  border: none;

  color: #900000;

}

.btn-secondary:hover {

  background-color: #900000;

  color: #fff;

  border: none;

}



.btn-grey {

  color: #fff;

  background-color: #6c757d;

  border-color: #6c757d;

}

.btn-grey:hover {

  color: #fff;

  background-color: #5c636a;

  border-color: #565e64;

}



.btn-outline-top,

.btn-outline-top:hover {

  border: none;

  background-color: #f8f8f8;

  color: #a00000;

  font-weight: 300;

}



.btn-neutral {

  color: #535353;

  background-color: #fff;

  border-color: #fff;

  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);

  transition: all 0.2s ease;

}

.btn-neutral:hover {

  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);

  transform: translateY(-1px);

  transition: all 0.2s ease;

}



/*------- CARDS----------------------------*/



.card-wrapper {

  background-color: #fff;

  border: 1px solid rgba(0, 0, 0, 0.05);

  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);

}

.card-header {

  padding: 12px 15px;

  background-color: #fff;

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}

.card-body {

  flex: 1 1 auto;

  padding: 15px;

}

.card-body img {

  max-width: 100%;

  height: auto;

}



.card-graph {

  border: 1px solid #dcdcdc;

  background-color: #fafafa !important;

  padding: 10px;

}



.card-menu-homepage .card-footer {

  background-color: transparent;

  padding: 0;

  border-top: none;

}



@media all and (min-width: 992px) {

  .border-r-lg {

    border-right: 1px solid #ffffff;

  }

}



/*------- NAV TABS----------------------------*/

.nav-tabs {

  border: 0;

}

.nav-tabs .nav-item:not(:last-child) {

  padding-right: 10px;

}

.nav-tabs .nav-link {

  font-size: 14px;

  padding: 7px 15px;

  border: 0;

  border-radius: 0;

  transition: all 0.15s ease;

  color: #a00000;

  background-color: #fff;

  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);

}

.nav-tabs .nav-link.active {

  color: #fff;

  background-color: #a00000;

}



@media (max-width: 575px) {

  .nav-tabs {

    justify-content: center;

  }



  .nav-tabs .nav-item {

    margin-bottom: 10px;

  }

}



/*------- TITLES----------------------------*/

.title-type-1 {

  font-size: 40px;

  padding: 20px 0 20px 0;

  text-align: center;

}



/*--------MODAL---------------------------*/

.login-modal .modal-content {

  background-color: #f7fafc;

  border-radius: 0;

  border: 0;

}



.login-modal .form-control {

  border: 0;

}

.login-modal .form-control:focus {

  box-shadow: none;

}



/*--------BLOG---------------------------*/

.blog-item:hover {

  transition: all 0.3s ease;

  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.4);

}



.blog-item h4 {

  font-size: 20px;

  line-height: 1.3;

}



.blog-item .read-more {

  font-size: 14px;

}

.blog-item .read-more:hover {

  color: #535353;

}

.blog-item .read-more i {

  transition: all 0.3s ease;

}

.blog-item .read-more:hover i {

  transform: translateX(3px);

  transition: all 0.3s ease;

}



.pagination {

  margin-top: 1rem;

}

.pagination .page-item {

  margin-right: 10px;

}

.pagination .page-link {

  color: #535353;

  padding: 0;

  width: 40px;

  text-align: center;

  height: 40px;

  line-height: 40px;

  font-size: 16px;

  border-radius: 50%;

}

.page-item:first-child .page-link,

.page-item:last-child .page-link {

  border-radius: 50%;

}

.pagination .page-item.active .page-link {

  color: #fff;

  background-color: #a00000;

  border-color: #a00000;

}

.pagination .page-link:focus {

  box-shadow: none;

}



/*--------FOOTER---------------------------*/



footer {

  background: #a00000 url(../images/bg_footer.png) 0 0 no-repeat;

}

footer .container {

  color: #ffffff;

  background-size: 50% auto;

}

footer a {

  color: #ffffff;

}



.copyright {

  display: flex;

  align-items: center;

  justify-content: end;

}

@media (max-width: 767px) {

  .copyright {

    justify-content: center;

  }

}

.copyright-text {

  text-align: right;

  font-size: 14px;

}

.copyright img {

  max-width: 120px;

  margin-left: 20px;

}



@media (max-width: 767px) {

  .copyright {

    justify-content: center;

  }

  .copyright-text {

    font-size: 12px;

  }

  .copyright img {

    max-width: 100px;

  }

}

@media (max-width: 414px) {

  .copyright img {

    max-width: 70px;

  }

}



/* scrollUp */

@media (max-width: 767px) {

  #scrollUp {

    background: #ac000095;

    height: 45px;

    width: 45px;

    right: 15px;

    bottom: 15px;

    color: #fff;

    font-size: 20px;

    text-align: center;

    border-radius: 50%;

    font-size: 22px;

    line-height: 45px;

    transition: 0.3s;

  }

  #scrollUp:hover {

    background: #ac0000;

  }

}



.no-scroll {

  overflow: hidden;

}

.summary_content table td {
  border-style: solid;
  border-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
}


.table-property-members tr td,
.table-property-members tr th {
  padding: 7px 3px 7px 3px;
}



.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    /* justify-content: flex-start; */
    justify-content: center;
    margin: 10px 0;
}

.photo-gallery a {
    display: block;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.photo-gallery a:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.gallery-thumb {
    display: block;
    width: 100%;
    height: auto;
    width:150px; height:100px; object-fit:cover; margin:3px; border:1px solid #ddd; border-radius:4px;
}


