.box-datepicker .box { 
    margin-bottom: 12px !important;
    position: relative; 
}
.box-datepicker input,
.box-datepicker select { 
    border:2px solid !important;
    border-radius: 5px !important;
    border-color:#ccc !important; 
    padding:14px !important; 
    width:100% !important;
}

.box-datepicker input::placeholder{ font-size:14px; }
.box-datepicker p { margin: 0px !important; }
.box-datepicker .button { 
    width:100% !important;
    border-radius: 5px;
    padding:14px !important;
    margin-top:10px;
}
.box-datepicker table tr td { background: none !important; }
.box-datepicker .picker__footer button { 
    margin: 10px 3px 20px 3px;
    border-color:#afa4a4;
    border-radius: 5px;
    color:#000;
    width:30%;
}
.box-datepicker .picker__footer button:hover {
    background-color:#424242;
    color:#fff;
}
.box-datepicker .icon{
    position:absolute;
    right:10px;
    bottom:20px;
}
.date-picker-notification{
    margin-top: 20px;
    background: #d3d3d3;
    padding: 25px;
    border-radius: 5px;
}

.box-datepicker .box-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-datepicker .box-50 { width: 100%; }
.box-datepicker .two-elements-active .box-50 { width: 48%; }


/** Desktop version **/

@media (min-width:1025px) {
    .box-datepicker .box-flex {
        display: flex;
        width: calc(25%);
        justify-content: space-evenly;
        flex-wrap: nowrap;
    }

    .box-datepicker {
        width:100% !important;
        display:flex;
        justify-content: space-evenly;
        align-items: end;
        align-content: center;
        box-sizing: border-box;
    }
    .box-datepicker .box {
        width:calc(25%);
        margin-bottom:0 !important;
        margin-left:3px;
        margin-right:3px;
    }
    .box-allow {
        width:10% !important;
    }
    .box-properties {
        width:25% !important;
    }
    .box-datepicker .box-discount{
        width: 20%;
    }
    .box-datepicker .icon{
        position:absolute;
        right:10px;
        bottom:17px;
    }
    .box-datepicker .icon-angle-down {
        bottom: 11px;
    }
    .box-datepicker .button {
        margin:0px;
    }

    .box-datepicker .box-50 { width: 98%; }   
}