/* #export-pdf{
display: none !important;
} */
.form_headline_wrapper{
    padding: 15px;
}
.references-import-input{
    margin-top: 15px;
}

/* Frontend Styles */

.references-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }
  
  .references-control .h1 {
    margin: 0;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .references-control__filter {
    [data-close] {
      display: none;
    }
  }
  
  .references-control__filter.is-opened {
    [data-open] {
      display: none;
    }
    [data-close] {
      display: inline-block;
    }
  }
.btn {
    display: inline-block;
    border: 1px solid #006dc9;
    text-transform: uppercase;
    font-weight: 800;
    color: #006dc9;
    font-size: 1.0625rem;
    height: 2.1875rem;
    background: #fff;
    line-height: 2.1875rem;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    padding: 0 1rem;
}
.btn:hover {
    color: #fff;
    background-color: #006dc9;
}
.btn--filter-open:hover {
    background-color: #006d96;
    border-color: #006d96;
}
.btn--filter-open {
    font-size: 2rem;
}

.fetch-filter__footer a.btn {
    display: inline-block;
    border: 1px solid #006dc9;
    text-transform: capitalize;
    font-weight: 800;
    color: #006dc9;
    font-size: 1rem;
    height: auto;
    background: #fff;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    padding: 20px;
    margin-bottom: 0px;
    margin-right: 5px;
    border-radius: 50px;
}
.fetch-filter__footer a.btn:hover {
    color: #fff;
    background-color: #006dc9;
}
.btn--filter-open {
    font-size: calc(1.3rem + .7*((100vw - 26.25rem) / 53.75));
    line-height: calc(1.3rem + .7*((100vw - 26.25rem) / 53.75));
    text-transform: uppercase;
    padding-top: .3rem;
    padding-bottom: .2rem;
    height: auto;
    background: #00a9c8;
    color: #fff;
    border-color: #fff;
    background-image: url(../../../files/cto_layout/img/search.svg);
    background-repeat: no-repeat;
    background-position: center right 13px;
    padding-right: 50px;
}
.btn--remove:after {
    content: "x";
    text-transform: uppercase;
    margin-left: .4rem;
    font-weight: 300;
}
.collection-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.collection-list__item {
    margin: 1rem 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.collection-list__item {
    margin: 1rem 0;
    padding: 0 15px !important;
}
.item-teaser--fetch {
    animation: appearanceFadeFromTop .3s;
}
.item-teaser {
    display: block;
}
.item-teaser__media {
    height: 299.99px;
    background: #006dc9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.item-teaser__media:after, .item-teaser__media__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item-teaser__media__text{
    transition: all 0.3s ease-in-out;
}
.item-teaser__media:after {
    content: "";
    display: block;
    background: rgb(0 109 201 / 50%);
    background-size: 50% 50%;
    transition: background-color 0.3s ease-in-out;
    z-index: 2;
}
.item-teaser:hover .item-teaser__media__text{
    opacity: 0;
}
.item-teaser:hover .item-teaser__media:after {
    background-color: transparent;
}
.item-teaser__media__image {
    z-index: 1;
}
img.lazy.error, img.lazy.initial, img.lazy.loaded {
    opacity: 1;
}
.item-teaser__media__image img {
    font-family: object-fit\:cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
img.lazy {
    opacity: 0;
    transition: opacity .4s;
}
.item-teaser__media__title, .item-teaser__media__title:hover {
    position: relative;
    font-size: 1.5rem;
    font-weight: 800;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.break-word {
    word-break: break-word;
}
.item-teaser__media__subtitle {
    position: relative;
    font-size: 1.25rem;
    z-index: 3;
    color: #fff;
    text-align: center;
    margin-top: .3rem;
}
.break-word {
    word-break: break-word;
}
.fetch-filter {
    position: relative;
    background: #fff;
}
.fetch-filter__tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.fetch-filter__tags [data-clear] {
    display: none;
}
.fetch-filter__dropdown {
    position: relative;
    padding: 1.5rem;
    left: 0;
    top: 10%;
    background: #fff;
    width: 100%;
    display: none;
    animation: appearanceFadeFromTop .2s;
    z-index: 200;
    border: 0px;
    border-radius: 10px;
    background-color: #f1f1f1;
    margin-bottom: 2rem;
}

.fetch-filter__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fetch-filter__header .fetch-filter__title {
    margin: 0;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: none;
}
.text-right {
    text-align: right;
}

.fetch-filter__panel {
    margin-top: 2rem;
}

.filter-criterias__item {
    flex: 1;
    margin-bottom: 1.5rem;
}

.filter-criterias__item__title {
    color: #0069b4;
    text-transform: none;
    font-weight: 800;
    font-size: 1.0625rem;
    margin-bottom: .5rem;
}
.filter-criterias__item__list>li {
    margin-bottom: .5rem;
}
.checkbox-group {
    cursor: pointer;
}
.checkbox-group input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-group .label {
    text-align: left;
    line-height: 25px;
    display: flex;
    font-size: 1.15rem;
}
.checkbox-group .label:before {
    content: "";
    display: inline-block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border: 1px solid #9b9b9b;
    background-color: #fff;
    margin-right: .5rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
}
.checkbox-group input[type=checkbox]:checked+.label:before {
    content: "";
    background: #006dc9 url(../../../files/cto_layout/img/cross.svg) 50% no-repeat;
    background-size: 45%;
    border-color: #006dc9;
}
.fetch-filter.is-opened .fetch-filter__dropdown {
    display: block;
    height: 100%;
    border-radius: 40px;
}


/* Pegination */
#pagination-controls{
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#pagination-controls.referance-pagination-controls {
    margin-top: 2rem;
    justify-content: space-between;
}
#pagination-controls button, #pagination-controls a{
    cursor: pointer;
    background-color: transparent;
    padding: 1px 15px 0px 15px;
    border: 1px solid #0069b4;
    background-color: #0069b4;
    border-radius: 20px;
    margin-left: 7px;
    margin-right: 7px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
#pagination-controls.referance-pagination-controls a, #pagination-controls.referance-pagination-controls button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}
#pagination-controls button:disabled{
    cursor: auto;
    background: rgb(193 193 193);
    border-color: rgb(193 193 193);
    color: lightslategray;
}
#pagination-controls button:disabled:hover i{
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
}
#pagination-controls button:hover i, #pagination-controls a:hover i{
    color:#006dc9;
}
#pagination-controls button:hover, #pagination-controls a:hover{
    border:1px solid #0069b4;
    color: #0069b4;
    background-color: transparent;
}
#pagination-controls button:disabled:hover{
    border: 1px solid rgb(193 193 193);
    background: rgb(193 193 193);
    color: lightslategray;
}
#pagination-controls i{
    font-size: 1.5rem;
}
#pagination-controls.referance-pagination-controls a i,
#pagination-controls.referance-pagination-controls button i{
    margin-top: .5px;
}
#pagination-controls.referance-pagination-controls a.previous i, #pagination-controls.referance-pagination-controls button.previous i{
    margin-right: 5px;
}
#pagination-controls.referance-pagination-controls a.next i, #pagination-controls.referance-pagination-controls button.next i{
    margin-left: 5px;
}
#pagination-controls > span{
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}
#pagination-controls span.current-page{
    color: #0069b4;
}

