@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
* {
    box-sizing: border-box;
    /* outline: 1px dashed #f00; */
}

:root {
    --banner-width: 300px;
    --banner-landingpage-width: 500px;
}

html, body {
    margin: 0;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

body {
    font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "Segoe UI" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f5f5f5;
}

canvas {
    width: 100%;
    height: 100%;
}

/* The loading css - start */

fluent-progress-ring {
    margin-top: 0px;
    width: 100%;
    height: 80vh;
    height: 80dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    fluent-progress-ring::part(progress) {
        width: 69px;
        height: 69px;
    }

    fluent-progress-ring::part(indeterminate-indicator-1) {
        stroke: #6264a7;
    }

/* The loading css - end */
.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;
    }

pre,
div.error {
    background-color: #e5e5e5;
    padding: 1rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 1rem 0;
    max-height: 250px;
}

    pre.fixed,
    div.error.fixed {
        height: 200px;
    }

code {
    background-color: #e5e5e5;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}


.login {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-height: 100dvh;
}

.noactive {
    pointer-events: none;
}

.nav-layout {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

    .nav-layout .navbar-nav {
        flex-wrap: nowrap;
        align-content: flex-end;
        justify-content: center;
        align-items: center;
    }

    .nav-layout .nav-link {
        cursor: pointer;
    }

    .nav-layout .navbar-nav .nav-link.active {
        color: rgba(0,0,0,.9);
        border-bottom: 3px solid #8D90D6 !important;
        height: 47px;
        padding: 13px 8px 0 8px;
    }

/* On screens that are 600px or less*/
@media (max-width: 655px) {
    .nav-layout .navbar-nav .nav-link.active {
        padding: 3px 8px 0 8px;
    }
}

.custom-tooltip-successful.tooltip > .tooltip-inner {
    text-align: left;
    color : black;
    background : white;
    opacity: 1;
}

.custom-tooltip-warning.tooltip > .tooltip-inner {
    text-align: left;
    color: blue;
    background: white;
    opacity: 1;
}

.custom-tooltip-error.tooltip > .tooltip-inner {
    text-align: left;
    color: red;
    background: white;
    opacity: 1 !important;
}

.tooltip.show{
    opacity:1;
}

.tooltip .tooltip-arrow::before{
    border:none;
}

.tooltip-inner {
    border-radius: 0;
}

fluent-dialog .dialog-content-search .dialog-search-result fluent-tree-item::part(positioning-region) {
    height: 50px;
}

fluent-dialog .dialog-content-search .dialog-search-result fluent-tree-item::part(content-region) {
    height: 50px;
    width: -webkit-fill-available;
}

mgt-people-picker {
    /* OR individual input border sides */
    --input-border-bottom: 1px #8A8A8A solid;
    --input-border-right: 1px #EFEFEF solid;
    --input-border-left: 1px #EFEFEF solid;
    --input-border-top: 1px #EFEFEF solid;
    --input-border-color--hover: #8A8A8A; /* input area border hover color */
    --input-border-color--focus: #1E91E0; /* input area border focus color */
    --placeholder-color--focus: black; /* placeholder text focus color */
}

.ui-igedit-dropdown .ui-igedit-listitem {
    font-size: 16px !important;
}


.e-carousel .e-richtexteditor:not(.e-rte-toolbar-enabled) {
    border-style: none;
}
.e-carousel .e-carousel-item {
    /*background: black;*/
    /*    box-shadow: #c8c6c4 0px 0px 15px 0px;
    border-radius: 15px;*/
    /*padding: 1rem 5rem 1rem 5rem;*/
    /*background-color: white;*/
}

.e-carousel .e-carousel-navigators .e-previous,
.e-carousel .e-carousel-navigators .e-next {
    /*background: black;*/
}

    .e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):hover,
    .e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):hover {
        /*background: rgba(255,255,255,.4);*/
        background: rgba(200,200,200,.4);
    }

    .e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled) .e-previous-icon,
    .e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled) .e-next-icon {
        /*background: black;*/
        color: #5a5a5a;
    }


.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .e-indicator div {
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator div {
    background: #a1a1a1;
}

.e-rte-character-count {
    padding-bottom: 16px !important;
}
::deep .e-rte-character-count {
    padding-bottom: 16px !important;
}
