@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  outline: 0 !important;
}
:root {
  --top-header-height: 62px;
  /* --mo-primary: #7F56D9 !important;
  --mo-primary-dark-text: #fff !important;
  --mo-primary-light-text: #000 !important;
  --mo-primary-100: #F2EEFB !important;
  --mo-primary-200: #D2C3F1 !important;
  --mo-primary-300: #B8A2EA !important;
  --mo-primary-400: #9F80E2 !important;
  --mo-primary-500: #7f56d9 !important;
  --mo-primary-600: #724DC3 !important;
  --mo-primary-700: #5F40A2 !important;
  --mo-primary-800: #452F77 !important;
  --mo-primary-900: #322256 !important;
  --mo-primary-rgb: 127, 86, 217 !important;
  --mo-primary-rgba: rgba(127, 86, 217, 1) !important; */
  --mo-primary: #058fbe !important;
  --mo-primary-dark-text: #fff !important;
  --mo-primary-light-text: #000 !important;
  --mo-primary-100: #E6F3F8 !important;
  --mo-primary-200: #A7D7E8 !important;
  --mo-primary-300: #75C1DB !important;
  --mo-primary-400: #43ABCE !important;
  --mo-primary-500: #058fbe !important;
  --mo-primary-600: #0480AB !important;
  --mo-primary-700: #036B8E !important;
  --mo-primary-800: #024E68 !important;
  --mo-primary-900: #02394C !important;
  --mo-primary-rgb: 5, 143, 190  !important;
  --mo-primary-rgba: rgba(5, 143, 190, 1)  !important;
  --mo-hover-color: #f4f4f5;
  --mo-table-hover: #fbfafc;
  --mo-btn-hover-custom: #f2f1f3;
}
body,
.sideBarLeft *{
  font-family: "Inter", sans-serif !important;
}

a {
  color: var(---gray-dark);
  cursor: pointer;
}

a:hover {
  color: var(---primary-color);
  text-decoration: none;
}

::selection {
  background: rgba(166, 175, 189, 0.6);
}

/* Text */
.text-start {
  text-align: start !important;
}

.mejs-qualities-selected,
.mejs__qualities-selected {
  color: var(---primary-color) !important;
}

.videos-list .video-wrapper .video-views,
.videos-list .video-wrapper .video-publisher {
  color: var(---gray-dark);
  margin-top: 3px;
  font-size: 11px;
}

.user-setting-panel select {
  height: 30px !important;
  color: #666 !important;
  font-size: 13px;
  box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
  border: none;
  border-radius: 0;
  padding: 3px 12px;
}

.user-setting-panel input[type="text"],
.user-setting-panel input[type="password"] {
  height: 30px !important;
  color: #666 !important;
  font-size: 13px;
  box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
  border: none;
  border-radius: 0;
}

.user-setting-panel textarea {
  height: 30px !important;
  color: #666 !important;
  font-size: 13px;
  box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
  border: none;
  border-radius: 0;
}

.author-list .video-wrapper .video-views,
.author-list .video-wrapper .video-publisher {
  color: var(---gray-dark);
  margin-top: 3px;
  font-size: 12px;
}

.setting-panel.no-padding textarea,
.setting-panel textarea {
  box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
  border: none;
  border-radius: 0;
  color: #666 !important;
  font-size: 13px;
}

.setting-panel.no-padding select,
.setting-panel select {
  height: 30px !important;
  color: #666 !important;
  font-size: 13px;
  box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
  border: none;
  border-radius: 0;
}

.setting-panel input[type="text"],
.setting-panel input[type="password"] {
  height: 30px !important;
  color: #666 !important;
  font-size: 13px;
  box-shadow: 0 1px 0 0 #f2f2f2, 0 0 0 1px #f2f2f2;
  border: none;
  border-radius: 0;
}

.setting-panel .btn-main,
.setting-panel .btn-delete {
  height: 30px !important;
  font-size: 13px;
  min-width: 100px !important;
}

/* .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
} */

.user-setting-panel {
  /* background-color: var(--mo-white);
  padding: 30px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
}

.user-setting-panel textarea {
  height: 100px !important;
  color: #666 !important;
  font-size: 13px;
}

.user-setting-panel .btn-main {
  height: 30px !important;
  font-size: 13px;
  min-width: 100px !important;
}

.setting-panel {
  margin-top: 20px;
}

.setting-panel.no-padding {
  padding: 0 !important;
  margin-top: 20px;
}

.setting-panel.no-padding label {
  font-weight: 100;
  margin-top: 3px;
}

.setting-panel label {
  font-weight: 100;
  margin-top: 3px;
}

body {
  background: #f0f2f5;
  background-size: cover;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}

/*.content,body,header{ background: #202020 !important; color: var(--mo-white) !important; border-color: #202020 !important; box-shadow: none !important;
}

*{ color: var(--mo-white) !important;
}
*/
.dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 0.1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.dropdown-menu a {
  color: #2a2239;
  font-size: 13px !important;
}

.dropdown-menu a i {
  color: var(---primary-color);
}

.dropdown-menu a:hover {
  color: var(--mo-white) !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: var(---black-color-small) !important;
}

.video-latest-list {
  height: 270px;
  overflow: hidden;
}

.video-latest-list .video-title {
  font-size: 16px;
  color: var(---primary-color);
  /* max-height: 43px; */
  overflow: hidden;
}

.video-latest-list .video-thumb {
  width: 100%;
  position: relative;
}

.video-latest-list .video-thumb .video-duration {
  pointer-events: none;
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 1px 5px;
  font-weight: 500;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ededed;
  height: 16px;
  line-height: 14px;
  border-radius: 2px;
}

.video-latest-list .video-info {
  margin-top: 5px;
  color: #444;
  font-size: 11px;
}

.video-latest-list .video-info p.descc {
  display: none;
}

.video-latest-list.video-wrapper {
  overflow: unset !important;
}

.video-latest-list.video-wrapper .video-title a {
  display: inline-block;
  height: 3em;
  overflow: hidden;
}

.inline-block {
  display: inline-block;
  padding-bottom: 1px;
}

.navbar-default .navbar-nav > .open > a {
  background-color: var(---primary-color);
  border-bottom: 0;
}

.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: var(---primary-color);
  border-bottom: 0;
}

.content {
  background: var(--mo-white);
  width: 100%;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
  /* padding: 20px; */
  margin-bottom: 20px;
}

.mejs__container {
  max-height: 80%;
}

.clear {
  clear: both;
}

.ek_video_info {
  padding: 5px;
}

.video-big-title h1 {
  margin: 0;
  word-break: break-word;
}

.video-big-title .featured-text {
  color: green;
}

.video-big-title a {
  color: #202020;
  text-decoration: none;
}

.video-info-element {
  width: 150px;
  height: 3px;
  text-align: right;
  position: relative;
  margin: 1px 12px;
  overflow: hidden;
  border-radius: 2em;
}

.ek_video_info .video-views {
  font-size: 14px;
  color: #5c5c5c;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ek_video_info .video-views .middot {
  margin: 0 8px;
  font-size: 16px;
}

.video-info-element .views-bar {
  width: 80%;
  text-align: right;
  position: absolute;
  right: 0;
  height: 4px;
  background-color: #ccc;
}

.video-info-element .blue {
  background: linear-gradient(to right, #2dc0ff, var(---primary-color));
  left: 0;
  width: 20%;
  text-align: left;
}

.video-likes {
  color: #929292;
  display: flex;
  height: 100%;
  align-items: center;
}

.video-likes .like-btn {
  cursor: pointer;
  user-select: none;
  /* min-width: 62px; */
  line-height: 1;
  height: 100%;
  color: var(---primary-color);
  background-color: var(--mo-gray-300);
  display: flex;
  align-items: center;
}

.video-likes .dis-like {
  color: var(--mo-danger);
}

.video-likes .like-btn .likes {
  font-size: 16px;
  margin-left: 4px;
}

.video-likes .btn.active {
  box-shadow: none !important;
}

.video-likes .like-btn:hover {
  color: #383838;
  /* background-color: #bcb5b54d; */
}

.video-likes .like {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.video-likes .dis-like {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.video-likes .like:hover {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.video-likes .dis-like:hover {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.video-likes .like-btn svg {
  margin-right: 4px;
  width: 17px;
  height: 17px;
}

.video-likes .like-btn.active svg.thumbs_up {
  color: #319f35;
}

.video-likes .like-btn.active svg.thumbs_down {
  color: #f44336;
}

.ek_video_info .btn-subscribe,
.ek_video_info .btn-subscribed {
  box-shadow: none;
  border-radius: 6px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}

.video-options {
  padding: 10px 0 20px;
  border-bottom: 1.5px solid #eee;
  border-top: 1.5px solid #eee;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 12px;
}

.video-options svg.feather {
  margin-top: -3px;
  width: 17px;
  height: 17px;
}

.video-options .btn-share {
  border: 0;
  color: var(---primary-color);
  background: var(--mo-gray-200);
  padding: 0 16px;
  line-height: 30px;
  transition: all 0.2s ease;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: none;
  text-decoration: none;
  font-size: 15px;
  justify-content: center;
}

.video-options .btn-share svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.video-options .btn-share:not(:last-child) {
  border-right: 1.5px solid #eee;
}

.video-options .btn-share:hover {
  background-color: var(---primary-color-shade);
}

.video-options .btn-share:active {
  background-color: var(---primary-color-shade);
}

.video-options .btn-share:focus {
  outline: none;
}

.video-player-page.six_padding_15 .video-options {
  width: 100%;
  padding: 15px 0;
}

/* .video-player-page.six_padding_15 .video-options .btn-share {
  flex: 1;
} */

.video-published {
  color: #5b5b5b;
}

.video-published a {
  color: var(---primary-color) !important;
}

.watch-video-description {
  max-height: 175px;
  min-height: 50px;
  overflow: hidden;
  position: relative;
}

.watch-video-description a {
  color: var(---primary-color) !important;
}

.watch-video-description p {
  font-size: 12px;
  color: var(---gray-dark);
  margin-top: 10px;
  word-wrap: break;
}

.home-page-categories .row {
  margin: 0;
}

.home-page-categories .col-md-3 {
  padding: 0;
}

.home-page-categories .title {
  margin-bottom: 20px;
  border-bottom: solid 1px var(--mo-gray-600);
  padding-bottom: 8px;
}

.home-page-categories .title h4 {
  margin-top: 5px;
  color: var(---black-color-small);
  font-size: 20px;
  font-weight: 600;
}

.home-page-categories .title h4 span {
  font-weight: 100;
  color: var(---primary-color);
  font-size: 12px;
  float: right;
}

.home-page-categories .videos .video-list {
  width: 100%;
}

.home-page-categories .videos .video-list .video-list-image a,
.video-latest-list .video-thumb a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #d2d2d2;
  padding-bottom: 56.25%;
  height: 137px;
  border-radius: 10px;
}

.home-page-categories .videos .video-list .video-list-image .play_hover_btn,
.video-latest-list .video-thumb .play_hover_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--mo-white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  overflow: hidden;
  border-radius: 10px;
}

/* .main-container {
  background-color: #e2ebef !important;
} */
.home-page-categories
  .videos
  .video-list
  .video-list-image
  .play_hover_btn
  svg.feather,
.video-latest-list .video-thumb .play_hover_btn svg.feather {
  left: 50%;
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%) scale(0.7);
  width: 45px;
  height: 45px;
  stroke-width: 1.2px;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.home-page-categories
  .videos
  .video-list
  .video-list-image:hover
  .play_hover_btn,
.video-latest-list .video-thumb:hover .play_hover_btn {
  opacity: 1;
  visibility: visible;
}

.home-page-categories
  .videos
  .video-list
  .video-list-image:hover
  .play_hover_btn
  svg.feather,
.video-latest-list .video-thumb:hover .play_hover_btn svg.feather {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.home-page-categories .videos .video-list img,
.video-latest-list .video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 4px;
}

.home-page-categories .videos .video-list .video-list-title {
  max-width: 100%;
  word-wrap: break-word;
}

.home-page-categories .videos .video-list .video-list-title a {
  text-decoration: none;
}

.home-page-categories .videos .video-list .video-list-title h4,
.video-latest-list .video-title h4 {
  color: var(---black-color);
  display: -webkit-box;
  /* max-height: 3rem; */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 14px;
  font-weight: 500;
  /* letter-spacing: 1px; */
  line-height: 24px;
  margin: 8px 0;
}

.home-page-categories .videos .video-list .video-list-by {
  font-size: 11px;
  margin-top: 3px;
  color: var(---gray-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-page-categories .videos .video-list .video-list-by a {
  color: var(---gray-dark);
}

.btn-delete {
  background-color: #c23321;
  color: var(--mo-white);
}

.btn-delete:hover,
.btn-delete:focus {
  background-color: #d84c47;
  color: var(--mo-white);
}

.btn-main {
  background-color: var(---primary-color);
  color: var(--mo-white);
}

.btn-main:hover,
.btn-main:focus {
  background-color: var(---primary-color-shade);
  color: var(---primary-color);
}

.btn-main:disabled {
  background-color: var(---gray-small);
  color: var(---gray-dark);
}

.publisher-element {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.publisher-element .publisher-avatar {
  width: 50px;
  height: 50px;
  margin-right: 8px;
  border: solid 1px #ccc;
  border-radius: 50%;
}

.publisher-element .publisher-avatar img {
  width: 100%;
  border-radius: 50%;
}

.publisher-element .publisher-name a {
  color: var(---black-color-small);
  font-weight: bold;
  font-size: 16px;
}

.publisher-element .publisher-subscribe-button {
  margin-left: auto;
}

/* .video-player-page.six_padding_15 .publisher-element .subs-amount {display: none;} */
.yp_pub_elemnt {
  transition: all 0.4s;
  margin-bottom: 20px;
  overflow: hidden;
}

.yp_pub_elemnt .publisher-element {
  margin: 0;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px 3px 0px 0px;
  padding: 16px 21px;
  border: 0;
  flex-wrap: wrap;
}

.yp_pub_elemnt .publisher-element .publisher-avatar {
  margin-right: 11px;
  min-width: 48px;
}

.yp_pub_elemnt .publisher-element .publisher-name {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.yp_pub_elemnt .publisher-element .publisher-name > span {
  font-size: 13px;
}

.yp_pub_elemnt .publisher-subscribe-button {
  display: flex;
  align-items: center;
}

.yp_pub_elemnt .btn-subscribe,
.yp_pub_elemnt .btn-subscribed,
.btn-blocked {
  padding: 10px 25px;
  border-radius: 2em;
  color: white;
}

.yp_pub_elemnt .btn-subscribe {
  background-color: #f44336;
}

.yp_pub_elemnt .subs-amount {
  border-radius: 2em;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 35px;
  margin-left: 9px;
}

.btn-subscribe,
.btn-subscribed,
.btn-blocked {
  padding: 7px 25px;
  width: auto;
  min-width: 90px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.007px;
  border: 0;
  transition: all 0.2s;
  position: relative;
  font-weight: 500;
  border-radius: 8px;
  outline: 0 !important;
  color: var(--mo-white);
}

.btn-subscribe:before,
.btn-subscribed:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 4px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-width: 0;
  border-right-color: #e1e1e1;
}

.btn-subscribe:active,
.btn-subscribed:active {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.14);
}

.btn-subscribe svg.feather {
  margin: -3.5px 4px 0px -1px;
  width: 17px;
  height: 17px;
}

.btn-subscribed:hover,
.btn-subscribed:focus {
  color: var(--mo-white);
  text-decoration: none;
}

.subs-amount {
  border: 0;
  font-size: 14px;
  background: #e1e1e1;
  color: var(---gray-dark);
  border-radius: 3px;
  margin-left: 6.5px;
  padding: 10px 12px;
  font-weight: 500;
}

.btn-subscribe {
  background: var(---primary-color);
}

.btn-subscribed {
  background: var(---gray-dark);
}

.btn-blocked {
  background: var(---gray-dark);
  border-radius: 2em;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.video-player {
  width: 100%;
  position: relative;
}

.video-player video {
  width: 100%;
}

.video-player .ads-overlay-info {
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  width: 80%;
  margin: auto;
  padding: 15px 15px 10px 15px;
  background: rgba(6, 4, 4, 0.65);
  border: 1px solid #252525;
  color: var(--mo-white);
  z-index: 99999;
}

.video-player .ads-overlay-info h4 {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.video-player .ads-overlay-info p {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--mo-white);
}

.video-player .ads-overlay-info div {
  width: 100%;
  overflow: hidden;
}

.video-player .ads-overlay-info div a {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  color: #e5e45f;
  float: left;
}

.video-player .ads-overlay-info div a i {
  font-size: 14px;
  color: var(--mo-white);
}

.video-player .ads-overlay-info div span {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  color: var(--mo-white);
  float: right;
  text-transform: capitalize;
}

.video-player .ads-overlay-info span.dismiss {
  right: 10px;
  top: 10px;
  position: absolute;
}

.import-form-content > .content {
  padding: 40px 15px 20px;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-right0 {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-left0 {
  padding-left: 0;
}

.watch-video-show-more {
  cursor: pointer;
  margin-top: 20px;
  /* text-align: right; */
  margin-bottom: 20px;
}

/* .watch-video-show-more {
  text-align: center;
  cursor: pointer;
  display: block;
  width: 250px;
  margin: auto;
  background-color: var(--mo-white);
  padding: 10px 10px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  font-weight: 500;
  transition: all 0.1s ease;
} */
/* .watch-video-show-more:hover {
  box-shadow: 0 7px 10px rgb(0 0 0 / 8%);
} */

.thumbnail-preview,
.ek_edt_vdo_form {
  margin-top: 20px;
}

.thumbnail-preview img {
  width: 100%;
}

.embed-placement textarea {
  resize: none;
}

.delete-comment {
  color: #666;
  cursor: pointer;
}

.share-third {
  background-color: #444;
}

.share-third img {
  width: 20px;
  height: 20px;
  margin-top: -3px;
}

.share-video {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.share-video > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-video .fa,
.share-video a {
  font-size: 20px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-decoration: none;
  margin: 0px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  color: var(--mo-white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.share-video .fa:hover,
.share-video a:hover {
  opacity: 0.7;
}

.share-video .fa-facebook {
  background: #3b5998;
}

.share-video .fa-twitter {
  background: #1da1f2;
}

.share-video .fa-google {
  background: #d84c47;
}

.share-video .fa-linkedin {
  background: #007bb5;
}

.share-video .fa-youtube {
  background: #bb0000;
}

.share-video .fa-instagram {
  background: #125688;
}

.share-video .fa-pinterest {
  background: #cb2027;
}

.share-video .fa-snapchat-ghost {
  background: var(--mo-white) c00;
  text-shadow: -1px 0 var(---black-color), 0 1px var(---black-color),
    1px 0 var(---black-color), 0 -1px var(---black-color);
}

.share-video .fa-skype {
  background: var(---primary-color);
}

.share-video .fa-android {
  background: #a4c639;
}

.share-video .fa-dribbble {
  background: #ea4c89;
}

.share-video .fa-vimeo {
  background: #3dc4ff;
}

.share-video .fa-tumblr {
  background: #2c4762;
}

.share-video .fa-vine {
  background: #00b489;
}

.share-video .fa-foursquare {
  background: #3dc4ff;
}

.share-video .fa-stumbleupon {
  background: #eb4924;
}

.share-video .fa-flickr {
  background: #f40083;
}

.share-video .fa-yahoo {
  background: #430297;
}

.share-video .fa-whatsapp {
  background: #2bb741;
}

.share-video .fa-telegram {
  background: #32a9e1;
}

.share-video .fa-soundcloud,
.share-video .fa-reddit {
  background: #ff5500;
}

.share-video .fa-rss {
  background: #ff6600;
}

.next-video {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.next-video h4 {
  color: var(---black-color-small);
  /*  font-family: "Lato", sans-serif; */
  font-size: 20px;
  margin-top: 0px;
  font-weight: 700;
}

.next-video h4 .fa-bolt {
  color: var(---primary-color);
}

.side-barlist-wrapper {
  position: relative;
}

.side-barlist-wrapper .ptrm-vid-renderer {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
  cursor: pointer;
  color: var(--mo-white) !important;
  visibility: hidden;
  background: #303233;
  padding: 5px;
  line-height: 1;
}

.side-barlist-wrapper:hover > .ptrm-vid-renderer {
  visibility: visible;
}

.play-list-cont .side-barlist-wrapper {
  padding-right: 40px;
}

.play-list-cont .side-barlist-wrapper:hover {
  background: #444546;
}

.video-actions {
  color: #888;
  font-size: 14px;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}

.video-actions i:hover {
  color: var(---primary-color);
}

.settings-header {
  background-color: var(---primary-color);
  width: 100%;
  z-index: 99;
  margin-bottom: -10px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 15px;
  padding-left: 25px;
  color: var(--mo-white);
}

.settings-header h3 {
  margin-top: 0;
  font-size: 16px;
}

.checkbox {
  position: relative;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 1px;
  margin-left: -20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  background-color: var(--mo-white);
  transition: all 90ms cubic-bezier(0, 0, 0.2, 0.1);
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
  border: 2px solid var(--mo-white);
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 4px;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 10px;
  transition: 0.2s;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: var(--mo-white);
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  transform: scale(1, 1);
}

.radio.radio-inline {
  margin-top: 0;
}

.avatar-read {
  display: none;
}

.help-block {
  font-size: 12px;
  margin-bottom: 0;
}

.percent {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
}

.upload-progress-bar {
  background-color: var(---primary-color) !important;
  border-radius: 2em;
}

.white {
  color: var(--mo-white);
}

.no-content-found {
  color: var(---gray-dark);
  margin-bottom: 10px;
  margin-top: 10px;
}

.verified {
  color: var(---green-color) !important;
}

.progress {
  position: relative;
  height: 40px;
  background: var(--mo-white) 7f7;
}

#progress {
  width: 100%;
  border-radius: 3px;
  position: relative;
  padding: 4px;
}

.comment-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-box textarea {
  border-radius: 2px;
  resize: none;
  box-shadow: none;
}

.comments-header {
  font-weight: 600;
}

.user-comments .no-comments-found {
  margin-bottom: 10px;
  color: var(---gray-dark);
}

.user-comments .main-comment {
  margin-bottom: 40px;
  margin-bottom: 20px !important;
}

.user-comments .main-comment .user-avatar {
  width: 40px;
  margin-right: 10px;
}

.user-comments .main-comment .user-avatar img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
}

.user-comments .main-comment .user-name {
  font-size: 15px;
}

.user-comments .main-comment .user-name a {
  font-weight: 500;
  word-break: break-word;
}

.user-comments .main-comment .user-name small {
  font-size: 12px;
  color: #aaa;
  display: inline;
}

.user-comments .main-comment .user-name .dropdown {
  cursor: pointer;
}

.user-comments .main-comment .user-comment {
  width: 85%;
  font-size: 15px;
  margin-top: 5px;
  overflow: hidden;
  /*  font-family: "Lato", sans-serif; */
}

.user-comments .main-comment .user-comment:not(.pt-comment-replies) {
  margin-left: 50px;
}

.user-comments .main-comment .user-comment .div-vote-comment {
  color: #888;
  margin-top: 10px;
  font-size: 12px;
}

.user-comments .main-comment .user-comment .div-vote-comment .likes {
  color: #2ec0bc;
}

.user-comments .main-comment .user-comment .div-vote-comment .voting {
  margin-left: 5px;
}

.user-comments .main-comment .user-comment .div-vote-comment .voting i {
  cursor: pointer;
}

.user-comments .main-comment .user-comment .div-vote-comment .voting i:hover {
  color: #555;
}

.user-comments .main-comment .user-comment .div-vote-comment .voting i.active {
  color: #2ec0bc;
}

.ad-image {
  width: 100%;
  height: 100%;
  background-color: var(---black-color);
  text-align: center;
  z-index: 9;
  line-height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
}

.ad-image img {
  text-align: center;
  max-width: 100%;
}

.ads-test {
  color: var(--mo-white);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 40px;
  right: 30px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 18%);
}

.ads-placment {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ads-placment:empty {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.ads-placment img,
.ads-placment iframe {
  max-width: 100%;
}

/*Profile*/
/* .profile-container {
  margin: -20px -15px 20px;
} */
.profile-container .card-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.profile-container .card-container .edit-cover-container,
.video-player .icons {
  position: absolute;
  top: 15px;
  right: 15px;
  transform: scaleY(1) scaleX(1) translateY(0px);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 9;
}

.profile-container .card-container .edit-cover-container.hidde,
.video-player .icons.hidde {
  opacity: 0;
  transform: scaleY(0.4) scaleX(0.4);
  transition: all 0.4s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.profile-container .card-container .edit-cover-container a,
.video-player .icons span,
.profile-container .card-container .edit-cover-container > span {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  cursor: pointer;
}

.profile-container .card-container .edit-cover-container > span {
  padding: 0;
  border: 0;
  margin-top: 7px;
}

.profile-container .card-container .cover-container img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.ek_timeline_usr {
  background: var(--mo-white);
}

.profile-container .ek_chnl_info {
  position: relative;
  display: flex;
  padding: 15px 0 20px;
}

.profile-container .ek_chnl_info .yp_inner_profile_area {
  display: flex;
}

.profile-container .ek_chnl_info .avatar-container {
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin: -65px 15px 0px 20px;
  border-radius: 50%;
  border: solid 3px var(--mo-white);
}

.profile-container .ek_chnl_info .avatar-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.profile-container .ek_chnl_info .info-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.profile-container .ek_chnl_info .info-container h4 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

.profile-container .ek_chnl_info .info-container h4 a {
  color: #1c1c1c;
  text-decoration: none;
}

.profile-container .ek_chnl_info .info-container p {
  margin: 0;
}

.profile-container .ek_chnl_info .info-container .btn-message {
  border-radius: 2px;
  padding: 4px 13px;
  margin-top: 10px;
}

.profile-container .ek_chnl_info .info-container .btn-message svg.feather {
  margin: -2px 2px 0px 0px;
  width: 17px;
  height: 17px;
}

.profile-container .ek_chnl_info .subscribe-btn-container {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-bottom: -58px;
}

.profile-container .ek_chnl_info .subscribe-btn-container > div {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.profile-container .ek_chnl_info .subscribe-btn-container > div:first-child,
.profile-container .ek_chnl_info .subscribe-btn-container > div:empty {
  margin: 0;
}

.profile-container .ek_chnl_info .subscribe-btn-container button {
  display: flex;
  align-items: center;
}

.profile-container .ek_chnl_info .subscribe-btn-container button:before,
.profile-container
  .ek_chnl_info
  .subscribe-btn-container
  .btn-subscribed:before {
  display: none;
}

.profile-container .ek_chnl_info .subscribe-btn-container .subs-amount {
  border-radius: 2em;
  padding: 0 10px;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 35px;
  margin-left: 9px;
}

.profile-container .ek_chnl_info .subscribe-btn-container .btn-message {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 34px;
  min-width: 34px;
  height: 34px;
  background-color: rgb(0 0 0 / 10%);
}

.profile-container .ek_chnl_info .subscribe-btn-container .btn-message span {
  display: none;
}

.profile-container .ek_chnl_info .subscribe-btn-container .btn-message svg {
  width: 18px;
  height: 18px;
}

.profile-container .links-container {
  position: relative;
}

.profile-container .links-container ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  border-bottom: solid 1px var(---gray-medium);
}

.profile-container .links-container ul li {
  display: inline-block;
}

.profile-container .links-container ul li a {
  padding: 10px 25px;
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 15px;
}

.profile-container .links-container ul li a:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 3px;
  width: 100%;
  background: var(---primary-color);
  left: 0;
  right: 0;
  opacity: 0;
}

.profile-container .links-container ul li a:hover,
.profile-container .links-container ul li a:focus {
  color: #222;
}

.profile-container .links-container ul li a.active {
  text-decoration: none;
  color: var(---black-color);
  font-weight: 500;
}

.profile-container .links-container ul li a.active:after {
  opacity: 1;
}

.profile-container .page-container {
  margin-top: 30px;
  background: linear-gradient(var(--mo-white) 0%, transparent 100%);
}

.profile-container .page-container .videos-latest-list {
  padding: 5px;
}

.profile-container .ek_about {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 10px;
}

.profile-container .ek_about .user_abt {
  font-size: 15px;
  opacity: 0.9;
  line-height: 23px;
}

.profile-container .ek_about svg.feather.ahead {
  padding: 7px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin: -3px 5px 0px -2px;
  color: white;
}

.profile-container .ek_about svg.feather {
  color: #7a7a7a;
  margin: -3px 6px 0px 2px;
  width: 18px;
  height: 18px;
}

.profile-container .ek_about .social-links {
  margin: 25px 0 13px 0;
  font-size: 16px;
}

.ek_about .share-video {
  margin-bottom: 20px;
}

.ek_timeline_vids {
  margin: 20px 0px 0;
}

.ek_timeline_vids .col-md-3 {
  padding: 0;
}

.ek_timeline_latest_vids .col-md-3:first-child {
  width: 100%;
}

.ek_timeline_latest_vids .col-md-3:first-child .video-latest-list.video-wrapper,
.ek_srch_vids .video-latest-list.video-wrapper {
  display: flex;
  height: auto;
  margin: 0 0 20px;
}

.ek_timeline_latest_vids
  .col-md-3:first-child
  .video-latest-list.video-wrapper
  .video-thumb,
.ek_srch_vids .video-latest-list.video-wrapper .video-thumb {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33%;
  margin-right: 22px;
}

.ek_timeline_latest_vids
  .col-md-3:first-child
  .video-latest-list.video-wrapper
  > div:not(.video-thumb) {
  width: 100%;
  max-width: 750px;
}

.ek_timeline_latest_vids
  .col-md-3:first-child
  .video-latest-list.video-wrapper
  > div:not(.video-thumb),
.ek_srch_vids .video-latest-list.video-wrapper > div:not(.video-thumb) {
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  overflow: hidden;
}

.ek_timeline_latest_vids .col-md-3:first-child .video-latest-list .video-title,
.ek_srch_vids .video-latest-list .video-title {
  max-height: none;
}

.ek_timeline_latest_vids
  .col-md-3:first-child
  .video-latest-list
  .video-title
  h4,
.ek_srch_vids .video-latest-list .video-title h4 {
  margin: 0;
  color: #222;
  font-size: 25px;
  max-height: 68px;
  line-height: 34px;
}

.ek_timeline_latest_vids .col-md-3:first-child .video-latest-list .video-info,
.ek_srch_vids .video-latest-list .video-info {
  font-size: 14px;
}

.ek_timeline_latest_vids
  .col-md-3:first-child
  .video-latest-list
  .video-info
  > div
  br {
  /*display: none;*/
}

.ek_timeline_latest_vids .col-md-3:first-child .video-latest-list .video-info p,
.ek_srch_vids .video-latest-list .video-info p {
  display: block;
  overflow: hidden;
  max-height: 62px;
  font-size: 14px;
  margin: 25px 0 0;
}

.ek_timeline_latest_vids .col-md-3:first-child .video-latest-list .video-info a,
.ek_srch_vids .video-latest-list .video-info a {
  font-weight: 500;
  font-size: 13px;
  color: var(---black-color-small);
}

body .mb-15 {
  margin-bottom: 15px;
}

.upload {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
  height: 200px;
  margin-top: 20px;
  border: 3px dashed #999;
  line-height: 200px;
  font-size: 18px;
}

.upload:hover {
  border: 3px dashed var(---primary-color);
  cursor: pointer;
  /* color: var(---primary-color); */
}

.video-info {
  overflow: unset !important;
}

.video-info .video-views {
  width: auto;
  display: inline-block;
}

.video-wrapper .vid-number-cont {
  color: #d7d7d7;
  width: 40px;
  display: inline-block;
  float: left;
  text-align: center;
}

.video-wrapper .vid-number-cont span {
  line-height: 95px;
  font-size: 13px;
  font-family: Roboto;
  font-weight: 500;
}

.video-wrapper .vid-number-cont span i {
  font-size: 9px;
  color: #f8f8f8;
}

.video-wrapper:hover div.video-menu {
  visibility: visible;
}

.video-menu ul li span {
  padding: 8px 10px;
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  display: block;
  font-weight: 500;
  color: var(---black-color-small);
}

.video-menu ul li span:hover {
  background: var(---gray-medium);
  color: var(---black-color-small);
}

.video-menu div.dropdown {
  display: inline-block;
}

.video-menu div.dropdown span.dropdown-toggle {
  padding-left: 15px;
  display: inline-block;
}

.video-menu div.dropdown span.dropdown-toggle:hover {
  color: var(---black-color-small);
}

.video-menu div.dropdown ul.dropdown-menu {
  right: 100%;
  left: unset;
  min-width: 200px;
  border-radius: 2px;
}

.ddown-menu ul li span {
  padding: 8px 10px;
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  display: block;
  font-weight: 500;
  color: var(---black-color-small);
}

.ddown-menu ul li span:hover {
  background: var(---gray-medium);
  color: var(---black-color-small);
}

.ddown-menu div.dropdown {
  display: inline-block;
}

.ddown-menu div.dropdown span.dropdown-toggle {
  padding-left: 15px;
  display: inline-block;
}

.ddown-menu div.dropdown ul.dropdown-menu {
  right: 100%;
  left: unset;
  min-width: 200px;
  border-radius: 2px;
}

.swal2-modal {
  width: 400px !important;
}

.pointer {
  cursor: pointer;
  cursor: pointer !important;
}

.top-video-wrapper .video-title {
  max-height: 4.5em;
  overflow: hidden;
}

.top-video-wrapper .video-menu {
  visibility: hidden;
}

.top-video-wrapper:hover > .video-menu {
  visibility: visible;
}

.play-list-player {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.play-list-player .mejs__container {
  max-height: 100% !important;
}

.play-list-container {
  padding: 0;
  margin: 0;
  height: 100%;
  box-shadow: none !important;
}

.play-list-container .next-video {
  padding: 15px;
  background: var(---primary-color);
  color: var(--mo-white);
  margin-bottom: 0;
  border-bottom: none;
}

.play-list-cont {
  background: #303233;
  color: var(--mo-white) !important;
  height: calc(100% - 76px) !important;
  overflow-x: hidden;
  padding: 10px 5px 10px 0;
}

.play-list-cont .playlist-video-title {
  font-size: 16px;
  overflow: hidden;
  max-height: 45px;
}

.play-list-cont .playlist-video-title a {
  font-weight: bold !important;
}

.play-list-cont .video-publisher {
  font-size: 12px !important;
  color: #c4c4c4 !important;
}

.play-list-cont .video-duration {
  background: var(---black-color);
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  line-height: 18px;
  margin: 7px 0 0;
}

.play-list-cont a {
  color: #d7d7d7 !important;
}

.play-list-cont::-webkit-scrollbar {
  width: 6px;
  background-color: #eeeeee;
}

.play-list-cont::-webkit-scrollbar-thumb {
  background-color: #999;
}

.optional-field {
  opacity: 0.7;
}

.create-new-list {
  width: 99%;
  overflow: hidden;
  margin: auto;
}

.create-new-list input {
  border-radius: 2px;
}

.create-new-list textarea {
  border-radius: 2px;
  resize: vertical;
}

.create-new-list select {
  border-radius: 2px;
}

.create-new-list select option[selected="selected"] {
  display: none;
}

.create-new-list small {
  float: left;
}

.create-new-list button:first-child {
  margin-right: 20px;
}

.create-new-list .create-new-list-head p {
  font-family: Roboto;
  font-size: 18px;
  text-align: left !important;
  font-weight: 500;
}

.add-topl-cont {
  width: 99%;
  overflow: hidden;
  margin: auto;
}

.add-topl-cont h4 {
  margin-top: 0;
  font-weight: 600;
  text-align: initial;
}

.add-topl-cont .playlist-item button {
  border-radius: 50% !important;
  padding: 4px 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.sa-no-list {
  width: 80%;
  overflow: hidden;
  margin: auto;
  line-height: 120px;
  font-size: 15px;
}

.playlist-item {
  width: 100%;
  text-align: left !important;
  padding: 13px;
  background: rgb(0 0 0 / 5%);
  margin: 10px 0;
  border-radius: 8px;
}

.playlist-item span {
  color: var(---black-color-small);
  font-size: 15px;
  font-family: Roboto;
}

.playlist-item span.list-name i {
  color: #666;
}

.playlist-item:last-child {
  border-bottom: none;
}

.playlist-item button {
  color: var(---black-color-small);
  padding: 1px 10px;
  font-family: Roboto;
  font-weight: 500;
}

.pt-plist-tgl_btn svg {
  width: 34px;
  height: 34px;
  margin-top: -5px;
}

.secure-color {
  color: green !important;
}

.play-lists {
  margin-bottom: 24px;
  position: relative;
}

.play-lists > a {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.play-lists div.video-latest-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  background-position: 50%;
  background-size: cover;
}

.play-lists div.video-latest-list div.play_list_content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(0 0 0 / 70%);
  color: var(--mo-white);
  padding: 25px 40px;
  font-size: 15px;
}

.play-lists .plist_bottom {
  position: relative;
  padding: 8px 50px 8px 0;
}

.play-lists .plist_bottom h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin: 0;
}

.play-lists .plist_bottom h2 a {
  color: #222;
  text-decoration: none;
}

.play-lists .ddown-menu {
  position: absolute;
  right: 0;
  z-index: 5;
  top: 2px;
  line-height: normal;
}

.play-lists .ddown-menu span.dropdown-toggle {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.play-lists .ddown-menu .dropdown-menu {
  right: 0 !important;
  min-width: 150px !important;
}

.play-lists .ddown-menu .dropdown-menu li {
  padding: 0 13px;
  line-height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.play-lists .ddown-menu .dropdown-menu li:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.play-lists .ddown-menu .dropdown-menu li svg {
  margin: auto 12px auto 0;
  width: 18px;
  height: 18px;
}

.article-comments .div-vote-comment .material-icons {
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
}

.article-comments .div-vote-comment .material-icons.active {
  color: #2ec0bc;
}

.article-comments .div-vote-comment .div-vote-comment-btn span {
  margin-right: 5px;
}

.article-comments .delete-comment {
  visibility: hidden;
}

.article-comments .delete-comment i {
  vertical-align: middle;
}

.article-comments:hover > .delete-comment {
  visibility: visible;
}

.read-article-comments-container {
  width: 100%;
  overflow: hidden;
  padding: 15px 0 0;
}

.read-article-comments-container .comments-header {
  margin: 5px 0 20px;
  font-size: 17px;
  overflow: hidden;
}

.read-article-comments-container .comments-header span i {
  color: #666;
  vertical-align: middle;
}

.ek_blogcomm_combo {
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.ek_blogcomm_combo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  margin-right: 10px;
}

.ek_blogcomm_combo textarea {
  overflow: hidden;
  border-radius: 0;
  padding: 13px 135px 7px 15px;
  height: 50px;
  resize: none;
  border: 0 !important;
  border-bottom: 2px solid #c3c3c3 !important;
  background: transparent !important;
  box-shadow: unset;
}

.ek_blogcomm_combo textarea,
.main-comment .pt-comment-item-reply-form input {
  border-color: transparent transparent var(--mo-gray-400) transparent;
}

.ek_blogcomm_combo textarea:focus,
.main-comment .pt-comment-item-reply-form input:focus {
  border-color: transparent transparent var(---primary-color) transparent !important;
}

.ek_blogcomm_combo button {
  padding: 0 10px;
  box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 6px;
  font-weight: 500;
  background: transparent;
  border: 0;
  border-radius: 2em;
  line-height: 34px;
  transition: all 0.3s ease;
}

.ek_blogcomm_combo button:hover {
  background-color: rgb(0 0 0 / 10%);
}

.ek_blogcomm_combo button:hover svg {
  transform: translateX(5px);
}

.ek_blogcomm_combo button svg {
  border: 0;
  border-radius: 50%;
  padding: 2px;
  margin-top: -3px;
  transition: all 0.3s ease;
}

.read-article-comments-container .comments-content {
  padding: 15px 0;
  margin-bottom: 0;
}

.related-article-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #eaecee;
  display: flex;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: white;
  word-break: break-word;
}

.related-article-wrapper .ra-title {
  flex: 1;
}

.related-article-wrapper .ra-title h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 15px;
  font-size: 15px;
}

.related-article-wrapper .ra-title h5 a {
  color: #202020;
}

.related-article-wrapper .ra-title p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.related-article-wrapper .ra-title p a {
  color: inherit;
}

.related-article-wrapper .ra-thumb {
  width: 90px;
  height: 80px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  margin-left: 15px;
  border-radius: 5px;
}

.related-article-wrapper .ra-thumb a {
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}

.related-video-wrapper {
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.related-video-wrapper .ra-thumb {
  height: auto;
  width: 168px;
  min-width: 168px;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 10px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e5e5e5;
}

.related-video-wrapper .ra-thumb a {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
}

.related-video-wrapper .ra-thumb img {
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related-video-wrapper .ra-thumb:hover img {
  opacity: 0.9;
}

.related-video-wrapper .ra-thumb .video-duration {
  pointer-events: none;
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 1px 5px;
  font-weight: 500;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ededed;
  height: 16px;
  line-height: 14px;
  border-radius: 2px;
}

.related-video-wrapper .ra-title {
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  overflow: hidden;
}

.related-video-wrapper .ra-title .video-title {
  white-space: normal;
  font-size: 15px;
  letter-spacing: normal;
  word-spacing: normal;
  max-height: 35px;
  line-height: 1.2;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.related-video-wrapper .ra-title .video-title a {
  color: black;
  text-decoration: none;
}

.related-video-wrapper .ra-title .video-publisher {
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 2px;
}

.related-video-wrapper .ra-title .video-category a {
  background: #dedede;
  color: #434343;
  display: inline-block;
  font-size: 12px;
  padding: 0px 9px;
  border-radius: 2px;
  line-height: 23px;
  margin-top: 8px;
  text-decoration: none;
}

.read-article-sidebar {
  width: 100%;
  overflow: hidden;
  height: auto;
}

.read-article-sidebar .ra-sidebar-body {
  width: 100%;
  overflow: hidden;
}

.read-article-sidebar .ra-sidebar-head h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #eaecee;
  padding-bottom: 10px;
  position: relative;
  margin: 0 0 30px;
}

.read-article-sidebar .ra-sidebar-head h4::after {
  content: "";
  background: currentColor;
  height: 3px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.article_pub_user {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: calc(100% - 130px);
}

.article_pub_user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  min-width: 30px;
}

.article_pub_user > div {
  min-width: 0;
}

.article_pub_user h6 {
  margin: 0;
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article_pub_user time {
  opacity: 0.7;
}

.read-article-container {
  width: 100%;
  overflow: hidden;
}

.read-article-container .read-article-head {
  width: 100%;
  overflow: hidden;
}

.read-article-container .read-article-head h1 {
  font-size: 46px;
  margin: 0px 0px 15px;
  line-height: 61px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.read-article-container .article_user_share_btns .postCategory {
  color: #09aff3;
}

.article_user_share_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 40px;
}

.article_user_share_btns .article_pub_user img {
  width: 45px;
  height: 45px;
  min-width: 45px;
}

.article_user_share_btns .article_pub_user h6 {
  font-size: 16px;
}

.read-article-container .read-article-description {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}

.read-article-container .read-article-description article {
  color: #555;
  font-size: 19px;
  /*  font-family: "Lato", sans-serif; */
  font-weight: 500;
}

.read-article-container .img_prnt {
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.read-article-container .img_prnt > img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.read-article-container .img_prnt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(20px);
}

.read-article-container .img_prnt_sub {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.read-article-container .read-article-feat-image {
  position: relative;
  padding-bottom: 50%;
}

.read-article-container .read-article-feat-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.read-article-container .read-article-meta {
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.read-article-container .read-article-meta .count {
  margin: 0 -4px;
}

.read-article-container .read-article-meta .count span {
  cursor: pointer;
  margin: 0 4px;
}

.read-article-container .read-article-meta .count svg.feather {
  width: 36px;
  height: 36px;
  background: rgb(0 0 0 / 10%);
  border-radius: 13px;
  padding: 9px;
}

.read-article-container .read-article-meta .count svg.feather-thumbs-up.active {
  color: #4caf50;
  background: rgb(76 175 80 / 20%);
}

.read-article-container
  .read-article-meta
  .count
  svg.feather-thumbs-down.active {
  background: rgb(244 67 54 / 20%);
  color: #f44336;
}

.read-article-container .read-article-meta > div .count svg.feather {
  margin: -3px 0 0 15px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.read-article-container
  .read-article-meta
  > div
  .count
  svg.feather-thumbs-up.active {
  color: #4caf50;
  fill: #cfffd1;
}

.read-article-container
  .read-article-meta
  > div
  .count
  svg.feather-thumbs-down.active {
  color: #f44336;
  fill: #ffd8d5;
}

.read-article-container .read-article-share {
  display: inline;
}

.read-article-container .read-article-share > svg {
  vertical-align: middle;
  width: 19px;
  height: 19px;
}

.read-article-container .read-article-share .btn {
  color: var(--mo-white);
  font-weight: 500;
  border: 0;
  font-size: 13px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
}

.read-article-container .read-article-share .btn.facebook {
  background-color: var(---primary-color);
}

.read-article-container .read-article-share .btn.twitter {
  background-color: #55acee;
}

.read-article-container .read-article-share .btn.whatsapp {
  background-color: #128c7e;
}

.read-article-container .read-article-share .btn.linkedin {
  background-color: #007bb6;
}

.read-article-container .read-article-share .btn.pinterest {
  background-color: #cb2027;
}

.read-article-container .read-article-share .btn svg {
  vertical-align: middle;
  margin-top: -2px;
  width: 16px;
  height: 16px;
}

.read-article-container .read-article-image {
  width: 100%;
  max-height: 370px;
  overflow: hidden;
  margin-bottom: 20px;
  border-top: 1px solid var(---gray-medium);
  border-bottom: 1px solid var(---gray-medium);
}

.read-article-container .read-article-text {
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 16px;
}

.read-article-container .read-article-text p img {
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

.read-content {
  padding: 30px;
  margin-bottom: 20px;
  background-color: var(--mo-white);
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px,
    rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}

.read-content .ek_page_headr .page_head {
  margin-top: 0;
}

.content-shadow {
  box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12),
    0 2px 5px 0 rgba(0, 0, 0, 0.12) !important;
  background: var(--mo-white);
}

.danger-field-border {
  border: 1px solid red;
}

.popular-articles-wrapper {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.popular-articles-wrapper:first-child {
  margin-top: 0;
}

.popular-articles-wrapper .video-thumb {
  overflow: hidden;
  position: absolute;
}

.popular-articles-wrapper .video-thumb img {
  width: 120px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
}

.popular-articles-wrapper .video-info {
  position: relative;
  z-index: 1;
  padding: 20px 0 0 20px;
}

.popular-articles-wrapper .video-info time {
  display: block;
  margin: 0 0 20px 110px;
}

.popular-articles-wrapper .popular-article-title a {
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background-color: #f9f9f9;
  padding: 6px;
  max-height: 52px;
  overflow: hidden;
}

.article-wrapper .video-thumb a {
  overflow: hidden;
  display: block;
}

.article-wrapper .video-thumb a img {
  transition: all 0.3s ease;
}

.article-wrapper .video-thumb:hover > a img {
  transform: scale(1.02);
  opacity: 0.8;
}

.article-wrapper .article-views {
  color: #929292;
  font-size: 14px;
  margin-bottom: 3px;
}

.article-wrapper .article-title h4 {
  margin-top: 0;
}

.article-wrapper .article-title h4 a {
  color: #444;
  font-size: 23px;
}

.article-wrapper .article-desc p {
  color: var(---gray-dark);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
  overflow: hidden;
}

.articles-container {
  overflow: hidden;
  margin-bottom: 30px;
}

.articles-container .no-content-found div {
  height: 200px;
  display: table;
  text-align: center;
  width: 100%;
}

.articles-container .no-content-found div figure {
  text-align: center;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}

.articles-container .no-content-found p.no-posts-found {
  line-height: 200px;
  text-align: center;
  width: 100%;
}

.article-categories {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.recent-articles {
  /*  font-family: "Lato", sans-serif; */
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  margin-top: 0;
}

.article-categories .ek_categories ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
  background: transparent !important;
}

.article-categories .ek_categories ul li {
  margin: 0px 3px 11px 0px;
  display: inline-block;
  background: transparent !important;
}

.article-categories .ek_categories ul li a {
  transition: all 0.2s ease;
  text-decoration: none;
  width: 100%;
  color: #1d1d1d;
  display: block;
  padding: 3px 14px;
  border-radius: 25px;
  border: 1px solid #c1c1c1;
}

.article-categories .ek_categories ul li a:hover {
  cursor: pointer;
  transform: scale(0.95);
  background-color: var(---primary-color);
  color: var(--mo-white);
  border-color: var(---primary-color);
}

.article-categories .ek_categories ul li.active a {
  background-color: #03a9f4;
  color: var(--mo-white);
  border-color: #03a9f4;
}

.article-categories div form input {
  border-radius: 10px;
  width: 100%;
  display: block;
  padding-right: 40px;
  border-width: 2px;
  height: 38px;
}

.article-categories div form div {
  overflow: hidden;
  margin: 8px;
  position: relative;
}

.article-categories div form div button {
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  height: 38px;
  padding: 1px 12px;
  border-radius: 0px 10px 10px 0px;
  transition: all 0.2s ease;
}

/*Go Pro Page*/
.go-pro-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.go-pro-container .go-pro-footer-upgraded {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}

.go-pro-container .go-pro-footer-upgraded button a {
  color: var(--mo-white);
  text-decoration: none;
  padding: 0 15px;
}

.go-pro-container .go-pro-body-upgraded {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.go-pro-container .go-pro-body-upgraded .upgraded-features {
  width: 50%;
  overflow: hidden;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

.go-pro-container .go-pro-body-upgraded .upgraded-features p {
  width: 100%;
  margin: 0;
  padding: 5px 0;
}

.go-pro-container .go-pro-body-upgraded .upgraded-features p span {
  color: #1cae19;
}

.go-pro-container .go-pro-head-upgraded {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.go-pro-container .go-pro-head-upgraded svg {
  margin: 80px auto 0px;
}

.go-pro-container .go-pro-head-upgraded h4 {
  font-size: 40px;
  padding: 70px 0 7px;
  margin: 0;
  font-family: Roboto, sans-serif;
}

.go-pro-container .go-pro-head-upgraded p {
  margin: 0;
  color: #555;
  font-size: 17px;
  font-family: Roboto, sans-serif;
}

.go-pro-container .go-pro-head {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.go-pro-container .go-pro-head img {
  max-height: 60px;
  display: block;
  margin: auto;
}

.go-pro-container .go-pro-head h4 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  margin: 0;
  color: #444;
  display: block;
  word-wrap: break-word;
  padding: 20px 0 50px;
  font-weight: 100;
}

.go-pro-container .go-pro-body {
  width: 100%;
  margin-bottom: 50px;
}

.go-pro-container .go-pro-body .go-pro-packages {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg {
  padding-right: 15px;
  padding-left: 15px;
  width: 330px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg > div {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: translate 0.18s, box-shadow 0.18s ease-in-out;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg > div:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.go-pro-container
  .go-pro-body
  .go-pro-packages
  .go-pro-pkg
  div
  .go-pro-pkg-features {
  overflow: hidden;
  width: 100%;
  background: var(--mo-white);
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .free-bg,
.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div .pro-bg {
  margin: 0;
  text-align: center;
  font-weight: 100;
  padding: 20px 30px;
  border-bottom: 2px solid #f2f2f3;
  border-radius: 6px 6px 0px 0px;
}

.go-pro-body .go-pro-packages .go-pro-pkg div .free-bg svg,
.go-pro-body .go-pro-packages .go-pro-pkg div .pro-bg svg {
  color: var(--mo-white);
  padding: 9px;
  width: 42px;
  height: 42px;
  margin: 0 0px 20px;
  border-radius: 50%;
}

.go-pro-body .go-pro-packages .go-pro-pkg div .free-bg svg {
  background: linear-gradient(141deg, #60d1ff 0%, #0992f3 51%, #0976f3 75%);
}

.go-pro-body .go-pro-packages .go-pro-pkg div .pro-bg svg {
  background: linear-gradient(
    -43deg,
    #9135fa 27%,
    #bc37e0 66%,
    #b723de 82%,
    #b10edb 100%
  );
}

.go-pro-body .go-pro-packages .go-pro-pkg div .free-bg .go-pro-pkg-price,
.go-pro-body .go-pro-packages .go-pro-pkg div .pro-bg .go-pro-pkg-price {
  display: block;
  font-size: 22px;
  font-weight: 600;
}

.go-pro-container
  .go-pro-body
  .go-pro-packages
  .go-pro-pkg
  div
  .free-bg
  span.package-price,
.go-pro-container
  .go-pro-body
  .go-pro-packages
  .go-pro-pkg
  div
  .pro-bg
  span.package-price {
  font-size: 33px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h5 {
  position: relative;
  display: inline-block;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h5 span {
  font-size: 36px;
  position: absolute;
  top: 15px;
  left: -25px;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h5 b {
  font-size: 80px;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: 100;
}

.go-pro-container
  .go-pro-body
  .go-pro-packages
  .go-pro-pkg
  div
  .go-pro-features-list {
  width: 100%;
  overflow: hidden;
  min-height: 210px;
  padding-top: 20px;
}

.go-pro-container
  .go-pro-body
  .go-pro-packages
  .go-pro-pkg
  div
  .go-pro-features-list
  p {
  margin: 0 15px;
  text-align: center;
  padding: 15px;
  line-height: 15px;
  border-bottom: 1px solid var(---gray-medium);
}

.go-pro-container
  .go-pro-body
  .go-pro-packages
  .go-pro-pkg
  div
  .go-pro-pkg-purchase {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.go-pro-container
  .go-pro-body
  .go-pro-packages
  .go-pro-pkg
  div
  .go-pro-pkg-purchase
  button {
  border: 0;
  min-height: 35px;
  padding: 11px 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 1em;
}

.go-pro-container
  .go-pro-body
  .go-pro-packages
  .go-pro-pkg
  div
  .go-pro-pkg-purchase
  button
  a {
  color: var(--mo-white);
  text-decoration: none;
}

.go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div p:last-child {
  border-bottom: 0px;
}

.free-bg {
  color: #09aff3;
}

.free-bg a {
  display: block;
}

button.free-bg {
  background: #09aff3;
  color: var(--mo-white);
  transition: all 0.2s ease;
}

button.free-bg:hover {
  background: #09aff3;
  opacity: 0.8;
}

button.pro-bg {
  background: #9c27b0;
  color: var(--mo-white);
  transition: all 0.2s ease;
}

button.pro-bg:hover {
  background: #9c27b0;
  opacity: 0.8;
}

.pro-bg {
  color: #9c27b0;
}

.buy-pro {
  padding: 50px 20px;
  text-align: center;
}

.buy-pro > svg {
  width: 100px;
  height: 100px;
  background-color: #607d8b;
  color: white;
  border-radius: 50%;
  padding: 25px;
  margin-bottom: 30px;
}

.buy-pro button {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.buy-pro button a {
  padding: 15px 20px;
  font-size: 14px;
  text-decoration: none;
}

.buy-pro h4 {
  font-size: 25px;
  /*  font-family: "Lato", sans-serif; */
  color: var(---black-color-small);
  margin-bottom: 70px;
  word-wrap: break-word;
}

.rss-icon {
  color: #ee802f;
}

.sidebar-ad-container {
  max-width: 100%;
  background: #eeeeee;
  overflow: hidden;
  cursor: pointer;
  height: auto;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.sidebar-ad-container a {
  text-decoration: none;
}

.sidebar-ad-container .sidebar-ad-inner {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.sidebar-ad-container .sidebar-ad-inner img {
  max-width: 100%;
  max-height: 100%;
}

.sidebar-ad-container .sidebar-ad-inner .info {
  width: 100%;
  text-align: left;
  padding: 20px 20px;
  background: var(--mo-white);
}

.sidebar-ad-container .sidebar-ad-inner .info h5 {
  width: 100%;
  color: var(---black-color-small);
  font-size: 17px;
  margin: 0 0 5px 0;
}

.sidebar-ad-container .sidebar-ad-inner .info p {
  width: 100%;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  font-family: Open Sans, sans-serif;
}

.sidebar-ad-container .sidebar-ad-inner .info div {
  width: 100%;
  overflow: hidden;
}

.sidebar-ad-container .sidebar-ad-inner .info div .pull-left span {
  font-size: 13px;
  color: #07e;
  line-height: 16px;
}

.sidebar-ad-container .sidebar-ad-inner .info div .pull-left img {
  width: 16px;
  height: 16px;
}

.sidebar-ad-container .sidebar-ad-inner .info div .pull-right {
  color: var(---black-color-small);
}

.material-icons {
  vertical-align: middle;
  font-size: 1.3em;
  margin-bottom: 3px;
}

.margin-right {
  margin-right: 10px;
  margin-left: auto;
}

.user-ads-list-container {
  width: 100%;
  overflow: hidden;
  background: var(--mo-white);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.user-ads-list-container .col-10 {
  padding: 0 30px;
}

.create-new-ad-container .user-ads-list-header {
  width: 100%;
  overflow: hidden;
  background: var(---primary-color);
  margin-bottom: 20px;
}

.create-new-ad-container .user-ads-list-header span {
  display: flex;
  font-size: 14px;
  color: var(--mo-white);
  float: left;
  text-transform: capitalize;
  font-weight: 500;
}

.user-ads-list-container .user-ads-list-header span a,
.create-new-ad-container .user-ads-list-header span a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  padding: 14px 12px;
}

.user-ads-list-container .user-ads-list-header span.active a,
.create-new-ad-container .user-ads-list-header span.active a {
  background-color: rgba(255, 255, 255, 0.24);
}

.user-ads-list-container .user-ads-list-header span.create-ad-btn,
.create-new-ad-container .user-ads-list-header span.create-ad-btn {
  float: right;
}

.col-10 {
  width: 100%;
  overflow: hidden;
}

.col-10 table {
  width: 100%;
}

.col-10 table thead th {
  vertical-align: middle;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  padding: 6px 0;
  color: var(---black-color-small);
}

.col-10 table tbody tr td {
  background: var(--mo-white);
  /*  font-family: "Lato", sans-serif; */
  padding: 15px 0;
}

.col-10 table tbody tr td span i {
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
  color: #999;
}

.col-10 table tbody tr td span i:hover {
  color: var(---black-color-small);
}

.col-10 table tbody tr td div label .toggle {
  height: 26px !important;
  font-size: 12px;
  min-height: 15px !important;
  min-width: 30px !important;
  width: 50px !important;
  border-radius: 2px;
}

.col-10 table tbody tr td div label .toggle .toggle-group .btn {
  padding: 3px 10px;
  font-size: 12px;
}

.create-new-ad-container {
  width: 100%;
  background: var(--mo-white);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.create-new-ad-container .header {
  width: 100%;
  background: var(--mo-white);
  padding: 20px 30px;
}

.create-new-ad-container .form-group {
  width: 100%;
  overflow: hidden;
}

.create-new-ad-container .form-group textarea {
  resize: vertical;
}

.create-new-ad-container .form-group .audience-list li {
  width: 100%;
  padding: 5px 15px;
  background: var(--mo-white);
  font-size: 15px;
  font-family: Roboto, sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  border-bottom: 1px solid rgba(221, 221, 221, 0.26);
}

.create-new-ad-container .form-group-rs {
  margin-bottom: 20px;
}

.ek_ads_page_header {
  margin-bottom: 20px;
}

.ek_ads_page_header .col-10 {
  padding: 10px 20px 20px;
}

.ek_ads_tool_header {
  padding: 15px 20px 0;
}

.ek_ads_hdr_top {
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.ek_ads_hdr_top .btn {
  border: 0;
  border-radius: 2em;
  font-weight: 600;
  padding: 0 16px;
  line-height: 36px;
  min-width: 130px;
}

.ek_ads_hdr_top .btn svg {
  width: 22px;
  height: 22px;
  margin-top: -2px;
}

.ek_ads_wallet_olink {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgb(0 0 0 / 13%);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: inherit !important;
  text-decoration: none !important;
}

.ek_ads_wallet_olink:hover {
  background: rgb(0 0 0 / 7%);
}

.ek_ads_wallet_olink div {
  font-size: 16px;
}

.ek_ads_wallet_olink svg {
  width: 35px;
  height: 35px;
  background-color: rgb(4 171 242 / 15%);
  color: var(---primary-color);
  border-radius: 50%;
  padding: 6px;
  margin-top: -4px;
}

.ek_ads_wallet_olink.balance svg {
  background-color: rgb(76 175 80 / 15%);
  color: #4caf50;
}

.ek_ads_wallet_olink b {
  font-size: 22px;
}

.user-ads-list-container .user-ads-list-header.ek_ads_tool_header span {
  font-size: 16px;
  font-weight: bold;
}

.ek_ads_tool_header .create-ad-btn a {
  background: transparent linear-gradient(270deg, #fe513f 0%, #fe8248 100%) 0%
    0% no-repeat padding-box;
  border-radius: 4px;
}

.ek_ads_tool_header span a svg {
  margin: -5px 0 0;
}

.ek_ads_mini_bal {
  display: flex;
  background: var(---primary-color);
  color: white;
  margin: -20px 0 20px;
  padding: 30px 25px;
}

.ek_ads_mini_bal svg {
  min-width: 24px;
  margin: 0 20px 0 0;
}

.ek_ads_mini_bal p {
  font-size: 16px;
  margin: 0;
}

.ek_ads_mini_bal b {
  font-size: 36px;
  word-break: break-all;
}

.ek_create_ads_hdr {
  background: var(---primary-color);
  color: white;
  padding: 22px;
  font-size: 20px;
  border-radius: 8px 8px 0 0;
}

.ek_create_ads_hdr svg {
  margin-top: -3px;
  width: 22px;
  height: 22px;
}

.ek_create_ads_form {
  padding: 25px;
}

.ek_create_ads_upload {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 2px dashed #e6e6e6;
  border-radius: 6px;
  padding: 10px;
}

.ek_create_ads_upload svg {
  color: var(---primary-color);
  margin-right: 6px;
  width: 22px;
  min-width: 22px;
  height: 22px;
}

.ek_create_ads_upload div {
  max-width: calc(100% - 22px);
}

.ek_create_ads_upload b {
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.user-ads-settings-alert {
  width: 100%;
  overflow: hidden;
}

.user-ads-settings-alert .alert {
  border-radius: 0;
  color: var(--mo-white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
}

/*.bg-danger { background: #dc3545 !important; }

.bg-success { background: #28a745 !important; }*/

.read-only {
  background: var(--mo-white) !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0;
}

.monetization-settings-alert {
  width: 100%;
  overflow: hidden;
}

.monetization-settings-alert .alert {
  border-radius: 0;
  color: var(--mo-white);
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
}

#withdrawal-requests thead th {
  font-family: Roboto, sans-serif !important;
}

#withdrawal-requests tbody tr td {
  font-family: "Lato", sans-serif !important;
  font-weight: 500;
  font-size: 14px;
}

#withdrawal-requests tbody tr td span.success {
  padding: 5px 15px;
  color: var(--mo-white);
  background: #28a745;
  font-weight: 500;
}

#withdrawal-requests tbody tr td span.danger {
  padding: 5px 15px;
  color: var(--mo-white);
  background: #dc3545;
}

#withdrawal-requests tbody tr td span.warning {
  padding: 5px 15px;
  color: var(--mo-white);
  background: #efaf3d;
  font-weight: 500;
}

.main-comment-reply {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  overflow: hidden;
}

.user-comment p.active.reply-text,
.user-comment p.active.comment-text {
  color: #42c1be !important;
}

.main-comment-reply .user-name a {
  color: #111;
  font-weight: 600;
}

.main-comment .user-name a {
  color: #111;
  font-weight: 600;
}

.main-comment .delete-comment svg.feather,
.main-comment-reply .delete-comment svg.feather {
  color: #aaa;
  margin-top: 0px;
  width: 15px;
  height: 15px;
  visibility: hidden;
}

.main-comment .delete-comment svg.feather:hover,
.main-comment-reply .delete-comment svg.feather:hover {
  color: #444;
}

.main-comment .main-comment-data-sp:hover > .delete-comment svg.feather,
.main-comment-reply:hover > .delete-comment svg.feather {
  visibility: visible;
}

.main-comment .comms-reply:hover {
  color: #444;
}

.main-comment .div-vote-comment span svg.feather {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.main-comment .div-vote-comment span svg.feather-thumbs-up.active,
.read-article-container
  .read-article-meta
  span.pull-right
  svg.feather-thumbs-up.active {
  color: var(---primary-color);
  fill: #cfffd1;
}

.main-comment .div-vote-comment span svg.feather-thumbs-down.active,
.read-article-container
  .read-article-meta
  span.pull-right
  svg.feather-thumbs-down.active {
  color: #f44336;
  fill: #ffd8d5;
}

.main-comment .pt-comment-item-reply-form {
  padding: 2px;
  margin: 5px 0 0 0;
}

.main-comment .pt-comment-item-reply-form input {
  border: 0;
  border-bottom: 2px solid #e2e2e2 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.announcement-renderer {
  width: 440px;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  z-index: 9;
  left: 30px;
  background-color: white;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.announcement-renderer .alert-white {
  width: 100%;
  overflow: hidden;
  border-radius: 0 !important;
  padding: 0;
  margin: 0;
  border: 0;
}

.announcement-renderer .alert-white p {
  width: auto;
  padding: 15px;
  color: var(---black-color);
}

.announcement-renderer .alert-white span {
  padding: 7px;
  cursor: pointer;
}

.announcement-renderer .alert-white span i {
  font-size: 18px !important;
  color: #666;
}

.thumbnail-preview-renderer {
  border: 3px dashed #d2d2d2;
  padding: 3px;
}

.thumbnail-preview-renderer:hover {
  border-color: var(---primary-color);
}

.panel-text-center {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: var(---black-color-small);
  /*  font-family: "Lato", sans-serif; */
  font-size: 17px;
  line-height: 200px;
  margin: 0;
  padding: 0;
}

.no-padding-both {
  padding: 0 !important;
}

.form-cell {
  width: 100%;
  margin-bottom: 20px;
}

.fluid {
  width: 100%;
  overflow: hidden;
}

.verifiacation-request-form {
  overflow: hidden;
}

.verifiacation-request-form .upload-files {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px solid var(---gray-medium);
}

.verifiacation-request-form .upload-files .image-renderer {
  width: 100%;
  overflow: hidden;
  border: 2px dashed #ccc;
  height: 160px;
  cursor: pointer;
  border-radius: 4px;
}

.verifiacation-request-form .upload-files .image-renderer div {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: table;
}

.verifiacation-request-form .upload-files .image-renderer div span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.verifiacation-request-form .upload-files .image-renderer img {
  min-height: 100%;
  width: 100%;
}

.verifiacation-request-form .upload-files .image-renderer span svg.feather {
  width: 40px;
  height: 40px;
  color: #cecece;
  margin: 0;
}

.verifiacation-request-form .upload-files h4 {
  width: 100%;
  overflow: hidden;
  color: var(---black-color-small);
  font-weight: 500;
  margin: 15px 10px 10px;
  padding: 0;
}

.verifiacation-request-form .upload-files p {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #717171;
  margin: 0 10px 10px;
  padding: 0;
}

.verifiacation-request-form .upload-files button {
  padding: 10px 20px;
  height: auto !important;
  border-radius: 3px;
  margin: 0 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.verifiacation-request-form .request-message {
  margin-top: 15px;
  display: block;
}

.verifiacation-request-form .request-message textarea {
  resize: vertical;
}

.videos-list .video-wrapper {
  margin-bottom: 10px;
}

.videos-list .video-wrapper .video-thumb {
  width: 170px;
  margin-right: 10px;
}

.videos-list .video-wrapper .video-thumb img {
  width: 100%;
}

.videos-list .video-wrapper .video-info {
  overflow: hidden;
}

.videos-list .video-wrapper .video-title {
  font-size: 14px;
  word-wrap: break-word;
}

.videos-list .video-wrapper .video-title a {
  font-weight: 500;
  color: var(---black-color-small);
}

.videos-list .video-wrapper .video-title a:hover {
  color: var(---primary-color);
  text-decoration: none;
}

.author-list .video-wrapper {
  margin-bottom: 10px;
}

.author-list .video-latest-list .video-title {
  min-height: 43px;
}

.author-list .video-latest-list .video-title h4 {
  max-height: 3rem;
}

.author-list .video-actions {
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 7px;
}

.author-list .video-actions a {
  padding: 3px 15px;
  display: flex;
  align-items: center;
  border-radius: 2em;
  border: 1px solid #ddd;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.2s;
  height: 26.5px;
}

.author-list .video-actions a:first-child {
  color: var(---primary-color);
  border-color: var(---primary-color);
}

.author-list .video-actions a:first-child:hover {
  color: var(--mo-white);
  background-color: var(---primary-color);
}

.author-list .video-actions a:nth-child(2) {
  color: #f44336;
  border-color: #f44336;
}

.author-list .video-actions a:nth-child(2):hover {
  color: var(--mo-white);
  background-color: #f44336;
}

.author-list .video-actions a svg {
  width: 14px;
  margin-right: 4px;
}

/*Header*/
header {
  /* height: 56px; */
  padding: 6px 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.ek_header_nav:before,
.ek_header_nav:after {
  display: none;
}

.ek_header_nav .left-part,
.ek_header_nav .right-part {
  display: flex;
  align-items: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: transparent !important;
}

nav.navbar-findcond .yp_slide_menu span {
  cursor: pointer;
  position: relative;
  padding: 6px;
  margin: 10px 5px;
  display: flex;
  color: #696969;
}

.topNavMenuIcon {
  width: 20px;
  height: 20px;
  color: var(---primary-color);
}

.topNavMenuIcon svg {
  width: 100% !important;
  height: 100% !important;
}

.navbar-right {
  display: flex;
  gap: 10px;
}

#notifications-list a {
  background-color: var(--mo-white);
}

#notifications-list .notifications-list:hover a {
  background-color: transparent;
  color: var(--mo-white);
}

nav.navbar-findcond ul.navbar-nav a {
  color: #3e3e3e;
  font-size: 14px;
  padding: 8px 15px;
  border: 0;
  box-shadow: none;
  transition: all 0.15s ease-in-out;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #efefef;
  border-radius: 5px;
}

nav.navbar-findcond ul.right-part .open > a,
nav.navbar-findcond ul.right-part a:hover,
nav.navbar-findcond ul.right-part a:visited,
nav.navbar-findcond ul.right-part a:focus,
nav.navbar-findcond ul.right-part a:active {
  background: transparent;
}

nav.navbar-findcond ul.navbar-nav.navbar-right li.open > a {
  background: rgba(0, 0, 0, 0.05);
  border: 0;
}

nav.navbar-findcond ul.navbar-nav.navbar-right li a svg.feather {
  margin-top: -1px;
}

nav.navbar-findcond ul.navbar-nav li.active a:not(.category) {
  border-color: var(---primary-color);
  color: var(---primary-color);
  background-color: var(---primary-color);
}

nav.navbar-findcond ul.dropdown-menu {
  border: 0;
  background: var(--mo-white);
  flex-direction: column;
}

nav.navbar-findcond ul.dropdown-menu > li > a {
  color: #444;
  padding: 7px 12px;
}

nav.navbar-findcond ul.dropdown-menu > li > a:hover {
  background: #fcfcfc !important;
  color: #444 !important;
  border-color: transparent !important;
}

nav.navbar-findcond .search-header {
  margin: 0 0 0 60px;
  position: relative;
  /* padding: 0 150px 0 120px; */
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  max-width: 640px;
}

nav.navbar-findcond .search-header input {
  width: 100%;
  transition: all 0.2s;
  background-color: var(---gray-small);
  border: solid 1px var(---gray-dark) !important;
  border-radius: 20px;
  padding: 8px 50px 8px 25px;
}

nav.navbar-findcond .search-header .btn {
  border: 0;
  padding: 0 13px;
  min-width: 70px;
  height: 34px;
  border-radius: 0 10px 10px 0;
}

nav.navbar-findcond .search-header .btn svg {
  width: 18px;
  height: 18px;
  margin: -2px 0 0;
}

nav.navbar-findcond .search-header .search-dropdown {
  position: absolute;
  background-color: var(--mo-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  top: 100%;
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 4px 0;
}

nav.navbar-findcond .search-header .search-dropdown .search-result {
  padding: 3px 7px;
}

nav.navbar-findcond .search-header .search-dropdown .search-result a {
  display: block;
  color: var(---black-color-small);
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
}

nav.navbar-findcond .search-header .search-dropdown .search-result a:hover {
  background-color: rgb(0 0 0 / 5%);
}

nav.navbar-findcond .logo-img {
  max-width: 123px;
  padding: 0;
  margin: 8.5px 35px 8.5px 30px !important;
  height: auto;
  display: inline-block;
}

nav.navbar-findcond .logo-img img {
  width: 188px;
  /* width: 100%; */
}

.ek_header_nav .right-part > li {
  margin: 0 5px;
  background: transparent !important;
}

.ek_header_nav .right-part > li > a {
  padding: 10px;
  display: flex;
  align-items: center;
}

.ek_header_nav .right-part > li:not(.profile-nav) > a > svg {
  width: 26px;
  height: 26px;
}

.pt-create-menu li a svg {
  width: 20px;
  height: 20px;
  margin: -3px 7px 0 0;
}

nav.navbar-findcond .header-image {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

nav.navbar-findcond button.navbar-toggle {
  background: var(---primary-color);
  border-radius: 2px;
}

nav.navbar-findcond button.navbar-toggle:hover {
  background: #999;
}

nav.navbar-findcond button.navbar-toggle > span.icon-bar {
  background: var(--mo-white);
}

nav.navbar-findcond li.divider {
  background: #f4f4f4;
}

nav.navbar-findcond span.badge {
  background: var(---primary-color);
  font-weight: normal;
  font-size: 11px;
  margin: 0 4px;
}

nav.navbar-findcond span.badge.new {
  background: rgba(255, 0, 0, 0.8);
  color: var(--mo-white);
}

nav.navbar-findcond.search-bar {
  margin-bottom: 0;
  top: 55px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 0 16px;
  height: 50px;
}

nav.navbar-findcond.search-bar .form-group {
  margin: 7.5px 0;
  position: relative;
}

nav.navbar-findcond.search-bar input {
  height: 35px;
  padding-left: 35px;
  color: #444;
  transition: all 0.2s;
  background-color: #eceff0;
  border: 1px solid #ddd;
  border-radius: 2em;
}

nav.navbar-findcond.search-bar input:focus {
  border-color: var(---primary-color);
}

nav.navbar-findcond.search-bar svg {
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 2px;
  color: #637076;
  margin: 8px;
  transition: all 0.2s;
}

/*Toggle Mode*/
.toggle-mode .switch {
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
}

.toggle-mode .switch input {
  display: none;
}

.toggle-mode .slider {
  transition: all 0.1s;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.toggle-mode .slider:hover {
  background: var(---primary-color);
  color: var(--mo-white);
}

.toggle-mode input:checked + .slider {
  background-color: rgb(255 255 255 / 8%);
  color: #ffc107 !important;
}

.edit-video-title {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  font-weight: normal;
  line-height: 32px;
}

.categories-drop-down a {
  color: #444 !important;
}

.video-title p {
  word-break: break-all;
  margin-top: 10px;
}

.video-description p {
  font-size: 12px;
  color: var(---gray-dark);
  margin-top: 10px;
  word-break: break-all;
}

.edit-thumb img {
  cursor: pointer;
}

.edit-thumb img:hover {
  opacity: 0.9;
}

.related-header h4 {
  margin-top: 5px;
  padding-bottom: 10px;
  color: #888;
  border-bottom: 1px solid #f3f3f3;
}

.related-header h4 .fa-bolt {
  color: var(---primary-color);
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #008aff;
  border-color: #008aff;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: var(--mo-white);
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: var(--mo-white);
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: var(--mo-white);
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: var(--mo-white);
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: var(--mo-white);
}

.radio-primary input[type="radio"] + label::after {
  background-color: #008aff;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #008aff;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #008aff;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

/*Setting Page*/
.settings-sidebar ul {
  margin-bottom: 0;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 20px 0;
}

.settings-sidebar ul li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.settings-sidebar ul li a {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  position: relative;
  text-decoration: none;
  line-height: 1;
}

.settings-sidebar ul li.active a {
  color: var(---black-color);
  background: rgb(0 0 0 / 5%);
  box-shadow: inset 9px 0 0 var(---primary-color);
}

.settings-sidebar ul li a svg {
  margin: 0 20px 0 0;
  width: 23px;
  height: 23px;
}

.yp_sett_header {
  padding: 10px 0 30px;
}

.yp_sett_header h4 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: var(---primary-color) !important;
}

.yp_sett_header h4 svg {
  width: 38px;
  height: 38px;
  background: rgb(0 0 0 / 6%);
  border-radius: 50%;
  padding: 8px;
  vertical-align: text-top;
  margin: -2px 0 0;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: var(--mo-white);
  stroke-miterlimit: 10;
  margin: 100px auto 50px;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 54px #7ac142;
  }
}

.alert:empty {
  padding: 0;
  margin-bottom: 0;
  border: 0;
}

.video-list-title a h4 {
  height: 2.2em;
  overflow: hidden;
}

table .dataTables_empty {
  padding: 70px 0 !important;
  text-align: center;
  padding: 70px 0;
  background: #f3f3f3;
}

.replenish-wallet-form div label span {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  color: var(---black-color-small);
  font-weight: 600;
  margin-right: 10px;
}

.replenish-wallet-form div label strong {
  font-size: 18px;
  color: #5cb85c;
}

.replenish-wallet-form div small {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  text-transform: capitalize;
}

.dataTable tbody tr td i.ad-category {
  font-size: 22px !important;
  color: #999;
}

.user-monetization-panel button .material-icons {
  vertical-align: middle;
  font-size: 1.3em;
  margin-bottom: 3px;
}

#toggle-video-monetization-form .toggle {
  height: 26px !important;
  font-size: 12px;
  min-height: 15px !important;
  width: auto;
}

#toggle-video-monetization-form .toggle .toggle-group .btn {
  padding: 4px 10px;
  font-size: 12px;
}

.monetization-settings-header h3,
.withdrawals-settings-header h3 {
  width: 100%;
  overflow: hidden;
}

.monetization-settings-header h3 span a,
.withdrawals-settings-header h3 span a {
  color: var(--mo-white) !important;
  text-decoration: none;
}

.monetization-settings-header h3 i.material-icons,
.withdrawals-settings-header h3 i.material-icons {
  vertical-align: middle;
  margin-bottom: 3px;
  font-size: inherit;
}

.pt-comment-item-reply-form input:focus {
  box-shadow: 0 0 5px #5bc0de;
}

.mejs__overlay.mejs__layer {
  overflow: hidden;
}

.mejs__overlay.mejs__layer img {
  max-height: 100%;
  max-width: 100%;
}

.verifiacation-request-alert .alert {
  width: 100%;
  overflow: hidden;
  color: var(--mo-white);
  border-radius: 0;
  /*  font-family: "Lato", sans-serif; */
  font-size: 16px;
}

img.full-size {
  width: 100%;
  height: 100%;
}

.spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 900ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 900ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 900ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 900ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*Notifications*/
span#new-notifications,
span#new-messages {
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 23px;
  z-index: 100;
  color: var(--mo-white);
  background: var(---primary-color);
  border-radius: 2em;
  line-height: 18px;
  min-width: 18px;
  text-align: center;
  padding: 0 4px;
  font-size: 13px;
}

span#new-notifications b,
span#new-messages b {
  font-weight: normal;
}

ul.notfi-dropdown {
  min-width: 350px !important;
  max-width: 400px !important;
  width: auto;
  /*  font-family: "Lato", sans-serif; */
  padding: 0px;
  margin: 0px;
  height: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  right: 0;
  left: auto;
}

ul.notfi-dropdown .headtoppoint {
  border-bottom-color: var(---primary-color);
  margin-left: -37px;
}

ul.notfi-dropdown li h5 {
  width: 100%;
  display: block;
  padding: 13px 15px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  border-bottom: 1px solid #e6e6e6;
}

ul.notfi-dropdown li h5 b {
  font-weight: 500;
}

ul.notfi-dropdown li h5 i.fa-circle-o-notch {
  float: right;
  font-size: 15px;
  margin: 3px 0;
}

ul.notfi-dropdown ul#notifications-list {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  overflow-y: auto;
  min-height: 50px;
  max-height: 400px;
}

ul.notfi-dropdown ul#notifications-list li.notifications-list {
  width: 100%;
  display: block;
  padding: 12px;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  background: var(--mo-white);
  cursor: pointer;
  min-height: 70px;
}

ul.notfi-dropdown ul#notifications-list li.notifications-list:last-child {
  border-bottom: none;
}

ul.notfi-dropdown ul#notifications-list li.notifications-list:hover {
  background: #f7f7f7;
}

ul.notfi-dropdown ul#notifications-list li.notifications-list a {
  padding: 0px;
  border: 0;
  text-decoration: none;
  overflow: visible;
}

ul.notfi-dropdown ul#notifications-list::-webkit-scrollbar {
  width: 5px;
  background: transparent !important;
}

ul.notfi-dropdown ul#notifications-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d0d0d0;
}

ul.notfi-dropdown ul#notifications-list li.no-notifications {
  width: 100%;
  display: block;
  background: #fbfbfb;
  cursor: pointer;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  font-size: 14px;
}

ul.notfi-dropdown ul#notifications-list li div.avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  margin-right: 15px;
  position: relative;
}

ul.notfi-dropdown ul#notifications-list li div.avatar img {
  border-radius: 50%;
}

ul.notfi-dropdown ul#notifications-list li div.avatar span {
  position: absolute;
  bottom: -6px;
  right: -7px;
  background-color: var(---primary-color);
  color: var(--mo-white);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 1.5px;
}

ul.notfi-dropdown ul#notifications-list li div.avatar svg.feather {
  margin: 0;
  width: 14px;
  height: 14px;
  fill: var(--mo-white);
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info {
  overflow: hidden;
  font-family: "Roboto";
  color: var(---black-color-small);
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info p {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
}

ul.notfi-dropdown
  ul#notifications-list
  li
  div.notifications-info
  p
  .main-color {
  font-weight: 500;
  color: var(---black-color);
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info p a {
  color: var(---black-color-small) !important;
  /*  font-family: "Lato", sans-serif; */
  text-transform: unset;
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info p a:hover {
  color: var(---black-color-small) !important;
  text-decoration: none;
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info time {
  color: #868686;
  font-size: 12px;
  margin: 4px 0px 0px;
  display: block;
}

ul.notfi-dropdown ul#notifications-list li div.notifications-info time svg {
  background: rgb(4 171 242 / 20%);
  color: var(---primary-color);
  padding: 4px;
  border-radius: 5px;
  width: 23px;
  height: 23px;
}

.main-comment .delete-comment {
  margin-left: 3px;
}

.main-comment .delete-comment i {
  font-size: 18px !important;
  margin-top: -3px;
}

.main-comment .pin-comment svg.feather {
  color: #aaa;
  margin-top: 0px;
  width: 15px;
  height: 15px;
  visibility: hidden;
  cursor: pointer;
}

.main-comment .pin-comment svg.feather:hover {
  color: #444;
}

.main-comment .main-comment-data-sp:hover > .pin-comment svg.feather {
  visibility: visible;
}

.watermark {
  position: absolute;
  top: 0px;
  z-index: 2;
  margin: 20px;
}

.rotate-90d {
  transform: rotate(-180deg);
}

.rotate-r90d {
  transform: rotate(90deg);
}

.rotate-r45d {
  transform: rotate(45deg);
}

.load-related-videos {
  width: 100%;
}

.load-related-videos button {
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  background: #d1d1d1;
  text-align: center;
  cursor: pointer;
  display: block;
  min-width: 150px;
  margin: 20px auto 0;
  background-color: #ebebeb;
  padding: 10px 25px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
  font-weight: 500;
  transition: all 0.1s ease;
  width: 100%;
}

/*.load-related-videos button span { margin: 0px 5px; }*/
.load-related-videos button:hover {
  border: none;
}

.load-related-videos button:focus,
.load-related-videos button:active {
  border: none !important;
  background: var(--mo-white) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.swal2-modal {
  border-radius: 4px !important;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.swal2-modal button.swal2-styled {
  border-radius: 1px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  box-shadow: none !important;
  font-size: 16px !important;
}

.swal2-modal button.btn {
  border-radius: 1px !important;
}

.report-video-popup .swal2-title {
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  color: var(---black-color-small);
  /*  font-family: "Lato", sans-serif; */
  margin-bottom: 20px;
}

.report-video-popup .report-message-label {
  text-align: left;
  font-size: 13px;
  color: #666;
  /*  font-family: "Lato", sans-serif; */
}

.report-video-popup .swal2-content {
  text-align: left;
}

.report-video-popup .swal2-content textarea {
  width: 100%;
  resize: vertical;
  padding: 10px;
  font-size: 14px;
  color: #555;
  outline: 0;
}

.report-video-popup .swal2-validationerror {
  margin-top: 15px;
}

.report-video-popup .swal2-buttonswrapper {
  text-align: left;
}

.report-video-popup .swal2-buttonswrapper button {
  margin-left: 0px;
}

button.btn-report.active i {
  color: #2ec0bc !important;
}

.main-color {
  color: var(---primary-color);
}

.percent {
  left: 0 !important;
  right: 0 !important;
  margin-top: -10px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 50%;
  text-align: center;
}

.upload {
  line-height: unset !important;
  display: table;
  text-align: center;
  margin-bottom: 20px;
  color: #999;
}

.upload.hover {
  border: 3px dashed var(---primary-color);
  cursor: pointer;
  color: var(---primary-color);
}

.upload > div {
  display: table-cell;
  vertical-align: middle;
}

.upload > div h4 {
  padding: 0px;
  margin: 0px;
  font-size: 25px;
  font-weight: 700;
  /*  font-family: "Lato", sans-serif; */
}

.upload > div p {
  padding: 0px;
  margin: 0px;
  /*  font-family: "Lato", sans-serif; */
}

.player-video .video-processing {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-height: 755px;
}

.player-video.movie .video-processing {
  max-height: 670px;
}

.player-video .video-processing img {
  width: 100%;
  min-height: 100%;
}

.player-video .video-processing div {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #d0d0d0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.player-video .video-processing div h5 {
  color: var(---black-color);
  font-size: 17px;
  /*  font-family: "Lato", sans-serif; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.player-video .video-processing div svg.feather {
  margin: 0px 0px 15px;
  width: 39px;
  height: 39px;
  animation-duration: 700ms;
}

.player-video .video-processing div h5 .btn-main {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 10px 25px;
  border: 0;
  border-radius: 2em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  margin: 0 5px;
}

.comments-loading {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  font-size: 20px;
  color: #999;
}

.video-list-title a h4 {
  height: unset !important;
  max-height: 45px;
  overflow: hidden;
}

.video-latest-list.video-wrapper .video-title a {
  height: 3rem;
  overflow: hidden;
  vertical-align: middle;
}

.nav.navbar-nav.navbar-right .dropdown.profile-nav ul {
  right: 0px !important;
  left: auto;
  padding: 10px;
  gap: 10px;
}

.comments-header {
  font-weight: normal !important;
  font-family: "Verdana", sans-serif;
}

.sort-comments-dropdown {
  margin-left: 10px;
}

.sort-comments-dropdown ul.dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
}

.sort-comments-dropdown ul.dropdown-menu li a {
  padding: 10px 15px;
}

.sort-comments-dropdown .dropdown-toggle {
  font-size: inherit;
  text-transform: capitalize;
}

.sort-comments-dropdown .dropdown-toggle i {
  font-size: 20px;
}

.upload-video.hover {
  border-color: var(---primary-color);
  cursor: pointer;
  color: var(---primary-color);
}

.upload-ffmpeg-mode #choose-thumnail-cr .carousel-inner .item {
  height: 420px !important;
}

.upload-ffmpeg-mode #choose-thumnail-cr .carousel-inner .item img {
  width: 100%;
  min-height: 100% !important;
}

.upload-ffmpeg-mode #choose-thumnail-cr .choose-thumnail-control {
  padding: 10px 0px;
}

.upload-ffmpeg-mode #choose-thumnail-cr .choose-thumnail-control span {
  text-transform: uppercase;
  font-size: 12px;
  /*  font-family: "Lato", sans-serif; */
}

.upload-ffmpeg-mode #choose-thumnail-cr .choose-thumnail-control a {
  text-decoration: none;
  border-radius: 0px;
  padding: 0px 10px;
}

.contact-us-form {
  margin-bottom: 50px;
}

#new-message-form {
  position: relative;
  padding: 15px;
  display: flex;
  border-top: 1px solid #ddd;
}

#new-message-form #send-button {
  background: transparent;
  padding: 5px;
  border: 2px solid #bdbdbd;
  color: #232323;
  border-radius: 50%;
  position: absolute;
  right: 23px;
  bottom: 23px;
}

.countunseen {
  background-color: #c23321;
  padding: 2px 7px;
  width: auto;
  border-radius: 2px;
  color: var(--mo-white);
  float: right;
  margin: 10px 4px;
}

.countunseen:empty {
  padding: 0;
  margin: 0;
}

.user-messages {
  background-color: transparent;
}

.user-messages .messages .istyping {
  margin-bottom: 10px;
  position: relative;
  max-width: 80%;
  width: auto;
}

.user-messages .messages .istyping .user-avatar {
  width: 33px;
  float: left;
}

.user-messages .messages .istyping .user-avatar img {
  width: 100%;
  border-radius: 100%;
}

.user-messages .messages .istyping .user-message {
  background-color: var(--mo-white);
  padding: 7px 13px;
  border-radius: 17px;
  word-break: break-word;
  width: auto;
  margin-left: 40px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.user-messages .messages .message {
  margin-bottom: 10px;
  position: relative;
  max-width: 80%;
  width: auto;
}

.user-messages .messages .message .user-avatar {
  width: 33px;
  float: right;
}

.user-messages .messages .message.pull-left .user-avatar {
  float: left;
}

.user-messages .messages .message .user-avatar img {
  width: 100%;
  border-radius: 100%;
}

.user-messages .messages .message .user-message {
  background-color: var(--mo-white);
  padding: 7px 13px;
  border-radius: 12px 12px 0 12px;
  word-break: break-word;
  width: auto;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  margin-right: 40px;
}

.user-messages .messages .message.pull-left .user-message {
  background: var(---primary-color);
  color: white;
  border-radius: 12px 12px 12px 0;
  box-shadow: none;
  margin-left: 40px;
  margin-right: 0;
}

.user-send-message {
  width: 100%;
}

.user-send-message textarea {
  border: 0;
  padding: 15px 55px 15px 15px;
  resize: none;
  width: 100%;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  height: 50px;
}

.messages-sidebar {
  overflow: auto;
  border-right: 1px solid #e4e4e4;
}

.messages-sidebar .search-box {
  position: relative;
  padding: 15px;
  background-color: white;
  border-bottom: 1px solid #ededed;
  display: flex;
  align-items: center;
}

.messages-sidebar .search-box .search-box-inner {
  position: relative;
  flex: 1 1 auto;
}

.messages-sidebar .search-box input {
  width: 100%;
  padding: 3px 12px;
  padding-left: 60px;
  border-radius: 10px;
  height: 38px;
  border: 2px solid #dedede;
}

.messages-sidebar .search-box svg.feather {
  position: absolute;
  margin: 0;
  pointer-events: none;
  background: rgb(0 0 0 / 5%);
  border-right: 2px solid #dedede;
  height: 34px;
  width: 50px;
  border-radius: 8px 0 0 8px;
  top: 2px;
  left: 2px;
  padding: 8px;
}

.messages-sidebar .search-box > .btn {
  flex: 0 0 auto;
  border-radius: 10px;
  height: 38px;
  border: 2px solid #dedede;
  background: transparent;
  padding: 0 10px;
}

.messages-sidebar ul {
  list-style: none;
  height: calc(100vh - 166px);
  overflow-y: auto;
  margin: 0;
  padding: 0 15px;
}

.messages-sidebar ul li {
  height: 71px;
  border-bottom: 1px solid var(---gray-medium);
  background: transparent !important;
}

.messages-sidebar ul li:last-child {
  border: 0;
}

.messages-sidebar ul li a {
  transition: all 0.2s;
}

.messages-sidebar ul li a .user-avatar {
  width: 52px;
  float: left;
  margin: 0px 15px 0px 5px;
}

.messages-sidebar ul li a .user-avatar img {
  width: 100%;
  border-radius: 100%;
}

.messages-sidebar ul li a .user-name {
  margin: 6px 0px 1px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #222;
}

.messages-sidebar ul li a .user-last-message {
  font-size: 13px;
  color: #999;
}

.messages-sidebar ul li a .time {
  float: right;
  margin: 12px 4px;
  font-size: 13px;
}

.messages-sidebar ul li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: #1da1f2;
}

.hash {
  color: #1da1f2 !important;
}

.messages-sidebar ul li a {
  display: block;
  padding: 9.5px 5px;
}

.messages-sidebar ul li a:hover,
.messages-sidebar ul li a:focus {
  text-decoration: none;
}

.messages-sidebar ul li.active {
  background-color: var(---gray-small);
}

@keyframes blink {
  0% {
    opacity: 0.4;
    transform: scale(1.5);
  }

  20% {
    opacity: 1;
    transform: scale(1.5);
  }

  100% {
    opacity: 0.4;
    transform: scale(1.5);
  }
}

.messages-sidebar .saving {
  color: #1da1f2 !important;
}

.saving span {
  color: #1da1f2 !important;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.saving.sidebar span {
  margin-right: 5px;
  font-size: 12px;
}

.saving span:nth-child(2) {
  animation-delay: 0.1s;
}

.saving span:nth-child(3) {
  animation-delay: 0.2s;
}

.ellipsis,
.user-last-message {
  text-overflow: ellipsis;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}

#delete-conversation {
  cursor: pointer;
}

#load-more-messages {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 60px;
  background-color: #1da1f2;
  color: var(--mo-white);
  border: none;
  display: none;
  height: 40px;
  width: 40px;
  z-index: 99999;
  padding: 5px;
  border-radius: 100%;
  transition: all 0.2s;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
  outline: 0;
}

#load-more-messages:hover {
  transform: translateY(-3px);
}

/*Styles*/
.btn {
  font-weight: 500;
  outline: 0 !important;
  transition: all 0.3s ease;
}

.btn-default {
  background: #ebeef0;
  border: 0;
}

svg.feather {
  width: 19px;
  height: 19px;
}

svg {
  vertical-align: middle;
}

.btn-default svg.feather {
  margin-top: -3px;
  width: 16px;
  height: 16px;
}

.bold {
  font-weight: bold;
}

.ek_shadow {
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.ek_vid_fixed_height {
  /* min-height: 78px;
  max-height: 78px; */
  padding: 0 10px 0 10px;
}

.w-100 {
  width: 100%;
}

#wave {
  position: absolute;
  top: 158px;
  transform: rotate(180deg);
}

.modal-footer {
  padding: 10px 15px 10px 15px !important;
  background-color: #fafbfc;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e7e8ec;
}

.modal-footer .btn-main svg.feather {
  width: 17px;
  height: 17px;
  margin: -2px 3px 0px 0px;
}

.p-relative {
  position: relative;
}

.yp_trans {
  background: transparent;
  box-shadow: none;
}

.dark_hr {
  border-color: #e7e7e7;
  margin: 15px 0px;
}

/* #main-container {
  margin-top: 20px;
} */

.w100 {
  width: 100%;
  overflow: hidden;
}

.topInnerHeader-left {
  display: flex;
  align-items: center;
}

.topInnerHeader-left h4 {
  margin-bottom: 0;
}

.page_head svg {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background-color: #607d8b;
  color: white;
  border-radius: 50%;
  padding: 6px;
}

.swal2-modal .swal2-title:empty {
  margin: 0;
}

/*Snackbar*/
.snackbar-container {
  transition: all 0.5s ease;
  transition-property: top, right, bottom, left, opacity;
  font-size: 14px;
  min-height: 14px;
  background-color: var(---primary-color) !important;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--mo-white);
  line-height: 22px;
  padding: 18px 24px;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 9999;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.snackbar-container p {
  font-size: 16px !important;
}

.snackbar-container .action {
  background: inherit;
  display: inline-block;
  border: none;
  font-size: inherit;
  text-transform: uppercase;
  color: var(--mo-white) !important;
  margin: 0 0 0 24px;
  padding: 0;
  min-width: min-content;
  cursor: pointer;
}

@media (min-width: 640px) {
  .snackbar-container {
    min-width: 288px;
    max-width: 568px;
    display: inline-flex;
    border-radius: 10px;
    margin: 24px;
    bottom: -100px;
  }
}

@media (max-width: 640px) {
  .snackbar-container {
    left: 0;
    right: 0;
  }
}

.snackbar-pos.bottom-center {
  top: auto !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.snackbar-pos.bottom-left {
  top: auto !important;
  bottom: 0;
  left: 0;
}

.snackbar-pos.bottom-right {
  top: auto !important;
  bottom: 0;
  right: 0;
}

.snackbar-pos.top-left {
  bottom: auto !important;
  top: 0;
  left: 0;
}

.snackbar-pos.top-center {
  bottom: auto !important;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.snackbar-pos.top-right {
  bottom: auto !important;
  top: 0;
  right: 0;
}

/*Material Header*/
.wo_about_wrapper_parent {
  position: absolute;
  top: 56px;
  width: 100%;
  left: 0px;
  min-height: 280px;
  max-height: 280px;
}

.wo_about_wrapper {
  position: relative;
  min-height: 280px;
}

.hero-overlay {
  background: var(---primary-color);
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 15px;
}

.wo_about_wrapper .hero-overlay {
  background-color: var(---primary-color);
  position: absolute;
  width: 100%;
  height: 100%;
}

.mat_header {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.mat_header h1 {
  color: white;
  margin: 0;
  line-height: 36px;
  /*  font-family: "Lato", sans-serif; */
  display: flex;
  align-items: center;
}

.mat_header h1 svg {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  color: var(---primary-color);
  padding: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.ek_page_margin {
  margin-top: 50px;
  position: relative;
}

/*Empty State*/
.empty_state {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  font-size: 18px;
  color: #2d2d2d !important;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.empty_state svg.feather {
  display: block;
  margin: 0px auto 15px;
  width: 110px;
  height: 110px;
  color: var(---primary-color);
  position: relative;
  padding: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='m512 256c0 141.386719-114.613281 256-256 256s-256-114.613281-256-256 114.613281-256 256-256 256 114.613281 256 256zm0 0' fill='rgb(4 171 242 / 8%25)'/%3e%3cpath d='m384 256c0 70.691406-57.308594 128-128 128s-128-57.308594-128-128 57.308594-128 128-128 128 57.308594 128 128zm0 0' fill='rgb(4 171 242 / 10%25)'/%3e%3c/svg%3e");
}

/*Forms*/
.ek_forms .form-group {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

.ek_forms .form-group label.col-md-12 {
  margin: 5px 0px 5px 0px;
  font-size: 14px;
  font-weight: 500;
}

.ek_forms .form-group input[type="text"],
.ek_forms .form-group input[type="email"],
.ek_forms .form-group input[type="password"],
.ek_forms .form-group select,
.ek_forms .form-group input[type="number"] {
  border: 2px solid #e6e6e6;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  height: 40px !important;
  line-height: 14px;
  padding-left: 15px;
  transition: all 0.1s ease-in-out;
  box-shadow: none;
  /* text-transform: capitalize; */
}

.ek_forms .form-group textarea {
  border: 2px solid #e6e6e6;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding-left: 15px;
  transition: all 0.1s ease-in-out;
  box-shadow: none;
  resize: none;
}

.ek_forms .form-group input[type="text"]:focus,
.ek_forms .form-group input[type="email"]:focus,
.ek_forms .form-group input[type="password"]:focus,
.ek_forms .form-group select:focus,
.ek_forms .form-group textarea:focus,
.ek_forms .form-group input[type="number"]:focus {
  border-color: #b3b3b3;
}

/* .ek_forms .form-group .help-block {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  -moz-transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.ek_forms .form-group input:focus + .help-block,
.ek_forms .form-group textarea:focus + .help-block {
  opacity: 1;
} */

.ek_forms .ui-widget.ui-widget-content {
  border: 2px solid #e6e6e6;
  margin: 0;
}

.ek_forms ul.tagit li.tagit-new {
  padding: 0;
  margin: 0;
}

.ek_forms ul.tagit li.tagit-new input {
  border: 0;
}

.ek_forms .last-sett-btn {
  margin: 0px -25px -25px -25px;
}

.ek_forms .setting-panel-mdbtn {
  padding: 9px 18px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 500;
  margin: 2px 25px;
  height: auto !important;
}

.upload-product-image {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  border: 2px dashed #cecece;
  cursor: pointer;
  display: table;
  margin: 0px 6px;
}

.upload-image-content {
  font-size: 15px;
  color: #555;
  transition: all 0.2s ease-in-out;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#productimage-holder {
  width: 100%;
  padding: 0px 8px;
  margin: 0px 0px 0px;
  white-space: nowrap;
}

#productimage-holder .thumb-image {
  width: 100px;
  height: 100px;
  margin: 0px 5px 0px 0px;
  display: inline-block;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  border-radius: 4px;
}

.ek_design_button {
  width: 180px;
  display: table;
  min-height: 180px;
  overflow: hidden;
  border: 2px dashed #ccc;
  background: var(--mo-white);
  padding: 5px;
}

.ek_design_button span {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #666;
}

.ek_design_button svg.feather {
  margin-top: 0px;
  width: 45px;
  height: 45px;
  color: #cecece;
}

/*404 Page*/
.ek_404 {
  padding: 45px 15px 100px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
  border: 0;
  border-radius: 3px;
}

.ek_404 > span {
  font-size: 160px;
  font-weight: bold;
  user-select: none;
  color: white;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #596368 0%, #38444a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ek_404 > span svg {
  vertical-align: middle;
  margin-top: -20px;
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.15));
}

.ek_404 .btn {
  margin: 35px 0px 0px;
}

/*FAB Button*/
.fixed-action-btn {
  user-select: none;
  position: fixed;
  bottom: 16px;
  right: 50%;
  display: block;
  z-index: 9;
  transform: translateX(50%);
}

body.fab_open .fixed-action-btn {
  z-index: 1150;
}

.btn-fab-floating {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px;
  height: 56px;
  width: 56px;
  color: var(--mo-white);
  background-color: var(---primary-color);
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 22%), 0 6px 10px 0 rgb(0 0 0 / 9%),
    0 1px 18px 0 rgb(0 0 0 / 39%);
}

.btn-fab-floating svg {
  width: 26px;
  height: 26px;
}

#btn-fab-main.active svg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.fixed-action-btn ul {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  pointer-events: none;
}

.fixed-action-btn ul li {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  background-color: var(--mo-white);
  margin: 7px 0px;
  border-radius: 50%;
  -webkit-transform: scaleY(0.4) scaleX(0.4);
  -moz-transform: scaleY(0.4) scaleX(0.4);
  -ms-transform: scaleY(0.4) scaleX(0.4);
  -o-transform: scaleY(0.4) scaleX(0.4);
  transform: scaleY(0.4) scaleX(0.4);
  -webkit-transition: all 0.4s cubic-bezier(0.64, 0.09, 0.08, 1);
  -moz-transition: all 0.4s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.4s cubic-bezier(0.64, 0.09, 0.08, 1);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  position: relative;
}

.btn-floating {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.btn-fab-floating.active + ul > li {
  -webkit-transform: scaleY(1) scaleX(1) translateY(0px);
  -moz-transform: scaleY(1) scaleX(1) translateY(0px);
  -ms-transform: scaleY(1) scaleX(1) translateY(0px);
  -o-transform: scaleY(1) scaleX(1) translateY(0px);
  transform: scaleY(1) scaleX(1) translateY(0px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.btn-floating p {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  color: #414141;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  line-height: normal;
  white-space: nowrap;
  display: none;
}

.btn-floating img {
  width: 18px;
  height: 18px;
}

.btn-floating svg {
  width: 18px;
  height: 18px;
}

/*Home Page*/
.container-full {
  width: 100%;
}

.container-home {
  margin: auto;
  width: 100%;
}

.ek_home_top_m {
  /* margin: -150px 0 0; */
  position: relative;
}

.video-player-page .last_hr:last-child hr {
  display: none;
}

.home-page-categories .title h4 {
  display: flex;
  align-items: center;
  margin: 0;
  text-transform: capitalize;
}

.home-page-categories .title h4 > div {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background-color: var(---primary-color);
  margin-right: 8px;
}

.home-page-categories .title h4 svg {
  margin: 0;
}

.home-page-categories .videos .duration {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 1px 5px;
  font-weight: 500;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ededed;
  height: 16px;
  line-height: 14px;
  border-radius: 2px;
}

.cus_slider .slick-prev,
.cus_slider .slick-next {
  transform: translateY(-50%);
  top: 35%;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.cus_slider .slick-prev svg.feather,
.cus_slider .slick-next svg.feather {
  width: 24px;
  height: 24px;
  color: #929292;
}

.cus_slider .slick-prev {
  left: -20px;
}

.cus_slider .slick-next {
  right: -20px;
}

.homeBannerSection {
  margin-bottom: 45px;
  border-radius: 10px;
  overflow: hidden;
}

.homeBannerItem {
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(100, 43, 115, 1) 0%,
    rgba(4, 0, 4, 1) 90%
  );
  background: linear-gradient(
    95deg,
    var(---primary-color) 18.63%,
    var(---secondary-color) 48.56%,
    var(---accent-color) 87.04%
  );
  color: var(--mo-white);
  padding: 50px;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  height: 450px;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.homeBannerItem.videoHomeBanner .homeBannerRightContent {
  display: none;
}

.carouselBackgroundThumbnile {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
}

.carouselBackgroundOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* background: linear-gradient(95deg,
      var(---primary-color) 18.63%,
      var(---primary-color-transparent30) 48.56%,
      var(---primary-color-transparent20) 87.04%); */
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgb(0 0 0 / 34%) 35%,
    rgba(0, 0, 0, 0.01724439775910369) 100%
  );
}

.homeBannerLeftContent {
  width: 40%;
  position: relative;
  z-index: 3;
}

.homeBannerLeftContent h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.homeBannerLeftContent p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
}

.homeBannerRightContent {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.homeBannerImgWrapper {
  max-width: 200px;
  min-width: 200px;
  height: 307px;
  padding: 10px;
  background-color: var(--mo-white);
  border-radius: 10px;
  box-shadow: 0 0 16px 5px var(--mo-white) 29;
}

.homeBannerImgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerImgBackgroundShape {
  position: absolute;
  width: 600px;
  top: 0;
  z-index: -2;
  right: 0;
  left: 0;
  transform: translate(-28%, -44%);
  opacity: 0.3;
}

.homeBannerSection .btn {
  padding: 8px 16px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  /* color: var(--mo-white);
  background-color: var(---gray-bg-transparent); */
  transition: 0.5s;
}

.homeBannerSection .btn:hover {
  color: var(---primary-color);
  background-color: var(--mo-white);
  border: solid 1px var(--mo-white);
}

.sectionTitle {
  font-size: 2rem;
  margin-bottom: 25px;
}

/*Ebook*/
.ebookItem-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}

.ebookItem-viewCount {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ebookItem-viewCount-icon {
  display: inline-flex;
}

.ebookItem-viewAndLike {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--mo-white);
  z-index: 2;
  position: relative;
}

.ebookItem-likeCount {
  display: inline-flex;
  gap: 15px;
  font-size: 12px;
  line-height: 0;
}

.ebookLikeCount {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ebookDisLikeCount {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ebookWrapper {
  display: flex;
  justify-content: space-between;
}

.ebookItem {
  width: 16%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ebookItem-img {
  width: 100%;
  /* height: 316px; */
  aspect-ratio: 2/3;
  /* min-height: 316px; */
  /* object-fit: cover; */
  /* margin-bottom: 10px;*/
  transition: all 0.3s ease;
}

.ebookItem:hover .ebookItem-img {
  transform: scale(1.1);
}

.ek_timeline_vids.ebookItemsWrapper .ebookItem:hover .ebookItem-title a {
  color: var(---black-color);
  font-weight: 500;
}

.ebookItem-imgBox {
  display: flex;
  background-color: var(---gray-medium);
  overflow: hidden;
  border-radius: 10px;
}

.ebookItem-title a {
  text-decoration: none;
  color: var(--mo-white);
}
.myActivity-ebook.ebookItemsWrapper .ebookItem-title a {
  color: var(--mo-gray-700);
}
.myActivity-ebook.ebookItemsWrapper .ebookItem-imgBox {
  border-radius: 10px;
  margin-bottom: 8px;
}
.myActivity-ebook.ebookItemsWrapper {
  gap: 20px 0.56%;
}
.myActivity-ebook.ebookItemsWrapper::before,
.myActivity-ebook.ebookItemsWrapper::after {
  display: none;
}

.myActivity-ebook.ebookItemsWrapper .ebookItem-viewAndLike {
  color: var(--mo-gray-800);
}

.ebookItemShort-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  max-height: 0;
  transition: all 0.3s ease;
}

.ebookItemDesc {
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: bottom 0.3s ease;
  padding: 8px;
  max-height: 60px;
  transition: all 0.3s ease;
}

.ebookItem:hover .ebookItemDesc {
  position: absolute;
  bottom: 0px;
  color: var(--mo-white);
  z-index: 2;
  padding: 8px;
  width: 100%;
  max-height: 179px;
  left: 0%;
}

.ebookItem:hover .ebookItemShort-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  visibility: visible;
  position: initial;
  max-height: 150px;
}

.ebookItem:hover .ebookItem-title {
  font-weight: 700;
}

.ebookItem .ebookItemDesc::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 80%) 0%,
    rgb(0 0 0 / 60%) 43%,
    rgb(0 0 0 / 40%) 75%
  );
  content: "";
  top: 0;
  left: 0;
  border-radius: 5px;
  backdrop-filter: blur(1px);
}

.ebookItem:hover .ebookItemDesc::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    var(---black-color) 0%,
    var(---black-color) 43%,
    rgb(0 0 0 / 71%) 75%
  );
  content: "";
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
  backdrop-filter: blur(10px);
}

.ebookItem-viewCount-number {
  font-size: 12px;
  line-height: 0px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ebookItem:hover .ebookItem-title a {
  text-decoration: none;
  color: var(--mo-white);
}

.ebookRowWrapper-minHeight {
  min-height: 414px;
}

.ebook-wrapper {
  gap: 30px 15px;
}

/*Categories*/
.ek_sec_nav_cats {
  padding: 0 0 15px 0;
  /* box-shadow: 0 1px 0 rgb(0 0 0 / 6%); */
  position: relative;
  z-index: 0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

/*.ek_sec_nav_slide {overflow: hidden;overflow-x: auto;white-space: nowrap;margin: 0;position: relative;background: transparent !important;}*/
.ek_sec_nav_slide > div {
  margin: 0 5px;
  display: block;
  background: transparent !important;
  flex: 0 0 auto;
  width: auto;
}

.ek_sec_nav_slide > div a {
  border: 1px solid var(---gray-smallDark);
  border-radius: 2em;
  padding: 0 15px;
  text-decoration: none;
  display: block;
  line-height: 26px;
  color: var(---black-color);
  transition: all 0.2s ease;
}

.ek_sec_nav_slide > div a:hover {
  background: var(---gray-small);
}

.ek_sec_nav_slide > div a.active {
  font-weight: 500;
  background: var(---primary-color);
  color: var(--mo-white);
}

.ek_sec_nav_slide_prnt .swiper-button-next.swiper-button-disabled,
.ek_sec_nav_slide_prnt .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.ek_sec_nav_slide_prnt .swiper-button-next,
.ek_sec_nav_slide_prnt .swiper-button-prev {
  border: 1px solid #dedede;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  height: 40px;
  line-height: 28px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px 10px rgb(0 0 0 / 9%);
  margin: 0;
  background-color: var(---primary-color);
  color: var(--mo-white);
}

.ek_sec_nav_slide_prnt .swiper-button-next:after,
.ek_sec_nav_slide_prnt .swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
}

.ek_sec_nav_slide_prnt .swiper-button-next {
  right: 0px;
}

.ek_sec_nav_slide_prnt .swiper-button-prev {
  left: 0px;
}

.ek_sec_nav_cats .swiper {
  padding: 10px 0;
}

.topFilterNavWrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*Featured Video*/
.ek_feat_vid {
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 720px;
}

.ek_feat_vid_innr,
.ek_feat_vid_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ek_feat_vid_innr:before {
  content: "";
  position: absolute;
  top: 320px;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(360deg, #191c1d 0%, rgb(255 255 255 / 0%) 100%);
}

.ek_feat_vid_innr > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ek_feat_vid_content,
.ek_feat_vid_content .row {
  display: flex;
  align-items: flex-end;
}

.ek_feat_vid_content .container-home {
  margin: auto auto 200px;
}

.ek_feat_vid_content .home-page-categories .title h4 {
  color: var(--mo-white);
}

.ek_feat_vid_details h1 {
  font-size: 60px;
  max-height: 130px;
  overflow: hidden;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
}

.ek_feat_vid_details h1 a {
  color: var(--mo-white);
  text-decoration: none;
}

.ek_feat_vid_details p {
  color: rgb(255 255 255 / 86%);
}

.ek_feat_vid_details p span {
  display: inline-block;
  margin: 0 8px;
}

.ek_feat_vid_details .btn {
  margin: 30px 0 0;
  border-radius: 10px;
  min-width: 100px;
  transition: all 0.2s;
}

.ek_feat_vid_details .btn:hover {
  transform: translateY(-3px);
}

.ek_feat_vid_details .btn svg {
  width: 20px;
  height: 20px;
  margin: -2px 0 0;
}

.ek_feat_vid_content .video-title {
  width: 100%;
  padding: 30px;
  background-color: rgb(255 255 255 / 15%);
  border-radius: 10px;
  position: relative;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
}

.ek_feat_vid_content .video-title .publisher-element {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.ek_feat_vid_content .video-title .publisher-element .publisher-avatar {
  margin-right: 13px;
  min-width: 48px;
}

.ek_feat_vid_content .video-title .publisher-element .publisher-avatar img {
  border-radius: 50%;
}

.ek_feat_vid_content .video-title .publisher-element .publisher-name > a {
  font-size: 19px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  max-width: 210px;
  color: var(--mo-white);
  font-weight: 400;
}

.ek_feat_vid_content
  .video-title
  .publisher-element
  .publisher-subscribe-button {
  margin-top: 5px;
}

.ek_feat_vid_content .video-title .publisher-element button,
.ek_feat_vid_content .video-title .publisher-element .btn-subscribed {
  box-shadow: none;
  padding: 3px 15px;
  font-size: 13px;
  color: white;
  display: inline-block;
}

.ek_feat_vid_content .video-title .publisher-element button svg,
.ek_feat_vid_content .video-title .publisher-element .btn-subscribed svg {
  display: none;
}

.ek_feat_vid_content .video-title .publisher-element .subs-amount {
  padding: 3.9px 9px;
  vertical-align: middle;
  margin-left: 9.5px;
}

.ek_feat_vid_content .video-title hr {
  border-color: rgb(255 255 255 / 30%);
}

.ek_feat_vid_content .video-title .video-big-title {
  margin: 0;
  max-height: 150px;
  overflow: hidden;
  color: rgb(255 255 255 / 80%);
}

.ek_feat_vid_content .video-title .video-big-title a {
  word-break: break-word;
  color: var(--mo-white);
}

.ek_feat_vid_content .video-title .video-big-title p {
  font-size: 14px;
  overflow: hidden;
}

.ek_feat_vid_content .video-title .video-big-share {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
}

.ek_feat_vid_content .video-title .video-big-share span {
  flex: 1;
  text-align: center;
}

.ek_feat_vid_content .video-title .video-big-share .btn {
  border: 0;
  background: rgb(255 255 255 / 20%);
  border-radius: 12px;
  box-shadow: none;
  padding: 9px 16px;
  color: var(--mo-white);
  cursor: text;
}

.ek_feat_vid_content .video-title .video-big-share .btn svg {
  margin: -2px 3px 0 0;
}

.ek_feat_vid_content .video-title .video-big-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  width: 35px;
  height: 35px;
  color: var(--mo-white);
  border-radius: 12px;
  padding: 3px 0 0;
  transition: all 0.2s ease;
}

.ek_feat_vid_content .video-title .video-big-share a:hover {
  background: rgb(255 255 255 / 20%);
  transform: translateY(-2px);
}

.ek_feat_vid_content .video-title + .headtoppoint {
  transform: rotate(270deg);
  top: 60px;
  margin: 0;
  left: -16px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid rgb(255 255 255 / 15%);
  filter: none;
  background: transparent;
  backdrop-filter: saturate(180%) blur(5px);
}

/*View More Link*/
.view_more_link {
  margin-left: auto;
  /*overflow:hidden;*/
}

.view_more_link a {
  display: inline-flex;
  color: var(---primary-color);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  padding: 4px 5px 2px;
  border-radius: 5px;
  align-items: center;
  white-space: nowrap;
}

.view_more_link a svg {
  /* background-color: var(---primary-color); */
  border-radius: 50%;
  color: var(---primary-color);
  padding: 2px;
  transition: all 0.2s;
}

.view_more_link a:hover svg {
  transform: translateX(3px);
}

.dashboardHeaderAvatarWrapper {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  flex: 0 0 125px;
}

/*Footer*/
.ek_footer {
  padding: 10px 20px 20px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.ek_footer a {
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

/* .ek_footer a:hover {
  border-bottom: 1px solid;
} */
.ek_foot_lang {
  margin: 0;
  list-style: none;
  padding: 0;
  display: inline-block;
  background: transparent !important;
}

.ek_foot_lang > li {
  display: inline-block;
  background: transparent !important;
  position: static;
}

.ek_foot_lang li svg.feather {
  width: 16px;
  height: 16px;
  margin: 0px 3px 0px 0px;
}

.ek_language_select {
  border-radius: 4px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
  -webkit-transform: rotate3d(1, 1, 0, 15deg);
  transform: rotate3d(1, 1, 0, 15deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  display: block;
  visibility: hidden;
  pointer-events: none;
  min-width: 130px;
}

.ek_foot_lang .open > .ek_language_select {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  margin-bottom: 15px;
  bottom: 80px;
  width: calc(100% - 20px);
  left: 10px;
  right: 10px;
}

.ek_language_select li a {
  font-size: 14px !important;
  line-height: 33px;
  padding: 0 20px;
  transition: background-color 0.1s;
  margin: 0;
  border: 0 !important;
}

.ek_footer .copyright {
  margin: 15px 0 0;
  font-size: 13px;
  opacity: 0.9;
}

/*Header Menu*/
.dropdown-menu.ani-acc-menu,
.dropdown-menu.ani_log_menu {
  top: 60px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity 120ms linear, top 120ms linear, visibility 120ms linear;
  transition: opacity 120ms linear, top 120ms linear, visibility 120ms linear;
  display: block;
  min-width: 250px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.dropdown-menu.ani-acc-menu svg,
.dropdown-menu.ani_log_menu svg {
  margin: -1px 12px 0px 0px;
  width: 24px;
  height: 24px;
}

nav.navbar-findcond .profile-nav.open > .dropdown-menu.ani-acc-menu,
nav.navbar-findcond .profile-nav.open > .dropdown-menu.ani_log_menu {
  visibility: visible;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  top: 45px;
}

.headtoppoint {
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--mo-white);
  top: -10px;
  position: absolute;
  left: 100%;
  margin-left: -38px;
  -webkit-filter: drop-shadow(0px -3px 2px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px -3px 2px rgba(0, 0, 0, 0.05));
}

header .dropdown-menu.ani-acc-menu li > a,
header .dropdown-menu.ani_log_menu li a {
  padding: 10px !important;
  color: #14171a !important;
  font-size: 12px !important;
  transition: all 0.1s;
}

.ek_acc_menu_hdr {
  display: flex;
  padding: 8px 20px;
}

.ek_acc_menu_hdr img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 12px 0 0;
}

.ek_acc_menu_hdr a {
  text-decoration: none;
}

.ek_acc_menu_hdr a b {
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  font-weight: 500;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.ek_acc_menu_hdr a p {
  margin: 0;
  color: #657786;
  white-space: nowrap;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.ek_acc_menu_hdr a.points {
  color: var(---primary-color);
  margin: 7px 0 0;
  display: inline-block;
}

header nav.navbar-findcond ul.dropdown-menu.ani-acc-menu > li > a:hover,
header nav.navbar-findcond ul.dropdown-menu.ani_log_menu > li > a:hover {
  background: var(---primary-color) !important;
  color: var(--mo-white) !important;
}

header .dropdown-menu.ani-acc-menu li a:hover svg,
header .dropdown-menu.ani_log_menu li a:hover svg {
  color: var(--mo-white);
}

.dropdown-menu.ani-acc-menu li.divider,
.dropdown-menu.ani_log_menu li.divider {
  background: #e6ecf0;
  margin: 6px 0;
}

/*Upload Video*/
.ek_upload_vdo_step {
  padding: 55px 30px 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}

.ek_upload_vdo_step .line {
  width: 100%;
  height: 3px;
  background: #ddd;
  position: relative;
  border-radius: 8px;
  margin-bottom: 15px;
}

.ek_upload_vdo_step .line .line_sec {
  height: 3px;
  width: 0;
  background: var(---primary-color);
  border-radius: 2em;
  position: absolute;
  transition: all 0.3s;
}

.ek_upload_vdo_step .line .dot {
  position: absolute;
}

.ek_upload_vdo_step .line .dot span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #969696;
  border-radius: 50%;
  transition: 0.3s all ease;
  transform: translate(-50%, -50%);
  color: #aeaeae;
  text-align: center;
  box-shadow: 0 0 0 4px rgb(0 0 0 / 20%);
}

.ek_upload_vdo_step .line .dot p {
  position: absolute;
  top: -35px;
  color: #909090;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}

.ek_upload_vdo_step .line .dot.one {
  left: 0%;
}

.ek_upload_vdo_step .line .dot.two {
  left: 33.3%;
}

.ek_upload_vdo_step .line .dot.three {
  left: 66.6%;
}

.ek_upload_vdo_step .line .dot.four {
  left: 100%;
}

.ek_upload_vdo_step.step-one-active .line .line_sec {
  width: 0%;
}

.ek_upload_vdo_step.step-one-active .dot.one span,
.ek_upload_vdo_step.step-two-active .dot.one span,
.ek_upload_vdo_step.step-two-active .dot.two span,
.ek_upload_vdo_step.step-three-active .dot.one span,
.ek_upload_vdo_step.step-three-active .dot.two span,
.ek_upload_vdo_step.step-three-active .dot.three span,
.ek_upload_vdo_step.step-four-active .dot.one span,
.ek_upload_vdo_step.step-four-active .dot.two span,
.ek_upload_vdo_step.step-four-active .dot.three span,
.ek_upload_vdo_step.step-four-active .dot.four span {
  background: var(--mo-white);
  box-shadow: 0 0 0 4px var(---primary-color);
}

.ek_upload_vdo_step.step-one-active .dot.one p,
.ek_upload_vdo_step.step-two-active .dot.one p,
.ek_upload_vdo_step.step-two-active .dot.two p,
.ek_upload_vdo_step.step-three-active .dot.one p,
.ek_upload_vdo_step.step-three-active .dot.two p,
.ek_upload_vdo_step.step-three-active .dot.three p,
.ek_upload_vdo_step.step-four-active .dot.one p,
.ek_upload_vdo_step.step-four-active .dot.two p,
.ek_upload_vdo_step.step-four-active .dot.three p,
.ek_upload_vdo_step.step-four-active .dot.four p {
  color: var(---primary-color);
}

.ek_upload_vdo_step.step-two-active .line .line_sec {
  width: 33.3%;
}

.ek_upload_vdo_step.step-three-active .line .line_sec {
  width: 66.6%;
}

.ek_upload_vdo_step.step-four-active .line .line_sec {
  width: 100%;
}

.ek_upload_vdo .upload {
  transition: all 0.1s ease;
  padding-bottom: 40px;
  display: flex;
  height: auto;
  align-items: center;
  margin: 0;
  padding: 30px 10px;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #e1e1e1 !important;
}

.ek_upload_vdo .upload .content {
  display: block;
  width: 250px;
  height: 250px;
  padding: 20px;
  background: rgb(0 0 0 / 3%);
  margin-left: auto;
  margin-right: auto;
}

.ek_upload_vdo .upload .content svg {
  border: 1px dashed #ddd;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 70px;
  transition: all 0.2s ease;
}

.ek_upload_vdo .upload:hover > .content svg {
  border-color: var(---primary-color);
}

.ek_upload_vdo .ek_upvid_one > div.upload h4 {
  margin: 0px 0 9px;
  font-size: 35px;
  color: #444;
}

.ek_upload_vdo .ek_upvid_one > div.upload p {
  font-size: 21px;
}

.ek_upload_vdo button.btn_upld_vid_next {
  margin-top: 40px;
  padding: 10px 40px;
  /* height: 60px; */
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
}

.ek_upload_vdo.hover svg.feather {
  transform: scale(1.1);
}

.ek_upload_vdo .progress {
  height: auto;
  border-radius: 2px;
  margin: 4px 0px 20px;
  background: var(--mo-white);
  box-shadow: none;
  padding: 0 10px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ek_upload_vdo .progress .percent {
  position: relative;
  color: #607d8b !important;
  margin: 0 6px 0 0 !important;
  width: auto;
  display: inline-block;
  background: rgb(96 125 139 / 20%);
  font-weight: 600;
  padding: 0 6px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 2em;
  min-width: 43px;
  top: auto;
  vertical-align: middle;
}

.progress_bar_parent {
  margin: 0;
  height: 23px;
  border-radius: 2em;
  background: rgb(96 125 139 / 20%);
  width: calc(100% - 52px);
  display: inline-block;
  vertical-align: middle;
}

.progress_bar_parent .bar:not(.upload-progress-bar) {
  height: 100%;
  border-radius: 2em;
  background: var(---primary-color);
}

.ek_upload_vdo .alert {
  margin: 20px 10px 0;
}

.ek_upload_vdo_type {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.ek_upload_vdo_type_radio {
  margin: 0 -8px;
  text-align: center;
  display: flex;
  padding: 0 15px;
}

.ek_upload_vdo_type_radio label {
  margin: 5px 10px 15px;
  flex: 1 auto;
}

.ek_upload_vdo_type_radio label input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.ek_upload_vdo_type_radio_innr {
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 40px 20px;
  transition: all 0.2s;
  background: linear-gradient(
    138deg,
    rgba(255, 206, 71, 1) 0%,
    rgba(224, 165, 0, 1) 100%
  );
  color: var(--mo-white);
  position: relative;
}

.ek_upload_vdo_type_radio_innr::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: rgb(255 255 255 / 10%);
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
  border-radius: 10px;
}

.ek_upload_vdo_type_radio_innr:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.ek_upload_vdo_type_radio_innr:hover,
.ek_upload_vdo_type_radio
  label
  > input:checked
  ~ .ek_upload_vdo_type_radio_innr {
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.ek_upload_vdo_type_radio_innr svg {
  display: block;
  margin: 0 auto 25px;
  width: 120px;
  height: 120px;
  color: var(--mo-white);
  border-radius: 50%;
  padding: 25px;
  background: rgb(255 255 255 / 30%);
}

.ek_upload_vdo_type_radio_innr.vdo {
  background: linear-gradient(
    138deg,
    rgba(31, 180, 255, 1) 0%,
    rgba(0, 131, 245, 1) 100%
  );
}

.ek_upload_vdo_type_radio_innr.stock {
  background: linear-gradient(138deg, #8bc34a 0%, #4caf50 100%);
}

.ek_upload_vdo_type_radio_innr b {
  font-size: 20px;
}

.ek_upload_vdo_type_radio_innr p {
  margin: 0;
}

.ek_upload_vdo_row {
  margin: 0;
}

.ek_upload_vdo_preview {
  background: rgb(0 0 0 / 4%);
  border-radius: 2px;
  padding: 15px;
}

.ek_upload_vdo_thumb {
  position: relative;
  padding-bottom: 56.25%;
  margin: -15px -15px 0;
}

.ek_upload_vdo_thumb #vidimage-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 2px 2px 0 0;
  background: rgb(0 0 0 / 5%);
}

.ek_upload_vdo_thumb .ek_uv_thumbs_innr {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.ek_upload_vdo_thumb .upload-product-image {
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.ek_uv_thumbs_innr.thumbUploaded {
  display: none;
}

.ek_upload_vdo_thumb svg {
  width: 50px;
  height: 50px;
  filter: grayscale(1);
}

.ek_upload_vdo_thumb img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
}

.ek_upload_vdo_preview p {
  font-size: 12px;
  margin: 15px 0 2px;
  display: flex;
  justify-content: space-between;
}

.ek_upload_vdo_preview p svg {
  margin: 0 0 -10px;
  cursor: pointer;
}

.ek_upload_vdo_preview a {
  color: var(---primary-color);
  font-size: 16px;
}

.ek_upload_vdo_preview .file_name {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.ek_vdo_upld_dn {
  text-align: center;
  margin: 30px 0 0;
  font-size: 15px;
  opacity: 0.7;
}

.ek_vdo_upld_dn svg {
  width: 18px;
  height: 18px;
  margin: -2px 0 0;
}

.pp_mat_input .emojionearea,
.pp_mat_input .emojionearea.form-control {
  border: 2px solid #ddd;
  box-shadow: none;
  border-radius: 4px;
}

.pp_mat_input .emojionearea.focused {
  border-color: var(---primary-color);
  box-shadow: none;
}

.pp_mat_input input.tagit-hidden-field {
  display: none;
}

.pp_mat_input ul.tagit {
  padding: 4px 10px;
  min-height: 43.5px;
}

body .pp_mat_input ul.tagit li:not(.tagit-new) {
  border: 0;
  background: var(---primary-color) !important;
  color: var(--mo-white);
}

body .pp_mat_input ul.tagit li .tagit-close {
  color: var(--mo-white);
}

body .pp_mat_input ul.tagit li .tagit-close .ui-icon.ui-icon-close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23fff' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' /%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body .pp_mat_input .bootstrap-select {
  width: 100% !important;
}

.ek_uv_thumbs {
  margin: 0 0 20px;
}

.ek_uv_thumbs h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}

.ek_uv_thumbs p {
  font-size: 16px;
}

.ek_uv_thumbs_innr {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 -6px;
}

.ek_uv_thumbs_innr .upload-product-image {
  height: auto;
  border-radius: 2px;
  width: 170px;
  min-width: 170px;
}

.ek_uv_thumbs_innr .upload-product-image .upload-image-content {
  transition: all 0.2s;
  font-size: 14px;
  padding-bottom: 56.25%;
  position: relative;
}

.ek_uv_thumbs_innr .upload-product-image .upload-image-content:hover {
  background: rgb(0 0 0 / 4%);
}

.ek_uv_thumbs_innr .upload-product-image .upload-image-content > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ek_uv_thumbs_innr .upload-product-image svg {
  margin: 0 0 4px;
  width: 26px;
  height: 26px;
}

.ek_uv_thumbs_innr .thumb-image {
  width: 170px;
  height: 96px;
  margin: 0 6px;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  border-radius: 2px;
  background-color: var(---gray-small);
}

.btn_upld_vid_next {
  margin: 20px 0 20px !important;
}

.ek_vdo_cstm_radio {
  position: relative;
  margin: 0px 0 3px;
}

.ek_vdo_cstm_radio input {
  position: absolute;
  opacity: 0;
}

.ek_vdo_cstm_radio label {
  position: relative;
  padding: 8px 10px 8px 40px;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
  border-radius: 10px;
  transition: all 0.2s;
}

.ek_vdo_cstm_radio label:hover {
  background: transparent;
}

.ek_vdo_cstm_radio label:after,
.ek_vdo_cstm_radio label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 9px;
  left: 12px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  transition: all 90ms cubic-bezier(0, 0, 0.2, 0.1);
}

.ek_vdo_cstm_radio label:before {
  border: 2px solid #757575;
  transition: all 90ms cubic-bezier(0, 0, 0.2, 0.1);
  background-color: transparent;
}

/* .ek_vdo_cstm_radio input:checked + label {
  background-color: var(---primary-color-shade);
  color: var(--mo-primary) !important;  
} */

.ek_vdo_cstm_radio input:checked + label:before {
  border-color: var(--mo-primary);
}

.ek_vdo_cstm_radio input:checked + label:after {
  background-color: var(--mo-primary);
  width: 10px;
  height: 10px;
  top: 13px;
  left: 16px;
}

/*Import Video*/
.custom_width_import {
  transition: 0.6s;
  width: 66.66666667%;
  margin: auto;
  float: none;
}

.custom_width_import.w-100 {
  width: 100%;
}

.ek_import_vdo {
  padding: 0 0px 15px;
}

.ek_import_vdo #fetch-form {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
}

.ek_import_vdo .imp_hdr_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 70px;
}

.ek_import_vdo .imp_hdr_ico svg {
  margin-right: 40px;
  width: 90px;
  height: 90px;
  opacity: 0.5;
  transform: scaleY(-1);
}

.ek_import_vdo .imp_hdr_ico h2 {
  margin: 0 0 5px;
  font-size: 39px;
}

.ek_import_vdo .imp_hdr_ico p {
  margin: 0;
  font-size: 20px;
  opacity: 0.7;
}

.ek_import_vdo .col-md-9 {
  padding-right: 0px;
  width: calc(100% - 200px);
}

.ek_import_vdo .col-md-9 svg.feather {
  position: absolute;
  width: 48px;
  height: 46px;
  top: 2px;
  left: 17px;
  color: #8c8c8c;
  pointer-events: none;
  margin: 0;
  padding: 11px;
  background: rgb(0 0 0 / 6%);
  border-radius: 10px 0 0 10px;
  border-right: 2px solid #ccc;
}

.ek_import_vdo .col-md-9 input {
  padding: 0px 10px 0px 60px;
  border-color: #ddd;
  font-size: 19px;
  background: #f2f2f2;
  height: 50px;
  color: #151720;
  border-radius: 10px 0px 0px 10px;
  transition: all 0.2s linear;
  border: 2px solid #ccc;
  border-right: 0;
}

.ek_import_vdo .col-md-9 input:focus {
  border-color: var(---primary-color);
}

.ek_import_vdo .col-md-9 .help-block {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.ek_import_vdo .col-md-9 input:focus + .help-block {
  opacity: 1;
  visibility: visible;
}

.ek_import_vdo .col-md-3 {
  padding-left: 0px;
  width: auto;
  min-width: 200px;
}

.ek_import_vdo .col-md-3 button {
  width: 100%;
  font-size: 18px;
  height: 50px;
  border: 0;
  border-radius: 0px 10px 10px 0px;
}

.ek_import_vdo .video-description {
  max-height: 160px;
  overflow: hidden;
  overflow-y: auto;
}

.ek_import_vdo .ek_forms .setting-panel-mdbtn,
.ek_forms_large_btns .ek_forms .setting-panel-mdbtn {
  padding: 0 20px;
  height: 40px !important;
  /* line-height: 60px; */
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: none;
  margin: 20px 20px 20px 0;
}

.ek_import_vdo .ek_forms .setting-panel-mdbtn svg,
.ek_forms_large_btns .ek_forms .setting-panel-mdbtn svg {
  display: none;
}

/*History Page*/
.ek_history .video-wrapper {
  margin-bottom: 25px;
  padding: 0 10px;
}

.ek_history .video-wrapper > div.content {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  box-shadow: none;
  overflow: hidden;
  border-radius: 8px;
}

.ek_history .video-wrapper .video-thumb,
.ek_history .video-wrapper .video-info .author-info {
  margin: 0;
}

.ek_history .video-wrapper .video-thumb a {
  position: relative;
  display: block;
  padding-bottom: 65%;
}

.ek_history .video-wrapper .video-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ek_history .video-wrapper .video-thumb .time {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  /* z-index: 2; */
}

.ek_history .video-wrapper .video-info {
  padding: 80px 13px 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, rgb(0 0 0 / 80%));
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.ek_history.ek_subscription .video-wrapper .video-info {
  flex-direction: column;
  color: var(--mo-white);
  align-items: normal;
  justify-content: normal;
}

.video-wrapper .video-info > div {
  pointer-events: auto;
}

.video-wrapper .video-info > .trashDeleteRestore .video-actions,
.video-wrapper .video-info > .video-actions {
  padding: 0 5px;
  margin: 0 5px;
  flex: 0 0 auto;
  background: var(--mo-white);
  border-radius: 10px;
  pointer-events: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 14px;
}

.video-wrapper:hover .video-info > .trashDeleteRestore .video-actions,
.video-wrapper:hover .video-info > .video-actions {
  visibility: visible;
  opacity: 1;
}

.video-wrapper .video-info > .trashDeleteRestore .video-actions:hover,
.video-wrapper .video-info > .trashDeleteRestore .video-actions:hover {
  transform: scale(1.1);
}

.video-wrapper .video-info > .trashDeleteRestore .video-actions svg.feather,
.video-wrapper .video-info > .video-actions svg.feather {
  width: 20px;
  height: 20px;
  margin: 8px 3px;
  color: #e55050;
}

.ek_history .video-wrapper .video-info .video-title a,
.ek_history .video-wrapper .video-info .author-info .author-name {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans,
    Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.ek_history .video-wrapper .video-info .video-title a {
  color: var(--mo-white);
  font-weight: 500;
  margin: 0;
  font-size: 15px;
  white-space: normal;
  max-height: 40px;
  word-break: break-all;
}

.ek_history .video-wrapper .video-info .author-info .author-name a {
  color: var(--mo-white);
}

/*PRO Page*/
.ek_svg_lines {
  position: absolute;
  height: 40px;
  bottom: 60px;
  left: -25px;
  -webkit-transform: translateY(30%) rotate(180deg);
  transform: translateY(30%) rotate(180deg);
}

/*Articles Page*/
.articles-content .ek_article_list {
  position: relative;
  padding-bottom: 10px;
}

.articles-content .ek_article_h_list {
  position: relative;
  padding: 15px;
  background: var(--mo-white);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  display: block;
  overflow: hidden;
}

.articles-content .ek_article_h_list .video-thumb {
  position: relative;
  margin-bottom: 10px;
}

.articles-content .ek_article_h_list .video-thumb img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.articles-content .ek_article_h_list .video-info {
  overflow: hidden !important;
}

.articles-content .ek_article_h_list .postFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.articles-content .ek_article_h_list .video-info .article-title h4 {
  margin-top: 0;
  overflow: hidden;
  min-height: 51px;
  max-height: 51px;
  word-break: break-word;
}

.articles-content .ek_article_h_list .video-info .article-title h4 a {
  font-size: 23px;
  margin: 0;
  text-decoration: none;
  transition: all 0.2s;
}

.articles-content .ek_article_h_list .video-info .article-title h4:hover a {
  border-bottom: 1px solid #444;
}

.articles-content .ek_article_h_list .video-info .article-desc p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
  overflow: hidden;
  max-height: 44px;
  min-height: 44px;
  word-break: break-word;
}

.articles-content .ek_article_h_list .video-info .postFooter {
  border-color: #f2f2f2;
  margin-top: auto;
}

.articles-content .ek_article_h_list .video-info .postFooter a {
  text-decoration: none;
  line-height: 1;
  font-size: 12px;
  color: #5d738d;
  letter-spacing: 1px;
}

.postFooter {
  clear: both;
  padding-top: 10px;
  border-top: 1px solid var(---gray-small);
  margin: 0;
}

.postFooter .u-floatLeft svg.feather {
  margin: -1px 0px 0px -4px;
  width: 17px;
  height: 17px;
}

.postFooter .u-floatRight a {
  color: rgba(0, 0, 0, 0.4);
}

.postFooter .u-floatRight svg.feather {
  margin-top: -3px;
  width: 17px;
  height: 17px;
}

.article_image_renderer {
  border: 2px dashed #ddd;
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
}

.article_image_renderer svg {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
}

.article_image_renderer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

/*Watch Page*/
.private-text {
  font-size: 12px;
  background: #eee;
  color: var(---black-color-small);
  padding: 5px;
  border-radius: 3px;
  margin-top: -3px;
}

.ek_vdo_plyr .embed-responsive.stuck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 350px;
  height: 198px;
  padding: 0;
  z-index: 9;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: fade-in-up 0.25s ease forwards;
  animation: fade-in-up 0.25s ease forwards;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.ek_video_info .btn-subscribe:before,
.ek_video_info .btn-subscribed:before {
  display: none;
}

.ek_video_info .watch-video-show-more {
  margin-top: 0px;
  width: 150px;
  padding: 5px 0px;
  font-family: Roboto;
}

.ek_video_info .watch-video-show-more:hover {
  color: var(---primary-color);
}

.ek_video_info .watch-video-description,
.ek_video_info .video-published {
  padding: 0px 15px;
}

.mejs__overlay-play .mejs__overlay-button {
  background-color: var(---primary-color) !important;
}

/* .video-player-page.six_padding_15 .ek_video_info .watch-video-description p {
  max-width: 800px;
} */
.video-player-page.six_padding_15 .ek_video_info .watch-video-description,
.video-player-page.six_padding_15 .ek_video_info .video-published {
  padding: 0 0 0 0px;
}

.ek_video_info .watch-video-description p {
  word-wrap: break-word;
  font-size: 15px;
  line-height: 22px;
  /* font-family: "Lato"; */
}

.ek_video_comments {
  padding: 10px 0px;
}

.ek_video_comments .comments-header {
  margin: 5px 0 20px;
  font-size: 16px;
  /* font-family: "Lato"; */
}

.ek_video_comments svg.feather.blue {
  margin-top: 0px;
  width: 15px;
  height: 15px;
  color: var(---primary-color);
}

.videos-list .ek_video_side_vids {
  margin: 0 9px 22px;
  position: relative;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.videos-list .ek_video_side_vids:last-child {
  margin-bottom: 5px;
}

.videos-list .ek_video_side_vids .video-thumb {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.videos-list .ek_video_side_vids .video-thumb a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos-list .ek_video_side_vids .video-thumb img {
  object-fit: cover;
  height: 100%;
}

.videos-list .ek_video_side_vids .video-thumb .play_hover_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--mo-white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  overflow: hidden;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.videos-list .ek_video_side_vids .video-thumb:hover .play_hover_btn {
  opacity: 1;
  visibility: visible;
}

.videos-list .ek_video_side_vids .video-thumb .play_hover_btn svg.feather {
  left: 50%;
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%) scale(0.7);
  width: 49px;
  height: 49px;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  fill: white;
}

.videos-list
  .ek_video_side_vids
  .video-thumb:hover
  .play_hover_btn
  svg.feather {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.videos-list .ek_video_side_vids .video-thumb .video-duration {
  pointer-events: none;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 1px 5px;
  font-weight: 500;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ededed;
  height: 16px;
  line-height: 14px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.videos-list .ek_video_side_vids .yp_watch_sugg {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  padding: 140px 10px 10px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 1) 100%
  );
}

.videos-list .ek_video_side_vids .video-title {
  white-space: nowrap;
  max-height: 18px;
  line-height: 1.2;
  margin-bottom: 2px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

.videos-list .ek_video_side_vids .video-publisher {
  color: var(--mo-white);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yp_copy_link {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  overflow: hidden;
}

.yp_copy_link input {
  padding: 10px 14px;
  font-size: 16px;
  background-color: #eee;
  border: 0;
  flex: 1;
  height: 45px;
}

.yp_copy_link .btn {
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 45px;
  background-color: var(---primary-color);
  color: white;
}

/*.ek_video_comments .yp_video_comment {position: relative;}
.ek_video_comments .yp_video_comment textarea{resize: none;border-radius: 0;border: 0 !important;border-bottom: 1px solid #cdcdcd !important;padding: 12px 100px 12px 10px;transition: all 0.2s;overflow-y:hidden;}
.ek_video_comments .yp_video_comment textarea:focus {border-color: var(---primary-color) !important;box-shadow: 0 1px var(---primary-color);}
.ek_video_comments .yp_video_comment .btn {	border-radius: 0;margin: 0;padding: 9px 12px;width: auto;height: auto;background-color: var(--mo-white);color: var(---primary-color);text-transform: uppercase;font-weight: 500;letter-spacing: 0.5px;line-height: 1;position: absolute;right: 0;bottom: 8px;transition: all 0.2s;}
.ek_video_comments .yp_video_comment .btn:hover { background-color: #eee;}*/
.download-placement {
  display: flex;
  flex-wrap: wrap;
}

.download-placement a {
  color: var(---black-color-small);
  margin: 5px;
  padding: 5px 10px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  transition: all 0.3s;
  border: 1px solid var(---black-color-small);
  text-decoration: none;
}

.download-placement a:hover {
  background: var(---black-color-small);
  color: var(--mo-white);
}

/*Message Page*/
.ek_msg_area {
  height: calc(100vh - 247px);
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  box-shadow: none;
}

.ek_msg_area .empty_state {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ek_msg_header {
  padding: 20px;
  height: 69px;
  position: relative;
  line-height: 27px;
  margin: 0;
  box-shadow: none;
}

.ek_msg_header h3 {
  margin: 0;
  line-height: 27px;
}

.ek_msg_header h3 a {
  color: #222;
  text-decoration: none;
}

.ek_msg_main {
  background: #f4f4f4;
  position: relative;
  border-radius: 0px;
  margin-bottom: 0;
  padding: 0;
}

.ek_msg_header h3 .mobilemsgclose {
  display: none;
  cursor: pointer;
  margin: -1px 10px 0px 0px;
  width: 23px;
  height: 23px;
  stroke-width: 2.5px;
}

.msg_grad_bg {
  background: rgb(13, 164, 64);
  background: linear-gradient(
    90deg,
    rgba(13, 164, 64, 1) 0%,
    rgba(6, 99, 37, 1) 100%
  );
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -2px;
}

/*Side Menu*/
.subscribers_img_ {
  height: 80%;
  border-radius: 50%;
  margin-right: 10px;
}

.yp_side_menu {
  transition: all 0.3s;
}

.yp_side_menu.has_side_menu {
  margin-left: 0px;
  margin-top: 64px;
  transition: all 0.3s;
}

.yp_side_drawer {
  position: fixed;
  width: 250px;
  left: -300px;
  top: var(--top-header-height);
  overflow: hidden;
  background-color: white;
  bottom: 0;
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  transition: all 0.3s;
  z-index: 1;
}

.yp_side_drawer.hide_side_menu {
  left: -80px;
  transition: all 0.3s;
}

.yp_side_drawer .open_side_menu_head {
  display: none;
  align-items: center;
  height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.yp_side_drawer .open_side_menu_head > span {
  padding: 6px;
  color: #696969;
  margin: 10px 5px 10px auto;
  cursor: pointer;
}

.yp_side_drawer ul.sections {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  display: block;
  margin: 0;
  background: transparent !important;
}

.yp_side_drawer ul.sections:last-child {
  border: 0;
}

.yp_side_drawer ul.sections h3 {
  margin: 0;
  padding: 20px 24px 8px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.007px;
  text-transform: uppercase;
  color: #424242;
}

.yp_side_drawer ul.sections li {
  display: block;
  width: 100%;
}

.yp_side_drawer ul.sections li a {
  padding: 0 10px;
  display: flex;
  line-height: 55px;
  height: 40px;
  align-items: center;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.1s;
  font-weight: 500;
  color: var(---gray-dark);
}

.yp_side_drawer ul.sections li a:hover,
.ek_footer a:hover {
  color: var(---primary-color);
}

.menuli.menu-active a,
.menuli.menu-active a:hover {
  color: var(---primary-color) !important;
}

.yp_side_drawer ul.sections li.active a {
  color: var(---primary-color);
}

.yp_side_drawer ul.sections li.active a:before {
  opacity: 1;
  visibility: visible;
}

.yp_side_drawer ul.sections li a svg {
  margin: 0 14px 0px 8px;
  width: 20px;
  height: 20px;
  min-width: 20px;
}

body.side_open .yp_side_menu.has_side_menu {
  /* margin-left: 250px; */
  margin-top: var(--top-header-height);
  margin-right: 0px;
  height: calc(100vh - 62px);
  overflow-y: auto;
}

body.side_open .yp_side_drawer.active {
  width: 250px;
  left: 0;
}

.yp_side_drawer ul.sections.subs_list li a {
  line-height: 44px;
  height: 44px;
}

.yp_side_drawer .subscribers_img_ {
  margin: 0 15px;
  width: 26px;
  height: 26px;
}

/*Slider*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  /*margin-left:auto;margin-right:auto*/
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 5px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #5f5f5f;
  border: none;
  outline: none;
  z-index: 9;
  background: white;
  box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.16);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  transition: all 0.2s ease;
}

.slick-prev svg.feather,
.slick-next svg.feather {
  margin: 0px;
  width: 31px;
  height: 31px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #222;
  outline: none;
  box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.3);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

/*Toggle Switch*/
.tgl {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 36px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  top: -3px;
}

.tgl + .tgl-btn:after {
  left: -3px;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 54%;
  background: var(---primary-color);
}

.tgl-ios + .tgl-btn {
  background: rgb(189, 189, 189);
  transition: all 0.4s ease;
  height: 14px;
  border-radius: 30px;
  margin: 3px 0px;
}

.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: rgb(245, 245, 245);
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.tgl-ios:checked + .tgl-btn {
  background: rgba(0, 150, 136, 0.5);
}

/*Material Input*/
.pp_mat_input {
  position: relative;
  margin-bottom: 1em;
}

.pp_mat_input input,
.pp_mat_input textarea {
  width: 100%;
  font-size: 17px;
  padding: 2px 2px 1px;
  display: block;
  border: none;
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(---black-color-small);
  border: 2px solid #ddd;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding: 8px 10px;
  transition: all 0.2s;
}

.pp_mat_input input:focus,
.pp_mat_input textarea:focus,
.pp_mat_input select:focus {
  border-color: var(--mo-primary);
}

.pp_mat_input label {
  position: absolute;
  cursor: text;
  opacity: 1;
  transition: 0.2s ease all;
  pointer-events: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  top: -8px;
  left: 9px;
  font-size: 12px;
  color: #5e5e5e;
  user-select: none;
  background-color: white;
  padding: 0px 5px;
}

.pp_mat_input input::placeholder {
  opacity: 0;
}

.pp_mat_input input:placeholder-shown:not(:focus) + label {
  top: 10.5px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.38);
  left: 13px;
  background-color: transparent;
}

.pp_mat_input select {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding: 8px 10px;
  transition: all 0.2s;
  border: 2px solid #ddd;
  width: 100%;
  font-size: 17px;
  color: #5b5b5b;
}

/*Ads Page*/
.yp_ads_add svg {
  width: 35px;
  height: 35px;
}

.yp_ads_add label {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.yp_ads_add .add-amount h5 {
  position: relative;
  display: inline-block;
}

.yp_ads_add .add-amount h5 span {
  font-size: 38px;
  position: absolute;
  top: 7px;
  left: -30px;
}

.yp_ads_add .add-amount h5 input {
  font-size: 80px;
  margin: 0;
  border: 0;
  padding: 0;
  height: 87px;
  text-align: center;
  max-width: 160px;
  outline: 0;
  font-weight: 100;
}

/*Modals*/
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal.fade {
  padding: 0 !important;
}

.modal.matdialog .modal-content {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  display: block;
  padding: 24px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-sizing: border-box;
  overflow: auto;
  max-width: 80vw;
  outline: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal.matdialog .modal-header {
  display: block;
  padding: 0px;
  margin: 0 0 20px;
  border: 0px;
  background: var(--mo-white);
}

.modal.matdialog .modal-title {
  padding: 0px;
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.modal.matdialog .modal-body {
  margin: 0 -24px;
  padding: 0 24px;
  max-height: 65vh;
  overflow: auto;
}

.modal.matdialog .modal-footer {
  background: var(--mo-white);
  color: #3f51b5;
  margin-bottom: -24px;
  padding: 12px 0 !important;
  border: 0px;
}

.modal.matdialog .matbtn {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.1s ease;
}

/*Search Page*/
.user-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.user-wrapper .video-thumb {
  width: 60px;
  min-width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  display: table-cell;
}

.user-wrapper .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-wrapper .video-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.user-wrapper .video-title h4 {
  font-size: 16px;
  color: black;
  margin: 0;
  max-height: 53px;
  overflow: hidden;
}

/*Overlay*/
.sidenav-overlay,
.fab-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9990;
  transition: all 0.2s ease;
}

body.fab_open .fab-overlay {
  opacity: 1;
  visibility: visible;
}

.fab-overlay {
  z-index: 1111;
}

.show-in-mobile {
  display: none !important;
}

/* ******************************************************************* */
#bar_loading {
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 5000;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.45);
}

#bar_loading:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 2px;
  animation: head_loading 1.5s linear infinite;
  background-color: var(---primary-color);
}

@keyframes head_loading {
  from {
    left: -200px;
    width: 30%;
  }

  50% {
    width: 30%;
  }

  70% {
    width: 70%;
  }

  80% {
    left: 50%;
  }

  95% {
    left: 120%;
  }

  to {
    left: 100%;
  }
}

.p_t_show_btn:active,
.p_t_show_btn:visited,
.p_t_show_btn:link,
.p_t_show_btn {
  background: var(---gray-dark);
  border-color: var(---gray-dark);
  padding: 10px 15px 10px 15px;
  border-radius: 20px;
  color: var(--mo-white);
  outline: none;
  cursor: pointer;
}

.empty_state a {
  text-decoration: none;
}

#video_dropdown .dropdown-menu .dropdown-item a {
  text-decoration: none;
  padding: 12px 17px;
  display: block;
  line-height: 1;
}

#video_dropdown .dropdown-menu .dropdown-item:hover a {
  color: var(---black-color-small) !important;
  background-color: var(---gray-medium);
}

#video_dropdown .dropdown-menu .dropdown-item svg {
  margin-right: 11px;
  margin-top: -1px;
}

.user_comment_ {
  margin-left: 60px;
  overflow: visible !important;
}

.modal_close_btn {
  color: var(--mo-white) !important;
}

.display_block {
  display: block !important;
}

.mb_50 {
  margin-bottom: 50px;
}

.highcharts-root .highcharts-credits {
  display: none !important;
}

.search-dropdown_ {
  z-index: 444;
  background-color: #555;
  left: 15px;
  position: absolute;
  top: 70px;
}

body .pp_mat_input > .bootstrap-select > button {
  margin-top: 0;
  border: 2px solid #ddd;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  height: 43px !important;
  padding-left: 15px;
  transition: all 0.1s ease-in-out;
  box-shadow: none !important;
  background: var(--mo-white);
  font-size: 16px;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-top: 8px;
  color: rgba(0, 0, 0, 0.38) !important;
}

body .pp_mat_input > .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

body .pp_mat_input > .bootstrap-select.open > .dropdown-toggle {
  background: var(--mo-white);
  border-color: var(---primary-color);
}

body .pp_mat_input > .bootstrap-select > .dropdown-menu {
  border-color: #ddd;
  box-shadow: 0 6px 15px rgb(0 0 0 / 7%);
}

body .pp_mat_input > .bootstrap-select .dropdown-menu li a {
  padding: 12px 20px;
  font-size: 15px !important;
}

body .pp_mat_input > .bootstrap-select .dropdown-menu li a:hover,
body .pp_mat_input > .bootstrap-select .dropdown-menu li.selected a {
  background: var(---primary-color);
  color: white !important;
}

body .pp_mat_input > .bootstrap-select .bs-actionsbox .actions-btn {
  margin: 0 5px;
  width: calc(50% - 10px);
  font-size: 14px;
  padding: 7px 10px;
  font-weight: 600;
}

body
  .pp_mat_input
  > .bootstrap-select
  .bs-actionsbox
  .actions-btn.bs-select-all {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  color: #4caf50;
  background: rgb(76 175 80 / 10%);
}

body
  .pp_mat_input
  > .bootstrap-select
  .bs-actionsbox
  .actions-btn.bs-deselect-all {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  color: var(---primary-color);
  background: rgb(33 150 243 / 10%);
}

body .pp_mat_input .bootstrap-select {
  border-radius: 50px;
}

.user-setting-panel .user-ads-list-container .margin_bottom_ {
  margin-bottom: 0px;
}

/*Video Studio*/
.vid_stud_divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 18px;
}

.vid_stud_divider:after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  flex-grow: 1;
  margin-left: 15px;
  background: rgba(0, 0, 0, 0.1);
}

.ek_vid_stud_row {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
}

.ek_vid_stud_row .col-md-3,
.ek_vid_stud_row .col-md-4,
.ek_vid_stud_row .col-md-6 {
  padding: 0 6px;
}

.vid_stud_links {
  margin-bottom: -8px;
  margin-top: 18px;
  margin-left: -5px;
}

.vid_stud_links li {
  display: inline-block;
}

.vid_stud_links li a {
  display: block;
  padding: 5px 12px;
  margin: 0 3px;
  text-decoration: none;
  color: #383838;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  background: var(---gray-small);
}

.vid_stud_links li.active a {
  color: white;
  background: var(---primary-color);
}

.vid_stud_links li a svg {
  margin-top: -3px;
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.vid_stud_filtr {
  font-weight: normal;
}

.vid_stud_filtr label {
  margin: 0;
  display: block;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}

.vid_stud_filtr label input[type="radio"]:not(:checked),
.vid_stud_filtr label input[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vid_stud_filtr label input[type="radio"] + span {
  position: relative;
  display: block;
  padding: 7px 25px;
  user-select: none;
  transition: all 0.15s;
}

.vid_stud_filtr label:hover span {
  background: #eee;
}

.vid_stud_filtr label input[type="radio"]:checked + span {
  background: var(---primary-color);
  color: var(--mo-white);
}

.vid_stud_acts a {
  text-decoration: none;
}

.vid_stud_stats svg {
  width: 13px;
  height: 13px;
  margin-top: -1px;
}

.ek_vid_stud_ads_list {
  box-shadow: none;
}

.ek_vid_stud_ads_list .user-ads-list-header {
  box-shadow: 0 0.005em 0.01em 0 rgb(0 0 0 / 12%), 0 2px 5px 0 rgb(0 0 0 / 12%);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

body .ek_vid_stud_vids .video-latest-list .video-title {
  min-height: auto;
}

body .ek_vid_stud_vids .video-latest-list .video-title h4 {
  font-size: 18px;
  max-height: 50px;
  line-height: 25px;
  font-weight: bold;
}

body .ek_vid_stud_vids .video-latest-list .video-info p {
  margin: 15px 0 0;
}

.ek_vid_stud_vids_actions {
  margin-left: 20px;
}

.ek_vid_stud_vids_actions a {
  display: inline-block;
  line-height: 1;
  margin: 0 3px;
}

.ek_vid_stud_vids_actions a svg {
  width: 18px;
  height: 18px;
}

/*Video Analytics*/
.videos-list .vid_analts_info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.videos-list .vid_analts_info.short {
  margin-bottom: 7px;
}

.videos-list .vid_analts_info .video-thumb {
  width: 100% !important;
  max-width: 170px;
}

.videos-list .vid_analts_info.short .video-thumb {
  max-width: 120px;
  min-width: 120px;
}

.videos-list .vid_analts_info .video-thumb a {
  display: block;
  position: relative;
}

.videos-list .vid_analts_info .video-thumb img {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.videos-list .vid_analts_info .video-thumb a svg {
  background: var(--mo-white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videos-list .vid_analts_info.short .video-thumb a svg {
  width: 34px;
  height: 34px;
}

.videos-list .vid_analts_info .video-title {
  font-size: 20px;
}

.videos-list .vid_analts_info.short .video-title {
  font-size: 15px;
  max-height: 42px;
  overflow: hidden;
}

.videos-list .vid_analts_info .video-title a {
  font-weight: normal;
  word-break: break-word;
}

.vid_analts_stat {
  padding: 17px;
  margin-bottom: 10px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  color: var(---black-color);
}

.vid_analts_stat > div {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  color: var(--mo-white);
  flex-direction: column;
  gap: 12px;
}

.vid_analts_stat > div > svg {
  margin-right: 15px;
  margin-top: 0px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mo-white);
  color: var(---primary-color);
  padding: 9px;
}

.vid_analts_stat h2 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vid_analts_stat p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: var(--mo-white);
  text-shadow: 0px 2px 4px rgb(0 0 0 / 16%);
}

.vid_analts_info_smll {
  font-size: 14px;
  margin-top: 4px;
  color: #717171;
}

.iqCard {
  padding: 15px 30px 15px 30px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
  border: solid 1px var(---gray-small);
}

.iqCard .iqMeasurementIcon {
  width: 68px;
  height: 68px;
  background: linear-gradient(
    95deg,
    var(---primary-color) 18.63%,
    rgb(23 57 91 / 94%) 48.56%,
    rgb(43 117 147) 87.04%
  );
  color: var(--mo-white);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.iqCard h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
}

.iqCard h6 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0;
  font-size: 14px;
  color: #555;
}

.iqScoreWrapper {
  width: 12%;
  background-color: var(--mo-warning);
  color: var(--mo-dark);
  padding: 5px 15px;
  border-radius: 15px;
  font-weight: 500;
}

/*Search Page*/
.ek_srch_vids:first-child {
  margin-top: 15px;
}

.ek_srch_vids .video-latest-list .video-title {
  display: flex;
}

.ek_srch_vids .video-latest-list .video-title h4 {
  font-size: 23px;
  max-height: 64px;
  line-height: 32px;
}

.ek_srch_vids .video-latest-list .video-info {
  margin: 0;
  font-size: 12px;
}

.ek_srch_vids .video-latest-list .video-info a {
  margin: 10px 0 0;
  display: inline-block;
  font-size: 12px;
}

.ek_srch_vids .video-latest-list .video-info a img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

.ek_srch_vids .video-latest-list .video-info p {
  max-height: 40px;
  margin: 35px 0 0;
}

.ek_srch_vids .video-latest-list .video-info p a {
  margin: 0;
}

.vid_srch_filtr {
  overflow: hidden;
}

.vid_srch_filtr .ek_forms {
  background-color: var(--mo-white);
  margin: 0 2px 10px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.vid_srch_filtr .ek_forms .form-group {
  padding: 8px 15px;
}

.vid_srch_filtr .ek_forms .form-group label.col-md-12 {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
  margin-top: 10px;
}

.vid_srch_filtr label span {
  cursor: pointer;
  font-size: 12px;
  color: #757575;
}

.vid_srch_filtr label input[type="radio"],
.vid_srch_filtr label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vid_srch_filtr label input[type="radio"]:checked + span,
.vid_srch_filtr label input[type="checkbox"]:checked + span {
  font-weight: 500;
  color: #222;
}

.vid_srch_filtr .ek_forms .last-sett-btn {
  background: transparent;
  margin: 0;
  padding: 15px 0 0 6px !important;
}

/*Popular channels*/
.ek_page_headr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(---gray-dark);
  margin: 0 0 25px 0;
  padding-bottom: 10px;
}

.ek_page_headr .page_head {
  font-size: 20px;
  margin: 0;
}

.ek_page_headr .page_head svg {
  background-color: var(---primary-color);
}

.ek_page_headr > small {
  font-size: 14px;
}

.vid_pop_chnl_filtr {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.vid_pop_chnl_filtr select {
  display: inline-block;
  width: 150px;
  margin: 0 8px;
}

.vid_pop_channls {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  margin-bottom: 30px;
  overflow: hidden;
}

.vid_pop_channls .video-thumb {
  min-width: 100px;
  width: 100px;
  margin-right: 15px;
  height: 100px;
}

.vid_pop_channls .video-thumb img {
  border-radius: 50%;
}

.vid_pop_channls .video-title {
  padding: 0 !important;
  max-width: calc(100% - 115px);
}

.vid_pop_channls .video-title h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 20px;
}

.vid_pop_channls .video-title h6 {
  font-weight: normal;
  font-size: 13px;
}

.vid_pop_channls .video-title h6 svg {
  width: 16px;
  height: 16px;
  margin: -2px 2px 0 0;
}

/*Edit Video*/
.vid_edit_assign {
  position: relative;
}

.vid_edit_assign .search-dropdown_ {
  background-color: var(--mo-white);
  top: 40px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.31);
  border-radius: 0 0 5px 5px;
}

.vid_edit_assign .search-dropdown_ > div {
  padding: 0 !important;
}

.vid_edit_assign .search-dropdown_ > div a {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
}

/*Movies*/
.ek_movie_margin .ek_page_headr .page_head svg {
  background-color: #9c27b0;
}

.vid_move_filtr {
  background-color: #2a2d2e;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.vid_move_filtr > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  pointer-events: none;
}

.vid_move_filtr .ek_forms .form-group {
  margin: 10px 0;
}

.vid_move_filtr .ek_forms .form-group label {
  font-size: 18px;
  display: none;
}

.vid_move_filtr .ek_forms .form-group .input-group {
  width: 100%;
}

.vid_move_filtr .ek_forms .form-group .input-group svg {
  position: absolute;
  color: rgb(255 255 255 / 40%);
  z-index: 4;
  top: 2px;
  left: 2px;
  padding: 9px 10px;
  height: 36px;
  width: 50px;
  background: rgb(255 255 255 / 10%);
  border-radius: 8px 0 0 8px;
  border-right: 2px solid #707070;
  pointer-events: none;
}

.vid_move_filtr .ek_forms .form-group input[type="text"],
.vid_move_filtr .ek_forms .form-group select,
.vid_move_filtr .ek_forms .form-group input[type="number"] {
  border-radius: 10px;
  border-color: #707070 !important;
  background-color: #2a2d2e !important;
}

.vid_move_filtr .ek_forms .form-group input[type="text"] {
  padding-left: 60px;
}

.vid_move_filtr .ek_forms .form-group button.btn {
  padding: 0 16px;
  line-height: 40px;
  border: 0;
  font-size: 16px;
  min-width: 150px;
  border-radius: 10px;
  width: 100%;
}

/* 
.ek_movie_list {
} */
.ek_movie_list .video-wrapper {
  margin-bottom: 30px;
}

.ek_mv_list_thumb {
  display: block;
  position: relative;
  padding-bottom: 150%;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  background-color: var(--mo-white);
  /* border:1px solid; */
  transition: 0.5s all;
}

.ek_mv_list_thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.ek_mv_list_thumb:hover img {
  transform: scale(1.1);
}

/* .ek_mv_list_thumb:hover{
    position: relative;
    width: 230px;
    height: 230px;
    z-index: 999999;
    transform: scale(1.3);
}
.ek_mv_list_thumb:hover img{
     height: 65%;
} */
.mv_img_shdw {
  position: relative;
  height: 30px;
  overflow: hidden;
  margin: -15px 20px 0px;
  filter: blur(40px);
}

.mv_img_shdw:before {
  content: "";
  position: absolute;
  margin: -110px;
  background: inherit;
  filter: blur(80px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: bottom;
}

.mv_img_shdw .mv_pr_blck {
  display: block;
  /*background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0,#212121 100%);*/
  padding: 80px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.ek_mv_list_thumb > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: white;
  padding: 22px 12px 12px;
  background: linear-gradient(transparent, rgb(0 0 0 / 80%));
}

.ek_mv_list_thumb > div .stars svg {
  margin-top: -3px;
}

.ek_mv_list_thumb > div .stars svg path {
  fill: #ef8f12;
}

.ek_mv_list_thumb > div > svg {
  width: 42px;
  height: 42px;
}

.ek_mv_info {
}

.ek_mv_info_innr h3 {
  font-size: 14px !important;
  margin-bottom: 5px;
}

.ek_mv_info_innr h3 a {
  text-decoration: none;
  color: #363636;
}

.ek_mv_info_innr > div {
  display: flex;
  align-items: center;
  margin-top: 7px;
}

.ek_mv_info_innr > div span {
  color: #a6a6a6 !important;
}

.ek_mv_info_innr > div .bold {
  margin: 0 5px;
}

.ek_mv_info_innr .stars .star,
.wtch_mv_info_main .stars .star {
  width: 14px;
  height: 14px;
  margin: 0 0 5px;
}

.ek_mv_info_innr .stars .star path,
.wtch_mv_info_main .stars .star path {
  fill: #ef8f12;
}

.wtch_mv_info_main .stars .star path {
  fill: #666;
}

.wtch_mv_info_main .stars[data-stars] .star path {
  fill: #ef8f12;
}

.wtch_mv_info_main .stars[data-stars="1"] .star:nth-child(1) ~ .star path {
  fill: #666666;
}

.wtch_mv_info_main .stars[data-stars="2"] .star:nth-child(2) ~ .star path {
  fill: #666666;
}

.wtch_mv_info_main .stars[data-stars="3"] .star:nth-child(3) ~ .star path {
  fill: #666666;
}

.wtch_mv_info_main .stars[data-stars="4"] .star:nth-child(4) ~ .star path {
  fill: #666666;
}

.wtch_mv_info_main .stars[data-stars="5"] .star:nth-child(5) ~ .star path {
  fill: #666666;
}

.wtch_mv_info_main .stars[data-stars="6"] .star:nth-child(6) ~ .star path {
  fill: #666666;
}

.wtch_mv_info_main .stars[data-stars="7"] .star:nth-child(7) ~ .star path {
  fill: #666666;
}

.wtch_mv_info_main .stars[data-stars="8"] .star:nth-child(8) ~ .star path {
  fill: #666666;
}

.wtch_mv_info_main .stars[data-stars="9"] .star:nth-child(9) ~ .star path {
  fill: #666666;
}

.wtch_mv_info_main .stars[data-stars="10"] .star:nth-child(10) ~ .star path {
  fill: #666666;
}

.ek_mv_info_innr .mv_qualt,
.wtch_mv_info_bsc .mv_qualt {
  background-color: #03050b;
  padding: 1px 9px;
  font-size: 12px;
}

.vid_mov_e_info {
  margin-bottom: 0;
  background: transparent !important;
}

.vid_mov_e_info li {
  margin-bottom: 5px;
  background: transparent !important;
}

.vid_mov_e_info h4 {
  float: left;
  font-weight: 500;
  width: 80px;
  margin: 0;
  margin-right: 10px;
  font-size: 13px;
  line-height: 11px;
}

.vid_mov_e_info p {
  font-size: 13px !important;
  line-height: 13px !important;
}

/*Paid Movies*/
.paid_movie_list .video-wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding: 15px 0;
  margin: 0;
  margin-bottom: 30px;
}

.paid_movie_list .movie-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.paid_movie_list .movie-info {
  font-size: 12px;
  color: #888888;
}

.paid_movie_list .movie-title a {
  text-decoration: none;
}

.paid_movie_list .movie-title h4 {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paid_movie_list .movie-play-btn {
  margin-top: 20px;
}

.paid_movie_list .movie-play-btn svg {
  width: 40px;
  height: 40px;
}

.ek_transfr_ern {
  text-align: center;
}

.ek_transfr_ern input {
  max-width: 180px;
  margin: auto;
  text-align: center;
  font-size: 45px;
  height: auto;
  border: 0;
  font-weight: 500;
}

/*Watch Movies*/
.wtch_mv_info_main {
  /* margin-top: 20px; */
  position: relative;
}

.wtch_mv_img img {
  width: 100%;
  border-radius: 8px;
}

.wtch_mv_info_main .btn-subscribed {
  background: var(---primary-color);
}

.wtch_mv_info_main .subs-amount {
  display: none;
}

.wtch_mv_info_bsc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 0;
}

.wtch_mv_info_bsc .mv_qualt {
  background-color: #8a8a8a;
}

/*Pagination*/
.pagination > li > a,
.pagination > li > span {
  float: none;
  padding: 0 8px;
  margin-left: 0;
  line-height: normal;
  color: var(---primary-color);
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 2em;
  background-color: var(---primary-color-shade);
  border-color: var(---primary-color-shade);
}

.pagination > li > a svg,
.pagination > li > span svg {
  margin: 0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(---accent-color);
  background-color: var(---primary-color);
  border-color: var(---primary-color);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: var(---primary-color);
  border-color: var(---primary-color);
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 2em;
}

.btn_to_purchase_vid {
  color: var(--mo-white);
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding: 5px 13px;
  margin-top: 2px;
  position: absolute;
  bottom: 45px;
  right: 5px;
  z-index: 9;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

/*18+*/
.et_plus,
.et_plus .modal-footer {
  text-align: center;
}

.et_plus .modal-dialog,
#pay-go-pro .modal-dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.et_plus .modal-dialog::before,
#pay-go-pro .modal-dialog::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.et_plus .modal-dialog svg {
  margin-bottom: 30px;
}

.et_plus .btn.matbtn {
  min-width: 50%;
}

.et_plus .btn-success.matbtn {
  background-color: #5cb85c;
  color: var(--mo-white);
}

/*Top Vids Filter*/
.tp_vid_fltr_tabs {
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 25px;
}

.tp_vid_fltr_tabs ul {
  display: inline-block;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 0;
  background: var(--mo-white);
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 10px;
}

.tp_vid_fltr_tabs ul li {
  display: inline-block;
}

.tp_vid_fltr_tabs ul li a {
  padding: 10px 16px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  border: none;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  color: #6f6f6f;
  display: block;
  text-decoration: none;
}

.tp_vid_fltr_tabs ul li.selected a,
.tp_vid_fltr_tabs ul li.active a {
  background-color: rgb(4 171 242 / 15%);
  color: var(---primary-color);
}

.tp_vid_fltr_tabs ul li a svg {
  display: block;
  margin: 0 auto 10px;
  width: 22px;
  height: 22px;
}

/*Bank Transfer*/
#bank_transfer_modal .modal-dialog {
  width: 100%;
  max-width: 500px;
}

.dt_bank_trans_modal .bank_info {
  width: 100%;
  margin-bottom: 30px;
}

.dt_bank_trans_modal .bank_info .dt_settings_header {
  width: 100%;
  background-color: var(---primary-color);
  background: linear-gradient(90deg, var(---primary-color) 0%, #6d47d9 100%);
  padding: 15px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  overflow: hidden;
  position: relative;
}

.dt_bank_trans_modal .bank_info .bank_info_innr {
  position: relative;
  width: 100%;
  color: var(--mo-white);
  z-index: 1;
  text-align: center;
}

.dt_bank_trans_modal .bank_info .bank_info_innr > svg {
  display: none;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .bank_name {
  font-size: 22px;
  padding: 5px;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .row .col {
  margin-top: 18px;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .row p {
  margin: 0;
  font-size: 18px;
  word-break: break-word;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .help-block {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.73);
}

.dt_bank_trans_modal .dt_user_profile {
  background: rgba(0, 0, 0, 0.42);
}

.dt_bank_trans_modal .dt_user_profile {
  background-color: #f8f8f8;
  margin: 0 auto 25px;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  overflow: hidden;
}

.dt_bank_trans_modal .dt_user_profile > span {
  margin-bottom: 5px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.dt_bank_trans_modal .dt_user_profile > span svg {
  margin-right: 5px;
  color: #6b6b6b;
}

.dt_bank_trans_modal .dt_prof_vrfy {
  margin: 0;
  list-style-type: disc;
}

.dt_bank_trans_upl_rec {
  text-align: center;
}

.dt_bank_trans_upl_rec a {
  display: inline-block;
  border-bottom: 1px dashed;
  color: #3f3f3f;
  padding-bottom: 5px;
  font-size: 14px;
  transition: all 0.15s;
  text-decoration: none;
}

.dt_bank_trans_upl_rec a svg {
  width: 20px;
  height: 20px;
  margin-top: -3px;
}

.upload_bank_receipts {
  text-align: center;
  display: none;
}

.upload_bank_receipts > div {
  width: 100%;
  max-width: 200px;
  height: 185px;
  margin: auto;
  background-color: #f0f0f0;
  border: 2px solid #ddd;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.upload_bank_receipts svg {
  width: 45px;
  height: 45px;
  color: #4a4a4a;
  background-color: lightgrey;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.upload_bank_receipts p {
  margin-bottom: 0px;
}

#bank_transfer_modal.up_rec_active .hide_alert_info_bank_trans,
#bank_transfer_modal.up_rec_active .dt_bank_trans_upl_rec {
  display: none;
}

#bank_transfer_modal.up_rec_active .upload_bank_receipts {
  display: block;
}

#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts svg,
#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts p {
  display: none;
}

#bank_transfer_modal.up_rec_img_ready .upload_bank_receipts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bank_transfer_modal_2.up_rec_active .hide_alert_info_bank_trans,
#bank_transfer_modal_2.up_rec_active .dt_bank_trans_upl_rec {
  display: none;
}

#bank_transfer_modal_2.up_rec_active .upload_bank_receipts {
  display: block;
}

#bank_transfer_modal_2.up_rec_img_ready .upload_bank_receipts svg,
#bank_transfer_modal_2.up_rec_img_ready .upload_bank_receipts p {
  display: none;
}

#bank_transfer_modal_2.up_rec_img_ready .upload_bank_receipts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Pay Box*/
.payment_box .payment_method {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.payment_box .btn {
  background-color: transparent;
  color: #444;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding: 20px 16px;
  font-weight: 500;
  box-shadow: none;
  flex: 1 1 auto;
  margin: 10px;
  font-family: "Roboto", sans-serif;
}

.payment_box .btn:hover {
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px,
    rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}

.payment_box .btn svg,
.payment_box .btn img {
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}

.twocheckout_modal {
  padding-top: 20px;
}

.twocheckout_modal .sun_input {
  margin-bottom: 15px;
}

.twocheckout_modal .sun_input input,
.twocheckout_modal .sun_input select {
  border: 1px solid #e8e8e8;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  height: 38px;
  line-height: 14px;
  transition: all 0.2s ease-in-out;
}

.twocheckout_modal .sun_input input:focus,
.twocheckout_modal .sun_input select:focus {
  border-color: #03a9f4;
}

.two_check_card {
  margin: 20px auto 0;
  max-width: 310px;
  background-color: #019aca;
  padding: 20px 10px 10px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.two_check_card > svg {
  color: white;
  margin: 0 15px 20px;
  display: block;
  width: 35px;
  height: 35px;
}

.two_check_card .sun_input input::placeholder {
  color: var(--mo-white);
  opacity: 0.7;
}

.two_check_card .sun_input input,
.two_check_card .sun_input select {
  border: 0;
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: white;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  height: 40px;
}

.two_check_card .sun_input select option {
  color: #222;
  background: white;
}

/*Monetization Switch*/
.sett_mon_switch .toggle.ios,
.sett_mon_switch .toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}

.sett_mon_switch .toggle.ios .toggle-handle {
  border-radius: 20px;
}

.sett_mon_switch .toggle-group .btn {
  padding-top: 0;
  padding-bottom: 0;
}

/*Unblock Users*/
.set_unbl_usrs {
  padding: 20px 10px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  text-align: center;
  margin-bottom: 30px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.set_unbl_usrs .avatar {
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin: auto;
}

.set_unbl_usrs .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.set_unbl_usrs .user-name {
  margin-top: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}

.set_unbl_usrs .user-name a {
  font-size: 16px;
  text-decoration: none;
}

.set_unbl_usrs button {
  box-shadow: none;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 2em;
  border: 0;
}

.set_unbl_usrs button svg {
  display: none;
}

/*Sessions*/
.as_list {
  padding: 15px;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
}

.platform_icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4e4e4;
  border-radius: 50%;
  margin: 5px auto !important;
  float: none !important;
}

.platform_icon svg {
  width: 24px;
  height: 24px;
}

.as_list hr {
  margin-left: -15px;
  margin-right: -15px;
}

.session_info {
  display: block;
  font-family: "Roboto", sans-serif;
}

.session_info h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

.session_info p {
  margin-bottom: 8px;
  line-height: 1;
}

.sett_sess_info span {
  display: block;
  margin-bottom: 2px;
}

.sett_sess_info span svg {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  vertical-align: middle;
  opacity: 0.8;
}

.log_out_session {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  margin: 10px 0 0;
  border: 0;
  color: #d9534f;
  background-color: rgba(217, 83, 79, 0.2);
}

.log_out_session svg {
  width: 17px;
  height: 17px;
}

/*Language Selector*/
.lang_select_modal {
  text-align: inherit;
}

.lang_select_modal.matdialog .modal-content {
  padding: 0;
}

.lang_select_modal.matdialog .modal-body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}

.lang_select_modal .row {
  display: flex;
  flex-wrap: wrap;
}

.lang_select_modal .row .col-md-4,
.lang_select_modal .row .col-md-8 {
  float: none;
}

.language_info {
  height: 100%;
  position: relative;
  padding: 30px;
  background: linear-gradient(135deg, #16b3bc, #58c2d0);
  overflow: hidden;
  min-height: 200px;
  width: 100%;
}

.language_info h3 {
  margin: 0 0 20px;
  color: var(--mo-white);
}

.language_info img {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  margin-bottom: -21px;
}

.lang_select_modal ul {
  padding: 20px 20px 20px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background: transparent !important;
}

.lang_select_modal .language_select {
  flex: 1 1 160px;
  background: transparent !important;
  margin: 10px;
}

.lang_select_modal .language_select a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 39px;
  padding: 0 15px;
  transition: background-color 0.1s;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 7px;
}

.lang_select_modal .language_select:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

/*Monetization Form*/
.monetization-request-form .upload-files {
  width: 100%;
  overflow: hidden;
  padding: 15px;
}

.monetization-request-form .upload-files .image-renderer {
  width: 100%;
  overflow: hidden;
  border: 2px dashed #ccc;
  height: 160px;
  cursor: pointer;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.monetization-request-form .upload-files .image-renderer div {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: table;
}

.monetization-request-form .upload-files .image-renderer div span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.monetization-request-form .upload-files .image-renderer img {
  min-height: 100%;
  width: 100%;
}

.monetization-request-form .upload-files .image-renderer span svg.feather {
  width: 40px;
  height: 40px;
  color: #ccc;
  margin: 0;
}

.monetization-request-form .upload-files h4 {
  width: 100%;
  overflow: hidden;
  color: var(---black-color-small);
  font-weight: 500;
  margin: 45px 10px 15px;
  padding: 0;
}

.monetization-request-form .upload-files button {
  padding: 7px 15px;
  height: auto !important;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  margin: 0 10px;
}

/*Copyright Report*/
.ek_rep_copy_vid .report-message-label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.ek_rep_copy_vid .swal2-content textarea {
  border: 2px solid #e3e4e8;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding-left: 15px;
  transition: all 0.1s ease-in-out;
  box-shadow: none;
  resize: none;
  margin: 13px 0;
}

.ek_rep_copy_vid .swal2-content textarea:focus {
  border-color: #b3b3b3;
}

.ek_rep_copy_vid .custom-control {
  font-size: 14px;
  color: #717171;
  margin: 20px;
}

/*Rent Vids*/
.rent_vids {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.rent_vids .avatar a {
  display: block;
  min-width: 230px;
  width: 230px;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.rent_vids .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.rent_vids_side {
  padding-left: 15px;
  width: 100%;
}

.rent_vids_side h3 {
  margin: 0;
  font-size: 19px;
}

.rent_vids_side h3 a {
  color: #3e3e3e;
  text-decoration: none;
}

.rent_vids_side p {
  font-size: 13px;
  margin: 4px 0 25px;
}

.rent_vids_side p a {
  color: #3e3e3e;
  text-decoration: none;
}

.rent_vids_foot {
  margin-top: 25px;
  display: flex;
  width: 100%;
}

.rent_vids_foot .rent_vid_info_name {
  position: relative;
  padding-left: 32px;
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
}

.rent_vids_foot .rent_vid_info_name svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rent_vids_foot .rent_vid_title {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 0.7;
  font-weight: 500;
  letter-spacing: 1px;
}

.rent_vids_foot .rent_vid_desc {
  display: block;
}

/*Plsylist Subscribe*/
.ek_plist_hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ek_plist_hdr .next-video {
  max-width: calc(100% - 120px);
}

.ek_plist_hdr h4 {
  margin: 0;
  color: #f4f4f4;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.ek_plist_hdr .checkbox {
  margin: 0 5px;
}

.plist-btn-subscribe,
.plist-btn-subscribed {
  border: 0;
  box-shadow: none;
  padding: 8px;
  border-radius: 50%;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 3px 0;
  outline: none;
}

.plist-btn-subscribe svg,
.plist-btn-subscribed svg {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.plist-btn-subscribed {
  background-color: #4caf50;
}

/*Create Activity Post*/
.create-post-form {
  margin-bottom: 50px;
}

.create-post-form > svg {
  margin: 0 auto 30px;
  display: block;
  width: 70px;
  height: 70px;
}

.create-post-form .form-group textarea {
  height: 204px !important;
}

.create-post-form .upload-product-image {
  width: 100%;
  height: 200px;
  background: rgb(0 0 0 / 5%);
  margin: 0;
}

.create-post-form .upload-image-content {
  height: 200px;
}

.create-post-form .upload-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.create-post-form .upload-product-image svg {
  width: 40px;
  height: 40px;
}

.create-post-form .last-sett-btn {
  margin: 30px 0;
  text-align: center;
}

.create-post-form .last-sett-btn .btn {
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 2em;
  font-size: 15px;
  letter-spacing: 0.4px;
  min-width: 150px !important;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px,
    rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}

/*Channel Activity*/
.ek_actv_prnt {
  margin: auto;
  width: 100%;
  max-width: 500px;
}

.ek_actv_prnt .article-wrapper {
  padding: 0 30px;
}

.ek_actv_prnt .article-wrapper:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.ek_actv_hdr {
  display: flex;
  margin: 30px -6px 12px;
}

.ek_actv_hdr > div {
  margin: 0 6px;
}

.ek_actv_hdr .avatar {
  width: 42px;
  min-width: 42px;
  height: 42px;
}

.ek_actv_hdr .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.ek_actv_hdr h4 {
  margin: 4px 0 0;
  font-size: 15px;
}

.ek_actv_hdr h4 a {
  text-decoration: none;
  color: #252525;
}

.ek_actv_hdr time {
  opacity: 0.7;
  font-size: 13px;
  margin-top: 3px;
  display: block;
}

.ek_actv_thmb {
  position: relative;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  overflow: hidden;
}

.ek_actv_thmb .avatar {
  position: relative;
  height: 0;
  padding-bottom: 125%;
  width: 100%;
  display: block;
}

.ek_actv_thmb .avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.ek_actv_thmb .dropdown {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}

.ek_actv_thmb .dropdown .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 1;
  padding: 6px;
  display: block;
  border-radius: 50%;
}

.ek_actv_thmb .dropdown .dropdown-toggle svg {
  vertical-align: middle;
}

.ek_act_likds {
  margin: 10px -3px 0;
}

.ek_act_likds > span {
  margin: 0 3px;
  cursor: pointer;
  background: rgb(0 0 0 / 7%);
  display: inline-block;
  padding: 0 16px;
  line-height: 30px;
  border-radius: 2em;
  font-weight: 500;
  font-size: 13px;
}

.ek_act_likds > span svg {
  margin: -1px 0 0;
  width: 20px;
  height: 20px;
}

.ek_act_likds > span svg.feather-thumbs-up.active {
  color: #4caf50;
}

.ek_act_likds > span svg.feather-thumbs-down.active {
  color: #f44336;
}

.ek_act_likds > span svg.feather-thumbs-up.active path:not(.active_path),
.ek_act_likds > span svg.feather-thumbs-down.active path:not(.active_path),
.ek_act_likds > span svg.feather-thumbs-up:not(.active) .active_path,
.ek_act_likds > span svg.feather-thumbs-down:not(.active) .active_path {
  display: none;
}

.ek_vew_actv_pst {
  margin: auto;
  width: 100%;
  max-width: 550px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.ek_vew_actv_pst .ek_actv_hdr {
  margin: 0px 3px 12px;
  padding-top: 12px;
}

.ek_vew_actv_pst > p {
  padding: 0 12px;
}

.ek_vew_actv_pst .ek_actv_thmb {
  border-radius: 0px;
}

.ek_vew_actv_pst .ek_act_likds {
  margin: 0;
  padding: 15px 5px;
}

.ek_vew_actv_pst .comments-content {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
}

.ek_vew_actv_pst .comments_header {
  font-weight: 500;
  padding-bottom: 8px;
}

.ek_vew_actv_pst .ek_blogcomm_combo img,
.ek_vew_actv_pst .user-comments .main-comment .user-avatar img {
  width: 40px;
  height: 40px;
  border: 0;
}

/*.ek_vew_actv_pst .ek_blogcomm_combo textarea {border-radius: 2em;padding: 9px 11px 7px;height: 40px;resize: none;background-color: rgba(0, 0, 0, 0.02); overflow:  hidden;}
.ek_vew_actv_pst .ek_blogcomm_combo button {width: 40px;height: 40px;padding: 0 10px;}*/
.ek_vew_actv_pst .user-comments .main-comment .user-avatar {
  width: 40px;
  height: 40px;
}

/*Cloudinary Player*/
.cld-video-player-my-video .vjs-play-progress {
  background: var(---primary-color) !important;
}

.cld-video-player-my-video
  .vjs-volume-panel-horizontal
  .vjs-volume-level:before {
  border-color: transparent transparent var(---primary-color) transparent !important;
}

.cld-video-player-my-video .vjs-slider {
  background-color: rgb(255 255 255 / 30%) !important;
}

.video-js .vjs-volume-panel-horizontal .vjs-volume-bar {
  background-color: transparent !important;
}

.cld-video-player-my-video .vjs-volume-panel-horizontal .vjs-control:before {
  border-color: transparent transparent rgb(255 255 255 / 0.2) transparent !important;
}

.cld-video-player-my-video .vjs-load-progress,
.cld-video-player-my-video .vjs-load-progress div {
  background: rgb(179 179 179 / 20%) !important;
}

/*Live*/
#remote-media,
.video-con {
  position: relative;
}

#remote-media h3,
.end_video_text {
  text-align: center;
  color: var(--mo-white);
  font-size: 25px;
  margin: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.video-con {
  background: var(---black-color);
  height: calc(100vh - 56px);
}

.wow_go_live_cont > .containerr {
  background: var(---black-color);
  height: 100%;
  color: white;
}

.wow_go_live_cont > .containerr > div {
  height: 100%;
}

.wow_go_live_cont .empty_state {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 56px);
}

.wow_go_live_cont .empty_state svg {
  display: block;
  margin: 0 auto 15px;
  width: 60px;
  height: 60px;
  color: var(--mo-white);
  background-color: #4a4a4a;
  border-radius: 50%;
  padding: 14px;
}

.wow_liv_counter {
  z-index: 2;
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #f44336;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  min-width: 60px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 500;
  color: var(--mo-white);
  text-align: center;
  padding: 0 10px;
}

.end_vdo_call,
.start_vdo_call {
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  line-height: 38px;
  min-width: 150px;
}

.end_vdo_call svg,
.start_vdo_call svg {
  width: 18px;
  height: 18px;
  margin: -1px 0 0;
  vertical-align: middle;
}

#main_live_video {
  height: 100%;
  width: 100%;
}

.live_mic_cam_switch {
  position: absolute;
  right: 15px;
  top: 65px;
  height: auto !important;
}

.mic_drop,
.cam_drop,
.chat_drop {
  display: inline-block;
}

.mic_drop > .btn,
.cam_drop > .btn,
.chat_drop > .btn {
  background-color: rgb(255 255 255 / 20%);
  border: 0;
  padding: 7px;
  line-height: 1;
  color: white;
}

.mic_drop .dropdown-menu div,
.cam_drop .dropdown-menu div,
.chat_drop .dropdown-menu div {
  padding: 5px 12px;
  color: #1a1a1a;
}

.wow_liv_comments_feed {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  padding: 120px 15px 10px;
}

.wow_liv_comments_feed .main-comment .user-name a {
  color: white;
}

.wow_liv_comments_feed .main-comment .user-comment {
  color: #dcdcdc;
}

.end_video_text {
  z-index: 9;
}

.wow_go_live_cont > .containerr > .ek_live_controls {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
}

.ek_live_controls .end_vdo_call,
.ek_live_controls .start_vdo_call,
.ek_live_controls .wow_liv_counter,
.ek_live_controls .live_mic_cam_switch {
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 7px;
}

.ek_live_controls .end_vdo_call,
.ek_live_controls .start_vdo_call {
  line-height: 36px;
  min-width: 130px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.ek_live_controls input.start_vdo_call {
  background: rgb(255 255 255 / 20%);
  border: 0;
  font-weight: 600;
  color: var(--mo-white);
  padding: 0 13px;
  font-size: 20px;
}

.ek_live_controls .wow_liv_counter {
  line-height: 36px;
  min-width: 100px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  font-size: 14px;
}

.ek_live_controls .mic_drop > .btn,
.ek_live_controls .cam_drop > .btn,
.ek_live_controls .chat_drop > .btn {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  margin: 0 5px;
  padding: 7.7px;
}

.ek_live_controls .mic_drop > .btn svg,
.ek_live_controls .cam_drop > .btn svg,
.ek_live_controls .chat_drop > .btn svg {
  width: 20px;
  height: 20px;
}

/*Sticky Player*/
/* .sticky-container_sticky .sticky-container__video {
  height: 247.5px;
  width: 440px;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9;
} */
.mejs__background,
.mejs__mediaelement {
  position: inherit !important;
}

.sticky-container_sticky .sticky-container__video .mejs__video {
  height: 100% !important;
  width: 100% !important;
}

.sticky-container_sticky .sticky-container__video .mejs__video video {
  height: 100% !important;
  width: 100% !important;
}

.sticky-container_in-content
  .sticky-container__video
  .sticky-container__object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sticky-container_sticky .wow_liv_comments_feed {
  display: none;
}

/*Home Articles*/
.ek_homep_articls {
  padding: 0px;
  box-shadow: none;
  margin: 0;
  background: transparent !important;
}

.ek_homep_articls > .row {
  margin-right: -10px;
  margin-left: -10px;
}

.ek_homep_articls > .row .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.ek_homep_articls .ek_article_h_list {
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

/*Stock Videos*/
.ek_stock_vid_setts {
  background-color: var(--mo-white);
  margin: 0 0 30px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  position: relative;
  overflow: hidden;
}

.ek_stock_vid_setts > svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250%;
  opacity: 0.3;
}

.ek_stock_vid_setts .ek_forms .form-group input[type="text"],
.ek_stock_vid_setts .ek_forms .form-group select,
.ek_stock_vid_setts .ek_forms .form-group input[type="number"] {
  border-color: #eaeaea !important;
  background-color: var(--mo-white) !important;
}

.ek_stock_vid_setts .ek_forms .form-group .input-group svg {
  color: rgb(0 0 0 / 40%);
  background: rgb(0 0 0 / 4%);
  border-color: #eaeaea;
}

.ek_stock_vid_setts .ek_forms .form-group .input-group-btn {
  padding-left: 18px;
}

.ek_num_toggle {
  display: flex;
  align-items: center;
}

.ek_num_toggle .value-button {
  padding: 0 10px;
  border: 2px solid #eaeaea;
  height: 40px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  color: #aaaaaa;
  user-select: none;
  background: var(--mo-white);
}

.ek_num_toggle input {
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  text-align: center;
}

.ek_num_toggle input[type="number"]::-webkit-inner-spin-button,
.ek_num_toggle input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ek_num_toggle .value-button.minus {
  border-radius: 10px 0 0 10px;
}

.ek_num_toggle .value-button.add {
  border-radius: 0 10px 10px 0;
}

.video-player .icons {
  top: 40px;
}

/*Movie Trailer*/
.movie-file-input {
  display: block;
  padding: 15px;
  width: 100%;
  position: relative;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  border: 2px solid #e3e4e8;
}

.movie-file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.movie-file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  margin-right: 8px;
}

.movie-file-input:hover > .button {
  background: var(---primary-color);
  color: white;
}

.movie-file-input > .mlabel {
  white-space: nowrap;
  opacity: 0.6;
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.ek_mve_btn {
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  color: #4caf50 !important;
  background-color: rgb(76 175 80 / 25%);
  padding: 4px 8px;
  margin-bottom: 8px;
}

.ek_mve_btn:hover,
.ek_mve_btn:focus {
  color: var(--mo-white) !important;
}

.ek_mve_btn svg {
  width: 16px;
  height: 16px;
  margin: -2px 0 0;
}

.watch-movie-trailer-modal {
  padding: 0;
}

.embed-responsive-movie {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-movie::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive-movie > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-movie > div .mejs__container,
.embed-responsive-movie > div .mejs__container video {
  width: 100% !important;
  height: 100% !important;
  max-height: 100%;
}

/*Video Cards*/
.ek_vid_card_prvw {
  --surface2: #e5e5e5;
  --surface3: #c3c3c3;
  --fixed-bg-gradient: linear-gradient(to right, #4caf50, #0094d7);
  background: rgb(0 0 0 / 8%);
  padding: 0 0 20px;
}

.ek_vid_card_prvw .responsive {
  position: relative;
  background: var(---black-color);
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.ek_vid_card_prvw .responsive .wait {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.ek_vid_card_prvw .responsive .wait svg {
  color: var(--mo-white);
  width: 50px;
  height: 50px;
}

.ek_vid_card_prvw .responsive canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.ek_vid_card_prvw input[type="range"] {
  --track-height: 3px;
  --thumb-size: 16px;
  --thumb-offset: -6.5px;
  --thumb-highlight-size: 0px;
  --thumb-highlight-color: rgb(0 0 0 / 0.1);
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  padding: 0 12px;
}

.ek_vid_card_prvw input[type="range"]:hover,
.ek_vid_card_prvw input[type="range"]:active {
  --thumb-highlight-size: 5px;
}

.ek_vid_card_prvw input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  height: var(--track-height);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  background: linear-gradient(
      to right,
      transparent var(--track-fill, 0%),
      var(--surface3) 0%
    ),
    var(--fixed-bg-gradient) fixed;
}

.ek_vid_card_prvw input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  appearance: none;
  height: var(--track-height);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  background: linear-gradient(
      to right,
      transparent var(--track-fill, 0%),
      var(--surface3) 0%
    ),
    var(--fixed-bg-gradient) fixed;
}

.ek_vid_card_prvw input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 3px solid var(--surface2);
  height: var(--thumb-size);
  width: var(--thumb-size);
  margin-top: var(--thumb-offset);
  border-radius: 50%;
  background: var(--fixed-bg-gradient) fixed;
  box-shadow: 0 0 0 var(--thumb-highlight-size) var(--thumb-highlight-color);
  -webkit-transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
}

.ek_vid_card_prvw input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 3px solid var(--surface2);
  height: var(--thumb-size);
  width: var(--thumb-size);
  margin-top: var(--thumb-offset);
  border-radius: 50%;
  background: var(--fixed-bg-gradient) fixed;
  box-shadow: 0 0 0 var(--thumb-highlight-size) var(--thumb-highlight-color);
  -moz-transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
}

.ek_vid_card_form .form-group label.col-md-12 {
  width: auto;
  background: var(--mo-white);
  margin: 10px 25px -12px;
  z-index: 1;
  padding: 0 5px;
}

.ek_vid_card_form .form-group select,
.ek_vid_card_form .form-group input[type="text"] {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding-top: 15px;
  height: 52px !important;
  width: 100%;
}

.ek_vid_card_form .form-group svg {
  vertical-align: middle;
  border-radius: 50%;
  background: #4caf50;
  color: var(--mo-white);
  padding: 4px;
  width: 21px;
  height: 21px;
  margin: -1px 0 0;
}

/*My Info*/
.select_radio_btn label {
  width: 100%;
  margin: 15px 0 0;
}

.select_radio_btn label > input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.select_radio_btn .sr_btn_lab_innr {
  width: 100%;
  box-shadow: 0 0 0 1px #e6e6e6;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: block;
  padding: 15px;
}

.select_radio_btn.small_rbtn .sr_btn_img {
  margin: 0 10px 0 0;
  transition: all 0.2s;
  display: inline-block;
  background-color: var(---gray-medium);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  opacity: 0.7;
  padding: 9px 0;
  text-align: center;
}

.select_radio_btn.small_rbtn .sr_btn_img svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.select_radio_btn .sr_btn_lab_innr > span {
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.select_radio_btn .sr_btn_lab_innr:hover {
  box-shadow: 0px 0px 0px 2px rgba(0, 102, 255, 0.5);
}

.select_radio_btn label > input:checked ~ .sr_btn_lab_innr {
  box-shadow: 0px 0px 0px 1px rgb(0 102 255 / 50%);
  color: var(---primary-color);
  background: rgb(0 0 0 / 3%);
}

.select_radio_btn label > input:checked ~ .sr_btn_lab_innr .sr_btn_img {
  opacity: 1;
  background-color: var(--mo-white);
  box-shadow: 0px 0px 0px 1px rgb(0 102 255 / 50%);
}

.ready_to_down_info {
  display: none;
  text-align: center;
  margin: 40px 0;
}

.ready_to_down_info svg {
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  vertical-align: middle;
}

.ready_to_down_info p {
  font-weight: 500;
  margin-bottom: 35px;
  font-size: 17px;
}

/*Login Page*/
.ek_auth_box {
  background: rgb(0 0 0 / 50%);
  backdrop-filter: blur(15px);
}

.ek_auth_box .modal-dialog {
  width: 100%;
  max-width: 600px;
}

.login_page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 96px);
  position: relative;
  margin-bottom: 20px;
}

.login_page:before,
.login_page:after {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  content: "";
  display: block;
  height: 24px;
}

.login-page {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  padding-top: 0;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  background: var(--mo-white);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding: 40px 60px 60px;
}

.login-page h4 {
  font-size: 26px;
  margin: 0 0 25px;
}

.login-page .errors {
  width: 100%;
  padding: 10px;
  margin: -20px auto 20px;
  color: #e62117;
}

.login-page .errors:empty {
  padding: 0;
  margin: 0;
}

.login-page .errors.success {
  color: var(---primary-color) !important;
}

.login-page .pp_mat_input {
  margin-bottom: 15px;
}

.login-page .pp_mat_input input,
.login-page .pp_mat_input select {
  background: #ececec !important;
  border-color: #ececec;
  padding: 10px;
}

.login-page .login-icons {
  padding-top: 20px;
}

.login-page .login-icons:empty {
  padding: 0;
}

.login-page .login-icons div {
  text-align: center;
  display: inline-block;
  margin: 3px;
}

.login-page .login-icons svg {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  color: var(--mo-white);
  padding: 5px;
  width: 29px;
  height: 29px;
}

.login-page .login-icons .google-icon a {
  color: #c23321;
}

.login-page .login-icons .twitter-icon a {
  color: #2795e9;
}

.login-page .recaptcha {
  text-align: center;
  margin: 0 auto;
}

.login-page .forgot_password {
  text-align: right;
}

.login-page .forgot_password a {
  text-decoration: none;
}

.login-page .login_signup_combo {
  margin: 35px 0px 15px;
}

.login-page .login_signup_combo .btn {
  line-height: 36px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  letter-spacing: 0.25px;
  width: 100%;
  font-size: 16px;
  transition: all 0.2s ease;
}

.login-page .login_signup_combo .btn:hover {
  box-shadow: 0 4px 6px rgb(0 0 0 / 15%);
}

.login-page .signup__ a {
  font-weight: 500;
  text-decoration: none;
  color: #222;
  padding: 0 5px;
}

.login_page .terms label {
  font-size: 12px;
  cursor: pointer;
}

.login_page .terms label input {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

.login_page .terms label a {
  text-decoration: underline;
}

.login-page .ek_vdo_cstm_radio label:after,
.login-page .ek_vdo_cstm_radio label:before {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

/*Cookie*/
.cc-window {
  position: fixed;
  overflow: hidden;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding: 12px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  width: 100%;
  max-width: 900px;
  justify-content: space-between;
  background-color: white;
}

.cc-window.cc-invisible {
  display: none !important;
}

.cc-btn.cc-dismiss {
  cursor: pointer;
  transition: all 0.15s;
  padding: 0 15px;
  line-height: 34px;
  display: block;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  background: var(---primary-color);
  color: var(--mo-white);
}

/*FAQ*/
.tube_faq .accordion {
  border-bottom: 1px solid #efefef;
  padding: 24px 0;
}

.tube_faq .accordion:last-child {
  border: 0;
}

.tube_faq .accordion-item {
  display: flex;
  text-decoration: none;
  cursor: pointer;
  align-items: flex-start;
}

.tube_faq .accordion-item > .btn {
  display: flex;
  width: 52px;
  height: 52px;
  min-height: 52px;
  min-width: 52px;
  margin-right: 25px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: all 0.2s ease-out;
}

.tube_faq .accordion-item.is-active > .btn {
  transform: rotate(45deg);
  background-color: #222;
  color: var(--mo-white);
}

.tube_faq .accordion-item > .card {
  padding: 13px 20px;
  border-radius: 20px;
  transition: all 0.2s ease-out;
}

.tube_faq .accordion-item.is-active > .card {
  background-color: #f9f9f9;
}

.tube_faq .accordion-item > .card h4 {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
}

.tube_faq .accordion-item .accordion-panel {
  display: none;
}

.tube_faq .accordion-item .accordion-panel p {
  margin-bottom: 0px;
  padding-top: 16px;
  color: rgb(0 0 0 / 70%);
  font-size: 16px;
  line-height: 27px;
}

/*Shorts*/
.shorts_badge {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--mo-white);
  background-color: rgb(0 0 0 / 50%);
  padding: 4px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shorts_badge svg {
  width: 16px;
  height: 16px;
}

.ek_shorts_page {
  position: relative;
}

.ek_shorts_page_title {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 17px;
  margin: 0;
  position: absolute;
  z-index: 9;
  color: var(--mo-white);
  padding: 20px;
  min-width: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.ek_shorts_page_title span {
  font-size: 29px;
}

.ek_shorts_page_title span svg {
  background-color: var(---primary-color);
  color: var(--mo-white);
  width: 42px;
  height: 42px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding: 8px;
  margin-top: -6px;
}

.ek_shorts_page_title .btn {
  border: 0;
  background-color: white;
  color: var(---primary-color) !important;
  font-weight: 500;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  line-height: 36px;
  padding: 0 18px;
  pointer-events: auto;
}

body .ek_shorts_swipe {
  width: 100%;
  height: calc(100vh - 56px);
  height: calc(var(--vh, 1vh) * 100 - 56px);
  /*overflow: visible;*/
  margin-top: -20px;
}

.swiper-wrapper .empty_state {
  height: calc(100vh - 56px);
  height: calc(var(--vh, 1vh) * 100 - 56px);
  margin: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ek_shorts_swipe .swiper-wrapper .user_avatar {
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  /* left: 0; */
  /* z-index: 9; */
  /* color: var(--mo-white); */
  /* background: linear-gradient(rgb(0 0 0 / 50%), transparent); */
  padding: 15px 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  justify-content: space-between;
}

.ek_shorts_swipe .swiper-wrapper .user_avatar img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.ek_shorts_swipe .swiper-wrapper .user_avatar a {
  color: currentColor;
  border: 0;
  padding: 0;
  line-height: 1;
  pointer-events: auto;
}

.shorts_events {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  color: var(--mo-white);
  background: linear-gradient(transparent, rgb(0 0 0 / 50%));
  padding: 50px 15px 10px;
  display: flex;
  align-items: end;
  pointer-events: none;
}

.shorts_events > p {
  pointer-events: auto;
  padding: 0 5px;
  max-height: 120px;
  overflow-y: auto;
  flex: 1 1 auto;
}

.shorts_events > div {
  pointer-events: auto;
  text-align: center;
  padding: 0 5px;
  flex: 0 0 auto;
}

.shorts_events > div svg,
.ek_shorts_swipe .swiper-wrapper .user_avatar a svg {
  background-color: rgb(255 255 255 / 30%);
  border-radius: 50%;
  padding: 6px;
  width: 33px;
  height: 33px;
}

.shorts_events > div p {
  font-size: 13px;
  font-weight: 500;
}

.ek_shorts_swipe .swiper-wrapper .videocontainer {
  max-width: 500px;
  margin: auto;
  position: relative;
}

.ek_shorts_swipe .swiper-wrapper .videocontainer,
.ek_shorts_swipe .swiper-wrapper .video-staand {
  width: 100%;
  height: 100%;
}

.ek_shorts_swipe .swiper-slide > .vid_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ek_shorts_swipe .swiper-slide > .vid_bg img {
  width: 100%;
  height: 100%;
}

.ek_shorts_swipe .swiper-slide > .vid_bg > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
  backdrop-filter: blur(20px);
}

.ek_shorts_swipe .swiper-wrapper video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.ek_shorts_swipe .swiper-wrapper .mejs__mediaelement {
  width: 100% !important;
}

.ek_shorts_swipe .swiper-wrapper .mejs__container {
  width: 100% !important;
  height: 100% !important;
  max-height: 100%;
  background: transparent !important;
}

.ek_shorts_swipe .swiper-wrapper .mejs__poster {
  width: 100% !important;
  height: 100% !important;
}

.ek_shorts_swipe .swiper-wrapper .mejs__layer {
  width: 100% !important;
  height: 100% !important;
}

.ek_shorts_swipe .swiper-wrapper .mejs__controls {
  display: none;
}

body .ek_shorts_swipe .swiper-button-prev,
body .ek_shorts_swipe .swiper-button-next {
  top: auto;
  width: 50px;
  height: 50px;
  margin: 0;
  color: var(--mo-white);
  left: auto;
  right: 50px;
  transform: rotate(90deg);
  background-color: var(---primary-color);
  border-radius: 50%;
}

body .ek_shorts_swipe .swiper-button-prev {
  bottom: 90px;
}

body .ek_shorts_swipe .swiper-button-next {
  bottom: 30px;
}

body .ek_shorts_swipe .swiper-button-next:after,
body .ek_shorts_swipe .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 600;
}

/*Password Strength*/
.helper-text {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
}

.helper-text li {
  background: transparent !important;
}

.helper-text li.valid {
  color: #1aac20;
}

/*Invitation Links*/
.ek_invit_link {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding: 1.5rem;
  margin: 15px 0 30px;
}

.ek_invit_link > div {
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  flex-direction: column-reverse;
}

.ek_invit_link > div svg {
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  margin: 0 0 10px;
  color: var(--mo-white);
  border-radius: 50%;
  padding: 7px;
}

.ek_invit_link span {
  font-size: 38px;
  line-height: 1;
  display: block;
  margin-top: 20px;
}

.ek_invit_link.green {
  background-color: rgb(16 196 66 / 8%);
}

.ek_invit_link.blue {
  background-color: rgb(34 190 255 / 8%);
}

.ek_invit_link.red {
  background-color: rgb(255 100 55 / 8%);
}

.ek_invit_link.green > div svg {
  background-color: #10c442;
}

.ek_invit_link.blue > div svg {
  background-color: #22beff;
}

.ek_invit_link.red > div svg {
  background-color: #ff6437;
}

.user-setting-panel .ek_invit_link_btn {
  height: 42px !important;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 500;
  border-radius: 2em;
  min-width: 150px !important;
}

/*Wallet*/
.ek_invit_link.wallet > div svg {
  background: transparent;
  border-radius: 0;
  padding: 0;
  width: 42px;
  height: 42px;
}

.ek_invit_link.wallet .btn {
  border: 0;
  height: 42px !important;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 500;
  border-radius: 2em;
  min-width: 150px !important;
  margin-top: 1.5rem;
}

.wallet_empty_state {
  text-align: center;
  margin: 30px 0 40px;
  font-size: 16px;
}

.wallet_empty_state svg {
  display: block;
  margin: 0 auto 10px;
  width: 60px;
  height: auto;
}

.wallet_empty_state .btn {
  margin: 30px auto 0;
  box-shadow: none;
  border: 0;
  height: 42px !important;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 500;
  border-radius: 2em;
  min-width: 150px !important;
  margin-top: 1.5rem;
  line-height: 42px;
}

/*Crop Video*/
.ek_crop_shrt_vid {
  background: transparent !important;
  padding: 3px;
}

.ek_crop_shrt_vid .responsive {
  visibility: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.ek_crop_shrt_vid .ek_crop_shrt_vid_place {
  position: relative;
  background: var(---black-color);
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  margin-bottom: 16px;
}

.ek_crop_shrt_vid .ek_crop_shrt_vid_place .video-controls {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(transparent, rgb(0 0 0 / 60%));
  display: flex;
  align-items: center;
  padding: 15px;
}

.ek_crop_shrt_vid .ek_crop_shrt_vid_place .video-controls button {
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--mo-white);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.ek_crop_shrt_vid .ek_crop_shrt_vid_place video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.ek_crop_shrt_vid .ui-slider {
  border: 0 !important;
  background: rgb(0 0 0 / 15%);
  border-radius: 2em;
  height: 4px;
  margin-bottom: 8px;
}

.ek_crop_shrt_vid .ui-slider .ui-slider-range {
  background-color: #00bcd4;
}

.ek_crop_shrt_vid .ui-slider .ui-slider-handle {
  border: 0;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(---primary-color);
  top: -6px;
}

/*Wallet Modal*/
.swal2-modal .swal2-buttonswrapper {
  margin: 15px 5px 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.swal2-modal button.btn.ek_wallet_btn {
  border-radius: 2em !important;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  margin-top: 10px;
  border: 0;
}

.ek_wallet_forms div label {
  display: block;
  margin: -7px 5px 0;
}

.ek_wallet_forms div label span {
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  display: block;
  text-transform: capitalize;
  text-align: initial;
}

.ek_wallet_forms div small {
  display: block;
  margin: 0px 5px 5px;
  font-size: 16px;
  text-align: initial;
}

.ek_wallet_forms input {
  font-size: 70px;
  margin: 0;
  border: 0;
  padding: 0;
  height: 75px;
  background: transparent !important;
}

/*Points*/
.ek_points_hdr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  background: rgb(255 193 7 / 10%);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  border: 1px solid rgb(255 193 7 / 30%);
  margin: 10px 0 20px;
  position: relative;
}

.ek_points_hdr > svg {
  width: 80px;
  height: auto;
  position: absolute;
}

.ek_points_hdr h4 {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
}

.ek_points_hdr h4 svg {
  opacity: 0;
  visibility: hidden;
  width: 90px;
  height: 80px;
}

.ek_points_hdr div {
  text-align: center;
  color: #ff9800;
  font-weight: 600;
  font-size: 32px;
}

.ek_points_hdr div p {
  color: initial;
  font-weight: normal;
  font-size: 17px;
  opacity: 0.6;
}

.ep_how_many {
  padding: 30px 15px;
  position: relative;
  z-index: 1;
  margin: 10px 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  text-align: center;
}

.ep_how_many svg {
  display: block;
  background-color: #607d8b;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  padding: 12px;
  color: white;
  margin: 0 auto 17px;
}

.ep_how_many b {
  margin: 0;
  display: block;
}

/*Avatar and Cover*/
.wow_cset_cover,
.wow_cset_avtr {
  position: relative;
}

.wow_cset_cover .wow_cset_cover_hdr .btn-file {
  display: flex;
  justify-content: center;
  box-shadow: none;
  background-color: #f3f3f3;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  height: 210px;
  overflow: hidden;
  padding: 0;
  align-items: center;
  position: relative;
}

.wow_cset_cover .wow_cset_cover_hdr .btn-file img,
.wow_cset_avtr .wow_cset_avtr_hdr .btn-file img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.wow_cset_cover .wow_cset_cover_hdr .btn-file svg,
.wow_cset_avtr .wow_cset_avtr_hdr .btn-file svg {
  margin: 0;
  width: 30px;
  height: 30px;
}

.wow_cset_cover .avatar-read {
  position: absolute;
  top: 10px;
  left: 10px;
}

.wow_cset_cover .avatar-read p {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  height: 34px;
  padding: 6px 12px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.wow_cset_cover .avatar-read p:empty {
  padding: 0;
}

.wow_cset_avtr .wow_cset_avtr_hdr {
  display: flex;
  word-break: break-all;
}

.wow_cset_avtr .wow_cset_avtr_hdr .btn-file {
  display: flex;
  justify-content: center;
  box-shadow: none;
  background-color: #f3f3f3;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 5px solid var(--mo-white);
  overflow: hidden;
  margin: -40px 30px 20px;
  padding: 0;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
}

.wow_cset_avtr .wow_cset_avtr_hdr b {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0px;
}

/*Balance*/
.ek_balance_row {
  margin: 0;
}

.ek_balance_row > .col-md-6 {
  padding: 0;
}

.ek_forms_large_btns .ek_forms .setting-panel-mdbtn.btn-default {
  line-height: 40px;
}

.ek_avbl_bal span {
  vertical-align: top;
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
}

.ek_avbl_bal b {
  font-size: 80px;
  margin: 0;
  font-weight: 400;
}

/*Monetization*/
.ek_monetize_sett {
  background-color: rgb(109 165 46 / 15%);
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  border: 1px solid rgb(109 165 46 / 20%);
  padding: 25px;
  margin-bottom: 25px;
}

.ek_monetize_sett h4 {
  margin: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  color: #6da52e;
  width: 100%;
  max-width: 350px;
}

.ek_monetize_sett img {
  width: 100%;
  max-height: 160px;
  opacity: 0.8;
}

.ek_mon_switch {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.ek_mon_switch label {
  margin: 0;
  font-weight: bold;
}

.ek_mon_switch .toggle.btn {
  min-height: auto;
  min-width: auto;
  height: 29px !important;
  width: 60px !important;
  padding: 0;
  border-radius: 2em;
  border: 0;
  background: transparent;
}

.ek_mon_switch .toggle .toggle-on,
.ek_mon_switch .toggle .toggle-off {
  font-size: 0;
}

.ek_mon_switch .toggle .toggle-handle {
  border: 0;
  border-radius: 50%;
  background: white;
  padding: 0;
  width: 24px;
  height: 24px;
  margin: 2px 30px 2px 0;
  box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
}

.ek_mon_switch .toggle.btn.off .toggle-handle {
  margin: 2px 0px 2px 30px;
}

/*Add to Playlist*/
.ek_add_to_list_vid .swal2-buttonswrapper {
  overflow: hidden;
  padding-bottom: 2px;
  border: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

.ek_add_to_list_vid .swal2-buttonswrapper button {
  float: right;
  margin-top: 10px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px !important;
  padding: 7px 15px !important;
  font-weight: 600;
  font-size: 14px !important;
}

/*Go Pro*/
.ek_go_pro {
  margin: 40px 0;
}

.ek_go_pro .go-pro-head {
  background: linear-gradient(rgb(4 171 242 / 30%), transparent);
  padding: 50px 25px 200px;
  border-radius: 15px 15px 0 0;
  position: relative;
}

.ek_go_pro .go-pro-head > div .logo {
  max-width: 125px;
}

.ek_go_pro .go-pro-head > div span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  background-color: #ff9800;
  color: var(--mo-white);
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  font-style: italic;
}

.ek_go_pro .go-pro-head > h4 {
  margin: 20px 0 0;
  font-size: 33px;
  color: #0095d2;
}

.ek_go_pro .go-pro-head > .icon {
  position: absolute;
  width: 200px;
  right: 10px;
  top: 80px;
  z-index: -1;
}

.ek_go_pro .go-pro-body {
  position: relative;
  margin: -130px 0 0;
  padding: 0px 25px;
}

.ek_go_pro .go-pro-packages {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ek_go_pro .go-pro-packages .go-pro-pkg {
  padding: 40px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='900' viewBox='0 0 1440 900' fill='none'%3e%3cpath d='M232 2C211.667 91.1667 204.5 277.5 338.5 309.5C506 349.5 732 669 954 468C1176 267 1770 790.5 1465.5 943' stroke='rgb(0 0 0 / 7%25)'/%3e%3cpath d='M0 189C8.83333 294.667 79.2 503.8 290 495C553.5 484 702 594.5 747 698C792 801.5 830 1103 1066.5 1013' stroke='rgb(0 0 0 / 7%25)'/%3e%3cpath d='M-27 626C45.3333 707.167 237.5 876.7 427.5 905.5' stroke='rgb(0 0 0 / 7%25)'/%3e%3cpath d='M829 -20C849.333 8.16667 922.5 66.2 1052.5 73C1215 81.5 1323.87 87.8301 1366.5 106.5C1443 140 1476.5 192.5 1506 292' stroke='rgb(0 0 0 / 7%25)'/%3e%3c/svg%3e");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ek_go_pro .go-pro-packages .go-pro-pkg > div {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 3fr 1fr;
  grid-template-columns: 1fr 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ek_go_pro .go-pro-pkg-features {
  padding-right: 32px;
  padding-left: 32px;
  border-right: 1.5px solid #e9e9e9;
  border-left: 1.5px solid #e9e9e9;
  height: 100%;
  display: flex;
  align-items: center;
}

.ek_go_pro .go-pro-features-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  width: 100%;
}

.ek_go_pro .go-pro-features-list p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

.ek_go_pro .right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ek_go_pro .right-block .package-price {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.ek_go_pro .right-block .btn {
  padding: 0 40px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  font-size: 16px;
  line-height: 44px;
  font-weight: 600;
  border: 0;
}

/*Short List*/
.cus_story_slider .slick-list {
  padding-top: 8px;
}

.home-page-categories .videos .video-list.short,
.video-latest-list.video-wrapper.short {
  position: relative;
  transition: all 0.3s ease 0.1s;
  overflow: hidden !important;
  height: auto;
}

.video-latest-list.video-wrapper.short {
  margin-bottom: 20px;
}

.home-page-categories .videos .video-list.short .video-list-image a,
.video-latest-list.video-wrapper.short .video-thumb {
  padding-bottom: 150%;
}

.home-page-categories .videos .video-list.short:hover,
.video-latest-list.video-wrapper.short:hover {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px,
    rgb(0 0 0 / 10%) 0px 4px 6px -4px;
  transform: translateY(-5px);
}

.video-latest-list.video-wrapper.short .video-thumb a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.video-latest-list.video-wrapper.short .video-thumb a img {
  min-height: auto;
  min-width: auto;
  width: 100%;
  height: 100%;
  max-height: none;
}

.home-page-categories .videos .video-list.short .duration,
.video-latest-list.video-wrapper.short .video-duration {
  right: auto;
  bottom: auto;
  top: 0;
  margin: 5px;
  left: auto;
}

.home-page-categories .videos .video-list.short .ek_vid_fixed_height,
.video-latest-list.video-wrapper.short .video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: auto;
  max-height: none;
  padding: 10px;
  background: linear-gradient(transparent, rgb(0 0 0 / 60%));
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.home-page-categories .videos .video-list.short .video-list-title h4,
.video-latest-list.video-wrapper.short .video-title h4 {
  color: var(--mo-white);
}

.video-latest-list.video-wrapper.short .video-title h4 {
  margin-bottom: 0;
}

.home-page-categories .videos .video-list.short .video-list-by,
.home-page-categories .videos .video-list.short .video-list-by a {
  color: #ddd;
}

.home-page-categories .videos .video-list.short .video-list-by > div,
.video-latest-list.video-wrapper.short .video-info {
  display: none;
}

/*AutoPlay Switch*/
.ek_mn_wtch_switch {
  padding: 4px 5px 9px;
}

.ek_mn_wtch_switch .tgl {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  margin: 0;
}

.ek_mn_wtch_switch .tgl-btn {
  transition: all 0.4s ease;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  padding-left: 45px;
  width: auto;
}

.ek_mn_wtch_switch .tgl-btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  top: 0px;
  right: 18px;
}

.ek_mn_wtch_switch .tgl-btn:before {
  position: absolute;
  display: block;
  content: "";
  height: 14px;
  border-radius: 30px;
  width: 36px;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ek_mn_wtch_switch .tgl-btn:after {
  border-radius: 2em;
  background: #b7b7b7;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.ek_mn_wtch_switch .tgl:checked + .tgl-btn:before {
  background: var(---primary-color-shade);
}

.ek_mn_wtch_switch .tgl:checked + .tgl-btn:after {
  right: auto;
  left: 22px;
}

/*Popular Channels*/
.popular_channels_prnt {
  position: relative;
}

.popular_channels {
  background-color: #977df3;
  padding: 30px;
  padding-bottom: 570px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.popular_channels > .bg_trail {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  pointer-events: none;
}

.popular_channels > .icon {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 15px;
}

.popular_channels > h2 {
  text-align: center;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  word-spacing: 4px;
  margin: 0 0 30px;
}

.vid_pop_chnl_filtr {
  justify-content: center;
  color: var(--mo-white);
}

.vid_pop_chnl_filtr select {
  border: 0;
  background: rgb(255 255 255 / 30%) !important;
  color: var(--mo-white) !important;
  font-weight: 600;
  height: 36px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.vid_pop_chnl_filtr select option {
  color: #222;
}

.vid_pop_chnl_filtr .btn {
  margin: 0 8px;
  border: 0;
  background: var(--mo-white) !important;
  color: #977df3 !important;
  font-weight: 600;
  height: 36px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  padding: 6px 16px;
  min-width: 100px;
}

.vid_pop_channls {
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px,
    rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}

.popular_channels_list {
  counter-reset: Serial;
}

.popular_channels_list .channels_list:nth-child(-n + 3) .vid_pop_channls {
  background: rgb(255 255 255 / 10%);
  box-shadow: none;
  border: 1px solid rgb(255 255 255 / 30%);
  overflow: visible;
}

.popular_channels_list
  .channels_list:nth-child(-n + 3)
  .vid_pop_channls
  .video-thumb {
  overflow: visible;
  position: relative;
}

.popular_channels_list
  .channels_list:nth-child(-n + 3)
  .vid_pop_channls
  .video-thumb:after {
  counter-increment: Serial;
  content: counter(Serial);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--mo-white);
  font-weight: 600;
  font-size: 72px;
  -webkit-text-fill-color: #977df3;
  -webkit-text-stroke: 1.5px white;
  line-height: 1;
  pointer-events: none;
  filter: drop-shadow(0 0 2px rgba(55, 73, 87, 0.15))
    drop-shadow(0 2px 5px rgba(55, 73, 87, 0.2));
}

.popular_channels_list
  .channels_list:nth-child(-n + 3)
  .vid_pop_channls
  .video-thumb
  img {
  z-index: 1;
  position: relative;
}

.popular_channels_list
  .channels_list:nth-child(-n + 3)
  .vid_pop_channls
  .video-title
  a {
  text-decoration: none;
}

.popular_channels_list
  .channels_list:nth-child(-n + 3)
  .vid_pop_channls
  .video-title
  h4 {
  color: var(--mo-white);
}

.popular_channels_list
  .channels_list:nth-child(-n + 3)
  .vid_pop_channls
  .video-title
  h6 {
  color: rgb(255 255 255 / 80%);
  margin: 6px 0 0;
}

.popular_channels_list .channels_list:nth-child(1) {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
}

.popular_channels_list .channels_list:nth-child(2) {
  position: absolute;
  top: 430px;
  left: 0;
  right: 0;
}

.popular_channels_list .channels_list:nth-child(3) {
  position: absolute;
  top: 610px;
  left: 0;
  right: 0;
}

/*Embed*/
.embed-placement {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.embed-placement .colorpickerf .input-group-addon {
  padding: 0;
  border: 0;
}

.embed-placement .colorpickerf .input-group-addon i {
  width: 34px;
  height: 34px;
  vertical-align: middle;
  border-radius: 0 3px 3px 0;
}

.ek_embed_playr {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.ek_embed_playr iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

/*Notifications Progress*/
.ek_noti_progress {
  height: 3px;
  width: 100%;
  background-color: rgb(4 171 242 / 50%);
  background-clip: padding-box;
  overflow: hidden;
  bottom: -1px;
  right: 0px;
  z-index: 15;
  position: absolute;
}

.ek_noti_progress .indeterminate {
  background-color: var(---primary-color);
}

.ek_noti_progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: ek_indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
}

.ek_noti_progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: ek_indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@keyframes ek_indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes ek_indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

/*Comments*/
.user-setting-panel .user-comments .main-comment .user-name {
  margin-left: 60px;
}

.user-setting-panel .user-comments .main-comment .user-comment {
  width: calc(100% - 60px);
}

.user-setting-panel .user-comments .main-comment .user-comment p {
  background: rgb(0 0 0 / 5%);
  padding: 8px 12px;
  border-radius: 17px;
}

.user-setting-panel .user-comments .main-comment .user-name small {
  display: block;
}

/*Alert Error*/
.swal2-modal .swal2-validationerror {
  background-color: rgb(244 67 54 / 15%);
  margin: 0;
  color: #f44336;
  font-size: 14px;
  border-radius: 10px;
  text-align: initial;
}

.swal2-modal .swal2-validationerror::before {
  width: 18px;
  height: 18px;
  background-color: #f44336;
  line-height: 18px;
}

.home-page-categories .title.white h4,
.home-page-categories .title.white .view_more_link a {
  color: var(---black-color);
}

.createVideoBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  margin-right: 50px;
}

.highcharts-container {
  width: 100% !important;
}

.highcharts-container svg {
  width: 100% !important;
}

.dashboardChartWrapper {
  padding: 30px;
  border: solid 1px #cccccc;
  border-radius: 10px;
}

.related-desc h5,
.ebookitem-desc h5 {
  margin-bottom: 5px;
  font-size: 14px !important;
}

.btnCrop {
  width: 200px;
  height: 40px;
}

.fw-normal {
  font-weight: 400;
}

hr {
  border-top: 1px solid #696969;
}

/* #download {
  margin-right: 8px;
} */

.subMenuSubTitle {
  font-weight: 500;
  color: var(---black-color);
  margin-top: 20px;
  font-size: 12px;
}

/*Manage Video Library*/
.manageVideoLibraryList-item {
  display: flex;
  gap: 30px;
  position: relative;
  padding: 15px;
  background-color: var(---gray-small);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.manageVideoLibraryList-item:hover {
  background-color: var(---gray-medium);
}

.manageVideoLibraryList-item .video-title {
  margin-bottom: 10px;
  display: inline-flex;
}

.manageVideoLibraryList-item .video-views {
  /* margin-bottom: 10px; */
  color: #666;
}

.manageVideoLibraryList-item .video-views.vid_stud_stats {
  display: inline-flex;
  gap: 25px;
}

.manageVideoLibraryList-item .video-views.vid_stud_stats span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.videoLibraryOptions {
  width: 85%;
}

.videoLibrary-img {
  width: 20%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: var(---gray-medium);
}

.videoLibrary-img a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-title > a {
  color: var(---black-color);
  text-decoration: none;
  font-size: 22px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.publisherDetails,
.manageVideoLibrary-category,
.videoVisibilityOption {
  display: flex;
  align-items: center;
  gap: 15px;
}

.publisherDetails h4,
.manageVideoLibrary-category h4,
.videoVisibilityOption h4 {
  width: 195px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.videoMoreOption {
  position: absolute;
  right: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.manageVideoLibraryList-item:hover .videoMoreOption {
  visibility: visible;
  opacity: 1;
  right: 30px;
}

.videoMoreOption a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.editBtn {
  background-color: #669933;
  color: var(--mo-white);
  transition: all 0.3s ease;
}

.deleteBtn {
  background-color: #d43f3a;
  color: var(--mo-white);
  transition: all 0.3s ease;
}

.editBtn:hover {
  background-color: #669933;
  color: var(--mo-white);
  opacity: 0.9;
}

.deleteBtn:hover {
  background-color: #d43f3a;
  color: var(--mo-white);
  opacity: 0.9;
}

.videoVisibilityOption .form-control {
  width: 130px;
  padding: 5px 10px;
}

.publisherDetails a {
  text-decoration: none;
}

.publisherDetails a figure {
  margin-right: 8px;
}

.videoVisibilityOption .ek_mn_wtch_switch {
  padding: 0;
}

.manageVideoLibraryList-item .play_hover_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--mo-white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  overflow: hidden;
  border-radius: 10px;
}

.manageVideoLibraryList-item .play_hover_btn svg.feather {
  left: 50%;
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%) scale(0.7);
  width: 45px;
  height: 45px;
  stroke-width: 1.2px;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.videoLibrary-img:hover .play_hover_btn {
  opacity: 1;
  visibility: visible;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  display: inline-flex;
  gap: 5px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 6px !important;
  display: block;
  opacity: 0.3;
  font-size: 20px;
}

.dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.dataTables_scroll {
  width: 100%;
}

.dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

div.dataTables_wrapper div.dataTables_length label {
  margin-bottom: -5px !important;
}

.innerPageMainTitleWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.videoLibrary-img.ebook {
  border-radius: 5px;
}

.manageVideoLibraryList-item .videoLibrary-img.ebook .play_hover_btn {
  background-color: rgb(0 0 0 / 45%);
}

.manageVideoLibraryList-item.ebookItemRow .publisherDetails,
.manageVideoLibraryList-item.ebookItemRow .manageVideoLibrary-category,
.manageVideoLibraryList-item.ebookItemRow .videoVisibilityOption {
  display: inline-flex;
  width: 25%;
}

.manageVideoLibraryList-item.ebookItemRow .video-views.vid_stud_stats {
  display: inline-flex;
  gap: 25px;
  /* width: 100%; */
}

.manageVideoLibraryList-item.ebookItemRow .publisherDetails h4,
.manageVideoLibraryList-item.ebookItemRow .manageVideoLibrary-category h4,
.manageVideoLibraryList-item.ebookItemRow .videoVisibilityOption h4 {
  width: 140px;
}

.manageVideoLibraryList-item {
  gap: 20px;
  padding: 10px;
}

.publisherAndCategory,
.visibilityAndApproval {
  display: flex;
  align-items: center;
  gap: 50px;
}

.vLabVisibilityAndApproval {
  display: flex;
  gap: 100px;
}

.videoVisibilityOption:nth-child(2) h4 {
  width: 100px;
}

.menu-active li {
  color: var(---primary-color) !important;
}

.switcher {
  position: relative;
}

.switcher input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

input[type="checkbox"]:checked + .check-trail {
  background: var(--mo-gray-300);
  box-shadow: inset 0px 0px 7px 0px var(--mo-gray-500);
}

.check-trail {
  display: flex;
  align-items: center;
  width: 58px;
  height: 33px;
  background: var(--mo-gray-300);
  box-shadow: inset 0px 0px 7px 0px var(--mo-gray-500);
  border-radius: 2.5em;
  transition: all 0.2s ease;
  cursor: pointer;
}

input[type="checkbox"]:checked + .check-trail .check-handler {
  margin-left: 50%;
  background: var(---primary-color);
}

input[type="checkbox"]:checked + .check-trail .check-handler::before {
  content: "✔";
  line-height: 1.5;
}

.check-handler:before {
  content: "×";
  color: var(--mo-white);
  font-size: 16px;
  line-height: unset;
  font-weight: bold;
}

.check-handler {
  display: flex;
  margin-left: 0.5em;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background: var(--mo-danger);
  border-radius: 50%;
  transition: all 0.2s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
  padding: 0 5px !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.related-items h4::first-letter {
  text-transform: capitalize;
}

.related-video-wrapper.relatedEbookSide .ra-thumb {
  width: 80px;
  min-width: 80px;
  aspect-ratio: 2/3;
  background-color: #f5f3f3;
}

.related-video-wrapper.relatedEbookSide .ra-thumb a {
  position: relative;
  height: 100%;
  padding: 0;
  padding-bottom: 0;
  width: 100%;
  display: inline-flex;
  top: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.related-video-wrapper.relatedEbookSide .video-title a {
  font-size: 16px;
  font-weight: 400;
}

.viewBookSideMoreOption {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-video-wrapper.nextVideo .video-title a {
  font-size: 16px;
  font-weight: 400;
}

.simulationVlab-icon {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 10px;
  padding: 8px;
  border-radius: 4px;
  background-color: var(---yellow-color);
  color: var(---black-color-small);
}

.vlabItemInnerCol {
  transition: all 0.3s ease;
}

.vlabItemInnerCol .video-list {
  width: 100%;
  position: relative;
}

.vlabItemInnerCol .video-list-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.vlabItemInnerCol .video-list-title a h4 {
  color: var(---black-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 8px 0;
}

.vlabItemInnerCol .video-list-title a:hover {
  text-decoration: none;
}

.vlabItemInnerCol .video-list .video-list-image:hover .play_hover_btn {
  opacity: 1;
  visibility: visible;
}

.vlabItemInnerCol .video-list:not(.short) .video-list-image a {
  /* height: 215px; */
  aspect-ratio: 1.7;
  display: flex;
  background-color: #dfdfdf;
}

.vlabItemInnerCol .video-list .video-list-image .play_hover_btn svg.feather {
  left: 50%;
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%) scale(0.7);
  width: 45px;
  height: 45px;
  stroke-width: 1.2px;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.vlabItemInnerCol .video-list img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 4px;
}

.vlabItemInnerCol .video-list .video-list-image .play_hover_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--mo-white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  overflow: hidden;
  border-radius: 10px;
}

.vlabItemInnerCol .duration {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 1px 5px;
  font-weight: 500;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ededed;
  height: 16px;
  line-height: 14px;
  border-radius: 2px;
}

.vlabItemInnerCol .video-list .video-list-title {
  max-width: 100%;
  word-wrap: break-word;
}

.vlabItemInnerCol .video-list .video-list-by {
  font-size: 11px;
  margin-top: 3px;
  color: var(---gray-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.relatedVlabSide-item .video-title a {
  font-size: 16px;
  font-weight: 400;
}

.vlabVideoInteraction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.vlabPublisherDetails.publisher-element {
  padding-bottom: 16px !important;
}

.ebookItemsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}

.myBookmarkedList .ebookItem {
  overflow: visible;
  min-height: auto;
}

.myBookmarkedList .ebookItem .btn {
  position: absolute;
  top: 10px;
  left: 10px;
}

.myBookmarkedList {
  display: flex;
  gap: 40px 0.8%;
  flex-wrap: wrap;
}

.myBookmarkedList .ebookItem a {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-radius: 10px;
  overflow: hidden;
}

.myProfileBookmarkedVideo .video-latest-list {
  position: relative;
  height: auto;
}

.myProfileBookmarkedVideo .btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.myProfileBookmarkedVideo a {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.myProfileBookmarkedVideo h4 {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.aboutDetailsTable .emptyCol {
  width: 30px;
  text-align: center;
}

.aboutDetailsTable h5 {
  margin: 0;
  font-size: 18px;
}

.aboutDetailsTable p {
  margin: 0;
  font-size: 18px;
}

.aboutDetailsTable td {
  padding: 15px 5px;
}

.open > .dropdown-menu {
  flex-direction: column;
}

.dashboardLastMonthAnlyz .vid_analts_stat {
  border: solid 1px;
  color: var(--mo-white);
}

.dashboardLastMonthAnlyz .vid_analts_stat.likesAnlyzBox {
  background-color: #4158d0;
  background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );
}

.dashboardLastMonthAnlyz .vid_analts_stat.dislikesAnlyzBox {
  background-color: #ffe53b;
  background-image: linear-gradient(147deg, #ffe53b 0%, #ff2525 74%);
}

.dashboardLastMonthAnlyz .vid_analts_stat.viewsAnlyzBox {
  background-image: linear-gradient(
    109.6deg,
    rgba(102, 51, 153, 1) 11.2%,
    rgba(2, 0, 4, 1) 91.1%
  );
}

.dashboardLastMonthAnlyz .vid_analts_stat.commentsAnlyzBox {
  background-image: linear-gradient(
    73.1deg,
    rgba(34, 126, 34, 1) 8%,
    rgba(99, 162, 17, 1) 86.9%
  );
}

/*Responsive*/
@media (min-width: 576px) {
  .et_plus .modal-dialog {
    min-height: calc(100% - 3.5rem);
  }

  .et_plus .modal-dialog::before {
    height: calc(100vh - 3.5rem);
  }
}

@media (min-width: 768px) {
  .modal-sm {
    width: 380px;
  }
}

@media (min-width: 910px) {
  .popular_channels {
    padding-bottom: 370px;
  }

  .popular_channels_list .channels_list:nth-child(-n + 3) .vid_pop_channls {
    margin: 0;
    flex-direction: column;
    padding: 25px 5px;
  }

  .popular_channels_list
    .channels_list:nth-child(-n + 3)
    .vid_pop_channls
    .video-thumb {
    margin: 0 0 20px;
  }

  .popular_channels_list
    .channels_list:nth-child(-n + 3)
    .vid_pop_channls
    .video-title {
    text-align: center;
    max-width: 100%;
  }

  .popular_channels_list .channels_list:nth-child(1) {
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
  }

  .popular_channels_list .channels_list:nth-child(2) {
    top: 320px;
    left: calc(50% - 240px);
    transform: translateX(-50%);
    width: 240px;
  }

  .popular_channels_list .channels_list:nth-child(3) {
    top: 320px;
    right: calc(50% - 240px);
    transform: translateX(50%);
    width: 240px;
    left: auto;
  }
}

@media (min-width: 992px) {
  ::-webkit-scrollbar {
    background: var(---gray-small);
    width: 5px;
  }

  ::-webkit-scrollbar-thumb {
    background: var(---gray-medium-dark);
    width: 5px;
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 10px;
  }

  .filter-height::-webkit-scrollbar-thumb {
    background: transparent;
  }

  .filter-height:hover::-webkit-scrollbar-thumb {
    background: var(---gray-medium-dark);
  }

  .yp_side_drawer::-webkit-scrollbar,
  .ek_feat_vid_content .video-title .video-big-title::-webkit-scrollbar {
    width: 4px;
  }

  .yp_side_drawer::-webkit-scrollbar-track,
  .ek_feat_vid_content .video-title .video-big-title::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.01);
  }

  .yp_side_drawer::-webkit-scrollbar-thumb,
  .ek_feat_vid_content .video-title .video-big-title::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.12);
  }

  .sett_mon_switch {
    margin-top: -6px;
  }

  .ek_uv_thumbs_innr::-webkit-scrollbar {
    height: 16px;
  }

  .ek_uv_thumbs_innr::-webkit-scrollbar-track {
    background: var(--mo-white);
  }

  .ek_uv_thumbs_innr::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 12px;
    border: 5.5px solid var(--mo-white);
  }

  .ek_uv_thumbs_innr::-webkit-scrollbar-button {
    display: none;
  }

  .ek_playlist_right_vid_side {
    margin-left: -15px;
    width: calc(33.33333333% + 15px);
  }

  .ek_srch_vids .video-latest-list.video-wrapper .video-thumb {
    width: 25%;
  }

  .videos-latest-list.top .video-latest-list {
    height: 285px;
  }

  .categoryPageListing .video-latest-list {
    height: auto !important;
  }
  .mobileMenuBarBottom {
    display: none;
  }
}

@media (min-width: 1650px) {
  .watch_full_cont {
    width: 1480px;
  }

  .home-page-categories .videos .video-list:not(.short) .video-list-image a {
    height: 158px;
  }
}

@media (max-width: 2100px) {
  .wtch_mv_pcrn.pcrn3 {
    left: -22%;
  }

  .wtch_mv_pcrn.pcrn4 {
    right: -22%;
  }
}

@media (max-width: 1430px) {
  .container {
    width: 1056px;
  }

  .container-full {
    width: 100%;
  }
}

@media (max-width: 1360px) {
  .container {
    width: 850px;
  }

  .container-full {
    width: 100%;
  }

  .ek_feat_vid_content .video-title .video-big-title {
    max-height: 130px;
    font-size: 18px;
  }

  .ek_import_vdo #fetch-form {
    padding: 50px 15px;
  }

  .custom_width_import {
    width: 77%;
  }
}

@media (min-width: 1252px) {
  button.mobileToggleMenu {
    display: none;
  }
}

@media (max-width: 1251px) {
  .container {
    width: 1056px;
  }

  .container-full {
    width: 100%;
  }

  .ek_feat_vid_content .video-title .video-big-title {
    max-height: 208px;
    font-size: 20px;
  }

  .yp_side_menu.has_side_menu {
    margin: 64px 0 0 0 !important;
  }

  .yp_side_drawer {
    z-index: 9999;
    width: 225px !important;
    max-width: 225px;
    top: 0;
    left: -300px !important;
    transition: all 0.2s;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
      0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
    visibility: hidden;
    opacity: 0;
  }
  .yp_side_drawer.active {
    left: 0px !important;
    width: 225px !important;
    max-width: 225px;
    transition: all 0.2s;
    visibility: visible;
    opacity: 1;
  }
  body.mobi_side_open {
    overflow-y: hidden;
  }

  body.mobi_side_open .yp_side_drawer {
    left: 0;
  }

  .yp_side_drawer .open_side_menu_head {
    display: flex;
  }

  .yp_side_drawer ul.sections li a:hover {
    background-color: #f6f6f6;
  }

  .yp_side_drawer ul.sections li a:focus {
    background-color: #ebebeb;
  }

  .yp_side_drawer.hide_side_menu {
    left: -300px;
  }

  nav.navbar-findcond .yp_slide_menu {
    display: block;
  }

  .custom_width_import {
    width: 66.66666667%;
  }

  body.mobi_side_open .sidenav-overlay {
    opacity: 1;
    visibility: visible;
  }

  nav.navbar-findcond .search-header {
    padding: 0 70px !important;
  }
}

@media (max-width: 1210px) {
  .pro-triangle,
  .free-triangle {
    display: none;
  }

  .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div {
    max-width: 100%;
    width: 100%;
  }

  .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h4 {
    margin: 0 !important;
  }

  .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg div h4 * {
    float: unset !important;
  }

  .go-pro-container
    .go-pro-body
    .go-pro-packages
    .go-pro-pkg
    div
    h4
    span.go-pro-pkg-price {
    display: block;
    width: 100%;
    text-align: center;
  }

  .go-pro-container
    .go-pro-body
    .go-pro-packages
    .go-pro-pkg
    div
    .go-pro-pkg-purchase
    button {
    padding: 7px 15px !important;
  }

  nav.navbar-findcond .search-header {
    margin: 10.5px 11px 10.5px 20px;
  }
}

@media (max-width: 1200px) {
  .ek_feat_vid_content .video-title,
  .ek_feat_vid_content .video-title + .headtoppoint {
    display: none;
  }
}

@media (max-width: 1127px) {
  .container {
    width: 850px;
  }

  .container-full {
    width: 100%;
  }

  .ek_feat_vid_content .video-title .video-big-title {
    max-height: 170px;
    font-size: 18px;
    padding-bottom: 0;
  }

  .ek_feat_vid_content .video-title .video-big-share {
    display: none;
  }

  .custom_width_import {
    width: 77%;
  }

  .ek_go_pro .go-pro-packages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ek_go_pro .go-pro-pkg-features {
    border-right-style: none;
    border-left-style: none;
  }

  .ek_go_pro .go-pro-features-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1090px) {
  nav.navbar-findcond ul.navbar-nav a span.hide-in-mobile {
    display: none;
  }

  .hide_mobi_hist {
    display: none;
  }

  nav.navbar-findcond .search-header {
    padding: 0 !important;
  }

  .ek_srch_vids .video-latest-list .video-title h4 {
    font-size: 18px;
    max-height: 48px;
    line-height: 24px;
  }

  .ek_srch_vids .video-latest-list .video-info p {
    margin: 10px 0 0;
  }

  .ek_srch_vids .video-latest-list .video-info a {
    margin: 5px 0 0;
  }

  .ek_srch_vids .video-latest-list .video-info a img {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .fixed-action-btn {
    display: none;
  }
}
@media (max-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .ek_shorts_page_title span {
    visibility: hidden;
  }

  .ek_page_margin {
    margin-top: 60px;
  }

  .navbar-default.second-header-layout .navbar-nav > li > a {
    padding: 6px 10px;
  }

  .hide-in-mobile {
    display: none !important;
  }

  .ek_feat_vid_content .video-title .video-title {
    border-radius: 0 0 5px 5px;
    height: auto;
  }

  .ek_feat_vid_content .video-title .video-big-title {
    max-height: none;
    font-size: 20px;
  }

  .ek_import_vdo .col-md-9,
  .ek_import_vdo .col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ek_import_vdo .col-md-9 input {
    border-radius: 10px 10px 0px 0px;
    border: 2px solid #ccc;
    border-bottom: 0;
  }

  .ek_import_vdo #fetch-form {
    padding: 50px 30px;
  }

  .ek_import_vdo .col-md-9 .help-block {
    display: none;
  }

  .ek_import_vdo .col-md-3 button {
    border-radius: 0px 0px 10px 10px;
  }

  #no_padding {
    padding: 0 !important;
  }

  .manage_vids .video-wrapper {
    margin-bottom: 50px;
  }

  .video-player .icons span {
    display: none;
  }

  .mobile {
    display: block;
    width: 100%;
  }

  .desktop,
  .icons {
    display: none;
  }

  .vid_analts_stat {
    margin-bottom: 15px;
  }

  .rent_vids .avatar a {
    min-width: 180px;
    width: 180px;
  }

  .ek_vdo_upld_dn {
    margin: 20px 0 50px;
  }

  .ek_import_vdo .col-md-9 {
    width: auto;
  }

  .ek_import_vdo .col-md-9 svg.feather {
    height: 48px;
  }

  .article-categories {
    margin-top: 30px;
  }

  /* .wtch_mv_img {
    display: none;
  } */
  .lang_select_modal .row .col-md-4,
  .lang_select_modal .row .col-md-8 {
    width: 100%;
    padding: 0;
  }

  .language_info img {
    max-height: 150px;
  }

  .lang_select_modal ul {
    padding: 15px !important;
  }
}

@media (max-width: 990px) {
  .no-padding-right {
    padding-right: 15px !important;
  }

  .no-padding-left {
    padding-left: 15px !important;
  }

  .video-player-page .no-padding-right,
  .video-player-page .no-padding-left {
    padding-left: 5px !important;
  }

  .play-list-player .no-padding-right {
    padding-right: 0 !important;
  }
}

@media (max-width: 910px) {
  .container {
    width: 645px;
  }

  .container-full {
    width: 100%;
  }

  nav.navbar-findcond .search-header {
    margin: 10.5px auto;
  }

  nav.navbar-findcond ul.navbar-nav > li > a {
    padding: 13px 9px;
  }

  header nav.navbar-findcond ul.navbar-nav > li.profile-nav > a {
    padding: 13px 9px;
  }

  .custom_width_import {
    width: 100%;
  }

  .profile-container .ek_chnl_info {
    flex-direction: column;
    align-items: normal;
  }

  .profile-container .ek_chnl_info .subscribe-btn-container {
    margin-left: 115px;
    margin-bottom: 0;
    margin-top: 8px;
  }

  .profile-container .links-container ul li a {
    padding: 15px 22px;
  }

  .ek_go_pro .go-pro-packages .go-pro-pkg > div {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ek_go_pro .go-pro-head > .icon {
    display: none;
  }
}

@media (max-width: 900px) {
  .hide-in-mobile {
    display: none !important;
  }

  .video-latest-list {
    height: auto !important;
    margin-bottom: 25px;
  }

  .video-player-page .no-padding-right,
  .video-player-page .no-padding-left {
    padding-left: 0 !important;
  }
}

@media (max-width: 865px) {
  .ek_svg_squiggle,
  .ek_svg_lines,
  .ek_svg_spiral,
  .ek_svg_triangle {
    display: none !important;
  }

  .hide_hdr_usr_name {
    display: none;
  }

  .swiper-wrapper .user_avatar {
    padding: 95px 15px 35px;
  }
}

@media (max-width: 768px) {
  nav.navbar-findcond .pull-right > .navbar-nav {
    margin: 0;
  }

  .ek_vdo_plyr .embed-responsive.stuck {
    display: none;
  }

  .modal-sm {
    width: 380px;
  }

  .articles-content .ek_article_h_list .video-thumb {
    display: block;
  }

  .container.m_cont_full {
    width: 100%;
    margin-top: 0 !important;
  }

  .manage_vids .video-wrapper {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mobilerightpane,
  .mobileleftpane {
    padding: 0 !important;
  }

  .mobilerightpane {
    display: none;
  }

  .messages-sidebar ul {
    height: calc(100vh - 127px);
  }

  .ek_msg_area {
    height: calc(100vh - 208px);
  }

  .ek_msg_main,
  .mobilerightpane .messages-sidebar {
    margin-bottom: -18px;
  }

  .ek_msg_header h3 .mobilemsgclose {
    display: inline-block;
  }

  .settings-sidebar ul {
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 40px;
    padding: 15px;
  }

  .settings-sidebar ul li a svg {
    margin: 0 7px 0 0;
  }

  .settings-sidebar ul li {
    display: inline-block;
  }

  .settings-sidebar ul li.active a {
    border-radius: 2em;
    box-shadow: none;
    color: var(--mo-white);
    background: var(---primary-color);
  }

  .article-wrapper .video-thumb a,
  .ek_history .video-wrapper .video-thumb a,
  .video-latest-list .video-thumb a {
    overflow: hidden;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    padding-bottom: 56.25%;
  }

  .articles-content .ek_article_h_list .video-thumb img,
  .ek_history .video-wrapper .video-thumb a img,
  .video-latest-list .video-thumb a img,
  .play-lists div.video-latest-list {
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }

  .vid_stud_links li a {
    margin: 0 3px 5px;
  }

  .vid_pop_chnl_filtr {
    flex-direction: column;
  }

  .vid_pop_chnl_filtr select {
    margin: 7px 0px;
  }

  .wow_cset_avtr .wow_cset_avtr_hdr b {
    display: none;
  }

  .popular_channels_list .channels_list:nth-child(1) {
    top: 370px;
  }

  .popular_channels_list .channels_list:nth-child(2) {
    top: 550px;
  }

  .popular_channels_list .channels_list:nth-child(3) {
    top: 730px;
  }

  .et_plus .modal-dialog {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .user-messages .messages .message {
    max-width: 100% !important;
    word-break: break-word;
  }

  .user-messages.user-setting-panel {
    padding: 20px !important;
  }

  .show-in-mobile {
    display: initial !important;
  }

  .login-page {
    margin-top: 0 !important;
  }

  .video-info-element .video-likes {
    font-size: 14px;
  }

  .hide-in-mobile-720 {
    display: none !important;
  }

  .views-mobile {
    font-size: 12px;
    color: var(---gray-dark);
  }

  .video-big-title {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .video-big-title h1 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .video-player-page .col-lg-1,
  .video-player-page .col-lg-10,
  .video-player-page .col-lg-11,
  .video-player-page .col-lg-12,
  .video-player-page .col-lg-2,
  .video-player-page .col-lg-3,
  .video-player-page .col-lg-4,
  .video-player-page .col-lg-5,
  .video-player-page .col-lg-6,
  .video-player-page .col-lg-7,
  .video-player-page .col-lg-8,
  .video-player-page .col-lg-9,
  .video-player-page .col-md-1,
  .video-player-page .col-md-10,
  .video-player-page .col-md-11,
  .video-player-page .col-md-12,
  .video-player-page .col-md-2,
  .video-player-page .col-md-3,
  .video-player-page .col-md-4,
  .video-player-page .col-md-5,
  .video-player-page .col-md-6,
  .video-player-page .col-md-7,
  .video-player-page .col-md-8,
  .video-player-page .col-md-9 {
    padding-right: 0;
    padding-left: 0;
  }

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
  }

  .keep-padding {
    padding-right: 10px !important;
    padding-left: 20px !important;
  }

  .home-page-categories .col-md-3.keep-padding {
    padding-right: 4px !important;
    padding-left: 2px !important;
  }

  .pull-right-mobile {
    float: right !important;
  }

  .pull-left-mobile {
    float: left !important;
  }

  .avatar-container {
    width: 40px !important;
    border: 1px solid var(--mo-white);
  }

  .main-content {
    margin-top: 55px;
  }

  .phone-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .second-header-layout {
    display: none;
  }

  .footer-container {
    text-align: center;
  }

  .footer-container .pull-right,
  .footer-container .pull-left {
    float: inherit !important;
  }

  /* .nav > li {
    display: inline-block !important;
  } */

  .nav > li > a {
    padding: 7px !important;
  }

  .next-video h4 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navbar-nav li {
    margin-top: -2px;
  }

  .home-page-categories .videos .video-list {
    margin-bottom: 30px;
  }

  /* .search-header {
    display: none;
  } */

  nav.navbar-findcond .pull-right > .navbar-nav > li > a {
    padding: 17px 15px !important;
  }

  header nav.navbar-findcond ul.navbar-nav > li.profile-nav > a {
    padding: 7px 13px !important;
  }

  .ek_foot_lang {
    text-align: center;
  }

  .wtch_mv_main_row {
    margin: 0;
  }

  .wtch_mv_info_main {
    margin-top: 0px;
  }

  .video-player-page.six_padding_15 .ek_video_info .watch-video-description,
  .video-player-page.six_padding_15 .ek_video_info .video-published {
    padding: 0 !important;
  }

  .popular_channels_list .channels_list:nth-child(-n + 3) {
    padding: 0 15px;
  }
}

@media (max-width: 735px) {
  .rent_vids {
    flex-direction: column;
  }

  .rent_vids .avatar {
    width: 100%;
  }

  .rent_vids .avatar a {
    min-width: 100%;
    width: 100%;
  }

  .rent_vids_side {
    padding: 0;
    padding-top: 15px;
  }
}

@media (max-width: 705px) {
  .container {
    width: 438px;
  }

  .container-full {
    width: 100%;
    padding: 0;
  }

  .ek_404 > span {
    font-size: 140px;
  }

  .ek_404 > span svg {
    width: 140px;
    height: 140px;
  }

  .user-ads-list-container .col-10 {
    padding: 0 20px;
  }

  .read-article-container .read-article-share ul li a .btn-share {
    padding: 5px 1px;
  }

  .go-pro-container .go-pro-body .go-pro-packages {
    flex-direction: column;
  }

  .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg {
    margin: auto;
  }

  .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg:first-child {
    margin-bottom: 75px;
  }

  .container.m_cont_full {
    padding: 0 15px;
  }

  .ek_stock_vid_setts {
    padding: 20px 15px;
  }

  .ek_stock_vid_setts .ek_mv_page_selct_holdr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 0 -10px;
  }

  .ek_stock_vid_setts .ek_mv_page_selct_holdr > div {
    width: calc(100% - 20px) !important;
    float: none !important;
    margin: 15px 10px 0 !important;
  }

  .ek_sec_nav_cats {
    margin: 0;
    padding: 15px 0;
  }

  .ek_feat_vid {
    margin: -60px 0 0;
  }

  .ek_upload_vdo .upload {
    flex-direction: column;
    text-align: center;
  }

  .ek_upload_vdo .upload > .content {
    width: 100%;
    height: 100%;
    margin: 0 auto 20px;
  }

  .ek_upload_vdo_type_radio {
    flex-direction: column;
  }

  .profile-container .ek_chnl_info {
    padding: 15px 15px 20px;
  }
}

@media (max-width: 700px) {
  ul.notfi-dropdown {
    left: auto !important;
    width: 100% !important;
  }

  nav.navbar-findcond .pull-right > .navbar-nav > li > a {
    padding: 17px 11px !important;
  }
}

@media (max-width: 620px) {
  .home-page-categories .videos .video-list img {
    min-height: 150px;
    max-height: 150px;
  }

  .profile-container .links-container ul {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  nav.navbar-findcond .yp_slide_menu span {
    margin: 10px 5px 10px 10px;
  }

  nav.navbar-findcond .pull-right > .navbar-nav > li > a {
    padding: 17px 10px !important;
  }

  nav.navbar-findcond .yp_slide_menu span {
    margin: 10px 0px;
  }

  nav.navbar-findcond .logo-img {
    margin: 8px 15px !important;
  }

  .ek_import_vdo #fetch-form {
    padding: 50px 10px;
  }

  .play-lists div.video-latest-list {
    padding: 0 0 10px;
  }

  .play-lists div.video-latest-list div.play_list_content h2 svg {
    margin-bottom: 10px;
  }

  .profile-container .card-container .cover-container img {
    height: 210px;
  }

  .ek_srch_vids .video-latest-list .video-title h4 {
    font-size: 16px;
    max-height: 44px;
    line-height: 22px;
  }

  .ek_timeline_latest_vids
    .col-md-3:first-child
    .video-latest-list
    .video-info
    p,
  .ek_srch_vids .video-latest-list .video-info p {
    display: none;
  }

  /* .video-likes {
    float: none !important;
    position: absolute;
    margin-top: 35px;
    left: 15px;
    right: 15px;
  } */
  .video-likes .like-btn {
    flex: 0 0 auto;
  }

  .video-likes .video-info-element {
    width: auto;
    flex: 1 1 auto;
  }

  /* .ek_video_info .video-views {
    padding-bottom: 30px;
  } */
  .video-player-page .video-options {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
  }

  .video-player-page.six_padding_15 .video-options {
    width: auto;
    margin: 20px -15px 0;
  }

  .video-player-page .video-options .btn-share {
    display: inline-block;
    vertical-align: middle;
    border: 0;
  }

  .video-player-page .video-options .btn-share > svg {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto 4px;
  }
}

@media (max-width: 600px) {
  .watch_full_cont {
    width: 100%;
  }

  .six_padding_15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav > li.hide_up_imp {
    display: none !important;
  }
}

@media (max-width: 530px) {
  .yp_side_menu.has_side_menu {
    overflow: hidden;
  }

  .slick-list {
    overflow: visible;
  }

  nav.navbar-findcond .pull-right > .navbar-nav > li > a {
    padding: 17px 9px !important;
  }

  header nav.navbar-findcond ul.navbar-nav > li.profile-nav > a {
    padding: 14px 9px !important;
  }

  .yp_pub_elemnt .btn-subscribe,
  .yp_pub_elemnt .btn-subscribed,
  .btn-blocked {
    font-size: 0;
    min-width: auto;
    padding: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }

  .yp_pub_elemnt .btn-subscribe svg.feather,
  .yp_pub_elemnt .btn-subscribed svg.feather {
    margin: -1px 0px 0px 0px;
    width: 22px;
    height: 22px;
  }

  .login-page .login-form {
    width: 100%;
  }

  .ek_header_nav .right-part > li {
    margin: 0 2px;
  }

  .ek_header_nav .right-part > li:not(.profile-nav) > a > svg,
  nav.navbar-findcond .header-image {
    width: 24px;
    height: 24px;
  }

  .ek_header_nav .right-part > li.profile-nav > a > svg:not(.auth) {
    display: none;
  }

  .vid_move_filtr .ek_forms .form-group button.btn {
    min-width: auto;
  }
}

@media (max-width: 520px) {
  .announcement-renderer {
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .go-pro-container .go-pro-body .go-pro-packages {
    width: 80%;
  }

  .view_more_link {
    opacity: 1;
    visibility: visible;
  }

  .ek_video_info .btn-subscribe,
  .ek_video_info .btn-subscribed {
    padding: 5.7px 12px;
    font-size: 13px;
  }

  .ek_video_info .btn-subscribe svg.feather,
  .ek_video_info .btn-subscribed svg.feather {
    margin-top: -2px;
    width: 16px;
    height: 16px;
  }

  .ek_video_info .btn-subscribe:before,
  .ek_video_info .btn-subscribed:before {
    display: none;
  }

  .video-options {
    text-align: center;
  }

  .video-options .btn-share {
    float: none !important;
  }

  .modal-sm {
    width: 100%;
    max-width: 90%;
  }

  .modal.matdialog .modal-content {
    max-width: 100%;
  }

  .sett_row_rev {
    margin-left: 0;
    margin-right: 0;
  }

  #padding_15 {
    padding: 0 15px;
  }

  .rent_vids_foot {
    flex-wrap: wrap;
  }

  .rent_vids_foot .rent_vid_info_name {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .ek_actv_prnt .article-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-container_sticky .sticky-container__video {
    position: relative;
  }

  .video-player-page .ek_video_info .btn-subscribe,
  .video-player-page .ek_video_info .btn-subscribed {
    padding: 0 13px;
    min-width: auto;
    line-height: 37px;
  }
}

@media (max-width: 485px) {
  .container {
    width: 100%;
  }

  .home-page-categories .videos .video-list .video-list-image a {
    height: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 56.25%;
  }

  .home-page-categories .videos .video-list .video-list-image a img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }

  nav.navbar-findcond .logo-img {
    margin: 8px 20px 8px 15px !important;
  }

  .ek_header_nav .right-part > li.dropdown.open {
    position: inherit;
  }

  ul.notfi-dropdown {
    left: 0 !important;
    max-width: 100% !important;
  }

  .ek_video_info .video-views svg {
    display: none;
  }

  .modal.matdialog .modal-body {
    padding: 0 15px;
  }

  .video-options .btn-share {
    margin: 0;
  }

  .user-ads-list-container .col-10 {
    padding: 0 30px;
  }

  #pt-user-ads-table_wrapper .col-sm-12 {
    overflow-x: auto;
  }

  .read-article-container .read-article-text {
    padding: 0 10px;
  }

  .read-article-container .read-article-share ul li,
  .import-form-content,
  .ek_upload_vdo #upload-form {
    padding: 0;
  }

  .mat_header {
    padding: 0 15px;
    margin-bottom: 50px;
  }

  .user-setting-panel {
    padding: 12px 0px 8px 0;
  }

  nav.navbar-findcond .profile-nav.open > .dropdown-menu.ani-acc-menu,
  nav.navbar-findcond .profile-nav.open > .dropdown-menu.ani_log_menu {
    right: 15px !important;
  }

  .ek_shadow,
  .profile-container > div.yp_profile {
    border-radius: 0px;
  }

  .profile-container .ek_chnl_info .avatar-container {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-top: -45px;
  }

  .profile-container .ek_chnl_info .subscribe-btn-container {
    margin: 8px auto 0;
  }

  .ek_video_info .watch-video-description,
  .ek_video_info .video-published,
  .video-options {
    padding: 0px;
  }
}

@media (max-width: 460px) {
  nav.navbar-findcond .logo-img {
    max-width: 105px;
    margin: 11.5px 10px !important;
  }

  .home-page-categories .col-md-3 {
    width: 100% !important;
  }

  .home-page-categories .videos .video-list img {
    min-height: 200px;
    max-height: 200px;
  }

  .profile-container .ek_chnl_info,
  .profile-container .links-container {
    margin: 0;
  }

  .profile-container .card-container .cover-container img {
    height: 110px;
    object-fit: cover;
  }

  .video-info-element {
    width: 90px;
  }

  .ek_404 > span {
    font-size: 110px;
  }

  .ek_404 > span svg {
    width: 110px;
    height: 110px;
  }

  .ek_404 h1 {
    font-size: 31px;
  }

  .read-article-comments-container .comments-content {
    padding: 15px 0;
  }

  .login-page {
    padding: 30px 17px;
  }
}

@media (max-width: 435px) {
  header nav.navbar-findcond ul.navbar-nav > li.profile-nav > a .caret {
    display: none;
  }

  .ek_feat_vid_content .video-title .publisher-element .publisher-name a {
    white-space: normal;
  }

  .read-article-container .read-article-meta span svg.feather.feather-clock {
    display: none;
  }

  .read-article-container .read-article-meta span.pull-right svg.feather {
    margin: -3px 0px 0px 5px;
  }

  .go-pro-container .go-pro-body .go-pro-packages .go-pro-pkg {
    width: 100%;
  }
}

@media (max-width: 400px) {
  nav.navbar-findcond .pull-right > .navbar-nav > li > a {
    padding: 17px 6px !important;
  }

  .home-page-categories .videos .video-list img {
    min-height: 180px;
    max-height: 180px;
  }

  .home-page-categories .videos .video-list {
    margin-bottom: 10px;
  }

  .user-ads-list-container .user-ads-list-header span a,
  .create-new-ad-container .user-ads-list-header span a {
    font-size: 12px;
  }

  .read-article-container .read-article-meta {
    font-size: 13px;
  }

  .read-article-container .read-article-head h1 {
    font-size: 29px;
  }
}

@media (max-width: 380px) {
  header nav .container-fluid {
    padding: 0;
  }

  nav.navbar-findcond .yp_slide_menu span {
    margin: 10px 4px;
  }

  nav.navbar-findcond .logo-img {
    max-width: 95px;
    margin: 13px 3px !important;
  }

  .user-ads-list-container .user-ads-list-header span.create-ad-btn a,
  .create-new-ad-container .user-ads-list-header span.create-ad-btn a {
    font-size: 0px;
  }

  nav.navbar-findcond .profile-nav.open > .dropdown-menu.ani-acc-menu,
  nav.navbar-findcond .profile-nav.open > .dropdown-menu.ani_log_menu {
    right: 0px !important;
  }
}

@media (max-width: 350px) {
  nav.navbar-findcond .pull-right > .navbar-nav > li > a {
    padding: 17px 5px !important;
  }

  .home-page-categories .videos .video-list img {
    min-height: 160px;
    max-height: 160px;
  }

  .ek_404 > span {
    font-size: 90px;
  }

  .ek_404 > span svg {
    width: 90px;
    height: 90px;
  }
}

.fixed-action-btn ul {
  background: unset !important;
}

.showing_pages {
  margin-top: 25px;
}

.pay_to_content {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
}

.pay_to_content p,
.pay_to_content h5 {
  color: var(--mo-white) !important;
}

.pay_to_content .pay_to_content_background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}

.padding_popular {
  padding-top: 10px !important;
}

.unverify_color {
  color: #fb483a !important;
}

.profile-container .card-container .cover-container-2 img {
  width: 100%;
  position: absolute;
  height: auto;
}

.cover-container-2 {
  display: none;
  height: 250px;
  overflow: hidden;
}

.profile-container .user-reposition-dragable-container {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  display: flex;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  padding: 5px;
}

.profile-container .card-container .edit-cover-container .btn,
.profile-container .user-reposition-dragable-container .btn {
  color: var(--mo-white);
  border: 0;
  padding: 0;
}

.profile-container .user-reposition-dragable-container .btn svg {
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.user-cover-uploading-progress {
  color: var(--mo-white);
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  background-color: rgba(0, 0, 0, 0.23);
  height: 100%;
}

.pace-activity-parent {
  background-color: var(--mo-white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 20px;
  border-radius: 5px;
  margin-top: -15px;
}

.pace-activity {
  display: block !important;
  width: 40px;
  height: 40px;
  border: 4px solid transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 30px;
  overflow: visible !important;
  -webkit-animation: pace-spinner 0.7s linear infinite;
  -moz-animation: pace-spinner 0.7s linear infinite;
  -ms-animation: pace-spinner 0.7s linear infinite;
  -o-animation: pace-spinner 0.7s linear infinite;
  animation: pace-spinner 0.7s linear infinite;
}

#adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#adContainer div {
  width: 100% !important;
  height: 100% !important;
}

.ek_sec_nav_cats ::-webkit-scrollbar {
  display: none;
}

.ek_video_player .mejs__container,
.ek_video_player .mejs__container video {
  width: 100% !important;
}

.video-player video {
  object-fit: contain;
}

.video-player,
.video-player video,
.video-player .mejs__container {
  max-height: 670px !important;
}

.sticky-container_in-content {
  height: inherit !important;
}

.helper-text li.valid {
  color: #1aac20 !important;
}

/* ................................................................................... */

.category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.icon-hover {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.icon-hover:hover {
  background-color: #8080802e;
}

.modal-backdrop.fade.in {
  display: none;
}

/* Styling for the Category */
.category {
  border: 1px solid #ccc;
  margin: 20px 0;
  max-width: 500px;
}

span.categoryAction {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Styling for main category items */
.mainCategory {
  border-bottom: 1px solid #ccc;
}

/* Styling for category headers */
.category-header {
  background-color: var(---gray-medium);
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Styling for category content (initially hidden) */
.subCategory {
  display: none;
  padding: 10px;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
}

.formCol {
  width: 100%;
}

.addNewCategory,
.manageCategoryInner {
  padding: 30px;
  border: solid 1px #cccccc;
  border-radius: 10px;
}

/* styling for home pahe */
.video-styling {
  padding: 4px;
}

.sidemenu-styling {
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px 15px 15px 15px;
  z-index: 9;
  visibility: hidden;
  right: -594px;
  transition: all 0.5s;
  background-color: #f6f6f6;
  border-left: 1px solid var(---gray-medium);
}

.add-subsidemenu {
  visibility: visible;
  right: 0px;
}

.backBtn {
  padding: 0px !important;
  color: var(--mo-white) !important;
  margin-bottom: 15px;
  font-size: 12px;
}

.backBtn:hover {
  text-decoration: none !important;
}

.backBtn span {
  background-color: var(---primary-color);
  width: 20px;
  height: 20px;
  display: flex !important;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.backBtn svg {
  margin: 0 0px 0 0 !important;
}

.yp_slide_menu.noSideMenu {
  display: none;
}

.margin-footer {
  margin-right: 14px;
}

.sidemenu-styling li {
  margin: 10px 10px 0px 18px;
}

.text-trunctate-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-trunctate-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-trunctate-three-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidemenu-styling li a:hover {
  text-decoration: none;
  color: var(---primary-color);
}

.text-black {
  color: var(---black-color);
}

.text-uppercase {
  text-transform: uppercase;
}

.yp_side_drawer ul.sections li a span {
  font-size: 12px;
}

.section-category {
  padding: 0px !important;
  border-bottom: 1px solid transparent !important;
}

#explore {
  height: 44px;
}

.cursor-pointer {
  cursor: pointer;
}

.yp_side_drawer a:hover,
.yp_side_drawer a:focus {
  color: var(---black-color);
  text-decoration: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

.sidemenu-styling li {
  color: #666;
  text-transform: capitalize;
  font-size: 12px;
}

a.submenuli {
  text-decoration: none;
  transition: all 0.3s ease;
}

.sidemenu-styling li:hover {
  color: var(---black-color);
}

.sidemenu-styling::-webkit-scrollbar,
.filter-height::-webkit-scrollbar {
  width: 6px;
}

.filter-height::-webkit-scrollbar-track {
  background-color: var(--mo-white);
}

.sidemenu-styling::-webkit-scrollbar-thumb,
.filter-height::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.sidemenu-styling::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}

.likes-styling {
  min-width: 112px;
  height: 36px;
  background-color: var(---play-bg-color);
  display: flex;
  justify-content: center;
  color: #58595b;
  align-items: center;
  border-radius: 20px;
}

.likes-border {
  border-left: 1px solid grey;
  height: 25px;
}

.views-border {
  border-left: 1px solid grey;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.gap-1 {
  row-gap: 8px;
  column-gap: 8px;
}

.gap-2 {
  row-gap: 16px;
  column-gap: 16px;
}

.btn-share {
  min-width: 110px;
  background: var(---play-bg-color);
  border-radius: 20px;
  color: var(---primary-color);
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.btn-share:focus,
.btn-share:hover {
  background-color: #bcb5b54d;
  box-shadow: none !important;
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2em {
  margin-bottom: 2em;
}

.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}

.text-decoration-underline {
  text-decoration: underline;
}

.wtch_mv_img {
  width: 90%;
}

/* .wtch_mv_img img {
  min-height: 390px;
} */

.detail-ebook .btn.active:focus {
  outline-offset: 0px;
  box-shadow: none !important;
}

/* detail page animatio */
.ebook-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgb(0 0 0 / 45%) 43%,
    rgba(0, 0, 0, 0.40379901960784315) 75%
  );
  border-radius: 8px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
  z-index: 2;
}

.ebook-overlay .btn {
  position: absolute;
  bottom: 40px;
  width: 90%;
  left: 5%;
  transition: all 0.3s ease;
}

.ebook-overlay button {
  opacity: 0;
  transform: translateY(90px);
  transition: 0.3s ease-out 0.2s;
}

.ebook-image:hover .ebook-overlay {
  opacity: 1;
  backdrop-filter: blur(10px);
}

.ebook-image:hover .ebook-overlay .btn {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}

.ebook-image:hover .ebook-overlay button {
  opacity: 1;
  transform: translateY(0);
}

.main-container {
  padding: 0px !important;
}

#moduleContainer.pinned-right-bar {
  padding: 0px !important;
  width: 100% !important;
  right: 0 !important;
  top: 0;
  left: 0 !important;
}

/* #moduleContainer.container-pinned.pinned-right-bar {
  width: calc(100% - 56px) !important;
  overflow-x: hidden;
} */

#moduleContainer.container-pinned {
  width: 100% !important;
}

.related-img {
  width: 100%;
  height: 176px;
  cursor: pointer;
  background-color: var(---play-bg-color);
  overflow: hidden;
}

.related-img:hover img {
  transform: scale(1.1);
}

.related-img img {
  object-fit: contain;
  padding: 10px 0px;
  transition: 0.3s ease-out;
}

.related-desc {
  padding-top: 10px;
}

.related-desc a {
  color: var(---black-color);
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px !important;
}

.related {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0.8%;
}

.related-card {
  width: 15.5%;
}

.text-warning,
.fill-warning {
  color: var(--mo-yellow);
}

.container-custom {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.commonTopBottomPadding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.commonPadding {
  padding: 30px;
}

.mt-0 {
  margin-top: 0px;
}

/* ebook detail page */
.ebook-wrapper {
  gap: 25px 10px;
}

.vlab-wrapper {
  gap: 25px 0.75%;
}

.vlabItemInnerCol {
  width: 19.4%;
}

.vlab-wrapper.layoutList {
  flex-direction: column;
}

.vlab-wrapper.layoutList .vlabItemInnerCol {
  width: 100%;
  padding: 5px;
  background-color: #e9e9e9;
  border-radius: 5px;
}

.vlab-wrapper.layoutList .vlabItemInnerCol .video-list {
  display: flex;
  gap: 15px;
}

.vlab-wrapper.layoutList .vlabItemInnerCol .video-list .video-list-image a {
  height: 130px;
}

.vlab-wrapper.layoutList .vlabItemInnerCol .video-list-by {
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}

.ebook-item {
  width: 16%;
}

.ebook-overlay img {
  background: var(---gray-small);
}

.ebook-filter-styling {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  background-color: var(---gray-small);
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.ebook-listing {
  width: 100%;
}

.ebook-listing.ebook-listing-styling {
  width: 100%;
}

.rightSideFilterBar.ebookFilterOpen .ebook-aside {
  display: block;
}

.ebook-aside {
  /* width: 350px; */
  position: initial;
  top: 64px;
  overflow: hidden;
  visibility: visible;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  transition: 0.3s ease;
  height: 100%;
  right: 56px;
  background-color: var(--mo-white);
  z-index: 9999;
  display: none;
}

.allListingMainBox {
  gap: 15px;
}

.widget-search-bar {
  margin-bottom: 15px;
}

.lisitingPageInner-main {
  width: 100%;
  transition: all 0.3s ease;
}

.lisitingPageInner-main.withFilter {
  width: 85%;
}

.rightSideFilterBar {
  width: 0%;
  transition: all 0.3s ease;
}

.rightSideFilterBar.ebookFilterOpen {
  width: 15%;
  padding-left: 20px;
  border-left: solid 1px var(---gray-medium);
  z-index: 10;
}

.filter-border {
  border-bottom: 1px solid #e2e2e2;
  /* padding-bottom: 10px; */
}

.ebook-listing-gap {
  gap: 40px 2%;
}

.filter-section {
  position: relative;
  overflow: hidden;
}

.filter-search {
  border: 1px solid #ced4da;
  width: 100%;
  height: 35px;
  padding-left: 30px;
}

.ebookfilter-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
}

.tags-item {
  margin-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
}

/* .filter-padding {
  padding: 15px 20px 0px;
} */

.filter-height {
  max-height: 200px;
  overflow: auto;
  margin-bottom: 0px;
  padding: 0px 5px;
}

.clear-filter {
  color: #878787;
  font-size: 13px;
  cursor: pointer;
  margin-top: 10px;
  padding: 0 10px;
}

.clear-svg {
  width: 14px;
  height: 14px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filtermain-close {
  width: 35px;
  height: 35px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}

/* .ebook-item-filter{
  background-color: red;
} */

/* Banner Carousel New Style */
ul.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 50px;
}

.slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0px;
  display: inline-flex;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  border: solid 1px var(--mo-white);
}

.slick-dots .slick-active button {
  background-color: var(--mo-white);
}

.ebookSection {
  position: relative;
}

.searchBtn {
  position: absolute;
  background: transparent;
  border: 0;
  left: 20px;
  padding: 0px;
}

.form-horizontal .control-label {
  margin-bottom: 10px;
  font-weight: 500;
}

.helpText {
  font-size: 14px;
  color: #7b7b7b;
}

.ek_upload_vdo {
  padding: 30px 50px;
}

.ek_upload_ebk_preview {
  background: rgb(0 0 0 / 4%);
  border-radius: 2px;
  padding: 15px;
  width: 245px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.ek_upload_ebk_preview .ek_upload_vdo_thumb {
  position: relative;
  padding-bottom: 0;
  margin: 0;
  height: 100%;
}

.ek_upload_ebk_preview + p {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.ek_upvid_three {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.categoryPageListing::before,
.categoryPageListing::after {
  display: none;
}

.related.categoryPageListing {
  gap: 16px 0.56%;
}

.videos-latest-list.top .video-latest-list {
  width: 24.58%;
}

.editEbookThumbCol .thumbnail-preview.edit-thumb {
  background: rgb(0 0 0 / 4%);
  border-radius: 2px;
  padding: 15px;
  width: 245px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.editVideoThumbCol .thumbnail-preview.edit-thumb {
  position: relative;
  aspect-ratio: 1.7815;
}

.editVideoThumbCol .thumbnail-preview.edit-thumb img {
  object-fit: cover;
}

.editEbookThumbCol .thumbnail-preview.edit-thumb::after,
.editVideoThumbCol .thumbnail-preview.edit-thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(---black-color);
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.5;
}

.editEbookThumbCol .ebookeEditNewPhoto,
.editVideoThumbCol .ebookeEditNewPhoto {
  position: absolute;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--mo-white);
  white-space: nowrap;
  z-index: 2;
}

.ebookPrivacyChoiceWrapper {
  gap: 15px;
}


/* Flex Class */
.d-inline-flex {
  display: inline-flex;
}

.align-items-start {
  align-items: flex-start;
}

.myActivity-ebookMoreOption {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
  transition: all 0.3s ease;
}

.myActivity-ebookMoreOption button {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.myActivity-ebookMoreOption button.editOption {
  background-color: green;
  color: white;
}

.myActivity-ebookMoreOption button.deleteOption {
  background-color: red;
  color: white;
}

.ebookItem:hover .myActivity-ebookMoreOption {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.myActivity-ebookStatus {
  position: absolute;
  top: 10px;
  left: 15px;
  background-color: black;
  color: white;
  font-weight: 500;
  font-size: 12px;
  display: inline-flex;
  padding: 3px;
}

a.manageaccount:hover {
  text-decoration: none !important;
  color: var(---black-color) !important;
}

.innerView-gridIcon,
.innerView-listIcon {
  display: none;
}

.innerView-gridIcon.active,
.innerView-listIcon.active {
  display: inline-flex;
}

button.innerViewLayoutChangeBtn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  flex: 0 0 35px;
}

.topInnerHeader-rightBtnWrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ebookInnerListingMainWrapper.layoutList {
  flex-direction: column;
}

.ebookInnerListingMainWrapper.layoutList .ebookItem {
  width: 100%;
  display: flex;
  gap: 20px;
  color: var(---black-color);
  padding: 10px;
  border-radius: 10px;
  background-color: var(---gray-small);
  min-height: 185px;
}

.ebook-listing .ebookInnerListingMainWrapper.layoutList .ebookItemDesc {
  position: relative;
}
.ebook-listing
  .ebookInnerListingMainWrapper.layoutList
  .ebookItem
  .ebookItemDesc::after {
  all: unset;
}
.ebook-listing .ebookInnerListingMainWrapper.layoutList .ebookItemShort-desc {
  max-height: unset;
}
.ebook-listing .ebookInnerListingMainWrapper.layoutList .ebookItem-viewAndLike {
  color: var(--mo-gray-800);
}

.ebookInnerListingMainWrapper.layoutList .ebookItem:hover {
  background-color: var(---gray-medium);
}

.ebookInnerListingMainWrapper.layoutList .ebookItemShort-desc {
  visibility: visible;
  position: initial;
  height: auto;
}

.ebookInnerListingMainWrapper.layoutList .ebookItem-imgBox {
  flex-basis: 110px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}

.ebookInnerListingMainWrapper.layoutList .ebookItem:hover .ebookItemDesc {
  position: unset;
  bottom: 0px;
  color: var(---black-color);
  z-index: unset;
  padding: 8px;
  width: 100%;
  min-height: unset;
  left: 2%;
}

.ebookInnerListingMainWrapper.layoutList
  .ebookItem:hover
  .ebookItemDesc::after {
  display: none;
}

.ebookInnerListingMainWrapper.layoutList .ebookItem .ebookItem-title a {
  font-size: 20px;
  color: var(---black-color);
}

.ebookInnerListingMainWrapper.layoutList .ebookItem:hover .ebookItem-title a {
  color: var(---black-color);
  font-weight: 500;
}

.ebookInnerListingMainWrapper.layoutList .ebookItem-viewAndLike {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}

.ebookInnerListingMainWrapper.layoutList .ebookItemShort-desc {
  -webkit-line-clamp: 3;
}

.ebookInnerListingMainWrapper.layoutList .ebookItem-title {
  -webkit-line-clamp: 1;
}

.viewsAndLikeWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filterRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.filterItemCol {
  max-width: 25%;
}

.gradeListingItem {
  width: 100%;
  border: solid 1px var(---gray-medium);
  border-radius: 10px;
  padding: 10px 25px;
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background-color: var(--mo-white);
}

.gradeListingItem-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gradeListingItem h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.gradeListingTable th,
.subjectListingTable th,
.categoryListingTable th {
  border-bottom: 0 !important;
}

.gradeListingItem-name {
  min-width: 50%;
  max-width: 50%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#moduleContainer {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  margin: 0;
}

/* #moduleContainer.pinned-right-bar {
  width: calc(100% - 56px) !important;
} */

.filterCloseWrapper {
  display: none;
}

.fullWidth {
  width: 100%;
}

.myProfileBookmarkedVideo {
  margin-bottom: 14px;
}

.historyActionBtn {
  display: flex;
  gap: 10px;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  width: 100%;
}

.menuli img {
  width: 30px;
  height: 30px;
  padding: 6px;
  /* background-color: var(---gray-medium); */
  border-radius: 5px;
  /* box-shadow: inset 0px 0px 5px 2px #cfcfcf; */
}

.menuli {
  padding: 3px 0;
}

.menuli a,
.menu-w-dropdown-inner {
  display: flex;
  gap: 10px;
}

.menuli.menu-active img {
  background-color: var(---yellow-color);
}

.pt-create-menu img {
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #f3f3f3;
  border-radius: 5px;
}

.upcomingNext-plasma .video-title a {
  font-size: 16px;
  font-weight: 400;
}

.btnWrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.menuli.submenu:active,
.menuli.submenu:focus-within,
.menuli.submenu:focus-visible {
  color: var(---black-color);
  background-color: var(--mo-white);
}

.menuli.submenu:active a,
.menuli.submenu:focus-within a,
.menuli.submenu:focus-visible a {
  color: var(---black-color);
}

.submenuWithIcon {
  margin: 25px 0 0px 0 !important;
}

.submenuWithIcon:not(:first-child) {
  margin: 10px 0 0px 0 !important;
}

.submenuWithIcon.active {
  background-color: var(---primary-color-shade);
}

.submenuWithIcon a {
  gap: 10px;
  height: auto !important;
  line-height: 1 !important;
  padding: 0 !important;
}

.submenuWithIcon img {
  width: 20px;
  height: 20px;
}

.comments-load {
  display: none;
}

.customModalDialog {
  border-radius: 15px;
}

.customModalDialog .modal-content {
  border-radius: 15px;
}

.customModal {
  flex-direction: column !important;
  text-align: center;
  position: relative;
  padding: 50px;
  border-radius: 15px;
}

.customModal .modalImg {
  max-width: 300px;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.customModal .modalImg svg {
  width: 100%;
  height: 100%;
}

.customModal h5 {
  font-size: 40px;
  margin-bottom: 10px;
}

.customModal p {
  margin-bottom: 20px;
}

.customModal .btn-close {
  opacity: 1;
  position: absolute;
  background-color: var(--mo-white) !important;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.customModal .btn-close:hover {
  opacity: 1;
}

.modalBtnWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.modalBtnWrapper .btn {
  padding: 10px 30px;
}

.customModalMain.fade {
  text-align: center;
  padding: 0 !important;
  background-color: var(--mo-backdrop);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* z-index: 99999999 !important; */
  /* backdrop-filter: blur(15px); */
}

/* .navbar-fixed-bottom,
.navbar-fixed-top {
  z-index: 1;
} */

.customModal h4.modal-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.customModal .yp_copy_link {
  width: 100%;
}

.customModal .form-group {
  text-align: left;
}

.doubleBtnWrapper {
  width: 100%;
  margin-top: 15px;
}

.doubleBtnWrapper .btn,
.iqCreateButton-modal {
  width: 50%;
}

.lisitingPageInner-main.withFilter
  .ebookInnerListingMainWrapper.layoutList
  .ebookItem {
  width: 100%;
}

.filterAccordion .panel-heading {
  padding: unset;
}

.filterAccordion .panel-title a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
}

.filterAccordion .panel-body {
  padding: 5px;
}

.filterAccordion .panel-title a svg {
  transition: transform 0.3s ease;
}

.filterAccordion .panel-title a:not(.collapsed) svg {
  transform: rotate(180deg);
}

.filterAccordion .panel-group {
  margin-bottom: 0;
}

.filterAccordion .SubCategoryAccordion .panel-title a {
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 400;
}

.filterAccordion .filter-height {
  padding: 0;
}

span.subCategoryText {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.searchUserProfileBox {
  padding: 15px;
  box-shadow: rgb(0 0 0 / 10%) 0px 0 6px 0px, rgb(0 0 0 / 10%) 0px 2px 4px -2px;
}

.searchUserProfileBox .video-thumb {
  min-width: 65px;
  width: 65px;
  margin-right: 15px;
  height: 65px;
}

.searchUserProfileBox .video-title h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 16px;
}

.backtoPrevPage-btn {
  width: 50px;
  height: 38px;
  border-radius: 6px;
  border: 0;
  margin-right: 10px;
  padding: 0;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.topInnerHeader-rightBtnWrap.categoryPage {
  margin-right: 15px;
  margin-left: auto;
}

.vid_analts_stat {
  min-height: 139px;
}

.ek_vid_stud_row a:hover {
  text-decoration: none;
}
.themeColorOptions-item {
  row-gap: 8px;
}
.themeColorOptionsWrapper .form-label {
  font-size: 12px;
  font-weight: 400;
  color: var(--mo-gray-700);
}

.mobileNoPadding {
  padding-left: 0;
  padding-right: 0;
}
.my-sysNotify {
  display: none;
}
.hide-scrollbar::-webkit-scrollbar{
  display: none;
}
.release-notes-styling{
  font-size: 18px;
}
@media (min-width: 1600px) {
  .videoLibrary-img.ebook {
    width: 8% !important;
    flex: 0 0 8% !important;
    aspect-ratio: 2 / 3;
  }
}

@media (min-width: 1441px) {
  .ebook-wrapper {
    gap: 25px 8px;
  }

  .ebookItem {
    width: 16%;
  }

  .categoryPageListing .ebookItem {
    width: 16.2%;
  }

  .myActivity-ebook .ebookItem {
    width: 16.2%;
  }

  .lisitingPageInner-main.withFilter .ebookItem {
    width: 19%;
  }

  .categoryPageListing .video-latest-list {
    height: auto !important;
  }

  .videoLibrary-img.ebook {
    width: 10%;
    flex: 0 0 10%;
    aspect-ratio: 2 / 3;
  }
}

@media (max-width: 1440px) {
  .lisitingPageInner-main.withFilter .vlabItemInnerCol {
    width: 24%;
  }

  .ebookItem {
    width: 18.9%;
  }

  .myBookmarkedList .ebookItem {
    width: 19.2%;
  }

  .vlabItemInnerCol {
    width: 24%;
  }

  .ebook-wrapper {
    gap: 25px 1.33%;
  }

  .wtch_mv_img {
    width: 100%;
  }

  .videoLibrary-img.ebook {
    width: 10%;
    flex: 0 0 10%;
    aspect-ratio: 2 / 3;
  }

  .publisherAndCategory,
  .visibilityAndApproval {
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
  }

  .manageVideoLibraryList-item.ebookItemRow .publisherDetails,
  .manageVideoLibraryList-item.ebookItemRow .manageVideoLibrary-category,
  .manageVideoLibraryList-item.ebookItemRow .videoVisibilityOption {
    width: 100%;
  }

  .lisitingPageInner-main.withFilter {
    width: 75%;
  }

  .rightSideFilterBar.ebookFilterOpen {
    width: 25%;
  }

  .lisitingPageInner-main.withFilter .ebookItem {
    width: 25%;
  }

  .related {
    gap: 40px 0;
  }
}

@media (max-width: 1024px) {
  .ebookItem {
    width: 24%;
  }

  #moduleContainer.container-pinned.pinned-right-bar {
    width: 100% !important;
    height: unset !important;
  }
  .video-title a {
    font-size: 18px;
  }

  .lisitingPageInner-main.withFilter .ebookItem {
    width: 33%;
  }

  .vlabItemInnerCol {
    width: 24%;
  }

  .lisitingPageInner-main.withFilter .vlabItemInnerCol {
    width: 32%;
  }

  .video-options {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
}

@media (min-width: 992px) {
  .backtoPrevPage-btn {
    display: none;
  }

  .backtoPrevPage-btn.active {
    display: flex;
  }
}

@media (max-width: 991px) {
  .filterTitle {
    margin-top: 40px;
  }

  .ek_page_headr {
    flex-wrap: wrap;
    gap: 10px;
  }

  .topInnerHeader-rightBtnWrap {
    width: 50%;
  }

  ul.notfi-dropdown {
    position: fixed !important;
    top: 64px;
  }

  .backToPrevPage-btnWrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .vlabItemInnerCol {
    width: 32%;
  }

  .lisitingPageInner-main.withFilter .vlabItemInnerCol {
    width: 49%;
  }

  .ebookItem {
    width: 32.3%;
  }

  .wtch_mv_img {
    width: 60%;
  }

  .six_padding_15 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .yp_side_menu.has_side_menu {
    margin: var(--top-header-height) 0 0 0 !important;
  }

  div#productMenu {
    display: none;
  }

  .content {
    padding: 5px;
  }

  #moduleContainer.container-pinned.pinned-right-bar {
    width: 100% !important;
  }

  .editEbookInnerRow {
    display: flex;
    flex-direction: column-reverse;
  }
  .ek_upvid_four .editEbookInnerRow {
    flex-direction: column;
  }

  .edit-thumb img {
    max-width: 300px;
  }

  .video-title p {
    font-size: 16px;
    font-weight: 500;
  }

  .keep-padding {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .commonPadding {
    padding: 20px;
  }

  .lisitingPageInner-main.withFilter .ebookItem {
    width: 49%;
  }

  .lisitingPageInner-main.withFilter {
    width: 65%;
  }

  .rightSideFilterBar.ebookFilterOpen {
    width: 35%;
  }

  .myBookmarkedList .ebookItem {
    width: 24%;
  }

  .myProfileBookmarkedVideo .video-latest-list {
    margin-bottom: 0px;
  }

  .myProfileBookmarkedVideo {
    margin-bottom: 20px !important;
  }

  /* .ek_header_nav {
    margin-top: 4px !important;
  } */

  #video-user-comments {
    max-height: 90px;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.3s ease;
  }

  #video-user-comments.showMore {
    max-height: 100%;
  }

  #moduleContainer.pinned-right-bar {
    width: 100% !important;
  }

  .comments-load {
    display: inline-flex;
  }

  .topInnerHeader-left h4 {
    margin-bottom: 0;
    font-size: 16px !important;
  }

  .settings-sidebar ul {
    border-radius: 0;
    box-shadow: unset;
  }

  .settings-sidebar ul {
    margin-bottom: 5px;
    border-bottom: solid 1px;
  }

  .topInnerHeader-left h2 {
    font-size: 16px;
    margin: 0;
  }

  .category-top {
    padding-bottom: 10px;
    flex-direction: column;
    align-items: unset;
    gap: 15px;
  }

  .customModal {
    padding: 30px;
  }

  .customModal h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .ek_history .video-wrapper .video-info > .trashDeleteRestore .video-actions,
  .video-wrapper .video-info > .video-actions {
    visibility: visible;
    opacity: 1;
  }

  .categoryTopBtnWrapper .btn {
    width: 50%;
  }
  .filterRow {
    flex-wrap: unset;
  }
}

@media (max-width: 575px) {
  .topInnerHeader-rightBtnWrap {
    width: 100%;
  }

  .customModal h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .customModal p {
    margin-bottom: 14px;
  }

  .customModal .btn-close {
    top: 15px;
    right: 15px;
  }

  .gradeListingItem-name {
    white-space: initial;
  }

  .gradeListingItem-name {
    max-width: 100%;
  }

  .innerPageMainTitleWrapper h3 {
    font-size: 16px;
    margin: 0;
  }

  .innerPageMainTitleWrapper {
    justify-content: flex-start;
    align-items: center;
    gap: 15px 0;
  }

  .vlabItemInnerCol {
    width: 49%;
  }

  .vlab-wrapper {
    gap: 25px 1%;
  }

  .ebookItem {
    width: 49%;
  }

  .six_padding_15 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wtch_mv_img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 24px;
  }

  .video-player-page.six_padding_15 .video-options {
    width: auto;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
  }

  .video-player-page.six_padding_15 .video-options .btn-share {
    flex: unset;
  }

  .pp_mat_input {
    margin-bottom: 1.5em;
  }

  .keep-padding {
    padding-right: 0px !important;
    padding-left: 0dvh !important;
  }

  .vlabItemInnerCol {
    margin-bottom: 0px;
  }

  .dashboardChartWrapper {
    padding: 10px;
  }

  .profile-container .ek_chnl_info .info-container h4 {
    font-size: 18px;
  }

  .profile-container .ek_chnl_info .avatar-container {
    margin: -50px 10px 0px 10px;
  }

  .related.categoryPageListing {
    gap: 5px 0;
  }

  /* .ebookItem-viewAndLike {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  } */
  /* .ek_timeline_vids .col-md-3 {
    flex-basis: 100%;
  } */
  .manageVideoLibraryList-item {
    flex-direction: column;
    background-color: var(---gray-medium);
    gap: 8px;
    padding: 12px;
  }

  .manageVideoLibraryList-item .videoLibrary-img {
    width: 100%;
    aspect-ratio: 1.78;
  }

  .videoLibraryOptions {
    width: 100%;
  }

  .publisherDetails h4,
  .manageVideoLibrary-category h4,
  .videoVisibilityOption h4 {
    width: 110px;
  }

  .commonPadding {
    padding: 10px;
  }

  .dataTables_wrapper {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .manageVideoLibraryList-item:hover {
    background-color: var(---primary-color) 1a;
    overflow: hidden;
  }

  .manageVideoLibraryList-item:hover .videoLibraryOptions:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(---black-color);
    z-index: 1;
  }

  .edit-thumb img {
    max-width: 100%;
  }

  .edit-video-title {
    font-size: 16px;
    line-height: 26px;
  }

  .innerPageMainTitleWrapper {
    margin-bottom: 15px;
  }

  .innerPageMainTitleWrapper a {
    width: 100%;
  }

  .innerPageMainTitleWrapper a .btn {
    width: 100%;
  }

  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .gradeListingItem {
    align-items: flex-start;
    flex-direction: column;
  }

  .filterItemCol {
    max-width: 100%;
    min-width: 155px;
  }

  .allListingMainBox {
    gap: 0;
  }

  .lisitingPageInner-main.withFilter {
    width: 100%;
  }

  .rightSideFilterBar {
    width: 100%;
    right: -100%;
    transition: all 0.3s ease;
    position: fixed;
    padding: 20px;
    background-color: var(--mo-white);
    top: 64px;
  }

  .rightSideFilterBar.ebookFilterOpen {
    right: 0;
    width: 100%;
  }

  .filterCloseWrapper {
    display: flex;
    position: absolute;
    top: 10px;
  }

  .widget-search-bar {
    margin-top: 40px;
  }

  .myBookmarkedList .ebookItem {
    width: 49%;
  }

  .profile-container .page-container {
    margin-top: 10px;
  }

  .ek_timeline_vids .categoryPageListing .col-md-3 {
    width: 100%;
  }

  #moduleContainer.pinned-right-bar {
    width: 100% !important;
  }

  .related {
    justify-content: space-between;
  }

  .video-title a {
    font-size: 16px;
  }

  .pp_mat_input input,
  .pp_mat_input textarea {
    font-size: 14px;
  }

  .sidemenu-styling {
    top: 0px;
  }
  .margin-right {
    margin-right: 0px;
  }

  .topInnerHeader-rightBtnWrap.categoryPage {
    width: calc(100% - 60px);
  }

  .topInnerHeader-rightBtnWrap.categoryPage
    .pageInnerSearchWrapper.searchExpand {
    width: 98%;
  }

  .categoryTopBtnWrapper .btn {
    width: 100%;
  }

  #categoryListBlock .accordianButton {
    align-self: flex-end;
  }
  ul.notfi-dropdown li h5 {
    padding: 12px;
    font-size: 16px;
  }
  .navbar-nav::after {
    display: none;
  }
  header {
    padding: 6px 10px;
  }
}

.SubCategoryAccordion {
  width: 100%;
}

.SubCategoryAccordion .panel-title {
  display: flex;
  align-items: center;
  width: 100%;
}

.SubCategoryAccordion .panel-title .checkbox input[type="checkbox"],
.SubCategoryAccordion .panel-title .checkbox-inline input[type="checkbox"],
.SubCategoryAccordion .panel-title .radio input[type="radio"],
.SubCategoryAccordion .panel-title .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: -9px;
  margin-left: -10px;
}

.SubCategoryAccordion .panel-title a {
  width: 100%;
}

.subCategoryListingItem {
  margin-left: 35px;
  width: calc(100% - 35px);
  background-color: var(--mo-white);
}

.pp_mat_input.chooseMainCategoryField {
  margin-bottom: 0;
}

.bulkActionHeader {
  position: absolute;
  background-color: var(---gray-medium);
  width: 100%;
  z-index: 1;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: -100%;
  transition: all 0.3s ease;
}

.bulkActionHeader.active {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.manageUserTableRow {
  margin-top: 20px;
}

.bulkActionButton {
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  background-color: #dfdfdf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.bulkActionButton:hover {
  border-radius: 50%;
  background-color: #ccc;
}

.usersFilterRow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
  background-color: var(---gray-medium);
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.dataTable td p {
  margin-bottom: 0;
  font-size: 14px;
}

#olineadmissionTable_length {
  font-size: 12px;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 12px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: unset;
  left: 0;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: unset;
  left: 0.3em;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 8px;
  padding-left: 25px;
}

.label.userStatusLabel {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 15px;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.actionBtn {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.userSearchFormField {
  background-color: var(--mo-white) !important;
}

li.paginate_button a {
  font-size: 12px;
}

.selectedRow {
  background-color: #dfdfdf;
}

@media (max-width: 575px) {
  .filterOptionMainWrapper {
    flex-direction: column;
  }

  .filterRow {
    /* flex-direction: column; */
    padding-bottom: 15px;
    overflow-x: auto;
  }

  .category-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .categoryTopBtnWrapper {
    gap: 15px 2%;
  }

  .gradeListingItem h3 {
    font-size: 1.5rem;
  }

  .action-edit,
  .action-delete {
    font-size: 12px;
  }

  .usersFilterRow {
    gap: 10px;
  }
}

.vid_analts_stat {
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vid_analts_stat:hover {
  transform: scale(1.04);
}

.changeThumnailBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}

.changeThumnailBtn.btnEnabled {
  visibility: visible;
  opacity: 1;
}

.ek_upload_vdo_thumb .uploadOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 2px 2px 0 0;
  background: rgb(0 0 0 / 50%);
  opacity: 0 !important;
  visibility: hidden !important;
}

.ek_upload_vdo_thumb .uploadOverlay.overlayEnabled {
  opacity: 1 !important;
  visibility: visible !important;
}

.yp_side_menu.has_side_menu.withoutProduct #moduleContainer.pinned-right-bar {
  width: 100% !important;
}

.bookDetailsTable-title {
  font-weight: 500;
  min-width: 100px;
}

.bookDetailsTable-emptyTd {
  width: 20px;
  text-align: center;
}

.bookDetailTable {
  margin-bottom: 20px;
}

.bookDetailTable td {
  padding: 5px;
}

.action-edit[disabled="true"],
.action-delete[disabled="true"],
.action-edit[disabled="true"]:hover,
.action-delete[disabled="true"]:hover {
  background-color: var(---gray-medium);
  color: var(---gray-dark) !important;
}

.subCategoryLeftSideMenu {
  padding-left: 15px;
}

.iqButtonWrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 20%;
  justify-content: flex-end;
}

.modalFormWrapper {
  width: 100%;
  text-align: left;
}

.modalTextEditor {
  height: 100px !important;
  overflow-y: auto;
  border-radius: 0 0 5px 5px;
}

.bootstrap-select .dropdown-menu li {
  margin-bottom: 2px !important;
}

.no-content-found.empty_state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no-content-found.empty_state button,
.noDataAddBtn {
  margin-top: 10px;
}

.noDataImg {
  width: 350px;
  margin-bottom: 30px;
}

.mainPageEmpty {
  background: var(---primary-color);
  background: linear-gradient(
    305deg,
    #13315c 18.63%,
    #16235d 48.56%,
    #1a3761 87.04%
  );
  background: -moz-linear-gradient(
    305deg,
    #13315c 18.63%,
    #16235d 48.56%,
    #1a3761 87.04%
  );
  background: -webkit-linear-gradient(
    305deg,
    #13315c 18.63%,
    #16235d 48.56%,
    #1a3761 87.04%
  );
}

.mainPageEmpty {
  min-height: calc(100vh - 140px);
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.mainPageEmptyInner {
  width: 100%;
  min-height: 250px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  padding: 40px;
  z-index: 10;
  color: whitesmoke;
  text-align: left;
}

.mainPageEmptyInner h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #ffc107;
}

.mainPageEmptyInner p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.blob {
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(47, 184, 255, 0.42) 31.77%,
    #5c9df1 100%
  );
  -webkit-animation: move 25s infinite alternate;
  animation: move 25s infinite alternate;
  transition: 1s cubic-bezier(0.07, 0.8, 0.16, 1);
  opacity: 0.5;
}

.blob:hover {
  width: 520px;
  height: 520px;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.6),
    inset 100px 100px 0 0px #4c8b32, inset 200px 200px 0 0px #fcde27,
    inset 300px 300px 0 0px #db402f;
}

@-webkit-keyframes move {
  from {
    transform: translate(-100px, -50px) rotate(-90deg);
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
  }

  to {
    transform: translate(500px, 100px) rotate(-10deg);
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
  }
}

@keyframes move {
  from {
    transform: translate(-100px, -50px) rotate(-90deg);
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
  }

  to {
    transform: translate(500px, 100px) rotate(-10deg);
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
  }
}

.mainPageEmptyRow {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.mainPageEmptyRowColImg {
  background-color: var(--mo-white);
  padding: 55px;
  border-radius: 15px;
  width: 29%;
}

.mainPageEmptyRowColImg svg {
  width: 100%;
  height: 100%;
}

.mainPageEmptyRowColDesc {
  width: 50%;
}

.btn-w-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-w-icon img {
  width: 20px;
  height: 20px;
}

tr {
  transition: all 0.3s ease;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none !important;
}

.btn-outline-main {
  color: var(---primary-color);
  border: solid 1px var(---primary-color);
}

.btn-outline-main:hover {
  background-color: var(---primary-color);
  color: var(--mo-white);
}

.circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  /* 1 */
  transform: rotate(-90deg);
  /* 2, 3 */
  transform-origin: center;
  /* 4 */
}

text.circle-chart__percent {
  font-size: 7px;
  line-height: 1;
  font-weight: 700;
}

text.circle-chart__subline {
  font-size: 3px;
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pageInnerSearchWrapper {
  position: relative;
  background-color: var(---gray-medium);
}

.pageInnerSearchWrapper .form-control {
  width: 35px;
  height: 35px;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s ease;
  padding-left: 0;
  padding-right: 35px;
}

.pageInnerSearchWrapper.searchExpand .form-control {
  width: 400px;
  padding-left: 15px;
  padding-right: 35px;
}

button.innerPageSearchBtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  width: 35px;
  height: 35px;
  padding: 5px;
}

#categoryListBlock .panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#categoryListBlock .panel-heading .panel-title {
  width: 40%;
  font-size: 1.8rem;
}

#categoryListBlock .accordianButton {
  min-width: 16px;
}

#categoryListBlock a svg {
  transition: all 0.3s ease;
}

#categoryListBlock a:not(.collapsed) svg {
  transform: rotate(180deg);
}

#moduleContainer::-webkit-scrollbar {
  background: transparent;
  transition: all 0.3s ease;
}

#moduleContainer::-webkit-scrollbar-thumb {
  background: transparent;
  transition: all 0.3s ease;
}

#moduleContainer:hover::-webkit-scrollbar {
  background: transparent;
}

#moduleContainer:hover::-webkit-scrollbar-thumb {
  background: var(---gray-smallDark);
}

.iqCreateButton-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  /* padding: 1.5rem 3.125rem; */
  border: none;
  border-radius: 0.3125rem;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  min-height: 42px;
}

.iqCreateButton-modal:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(---green-color);
}

.iqCreateButton-modal span {
  position: absolute;
  line-height: 0;
}

.iqCreateButton-modal span i {
  transform-origin: center center;
}

.iqCreateButton-modal span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%);
}

.iqCreateButton-modal span:nth-of-type(2) {
  top: 100%;
  transform: translateY(0%);
  font-size: 24px;
}

.iqCreateButton-modal span:nth-of-type(3) {
  display: none;
}

.iqCreateButton-modal.active {
  background-color: #286090;
}

.iqCreateButton-modal.active:before {
  width: 100%;
  transition: width 3s linear;
}

.iqCreateButton-modal.active span:nth-of-type(1) {
  top: -100%;
  transform: translateY(-50%);
}

.iqCreateButton-modal.active span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.iqCreateButton-modal.active span:nth-of-type(2) i {
  animation: loading 500ms linear infinite;
}

.iqCreateButton-modal.active span:nth-of-type(3) {
  display: none;
}

.finished {
  background-color: #54d98c;
}

.finished .submit {
  display: none;
}

.finished .loading {
  display: none;
}

.finished .check {
  display: block !important;
  font-size: 24px;
  animation: scale 0.5s linear;
}

.finished .check i {
  transform-origin: center center;
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(10);
  }

  50% {
    transform: scale(0.2);
  }

  70% {
    transform: scale(1.2);
  }

  90% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1);
  }
}

.btn-yellow {
  background-color: var(---yellow-color);
  color: var(---primary-color);
}

.btn-yellow:hover {
  background-color: var(---yellow-color-shade);
}

.generalConfigWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.generalConfig-item {
  width: 45%;
  /* padding: 30px; */
  /* background-color: none; */
  color: var(--mo-gray-900);
  /* border-radius: 10px;
  border: solid 1px var(--mo-gray-300); */
}
.checkBoxWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.checkBoxWrapper .form-group {
  margin-bottom: 0;
}
.checkBoxCheckedStatusLabel[disabled="true"] {
  color: var(--mo-gray-500);
}

.generalConfig-item .form-control,
output {
  color: var(--mo-gray-900);
}

.generalConfig-item
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(---primary-color-shade);
  color: var(--mo-black);
  border: 1px solid var(---primary-color-shade);
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(---primary-color) !important;
}

.generalConfig-item .select2-container--default .select2-selection--multiple {
  background-color: transparent !important;
}

.generalConfig-item
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid var(--mo-gray-700) 1px !important;
}

.generalConfig-item
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: var(--mo-black) !important;
}
.select2-results__option[aria-selected] {
  border: solid 1px transparent !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--mo-gray-200) !important;
  color: var(--mo-black) !important;
  border-color: var(--mo-white) !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  border-color: var(--mo-white) !important;
}
.button-min-width {
  min-width: 115px;
}

.btn-primary {
  color: var(--mo-white);
  background-color: var(--mo-primary);
  border-color: var(--mo-primary);
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: var(--mo-primary-dark-text);
  background-color: var(--mo-primary);
  border-color: var(--mo-primary);
  opacity: 0.8;
}

.iqTitle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  flex-direction: column;
}

.btn-primary-wO-bg {
  background-color: transparent;
  color: var(---primary-color);
}

.btn-primary-wO-bg:hover {
  background-color: var(---primary-color-shade);
  color: var(---primary-color);
}

.iqButtonWrapper {
  position: relative;
}

.reportBtn:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(---primary-color-shade);
  opacity: 0.2;
}

.select2-results__option .custom-option label {
  margin-bottom: 0;
}

.select2-results__option .custom-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.select2-results__option input {
  margin-top: 0;
  width: 14px;
  height: 14px;
}

.modalAdvancedFilterWrapper {
  padding: 0;
  background-color: var(--mo-gray-200);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}
.modalAdvancedFilterWrapper.active {
  padding: 20px;
  visibility: visible;
  opacity: 1;
  max-height: 420px;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.m-0 {
  margin: 0;
}
.headerLogo {
  padding: 0;
  margin: 0;
  height: 50px;
  max-width: 225px;
  object-fit: contain;
}

@media (max-width: 991px) {
  #moduleContainer::-webkit-scrollbar {
    width: 5px;
  }

  .pageInnerSearchWrapper.searchExpand .form-control {
    width: 100%;
  }

  .topInnerHeader-rightBtnWrap {
    justify-content: flex-end;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
  }

  .ek_page_headr {
    position: relative;
  }

  .iqCard {
    text-align: left;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .iqTitle {
    width: 100%;
  }

  .iqScoreWrapper {
    width: auto;
  }

  .iqButtonWrapper {
    width: auto;
  }

  table.dataTable thead > tr > th.sorting_asc,
  table.dataTable thead > tr > th.sorting_desc,
  table.dataTable thead > tr > th.sorting,
  table.dataTable thead > tr > td.sorting_asc,
  table.dataTable thead > tr > td.sorting_desc,
  table.dataTable thead > tr > td.sorting {
    min-width: 170px;
  }

  .generalConfig-item {
    width: 100%;
    padding: 25px;
  }

  .generalConfigWrapper {
    gap: 20px;
  }
  .mainPageEmpty {
    padding: 12px;
  }
  .mainPageEmptyRow {
    flex-direction: column-reverse;
  }
  .mainPageEmptyRowColImg {
    padding: 30px;
    border-radius: 1rem;
    width: 100%;
  }
  .mainPageEmptyRowColDesc {
    width: 100%;
  }
  .mainPageEmptyInner {
    width: 100%;
    min-height: 100%;
    padding: 24px;
  }
  .mainPageEmptyInner h3 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .mainPageEmptyInner p {
    font-size: 1.4rem;
  }
  .yp_side_drawer {
    left: -300px;
    width: 225px !important;
    max-width: 280px;
    visibility: hidden;
    opacity: 0;
  }
  .yp_side_drawer.active {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
  .mobileMenuBarBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 24px;
    background-color: var(--mo-gray-200);
    box-shadow: 0 0 10px 2px var(--mo-gray-400);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobileMenuBarBottom-left,
  .mobileMenuBarBottom-right {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  button.mobileMenuBtn {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--mo-gray-300);
    border-radius: 4px;
    width: 45px;
    height: 45px;
  }
  button.mobileMenuBtn svg {
    width: 25px;
    height: 25px;
  }
  #new-notifications b {
    display: none;
  }
  span#new-notifications,
  span#new-messages {
    top: -4px;
    left: 27px;
    border-radius: 50%;
    line-height: 12px;
    min-width: 12px;
    min-height: 12px;
  }
  button.mobileToggleMenu {
    display: none;
  }
  .product-tip {
    display: none;
  }
  .desktop-options-items,
  .device-options-items[data-device="tablet"]{
    display: none;
  }
}

@media (max-width: 575px) {
  .iqCard {
    padding: 12px;
    gap: 12px;
    border-radius: 8px;
    border-color: var(---gray-smallDark);
    margin-bottom: 16px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .profile-container .ek_about {
    padding: 6px;
  }

  table.aboutDetailsTable {
    margin-top: 15px;
  }

  #categoryListBlock .panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }

  .subCategoryListingItem {
    margin-left: 0;
    width: 100%;
    background-color: var(--mo-white);
  }

  .table > thead:first-child > tr:first-child > th:last-child {
    min-width: 180px;
  }

  .generalConfig-item {
    padding: 15px;
  }

  .generalConfigWrapper {
    gap: 6px;
  }
}

.generalConfig-item .help-block {
  color: var(--mo-gray-700);
}

.sideMenuIcon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: var(---primary-color);
  border-radius: 50%;
  background-color: transparent;
}

.sideMenuIcon svg {
  margin: 0 !important;
}

.menuli.menu-active .sideMenuIcon {
  background-color: var(---primary-color);
  color: var(--mo-white);
}

.bg-success {
  background-color: var(---green-color-shade);
  color: var(---green-color);
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: var(---green-color);
  color: var(---green-color-shade);
}

.bg-danger {
  background-color: var(---red-color-shade);
  color: var(---red-color);
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: var(---red-color);
  color: var(---red-color-shade);
}

.badge {
  min-width: 25px !important;
  padding: 5px 20px !important;
}

.badge-success {
  background: var(---green-color-shade) !important;
  color: var(---green-color) !important;
}

.panel-default > .panel-heading {
  color: var(---black-color-small);
  background-color: var(--mo-white);
  border-color: var(---gray-medium);
}

.text-danger {
  color: var(---red-color);
}

.submenuli.menu-active {
  background-color: transparent;
  color: var(---primary-color);
}

.submenuli.menu-active a {
  color: inherit !important;
}

.submenuli.wIcon {
  list-style: none;
  padding-left: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.submenuli.wIcon a {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.submenuli.wIcon a .sideMenuIcon {
  width: 30px;
  height: 30px;
}

.selectedFilterWrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: var(---gray-small);
  padding: 10px;
  margin-bottom: 10px;
  max-height: 203px;
  overflow-y: auto;
}

.selectedFilterWrapper::-webkit-scrollbar {
  background: transparent !important;
  width: 5px !important;
}

.selectedFilterWrapper::-webkit-scrollbar-thumb {
  background: transparent !important;
  width: 5px !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
  border-radius: 10px !important;
}

.selectedFilterWrapper:hover::-webkit-scrollbar {
  background: var(---gray-small) !important;
  width: 5px !important;
}

.selectedFilterWrapper:hover::-webkit-scrollbar-thumb {
  background: var(---gray-medium-dark) !important;
  width: 5px !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
  border-radius: 10px !important;
}

.selectedFilterWrapper .clear-filter {
  color: #878787;
  font-size: 12px;
  cursor: pointer;
  margin-top: 0px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  gap: 5px;
  margin-bottom: 10px;
}

.showSelectedFilter {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.selectedFilter-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: var(---primary-color-shade);
  padding: 5px;
  font-size: 12px;
}

.selectedFilter-item-close {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.selectedFilter-item-close svg {
  width: 100%;
  height: 100%;
}

.emptyVerticalLineShape {
  width: 1px;
  height: 40px;
  background-color: var(---gray-medium);
  display: flex;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: var(--mo-primary-dark-text);
  background-color: var(--mo-primary);
  border-color: var(--mo-primary);
  opacity: 0.8;
}

.btn-primary.focus,
.btn-primary:focus {
  color: var(--mo-primary-dark-text);
  background-color: var(--mo-primary);
  border-color: var(--mo-primary);
  opacity: 0.8;
}

.action-edit.btn-link:focus,
.action-edit.btn-link:hover {
  color: var(---primary-color);
  background-color: var(---primary-color-shade);
  text-decoration: none;
}

.action-delete.btn-link:focus,
.action-delete.btn-link:hover {
  color: var(---red-color-shade);
  background-color: var(---red-color);
  text-decoration: none;
}

.editProfileBtn {
  margin-left: auto;
  margin-right: 0;
}

.active-poduct-name {
  line-height: 28px;
}

#preview_title {
  margin-bottom: 30px;
}

/* Bootstrap Select */
.dropdown-menu{
  border: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  /* color: var(--mo-white) !important; */
  text-decoration: none;
  background-color: var(--mo-gray-200);
}
.dropdown-item{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px !important;
}
.dropdown-wrapper-menu .dropdown-menu{
  width: 225px;
}

li.selected a {
  /* color: var(--mo-white) !important; */
  text-decoration: none;
  background-color: var(--mo-gray-200);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  display: none !important;
}
.dashboard-header-wrappers {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.dashboardHeaderThumbnile {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
}
.dashboard-header-items-date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0px;
}
.dashboard-header-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  /* opacity: 0.6; */
  left: 0;
  object-fit: cover;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.dashboard-header-items {
  position: relative;
  color: var(--mo-white);
  display: flex;
  padding: 20px;
  /* flex-direction: column; */
  min-height: 200px;
  align-items: center;
  justify-content: space-between;
}
.dashboard-svg-margin {
  margin-right: 30px;
}
.fs-18 {
  font-size: 18px;
}
.themeApplyBtnWrapper {
  margin-top: 20px;
}
.ebooklike-icon {
  color: var(--mo-blue);
  width: 14px;
  height: 14px;
}
.ebookdislike-icon {
  color: var(---red-color);
  width: 14px;
  height: 14px;
}
.ebookItem-viewCount-icon {
  color: var(--mo-yellow);
  width: 14px;
  height: 14px;
}
.ebooklike-icon svg {
  width: 100%;
  height: 100%;
}
.ebookdislike-icon svg {
  width: 100%;
  height: 100%;
}
.ebookItem-viewCount-icon svg {
  width: 100%;
  height: 100%;
}
/* .homeMyActivityWrapper-inner {
  display: flex;
  gap: 10px 2%;
} */
.homeMyActivity-item {
  width: 24%;
  height: 150px;
  display: flex !important;
  border: solid 1px var(--mo-gray-900);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  color: unset;
}
.homeMyActivity-item:hover,
.homeMyActivity-item:focus {
  text-decoration: none;
  color: unset;
}
.homeMyActivity-itemImg {
  width: 127px;
  flex: 0 0 127px;
  position: relative;
}
.homeMyActivity-itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeMyActivity-itemDesc {
  padding: 12px;
}
.homeMyActivity-itemDesc h5 {
  font-size: 12px;
  color: var(--mo-gray-500);
  margin: 0 0 8px 0;
}
.homeMyActivity-itemDesc h3 {
  font-size: 14px;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeMyActivity-itemDesc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.playBtnForVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  background-color: var(--mo-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeMyActivityWrapper-inner .slick-prev,
.homeMyActivityWrapper-inner .slick-next {
  width: 40px;
  height: 40px;
  top: 50%;
}
.homeMyActivityWrapper-inner .slick-next {
  right: -20px;
}
.homeMyActivityWrapper-inner .slick-prev {
  left: -20px;
}
.homeMyActivityWrapper-inner .slick-prev svg.feather,
.homeMyActivityWrapper-inner .slick-next svg.feather {
  width: 24px;
  height: 24px;
  color: #929292;
}
.downloadAndMultimediaInner {
  display: flex;
  gap: 16px 2%;
}
.downloadInnerChartWrapper {
  width: 27%;
}
.multimediaInnerChartWrapper {
  width: 71%;
}
.downloadAndMultimediaInnerBox {
  border: 1px solid #f3f3f3;
  box-shadow: 0px 2px 4px 0px #8f8f8f40;
  padding: 30px;
  border-radius: 10px;
}
.multimediaInnerChartWrapper .progress {
  position: relative;
  height: 30px;
  background: var(--mo-gray-200);
  box-shadow: 0 0 10px 3px inset var(--mo-gray-300);
}
.multimediaInnerChartWrapper .progress-bar {
  font-size: 12px;
  line-height: 30px;
  text-align: end;
  background-color: var(---primary-color);
  border-radius: 5px;
  padding-right: 10px;
}
.downloadAndMultimediaInnerBox-titleWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.multimediaInnerChartWrapper.downloadAndMultimediaInnerBox
  .downloadAndMultimediaInnerBox-titleWrapper {
  margin-bottom: 40px;
}
.downloadAndMultimediaInnerBox-titleLeft {
  display: flex;
  align-items: center;
  gap: 16px;
}
.downloadAndMultimediaInnerBox-titleLeft h3 {
  font-size: 16px;
  margin: 0 0 8px 0;
}
.downloadAndMultimediaInnerBox-titleLeft p {
  font-size: 14px;
  margin: 0;
}
.downloadAndMultimediaInnerBox-titleIcon {
  display: flex;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  background-color: var(---primary-color);
  color: var(--mo-white);
  border-radius: 8px;
}
.multimediaGrap-item:not(:last-child) {
  margin-bottom: 55px;
}
.downloadAndMultimediaInnerBox-titleRight {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100px;
  justify-content: center;
  padding: 10px;
  background-color: var(--mo-gray-200);
  border-radius: 12px;
}
.btn-outline-danger {
  color: var(--mo-danger);
  border-color: var(--mo-danger);
}
.btn-outline-danger:hover {
  color: var(--mo-white);
  background-color: var(--mo-danger);
  border-color: var(--mo-danger);
}
.customLabel {
  padding: 3px 16px;
  font-size: 12px;
  border-radius: 28px;
}
.customLabel.label-success {
  background-color: var(--mo-success-bg-subtle);
  color: rgba(41, 140, 8, 1);
}
.customLabel.label-danger {
  background-color: var(--mo-danger-bg-subtle);
  color: rgba(212, 33, 115, 1);
}
.customLabel.label-info {
  background-color: var(--mo-info-bg-subtle);
  color: rgba(17, 135, 236, 1);
}
.dropdown-menu.customDropdown-menu > li > a {
  display: inline-flex;
  padding: 6px 15px;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.open .dropdown-menu.customDropdown-menu {
  right: 0;
}
.dropdown.customDropdown {
  width: fit-content;
}
.dataTables_scrollBody {
  min-height: calc(100vh - 350px);
}
.upload-head {
  display: flex;
  align-items: center;
}
:root {
  --mainDashboardLeftWidth: 300px;
}
.mainDashboardLeft {
  position: fixed;
  width: var(--mainDashboardLeftWidth);
  height: calc(100vh - var(--top-header-height));
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  bottom: 0;
  padding: 0px;
  padding-top: 0px;
  background-color: #fafafa;
  border-right: 1px solid var(--mo-gray-300);
  z-index: 100;
}
.mainDashboardContent {
  margin-left: var(--mainDashboardLeftWidth);
  padding: 20px;
  background-color: var(--mo-white);
  min-height: calc(100vh - var(--top-header-height));
}
.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 8px;
}
a.titleLink {
  text-decoration: none;
}
.thumbnailWrapper-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border: dashed 1px var(--mo-gray-500);
  border-radius: 5px;
  min-height: 150px;
  cursor: pointer;
  gap: 16px;
}
.px-sidebar{
  padding-left: 20px;
  padding-right: 20px;
}
.thumbnailWrapper-inner img{
  height: 127px;
  width: auto;
  object-fit: contain;
  background-color: var(--mo-gray-100);
}
.modalFooterCustom {
  gap: 2%;
  padding: 10px 0 10px 0 !important;
  & button {
    width: 49%;
    margin: 0;
  }
}
.dropdown.dropdown-custom {
  width: 100%;
  position: relative;
  height: 2px;
  background-color: var(--mo-primary);
}
.btnAdd {
  all: unset;
  display: inline-flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--mo-primary);
  color: var(--mo-white);
  border: solid 2px var(--mo-primary);
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.dropdown-custom .dropdown-toggle::after {
  display: none;
}
.customAddBtnWrapper button:hover{
  background-color: var(--mo-primary) !important;
}
.customAddBtnWrapper .dropdown-menu{
  width: 90%;
}
#accordionCategoryStructure {
  .accordion-button {
    --mo-accordion-btn-padding-y: 0.5rem;
    --mo-accordion-btn-padding-x: 1.25rem;
    font-size: 14px;
    &:focus {
      box-shadow: none;
    }
    &::after {
      --mo-accordion-btn-icon-width: 1rem;
      order: 0;
      margin-left: 0;
    }
    & :nth-child(1) {
      order: 1;
      margin-left: 8px;
      flex: 0 0 16px;
    }
    & :nth-child(2) {
      order: 2;
      margin-left: 4px;
    }
  }
  .accordion-header.accordian-header-wo-child {
    .accordion-button {
      &::after {
        visibility: hidden;
      }
    }
  }
  .accordion-body {
    --mo-accordion-body-padding-y: 0.5rem;
    --mo-accordion-body-padding-x: 1.25rem;
    padding: var(--mo-accordion-body-padding-y) 0
      var(--mo-accordion-body-padding-y) var(--mo-accordion-body-padding-x);
  }
}
#accordionCategoryStructureTwo {
  position: relative;
}
.customAddBtnWrapper {
  position: absolute;
  width: 100%;
  height: 22px;
  z-index: 30;
  left: 30px;
  top: 25px;
  visibility: visible;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customAddBtnWrapperFile{
  top: 22px;
}
.customAddBtnWrapper .dropdown-menu{
  position: fixed !important;
  width: 255px;
}
.customAddBtnWrapper:hover{
  visibility: visible;
  opacity: 1;
}
a.userProfileLink {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  & .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2rem;
    & .img-thumbnail {
      width: 100%;
      height: 100%;
    }
  }
}
.bulkActionWrapper {
  position: fixed;
  bottom: -3px;
  right: 0px;
  flex-wrap: wrap !important;
  background-color: var(--mo-bulk-bg);
  width: 100%;
  z-index: 999;
  padding: 1.2rem;
  min-height: 60px;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}
.bulkActionWrapper.active {
  transform: translateY(0%);
}
.btn-outline-bulk {
  border: 1px solid var(--mo-white);
  color: var(--mo-white);
  font-size: 16px;
  line-height: 26px;
  border-radius: 28px;
  padding: 6.5px 31px !important;
  text-align: center;
  cursor: pointer;
}
.bulk-delete-gap {
  column-gap: 1.5rem;
  row-gap: 1rem;
}
.btn-outline-bulk:hover {
  background-color: var(--mo-bulk-btn-hover);
  color: var(--mo-white);
}
.bannerLogoWrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.categorySubWrapper {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.categoryMainWrapper li {
  &:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.categoryListingWrapper {
  padding: 1rem;
  border: solid 1px var(--mo-gray-400);
  border-radius: 4px;
  max-height: 350px;
  overflow-y: auto;
}
.categoryWithSub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categoryExpandBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  background-color: transparent;
}
.videoBody {
  gap: 24px 2%;
}
.video-item{
  width: 23.5%;
  padding: 16px;
  border-radius: 32px;
  overflow: hidden;
  border: solid 1px var(--mo-gray-400);
}
.video-item:hover img{
  filter: blur(2px);
}
.video-item:hover .playIconWrapper{
  opacity: 1;
  visibility: visible;
}
.video-itemTitle {
  text-decoration: none;
  font-size: 18px;
  color: var(--mo-black);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;   
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 0px;
}
.video-itemDesc {
  font-size: 14px;
  color: var(--mo-gray-800);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-itemLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(---primary-color);
}
.videoDurationSpan {
  z-index: 1;
  top: 5px;
  right: 10px;
  background-color: rgba(var(--mo-dark-rgb), 0.7);
  color: var(--mo-white);
  padding: 6px 16px;
  font-size: 12px;
  line-height: 1;
  gap: 4px;
  border-radius: 26px;
}
.video-itemThumbImg {
  width: 100%;
  aspect-ratio: 1360 / 800;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 12px;
}
.video-itemFolder {
  width: 32%;
}
.video-itemFolder .video-item {
  width: 100%;
}
.text-gray-custom{
  --mo-text-opacity: 1;
  color: var(--mo-secondary-color) !important;
}
.folderEmptyShade {
  width: 91%;
  height: 100%;
  position: absolute;
  background-color: var(--mo-gray-400);
  top: -16px;
  left: 4.5%;
  border-radius: 12px;
  z-index: -2;
}
.folderEmptyShade:before {
  content: "";
  width: 102%;
  height: 100%;
  background-color: var(--mo-gray-600);
  position: absolute;
  top: 4px;
  left: -1%;
  border-radius: 12px;
  z-index: -1;
}
.folderEmptyShade:after {
  content: "";
  width: 106%;
  height: 100%;
  background-color: var(--mo-gray-800);
  position: absolute;
  top: 10px;
  left: -3%;
  border-radius: 12px;
  z-index: -1;
}
.videoPlayerView {
  margin-left: var(--articleLeftMenuWidth);
  width: calc(100% - var(--articleLeftMenuWidth));
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px 2%;
  transition: all 0.3s ease;
}
.videoPlayerView.fullView {
  max-width: 1300px;
  margin: 0 auto;
}
.videoPlayerMainWrapper {
  width: 100%;
}
.relatedVideosWrapper {
  width: 100%;
}
.videoPlayer {
  border-radius: 16px;
  overflow: hidden;
}
.videoPlayer video {
  display: flex;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
}
.videoOptionBtn {
  all: unset;
  background-color: var(--mo-gray-300);
  color: var(--mo-black);
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 40px;
  &:hover {
    background-color: var(--mo-gray-400);
  }
}
.likeBtnWrapper {
  background-color: var(--mo-gray-300);
  border-radius: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.emptyYLine {
  background-color: var(--mo-gray-100);
  width: 2px;
  height: 40px;
}
.likeBtnWrapper button {
  all: unset;
  display: inline-flex;
  align-items: center;
  color: var(--mo-black);
  gap: 8px;
  padding: 8px 24px;
  cursor: pointer;
  &:nth-child(1) {
    border-radius: 40px 0 0 40px;
  }
  &:nth-child(2) {
    border-radius: 0 40px 40px 0;
  }
  &:hover {
    background-color: var(--mo-gray-400);
  }
}
.videoDescWrapper {
  /* background-color: var(--mo-gray-300); */
  border-radius: 16px;
  /* padding: 20px; */
}
.relatedVideosList {
  gap: 20px 1.25%;
}
.relatedVideosItem {
  width: 32.5%;
}
.relatedVideosItem-thumb {
  width: 100%;
  flex: 0 0 230px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
span.relatedVideosItem-duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: var(--mo-black);
  color: var(--mo-white);
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  z-index: 1;
}
.ek-card-btn{
  background-color: var(--mo-gray-200);
  color: var(--mo-black);
  border-radius: 2.5rem;
  border: none;
  height: 48px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all .3s;
  margin-top: auto;
  &:hover{
    background-color: var(--mo-gray-300);
  }
}
.relatedVideosItem-content {
  width: 100%;
  flex: 0 0 auto;
}
.relatedVideosItem-link {
  text-decoration: none;
  color: var(--mo-black);
  font-size: 0.9rem;
}
.videoPlayerTitle {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.relatedVideosItem-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
}
.relatedVideosItem-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1550px) {
  body.side_open .yp_side_drawer.active {
    width: 225px;
  }

  .sidemenu-styling {
    width: 180px;
  }

  /* body.side_open .yp_side_menu.has_side_menu {
    margin-left: 225px;
  } */

  .cus_story_slider .slick-prev,
  .cus_story_slider .slick-next {
    top: 41% !important;
  }

  .cus_slider .slick-prev,
  .cus_slider .slick-next {
    top: 32%;
  }
}

@media (max-width: 1440px) {
  .cus_story_slider .slick-prev,
  .cus_story_slider .slick-next {
    top: 41% !important;
  }
}

.cus_slider .slick-prev,
.cus_slider .slick-next {
  top: 30%;
}

@media (max-width: 1366px) {
  .sidemenu-styling {
    width: 100%;
  }

  .iqScoreWrapper {
    text-wrap: nowrap;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  a.search-icon.hdr_hover_btn svg {
    width: 20px;
    height: 20px;
  }
}

.language_list_inner_wrapper {
  padding: 10px 24px;
}

.language_list_inner_wrapper a {
  display: flex;
  margin-bottom: 10px;
}

.translate_active {
  color: var(---primary-color);
}

.language_list_inner_wrapper a:hover {
  color: var(---primary-color);
}

.cus_story_slider .slick-prev,
.cus_story_slider .slick-next {
  top: 45%;
  width: 40px;
  height: 40px;
}

.cus_story_slider .slick-prev {
  left: -20px;
}

.cus_story_slider .slick-next {
  right: -20px;
}

.cus_story_slider .slick-prev svg.feather,
.cus_story_slider .slick-next svg.feather {
  width: 24px;
  height: 24px;
  color: #929292;
}

.article-categories {
  display: none;
}

.img-crop-box {
  padding: 0 3rem 1.5rem 3rem;
}

input[type="range"] {
  -webkit-appearance: none;
  /* Remove default styling in WebKit browsers */
  -moz-appearence: none;
  /* Remove default styling in Firefox */
  appearance: none;
  /* Remove default styling in other browsers */
  width: 100%;
  /* Set width to fill parent container */
  height: 10px;
  /* Set height of the slider */
  background: #ddd;
  /* Set background color */
  border-radius: 5px;
  /* Set border radius */
  outline: none;
  /* Remove default outline */
  opacity: 0.7;
  /* Set opacity for non-active state */
  transition: opacity 0.2s;
  /* Add transition for smooth change */
}

input[type="range"]:hover {
  opacity: 1;
  /* Set opacity to 1 on hover */
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Remove default styling in WebKit browsers */
  appearance: none;
  /* Remove default styling in other browsers */
  width: 20px;
  /* Set width of the thumb */
  height: 20px;
  /* Set height of the thumb */
  background: var(---primary-color);
  /* Set color of the thumb */
  border-radius: 50%;
  /* Set border radius to create a circle */
  cursor: pointer;
  /* Set cursor to pointer */
}

input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  /* Remove default styling in Firefox */
  appearance: none;
  /* Remove default styling in other browsers */
  width: 20px;
  /* Set width of the thumb */
  height: 20px;
  /* Set height of the thumb */
  background: var(---primary-color);
  /* Set color of the thumb */
  border-radius: 50%;
  /* Set border radius to create a circle */
  cursor: pointer;
  /* Set cursor to pointer */
}

.p-0 {
  padding: 0;
}

.gap-3 {
  gap: 24px;
}

.active-poduct-name {
  font-size: 12px !important;
}

.product-images-active {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.active-details {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 123px;
  gap: 10px;
  height: 35px;
  padding: 0px 25px;
  border-radius: 20px;
  background: #f5f5f5;
}

.view_more_link h5 {
  margin: 0;
}

.filterOptionMainWrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.info-container {
  margin-top: 20px;
}

.category-top {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 15px;
}

.categoryTopBtnWrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 4px 0 0;
}
.badge {
  font-size: 12px !important;
}

div#uploadProgressWrapper {
  margin-top: 50px;
}

p#chooseEbookFileName {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

button.mobileToggleMenu {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px var(--mo-gray-200);
  background-color: var(--mo-gray-200);
  margin-right: 16px;
}
button.mobileToggleMenu svg {
  width: 30px;
  height: 30px;
}

button.mobileToggleMenu.showBtn {
  display: flex;
}

.col-md-8.player-video.yp_pub_elemnt {
  padding-left: 0;
}
.editWrapperContainer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.innerpageMainTittle-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.customPaddingTableDiv .dataTables_wrapper td {
  padding: 8px 0px 4px 0px !important;
}
.no-left-padding {
  padding-left: 0 !important;
}
.manageItemsInfoWrapper {
  gap: 10px 2%;
}
.manageItemsInfoWrapper-item {
  width: 32%;
}
.manageItemsInfo-title {
  display: inline-flex;
  width: 35%;
  white-space: nowrap;
}
.manageItemsInfo-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5%;
}
.manageItemsInfo-value {
  display: inline-flex;
  width: 60%;
  max-width: 261px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.manageItemsInfoWrapper-item .ek_mn_wtch_switch {
  padding: 0 8px;
}
.advancedFiltersWrapper {
  position: fixed;
  width: 350px;
  top: 64px;
  right: -400px;
  z-index: 4;
  height: calc(100vh - 64px);
  background-color: var(--mo-white);
  padding: 25px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 6px 1px var(--mo-gray-300);
  transition: right 0.3s ease, visibility 0s 0.3s, opacity 0.3s ease;
}
.advancedFiltersWrapper.active {
  right: 56px;
  visibility: visible;
  opacity: 1;
}
.filterItemCol.relocateFilterItem {
  max-width: 100%;
}
.advancedFiltersInner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.advancedFilterHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
button.advancedFilterClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 1px var(--mo-gray-300);
  border-radius: 4px;
  background-color: var(--mo-white);
}
.advancedFilters {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.stickyWrapperRight {
  position: sticky;
  top: 0px;
}
.uploadedFileIconWrapper {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.uploadedFileIconWrapper.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.uploadedFileIcon-inner {
  width: 75px;
  height: 75px;
  border: solid 1px var(--mo-gray-400);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.uploadedFileIcon-inner svg {
  width: 25px;
  height: 25px;
}

button.uploadCancelBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px var(--mo-primary);
  background-color: var(--mo-gray-300);
  color: var(--mo-primary);
  top: -15px;
  right: -15px;
}

li.tags-item.currentPublishedYear {
  background-color: var(--mo-gray-300);
}
li.tags-item input[type="checkbox"],
li.tags-item input[type="radio"] {
  margin: 3px 4px 0 -20px;
}
li.tags-item span {
  line-height: 1.5;
}
.articleBasicWrapper {
  display: flex;
}
.articleLeftWrapper {
  width: calc(100% - 370px);
  padding: 30px;
}
.articleRightWrapper {
  width: 370px;
  padding: 20px;
  border-left: solid 1px var(--mo-gray-300);
  position: fixed;
  right: 0;
  top: calc(78px + var(--top-header-height));
  height: calc(100vh - 140px);
  background-color: var(--mo-white);
  overflow-y: auto;
  box-sizing: border-box;
}
.rightBtnWrapper {
  display: flex;
  gap: 1%;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  width: 370px;
  top: 62px;
  right: 0;
  padding: 20px;
  background-color: var(--mo-gray-300);
}
.rightBtnWrapper .btn {
  width: 100%;
}
div#articleRightOptionsAccordion {
  margin: 20px 0 0 0;
}
.articlePanelHeading a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panel-heading.articlePanelHeading .panel-title .checkbox-inline input {
  margin-left: -21px;
  margin-top: -7px;
}
.panel-heading.articlePanelHeading span.subCategoryText {
  font-size: 14px;
}
.articleSubCategoryAccordion {
  margin-bottom: 12px;
}
.articleDefaultSettings .form-group {
  margin-bottom: 0;
}
table.articleDefaultSettings {
  width: 100%;
}
.articleDefaultSettings tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.articleDefaultSettings td {
  width: 50%;
}
.selectedTagsWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.selectedTags-item {
  padding: 4px 12px;
  background-color: var(--mo-gray-300);
  border-radius: 8px;
  font-size: 12px;
}
.selectedTags-item .deleteTagButton {
  border: none;
  background: none;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin-left: 8px;
  transition: all 0.3s ease;
}
.selectedTags-item:hover .deleteTagButton {
  opacity: 1;
  visibility: visible;
}
.featuredImage {
  width: 100%;
  height: 200px;
  margin-bottom: 8px;
  background-color: var(--mo-gray-300);
  border: dashed 1px var(--mo-gray-800);
  position: relative;
}
.featuredImageBtnWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.featuredImageWrapper {
  margin-top: 30px;
}
.featuredImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.note-editor.note-frame,
.note-editor.note-airframe {
  border-radius: var(--mo-border-radius);
  overflow: hidden;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  margin-bottom: 0;
}
.bootstrap-select.form-control .btn-light {
  --mo-btn-color: #000;
  --mo-btn-bg: transparent;
  --mo-btn-border-color: var(--mo-gray-300);
  --mo-btn-hover-bg: var(--mo-gray-300);
  --mo-btn-focus-shadow-rgb: 211, 212, 213;
  --mo-btn-active-color: #000;
  --mo-btn-active-bg: var(--mo-gray-300);
  --mo-btn-active-border-color: var(--mo-gray-300);
  --mo-btn-active-shadow: inset 0 3px 5px var(--mo-gray-400);
  --mo-btn-disabled-color: #000;
  --mo-btn-disabled-bg: #f8f9fa;
  --mo-btn-disabled-border-color: #f8f9fa;
}
.bootstrap-select.form-control .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: unset !important;
  outline: unset !important;
  outline-offset: unset !important;
}
.homeSearchSectionInnerCol {
  min-height: 250px;
  z-index: 1;
}
section.homeSearchSection {
  min-height: 685px; 
  overflow: hidden;
  background-image: linear-gradient(180deg, #FFFFFF 0%, var(--mo-primary-100) 100%);
}
.backgroundImgBlob {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 800px;
  transform: translate(-50%, -50%) rotate(62deg);
  opacity: 0.05;
  z-index: -1;
}
.backgroundImgBlob svg {
  width: 100%;
  height: auto;
}
#searchWrapper .form-control{
  padding: 14px 28px 14px 48px;
  border-radius: 30px;
  border-color: var(--mo-black);
}
.bottomShape {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bottomShape svg {
  width: 100%;
  height: 100%;
  /* filter: drop-shadow(2px 4px 6px var(--mo-gray-700)); */
}
.overlayImgLeft {
  position: absolute;
  bottom: -60px;
  left: 10%;
  filter: drop-shadow(0px 1px 4px var(--mo-gray-800));
}
.overlayImgRight {
  position: absolute;
  right: 11%;
  bottom: 110px;
  z-index: 3;
}
.search-dropdown {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--mo-gray-200);
  z-index: 2;
  text-align: left;
  box-shadow: 0 0 8px 2px var(--mo-gray-400);
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  margin-top: 4px;
}
.search-result a {
  padding: 10px 20px;
  width: 100%;
  display: flex;
  text-decoration: none;
  border-radius: 8px;
  color: var(--mo-black);
}
.search-result a:hover {
  background-color: var(---primary-color);
  color: var(---accent-color);
}
.ek_product_banner_img {
  height: 200px;
  overflow: hidden;
  border-radius: 1rem;
}
.productProfileImg {
  width: 140px;
  height: 140px;
}
div#searchWrapper {
  width: 800px;
}
.bannerLogoWrapper {
  position: absolute;
  width: 125px;
  height: 125px;
  padding: 20px;
  background-color: var(--mo-white);
  border-radius: 50%;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  border: solid 5px var(---primary-color);
}

.view_more_link h5 {
  font-size: 1rem;
}
.basicCardWrapper {
  position: relative;
  z-index: 1;
}
.basicCard-item {
  width: 31%;
  aspect-ratio: 1;
  border: solid 1px var(--mo-gray-300);
  border-radius: 2rem;
  box-shadow: var(--mo-gray-300) 0 2px 15px;
  background-color: var(--mo-white);
}
.basicCard-itemIcon {
  width: 70px;
  height: 70px;
}
.basicCard-itemIcon svg {
  width: 100%;
  height: 100%;
}
.basicCard-item p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.basicCard-item a {
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--mo-dark);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.basicCard-item a .linkIcon {
  transition: margin-left 0.3s ease;
}
.basicCard-item a:hover .linkIcon {
  margin-left: 5px;
}
.commonTopBottomPadding {
  padding: 50px 0;
}
.commonBottomPadding{
  padding-bottom: 50px;
}
.commonTopPadding{
  padding-top: 50px;
}
.browseByCategoryWrapper {
  gap: 24px 2%;
}
.browseByCategory-item{
  width: 32%;
  text-decoration: none;
  text-align: left;
  padding: 10px 20px;
  box-shadow: 0 0 7px 0 var(--mo-gray-300);
  border-radius: 6px;
  gap: 12px;
  color: var(--mo-dark);
  transition: all 0.3s ease;
  position: relative;
  &:hover {
    color: var(--mo-dark);
    box-shadow: 0 0 20px 0 var(--mo-gray-300);
    .browseByCategory-itemDesc {
      &::before {
        border-bottom: 50px solid var(---primary-color);
      }
    }
  }
}

.browseByCategory-itemIcon {
  display: inline-flex;
  width: 50px;
  flex: 0 0 55px;
  justify-content: center;
  align-items: flex-start;
}
.browseByCategory-itemIcon svg {
  width: 100%;
  height: auto;
  color: var(--mo-primary);
}
.browseByCategory-itemDesc p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articlesMain-item{
  position: relative;
  cursor: pointer;
  &::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #101010;
    border-left: 50px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    border-radius: 0px 0px 12px 0px;
    transition: all 0.3s ease;
  }
  &::after {
    content: "";
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 16px;
    height: 16px;
    z-index: 10;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M264.6 70.63l176 168c4.75 4.531 7.438 10.81 7.438 17.38s-2.688 12.84-7.438 17.38l-176 168c-9.594 9.125-24.78 8.781-33.94-.8125c-9.156-9.5-8.812-24.75 .8125-33.94l132.7-126.6H24.01c-13.25 0-24.01-10.76-24.01-24.01s10.76-23.99 24.01-23.99h340.1l-132.7-126.6C221.8 96.23 221.5 80.98 230.6 71.45C239.8 61.85 254.1 61.51 264.6 70.63z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.chooseClientBtn {
  width: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: unset;
  background-color: transparent;
  gap: 20px;
}
.chooseClientBtn img.clientLogo {
  max-width: 180px;
  height: 45px;
  object-fit: contain;
  object-position: center;
}
.chooseClientBtn .progress {
  width: 100%;
  height: 8px;
  background: var(--mo-gray-300);
}
.chooseClientBtn .progress-bar {
  background-color: var(---primary-color);
  width: 0;
  transition: width 5s linear;
}
.chooseClientBtn.active .progress-bar {
  width: 100%;
}
.clientTestimonialVideo-item {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.clientTestimonialVideo-item video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  left: 0;
  top: 0;
  z-index: 0;
}
.videoOverlayBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.testimonialDesc {
  position: absolute;
  z-index: 3;
  color: var(--mo-white);
  text-align: left;
  top: 50%;
  left: 6%;
  width: 350px;
  transform: translateY(-50%);
}
.testimonialPlyBtn {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 4px var(--mo-white);
  background-color: transparent;
  color: var(--mo-white);
  transition: all 0.3s ease;
  &:hover {
    box-shadow: 0 0 20px 0 var(--mo-gray-300);
  }
}
.testimonialPlyBtn svg {
  width: 30px;
  height: 30px;
}
h6.testimonialClientDetail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mo-gray-500);
  margin-bottom: 40px;
}
.testimonialDesc a {
  color: var(--mo-white);
  text-decoration: none;
  & svg {
    transition: all 0.3s ease;
    margin-left: 4px;
  }
  &:hover {
    color: var(--mo-gray-500);
    & svg {
      margin-left: 8px;
    }
  }
}
.footerLogo {
  width: 200px;
  height: 80px;
  object-fit: contain;
  object-position: top;
}
.footerLinks {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footerLinks a {
  text-decoration: none;
}
a.footerLink-w-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.articlesMainWrapper {
  flex-wrap: wrap;
  gap: 24px 2%;
}
.articlesMain-item {
  width: 32%;
  padding: 16px;
  border-radius: 12px;
  gap: 12px;
  background-color: var(--mo-white);
  box-shadow: 0 0 7px 0 var(--mo-gray-300);
  & * {
    transition: all 0.3s ease;
  }
  &:hover {
    box-shadow: 0 0 20px 0 var(--mo-gray-300);    
  }
}
.articleMain-itemIcon {
  width: 30px;
  flex: 0 0 30px;
}
.articleMain-itemIcon svg {
  width: 30px;
  height: auto;
}
.articleMain-itemDesc a {
  text-decoration: none;
  color: var(--mo-black);
}
.articleMain-itemDesc a h5 {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articleMain-itemDesc p {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
:root {
  --articleLeftMenuWidth: 400px;
}
.sideBarLeft {
  position: fixed;
  width: 50px;
  height: calc(100vh - var(--top-header-height));
  padding: 24px 22px 0px 22px;
  background-color: var(--mo-white);
  z-index: 99;
  left: 0;
  top: var(--top-header-height);
  border-right: solid 1px var(--mo-gray-300);
  transition: all 0.3s ease;
}
.sideBar-body {
  overflow-y: auto;
  padding: 12px 0px;
  max-height: calc(100vh - 160px);
}
.sideBarLeft .sideBar-header,
.sideBarLeft .sideBar-body {
  display: none;
}
.sideBarLeft.active {
  width: var(--articleLeftMenuWidth);
}
.sideBarLeft.active .sideBar-header,
.sideBarLeft.active .sideBar-body {
  display: block;
}
.searchWrapper .searchInput .form-control {
  padding-left: 40px;
}
.searchWrapper .searchIcon {
  left: 20px;
}
.articleMainWrapper {
  margin-left: 50px;
  width: calc(100% - 50px);
  padding: 10px 30px 30px;
  transition: all 0.3s ease;
}
.articleMainWrapper.withRightSideBar {
  width: calc(100% - (var(--articleLeftMenuWidth) + 50px));
}
.articleMainWrapper.withRightSideBar.rightSideBarMinimized {
  width: calc(100% - 100px);
}
.articleMainWrapper.active {
  margin-left: var(--articleLeftMenuWidth);
  width: calc(100% - var(--articleLeftMenuWidth));
}
.articleMainWrapper.withRightSideBar.active {
  margin-left: var(--articleLeftMenuWidth);
  width: calc(100% - (2 * var(--articleLeftMenuWidth)));
}
.articleMainWrapper.withRightSideBar.rightSideBarMinimized.active {
  width: calc(100% - (var(--articleLeftMenuWidth) + 50px));
}
.rightSideBar.active.minimized {
  width: 50px;
  & .rightSideBarInner {
    display: none;
  }
}
.sideBar-body .accordion-button {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 8px 0;
  gap: 10px;
  background-color: transparent;
}
.sideBar-body .accordion-button::after {
  margin-left: 0;
}
.sideBar-body .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border: 0 !important;
}
.sideBar-body .accordion-button::after {
  width: 0.9rem;
  height: 0.9rem;
  background-size: 0.9rem;
}
.articleHeader-icon {
  display: flex;
  width: 45px;
  height: 45px;
}
.articleHeader-icon svg {
  width: 100%;
  height: 100%;
}
.iconSqrBtn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px transparent;
  background-color: transparent;
  color: var(--mo-gray-800);
  &:hover {
    background-color: var(--mo-gray-200);
  }
  &:active {
    background-color: var(--mo-gray-200);
  }
}
.articleBody-item .iconSqrBtn{
  opacity: 0;
  visibility: hidden;
}
.articleBody-item:hover .iconSqrBtn{
  opacity: 1;
  visibility: visible;
}
.followBtn {
  border: unset;
  color: var(--mo-gray-800);
  background-color: transparent;
  padding: 8px 16px;
  border-radius: 4px;
  &:hover {
    background-color: var(--mo-gray-200);
  }
}
span.emptyDot {
  display: flex;
  width: 8px;
  height: 8px;
  background-color: var(--mo-gray-600);
  border-radius: 50%;
}
span.articleCount {
  display: flex;
  align-items: center;
  gap: 4px;
}
.articleBody-itemHeaderIcon {
  width: 25px;
  height: 25px;
  & svg {
    width: 100%;
    height: 100%;
  }
}
.articleBody-item:not(:last-child) {
  margin-bottom: 20px;
}
.articleBody-itemHeader {
  margin-bottom: 8px;
}
.articleBody-itemSubHeader {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.sideMenuToggleBtn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--mo-gray-300);
  background-color: var(--mo-white);
  right: -10px;
  transition: all 0.3s ease;
  & svg {
    transition: all 0.3s ease;
  }
  &:hover{
    border-color: var(--mo-primary);
  }
}
.arrow-sidebar{
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #333; 
}
.arrow-sidebar-right{
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #333; 
}
.sideBarLeft:has(.sideMenuToggleBtn:hover),
.rightSideBar:has(.sideMenuToggleBtn:hover){
  border-color: var(--mo-primary);
}
.sideMenuToggleBtn:hover .arrow-sidebar{
  border-right: 6px solid var(--mo-primary);
}
.sideMenuToggleBtn:hover .arrow-sidebar-right{
  border-left: 6px solid var(--mo-primary);
}
.sideMenuToggleBtn.active .arrow-sidebar,
.sideMenuToggleBtn.active .arrow-sidebar-right{
  transform: rotate(180deg);
}
.text-truncate-two-line{
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.rightSideBar {
  position: fixed;
  width: 0px;
  height: calc(100vh - 62px);
  right: -500px;
  top: 62px;
  background-color: var(--mo-white);
  padding: 30px;
  border-left: solid 1px var(--mo-gray-300);
}
.rightSideBar.active {
  width: var(--articleLeftMenuWidth);
  height: calc(100vh - 62px);
  right: 0;
}
.rightSideBarInner {
  height: 100%;
  overflow-y: auto;
  padding: 12px;
}
.articleMainWrapper.withRightSideBar .articleHeader-bottom {
  font-size: 12px;
  flex-wrap: wrap;
}
.articleHeader-bottomSub {
  padding: 5px 0;
  border-top: solid 1px var(--mo-gray-300);
  border-bottom: solid 1px var(--mo-gray-300);
  margin-top: 12px;
}
.articleAuthorItem {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 28px;
  height: 28px;
  background-color: var(--mo-gray-400);
  border: solid 2px var(--mo-white);
  color: var(--mo-dark);
  border-radius: 50%;
  padding: 2px;
  font-size: 12px;
  line-height: 0;
  &:not(:first-child) {
    margin-left: -8px;
  }
  &:hover {
    color: var(--mo-dark);
  }
}
.dropdown.sqrDropdownBtn button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: solid 1px transparent;
  background-color: transparent;
  color: var(--mo-gray-800);
  box-shadow: none;
  &:hover {
    background-color: var(--mo-btn-hover-custom);
  }
  &.dropdown-toggle::after {
    display: none;
  }
}
.dropdown.sqrDropdownBtn .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tag-item {
  padding: 4px 8px;
  font-size: 14px;
  color: var(---primary-color);
  border: solid 1px var(--mo-gray-300);
  border-radius: 4px;
  text-decoration: none;
  &:hover {
    background-color: var(--mo-gray-200);
    color: var(---primary-color);
  }
}
.inThisArticleWrapper ol {
  border-left: 1px solid var(--mo-gray-400);
  margin-top: 25px;  
  padding-left: 3.5rem;
}
.inThisArticleWrapper ol li {
  margin-bottom: 16px;
  &:hover{
    color: var(--mo-primary);
  }
}
.inThisArticleWrapper ol li:hover a{
  color: var(--mo-primary);
}
.inThisArticleWrapper ol li a {
  text-decoration: none;
  font-size: 13px;  
}

.inThisArticleWrapper ol:not(:first-child) {
  padding-left: 16px;
}
.sideMenuToggleBtn.sideMenuToggleBtn-right {
  right: unset;
  left: -15px;
  & svg {
    transform: rotate(180deg);
  }
  &.active svg {
    transform: rotate(0deg);
  }
}
.listenArticleBtn {
  background: transparent;
  border: solid 1px transparent;
  border-radius: 4px;
  padding: 4px 8px;
  &:hover {
    background-color: var(--mo-gray-200);
  }
}
.leftSideMenu-SubLinkText {
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 28px);
  font-size: 14px;
  color: var(--mo-black);
}
.leftSideMenu-SubLink {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  width: 100%;
  &:not(:last-child) {
    margin-bottom: 8px;
  }
}
.leftSideMenu-SubLinkIcon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* & svg {
    width: 100%;
    height: 100%;
  } */
}
.articleTitleLinkText {
  text-decoration: none;
  color: var(---primary-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.articleEditorWrapper
  + .note-editor.note-frame
  .note-editing-area
  .note-editable,
.articleEditorWrapper
  + .note-editor.note-airframe
  .note-editing-area
  .note-editable {
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
  height: 100% !important;
}

.searchResult-articlesWrapper {
  gap: 24px 1.25%;
}

.searchResult-articleItem {
  width: 32.5%;
  padding: 16px;
  border-radius: 32px;
  /* box-shadow: 0 0 5px 2px var(--mo-gray-300); */
  border: 1px solid var(--mo-gray-400);
}

.searchResult-articleItem-img {
  display: flex;
  margin-bottom: 12px;
  position: relative;
}

.searchResult-articleItem-img img {
  width: 100%;
  aspect-ratio: 1360 / 800;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.searchResult-articleItem:hover img {
  filter: blur(2px);
}
.searchResult-articleItem-img img {
  width: 100%;
  aspect-ratio: 1360 / 800;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.playIconWrapper {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--mo-white);
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
}
.searchResult-articleItem:hover .playIconWrapper{
  opacity: 1;
  visibility: visible;
}
.playIconWrapper svg {
  width: 100%;
  height: 100%;
}
.questionItem {
  max-width: 80%;
  padding: 20px;
}
.questionItem.clientQuestionItem {
  align-self: end;
  border-radius: 12px 12px 0 12px;
  background-color: var(--mo-gray-300);
}
.questionItem.clientQuestionItem-answer {
  align-self: start;
  border-radius: 12px 12px 12px 0;
  background-color: var(---primary-color-shade);
}
.searchModalBody {
  min-height: calc(100vh - 140px);
  max-height: calc(100vh - 140px);
}
.assistanceAnswer-itemTitle {
  text-decoration: none;
  font-size: 1.2rem;
  color: var(---primary-color);
}
.assistanceAnswer-itemTags .text-bg-light {
  background-color: var(--mo-gray-300) !important;
}
.text-bg-primary {
  background-color: var(---primary-color) !important;
}
.assistanceAnswer-item {
  box-shadow: -4px 0 0px 0px var(---primary-color);
  &:not(:last-child) {
    margin-bottom: 12px;
  }
}
.assistanceAnswer-item.assistanceAnswer-itemVideo {
  box-shadow: -4px 0 0px 0px var(--mo-danger);
}
.assistanceAnswer-itemHeader {
  margin-bottom: 12px;
}
.assistanceAnswer-itemVideoInner {
  gap: 12px 2%;
}
.assistanceAnswer-itemVideoThumb {
  width: 40%;
}
.assistanceAnswer-itemVideoThumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.assistanceAnswer-itemVideoDesc {
  width: 58%;
}
.assistanceAnswer-itemDesc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.assistanceAnswer-itemTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.assistanceAnswer-itemVideoThumb .playIcon {
  width: 50px;
  height: 50px;
}
.assistanceAnswer-itemVideoThumb .playIcon svg {
  width: 100%;
  height: 100%;
}

.navbar-nav .headerAddDropdown .dropdown-menu {
  position: absolute;
  padding: 10px;
}
.navbar-nav .headerAddDropdown .dropdown-menu li:not(:last-child) {
  margin-bottom: 8px;
}
#articleAccordionLeft button.accordion-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#articleAccordionLeft .accordion-button:focus {
  box-shadow: none;
}
.sideBarLeft.active .leftSideMenuLabel {
  opacity: 0;
  visibility: hidden;
}
.leftSideMenuLabel {
  transform: rotate(270deg);
  position: absolute;
  white-space: nowrap;
  left: -58px;
  top: 86px;
  opacity: 1;
  visibility: visible;
}
.articleTitleLink {
  text-decoration: none;
}
.mainDashboardLeftMenu{
  width: 32px;
  height: 32px;  
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  &:hover{
    background-color: var(--mo-primary-100);
    color: var(--mo-primary);
  }
}
.mainDashboardLeftMenu.active{
  background-color: var(--mo-primary-100);
  color: var(--mo-primary);
} 
.fs-14{
  font-size: 14px;
}
.fs-15{
  font-size: 15px;
}
.text-gray-custom{
  color: #84818a;
}
.mainDashboardLeft .accordion-button::after{
  --mo-accordion-btn-icon-width: 0.8rem !important;
}
.mainDashboardLeft .accordion-button svg,
.folder-btn svg{
  color: var(--mo-gray-600);
}
.mainDashboardLeft .accordion-button:not(.collapsed){
  box-shadow: none;
}
.mainDashboardLeft .accordion-header{
  position: relative;
}
.accordion-header .drag-handle{ 
  opacity: 0;
  visibility: hidden;
  color: var(--mo-gray-500);
}
.ui-sortable-placeholder{
  width: 100%;
  height: 30px;
  margin: 10px 0px;
  background-color: var(--mo-primary-100);
}
.dropdown-wrapper-menu{
  opacity: 0;
  visibility: hidden;
}
.mainDashboardLeft .accordion-item:hover .drag-handle,
.mainDashboardLeft .accordion-item:hover .dropdown-wrapper-menu,
#accordionCategoryStructure .accordion-item:has(.dropdown-menu.show) .dropdown-wrapper-menu{
  opacity: 1;
  visibility: visible;
}
#accordionCategoryStructure .accordion-item:hover,
#accordionCategoryStructure .accordion-item:has(.dropdown-menu.show),
.materials-items-options:hover{
  background-color: var(--mo-hover-color) !important;
}
.dropdown-toggle-icons::after{
  display: none;
}
table th p{ 
  font-size: 14px !important;
  font-weight: 500 !important;
}
table th{
  background-color: #fafafa !important;
}
table td,
table td *{
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #000;
}
#olineadmissionTable .badge{
  font-size: 10px !important;
  border-radius: 22px;
  font-weight: 600 !important;
  padding: 5px 10px !important;
}
.form-check-input:focus{
  box-shadow: none !important;
  border-color: var(--mo-primary);
}
.form-check-input:checked {
  background-color: var(--mo-primary);
  border-color: var(--mo-primary);
  outline: none;
  box-shadow: none !important;
}
.form-check-input{
  border-color: #a0a0aa;
  border-radius: 3px !important;
  width: 16px;
  height: 16px;
}
/* left sidebar styling start */
 
.mainDashboardLeft .category-leftbar-wrappers {
  position: relative;
}
/* .mainDashboardLeft .category-leftbar-wrappers::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 15px;
  height: 1px;
  background: #d1d1d6;
} */
.mainDashboardLeft .panel.open{  
  margin-left: 0px;
  position: relative;
}

.mainDashboardLeft .panel-line-inside::after{
  content: "";
  position: absolute;
  top: -100%;
  transform: translateY(10px);
  left: -15px;
  width: 1px;
  height: 35px;
  background: #d1d1d6;
}
.maincontentWrappersInside .panel-line-inside:first-child:after{
  height: 15px;
  top: 0%;
  transform: translateY(0px);
}
.mainDashboardLeft .category-leftbar-wrappers .category-inside-wrappers::after{
  content: "";
  position: absolute;
  top: -10000%;
  transform: translateY(15px);
  left: 27px;
  width: 1px;
  height: calc(10000% + 0px);
  background: #d1d1d6;
}
.mainDashboardLeft .panel.open .item::before,
.mainDashboardLeft .category-leftbar-wrappers .category-leftbar-wrappers::before{
  content: "";
  position: absolute;
  top: 15px;
  left: 28px;
  width: 15px;
  height: 1px;
  background: #d1d1d6;
}
.mainDashboardLeft .accordion { 
  /* display: flex;  */
  /* align-items: center;  */
  width: 100%; 
  padding: 5px; 
  border: none; 
  background: none; 
  cursor: pointer; 
  font-size: 13px; 
  font-weight: 500;
  text-align: left; 
  padding-left: 45px;

  &:hover{
    background-color: var(--mo-hover-color);
  }
}
.sticky-leftbar-header{
  position: sticky;
  top: 0px;
  z-index: 100;
  background-color: #fafafa;
}

.mainDashboardLeft .panel { 
  display: none; 
  padding-left: 0px;  
  min-height: 30px; 
  overflow-y: clip;
}
.mainDashboardLeft .panel.open {
  display: block; 
}

.mainDashboardLeft .item { 
  padding: 8px; 
  margin: 3px 0;   
  border-radius: 3px; 
  font-size: 13px;
  cursor: pointer;
  padding-left: 20px !important;
  position: relative;
}
.category-leftbar-wrappers .item{
  padding-left: 47px !important;
}
.mainDashboardLeft .folder-icons-width,
.folder-icons-width{
  min-width: 16px;
  min-height: 16px;
}
.mainDashboardLeft .dragging { 
  opacity: 0.5; 
}
.mainDashboardLeft .placeholder {
  width: 100%;
  height: 30px; 
  background: rgba(0,0,0,0.1);
  margin: 3px 0;   
  border-radius: 3px; 
  }
.mainDashboardLeft .empty { 
  padding: 5px; 
  color: #888; 
  font-style: italic; 
}
.mainDashboardLeft .accordion .accordion-arrow svg{
  transition: 0.5s ease;
}
.mainDashboardLeft .accordion.open .accordion-arrow svg{
  transform: rotate(90deg);
}
.mainDashboardLeft .panel .category-inside-wrappers{
  position: relative;
  &hover{
    background-color: var(--mo-hover-color);
  }
}
.dropdown-toggle-hide::after{
  display: none;
}
.materials-more-options{
  z-index: 10;
  width: 25px;  
  justify-content: flex-end;
  opacity: 0;
  display: none;
  visibility: hidden;
  margin-right: 5px;
}
.drag-arrow-accordion{
  z-index: 14;
}
.heading-zindex{
  z-index: 14;
}
.accordion:hover > .materials-more-options,
.materials-items-options:hover > .materials-more-options{
  opacity: 1;
  visibility: visible;
  display: flex;
}
.drag-arrow-items{
  position: absolute;
  width: var(--mainDashboardLeftWidth);
  left: 2px;
  color: var(--mo-gray-500);
  opacity: 0;
}
.drag-arrow-items:hover{
  opacity: 1;
}
.drag-arrow-items-material{
  width: var(--mainDashboardLeftWidth);
  position: absolute;
  left: 2px;
  color: var(--mo-gray-500);
  opacity: 0;
}
.drag-arrow-items-material svg{
  cursor: grab;
  z-index: 19;
}
.drag-arrow-items-material:hover{
  opacity: 1;
}
.materials-more-options .dropdown-menu{
  position: fixed !important;
  left: 22px !important;
}
.panel-line-inside.dragging::after{
  display: none;
}
.drag-arrow-items{
  left: 2px;
}
.category-inside-wrappers .panel{
  padding-left: 28px;
}
.mainDashboardLeft .panel .category-inside-wrappers button:hover{
  background-color: var(--mo-hover-color);
}
.dropdown-menu .delete-options-hover:hover{
  color: var(--mo-danger) !important;
}
.dropdown-menu .delete-options-hover:hover svg{
  fill: var(--mo-danger) !important;
}
.category-inside-wrappers:has(.dropdown-menu.show) > .materials-more-options,
.accordion:has(.dropdown-menu.show) > .materials-more-options{
  display: flex;
  opacity: 1;
  visibility: visible;
}
.category-inside-wrappers:has(.dropdown-menu.show) > .customAddBtnWrapper,
.accordion:has(.dropdown-menu.show) > .customAddBtnWrapper{
  opacity: 1;
  visibility: visible;
}
.category-leftbar-wrappers-folders .panel .drag-arrow-items-material,
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items{
  left: -27px;
}
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items{
  left: -53px;
}
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items-material{
  left: -80px;
}
.category-leftbar-wrappers-folders .panel .category-inside-wrappers .panel .drag-arrow-items-material{
  left: -53px;
}
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items{
  left: -81px;
}
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items-material{
  left: -109px;
}
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items{
  left: -109px;
}
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items-material{
  left: -137px;
}
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items{
  left: -137px;
}
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items-material{
  left: -165px;
}
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items{
  left: -165px;
}
.category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .panel .category-leftbar-wrappers-folders .drag-arrow-items-material{
  left: -193px;
}
.category-leftbar-wrappers.dragging::after{
  display: none;
}
.star-toggle,
.deleted-min-height{
  min-height: 40px;
}
.star-toggle{
  min-width: 92px;
}
.table-action-options{
  opacity: 0;
  display: none !important;
  visibility: hidden;
}
table tr:hover .table-action-options{
  display: flex !important;
  opacity: 1;
  visibility: visible;
}
.starred-icon-table svg{
  fill: goldenrod;
}
.form-control:focus,
.form-select:focus{
  border-color: var(--mo-black);
  box-shadow: none !important;
}
table tbody tr:hover td{
  background-color: var(--mo-table-hover) !important
}
.btnHoverActions{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: solid 1px transparent;
  background-color: transparent;
  color: var(--mo-gray-800);
  box-shadow: none;
  cursor: pointer;

  &:hover{
    background-color: var(--mo-btn-hover-custom);
  }
}
.filter-btn-styling{
  border: 1px solid var(--mo-gray-300);
  font-size: 14px;
  box-shadow: none;
  &:hover, &:focus, &:active{
    background-color: var(--mo-btn-hover-custom);
    border-color: var(--mo-btn-hover-custom);
  }
}
.userProfileLink:hover{
  text-decoration: underline;
  color: var(--mo-primary);
}
.custom-dropdown-menu-filter {
  display: none;
  padding: 5px 0px !important;
  right: 0px;
  width: 360px;
  position: absolute;
  background-color: var(--mo-white);
  min-width: 160px;
  box-shadow: var(--box-shadow);
  max-height: 340px;
  height: unset !important;
  overflow: auto;
  z-index: 991;
}
.accordion-button:not(.collapsed){
  color: var(--mo-black) !important;
}
#filterDropdownMenu .accordion-button:not(.collapsed){
  background-color: transparent !important;
}
#filterDropdownMenu .accordion-button:focus{
  box-shadow: none !important;
  color: var(--mo-black) !important;
}
.radio-btn-styling{
  width: 16px;
  height: 16px;
  margin: 0px !important;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: '/';
  font-size: 14px;
  padding-top: 3px;
  font-weight: 200;
}
.yp_side_menu:has(.categoryfilterSelect.active){
  overflow: hidden;
}
.project-members-items,
.project-members-sprint-items {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border: 1px solid var(--mo-white);
  border-radius: 50%;
  background-color: var(--mo-gray-200);
}
.project-members-group .project-members-items img{
  width: 100%;
  height: 100%;
}
.project-members-group .project-members-items:first-child {
  z-index: 3;
}
.project-members-group .project-members-items:nth-child(2) {
  position: relative;
  left: -11px;
  z-index: 3;
}
.project-members-group .project-members-items:nth-child(3) {
  position: relative;
  left: -10px;
  z-index: 1;
}
.project-members-group .project-members-items-count, .project-members-group-sprint .project-members-sprint-items-count {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: var(--mo-primary-100);
  color: var(--mo-primary-light-text);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px !important;
  font-weight: 500;
  position: relative;
  left: -22px;
  z-index: 5;
}
.form-control,
.form-select{
  box-shadow: none !important;
}
.btn-width-sm{
  min-width: 95px;
}
.modal-body label{
  font-size: 14px;
}
.btn-outline-grey{
  border: 1px solid var(--mo-gray-300);
  background-color: transparent !important;

  &:hover, &:focus, &:active{
    background-color: var(--mo-gray-300) !important;
    border: 1px solid var(--mo-gray-300);
    color: var(--mo-black);
  }
}
.text-gray{
  color: #2A2239Bf;
}
.common-erorr-popup-container {
  position: fixed;
  right: 60px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.common-erorr-popup-box {
  min-height: 150px;
  min-width: 525px;
  max-width: 600px;
  background-color: #ffd666;
  transform: translateY(200px);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}
.common-erorr-popup-box.show {
  transform: translateY(0px);
  visibility: visible;
}
.min-width-30 {
  min-width: 30px;
}
.common-erorr-popup-ok-btn {
  width: min-content;
  padding: 1px 15px;
}
.common-erorr-popup-content {
  padding: 0px 20px 25px 20px;
}
.category-inside-wrappers.hide .leftbar-material-text{
  text-decoration: line-through;
}
.folder-type-items-border{
  border: 1px solid var(--mo-gray-300);
  border-radius: 5px;
  padding: 5px;
  width: 55px;
  display: flex;
  height: 48px;
  cursor: pointer;
  justify-content: center;
  align-items: center;  
  &:hover{
    border: 1px solid var(--mo-primary);
    color: var(--mo-primary);
    background-color: var(--mo-primary-100);
  }
}
.folder-type-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.folder-type-items.active .folder-type-items-border{ 
  border: 1px solid var(--mo-primary);
  color: var(--mo-primary);
  background-color: var(--mo-primary-100);
}
.folder-type-items.active .folder-type-text{
  color: var(--mo-primary);
}
.form-control::placeholder{
  color: var(--mo-gray-500) !important;
}
.tab-pane{
  display: none !important;
}
.tab-pane.active {
  display: block !important;
}
.searchInputDocs{
  border: none;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid var(--mo-gray-400);

  &:focus{
    border-color: var(--mo-black);
  }
}
.searchInputDocs::placeholder{
  color: #51525c !important;
  font-weight: 400;
  font-size: 16px;
}
.starred-table-image{
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.btn-primary-light{
  background-color: var(--mo-primary-200);
  color: var(--mo-primary);
  font-size: 14px;
  font-weight: 400;
  &:hover, &:focus, &:active{
    background-color: rgba(var(--mo-primary-rgb), 0.45);
    color: var(--mo-primary);
  }
}
.searchBarInput{
  position: relative;
  width: 260px;
}
.searchBarInput input{
 padding: 5px 12px 5px 35px;
}
.searchBarInput input::placeholder{
  font-size: 14px !important;
}
.searchBarAbsolute{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-57%);
  color: #70707a;
}
.custom-card {
  border: 1px solid var(--mo-gray-300);
}
.common-setting-title {
  padding: 10px 20px;
  background-color: var(--mo-gray-100);
  width: 41.66666667%;
}
.common-setting-desc {
  padding: 54px 25px 25px;
  width: 58.33333333%;
}
.common-setting-title .lable_new_style{
  font-size: 18px;
}
.upload-icon-styling {
  width: 60px;
  height: 60px;
  background-color: var(--mo-primary-100);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-category-view{
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #70707A;
  &:hover{
    background-color: var(--mo-gray-200);
  }
}
.device-options{
  position: fixed;
  bottom: 50px;
  right: 100px;
  background: #000;
  z-index: 9999;
  display: none;  
  padding: 3px 24px;
  border-radius: 26px;
  align-items: center;
  gap: 10px;
}

.device-options-items{
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;  
  opacity: .5;
  &:hover{
    opacity: 1;
  }
}
.device-options-items-close{
  color: var(--mo-white);
  opacity: 1;
  &:hover{
    color: var(--mo-white);
  }
}
.device-options-items.active{
  opacity: 1;
}
.line-devices{ 
  width: 1px; 
  height: 30px;
  background-color: var(--mo-white);
}
#gjs.fullscreen-mode{
  position: fixed;
  width: 100vw;
  height: 100vh !important;
  left: 0px;
  z-index: 9999;
  top: 0;
}
#gjs.fullscreen-mode + .device-options{
  display: flex;
}
#gjs.fullscreen-mode .gjs-cv-canvas-bg {
  background-color: #f1f3f4 !important;
}
.f-caption{
  display: none;
}
.f-thumbs img,
.f-thumbs__slide,
.f-thumbs.is-modern .f-thumbs__slide button{
  width: 102px !important;
  height: 70px !important;
  top: -8px;
  object-fit: cover;
  border: 4px solid transparent !important;
  border-radius: 10px !important;
}
.f-thumbs.is-modern .f-thumbs__slide{
  --clip-shift: none !important;
  --clip-path: none !important;
  transform: none !important; 
  left: unset !important;
  margin-right: 8px !important;
}
.f-thumbs__viewport{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.has-html.f-thumbs__slide.is-selected{
  border: 4px solid var(--mo-primary) !important;
}
@media (max-width: 1600px) {
  .multimediaGrap-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .multimediaInnerChartWrapper.downloadAndMultimediaInnerBox
    .downloadAndMultimediaInnerBox-titleWrapper {

    margin-bottom: 33px;
  }
  .downloadAndMultimediaInnerBox {
    padding: 24px;
  }
  .vid_analts_stat {
    padding: 12px;
  }
  .vid_analts_stat h2 {
    font-size: 12px;
  }
  .video-item {
    width: 32%;
  }
  .playIconWrapper{
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1440px) {
  .downloadInnerChartWrapper {
    width: 33%;
  }
  .multimediaInnerChartWrapper.downloadAndMultimediaInnerBox
    .downloadAndMultimediaInnerBox-titleWrapper {
    margin-bottom: 50px;
  }
  .multimediaGrap-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .overlayImgRight {
    right: 5%;
  }
  :root {
    --articleLeftMenuWidth: 375px;
  } 
}

@media (max-width: 1366px) {
  .multimediaInnerChartWrapper.downloadAndMultimediaInnerBox
    .downloadAndMultimediaInnerBox-titleWrapper {
    margin-bottom: 45px;
  }
  .multimediaGrap-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .dashboardChartWrapper {
    padding: 24px;
  }
  .ek_upload_vdo {
    padding: 30px;
  }
  .publisherAndCategory,
  .visibilityAndApproval {
    flex-direction: row;
  }
  .videoLibrary-img.ebook {
    width: 16%;
    flex: 0 0 16%;
  }
  .manageItemsInfoWrapper-item {
    width: 49%;
  }
  :root {
    --articleLeftMenuWidth: 325px;
  }
  .articleHeader-icon {
    width: 35px;
    height: 35px;
  }
  .articleHeader h1 {
    font-size: 2rem;
  } 
}

@media (max-width: 1280px) {
  .multimediaInnerChartWrapper.downloadAndMultimediaInnerBox
    .downloadAndMultimediaInnerBox-titleWrapper {
    margin-bottom: 35px;
  }
  .multimediaGrap-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .dashboardChartWrapper {
    padding: 20px;
  }
  .multimediaInnerChartWrapper .progress {
    height: 24px;
  }
  .multimediaInnerChartWrapper .progress-bar {
    line-height: 24px;
  }
  .vid_analts_stat h2 {
    font-size: 11px;
  }
  .vid_analts_stat p {
    font-size: 26px;
  }
  .headerLogo {
    max-width: 150px;
  }
  .ek_upload_ebk_preview {
    width: 100%;
    height: unset;
    aspect-ratio: 7 / 10;
  }
  .videoLibrary-img.ebook {
    width: 17%;
    flex: 0 0 17%;
  }
  .leftBarToggleBtn {
    text-orientation: mixed;
    writing-mode: vertical-rl;
    padding: 12px 4px;
    border: solid 1px var(--mo-gray-300);
    background-color: var(--mo-gray-300);
    box-shadow: none;
    border-radius: 4px;
    position: absolute;
    right: -32px;
    top: 50px;
  }  
}
@media (max-width: 1200px){
  .video-item {
    width: 48%;
  }
  .mainDashboardLeft {
    left: -450px;
    transition: all 0.3s ease;
  }
  .mainDashboardLeft.active {
    left: 0;
  }
  .mainDashboardContent {
    margin-left: 0px;
    width: calc(100% - 0px);
  }
}

@media (max-width: 1024px) {
  .downloadInnerChartWrapper {
    width: 38%;
  }
  .multimediaGrap-item:not(:last-child) {
    margin-bottom: 35px;
  }
  .multimediaInnerChartWrapper.downloadAndMultimediaInnerBox
    .downloadAndMultimediaInnerBox-titleWrapper {
    margin-bottom: 40px;
  }
  .ek_upload_vdo .ek_upvid_one > div.upload h4 {
    font-size: 28px;
    line-height: 38px;
  }
  .publisherAndCategory,
  .visibilityAndApproval {
    flex-direction: column;
  }
  .videoLibrary-img.ebook {
    width: 17%;
    flex: 0 0 17%;
  }
  .articleMainWrapper.withRightSideBar {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
  .articleMainWrapper.withRightSideBar.active {
    margin-left: var(--articleLeftMenuWidth);
    width: calc(100% - var(--articleLeftMenuWidth));
  }
}
@media (max-width: 991px) {
  .downloadAndMultimediaInner {
    flex-direction: column;
  }
  .downloadInnerChartWrapper,
  .multimediaInnerChartWrapper {
    width: 100%;
  }
  .dashboardHeaderAvatarWrapper {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0px;
    flex: 0 0 75px;
  }
  .dashboard-header-items p {
    font-size: 14px;
  }
  .dashboard-header-items h2 {
    font-size: 18px;
  }
  .downloadAndMultimediaInnerBox-titleIcon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 6px;
  }
  .downloadAndMultimediaInnerBox {
    padding: 16px;
  }
  .multimediaGrap-item:not(:last-child) {
    margin-bottom: 26px;
  }
  .downloadAndMultimediaInnerBox-titleLeft {
    gap: 8px;
  }
  .downloadAndMultimediaInnerBox-titleLeft h3 {
    font-size: 15px;
    margin: 0 0 4px 0;
  }
  .downloadAndMultimediaInnerBox-titleLeft p {
    font-size: 12px;
  }
  .headerLogo {
    height: 50px;
    max-width: 120px;
  }
  .active-details {
    gap: 6px;
    height: 32px;
    padding: 0px 12px;
  }
  .nav > li.hide_upload_mobi_link {
    display: none !important;
  }
  .topNotificationBtn {
    display: none !important;
  }
  nav.navbar-findcond .search-header {
    -webkit-flex: 0 0 350px;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
  }
  .ek_upload_vdo .upload .content {
    width: 180px;
    height: 180px;
  }
  .ek_upload_vdo .upload .content svg {
    padding: 40px;
  }
  .ek_upload_vdo {
    padding: 0px;
  }
  .manageItemsInfoWrapper-item {
    width: 100%;
  }
  .videoLibrary-img.ebook {
    width: 35%;
    flex: 0 0 35%;
  }
  .videoLibrary-img {
    width: 50%;
  }
  .advancedFiltersWrapper.active {
    right: 0px;
  }
  .overlayImgRight {
    right: 3%;
    bottom: -5px;
    width: 200px;
  }
  .overlayImgRight img {
    width: 100%;
  }
  .overlayImgLeft {
    left: 1%;
    width: 150px;
  }
  .overlayImgLeft img {
    width: 100%;
  }
  .chooseClientBtn {
    width: 21%;
    gap: 12px;
  }
  .chooseClientBtn img.clientLogo {
    max-width: 100px;
    height: 25px;
  }
  .clientTestimonialVideo-item {
    width: 100%;
    height: 340px;
  }
  .testimonialPlyBtn {
    left: 75%;
    transform: translate(0, -50%);
  }
  .articlesMain-item {
    width: 49%;
  }
  .searchResult-articleItem {
    width: 48.5%;
  }
  /* .searchResult-articlesWrapper {
    justify-content: center;
  } */
  .basicCard-item {
    width: 48%;
  }
  .basicCardWrapper {
    gap: 20px;
    justify-content: center !important;
  }
  div#searchWrapper {
    width: 65%;
  }
  .articleMainWrapper.active {
    margin-left: 0;
    width: 100%;
  }
  .bulkActionWrapper {
    width: 100%;
    left: 0;
    padding: 12px;
  }
  .leftBarToggleBtn {
    font-size: 12px;
    right: -28px;
  }
  .mainDashboardContent {
    margin-left: 0px; 
    width: calc(100% - 0px);
    padding: 12px;
  }
  /* .customTable tr{
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    margin-bottom: 10px;
    background-color: var(--mo-gray-200);
    border-radius: 8px;
    gap: 6px;
  }
  .customTable thead{
    display: none;
  }
  .customTable td {
    border: none;
    background: none;
    padding: 0;
    font-size: 12px;
    width: 49%;
  }
  td.titleCol {
    width: 100%;
  } */
  #customPageTable{
    overflow: auto;
   }
  .bulkActionWrapper h5{
    font-size: .8rem;
  } 
  .browseByCategory-item{
    width: 49%;
  }
  section.homeSearchSection{
    min-height: 465px;
  }
  .homeSearchSection .display-2 {
    font-size: calc(1.575rem + 2.9vw);
  }
  .customModalMain .modal-dialog {
    max-width: 90%;
  }
  div#searchWrapper {
    width: 95%;
  }
}
@media (max-width: 576px) {
  .ebookItem:hover .ebookItemShort-desc {
    height: 0;
  }

  .ebookItem:hover .ebookItemDesc::after {
    display: none;
  }

  .ebookItem:hover .ebookItem-title {
    font-weight: 500;
  }

  .ebookItem:hover .ebookItem-title a {
    color: var(---gray-dark);
  }

  .ebookItem:hover .ebookItemDesc {
    all: unset;
  }

  .home-page-categories .title h4 {
    font-size: 16px;
  }

  .homeBannerSection {
    margin-bottom: 16px;
  }

  .content {
    margin-bottom: 0;
  }

  .mb-sm-1em {
    margin-bottom: 1em !important;
  }

  .cus_slider .slick-prev,
  .cus_slider .slick-next {
    top: 40%;
  }

  .btn-fab-floating {
    color: var(---primary-color);
    background-color: var(---background-color);
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 21%), 0 6px 10px 0 rgb(0 0 0 / 20%),
      0 1px 18px 0 rgb(0 0 0 / 19%);
  }

  .content {
    padding: 0px;
  }

  .ebookItem {
    padding-left: 2px;
    padding-right: 2px;
  }

  .ebookItem-title {
    font-size: 12px;
  }

  .home-page-categories .videos .video-list .video-list-title h4,
  .video-latest-list .video-title h4 {
    font-size: 12px;
    line-height: 24px;
  }

  .dark_hr {
    margin: 8px 0px;
  }

  .view_more_link a h5 {
    font-size: 12px !important;
  }

  .view_more_link a {
    padding: 0;
  }

  .ek_page_headr {
    margin: 4px 0 12px;
  }

  .filtermain-close {
    margin: 0 !important;
  }

  .filtermain-close svg.feather {
    margin-top: 0px;
  }

  .ebookInnerListingMainWrapper.layoutList .ebookItem {
    gap: 8px;
  }

  .ebookInnerListingMainWrapper.layoutList .ebookItem .ebookItem-title a {
    font-size: 16px;
  }

  .ebook-wrapper {
    gap: 16px 1.33%;
    margin-bottom: 12px;
  }

  .mb-sm-1em {
    margin-bottom: 1em;
  }

  .video-big-title {
    margin-top: 0px;
  }

  .player-video.yp_pub_elemnt iframe {
    height: 500px !important;
  }

  .video-options .btn-share {
    font-size: 12px;
    padding: 0 8px;
  }

  .video-player-page.six_padding_15 .video-options {
    padding: 12px 0;
  }

  .video-player-page.six_padding_15 .video-options {
    margin: 12px 0;
    gap: 12px 4px;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .btn-share {
    min-width: auto;
  }

  .ek_blogcomm_combo {
    margin-bottom: 12px;
  }

  .backToPrevPage-btnWrapper {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  .pageInnerSearchWrapper {
    position: relative;
    background-color: transparent;
  }

  .pageInnerSearchWrapper.searchExpand {
    background-color: var(---gray-medium);
  }

  button.innerViewLayoutChangeBtn {
    background: transparent;
  }

  .ebook-filter-styling {
    background-color: transparent;
  }

  .topInnerHeader-rightBtnWrap {
    gap: 2px;
  }

  .ebook-filter-styling svg.feather {
    margin-top: 0px;
    width: 22px;
    height: 22px;
  }

  .innerViewLayoutChangeBtn svg {
    width: 22px;
    height: 22px;
  }

  .innerPageSearchBtn svg {
    width: 22px;
    height: 22px;
  }

  .ebookInnerListingMainWrapper.layoutList .ebookItemShort-desc {
    font-size: 12px;
  }

  .ebooklike-icon {
    width: 16px;
    height: 16px;
  }

  .mblAppActionBtn {
    background-color: var(--mo-gray-300);
    font-size: 12px;
    min-width: auto;
  }

  .video-likes .like-btn svg {
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }

  .mblAppActionBtnWrapper {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mblAppActionBtnWrapper::-webkit-scrollbar {
    display: none;
  }

  .bookDetailsVetricalWrapper {
    padding: 10px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: var(---gray-medium-dark);
    margin-bottom: 12px;
    gap: 12px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .bookDetailsVetricalWrapper::-webkit-scrollbar {
    display: none;
  }

  .bookDetailsVerticalWrapper-item {
    position: relative;
    min-width: 100px;
    flex: 0 0 48%;
    font-size: 12px;
    text-align: center;
  }

  .bookDetailsVerticalWrapper-item:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(---gray-medium-dark);
    left: -6px;
  }

  h5.bookDetailsVerticalWrapper-itemTitle {
    margin: 0 0 4px 0;
    font-size: 12px;
  }

  p.bookDetailsVerticalWrapper-itemDesc {
    margin: 0;
  }

  .btn-group-lg > .btn,
  .btn-lg {
    font-size: 14px;
    border-radius: 20px;
  }

  .modal.fade .modal-dialog {
    position: absolute;
    width: 96%;
    left: 2%;
    bottom: 0;
  }

  .modal-content {
    width: 100%;
  }

  /* .modal.fade .modal-dialog {
    transform: translate(0, 100%);
  } */

  .modal.fade.in .modal-dialog {
    transform: translate(0, -10px);
  }

  .customModal .modalImg {
    max-width: 200px;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .customModal h4.modal-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .yp_copy_link input {
    font-size: 12px;
  }

  .snackbar-container {
    width: 96% !important;
    padding: 12px 24px;
    margin: 0;
    border-radius: 30px;
    position: fixed;
    bottom: unset !important;
    top: -50% !important;
    left: 50%;
    justify-content: center;
    font-size: 12px !important;
    line-height: 22px;
    text-align: center;
    transition: transform 0.5s ease;
    transform: translate(-50%, 0);
    z-index: 2;
  }

  .snackbar-pos.bottom-center {
    transform: translate(-50%, 10px) !important;
    transition: transform 0.5s ease;
    top: 10px !important;
    bottom: unset !important;
  }

  .snackbar-container p {
    font-size: 12px !important;
  }

  .vlabItemInnerCol .video-list-title a h4 {
    font-size: 12px;
    line-height: 22px;
    margin: 6px 0;
  }

  .ebookLikeCount {
    gap: 4px;
  }

  .video-list .ebooklike-icon svg.feather {
    width: 16px;
    height: 16px;
  }

  .video-list .ebookdislike-icon svg.feather {
    width: 16px;
    height: 16px;
  }

  .ebookItem-likeCount {
    gap: 8px;
  }

  .hideMbl {
    display: none;
  }

  .ebook-wrapper.ebookInnerListingMainWrapper.layoutList .vlabItemInnerCol {
    width: 100%;
  }

  .video-big-title h1 {
    font-size: 14px;
  }

  .ek_video_info .video-views {
    font-size: 12px;
  }

  .video-player-page.six_padding_15 .video-options .btn-share {
    flex: unset;
    display: inline-flex;
    align-items: center;
    background-color: var(--mo-gray-300);
    border-radius: 25px;
    padding: 10px 20px;
    line-height: 1;
    flex-shrink: 0 !important;
  }

  .video-player-page .video-options .btn-share > svg {
    all: unset;
    width: 16px;
    height: 16px;
    color: var(--mo-gray-800);
  }

  .video-player-page.six_padding_15 .video-options {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
  }

  .video-player-page.six_padding_15 .video-options::-webkit-scrollbar {
    display: none;
  }

  .yp_pub_elemnt {
    margin-bottom: 8px;
  }

  .publisher-element .publisher-name a {
    font-size: 14px;
  }

  .publisher-element {
    padding: 8px 0;
  }

  .video-player-page.six_padding_15 .publisher-element {
    margin: 0 0 8px 0;
  }

  .user-comments .main-comment .user-name a {
    font-size: 14px;
  }

  p.comment-text {
    font-size: 12px;
  }

  .user-comments .main-comment .user-avatar {
    width: 35px;
    margin-right: 8px;
  }

  .user-comments .main-comment .user-comment:not(.pt-comment-replies) {
    margin-left: unset;
  }

  .ek_blogcomm_combo img {
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }

  .ek_blogcomm_combo textarea {
    padding: 6px 100px 5px 8px;
  }

  .watch-video-show-more {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .user-comments .main-comment {
    margin-bottom: 4px !important;
  }

  .next-video {
    margin-bottom: 12px;
  }

  .simulationVlab-icon {
    right: 12px;
    top: 8px;
    padding: 2px;
    width: 24px;
    height: 24px;
  }

  .video-likes {
    padding: 4px 8px;
  }

  .mejs__controls:not([style*="display: none"]) {
    padding: 8px !important;
  }

  .ek_video_info .video-views.watchPlasma-video-views {
    margin-top: 0;
  }

  .mejs__overlay-play .mejs__overlay-button {
    height: 50px !important;
    width: 50px !important;
  }

  .modal.matdialog .modal-header {
    margin: 0 0 12px;
  }

  .modal.matdialog .modal-title {
    font-size: 16px;
  }

  .modal-body .form-control {
    font-size: 12px;
  }

  .filterOptionMainWrapper {
    gap: 12px;
  }

  .emptyVerticalLineShape {
    display: none;
  }

  .iqButtonWrapper {
    width: 48%;
  }

  .iqButtonWrapper a {
    width: 100%;
  }

  .iqCard h4 {
    font-size: 14px;
    margin: 0 0 8px;
  }

  .iqCard h6 {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .iqScoreWrapper {
    width: 48%;
    text-align: center;
    padding: 7px 15px;
  }

  .btn {
    font-size: 12px;
  }

  .iqTitle {
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .ek_timeline_vids .col-md-3 {
    padding: 0 2px;
  }

  .profile-container .page-container .videos-latest-list {
    padding: 0;
  }

  .profile-container .ebookItemsWrapper {
    gap: 20px 3px;
  }

  .profile-container .links-container ul li a {
    padding: 8px 16px;
    font-size: 14px;
  }

  .ek_timeline_vids {
    margin: 12px 0px 0;
  }

  .info-container {
    margin-top: 0px;
  }

  .profile-container .ek_chnl_info {
    padding: 15px 15px 10px;
  }

  .profile-container .ek_chnl_info .info-container h4 a {
    font-size: 14px;
  }

  .myActivity-ebook.ebookItemsWrapper svg.feather {
    width: 14px;
    height: 14px;
  }

  .recent-articles {
    font-size: 16px;
  }

  .myProfileBookmarkedVideo {
    margin-bottom: 8px !important;
  }

  .recent-articles {
    padding-bottom: 4px;
  }

  .myProfileBookmarkedVideo h4 {
    font-size: 12px;
  }

  .ek_about h3 {
    font-size: 16px;
  }

  .aboutDetailsTable td {
    padding: 8px 5px;
  }

  .aboutDetailsTable h5 {
    font-size: 14px;
  }

  .aboutDetailsTable p {
    font-size: 14px;
  }

  .profile-container .ek_about .social-links {
    margin: 16px 0 8px 0;
  }

  .yp_sett_header h4 {
    font-size: 16px;
  }

  .yp_sett_header {
    padding: 8px 0 12px;
  }

  .settings-sidebar ul li a {
    padding: 8px 16px;
    font-size: 12px;
  }

  .settings-sidebar ul li a svg {
    margin: 0 12px 0 0;
    width: 16px;
    height: 16px;
  }

  .settings-sidebar ul {
    margin-bottom: 8px;
    padding: 8px;
  }

  .sett_row_rev .col-md-4,
  .sett_row_rev .col-md-8,
  .sett_row_rev .col-md-12 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .ek_forms .form-group input[type="text"],
  .ek_forms .form-group input[type="email"],
  .ek_forms .form-group input[type="password"],
  .ek_forms .form-group select,
  .ek_forms .form-group input[type="number"] {
    height: auto !important;
    padding: 8px 16px;
    line-height: 1;
  }

  .ek_import_vdo .ek_forms .setting-panel-mdbtn,
  .ek_forms_large_btns .ek_forms .setting-panel-mdbtn {
    font-size: 14px;
    margin: 0;
    width: 100%;
  }

  .wow_cset_cover .wow_cset_cover_hdr .btn-file {
    height: 120px;
  }

  .wow_cset_avtr .wow_cset_avtr_hdr .btn-file {
    width: 80px;
    height: 80px;
    margin: -40px 20px 10px;
  }

  .ek_history .video-wrapper {
    margin-bottom: 12px;
    padding: 0;
  }

  .ek_history .video-wrapper .video-info .video-title a {
    font-size: 12px;
  }

  .emptyTrashBtn svg {
    width: 16px;
    height: 16px;
  }

  .modalBtnWrapper {
    gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .modalBtnWrapper button {
    width: 100%;
  }

  .vid_stud_divider {
    font-size: 14px;
  }

  .vid_analts_stat {
    margin-bottom: 8px;
  }

  .mblAppCardWrapper {
    display: flex;
    overflow-x: scroll;
  }

  .mblAppInnerCard {
    width: 100%;
    flex-shrink: 0;
  }

  .ek_vid_stud_row {
    margin-bottom: 12px;
  }

  .mbl-mb-10 {
    margin-bottom: 10px;
  }

  .video-latest-list {
    margin-bottom: 12px;
  }

  .video-wrapper .video-info > div {
    display: flex;
    gap: 8px;
  }

  .dataTables_wrapper .table > tbody > tr > td,
  .dataTables_wrapper .table > tbody > tr > th,
  .dataTables_wrapper .table > tfoot > tr > td,
  .dataTables_wrapper .table > tfoot > tr > th,
  .dataTables_wrapper .table > thead > tr > td,
  .dataTables_wrapper .table > thead > tr > th {
    padding: 5px 0;
  }

  .videoMoreOption {
    all: unset;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 8px 2%;
    margin-top: 8px;
  }

  .videoMoreOption a {
    width: 48%;
  }

  .manageVideoLibraryList-item:hover .videoLibraryOptions:after {
    all: unset;
  }

  .manageVideoLibraryList-item:hover .videoMoreOption {
    display: flex;
    justify-content: space-between;
    gap: 8px 2%;
    margin-top: 8px;
  }

  .table > thead:first-child > tr:first-child > th:last-child {
    font-size: 16px;
    line-height: 1;
  }

  .manageVideoLibraryList-item.ebookItemRow .publisherDetails h4,
  .manageVideoLibraryList-item.ebookItemRow .manageVideoLibrary-category h4,
  .manageVideoLibraryList-item.ebookItemRow .videoVisibilityOption h4 {
    margin: 8px 0;
  }

  .doubleBtnWrapper .btn,
  .iqCreateButton-modal {
    width: 100%;
  }

  .thumbnail-preview,
  .ek_edt_vdo_form {
    margin-top: 8px;
  }

  .ek_vdo_cstm_radio {
    font-size: 12px;
  }

  .checkBoxRow {
    display: flex;
    align-items: flex-start;
  }

  .editWrapperContainer .col-md-12,
  .editWrapperContainer .col-md-8,
  .col-md-4.editVideoThumbCol {
    padding-left: 0;
    padding-right: 0;
  }

  .mblFixedBtnWrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: var(--mo-white);
    padding: 10px;
  }

  .editWrapperContainer {
    margin-bottom: 50px;
  }

  .bootstrap-select .dropdown-toggle .filter-option {
    font-size: 14px;
  }

  td .btnWrapper {
    gap: 4px;
  }

  th.sorting.dtfc-fixed-left,
  td.dtfc-fixed-left {
    background-color: var(--mo-white) !important;
    z-index: 1;
  }

  .category-top {
    justify-content: center;
    position: relative;
  }

  .pageInnerSearchWrapper.searchExpand {
    width: 100%;
  }

  .category-top {
    margin-bottom: 4px;
  }

  .gradeListingItem-action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px 2%;
  }

  .gradeListingItem-action .btn {
    width: 49%;
    justify-content: center;
  }

  span.categoryAction {
    width: 100%;
    justify-content: space-between;
    gap: 4px 2%;
  }

  span.categoryAction .btn {
    width: 49%;
    justify-content: center;
    text-align: center;
  }

  .gradeListingItem {
    padding: 10px 12px;
  }

  .mblFullWidth {
    width: 100%;
  }

  .gradeListingTable {
    margin-bottom: 50px;
  }

  .mblNoSidePadding {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mblHalfWidthBtn {
    width: 49%;
  }

  #create-translate .btnWrapper {
    gap: 8px 2%;
  }

  .usersFilterRow {
    margin-bottom: 12px;
  }

  .manageUserTableRow {
    margin-top: 12px;
  }

  .customTable td.dtfc-fixed-left {
    min-width: 25px;
  }

  .customTable th.dtfc-fixed-left {
    min-width: 25px;
    z-index: 1;
    background-color: var(--mo-white);
  }

  .actionBtnWrapper {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .h3,
  h3 {
    font-size: 20px;
  }

  .check-trail {
    width: 47px;
    height: 25px;
  }

  .check-handler {
    width: 20px;
    height: 20px;
  }

  .ek_upload_vdo .ek_upvid_one > div.upload h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .ek_upload_vdo .ek_upvid_one > div.upload p {
    font-size: 12px;
    line-height: 22px;
  }

  .ek_upload_vdo_step .line .dot p {
    font-size: 12px;
    line-height: 22px;
  }

  .ek_upload_vdo_step {
    padding: 45px 26px 16px;
  }

  .ek_upload_vdo .upload .content svg {
    padding: 35px;
  }

  .ek_upload_vdo .upload .content {
    width: 150px;
    height: 150px;
  }

  .ek_upload_vdo_row .col-md-8,
  .ek_upload_vdo_row .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .row.ek_upload_vdo_row.mblRowRearrange {
    display: flex;
    flex-direction: column-reverse;
  }

  .ek_page_headr .page_head {
    font-size: 16px;
    margin: 0;
  }

  .cropme-rotation-slider input::before {
    content: "↺" !important;
    font-size: 30px;
    font-weight: 400 !important;
    line-height: 1;
    width: 25px !important;
    height: auto !important;
    text-align: center !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0;
    position: absolute;
  }

  .cropme-rotation-slider input::after {
    content: "↻" !important;
    position: absolute;
    font-size: 30px;
    font-weight: 400 !important;
    line-height: 1;
    width: 25px !important;
    height: auto !important;
    text-align: center !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 0;
  }

  .cropme-slider,
  .cropme-rotation-slider {
    padding: 0px 30px !important;
    position: relative;
  }
  .cropme-slider input,
  .cropme-rotation-slider input {
    width: 96% !important;
    margin: auto;
  }
  .cropme-rotation-slider input::before,
  .cropme-rotation-slider input::after {
    font-size: 25px;
  }

  .cropme-slider input::before {
    position: absolute;
    content: "+" !important;
    font-size: 25px;
    line-height: 1;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: -25px !important;
    width: 25px !important;
    height: auto !important;
    text-align: center !important;
  }

  .cropme-slider input::after {
    position: absolute;
    content: "−" !important;
    font-size: 25px;
    line-height: 1;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: -25px !important;
    width: 25px !important;
    height: auto !important;
    text-align: center !important;
  }

  .cropme-wrapper .cropme-slider {
    margin-top: 0px !important;
    margin-left: unset;
    margin-bottom: unset;
    position: relative !important;
    left: 0 !important;
    top: unset !important;
    padding: 0px 25px !important;
    width: 100% !important;
    transform: translate3d(162px, 266px, 0px) rotate(-90deg) !important;
    transform-origin: unset !important;
  }

  #cropImageModal .cropme-container {
    margin-top: unset;
    height: 468px !important;
    width: 90% !important;
    margin: 0 auto 0 0 !important;
  }

  .img-crop-box {
    padding: 0;
  }

  #cropImageModal .modal-content .modal-body {
    padding: 12px;
  }
  .ek_upload_vdo_row .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  button.mobileMenuBtn {
    width: 40px;
    height: 40px;
  }
  button.mobileMenuBtn svg {
    width: 22px;
    height: 22px;
  }
  .cus_story_slider .slick-list {
    padding-top: 0px;
  }
  .ek_sec_nav_cats {
    padding: 0px 0 4px 0;
  }
  .ek_sec_nav_cats .swiper {
    padding: 0;
  }
  .ek_upload_vdo button.btn_upld_vid_next {
    font-size: 14px;
    line-height: 24px;
  }
  #preview_title {
    margin-bottom: 16px;
  }
  .ek_upload_vdo .upload .content {
    padding: 12px;
  }
  .manageItemsInfoWrapper-item {
    width: 100%;
  }
  .videoLibrary-img.ebook {
    width: 20%;
    flex: 0 0 20%;
    aspect-ratio: 2 / 3;
  }
  .advancedFiltersWrapper {
    width: 300px;
  }
  .advancedFiltersWrapper.active {
    right: 0;
  }
  .advancedFilterLinkText {
    display: none;
  }
  .filterRow {
    gap: 10px;
  }
  section.homeSearchSection {
    min-height: 400px;
  }
  .overlayImgRight {
    right: -7%;
    bottom: -10px;
    width: 140px;
  }
  .overlayImgRight img {
    width: 100%;
    height: auto;
  }
  .overlayImgLeft {
    width: 90px;
  }
  .overlayImgLeft img {
    width: 100%;
    height: auto;
  }
  .bannerLogoWrapper {
    width: 100px;
    height: 100px;
    padding: 15px;
    bottom: 0;
    border: solid 3px var(---primary-color);
  }
  .bottomShape {
    bottom: -1px;
  }
  .basicCard-item {
    width: 100%;
  }
  .commonTopBottomPadding {
    padding: 25px 0;
  }
  .basicCardWrapper {
    gap: 12px;
    padding: 0 20px;
  }
  .browseByCategory-item {
    width: 100%;
  }
  .browseByCategoryWrapper {
    gap: 12px 2%;
    padding: 0 0px;
  }
  .chooseClientBtn img.clientLogo {
    max-width: 51px;
    height: 30px;
  }
  .chooseClientBtn {
    gap: 4px;
  }
  .clientTestimonialVideoWrapper {
    padding: 0 12px;
  }
  .testimonialPlyBtn {
    top: 80%;
    transform: translate(-50%, 0);
  }
  .articlesMain-item {
    width: 100%;
  }
  .articlesMainWrapper {
    gap: 12px 2%;
  }
  .searchResult-articleItem {
    width: 100%;
    padding: 12px;
    border-radius: 9px;
  }
  .footerLogo {
    width: 180px;
    height: 60px;
  }
  #searchWrapper .form-control {
    padding: 7px 16px 7px 45px;
  }
  .leftSideMenuLabel {
    left: -38px;
    top: 90px;
    font-size: 12px;
  }
  .sideBarLeft {
    width: 35px;
    padding: 10px;
  }
  .articleMainWrapper {
    margin-left: 35px;
    width: calc(100% - 35px);
    padding: 16px;
  }
  .articleBody-itemHeader h3 {
    font-size: 1rem;
  }
  .articleBody-itemHeaderIcon {
    width: 20px;
    height: 20px;
  }
  .articleHeader h1 {
    font-size: 1.3rem;
  }
  .articleHeader-icon {
    width: 22px;
    height: 22px;
  }
  .articleHeader-bottom {
    font-size: 12px;
  }
  .articleBody-itemSubHeader .badge {
    font-size: 10px !important;
  }
  .articleBody-itemBody {
    font-size: 14px;
  }
  .articleBody-item:not(:last-child) {
    margin-bottom: 12px;
  }
  .leftSideMenu-SubLinkText {
    font-size: 14px;
  }
  .leftSideMenu-SubLinkIcon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }
  #articleAccordionLeft button.accordion-button {
    font-size: 14px;
  }
  .sideBarLeft.active {
    width: var(--articleLeftMenuWidth);
    padding: 20px 15px;
    width: 35px;
  }
  .sideBarLeft {
    width: var(--articleLeftMenuWidth);
    padding: 20px;
  }
  .sideBarLeft.active .leftSideMenuLabel {
    opacity: 1;
    visibility: visible;
  }
  .sideBarLeft .leftSideMenuLabel {
    opacity: 0;
    visibility: hidden;
  }
  .sideBarLeft.active .leftSideMenuLabel{
    display: none;
  }
  .sideBarLeft .sideBar-header,
  .sideBarLeft .sideBar-body {
    display: block;
  }
  .sideMenuToggleBtn.active svg {
    transition: all 0.3s ease;
    transform: rotate(0deg);
  }
  .sideMenuToggleBtn {
    width: 26px;
    height: 26px;
    right: -14px;
    & svg {
      transform: rotate(180deg);
    }
  }
  .articleMainWrapper.active {
    margin-left: 35px;
    width: calc(100% - 35px);
  }
  .articleMainWrapper.withRightSideBar.active {
    margin-left: 35px;
    width: calc(100% - 35px);
  }
  .articleBody-itemSubHeader {
    font-size: 12px;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  .breadcrumb-item {
    line-height: 1;
    display: inline-flex;
  }
  .breadcrumb-item a {
    line-height: 1;
    display: inline-flex;
  }
  .breadcrumb-item svg {
    width: 12px;
    height: 12px;
  }
  .breadcrumb-item + .breadcrumb-item {
    font-size: 12px;
  }
  .leftSideMenu-SubLink {
    font-size: 14px;
  }
  .mainDashboardLeft {
    padding: 12px;
  } 
}

.articleAuthorImg {
  width: 28px;
  height: 28px;
}

/* Mobile App */
body.mobile-app {
  padding-top: 0;
}

body.mobile-app .yp_side_menu.has_side_menu {
  margin: 0 !important;
}

body.mobile-app #moduleContainer {
  height: calc(100vh);
}

body.mobile-app .home-page-categories .title {
  margin-bottom: 4px;
}

body.mobile-app .rightSideFilterBar {
  padding: 0px !important;
  top: 0px;
}

body.mobile-app .ebook-aside {
  padding: 12px;
}
body.mobile-app .fixed-action-btn {
  display: none;
}
body.mobile-app #moduleContainer.container-pinned.pinned-right-bar {
  width: 100% !important;
}

.folder-btn{
  -mo-accordion-btn-padding-y: 0.5rem;
    --mo-accordion-btn-padding-x: 1.25rem;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--mo-accordion-btn-padding-y) var(--mo-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--mo-accordion-btn-color);
    text-align: left;
    background-color: var(--mo-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--mo-accordion-transition);
    transition: var(--mo-accordion-transition);
}

  .skeleton-box {
    display: inline-block;
    height: 20px;
    border-radius: 4px;
    background: linear-gradient(
      100deg,
      #f0f0f0 8%,
      #e0e0e0 18%,
      #f0f0f0 33%
    );
    background-size: 200% 100%;
    animation: shimmer 1.2s ease-in-out infinite;
  }

 @keyframes shimmer {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
@media (min-width: 576px) {
  .container-custom {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-custom {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-custom {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-custom {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-custom {
    max-width: 1320px;
  }
}
@media (max-width: 1700px) {
  :root {
    --articleLeftMenuWidth: 400px;
  }
}
@media (max-width: 1500px) {
  :root {
    --articleLeftMenuWidth: 350px;
  }
}
@media (max-width: 1400px) {
  :root {
    --articleLeftMenuWidth: 300px;
  }
  .inThisArticleWrapper ol{
    padding-left: 3rem;
  }
}
@media (max-width: 1200px) {
  .related-card {
    width: 18.5%;
  }

  .related {
    gap: 40px 1.875%;
  }

  .ebook-item {
    width: 19%;
  }

  .ebook-wrapper {
    gap: 40px 1.25%;
  }

  #moduleContainer.container-pinned.pinned-right-bar {
    width: calc(100% - 60px) !important;
    overflow-x: hidden;
  }
  .articleMainWrapper.withRightSideBar.active {
    width: calc(100% - (1 * var(--articleLeftMenuWidth)));
  }
  #moduleContainer.container-pinned.pinned-right-bar{
    width: calc(100% - 0px) !important;
  }
  .rightSideBar.active{
    position: fixed;
    right: -100%;
    transition: 0.5s ease;
    top: 0px;
    right: 0px;
    transform: translateX(100%);
    z-index: 999999;
    height: 100% !important;
  }
  .rightSideBar.active-mobile{
    transform: none !important;
  }
  .sideMenuToggleBtn.sideMenuToggleBtn-right{
    display: none;
  }
  .rightSideBar.active.minimized {
    transform: translateX(100%);
    width: 0px;
  }
  .articleMainWrapper.withRightSideBar.rightSideBarMinimized.active {
    width: calc(100% - (var(--articleLeftMenuWidth) + 0px));
  }  
  .rightSideBar.active-mobile + .backdrop-sidebar,
  .sideBarLeft.active-mobile + .backdrop-sidebar{
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: #0003;
  } 

}

@media (max-width: 1250px) {
  .sidemenu-styling {
    width: 230px;
  }
}

@media (max-width: 1024px) {
  #moduleContainer.container-pinned.pinned-right-bar {
    left: 0px !important;
  }
}

@media (max-width: 992px) {
  .addNewCategory,
  .manageCategoryInner {
    padding: 15px;
  }

  .wtch_mv_img {
    width: 100%;
  }

  .video-big-title {
    margin-top: 10px;
  }

  .related-card {
    width: 23.5%;
  }

  .related {
    gap: 40px 2%;
  }

  .ebook-wrapper {
    gap: 40px 1.333%;
  }

  .ebook-item {
    width: 24%;
  }

  #main-container {
    margin-top: 0px;
    overflow: hidden;
    /* height: 100vh; */
  }

  #container_content {
    overflow: hidden;
  }

  .pp_mat_input {
    margin-bottom: 1.8em;
  }
  :root {
    --articleLeftMenuWidth: 270px;
  }
  .gjs-pn-views-container,
  .gjs-pn-panel.gjs-pn-views.gjs-one-bg.gjs-two-color{
    position: fixed !important;
    right: -100% !important;
    transition: all 0.3s ease;    
  }
  .articles-add-mobile-close{
    min-width: 30px;
    width: 30px;
    min-height: 30px;
    height: 30px;
    position: fixed !important;
    right: -100% !important;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50%;
    background-color: var(--mo-white);
  }
  .gjs-pn-panel.gjs-pn-views-container.gjs-one-bg.gjs-two-color{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  }
  body.articles-menu-active .articles-add-mobile-close{
    right: 285px !important;
    z-index: 9999;
    top: 46px;
  }
  body.articles-menu-active .gjs-pn-views-container, 
  body.articles-menu-active .gjs-pn-panel.gjs-pn-views.gjs-one-bg.gjs-two-color{
    right: 0px !important;
  }
  .gjs-cv-canvas,
  .gjs-pn-commands{
    width: 100% !important;
  }
  .gjs-pn-options{
    right: 0px !important;
  }
  
}

@media (max-width: 767px) {
  .related-card {
    width: 49%;
  }

  .related {
    gap: 40px 2%;
  }

  .ebook-wrapper {
    gap: 40px 2%;
  }

  .ebook-item {
    width: 32%;
  }
  .articleMainWrapper{
    padding: 10px 16px 30px;
  }
  .articleMainWrapper.withRightSideBar.active{
    width: 100% !important;
    margin-left: 0px;
  }
  #sideBarLeft{
    top: 0px;
    height: 100vh;
    z-index: 99999;
  }
  #sideBarLeft .sideMenuToggleBtn{
    display: none;
  }
  .sideBarLeft.active{
    transform: translateX(-100%);
  }
  .sideBarLeft.active-mobile{
    transform: translateX(0%);
  }
  .sideBar-body {    
    max-height: calc(100vh - 85px);
  }


}

@media (max-width: 576px) {
  #moduleContainer.container-pinned {
    left: 0px !important;
    width: 100% !important;
  }

  .wtch_mv_img img {
    min-height: 250px;
  }

  .related-card {
    width: 100%;
  }

  .related {
    gap: 40px 2%;
  }

  .commonTopBottomPadding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ebook-wrapper {
    gap: 40px 2%;
  }

  .ebook-item {
    width: 49%;
  }

  .ebook-aside {
    height: 100vh;
  }

  .ebook-aside {
    right: 0px;
    top: 63px;
  }

  .commonPadding {
    padding: 10px;
  }

  .homeBannerItem {
    flex-direction: column-reverse;
    height: 65vh;
    padding: 20px;
    align-items: center;
    gap: 20px;
  }

  #moduleContainer {
    left: 0 !important;
    width: 100% !important;
  }

  .ek_sec_nav_slide > div a {
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 8px;
  }

  .homeBannerLeftContent {
    width: 100%;
  }

  .homeBannerRightContent {
    width: 100%;
  }

  .homeBannerLeftContent h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .homeBannerImgWrapper {
    max-width: 280px;
    min-width: 280px;
    aspect-ratio: 2/3;
    height: unset;
    padding: 10px;
    background-color: var(--mo-white);
    border-radius: 10px;
    box-shadow: 0 0 16px 5px var(--mo-white) 29;
  }

  .content {
    padding: 5px;
  }

  .homeBannerSection .btn {
    padding: 8px 22px;
    font-weight: 500;
    font-size: 14px;
    border-color: var(---accent-color);
  }

  .home-page-categories .title {
    margin-bottom: 4px;
    margin-top: 16px;
  }

  .carouselBackgroundOverlay {
    background: linear-gradient(
      0deg,
      var(---primary-color) 18.63%,
      rgb(23 57 91 / 74%) 48.56%,
      rgb(137 177 193 / 38%) 87.04%
    );
  }

  .homeBannerRightContent {
    display: none;
  }

  .ek_vid_fixed_height {
    min-height: 50px;
    max-height: 50px;
  }

  .ebookItem {
    width: 49%;
  }

  .homeBannerSection {
    margin-bottom: 30px;
  }
  #sideBarLeft,
  #sideBarRight{
    width: 70%;
  }
  .mt-small-none{
    margin-top: 0px;
  }
  .articleMainWrapper.active {    
    margin-left: 0px;
    width: calc(100% - 0px);
  }
  .articleHeader-icon {
    width: 35px;
    height: 35px;
  }
  .articleHeader h2{
    font-size: 18px;
  }
  .gjs-pn-panel .gjs-pn-buttons{
    gap: 5px;
  }
  .articles-add-mobile-view{
    right: 128px;
  }
  .heading-max-width-title {
    width: calc(100% - 176px);
  }
  .device-options-items,
  .line-devices{
    display: none;
  }
  .device-options {
    position: fixed;
    bottom: 28px;
    right: 21px;
  }
  .homeSearchSection .display-2 {
    font-size: calc(1.075rem + 2.9vw);
  }
  .homeSearchSection .fs-18{
    font-size: 14px;
  }
  .viewMoreBtn {
    margin-top: 20px !important;
  }
   #searchItemsWrappers{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .commonBottomPadding{
    padding-bottom: 20px;
  }
  .commonTopPadding{
    padding-top: 20px;
  }
  .customModalMain .modal-dialog {
    max-width: 95%;
  }
  .customModalMain .modal-dialog {
    max-width: 95%;
    left: 48% !important;
    transform: translateX(-50%) !important;
  }
  .searchModalBody {
    min-height: calc(100vh - 107px);
    max-height: calc(100vh - 107px);
  }
  .searchbar-placeholder::placeholder{
		font-size: 14px;
	}
  .common-desc-width {
    width: 100% !important;   
    font-size: 13px !important;
  }
  .contentsListingWrappers .commonTopBottomPadding,
  .footerSection.commonTopPadding{
    padding-top: 0px !important;
  }
   .video-item{
    width: 100%;
  }
}
@media (max-width: 400px) {
  #sideBarLeft,
  #sideBarRight{
    width: 80%;
  }
  .gjs-block-section.content-blocks{
    width: 30.3% !important;
    padding: 0.5em !important;
    margin: 10px 1.5% 5px !important;
  }
  .gjs-block-section.content-blocks .iconBox-custom svg{
    width: 80px !important;
    height: 60px !important;
  }
  .gjs-main-wrappers{
    width: 33.33% !important;
  }
  .gjs-pn-views-container{
    width: 100% !important;
    height: 50% !important;     
    bottom: 0px;       
  }
  .gjs-pn-views-container, 
  .gjs-pn-panel.gjs-pn-views.gjs-one-bg.gjs-two-color{        
    right: unset !important;
    bottom: -100% !important;
  }
  body.articles-menu-active .gjs-pn-views-container {            
    bottom: 0% !important;
  }
  body.articles-menu-active .gjs-pn-panel.gjs-pn-views.gjs-one-bg.gjs-two-color{
    bottom: calc(50% - 42px) !important;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .gjs-pn-panel.gjs-pn-views-container.gjs-one-bg.gjs-two-color{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px !important;
  }
  .articles-add-mobile-close{
    right: unset !important;
    bottom: -100% !important;
    top: unset !important;
  }
  .device-options{
    padding: 0px !important;
  }
  .device-options-items-close{
    display: flex !important;
  }
  body.articles-menu-active .articles-add-mobile-close{
    bottom: calc(50% + 8px) !important;
    right: 4px !important;
  }
  .breadcrumb-item+.breadcrumb-item::before{
    padding-top: 0px;
  }
}
