@import url('bootstrap/css/bootstrap.min.css');
@import url('https://fonts.cdnfonts.com/css/euclid-circular-a');

html, body {
    font-family: 'Euclid Circular A', 'Euclid Circular A Light', 'Euclid Circular A Regular', 'Euclid Circular A Medium', 'Euclid Circular A Semibold', 'Euclid Circular A Bold', 'Arial Regular', 'Arial Bold';
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

#login-submit:disabled {
    background-color: #DDE5ED !important;
    cursor: not-allowed;
    pointer-events: all !important;
}


#login-validation-summary ul {
    padding-left: 0; 
    list-style:none;
}


/* Arrows */

.arrow-dropdown {
    background-image: url('../icons/arrow_point_down.png');
    background-repeat: no-repeat,repeat;
    background-size: 22px;
    padding-right: 10px;
    background-position-x: 95%;
    background-position-y: 50%;
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.arrow-list-desc {
    background-image: url('../icons/arrow_with_circle_down.png');
    background-repeat: no-repeat,repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: right;
    /*margin-top: 5px;*/
}

.arrow-list-asc {
    background-image: url('../icons/arrow_with_circle_up_activated.png');
    background-repeat: no-repeat,repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: right;
    /*margin-top: 5px;*/
}

.arrow-filter-desc {
    background: url('../icons/arrow_with_circle_down.png') no-repeat center;
    background-size: 22px;
    padding-right: 10px;
    background-position-x: 90%;
    /*max-height: 100%;*/
    /*padding-right: 10px;*/
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: right;
}

.arrow-filter-asc {
    background: url('../icons/arrow_with_circle_up.png') no-repeat center;
    background-size: 22px;
    padding-right: 10px;
    background-position-x: 90%;
    /*max-height: 100%;*/
    /*padding-right: 10px;*/
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: right;
}

.arrow-right {
    background: url('../icons/arrow_point_right.png') no-repeat center center;
    background-size: 0.8rem;
    /*height: 1rem;*/
    width: 1rem;
    /*padding-right: 10px;*/
    /*    background-position-x: 95%;
    background-position-y: 50%;*/
    display: inline-block;
    /*    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.arrow-left {
    background: url('../icons/arrow_point_left.png') no-repeat center center;
    background-size: 0.8rem;
    /*height: 1rem;*/
    width: 1rem;
    /*padding-right: 10px;*/
    /*    background-position-x: 95%;
    background-position-y: 50%;*/
    display: inline-block;
    /*    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor:pointer;
}

.search-icon-hcp-list {
    background: url('../icons/search_icon.png') no-repeat center center;
    background-size: 20px;
    padding-left: 10px;
    background-position-x: 30%;
    width:50px;
    /*max-height: 100%;*/
    /*padding-right: 10px;*/
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: left;
}

.search-icon-program-list {
    background: url('../icons/search_icon.png') no-repeat center center;
    background-size: 20px;
    padding-left: 10px;
    background-position-x: 30%;
    /*background-position-y: 50%;*/
    width: 50px;
    height: 35px;
    /*max-height: 100%;*/
    /*padding-right: 10px;*/
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: left;
}

.search-icon-organisation-list {
    background: url('../icons/search_icon.png') no-repeat center center;
    background-size: 20px;
    padding-left: 10px;
    background-position-x: 30%;
    width: 50px;
    /*max-height: 100%;*/
    /*padding-right: 10px;*/
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: left;
}

.add-to-archive {
    background: url('../icons/add_to_archive.png') no-repeat center center;
    background-size: 25px;
    height: 25px;
    width: 25px;
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: right;
}

.remove-from-archive {
    background: url('../icons/remove_from_archive.png') no-repeat center center;
    background-size: 25px;
    height: 25px;
    width: 25px;
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: right;
}

.add-to-archive-tile {
    background: url('../icons/add_to_archive.png') no-repeat center center;
    background-size: 35px;
    height: 35px;
    width: 35px;
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: right;
}

.remove-from-archive-tile {
    background: url('../icons/remove_from_archive.png') no-repeat center center;
    background-size: 35px;
    height: 35px;
    width: 35px;
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;
    float: right;
}

.activate-tile-view {
    background: url('../icons/activate_tiles_icon.PNG') no-repeat center center;
    background-size: 37px;
    width: 47px;
    height: 37px;
    text-align: center;
    border: none;
    height: 100%;
}

.deactivate-list-view {
    background: url('../icons/deactivate_list_icon.PNG') no-repeat center center;
    background-size: 37px;
    width: 47px;
    height: 37px;
    text-align: center;
    border: none;
    height: 100%;
}

.deactivate-tile-view {
    background: url('../icons/deactivate_tiles_icon.PNG') no-repeat center center;
    background-size: 37px;
    width: 47px;
    height: 37px;
    text-align: center;
    border: none;
    height: 100%;
}

.activate-list-view {
    background: url('../icons/activate_list_icon.PNG') no-repeat center center;
    background-size: 37px;
    width: 47px;
    height: 37px;
    text-align: center;
    border: none;
    height: 100%;
}


.photo-default {
    border: none !important;
    transition: 1s;
    background: url('../icons/photo-patient-icon.png') no-repeat center center;
    background-size: 100px;
    background-color: transparent;
    color: transparent;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.patient-program-clock {
    background: url('../icons/clock_icon.png') no-repeat center center;
    background-size: 15px;
    height: 15px;
    width: 15px;
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    text-align:center;
   /* float: right;*/
}

input[type=file] {
    cursor: pointer;
    /*    border: 2px solid #6c5ce7;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #a29bfe;*/
    border: none !important;
    transition: 1s;
    background: url('../icons/photo-patient-icon.png') no-repeat center center;
    background-size: 100px;
    background-color: transparent;
    color: transparent;
    /*    padding-left: 10px;*/
    /*    background-position-x: 10%;*/
    width: 100px;
    height: 100px;
    /*max-height: 100%;*/
    /*padding-right: 10px;*/
    /*    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;*/
    /*float: left;*/
}

    input[type=file]::file-selector-button {
        cursor: pointer;
        /*    border: 2px solid #6c5ce7;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #a29bfe;*/
        border: none !important;
        transition: 1s;
        background: transparent;
        background-size: 100px;
        background-color: transparent;
        color: transparent;
        /*    padding-left: 10px;*/
        /*    background-position-x: 10%;*/
        width: 100px;
        height: 100px;
        /*max-height: 100%;*/
        /*padding-right: 10px;*/
        /*    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-top;*/
        /*float: left;*/
    }

   /* input[type=file]::file-selector-button:hover {
        background-image: url('../icons/photo-patient-icon.png');
    }*/

    /* Scrollbar */
    /* Track */
    .table-scroll thead::-webkit-scrollbar {
        background: transparent;
        width: 0px;
        height: 0px;
    }

.table-scroll ::-webkit-scrollbar {
    width: 20px;
    height: 10px;
}

.table-scroll ::-webkit-scrollbar-track {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(160,191,195,0.5) 50%, rgba(255,255,255,1) 100%);
    border: none;
    margin: 0px 5px 5px 5px;
}


/* Thumb */
.table-scroll ::-webkit-scrollbar-thumb {
    background: #1E22AA;
    height: 20px;
    max-height: 50px;
    width: 20px;
    
}

    .table-scroll ::-webkit-scrollbar-thumb:hover {
        background: #1E22AA;

    }

    .table-scroll ::-webkit-scrollbar-thumb:active {
        background: #1E22AA;
    }

    .table-scroll ::-webkit-scrollbar-thumb:vertical {
        border-top: solid 2px rgba(33,33,33,0.5);
        border-bottom: solid 2px rgba(33,33,33,0.5);
    }

    .table-scroll ::-webkit-scrollbar-thumb:horizontal {
        border-right: solid 2px rgba(33,33,33,0.5);
        border-left: solid 2px rgba(33,33,33,0.5);
    }


/* Buttons */
.table-scroll ::-webkit-scrollbar-button {
    background: transparent;
    /*border-style: solid;*/
    height: 20px;
    width: 20px;
}


    /* Up */
    .table-scroll ::-webkit-scrollbar-button:vertical:decrement {
        border-width: 1px 1px 1px 1px;
        background-image: url('../icons/arrow_point_up_small.png');
        background-repeat: no-repeat;
        border-color: transparent transparent transparent transparent;
    }

        .table-scroll ::-webkit-scrollbar-button:vertical:decrement:hover {
            border-color: transparent transparent transparent transparent;
        }


    /* Down */
    .table-scroll ::-webkit-scrollbar-button:vertical:increment {
        border-width: 1px 1px 1px 1px;
        background-image: url('../icons/arrow_point_down_small.png');
        background-repeat: no-repeat;
        border-color: transparent transparent transparent transparent;
    }

        .table-scroll ::-webkit-scrollbar-button:vertical:increment:hover {
            border-color: transparent transparent transparent transparent;
        }

    /* Left */
    .table-scroll ::-webkit-scrollbar-button:horizontal:decrement {
        border-width: 1px 1px 1px 1px;
        border-color: transparent transparent transparent transparent;
    }

        .table-scroll ::-webkit-scrollbar-button:horizontal:decrement:hover {
            border-color: transparent transparent transparent transparent;
        }


    /* Right */
    .table-scroll ::-webkit-scrollbar-button:horizontal:increment {
        border-width: 1px 1px 1px 1px;
        border-color: transparent transparent transparent transparent;
    }

        .table-scroll ::-webkit-scrollbar-button:horizontal:increment:hover {
            border-color: transparent transparent transparent transparent;
        }

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    /*padding-left: 50px;*/
    display: flex;
    align-items: center;
    color: #1E22AA;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input[type='checkbox']:checked {
        background-color: transparent;
        border: 2px solid #1E22AA;
        border-radius: 10px;
    }

