﻿/* Shared css styles */

/* Styles for custom telerik dropdown list icon */
.custom-dropdown-icon {
    display: flex;
    align-items: center;
    position: relative;
    margin-inline: auto;
}

.custom-dropdown-icon .k-input-button .k-svg-icon {
    display: none !important;
}

.dropdown-svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Styles for custom timepicker icon */
/* Remove default icon */
.custom-timepicker-icon .k-input-button .k-svg-icon {
    display: none !important;
}

/* Replace with your custom SVG icon */
.custom-timepicker-icon .k-input-button {
    background-color: transparent !important;
    border: none !important;
    background-image: url('/_content/Principal.Penelope.Doctor.Shared/icons/clock-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    min-width: 40px;
}

.disabled {
    opacity: 50% !important;
}

.dataPicker .k-input-button {
    width: 40px;
    border-width: 0;
    border-inline-start-width: 1px;
    flex: none;
    aspect-ratio: auto;
    box-shadow: none;
}
main{
    overflow: hidden;
    height: 100vh;
}

/* Stop chart markers to be cut off when zero value */
.k-chart g[clip-path] {
    clip-path: none !important;
}