.dtp {
    display: grid;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    grid-template-areas:
      "top-start     top            top-end"
      "center-start  center         center-end"
      "bottom-start  bottom-center  bottom-end";
    grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
    grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
    /* height: 100%; */
    /* padding: 0.625em; */
    /* overflow-x: hidden; */
    /* transition: background-color 0.1s; */
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.4);
    grid-template-columns: auto minmax(0, 1fr) auto;
}
.dtp > .dtp-content { background: #fff; 
    position: relative;
    box-sizing: border-box;
    width:100%; 
    max-width: 350px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header { background: #05a; color: #fff; text-align: center; padding: 0.3em; }

.dtp div.dtp-date, .dtp div.dtp-time { background: #51759b; text-align: center; color: #ffffff; padding: 15px 12px 15px 12px; }
.dtp div.dtp-date > div { padding: 0; margin: 0; }
.dtp div.dtp-actual-month { font-size: 1.5em; }
.dtp div.dtp-actual-num { font-size: 3em; line-height: 0.9; }
.dtp div.dtp-actual-maxtime { font-size: 3em; line-height: 1.2; }
.dtp div.dtp-actual-year { font-size: 1.5em; color: #fff; }
.dtp div.dtp-picker { text-align: center; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {font-size: 1.4em; font-weight: 500; text-align: center; }
.dtp div.dtp-picker-month { padding-top: 0.5rem; padding-bottom: 0.5rem; text-transform: uppercase!important; }

.dtp .dtp-close { position: absolute; top: 0.3em; right: 1em; }
.dtp .dtp-close > a { color: #fff; }
.dtp .dtp-close > a > i { font-size: 1em; }

.dtp table.dtp-picker-days { margin: 0; min-height: 259px;}
.dtp table.dtp-picker-days tr > td {
    font-size: 1em; 
    text-align: center !important; 
    padding: 1px; 
    vertical-align: middle !important; 
    
}
.dtp table.dtp-picker-days tr > td > span.dtp-select-day { 
	color: #BDBDBD !important; 
	padding: 0.5em;
}
.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a { 
    display: grid;
    align-items: center;
    justify-content: center;
    color: #212121; 
    text-decoration: none; 
    aspect-ratio: 1;
    border-radius: 50%;
    width: 35px;
    margin: auto;
}
.dtp table.dtp-picker-days tr > td > a:hover, .dtp .dtp-picker-time > a:hover { 
    background: #E0E0E0;
}

.dtp table.dtp-picker-days tr > td > a.selected{ 
    background: #57a3be; 
    color: #fff; 
}
.dtp table.dtp-picker-days tr > th { color: #757575; text-align: center; font-weight: 700; padding: 0.4em 0.3em; }
.dtp table.dtp-picker-days thead > tr {
	
}
.dtp .p10 > a { color: #cddef6; text-decoration: none; }
.dtp .p10 { width: 10%; display: inline-block; }
.dtp .p20 { width: 20%; display: inline-block; }
.dtp .p60 { width: 60%; display: inline-block; }
.dtp .p80 { width: 80%; display: inline-block; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm { position: relative; top: 10px; color: #212121; font-weight: 500; padding: 0.7em 0.5em; border-radius: 50%!important;text-decoration: none; background: #eee; font-size:1em; }
.dtp .dtp-actual-meridien a.selected { background: #cddef6; color: #fff; }

.dtp .dtp-picker-time > .dtp-select-hour { cursor: pointer; }
.dtp .dtp-picker-time > .dtp-select-minute { cursor: pointer; }

.dtp .dtp-buttons { padding: 1em; text-align: right; }

.dtp.hidden, .dtp .hidden { display: none; }
.dtp .invisible { visibility: hidden; }


.dtp .clearfix { clear: both; }

.dtp .center { text-align: center; }

.dtp-picker-year{
    margin-bottom: 1px;
}

#dtp-svg-clock {
	max-height:252px;
}

.year-picker-item{
    text-align: center;
    padding-top: 5px;
    font-size: large;
    cursor: pointer;
    margin: 0 auto;
}

.dtp-actual-year:hover{
    cursor: pointer;
}
.dtp-actual-year.disabled:hover{
    cursor: inherit;
}
.year-picker-item:hover{
    color:#272e38;
}

.year-picker-item.active{
    color:#272e38;
    font-weight: bold;
}

.dtp-select-year-range{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.date-weekend {
	background-color: #edbdb83b !important;
}
.weekname{
    background-color: #def1f7 !important;
}
.picker .datePicker {
    cursor: pointer;
}
.datePicker:read-only {
    background-color: #fff !important;
}