.custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 79px;
  height: 40px;
  padding: 0;
  font-size: var(--text-large);
  color: var(--white);
  border-radius: 8px;
  border: none;
  background: #282e3e;
}

.custom-btn:hover {
  color: rgba(255, 255, 255, 0.8);
  background: #3d4251;
}

.custom-btn:active {
  color: rgba(255, 255, 255, 0.5) !important;
  background: #282e3e !important;
}

.custom-btn:active img {
  opacity: 0.5;
}

.custom-btn:disabled {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.4;
  background: #a2a7af;
}

.excel-btn,
.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  border: 1px solid #c2cadb;
  font-size: var(--text-large);
  background: #ffffff;
}

.excel-btn {
  width: 136px;
  height: 40px;
  color: #000000;
  border-radius: 8px;
}

.download-btn {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.52px;
  width: 91px;
  height: 32px;
  color: #5b6371;
  border-radius: 4px;
  margin: 0 auto;
}

.excel-btn:hover,
.download-btn:hover,
.delete-btn:hover,
.delete-btn-2:hover,
.part-btn:hover {
  background: #f2f2f2;
  border: 1px solid #c2cadb;
}

.excel-btn:active,
.download-btn:active,
.delete-btn:active,
.delete-btn-2:active,
.part-btn:active {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid #c2cadb !important;
  background: #e6e6e6 !important;
}

.excel-btn:active img,
.download-btn:active img,
.delete-btn:active img,
.delete-btn-2:active img {
  opacity: 0.6;
}

.excel-btn:disabled,
.download-btn:disabled,
.delete-btn:disabled,
.delete-btn-2:disabled,
.part-btn:disabled {
  opacity: 0.4;
  border: 1px solid #c2cadb !important;
}

.excel-btn:disabled img,
.download-btn:disabled img,
.delete-btn:disabled img,
.delete-btn-2:disabled img {
  opacity: 0.6;
}

/* deprecated */
.pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f0f4fd;
  border: none;
}

.pagination-btn-big {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f0f4fd;
  border: none;
}

.power-off-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #404658;
  background: #181c25;
}

.power-off-btn:hover {
  border: 1px solid #404658;
  background: #464951;
}

.power-off-btn:active {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid #404658 !important;
  background: #181c25 !important;
}

.power-off-btn:active img {
  opacity: 0.6;
}

.power-off-btn:disabled {
  opacity: 0.4;
  border: 1px solid #404658 !important;
  background: #181c25 !important;
}

.power-off-btn:disabled img {
  opacity: 0.6;
}

.login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 8px;
  color: var(--white);
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.6px;
  background: #0068ff;
}

.login-btn:hover {
  color: var(--white);
  background: #005ee6;
}

.login-btn:active {
  color: rgba(255, 255, 255, 0.6) !important;
  background: #0053cc !important;
}

.login-btn:disabled {
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.6) !important;
  border: none;
  background: #0068ff !important;
}

.part-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 32px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #c2cadb;
  background: #f5f6f8;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.52px;
  color: #5b6371;
}

/* 파일 찾기 */
.file-upload {
  display: flex;
  align-items: center;
  gap: 8px;

  & .delete-btn {
    flex-shrink: 0;
  }
  & .upload-btn {
    width: 105px;
    flex-shrink: 0;
  }

  & .upload-area {
    & > span {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: -0.56px;

      line-height: 1;
    }
  }
}

.file-upload--full-width {
  flex: 0 0 calc(100% - 85px);
  max-width: calc(100% - 85px);

  & .upload-area {
    flex-grow: 1;
  }
}

.upload-area {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 367px;
  height: 40px;
  border: 1px solid #c2cadb;
  border-radius: 8px;
  padding: 10px 16px;
  color: #717b8a;
  background: #f0f4fd;
}

.delete-btn,
.delete-btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  padding: 0 !important;
  border-radius: 8px;
  border: 1px solid #c2cadb;
}

.delete-btn-2 {
  background: #fff;
}
