:root {
  --bs-body-bg: #c3cac9;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Noto+Serif+KR:wght@400;700&display=swap');

html {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(
    to right,
    /*#30a3d9 10%,
    #c14b82 80%*/
    #3e7075 20%,
    #4cacb0 85%
  );
  font-family: 'Noto Sans KR', sans-serif;
}

.serif {
  font-family: 'Noto Serif KR', serif;
}

.sans {
  font-family: 'Noto Sans KR', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans KR', sans-serif;
}

.accordion-button {
  background-color: transparent !important;
  color: #151515 !important;
  line-height: 1.6;
}
.accordion-button:focus {
  background-color: transparent;
  color: #151515;
  box-shadow: none;
  line-height: 1.6;
}
.accordion-body {
  background-color: transparent;
  color: #151515;
  line-height: 1.6;
}

/* Change accordion toggle arrow (chevron) color */
.accordion-button::after {
  filter: invert(0.8);
}

.card-body {
  opacity: 0.9;
}

.opaque-modal-content {
  background-color: #5d6b6d;
  opacity: 1;
}

.opaque-black {
  background-color: #000000;
  opacity: 1;
}

.dropdown-menu {
  background-color: #000000;
  opacity: 1;
}

.dropdown-item: disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.Select-multi-value {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.Select-multi-value-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  margin-right: 2rem; /* Prevent overlap with the close button */
}

.dropdown-style {
  white-space: nowrap;
}

.btn-outline-dark.outline-dark:hover {
  background-color: black;
  color: white;
  border-color: black;
}

.vod {
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.video-wrapper {
  position: relative;
  max-width: 560px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;

}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.Select-menu {
  color: #232323;
  white-space: nowrap;
}

#problem-loading {
  z-index: 100;
}

/* .loading-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
} */

.circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid black;
  text-align: center;
  line-height: 16px;
  margin: 3px;
  font-size: 15px;
}

.rectangle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid black;
  text-align: center;
  line-height: 20px;
  margin: 3px;
  font-size: 13px;
}