/* PONIŻEJ EDYCJA DODANA PRZEZ KS */
.card-body.card-body-ks{
    background: #777777 !important;
}

.btn.btn-primary{
    border-radius: 1rem !important;
}
/* k0n0r */
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

body {
    font-family: 'Montserrat', sans-serif;
}
.anim-fade-in {
  animation-name: fade-in;
  animation-duration: 0.6s;
}
.anim-rotate {
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.datepicker {
    font-size: 13px;
}


.p-tiny {
    padding: 5px;
}
.p-small {
    padding: 10px;
}

.m-neg-bot-small {
    margin-bottom: -10px;
}
.m-neg-top-tiny {
    margin-top: -5px;
}
.m-bot-tiny {
    margin-bottom: 5px;
}
.m-bot-small {
    margin-bottom: 10px;
}
.m-bot-medium {
    margin-bottom: 15px;
}
.m-bot-big {
    margin-bottom: 20px;
}
.m-bot-huge {
    margin-bottom: 30px;
}
.m-right-auto {
    margin-right:auto;
}
.m-right-tiny {
    margin-right: 5px;
}
.m-right-small {
    margin-right: 10px;
}
.m-right-medium {
    margin-right: 15px;
}
.m-right-big {
    margin-right: 20px;
}
.m-right-huge {
    margin-right: 30px;
}
.m-left-tiny {
    margin-left: 5px;
}
.m-left-small {
    margin-left: 10px;
}
.m-left-medium {
    margin-left: 15px;
}
.m-left-big {
    margin-left: 20px;
}
.m-left-huge {
    margin-left: 30px;
}
.m-left-enorm {
    margin-left: 40px;
}
.m-left-auto {
    margin-left: auto;
}


.m-top-40 {
    margin-top: 40px;
}
.m-bot-20 {
    margin-bottom: 20px;
}
.m-top-auto {
    margin-top: auto;
}
.m-top-tiny {
    margin-top: 5px;
}
.m-top-small {
    margin-top: 10px;
}
.m-top-medium {
    margin-top: 15px;
}
.m-top-big {
    margin-top: 20px;
}
.m-top-huge {
    margin-top: 30px;
}
.m-top-75 {
    margin-top: 75px;
}
.m-all-huge {
    margin: 30px;
}
.m-all-big {
    margin: 20px;
}
.m-left-huge {
    margin-left: 30px;
}
.m-right-huge {
    margin-right: 30px;
}
.m-bot-huge {
    margin-bottom: 30px;
}
.m-all-small {
    margin: 10px;
}
.m-all-tiny {
    margin: 5px;
}
.s-max-width-100-p {
    max-width: 100%;
}
.s-m-w-100 {
    min-width:100px;
}
.s-m-w-115 {
    min-width:115px;
}
.s-m-w-150 {
    min-width:150px;
}
.s-m-w-200 {
    min-width:200px;
}
.s-m-w-250 {
    min-width:250px;
}
.s-w-max-250 {
    max-width: 250px;
}
.i-legend {
    width:25px;
    height: 25px;
}
.i-control {
    position: absolute;
    pointer-events: none;
    right: 15px;
    top: 10px;
}
.i-control-labeled {
    top: 36px;
}

.d-vertical {
    width: 0;
    height: 100%;
    border-left: 1px solid hsl(214deg 76% 45%);
    border-right: 1px solid hsl(214deg 76% 35%);
}
.d-horizontal {
    position: relative;
    width: 100%;
    height: 0;
    border-top: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content:center;
}
.d-horizontal-space {
    margin-top: 50px;
    margin-bottom:50px;
}
.d-horizontal-space-bot {
    margin-bottom:50px;
}
.d-horizontal-badge {
    color: #555555;
    font-size: 13px;
    padding: 0 20px;
    background-color: white;
}
.d-horizontal-primary {
    border-top: 1px solid #195eb840;
}
.b-normal {
    height: 35px;
    border-radius: 5px;
    padding: 0 15px;
    white-space: nowrap;
    line-height: 35px;
    font-weight: 600;
    color: #195EB9;
    border: none;
    background-color: hsl(214deg 30% 90%);
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
}
.b-normal-square {
    width: 40px;
    height:40px;
    padding:0;
}
.b-inverse {
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: #f2f2f2;
    background-color: #195EB9;
    border: 1px solid #a1c4f280 !important;
    padding: 0;
    color: white;
}

.b-normal-darker {
    background-color: #ededed;
}
.b-normal-bigger {
    height: 40px;
    line-height: 40px;
}
.b-normal:hover {
    background-color: hsl(214deg 45% 87%);
    color: #195EB9 !important;
}
.b-inverse:hover {
    background-color: #195EB9;
    color:#FFE611 !important;
}
.b-profile-menu {
    position: relative;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.profile-buttons {
    margin-right:0px;
}
.b-primary {
    background-color: #195EB9;
    color: white;
}
.b-primary:hover {
    background-color: #15509d;
    color: white !important;
}
.b-error {
    background-color: rgb(182, 0, 0);
    color: white;
}
.b-error:hover {
    background-color: rgb(148, 0, 0);
    color: white !important;;
}
.b-outlined {
    border: 1px solid rgba(0,0,0,0.1);
}
.b-yellow {
    color: #195EB9;
    background-color: #FFE611;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 5px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
}
.b-yellow:active,
.b-yellow:focus,
.b-yellow:hover {
    color: #195EB9 !important;
    background-color: #f5dc00;
}

.b-mini {
    border-radius: 5px;
    color: #195EB9;
    font-weight: 600;
    height: 25px;
    font-size: 11px !important;
    line-height: 25px;
    padding: 0px 10px !important;
    font-family: 'Montserrat', sans-serif;
    border: none;
}
.b-click {
    cursor: pointer;
}

.b-profile-redirect {
    border-radius: 5px;
}
.b-profile-redirect:hover {
    background-color: #d7e6f9;
}

.site-wrap {
    display: flex;
    position: relative;
    height: 100%;
}
.site-wrap-scroll {
    overflow-y: auto;
    height: 100%;
}
.site-sponsors {
    max-height: 75px;
    display: flex;
    background-color: #195EB9;
}
.slider-item {
    max-height: 75px;
    min-height: 75px;
}

@media screen and (max-width: 780px) {
    .site-sponsors {
        max-height: 50px;
    }
    .slider-item {
        max-height: 50px;
        min-height: 50px;
    }
}
.site-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    flex: 1;
}

.site-content-row {
    flex-direction: row;
}

.site-content.site-content-map #site-list-wrapper {
    display: none;
}
.site-content.site-content-list .gmap-context-menu {
    display: none;
}

