.rmdp-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.rmdp-container {
    width: 100%;
}

.rmdp-input {
    height: 33px !important;
    width: inherit;
}

.rmdp-day span {
    border-radius: 3px;
    height: 27px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #111928;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.rmdp-week-day {
    height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #6B7280;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 10px;
}

.rmdp-header-values span {
    height: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    align-items: center;
    text-align: center;
    color: #111928;
}

.rmdp-arrow {
    border: solid #111928;
    border-width: 0 2px 2px 0;
}