[v-cloak] {
  display: none;
}
.common-button {
  height: 60px;
  min-width: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  margin-left: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-button--icon {
  height: 21px;
}
.common-button--icon__menu {
  height: 16px;
}
.common-button--arrow {
  margin-left: 5px;
  height: 10px;
}
@media (max-width: 768px) {
  .common-button {
    height: 40px !important;
    line-height: 40px !important;
    min-width: 40px !important;
    margin-left: 5px !important;
    padding: 0 10px !important;
    border-radius: 20px !important;
  }
}
.custom-selector {
  width: 260px;
  height: 52px;
  box-sizing: border-box;
  padding: 5px 25px;
  background: #ffffff;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 18px;
  font-family: SF UI Text-Semibold, SF UI Text;
  font-weight: 600;
  color: #495057;
  line-height: 22px;
}
.custom-selector--image {
  padding-top: 5px;
  margin-right: 15px;
}
.custom-selector--image img {
  height: 32px;
  width: 32px;
}
.custom-selector--label {
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-selector--arrow img {
  width: 15px;
  height: 15px;
}
.custom-selector-option {
  width: 258px;
  height: 52px;
  box-sizing: border-box;
  padding: 25px;
  display: flex;
  align-items: center;
  border-radius: 10px !important;
  font-size: 18px;
  font-family: SF UI Text-Semibold, SF UI Text;
  font-weight: 600;
  color: #495057;
  line-height: 22px;
}
.custom-selector-option:first-child {
  border-radius: 10px 10px 10px 10px;
}
.custom-selector-option:last-child {
  border-radius: 10px 10px 10px 10px;
}
.custom-selector-option--image {
  padding-top: 5px;
  margin-right: 15px;
}
.custom-selector-option--image img {
  height: 32px;
  width: 32px;
}
.custom-selector-option--label {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .custom-selector-option {
    width: 140px;
    height: 30px;
    padding: 20px 10px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    line-height: 16px;
  }
  .custom-selector-option--image {
    padding-top: 5px;
    margin-right: 8px;
  }
  .custom-selector-option--image img {
    height: 22px;
    width: 22px;
  }
  .custom-selector-option--label {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.el-dropdown-menu {
  padding: 0 !important;
  border-radius: 10px !important;
  border: 1px solid #666666 !important;
}
.el-dropdown-menu__item {
  padding: 0 !important;
}
.el-dropdown-menu__item:first-child {
  border-radius: 10px 10px 0 0 !important;
}
.el-dropdown-menu__item:nth-last-of-type(1) {
  border-radius: 0 0 10px 10px !important;
}
.el-dropdown-menu .popper__arrow {
  display: none !important;
}
