@-webkit-keyframes intro-animation {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes intro-animation {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*animate*/
.hmodal {
  z-index: 1054;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*bg_dark_start*/
.blurBackstage {
  opacity: 0.5;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1053;
  background-color: #000;
}
/*bg_dark_start*/

/*right_menu_start*/

.hmodal#rightMenu {
  inset-inline-start: -100%;
  max-width: 30rem;
  width: 100%;
}


.hmodal#rightMenu.showModal {
  inset-inline-start: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}


/*more-reed-*/
.introduction {
  overflow: hidden;
  /* height: 25rem; */
  line-height: 2rem;
  position: relative;
}
.add-class-introduction {
  height: auto !important;
  overflow: visible !important;
}
.view-less {
  display: none;
}
.add-class-view-less {
  display: block;
}
.add-class-introduction-span {
  display: none;
}

/*more-reed*/

/*tab-box*/
.tab-content__pane {
  display: none;
}
.tab-content__pane.show {
  display: block;
}
.filter_tab .nav-tabs .nav-link.active {
  background-color: #e3e3e3;
}


/*form*/
.harmonyform {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  border-radius: none !important;
  overflow: hidden;
}

.harmonyform .form-header {
  padding: 1rem;
  font-size: 20px;
  background: #eee;
}
.harmonyform .section {
  padding: 0.5rem;
}
.harmonyform .section div.row:nth-child(n + 1) {
  margin-top: 1rem;
}

.harmonyform .section .row {
  gap: 5px;
}
.harmonyform .section .row .label {
  min-width: 50px;
}
.harmonyform .section .row:has(input[type="radio"]) {
  display: flex;
}
.harmonyform .section .row:has(select) {
  display: flex;
}
.harmonyform .section .row .field .input-width-default {
  border: 1px solid gray;
  border-radius: 5px;
}
.harmonyform .section .row span.red- {
  color: hsl(0, 100%, 50%);
}
.harmonyform .section .row:has(input[type="button"]) {
  margin-bottom: 1.5rem;
}
.harmonyform .section .row .field {
  display: flex !important;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.harmonyform .submit-form {
  background: hsl(120, 100%, 25%);
  padding: 0.25rem 3rem;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.harmonyform .section .row .field select {
  min-width: 100px;
  text-align: center;
}
.harmonyform .field input[type="text"] {
  min-width: 100px;
  border: 1px solid #eee;
  outline: 1px;
  border-radius: 5px;
  width: 270px;
  padding: 0.25rem;
}
.harmonyform .form-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  padding: 1rem 0 0.25rem 0;
}

.editor .hform {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media screen and (min-width: 640px) {
  .editor ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.editor ul {
  display: grid;
  list-style-position: inside;
  padding: 0.75rem;
  background-color: rgb(243 244 246);
  border-radius: 0.375rem;
  border: 1px solid #e5e7eb;
  list-style-type: disc;
  gap: 0.75rem;
}

.editor > ul li {
  padding: 0.2rem;
}

.editor > ul li *:first-child {
  display: inline;
}

.editor > ul li a:hover {
  color: #174ae4;
}

/* table */

@media screen and (max-width: 767px) {
  .editor table {
    text-wrap: nowrap;
    display: block;
    overflow-x: auto;
  }

  .editor table thead,
  .editor table tbody {
    display: inline-table;
    width: 100%;
  }
}

.editor table {
  width: 100% !important;
  border: 1px solid #cad5e2;
}

.editor table tr {
  border-bottom: 1px solid #cad5e2;
}
.editor table td,
.editor table th {
  padding: 0.5rem;
}

.editor table:has(> tbody:first-child) > tbody:first-child > tr:first-child {
  background-color: #f3f4f6;
}

.editor table:has(> thead:first-child) > thead:first-child > tr:first-child {
  background-color: #f3f4f6;
}
/* table */

.editor a {
  color: var(--Primary);
  text-decoration: underline;
  display: inline-block;
}

.editor strong {
  color: inherit;
}
.editor h2 {
  color: var(--primary);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}

.editor h3 {
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 700;
}

.editor p {
  color: #71777d;
  line-height: 2rem;
  font-weight: 500;
}

/*editor*/
.editor * {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    --spacing: 0.25rem;
    margin-block-start: calc(
      calc(var(--spacing) * 3) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse))
    );
  }
}

.editor img {
  margin: 0 auto;
  max-height: 40rem;
  object-fit: contain;
}

/* pagination */
.page-number li {
  margin: 0 0.25rem;
}
.page-number li a {
  min-width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a7b3ae;
  padding: 0.5rem;
}

.page-number li.activepage {
  background-color: #121212;
  color: white;
}
.page-number li a:hover {
  background-color: #121212;
  color: white;
}

/* pagination */


/*accardeon*/

.submenuItems {
  display: none;
}
.accordion-menu .dropdownlink svg{
  transition: all 300ms ease-in;
}
.accordion-menu .open .dropdownlink svg{
  transform: rotate(-180deg);
  transition: all 300ms ease-in;
}

/*accardeon*/

img.hloading{
 opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

img.loaded {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.h_animation {
  overflow: hidden;
}

.h_animation.show .use_animation {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-animation ease-in-out 0.33333s;
  animation: 0.4s intro-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.h_animation .use_animation {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-animation ease-in-out 0.33333s;
  animation: 0.4s intro-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}