#findReplaceModal {
    width: 550px;
    height: unset;
    bottom: unset;
}

.findReplaceModal {
    position: absolute;
    /* right: -165px; */
    /* bottom: 75px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 260px; */
    /* height: 280px; */
    border-radius: 8px;
    box-shadow: 0px 2px 9px 3px rgba(0,0,0,0.5);
    border: 1px solid #979797;
    background: #F6F2F2;
    color: #3C434F;
    z-index: 101;

    padding: 10px;

    -webkit-box-sizing: border-box; /*Keep fixed width and add padding*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-family: Open Sans;
    font-size: 14px;
    /* margin: 0px; */
    letter-spacing: -0.28px;

    /* cursor: pointer; */
}
/* .findReplaceModal::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #F6F2F2 transparent transparent transparent;
    bottom: -10px;
    transform: rotate(0deg);
    top: unset;
    position: absolute;
    left: 20px;
} */
.findReplaceModal > .close_button:hover { background-color: rgba(45,52,76,0.79); }
.findReplaceModal > .close_button:hover > img { transform: scale(1); }
.findReplaceModal > .close_button {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    background-color: rgba(45,52,76,0.57);
    color: #fff;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 300ms all ease-out;
}
.findReplaceModal > .close_button > img {
    transition: 400ms all cubic-bezier(0.68, -0.55, 0, 2.29);
    transform: scale(0.8);
}

.findReplaceModal > #findReplaceModalDragHandle {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    cursor: pointer;
    transition: 300ms all ease-out;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(50,50,50,0.13) 85%);
    opacity: 0;
}
.findReplaceModal > #findReplaceModalDragHandle:hover {
    opacity: 1;
}

.findReplaceModal .title {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 900;
    /* text-align: center; */
    /* letter-spacing: -0.37px; */
    margin: 0px;
    margin-top: -5px;
    margin-bottom: 10px;
    z-index: 2;
    pointer-events: none;
}

.findReplaceModal i {
    color: #5273F1;
}

#findReplaceCaseSensitiveToggle:not([selected]):hover { 
    background-color: unset !important; 
    color: unset !important;
}
#findReplaceCaseSensitiveToggle[selected]:hover {
    /* background-color: #5273F1; */
    /* background-color: unset; */
}
#findReplaceCaseSensitiveToggle[selected] {
    background-color: #738ef5;
    color: white;
}

.findReplaceModal .field_container {
    display: flex;

    width: 100%;
    /* height: 50px; */
    /* background-color: green; */

    align-items: center;
    justify-content: space-between;
}

.findReplaceModal .field_container .select_div {
    height: 25px;
}

.findReplaceModal .field_container .field_descriptor {
    width: 118px;
    /* text-align: center; */
    font-size: 14px;
    font-weight: 600;
    text-indent: 15px;
    font-family: 'Open Sans';
}

.findReplaceInputOuterContainer {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);

    display: flex;
    border-radius: .375rem;
    box-sizing: border-box;
    border-width: 0;
    width: 100%;
    height: 29px;
}

.findReplaceInputInnerContainer .clear_text_button {
    position: absolute;
    right: 4px;
    top: 3px;
}

