﻿[v-cloak] {
    display: none;
}

body {
    background: #343541;
}

.app-header,
.app-navbar,
.navbar,
.dropdown-menu,
.dropdown-menu:after,
.offcanvas,
.app-footer {
    background: #343541;
    color: white;
}

.app-body {
    min-height: calc(100vh - 82px);
    padding: 0.5rem 0.75rem;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.navbar {
    top: 0;
}

.app-body .dropdown-menu {
    min-width: 0;
    width: auto;
}

.app-body .table-responsive {
    padding-bottom: 5rem !important;
}

    .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #ddd;
        font-weight: 700;
        color: white;
    }

        .dropdown-menu .dropdown-item:last-child {
            border-bottom: none;
        }

.page-junp {
    margin-top: -70px !important
}

.app-mask {
    z-index: 1050; 
    background: rgba(255, 255, 255, 0.3); 
}

.spinner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.step-progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #ddd;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .step-icon.active {
        background-color: #007bff;
        color: white;
    }

.step-label {
    font-size: 0.8rem;
}

.step:not(:last-child):after {
    content: "";
    position: absolute;
    top: 35%;
    right: -25px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ddd;
    z-index: 1;
}

.step:not(:last-child) {
    margin-right: 30px;
}

.form-check-input:checked {
    background-color: blue;
    border-color: blue;
}

.form-check-input:focus {
    border-color: #d4bda8;
    outline: 0;
    box-shadow: 0 0 0 0.25rem blue;
}

.modal-header .btn-close {
    color: white;
}