﻿.box-message {
    min-height: 280px;
    justify-content: center;
    display: flex;
    align-items: center
}

.spinner-open {
    overflow: hidden;
}

#spinnerBlock {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 100vh;
    z-index: 99999999999;
    background-color: rgba(237, 237, 237,0.4);
    align-items: center;
    display: flex;
}

    #spinnerBlock .spinner {
        width: 40px;
        height: 40px;
        border: 4px #ddd solid;
        border-top: 4px #2e93e6 solid;
        border-radius: 50%;
        animation: sp-anime 0.8s infinite linear;
    }

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.validation-summary-errors ul {
    list-style: none;
    color: #dc3545;
}

.table-scroll {
    overflow: auto;
    display: block;
}

.table-pagination-primary > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-pagination-primary > tbody > tr:nth-of-type(odd) td {
    box-shadow: inset 0 0 0 9999px #dbe3eb;
}

.pagination-table .input-group-text {
    padding: 0 6.5px;
}
.ime-mode-disabled {
    ime-mode: disabled;
}

.ime-mode-active {
    ime-mode: active;
}

.text-danger {
    color: #dc3545;
}

.orderno-confirm {
    min-height: 38px;
    width: 19%;
    display: inline-flex;
    align-items: center;
}
.w-300{
    width: 300px;
}

.accordion-body .box {
    margin-bottom: 10px;
}

.card-header img {
    width: 40px;
    height: 35px !important;
}