.el-input {
    --el-input-text-color: var(--el-text-color-regular) !important;
    --el-input-border: #3C3C3C !important;
    --el-input-hover-border: #3C3C3C !important;
    --el-input-focus-border: #3C3C3C !important;
    --el-input-transparent-border: 0 0 0 1px transparent inset !important;
    --el-input-border-color: transparent !important;
    --el-input-border-radius: 0 !important;
    --el-input-bg-color: var(--el-fill-color-blank) !important;
    --el-input-icon-color: #A5A5A5 !important;
    --el-input-placeholder-color: #7B7B7B !important;
    --el-input-hover-border-color: #3C3C3C !important;
    --el-input-clear-hover-color: var(--el-text-color-secondary) !important;
    --el-input-focus-border-color: unset !important;
    --el-input-width: 100% !important;
}

.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label::after {
    color: var(--el-text-color-regular) !important;
}

.web-search-select .el-select__wrapper {
    border-radius: 0 !important;
    box-shadow: unset !important;
}

/* .web-search-select .el-select .el-icon {
    display: none !important;
} */

.web-search-select-first-dot {
    height: 6px;
    width: 6px;
    background-color: #707070;
    position: absolute;
    border-radius: 50%;
    left: 67%;
}

.web-search-select-second-dot {
    height: 6px;
    width: 6px;
    background-color: #707070;
    position: absolute;
    border-radius: 50%;
    left: 74%;
}

.web-search-select-third-dot {
    height: 6px;
    width: 6px;
    background-color: #707070;
    position: absolute;
    border-radius: 50%;
    left: 81%;
}

.web-search-select-arrow {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    border-top: 20px solid #41abc4;
    transform: scale(0.3);
    left: 78%;
}

.web-search-select:hover .web-search-select-first-dot,
.web-search-select:hover .web-search-select-second-dot,
.web-search-select:hover .web-search-select-third-dot {
    cursor: pointer;
}

.web-search-select:hover .web-search-select-arrow {
    cursor: pointer;
}