.form-error-message{
    display: none;
    color: red;
    padding-top: 10px;
    padding-left: 15px;
}

.form-container.error .form-control{
    border: 2px solid red;
}

.form-check {
    flex-flow: wrap;
}

.form-check.error .form-error-message{
    width: 100%;
    position: relative;
    margin-left: -25px;
    padding-top: 0;
}

.form-check.error .form-check-input[type=checkbox] {
    border-color: red;
}

#payform{
    display:none;
}

div#payform.visible {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
}

#inputPassword2{
    border: 1px solid #599BB6;
    background: linear-gradient(90deg, #E8EEF0 0%, #fbfbfc 70%);
    outline:none;
    padding: 22px 58px;
    font-size: 16px;
    border-radius: 700px;
}

#inputPassword2::placeholder{
    font-size: 16px;
    color:#4D8DB2;
}

#inputPassword2:focus {
    outline: none;
    box-shadow: none;
}

.findContainer {
    position: relative;
    margin: 0;
    padding: 0;
    height: fit-content;
}

.findContainer:before{
    content:"";
    display:block;
    background-image:url("/local/templates/new/images/lupa.svg");
    position: absolute;
    width: 18px;
    height: 18px;
    left: 28px;
    top: 50%;
    transform:translateY(-50%);
}

.filterBtn{
    height: 68px;
    border-radius: 700px;
    display: flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(90deg, hsl(202, 39%, 53%) 0%, hsl(203, 39%, 61%) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(80, 140, 164, 0.5) 0%, rgba(80, 140, 164, 0.2) 100%);
}

.filterBtn.active{
    background: linear-gradient(90deg, #E8EEF0 0%, #fbfbfc 70%);
    border:1px solid #599BB6 !important;
}

.filterBtn.active .filterClose{
    color:#4D8DB2;
}

.filterBtn svg{
    margin-right: 11px;
}

.filterBtn.active .filterSVG{
    display:none;
}

.filterCount{
    color: #fff;
    opacity: 0.5;
    margin-left: 11px;
}

.filterCheck{
    border-radius: 50px;
    position: relative;
    background: #fff;
    padding: 1px;
    cursor:pointer;
    border: 2px dashed #1F58803D;
    padding: 5px 15px;
}

.filterCheck:focus{
    cursor:pointer;
    outline:none;
}

.filterCheckWrapper {
    display: flex;
    gap: 15px;
    flex-flow: row wrap;
    margin-bottom: 50px;
}

.btn-capitals-cecked{
    position: relative;
}

.filterCheck.active, .filterCheck:hover{
    background: #4D8DB2;
    color: #fff !important;
    outline:none;
    border: 2px solid #4D8DB2;
}


.filterCheck.active span, .filterCheck:hover span{
    color: #fff !important;
}

.filterCheck.active svg path, .filterCheck:hover svg path{
    stroke:#fff;
}
.filterCheck .btn-capitals-cecked svg{
    margin-right: 10px;
}

.filterCheck.active .btn-capitals-cecked svg path, .filterCheck:hover .btn-capitals-cecked svg path{
    stroke:#fff;
}

.filterCheck.active .btn-capitals-cecked, .filterCheck:hover .btn-capitals-cecked{
    outline: none;
    border: 1px solid transparent;
    background: transparent;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: transparernt;
    border-color: transparent;
}

.filterBtn .filterClose{
    display:none;
}
.filterBtn.active .filterClose{
    display:inline
}

.filterBtn .filterName{
    display:inline;
}
.filterBtn.active .filterName{
    display:none
}

.filterCheckWrapperSlider{
    display: none;
}

.filterCheckWrapperSlider.active{
    display: block;
    margin-top: 30px;
}

.container-event-news-a .event-news-date{
    min-height: 24px;
}



@media (max-width: 768px){
    .filterCount{
        width: 1px;
        height: 1px;
        opacity: 0;
        padding: 0;
        margin: 0;
    }
    .filterBtn.active .filterClose .filterCloseText{
        display:none
    }
    .filterBtn .filterName{
        display:none;
    }
    .filterBtn span{
        display: none;
    }

    .filterBtn svg{
        margin:0;
    }
    /*.filterCheckWrapper {*/
    /*    display: flex;*/
    /*    gap: 0;*/
    /*    flex-flow: row;*/
    /*    margin-bottom: 30px;*/
    /*}*/

    /*.swiper-slide.filterCheck{*/
    /*    width: auto;*/
    /*    min-width:50px;*/
    /*    flex-shrink: 0;*/
    /*}*/

    /*.swiper.filterCheckWrapperSlider.swiper-initialized.swiper-horizontal {*/
    /*    margin-left: 15px;*/
    /*    margin-right: 15px;*/
    /*}*/

    .filterCheck {
        padding: 5px;
    }
    .filterCheck .btn-capitals-cecked svg {
        margin-right: 0;
    }

    .filterCheckWrapper {
        gap: 8px;
    }
}

@media (max-width: 570px){
    .findContainer {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
        margin-bottom: 20px;
    }
}

@media (max-width: 500px){
    .filterBtn {
        width: 50px;
        height: 50px;
    }
    input#inputPassword2 {
        height: 50px;

        font-size: 12px;
    }
    .btn-capitals-cecked {
        font-size: 12px;
    }
    #inputPassword2::placeholder {
        font-size: 12px;
    }
}