﻿.search-symtom-line {
    height: 1px;
    width: 100%;
    background: #35376C;
    margin: 10px 0 0 0;
}

#categoryForm {
    background: linear-gradient(0deg, #FFFEFC 0%, #FFEFEB 100%);
    border-radius: 0 50px 0 0;
}

.symptoms {
    padding: 0 36px 130px 36px;
}

.popup__container-symtom {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    width: 100%;
    background: #00000042;
}

.first-character {
    font-size: 28px;
}

.line {
    background: #E7C7C0;
    width: 100%;
    height: 4px;
    margin: 0 0 23px 0;
}

.symptoms h1 {
    padding: 50px 0 0 0;
}

.symtom-button-container {
    display: flex;
    flex-direction: column;
}

.symtom-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 1000;
}

.back-button {
    font-size: 16px;
    color: #35376C !important;
    font-family: montserrat, sans-serif;
    cursor: pointer;
}

.take-main-center-box {
    padding: 0 36px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-transition-delay: 99999s;
}

.search-symtom-input .search-symtom-input-wrapper input::placeholder {
    color: #35376C;
    font-size: 16px;
    opacity: 1;
}

.search-symtom-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

    .search-symtom-input .search-symtom-input-wrapper {
        color: #555;
        display: flex;
        border-radius: 29px;
        border: #35376C solid 3px;
        width: 100%;
        height: 44px;
        background: #fff;
        position: relative;
    }

    .search-symtom-input .search-symtom-input-wrapper input[type="search"] {
        border: none;
        background: transparent;
        margin: 0;
        font-size: 16px;
        color: inherit;
        color: #35376C;
        padding: 0 0 0 23px;
        width: 100%;
    }

.search-symtom-input .search-symtom-input-wrapper button[type="submit"] {
    border: none;
    background: none;
    cursor: auto;
    color: #35376C;
    font-size: 20px;
}

    /*.search-filter-input form button[type="submit"]:hover {
opacity: 1;
}*/
.search-symtom-input .search-symtom-input-wrapper button[type="submit"]:focus,
.search-symtom-input .search-symtom-input-wrapper input[type="search"]:focus {
    box-shadow: none;
    border-color: none;
    outline: none;
}

.search-container {
    padding: 26px 0;
}

.autocomplete-items-container {
    position: absolute;
    border: none;
    z-index: 99;
    left: 0;
    right: 0;
    top: 43px;
    margin: 4px 0 0 0;
    width: 100%;
    background: #fff;
}

.autocomplete-items {
    max-height: 42vh;
    overflow-y: auto;
    border: 3px solid #35376C;
    border-radius: 11px;
    /*padding: 3px 60px 25px 60px;*/
}

    .autocomplete-items .items,
    .result-not-found {
        padding: 10px 10px 10px 23px;
        cursor: pointer;
        color: #35376C;
        border-bottom: 2px solid #35376C;
        text-decoration: none;
        font-family: montserrat, sans-serif;
    }

    .autocomplete-items .last-item {
        border-bottom: none;
    }

.autocomplete-items .items:hover {
    background-color: #fff;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.result-not-found,
.number-results {
    display: flex;
    justify-content: center;
    padding: 20px 0 20px 0;
}

.content-text-container p {
    line-height: 1.3;
}


@media only screen and (min-width: 700px) {
    .symtom-back-to-top {
        display: none;
    }
}

@media only screen and (min-width: 1080px) {
    .search-symtom-line {
        display: none;
    }

    .symptoms {
        padding: 0 383px 130px 36px;
    }

    .symtom-container {
        display: flex;
        align-items: center;
    }

    .symtom-button-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .symtom-heading-container {
        height: 100%;
        margin: 0 0 35px 0;
    }

    .first-character {
        font-size: 45px;
    }

    .symptoms h2 {
        margin: 0;
        padding: 0;
    }

    .heading-search-container {
        display: flex;
    }

    .search-container {
        padding: 58px 0 0 20px;
    }

    .search-symtom-input {
        width: 436px;
    }

        .search-symtom-input .search-symtom-input-wrapper input[type="search"] {
            width: 390px;
            font-family: montserrat, sans-serif;
            font-size: 20px;
        }

    .search-symtom-input .search-symtom-input-wrapper input::placeholder {
        font-size: 20px;
        font-family: montserrat, sans-serif;
    }

    .autocomplete-items .items,
    .result-not-found {
        font-size: 20px;
    }

}

#dialogbox-backgroung18 {
    display:none;
}