/* your styles go here */
.sidebar {
    width: 22rem;
}

.btn {
    border-radius: 0.2rem;
}

.form-control {
    border-radius: 0.2rem;
}

.input-group-text {
    border-radius: 0.2rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.2rem;
}

ul.autocomplete-items {
    position: absolute;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    list-style-type: none;
    padding: 0 15px 0 15px;
  }

.autocomplete-items li {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.invalid-feedback {
    display: block
  }

.DayPickerInput {
    display: block !important
}

.bg-header-coop {
    background-color: #44da2e
}

.text-color-header-coop {
    color: #ee2425;
    text-shadow: -0.5px 0 #a7a5a6, 0 0.5px #a7a5a6, 0.5px 0 #a7a5a6, 0 -0.5px #a7a5a6;
}
