/* node_modules/@dafcoe/vue-notification/dist/vue-notification.css */
.notification-list-item[data-v-0730d53e] {
  position: relative;
  display: flex;
  margin: 8px;
  min-height: 74px;
  width: 100vw;
  max-width: 400px;
  border-radius: 4px;
  overflow: hidden;
}
.notification-list-item--light[data-v-0730d53e] {
  background-color: #fcfcfc;
  border: 1px solid #eee;
  color: #333;
}
.notification-list-item--dark[data-v-0730d53e] {
  background-color: #333;
  border: 1px solid #222;
  color: #eee;
}
.notification-list-item--glass[data-v-0730d53e] {
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid hsla(0, 0%, 100%, .125);
  border-top-color: hsla(0, 0%, 100%, .25);
  border-left-color: hsla(0, 0%, 100%, .25);
  color: #eee;
}
.notification-list-item--dismissible-manual[data-v-0730d53e] {
  cursor: pointer;
}
.notification-list-item__tag[data-v-0730d53e] {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 6px;
}
.notification-list-item--dismissible-automatic .notification-list-item__tag[data-v-0730d53e] {
  -webkit-animation-name: progress;
  animation-name: progress;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.notification-list-item__message[data-v-0730d53e] {
  z-index: 1;
  flex: 1;
  padding: 12px 12px 12px 18px;
}
.notification-list-item__icon[data-v-0730d53e] {
  position: absolute;
  bottom: -24px;
  opacity: .25;
  width: 80px;
}
.notification-list-item--glass .notification-list-item__icon[data-v-0730d53e] {
  opacity: .5;
}
.notification-list-item--left[data-v-0730d53e] {
  text-align: right;
}
.notification-list-item--left .notification-list-item__tag[data-v-0730d53e] {
  right: 0;
}
.notification-list-item--left .notification-list-item__icon[data-v-0730d53e] {
  left: -24px;
  transform: rotate(12deg);
}
.notification-list-item--right[data-v-0730d53e] {
  text-align: left;
}
.notification-list-item--right .notification-list-item__icon[data-v-0730d53e] {
  right: -24px;
  transform: rotate(-12deg);
}
.notification-list-item--success .notification-list-item__tag[data-v-0730d53e] {
  background-color: #009800;
}
.notification-list-item--success .notification-list-item__icon[data-v-0730d53e] {
  color: #009800;
}
.notification-list-item--alert .notification-list-item__tag[data-v-0730d53e] {
  background-color: #ff3600;
}
.notification-list-item--alert .notification-list-item__icon[data-v-0730d53e] {
  color: #ff3600;
}
.notification-list-item--warning .notification-list-item__tag[data-v-0730d53e] {
  background-color: #ffa600;
}
.notification-list-item--warning .notification-list-item__icon[data-v-0730d53e] {
  color: #ffa600;
}
.notification-list-item--info .notification-list-item__tag[data-v-0730d53e] {
  background-color: #08f;
}
.notification-list-item--info .notification-list-item__icon[data-v-0730d53e] {
  color: #08f;
}
@-webkit-keyframes progress {
  0% {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0;
    opacity: .5;
  }
}
@keyframes progress {
  0% {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0;
    opacity: .5;
  }
}
.notification-list[data-v-e1ef80b2] {
  position: fixed;
  z-index: 100;
  margin: 0;
  padding: 0;
}
.notification-list--top-left[data-v-e1ef80b2] {
  top: 0;
  left: 0;
}
.notification-list--top-left .notification-list-enter-from[data-v-e1ef80b2] {
  opacity: 0;
  transform: translateX(-100%);
}
.notification-list--top-left .notification-list-leave-to[data-v-e1ef80b2] {
  opacity: 0;
  transform: translate(-100%, -8px);
}
.notification-list--top-left .notification-list-enter-to[data-v-e1ef80b2],
.notification-list--top-left .notification-list-leave-from[data-v-e1ef80b2] {
  opacity: 1;
}
.notification-list--top-left .notification-list-enter-active[data-v-e1ef80b2],
.notification-list--top-left .notification-list-leave-active[data-v-e1ef80b2] {
  transition: all .3s cubic-bezier(.82, .085, .395, .895);
}
.notification-list--top-left .notification-list-leave-active[data-v-e1ef80b2] {
  position: absolute;
}
.notification-list--top-left .notification-list-move[data-v-e1ef80b2] {
  transition: all .6s ease-in-out;
}
.notification-list--bottom-left[data-v-e1ef80b2] {
  bottom: 0;
  left: 0;
}
.notification-list--bottom-left .notification-list-enter-from[data-v-e1ef80b2] {
  opacity: 0;
  transform: translateX(-100%);
}
.notification-list--bottom-left .notification-list-leave-to[data-v-e1ef80b2] {
  opacity: 0;
  transform: translate(-100%, calc(-100% - 8px));
}
.notification-list--bottom-left .notification-list-enter-to[data-v-e1ef80b2],
.notification-list--bottom-left .notification-list-leave-from[data-v-e1ef80b2] {
  opacity: 1;
}
.notification-list--bottom-left .notification-list-enter-active[data-v-e1ef80b2],
.notification-list--bottom-left .notification-list-leave-active[data-v-e1ef80b2] {
  transition: all .3s cubic-bezier(.82, .085, .395, .895);
}
.notification-list--bottom-left .notification-list-leave-active[data-v-e1ef80b2] {
  position: absolute;
}
.notification-list--bottom-left .notification-list-move[data-v-e1ef80b2] {
  transition: all .6s ease-in-out;
}
.notification-list--top-right[data-v-e1ef80b2] {
  top: 0;
  right: 0;
}
.notification-list--top-right .notification-list-enter-from[data-v-e1ef80b2] {
  opacity: 1;
  transform: translateX(100%);
}
.notification-list--top-right .notification-list-leave-to[data-v-e1ef80b2] {
  opacity: 0;
  transform: translate(100%, -8px);
}
.notification-list--top-right .notification-list-enter-to[data-v-e1ef80b2],
.notification-list--top-right .notification-list-leave-from[data-v-e1ef80b2] {
  opacity: 1;
}
.notification-list--top-right .notification-list-enter-active[data-v-e1ef80b2],
.notification-list--top-right .notification-list-leave-active[data-v-e1ef80b2] {
  transition: all .3s cubic-bezier(.82, .085, .395, .895);
}
.notification-list--top-right .notification-list-leave-active[data-v-e1ef80b2] {
  position: absolute;
  z-index: 90;
}
.notification-list--top-right .notification-list-move[data-v-e1ef80b2] {
  transition: all .6s ease-in-out;
}
.notification-list--bottom-right[data-v-e1ef80b2] {
  bottom: 0;
  right: 0;
}
.notification-list--bottom-right .notification-list-enter-from[data-v-e1ef80b2] {
  opacity: 0;
  transform: translateX(100%);
}
.notification-list--bottom-right .notification-list-leave-to[data-v-e1ef80b2] {
  opacity: 0;
  transform: translate(100%, calc(-100% - 8px));
}
.notification-list--bottom-right .notification-list-enter-to[data-v-e1ef80b2],
.notification-list--bottom-right .notification-list-leave-from[data-v-e1ef80b2] {
  opacity: 1;
}
.notification-list--bottom-right .notification-list-enter-active[data-v-e1ef80b2],
.notification-list--bottom-right .notification-list-leave-active[data-v-e1ef80b2] {
  transition: all .3s cubic-bezier(.82, .085, .395, .895);
}
.notification-list--bottom-right .notification-list-leave-active[data-v-e1ef80b2] {
  position: absolute;
  z-index: 90;
}
.notification-list--bottom-right .notification-list-move[data-v-e1ef80b2] {
  transition: all .6s ease-in-out;
}

/* node_modules/vue-next-select/dist/index.min.css */
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.icon.delete {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0 0;
  height: 8px;
  width: 8px;
  min-height: 8px;
  min-width: 8px;
  max-height: 8px;
  max-width: 8px;
  cursor: pointer;
}
.icon.arrow-downward {
  color: #999;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #999 transparent transparent;
  content: "";
  transition: transform .2s linear;
  cursor: pointer;
}
.icon.arrow-downward.active {
  transform: rotate(180deg);
}
.vue-select {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 150px;
  border-radius: 4px;
  border: 1px solid #999;
  box-sizing: border-box;
  outline: 0;
}
.vue-select[aria-disabled=true] {
  background-color: rgba(239, 239, 239);
}
.vue-dropdown[data-removable=false] .vue-dropdown-item.selected:hover,
.vue-select[aria-disabled=true] *,
.vue-select[aria-disabled=true] input,
.vue-tags[data-removable=false] .vue-tag.selected img:hover {
  cursor: not-allowed;
}
.vue-select-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.vue-select-header .icon.arrow-downward,
.vue-select-header .icon.loading,
.vue-select-input-wrapper .icon.loading,
.vue-tag span {
  margin-right: 4px;
}
.vue-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 2px;
  min-height: calc(1rem + 4px);
  user-select: none;
}
.vue-tags.collapsed {
  flex-wrap: nowrap;
  overflow: auto;
}
.vue-tag,
.vue-tag.selected {
  justify-content: center;
  background-color: #999;
  padding: 0 4px;
  font-size: .8rem;
}
.vue-tag {
  display: none;
  align-items: center;
  list-style-type: none;
  border-radius: 4px;
  margin: 2px;
  min-height: 1rem;
}
.vue-tag.selected {
  display: flex;
}
.vue-select-input-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.vue-input,
.vue-tag.selected {
  align-items: center;
  border-radius: 4px;
}
.vue-input {
  display: inline-flex;
  border: 0;
  outline: 0;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 4px;
}
.vue-select[data-is-focusing=false][aria-disabled=false] .vue-input input,
input[readonly] {
  cursor: default;
}
.vue-dropdown,
.vue-input input {
  width: 100%;
  min-width: 0;
  padding: 0;
}
.vue-input input {
  border: 0;
  outline: 0;
  font-size: .8rem;
}
.vue-input input[disabled] {
  background-color: rgba(239, 239, 239);
}
.vue-input input[readonly],
.vue-select-header .vue-input input[disabled] {
  background-color: unset;
}
.vue-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  overflow-y: auto;
  margin: 0;
  left: -1px;
  box-sizing: content-box;
  border: 1px solid #999;
  list-style-type: none;
}
.vue-select[aria-expanded=true] .vue-dropdown {
  display: unset;
}
.vue-dropdown[data-visible-length="0"] {
  border: 0;
}
.vue-dropdown-item {
  list-style-type: none;
  padding: 4px;
  cursor: pointer;
  min-height: 1rem;
}
.vue-dropdown-item.highlighted {
  background-color: #41b883;
}
.vue-dropdown-item.disabled {
  background-color: rgba(239, 239, 239);
  cursor: not-allowed;
}
.vue-dropdown-item.selected {
  background-color: #f3f3f3;
}
.vue-dropdown-item.selected.highlighted {
  background-color: #ff6a6a;
}
.vue-dropdown[data-addable=false][data-multiple=true] .vue-dropdown-item:not(.selected):hover {
  cursor: not-allowed;
}
.icon.loading {
  display: inline-block;
  position: relative;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}
