﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background-color: #E7F0F1 !important;
}
a, .btn-link {
    color: #0366d6;
}

a.disabled {
    pointer-events: none; /* Disable click */
    color: gray; /* Optional: make it look disabled */
    text-decoration: none; /* Optional: remove underline */
    cursor: default; /* Change cursor */
    opacity: 0.6; /* Slightly faded look */
}


.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;
    }

#table-summary-market-rent-review > tbody > tr > td > input {
    border-color: transparent;
}

#table-summary-market-rent-review > tbody > tr > td > textarea {
    border-color: transparent;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

    .arrow:hover{
        cursor: pointer;
    }

    .up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dt-buttons{
    margin-bottom: 5px;
}


@media screen and (min-width: 1250px) {
    #frame {
        height:100vh;
    }
}

@media screen and (min-width: 1600px) {
    #frame {
        height: 100vh;
    }
}

@media screen and (min-width: 1900px) {
    #frame {
        height: 100vh;
    }
}


#dynamicPaddingServiceSummary {
    padding-left: 5.5vw;
}

@media (min-width: 1700px) and (max-width: 1900px) {
    #dynamicPaddingServiceSummary {
        padding-left: 10vw;
    }
}


@media (min-width: 1901px) {
    #dynamicPaddingServiceSummary {
        padding-left: 14vw;
    }
}


@media (min-width: 2001px) {
    #dynamicPaddingServiceSummary {
        padding-left: 16.5vw;
    }
}



#dynamicPadding {
    padding-left: 2vw;
}

@media (min-width: 1700px) and (max-width: 1900px) {
    #dynamicPadding {
        padding-left: 6.5vw;
    }
}


@media (min-width: 1901px) {
    #dynamicPadding {
        padding-left: 11vw;
    }
}


@media (min-width: 2001px) {
    #dynamicPadding {
        padding-left: 13.5vw;
    }
}


.icon-agedcare {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/assets/images/caringdataimg/agedcare.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.icon-agedcaremonthly {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/assets/images/caringdataimg/agedcare_monthly.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.icon-sda {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/assets/images/caringdataimg/sda.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.icon-rv {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('/assets/images/caringdataimg/rv.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.powerbi-label {
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
}

.powerbi-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 2px 4px; /* Less left and right padding */
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #5e5e5e;
    cursor: pointer;
    width: 220px;
    height: 25px;
    position: relative;
}

.selectdisable {
    color: gray;
    opacity: 0.6; /* Slightly faded look */
}

.powerbi-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

    .powerbi-dropdown-wrapper::after {
        content: '▼';
        font-size: 10px;
        color: #a6a6a6; /* Power BI-like light gray caret */
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }




.select2-container {
    display: block !important;
    margin-top: 8px; /* spacing from the <select> above */
}

/* Put each selected item (li) on its own line */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: block !important;
    margin: 4px 0 !important;
}

/* Allow the container to grow in height with selected items */
.select2-container--default .select2-selection--multiple {
    max-height: none !important;
    height: auto !important;
    overflow-y: visible !important;
    padding: 8px;
}


    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        display: block !important;
       margin-left: 5px !important;
        padding: 6px 10px;
        border-radius: 4px;
        background-color: #0078d4;
      
        font-size: 13px;
    }

.sortable-header {
    cursor: pointer;
    user-select: none;
}