/* ei doc list */
.ei-doc-list .ei-row {
	margin: 0 -12px;
}
.ei-doc-list .ei-col {
	flex: 0 0 auto;
  width: 33.33333%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.ei-doc_column_1 .ei-doc-list .ei-col {
  width: 100%;
}
.ei-doc_column_2 .ei-doc-list .ei-col {
  width: 50%;
}
.ei-doc-list .ei-col>div, .ei-doc-list .ei-doc-list-item>div, .ei-tab-wrap>.ei-tabs>div {
	position: relative;
  border: 1px solid var(--ei-border);
  border-radius: var(--ei-border-radius);
  padding: 25px;
}
.ei-doc-list .ei-col>div, .ei-doc-list .ei-doc-list-item>div {
  height: 100%;
}
.single-post .ei-doc-list .ei-doc-list-item {
  width: 100%;
  padding-left: 40px;
  margin-bottom: 30px;
}
.single-post .ei-doc-list-wrap, .ei-tab-wrap>.ei-tabs>div, .ei-faq-image img {
  position: sticky;
  top: 115px;
  transition: top 0.3s ease-out;
}
body.single-post.ei-scroll-active .ei-doc-list-wrap, body.ei-scroll-active .ei-tab-wrap>.ei-tabs>div, body.ei-scroll-active .ei-faq-image img {
  top: 140px;
}
.ei-doc-list .ei-doc-header {
	display: flex;
  flex-wrap: wrap;
}
.ei-doc-list .ei-doc-header>div:first-child {
  display: flex;
  flex: 0 0 auto;
  width: 47px;
}
.ei-doc-list .ei-doc-header>div:first-child>a {
  display: flex;
}
.ei-doc-list .ei-doc-header>div:last-child {
  flex: 0 0 auto;
  width: calc(100% - 47px);
  padding-left: 15px;
}
.ei-doc-list .ei-doc-header>h1 {
  margin: 0;
}
.ei-doc-list .ei-doc-header .ei-description {
  width: 100% !important;
  padding: 0 !important;
}
.ei-doc-list .ei-doc-header img {
    width: 100%;
    height: 47px;
    object-fit: cover;
    border-radius: 5px;
}
.ei-doc-list .ei-doc-header .ei-doc-title {
    font-size: 16px;
    line-height: 1.20;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.ei-doc-list .ei-doc-header .ei-doc-title a {
    color: var(--ei-color-black);
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    xwhite-space: break-spaces;
}
.ei-doc-list .ei-doc-header .ei-doc-title a:hover {
	color: var(--ei-color-primary);
}
.ei-doc-list .ei-doc-header .ei-doc-subtitle {
    font-size: 13px;
    font-weight: normal;
    color: var(--ei-color-black);
    line-height: 24px;
}
.ei-doc-list .ei-doc-content {
	padding: 20px 0 40px;
}
.ei-doc-list .ei-doc-content.ei-hide {
	padding-bottom: 0;
	margin-bottom: -7px;
}
.ei-doc-content .doc-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.ei-doc-content .doc-list ul li {
  display: flex;
  position: relative;
  font-size: 14px;
  list-style: none;
  margin-bottom: 10px;
}
.ei-doc-content .doc-list ul li.ei-title {
  margin: 23px 0 16px;
}
.ei-doc-content .doc-list ul li.ei-title:first-of-type {
  margin-top: 5px;
}
.ei-doc-content .doc-list ul li.ei-title>span {
  position: relative;
  display: block;
  font-weight: 600;
  padding: 2px 10px 3px;
  color: var(--ei-color-black);
}
.ei-doc-content .doc-list ul li.ei-title>span:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: var(--ei-color-primary);
  opacity: 0.1;
}
body.single-post .ei-doc-content .doc-list ul li {
  display: none;
}
.ei-doc-content .doc-list ul li a {
	position: relative;
  font-weight: 500;
  line-height: 1.40;
  padding-left: 19px;
  color: var(--ei-color-black);
  -webkit-line-clamp: 1;
  line-clamp: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  visibility: visible;
  xwhite-space: break-spaces;
}
.ei-doc-content .doc-list ul li a svg {
    position: absolute;
    left: 0;
    width: 11px;
    height: auto;
    margin-top: 3px;
    margin-right: 3px;
}
.ei-doc-content .doc-list ul li a svg path {
    fill: var(--ei-color-black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ei-doc-content .doc-list ul li a:hover, .single-post .ei-doc-content .doc-list ul li.ei-active a {
    color: var(--ei-color-primary);
}
.ei-doc-content .doc-list ul li a:hover svg path, .single-post .ei-doc-content .doc-list ul li.ei-active a svg path {
    fill: var(--ei-color-primary);
}
.ei-doc-list .ei-more {
	position: absolute;
    bottom: 25px;
}
.ei-doc-list .ei-more a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    width: fit-content;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid var(--ei-color-primary);
    border-radius: 50px;
    padding: 8px 16px;
    color: var(--ei-color-primary);
}
.ei-doc-list .ei-more a svg {
    margin-top: 1px;
    margin-left: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ei-doc-list .ei-more a:hover {
  color: #ffffff !important;
	background: var(--ei-color-primary);
}
.ei-doc-list .ei-more a:hover svg path {
	fill: #ffffff;
}
.ei-doc-list ul>.ei-more-docs {
  padding: 0;
  margin-top: 30px;
}

.ei-more-docs {
  display: block;
	flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 0 !important;
  cursor: pointer;
}
body .ei-doc-content .doc-list ul li.ei-more-docs-v2, body .ei-doc-content .doc-list ul li.ei-more-docs-v3, body .ei-more-docs-v4 {
  display: block;
}
.ei-more-docs-v2, .ei-more-docs-v3, .ei-more-docs-v4 {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.ei-more-docs-v4 {
  margin-top: 25px !important;
}
.ei-more-docs>span {
	display: block;
  color: #ffffff;
  background-color: var(--ei-color-primary);
  border: 1px solid var(--ei-color-primary);
  border-radius: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body .ei-more-docs-v2>span, body .ei-more-docs-v3, body .ei-more-docs-v4 {
  display: block;
}
.ei-more-docs-v2>span, .ei-more-docs-v3, .ei-more-docs-v4 {
  color: #ffffff;
  background-color: var(--ei-color-primary);
  border: 1px solid var(--ei-color-primary);
  border-radius: 25px;
  text-align: center;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 7px 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ei-more-docs>span:hover, .ei-more-docs-v2>span:hover, .ei-more-docs-v3:hover, .ei-more-docs-v4:hover {
  color: var(--ei-color-primary);
  background-color: transparent;
}

/* ei tab */
.ei-tab-wrap {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ei-tab-wrap>.ei-tab-content-wrap {
  flex: 0 0 auto;
  width: 65%;
}
.ei-tab-wrap>.ei-tabs {
  flex: 0 0 auto;
  width: 35%;
  padding-left: 40px;
}
.ei-tab-wrap>.ei-tab-content-wrap .ei-desc p:last-of-type {
  margin-bottom: 0;
}
.ei-tab-content-wrap .ei-thumb .ei-embed-yt {
  margin: 0;
}
.ei-tab-content-wrap .ei-title h2 {
  font-size: var(--h1);
  line-height: normal;
  margin-top: 30px;
}
.ei-tab-wrap>.ei-tabs .ei-header {
  margin-bottom: 23px;
}
.ei-tab-wrap>.ei-tabs .ei-header .ei-title {
  font-size: 16px;
  line-height: 1.20;
  font-weight: 600;
  margin-bottom: 7px;
}
.ei-tab-wrap>.ei-tabs .ei-header .ei-subtitle {
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}
.ei-playlist .ei-tab {
  position: relative;
  padding-left: 27px;
  margin-bottom: 14px;
}
.ei-playlist .ei-tab:last-child {
  margin-bottom: 8px;
}
.ei-playlist .ei-tab a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.40;
  color: var(--ei-color-black);
  -webkit-line-clamp: 1;
  line-clamp: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  visibility: visible;
  xwhite-space: break-spaces;
}
.ei-playlist .ei-tab.ei-tab-active a, .ei-playlist .ei-tab:hover a {
  color: #ff5148;
}
.ei-playlist .ei-tab:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  border: 5px solid var(--ei-color-black);
  background-color: var(--ei-color-black);
  border-radius: 100%;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.ei-playlist .ei-tab.ei-tab-active:before, .ei-playlist .ei-tab:hover:before {
  border-color: #ff5148;
  background-color: #ff5148;
}
.ei-playlist .ei-tab:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 7px 6px 0px 7px;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/* Tab select */
.ei-tab-wrap.ei-tab-select {
  display: block !important;
}
.ei-tab-wrap.ei-tab-select>.ei-tabs, .ei-tab-wrap.ei-tab-select>.ei-tab-content-wrap {
  width: 100% !important;
}
.ei-tab-wrap.ei-tab-select>.ei-tabs {
  padding-left: 0;
}
.ei-tab-wrap.ei-tab-select>.ei-tabs>div {
  position: relative;
  top: 0;
  padding: 40px 35px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}
body.ei-scroll-active .ei-tab-wrap.ei-tab-select>.ei-tabs>div {
    top: 0;
}
.ei-tab-wrap.ei-tab-select>.ei-tabs .ei-header .ei-title {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.ei-tab-wrap.ei-tab-select>.ei-tabs>div select {
  position: relative;
  max-width: 61%;
  color: var(--ei-color-black);
  padding: 11px 53px 12px 23px;
}
.ei-tab-select .ei-tab-content .ei-header {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.ei-tab-select .ei-tab-content .ei-header .ei-thumb-wrap {
  width: 170px;
}
.ei-tab-select .ei-tab-content .ei-header .ei-thumb-wrap a {
  display: flex;
}
.ei-tab-select .ei-tab-content .ei-header .ei-thumb-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: var(--ei-border-radius);
  object-fit: cover;
}
.ei-tab-select .ei-tab-content .ei-header .ei-info-wrap {
  width: calc(100% - 170px);
  padding-left: 35px;
}
.ei-tab-select .ei-tab-content .ei-header .ei-info-wrap .ei-title h2 {
  font-size: var(--h1);
  line-height: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
.ei-tab-select .ei-tab-content .ei-info-wrap .ei-desc p {
  margin-bottom: 10px;
}
.ei-tab-select .ei-tab-content .ei-info-wrap .ei-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: fit-content;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  padding: 3px 19px 5px;
  margin-top: 23px;
}
.ei-tab-select .ei-tab-content .ei-info-wrap .ei-btn svg {
  margin-top: 1px;
  margin-left: 6px;
}
.ei-tab-select .ei-tab-content .ei-info-wrap .ei-btn svg path {
  fill: #ffffff;
}
.ei-tab-select .ei-tab-content .ei-info-wrap .ei-btn:hover svg path {
  fill: var(--ei-color-primary);
}

/* Changelog */
.ei-changelog-wrap {
    position: relative;
    margin-top: 8px;
}
.ei-changelog-list {
    padding-bottom: 30px;
    border-left: 1px solid var(--ei-color-primary);
    position: relative;
    padding-left: 20px;
    margin-left: 8px;
}
.ei-changelog-list:last-child {
    border: 0px;
    padding-bottom: 0;
}
.ei-changelog-list:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid var(--ei-color-primary);
    box-shadow: 3px 3px 0px #d9d9d9;
    box-shadow: 3px 3px 0px #d9d9d9;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 0px;
}
.ei-changelog-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
.ei-changelog-list ul:last-of-type, .ei-changelog-list ul li:last-of-type {
    margin-bottom: 0 !important;
}
.ei-changelog-list ul li {
    position: relative;
    display: block;
    line-height: 1.4;
    padding-left: 16px;
    margin-bottom: 6px;
}
.ei-changelog-list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin-top: 7px;
    background: var(--ei-color-primary);
}
.ei-changelog-list .ei-changelog-v {
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 23px;
}
.ei-changelog-list .ei-changelog-v span {
    font-size: 70%;
    font-weight: normal;
    opacity: 0.7;
    padding-left: 3px;
}
.ei-changelog-list .ei-changelog-box {
    position: relative;
    background: var(--ei-color-section_bg);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 3px 9px rgb(0 0 0 / 4%);
}
.ei-changelog-list .ei-changelog-box:before {
    content: "";
    background: inherit;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -9px;
    left: 18px;
    transform: rotate(45deg);
    border-radius: 0 0 0 2px;
}
/* Changelog end */

/* FAQ */
.ei-faq-sec {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ei-faq-image {
  flex: 0 0 auto;
  width: 30%;
}
.ei-faq-content {
  flex: 0 0 auto;
  width: 70%;
  padding-left: 50px;
}
.ei-faq-image img {
  width: 100%;
  border-radius: var(--ei-border-radius) !important;
}

.ei-faq-list {
    border-bottom: 1px solid var(--ei-border);
}
.ei-faq-list:first-child {
    margin-top: -1em;
}
.ei-faq-title {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1.1em 1.5em 1.3em 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--ei-color-black);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.ei-faq-title:hover, .ei-faq-title:focus, .ei-faq-title.ei-faq-active {
    cursor: pointer;
    color: var(--ei-color-primary);
}
.ei-faq-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: var(--ei-color-primary);
    transition: width .5s ease;
    z-index: 1;
}
.ei-faq-title.ei-faq-active:after {
    width: 100%;
}
.ei-faq-icon {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: -2px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    font-size: 0px;
    transform: scale(0.8);
}
.ei-faq-icon:before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.ei-faq-icon:after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.ei-faq-title.ei-faq-active .ei-faq-icon:after {
    width: 0;
}
.ei-faq-desc {
    font-size: 14px;
    overflow: hidden;
    transition: height 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    color: var(--ei-color-black);
}
.ei-faq-desc p {
    margin-bottom: 1em;
}
.ei-faq-desc p:first-of-type {
    margin-top: 18px;
}
.ei-faq-desc p:last-of-type {
    margin-bottom: 21px;
}
/* FAQ end */

/* Embed YouTube */
.single-post .ei-desc iframe {
  width: 100% !important;
}
.ei-embed-yt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px 0;
}
.ei-embed-yt iframe, .ei-embed-yt object, .ei-embed-yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ei-video_wrapper, .ei-video_wrapper_full, .ei-videoIframe, .ei-videoPoster {
  border-radius: var(--ei-border-radius);
}
button.ei-videoPoster>span {
  position: absolute;
  left: 0;
  font-size: 1px;
  opacity: 0;
}
.ei-videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  border: 0 !important;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.ei-videoPoster:hover {
  cursor: pointer;
}
.ei-videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border: 5px solid #ff5148;
  background-color: #ff5148;
  border-radius: 100%;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  transition: border-color .3s;
  transition: all .3s ease;
}
.ei-videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -13px 0 0 -8px;
  border-left: 20px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  transition: border-color .3s;
}
.ei-videoPoster:before, .ei-videoPoster:after {
  transform: scale(0.6);
}
.ei-videoWrapperActive .ei-videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.ei-videoPoster:before {
  box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 81 72 / 75%);
  }
  100% {
    box-shadow: 0 0 0 15px rgb(255 81 72 / 0%);
  }
}
.ei-embed-yt {
  xbox-shadow: 0px 4px 14px 7px rgb(132 132 133 / 18%);
}
/* Embed YouTube End

/* RESPONSIVE */
@media only screen and (min-width: 1201px) {
  .single-post .ei-doc-list .ei-doc-content {
    padding-bottom: 0;
      max-height: 60vh;
      overflow-y: auto;
      padding-right: 23px;
      margin-right: -23px;
  }
  body.single-post .ei-doc-content .doc-list ul li a {
    padding-left: 20px;
  }
  body.single-post .ei-doc-content .doc-list ul li a svg {
    left: 1px;
  }
}