.findReplaceInputInnerContainer {
    position: relative;
    flex-grow: 1;
    align-items: stretch;
    display: flex;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

.findReplaceInput {
    display: block;
    /* border-radius: 3px; */
    border-radius: 0.375rem 0 0 0.375rem !important;
    border: 1px solid #eee;
    font-family: 'Open Sans';
    font-size: 14px;
    text-indent: 8px;
    background: #fff;
    width: 100%;
    padding-left: 2.5rem;
    --tw-border-opacity: 1;
    border-color: rgba(209,213,219,var(--tw-border-opacity));
    padding: 0;
    margin: 0;
}

.findReplaceInputInnerButton {
    --tw-text-opacity: 1;
    color: rgba(55,65,81,var(--tw-text-opacity));
    position: relative;
    /* padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem; */
    margin-left: -1px;
    /* font-size: .875rem; */
    /* line-height: 1.25rem; */
    /* font-weight: 500; */
    align-items: center;
    display: inline-flex;
    border-width: 1px;
    /* border-top-right-radius: .375rem; */
    /* border-bottom-right-radius: .375rem; */
    border-radius: 0 0.375rem 0.375rem 0;
    --tw-border-opacity: 1;
    border-color: rgba(209,213,219,var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(249,250,251,var(--tw-bg-opacity));
    box-sizing: border-box;
    border-style: solid;

    padding-top: 0;
    padding-bottom: 0;
    min-height: unset;
}

.findReplaceInputInnerSelect {
    --tw-text-opacity: 1;
    color: rgba(55,65,81,var(--tw-text-opacity));
    position: relative;
    margin: 0 !important;
    /* margin-left: -1px !important; */
    align-items: center;
    display: inline-flex;
    border-width: 1px;
    border-radius: 0 0.375rem 0.375rem 0;
    --tw-border-opacity: 1;
    border-color: rgba(209,213,219,var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(249,250,251,var(--tw-bg-opacity));
    box-sizing: border-box;
    border-style: solid;

    padding-top: 0;
    padding-bottom: 0;
    min-height: unset;
    height: 29px !important;
}

.findReplaceModal .clear_text_button:hover { background-color: rgba(45,52,76,0.79); }
.findReplaceModal .clear_text_button:hover > img { transform: scale(1); }
.findReplaceModal .clear_text_button {
    position: absolute;
    /* top: 5px; */
    /* right: 5px; */
    border-radius: 50%;
    background-color: rgba(45,52,76,0.57);
    color: #fff;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 300ms all ease-out;
}
.findReplaceModal .clear_text_button > img {
    transition: 400ms all cubic-bezier(0.68, -0.55, 0, 2.29);
    transform: scale(0.8);
}

.findReplaceModal .button_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-left: 120px;
    width: calc(100% - 120px); */
    padding-left: 30px;
    width: calc(100% - 30px);
}

.button_container .inner_button_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.button_container .inner_button_container button {
    height: 30px;
}

.match_number_value:last-child {
    /* margin-right: 10px; */
}
.match_number_separator {
    margin: 0 2px;
}

.no_results_span {
    color: red;
}

.auto_fill_container {
    position: absolute;
    width: 300px;
    height: 200px;
    padding: 10px;
    display: flex;
    
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0px 2px 9px 3px rgb(0 0 0 / 50%);
    border: 1px solid #979797;
    background: #F6F2F2;
    color: #3C434F;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.auto_fill_search_container {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);

    display: flex;
    border-radius: .375rem;
    box-sizing: border-box;
    border-width: 0;
    width: 100%;
    height: 29px;
}
.auto_fill_search_inner_container {
    position: relative;
    flex-grow: 1;
    align-items: stretch;
    display: flex;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
.auto_fill_search_container i {
    padding-left: 4px;
    opacity: 0.8;
    align-items: center;
    display: flex;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
.auto_fill_search_container input {
    display: block;
    /* border-radius: 3px; */
    border-radius: 0.375rem !important;
    border: 1px solid #eee;
    font-family: 'Open Sans';
    font-size: 14px;
    text-indent: 8px;
    background: #fff;
    width: 100%;
    padding-left: 2.5rem;
    --tw-border-opacity: 1;
    border-color: rgba(209,213,219,var(--tw-border-opacity));
    padding: 0;
    margin: 0;
    text-indent: 30px;
}
.auto_fill_items_container {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: calc(100% - 35px);
}
.auto_fill_items_container > *:not(:last-child) {
    margin-bottom: 5px;
}
.auto_fill_item_span {
    font-size: 15px;
    /* height: 30px; */
    color: #5273f1;
    border-radius: 5px;
    padding: 4px 8px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    transition: all 300ms linear;
    cursor: pointer;
}
.auto_fill_item_span:hover {
    background: white;
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 20%);
}