.box-datepicker .box { margin-bottom: 12px !important; }
.box-datepicker input,
.box-datepicker select { border-color:#ccc !important; padding:14px !important; }
.box-datepicker input::placeholder{ font-size:14px; }
.box-datepicker select { appearance: none!important; margin-top:2px; }
.box-datepicker p { margin-bottom: 0px !important; }
.box-datepicker .button { width:100%; padding:14px !important; }
.box-datepicker table tr td { background: none !important; }
.box-datepicker .picker__footer button { margin: 0 3px; }
.box-datepicker .icon{
    height:auto;
    position:relative;
    float:right;
    right:10px;
    bottom:37px;
}

@media (min-width:769px) {
    .box-datepicker {
        width:100%;
        display:flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        box-sizing: border-box;
    }
    .box-datepicker .box {
        width:25%;
        margin-bottom:0 !important;
        margin-left:5px;
        margin-right:5px;
    }
    .box-datepicker .button { width:220px !important; margin-top:4px; }
    
    .box-allow {
        width:8.5% !important;
    }
}