@charset "UTF-8";
/*** VARS ***/
.btn-primary {
    background-color: #1E3A8A;
    border-color: #1E3A8A;
    box-shadow: 0 4px 6px -1px rgba(30, 58, 138, 0.5), 0 2px 4px -1px rgba(30, 58, 138, 0.3);
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #172d6b;
    border-color: #152860;
    box-shadow: 0 10px 15px -3px rgba(30, 58, 138, 0.5), 0 4px 6px -2px rgba(30, 58, 138, 0.3);
}

.btn-primary:active, .btn-primary.active {
    background-color: #152860;
    border-color: #132456;
    box-shadow: 0 4px 6px -1px rgba(30, 58, 138, 0.5), 0 2px 4px -1px rgba(30, 58, 138, 0.3);
}

.btn-primary:focus:not(:hover) {
    box-shadow: 0 0 0 0.2rem rgba(30, 58, 138, 0.5);
}

.bg-primary,
.bg-gradient-primary {
    background-color: #1E3A8A !important;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #1E3A8A 0%, #2c54c9 100%) !important;
    box-shadow: 0 4px 20px 0 rgba(30, 58, 138, 0.14), 0 7px 10px -5px rgba(30, 58, 138, 0.4) !important;
}

.bg-gradient-primary:hover, .bg-gradient-primary:focus {
    background-image: linear-gradient(310deg, #193175 0%, #274cb4 100%) !important;
}

.text-primary {
    color: #1E3A8A !important;
}

.border-primary {
    border-color: #1E3A8A !important;
}

.badge-primary,
.badge.bg-primary {
    background: linear-gradient(135deg, #1E3A8A 0%, #294fbc 100%) !important;
    color: #fff !important;
}

.btn-success {
    background-color: #00A86B;
    border-color: #00A86B;
    box-shadow: 0 4px 6px -1px rgba(0, 168, 107, 0.5), 0 2px 4px -1px rgba(0, 168, 107, 0.3);
}

.btn-success:hover, .btn-success:focus {
    background-color: #008253;
    border-color: #00754b;
    box-shadow: 0 10px 15px -3px rgba(0, 168, 107, 0.5), 0 4px 6px -2px rgba(0, 168, 107, 0.3);
}

.btn-success:active, .btn-success.active {
    background-color: #00754b;
    border-color: #006842;
    box-shadow: 0 4px 6px -1px rgba(0, 168, 107, 0.5), 0 2px 4px -1px rgba(0, 168, 107, 0.3);
}

.bg-success,
.bg-gradient-success {
    background-color: #00A86B;
}

.bg-gradient-success {
    background-image: linear-gradient(310deg, #008f5b 0%, #00f59c 106%) !important;
    box-shadow: 0 4px 20px 0 rgba(0, 168, 107, 0.14), 0 7px 10px -5px rgba(0, 168, 107, 0.4) !important;
}

.bg-gradient-success:hover, .bg-gradient-success:focus {
    background-image: linear-gradient(310deg, #00754b 0%, #00db8b 100%) !important;
}

.text-success {
    color: #00A86B !important;
}

.border-success {
    border-color: #00A86B !important;
}

.badge-success,
.badge.bg-success {
    background: linear-gradient(135deg, #00A86B 0%, #00e592 100%);
    color: #fff !important;
}

.btn-info {
    background-color: #00A9E0;
    border-color: #00A9E0;
    color: #000;
    box-shadow: 0 4px 6px -1px rgba(0, 169, 224, 0.5), 0 2px 4px -1px rgba(0, 169, 224, 0.3);
}

.btn-info:hover, .btn-info:focus {
    background-color: #008cba;
    border-color: #0083ad;
    color: #000;
    box-shadow: 0 10px 15px -3px rgba(0, 169, 224, 0.5), 0 4px 6px -2px rgba(0, 169, 224, 0.3);
}

.btn-info:active, .btn-info.active {
    background-color: #0083ad;
    border-color: #0079a0;
    color: #000;
    box-shadow: 0 4px 6px -1px rgba(0, 169, 224, 0.5), 0 2px 4px -1px rgba(0, 169, 224, 0.3);
}

.bg-info,
.bg-gradient-info {
    background-color: #00A9E0;
}

.bg-gradient-info {
    background-image: linear-gradient(310deg, #00A9E0 0%, #2eccff 100%) !important;
    box-shadow: 0 4px 20px 0 rgba(0, 169, 224, 0.14), 0 7px 10px -5px rgba(0, 169, 224, 0.4) !important;
}

.bg-gradient-info:hover, .bg-gradient-info:focus {
    background-image: linear-gradient(310deg, #0096c7 0%, #14c5ff 100%) !important;
}

.text-info {
    color: #00A9E0 !important;
}

.border-info {
    border-color: #00A9E0 !important;
}

.badge-info,
.badge.bg-info {
    background: linear-gradient(135deg, #00A9E0 0%, #1ec8ff 100%);
    color: #000 !important;
}

.btn-warning {
    background-color: #FFD100;
    border-color: #FFD100;
    color: #000;
    box-shadow: 0 4px 6px -1px rgba(255, 209, 0, 0.5), 0 2px 4px -1px rgba(255, 209, 0, 0.3);
}

.btn-warning:hover, .btn-warning:focus {
    background-color: #d9b200;
    border-color: #cca700;
    color: #000;
    box-shadow: 0 10px 15px -3px rgba(255, 209, 0, 0.5), 0 4px 6px -2px rgba(255, 209, 0, 0.3);
}

.btn-warning:active, .btn-warning.active {
    background-color: #cca700;
    border-color: #bf9d00;
    color: #000;
    box-shadow: 0 4px 6px -1px rgba(255, 209, 0, 0.5), 0 2px 4px -1px rgba(255, 209, 0, 0.3);
}

.bg-warning,
.bg-gradient-warning {
    background-color: #FFD100;
    color: #ffffff;
}

.bg-gradient-warning {
    background-image: linear-gradient(310deg, #FFD100 0%, #ffdf4d 100%) !important;
    box-shadow: 0 4px 20px 0 rgba(255, 209, 0, 0.14), 0 7px 10px -5px rgba(255, 209, 0, 0.4) !important;
}

.bg-gradient-warning:hover, .bg-gradient-warning:focus {
    background-image: linear-gradient(310deg, #e6bc00 0%, #ffda33 100%) !important;
}

.text-warning {
    color: #FFD100 !important;
}

.border-warning {
    border-color: #FFD100 !important;
}

.badge-warning,
.badge.bg-warning {
    background: linear-gradient(135deg, #FFD100 0%, #ffdc3d 100%);
    color: #000;
}

.btn-danger {
    background-color: #E31E24;
    border-color: #E31E24;
    box-shadow: 0 4px 6px -1px rgba(227, 30, 36, 0.5), 0 2px 4px -1px rgba(227, 30, 36, 0.3);
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #c3181d;
    border-color: #b7171c;
    box-shadow: 0 10px 15px -3px rgba(227, 30, 36, 0.5), 0 4px 6px -2px rgba(227, 30, 36, 0.3);
}

.btn-danger:active, .btn-danger.active {
    background-color: #b7171c;
    border-color: #ac151a;
    box-shadow: 0 4px 6px -1px rgba(227, 30, 36, 0.5), 0 2px 4px -1px rgba(227, 30, 36, 0.3);
}

.bg-danger,
.bg-gradient-danger {
    background-color: #E31E24;
}

.bg-gradient-danger {
    background-image: linear-gradient(310deg, #E31E24 0%, #eb6266 100%) !important;
    box-shadow: 0 4px 20px 0 rgba(227, 30, 36, 0.14), 0 7px 10px -5px rgba(227, 30, 36, 0.4) !important;
}

.bg-gradient-danger:hover, .bg-gradient-danger:focus {
    background-image: linear-gradient(310deg, #ce1a1f 0%, #e94b50 100%) !important;
}

.text-danger {
    color: #E31E24 !important;
}

.border-danger {
    border-color: #E31E24 !important;
}

.badge-danger,
.badge.bg-danger {
    background: linear-gradient(135deg, #E31E24 0%, #ea5459 100%);
    color: #fff !important;
}

.badge-secondary,
.badge.bg-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #8b949b 100%);
    color: #fff !important;
}

.badge-dark,
.badge.bg-dark {
    background: linear-gradient(135deg, #343a40 0%, #5a6268 100%);
    color: #fff !important;
}

.badge-light,
.badge.bg-light {
    background: linear-gradient(135deg, #e9ecef 0%, #fff 100%);
    color: #000 !important;
}

a:not(.btn) {
    color: #1E3A8A;
}

a:not(.btn):hover {
    color: #10204b;
}

a .badge,
a:hover .badge {
    color: #fff;
}

a .badge.badge-warning,
a:hover .badge.badge-warning,
a .badge.bg-warning,
a:hover .badge.bg-warning,
a .badge.badge-info,
a:hover .badge.badge-info,
a .badge.bg-info,
a:hover .badge.bg-info,
a .badge.badge-light,
a:hover .badge.badge-light,
a .badge.bg-light,
a:hover .badge.bg-light {
    color: #000;
}

a .badge {
    display: inline-block;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

a:hover .badge,
a:focus .badge {
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    filter: brightness(1.1);
}

a:active .badge {
    transform: translateY(0);
    box-shadow: none;
    filter: brightness(0.95);
}

.text-primary.text-gradient,
a.text-primary.text-gradient {
    background-image: linear-gradient(310deg, #1E3A8A 0%, #3a62d4 100%) !important;
}

.text-success.text-gradient,
a.text-success.text-gradient {
    background-image: linear-gradient(310deg, #00A86B 0%, #0fffa8 100%) !important;
}

.text-info.text-gradient,
a.text-info.text-gradient {
    background-image: linear-gradient(310deg, #00A9E0 0%, #47d2ff 100%) !important;
}

.text-warning.text-gradient,
a.text-warning.text-gradient {
    background-image: linear-gradient(310deg, #FFD100 0%, #ffe366 100%) !important;
}

.text-danger.text-gradient,
a.text-danger.text-gradient {
    background-image: linear-gradient(310deg, #E31E24 0%, #ee797c 100%) !important;
}

.card.border-primary,
.card.border.border-primary {
    border-color: #a3b5eb !important;
}

.card.border-success,
.card.border.border-success {
    border-color: #75ffcd !important;
}

.card.border-info,
.card.border.border-info {
    border-color: #94e5ff !important;
}

.card.border-warning,
.card.border.border-warning {
    border-color: #ffed99 !important;
}

.card.border-danger,
.card.border.border-danger {
    border-color: #f7bdbf !important;
}

.card.border-secondary,
.card.border.border-secondary {
    border-color: #bcc1c6 !important;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select {
    background-color: #fcfcfc !important;
}

/*** INCLUDES ***/
.alert {
    border-left-width: 4px !important;
    border-left-style: solid !important;
}

.alert .bi,
.alert [class^=bi-],
.alert [class*=" bi-"] {
    font-size: 1.2em;
    vertical-align: -0.2em;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.alert .btn-outline-light {
    border-color: currentColor;
    color: inherit;
    background-color: transparent;
    opacity: 0.8;
}

.alert .btn-outline-light:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.08);
}

body .alert-primary {
    --bs-alert-bg: #dde1ed;
    --bs-alert-color: #193175;
    --bs-alert-border-color: #c7cee2;
    background-image: none !important;
    background-color: #dde1ed !important;
    color: #193175 !important;
    border-left-color: #1E3A8A !important;
}

body .alert-success {
    --bs-alert-bg: #d9f2e9;
    --bs-alert-color: #00422a;
    --bs-alert-border-color: #b8e7d6;
    background-image: none !important;
    background-color: #d9f2e9 !important;
    color: #00422a !important;
    border-left-color: #00A86B !important;
}

body .alert-info {
    --bs-alert-bg: #d9f2fa;
    --bs-alert-color: #005c7a;
    --bs-alert-border-color: #b8e7f6;
    background-image: none !important;
    background-color: #d9f2fa !important;
    color: #005c7a !important;
    border-left-color: #00A9E0 !important;
}

body .alert-warning {
    --bs-alert-bg: #fff4bf;
    --bs-alert-color: #292100;
    --bs-alert-border-color: #ffea8c;
    background-image: none !important;
    background-color: #fff4bf !important;
    color: #292100 !important;
    border-left-color: #e6bc00 !important;
}

body .alert-danger {
    --bs-alert-bg: #fbddde;
    --bs-alert-color: #b7171c;
    --bs-alert-border-color: #f7c0c2;
    background-image: none !important;
    background-color: #fbddde !important;
    color: #b7171c !important;
    border-left-color: #E31E24 !important;
}

/** Kształty **/
.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.v_top {
    vertical-align: top !important;
}

.v_middle {
    vertical-align: middle !important;
}

.bold {
    font-weight: bold !important;
}

.normal {
    font-weight: normal !important;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.bottom {
    position: absolute !important;
    bottom: 0;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.pointer {
    cursor: pointer;
}

.select-all-text {
    user-select: all;
    -moz-user-select: all;
    -webkit-user-select: all;
}

/** Kolory **/
.red {
    color: #E00D1C;
}

.violet {
    color: #662E93;
}

.blue {
    color: #5AC2E7;
}

.lblue {
    color: #A2B6CA;
}

.green {
    color: #8DC63F;
}

.yellow {
    color: #FFCB3C;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.gray {
    color: #E6E6E6;
}

.lgray {
    color: #F6F6F6;
}

.dgray {
    color: #757575;
}

.bg-red {
    background-color: #E00D1C;
}

.bg-violet {
    background-color: #662E93;
}

.bg-blue {
    background-color: #5AC2E7;
}

.bg-lblue {
    background-color: #A2B6CA;
}

.bg-green {
    background-color: #8DC63F;
}

.bg-yellow {
    background-color: #FFCB3C;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-gray {
    background-color: #E6E6E6;
}

.bg-lgray {
    background-color: #F6F6F6;
}

.bg-dgray {
    background-color: #757575;
}

.border-red {
    border-color: #E00D1C;
}

.border-violet {
    border-color: #662E93;
}

.border-blue {
    border-color: #5AC2E7;
}

.border-lblue {
    border-color: #A2B6CA;
}

.border-green {
    border-color: #8DC63F;
}

.border-yellow {
    border-color: #FFCB3C;
}

.border-white {
    border-color: #fff;
}

.border-black {
    border-color: #000;
}

.border-gray {
    border-color: #E6E6E6;
}

.border-lgray {
    border-color: #F6F6F6;
}

.border-dgray {
    border-color: #757575;
}

/* Bootstrap 3/4 compatibility - btn-default (nie istnieje w BS5) */
.btn-default {
    --bs-btn-color: #212529;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #dee2e6;
    --bs-btn-hover-color: #212529;
    --bs-btn-hover-bg: #e9ecef;
    --bs-btn-hover-border-color: #dee2e6;
    --bs-btn-focus-shadow-rgb: 222, 226, 230;
    --bs-btn-active-color: #212529;
    --bs-btn-active-bg: #e9ecef;
    --bs-btn-active-border-color: #dee2e6;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #dee2e6;
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.btn-default:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-default:focus, .btn-default.focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
}

.btn-default:active, .btn-default.active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn-default:disabled, .btn-default.disabled {
    color: var(--bs-btn-disabled-color);
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
}

/* Bootstrap 3/4 compatibility - btn-xs (nie istnieje w BS5) */
.btn-xs {
    padding: 0.35rem 0.65rem;
    font-size: 0.625rem;
    line-height: 1.3;
    border-radius: 0.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    /* Kwadratowe buttony gdy zawierają tylko ikonę bez tekstu */
}

.btn-xs i.bi {
    font-size: 0.75rem;
    line-height: 1;
    flex-shrink: 0;
}

.btn-xs:not(:has(*:not(i.bi))) {
    padding: 0.35rem;
    min-width: 1.85rem;
    gap: 0;
}

/* Responsywność */
@media (max-width: 768px) {
    .btn-xs {
        padding: 0.1rem 0.3rem;
        font-size: 0.625rem;
    }
}

/** BUTTONS - wyrównanie ikon z tekstem używając flexbox **/
.btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.4rem;
}

.btn i.bi {
    font-size: 1.15rem;
    line-height: 1;
    flex-shrink: 0;
}

/* Duże przyciski (.btn-lg) */
.btn-lg {
    gap: 0.5rem;
}

.btn-lg i.bi {
    font-size: 1.25rem;
}

/* Małe przyciski (.btn-sm) */
.btn-sm {
    gap: 0.35rem;
}

.btn-sm i.bi {
    font-size: 1rem;
}

li.list-input {
    padding: 10px 0;
}

li.list-input input.list-input {
    margin-top: -6px;
    width: 60px;
    text-align: right;
}

li.list-input .input-group {
    width: 85px;
}

li.list-input .input-group input.list-input {
    margin-top: 0;
}

.input-xxlg {
    height: 80px;
    font-size: 60px;
}

.intl-tel-input, .iti {
    display: block !important;
}

.form-floating .iti--allow-dropdown input {
    padding-top: 13px;
    padding-bottom: 13px;
}

.form-floating .iti--allow-dropdown input::placeholder {
    color: #000 !important;
    font-size: 1rem;
}

.form-inline .radio, .form-inline .checkbox {
    margin-right: 10px;
}

.volunteer-thumb {
    width: 35px;
    height: 35px;
    margin-right: 2.5px;
    margin-left: 2.5px;
}

.volunteer-photo {
    max-height: 220px;
}

.scrollable-box {
    overflow-y: auto;
    max-height: 500px;
}

/** IMAGE **/
.responsive-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.responsive-image.responsive-image-horizontal {
    padding-bottom: 66.6%;
}

.responsive-image.responsive-image-square {
    padding-bottom: 100%;
}

.responsive-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-pills > li.active a {
    background-color: #f7f7f7 !important;
}

.nav-pills > li.active a:focus {
    color: inherit !important;
}

.intl-tel-input .country-list {
    z-index: 4 !important;
}

.form-floating .iti {
    width: 100%;
}

.form-floating .iti .form-control {
    width: 100%;
}

.form-floating .iti .form-control::placeholder {
    color: transparent;
}

.form-floating:has(.iti .form-control:focus) label, .form-floating:has(.iti .form-control:not(:placeholder-shown)) label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating:has(.iti) label {
    left: 32px;
}

.allog-containter {
    max-height: 450px;
    overflow-y: auto;
}

.allog-containter .time {
    margin-top: -9px;
    text-align: right;
}

.allog-containter .time-label {
    font-size: 12px;
}

.allog-containter .timeline-body, .allog-containter .timeline-footer {
    font-size: 12px;
}

.allog-containter .timeline > li > .timeline-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.allog-containter .timeline > li > .timeline-item > .timeline-header {
    font-size: 14px;
}

.datepicker {
    z-index: 99 !important;
}

.custom-control.custom-checkbox {
    padding-left: 0;
}

.table td, .table th {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    white-space: normal !important;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/** Theme **/
.slick-prev,
.slick-next {
    z-index: 100;
    position: absolute;
    display: block;
    height: 40px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    color: #5AC2E7;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: #FFCB3C;
}

.slick-prev:before,
.slick-next:before {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    font-family: "FontAwesome";
    content: "\f053";
}

.slick-next {
    right: 0;
}

.slick-next:before {
    font-family: "FontAwesome";
    content: "\f054";
}

.slick-box-sync-nav .slick-prev {
    left: -15px;
}

.slick-box-sync-nav .slick-next {
    right: -15px;
}

@media only screen and (max-width: 767px) {
    .slick-box-twothree, .slick-box-onethree {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.tag {
    padding: 3px 10px;
    border-radius: 0;
    border: 1px solid #367fa9;
    background-color: #fff;
    color: #367fa9;
    margin-right: 5px;
    margin-top: 5px;
    white-space: nowrap;
    display: inline-block;
}

.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
    cursor: move;
}

.cropit-preview .cropit-preview-image-container {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.cropit-preview .cropit-preview-image-container .cropit-preview-image {
    max-width: none;
    transform-origin: left top 0px;
}

.cropit-preview span {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.8em;
}

.cropit-controls {
    width: 25px;
    margin-left: 2px;
}

.cropit-image-zoom input {
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
    width: 8px;
    height: 180px;
    padding: 0 5px;
}

.cropit-bottom {
    clear: both;
    width: 172px;
}

.cropit-bottom span {
    white-space: nowrap;
}

body > .daterangepicker {
    display: none;
}

/**
 * GridView - Style dla Yii2 GridView
 * Kompatybilność z Bootstrap 5 + Bootstrap Icons
 */
/* Sortowanie - ikony Bootstrap Icons (zamiast glyphicon z BS3) */
.grid-view th a.asc::after,
.grid-view th a.desc::after {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.25rem;
    font-size: 0.75em;
}

.grid-view th a.asc::after {
    content: "\f235"; /* bi-caret-up-fill */
}

.grid-view th a.desc::after {
    content: "\f229"; /* bi-caret-down-fill */
}

/* Przyciski akcji w GridView */
.grid-view .btn-group {
    display: inline-flex;
    gap: 0.25rem;
}

/* Zapewnienie widoczności ikon Bootstrap Icons w przyciskach */
.grid-view .btn i.bi {
    display: inline-block;
    font-size: 1em;
    line-height: 1;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.hidden2 {
    display: none;
}

.hidden-buttons .btn {
    visibility: hidden;
}

.hidden-buttons:hover .btn {
    visibility: visible;
}

.tr-middle td {
    vertical-align: middle !important;
}

.relative {
    position: relative;
}

.font8 {
    font-size: 8px;
}

.font9 {
    font-size: 9px;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.bold {
    font-weight: bold;
}

.fontRed {
    color: #E00D1C !important;
}

.fontGreen {
    color: #8DC63F !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.eventDisabled {
    pointer-events: none;
}

.outlineRed {
    outline: 1px solid #E00D1C;
}

.backgroundRed {
    background-color: rgba(255, 0, 0, 0.12) !important;
}

.backgroundCover {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.back-to-top {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1px 0 3px;
    width: 200px;
    z-index: 99;
}

.flexCentered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.isModal .not-in-modal, .notModal .in-modal {
    display: none;
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.main-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

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

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.vertical_field .help-block {
    margin: 0;
}

.marginTop {
    margin-top: 30px;
}

.marginTopSmall {
    margin-top: 15px;
}

.marginBottom {
    margin-bottom: 30px;
}

.marginBottomSmall {
    margin-bottom: 15px;
}

.inHorizontalGroup {
    margin-left: -5px;
}

.copy-value {
    display: none;
}

/*# sourceMappingURL=common.css.map */
