.adam-calendar_container .adam-calendar {
    display:inline-flex;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.adam-calendar_container.range .adam-calendar.start {
    margin-right: .25rem;
}

.adam-calendar_container .adam-calendar .placeholder-container {
    display: inline-flex;
    margin-right: .25rem;
}

.adam-calendar_container .adam-calendar .calendar-opener {
    position: relative;
}

.adam-calendar_container .adam-calendar .calendar-opener .adam-calendar-input{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    padding: 0;
    border: 0;
    opacity: 0
}

.adam-calendar_container .adam-calendar.date-selected .calendar-opener .icon {
    display: none;
}

.adam-calendar_container .adam-calendar .reset-date-container {
    display: none;
}

.adam-calendar_container .adam-calendar.date-selected .reset-date-container {
    display: block;
}

.adam-calendar_container .adam-calendar .reset-date-container {
    margin-left: .5rem;
}

.adam-calendar_container .adam-calendar .icon {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}


.adam-calendar_container .adam-calendar .calendar-opener .icon::before {
    content: "\f271";
}

.adam-calendar_container .adam-calendar .reset-date-container .reset-date .icon::before {
    color: #dc3545;
    content: "\f00d";
}