﻿.searchBoxDCV {
    padding: 0 13px;
    background: #FFFFFF;
    color: #757575;
    font-size: 16px;
    border-radius: 8px;
    outline: 0px;
    border: 1px solid #E4E3E1;
}


.searchBoxInputDCV {
    font-size: 16px;
    outline: 0px;
    border: 0;
}

.fontDark15DCV {
    color: #353535;
    font-size: 15px;
}
.fontDark18DCV {
    color: #353535;
    font-size: 18px;
}
.faDCV {
    color: var(--systemColor);
}

.fontWeight500 {
    font-weight: 500;
}

.countTag {
    border: 1px solid var(--bodyTextColor);
    border-radius: 10px;
    padding: 0px 10px;
    color: var(--bodyTextColor);
    font-size: 12px;
}

input[type=checkbox] {
    accent-color: var(--systemColor) !important;
    height: 15px !important;
    width: 15px !important;
}

.showMoreLessTag{
    color: var(--moreShowColor);
    user-select: none;
}

.required {
    display: inline-block;
    gap: 5px;
    align-items: center;
    margin-bottom: 0;
    line-break: anywhere;
    position: relative;
    font-size: 14px;
}
    .required span {
        color: red;
        font-size: 15px !important;
        line-height: 15px !important;
        padding: 0;
        margin: 0;
        margin-top: 10px !important;
        max-width: 100%;
        position: relative;
        display: unset !important;
    }

.category-tags-block .drop-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    min-height: 50px;
}

a.contact-btn-fill.upgrade-plans-ct {
    padding: 5px 10px;
    text-decoration: unset;
    background: transparent;
    color: black;
    border: unset;
}

.category-tags-block .drop-container:last-child 
{
    margin-bottom: 0;
}

.highlight-search-result {
    background-color: #f0f8ff; /* Light background color */
}

.highlight-text {
    background-color: #ffff99; /* Light yellow background */
    font-weight: bold; /* Optional: make the text bold */
}

input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

searchBoxInputDCV:focus 
{
    background-color: transparent !important;
}