/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  color: #111111;
  font-family: "Noto Sans JP", serif;
  font-size: 0.75rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
}

a, button {
  transition: opacity 0.3s ease;
}
a:hover, button:hover {
  opacity: 0.5;
}

summary {
  cursor: pointer;
  list-style: none;
}

progress {
  -webkit-appearance: none;
  vertical-align: top;
}

.wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.header-container {
  min-width: 78.125rem;
  max-width: 120rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2.5rem;
  padding: 1.25rem;
}
.header-logo {
  margin-left: 0.625rem;
}
.header-nav {
  margin-left: auto;
}
.header-navList {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 1.25rem;
}
.header-navItem--help .header-navLink {
  display: flex;
  gap: 0.53125rem;
  align-items: center;
  color: #405BFD;
}
.header-navItem--help .header-navLink:before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}
.header-navItem--help .header-navLink:before {
  background: url(../img/common/icon_help.svg) no-repeat center/contain;
}
.header-navItem--favorite .header-navLink {
  display: flex;
  gap: 0.53125rem;
  align-items: center;
  color: #405BFD;
}
.header-navItem--favorite .header-navLink:before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}
.header-navItem--favorite .header-navLink:before {
  background: url(../img/common/icon_heart.svg) no-repeat center/contain;
}
.header-navItem--user {
  position: relative;
}
.header-navItem--user:hover .header-dropdown {
  max-height: 9999px;
  opacity: 1;
  pointer-events: all;
}
.header-navLink {
  display: block;
  font-size: 0.6875rem;
}
.header-dropdown {
  position: absolute;
  top: 2.375rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 0.3s;
  max-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  z-index: 100;
}
.header-dropdownItem {
  position: relative;
}
.header-dropdownLink {
  display: block;
  width: 8.2125rem;
  padding: 0.625rem 0.53125rem;
  background: white;
  color: #565656;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  border-bottom-color: #405BFD;
}
.header-userBtn {
  display: flex;
  gap: 0.53125rem;
  align-items: center;
  padding-block: 0.3125rem;
  justify-content: space-between;
  width: 8rem;
}
.header-userBtn:before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}
.header-userBtn:before {
  background: url(../img/common/icon_user.svg) no-repeat center/contain;
}
.header-userBtn:after {
  content: "";
  width: 0.625rem;
  height: 0.4375rem;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.597155 1.50339C0.456365 1.64368 0.455958 1.87154 0.596249 2.01233L4.52968 5.95981C4.68439 6.11507 4.93581 6.11507 5.09052 5.95981L9.02395 2.01233C9.16424 1.87154 9.16384 1.64368 9.02305 1.50339C8.88226 1.3631 8.6544 1.36351 8.51411 1.5043L4.8101 5.22152L1.1061 1.5043C0.965806 1.36351 0.737946 1.3631 0.597155 1.50339Z' fill='%23405BFD' stroke='%23405BFD' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.header-userName {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.4;
}
.header-uploadLink {
  display: block;
  width: 11.125rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #405BFD;
  border: 3px solid #405BFD;
  border-radius: 4px;
  text-align: center;
}

