.form-text,
.form-checkbox{
    color: #95435E;
    font-family: 'Vollkorn', serif;
    font-style: normal;
    font-weight: 800;
}

.dayContainer{
    box-shadow: 0px 4px 4px  #F0DCDC;
    height: 125px;
    width: 100%;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    margin-top:15px;
}
.day{
    height: 100%;
    /*width: auto;*/
    /*display: flex;*/
    /*flex-direction:row;*/
    /*justify-content:space-around;*/
    /*align-items: center;*/
}

.help-block{
    font-family:'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-feature-settings: 'zero' on;
    /* Dusty Plum */

    color: #A1909A;
}

.dateTime {
    border-bottom-width: 0px !important;
    padding-left: 0;
}
.noBorderBottom {
    border-bottom-width: 0px !important;
}
.noBorderTop {
    border-top-width: 0px !important;
}

.add-btn,
.remove-btn{
    display:flex;
    align-items: center;
    color: #95435E;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.add-btn {
    padding-top: 31px;
}

.input-group-addon {
    background-color: white;
    color: #95435E;
    border: none;
}


.pickup-range,
.lunch-break-range {
    border-bottom: 1px solid #A1909A;
    width:auto;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items:center;
    padding:0px;
    position: relative;
    margin-right: 15px;
}
.pickup-range > div,
.lunch-break-range > div {
    padding-left: 0;
    padding-right: 0;
}

.remove-btn{
    font-size: 8px;
    line-height: 9px;
    letter-spacing: 0.25em;
    text-decoration-line: underline;
    text-transform: uppercase;
    font-feature-settings: 'zero' on;
    padding-top:7px;
}
.line{
    position: absolute;
    right: -19px;
    top: -16px;
    border-left: 1px solid #D7D4D6;
    height:59px;
}

.day-name{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #95435E;
}

.collapse.in{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height:72px;*/
    margin: 0px;
}

.bi-dash-circle{
    width: 21px;
    height: 21px;
    padding-right:3px;
    vertical-align: -1px;
}
.bi-plus-circle-fill{
    margin-right: 5px;
}
.day .icon-time {
    font-size: 1.4em;
}