/* Details Page */
.post-description {
    display: flex;
    flex-direction: column;
}
.reference-description {
    margin: 2rem 0;
}
.post-description.reference-description .post-description__meta {
    padding-right: 1.5rem;
}
.post-description__meta {
    order: 1;
}
.post-description .h2 {
    margin-bottom: 1.5rem;
    display: none;
}
.post-description__meta h1 {
	font-size: 30px !important;
    text-transform: unset !important;
}
.reference-properties .reference-properties__item{
	clear: both;
}
.reference-properties .reference-properties__item div:first-child{
	width: 20%;
	float: left;
}
.reference-properties .reference-properties__item div:nth-child(2){
	width: 80%;
	float: right;
}
.reference-details{
    padding-right: 2rem;
}
.reference-details .reference-details__item{
    display: flex;
    padding-left: 0;
    position: relative;
}
.referance-slider .slider-img{
    height: 150px;
}
.referance-slider .slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.referance-slider.owl-carousel .owl-nav button {
    position: absolute;
    top: 30%;
    background: transparent;
}
.referance-slider.owl-carousel .owl-nav button.owl-prev {
    left: -5%;
}
.referance-slider.owl-carousel .owl-nav button.owl-next {
    right: -5%;
}
.referance-slider.owl-carousel .owl-nav button i {
    font-size: 50px;
    display: inline-block;
    width: auto;
    text-align: center;
    color: #2d6aab;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin-top: 3px;
}
/* Details Page */
.post-description__image img{
    width: 100%;
    border-radius: 20px;
}
.driscription{
	margin-top: 5rem;
}
.fancybox__container{
    z-index: 99999;
}
/*Animation */
@keyframes appearanceFadeFromTop {
    0% {
        display: none;
        opacity: 0;
        transform: translateY(-15px);
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
}


.multiselect-dropdown label input{
    width: auto;
}

/* Dropdown button */
.multiselect-button {
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    text-align: left;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 50px;
}

/* Dropdown content */

.multiselect-container{
    position: relative;
}
.multiselect-dropdown {
    display: none;
    position: absolute;
    width: 95% ;
    left: 2%;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.multiselect-button::after{
    content: "\f078";
    font-family: FontAwesome;
    font-weight: 100;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #0069b4;
}
.multiselect-container.active .multiselect-button::after{
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 100;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #0069b4;
}
/* Checkbox label */
.multiselect-dropdown label {
    display: block;
    padding: 8px;
    cursor: pointer;
}

/* Style for checkboxes */
.multiselect-dropdown input[type="checkbox"] {
    margin-right: 8px;
}

/* Highlight option when hovered */
.multiselect-dropdown label:hover {
    background-color: #f1f1f1;
}

/* Show dropdown when active */
.multiselect-container.active .multiselect-dropdown {
    display: block;
}

.content-left{
    justify-content: left !important;
}
html {
    scroll-behavior: smooth;
}

/* loading div */
#tg-loading-div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgb(0 109 201 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
#tg-loading-div img{
    max-width: 80px;
}
.export-pdf span{
    padding-left: 5px;
}
#export-pdf{
    cursor: pointer;
}