.icon.loading div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 1px solid #999;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: loading 1s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: #999 transparent transparent;
}
.icon.loading div:nth-child(1) {
  animation-delay: -.08s;
}
.icon.loading div:nth-child(2) {
  animation-delay: -.16s;
}
.inline-flex {
  display: inline-flex;
}
.vue-select[aria-expanded=true].direction-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-select[aria-expanded=true].direction-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-select.direction-top .vue-dropdown {
  bottom: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.vue-select.direction-bottom .vue-dropdown {
  top: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* sfc-style:/app/src/page/courses/create.vue?type=style&index=0 */
.vue-select {
  background: var(--col-pri-bg);
  border-radius: 0;
  border: 1px solid var(--col-pri-fg);
  color: inherit;
}
.vue-dropdown-item {
  padding: 0.5em;
}
.vue-dropdown-item.highlighted {
  background: #28E;
  color: #FFF;
}
.vue-dropdown-item.selected {
  background: #DDD;
  color: var(--col-pri-fg);
}
.vue-dropdown-item.selected.highlighted {
  background: #FF6A6A;
  color: #FFF;
}
.vue-input {
  padding: unset;
}
.vue-input input {
  opacity: unset;
  font-size: inherit;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
input::placeholder {
  color: var(--col-pri-fg);
  opacity: unset;
}

/* sfc-style:/app/src/component/modal.vue?type=style&index=0 */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  display: table;
  backdrop-filter: blur(0.5em);
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.modal-container {
  display: inline-block;
  position: relative;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: var(--col-pri-bg);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  text-align: initial;
}
.modal-close-button {
  position: absolute;
  right: -12px;
  top: -12px;
}
.modal-close-button svg {
  background: #FFF;
  border-radius: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.modal-header h3 {
  margin-top: 0;
}
.modal-body {
  margin: 20px 0;
}
.modal-default-button {
  display: block;
  margin-top: 1rem;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* node_modules/vue3-date-time-picker/dist/main.css */
.dp__input_wrap {
  position: relative;
  width: 100%;
}
.dp__input {
  background-color: var(--dp-background-color);
  border-radius: 4px;
  border: 1px solid var(--dp-border-color);
  outline: none;
  transition: border-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 6px 12px;
  color: var(--dp-text-color);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dp__input::placeholder {
  opacity: .7;
}
.dp__input:hover {
  border-color: var(--dp-border-color-hover);
}
.dp__disabled {
  background: var(--dp-disabled-color);
}
.dp__disabled::placeholder {
  color: var(--dp-disabled-color-text);
}
.dp__input_icons {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 6px 12px;
  color: var(--dp-icon-color);
}
.dp__input_icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--dp-icon-color);
}
.dp__clear_icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--dp-icon-color);
}
.dp__input_icon_pad {
  padding-left: 35px;
}
.dp__input_valid {
  box-shadow: 0 0 4px var(--dp-success-color);
}
.dp__input_valid:hover {
  border-color: var(--dp-success-color);
}
.dp__input_invalid {
  box-shadow: 0 0 4px var(--dp-danger-color);
}
.dp__input_invalid:hover {
  border-color: var(--dp-danger-color);
}
.dp__menu {
  position: absolute;
  background: var(--dp-background-color);
  border-radius: 4px;
  min-width: 260px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  user-select: none;
  border: 1px solid var(--dp-border-color);
  z-index: 1;
}
.dp__arrow_top {
  left: 50%;
  top: -1px;
  height: 12px;
  width: 12px;
  background-color: var(--dp-background-color);
  position: absolute;
  border-left: 1px solid var(--dp-border-color);
  border-top: 1px solid var(--dp-border-color);
  transform: translate(-50%, -50%) rotate(45deg);
}
.dp__arrow_bottom {
  left: 50%;
  bottom: -1px;
  height: 12px;
  width: 12px;
  background-color: var(--dp-background-color);
  position: absolute;
  border-right: 1px solid var(--dp-border-color);
  border-bottom: 1px solid var(--dp-border-color);
  transform: translate(-50%, 50%) rotate(45deg);
}
.dp__calendar_tb {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  border-collapse: collapse;
  color: var(--dp-text-color);
}
.dp__calendar {
  position: relative;
}
.dp__calendar_content_wrap {
  position: relative;
}
.dp__calendar_days {
  color: var(--dp-text-color);
}
.dp__calendar_header_cell {
  border-bottom: thin solid var(--dp-border-color);
  padding: .5rem;
}
.dp__cell {
  position: relative;
}
.dp__cell_inner {
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  height: 30px;
  padding: 5px;
  width: 30px;
}
.dp__cell_offset {
  color: var(--dp-secondary-color);
}
.dp__cell_disabled {
  color: var(--dp-secondary-color);
  cursor: not-allowed;
}
.dp__active_date {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}
.dp__date_hover:hover {
  background: var(--dp-hover-color);
}
.dp__range_between {
  background: var(--dp-hover-color);
}
.dp__today {
  border: 1px solid var(--dp-primary-color);
}
.dp__week_num {
  color: var(--dp-secondary-color);
  text-align: center;
}
.dp__month_year_row {
  display: flex;
  align-items: center;
  height: 38px;
  color: var(--dp-text-color);
}
.dp__month_year_col_nav {
  padding: 5px;
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 25px;
  color: var(--dp-icon-color);
  text-align: center;
  border-radius: 50%;
}
.dp__month_year_col_nav:hover {
  background: var(--dp-hover-color);
}
.dp__month_year_select {
  width: 50%;
  text-align: center;
  cursor: pointer;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.dp__month_year_select:hover {
  background: var(--dp-hover-color);
}
.dp__overlay {
  position: absolute;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: var(--dp-background-color);
  top: 0;
  left: 0;
  transition: opacity 1s ease-out;
  z-index: 2;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: var(--dp-text-color);
}
.dp__overlay::-webkit-scrollbar-track {
  -webkit-box-shadow: var(--dp-scroll-bar-background);
  background-color: var(--dp-scroll-bar-background);
}
.dp__overlay::-webkit-scrollbar {
  width: 5px;
  background-color: var(--dp-scroll-bar-background);
}
.dp__overlay::-webkit-scrollbar-thumb {
  background-color: var(--dp-scroll-bar-color);
  border-radius: 10px;
}
.dp__overlay_container {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.dp__overlay_row {
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  align-items: center;
}
.dp__overlay_container > .dp__overlay_row {
  flex: 1;
}
.dp__overlay_col {
  box-sizing: border-box;
  width: 33%;
  padding: 5px;
}
.dp__overlay_cell_active {
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
}
.dp__overlay_cell {
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
}
.dp__overlay_cell:hover {
  background: var(--dp-hover-color);
}
.dp__overlay_action {
  position: sticky;
  bottom: 0;
  background: #fff;
}
.dp__over_action_scroll {
  right: 5px;
  box-sizing: border-box;
}
.dp__overlay_cell_disabled {
  cursor: not-allowed;
  background: var(--dp-disabled-color);
}
.dp__overlay_cell_disabled:hover {
  background: var(--dp-disabled-color);
}
.dp__time_input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: var(--dp-text-color);
}
.dp__time_col {
  padding: 0 20px;
  font-size: 2rem;
  text-align: center;
}
.dp__time_display {
  cursor: pointer;
  color: var(--dp-text-color);
  border-radius: 4px;
}
.dp__time_display:hover {
  background: var(--dp-hover-color);
}
.dp__inc_dec_button {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  color: var(--dp-icon-color);
}
.dp__inc_dec_button:hover {
  background: var(--dp-hover-color);
  color: var(--dp-primary-color);
}
.dp__pm_am_button {
  background: var(--dp-primary-color);
  color: var(--dp-primary-text-color);
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.dp__action_row {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: var(--dp-text-color);
  background: var(--dp-background-color);
}
.dp__action_row svg {
  height: 20px;
  width: auto;
}
.dp__selection_preview {
  width: 50%;
  color: var(--dp-text-color);
  font-size: .8rem;
}
.dp__action_buttons {
  width: 50%;
  text-align: right;
}
.dp__action {
  font-weight: bold;
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}
.dp__select {
  color: var(--dp-success-color);
}
.dp__cancel {
  color: var(--dp-secondary-color);
}
.dp__theme_dark {
  --dp-background-color: #212121;
  --dp-text-color: #ffffff;
  --dp-hover-color: #484848;
  --dp-primary-color: #005cb2;
  --dp-primary-text-color: #ffffff;
  --dp-secondary-color: #a9a9a9;
  --dp-border-color: #2d2d2d;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #737373;
  --dp-disabled-color-text: #d0d0d0;
  --dp-scroll-bar-background: #212121;
  --dp-scroll-bar-color: #484848;
  --dp-success-color: #00701a;
  --dp-icon-color: #959595;
  --dp-danger-color: #e53935;
}
.dp__theme_light {
  --dp-background-color: #ffffff;
  --dp-text-color: #212121;
  --dp-hover-color: #f3f3f3;
  --dp-primary-color: #1976d2;
  --dp-primary-text-color: #f8f5f5;
  --dp-secondary-color: #c0c4cc;
  --dp-border-color: #ddd;
  --dp-border-color-hover: #aaaeb7;
  --dp-disabled-color: #f6f6f6;
  --dp-scroll-bar-background: #f3f3f3;
  --dp-scroll-bar-color: #959595;
  --dp-success-color: #76d275;
  --dp-icon-color: #959595;
  --dp-danger-color: #ff6f60;
  --dp-disabled-color-text: #8e8e8e;
}
.dp__main {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  user-select: none;
}
.dp__pointer {
  cursor: pointer;
}
.dp__icon {
  stroke: currentColor;
  fill: currentColor;
}
.dp__button {
  width: 100%;
  text-align: center;
  color: var(--dp-icon-color);
  background: var(--dp-background-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 1rem;
  padding: 10px;
  box-sizing: border-box;
}
.dp__button:hover {
  background: var(--dp-hover-color);
}
.dp__button svg {
  height: 20px;
  width: auto;
}
.dp__flex_display {
  display: flex;
  position: relative;
}