.footer {
  min-width: 78.125rem;
  max-width: 120rem;
}
.footer-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2.5rem;
  justify-content: space-between;
  padding: 1.25rem 4.6875rem;
}
.footer-navList {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.footer-navLink {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #111111;
}
.footer-copyrightText {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #111111;
}

.breadcrumb {
  min-width: 78.125rem;
  max-width: 120rem;
  margin-inline: auto;
  padding: 1.5rem 1.25rem 1.375rem;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  margin-left: 0.625rem;
}
.breadcrumb-item {
  font-weight: 500;
  color: #405BFD;
}
.breadcrumb-item:not(:last-child):after {
  content: ">";
  padding-inline: 0.3125rem;
}

.pageHeader {
  margin-bottom: 0.9375rem;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title btn" "file btn";
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.pageHeader-title {
  grid-area: title;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
.pageHeader-filename {
  grid-area: file;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #292D32;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.4;
}
.pageHeader-publishBtn {
  grid-area: btn;
  width: 12.6875rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #405BFD;
  border: 3px solid #405BFD;
  background: white;
  border-radius: 4px;
  padding: 0.5rem;
  line-height: 1.5;
  text-align: center;
}

.selectedTags {
  margin-bottom: 0.875rem;
}
.selectedTags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.selectedTags-btn {
  display: grid;
  grid-template-columns: 1fr repeat(2, auto);
  align-items: center;
  padding: 0.375rem 0.5rem;
  color: #405BFD;
  border: 1px solid #405BFD;
  font-size: 0.6875rem;
  font-weight: 500;
  background: #F1F3F9;
  border-radius: 14px;
}
.selectedTags-btn:before {
  order: 1;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/icon_close.svg);
}
.selectedTags-btn:after {
  padding-inline: 0.25rem;
  content: "|";
  color: rgba(0, 0, 0, 0.2);
}

.selectAll {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.9375rem;
}
.selectAll-btn {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: white;
  border: 2px solid #405BFD;
  border-radius: 4px;
  padding: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #405BFD;
}

.slideCard--row .slideCard-container {
  display: grid;
  align-items: center;
  grid-template-columns: 20.9375rem 1fr;
  gap: 1.875rem;
  padding: 0.875rem 2.25rem 0.875rem 1rem;
}
.slideCard--row .slideCard-thumbnail {
  margin-bottom: 0;
}
.slideCard--row .slideCard-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.4;
}
.slideCard--row .slideCard-infoHeader {
  max-width: 25rem;
  align-items: flex-start;
}
.slideCard-container {
  width: auto;
  padding: 0.9375rem 0.9375rem 1.5rem;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(64, 91, 253, 0.2509803922);
}
.slideCard-thumbnail {
  position: relative;
  margin-bottom: 0.625rem;
  border: 1px solid #D5D5D5;
}
.slideCard-thumbnailImg {
  width: 100%;
  cursor: pointer;
}
.slideCard-action {
  position: absolute;
  top: -2px;
  right: -2px;
  display: grid;
  place-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border: 2px solid #405BFD;
  border-radius: 4px;
  background: white;
  overflow: hidden;
}
.slideCard-infoHeader {
  display: grid;
  grid-template-columns: 66.301369863% auto min-content;
  grid-template-areas: "title cmt like" "author cmt like";
  margin-bottom: 0.625rem;
}
.slideCard-title {
  grid-area: title;
  margin-bottom: 0.4375rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.4;
}
.slideCard-author {
  grid-area: author;
  font-size: 0.6875rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.4;
}
.slideCard-likeBtn {
  grid-area: like;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  color: rgba(0, 0, 0, 0.5607843137);
  font-size: 0.8125rem;
  font-weight: 500;
}
.slideCard-likeBtn:before {
  content: "";
  display: block;
  background: url(../img/common/icon_like_off.svg) no-repeat center/contain;
  width: 1.5rem;
  height: 1.5rem;
  transition: background ease 0.3s;
}
.slideCard-likeBtn--active:before {
  background: url(../img/common/icon_like_on.svg) no-repeat center/contain;
}
.slideCard-commentBtn {
  grid-area: cmt;
  margin: 0.125rem 0.625rem 0 auto;
}
.slideCard-tag {
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #405BFD;
  background: #F1F3F9;
  border-radius: 14px;
  border: 1px solid #405BFD;
}
.slideCard-tag--publish {
  color: white;
  background: #405BFD;
}
.slideCard-tag--private {
  color: #242424;
  background: #CFCFCF;
}
.slideCard-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.slideConfig {
  padding: 1.625rem 2.125rem;
  background: white;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1411764706);
  border-radius: 4px;
}
.slideConfig-list {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.slideConfig-container {
  display: grid;
  grid-template-areas: "tmb info" "tabTrigger tabTrigger" "detail detail";
  grid-template-columns: 20.9375rem 1fr;
  gap: 1rem 1.6875rem;
}
.slideConfig-thumbnail {
  grid-area: tmb;
  border: 1px solid #D9D9D9;
}
.slideConfig-thumbnail__img {
  width: 100%;
}
.slideConfig-deleteArea {
  margin-bottom: 1rem;
}
.slideConfig-deleteBtn {
  display: grid;
  place-content: center;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  border: 2px solid #405BFD;
  border-radius: 4px;
}
.slideConfig-saveBtn {
  width: 7rem;
  padding: 0.25rem;
  border: 3px solid #405BFD;
  color: #405BFD;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  background: white;
  line-height: 1.5;
  text-align: center;
}
.slideConfig-title {
  margin-bottom: 0.25rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.4;
}
.slideConfig-author {
  margin-bottom: 0.625rem;
  font-size: 0.6875rem;
}
.slideConfig-info {
  grid-area: info;
}
.slideConfig-main {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.6875rem;
}
.slideConfig-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.slideConfig-label:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #405BFD;
  border-radius: 4px;
  transition: background 0.3s;
}
.slideConfig-label:after {
  position: absolute;
  top: 0.3125rem;
  left: 0.25rem;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.76497 0.423492C8.06611 0.707901 8.07967 1.18258 7.79526 1.48372L3.54526 5.98372C3.40613 6.13103 3.21332 6.21578 3.01071 6.21868C2.8081 6.22157 2.61295 6.14236 2.46967 5.99908L0.21967 3.74908C-0.0732233 3.45619 -0.0732233 2.98132 0.21967 2.68842C0.512563 2.39553 0.987437 2.39553 1.28033 2.68842L2.98463 4.39272L6.70474 0.453784C6.98915 0.152646 7.46383 0.139083 7.76497 0.423492Z' fill='white'/%3E%3C/svg%3E%0A");
}
.slideConfig-checkbox {
  display: none;
}
.slideConfig-checkbox:checked + .slideConfig-label:before {
  background: #405BFD;
}
.slideConfig-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.625rem;
  gap: 0.4375rem;
}
.slideConfig-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.slideConfig-tag {
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #405BFD;
  background: #F1F3F9;
  border-radius: 14px;
  border: 1px solid #405BFD;
}
.slideConfig-tag--publish {
  color: white;
  background: #405BFD;
}
.slideConfig-tag--private {
  color: #242424;
  background: #CFCFCF;
}
.slideConfig-detail {
  grid-area: detail;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.slideConfig-detail--active {
  max-height: 9999px;
  transition: max-height 1s ease-in-out;
}
.slideConfig-tabTrigger {
  grid-area: tabTrigger;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.slideConfig-tabTrigger--active:after {
  transform: rotate(180deg);
}
.slideConfig-tabTrigger:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.4375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.899889 0.94089C0.759099 1.08118 0.758693 1.30904 0.898983 1.44983L4.83242 5.39731C4.98713 5.55257 5.23854 5.55257 5.39325 5.39731L9.32669 1.44983C9.46698 1.30904 9.46657 1.08118 9.32578 0.94089C9.18499 0.8006 8.95713 0.801006 8.81684 0.941797L5.11284 4.65902L1.40883 0.941796C1.26854 0.801006 1.04068 0.8006 0.899889 0.94089Z' fill='%23405BFD' stroke='%23405BFD' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: transform 0.3s;
}
.slideConfig-content {
  display: none;
}
.slideConfig-content--active {
  display: block;
  padding: 0.75rem;
  border: 1px solid #424242;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.slideConfig-contentTitle {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-bottom: 1px solid #D1D1D1;
}
.slideConfig-categoryGroup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 25rem;
  overflow-y: auto;
}
.slideConfig-checkboxList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.slideConfig-checkboxInput {
  display: none;
}
.slideConfig-checkboxInput:checked + .slideConfig-checkboxLabel {
  background-color: #405BFD;
  color: white;
}
.slideConfig-checkboxLabel {
  display: block;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #405BFD;
  background: #F1F3F9;
  border-radius: 14px;
  border: 1px solid #405BFD;
}
.slideConfig-checkboxLabel--publish {
  color: white;
  background: #405BFD;
}
.slideConfig-checkboxLabel--private {
  color: #242424;
  background: #CFCFCF;
}
.slideConfig-tabList {
  display: flex;
  gap: 0.4375rem;
  align-items: flex-end;
}
.slideConfig-tabItem {
  flex: 1;
  text-align: center;
  border: 1px solid #D1D1D1;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.slideConfig-tabItem--active {
  position: relative;
  border-color: #424242;
}
.slideConfig-tabItem--active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: white;
  left: 0;
  bottom: -1px;
}
.slideConfig-tabItem--active .slideConfig-tabBtn {
  padding-block: 0.84375rem;
}
.slideConfig-tabBtn {
  width: 100%;
  height: 100%;
  padding-block: 0.625rem;
  color: #424242;
}
.slideConfig-category {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.slideConfig-categoryTitle {
  color: #424242;
}

.slideList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 1.5625rem;
  margin-bottom: 3.125rem;
}
.slideList--row {
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}
.slideList--library {
  margin-bottom: 6.9375rem;
}

