/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css*/
@import url('/css/fonts/css/material-icons.css');
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.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;
    }
.badge-notification {
position: absolute;
margin-top: -0.26rem;
margin-left: -0.5rem;
padding: .2em .45em !important;
}



/*SPINNER OVERLAY*/
.spinner {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    position: absolute;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
#overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
embed, iframe, object {
    margin: 0 !important;
    border: 0;
    width: calc(100vw - 18px) !important;
    min-height: calc(100vh - 18px) !important;
}
.page-background-class {
    background-image: url(../images/SP_BG.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}


div:has(> link[href*="dark"]) ~ .page-background-class {
    background-color: rgba(1.0,1.0,1.0,0.5);
    background-image: url(../images/SP_BG_Dark.svg);
}



@font-face {
    font-family: "BabelStone Flags";
    src: local("BabelStone Flags"), local("BabelStoneFlags"), url("/fonts/BabelStoneFlags.woff2") format("woff2"), url("fonts/BabelStoneFlags.woff") format("woff");
}
.flags {
    font-family: 'BabelStone Flags'
}

.disabled {
    opacity: 0.5; /* or any other styling to visually indicate that the item is disabled */
    pointer-events: none; /* this prevents user interactions with the item */
}

.rz-dialog-content{
    padding: 0 !important;
    overflow: hidden !important;
}

.rz-dialog.rz-dialog-confirm {
    width: 35% !important; 
    max-width: 600px !important;
    height: auto !important;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

html:has(link[href*="dark-base.css"]) .rz-dialog {
    background: #2c2c2c !important;
    color: white !important;
}

span.rz-cell-data > a {
    /*Helps for Dark Mode Table Links */
    font-weight: 550;
    text-decoration-color: #0088ff;
    color: steelblue;
}
span.rz-cell-data > a:hover {
    /*Helps for Dark Mode Table Links */
    color: cornflowerblue;
}

.max-width-36px{
    max-width: 24px !important;
}

h6{
    font-weight: 550;
}