.navbarComponent{
    background-color: #4D4D4F;
    border-bottom: 1px solid #333333;
}

.navbarRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.navbarTitle{
    text-align: center;
    color: white;
}

.navbarText{
    text-align: center;
    color: lightgray;
    font-weight: lighter;
    font-size: 12px;
}

.navbarSmallText{
    text-align: center;
    color: lightgrey;
    font-weight: lighter;
    font-size: 10px;
}

.firstInputArea{
    margin-top: 20px;
    border: 1px solid #000; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
}

.ag-header-cell-label {
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
}

.uValueButton{
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}

.ag-cell {
    padding: 0 !important;
}

.ag-root-wrapper {
    border: none !important;
}

.ag-header {
    border-bottom: none !important;
}

.ag-row {
    border: none !important;
}

.addButton{
    background-color: #D52229;
    border-color: #D52229;
    color: white
}

.addButton:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}


.removeButton{
    background-color: #D52229;
    border-color: #D52229;
    color: white
}

.removeButton:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}

.refreshButton{
    background-color: #D52229;
    border-color: #D52229;
    color: white
}

.refreshButton:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}

.Select-menu-outer {
    display: block !important;
  }
  
.dash-table-container .dropdown {
  position: static;
}

.Select-menu-outer {
    display: block !important;
    
}

.Select-option {
    color: black !important; 
}
  
.dash-table-container .dropdown {
  position: static;
  background-color: #D52229;
}

.addButtonModal{
    background-color: #D52229;
    border-color: #D52229;
    color: white
}

.addButtonModal:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}

.removeButtonModal{
    background-color: #D52229;
    border-color: #D52229;
    color: white
}

.removeButtonModal:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}

.refreshButtonModal{
    background-color: #D52229;
    border-color: #D52229;
    color: white
}

.refreshButtonModal:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}

.calculateUValue{
    width: 18%;
    background-color: #D52229;
    border-color: #D52229;
    color: white;
    margin-left: 10px;
}

.calculateUValue:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}

.inserButton{
    background-color: #D52229;
    border-color: #D52229;
    color: white;
}

.inserButton:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}

.predictButton{
    background-color: #D52229;
    border-color: #D52229;
    color: white;
}

.predictButton:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}

.pdfButton{
    background-color: #D52229;
    border-color: #D52229;
    color: white;
    margin-bottom: 10px;
    margin-top: 20px
}

.pdfButton:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}

.languageDropdown .Select-control,
.languageDropdown .Select-menu-outer,
.languageDropdown .Select-value,
.languageDropdown .Select-option {
    color: black;
    width: 150px;
}

.buildingDropdown{
    color: #000;
}

.modalHeader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.selectButton{
    background-color: #D52229;
    border-color: #D52229;
    color: white;
}

.selectButton:hover{
    background-color: #9a2025;
    border-color: #9a2025;
}

.cityInput .Select-control {
    border: 3px solid #D52229 !important;
}

.buildingInput .Select-control {
    border: 3px solid #D52229 !important;
}


.climatisationInput .Select-control {
    border: 3px solid #D52229 !important;
}

#adressInput {
    border: 3px solid #D52229 !important;
}


@media (max-width: 767px) {  
    .small-text-mobile {
        font-size: 12px;
    }
}