﻿.dropzone {
    border: 3px dashed steelblue;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
    color: #444;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    height: 100%;
}

.dropzone:hover {
    background-color: #f3f3f3;
    color: #333;
}

.dropzone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone-drag {
    background-color: palegreen;
}

.dropzone-disabled {
    background-color: grey;
}

.upload-component {
    height: calc(100% - 32px);
}

.upload-dropzone-container {
    height: 65%;
}

.upload-properties-container {
    height: 25%;
}

.upload-properties-category-section {
    margin-top: 0.5rem;
}

.upload-properties-category-contract {
    margin-top: 0.5rem;
}

.upload-buttons-container {
    height: 10%;
}

.admin-button {
    padding: 0.75rem 1rem;
    background: #feec34;
    border: 0;
    cursor: pointer;
    font-size: 1rem;
    font-family: "Helvetica Neue LT Std", sans-serif;
    line-height: 1;
}


.upload-selected-mi-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: auto;
    height: calc(100% - 25px);
}

.upload-mi-preview-img {
    height: 300px;
    object-fit: cover;
    width: auto;
    object-position: center; /* Center the image within the element */
}

.upload-selected-media-item {
    flex: none;
    margin: 0.5rem;
    margin-bottom: 25px;
    cursor: pointer;
}

.upload-selected-media-item-filename {
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    height: 25px;
    position: absolute;
}

/*.upload-selected-media-item-filename:hover{*/
/*    overflow: visible;*/
/*    white-space: normal;*/
/*    position: inherit;*/
/*    background-color: #FEEC34;*/
/*    !*height: 25px;*!*/
/*    z-index: 3;*/
/*}*/

.upload-selected-media-item-remove-icon {
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 1rem;
    transform: translate(-50%, -50%);
}

.CustomTagDialog {
    max-width: 70% !important;
    height: 90%;
    min-width: 700px;
    max-height: 90%;
}

/* tagging/labeling */
.label-select-searchresult-template {
    max-height: 20px;
    justify-content: left;
    align-items: center;
    font-size: medium;
}

.label-select-select-template {
    max-height: 20px;
    justify-content: left;
    align-items: center;
    font-size: medium;

}

.label-selected-overview {
    margin-top: 0.5rem;
    overflow-x: auto;
    overflow-y: auto;
    min-height: 105px
}

.label-select {
    width: 100%;
}

.label-list-dropdown-section {
    height: 245px;
}

.label-list-selection-section {
    height: 100px;
    overflow-x: auto;
    text-transform: capitalize;
}

/* admin login */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 60vh;
    margin: auto;
    width: 700px;
    column-count: 1;
    padding: 0px;
    flex-direction: column
}

.login-container form {
    width: 300px;
    justify-content: left;
    align-items: left;
    text-align: left;
    margin-left: 30px;
    margin-top: 15px;
}

.login-container form label {
    font-weight: bold;
    margin-bottom: 5px;
}

.login-container form input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.login-button {
    width: 100%;
    border-radius: 0px;
}

.entrrClickableIcon {
    margin-left: 0.5rem;
    cursor: pointer;
}

.title-with-buttons {
    display: flex;
    justify-content: space-between;
}

/*MaterialDetailPageComponent*/
.carousel-selecteditem-detail-header-links {
    cursor: pointer;
    text-align: center
}

.carousel-selecteditem-detail-header-link {
    margin-right: 5px
}

/*detail page carousel*/
.carousel-text-panel {
    max-height: none;
    height: 600px;
    width: 300px;
}

.longDescription-container {

}

.detail-longDescription {

}

.createInDirectusLinkComponent {

}

.adminTagDropdownSelectComponent {
    display: inline-block;
    width: 95%;
}

.sidebar-bottom-list {
    position: absolute;
    bottom: 1rem;
    margin-left: 0.5rem;
}

.select-all {
    width: 118px;
}

.icon-media-item-category {
    background: black;
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-top: 6px;
}

.icon-media-item-category-letter {
    position: absolute;
    top: -7px;
    left: 3px;
}

.media-item-select-remove-icon {
    visibility: hidden
}

.media-item:hover .media-item-select-remove-icon {
    visibility: visible
}

.media-item-select-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    max-width: none;

}

.dialog .media-list ul .media-item button .fal {
    left: 22px;
}