.checkbox-container input[type='checkbox']:checked:after {
    content: '\2713';
    color: #1E22AA;
    font-size: 25px;
}

.popup-color-content .checkbox-container input[type='checkbox']:checked:after {
    content: '\2713';
    color: #FFFFFF;
    font-size: 2rem;
    display: inline-block;
    margin-top: -1rem;
}

.checkbox-container input[type='checkbox'] {
    background-color: transparent;
    border: 2px solid !important;
    border-color: #1E22AA !important;
    border-radius: 10px !important;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 40px !important;
    height: 40px !important;
    appearance: none;
    box-shadow: none;
    font-size: 1em;
    float: left;
    margin-right: 1em;
}

.popup-color-content .checkbox-container input[type='checkbox'] {
    background-color: transparent;
    border: 2px solid !important;
    border-color: #1E22AA !important;
    border-radius: 10px !important;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 40px !important;
    height: 40px !important;
    appearance: none;
    box-shadow: none;
    font-size: 1em;
    float: left;

}

.add-checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    /*padding-left: 50px;*/
    display: flex;
    align-items: center;
    color: #1E22AA;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .add-checkbox-container input[type='checkbox'] {
        background-color: transparent;
        /* border: 2px solid !important;
        border-color: #1E22AA !important;
        border-radius: 10px !important;*/
        text-align:start;
        display: table-cell;
        vertical-align: top;
        width: 6rem !important;
        height: 2rem !important;
        appearance: none;
        box-shadow: none;
        font-size: 1em;
        float: right;
        /*margin-top:.5rem;*/
        text-align: right;
        padding-bottom: 1rem;
        padding-right: 1rem;
    }

        .add-checkbox-container input[type='checkbox']:after {
            content: '+';
            color: #1E22AA;
            font-size: 2rem;
            line-height:1.1rem;
            /*margin-top: -4rem;*/
            /*   padding: 0rem;
            margin: 0rem;*/
            /*text-align:right;*/
            /*height: 20px;*/

        }

        .add-checkbox-container input[type='checkbox']:checked:after {
            content: 'Remove';
            color: #1E22AA;
            font-size: 1.1rem;
            font-weight: 600;
   /*         margin-right: 0rem !important;
            margin-top: 0rem!important;*/
            /*padding: 1rem;*/
        }

