.dash-box {
  padding: 20px 4% 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background: rgb(0, 0, 0, 0.4);
  width: 85%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Arial', sans-serif;
  text-align: center;
}

.notice-box {
  margin: 0;
  padding: 3px;
  box-sizing: border-box;
  width: 100%;
  /* min-height: 300px;*/
  max-height: 600px;
  /* height: auto; */
  position: relative;
  text-align: left;
  overflow: scroll;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.notice-box::-webkit-scrollbar {
  display: none;
}

.notice-inbox {
  margin: 0;
  padding: 8px 10px 8px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 2px solid rgb(220, 220, 220, 0.2);
}

.notice-title {
  margin: 0;
  font-size: 20px;
  color: rgba(220, 220, 220, 1);
}

.notice-title-link {
  margin: 0;
  height: 28px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(220, 220, 220, 0.7);
  display: inline-block;
  line-height: 28px;
  cursor: pointer;
}

.dialog-box {
  padding: 20px 7% 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.4);
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-box {
  margin: 0 auto;
  padding: 20px 3% 10px;
  box-sizing: border-box;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.4);
  width: 95%;
  position: relative;
}

.result-box {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.textarea-box {
  margin-top: 4px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

.div-box {
  margin-top: 15px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.div-inbox {
  margin-top: 10px;
  padding: 10px 15px 10px;
  box-sizing: border-box;
  border: 1px solid rgb(220, 220, 220, 0.7);
  border-radius: 15px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.div-btnbox {
  margin-top: 15px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.div-dragbox-row {
  margin-top: 5px;
  padding: 5px 10px 0px;
  box-sizing: border-box;
  border: 1px solid rgb(220, 220, 220, 0.7);
  border-radius: 15px;
  width: 75%;
  display: grid;
  position: relative;
  grid-template-rows: 30px 40px;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 5px;
}

.div-dragbox-row .grid-title {
  grid-column: 1/5;
}

.div-dragbox-col {
  margin-top: 0;
  padding: 10px 10px 5px;
  box-sizing: border-box;
  border: 1px solid rgb(220, 220, 220, 0.7);
  border-radius: 15px;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.div-dragbox-col::-webkit-scrollbar {
  display: none;
}

.title {
  margin: 0;
  font-size: 18px;
  color: rgba(220, 220, 220, 1);
}

.table-title {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: bold;
  color: rgba(220, 220, 220, 0.7);
  display: inline-block;
}

input {
  padding: 0 5%;
  border: none;
  border-radius: 12px;
  background: rgba(60, 60, 60, 0.7);
  width: 90%;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  color: rgba(220, 220, 220, 1);
}

input::placeholder {
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  color: rgba(220, 220, 220, 0.7);
}

select {
  margin: 0;
  padding: 0 5%;
  border: none;
  border-radius: 12px;
  background: rgba(60, 60, 60, 0.7);
  width: 100%;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  color: rgb(220, 220, 220, 1);
}

select option {
  background: rgba(128, 128, 128, 0.7);
}

.nolabel-form input {
  margin-top: 10px;
}

.label-form input {
  margin-top: 0;
}

label {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: bold;
  color: rgba(220, 220, 220, 0.7);
  display: block;
  height: 55px;
  line-height: 17px;
}

.submit-btn {
  border: none;
  border-radius: 12px;
  background-color: rgba(229, 9, 20, 0.8);
  width: 100%;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  color: rgba(220, 220, 220, 1);
  cursor: pointer;
}

.link-btn {
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 12px;
  background-color: rgba(229, 9, 20, 0.8);
  width: 100%;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  color: rgba(220, 220, 220, 1);
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.normal-btn {
  margin: 0 5px;
  padding: 0;
  border: none;
  border-radius: 12px;
  background-color: rgba(229, 9, 20, 0.8);
  width: 80px;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  color: rgba(220, 220, 220, 1);
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.drag-items-name {
  margin: 0px 0 5px;
  box-sizing: border-box;
  border: 1px solid rgb(220, 220, 220, 0.7);
  border-radius: 12px;
  width: 100%;
  height: 30px;
  font-size: 13px;
  font-weight: bold;
  color: rgba(220, 220, 220, 1);
  display: flex;
  position: relative;
  justify-content: center;
  line-height: 30px;
  cursor: pointer;
}

.text-msg {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: rgba(220, 220, 220, 0.7);
}

.text-link {
  font-size: 15px;
  font-weight: bold;
  color: rgba(220, 220, 220, 1);
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid rgb(220, 220, 220, 0.7);
  padding: 4px;
  text-align: left;
  color: rgba(220, 220, 220, 1);
  font-size: 16px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.4);
}
th {
  background-color: rgba(0, 0, 0, 0.4);
}

.textarea {
  margin: 0;
  padding: 7px 5%;
  border: none;
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(60, 60, 60, 0.7);
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  color: rgba(220, 220, 220, 1);
  resize: none;
  overflow-y: hidden;
  -ms-overflow-style: none;
}

.textarea::-webkit-scrollbar {
  display: none;
}

textarea::placeholder {
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  color: rgba(220, 220, 220, 0.7);
}

#text-title {
  height: 35px;
  line-height: 20px;
}

#text-body {
  height: 54px;
  line-height: 20px;
}