.dialog-header {
    height: 45px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.dialog-content {
    overflow-x: auto;
    max-height: 840px; /*Height of createTagDialog - header - footer*/
}

.dialog-footer {
    height: 65px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.admin-dialog-button-row {

}

.admin-dialog-button {
    padding: .75rem 1rem;
    background: #feec34;
    border: 0;
    cursor: pointer;
    font-size: 1rem;
    font-family: "Helvetica Neue LT Std", sans-serif;
    line-height: 1
}

.search-input-container {
    /*margin: 3rem auto;*/
    width: 26.5rem;
    max-width: 100%;
}


.search-input-container input {
    padding: 0.5rem 4rem 0.5rem 1rem ;
    display: inline-block;
    border: 0.0625rem solid #ccc;
    outline: 0;
    font-size: 1.4375rem;
    font-family: "Helvetica Neue LT Std", sans-serif;
    line-height: 1.39130435;
    transition: .15s ease-in-out;
    width: 100%;
}

.search-input-container i {
    position: absolute;
    top: 50%;
    right: 1rem;
    font-size: 1.75rem;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-input-dropdown {
    width: 26.5rem;
    max-width: 100%;
    border: 0.0625rem solid #ccc;
    outline: 0;
    font-size: 1.4375rem;
    font-family: "Helvetica Neue LT Std", sans-serif;
    line-height: 1.39130435;
    padding: 1.0625rem;
    position: absolute;
    z-index: 5;
    background: white;
}

.search-input-dropdown ul {
    display: block !important;
}

.search-input-dropdown ul li {
    border-left: none !important;
    padding: 0rem !important;
    font-size: inherit;
}

.search-input {

}

.autoCompleteItem {
    cursor: pointer;
    text-align: start;
}

.autocompleteMark {
}

/*Carousel*/
.carousel-arrow {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 3rem;
    width: 3.125rem;
    height: 3.125rem;
    background: #000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.5' height='24.396' viewBox='0 0 24.5 24.396'%3E%3Cpath data-name='Path 72' d='M11.838.192l-.387.387a.656.656 0 0 0 0 .928l9.762 9.761H.656a.656.656 0 0 0-.656.656v.547a.656.656 0 0 0 .656.656h20.557l-9.763 9.762a.656.656 0 0 0 0 .928l.387.387a.656.656 0 0 0 .928 0l11.543-11.542a.656.656 0 0 0 0-.928L12.766.192a.656.656 0 0 0-.928 0z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    text-align: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.carousel-arrow-next {
    left: auto;
    right: 3rem
}

.carousel-arrow-prev {
    transform: translateY(-50%) scaleX(-1)
}

.carousel-arrow.slick-disabled {
    display: none;
    pointer-events: none
}

.carousel-dots {
    position: absolute;
    left: 50%;
    bottom: -3rem;
    display: flex;
    transform: translateX(-50%);
}

.carousel-dots li {
    margin: 0 0.1875rem;
    line-height: 1;
}

.carousel-dots li button {
    width: .625rem;
    height: .625rem;
    margin: 0;
    padding: 0;
    border: .125rem solid #000;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: .15s ease-in-out;
    text-align: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.carousel-dots li.slick-active button {
    background-color: #000
}

/*Copied form original due to nesting not being correct in slider*/
.read--more-button {
    font-family: "Albra", sans-serif;
    text-decoration: none;
    margin-right: 2.5rem;
    float: right;
}

/*.media-item-info-link {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/


.media-item-info-img-container {
    height: 480px;
    overflow-y: auto;
    text-align: center;
}

.media-item-info-img-container img {

    display: block;
    height: 470px;
    aspect-ratio: initial;
    width: auto;
}

.card-content-name {
    font-weight: bold;
}

.card-content-mediaItemText {
    font-weight: normal;
}

.wide-detail-description-carouselItem {
    width: 45vw;
    max-width: 900px;
}

.wide-detail-content-carouselItem {
    width: 100% !important;
}

.card-news-icon {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: #3446FE url("../../img/newswhite.svg") no-repeat center;
    background-size: 22px;
    transition: .15s ease-in-out;
}

.archfirm-detail-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap
}

.archfirm-description-section {
    width: 100%;
    max-width: 550px;
}

.archfirm-description-section .wide-detail-content-carouselItem {
    overflow: hidden;
}

.archfirm-description-section .wide-detail-content-carouselItem .read-more {
    overflow: hidden;
}

.archfirm-logo-section {

}

.archfirm-logo-section img {
    height: auto;
    width: auto;
    float: right;
}

.header-icon-img {
    min-width: 1.75rem;
    width: 1.75rem;
}


.center-content-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

.legal-content-container h1 {
    margin-bottom: 2rem;
    /* other styles for h1 tags within the container */
}

.legal-content-container h2 {
    margin-bottom: 0.5rem;
    /* other styles for h1 tags within the container */
}

.legal-content-container ol {
    list-style: auto;
    padding-left: 2rem;
    margin-bottom: 1rem;
    /* other styles for h1 tags within the container */
}

.item--content__slide img {
    max-height: 100%;
}

/*.flavortext{*/
/*    background: white !important;*/
/*    color: black !important;*/
/*}*/

.flavortext {
    background: white !important;
    color: black !important;
    padding: 0.1rem !important;
}

/* Do not put this in production*/
/*.hackcompany{*/
/*    border-color: aquamarine !important;*/
/*    border-style: dashed !important;*/
/*    border-width: thick !important;*/
/*}*/
