﻿.select2-selection__placeholder {
    color: #fff !important;
}

.select2-container {
    min-width: 300px !important;
}

/*.select2-results__option {
    border-top: 4px solid #484545;
}*/

  /*  .select2-results__option:hover {
        border-top: 4px solid #ecad38 !important;
    }*/

/*.select2-container--open .select2-dropdown--below {
    border-color: #484545 !important;
}*/

.select2-container--default .select2-selection--single {
    background-color: none !important;
  /*  border: none !important;
    border-radius: 0 !important;*/
}

/*.select2-dropdown {
    background-color: #484545 !important;
}*/

/*.select2-search select2-search--dropdown, .select2-selection__rendered {
    background: #353434 !important;
    color: #fff !important;
}*/

/*.select2-results__option {
    background: #353434 !important;
    color: #fff;
    font-size: 1.25em;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    min-width: 85px;
}
*/

.tide-dropdown-container {
    display: flex;
    justify-content: center;
}

.tideOuter {
    background-color: #fff;
    width: 100%;
    border-radius: 0.3571em;
}
