.transcy-switcher-dropdown .transcy-switcher-content {
    background: #fff;
    border: 1px solid #dbe2eb;
    border-radius: 8px;
    width: auto;
    margin-bottom: 8px;
    padding: 15px;
    min-width: 280px
}

.transcy-switcher-dropdown i {
    position: absolute;
    right: 15px;
    bottom: 10px
}

.transcy-switcher-dropdown .transcy-switcher-content .transcy-switcher-item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    font-weight: 500;
    position: relative;
    width: 100%
}

.transcy-switcher-dropdown .transcy-switcher-content .transcy-switcher-item::after {
    content: " ";
    height: 1px;
    width: 84%;
    position: absolute;
    left: 8%;
    bottom: 0;
    background: #bcccdc
}

.transcy-switcher-dropdown .transcy-switcher-content .transcy-switcher-item:last-child::after {
    display: none
}

.transcy-switcher-dropdown .transcy-switcher-content .transcy-switcher-item.active,
.transcy-switcher-dropdown .transcy-switcher-content .transcy-switcher-item:hover {
    background: #bcccdc
}

.transcy-switcher-dropdown.transcy-switcher-position-top_left .transcy-switcher-content,
.transcy-switcher-dropdown.transcy-switcher-position-top_right .transcy-switcher-content {
    position: absolute;
    top: calc(100% + 8px);
    bottom: auto;
    right: 0
}

.transcy-switcher-dropdown.transcy-switcher-position-top_left .transcy-switcher-content {
    left: 0
}

.transcy-dropdown-currencies,
.transcy-dropdown-languages {
    margin-bottom: 8px
}

.transcy-switcher-content-list .transcy-select-items,
.transcy-switcher-content-list .transcy-select-language-selected {
    background-color: #ffffff !important
}