.site-menu {
    background-color: white;
    height: 100%;
    position: sticky;
    top: 75px;
    display: block;
    flex-direction: column;
    min-width: 241px;
    max-width: 241px;
    border-right: 1px solid rgba(0,0,0,0.1);
    overflow-y: auto;
    overflow-x: hidden;
}
.site-menu.site-menu-collapse {
    min-width: 45px;
    max-width: 45px;
}
@media screen and (max-height: 615px) and (min-width: 780px) {
    .site-menu.site-menu-collapse.site-menu-actions {
        max-width: 65px;
        padding-right: 15px;
    }
    .drawer {
        width: calc(100% + 20px) !important;
    }

}

@media screen and (max-height: 590px)  and (max-width: 780px) {
    .site-menu.site-menu-collapse.site-menu-actions {
        max-width: 65px;
        padding-right: 15px;
    }
    .drawer {
        width: calc(100% + 20px) !important;
    }
}
.site-menu .site-menu-content {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.site-menu .site-menu-content-collapse {
    display: none;
    flex-direction: column;
    padding: 0;
    width: 45px;
}
.site-menu .site-menu-universal {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    padding-left: 10px;
}
.site-menu.site-menu-collapse .site-menu-universal {
    padding: 0;
}
.site-menu.site-menu-collapse .site-menu-content {
    display: none;
}
.site-menu.site-menu-collapse .site-menu-content-collapse {
    display: flex;
}
.site-menu-show-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.site-menu-show-btn-mobile {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.site-menu.site-menu-collapse .site-menu-show-btn-desktop {
    display: none;
}
.site-menu.site-menu-collapse .site-menu-show-btn-mobile {
    display: flex;
}
.site-menu.site-menu-collapse .site-menu-collapse-item.site-menu-show-btn  {
    display: flex;
}

.site-menu.site-menu-collapse .site-menu-collapse-item  {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 45px;
    cursor: pointer;
    padding: 0 20px;
    margin-bottom: 0 !important;
    color: #195EB9;
}
.site-menu.site-menu-collapse .site-menu-collapse-item.menu-collapse-item-primary  {
    background-color: #195EB9;
    color: white;
}
.site-menu-collapse-item.site-menu-collapse-item-yellow {
    background-color: #FFE611;
}
.site-menu.site-menu-collapse .site-menu-collapse-item-last  {
    border-bottom: none;
}
.form-control {
    padding: 5px 10px !important;
    font-size: 13px !important;
    background-color: #f6f9fc;
}
.form-control-error {
    border-color: red;
}
input.form-control:read-only {
    background-color: #e8eff8;
}
select.form-control:disabled {
    background-color: #e8eff8;
}

.form-control-right-icon {
    position: absolute;
    bottom: 5px;
    right: 15px;
    top: 36px;
    pointer-events: none;
}
.form-check {
    display: flex;
    align-items: center;
}
.form-check-bordered {
    border: 1px solid rgb(25 94 185 / 30%);
    padding: 5px 10px !important;
    border-radius: 5px;
}
.form-switch .form-check-input {
    font-size: 1.4em;
    margin-left: -1.7em;
    margin-top: 0;
    min-width: 2em
}
.form-switch .form-check-label {
    margin-left: 10px;
}
.form-check-inverse.form-switch  {
    padding-left: 0;
}
.form-check-inverse.form-switch .form-check-input {
    margin-left: auto;
}
.form-check-inverse.form-switch .form-check-label {
    margin-left: 5px;
}

.gadget-img {
    min-height: 150px;
    min-width: 150px;
    max-width: 150px;
    max-height: 150px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.site-menu-collapse-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 45px;
    cursor: pointer;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    padding: 0 20px;
    width: 100%;
    color: #195EB9;
}
.site-menu.site-menu-collapse .site-menu-collapse-btn-inverse {
    background-color: hsl(216deg 76% 19% / 10%);
}

.site-menu-header {
    font-size: 14px;
    margin-left:10px;
    color: #195EB9;
}
.site-menu-sticky-bottom-item {
    position: sticky;
    bottom: 0;
    background-color: white;
}

.site-menu-backdrop {
    display: none;
}

@media screen and (max-width: 780px) {
    .site-menu-backdrop {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
        display: none;
    }
    .site-menu {
        position: absolute;
        top: 0;
        left:0;
        height: 100%;
        z-index: 2;
    }
    .site-menu.site-menu-collapse {
        position: relative;
        height: auto;
    }
    .site-menu.site-menu-collapse + .site-menu-backdrop {
        display: none;
    }
}
@keyframes slide {
  0% {
    transform: translateX(0%)
  }
  25% {
    transform: translateX(calc(-50% + 50vw - 20px))
  }
  50% {
    transform: translateX(calc(-100% + 100vw - 20px))
  }
  75% {
    transform: translateX(calc(-50% + 50vw - 20px))
  }
  100% {
    transform: translateX(0%)
  }
}
.slider {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    margin: auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.anim-slide {
    position: relative;
    animation-name: slide;
    overflow: visible;
    animation: slide 90s ease infinite;
    animation-delay: 15s;
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    left:0;
    right:0;
    transform: translate3d(0, 0, 0);
}
.slider-link {
    display: flex;
    height: 100%;
}

.img-thumbnail-label  {
    cursor: pointer;
    border: 1px solid #f0f0f0;
    padding: 0px 10px;
    border-radius: 15px;
    border-right: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: -15px;
    min-height: 29px;
    text-align: center;
    flex:1;
    transition: border 0.1s ease;
    color: #555555;
}

.img-thumbnail-label:hover {
    border-color: hwb(214deg 10% 28% / 30%);
}


.item_filter [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.item_filter [type=radio] + .img-thumbnail {
    transition: border 0.1s ease;
    cursor: pointer;
    outline: 1px solid transparent;
    border: 5px solid transparent;
}
.item_filter [type=radio]:checked ~ .img-thumbnail-label {
    font-weight: 600;
}

.item_filter--all [type=radio]:checked ~ .img-thumbnail {
    outline: 2px solid #333333;
    border: 5px solid white;
    font-weight: 600;
}
.item_filter--all [type=radio]:checked ~ .img-thumbnail-label {
    border: 1px solid #333333;
    background-color: #333333;
    color:white;
}

.item_filter--open [type=radio]:checked ~ .img-thumbnail {
    outline: 2px solid #50C0ED;
    border: 5px solid white;

}
.item_filter--open [type=radio]:checked ~ .img-thumbnail-label {
    border: 1px solid #50C0ED;
    background-color: #50C0ED;
    color:white;
}

.item_filter--private [type=radio]:checked ~ .img-thumbnail {
    outline: 2px solid #C82884;
    border: 5px solid white;
}
.item_filter--private [type=radio]:checked ~ .img-thumbnail-label {
    border: 1px solid #C82884;
    background-color: #C82884;
    color:white;
}

.item_filter--special [type=radio]:checked ~ .img-thumbnail {
    outline: 2px solid #FFB703;
    border: 5px solid white;
}
.item_filter--special [type=radio]:checked ~ .img-thumbnail-label {
    border: 1px solid #FFB703;
    background-color: #FFB703;
    color:white;
}
.item_filter--individual [type=radio]:checked ~ .img-thumbnail {
    outline: 2px solid #2A8AF2;
    border: 5px solid white;
}
.item_filter--individual [type=radio]:checked ~ .img-thumbnail-label {
    border: 1px solid #2A8AF2;
    background-color: #2A8AF2;
    color:white;
}
.item_filter--company [type=radio]:checked ~ .img-thumbnail {
    outline: 2px solid #00A783;
    border: 5px solid white;
    color:white;
}
.item_filter--company [type=radio]:checked ~ .img-thumbnail-label {
    border: 1px solid #00A783;
    background-color: #00A783;
    color:white;
}
.item_filter--radio357 [type=radio]:checked ~ .img-thumbnail {
    outline: 2px solid #FF650F;
    border: 5px solid white;
    color:white;
}
.item_filter--radio357 [type=radio]:checked ~ .img-thumbnail-label {
    border: 1px solid #FF650F;
    background-color: #FF650F;
    color:white;
}

.site-menu.site-menu-collapse .item_filter .img-thumbnail-label {
    display: none;
}


.site-wrap-content {
    display: flex;
    flex-direction: column;
}
.site-list-wrapper {
    flex: 1;
    min-height: 100px;
    overflow-y: auto;
    background-color: hsl(0deg 0% 0% / 7%);
}
.site-list-wrapper-padded-top {
    padding-top: 45px;
}

.actions-sponsors .owl-carousel  {
    margin-bottom: 0 !important;
}
/* .actions-sponsors .owl-item  {
    height: 75px !important;
    width: 75px !important;
    max-: ;
} */
.actions-sponsors .sponsors-container.container {
    width: auto !important;
    max-width: auto !important;
}
@media screen and (max-width: 370px) {
    .modal-header-mobile-column {
        flex-direction: column;
    }
}

#header {
    max-height: 75px;
    height: auto !important;
    z-index: 3;
}
.header-modal {
    z-index: 2 !important;
}
#header .header-container {
    min-height: 50px;
    max-height: 50px;
    display: flex;
    flex-flow: nowrap;
    padding:0 !important;
    border-bottom: 1px solid hsl(214deg 76% 25% / 50%);
}
.header-body {
    position: relative !important;
    background-color: #195EB9 !important;
}
#header .header-user {
    height: 100%;
    display: flex;
    margin-left: auto;
    flex: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    position: relative;
}
.header-user {
    height: 100%;
}
#header .header-logo {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 241px;
    display: flex;
    align-items: center;
}
#header .header-logo img {
    width: 35px;
}
#header .header-logo-text {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}
#header .header-body {
    border-bottom: none;
}
.header-link {
    color: #e6e6e6bf;
    font-size: 13px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding-left: 11px;
    padding-right: 11px;
    text-decoration: none !important;
}
.header-link.active {
    color: white;
}
.header-link:hover {
    color: #FFE611;
    text-decoration: none;
}
.header-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    padding-left:20px;
    font-size: 12px;
    color: white !important;
    text-decoration: none !important;
    height: 100%;
}

