body {
  padding: 0;
  font-family: Ubuntu, sans-serif;
  letter-spacing: 0.25px;
}

body,
h1 {
  margin: 0;
}
button,
input,
optgroup,
select,
textarea {
  width: auto;
  height: 2.75rem;
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: white;
  border: 1px solid #d1d5db !important;
  z-index: 2;
}

.selectDiv {
  border-radius: 0.375rem;
  height: 2.85rem;
  outline-offset: 2px;
  padding: 0.5rem 1rem;
}
.selectDiv:focus-visible {
  outline: 1px solid #0284c7;
}
@media (min-width: 640px) {
  .selectDiv {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.textareaDiv {
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  padding: 1rem;
  outline-offset: 2px;
  min-width: 0;
  height: auto !important;
}
.textareaDiv:focus-visible {
  outline: 1px solid #0284c7;
}
.radioDiv {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #e5e5e5;
  overflow: hidden;
}
.radioMain {
  display: flex;
  gap: 2px;
}
.radioDiv:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.radioDiv:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.input {
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  height: 2.75rem;
  padding: 0 1rem;
  min-width: 0;
  outline-offset: 2px;
}
.input:focus-visible {
  outline: 1px solid #0284c7;
}
.check-with-label:focus-visible + .label-for-check {
  outline: 1px solid #0284c7;
  outline-offset: 2px;
}
.item {
  gap: 0.25rem;
}
.item,
.subItemDiv {
  display: flex;
  flex-direction: column;
}
.subItemDiv {
  gap: 1rem;
}
.subItemDiv > .item {
  width: 100%;
}
.actionBtn {
  background: linear-gradient(90deg, #0284c7, #0ea5e9);
  color: #fff;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  width: 100%;
  outline: none;
  border: none;
}
.actionBtn:focus-visible {
  outline: 1px solid #0284c7;
  outline-offset: 2px;
}
@media screen and (min-width: 640px) {
  .subItemDiv {
    flex-direction: row;
  }
  .actionBtn {
    padding: 0.75rem 1rem;
  }
  .mainListBox {
    padding: 0 2rem 2rem !important;
  }
}
.br {
  height: 1px;
  background-color: #e5e5e5;
  width: 100%;
}
.mainListBox {
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  padding: 0 25px;
  margin: 2rem auto 0;
  gap: 1rem;
  padding: 0 1rem 1rem;
}
.item {
  margin-top: 12px;
}
.main {
  background: linear-gradient(90deg, #f4f4f5, #fafafa);
}
.item-label {
  color: #262626;
}

input[type="date"],
input[type="select"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Hide the native radio input */
input[type="radio"] {
  appearance: none;
  opacity: 0;
  position: absolute;
}
.label-for-check {
  transition: all 0.1s ease-in-out;
  letter-spacing: 0.5px;
  font-weight: 500;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}
.check-with-label:checked + .label-for-check {
  background-color: #0284c7;
  color: white;
}

div.radioDiv {
  display: flex;
  align-items: center;
  width: 100%;
}

.message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #00000010;
  backdrop-filter: blur(20px);
  font-size: 3em;
  letter-spacing: 1px;
  font-family: sans-serif;
}
.message > span > span {
  font-weight: 600;
  color: #000000a0;
}
.message > span {
  border: 1px solid #00000020;
  border-radius: 12px;
  text-align: center;
  padding: 8px 22px;
  background: #00000004;
  box-shadow: 5px 3px 9px #00000030;
}
.message > span > .logo {
  font-weight: 700;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(to top right, #0ea5e9, #673ab7);
}
.message span {
  text-shadow: 5px 4px 7px #00000020;
}

.message p {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #00000080;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(to top right, #3f51b5, #03a9f4);
}

@media (min-width: 640px) {
  .message {
    font-size: 5em;
  }
  .message p {
    font-size: 2rem;
  }
  .message > span {
    border-radius: 16px;
  }
}
.banner {
  max-width: 1024px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
  max-height: 400px;
  background-color: white;
  height: 400px;
}
.banner img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 400px;
  max-width: 50%;
}
.banner > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
}

.banner .headline .first {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: transparent;
  background-image: linear-gradient(to top right, #25b5f5, #006dc0);
  background-clip: text;
  text-shadow: 5px 5px 10px #006dc024;
}
.banner .headline .second {
  font-size: 2.5rem;
  font-weight: 700;
  background-clip: text;
  letter-spacing: 1px;
  text-align: start;
  padding: 0.5rem 0;
  color: #000000c0;
}

@media screen and (max-width: 1024px) {
  .banner .headline .first {
    font-size: 4rem;
    line-height: 4rem;
  }
  .banner .headline .second {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .banner > div {
    padding-left: 25px;
  }
  .banner .headline .first {
    font-size: 2.5rem;
    line-height: 2rem;
  }
  .banner .headline .second {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .banner {
    max-height: 200px;
    height: 200px;
    padding: 0;
  }
  .mainListBox {
    padding: 16px;
    margin: 0.5rem auto 0;
  }
  .banner img {
    max-height: 200px;
  }

  .banner > div {
    padding-left: 15px;
  }
  .banner .headline .first {
    font-size: 8.5vw;
    line-height: 8.5vw;
    letter-spacing: 0 !important;
  }
  .banner .headline .second {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: 0 !important;
  }
}

.bg {
  width: 100%;
  max-width: 700px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.1;
}

::file-selector-button {
  display: none;
}
::-webkit-file-upload-button {
  display: none;
}

div:has(> input[type="file"]) > label > div {
  width: auto;
  padding: 13px 14px;
}
div:has(> input[type="file"]) {
  padding: 0;
  height: auto;
  background-color: white;
}
div.custom-search-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}
div.custom-search-input:hover {
  cursor: pointer;
}
.custom-search-input {
  width: calc(100% - 28px) !important;
  border: none !important;
  outline: none;
  border-radius: 5px !important;
  padding: 0 14px;
  background: transparent;
}
.custom-select-options {
  box-shadow: 0 5px 10px #00000020;
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  /* pointer-events: none; */
  left: 0;
  z-index: -10;
  width: 100%;
  background-color: white;

  border: 1px solid #d1d5db;

  border-radius: 0.375rem;
  padding: 0.5rem 0;
  max-height: 250px;
  overflow-y: auto;
}
.custom-select-options.open,
div:has(> .custom-search-input:focus-visible) .custom-select-options {
  top: calc(100% + 2px);
  opacity: 1;

  z-index: 1000;
}
.custom-select-text {
  padding: 12px 16px;
  text-align: center;
  font-size: 14px;
  color: #00000080;
}
.custom-select-option {
  padding: 12px 16px;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  border: none !important;
  outline: none;
}
.custom-select-option.selected {
  background-color: #f0f8fc !important;
  position: sticky;
  top: -0.5rem;
  bottom: -0.5rem;
  color: #0284c7;
}
.custom-select-option:hover {
  background-color: #f4f4f5;
}
.custom-select {
  background-color: white;
  padding: 0;
  position: relative;
}
.custom-select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
  background-size: 20px;
}
input[type="file"] {
  display: none;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #00000010;
  backdrop-filter: blur(20px);
  font-size: 3em;
  letter-spacing: 1px;
  font-family: sans-serif;
}

@media screen and (max-width: 576px) {
  .loading {
    font-size: 2em;
  }
}

.hidden {
  display: none;
}


.title{
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .title {
    text-align: left;
  }
}


.br{
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.item:has(.br),.item:has(.title){
  margin-top: 5px;
}