/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


    .navbar .nav-link[b-nxwrokqoep] {
        font-weight: 600;
        font-size: 1.2rem;
        transition: all 0.3s ease;
    }

a.navbar-brand[b-nxwrokqoep] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-nxwrokqoep] {
  color: #0077cc;
}

.btn-primary[b-nxwrokqoep] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-nxwrokqoep], .nav-pills .show > .nav-link[b-nxwrokqoep] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-nxwrokqoep] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-nxwrokqoep] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-nxwrokqoep] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-nxwrokqoep] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-nxwrokqoep] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}


/*
.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}
*/
.dropdown-toggle[b-nxwrokqoep] {
    outline: 0;
}

.nav-flush .nav-link[b-nxwrokqoep] {
    border-radius: 0;
}

.btn-toggle[b-nxwrokqoep] {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover[b-nxwrokqoep],
    .btn-toggle:focus[b-nxwrokqoep] {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle[b-nxwrokqoep]::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"][b-nxwrokqoep] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"][b-nxwrokqoep]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a[b-nxwrokqoep] {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover[b-nxwrokqoep],
    .btn-toggle-nav a:focus[b-nxwrokqoep] {
        background-color: #d2f4ea;
    }

.scrollarea[b-nxwrokqoep] {
    overflow-y: auto;
}

.fw-semibold[b-nxwrokqoep] {
    font-weight: 600;
}

.lh-tight[b-nxwrokqoep] {
    line-height: 1.25;
}


.nav-scroller[b-nxwrokqoep] {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav[b-nxwrokqoep] {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary[b-nxwrokqoep] {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle[b-nxwrokqoep] {
    z-index: 1500;
}

.modal-sheet .modal-dialog[b-nxwrokqoep] {
    width: 380px;
    transition: bottom .75s ease-in-out;
}

.modal-sheet .modal-footer[b-nxwrokqoep] {
    padding-bottom: 2rem;
}


.wrapper[b-nxwrokqoep] {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
    min-height: 80vh !important;
}


#bdSidebar[b-nxwrokqoep] {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 1px;
    min-height: 80vh !important;
}

    #bdSidebar.active[b-nxwrokqoep] {
        margin-left: -245px;
        -ms-transform: rotateY(100deg);
        transform: rotateY(100deg);
    }

#tbDiv[b-nxwrokqoep] {
    max-width: 245px;
    min-height: 80vh !important;
}

[data-bs-theme=light]
#tbDiv[b-nxwrokqoep] {
    border: solid 2px #7E9E88;
    padding-left: 2px;
    background-color: white;
}

[data-bs-theme=dark]
#tbDiv[b-nxwrokqoep] {
    border: solid 2px #7E9E88;
    padding-left: 2px;
    background-color: #212529;
}

/*#sidebarCollapse {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bolder;
    line-height: 1.42857;
}

    #sidebarCollapse span {
        margin: 4px auto;
        display: block;
        transition: all 0.4s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        -moz-transition: all 0.4s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }

    #sidebarCollapse.active span {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
        margin: 2px auto;
    }

#sidebarCollapse1 span {
    transition: all 0.4s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    -moz-transition: all 0.4s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

#sidebarCollapse1.active span {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



#bdsidebarCollapse {
    width: 26px;
    height: 26px;*/
    /*border-radius: 30px;*/
    /*text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bolder;
    line-height: 1.42857;
}*/

#maskload[b-nxwrokqoep] {
    transition: opacity .4s ease;
}

    #maskload.hide[b-nxwrokqoep] {
        opacity: 0;
        pointer-events: none;
    }
/* /Views/Shared/_LayoutFrame.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-arzol1ms96] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-arzol1ms96] {
  color: #0077cc;
}

.btn-primary[b-arzol1ms96] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-arzol1ms96], .nav-pills .show > .nav-link[b-arzol1ms96] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-arzol1ms96] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-arzol1ms96] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-arzol1ms96] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-arzol1ms96] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-arzol1ms96] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 82px;
}

/*.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}*/

.dropdown-toggle[b-arzol1ms96] {
    outline: 0;
}

.nav-flush .nav-link[b-arzol1ms96] {
    border-radius: 0;
}

