/**
col-sm ≥ 576px
col-md ≥ 768px
col-lg ≥ 992px
col-xl ≥ 1200px
*/

.text-sm-lower {
    font-size: 0.75rem!important;
}

.text-md-upper {
    font-size: 1.15rem!important;
}

@media(min-width: 768px) {
    .text-md-lg {
        font-size: 1.25rem!important;
    }
}
.text-lg-upper {
    font-size: 1.5rem!important;
}

.text-xxl {
    font-size: 2.5em!important;
}

.text-xl-2 {
    font-size: 3em!important;
}

.text-smaller {
    font-size: smaller!important;
}

@media(min-width: 576px) {
    .text-sm-inherit {
        font-size: inherit!important;
    }
}

.text-black {
    color: #000!important;
}

.text-height-0 {
    line-height: 1.25!important;
}
.text-height-1 {
    line-height: 1.5!important;
}
.text-height-2 {
    line-height: 2!important;
}
.text-height-3 {
    line-height: 2.5!important;
}
.text-height-4 {
    line-height: 3!important;
}
.text-height-5 {
    line-height: 3.5!important;
}

.opacity-0 {
    opacity: 0!important;
}

.opacity-25 {
    opacity: 0.25!important;
}

.opacity-50 {
    opacity: 0.5!important;
}

.opacity-75 {
    opacity: 0.75!important;
}

.opacity-100 {
    opacity: 1!important;
}

.table.table-border-bottom td, .table.table-border-bottom th {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

@media(max-width: 448.98px) {
    .d-xxs-none {
        display: none!important;
    }

    .text-size-xxs-075 {
        font-size: 0.75rem!important;
    }
}

@media(max-width: 575.98px) {
    .text-size-xs-100 {
        font-size: 1rem!important;
    }

    .text-size-xs-175 {
        font-size: 1.75rem!important;
    }
}

@media(max-width: 767.98px) {
    .text-size-sm-100 {
        font-size: 1rem!important;
    }

    .text-size-sm-175 {
        font-size: 1.75rem!important;
    }
}

.text-normal {
    font-weight: normal!important;
}

.block-loading {
    position: relative!important;
}

.block-loading:before {
    content: " ";
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.75;
}

.block-loading:after {
    position: absolute;
    z-index: 1001;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
    content: "\f1ce";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4rem;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #000;
    opacity: 0.5;
}

.text-italic {
    font-style: italic;
}

.shadow {
    box-shadow: -0.5rem 0.5rem 1rem 0px rgb(0 0 0 / 5%)!important;
}

.text-transform-none {
    text-transform: none!important;
}

.text-size-50 {
    font-size: 50%!important;
}

.has-error .help-block {
    color: red;
    padding-top: 0.25rem;
}

@media(min-width: 576px) {
    .border-sm-right {
        border-right: 1px solid #dee2e6!important;
    }
}

@media(max-width: 575.98px) {
    h1.text-size-xs-lower {
        font-size: 2rem;
    }

    h2.text-size-xs-lower {
        font-size: 1.75rem;
    }
}

select.form-control.is-invalid {
    background-position: right calc(1em + .1875rem) center;
}

@media(min-width: 992px) {
    .border-lg-left {
        border-left: 1px solid #dee2e6!important;
    }
}

.border-primary {
    border-color: #dd264a!important;
}

.transition-none, .transition-none > div {
    transition: none!important;
}

.flex-item-equal {
    flex: 1 1 0;
}

/* Korekta komponentu kartik\typeahead - rozszerzamy szerokość listy wg jej zawartości */
.tt-menu {
    width: auto!important;
}