#Datepickk {
    color: rgba(50,50,50,1) !important;
    z-index: 4000 !important;
    padding: 0 30px !important;
}
#Datepickk .d-overlay {
    /* background-color: rgba(255,255,255,1) !important; */
    /* background-color: rgba(50,50,50,0.95) !important; */
    background-color: rgba(38, 34, 30, 0.9) !important;
}
#Datepickk .d-calendar {
    background: rgba(255,255,255,1) !important;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.2) !important;
    /* box-shadow: none !important; */
    font-size: 15px;
    max-width: 450px;
    max-height: 500px;
    border-radius: 0 !important;
    overflow: hidden !important;
}

#Datepickk .d-header {
    position: relative;
    background-color:  rgba(255,255,255,1) !important;
    color: rgba(50,50,50,1) !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    border-bottom: 2px solid rgba(150, 131, 117,1);
}

/* title */
#Datepickk .d-title {
    font-size: 20px;
}

/* button */
#Datepickk .d-confirm {
    font-size: 20px;
}

/* week */
#Datepickk .d-week {
    background-color: rgba(150, 131, 117,1) !important;
    color: rgba(255,255,255,1) !important;
    display: flex;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}
#Datepickk .d-week > div p {
    margin: 5px 0 !important;
}

/* select */
#Datepickk .d-table input + label:before {
    background-color:rgba(50,50,50,1);
}

/* today */
#Datepickk .d-table input + label.today text {
    font-size: 22px;
    font-weight: 700;   
    color: rgba(197, 159, 112,1) !important; 
}
#Datepickk .d-table input + label.today:before {
    background-color: rgba(197, 159, 112,0.2) !important; 
}

#Datepickk .d-table input + label.today text:before {
    display: none !important;
    /* content: '';
    width: 100%;
    height: 2px;
    background-color: #E95A5A;
    position: absolute;
    bottom: -5px;
    left: 0; */
}
#Datepickk .d-table input + label.today.d-hidden {
    text-decoration: none !important;
}

/* arrow */
#Datepickk .d-header i:before,
#Datepickk .d-header i:after {
    display: none !important;
}
#Datepickk .d-header i {
    font-size: 12px;
    line-height: 15px;
    padding-top: 8px;
    background-color: rgba(50,50,50,0) !important;
}
#Datepickk .d-header i:hover {
    background-color: rgba(50,50,50,0.1) !important;
}