/*Scrollbar*/
/*::-webkit-scrollbar {*/
/*    width: 5px;*/
/*    height: 8px;*/
/*    background-color: var(--bs-gray);*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background: var(--bs-blue);*/
/*    border-radius: 10px;*/
/*}*/

.select2-container {
    width: auto !important;
}

.bg-pattern {
    background-image: url("/images/bg-pattern-2.png");
}

body.authentication-bg-pattern {
    background-image: url("/images/bg-pattern.png");
}

@font-face {
    font-family: footable;
    src: url(/fonts/footable.eot);
    src: url(/fonts/footable.eot?#iefix) format("embedded-opentype"), url(/fonts/footable.woff) format("woff"), url(/fonts/footable.ttf) format("truetype"), url(/fonts/footable.svg#footable) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: footable;
        src: url(/fonts/footable.svg#footable) format("svg");
        font-weight: 400;
        font-style: normal
    }
}

@font-face {
    font-family: dropify;
    src: url(/fonts/dropify.eot);
    src: url(/fonts/dropify.eot#iefix) format("embedded-opentype"), url(/fonts/dropify.woff) format("woff"), url(/fonts/dropify.ttf) format("truetype"), url(/fonts/dropify.svg#dropify) format("svg");
    font-weight: 400;
    font-style: normal
}

/*
 * INCASS.CSS REPLACE
 */
.adm_model_img {
    background: none;
}

.adm_model_img > img {
    display: block;
    margin: auto;
    position: relative;
    height: 330px;
    object-fit: contain;
}

.logo {
    background: url("/images/incas_logo.svg") center no-repeat;
}

.phone-text-mobile {
    background-image: url("/images/icons/icon_phone.svg");
}

.btn_close {
    background: url("/images/close_offcanvas.svg") 50% no-repeat;
}


/*
 * BOOTSTRAP.CSS REPLACE
 */

@font-face {
    font-family: IncasFont;
    src: url("../fonts/SFProDisplay-Light.ttf");
}

@font-face {
    font-family: IncasFont;
    src: url("../fonts/SFProDisplay-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: IncasFont;
    src: url("../fonts/SFProDisplay-Medium.ttf");
}

@font-face {
    font-family: IncasFont;
    src: url("../fonts/SFProDisplay-Semibold.ttf");
}

@font-face {
    font-family: IncasFont;
    src: url("../fonts/SFProDisplay-Bold.ttf");
}

@font-face {
    font-family: IncasFont;
    src: url("../fonts/SFProDisplay-Black.ttf");
}

.dropdown-megamenu {
    background-image: url("/images/megamenu-bg.png");
}

/*
 * REST
 */
.not-set {
    color: #585858;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.btn_add {
    color: var(--bs-white);
    background: var(--bs-blue);
    border: 1px solid transparent;
    padding: 7px 12px;
    border-radius: 7px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: inset 0 1px 0 0 hsl(0deg 0% 100% / 40%);
}

.btn_add:hover {
    color: var(--bs-white);
    background: var(--bs-blue-hover);
}

@media (max-width: 500px) {
    .btn_add {
        width: 100%;
    }
}

.operationspage .adress_td {
    max-width: 150px;
}

.inkas_pattern .adress_td {
    max-width: 150px;
}

/* ActiveForm, Select2 */
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: inherit !important;
}

.select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear {
    margin: 0.2rem 1.2rem 0px 0px;
}

.form-floating > .select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear {
    margin: -0.3rem 1.8rem 0px 0px;
}

.form-floating > .select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear,
.form-floating > .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
    font-size: 1.6rem;
}

.form-incass {
    position: relative;
}

.form-incass > .form-control {
    line-height: 1.5;
}

.form-incass > .select2-container--krajee-bs5 .select2-selection--single .select2-selection__placeholder {
    color: initial;
}

.form-incass > .select2-container--krajee-bs5 .select2-selection--single,
.form-incass > .select2-container--krajee-bs5 .select2-selection--multiple {
    padding: 1.625rem 1.5rem 0.625rem 0.5rem !important;
}

.form-incass > .select2-container--krajee-bs5 .select2-selection--single {
    height: calc(3.5rem + 2px);
}

.form-incass > .select2-container--krajee-bs5 .select2-selection--multiple {
    height: auto !important;
}

.s2-togall-button {
    width: 100% !important;
    color: var(--bs-black) !important;
}

.s2-select-label, .s2-unselect-label {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.s2-togall-button:focus, .s2-togall-button:hover {
    color: var(--bs-blue) !important;
    background-color: var(--bs-default-hover) !important;
}

.form-incass > .select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin: 0 !important;
}

.form-incass > input.form-control:placeholder-shown ~ label,
.form-incass > input.form-control:not(:placeholder-shown) ~ label,
.form-incass > input.form-select ~ label {
    opacity: 0;
}

.form-incass > .select2 ~ label {
    opacity: 1;
    transform: scale(.85) translateY(-0.5rem) translateX(0.17rem);
}

.form-incass > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.7rem;
    pointer-events: none;
    border: 1px solid #0000;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.form-incass > .select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear {
    margin: -0.36rem 1.1rem 0 0 !important;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    color: var(--bs-black) !important;
    background-color: var(--bs-default-hover) !important;
}

.select2-container .select2-results__option[aria-selected=true] {
    color: var(--bs-black) !important;
    background-color: var(--bs-default-hover) !important;
}

.select2-dropdown {
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%) !important;
    animation-name: DropDownSlide !important;
    animation-duration: .3s !important;
    animation-fill-mode: both !important;
}

.select2-selection:focus {
    border-color: #dce1e6 !important;
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none;
}

select.is-valid + .select2-container--krajee-bs5 .select2-selection--single, .has-success.select2-container--krajee-bs5 .select2-dropdown, .has-success .select2-container--krajee-bs5 .select2-selection {
    border-color: #18c984 !important;
}

/***/


/* Pagination */
.pagination {
    margin: 24px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item {
    position: relative;
    font-size: 14px;
    line-height: 1.9em;
    color: var(--bs-black);
    margin-left: 3px;
    margin-right: 3px;
    padding: 0;
    background: #0000;
    border: 1px solid #dce1e6;
    border-radius: 6px;
    cursor: pointer;
}

.pagination .page-item.active {
    color: var(--bs-white);
    background: var(--bs-blue);
    border: 1px solid var(--bs-blue);
}

.pagination .page-item.active:hover {
    color: var(--bs-white);
    background: var(--bs-blue);
    border: 1px solid var(--bs-blue);
}

.pagination .page-item:hover {
    color: var(--bs-black);
    background: #aeb7c229;
    border-color: #babfc4;
}

.pagination .page-item .page-link:focus {
    outline: 0;
    box-shadow: none;
}

.pagination .page-item .page-link {
    position: relative;
    background: none;
    border: none;
    padding: 0 8px;
    display: block;
}

.pagination .page-item .page-link:hover {
    border: none;
    background: none;
}

/***/

.dynamic-button {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (max-width: 767.98px) {
    .dynamic-button {
        position: relative;
        top: 0;
        right: 0;
    }
}