.btn-toggle[b-arzol1ms96] {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover[b-arzol1ms96],
    .btn-toggle:focus[b-arzol1ms96] {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle[b-arzol1ms96]::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"][b-arzol1ms96] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"][b-arzol1ms96]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a[b-arzol1ms96] {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover[b-arzol1ms96],
    .btn-toggle-nav a:focus[b-arzol1ms96] {
        background-color: #d2f4ea;
    }

.scrollarea[b-arzol1ms96] {
    overflow-y: auto;
}

.fw-semibold[b-arzol1ms96] {
    font-weight: 600;
}

.lh-tight[b-arzol1ms96] {
    line-height: 1.25;
}


.nav-scroller[b-arzol1ms96] {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav[b-arzol1ms96] {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary[b-arzol1ms96] {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle[b-arzol1ms96] {
    z-index: 1500;
}
.modal-sheet .modal-dialog[b-arzol1ms96] {
    width: 380px;
    transition: bottom .75s ease-in-out;
}

.modal-sheet .modal-footer[b-arzol1ms96] {
    padding-bottom: 2rem;
}


.modal-header[b-arzol1ms96] {
    background-color: #d9534f;
    /*// #337AB7;*/
    padding: 16px 16px;
    color: #FFF;
    border-bottom: 2px dashed #d9534f;
    /*#337AB7;*/
}

    .modal-header > .close:hover[b-arzol1ms96] {
        background-color: white;
        /*color:white;*/
    }


#maskload[b-arzol1ms96] {
    transition: opacity .4s ease;
}

    #maskload.hide[b-arzol1ms96] {
        opacity: 0;
        pointer-events: none;
    }
/* /Views/Shared/_LayoutLogin.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


    .navbar .nav-link[b-puthy85l7c] {
        font-weight: 600;
        font-size: 1.2rem;
        transition: all 0.3s ease;
    }

a.navbar-brand[b-puthy85l7c] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-puthy85l7c] {
  color: #0077cc;
}

.btn-primary[b-puthy85l7c] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-puthy85l7c], .nav-pills .show > .nav-link[b-puthy85l7c] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-puthy85l7c] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-puthy85l7c] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-puthy85l7c] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-puthy85l7c] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-puthy85l7c] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}


/*
.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}
*/
.dropdown-toggle[b-puthy85l7c] {
    outline: 0;
}

.nav-flush .nav-link[b-puthy85l7c] {
    border-radius: 0;
}

.btn-toggle[b-puthy85l7c] {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover[b-puthy85l7c],
    .btn-toggle:focus[b-puthy85l7c] {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle[b-puthy85l7c]::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"][b-puthy85l7c] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"][b-puthy85l7c]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a[b-puthy85l7c] {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover[b-puthy85l7c],
    .btn-toggle-nav a:focus[b-puthy85l7c] {
        background-color: #d2f4ea;
    }

.scrollarea[b-puthy85l7c] {
    overflow-y: auto;
}

.fw-semibold[b-puthy85l7c] {
    font-weight: 600;
}

.lh-tight[b-puthy85l7c] {
    line-height: 1.25;
}


.nav-scroller[b-puthy85l7c] {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav[b-puthy85l7c] {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary[b-puthy85l7c] {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle[b-puthy85l7c] {
    z-index: 1500;
}

.modal-sheet .modal-dialog[b-puthy85l7c] {
    width: 380px;
    transition: bottom .75s ease-in-out;
}

.modal-sheet .modal-footer[b-puthy85l7c] {
    padding-bottom: 2rem;
}


.wrapper[b-puthy85l7c] {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
    min-height: 80vh !important;
}


#bdSidebar[b-puthy85l7c] {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 1px;
    min-height: 80vh !important;
}

    #bdSidebar.active[b-puthy85l7c] {
        margin-left: -245px;
        -ms-transform: rotateY(100deg);
        transform: rotateY(100deg);
    }

#tbDiv[b-puthy85l7c] {
    max-width: 245px;
    min-height: 80vh !important;
}

[data-bs-theme=light]
#tbDiv[b-puthy85l7c] {
    border: solid 2px #7E9E88;
    padding-left: 2px;
    background-color: white;
}

[data-bs-theme=dark]
#tbDiv[b-puthy85l7c] {
    border: solid 2px #7E9E88;
    padding-left: 2px;
    background-color: #212529;
}

/*#sidebarCollapse {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bolder;
    line-height: 1.42857;
}

    #sidebarCollapse span {
        margin: 4px auto;
        display: block;
        transition: all 0.4s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        -moz-transition: all 0.4s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }

    #sidebarCollapse.active span {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
        margin: 2px auto;
    }

#sidebarCollapse1 span {
    transition: all 0.4s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    -moz-transition: all 0.4s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

#sidebarCollapse1.active span {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



#bdsidebarCollapse {
    width: 26px;
    height: 26px;*/
    /*border-radius: 30px;*/
    /*text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bolder;
    line-height: 1.42857;
}*/

#maskload[b-puthy85l7c] {
    transition: opacity .4s ease;
}

    #maskload.hide[b-puthy85l7c] {
        opacity: 0;
        pointer-events: none;
    }
