.rmdp-header-values {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
}

.rmdp-header-values span {
    background-color: #6832FF;
    color: #fff;
    min-width: 60px;
    border-radius: 8px;
    margin-right: 5px;
}

.rmdp-arrow-container {
    display: none;
}

.rmdp-day.rmdp-selected span:not(.highlight) {
    background-color: #34CC33 !important;
    border-radius: 8px;
}

.rmdp-input {
    flex: 1;
    height: 34px !important;
    padding-right: 10px !important;
    border-color: hsl(0, 0%, 80%) !important;
    /* accent */
}

.rmdp-input::after {
    content: "";
}

.date-holder {
    position: relative;
    display: block;
}

.date-holder .remove {
    position: absolute;
    left: 0;
    left: 12px;
    top: 12px;
    color: #555;
    cursor: pointer;
}