.style-wrap {
  border-radius: 4px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
  background: #fff;
  padding: 30px;
}
.style-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .style-wrap {
    padding: 30px 10px;
  }
}
.link[href] {
  color: #242424;
  text-decoration: none;
}
.link[href]:hover {
  color: #ec1751;
  text-decoration: underline;
}
.link {
  color: #ec1751;
  text-decoration: underline;
}
.link:hover {
  text-decoration: underline;
}
.link-btn {
  background: #ec1751;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  font-size: 16px;
}
.link-btn:hover {
  color: #242424;
  cursor: pointer;
}
.logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  color: #ec1751;
  font-weight: 800;
  font-size: 29px;
  line-height: 39px;
}
@media screen and (max-width: 375px) {
  .logo {
    font-size: 24px;
  }
}
.logo .dark-part {
  color: #242424;
}
.select2-container--default .select2-selection--single {
  border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b4b4b4;
  background: #fbfbfb;
  outline: none;
  padding: 6px 12px;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #242424;
  line-height: 28px;
}
.select2-dropdown {
  background: #fbfbfb;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.4);
  color: #b4b4b4;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  border: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(236,23,81,0.2);
  color: #242424;
}
.select2-search--dropdown {
  display: none;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #585858;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -12px;
  margin-top: 7px;
  border-color: #b4b4b4 transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #242424;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  background-color: #666;
}
::-webkit-scrollbar-track {
  background-color: #999;
}
::-webkit-scrollbar-track-piece {
  background-color: #c4c4c4;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #666;
  border-radius: 6px;
}
::-webkit-scrollbar-corner {
  background-color: #999;
}
::-webkit-resizer {
  background-color: #666;
}