@media only screen and (max-width: 1200px) {

  .ei-doc-list .ei-col.ei-doc-list-item .ei-doc-content {
    xdisplay: none;
  }
  .ei-doc-list .ei-row {
    margin: 0 -5px;
  }
  .ei-doc-list .ei-col {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .ei--mobiledoc_column_1 .ei-doc-list .ei-col {
    width: 100%;
    margin-bottom: 25px;
  }
  .ei--mobiledoc_column_2 .ei-doc-list .ei-col {
    width: 50%;
  }
  .ei-doc-list .ei-col>div {
    padding: 12px;
  }
  .ei-doc-list .ei-col .ei-doc-header>div:first-child {
    width: 30px;
  }
  .ei-doc-list .ei-col .ei-doc-header img {
    height: 30px;
  }
  .ei-doc-list .ei-col .ei-doc-header>div:last-child {
    width: calc(100% - 30px);
    padding-left: 11px;
  }
  .ei-doc-list .ei-col .ei-doc-header .ei-doc-title {
    font-size: 14px;
    line-height: 1.1;
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .ei-doc-list .ei-col .ei-doc-header .ei-doc-subtitle {
    font-size: 11px;
  }
  .ei-doc-list .ei-col.ei-doc-list-item .ei-doc-content {
    padding: 8px 0 35px;
    margin: 0 -12px;
  }
  .ei-doc-list .ei-col.ei-doc-list-item .ei-doc-content ul li {
    font-size: 12px;
    border-top: 1px solid var(--ei-border);
    padding: 0 12px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .ei-doc-list .ei-col.ei-doc-list-item .ei-doc-content ul li:first-child {
    border-top: 0;
    margin-top: -7px;
  }
  .ei-doc-list .ei-col.ei-doc-list-item .ei-doc-content ul li a {
    width: 100%;
    padding: 7px 0 2px 15px;
  }
  .ei-doc-list .ei-col.ei-doc-list-item .ei-doc-content ul li a svg {
    width: 9px;
    margin-top: 2px;
  }
  .ei-doc-list .ei-col .ei-more {
    bottom: 12px;
  }
  .ei-doc-list .ei-col .ei-more a {
    font-size: 11px;
    padding: 5px 11px;
  }
  .ei-doc-list .ei-col .ei-more a svg {
    width: 8px;
    margin-top: 0;
    margin-left: 5px;
  }

  .ei-more-docs {
    padding: 0 7px;
    margin-top: 11px;
  }
  .ei-more-docs>span {
    font-size: 12px;
    padding: 7px 20px;
  }
  
  .ei-tab-wrap>.ei-tab-content-wrap, .ei-tab-wrap>.ei-tabs {
    width: 100%;
  }
  .ei-tab-wrap>.ei-tabs {
    padding-left: 0;
  }
  .ei-tab-content-wrap .ei-title h2 {
    margin-top: 22px;
  }
  body .ei-tab-wrap>.ei-tabs>div, .single-post .ei-doc-archive .ei-doc-list-item>div {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    width: 340px;
    height: 100vh;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 99999;
  }
  .ei-tab-wrap>.ei-tabs .ei-header, .single-post .ei-doc-list .ei-doc-header>div:last-child {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--ei-border);
    padding: var(--ei-padding-container);
    margin-bottom: 0;
    background-color: #ffffff;
  }
  .single-post .ei-doc-list .ei-doc-header>div:first-child {
    display: none;
  }
  .single-post .ei-doc-list .ei-doc-header>div:last-child {
    width: 100%;
    padding-left: var(--ei-padding-container);
  }
  .ei-tab-wrap>.ei-tabs .ei-header .ei-title, .single-post .ei-doc-list .ei-doc-header .ei-doc-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    margin-bottom: 0;
  }
  .single-post .ei-doc-list .ei-doc-header .ei-doc-title {
    line-height: 1.20;
  }
  .ei-tab-wrap>.ei-tabs .ei-header .ei-title>span:last-child, .single-post .ei-doc-list .ei-doc-header .ei-doc-title a {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
  }
  .ei-tab-wrap>.ei-tabs .ei-header .ei-title .ei-close, .single-post .ei-doc-list .ei-doc-header .ei-doc-title .ei-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .ei-tab-wrap>.ei-tabs .ei-header .ei-title .ei-close svg, .single-post .ei-doc-list .ei-doc-header .ei-doc-title .ei-close svg {
    rotate: 180deg;
  }
  .ei-tab-wrap>.ei-tabs .ei-header .ei-subtitle, .single-post .ei-doc-archive .ei-doc-header .ei-doc-subtitle {
    flex: 0 0 auto;
    font-size: 12px;
  }
  .single-post .ei-doc-archive .ei-doc-header .ei-doc-subtitle {
    line-height: 1;
  }
  .ei-playlist .ei-tab {
    padding-left: 25px;
  }
  .ei-tab-wrap>.ei-tabs .ei-playlist, .single-post .ei-doc-list .ei-doc-content {
    height: 90vh;
    overflow-y: auto;
    padding: var(--ei-padding-container);
  }
  .ei-playlist .ei-tab a {
    font-size: 13px;
  }
  .ei-playlist .ei-tab:before, .ei-playlist .ei-tab:after {
    content: '';
    top: -1px;
    transform: scale(0.9);
  }
  .ei-tab-wrap .ei-tab-overlay, .single-post .ei-doc-list-wrap .ei-doc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645,0.045,0.355,1);
    z-index: 9999;
  }
  body.ei-tab-pop-active .ei-tab-wrap>.ei-tabs>div, body.ei-doc-pop-active .ei-doc-archive .ei-doc-list-item>div {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body.ei-tab-pop-active .ei-tab-wrap .ei-tab-overlay, body.ei-doc-pop-active .ei-doc-list-wrap .ei-doc-overlay {
    visibility: visible;
    opacity: 1;
  }
  .ei-tab-wrap .ei-btn-sticky, .single-post .ei-doc-archive .ei-btn-sticky {
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 8px;
    width: 100%;
    position: fixed;
    left: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 var(--ei-padding-container);
    bottom: 0;
    color: #ffffff;
    background-color: var(--ei-color-primary);
    z-index: 999;
  }
  .ei-tab-wrap .ei-btn-sticky>span, .single-post .ei-doc-archive .ei-btn-sticky>span {
    font-size: 14px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    visibility: visible;
  }
  .ei-tab-wrap .ei-btn-sticky svg, .single-post .ei-doc-archive .ei-btn-sticky svg {
    width: 16px;
    height: auto;
  }
  .ei-tab-wrap .ei-btn-sticky svg path, .single-post .ei-doc-archive .ei-btn-sticky svg path {
    fill: #ffffff;
  }

  .ei-tab-wrap.ei-tab-select>.ei-tabs>div {
    position: relative !important;
    top: 0 !important;
    right: auto;
    width: 100%;
    height: auto;
    border-radius: var(--ei-border-radius);
    visibility: visible;
    opacity: 1;
    transform: none !important;
    padding: 25px;
    background-color: transparent !important;
    z-index: 1;
  }
  .ei-tab-wrap.ei-tab-select>.ei-tabs .ei-header {
    display: block;
    border: 0;
    padding: 0;
    margin: -5px 0 20px;
    background-color: transparent !important;
  }
  .ei-tab-wrap.ei-tab-select>.ei-tabs .ei-header .ei-title {
    display: block;
  }
  .ei-tab-wrap.ei-tab-select>.ei-tabs>div select {
    max-width: 100%;
    line-height: 1.2;
    padding: 12px 50px 12px 22px;
  }
  .ei-tab-select .ei-tab-content .ei-header {
    gap: 25px;
    margin: 25px 0;
  }
  .ei-tab-select .ei-tab-content .ei-header .ei-thumb-wrap {
    width: 100%;
  }
  .ei-tab-select .ei-tab-content .ei-header .ei-info-wrap {
    width: 100%;
    padding-left: 0;
  }
  .ei-tab-select .ei-tab-content .ei-info-wrap .ei-btn {
    font-size: 11px;
    line-height: 1;
    padding: 7px 15px;
    margin-top: 20px;
  }
  .ei-tab-select .ei-tab-content .ei-info-wrap .ei-btn svg {
    width: 8px;
    height: auto;
    margin-top: 0;
  }
  .ei-changelog-wrap {
    margin-top: 30px;
  }
  .ei-changelog-list {
    padding-bottom: 25px;
  }
  .ei-changelog-list .ei-changelog-v {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .ei-changelog-list .ei-changelog-box {
    padding: var(--ei-padding-container);
  }
  .ei-changelog-list .ei-changelog-box:before {
    width: 15px;
    height: 15px;
    top: -6px;
    left: 16px;
  }
  .ei-changelog-list ul li {
    padding-left: 13px;
  }
  .ei-changelog-list ul li:before {
    width: 5px;
    height: 5px;
  }

  .ei-faq-image {
    display: none;
  }
  .ei-faq-content {
    width: 100%;
    padding-left: 0;
  }
  .ei-faq-title {
    font-size: 14px;
    line-height: 1.4;
    padding: 1em 1.5em 1.2em 0;
  }
  .ei-faq-desc {
    font-size: 13px;
    line-height: 1.7;
  }
  .ei-faq-desc p:first-of-type {
    margin-top: 16px;
  }
  .ei-faq-desc p:last-of-type {
    margin-bottom: 20px;
  }
  .ei-faq-icon {
    top: 14px;
    right: -4px;
    transform: scale(0.7);
  }

  .ei-doc-archive .ei-doc-list-item>div {
    padding: 20px 18px 23px;
  }
  body.archive.tag .ei-doc-archive .ei-doc-list-item>div, body.search .ei-doc-archive .ei-doc-list-item>div {
    padding-top: 13px;
  }
  body.archive.tag .ei-doc-list .ei-doc-list-item .ei-description {
    margin-top: 0 !important;
  }
  .ei-doc-archive .ei-doc-header .ei-doc-title {
    line-height: 1.1;
  }
  .ei-doc-archive .ei-doc-header .ei-doc-subtitle {
    font-size: 12px;
  }
  .ei-doc-archive .ei-description p {
    line-height: 1.7;
  }
  .ei-doc-archive .ei-doc-content .doc-list ul li {
    font-size: 13px;
    margin-bottom: 12px;
  }
  body .ei-doc-content .doc-list ul li.ei-title {
    margin-bottom: 16px !important;
  }
  .ei-doc-archive .ei-doc-content .doc-list ul li:last-child {
    margin-bottom: 0;
  }
  body .ei-more-docs-v2>span, body .ei-more-docs-v3 {
    font-size: 12px !important;
    padding: 7px 20px;
    margin-top: 25px;
  }

  .single-post .ei-doc-list-wrap, .ei-tab-wrap>.ei-tabs>div, .ei-faq-image img {
    position: relative;
    top: 0 !important;
  }

}
