.import-view {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  animation: gradual 1.2s linear 1;
  animation-fill-mode: forwards;
}
@keyframes gradual {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}

.setting-row-style {
  position: relative;
  margin: 2px;
  text-align: center;
}

.font-title {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 700;
  text-shadow: 0 0 12px rgba(0,0,0,1.0);
  user-select: none;
}

.font-label {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0,0,0,1.0);
  user-select: none;
}

.font-hint {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  text-shadow: 0 0 3px rgba(0,0,0,0.95);
  user-select: none;
}

.ant-input{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.setting-input-title {
  width: 180px;
  height: 32px;
  text-align: center;
}

.ant-select {
   color: #000000;
   font-size: 15px;
   font-weight: 400;
}

.setting-selection {
  width: 180px;
  height: 32px;
}

.ant-select-dropdown-menu-item {
	font-size: 15px;
	font-weight: 400;
}

.ant-select-dropdown-menu-item:hover{
  background-color: rgba(100,100,100, 0.5) !important;
}

.ant-select-dropdown-menu-item-selected {
  background-color: rgba(168,168,168, 0.5) !important;
}

.ant-select-dropdown-menu-item-active{
  background-color: rgba(255,255,255, 1.0) !important;
}

.setting-button {
  width: 180px;
  height: 32px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.operation-import-setting {
  position: absolute;
  margin-top: 0px;
  right: -50px;
  width: 32px;
}

.operation-spinbutton {
  position: relative;
  margin: 10px;
  right: -10px;
  width: 32px;
}

.operation-success-icon {
  position: absolute;
  top: 8px;
  right: -80px;
  font-size: 26px;
  color: #52C41A;
  transform:translate(0,-20%);
}

.setting-image {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid;
  border-color: #000000;
  border-radius: 15px;
}

/* 自定义抽奖弹窗组件 */
.custom-item {
  display: flex;
  align-items: center;
  height: 32px;
  margin-top: 20px;
  display: flex;
  white-space: nowrap;
}

.custom-item-input-name {
  width: 100px;
}

.custom-item-input-tag {
  width: 100px;
}

.custom-add-btn {
  margin-top: 20px;
  width: 100%;
}

.custom-item-delete {
  margin-left: 15px;
}
