html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

input[type="radio"] {
    border-width: 2px;
    border-style:solid;
}

.display-none {
    display: none;
}
.text-strikethrough {
    text-decoration: line-through;
}
.top-padding-4 {
    padding-top: 4px;
}

.top-padding-6 {
    padding-top: 6px;
}

.top-padding-8 {
    padding-top: 8px;
}

.h4 {
    font-size: 20px;
    text-decoration: underline;
}

.table-xs th,
.table-xs td {
    padding-top: 0.1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-bottom: 0.1rem;
}


.btn-xs, .btn-group-xs > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.6109375rem !important;
    --bs-btn-border-radius: 0.2rem;
}

    .btn-xs + .dropdown-toggle-split, .btn-group-xs > .btn + .dropdown-toggle-split {
        padding-right: 0.375rem;
        padding-left: 0.375rem;
    }


.selector-grid-body {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.selector-grid-container {
    background-color: #e5e5e5;
}

.selector-control-border {
    width: 100%;
    border: none;
    height: 100%;
    background-color: transparent;
}

input.vanilla-date::-webkit-clear-button {
    display: none; /* hides the built in clear button on browser input controls. Note only inputs with class vanilla-date are affected*/
}

.sn-marker {
}

.btn-ajax-submit .btn-ajax-refresh .btn-ajax-delete {
}

.ajax-action-mode .ajax-parent-div .ajax-div .ajax-selected-id .ajax-page-index .ajax-primary-form
.ajax-entity-id {
}

.dirty-record-scope .dirty-button .inverse-dirty-button .dirty-record-input .dirty-close-button {
}

.selection-div .selection-cell-div .selection-cell-line-div {
}

.remember-tab {
}

.append-entity .append-entity-id {
}

.ajax-action-mode {
    overflow: hidden;
    width: 0px;
    border: none !important;
}

.ajax-action-mode-width {
    width: 100px;
    line-height: 24px;
    max-height: 24px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
}

.fader {
    width: 0px;
    transition: width 2s;
}

.cover-lg-img {
    max-height: 24rem;
}

.cover-img-24 {
    max-height: 24rem;
    max-width: 24rem;
}

.mast-lg-img {
    max-width: 24rem;
}

.min-checkout-height {
    min-height: 550px;
}

.vocablia-small-screen-show {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .vocablia-small-screen-hide {
        display: none !important;
    }

    .vocablia-small-screen-show {
        display: contents !important;
    }

    .cover-lg-img {
        max-height: 16rem !important;
    }

    .mast-lg-img {
        max-width: 16rem !important;
    }

    .cover-img-24 {
        max-height: 12rem !important;
        max-width: 12rem !important;
    }

    .min-checkout-height {
        min-height: 0px !important;
    }
}

@media print {
    .noPrint, .no-print, .no-print * {
        display: none !important;
    }
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    min-height: 150px !important;
    max-height: 600px !important;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.spinner {
    border: 8px solid rgba(255, 255, 255, 0.3); /* Light border */
    border-top: 8px solid #fff; /* White border on top */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.attribs-border {
    border: 1px solid lightblue;
}

.tab-pakne-1 {
    min-height: 500px;
    padding: 8px 8px 8px 8px;
}
 input.dark-border-inputs, select.dark-border-inputs, textarea.dark-border-inputs {
    border: 1px solid #111111 !important;
}
.strike {
    text-decoration:line-through;
}
