
tag {
    border-radius: 0.4em !important;
}

.conjunctionInputs {
    display: block !important;
    width: 100% !important;
    padding: 1rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    height: calc(3.5rem + 2px);
    margin-bottom: 0px !important;

}

.searchAreaLabel {
    margin-top: 0.5em;
    margin-right: 0.5em;
    font-weight: 400 !important;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    color: #212529;

    font-size: 18px;

    pointer-events: none;

    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

#fieldAreaSelectBox1 {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    padding: 10px !important;
}

.tagify__tag {
    border: 1px solid #6cc3ca !important;
}

.tagInputForAdvancedSearch {
    overflow: auto !important;
    max-height: 60px !important;
    padding: 0.3em !important;
    --placeholder-color: #212529 !important;
    --placeholder-color-focus: #5E5E5E !important;
}

.fw-light {
    font-family: 'Open Sans', sans-serif;
}

.smallForConjunctionInputs {
    float: right !important;
}

.header-background {
    background-color: #343646;
    background-image: linear-gradient(to right, #6cc3ca, #13859a, #2e6984, #384e66, #343646) !important;
    padding: .6rem;
}

.header-background .modal-title {
    font-size: 1.1rem;
    color: white;
}

#advanceSearchModalBody {
    margin: 2em;
    padding: 1rem;
}


.conjunctionInputs-group {
    position: relative;
    margin: 40px 0 20px;
}

.conjunctionInputs {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575;
}

.conjunctionInputs:focus {
    outline: none;
}

label {

}

.conjunctionInputs:focus ~ label,
.conjunctionInputs:valid ~ label {
    font-size: 14px;
    color: #4285f4;
}

.bar {
    position: relative;
    display: block;
    width: 315px;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #4285f4;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

.conjunctionInputs:focus ~ .bar:before,
.conjunctionInputs:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.conjunctionInputs:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animations */
@-webkit-keyframes inputHighlighter {
    from {
        background: #4285f4;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #4285f4;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #4285f4;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.advanceSearchBtn {
    background-color: #13859a !important;
    margin-top: 1em;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-size: inherit;
    overflow: hidden;
    text-decoration: none !important;
    cursor: pointer;
    color: white;
    border-style: solid;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;

}

.topDivForAdvancedSearch {
    display: flex;
}

.inputFont::placeholder {
    color: #212529 !important;
    opacity: 1;
}

.inputFont:focus::placeholder {
    color: #5E5E5E !important;
    opacity: 0.9;
}

.inputFont:focus {
    border-color: #86b7fe !important;
}
.inputFont {
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

#closeAdvancedSearchModal {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#modalFooterForAdvanceSearch .advanceSearchBtn {
    margin-right: 2em;
}
