.entry-date {color:#ff9b00;}

.datepicker-info {
    color: #0093ff;
    margin-top: 10px;
    font-size: 14px;
}

.datepicker-info .highlight-days {
    color: white;
    font-weight: bold;
}

label {
    margin-bottom: 5px;
	line-height: 3px;
    color:#00d1ac;
}

input {
	border:none;
}
    
#datumIcon {
    right: 0px;
    bottom: 0px;width:30px;height: 30px;
}

.custom-icon {
    position: absolute;
    /* right: 8px; */
    /* bottom: 8px; */
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
	
.input-group {
    display: flex;
    /* margin-bottom: 15px; */
}

.input-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

input[type="date"], input[type="time"] {
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    background-color: #000;
    font-size: 20px;
    font-weight: 700;
    color: #ff9b00;
	border:none;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
