.top_block_switch .switch {
  position: relative;
  background: #fff;
  background-color: rgb(255, 255, 255);
  background-color: var(--card_bg_black);
  width: 58px;
  height: 58px;
  line-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  margin-top: 1px;
}

.top_block_switch {
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  z-index: 2000;
  transform: translateY(-50%);
  background-color: rgb(255, 255, 255);
  border-radius: 0px 4px 4px 0px;
  transition: right ease 0.3s;
}

.redcoder-editor.close-redcoder-editor {
  left: -340px;
}

.redcoder-editor.close-redcoder-editor .redcoder-editor-close {
  right: 0px;
  opacity: 0;
}

.redcoder-editor {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  transition: all 0.3s ease;
  padding-top: 45px;
  width: 340px;
  z-index: 10000;
  background-color: #fff;
  box-shadow: 0px 4px 18px 0px var(--extra_color_opacity_10);
}

.redcoder-editor-in {
  height: 100%;
  padding-bottom: 120px;
  overflow: auto;
}

.redcoder-editor-close {
  position: absolute;
  right: -49px;
  transition: right ease 0.2s;
  top: 55px;
  cursor: pointer;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100%;
  background-color: var(--main_color);
}

body.front-page .redcoder-editor button {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e3e3e3;
  color: #808080;
  border-radius: 4px;
  height: 44px;
  padding-left: 15px;
  outline: none !important;
  padding-right: 15px;
  font-weight: 300;
  background-color: #f8f8f8;
}

body.front-page .redcoder-editor button:hover {
  background-color: #fefefe;
}

.redcoder-editor-label {
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.redcoder-editor-item {
  padding: 24px 30px;
  border-bottom: 1px solid #f3f3f3;
}

body.front-page input[type="text"].color-picker {
  color: transparent;
  border: 0px none;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

body.front-page input[type="text"].hex-color {
  width: 100px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

.color-picker-container_wrap {
  position: relative;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  border-radius: 22px;
}

.redcoder-editor-item.active {
  z-index: 100;
  position: relative;
}

.color-picker-container_wrap .iris-picker {
  position: absolute;
  top: 100%;
  left: 0px;
}

.color-picker-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 300px;
}
