@charset "UTF-8";
.jw-lang-change {
  border-bottom: 1px solid #e7e7e7;
}
.jw-lang-change .ant-select-selection {
  border: none;
}
.jw-lang-change .ant-select-selection .ant-select-selection__rendered {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.jw-lang-change .ant-select-selection .ant-select-selection__rendered .icon-selected {
  display: none;
}
.jw-lang-change .ant-select-selection .ant-select-arrow:before {
  content: "▼";
}
.jw-lang-change .ant-input {
  border: none;
}
.jw-lang-change .ant-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jw-select-drop-down {
  width: 120px !important;
}
.jw-select-drop-down .ant-select-dropdown-menu .ant-select-dropdown-menu-item {
  padding: 12px 8px;
}
.jw-select-drop-down .ant-select-dropdown-menu .ant-select-dropdown-menu-item .icon-selected {
  vertical-align: middle;
  margin: 0 14px 0 10px;
  display: none;
}
.jw-select-drop-down .ant-select-dropdown-menu .ant-select-dropdown-menu-item span {
  padding-left: 45px;
}
.jw-select-drop-down .ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected .icon-selected {
  display: inline-block;
}
.jw-select-drop-down .ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected span {
  padding-left: 0px;
}
.jw-select-drop-down .ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected,
.jw-select-drop-down .ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected:hover {
  background-color: #f7f7f7;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
