@import url(https://unpkg.com/swiper/swiper-bundle.min.css);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@600&family=M+PLUS+1p:wght@500;800&family=Noto+Sans+JP:wght@400;500;700&family=Mulish:wght@600&display=swap);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.6;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, button {
  font-weight: bold;
}

button {
  cursor: pointer;
}

button:focus,
button:active {
  outline: none;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

textarea {
  overflow-y: auto;
}

select::-ms-expand {
  display: none;
}

input::-ms-reveal,
input::-ms-clear,
input::-ms-expand {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-all;
}

svg {
  vertical-align: unset;
}

html {
  font-size: 14px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A1818;
}

.error-msg,
.errors-msg {
  color: red;
  margin-top: 5px;
}

.main {
  height: 100%;
  min-height: 100vh;
}
.main-sidebar {
  width: 250px;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  left: -250px;
  top: 0;
  transition: all 0.3s;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .main-sidebar {
    left: 0;
  }
}
.main-sidebar__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-sidebar__backdrop {
    display: none !important;
  }
}
.main-sidebar-close {
  position: absolute;
  right: -40px;
  top: 20px;
  background: none;
  display: none;
  transition: all 0.3s;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .main-sidebar-close {
    display: none !important;
  }
}
.main-sidebar-close__icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.main-sidebar-close__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(256.15deg, #008ACD 6.06%, #4764C2 47.33%, #A92FB4 108.02%, #E70DAB 150.38%, #FF00A7 170.4%);
  width: 28px;
  height: 2px;
  border-radius: 1.5px;
  transform: rotate(-45deg) translate(-6px, 5px);
}
.main-sidebar-close__icon::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(256.15deg, #008ACD 6.06%, #4764C2 47.33%, #A92FB4 108.02%, #E70DAB 150.38%, #FF00A7 170.4%);
  width: 28px;
  height: 2px;
  border-radius: 1.5px;
  transform: rotate(45deg) translate(5px, 6px);
}
.main-sidebar--active {
  left: 0 !important;
}
.main-sidebar--active .main-sidebar-close {
  display: block;
}
.main-sidebar--active .main-sidebar__backdrop {
  display: block;
}
.main-sidebar__wrapper {
  position: relative;
  background-color: #f0f0f0;
  padding-top: 10px;
  min-height: 100vh;
  z-index: 9;
}
.main-sidebar__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url(/img/img_sidebar_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main-sidebar__logo {
  width: 198px;
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
.main-sidebar__logo img {
  width: 100%;
}
.main-sidebar-menu {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.main-sidebar-menu__item {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  padding-left: 55px;
  text-decoration: none;
  position: relative;
  color: #1A1818;
}
.main-sidebar-menu__item--active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(256.15deg, #008ACD 6.06%, #4764C2 47.33%, #A92FB4 108.02%, #E70DAB 150.38%, #FF00A7 170.4%);
  opacity: 0.2;
}
.main-sidebar-menu__item:hover {
  text-decoration: none;
  color: inherit;
}
.main-sidebar-menu__item img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 75px;
  background: #fff;
  padding: 15px 15px 15px 65px;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .main-header {
    left: 250px;
  }
}
.main-header__btn {
  position: absolute;
  top: 50%;
  left: 10px;
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
  border: 0;
}
@media screen and (min-width: 1024px) {
  .main-header__btn {
    pointer-events: none;
    cursor: default;
  }
}
.main-header__title {
  font-size: 20px;
  color: #1A1818;
  font-weight: 500;
  display: inline-block;
}
.main-header__title img {
  width: 24px;
  margin-right: 20px;
  cursor: pointer;
}
.main-header-menu {
  display: flex;
  align-items: center;
  height: 45px;
  margin-left: auto;
}
.main-header-menu__avatar {
  width: 45px;
  height: 45px;
  border: 2px solid #DFE0EB;
  border-radius: 50%;
  padding: 1px;
  overflow: hidden;
}
.main-header-menu__avatar .wrapper {
  width: 39px;
  height: 39px;
  border-radius: 50%;
}
.main-header-menu__avatar img {
  width: 39px;
  height: 39px;
  border-radius: 50%;
}
.main-header-dropdown {
  position: relative;
}
.main-header-dropdown .dropdown-menu {
  min-width: 13.5rem;
  padding: 10px 0 0;
  border-radius: 4px;
  border: 1px solid #DEE2E6;
  left: auto !important;
  right: 0 !important;
  transform: translate3d(0px, 55px, 0px) !important;
}
@media screen and (min-width: 1024px) {
  .main-header-dropdown .dropdown-menu {
    transform: translate3d(-55px, 40px, 0px) !important;
  }
}
.main-header-dropdown .dropdown-menu .dropdown-item {
  height: 37px;
  padding: 0 15px;
  color: #3F3F3F;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header-dropdown .dropdown-menu .dropdown-item--active {
  background: linear-gradient(256.15deg, rgba(0, 138, 205, 0.3) 6.06%, rgba(71, 100, 194, 0.3) 47.33%, rgba(169, 47, 180, 0.3) 108.02%, rgba(231, 13, 171, 0.3) 150.38%, rgba(255, 0, 167, 0.3) 170.4%);
}
.main-header-dropdown .dropdown-menu .dropdown-item:active {
  background: linear-gradient(256.15deg, rgba(0, 138, 205, 0.5) 6.06%, rgba(71, 100, 194, 0.5) 47.33%, rgba(169, 47, 180, 0.5) 108.02%, rgba(231, 13, 171, 0.5) 150.38%, rgba(255, 0, 167, 0.5) 170.4%);
}
.main-header-dropdown__btn {
  display: flex;
  align-items: center;
  background: none;
  padding: 5px 0;
  border: 0;
}
.main-header-dropdown__toggle {
  background: transparent;
  border: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-header-dropdown__toggle {
    display: block;
  }
}
.main-header-dropdown__toggle::after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background-image: url(/img/ico_dropdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main-content {
  padding: 100px 20px 20px 20px;
  transition: all 0.3s;
}
.main-content--flex {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .main-content {
    padding-left: calc(250px + 20px);
  }
}
.main-content-search {
  display: flex;
  height: 38px;
  background: #fff;
  flex: 1;
}
.main-content-search__input {
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 15px;
  border: 1px solid #CED4DA;
  border-radius: 4px 0 0 4px;
}
.main-content-search__btn {
  border: 1px solid #CED4DA;
  margin-left: -1px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F9FA;
  border-radius: 0 4px 4px 0;
}
.main-content__body {
  flex: 1;
  margin-top: 10px;
  padding-bottom: 15px;
  overflow-y: auto;
  padding-right: 5px;
}
.main-content__group {
  display: flex;
}
.main-content__group .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content__group .btn-primary {
  padding: 0 45px;
  width: auto;
}
.main-content .form {
  background: #F5F5F5;
  padding: 25px 55px 55px;
  max-width: 540px;
  margin: 0 auto;
}
.main-content .form__title {
  font-size: 30px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}
.main-content .form__group {
  margin-bottom: 25px;
}
.main-content .form__input {
  border: 1px solid #CED4DA;
  background: #fff;
  color: #767676;
  width: 100%;
  padding: 8px 20px;
  height: 38px;
  border-radius: 4px;
}
.main-content .form__input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.main-content .form__input::-moz-placeholder {
  color: #ABB5BE;
}
.main-content .form__input:-ms-input-placeholder {
  color: #ABB5BE;
}
.main-content .form__input::placeholder {
  color: #ABB5BE;
}
.main-content .form__textarea {
  border: 1px solid #CED4DA;
  background: #fff;
  color: #767676;
  width: 100%;
  padding: 8px 20px;
}
.main-content .form__textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.main-content .form__textarea::-moz-placeholder {
  color: #ABB5BE;
}
.main-content .form__textarea:-ms-input-placeholder {
  color: #ABB5BE;
}
.main-content .form__textarea::placeholder {
  color: #ABB5BE;
}
.main-content .form__row {
  display: flex;
}
.main-content .form__label {
  color: #3F3F3F;
  margin-bottom: 10px;
}
.main-content .form--large {
  max-width: 720px;
  padding: 20px 30px 50px;
}
.main-content .profile {
  max-width: 230px;
  margin-right: 30px;
}
.main-content .profile__thumb {
  width: 230px;
}
.main-content .profile__thumb img {
  width: 100%;
}
.main-content .profile__label {
  font-size: 14px;
  color: #009CDC;
  text-align: center;
  display: block;
  cursor: pointer;
  margin-top: 5px;
}
.main-content .profile__label input[type=file] {
  visibility: hidden;
  width: 0;
  height: 0;
}

.flex-fill {
  flex: 1;
}

.select-input {
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.select-input select {
  color: #6C757D;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 33px 0 15px;
}
.select-input:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  pointer-events: none;
  background-image: url(/img/ico_chevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-primary {
  background: #009CDC;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  line-height: 1;
  height: 38px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.btn-light {
  border: 1px solid #CCCCCC;
  color: #002B7F;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-light {
    min-width: 97px;
    line-height: 38px;
  }
}

.modal-content {
  border-radius: 12px;
  border: 0;
}
.modal-backdrop {
  background-color: #202020;
}
.modal-backdrop.show {
  opacity: 0.66;
}
.modal-body {
  padding: 16px;
}
.modal-footer {
  border: 0;
  padding: 15px 25px 20px;
}
.modal-footer .btn {
  font-weight: 700;
  font-size: 14px;
  width: auto;
  padding: 0 16px;
  height: 38px;
  border: 0;
}
.modal-footer .btn-secondary {
  background: #6C757D;
  color: #fff;
}
.modal-footer .btn-secondary:hover {
  background-color: #5a6268;
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  background: transparent;
  margin: 0 30px 0 0;
  padding: 0;
}
.breadcrumb__item {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .breadcrumb__item {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb__item {
    font-size: 20px;
  }
}
.breadcrumb__item a {
  color: #002B7F;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb__item span {
  color: #1A1818;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/img/ico_double_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px;
}

.checkbox-label {
  position: relative;
  height: auto;
  display: flex;
  cursor: pointer;
}
.checkbox-label .checkbox-mark {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 2px;
  border: 1px solid #ABB5BE;
  position: relative;
  background: #fff;
  display: inline-block;
  margin-right: 8px;
}
.checkbox-label .checkbox-mark:after {
  position: absolute;
  opacity: 0;
  content: "";
  width: 16px;
  height: 12px;
  background-image: url(/img/ico_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
}
.checkbox-label .checkbox-input {
  width: 0;
  height: 0;
}
.checkbox-label .checkbox-input:checked ~ .checkbox-mark {
  border-color: #009CDC;
  background: #009CDC;
}
.checkbox-label .checkbox-input:checked ~ .checkbox-mark:after {
  opacity: 1;
}

.radio-label {
  position: relative;
  height: auto;
  display: flex;
  cursor: pointer;
}
.radio-label .radio-mark {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 2px;
  border-radius: 50%;
  border: 1px solid #ABB5BE;
  position: relative;
  background: #fff;
  display: block;
  margin-right: 7px;
}
.radio-label .radio-mark:after {
  position: absolute;
  opacity: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-label .radio-input {
  width: 0;
  height: 0;
}
.radio-label .radio-input:checked ~ .radio-mark {
  background: #009CDC;
  border-color: #009CDC;
}
.radio-label .radio-input:checked ~ .radio-mark:after {
  opacity: 1;
}
.radio-label .radio-content {
  font-size: 14px;
  line-height: 18px;
}

.password-input {
  position: relative;
}
.password-input input {
  width: 100%;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #CED4DA;
  padding: 8px 40px;
  color: #767676;
  font-size: 14px;
}
.password-input input::-moz-placeholder {
  color: #ABB5BE;
}
.password-input input:-ms-input-placeholder {
  color: #ABB5BE;
}
.password-input input::placeholder {
  color: #ABB5BE;
}
.password-input__icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}
.password-input__icon--last {
  left: auto;
  right: 14px;
  cursor: pointer;
  pointer-events: initial;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #A7BBE1;
  border-radius: 2.5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #64b5f6;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.select-input {
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.select-input select {
  color: #6C757D;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 33px 0 15px;
}
.select-input:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  pointer-events: none;
  background-image: url(/img/ico_chevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

p.message-content {
  max-width: 100%;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ie-image-background {
  background-size: cover;
  background-position: center center;
}
.ie-image-background img {
  opacity: 0;
}

.auth {
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  background-image: url(/img/img_login.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.auth-content {
  background: #fff;
  width: 100%;
  max-width: 659px;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 80px 110px;
}
.auth-content__logo {
  width: 198px;
  margin: 0 auto;
  margin-bottom: 67px;
}
.auth-content__logo img {
  width: 100%;
}
.auth-content__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -2%;
  color: #002B7F;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 28px;
}
.auth-form {
  font-size: 14px;
}
.auth-form-message {
  margin-bottom: 24px;
}
.auth-form-group {
  margin-bottom: 24px;
}
.auth-form-group__textbox {
  position: relative;
}
.auth-form-group__textbox input {
  width: 100%;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #CED4DA;
  padding: 8px 40px;
  color: #767676;
  font-size: 14px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .auth-form-group__textbox input {
    line-height: 1;
  }
}
.auth-form-group__textbox input::-moz-placeholder {
  color: #ABB5BE;
}
.auth-form-group__textbox input:-ms-input-placeholder {
  color: #ABB5BE;
}
.auth-form-group__textbox input::placeholder {
  color: #ABB5BE;
}
.auth-form-group__icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  pointer-events: none;
}
.auth-form-group__icon--last {
  left: auto;
  right: 14px;
  cursor: pointer;
}
.auth-form__link {
  margin-top: 24px;
  text-align: center;
}
.auth-form__link a {
  color: #002B7F;
  text-decoration: none;
}
.auth-form__link a:hover {
  text-decoration: none;
}

.section__list {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
}
.section-item {
  width: 100%;
  height: 50px;
  max-width: calc((100vw - 95px) / 3);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
  margin-right: 24px;
  min-height: calc((100vw - 95px) / 4.95 + 50px);
  border: 1px solid #DEE2E6;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-item {
    max-width: calc((100vw - 105px) / 3);
    margin-right: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .section-item {
    max-width: calc((100vw - 95px - 250px) / 3);
    min-height: calc((100vw - 95px - 250px) / 4.95 + 50px);
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .section-item {
    max-width: calc((100vw - 105px - 250px) / 3);
  }
}
.section-item:nth-child(3n) {
  margin-right: 0;
}
.section-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(256.15deg, #C8CFD2 6.06%, #ADBCEE 47.33%, #D3D3D3 108.02%, #D6C4D1 150.38%, #C2A2B7 170.4%);
}
.section-item--active::before {
  background: linear-gradient(256.15deg, #008ACD 6.06%, #4764C2 47.33%, #A92FB4 108.02%, #E70DAB 150.38%, #FF00A7 170.4%);
}
.section-item__thumb {
  width: 100%;
  height: calc((100vw - 90px) / 4.95);
}
@media screen and (min-width: 1024px) {
  .section-item__thumb {
    height: calc((100vw - 90px - 250px) / 4.95);
  }
}
.section-item__thumb img {
  width: 100%;
  height: 100%;
}
.section-item__status {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-item__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.section-item-content {
  position: relative;
  flex: 1;
  min-height: 50px;
  padding: 15px;
  background: #F8F9FA;
  text-decoration: none !important;
  border-top: 0;
}
.section-item-content__title {
  color: #767676;
  height: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  text-decoration: none !important;
}
.section-item--test {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  background-image: url(/img/img_exam_bg.png);
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-size: 100% 100%;
}
.section-item--test::before, .section-item--test::after {
  display: none;
}

.course__list {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
}
.course-item {
  width: 100%;
  max-width: calc((100vw - 95px) / 3);
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #DEE2E6;
  text-decoration: none !important;
  display: block;
  background: #F8F9FA;
  margin-right: 24px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .course-item {
    max-width: calc((100vw - 105px) / 3);
    margin-right: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .course-item {
    max-width: calc((100vw - 95px - 250px) / 3);
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .course-item {
    max-width: calc((100vw - 105px - 250px) / 3);
  }
}
.course-item:nth-child(3n) {
  margin-right: 0;
}
.course-item__thumb {
  width: 100%;
  height: calc((100vw - 95px) / 4.5);
  display: flex;
}
@media screen and (min-width: 1024px) {
  .course-item__thumb {
    height: calc((100vw - 95px - 250px) / 4.5);
  }
}
.course-item__thumb img {
  width: 100%;
  height: 100%;
}
.course-item__status {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course-item-content {
  position: relative;
  text-decoration: none !important;
  border-top: 0;
  padding: 20px;
}
.course-item-content__title {
  font-size: 20px;
  color: #1A1818;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  text-decoration: none !important;
  margin-bottom: 20px;
}
.course-item-content__desc {
  font-size: 14px;
  color: #767676;
}
.course-item--test {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  background-image: url(/img/img_exam_bg.png);
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-size: 100% 100%;
}
.course-item--test::before, .course-item--test::after {
  display: none;
}

.lesson__list {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
}
.lesson-item {
  width: 100%;
  max-width: calc((100vw - 95px) / 3);
  min-height: calc((100vw - 95px) / 5 + 50px);
  position: relative;
  z-index: 1;
  text-decoration: none !important;
  margin-bottom: 24px;
  margin-right: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lesson-item {
    max-width: calc((100vw - 105px) / 3);
    margin-right: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .lesson-item {
    max-width: calc((100vw - 95px - 250px) / 3);
    min-height: calc((100vw - 95px - 250px) / 5 + 50px);
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .lesson-item {
    max-width: calc((100vw - 105px - 250px) / 3);
  }
}
.lesson-item:nth-child(3n) {
  margin-right: 0;
}
.lesson-item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: linear-gradient(256.15deg, #008ACD 6.06%, #4764C2 47.33%, #A92FB4 108.02%, #E70DAB 150.38%, #FF00A7 170.4%);
  z-index: -1;
  border-radius: 4px;
}
.lesson-item__label {
  font-size: 12px;
  color: #fff;
  background: #5C6169;
  line-height: 18px;
  padding: 0 12px;
  position: absolute;
  left: 7px;
  top: 10px;
  border-radius: 9px;
}
.lesson-item__icon {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
}
.lesson-item__icon img {
  width: 60px;
}
.lesson-item--active::before {
  background: linear-gradient(256.15deg, #008ACD 6.06%, #4764C2 47.33%, #A92FB4 108.02%, #E70DAB 150.38%, #FF00A7 170.4%);
}
.lesson-item__thumb {
  width: 100%;
  height: calc((100vw - 95px) / 5);
  border-radius: 4px 4px 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .lesson-item__thumb {
    height: calc((100vw - 95px - 250px) / 5);
  }
}
.lesson-item__thumb img {
  width: 100%;
  height: 100%;
}
.lesson-item__status {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lesson-item__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-bottom: 15px;
  text-decoration: none !important;
}
.lesson-item-content {
  position: relative;
  min-height: 50px;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90.36deg, #008ACD -15.44%, #4764C2 26.37%, #A92FB4 87.86%, #E70DAB 130.78%, #FF00A7 151.07%);
  flex: 1;
}
.lesson-item-content__title {
  color: #767676;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.lesson-item--test {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  background-image: url(/img/img_exam_bg.png);
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-size: 100% 100%;
  padding-bottom: 30px;
}
.lesson-item--test .lesson-item-group {
  position: absolute;
  bottom: 0.9%;
  left: 0.9%;
  right: 0.9%;
  display: flex;
}
.lesson-item--test .lesson-item-group__btn {
  width: 50%;
  border: 0;
  background: rgba(120, 168, 241, 0.6);
  color: #fff;
  font-size: 10px;
  display: block;
  height: 56px;
}
.lesson-item--test .lesson-item-group__btn:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.lesson-item--test .lesson-item-group__btn:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.lesson-item--test .lesson-item-group__btn img {
  width: 24px;
  height: auto;
}
.lesson-item--test .lesson-item-group__btn span {
  display: block;
  font-weight: 500;
}
.lesson-item--test .lesson-item-group__btn:active {
  background: rgba(120, 168, 241, 0.8);
}
.lesson-item--test::before, .lesson-item--test::after {
  display: none;
}

.learning {
  display: flex;
  max-width: 100%;
}
.learning-content {
  flex: 1;
  max-width: calc(100% - 375px);
  max-height: calc(100vh - 120px);
  margin-right: 25px;
}
.learning-content .swiper-wrapper {
  max-height: calc(100% - 50px);
  height: auto;
}
.learning-content .swiper-slide {
  display: block;
  overflow-y: auto;
  max-height: 100%;
}
.learning-content .swiper-slide .learning-content__text {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  background: #F5F5F5;
  border-radius: 4px 4px 0 0;
  padding: 25px 20px;
}
.learning-content .swiper-slide .learning-content__text p {
  font-size: 14px;
  color: #3F3F3F;
  text-align: left;
}
.learning-content .swiper-slide .learning-content__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.learning-content .swiper-slide .learning-content__text img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5rem;
}
.learning-content .swiper-slide .learning-content-video {
  position: relative;
}
.learning-content .swiper-slide .learning-content-video .learning-content-video__frame {
  display: flex;
}
.learning-content .swiper-slide .learning-content-video .learning-content-video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.learning-content .swiper-slide .learning-content-video .learning-content-video__button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.learning-content .swiper-button-prev {
  width: 24px;
  height: 24px;
  top: auto;
  bottom: 10px;
  left: 0;
}
.learning-content .swiper-button-prev::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.learning-content .swiper-button-prev::after {
  background-image: url(/img/ico_arrow_left.svg);
  background-repeat: no-repeat;
}
.learning-content .swiper-button-next {
  width: 24px;
  height: 24px;
  top: auto;
  bottom: 10px;
  right: 0;
}
.learning-content .swiper-button-next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.learning-content .swiper-button-next::after {
  background-image: url(/img/ico_arrow_right.svg);
  background-repeat: no-repeat;
}
.learning-content__footer {
  height: 50px;
  width: 100%;
  border-top: 2px solid #DCDCDC;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.learning-content__title {
  font-size: 30px;
  font-family: "M PLUS 1p", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.learning-lesson {
  width: 350px;
  height: calc(100vh - 120px);
  border: 1px solid #DEE2E6;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.learning-lesson-header {
  width: 100%;
  min-height: 55px;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 23px;
  background: linear-gradient(256.15deg, #008ACD 6.06%, #4764C2 47.33%, #A92FB4 108.02%, #E70DAB 150.38%, #FF00A7 170.4%);
}
.learning-lesson-header__title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-right: 15px;
}
.learning-lesson-header__back {
  height: 25px;
  width: 85px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.learning-lesson-header__back img {
  margin-right: 6px;
}
.learning-lesson-list {
  flex: 1;
  overflow-y: auto;
}
.learning-lesson-list .learing-lesson-item {
  height: 45px;
}
.learning-lesson-item {
  min-height: 40px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  padding: 5px 25px 5px 52px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.learning-lesson-item__icon {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: inline-flex;
  cursor: pointer;
  background-image: url(/img/ico_play_small.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.learning-lesson-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.learning-lesson-item__icon--document {
  background-image: url(/img/ico_document_small.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.learning-lesson-item__title {
  font-weight: 400;
  font-size: 14px;
}
.learning-lesson-item--active {
  background: #009CDC;
  color: #fff;
}
.learning-lesson-item--active .learning-lesson-item__icon {
  background-image: url(/img/ico_pause_small.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.learning-lesson__quiz {
  width: 100%;
  min-height: 40px;
  background: #DCDCDC;
  color: #002b7f;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6px 10px 6px 25px;
  text-decoration: none !important;
}

.exam {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  margin-bottom: -20px;
}
.exam__title {
  color: #1A1818;
  font-size: 30px;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
.exam__name {
  color: #767676;
  font-size: 30px;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
.exam-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  padding: 10px 8px 10px 20px;
  background: linear-gradient(256.15deg, #008ACD 6.06%, #4764C2 47.33%, #A92FB4 108.02%, #E70DAB 150.38%, #FF00A7 170.4%);
}
.exam-header__title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
}
.exam-header__group {
  display: flex;
  white-space: nowrap;
}
.exam-header__btn-back {
  background: transparent;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
  width: 96px;
  height: 25px;
}
.exam-header__btn-fill {
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  color: red;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  border: 0;
  width: 96px;
  height: 25px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exam-header__btn-fill span {
  background: linear-gradient(256.15deg, #008ACD 6.06%, #4764C2 47.33%, #A92FB4 108.02%, #E70DAB 150.38%, #FF00A7 170.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.exam-content {
  margin-top: 10px;
  padding-right: 7px;
  flex: 1;
  overflow-y: auto;
}
.exam-content-item {
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.exam-content-item__title {
  margin-bottom: 12px;
}
.exam-content-item__label {
  position: absolute;
  top: -1px;
  right: -1px;
  font-size: 10px;
  color: #fff;
  height: 17px;
  min-width: 72px;
  padding: 0 10px;
  background: #5C6169;
  text-align: center;
}
.exam-content-answer__item:not(:last-child) {
  margin-bottom: 10px;
}
.exam-content-answer__textbox textarea {
  width: 100%;
  border: 1px solid #CED4DA;
  color: #767676;
  padding: 8px;
  border-radius: 4px;
}
.exam-content-answer__textbox textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.exam-content-answer__feedback {
  color: #3F3F3F;
  font-size: 14px;
  position: relative;
  padding-left: 65px;
  min-height: 25px;
  display: flex;
  align-items: center;
}
.exam-content-answer__feedback img {
  width: 58px;
  position: absolute;
  left: 0;
  top: 5px;
}

.label-hexagon {
  text-align: center;
  color: #3F3F3F;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  min-width: 100px;
  min-height: 18px;
  z-index: 1;
  background-image: url(/img/img_status_1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.label-hexagon--purple, .label-hexagon--finish {
  background-image: url(/img/img_status_3.png);
  background-repeat: no-repeat;
  color: #fff;
}
.label-hexagon--blue, .label-hexagon--testing {
  background-image: url(/img/img_status_2.png);
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .label-hexagon {
    width: 120px;
    height: 22px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .label-hexagon {
    width: 140px;
    height: 25px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1800px) {
  .label-hexagon {
    width: 160px;
    height: 28px;
    font-size: 16px;
  }
}

.success {
  background: #F5F5F5;
  width: 534px;
  padding: 30px 85px 40px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.success__img {
  width: 100%;
  margin-bottom: 16px;
}
.success__title {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  margin-bottom: 8px;
}
.success__msg {
  color: #000;
  font-size: 14px;
}

.contact__box {
  height: 100%;
  padding: 30px 0 45px;
  position: relative;
}
.contact-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.contact-header img {
  margin-right: 5px;
}
.contact-header__title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-content {
  height: 100%;
  overflow-y: auto;
  background-image: url(/img/img_message_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.contact-content .message__list {
  padding: 10px 5px 10px 0;
}
.contact-content .message-item {
  position: relative;
  padding: 0 0 0 90px;
  display: flex;
  justify-content: flex-start;
}
.contact-content .message-item:not(:last-child) {
  margin-bottom: 24px;
}
.contact-content .message-item__avatar {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
  border: 2px solid #DFE0EB;
  padding: 3px;
  border-radius: 50%;
  overflow: hidden;
}
.contact-content .message-item__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.contact-content .message-item__bubble {
  width: 100%;
  max-width: 715px;
  border-radius: 8px;
  padding: 12px 16px;
  color: #3F3F3F;
  background: #F1F5FD;
  min-height: 74px;
}
.contact-content .message-item__date {
  color: #B0B0B0;
  margin-bottom: 5px;
}
.contact-content .message-item--right {
  padding: 0 90px 0 0;
  justify-content: flex-end;
}
.contact-content .message-item--right .message-item__avatar {
  left: auto;
  right: 0;
}
.contact-content .message-item--right .message-item__bubble {
  background: #F5F5F5;
}
.contact-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.contact-chat-box {
  background: #CACACA;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  padding-right: 50px;
}
.contact-chat-box__input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: none;
  border: none;
  outline: none !important;
}
.contact-chat-box__input::-moz-placeholder {
  color: #747F8D;
}
.contact-chat-box__input:-ms-input-placeholder {
  color: #747F8D;
}
.contact-chat-box__input::placeholder {
  color: #747F8D;
}
.contact-chat-box__btn {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  border-left: 1px solid #fff;
  padding-bottom: 5px;
  padding: 0 12px 5px;
}

a.text-decoration-none {
  text-decoration: none !important;
}

.text-icon {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.text-icon img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 14px;
}

.message-list .not_read {
  font-weight: bold;
}

.main-table {
  width: 100%;
}
.main-table table {
  width: 100%;
}
.main-table table thead tr th {
  background: #CCD5E5;
  color: #1A1818;
  font-weight: 500;
  height: 42px;
  padding: 10px 8px;
  white-space: nowrap;
  outline-offset: -1px;
}
.main-table table thead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
.main-table table tbody tr:nth-child(odd) {
  background: #fff;
}
.main-table table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.main-table table tbody tr td {
  padding: 10px 8px;
  vertical-align: middle;
}
.main-table table tbody tr td:not(:last-child) {
  border-right: 1px solid #fff;
}
.main-table table tbody tr td.cell-avatar {
  display: flex;
}
.main-table table tbody tr td.cell-avatar img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-table table tbody tr td .cell-thumb {
  display: flex;
}
.main-table table tbody tr td .cell-thumb img {
  width: 100px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-table table tbody tr td.cell-10 {
  width: 10%;
}
.main-table table tbody tr td.cell-20 {
  width: 20%;
}
.main-table table tbody tr td.cell-25 {
  width: 25%;
}
.main-table table tbody tr td.cell-30 {
  width: 30%;
}
.main-table table tbody tr td.cell-35 {
  width: 35%;
}
.main-table table tbody tr td.cell-40 {
  width: 40%;
}
.main-table table tbody tr td.cell-50 {
  width: 50%;
}
.main-table table tbody tr td.cell-60 {
  width: 60%;
}
.main-table table tbody tr td.cell-70 {
  width: 70%;
}
.main-table table tbody tr td.cell-80 {
  width: 80%;
}
.main-table table tbody tr td.cell-90 {
  width: 90%;
}
.main-table table tbody tr td.cell-100 {
  width: 100%;
}
.main-table table tbody tr td .button-group {
  display: flex;
  align-items: center;
}
.main-table table tbody tr td .button-group .separate {
  width: 1px;
  height: 12px;
  background: linear-gradient(256.15deg, #008ACD 6.06%, #4764C2 47.33%, #A92FB4 108.02%, #E70DAB 150.38%, #FF00A7 170.4%);
  margin: 0 10px;
}
.main-table table tbody tr td .button-group .btn {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.main-table table tbody tr td .button-group .btn-detail {
  color: #009CDC;
}
.main-table table tbody tr td .button-group .btn-delete {
  color: #CA089F;
}
.main-table table.sticky-header {
  position: relative;
}
.main-table table.sticky-header thead tr th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}
.main-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
}
.main-pagination__detail {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 10px;
}

.pagination__item {
  min-width: 38px;
  height: 38px;
  white-space: nowrap;
  padding: 10px;
  background: #fff;
  color: #1A1818;
  font-weight: 500;
  margin-left: -1px;
  border: 1px solid #DEE2E6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
.pagination__item:hover {
  background: rgba(0, 156, 220, 0.7);
  color: #fff;
}
.pagination__item:disabled, .pagination__item--disabled {
  background: #eee !important;
  color: inherit;
  cursor: default;
  pointer-events: none;
}
.pagination__item--active {
  background: #009CDC;
  color: #fff !important;
}
.pagination__item:first-child {
  border-radius: 4px 0 0 4px;
}
.pagination__item:last-child {
  border-radius: 0 4px 4px 0;
}
.pagination .page-item .page-link {
  min-width: 38px;
  height: 38px;
  white-space: nowrap;
  padding: 10px;
  background: #fff;
  color: #1A1818;
  font-weight: 500;
  margin-left: -1px;
  border: 1px solid #DEE2E6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
.pagination .page-item .page-link img {
  height: 10px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pagination .page-item:hover .page-link {
  background: rgba(0, 156, 220, 0.7);
  color: #fff;
}
.pagination .page-item:disabled .page-link, .pagination .page-item.disabled .page-link {
  background: #eee !important;
  color: inherit;
  cursor: default;
  pointer-events: none;
}
.pagination .page-item.active .page-link {
  background: #009CDC;
  color: #fff !important;
}
.pagination .page-item:first-child .page-link {
  border-radius: 4px 0 0 4px;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0 4px 4px 0;
}