.header-menu-item .fa-icon {
    position: relative;
    left: -2px;
}
@media screen and (max-width: 780px) {
    .header-menu-item {
        padding-right: 10px;
        padding-left:10px;
    }
}
.drop-menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    flex-direction: column;
    background: #195EB9;
    border-top: 1px solid rgba(0, 0,0,0.2);
    box-shadow: 0 2px 3px -2px black;
    min-width: max(100%, 200px);
}
.login-header .drop-menu {
    min-width: min(100%, 200px);
}
.drop-menu-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    color: white;
    transition: color 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}
.drop-menu-item:hover {
    color: #FFE611;
    background-color: #1652a2;
    text-decoration: none !important;
}
.drop-menu-item-border {
    border-bottom: 1px solid rgba(0, 0,0,0.2);
}
.drop-menu-item-img {
    width: 25px;
}
.login-scroll .dropdown-left {
    right: 0 !important;
    left: unset !important;
    transform: translate3d(0, 40px, 0px) !important;
}
.login-scroll .b-normal .fa-solid.fa-ellipsis-vertical {
    margin-top: -4px;
    display: block;
}
.header-menu-item-drop {
    cursor: pointer;
}
.header-menu-item-logged {
    min-width: 200px;
    box-sizing: content-box;
}
@media screen and (max-width: 780px) {
    .header-menu-item-logged {
        min-width: auto;
    }
}
.header-menu-item-drop-icon {
    min-width: 25px;
    cursor: pointer;
}
.header-menu-item-drop:hover .drop-menu,
.header-menu-item-drop:active .drop-menu,
.header-menu-item-drop:focus .drop-menu {
    display: flex;
}
@media screen and (max-width: 780px) {
    .drop-menu {
        left: unset;
        right: 0;
        width: min(100%, 200px)
    }
    .header-menu-item {
        min-width: 49px;
    }
}
.header-menu-item-surname {
    white-space: nowrap;
    margin-left: 5px;
}
.create-action-btn-wrapper {
    margin-right: 20px;
    margin-left: auto;
}
.header-title {
    color: #fff;
    margin-left: 15px;
    font-size: 21px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 780px) {
    .header-title {
        margin-left: 5px;
        font-size: 18px;
    }
    .create-action-btn-wrapper {
        margin-right: 10px;
    }
    #header {
        max-height: 50px;
        height: auto !important;
    }
    .header-menu-item {
        font-size:13px;
    }
    .header-menu-item-name {
        display: none;
    }
    .header-menu-item-surname {
        display: none;
    }
    .header-menu-item-dropdownicon {
        display: none;
    }
    .create-action-btn-wrapper {
        margin-left: auto;
        margin-right: 10px;
        padding: 0 5px;
    }
    .create-action-btn {
        line-height: 30px;
        height: 30px;
        padding: 0 8px !important;
        font-size: 14px !important;
    }
}

