.bg-filter {
    background-color: #1c1c1c;
}

.card-body {
    background-color: #1c1c1c;
}



.header {
    text-align: center;
    padding: 20px;
    background-color: #161616;
    color: white;
    border-color: #EDB115;
  }

.mt-200 {
    margin-top: 200px !important;
}

.mb-10 {
    margin-bottom: 6rem !important;
}

.text-gold {
    color: #E3B25A !important;
}

.housesCompanie-card {
    cursor: pointer;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.btn-close-white {
    filter: invert(1);
}

.housesCompanies-container {
    padding-left: 40px;
}

.dropdown-menu {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    background-color: #161616;
    color: white;
}

.option_dropdown {
    color: white !important
}

@media (max-width: 767px) {
    .title-filter {
        margin-bottom: 20px;
    }
}