@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --primary: #0f1b46 !important;
    --primary-hover: #1F3689 !important;
    --secondary: #ffffff !important;
}

.color-primary {
    color: var(--primary) !important;
}


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.bg-main {
    background-color: var(--primary) !important;
}

#mobileButtonRow {
    position: fixed;
    top: 10px;
    z-index: 100;
    left: 10px;
    background-color: var(--primary);
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
    padding: .6rem;
    font-size: 1.8rem;
}


.menu-vertical, .menu-vertical .menu-inner > .menu-item {
    width: 14rem !important;
}

    .menu-vertical .menu-item .menu-link {
        padding: 0.5rem 1rem !important;
    }

    .menu-vertical .menu-inner > .menu-item .menu-link {
        margin: 0rem .6rem;
    }


.bg-menu-theme {
    background-color: var(--primary) !important;
    color: white !important;
}

    .bg-menu-theme .menu-link {
        color: inherit !important;
    }

.nav-logo {
    margin: 2rem 0px !important;
}

.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;
    }

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

.filesPageCls {
    text-align: center !important;
    font-size: large !important;
    width: 11rem;
    height: 6rem;
}


.nav-item:hover > .menu-link {
    background-color: #d6d5d5;
    color: #333 !important;
}

.center-all {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.center-v {
    display: flex !important;
    align-items: center;
}

.center-h {
    display: flex !important;
    justify-content: center;
    text-align: center;
}

.end-h {
    display: flex !important;
    justify-content: flex-end;
}

.end-h-md {
    display: flex !important;
    justify-content:center;
}

@media (min-width: 768px) {
    .end-h-md {
        justify-content: flex-end !important;
    }
}

.mt--15rem{
    margin-top:-1.5rem !important;
}

.navbar-sticky {
    position: sticky;
    top: 0;
}

#fixed-scroll-div {
    max-height: 10000px;
    overflow-x: scroll;
}
/* Applies only when JS is enabled in browser */
#scroll-wrap #fixed-scroll-div {
    overflow-y: hidden;
}

.swal2-popup, .swal2-toast, .swal2-show, .swal2-container {
    z-index: 9999 !important;
}

.nav-logo {
    display: flex;
    justify-content: center;
    margin: 1rem;
}

    .nav-logo a {
        width: 80%;
    }

@media (max-width: 600px) {
    .nav-logo a {
        width: 40%;
    }
}


.bg-label-ozka {
    background-color: var(--primary) !important;
    color: #4d4d4d !important;
}


.f-col {
    display: flex;
    flex-direction: column;
}

.f-row {
    display: flex;
    flex-direction: row;
}

.wrap-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-vertical .menu-inner > .menu-item > a {
    font-weight: bolder;
    font-size: 1.1rem;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner > .menu-item.active:before {
    height: 3rem !important;
}


.row > * {
    padding-top: calc(var(--bs-gutter-x)* 0.3);
    padding-bottom: calc(var(--bs-gutter-x)* 0.3);
}

.card {
    padding: .7rem;
}

.status {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: .5rem;
    display: inline;
}

.status-wrapper {
    display: flex;
    flex-direction: row;
}

    .status-wrapper p {
        margin: 0;
    }

.stat-card h3, .stat-card h4 {
    margin-top: .6rem;
    margin-bottom: .6rem;
}

.stat-card {
    cursor: pointer;
}

.konum-icon-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: flex-end;
    background-color: white;
    border-radius: .4rem;
}

    .konum-icon-wrapper i {
        font-size: 1.3rem;
    }

    .konum-icon-wrapper p {
        margin-left: .7rem;
        width: 0px;
        overflow: hidden;
        white-space: nowrap;
        transition: width .7s linear;
    }

.stat-card:hover .konum-icon-wrapper p {
    width: 110px !important;
    transition: width .5s linear;
}

.seperator-dot {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: .5rem;
    display: inline-block;
    background-color: #464545;
}

