﻿.custom-autocomplete-container {
    position: relative;
    direction: ltr;
}

body:not(.export-body) .custom-autocomplete-container > textarea {
    direction: rtl;
}

.custom-autocomplete-field {
    padding-right: 22px !important;
}

.custom-autocomplete-container button.save-button {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    margin-left: -22px;
    margin-top: 2px;
    padding: 0;
    border: none;
    border-radius: 5px;
    outline: inherit;
    background-color: transparent;
    color: #309bbf;
    cursor: pointer;
}

.custom-autocomplete-container .settings-button {
    display: inline-block;
    top: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    margin-top: 2px;
    padding: 0;
    border: none;
    border-radius: 5px;
    outline: inherit;
    background-color: transparent;
    color: #309bbf;
    cursor: pointer;
}

.custom-autocomplete-container button.save-button:active,
.custom-autocomplete-container button.settings-button:active {
    background-color: #fdf5ce;
    border: 1px solid #c77405;
}

.custom-autocomplete-container button.button-hover {
    background-color: #fdf5ce;
    border: 1px solid #fbcb09;
    color: #c77405;
}

#autocomplete-field-menu {
    position: absolute;
    display: none;
}
