.no-height {
    min-height: inherit !important;
}
.return_arrow {
    position: absolute;
    width: 30px;
    top: 165px;
    left: 25px;
    opacity: 0;
    z-index: -1;
}
.return_arrow.visible {
    opacity: 1;
    cursor: pointer;
    z-index: 3;
}
#primary {
    width: 1200px !important;
}
#indexation_plugin {
    color: rgb(44, 77, 73);
    margin-top: 30px;
}
#indexation_plugin .slide_state {
    position: absolute;
    width: 50%;
    border-radius: 10px;
    padding: 7px;
    background-color: #FFF;
    height: calc(100% - 14px);
    left: calc(7px);
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.2);
    transition: left 0.5s ease-in-out;
}
#indexation_plugin .slide_state.right {
    left: calc(50% - 7px);
}
#indexation_plugin .button_choice_container {
    display: flex;
    justify-content: center;
    width: 100%;
    opacity: 0;
    bottom: -70px;
    transition: opacity 0.6s cubic-bezier(0.8, 0, 0.25, 1), bottom 0.8s cubic-bezier(0.8, 0, 0.25, 1);
    z-index: -1;
}
#indexation_plugin .button_choice_container.active {
    opacity: 1;
    bottom: 0px;
    z-index: 10;
}
#indexation_plugin .buttons_choice {
    position: relative;
    background-color: #EEEEEF;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    /*margin-top: 30px;*/
    padding: 7px;
    width: 60%;
}
#indexation_plugin .button_choice {
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}
#indexation_plugin .button_choice.active{

}
#indexation_plugin .letters {
    position: relative;
    height: 100px;
    display: flex;
    justify-content: center;
}
#indexation_plugin .indexation_letters {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 30px 0 30px 0;
    position: absolute;
    opacity: 0;
    top: -20px;
    z-index: -1;
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}
#indexation_plugin .indexation_letters.active {
    opacity: 1;
    top: 0;
    z-index: 3;
}
#indexation_plugin .indexation_letter {
    margin: 5px;
    color: #212934;
    font-weight: normal;
    cursor: pointer;
}
#indexation_plugin .indexation_letter:hover {
    font-weight: bold;
    color: #89c3be;
}
#indexation_plugin .indexation_letter.active {
    font-weight: bold;
    cursor: initial;
    color: #89c3be;
}
#indexation_plugin .indexation_letter {
    display: flex;
    justify-content: center;
    font-size: 17px;
}
#indexation_plugin .indexation_content {
    position: relative;
    min-height: 300px;
    transition: min-height 0.5s ease-in-out;
    display: flex;
    flex-direction: row;
}
#indexation_plugin .indexation_names_container {
    width: 40%;
    position: relative;
}
#indexation_plugin .indexation_card_container {
    width: 60%;
    position: relative;
}
#indexation_plugin .indexation_names {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    z-index: -1;
    left: -30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
}
#indexation_plugin .indexation_names.active {
    opacity: 1;
    z-index: 3;
    left: 0px;
}
 #indexation_plugin .indexation_names .name {
    color: #212934;
 }
#indexation_plugin .indexation_names:not(.no-card) .name:hover, #indexation_plugin .indexation_names:not(.no-card) .name.active {
    color: #89c3be;
    cursor: pointer;
}

.indexation_card_container {
    background-color: #d9efed00;
    border-radius: 25px;
    transition: background-color 0.3s ease-in-out, min-height 0.5s ease-in-out;
}
.indexation_card_container.active {
    background-color: #d9efed2e;
}
.indexation_card_container .content {
    padding: 30px;
}

.indexation_card_container .header {
    /*opacity: 0.6;*/
    height: 140px;
    width: 100%;
    border-radius: 25px;
    background-position: center;
}
.indexation_product .indexation_product_content >div {
    display: flex;
    flex-direction: column;
}
.indexation_product .indexation_product_content .product_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 20px;
}
.indexation_product-opts {
    transition: min-height 0.5s ease-in-out;
}
.indexation_product-opts .product_title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.indexation_product-opts .name-opts {
    cursor: pointer;
    color: #212934;
}
.indexation_product-opts .name-opts:hover {
    color: #89c3be;
}

.indexation_product p {
    font-size: 13px !important;
    padding: 0 30px !important;
}

.indexation_product .indexation_product_content .title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
.indexation_product .indexation_product_content .content {
    margin: 0;
    padding: 5px 30px 20px 30px;
    font-size: 13px;
}
#indexation_plugin .indexation_product_content {
     display: flex;
     flex-direction: column;
     position: absolute;
     top: 0px;
     margin: 20px;
     left: -30px;
     opacity: 0;
     transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
 }
#indexation_plugin .indexation_product_content.active {
    opacity: 1;
    z-index: 3;
    left: 0px;
    width: calc(100% - 40px);
}

.ui-autocomplete {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-menu-item-wrapper {
    font-family: "Open Sans";
    letter-spacing: 0px;
    font-style: normal;
    font-size: 14px;
}

.ui-autocomplete-category {
    font-family: "Open Sans";
    font-style: normal;
    padding: .2em .4em;
    line-height: 1.5;
    pointer-events: none;
    text-align: center;
}

.tab_container {
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab_container > div {
    position: absolute;
}

.search_button, .cancel_button {
    width: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.ui-widget {
    display: flex;
    justify-content: center;
    width: 100%;
    opacity: 0;
    top: -70px;
    transition: opacity 0.6s cubic-bezier(0.8, 0, 0.25, 1), top 0.8s cubic-bezier(0.8, 0, 0.25, 1);
    z-index: -1;
}
.ui-widget.active {
    opacity: 1;
    top: 0px;
    z-index: 10;
}

#search_input {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    color: #9ea0a4;
    background-color: #ffffff;
    font-size: 16px;
    height: 40px;
    padding: 5px 15px;
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
}

.shadow_letters {
    visibility: hidden;
    z-index: -1;
}