.name-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .name-header * {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

.modal-header {
    /*border-bottom: 2px solid #cecaca !important;*/
    margin-bottom: 1rem;
}

.break-spaces {
    white-space: break-spaces;
}

.ws-normal {
    white-space: normal;
}


.bold {
    font-weight: bold;
}

.light {
    font-weight: lighter;
}




@media (min-width: 992px) {
    .seper-lg-left {
        border-left: 1px solid #d6d5d5;
    }

    .seper-lg-right {
        border-right: 1px solid #d6d5d5;
    }
}


.nav-item:hover .menu-link {
    background-color: #cacaca !important;
    border-radius: 3rem !important;
    transition-property: color, background-color, border-radius !important;
}

.nav-item .menu-link {
    transition-property: color, background-color, border-radius !important;
}

.nav-item.active > .menu-link {
}

.page-load-container {
    z-index: 997;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes expand {
    0% {
        width: 100%;
        opacity: 100%;
    }

    50% {
        width: 0%;
        opacity: 100%;
    }

    50.0001% {
        width: 100%;
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

.pl-inside {
    width: 20%;
    position: relative;
}

    .pl-inside img {
        width: 100%;
        height: auto;
    }

.pl-effect {
    height: 100%;
    background-color: white;
    animation: expand 4s linear infinite;
    position: absolute;
    right: 0;
    opacity: 100%;
    width: 100%;
}

.btn-loader-div {
    background-color: transparent !important;
    border: none !important;
}

.font12 {
    font-size: 1.2rem !important;
}

.font15 {
    font-size: 1.5rem !important;
}

.font11, .font11 * {
    font-size: 1.1rem !important;
}

@media (max-width: 1023px) {
    .hide-smaller-lg {
        display: none;
    }
}

.birim-filter-container {
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: right;
}

.birim-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
}


@media (min-width: 1025px) {
    .birim-filter {
        width: 30%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .birim-filter {
        width: 65%;
    }
}

@media (max-width: 767px) {
    .birim-filter {
        width: 100%;
    }
}


.kroki-dot-container {
    position: absolute;
    width: 5%;
    display: flex;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.kroki-dot-text {
    text-align: center;
    font-size: 1.5rem;
    position: absolute;
    top: 100%;
    padding: 0 .3rem;
}

.modal-backdrop.show {
    opacity: .5 !important;
    background: #000 !important;
}


.center-all-table td, .center-all-table th, .center-all-table tr {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.bg-success-20 {
    background-color: rgba(var(--bs-success-rgb), .2) !important;
}

.bg-warning-20 {
    background-color: rgba(var(--bs-warning-rgb), .2) !important;
}


.bg-secondary-20 {
    background-color: rgba(var(--bs-secondary-rgb), .2) !important;
}


.bg-danger-20 {
    background-color: rgba(var(--bs-danger-rgb), .2) !important;
}

.row-fill-card {
    display: flex;
    align-items: stretch;
}

.fill-card-wrapper {
    display: flex;
}

.fill-card {
    flex: 1;
}

.user-card {
    text-align: left;
}

    .user-card h5 {
        margin-bottom: .4rem;
    }

    .user-card .tag-area {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.overflow-x-overlay{
    overflow-x:overlay;
}


.qr-tag::before {
    content: "\2022";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 7px;
    font-size: 2rem;
    z-index: 2;
}

.qr-tag {
    margin: .2rem .2rem;
    padding: .1rem .7rem .1rem calc(0.7rem + 7px);
    font-size: .8rem;
    overflow-wrap:  anywhere;
    width: fit-content;
    border-radius: 1rem;
    position: relative;
}


@supports not (overflow-x:overlay) {
    .overflow-x-overlay {
        overflow-x: auto;
    }
}

.qr-tag-0 {
    background-color: #98f542;
    color: black;
}

.qr-tag-1 {
    background-color: #F25F5C;
    color: white;
}

.qr-tag-2 {
    background-color: #6B4226;
    color: white;
}

.qr-tag-3 {
    background-color: #FFE156;
    color: black;
}

.qr-tag-4 {
    background-color: #6A4C93;
    color: white;
}

.qr-tag-5 {
    background-color: #1F8A70;
    color: white;
}

.qr-tag-6 {
    background-color: #02A9E0;
    color: white;
}

.qr-tag-7 {
    background-color: #8BEE9E;
    color: black;
}

.qr-tag-8 {
    background-color: #D84B16;
    color: white;
}

.qr-tag-9 {
    background-color: #A5D8FF;
    color: black;
}

.qr-tag-10 {
    background-color: #941747;
    color: white;
}

.qr-tag-11 {
    background-color: #6BBF59;
    color: white;
}

.qr-tag-12 {
    background-color: #D9B3E6;
    color: black;
}

.qr-tag-13 {
    background-color: #F19C42;
    color: white;
}

.qr-tag-14 {
    background-color: #506C7F;
    color: white;
}

.qr-tag-15 {
    background-color: #ea672a;
    color: white;
}

.qr-tag-16 {
    background-color: #1D2D50;
    color: white;
}

.qr-tag-17 {
    background-color: #F8C9D4;
    color: black;
}

.qr-tag-18 {
    background-color: #B1B1B1;
    color: black;
}

.qr-tag-19 {
    background-color: #46B3B2;
    color: white;
}

.qr-tag-20 {
    background-color: #D4E6E1;
    color: black;
}

.search-bar-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: .5rem;
    align-items: center;
}

.search-bar {
    background-color: white;
    border-radius: 2rem;
    width: 100%;
    max-width: 992px;
    padding: 1rem .5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    margin-bottom: .8rem;
}


@media (width>=700px){

    .search-bar-wrapper {
        justify-content: space-between;
    }
        .search-bar-wrapper .search-bar {
            margin-bottom:0;
            width:70%;
        }
}

.search-icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    font-size: 1.5rem;
}

.search-input, .search-input:focus-visible {
    border: 0;
    outline: 0;
    width: 100%;
}

.nav-item.active > .menu-link {
    border-radius: 3rem !important;
    padding-left: 1.4rem !important;
    transition: padding 1s, color .3s, background-color .3s !important;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner > .menu-item.active:before {
    content: unset !important;
}


.login-card {
    background-color: var(--primary) !important;
}

    .login-card h4, .login-card label, .login-card p {
        color: white;
    }

    .login-card input {
        background-color: #f5f5f9 !important;
        color: var(--primary) !important;
        -webkit-box-shadow: 0 0 0 1000px #f5f5f9 inset !important;
        box-shadow: 0 0 0 1000px #f5f5f9 inset !important;
    }

    .login-card .input-group-text i {
        color: var(--primary);
    }

    .login-card button {
        background-color: white;
        color: var(--primary);
    }

        .login-card button:hover {
            background-color: #ccc;
            color: black;
        }

.color-box {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    outline: 1px solid grey;
}

.icon-btn {
    position: relative;
    padding-left: 2.4rem !important;
}

    .icon-btn .bx {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 1.3rem;
    }

.fixed-loading-badge {
    position: fixed;
    top: 80dvh;
    transform: translate(-50%, -50%);
    left: 50dvw;
    background-color: #999;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .7rem 1.5rem;
    border-radius: 10rem;
    animation: loading-badge-salla .8s infinite;
}

@keyframes loading-badge-salla{
    0% {
        transform: translate(-50%, -50%) rotate(3deg);
    }
    20% {
        transform: translate(-50%, -50%) rotate(-3deg);
    }
    40% {
        transform: translate(-50%, -50%) rotate(3deg);
    }
}

@supports not (top: 80dvh) {
    .fixed-loading-badge {
        top: 80vh;
        left: 50vw;
    }
}

.fixed-loading-badge p {
    padding:0;
    margin:0;
    font-size:1rem;
}

.clickable {
    cursor: pointer;
    transition: transform .4s;
}

    .clickable:hover, .clickable:focus {
        transform: translateY(-3px);
        transition: transform .4s;
    }

.user-popup-infos label{
    margin-bottom:3px;
}
.user-popup-infos input{
    margin-bottom:.6rem;
}

.user-popup-infos .img-container {
    overflow:hidden;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    text-align:center;
}

    .user-popup-infos .img-container img {
        max-height: 205px;
        object-fit: contain;
        object-position: center;
        border-radius: 2rem;
        margin-bottom: .5rem;
        max-width: 100%;
    }


@media (width >= 768px){
    .modal-seed .modal-content {
        border-top-right-radius: 10rem;
        border-bottom-left-radius: 10rem;
    }


    .modal-seed .modal-header .btn-close {
        border-radius: 5px;
        border-top-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        padding: 1rem;
        margin-top: 0 !important;
    }

        .modal-seed .modal-header .btn-close:hover {
            border-top-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-top-right-radius: 1rem;
            border-bottom-left-radius: 1rem;
        }
}

.showroom{
    background-color:#eee;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    width:100%;
}


    .showroom .showframe-wrapper {
        position: relative;
        height: 75%;
        aspect-ratio: 1 / 2 !important;
        overflow: hidden;
        max-width: calc(450px * 0.72);
        max-height: calc(900px * 0.72);
        margin-bottom: 1rem;
    }

    .showroom .showframe {
        transform: scale(0.72);
        transform-origin: top left;
        width: calc(100% / 0.72);
        height: calc(100% / 0.72);
        border-radius: 2rem;
    }



    @supports (height: 100dvh) {
        .showroom{
        height:100dvh;
    }
}

.page-load-container:not(.page-loader-none) {
    /*display: block;*/
    background-color: var(--primary) !important;
    cursor:wait;
}

.page-loader-none, .page-loader-none * {
    opacity: 0;
    /*background-color: transparent !important;*/
    width: 0;
    height: 0;
    cursor: unset;
    transition: opacity 1s, width 0s 1s, height 0s 1s;
}

.showroom-logo-wrapper {
    border-radius: 1rem;
    width: 40%;
    max-width: 250px;
}
.showroom-logo{
    width:100%;
}