﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');



html, body {
    font-family: 'Neutraface', Neutraface2TextGreek-Demi, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-info {
    background-color: #e6e6e6;
    color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #0165B3;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.sidebar {
    background-image: linear-gradient(180deg, rgb(39, 123, 192) 0%, #277BC0 70%);
}

.main {
    flex: 1;
    background-color: rgb(20, 22, 24);
}

.white-text {
    color: white;
}

.white-horizontal-line {
    background-color: white;
}

.dark-theme-textbox {
    background-color: black;
    color: white
}

.top-row {
    background-color: rgb(20, 22, 24);
    color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.contact-list-item {
    background-color: rgb(50, 68, 71);
    color: white;
}

.bold-text {
    font-weight: bolder;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 75%;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.fixedHeight {
    height: 300px;
}

.date-availability-background {
    background-color: #e6e6e6;
}

.field-autocomplete-border-label {
    display: block;
    position: absolute;
    width: max-content;
    color: black;
    top: -20px;
    z-index: 999;
    left: 50px;
    padding: 3px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff;
}

.radio-font-size {
    font-size: 20px;
}

.file-picker {
    background-color: #51BDF7;
}

.my-autocomplete-style {
    background-color: #fff;
}

.my-input-style {
    width: 50%;
}

.my-button-style-availability {
    background-color: #AAFF00;
}

.my-button-style-limited {
    background-color: #ffc107;
}

.legend-border {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid black;
    text-align: left
}

.legend-border-label {
    font-size: 18px;
    color: #707070;
    background-color: #fff;
    padding: 0 20px;
}

.paragraph-font-size {
    font-size: 18px;
}

.text-center {
    font-size: 15px;
    text-align: center;
    white-space: normal;
}

.z-index-alert {
    z-index: 1!important;
}

.my-label-style {
    font-weight: 500;
    font-size: 18px;
    padding-left: 35px;
}

.my-alert-style {
    background-color: #CCF1F6;
    border-radius: .25rem;
    padding: .75rem 1.25rem;
    border-color: #8ee1ec;
    border: 1px solid;
    color: #187D8C;
    position: relative;
}

.gray-color-style {
    background-color: #808080!important;
    color: #ffffff!important;
}
.font-size-message{
    font-size:18px;
}
.overflow-text-style {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
p.overflow-text-style:hover{
    overflow: visible;
    white-space: normal;
    max-width: none;
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
}
.end-component{
    align-self:flex-end;
}
.start-component{
    align-self:flex-start;
}
.progress-circle {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: lightgray;
    animation: fillCircle 5s linear forwards;
}

.progress-bar {
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    clip: rect(0px, 50px, 100px, 0px);
    background-color: blue; /* Change this to the desired color */
    --progress: 0;
}

.overlay {
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    clip: rect(0px, 100px, 100px, 50px);
    background-color: transparent;
    transform: rotate(90deg);
}
@keyframes fillCircle {
    to {
        clip-path: inset(0 var(--progress) 0 0);
    }
}

.error-text-style {
    color: #DC3545;
    font-size: 10px;
    margin-left: 30px;
}

.digi-job-card-module {
    margin: 50px auto;    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}
.digi-button {

    margin-right: 0px;
}

/* ── Tablet-friendly Yes / No / Not Applicable radio groups (VisitAddEdit) ──
   Targets Radzen-rendered HTML, so these must live in the global stylesheet.
   Aim: ≥48 px touch target per Apple/Google HIG for Surface & iPad users.   */
.visit-yna-radio .rz-radio-button {
    padding: 0.55rem 1.1rem 0.55rem 0.8rem;
    margin-right: 0.6rem;
    margin-bottom: 0.25rem;
    min-height: 48px;
    border-radius: 6px;
    display: inline-flex !important;
    align-items: center;
    gap: 0.55rem;
    cursor: pointer;
}

.visit-yna-radio .rz-radio-button-box {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px;
    flex-shrink: 0;
}

.visit-yna-radio .rz-radio-button-icon {
    width: 12px !important;
    height: 12px !important;
}

.visit-yna-radio .rz-radio-button-label {
    font-size: 1.05rem !important;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}