/*
.patient-profile .logo-patient-walking {
    border-width: 1px 1px 1px 1px;
    background-image: url('../physio_profile_graphic.png');
    background-repeat: no-repeat;
    border-color: transparent transparent transparent transparent;
}*/

.hcp-profile .logo-physio-walking,
.patient-profile .logo-physio-walking {
    background: url('../physio_profile_graphic.png') no-repeat center center;
    background-size: 100%;
    /*padding-left: 10px;*/
    /*background-position-x: 0%;*/
    /*width: auto;*/
    /*max-height: 100%;*/
    /*padding-right: 10px;*/
    display: block;
    box-sizing: border-box;
    position: relative;
    vertical-align: text-bottom;
    width: 100%;
    height: 150px;
    /*float: right;*/
    margin-top: auto;
}


::placeholder {
    opacity: 0.3;
}

.modal {
    --bs-modal-box-shadow: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none !important;
}

.modal-backdrop {
    opacity: 0!important;
}


.toast {
    display: none;
    padding: 1rem;
    color: #fff;
    z-index: 1;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1.5rem;
    right: 2%;
    top: 2%;
    /*text-align: center;*/
    /*margin: left;*/
}

    .toast-icon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 1rem;
        font-size: 2.5rem;
    }

    .toast-body {
        display: flex;
        flex-direction: column;
        flex: 1;
        padding-left: 1rem;
    }

        .toast-body p {
            margin-bottom: 0;
        }

    .toast-visible {
        display: flex!important;
        flex-direction: row;
        animation: fadein 1.5s;
    }

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.strolll-bg-success {
    --bs-bg-opacity: 1;
    background-color: #1E22AA;
}

.blazored-modal-style {
    border-radius: 2rem;
    border: 2px solid #1E22AA;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
    margin: 1.75rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.blazored-modal-nobackground {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.blazored-modal-style-medium {
    max-width: 800px;
}
.blazored-modal-style-large {
    max-width: 80rem;
}