.pageTitle {
  margin-bottom: 1.0625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.container {
  background: linear-gradient(180deg, #EEF3FF 0%, #ECE4FA 100%);
}
.container-inner {
  display: grid;
  grid-template-columns: 228px 1fr 194px;
  grid-template-areas: "left main right";
  gap: 1.25rem;
  min-width: 78.125rem;
  max-width: 120rem;
  height: calc(100% - 3.7375rem);
  margin-inline: auto;
  padding: 0 1.25rem 1.25rem;
}
.container-inner--account {
  grid-template-columns: 228px 1fr;
  grid-template-areas: "left main";
}

.pager--top {
  margin-bottom: 1.4375rem;
  padding: 0.75rem 0.625rem;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.pager--top .pager-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.pager--bottom {
  display: grid;
  place-content: center;
}
.pager--library {
  margin-bottom: 11.5rem;
}
.pager-list {
  display: flex;
  gap: 0.75rem;
}
.pager-btn {
  display: grid;
  place-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 3px;
  border: 1px solid #D1D1D1;
  background: white;
  font-weight: 700;
  transition: opacity ease 0.3s;
}
.pager-btn:hover:not(span) {
  opacity: 0.5;
}
.pager-btn--disabled {
  opacity: 0.3;
}
.pager-btn--dots {
  place-content: flex-end;
  justify-content: center;
  background: none;
  border: none;
}
.pager-btn--active {
  color: #405BFD;
  border: 2px solid #405BFD;
}
.pager-btn--prev {
  transform: rotate(180deg);
}
.pager-count {
  font-weight: 400;
  color: #565656;
}
.pager-sort {
  margin-left: auto;
}
.pager-sortWrap {
  position: relative;
}
.pager-sortWrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.3125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.597155 0.306124C0.456365 0.446414 0.455958 0.674275 0.596249 0.815066L4.52968 4.76254C4.68439 4.9178 4.93581 4.9178 5.09052 4.76254L9.02395 0.815066C9.16424 0.674275 9.16384 0.446414 9.02305 0.306124C8.88226 0.165834 8.6544 0.16624 8.51411 0.307031L4.8101 4.02425L1.1061 0.307031C0.965806 0.16624 0.737946 0.165834 0.597155 0.306124Z' fill='%23111111'/%3E%3C/svg%3E%0A");
}
.pager-select {
  border-radius: 4px;
  padding: 0.625rem 2.15rem 0.625rem 0.625rem;
  color: #565656;
  background: white;
  border: 1px solid #D1D1D1;
  cursor: pointer;
}

.sidebar {
  background: white;
  border-radius: 4px;
  padding: 1rem;
}

.popup {
  position: fixed;
  top: -6.25rem;
  width: calc(100% - 17.9375rem);
  padding: 1.6875rem 1.875rem;
  border-radius: 0.5rem;
  transition: top 0.3s ease-in-out;
  z-index: 1000;
}
.popup-message {
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}
.popup--active {
  top: 6.25rem;
  animation: popup-show 8s forwards;
}
@keyframes popup-show {
  0% {
    top: -6.25rem;
  }
  20%, 80% {
    top: 6.25rem;
  }
  100% {
    top: -6.25rem;
  }
}
.popup--success {
  background: #405BFD;
}
.popup--error {
  background: #FD405D;
}
.popup-closeImg {
  filter: invert(98%) sepia(11%) saturate(368%) hue-rotate(225deg) brightness(119%) contrast(100%);
}
.popup-closeBtn {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform: translateY(-50%);
}

.downloadPanel {
  margin-bottom: 1.0625rem;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid #D1D1D1;
}
.downloadPanel-btn {
  width: 100%;
  padding: 0.5rem;
  background: linear-gradient(180deg, #405BFD 0%, #A668F5 100%);
  color: white;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

.selectionPanel-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6875rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #424242;
}
.selectionPanel-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.selectionPanel-empty {
  padding-block: 2.3125rem;
  border: 1px dashed #D1D1D1;
  text-align: center;
  border-radius: 4px;
  font-weight: 400;
  color: #111111;
}
.selectionPanel-item {
  padding: 0.5rem 0.3125rem;
  border: 1px solid #D9D9D9;
  background: white;
  border-radius: 4px;
  cursor: grab;
}
.selectionPanel-itemWrap {
  position: relative;
}
.selectionPanel-thumbnail {
  width: 100%;
  border: 1px solid #D9D9D9;
}
.selectionPanel-deleteBtn {
  position: absolute;
  display: grid;
  place-content: center;
  top: 0;
  right: 0;
  width: 2rem;
  height: 1.875rem;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  background: white;
}

.downloadModal .modal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.downloadModal .modal-container {
  max-width: 60.125rem;
  padding: 8.125rem 8.75rem;
}
.downloadModal .modal-closeBtn {
  margin-top: -22.5rem;
  margin-right: -8.75rem;
}
.downloadModal-statusText {
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
.downloadModal-progress {
  margin-bottom: 4rem;
  height: 0.6875rem;
}
.downloadModal-progressBar {
  width: 42.5rem;
  height: 0.6875rem;
  border-radius: 11px;
}
.downloadModal-progressBar::-webkit-progress-bar {
  background-color: #D9D9D9;
  border-radius: 11px;
}
.downloadModal-progressBar::-webkit-progress-value {
  background: linear-gradient(180deg, #A668F5 0%, #405BFD 100%);
  border-radius: 11px;
}
.downloadModal-progressBar::-moz-progress-bar {
  background: linear-gradient(180deg, #A668F5 0%, #405BFD 100%);
  border-radius: 11px;
}
.downloadModal-progressBar::-ms-fill {
  background: linear-gradient(180deg, #A668F5 0%, #405BFD 100%);
  border-radius: 11px;
}
.downloadModal-action {
  text-align: center;
}
.downloadModal-btn {
  width: 18.6875rem;
  padding-block: 0.625rem;
  background: linear-gradient(180deg, #405BFD 0%, #A668F5 100%);
  color: white;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.downloadModal-btn:disabled {
  background: #D9D9D9;
}

.favoritesGallery {
  border-top: 1px solid #D1D1D1;
  margin-top: 2.5rem;
  padding-block: 1.25rem 2.5rem;
}
.favoritesGallery-slideCards {
  display: grid;
  grid-auto-columns: 360px;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 1.5625rem;
  padding-bottom: 2.5rem;
  overflow-x: auto;
}
.favoritesGallery-title {
  margin: 0 0 1.875rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #111111;
}

.searchPanel-title {
  margin: 0 0 0.75rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.searchPanel-groupTitle {
  display: block;
  padding: 0.625rem 0.75rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #EEF2FF, #EEF2FF);
  border-radius: 4px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #424242;
}
.searchPanel-content > .searchPanel-group {
  margin-bottom: 3.75rem;
}
.searchPanel-list {
  display: flex;
  flex-direction: column;
}
.searchPanel-list--large .searchPanel-details[open] > .searchPanel-summary:before {
  transform: rotate(0deg);
}
.searchPanel-list--medium {
  margin-left: 2.875rem;
}
.searchPanel-list--medium .searchPanel-summary {
  margin-left: -1.125rem;
  padding: 0;
  border: none;
}
.searchPanel-list--small {
  margin-left: 1rem;
}
.searchPanel-list--small .searchPanel-link {
  gap: 0.625rem;
  font-weight: 400;
}
.searchPanel-list--small .searchPanel-link:before {
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.75rem;
}
.searchPanel-summary {
  border-bottom: 1px solid #E9EBF1;
  padding: 0.625rem 0 0.625rem 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #424242;
}
.searchPanel-link {
  display: flex;
  align-items: center;
  padding-block: 0.5rem;
  gap: 0.375rem;
  font-size: 0.6875rem;
  color: #424242;
}
.searchPanel-link:before {
  content: "";
  display: block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  border: 1px solid #424242;
  border-radius: 50%;
}
.searchPanel-link--active {
  color: #405BFD;
}
.searchPanel-link--active:before {
  background: #405BFD;
  border-color: #405BFD;
}
.searchPanel-link--active + .searchPanel-label {
  color: #405BFD;
}
.searchPanel-linkText {
  display: none;
}
.searchPanel-summary {
  display: flex;
  align-items: center;
}
.searchPanel-summary:before {
  content: "";
  display: block;
  margin-right: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14645 4.64645C2.34171 4.45118 2.65829 4.45118 2.85355 4.64645L6 7.79289L9.14645 4.64645C9.34171 4.45118 9.65829 4.45118 9.85355 4.64645C10.0488 4.84171 10.0488 5.15829 9.85355 5.35355L6.35355 8.85355C6.15829 9.04882 5.84171 9.04882 5.64645 8.85355L2.14645 5.35355C1.95118 5.15829 1.95118 4.84171 2.14645 4.64645Z' fill='%23616161'/%3E%3C/svg%3E%0A") no-repeat center/cover;
  transform: rotate(-90deg);
}
.searchPanel-summaryContent {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.searchPanel-label {
  line-height: 1.8;
}
.searchPanel-alternative {
  text-align: center;
}
.searchPanel-alternativeLink {
  position: relative;
  display: block;
  padding: 0.625rem 0.75rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #EEF2FF, #EEF2FF);
  border-radius: 4px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #424242;
}
.searchPanel-alternativeLink:before {
  position: absolute;
  top: 0.75rem;
  right: 0.625rem;
  content: "";
  display: block;
  margin-right: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14645 4.64645C2.34171 4.45118 2.65829 4.45118 2.85355 4.64645L6 7.79289L9.14645 4.64645C9.34171 4.45118 9.65829 4.45118 9.85355 4.64645C10.0488 4.84171 10.0488 5.15829 9.85355 5.35355L6.35355 8.85355C6.15829 9.04882 5.84171 9.04882 5.64645 8.85355L2.14645 5.35355C1.95118 5.15829 1.95118 4.84171 2.14645 4.64645Z' fill='%23616161'/%3E%3C/svg%3E%0A") no-repeat center/cover;
  transform: rotate(-90deg);
}

.backBtn {
  width: 2.25rem;
  padding-block: 0.9375rem 1.25rem;
}

.uploadBtn {
  padding-block: 0.5625rem 2.5rem;
}
.uploadBtn-link {
  width: 32.5rem;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: white;
  color: #405BFD;
  border-radius: 0.25rem;
  border: 3px solid #405BFD;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 0;
  line-height: 1.5;
}

.uploader-container {
  background: white;
  border-radius: 0.25rem;
}
.uploader-header {
  padding: 1.375rem 1.25rem;
  border-bottom: 1px solid #CBD0DC;
}
.uploader-title {
  margin-bottom: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #405BFD;
  line-height: 1.5;
}
.uploader-description {
  color: #A9ACB4;
}
.uploader-content {
  padding: 1.4375rem 2.75rem;
}
.uploader-dropzone {
  display: none;
  padding: 2.1875rem;
  border: 2px dashed #CBD0DC;
  border-radius: 0.8125rem;
  text-align: center;
}
.uploader-dropzone--active {
  display: block;
}
.uploader-dropzone--dragover {
  border-color: #405BFD;
}
.uploader-dropzoneText {
  margin-bottom: 0.53125rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
.uploader-dropzoneFormat {
  margin-bottom: 1.78125rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #A9ACB4;
}
.uploader-preview {
  display: none;
  padding: 1rem 2.125rem;
  border: 1px solid #D1D1D1;
  border-radius: 13px;
}
.uploader-preview--active {
  display: block;
}
.uploader-preview--success {
  border-color: #405BFD;
}
.uploader-previewContent {
  align-items: center;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
}
.uploader-previewContent--active {
  display: grid;
}
.uploader-fileInfo {
  display: grid;
  grid-template-areas: "format title close" "format size close";
  grid-template-columns: auto 1fr auto;
  align-items: center;
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
}
.uploader-fileType {
  grid-area: format;
}
.uploader-fileName {
  grid-area: title;
  font-size: 0.8125rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.4;
}
.uploader-fileStatus {
  grid-area: size;
  display: flex;
  align-items: center;
  color: #A9ACB4;
}
.uploader-status {
  display: none;
  align-items: center;
  gap: 0.125rem;
  margin-left: 0.3125rem;
}
.uploader-status--active {
  display: flex;
}
.uploader-status--loading .uploader-statusIcon {
  animation: rotate 5s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.uploader-statusText {
  color: #292D32;
  font-weight: 400;
}
.uploader-progress {
  display: none;
  margin-top: 1.25rem;
}
.uploader-progress--active {
  display: block;
}
.uploader-progressBar {
  width: 100%;
  height: 0.6875rem;
  border-radius: 11px;
}
.uploader-progressBar::-webkit-progress-bar {
  background-color: #CBD0DC;
  border-radius: 11px;
}
.uploader-progressBar::-webkit-progress-value {
  background: #405BFD;
  border-radius: 11px;
}
.uploader-progressBar::-moz-progress-bar {
  background: #405BFD;
  border-radius: 11px;
}
.uploader-progressBar::-ms-fill {
  background: #405BFD;
  border-radius: 11px;
}
.uploader-closeBtn {
  grid-area: close;
  margin-bottom: auto;
}
.uploader-selection {
  display: none;
}
.uploader-selection--active {
  display: block;
}
.uploader-selectionPreview {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding-block: 1.25rem;
  gap: 0.625rem;
  border-bottom: 1px solid #D1D1D1;
}
.uploader-selectionTitle {
  font-size: 0.6875rem;
  font-weight: 500;
}
.uploader-selectedItems {
  display: flex;
  gap: 0.625rem;
  overflow: auto;
}
.uploader-selectedItem {
  flex-shrink: 0;
  padding-block: 0.3125rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #405BFD;
  background: #F1F3F9;
  border-radius: 14px;
  border: 1px solid #405BFD;
}
.uploader-selectedItem--publish {
  color: white;
  background: #405BFD;
}
.uploader-selectedItem--private {
  color: #242424;
  background: #CFCFCF;
}
.uploader-submitBtn {
  margin-left: auto;
  width: 10.625rem;
  font-size: 0.875rem;
  color: #405BFD;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
  border: 3px solid #405BFD;
}
.uploader-browseBtn {
  width: 14.4375rem;
  margin: 0 auto;
  padding: 0.53125rem;
  display: block;
  border-radius: 0.5rem;
  font-weight: 500;
  color: #54575C;
  border: 1px solid #CBD0DC;
}
.uploader-companyList {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.uploader-companyGroup {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.uploader-tagSection {
  max-height: 25rem;
  overflow-y: auto;
}
.uploader-tagGroup {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid #D1D1D1;
}
.uploader-tagGroupTitle {
  font-size: 0.6875rem;
  font-weight: 500;
}
.uploader-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.uploader-tagInput {
  display: none;
}
.uploader-tagInput:checked + .uploader-tagLabel {
  background: #405BFD;
  color: white;
}
.uploader-tagLabel {
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #405BFD;
  background: #F1F3F9;
  border-radius: 14px;
  border: 1px solid #405BFD;
  display: block;
  cursor: pointer;
}
.uploader-tagLabel--publish {
  color: white;
  background: #405BFD;
}
.uploader-tagLabel--private {
  color: #242424;
  background: #CFCFCF;
}

.slideModal-content {
  display: grid;
  grid-template-columns: 48rem auto;
  grid-template-areas: "tmb info";
  align-items: center;
  gap: 1.875rem;
  overflow-y: auto;
}
.slideModal__tmb {
  grid-area: tmb;
}
.slideModal__tmb__img {
  width: 100%;
  border: 1px solid #D9D9D9;
}
.slideModal-title {
  margin-bottom: 0.25rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.4;
}
.slideModal-author {
  margin-bottom: 0.8125rem;
  font-size: 0.6875rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.4;
}
.slideModal-likeBtn {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  color: rgba(0, 0, 0, 0.5607843137);
  font-size: 0.8125rem;
  font-weight: 500;
}
.slideModal-likeBtn:before {
  content: "";
  display: block;
  background: url(../img/common/icon_like_off.svg) no-repeat center/contain;
  width: 1.5rem;
  height: 1.5rem;
  transition: background ease 0.3s;
}
.slideModal-likeBtn--active:before {
  background: url(../img/common/icon_like_on.svg) no-repeat center/contain;
}
.slideModal-tags {
  margin-bottom: 0.8125rem;
}
.slideModal-tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.slideModal-tag {
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #405BFD;
  background: #F1F3F9;
  border-radius: 14px;
  border: 1px solid #405BFD;
}
.slideModal-tag--publish {
  color: white;
  background: #405BFD;
}
.slideModal-tag--private {
  color: #242424;
  background: #CFCFCF;
}
.slideModal .modal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.slideModal .modal-container {
  max-width: 71.4375rem;
  padding: 2.15625rem 1.8125rem;
}
.slideModal .modal-content {
  display: none;
}
.slideModal .modal-content.active {
  display: block;
}
.slideModal .modal-closeBtn {
  margin-top: -10rem;
  margin-right: -1.875rem;
}

.formPanel {
  padding: 1.75rem;
  background: white;
  border-radius: 0.25rem;
}
.formPanel-content {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.formPanel-input {
  width: 100%;
  background: white;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding: 0.625rem;
  border-bottom-color: #405BFD;
}
.formPanel-label {
  display: inline-block;
  margin-bottom: 0.375rem;
  color: #405BFD;
  font-weight: 400;
}
.formPanel-action {
  margin-top: 1.75rem;
}
.formPanel-note {
  margin-top: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 400;
}
.formPanel-submit {
  text-align: center;
  width: 10.625rem;
  border: 3px solid #405BFD;
  background: white;
  border-radius: 4px;
  color: #405BFD;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem;
  line-height: 1.5;
}

.login {
  display: grid;
  place-items: center;
  height: 100%;
}
.login-container {
  width: 18.5rem;
  padding: 2.0625rem 1.75rem;
  background: white;
  border-radius: 0.25rem;
}
.login-error {
  color: #FD405D;
  margin-top: 0.375rem;
}
.login-label {
  display: inline-block;
}
.login-links {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  color: #405BFD;
}
.login-label {
  display: inline-block;
  margin-bottom: 0.375rem;
  color: #405BFD;
  font-weight: 400;
}
.login-input {
  width: 100%;
  background: white;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding: 0.625rem;
  border-bottom-color: #405BFD;
}
.login-btn {
  margin-bottom: 1.375rem;
  width: 100%;
  padding-block: 0.3125rem;
  background: #405BFD;
  color: white;
  border-radius: 4px;
  text-align: center;
  line-height: 1.8;
}
.login-formGroups {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 1.375rem;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container {
  background-color: white;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  box-sizing: border-box;
}
.modal-header {
  height: 0;
  text-align: right;
}
.modal-closeBtn {
  background: transparent;
  border: 0;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}/*# sourceMappingURL=style.css.map */

/* タブのコンテンツを切り替えるための共通クラス */
.tab-content {
  display: none; /* デフォルトは非表示 */
}

/* アクティブなコンテンツだけ表示 */
.tab-content.is-active {
  display: block;
}

/* タブ全体のスタイル */
.tabs {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid #ddd;
  margin-bottom: 1rem;
}

/* タブリストのスタイル */
.tabs ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

/* 各タブのスタイル */
.tabs ul li {
  margin: 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: bold;
  color: #555;
  border: 1px solid transparent;
  border-bottom: none;
  background-color: #f9f9f9;
  transition: background-color 0.3s, color 0.3s;
}

/* ホバー時のスタイル */
.tabs ul li:hover {
  background-color: #e6e6e6;
  color: #333;
}

/* アクティブなタブのスタイル */
.tabs ul li.is-active {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 2px solid #fff; /* アクティブなタブが下線と区別される */
  z-index: 1;
}

/* タブのリンクスタイルを削除 */
.tabs ul li a {
  text-decoration: none;
  color: inherit;
}

/* 生成されるデフォルトの ul, li の余白やリストマーカーをオフにしておく */
#id_document_type {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;          /* 横並びにする */
  gap: 8px;               /* ボタン間の隙間 */
}

/* ラジオボタンを非表示にする */
#id_document_type input[type="radio"] {
  display: none;
}

/* label をボタン風に */
#id_document_type label {
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #405BFD;
  background: #F1F3F9;
  border-radius: 14px;
  border: 1px solid #405BFD;
  display: block;
  cursor: pointer;
}


/* ホバーなどの効果 */
#id_document_type label:hover {
  background-color: #e0e0e0;
}

/* 自分の子要素に :checked な input[type="radio"] を含む label のスタイルを変化 */
#id_document_type label:has(> input[type="radio"]:checked) {
  background-color: #3657F7; /* 選択時の濃い色 */
  color: #fff;
  border-color: #007bff;
}

/* 生成されるデフォルトの ul, li の余白やリストマーカーをオフにしておく */
#id_submission {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;          /* 横並びにする */
  gap: 8px;               /* ボタン間の隙間 */
}

/* ラジオボタンを非表示にする */
#id_submission input[type="radio"] {
  display: none;
}

/* label をボタン風に */
#id_submission label {
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #405BFD;
  background: #F1F3F9;
  border-radius: 14px;
  border: 1px solid #405BFD;
  display: block;
  cursor: pointer;
}

/* ホバーなどの効果 */
#id_submission label:hover {
  background-color: #e0e0e0;
}

#id_submission label:has(> input[type="radio"]:checked) {
  background-color: #3657F7; /* 選択時の濃い色 */
  color: #fff;
  border-color: #007bff;
}

/* カテゴリを表示しているラッパーをFlexbox化 */
.checkbox.is-multiple > div {
  display: flex;
  flex-wrap: wrap;    /* 枠内に収まりきらなければ折り返す */
  gap: 1rem;          /* 各要素の間に余白をあける */
  align-items: center; /* 高さをそろえる（お好みで） */
}


/* 1) まず input[type="checkbox"] を非表示にする */
.checkbox.is-multiple label input[type="checkbox"] {
  display: none;
}

/* 2) ラベルを「タグボタン」のように装飾 */
.checkbox.is-multiple label {
  display: block;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #405BFD;
  background: #F1F3F9;
  border-radius: 14px;
  border: 1px solid #405BFD;
  cursor: pointer;

  /* なめらかな切り替え */
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

/* チェックが入った「label:has(input:checked)」だけ色を変える */
.checkbox.is-multiple label:has(input[type="checkbox"]:checked) {
  background-color: #405BFD;
  color: white;
}

/* ホバー時のちょっとしたアクセント(お好みで) */
.checkbox.is-multiple label:hover {
  background-color: #eff6ff;
}

#id_submission {
  display: grid;
  width: fit-content;"
}