.post-description__meta h1 {
    display: none;
}

/* media */

@media only screen and (min-width: 768px) {
    .fetch-filter__header__controls {
        display: none;
    }
    .fetch-filter__dropdown {
        animation: none;
        display: block;
        transition: max-height .2s linear, padding .1s ease;
        z-index: 50;
    }
    .filter-criterias {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .filter-criterias__item {
        margin: 0;
        padding-right: .3rem;
        width: 31.333333%;
        flex: none;
    }
    .filter-criterias__item__title {
        margin-bottom: 1rem;
    }
    .fetch-filter.is-opened .fetch-filter__dropdown {
        border: 0px;
        height: auto;
        max-height: 700px;
        border-radius: 40px;
    }
    .collection-list__item {
        margin: 1rem 0;
        padding: 0 15px !important;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .post-description {
        flex-direction: row;
    }
    .post-description__meta {
        order: 0;
        flex: 0 0 33.33333333%;
        min-width: 33.33333333%;
    }
}


@media only screen and (min-width: 992px) {
    .collection-list__item {
        flex: 0 0 33.33333333%;
        width: 33.33333333%;
    }
}

@media only screen and (max-width: 768px) {
    #pagination-controls.referance-pagination-controls span{
        display: none;
    }
    #pagination-controls.referance-pagination-controls a, #pagination-controls.referance-pagination-controls button{
        font-size: 14px;
    }
    .referance-slider .slider-img{
        height: 100px;
    }
}




