body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    background-color: #F7F7F7;
}

.header {
    background-color: #222222;
    height: 188px;
    padding: 16px 0 0 0;
}

.header-emoji {
    font-size: 48px;
    margin: 0 auto;
    text-align: center;
}

.header-title {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.header-description {
    color: #CFCFCF;
    margin: 4px auto;
    text-align: center;
    max-width: 384px;
}

.wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 704px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 32px;
}

.card {
    margin-bottom: 24px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);
}

.menu {
    height: 90px;
    width: 912px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 24px;
    margin: -80px auto 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);

}

.menu-2 {
    height: 80px;
    width: 912px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 24px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);
    margin-right: auto;
    margin-left: auto;
    margin-top: 32px;
    
}

.Select-control {
    width: 250px;
    height: 40px;
}

.Select--single>.Select-control .Select-value,
.Select-placeholder {
    justify-content: center;
}

.Select--multi .Select-value-label {
    line-height: 32px;
}

.menu-title {
    margin-bottom: 6px;
    font-weight: bold;
    color: #079A82;
}

.menu-title-2 {
    margin-bottom: 6px;
    font-weight: bold;
    color: #079A82;
}

.slider {
    width: 800px;
}

.dropdown{
    align-items: center;
    justify-content: center;
}


.DateInput, .DateInput_1 {
    border-radius: 4px 4px 4px 4px !important;
}

.DateInput_input, .DateInput_input_1 {
    Height: 40px !important;
    Width: 250px !important;
    border-radius: inherit;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.SingleDatePickerInput__withBorder {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ccc !important;
    Width: 250px !important;
}