@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
* {
    box-sizing: border-box;
    /* outline: 1px dashed #f00; */
}
::-webkit-scrollbar-button{
    display:none!important;
}
html {
    height: 100%;
    width: 100vw;
    margin: 0;
    overscroll-behavior: none;
}
body {
    height: 100vh;
    width: 100%;
    margin: auto;
}

.width100 {
    width: 100% !important;
}
.bold {
    font-weight: 600;
}
.bolder {
    font-weight: 700;
}

.color_white {
    color: #ffffff !important;
}
.color_prim {
    color: #4b6b8b;
}
.color_sec {
    color: #acbfd2;
}
.color_ter {
    color: #d4dfea;
}
.color_soft {
    color: #f3f5f8;
}
.color_warn {
    color: #ff8585;
}
.color_dis {
    color: #e8e8e8;
}
.text_color_high {
    color: #4b6b8b !important;
}
.text_color_prim {
    color: #242424;
}
.text_color_sec {
    color: #717171;
}
.text_color_succ {
    color: #009900;
}
.text_color_pend {
    color: #da9046;
}
.text_color_warn {
    color: #ff8585;
}
.text_color_hist {
    color: #009900;
}
.text_color_approv {
    color: #009900;
}

.background_color_prim {
    background-color: #4b6b8b !important;
}
.background_color_sec {
    background-color: #acbfd2 !important;
}
.background_color_ter {
    background-color: #d4dfea !important;
}
.background_color_soft {
    background-color: #f3f5f8 !important;
}
.background_color_succ {
    background-color: #009900 !important;
}
.background_color_pend {
    background-color: #da9046 !important;
}
.background_color_warn {
    background-color: #ff8585 !important;
}
.background_color_dis {
    background-color: #e8e8e8 !important;
}
.background_color_21384F {
    background-color: #21384F !important;
}

.filter_color_def {
    filter: invert(11%) sepia(8%) saturate(0%) hue-rotate(215deg) brightness(104%) contrast(93%);
}
.filter_color_defSec {
    filter: invert(47%) sepia(0%) saturate(0%) hue-rotate(203deg) brightness(93%) contrast(98%);
}
.filter_color_prim {
    filter: invert(36%) sepia(66%) saturate(273%) hue-rotate(169deg) brightness(95%) contrast(93%);
}
.filter_color_sec {
    filter: invert(88%) sepia(10%) saturate(690%) hue-rotate(180deg) brightness(86%) contrast(91%);
}
.filter_color_soft {
    filter: invert(100%) sepia(20%) saturate(1653%) hue-rotate(178deg) brightness(102%) contrast(95%);
}
.filter_color_dis {
    filter: invert(87%) sepia(99%) saturate(2%) hue-rotate(253deg) brightness(113%) contrast(82%);
}
.filter_color_warn {
    filter: invert(57%) sepia(45%) saturate(940%) hue-rotate(312deg) brightness(118%) contrast(104%);
}
.filter_color_white {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(112deg) brightness(102%) contrast(101%);
}
.filter_C7C7C7 {
    filter: invert(95%) sepia(0%) saturate(29%) hue-rotate(156deg) brightness(93%) contrast(72%);
}
.filter_CCCCCC {
    filter: invert(95%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(89%) contrast(87%);
}
.filter_8E8E8E {
    filter: invert(74%) sepia(0%) saturate(247%) hue-rotate(136deg) brightness(77%) contrast(86%);
}

.div_NoResultsFound {
    width: 100%;
    margin: 3rem 0;
}

.p_NoResultsFound {
    width: 100%;
    text-align:center;
    font-size: 14px;
    font-style: italic;
}


body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
}

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

.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);
}


.progressRing_div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

.cursor_pointer {
    cursor: pointer;
}
.text_underline {
    text-decoration: underline;
}
.text_underline_hover:hover {
    text-decoration: underline;
}

.cursor_pointer_highlight:hover {
    color: #5b5fc7;
}
.cursor_default {
    cursor: default !important;
}

.cursor_not-allowed {
    cursor: not-allowed !important;
}
.visibility_hidden {
    visibility: hidden;
}

.goBack_icon {
    width: 10px;
    height: 10px;
    rotate: 180deg;
    margin-right: 5px;
}
.goTo_icon {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}


.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: var(--prm-gray);
    transition: .4s;
}

    .step-button[aria-expanded="true"] {
        width: 60px;
        height: 60px;
        background-color: var(--prm-color);
        color: #fff;
    }

.done {
    background-color: var(--prm-color);
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    width: 95%;
    height: 2px;
    margin-left: 18px;
    margin-bottom: 18px;
    position: absolute;
    -webkit-appearance: none;
}
    /* to customize progress bar */
    #progress::-webkit-progress-value {
        background-color: #acbfd2 !important;
        transition: .5s ease;
    }

    #progress::-webkit-progress-bar {
        background-color: #e8e8e8 !important;
    }

.h4_dialogTitle {
    font-size: 20px;
}

.div_Dialog_Header {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.div_Dialog_Body {
    width: 100%;
    height: 100%;
    max-height: calc(100% - 130px);
    padding: 20px 20px;
    display: flex;
    justify-content: flex-start;
}
.div_AccessoriesDialog_List {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.div_Dialog_Footer {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.div_KBAI_button {
    bottom: 1rem;
    right: 2rem;
    width: 65px;
    height: 65px;
    position: fixed;
    border-radius: 100%;
    box-shadow: #d7d7d7 0 0 6px 3px;
    transition:.2s;
}
    .div_KBAI_button:hover {
        width: 67px;
        height: 67px;
        box-shadow: #d7d7d7 0 0 6px 3px;
    }
.KBAI_icon {
    width: 100%;
    height: 100%;
}

.button_disable {
    cursor: default !important;
}

.div_tabheader {
    width: 100%;
    display: flex;
    margin: 5rem 0 3rem 0;
    padding: 0 0 0 15px;
    align-items: center;
    justify-content: space-between;
}

.tab_title {
    margin: 0;
    font-size: 25px;
    text-align: left;
}

.div_goBack {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 150px;
    height: 50px;
}

.p_goBack {
    font-size: 16px;
}

#tab_page_pr {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}