.gmap-context-menu {
    flex: 1;
    height: 100%;
}

.list-item {
    position: relative;
    display: flex;
    padding: 20px;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 15px -3px rgb(172 172 172 / 74%);
    margin-top: 25px;
    margin-bottom: 15px;
    background: #ffffff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    color: #555555;
}
.list-item-sztab {
    margin-top: 5px;
    margin-bottom: 15px;
}
.list-item-img {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 100%;
    box-sizing: content-box;
}
.list-item-map {
    padding: 10px;
    color: #555555;
}

.list-item-date-section {
    font-size: 15px;
    text-align: right;
    flex: 1;
}
.list-item-date-section-badges {
    min-height: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: right;
}
.list-item-date-section-sztab {
    font-size: 14px;
}
@media screen and (max-width: 780px) {
    .list-item {
        padding: 15px;
    }
    .list-item-leader {
        display: none;
    }
    .list-item-date-section {
        font-size: 14px;
    }
    .list-item-img {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 580px) {
    .list-item > div {
        flex-direction: column;
    }
    .list-item-date-section {
        margin-top: 10px;
        text-align: left;
    }
    .list-item-date-section-badges {
        justify-content: left;
    }
}
@media screen and (max-width: 1350px) {
    .site-content.site-content-row.site-content-both .list-item > div {
        flex-direction: column;
    }
    .site-content.site-content-row.site-content-both .list-item .list-item-date-section {
        margin-top: 10px;
        text-align: left;
    }
    .site-content.site-content-row.site-content-both .list-item .list-item-date-section .list-item-date-section-badges {
        justify-content: left;
    }
    .site-content.site-content-row.site-content-both .list-item .list-item-img {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.list-item-title {
    font-weight: 600;
    font-size: 18px;
    color: #555555;
}
.list-item-date {
    font-weight: 600;
    font-size: 18px;
    color: #555555;
}
@media screen and (max-width: 780px) {
    .list-item-title {
        font-size: 16px;
    }
    .list-item-date {
        font-size: 16px;
    }
}

.list-item-date {
    color: #195EB9;
    font-size: 16px;
    font-weight: 600;
}
@media screen and (max-width: 780px) {
    .list-item-date {
        font: 14px;
    }
}
.list-badge {
    padding: 2px 10px;
    border-radius: 15px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
    white-space: nowrap;
}

.list-badge-list-icon {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
    position: absolute;
    border-radius: 100%;
    padding: 5px;
    left: -35px;
    border: 2px solid;
}

.list-badge-bordered {
    border: 1px solid #c5c5c5;
}
.list-badge-normal {
    color: inherit;
    background: #efefef;
}
.list-badge-primary {
    color: inherit;
    background: #d2f0f5;
}
.list-badge-warning {
    color: inherit;
    background: #ffefc8;
}

.list-badge-list-elem {
    color: inherit;
    font-weight: 400;
    font-size: 13px;
}
.list-badge-list {
    padding: 0 10px;
    position: absolute;
    top: -10px;
    left: 50px;
    font-size: 13px;
    font-weight: 600;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.list-badge-form {
    min-width: 140px;
    text-align: center;
    position: relative;
    top: -20px;
    cursor: pointer;
    transition:box-shadow 0.3s ease;
    margin-bottom: -25px;
}
.list-badge-form:hover {
    box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.1);
}
.list-badge-card {
    line-height: 25px;
    vertical-align: top;
    position: absolute;
    top: 15px;
    left: 160px;
    border-radius: 30px;
    font-weight: 700;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.list-badge-card-icon {
    top: -10px;
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
    position: absolute;
    border-radius: 100%;
    padding: 5px;
    left: -45px;
    border: 2px solid #195EB9;
}
@media screen and (max-width: 1200px) {
    .list-badge-card {
        left: 120px;
    }
}
@media screen and (max-width: 780px) {
    .list-badge-card {
        left: 100px;
    }
}
.list-badge-map {
    padding: 2px 7px;
    font-size:12px;
}
@media screen and (max-width: 780px) {
    .list-badge {
        font-size: 12px;
    }
}

.list-badge-info {
    color: #248f00;
    font-weight: 600;
    font-size: 14px;
}
.list-badge-warn {
    color: #555555;
    font-weight: 600;
    font-size: 14px;
}
.list-badge-chrome {
    color: white;
    border: 1px solid white;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 2px 15px;
}
.list-badge-chrome-icon {
    padding: 7px;
    font-size: 20px;
    border-width: 2px;
}
.anim-all {
    transition: transform 0.3s ease;
}
.d-agreement-box {
    padding: 5px;
}
.d-agreement-box-container {
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #e8eff8;
}
.d-agreement-box-container-white {
    background-color: white;
}
.d-rotate-left {
    transform: rotate(90deg);
}
.d-rotate-right {
    transform: rotate(-90deg);
}
.d-none {
    display: none;
}
.d-flex-col {
    flex-direction: column;
}
.d-flex-1 {
    flex: 1;
}
.d-flex-2 {
    flex: 2;
}
.d-flex-3 {
    flex: 3;
}
.d-flex-5 {
    flex: 5;
}
.d-flex-4 {
    flex: 4;
}
.d-flex {
    display: flex;
}
.d-flex-center {
    display: flex;
    align-items: center;
}
.d-flex-baseline {
    display: flex;
    align-items: baseline;
}
.d-flex-end {
    align-items: flex-end;
}
.d-flex-start {
    align-items: flex-start;
}
.d-flex-wrap {
    flex-wrap:wrap;
}
.d-justify-center {
    justify-content: center;
}
.d-none {
    display: none;
}
.d-relative {
    position: relative;
}
.d-vanish {
    opacity: 0;
    pointer-events: none;
}

.d-mobile-only {
    display: none;
}
@media screen and (max-width: 780px) {
    .d-desktop-only {
        display: none;
    }
    .d-mobile-only {
        display: block;
    }
}
@media screen and (max-width: 400px) {
    .d-mini-mobile-none {
        display: none;
    }
}

.no-data {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    text-align: center;
}
.no-data-small {
    height: 300px;
}
.no-data-icon {
    position: absolute;
    font-size: 120px;
    opacity: 0.2;
}
.fa-map-marker-alt {
    min-width: 13px;
}
.fa-calendar {
    min-width: 13px;
}
.fa-users {
    min-width: 13px;
}


.drawer {
    position: absolute;
    height: 100%;
    z-index: 2;
    transition: right 0.5s ease;
    right: -110%;
    width:80%;
}
@media screen and (max-width: 1000px) {
    .drawer {
        width: 100%;
    }
}
.drawer-active {
    right: 0;
}

.drawer-content {
    background:#ffffff;
    width:100%;
    height: 100%;
    overflow-y: auto;
}

.drawer-backdrop {
    display: none;
}

.drawer-active .drawer-backdrop {
    position: absolute;
    display: block;
    lefT: -200%;
    width: 200%;
    height: 100%;
    z-index: 9;
    background: hwb(0deg 45% 55% / 50%);
}
.drawer-close {
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 900;
    cursor: pointer;
    color: #195EB9;
}
.drawer-share {
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 900;
    cursor: pointer;
    color: #195EB9;
}
.drawer-menu {
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 900;
    cursor: pointer;
    color: #195EB9;
}
.drawer-menu-with-shared {
    right: 60px;
}

.menu-item-icon {
    position: absolute;
    transform: translate(0, -50%);
    bottom: 5px;
    right: 15px;
    pointer-events: none;
    color: #195EB9;
}

.modal-title {
    color:#195EB9 !important;
}
.gm-style-iw-t .gm-style-iw.gm-style-iw-c > button {
    border-radius: 100% !important;
    background-color: white !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.gm-style-iw-t .gm-style-iw.gm-style-iw-c > button > span {
    width: 25px !important;
    height: 25px !important;
}

.section-card {
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
    background: #195eb9 !important;
    color: white !important;
}
.section-card--sztab {
    background-color: hsl(214deg 36% 41%) !important;
}
.card-title-container {
    padding: 40px 120px;
    padding-top: 80px;
}
.card-title {
    font-size: 38px;
    font-weight: 600;
    margin-right: 10px;
}
@media screen and (max-width: 1200px) {
    .card-title {
        font-size: 32px;
    }
    .card-title-container {
        padding: 40px 80px;
        padding-top: 80px;
    }
}
@media screen and (max-width: 780px) {
    .card-title {
        font-size: 28px;
    }
    .card-title-container {
        padding-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

.card-icon {
    position: relative;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 60px;
    margin-top: -25px;
    top: -25px;
    background: #FFF;
    border: 2px solid #195eb9;
    color: rgba(0, 0, 0, 0.06);
    border-radius: 100%;
    color: #195eb9;
}
.card-icon img {
    width: 36px;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
}
.featured-box {
    box-shadow: 0 2px 10px -7pbx !important;
    border: none !important;
    min-width: 200px;
    flex: 1;
}
.featured-box .box-content {
    border: none;
}

.card-text-highlight {
    color: #195eb9 !important;
}
.card-container {
    padding: 20px;
    color: #555555;
}
@media screen and (max-width: 780px) {
    .card-container {
        padding: 20px 10px;
    }
}
.card-container p {
    color: #555555;
}
.card-container b {
    color: #555555;
}

.modal-drawer-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
body.drawer-open .modal-backdrop {
    display: none;
}
.login-scroll {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.04em;
    background-color: #f3f6f7;
}
.login-slider-wrapper {
    background-color: #eaf6fe;
}
.profile-slider-wrapper {
    position: sticky;
    top:0;
    background-color: #eaf6fe;
    height: 100%;
    padding:20px;
    box-sizing: border-box;
}
.login-slider {
    display: flex;
    justify-content: center;
    min-width: 300px;
    flex:4;
    position: sticky;
    top: 75px;
}
.login-slider .owl-carousel {
    position: sticky;
    top: 0;
}
.login-slider-padded {
    flex:1;
    max-width: 1000px;
    max-height: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 0px;
}
@media screen and (max-width: 1650px) {
    .login-slider-padded {
        flex:1;
        max-width: 650px;
        max-height: 650px;
        margin-left: auto;
        margin-right: auto;
        position: static;
        top: 0px;
    }
}
@media screen and (max-width: 1300px) {
    .profile-slider-wrapper {
        display: none;
    }
    .login-slider {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .login-scroll {
        letter-spacing: 0.02em;
    }
}

.login-container {
    height: 100%;
    background-color: white;
    flex: 5;

}

.login-slider .img-thumbnail {
    background-color: transparent;
    border: none;
}

.login-container-logo {
    width: 75px;
    overflow: hidden;
    display: block;
}
.login-container-content {
    padding: 40px;
    color: #333;
    max-width: 650px;
    min-width: 200px;
    margin-left:auto;
    margin-right: auto;
}
.login-container-content-info {
    padding-top: 30px
}
.input-group-label {
    margin-left: 15px;
    font-size: 14px;
    margin-bottom: 5px;
}
.login-container .form-control {
    font-size: 14px !important;
    padding: 5px 15px !important;
}
.form-control-label-requried::after {
    content: '*';
    position: absolute;
}
.form-control-validation {
    font-size: 13px;
    color: #d21e20;
    margin-left: 10px;
}
.form-control-validation-big {
    font-size: 16px;
    font-weight: 600;
}
.login-container .link {
    color: #195eb9;
    font-size: 14px;
}
.login-captcha-container {
    max-width: 305px;
    overflow: hidden;
}

.login-header {
    height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    background-color: #195eb9;
    position: sticky;
    top: 0;
    z-index: 1;
}
.login-header-logo {
    width: 170px;
    padding-left: 20px;
}
.login-container .checkbox-custom {
    padding: 0 0 0 30px;
}
.checkbox-required {
    position: relative;
    padding-left:5px;
}
.checkbox-required label {
    padding-left:5px;
}
.checkbox-required::before {
    content: "*";
    position: absolute;
    left: 25px;
    top:0;
    font-size:20px;

}
@media screen and (max-width: 780px) {
    .login-container-content {
        padding: 30px !important;
        padding-top:38px !important;
        padding-bottom:38px !important;
    }
    .login-container-content-info {
        padding-top: 20px
    }
}
@media screen and (max-width: 500px) {
    .login-container-content {
        padding: 20px !important;
        padding-top:30px !important;
        padding-bottom:30px !important;
    }
    .login-container-content-info {
        padding-top: 20px;
    }
}
@media screen and (max-width: 360px) {
    .login-container-content {
        padding: 10px !important;
        padding-top:20px !important;
        padding-bottom:20px !important;
    }
    .login-container-content-info {
        padding-top: 20px;
    }
}
.photos-columns {
    column-count: 3;
}
.photos-columns-item {
    margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
    .photos-columns {
        column-count: 2;
    }
}
.action-user-item {
    display: flex;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 6px -2px rgb(172 172 172 / 74%);
    margin-bottom: 10px;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #555555;
}
.action-user-avatar {
    display: flex;
    max-width: 30px;
    max-height: 30px;
    border-radius: 100%;
    vertical-align: auto;
}

.dropdown-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.dropdown-item:active {
    background-color: hsl(216deg 98% 52% / 60%);
    color: white;
}
.action-user-item .fa-solid {
    min-width: 14px;
}
.action-user-item-header {
    display: flex;
    align-items: center;
    flex: 1;
    color: #195eb9;
    font-weight: 600;
    font-size:18px;
}
.toggle.btn {
    margin: 0 !important;
    min-height: 30px !important;
}
.toggle-group .btn {
    line-height: 13px;
    height: 30px;
    font-size: 11px;
}
.action-user-item-menu {
    width: 35px;
    height: 100%;
    border: none;
    border-left: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all ease 0.3s;
    position: relative;
    top: -20px;
    height: calc(100% + 40px);
    right: -20px;
}
.action-user-item-menu:hover {
    background-color: rgba(0,0,0,0.1);
}

.modal-dialog {
    max-width: min(950px, 95vw);
    margin: auto;
}

.modal-content {
    max-height: 75vh;
    max-width: min(950px, 95vw);
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-dialog.modal-750 {
    max-width: min(750px, 95vw);
}

.modal-content.modal-750 {
    max-height: 75vh;
    max-width: min(750px, 95vw);

}
@media screen and (max-width: 780px) {
    .modal-content.modal-750 {
        max-height: 85vh;
    }
}
.modal-header {
    position: sticky;
    top: 0;
    background-color:white;
    z-index: 12;
}
.form-container {
    padding: 30px;
    max-width: 750px;
    margin-left: auto;
    margin-right:auto;
    min-width:240px;
}

.form-container-sides {
    padding: 0 30px;

}

.form-container-disabled {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.8;
    pointer-events: none;
    position: relative;
}
.form-container-disabled:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    top:0;
    left:0;
}

@media screen and (max-width: 780px) {
    .form-container {
        padding: 10px;
        padding-top:30px;
        padding-bottom:30px;
    }
}
.form-container-boxes {
    padding-top:0;
    padding-bottom:0;
}
.form-groups-container {
    max-width: 950px;
}
.form-groups-container .form-group{
    min-width: 180px;
}
.form-group {
    position: relative;
}
.form-group > label {
    margin-left: 10px;
    color: #555555;
}
@media screen and (max-width: 780px) {
    .drawer .modal-dialog {
        max-width: 90vw;
    }
    .drawer .modal-content {
        max-width: 90vw;
    }
}

.modal-buttons {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.modal-buttons.modal-buttons-not-sticky {
    background: transparent;
    position: static;
}
.box-divide {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    padding-top:20px;
    border-radius: 10px;
    position: relative;
}
.rc-anchor-light.rc-anchor-normal,
.rc-anchor-light.rc-anchor-compact {
    border-radius: 10px;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #195EB9;
    color: white;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #195EB9;
}
.spinner-box {
    position: fixed;
    width: 100vw;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100vh;
    background: rgb(0 0 0 / 50%);
    z-index: 999999999;
}
.spinner {
    width: 200px;
    height: 200px;
    background: #ffffff;
    box-shadow: 0 0 11px 12px #ffffff;
    border-radius: 100%;
    overflow: hidden;
}
.spinner-img {
    width: 200px;
    height: 200px;
    display: flex;
}
.snack-bar {
    position: absolute;
    top: -50px;
    min-height: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 15px;
    color: white;
    font-weight: 600;
    display:flex;
    align-items: center;
    z-index: 9999999999;
    max-width: 600px;
    background-color: #cf0000;

}
.snack-bar-show {
    top: 35px;
}
.snack-bar-success {
    background-color: green;
}

.profile-menu {
    min-width: 110px;
}
.profile-img {
    max-width: 125px;
    max-height: 125px;
}
@media screen and (max-width: 800px) {
    .profile-img {
        max-width: 75px;
        max-height: 75px;
    }
}
.profile-form-container {
    height: 100%;
    overflow: auto;
}
@media screen and (max-width: 800px) {
    .profile-form-container {
        padding-top: 30px;
    }
    .profile-menu {
        min-width: 0;
    }
    .profile-form-container {
        max-width: 100vw;
    }
}
.sztab-action-item {
    text-decoration: none !important;
}

.cookiealert {
    background-color: #404040 !important;
}

.cookiealert .btn-success {
    border-radius: 5px;
    background-color: #195eb9;
    color: white;
    border-color: #195eb9;
}
.note-editing-area .note-editable.card-block {
    height: 150px !important;
}

.list-marker {
    position: absolute;
    color: #555555;
    right: -30px;
    top: -1px;
    font-size: 20px;
    text-shadow: none;
}

.dropzone {
    border-radius: 20px;
    border: 2px solid rgb(25 94 185);
}
.dropzone.dz-started .dz-message {
    display: block !important;
}
.isotope-item {
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    padding:10px;
    border-radius: 5px;
    margin: 10px;
    max-width: 200px;
}
.list-background {
    background-color: hsl(0deg 0% 0% / 7%);
    padding-top: 10px;
    padding-bottom:1px;
}
.list-background-voluneteers {
    background-color: hsl(0deg 0% 0% / 7%);
    padding-top: 10px;
    padding-bottom:1px;
}
.uncovered-background {
    background-color: hsl(0deg 0% 0% / 10%)
}
.scroll-to-top {
    display: none !important;
}

.statistics-content {
    position: absolute;
    top:0;
    border-bottom-right-radius: 30px;
    padding-right:40px;
}

.b-profile-redirect-img {
    width: 50px;
    border: 1px solid #195eb9;
    border-radius: 3px;
    padding:10px;
}


img[src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m1.png"],
img[src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m2.png"],
img[src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m3.png"],
img[src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m4.png"],
img[src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m5.png"] {
    display:none;
}
img[src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m1.png"] + div,
img[src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m2.png"] + div,
img[src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m3.png"] + div,
img[src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m4.png"] + div,
img[src="https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m5.png"] {
    background-color: #6494d3f2;
    border-radius: 100%;
    color: white !important;
    font-size: 15px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    box-shadow: 0 0 8px 2px #6494d3f2;
}

.site-content-map .gmnoprint.gm-bundled-control {
    top: 45px !important;
}
.site-content-map .gmnoprint .gm-style-mtc {
    top: 45px !important;
}

@media screen and (max-width: 400px) {
    .d-mobile-mini-none {
        display: none;
    }
}
@media screen and (max-width: 780px) {
    .site-content-map .gmnoprint.gm-bundled-control {
        top: 0 !important;
    }
    .site-content-map .gmnoprint .gm-style-mtc {
        top: 0 !important;
    }
    .site-list-wrapper-padded-top {
        padding-top:0;
    }
}
@media screen and (max-width: 780px) {
    .site-content-map .gmnoprint .gm-style-mtc {
        display: none !important;
    }
}


.t-bold {
    font-weight: 600;
}
.t-bolder {
    font-weight: 900;
}
.t-nowrap {
    white-space: nowrap;
}
.t-link {
    text-decoration: none;
}
.t-link-yellow:active,
.t-link-yellow:focus,
.t-link-yellow:hover {
    color:#FFE611 !important;
}
.t-uppercase {
    text-transform: uppercase;
}
.t-capitalize {
    text-transform: capitalize;
}
.t-no-decoration {
    text-decoration: none !important;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.t-justify {
    text-align: justify;
}
.t-bold {
    font-weight: 700;
}
.t-highlight {
    color: #195EB9;
}
.t-accent {
    color: #555555;
}
.t-primary {
    color: #416390;
}
.t-error {
    color: rgb(182, 0, 0);
}
.t-normal {
    font-weight: 400;
}
.t-normalcase {
    text-transform: unset;
}
.t-font-12 {
    font-size: 12px;
}
.t-font-13 {
    font-size: 13px;
}
.t-font-14 {
    font-size: 14px;
}
.t-font-15 {
    font-size: 15px;
}
.t-font-16 {
    font-size: 16px;
}
.t-font-18 {
    font-size: 18px;
}
.t-font-20 {
    font-size: 20px;
}
.t-font-22 {
    font-size: 22px;
}
.t-font-24 {
    font-size: 24px;
}
.t-font-26 {
    font-size: 26px;
}
.t-line-14 {
    line-height: 14px;
}
.t-line-18 {
    line-height: 18px;
}
.t-line-20 {
    line-height: 20px;
}
.t-line-26 {
    line-height: 26px;
}
.t-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.t-white {
    color: white;
}
@media screen and (max-width: 780px) {
    .t-font-m-14 {
        font-size: 14px;
    }
    .t-font-m-16 {
        font-size: 16px;
    }
}

.sztab-oczko {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 100%;
    padding: 2px;

}
.sztab-oczko-edit {
    position: absolute;
    bottom: 0px;
    right: 20px;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    line-height: 25px;
    box-shadow: 0 0 3px;
    padding: 0;
    text-align: center;
    outline: none;
    font-size: 16px;
}

.d-flex-center-badges {
    display: flex;
    align-items: center;
    flex-direction: row !important;
}

.badge-list-item {
    color: #17a2b8;
    background: #e6e6e6;
    text-decoration: none !important;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-weight: 600;
}
.badge-list-item-info {
    color: white;
    background-color: #17a2b8;
    text-decoration: none !important;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-weight: 600;
}

.size-min-width-200 {
    min-width: 200px;
}

/* 2023/2024 */

.d-gap-5 {
    gap: 5px;
}
.d-gap-10 {
    gap: 10px;
}
.d-gap-15 {
    gap: 15px;
}
.d-gap-20 {
    gap: 20px;
}
.d-gap-30 {
    gap: 30px;
}

.pad-20 {
    padding: 20px;
}
.pad-10 {
    padding: 10px;
}
.pad-left-15 {
    padding-left: 15px;
}
.pad-left-10 {
    padding-left: 10px;
}
.pad-right-10 {
    padding-right: 10px;
}

.t-357 {
    color: #FF650F;
}
.t-company {
    color: #00A783;
}
.t-individual {
    color: #2A8AF2;
}
.t-disabled {
    color: #606060;
}
#account-type-choice {
    background-color: #f3f6f7;
}
.register-item-content {
    border-radius: 1rem;
    flex: 1;
    background-color: white;
    position: relative;
    z-index: 0;
    margin-top: -20px;
}
.register-item-content-individual {
    border:2px solid #2A8AF2;
}
.register-item-content-company {
    border:2px solid #00A783;
}
.register-item-content-357 {
    border:2px solid #FF650F;
}
.register-item-header {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    position:relative;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    font-weight: 600;
}
.register-item {
    max-width: 375px;
    min-width: 300px;
    border-radius: 1rem;
    background-color: white;
    color: #233668;
}
.register-item-active {
    outline: 5px;
}
.register-item-icon {
    width: 75px;
}

.register-item-individual .register-item-header {
    color: #2A8AF2;
}
.register-item-individual:hover .register-item-header {
    background-color: #2A8AF2;
    color: white !important;
}
.register-item-individual .manual-link {
    color: #2A8AF2;
}
.register-item-company .register-item-header {
    color: #00A783;
}
.register-item-company .manual-link {
    color: #00A783;
}
.register-item-company:hover .register-item-header {
    background-color: #00A783;
    color: white !important;
}
.register-item-357 .register-item-header {
    color: #FF650F;
}
.register-item-357 .manual-link {
    color: #FF650F;
}
.register-item-357:hover .register-item-header {
    background-color: #FF650F;
    color: white !important;
}

.register-item-content-items {
    max-height: 225px;
    overflow: hidden;
    box-shadow: 0 5px 5px 5px white inset;
    position: relative;
}
.register-item-content-items:after {
    content: '';
    box-shadow: 0 -44px 20px -25px white inset;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.b-individual {
    border: 1px solid #2A8AF2 !important;
    background-color: white !important;
    color: #2A8AF2;
}
.b-company {
    border: 1px solid #00A783 !important;
    background-color: white !important;
    color: #00A783;
}
.b-357 {
    border: 1px solid #FF650F !important;
    background-color: white !important;
    color: #FF650F;
}

.register-item-individual:hover .b-individual {
    background-color: #2A8AF2 !important;
    color: white !important;
}
.register-item-company:hover .b-company {
    background-color: #00A783 !important;
    color: white !important;
}
.register-item-357:hover .b-357 {
    background-color: #FF650F !important;
    color: white !important;
}

.m-left-auto {
    margin-left: auto;
}

.profile-icon {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}

.pos-relative {
    position: relative
}
.b-profile-edit {
    position: absolute;
    top: 40px;
    right: -5px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    box-shadow: 0 0 3px;
    padding: 0;
    text-align: center;
    outline: none;
}

.profile-status {
    margin-top: 13px;
}

.d-gap-25 {
    gap:25px;
}
.d-gap-5 {
    gap:5px;
}

.profile-badge-content {
    border-radius: 20px;
    margin-top:-20px;
    padding: 20px;
    color: #555555;
}

.list-badge-white {
    background-color: white;
}

.width-65 {
    width: 65px;
}

.border-radius-1rem {
    border-radius: 1rem;
}


.sztab-logo-preview {
    width: 250px;
    height: 250px;
    border-radius: 100%;
}

.edit-sztab-logo-label {
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        #ccc 10px,
        #ccc 20px
      ),
      /* on "bottom" */
      linear-gradient(
        to bottom,
        #eee,
        #999
      );
}

.owl-carousel .owl-stage-outer {
    position: sticky !important;
    overflow: hidden;
    top: 50px;
}

.owl-carousel {
    margin-bottom: 0 !important;
}

.button-link {
    cursor: pointer;
}
.button-link:hover {
    text-decoration: underline;
}

.register-item-hidden-item {
    display: none;
}


.register-background {
    position: fixed;
    top: 50px;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.register-footer {
    display: flex;
    background-color: #195eb9;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-right:20px;
    min-height: 150px;
}

.register-footer-title {
    margin-top: 15px;
    margin-bottom:20px;
    color: white;
    text-align: center;
    font-size: 15px;
}

.register-footer-img {
    min-height: 50px;
    max-height: 50px;
    max-width: 100px;
    min-width: 100px;
}

@media screen and (max-width: 1440px) {
    .hide-on-medium {
        display: none;
    }
    .register-footer {
        position: relative;
    }
}

.register-view-company .register-footer {
    background-color: #00A783;
}
.register-view-company .t-highlighted {
    color: #00A783;
}
.register-view-company .d-horizontal-primary {
    border-color: #00A783;
}
.register-view-individual .register-footer {
    background-color: #2A8AF2;
}
.register-view-individual .t-highlighted {
    color: #2A8AF2;
}
.register-view-individual .d-horizontal-primary {
    border-color: #2A8AF2;
}
.register-view-radio357 .register-footer {
    background-color: #FF650F;
}
.register-view-radio357 .t-highlighted {
    color: #FF650F;
}
.register-view-radio357 .d-horizontal-primary {
    border-color: #FF650F !important;
}

.register-view-company .register-submit-btn {
    background-color: #00A783 !important;
    color: white !important;
}
.register-view-company .register-submit-btn:hover {
    background-color: #00c298 !important;
}
.register-view-individual .register-submit-btn {
    background-color: #2A8AF2 !important;
    color: white !important;
}
.register-view-individual .register-submit-btn:hover {
    background-color: #4799f1 !important;
}
.register-view-radio357 .register-submit-btn {
    background-color: #FF650F !important;
    color: white !important;
}
.register-view-radio357 .register-submit-btn:hover {
    background-color: #d88250 !important;
}

.d-block {
    display: block;
}

.s-min-width-230 {
    min-width: 230px;
}
.s-min-width-250 {
    min-width: 250px;
}
.s-min-width-275 {
    min-width: 275px;
}

.cookiealert.cookiealert a {
    color: #26a8e9;
}

.cookiealert .cookiealert a:hover {
    color: #4ac2ff;
}

#search-value-icon#search-value-icon {
    pointer-events: all;
    cursor: pointer;
}

.profile-logos {
    max-height: 765px;
    height: 0;
    margin: 40px;
}

.filter-contrast-05 {
    filter:contrast(0.25);
}
.logos-gap {
    gap: 40px;
}

.profile-menu-wrapper {
    position: relative;
}

.profile-menu {
    display: none;
    position: absolute;
    right: 0;
    top:calc(100% + 5px);
    background-color:white;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    min-width: 150px;
    overflow:hidden;
}

.profile-menu-item {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: inherit;
    text-decoration: none !important;
    display: block;
    color: black !important;
    font-size: 16px;
    cursor: pointer;
    border:none;
    width:100%;
    text-align: center;
    background-color: white;
}
.profile-menu-item:hover {
    background-color: rgba(0,0,0,0.1);
    text-decoration: none !important;
}

.profile-menu-wrapper:focus-within .profile-menu,
.b-profile-menu:focus + .profile-menu {
    display: block;
}

.size-min-width-115 {
    min-width: 115px;
}

.p-all-20.p-all-20  {
    padding: 20px;
}

.size--min-width-200 {
    min-width: 200px;
}

.d-gap-col-5 {
    column-gap: 5px;
}

.m-container-box {
    margin: 30px;
}

@media screen and (max-width: 780px) {
    .m-container-box {
        margin: 15px;
    }
}

@media screen and (max-width: 1440px) {
    .auth-view-wrapper {
        display: flex;
        flex-direction: column;
        min-height: calc(100% - 50px);
    }
    .auth-view-content {
        flex: 1;
    }

    .register-footer {
        min-height: auto;
    }
}

.m-top-tiny {
    margin-top: 5px;
}


.b-filled-357 {
    border: 1px solid #FF650F !important;
    background-color: #FF650F !important;
    color: white;
}

.b-filled-357:hover,
.b-filled-357:focus,
.b-filled-357:active,
.b-filled-357:visited {
    background-color: #f38444 !important;
    color: white !important;
}
