html.swal2-shown, body.swal2-shown {
    overflow-y: hidden !important;
    height: auto !important;
}

.swal2-popup .swal2-content {
    z-index: 2;
}

#swal2-validationerror {
    margin-top: 3em;
}


.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a {
    background-color: #f7f8fa; /*#5867dd;*/
}

.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a .text {
    color: #3f4047 !important;
}

div.dropdown-menu.show div.inner.show {
    max-height: 30vh !important;
}

.bk-podglad-header {
    font-size: 1.5rem;
    margin: 40px 0 15px 0;
}

.bk-podglad-content {
    font-size: 1.1rem;
}

.bk-podglad-footer {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
}

.bk-podglad-footer .m-widget1 {
    padding: 0 2.2rem;
    text-align: justify;
}

.bk-podglad-footer-header {
    margin-bottom: 15px;
    color: #7b7e8a;
    font-size: 1.3rem;
    text-align: left;
}

.bk-podglad-datatable-portlet-margin {
    margin-bottom: 4rem;
}

.bk-edit-portlet {
    padding: .5rem 2.2rem !important;
    padding-top: 1.15rem;
    padding-bottom: 1.25rem;
}

.bk-edit-portlet-item-border {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.bk-edit-portlet-link {
    webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s, 0s;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s, 0s;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s, 0s;
}

.bk-edit-portlet-link:hover {
    background-color: #34bfa3;
    border-color: #34bfa3;
    color: #ffffff !important;
    cursor: pointer;
}

.bk-edit-portlet-link:hover .m-widget4__item .m-widget4__icon > i, .bk-edit-portlet-link:hover .bk-edit-portlet-text {
    color: #ffffff !important;
}

.bk-portlet-narrow-head {
    height: 4.4rem !important;
}

.custom-file {
    position: relative;
    z-index: 0;
}

.custom-file-label::after {
    content: "Przeglądaj" !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bk-details-modal > .modal-lg {
    max-width: 700px;
}

.bk-details-modal .modal-body hr {
    margin: 22px 0;
}

input[name='data_publikacji'] {
    min-width: 142px !important;
}


.bk-btn-show-more {
    width: 50%;
}

.show-more-loader {
    display: none;
    width: 40px;
}

.bk-btn-show-more, .show-more-loader {
    margin: 0 auto 3em auto;
}

#thats-it {
    display: none;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 3em;
}


@media (min-width: 900px) {
    input[name='data_publikacji'] {
        max-width: 223px !important;
    }
}

.hidden {
    display: none;
}

.padding-0 {
    padding: 0;
}

.banner {
    object-fit: contain;
    max-width: 100%;
}

.banner-preview {
    min-height: 286px;
    max-height: 400px;
    object-fit: scale-down;
    margin-top: 3rem;
}

@media (max-width: 1024px) {
    .m-menu__nav {
        flex-wrap: wrap !important;
        max-width: 100%;
    }
    .m-menu__link-text, .m-menu__link-icon{
        color: #979ab5;
    }
}
.m-portlet .m-portlet__body {
    overflow-x: unset !important;
}

.no-margin-bottom, .inner-p-no-margin-bottom > p {
    margin-bottom: 0 !important;
}


.contact-col-border {
    border: 1px solid #c5c5c5c7;
    border-radius: 4px;
    margin: 2rem 0 2rem 0;
    padding: 3rem 2rem 0 2rem;
    position: relative;
}

    .contact-col-border .contact-title {
        position: absolute;
        top: -17px;
        left: 50px;
        width: 170px;
        height: 32px;
        background-color: #f2f3f8; 
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .contact-col-border .contact-title h5 {
            margin: 0;
            padding: 0;
            font-size: 2rem;
            font-weight: 400;
        }

span[id^="clear-search"] > span > i {
    cursor: pointer;
}

    span[id^="clear-search"] > span > i:hover {
        color: #9392a4;
        font-weight: bold;
    }