/*extensions delivered 20/12/2022*/

.dialog .dialog-container.createTagDialog {
    max-height: 950px;
}

.filter-extra-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.filter-extra-row + .filter-extra-row {
    margin-top: 24px
}

.filter-extra-row-item {
    margin: 0;
}

.label-list-dropdown-section {
    height: auto;
}

.filter-extra-row .blazored-typeahead {
    width: auto;
    flex: 1 1 0;
}

#mediaItemsQueryTakeInput {
    padding: 10px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}

.filter-extra-row-item select {
    padding: 10px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    appearance: none;
    width: 150px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.291' height='5.27' viewBox='0 0 9.291 5.27'%3E%3Cpath data-name='Path 71' d='M.625 0a.624.624 0 0 0-.441 1.066l4.019 4.022a.626.626 0 0 0 .884 0l4.019-4.022A.624.624 0 0 0 8.666 0z'/%3E%3C/svg%3E") no-repeat center right 1rem;

}

.blazored-typeahead:focus,
.blazored-typeahead__input:focus,
.blazored-typeahead__controls:focus {
    outline: none;
}

.blazored-typeahead:focus-within {
    box-shadow: none;
}

.blazored-typeahead__active-item, .blazored-typeahead__result:hover, .blazored-typeahead__result:focus {
    background-color: #feec34;
    color: black;
    border-color: #feec34;
}

.blazored-typeahead__results,
.label-select-searchresult-template {
    font-size: 14px;
}

.newSelectedLabelList {
    border-bottom: 0.0625rem solid #ccc;
}

.selectedLabelList {
    margin-top: 1rem;
}

.newSelectedLabel {
    /*padding: 12px;*/
    display: flex;
    align-items: center;
    line-height: 20px;

}

.newSelectedLabel .fal {
    /*color: white !Important;*/
    /*font-size: 20px;*/
    margin-left: 8px;
    top: -2px;
    cursor: pointer;
}


.contract-pub-info-container,
.project-pub-info-item {
    height: auto;
}

.contract-pub-info-content{
    display: flex;
    margin-top: 0.5rem  ;
    text-align: left
}

.project-pub-info-item {

}

.dropzone {
    border: 2px dashed black;
    box-shadow: none;
    background: white;
    font-size: 16px;
}

.contract-pub-info-img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    margin-right: 32px;
}

.pub-logo {
    height: 75px;
    max-width: 150px;
}

.contract-pub-info-text {
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-height: 250px;
    overflow-y: auto;
}

.project-pub-info-item + .project-pub-info-item {
    margin-top: 24px;
}

.contract-pub-info-link {
    text-decoration: none;
}

.dialog .close-dialog {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    outline: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 1.75rem;
    line-height: 1;
    color: #000;
}

.card.item {
    padding: 0px;
    border: 0px;
}

.card-content {
    padding-top: 0px;
    font-weight: bold;
    padding-bottom: 0px;
}

.intro span {
    /* font-family: "Albra", sans-serif; */
    /* font-size: 1.6875rem; */
}

.item--slider--container{
    height: 695px;
}

/*Deliverd by Jan*/
.card-content {
    padding: .75rem 0 1rem;
}

/*.slick-arrow {*/
/*    opacity: 0.5;*/
/*    transition: opacity 0.3s ease-in-out;*/
/*}*/

/*.slick-arrow:hover {*/
/*    opacity: 1;*/
/*}*/

/*@media only screen and (min-width: 48em) {*/
/*    .carousel-arrow-prev {*/
/*        left: -90px*/
/*    }*/

/*    .carousel-arrow-next {*/
/*        right: -90px*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 39.9375em){*/
/*    .slick-arrow {*/
/*        right: 1rem !important;*/
/*    }*/
/*}*/