.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Opera and Firefox */
}
.datatable-table a,.datatable-table td.datatable-cell>span {
    font-size: 0.97rem!important;
    font-weight: 500!important;
    text-decoration: none;
    background-color: transparent;
    color: #3F4254 !important;
    transition: color .2s ease,background-color .2s ease;
}
.datatable-table a:hover {
    color: #3699FF !important;
}
.text-fade {
  color: #708090 !important;
}
.datatable.datatable-default.datatable-loaded>.datatable-table {
  display: table;
}
.datatable.datatable-default.datatable-loaded>.datatable-table>.datatable-body, 
.datatable.datatable-default.datatable-loaded>.datatable-table>.datatable-foot, 
.datatable.datatable-default.datatable-loaded>.datatable-table>.datatable-head {
  display: table-header-group;
}
.datatable.datatable-default.datatable-loaded>.datatable-table>.datatable-body .datatable-row, 
.datatable.datatable-default.datatable-loaded>.datatable-table>.datatable-foot .datatable-row, 
.datatable.datatable-default.datatable-loaded>.datatable-table>.datatable-head .datatable-row {
    display: table-row;
}
.datatable.datatable-default>.datatable-table>.datatable-body .datatable-row>.datatable-cell, 
.datatable.datatable-default>.datatable-table>.datatable-foot .datatable-row>.datatable-cell, 
.datatable.datatable-default>.datatable-table>.datatable-head .datatable-row>.datatable-cell {
    display: table-cell;
}

@media print
{
  .no-print, .no-print *
  {
    display: none !important;
  }
  .card-body{
    padding: 0px !important;
    border:none !important;
  }
}

.modal { 
  overflow: auto !important;
}

.modal-body {
  overflow: hidden
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99; /* makes sure it stays on top */
  margin: 85px 168px 280px 155px;
}
.status {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  margin: -150px 0 0 -150px /* is width and height divided by two */
}
.brand-logo:active,.brand-logo:visited,.brand-logo{
  color:#FFF !important;
}
.brand-logo>*{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-around;
  align-content: center;
  line-height: 50px;
  margin:0px 5px;
  color: #3F4254;
}
.aside-minimize.aside-minimize-hover .brand .brand-logo img {
  display: flex;
}
.aside-minimize:not(.aside-minimize-hover) .brand-logo h4{
  display: none;
}
.symbol-first-char>*:first-letter {
  visibility:visible !important;
  font-size:initial;
}
.symbol-first-char>* {
  visibility:hidden !important;
  font-size: 0px;
}
ul.submenu-nav {
  display: none;
  position: absolute;
  top: 90px;
  left: 330px;
  list-style: none;
  padding-left: 0;
}
i.tooltip-color {
  display: inline !important;
}
.symbol img {
  object-fit: cover;
}
img.contain {
  object-fit: contain;
}
ul.submenu-nav li {
  padding: 0px 20px;
  display: inline-block;
}
ul.submenu-nav li.menu-item-active a {
  color: #0073e9;
  font-weight: 500;
}
ul.submenu-nav.active {
  display: block;
}
ul.submenu-nav {
  display: none;
}
.header-tabs .nav-item {
  position: initial;
}
.slideshow-editor-imagelist {
  white-space: nowrap;
  overflow-x: scroll;
  height: 300px;
}
@media (max-width: 575px) {
  ul.submenu-nav {
    top: 90px;
    left: 0;
  }
  ul.submenu-nav li {
    padding: 0px 20px;
    display: list-item;
    padding: 10px 30px;
  }
}
img.fit {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
#kt_header {
  background: #fff;
}
.header-tabs > li > ul > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7rem 1.25rem;
  border-radius: 4px;
}
.header-tabs > li > ul > li.active {
  background-color: #f3f6f9;
}
.header-tabs > li > ul > li a {
  color: #7e8299;
}
.header-tabs > li > ul > li.active a {
  color: #3699ff;
}
.form-error {
  color: #f64e60;
  font-size: 0.9rem;
  font-weight: 400;
}
.text-error {
  color: #f64e60;
}
.card.image .card, .card.video .card, .card.audio .card, .card.document .card {
  border-bottom: 1px solid #888;
  box-shadow: rgb(0 0 0 / 20%) 0px 26px 30px -10px, rgb(0 0 0 / 33%) 0px 16px 10px -10px;
  transition: all 250ms cubis-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-color: rgba(9, 72, 183, 0.26) !important;
}
.card.image .card:hover, .card.video .card:hover, .card.audio .card:hover, .card.document .card:hover {
  transform: scale(1.05);
  border-color: rgba(249, 249, 249, 0.8);
  box-shadow: rgb(0 0 0 / 20%) 0px 40px 50px -16px, rgb(0 0 0 / 33%) 0px 30px 22px -10px;
}
.file-type {
  text-align: center;
}
.file-type i {
  font-size: 5rem;
  color: #fff;
  line-height: 7rem;
}
.card.audio .card-body {
  background-color: #f4f4f4 !important;
  border-radius: 0.5rem;
}
.card.image {
  border: 1px solid #6c6c6c;
  border-radius: 0.5rem;
}
.card-stretch.card-media-nav {
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    border: 1px solid transparent;
}
#preview .modal-body {
  max-width: 80vw;
  max-height: 80vh;
  text-align: center;
}
#preview .modal-body img {
  max-width: 50vw;
  max-height: 75vh;
}
#preview .modal-content {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#preview .caption {
  width: 100%;
  display: none;
}
#preview .modal-header i {
  color: #000;
  font-size: 2rem;
}
#preview .modal-header {
  border: none;
  text-align: right;
}
#preview .modal-header button {
  position: absolute;
  right: 0px;
  top: 0px;
}
.file .info {
  position: relative;
}
.file .info .dropdown-item i {
  margin-right: 5px;
}
.file .dropup {
  position: absolute;
  right: -5px;
  top: 0px;
}
.file .info > span {
  display: block;
  color: #6c6c6c;
}
.file > .card {
  padding: 0px 5px 5px 5px;
  background: transparent;
  border-color: transparent;
}
.file > .card > .card-body,
.file > .card > .card-footer {
  padding: 0px;
  background: rgba(120, 120, 120, 0);
  border: none;
}
.file > .card:hover {
  background: rgba(200, 200, 200, 0.3);
}
.finfo {
  max-width: 390px;
  padding: 5px;
  background: #000;
  opacity: 0.95;
  border: 1px solid #000;
}
.finfo table td.title {
  width: 120px;
  vertical-align: top;
  font-weight: bold;
  color: #e1f0ff;
}
.finfo table tbody > tr {
  width: 100%;
  display: table;
}
.finfo table td.text-truncate {
  max-width: 270px;
  color: #e1f0ff;
}
.card.excel {
  background: #206e43;
}
.card.pdf {
  background: #ae0d02;
}
.card.word {
  background: #1858b7;
}
.card.archive {
  background: #ffaa33;
}
.card.other {
  background: #6f42c1;
}
.card.card-custom:not(.filterview-table) > .card-body {
  padding: 1rem 0.25rem;
}
#file > i {
  font-size: 4rem;
  color: #719ece;
}
.dropzone .dz-message {
  text-align: center;
  margin: 0.7em 0;
}
.dropzone.dropzone-default {
  padding: 7px;
}
#preview .video-js {
  margin: 0 auto;
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-dialog.modal-full {
  max-width: 90vw;
  width: 90vw;
}
/* #filepicker .modal-dialog {
  max-width: 90vw;
  width: 90vw;
}
#filepicker .modal-dialog,
#filepicker .modal-content {
  height: 95vh;
  overflow: hidden;
}
#filepicker .modal-body {
  max-height: 95vh;
  padding: 0px;
} */

.picker .modal-dialog {
  max-width: 90vw;
  width: 90vw;
}
.picker .modal-dialog,
.picker .modal-content {
  height: 95vh;
  overflow: hidden;
}
.picker .modal-body{
  max-height: 95vh;
  padding: 0px;
}

#livepicker .modal-dialog {
  max-width: 90vw;
  width: 90vw;
}
#livepicker .modal-dialog,
#livepicker .modal-content {
  height: 95vh;
  overflow: hidden;
}
#livepicker .modal-body {
  max-height: 95vh;
  padding: 0px;
}
.imagepicker {
  width: 260px;
  display: inline-grid;
  padding: 10px;
}
.imagepicker input {
  width: 100%;
  margin-top: 10px;
}
.imagepicker-area {
  width: 150px;
  height: 150px;
  border: 2px dashed #ccc;
}
.imagepicker-area:hover {
  background-color: #eee;
}
.filepicker {
  width: 260px;
  display: inline-grid;
  padding: 10px;
}
.filepicker input {
  width: 100%;
  margin-top: 10px;
}
.filepicker-area {
  width: 150px;
  height: 150px;
  border: 2px dashed #ccc;
}
.filepicker-area:hover {
  background-color: #eee;
}
.videopicker {
  width: 260px;
  display: inline-grid;
  padding: 10px;
}
.videopicker > * {
  margin: 0 auto;
}
.videopicker input {
  width: 100%;
  margin-top: 10px;
}
.videopicker-area {
  width: 852px;
  height: 480px;
  border: 2px dashed #ccc;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
  position: relative;
}
.videopicker-area:hover {
  background-color: #eee;
}
.audiopicker {
  width: 260px;
  display: inline-grid;
  padding: 10px;
}
.audiopicker > * {
  margin: 0 auto;
}
.audiopicker input {
  width: 100%;
  margin-top: 10px;
}
.audiopicker-area {
  width: 290px;
  height: 115px;
  border: 2px dashed #ccc;
}
.audiopicker-area:hover {
  background-color: #eee;
}
.audio-hidden {
  width: 0;
  height: 0;
  visibility: hidden;
}
.ppq-audio-player .play-pause-btn .play-pause-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ppq-audio-player .play-pause-btn .play-pause-icon:after,
.ppq-audio-player.player-playing .play-pause-icon:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAASCAMAAADrP+ckAAABNVBMVEUAAAAAmIcAmYgAm4sAnIsAnIwAnI0AnY0AnY4Ano4Ano8An5AAoJEAoZEAoZIAopMBn5ABoJABoJEBoZEBoZIBoZMBopMCoZICopMCopQCo5QDoJEDoZEDo5QDo5UFopMGo5QKpJYLpJYMpZcMppgNpZcNppgNp5gOppcOppgOp5gOp5kQqJoSp5kSqJoTqZsbrJ4drJ8irZ8mrqEnsKMrsqUtsqYytKg0tak5t6tHvLJJvbNLvbNqycBrysFsycFwy8Jwy8N3zsZ+0MiA0cqD0suH1M2L1c6P1tCk3tmm39mv4t285+PE6ebH6ufN7erS7+zV7+3W8O3X8O7a8u/k9fPs+Pft+Pfx+fjx+fnx+vny+vr1+/v2+/v5/fz7/f38/f38/v38/v79/v7+/v7+//////+ALAV1AAAAAXRSTlMAQObYZgAAATxJREFUKM+F0tlWwjAQBuAgQgHTRFFrqaK4IALiiuKugPsKrqUo0DbO+z+CDYHIFZ279nznP3P+DHLh4+L8HWybAQM+qDdlUgGXMRcqpIwYnIwoG7ct6LjAfgdUKlZoAmPQLMRSCBrLZH4idPAEbqcb11eamm1w1ciqGgJrFVPNiMydfkLH8X5LhXMWV1YOc7WCKSGGHty6A9Z2ZRbFGaEymApFKaHJceXoFRxnmPKcZoQXL79huPLijKng/ouP4nFJZcdXUWJML/gpLyo6du2zPTUmQ3uPw7cnWiK8dPUDzn+rUvVaFXUdv4Fjy+51nBcqj3XxQl71o9v33eqlipO0yZWZJnEE5pqqJZTZsy/xjHKvYqBk82+7FCgiaO1GZqKHz/2TkKpWrYv7qldryIGH9c2bFrR75yXV4PwBrZh1OjRqx9oAAAAASUVORK5CYII=);
  background-size: 37px 18px;
}
.ppq-audio-player {
  line-height: 111px;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: #f4f4f4;
}

.ppq-audio-player audio {
  position: absolute;
  vertical-align: baseline;
}

.ppq-audio-player .play-pause-btn {
  float: left;
  margin: 29px 0 0 12px;
}

.ppq-audio-player .play-pause-btn .play-pause-icon {
  position: relative;
  display: block;
  width: 47px;
  height: 47px;
  border: 3px solid #00a293;
  border-radius: 100%;
  background-color: #fff;
}

.ppq-audio-player .play-pause-btn .play-pause-icon:after {
  display: block;
  content: "";
  background-position: 0 0;
  width: 17px;
  height: 18px;
}

.ppq-audio-player.player-playing .play-pause-icon:after {
  background-position: -25px 0;
  width: 12px;
  height: 17px;
}

.ppq-audio-player .player-time {
  float: left;
  width: 51px;
  margin-right: 8px;
  text-align: right;
}

.ppq-audio-player .player-time-duration {
  float: right;
  margin: 0 0 0 8px;
  text-align: left;
}

.ppq-audio-player .player-bar {
  position: relative;
  overflow: hidden;
  height: 5px;
  margin-top: 53px;
  background-color: #fff;
}

.ppq-audio-player .player-bar .player-bar-loaded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #ddd;
}

.ppq-audio-player .player-bar .player-bar-played {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 3px;
  background: #00a293;
}

table.table thead span.order > i {
  opacity: 0.5;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
table.table thead th.active span.order > i.active {
  color: #3699ff;
  opacity: 1;
}
table.table th.active > span {
  color: #3699ff;
}
table.table th {
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

/** Video, Article and Podcast page styling **/
.head-title {
  display: flex !important;
  justify-content: space-between !important;
}
.header-nav-logo {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 6.6rem;
}
.header-nav-logo > a span.logo-backg {
  width: 100px;
  height: 100px;
  background-color: rgba(9,72,183,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55%;
  margin-left: 50%;
}

.header-nav-logo > a span.logo-backg > img {
  max-width:80px;
  height: auto;
  object-fit: contain;
}
.card-header.add-style {
  border-bottom: none !important;
}
.card-header.add-style > ul {
  width: 100%;
}
.card-footer.but-style {
  padding-left: 3.3rem !important;
}
.select2-container--default .select2-selection--single {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}

.accordion__list .select2-container--default .select2-selection--single{
  width: 32rem !important;
}
.cat-title {
  font-weight: normal;
  color: #181c32;
  padding: 2rem 1rem;
  margin-bottom: 0px;
}

/** Image/Video/Audio picker styling class**/
.imageBackground {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
  background-color: rgba(0,0,0,0.05);
  min-height: 220px;
  min-width: 220px;
}

.tooltip-color {
  color: #3699ff;
}

.audio-section {
  border: 1px dashed #ccc;
  width: 70%;
  height: 140px;
  padding: 10px;
  position: relative;
  background-color: #f3f6f9;
}

.video-section {
  border: 1px dashed #ccc;
  width: 83%;
  height: 265px;
  padding: 10px;
  position: relative;
  background-color: #f3f6f9;
}

.player-template-background {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon_player {
  color: #3699ff;
  font-size: 2rem;
}
.icon_player_body {
  position: absolute;
  border-radius: 50%;
  padding: 7px 10px;
  left: 97.5%;
  top: 116px;
  background-color: white;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
  cursor: pointer;
}

.video-add-ic {
  top: 160px !important;
}
.player-browse-text {
  color: #3699ff;
}



/* The Slide Show */
.modal .modal-header.linkSlider__style {
  background-color: #f3f6f9;
}


.slideshow-editor .mySlides {
  width: 1000px;
  height: 400px;
  background-color: #f3f6f9;
  border-radius: 5px;
}

.slideshow-editor .myVideo {
  width: 50%;
  height: 400px;
  background-color: #f3f6f9;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  margin-right: 20px;
}
.slideshow-editor .myVideo > video {
  width: 100%;
  height: 400px;
}

.slideshow-editor .media_display {
  display: flex;
}

.slideshow-editor .myAudio {
  width: 50%;
  height: 400px;
  background-color: #f3f6f9;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.slideshow-editor .myAudio > audio {
  width: 100%;
  height: 400px;
}

.slideshow-editor img {
  vertical-align: middle;
}

/* Slideshow container */

.slideshow-editor .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.slideshow-editor .prev,
.slideshow-editor .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-editor .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-editor .prev:hover,
.slideshow-editor .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slideshow-editor .slider-body {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 30px;
  left: 25%;
  justify-content: center;
}

.slideshow-editor .slider-body input {
 border-style: unset;
 border-width: unset;
 border-color: unset;
 border-image: unset;
 padding-left: 12px;
}

.slideshow-editor .vjs-tech {
  height: 400px;
  object-fit: contain;
}

.slideshow-editor .slider-image-download {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 90%;
  align-items: center;
  left: 45%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 50%;
  box-shadow:  0 1px 5px 1px rgb(0 0 0 / 15%);
}

/* Caption text */
.slideshow-editor {
 overflow: hidden;
}
.slideshow-editor .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  width: 70%;
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  align-items: center;
}
.slideshow-editor .browse-text {
  color: #2275d7;
  font-size: 30px;
  cursor: pointer;
  display: flex;
}
.slideshow-editor .image__picker {
  width: 20%;
}
.slideshow-editor .title_style {
  font-size: 40px;
  color: #3f4254;
}
.slideshow-editor .subtitle_style {
  font-size: 25px;
  color: #3f4254;
}
.slideshow-editor .input_style {
  margin-bottom: 8px;
  box-shadow:0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 5px;
  opacity: 0.7;
}
.slideshow-editor input:focus {
  outline-style: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
}
.slideshow-editor .file_select {
  position: absolute;
  bottom: 330px;
  left: 75%;
}
.slideshow-editor .thumbnail__image, .dd-dragel > .dd-item .thumbnail__image {
  width: 165px;
  height: 165px;
  object-fit: cover;
}
.slideshow-editor .thumbnail_body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  overflow: scroll;
}
/* Number text (1/3 etc) */
.slideshow-editor .numbertext {
  color: #2275d7;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.slideshow-editor .media-definition {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 170px;
  align-items: center;
  left: 30%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  width: 40%;
}
.slideshow-editor .text-gen-color {
  color: rgba(0, 0, 0, 0.5);
}
/* The dots/bullets/indicators */
.slideshow-editor .dot, .dd-dragel > .dd-item .dot{
  position: relative;
  cursor: pointer;
  margin: 10px 18px;
  width: 167px;
  height: 167px;
  background-color: #f3f6f9;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 1px dashed rgba(63, 66, 84, 0.15);
}

.slideshow-editor .dot_content, .dd-dragel > .dd-item .dot_content {
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  top: 40%;
  left: 20%;
}

.slideshow-editor .dd-handle, .dd-dragel > .dd-item .dd-handle {
  display: unset !important;
  height: unset !important;
  margin: unset !important;
  background-color: #ffffff !important;
  border: unset;
}

.slideshow-editor .dd-item.active>.dd-handle, .dd-item.active>.dd-content {
  color: unset !important;
  border: unset !important;
  background: #ffffff !important;
}

.slideshow-editor .dot_content > span {
  color: #2275d7;
}

.slideshow-editor .dd-item, .slideshow-editor .dd-placeholder {
  width: 167px;
}

.slideshow-editor .icon_plus {
  margin: 10px 8px;
}

.slideshow-editor .icon_plus > i {
  font-size: 60px;
}
.slideshow-editor .icon_download {
  color: #3699ff;
  cursor: pointer;
  display: flex;
  font-size: 40px;
}

.slideshow-editor .icon_style {
  color: #e0e0e0;
}
.slideshow-editor .my-handle, .dd-dragel > .dd-item .my-handle {
  bottom: 143px;
}
.slideshow-editor .icon_delete, .dd-dragel > .dd-item .icon_delete {
  top: 143px;
}

.slideshow-editor .dot_action_icon, .dd-dragel > .dd-item .dot_action_icon {
  cursor: pointer;
  padding: 6px 10px;
  position: absolute;
  left: 153px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
}

.slideshow-editor .active,
.slideshow-editor .dot:hover {
  border-color: #717171;
  box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%);
}

/* Fading animation */
.slideshow-editor .fademe {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.slideshow-editor .slider__image {
  width: 1000px;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
  background-color: #f3f6f9;
  border: 1px dashed rgba(63, 66, 84, 0.15);
}

/*slider display*/
.slideshow-editor .slider__display {
  display: block;
}

.slideshow-editor .player-dimensions {
  width: 100% !important;
  height: 100% !important;
}

@-webkit-keyframes fademe {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fademe {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/*Image Picker for pages*/
.page-image-body {
  width: 900px;
  height: 242px;
  border: 1px dashed #ccc;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
  position: relative;
  margin-bottom: 2rem;
}

.page-image-body > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-image-body .title-text > input {
  width: 60%;
  margin-right: 2rem;
}

.page-image-body .title-text > span > i, .videopicker-area > .title-text > span > i {
  color: rgba(0, 115, 233, 0.7);
  font-size: 2rem;
  position: absolute;
  left: 90%;
  top: 89%;
  border: 1px solid #e4e6ef;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 13px 12px;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
  width: 58px;
  height: 58px;
}

.videopicker-area > .title-text > span > i{
  top: 93%;
  left: 93%;
  z-index:1;
}
.shwAdv{
  display: inline-flex !important;
}

/* Edit Menu and Image List Template section*/
.edit-image-template .w-half {
  width: 38.5%;
}

.dataTables_length.data-select-size {
  width: 90% !important;
}

.edit-menu-template .menu-icon,
.edit-image-template .menu-icon,
.edit-social-template .menu-icon
{
  background-color: rgba(54, 153, 255, 0.08);
  color: rgba(0, 0, 0, 0.6);
  padding: 0.7rem 1rem 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  height: 2.75rem;
}

.edit-menu-template .edit-menu-form,
.edit-image-template .edit-image-form, 
.edit-social-template .edit-social-form
{
  padding: 4rem;
  padding-top: 2rem;
}

.page-image-body img:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-image: url("http://192.168.1.104:8060/template/metronics/assets/media/img/slider-placeholder.png");
}

.edit-menu-template .card-header,
.edit-image-template .card-header,
.imagepicker-template .card-header,
.videopicker-template .card-header,
.edit-social-template .card-header ,
.edit-copyright-template .card-header,
.edit-meta-info-template .card .card-header,
.edit-match-card .card-header,
.edit-blog-template .card-header,
.edit-slider-template .card .card-header,
.infographic-template .card .card-header,
.header-banner .card .card-header,
.edit-textInput-template .card .card-header, .cms-editor-template .card .card-header
{
  background-color: #f3f6f9;
  border-bottom: none;
  padding: 1.2rem 2.25rem;
}

.edit-blog-template .bootstrap-select>.dropdown-toggle.btn-light {
  background-color: #f3f6f9 !important;
  border: none;
}

.edit-menu-template .header-title,
.edit-image-template .header-title,
.edit-social-template .header-title
{
  font-size: 1.1rem;
  font-weight: 600;
}

.edit-menu-template .dd-content,
.edit-image-template .dd-content,
.edit-social-template .dd-content,.dd-dragel .dd-content
{
  height: unset;
  padding: unset;
  margin: unset;
  margin-left: 2rem;
  border: none;
  font-weight: unset;
  background: none;
  border-radius: unset;
  box-sizing: unset;
  line-height: normal;
}

.edit-menu-template .dd-action,
.edit-image-template .dd-action,
.edit-social-template .dd-action
{
  position: relative;
  margin: unset;
  right: unset;
  top: unset;
  overflow: unset;
  border: none;
  height: unset;
  line-height: unset;
  border-radius: 0.42rem;
}

.edit-menu-template .accordion .card .card-header.inner-menu,
.edit-image-template .accordion .card .card-header.inner-menu,
.edit-social-template .accordion .card .card-header.inner-menu
{
  padding: 1.5rem;
}

.edit-image-template
  .accordion.accordion-toggle-arrow
  .card
  .card-header
  .card-title {
  /*padding: 0px;*/
}

.edit-menu-template .dd.handle .dd-handle, 
.edit-social-template .dd.handle .dd-handle, .dd-dragel .dd-handle .dd-handle 
{
  border: none;
  height: -webkit-fill-available;
  background: rgba(54, 153, 255, 0.08);
  border-radius: 0px;
  width: 6%;
  line-height: unset;
}

.edit-image-template .dd-handle {
  border: unset;
  background: unset;
  padding: 5px 7px 4px 10px;
  display: flex;
  background: rgba(54, 153, 255, 0.08);
  margin: 0px;
}

.edit-image-template .dd-handle-icon, .dd-dragel .dd-handle {
  font-size: 3rem;
  color: #3699ff;
  font-weight: normal;
  border: none;
}

.edit-menu-template .accordion .link,
.edit-image-template .accordion .link,
.edit-social-template .accordion .link, .dd-dragel .dd-content .link
{
  color: #3699ff;
}

.edit-menu-template .dd.handle .dd-handle:before,
.edit-social-template .dd.handle .dd-handle:before
{
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: normal;
  color: #3699ff;
}

.edit-social-template .dd.handle .dd-handle:before{
  top: 5%;
}

.edit-menu-template .dd-content:hover,
.edit-image-template .dd-content:hover,
.edit-social-template .dd-content:hover
{
  background-color: transparent !important;
}

/*New Image picker */
.image-input .image-input-wrapper, .image-input .image-input-wrapper > video  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-input .image-input-wrapper {
  /*height: 220px;*/
}
.tab-pane .image-input .image-input-wrapper {
  height: 100%;
}

.image-input .image-input-wrapper > video {
  height: 101% !important;
}
.videopicker-template .image-input .image-input-wrapper, .videopicker-template .image-input .image-input-wrapper > video {
  width: 600px !important;
  height: 350px !important;
  object-fit: cover;
}
.image-input.image-input-outline.video-category {
  height: 350px !important;
}
.btn.btn-icon.btn-xs {
  height: 40px;
  width: 40px;
  z-index: 9;
}
/* Settings navigation style*/
.settings-nav-font{
  font-size: 13px;
}
/*New Video js player icon style*/
.video-js .vjs-big-play-button {
  top: 40% !important;
  left: 45% !important;
}
.dash-dropdown .dropdown-menu {
  width: 40vw !important;
}

/*Styling of datatable dropup*/
.search-box{
  padding: 18px;
  border: 1px solid #ebedf3;
}
.search-box .card-header{
  padding: 0.4rem 2.25rem;
}
.dropup.iconHide .dropdown-toggle::after {
  display: none;
}
.action-color {
  color: #3699ff;
  cursor: pointer;
}
.d-flex .dropdown-item{
  padding: 0.5rem 1rem;
}
.d-flex.text-center .dropdown-item:not(:last-child) {
  border-right: 1px dashed #ccc;
}
.iconHide .dropdown-menu.show{
  padding: 0px;
}
.dropdown-menu.style-menu{
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
}
.shwAdv{
  display: flex;
  font-weight: 600;
  cursor: pointer;
}
i.tooltip-color{
  display: flex;
  align-items: center;
margin-left: 0.25rem;
}

.table-striped tbody tr{
  cursor: pointer;
}
.table-striped tbody tr:nth-of-type(odd) {
cursor: pointer;
}
.bottom-style {
display: flex;
align-items: center;
}
.pag-styl{
height: calc(1.5em + 1.3rem + 2px);
}
.page-item .page-link {
  padding-bottom: 0.85rem;
}


/*Pages Template*/
   .edit-pages-template .bottom-style {
	display: flex;
	align-items: center;
}
.edit-pages-template .pag-styl{
	height: calc(1.5em + 1.3rem + 2px);
    margin-top: 18px;
}
.edit-pages-template .dropup.iconHide .dropdown-toggle::after {
    display: none;
	}
    .edit-pages-template .action-color {
		color: #3699ff;
		cursor: pointer;
	}
	.edit-pages-template .d-flex .dropdown-item{
		padding: 0.5rem 1rem;
	}
	.edit-pages-template .d-flex.text-center .dropdown-item:not(:last-child) {
		border-right: 1px dashed #ccc;
	}
	.edit-pages-template .iconHide .dropdown-menu.show{
		padding: 0px;
	}
	.edit-pages-template .dropdown-menu.style-menu{
		box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
	}
    .edit-users-template .shwAdv{
		display: flex;
		font-weight: 600;
		cursor: pointer;
	}
	.edit-pages-template i.tooltip-color{
		display: flex;
    align-items: center;
	margin-left: 0.25rem;
	}
    .edit-pages-template .page-item .page-link {
    padding-bottom: 0.85rem;
}

.dd-empty {
  border: none !important;
  min-height: unset !important;
  background-color: unset !important;
  background-size: unset !important;
  background-position: unset !important;
}

.dd-empty, .dd-placeholder {
  margin: unset !important;
  padding: unset !important;
  background: unset !important;
  box-sizing: unset !important;
}
/*Sub Menu Using Nestable*/
.dd-list .dd-list {
  padding-left: 50px !important;
  margin-top: 1rem !important;
}


/*Create Blog Template Section*/
.create-blog-template .icon-body {
  width: 100%;
  height: 170px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-blog-template .article-icon {
  background-color: #fff4de;
}

.create-blog-template .video-icon {
  background-color: #eee5ff;
}

.create-blog-template .podcast-icon {
  background-color: #c9f7f5;
}

.create-blog-template .blog-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.create-blog-template .title-weight {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.create-blog-template .content-size {
  font-size: 1.18rem;
  color: #b5b5c3;
  height: 50px;
}

.create-blog-template .icon-header {
  display: flex;
  align-items: center;
}

.create-blog-template .card-header>span>i {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.create-blog-template .card-header>span {
  display: flex;
  align-items: center;
}
.w-40 {
  width: 40%;
}

/*Header Navigation onmobile view*/
.nav-mobile-header {
  position: absolute;
  margin-top: 100px;
  right: 0%;
  background-color: white;
  width: 100%;
}

.mobile-submenu-nav {
  background-color: #f3f6f9;
    width: 88% !important;
    left: 0% !important;
    top: 100% !important;
    position: absolute !important;
    padding-left: 0 !important;
    list-style: none !important;
    box-shadow: 0 10px 30px 0 rgb(82 63 105 / 8%);
}

/* Dashboard View */
.dashboard-view .facebook-color {
  color: #3b5998;
}
.dashboard-view .instagram-color {
  color: #C13584;
}

.dashboard-view .timeline-card-height {
  height: 21.5rem !important;
  padding-bottom: 3rem !important;
}

.dashboard-view .bottom-card-height {
  height: 35rem !important;
}

.dashboard-view .card-rounded.dashboard-summary {
  background-position: calc(100% + 0.5rem) bottom !important; 
  background-size: 38% auto; object-fit: contain !important;
  background-image: url('https://imgfootters.ies-italia.it/cms/6093c4a5/custom-10-svg.png') !important;
}

/*.video-category .video-js {
  width: 550px !important;
    height: 420px !important;
}*/
/* Videojs Changes*/
.video-js {
  background-color: #000 !important;
  background-position: center;
}
.video-js .vjs-modal-dialog {
  background: unset !important;
}
.vjs-error .vjs-error-display:before, .vjs-error .vjs-error-display .vjs-modal-dialog-content {
  display: none !important;
}
.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
  display: none !important;
}

button.dd-collapse, button.dd-expand {
  margin: 2px 7px 0px 0px !important;
  position: absolute !important;
  left: -30px;
}
/*Dashboard Accordion*/
.accordion .card .card-header .card-title {
  padding: 10px 60px;
}
.item-label-title, .card-title span.title, .edit-menu-template .accordion .link, .edit-image-template .accordion .link, .edit-social-template .accordion .link, .dd-dragel .dd-content .link {
  margin-left: 5px;
}
.card-title span.title:empty{
  padding: 16px 20px;
}
.card-title span.title {
  color: #000;
}

/*Block Page checkbox section*/
input.checkSize {
  zoom: 1.5;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .slideshow-editor .prev,
  .slideshow-editor .next,
  .slideshow-editor .text {
    font-size: 11px;
  }
}

@media only screen and (min-width: 1600px) {
  .handle-ml {
    margin-left: 5rem !important;
  }
}
table.table tbody tr td{
  vertical-align: middle;
}

.image-input .image-input-wrapper, .image-input .image-input-wrapper > video  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-input .image-input-wrapper > video {
  height: 101% !important;
}
.imagepicker-template .image-input .image-input-wrapper, .videopicker-template .image-input .image-input-wrapper, .videopicker-template .image-input .image-input-wrapper > video {
  min-height: 200px !important;
  object-fit: cover;
  margin-bottom: 2rem;
}

.btn.btn-icon.btn-xs {
  height: 40px;
  width: 40px;
  z-index: 9;
}

.video-js .vjs-big-play-button {
  top: 40% !important;
  left: 45% !important;
}
li.dd-item .accordion.accordion-toggle-arrow .card .card-header ol.dd-list {
  padding-left: 30px !important;
  margin-top: 0rem !important;
}

/*Dashboard Analytics Styling*/
.dashboard-view #realTimeUsers {
  max-width: 100%;
  height:200px;
}
.dashboard-view #chartdiv {
  width: 100%;
  height: 500px
}
.dashboard-view #chartdiv{
  width: 100%;
  height: 400px;
}
.dashboard-view .form-control.dash-styl, .input-group-text.dash-append {
  border-radius: 30px;
  
}
.dashboard-view .input-group-prepend {
    margin-right: -13px;
}
.dashboard-view .form-control.dash-styl {
  border-left: none;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.dashboard-view .form-control.dash-styl:focus {
    border-color: #e4e6ef;
}
.dashboard-view .searchResults {
  background-color: #fff;
    position: absolute;
    top: 100px;
    padding: 20px;
    height: 70%;
    right: 50px;
    width: 80%;
    overflow-y: scroll;
    display: none;
    background: #fff;
    display: none;
    box-shadow: 0 4px 6px rgb(32 33 36 / 28%);
    border: 0;
    border-radius: 10px;
    z-index: 2;
}
.dashboard-view .input-group {
    z-index: 4;
}
.dashboard-view .articleSearchList {
  color: #000;
  cursor: pointer;
}
.dashboard-view .articleSearchList:hover {
  text-decoration: underline !important;
}
.dashboard-view .realTimeVi {
  font-size: 2.5rem;
}
.dashboard-view .card-spacer {
  padding-bottom: 0 !important;
}
.dashboard-view .tab-gen{
  border: 4px solid #F3F6F9;
  height: 240px !important;
  overflow-y: scroll;
}
.dashboard-view .ht-one {
 height: 220px !important;
 overflow: hidden;
}
.dashboard-view .ht-two {
 height: 450px !important;
 overflow: hidden;
}
.dashboard-view .ht-three {
 height: 350px !important;
 overflow: hidden;
}
.dashboard-view .searchResults::-webkit-scrollbar, .dashboard-view .tab-gen::-webkit-scrollbar {
  width: 7px;
}
.dashboard-view .searchResults::-webkit-scrollbar-track, .dashboard-view .tab-gen::-webkit-scrollbar-track {
  box-shadow: none; 
}
.dashboard-view .searchResults::-webkit-scrollbar-thumb, .dashboard-view .tab-gen::-webkit-scrollbar-thumb {
  background: #D1D3E0; 
  border-radius: 5px;
}
.dashboard-view  .wave-animate-slow:after {
  -webkit-animation: none; 
   animation: none;
}
.dashboard-view .wave:after {
  -webkit-transform: rotate(
100deg
);
  transform: rotate(
100deg
);
}
.dashboard-view .wave:after {
  content: " ";
  width: 1000px;
  height: 900px;
  position: absolute;
  bottom: 65%;
  left: -250px;
  border-radius: 35%;
  background: white;
  border: 3.5px solid rgba(0, 143, 251, 0.85);
  z-index: 0;
}
.select2-selection,.select2-selection__rendered{
  height: 36px;
}

.select2-selection--multiple, .select2-selection__rendered{
  overflow: hidden !important;
  height: auto !important;
}
ul.submenu-nav {
  display: none;
  position: absolute;
  top: 90px;
  left: 330px;
  list-style: none;
  padding-left: 0;
}
.symbol img{
  object-fit: cover;
}
ul.submenu-nav li {
  padding: 0px 20px;
  display: inline-block;
}
ul.submenu-nav li.menu-item-active a {
  color: #0073e9;
  font-weight: 500;
}
ul.submenu-nav.active {
  display: block;
}
ul.submenu-nav {
  display: none;
}
.header-tabs .nav-item {
  position: initial;
}
.slideshow-editor-imagelist {
  white-space: nowrap;
  overflow-x: scroll;
  height: 300px;
}


@media (max-width: 575px) {
  ul.submenu-nav {
    top: 90px;
    left: 0;
  }
  ul.submenu-nav li {
    padding: 0px 20px;
    display: list-item;
    padding: 10px 30px;
  }
}

img.fit {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

#kt_header {
  background: #fff;
}

.header-tabs > li > ul > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7rem 1.25rem;
  border-radius: 4px;
}
.header-tabs > li > ul > li.active {
  background-color: #f3f6f9;
}
.header-tabs > li > ul > li a {
  color: #7e8299;
}

.header-tabs > li > ul > li.active a {
  color: #3699ff;
}
.form-error {
  color: #f64e60;
  font-size: 0.9rem;
  font-weight: 400;
}
.text-error {
  color: #f64e60;
}
.card.image .card, .card.video .card, .card.audio .card, .card.document .card {
  border-bottom: 1px solid #888;
  box-shadow: rgb(0 0 0 / 20%) 0px 26px 30px -10px, rgb(0 0 0 / 33%) 0px 16px 10px -10px;
  transition: all 250ms cubis-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-color: rgba(9, 72, 183, 0.26) !important;

}
.card.image .card:hover, .card.video .card:hover, .card.audio .card:hover, .card.document .card:hover {
  transform: scale(1.05);
  border-color: rgba(249, 249, 249, 0.8);
  box-shadow: rgb(0 0 0 / 20%) 0px 40px 50px -16px, rgb(0 0 0 / 33%) 0px 30px 22px -10px;
}


.file-type {
  text-align: center;
}
.file-type i {
  font-size: 5rem;
  color: #fff;
  line-height: 7rem;
}
.card.audio .card-body {
  background-color: #f4f4f4 !important;
  border-radius: 0.5rem;
}
.card.image {
  border: 1px solid #6c6c6c;
  border-radius: 0.5rem;
}

.card-stretch.card-media-nav {
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  border: 1px solid transparent;
}

#preview .modal-body {
  max-width: 80vw;
  max-height: 80vh;
  text-align: center;
}
#preview .modal-body img {
  max-width: 50vw;
  max-height: 75vh;
}
#preview .modal-content {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#preview .caption {
  width: 100%;
  display: none;
}
#preview .modal-header i {
  color: #000;
  font-size: 2rem;
}
#preview .modal-header {
  border: none;
  text-align: right;
}
#preview .modal-header button {
  position: absolute;
  right: 0px;
  top: 0px;
}

.file .info {
  position: relative;
}
.file .info .dropdown-item i {
  margin-right: 5px;
}
.file .dropup {
  position: absolute;
  right: -5px;
  top: 0px;
}
.file .info > span {
  display: block;
  color: #6c6c6c;
}
.file > .card {
  padding: 0px 5px 5px 5px;
  background: transparent;
  border-color: transparent;
}
.file > .card > .card-body,
.file > .card > .card-footer {
  padding: 0px;
  background: rgba(120, 120, 120, 0);
  border: none;
}
.file > .card:hover {
  background: rgba(200, 200, 200, 0.3);
}
.finfo {
  max-width: 390px;
  padding: 5px;
  background: #000;
  opacity: 0.95;
  border: 1px solid #000;
}
.finfo table td.title {
  width: 120px;
  vertical-align: top;
  font-weight: bold;
  color: #e1f0ff;
}
.finfo table tbody > tr {
  width: 100%;
  display: table;
}
.finfo table td.text-truncate {
  max-width: 270px;
  color: #e1f0ff;
}
.card.excel {
  background: #206e43;
}
.card.pdf {
  background: #ae0d02;
}
.card.word {
  background: #1858b7;
}
.card.archive {
  background: #ffaa33;
}
.card.other {
  background: #6f42c1;
}

.card.card-custom:not(.filterview-table) > .card-body {
  padding: 1rem 0.25rem;
}
.datatable.datatable-default>.datatable-table>.datatable-body .datatable-row>.datatable-cell>span{
  overflow: initial;
}

.search-media-nav{
  /*To do*/
}
#file > i {
  font-size: 4rem;
  color: #719ece;
}
.dropzone .dz-message {
  text-align: center;
  margin: 0.7em 0;
}
.dropzone.dropzone-default {
  padding: 7px;
}
#preview .video-js {
  margin: 0 auto;
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-dialog.modal-full {
  max-width: 90vw;
  width: 90vw;
}
#filepicker .modal-dialog,.modal.fullsize .modal-dialog{
  max-width: 90vw;
  width: 90vw;
}

#filepicker .modal-dialog,
#filepicker .modal-content,
.modal.fullsize .modal-dialog,
.modal.fullsize .modal-content
{
  height: 95vh;
  overflow: hidden;
}

#filepicker .modal-body,
.modal.fullsize .modal-body
{
  max-height: 95vh;
  padding: 0px;
}

.imagepicker {
  width: 260px;
  display: inline-grid;
  padding: 10px;
}
.imagepicker > * {
}
.imagepicker input {
  width: 100%;
  margin-top: 10px;
}
.imagepicker-area {
  width: 150px;
  height: 150px;
  border: 2px dashed #ccc;
}
.imagepicker-area:hover {
  background-color: #eee;
}

.videopicker {
  width: 260px;
  display: inline-grid;
  padding: 10px;
}
.videopicker > * {
  margin: 0 auto;
}
.videopicker input {
  width: 100%;
  margin-top: 10px;
}
.videopicker-area {
  width: 852px;
  height: 480px;
  border: 2px dashed #ccc;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
  position: relative;
}

.videopicker-area:hover {
  background-color: #eee;
}

.audiopicker {
  width: 260px;
  display: inline-grid;
  padding: 10px;
}
.audiopicker > * {
  margin: 0 auto;
}
.audiopicker input {
  width: 100%;
  margin-top: 10px;
}
.audiopicker-area {
  width: 290px;
  height: 115px;
  border: 2px dashed #ccc;
}
.audiopicker-area:hover {
  background-color: #eee;
}

.audio-hidden {
  width: 0;
  height: 0;
  visibility: hidden;
}

.ppq-audio-player .play-pause-btn .play-pause-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ppq-audio-player .play-pause-btn .play-pause-icon:after,
.ppq-audio-player.player-playing .play-pause-icon:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAASCAMAAADrP+ckAAABNVBMVEUAAAAAmIcAmYgAm4sAnIsAnIwAnI0AnY0AnY4Ano4Ano8An5AAoJEAoZEAoZIAopMBn5ABoJABoJEBoZEBoZIBoZMBopMCoZICopMCopQCo5QDoJEDoZEDo5QDo5UFopMGo5QKpJYLpJYMpZcMppgNpZcNppgNp5gOppcOppgOp5gOp5kQqJoSp5kSqJoTqZsbrJ4drJ8irZ8mrqEnsKMrsqUtsqYytKg0tak5t6tHvLJJvbNLvbNqycBrysFsycFwy8Jwy8N3zsZ+0MiA0cqD0suH1M2L1c6P1tCk3tmm39mv4t285+PE6ebH6ufN7erS7+zV7+3W8O3X8O7a8u/k9fPs+Pft+Pfx+fjx+fnx+vny+vr1+/v2+/v5/fz7/f38/f38/v38/v79/v7+/v7+//////+ALAV1AAAAAXRSTlMAQObYZgAAATxJREFUKM+F0tlWwjAQBuAgQgHTRFFrqaK4IALiiuKugPsKrqUo0DbO+z+CDYHIFZ279nznP3P+DHLh4+L8HWybAQM+qDdlUgGXMRcqpIwYnIwoG7ct6LjAfgdUKlZoAmPQLMRSCBrLZH4idPAEbqcb11eamm1w1ciqGgJrFVPNiMydfkLH8X5LhXMWV1YOc7WCKSGGHty6A9Z2ZRbFGaEymApFKaHJceXoFRxnmPKcZoQXL79huPLijKng/ouP4nFJZcdXUWJML/gpLyo6du2zPTUmQ3uPw7cnWiK8dPUDzn+rUvVaFXUdv4Fjy+51nBcqj3XxQl71o9v33eqlipO0yZWZJnEE5pqqJZTZsy/xjHKvYqBk82+7FCgiaO1GZqKHz/2TkKpWrYv7qldryIGH9c2bFrR75yXV4PwBrZh1OjRqx9oAAAAASUVORK5CYII=);
  background-size: 37px 18px;
}

/* .ppq-audio-player {
  line-height: 111px;
  position: relative;
  overflow: hidden;
  height: 100px;
  width: 60%;
  background: #f4f4f4;
} */

.ppq-audio-player audio {
  position: absolute;
  vertical-align: baseline;
}

.ppq-audio-player .play-pause-btn {
  float: left;
  margin: 29px 0 0 12px;
}

.ppq-audio-player .play-pause-btn .play-pause-icon {
  position: relative;
  display: block;
  width: 47px;
  height: 47px;
  border: 3px solid #00a293;
  border-radius: 100%;
  background-color: #fff;
}

.ppq-audio-player .play-pause-btn .play-pause-icon:after {
  display: block;
  content: "";
  background-position: 0 0;
  width: 17px;
  height: 18px;
}

.ppq-audio-player.player-playing .play-pause-icon:after {
  background-position: -25px 0;
  width: 12px;
  height: 17px;
}

.ppq-audio-player .player-time {
  float: left;
  width: 51px;
  margin-right: 8px;
  text-align: right;
}

.ppq-audio-player .player-time-duration {
  float: right;
  margin: 0 0 0 8px;
  text-align: left;
}

.ppq-audio-player .player-bar {
  position: relative;
  overflow: hidden;
  height: 5px;
  margin-top: 53px;
  background-color: #fff;
}

.ppq-audio-player .player-bar .player-bar-loaded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #ddd;
}

.ppq-audio-player .player-bar .player-bar-played {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 3px;
  background: #00a293;
}

table.table thead span.order > i {
  opacity: 0.5;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
table.table thead th.active span.order > i.active {
  color: #3699ff;
  opacity: 1;
}
table.table th.active > span {
  color: #3699ff;
}
table.table th {
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

/** Video, Article and Podcast page styling **/
.head-title {
  display: flex !important;
  justify-content: space-between !important;
}
.header-nav-logo {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 6.6rem;
}
.header-nav-logo > a span.logo-backg {
  width: 100px;
  height: 100px;
  background-color: rgba(9,72,183,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55%;
  margin-left: 50%;
}

.header-nav-logo > a span.logo-backg > img {
  max-width:80px;
  height: auto;
  object-fit: contain;
}
.card-header.add-style {
  border-bottom: none !important;
}
.card-header.add-style > ul {
  width: 100%;
}
.card-footer.but-style {
  padding-left: 3.3rem !important;
}
.select2-container--default .select2-selection--single {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}

.accordion__list .select2-container--default .select2-selection--single{
  width: 32rem !important;
}
.cat-title {
  font-weight: normal;
  color: #181c32;
  padding: 2rem 1rem;
  margin-bottom: 0px;
}

/** Image/Video/Audio picker styling class**/
.imageBackground {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
  background-color: rgba(0,0,0,0.05);
  min-height: 220px;
  min-width: 220px;
}

.tooltip-color {
  color: #3699ff;
}

.audio-section {
  border: 1px dashed #ccc;
  width: 70%;
  height: 140px;
  padding: 10px;
  position: relative;
  background-color: #f3f6f9;
}

.video-section {
  border: 1px dashed #ccc;
  width: 83%;
  height: 265px;
  padding: 10px;
  position: relative;
  background-color: #f3f6f9;
}

.player-template-background {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon_player {
  color: #3699ff;
  font-size: 2rem;
}
.icon_player_body {
  position: absolute;
  border-radius: 50%;
  padding: 7px 10px;
  left: 97.5%;
  top: 116px;
  background-color: white;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
  cursor: pointer;
}

.video-add-ic {
  top: 160px !important;
}
.player-browse-text {
  color: #3699ff;
}



/* The Slide Show */
.modal .modal-header.linkSlider__style {
  background-color: #f3f6f9;
}


.slideshow-editor .mySlides {
  width: 1000px;
  height: 400px;
  background-color: #f3f6f9;
  border-radius: 5px;
}

.slideshow-editor .myVideo {
  width: 50%;
  height: 400px;
  background-color: #f3f6f9;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  margin-right: 20px;
}
.slideshow-editor .myVideo > video {
  width: 100%;
  height: 400px;
}

.slideshow-editor .media_display {
  display: flex;
}

.slideshow-editor .myAudio {
  width: 50%;
  height: 400px;
  background-color: #f3f6f9;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.slideshow-editor .myAudio > audio {
  width: 100%;
  height: 400px;
}

.slideshow-editor img {
  vertical-align: middle;
}

/* Slideshow container */

.slideshow-editor .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.slideshow-editor .prev,
.slideshow-editor .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-editor .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-editor .prev:hover,
.slideshow-editor .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slideshow-editor .slider-body {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 30px;
  left: 25%;
  justify-content: center;
}

.slideshow-editor .slider-body input {
  border-style: unset;
  border-width: unset;
  border-color: unset;
  border-image: unset;
  padding-left: 12px;
}

.slideshow-editor .vjs-tech {
  height: 400px;
  object-fit: contain;
}

.slideshow-editor .slider-image-download {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 90%;
  align-items: center;
  left: 45%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 50%;
  box-shadow:  0 1px 5px 1px rgb(0 0 0 / 15%);
}

/* Caption text */
.slideshow-editor .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  width: 70%;
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  align-items: center;
}

.slideshow-editor .browse-text {
  color: #2275d7;
  font-size: 30px;
  cursor: pointer;
  display: flex;
}

.slideshow-editor .image__picker {
  width: 20%;
}

.slideshow-editor .title_style {
  font-size: 40px;
  color: #3f4254;
}

.slideshow-editor .subtitle_style {
  font-size: 25px;
  color: #3f4254;
}

.slideshow-editor .input_style {
  margin-bottom: 8px;
  box-shadow:0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 5px;
  opacity: 0.7;
}

.slideshow-editor input:focus {
  outline-style: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
}

.slideshow-editor .file_select {
  position: absolute;
  bottom: 330px;
  left: 75%;
}

.slideshow-editor .thumbnail__image, .dd-dragel > .dd-item .thumbnail__image {
  width: 165px;
  height: 165px;
  object-fit: cover;
}

.slideshow-editor .thumbnail_body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
/* Number text (1/3 etc) */
.slideshow-editor .numbertext {
  color: #2275d7;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.slideshow-editor .media-definition {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 170px;
  align-items: center;
  left: 30%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  width: 40%;
}

.slideshow-editor .text-gen-color {
  color: rgba(0, 0, 0, 0.5);
}

/* The dots/bullets/indicators */
.slideshow-editor .dot, .dd-dragel > .dd-item .dot{
  position: relative;
  cursor: pointer;
  margin: 10px 18px;
  width: 167px;
  height: 167px;
  background-color: #f3f6f9;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 1px dashed rgba(63, 66, 84, 0.15);
}

.slideshow-editor .dot_content, .dd-dragel > .dd-item .dot_content {
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  top: 40%;
  left: 20%;
}

.slideshow-editor .dd-handle, .dd-dragel > .dd-item .dd-handle {
  display: unset !important;
  height: unset !important;
  margin: unset !important;
  background-color: #ffffff !important;
  border: unset;
}

.slideshow-editor .dd-item.active>.dd-handle, .dd-item.active>.dd-content {
  color: unset !important;
  border: unset !important;
  background: #ffffff !important;
}

.slideshow-editor .dot_content > span {
  color: #2275d7;
}

.slideshow-editor .dd-item, .slideshow-editor .dd-placeholder {
  width: 167px;
}

.slideshow-editor .icon_plus {
  margin: 10px 8px;
}

.slideshow-editor .icon_plus > i {
  font-size: 60px;
}
.slideshow-editor .icon_download {
  color: #3699ff;
  cursor: pointer;
  display: flex;
  font-size: 40px;
}

.slideshow-editor .icon_style {
  color: #e0e0e0;
}
.slideshow-editor .my-handle, .dd-dragel > .dd-item .my-handle {
  bottom: 143px;
}
.slideshow-editor .icon_delete, .dd-dragel > .dd-item .icon_delete {
  top: 143px;
}

.slideshow-editor .dot_action_icon, .dd-dragel > .dd-item .dot_action_icon {
  cursor: pointer;
  padding: 6px 10px;
  position: absolute;
  left: 153px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
}

.slideshow-editor .active,
.slideshow-editor .dot:hover {
  border-color: #717171;
  box-shadow: 0 2px 6px 2px rgb(0 0 0 / 15%);
}

/* Fading animation */
.slideshow-editor .fademe {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.slideshow-editor .slider__image {
  width: 1000px;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
  background-color: #f3f6f9;
  border: 1px dashed rgba(63, 66, 84, 0.15);
}

/*slider display*/
.slideshow-editor .slider__display {
  display: block;
}

.slideshow-editor .player-dimensions {
  width: 100% !important;
  height: 100% !important;
}

@-webkit-keyframes fademe {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fademe {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/*Image Picker for pages*/
.page-image-body {
  width: 900px;
  height: 242px;
  border: 1px dashed #ccc;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
  position: relative;
  margin-bottom: 2rem;
}

.page-image-body > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-image-body .title-text > input {
  width: 60%;
  margin-right: 2rem;
}

.page-image-body .title-text > span > i, .videopicker-area > .title-text > span > i {
  color: rgba(0, 115, 233, 0.7);
  font-size: 2rem;
  position: absolute;
  left: 90%;
  top: 89%;
  border: 1px solid #e4e6ef;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 13px 12px;
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
  width: 58px;
  height: 58px;
}

.videopicker-area > .title-text > span > i{
  top: 93%;
  left: 93%;
  z-index:1;
}
.shwAdv{
  display: inline-flex !important;
}

/* Edit Menu and Image List Template section*/
.edit-image-template .w-half {
  width: 38.5%;
}

.dataTables_length.data-select-size {
  width: 90% !important;
}

.edit-menu-template .menu-icon,
.edit-image-template .menu-icon,
.edit-social-template .menu-icon
{
  background-color: rgba(54, 153, 255, 0.08);
  color: rgba(0, 0, 0, 0.6);
  padding: 0.7rem 1rem 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  height: 2.75rem;
}

.edit-menu-template .edit-menu-form,
.edit-image-template .edit-image-form,
.edit-social-template .edit-social-form
{
  padding: 4rem;
  padding-top: 2rem;
}

.page-image-body img:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  background-image: url("http://192.168.1.104:8060/template/metronics/assets/media/img/slider-placeholder.png");
}

.edit-menu-template .card-header,
.edit-image-template .card-header,
.imagepicker-template .card-header,
.videopicker-template .card-header,
.edit-social-template .card-header ,
.edit-copyright-template .card-header,
.edit-meta-info-template .card .card-header,
.edit-match-card .card-header,
.edit-blog-template .card-header,
.edit-slider-template .card .card-header,
.infographic-template .card .card-header,
.header-banner .card .card-header,
.edit-textInput-template .card .card-header, .cms-editor-template .card .card-header
{
  background-color: #f3f6f9;
  border-bottom: none;
  padding: 1.2rem 2.25rem;
}

.edit-blog-template .bootstrap-select>.dropdown-toggle.btn-light {
  background-color: #f3f6f9 !important;
  border: none;
}

.edit-menu-template .header-title,
.edit-image-template .header-title,
.edit-social-template .header-title
{
  font-size: 1.1rem;
  font-weight: 600;
}

.edit-menu-template .dd-content,
.edit-image-template .dd-content,
.edit-social-template .dd-content,.dd-dragel .dd-content
{
  height: unset;
  padding: unset;
  margin: unset;
  margin-left: 2rem;
  border: none;
  font-weight: unset;
  background: none;
  border-radius: unset;
  box-sizing: unset;
  line-height: normal;
}

.edit-menu-template .dd-action,
.edit-image-template .dd-action,
.edit-social-template .dd-action
{
  position: relative;
  margin: unset;
  right: unset;
  top: unset;
  overflow: unset;
  border: none;
  height: unset;
  line-height: unset;
  border-radius: 0.42rem;
}

.edit-menu-template .accordion .card .card-header.inner-menu,
.edit-image-template .accordion .card .card-header.inner-menu,
.edit-social-template .accordion .card .card-header.inner-menu
{
  padding: 1.5rem;
}

.edit-image-template
.accordion.accordion-toggle-arrow
.card
.card-header
.card-title {
  /*padding: 0px;*/
}

.edit-menu-template .dd.handle .dd-handle,
.edit-social-template .dd.handle .dd-handle, .dd-dragel .dd-handle .dd-handle
{
  border: none;
  height: -webkit-fill-available;
  background: rgba(54, 153, 255, 0.08);
  border-radius: 0px;
  width: 6%;
  line-height: unset;
}

.edit-image-template .dd-handle {
  border: unset;
  background: unset;
  padding: 5px 7px 4px 10px;
  display: flex;
  background: rgba(54, 153, 255, 0.08);
  margin: 0px;
}

.edit-image-template .dd-handle-icon, .dd-dragel .dd-handle {
  font-size: 3rem;
  color: #3699ff;
  font-weight: normal;
  border: none;
}

.edit-menu-template .accordion .link,
.edit-image-template .accordion .link,
.edit-social-template .accordion .link, .dd-dragel .dd-content .link
{
  color: #3699ff;
}

.edit-menu-template .dd.handle .dd-handle:before,
.edit-social-template .dd.handle .dd-handle:before
{
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: normal;
  color: #3699ff;
}

.edit-social-template .dd.handle .dd-handle:before{
  top: 5%;
}

.edit-menu-template .dd-content:hover,
.edit-image-template .dd-content:hover,
.edit-social-template .dd-content:hover
{
  background-color: transparent !important;
}

/*New Image picker */
.image-input .image-input-wrapper, .image-input .image-input-wrapper > video  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-input .image-input-wrapper {
  /*height: 220px;*/
}
.tab-pane .image-input .image-input-wrapper {
  height: 100%;
}

.image-input .image-input-wrapper > video {
  height: 101% !important;
}
.videopicker-template .image-input .image-input-wrapper, .videopicker-template .image-input .image-input-wrapper > video {
  width: 600px !important;
  height: 350px !important;
  object-fit: cover;
}
.image-input.image-input-outline.video-category {
  height: 350px !important;
}
.btn.btn-icon.btn-xs {
  height: 40px;
  width: 40px;
  z-index: 9;
}
/* Settings navigation style*/
.settings-nav-font{
  font-size: 13px;
}


/*Styling of datatable dropup*/
.search-box{
  padding: 18px;
  border: 1px solid #ebedf3;
}
.search-box .card-header{
  padding: 0.4rem 2.25rem;
}
.dropup.iconHide .dropdown-toggle::after {
  display: none;
}
.action-color {
  color: #3699ff;
  cursor: pointer;
}
.d-flex .dropdown-item{
  padding: 0.5rem 1rem;
}
.d-flex.text-center .dropdown-item:not(:last-child) {
  border-right: 1px dashed #ccc;
}
.iconHide .dropdown-menu.show{
  padding: 0px;
}
.dropdown-menu.style-menu{
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
}
.shwAdv{
  display: flex;
  font-weight: 600;
  cursor: pointer;
}
i.tooltip-color{
  display: flex;
  align-items: center;
  margin-left: 0.25rem;
}

.table-striped tbody tr{
  cursor: pointer;
}
.table-striped tbody tr:nth-of-type(odd) {
  cursor: pointer;
}
.bottom-style {
  display: flex;
  align-items: center;
}
.pag-styl{
  height: calc(1.5em + 1.3rem + 2px);
}
.page-item .page-link {
  padding-bottom: 0.85rem;
}


/*Pages Template*/
.edit-pages-template .bottom-style {
  display: flex;
  align-items: center;
}
.edit-pages-template .pag-styl{
  height: calc(1.5em + 1.3rem + 2px);
  margin-top: 18px;
}
.edit-pages-template .dropup.iconHide .dropdown-toggle::after {
  display: none;
}
.edit-pages-template .action-color {
  color: #3699ff;
  cursor: pointer;
}
.edit-pages-template .d-flex .dropdown-item{
  padding: 0.5rem 1rem;
}
.edit-pages-template .d-flex.text-center .dropdown-item:not(:last-child) {
  border-right: 1px dashed #ccc;
}
.edit-pages-template .iconHide .dropdown-menu.show{
  padding: 0px;
}
.edit-pages-template .dropdown-menu.style-menu{
  box-shadow: 0 1px 5px 1px rgb(0 0 0 / 15%);
}
.edit-users-template .shwAdv{
  display: flex;
  font-weight: 600;
  cursor: pointer;
}
.edit-pages-template i.tooltip-color{
  display: flex;
  align-items: center;
  margin-left: 0.25rem;
}
.edit-pages-template .page-item .page-link {
  padding-bottom: 0.85rem;
}

.dd-empty {
  border: none !important;
  min-height: unset !important;
  background-color: unset !important;
  background-size: unset !important;
  background-position: unset !important;
}

.dd-empty, .dd-placeholder {
  margin: unset !important;
  padding: unset !important;
  background: unset !important;
  box-sizing: unset !important;
}
/*Sub Menu Using Nestable*/
.dd-list .dd-list {
  padding-left: 50px !important;
  margin-top: 1rem !important;
}


/*Create Blog Template Section*/
.create-blog-template .icon-body {
  width: 100%;
  height: 170px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.create-blog-template .article-icon {
  background-color: #fff4de;
}

.create-blog-template .video-icon {
  background-color: #eee5ff;
}

.create-blog-template .event-icon {
  background-color: #4485e6be;
}

.create-blog-template .podcast-icon {
  background-color: #c9f7f5;
}

.create-blog-template .magazine-icon {
  background-color: #fff4de;
}

.create-blog-template .onstage-icon {
  background-color: #fffbd3;
}

.create-blog-template .episode-icon {
  background-color: #fed1e6;
}

.create-blog-template .documentary-icon {
  background-color: #ebd1fe;
}

.create-blog-template .reel-icon {
  background-color: #d1ecfe;
}

.create-blog-template .challenge-icon {
  background-color: #ffdfdf;
}

.create-blog-template .blog-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.create-blog-template .title-weight {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.create-blog-template .content-size {
  font-size: 1.18rem;
  color: #b5b5c3;
  height: 50px;
}

.create-blog-template .icon-header {
  display: flex;
  align-items: center;
}

.create-blog-template .card-header>span>i {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.create-blog-template .card-header>span {
  display: flex;
  align-items: center;
}
.w-40 {
  width: 40%;
}

/*Header Navigation onmobile view*/
.nav-mobile-header {
  position: absolute;
  margin-top: 100px;
  right: 0%;
  background-color: white;
  width: 100%;
}

.mobile-submenu-nav {
  background-color: #f3f6f9;
  width: 88% !important;
  left: 0% !important;
  top: 100% !important;
  position: absolute !important;
  padding-left: 0 !important;
  list-style: none !important;
  box-shadow: 0 10px 30px 0 rgb(82 63 105 / 8%);
}

/* Dashboard View */
.dashboard-view .facebook-color {
  color: #3b5998;
}
.dashboard-view .instagram-color {
  color: #C13584;
}

.dashboard-view .timeline-card-height {
  height: 21.5rem !important;
  padding-bottom: 3rem !important;
}

.dashboard-view .bottom-card-height {
  height: 35rem !important;
}

.dashboard-view .card-rounded.dashboard-summary {
  background-position: calc(100% + 0.5rem) bottom !important;
  background-size: 38% auto; object-fit: contain !important;
  background-image: url('https://imgfootters.ies-italia.it/cms/6093c4a5/custom-10-svg.png') !important;
}

/*.video-category .video-js {
  width: 550px !important;
    height: 420px !important;
}*/
/* Videojs Changes*/
.video-js {
  background-color: transparent !important;
  background-image: url("/template/metronics/assets/media/img/placeholder-vid.png") !important;
  background-position: center;
}
.video-js .vjs-modal-dialog {
  background: unset !important;
}
.vjs-error .vjs-error-display:before, .vjs-error .vjs-error-display .vjs-modal-dialog-content {
  display: none !important;
}
.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
  display: none !important;
}

button.dd-collapse, button.dd-expand {
  margin: 2px 7px 0px 0px !important;
  position: absolute !important;
  left: -30px;
}
/*Dashboard Accordion*/
.accordion .card .card-header .card-title {
  padding: 10px 60px;
}
.item-label-title, .card-title span.title, .edit-menu-template .accordion .link, .edit-image-template .accordion .link, .edit-social-template .accordion .link, .dd-dragel .dd-content .link {
  margin-left: 5px;
}
.card-title span.title:empty{
  padding: 16px 20px;
}
.card-title span.title {
  color: #000;
}

/*Block Page checkbox section*/
input.checkSize {
  zoom: 1.5;
}


table.table tbody tr td{
  vertical-align: middle;
}

.image-input .image-input-wrapper, .image-input .image-input-wrapper > video  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-input .image-input-wrapper > video {
  height: 101% !important;
}
.imagepicker-template .image-input .image-input-wrapper, .videopicker-template .image-input .image-input-wrapper, .videopicker-template .image-input .image-input-wrapper > video {
  min-height: 200px !important;
  object-fit: cover;
  margin-bottom: 2rem;
}

.btn.btn-icon.btn-xs {
  height: 40px;
  width: 40px;
  z-index: 9;
}

.video-js .vjs-big-play-button {
  top: 40% !important;
  left: 45% !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: #000 !important;
}

li.dd-item .accordion.accordion-toggle-arrow .card .card-header ol.dd-list {
  padding-left: 30px !important;
  margin-top: 0rem !important;
}

/*Dashboard Analytics Styling*/
.dashboard-view #realTimeUsers {
  max-width: 100%;
  height:200px;
}
.dashboard-view #chartdiv {
  width: 100%;
  height: 500px
}
.dashboard-view #chartdiv{
  width: 100%;
  height: 400px;
}
.dashboard-view .form-control.dash-styl, .input-group-text.dash-append {
  border-radius: 30px;

}
.dashboard-view .input-group-prepend {
  margin-right: -13px;
}
.dashboard-view .form-control.dash-styl {
  border-left: none;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
.dashboard-view .form-control.dash-styl:focus {
  border-color: #e4e6ef;
}
.dashboard-view .searchResults {
  background-color: #fff;
  position: absolute;
  top: 100px;
  padding: 20px;
  height: 70%;
  right: 50px;
  width: 80%;
  overflow-y: scroll;
  display: none;
  background: #fff;
  display: none;
  box-shadow: 0 4px 6px rgb(32 33 36 / 28%);
  border: 0;
  border-radius: 10px;
  z-index: 2;
}
.dashboard-view .input-group {
  z-index: 4;
}
.dashboard-view .articleSearchList {
  color: #000;
  cursor: pointer;
}
.dashboard-view .articleSearchList:hover {
  text-decoration: underline !important;
}
.dashboard-view .realTimeVi, .dashboard-view .totalVisitors {
  font-size: 2.5rem;
}
.dashboard-view .card-spacer {
  padding-bottom: 0 !important;
}
.dashboard-view .tab-gen{
  height: 240px !important;
}
.dashboard-view .ht-one {
  height: 250px !important;
  overflow: hidden;
}
.dashboard-view .ht-two {
  height: 450px !important;
  overflow: hidden;
}
.dashboard-view .ht-three {
  height: 350px !important;
  overflow: hidden;
}
.dashboard-view .searchResults::-webkit-scrollbar, .dashboard-view .tab-gen::-webkit-scrollbar {
  width: 7px;
}
.dashboard-view .searchResults::-webkit-scrollbar-track, .dashboard-view .tab-gen::-webkit-scrollbar-track {
  box-shadow: none;
}
.dashboard-view .searchResults::-webkit-scrollbar-thumb, .dashboard-view .tab-gen::-webkit-scrollbar-thumb {
  background: #D1D3E0;
  border-radius: 5px;
}
.dashboard-view  .wave-animate-slow:after {
  -webkit-animation: none;
  animation: none;
}
.dashboard-view .wave:after {
  -webkit-transform: rotate(
          100deg
  );
  transform: rotate(
          100deg
  );
}
.dashboard-view .wave:after {
  content: " ";
  width: 1000px;
  height: 900px;
  position: absolute;
  bottom: 65%;
  left: -250px;
  border-radius: 35%;
  background: white;
  border: 3.5px solid rgba(0, 143, 251, 0.85);
  z-index: 0;
}

/*New Editor styling*/

.newEditor .dropdown-tools {
  padding-left: 1.5rem;
  padding-bottom: 0.25rem;
  color: #757575;
  font-weight: 500;
}
.newEditor .editor-body {
  border-top: none;
  border-right: none;
  z-index: 1;
}
.newEditor .editor-body .test-edit{
  background-color: #e3f2fd;
  box-shadow: 0 10px 30px 0 rgb(82 63 105 / 8%);
  border-bottom: 1px solid rgba(0,0,0,.02);
}
.newEditor .editor-body .test-edit .navbar-brand {
  background-color: #3399FF;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.newEditor .preview-body {
  padding: 0.5rem;
  background-color: #3399FF;
  border-radius: 4px;
}

.newEditor .preview-body a {
  color: #fff;
  text-decoration: none;
}

.newEditor .help-icon {
  border-radius: 50%;
  padding: 0.5rem;
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  margin-left: 0.5rem;
  font-size: 25px;
}

.newEditor .help-icon i {
  font-size: 20px;
}

.newEditor .trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  width: 0%;
}

.newEditor .trumbowyg-box.trumbowyg-editor-visible.trumbowyg-en.trumbowyg {
  display: flex;
  border: none;
  max-height: calc(100vh - 64px);
}

.newEditor .trumbowyg-button-pane {
  width: 65px;
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  align-items: center;
  box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
  background: #fff;
  border-bottom: none;
  padding: 0;
  padding-bottom: 0.6rem;
}

.newEditor .trumbowyg-button-pane .trumbowyg-button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.newEditor .trumbowyg-button-pane button {
  border-bottom: 1px solid #d7e0e2;
  padding-bottom: 5rem;
  height: 30px;
}

.newEditor .trumbowyg-button-pane::after,
.newEditor .trumbowyg-button-pane .trumbowyg-button-group::after {
  display: none;
}

.newEditor .trumbowyg-button-pane .trumbowyg-right {
  float: unset;
}

.newEditor .floating-media {
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}

.newEditor .navigationForm {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 10px 30px 0 rgb(82 63 105 / 8%)
}

.newEditor .navigationForm .dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.newEditor .navigationForm-content {
  position: relative;
  top: 10%;
  width: 100%;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.newEditor .closebtn {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 30px;
  text-decoration: none;
}

.newEditor input.form-control,
.newEditor textarea.form-control {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  color: #3f4254;
}

.newEditor .title-body input.form-control,
.newEditor select.form-control { /* , tags.tagify { */
  background-color: transparent;
  border: none;
  border-radius: 0px;
  font-size: 1rem;
  box-shadow: inset 0 -1px 0 0 rgb(100 121 143 / 12%);
  margin: 0!important;
  max-width: none;
  width: 100%;
  padding-left: 0;
}
.newEditor .title-body .form-control {
  padding: unset;
}
.newEditor .title-body .form-control:focus {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #4285f4;
}

.newEditor .title-body {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.newEditor .title-body .form-desc {
  font-size: .875rem;
}
.newEditor .title-body .form-desc > label {
  min-width: 88px;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.newEditor .title-body .form-desc:not(:last-child) {
  margin-bottom: 10px;
}

.newEditor .hide-title {
  cursor: pointer;
}

.newEditor .trumbowyg-editor{
  max-height: 90vh;
}

.newEditor .trumbowyg-editor p {
  margin-bottom: 0.5rem !important;
}

.newEditor input:-internal-autofill-selected {
  background-color: transparent !important;
}

.newEditor .nav-link {
  padding: .25rem 1rem;
}

/*Form in tabs styling*/
.newEditor .form-group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.newEditor .form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #9b9b9b;
  outline: 0;
  margin-top: 10px;
  background: transparent;
  transition: border-color 0.2s;
}

.newEditor .form__field::placeholder {
  color: transparent;
}

.newEditor .form__field:placeholder-shown~.form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}

.newEditor .form__label {
  position: absolute;
  top: 0;
  display: flex;
  transition: 0.2s;
  font-size: 0.813rem;
  color: #9b9b9b;
}

.newEditor .form__field:focus {
  padding-bottom: 6px;
  border-image: linear-gradient(to right, #3457D5, #318CE7);
  border-image-slice: 1;
}

.newEditor .form__field:focus~.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  color: #318CE7;
  font-weight: 700;
}
.newEditor .btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.newEditor .title-body .dropdown-toggle::after {
  display: none;
}
.newEditor .title-body .dropdown-menu {
  border: 0;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%)
}

.newEditor .title-body .dropdown-menu {
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.newEditor .trumbowyg-box.trumbowyg-en.trumbowyg.trumbowyg-editor-hidden {
  display: flex;
  border: 0;
}
.newEditor .trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  background: transparent;
  height: unset !important;
}
.newEditor .sidebar-menu {
  border-left: 1px solid #e8f0fe;
  padding-top: 0.3rem;
  position: relative;
  box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
}
.newEditor .sidebar-menu li.nav-item {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newEditor .sidebar-menu li.nav-item > a > i {
  font-size: 18px;
  color: #3399FF;
}
.newEditor .sidebar-menu a.nav-link:hover, .sidebar-menu a.nav-link:focus, .sidebar-menu a.nav-link.active  {
  background-color: #f1f3f4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.sidebar-menu a.nav-link.active {
  background-color: #e8f0fe;
}
.newEditor .side-content {
  width:0;
  transition: 0.5s;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
  box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
  background: #fff;
  z-index:3;
}

.newEditor .sidebar-menu a.nav-link.active::after{
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  height: 35px;
  width: 2px;
  border-right: 4px solid #185ea3;
}
.newEditor .header-title, .newEditor .header-subtitle{
  cursor: pointer;
}

.newEditor .back-button {
  font-weight: 600;
  text-decoration: none;
  color: #7e8299;
}
.newEditor .trumbowyg-fullscreen.trumbowyg-box, .newEditor .trumbowyg-fullscreen .trumbowyg-editor {
  max-width: 100% !important;
}
.newEditor.vid-sect {
  height: 100vh;
}
.newEditor .videoEditor .trumbowyg-button-pane {
  display: inline-block;
  width: 100%;
  margin-left: 2rem;
  padding-bottom: 0;
}

.newEditor .videoEditor {
  width: 95%;
}

.newEditor .sidebar-menu.videoContent {
  display: flex;
  justify-content: center;
}
.newEditor .videoEditorBody {
  width: 70%;
}
.newEditor .videoEditor .trumbowyg-box.trumbowyg-editor-visible.trumbowyg-en.trumbowyg {
  display: inline-block;
}
.newEditor .videoEditor .trumbowyg-button-pane .trumbowyg-button-group {
  display: unset;
  width: unset;
  border-left: 1px solid #d7e0e2;
}
.newEditor .videoEditor .trumbowyg-button-pane button {
  border-bottom: none;
}

.newEditor .videoEditor .trumbowyg-editor {
  border-top: none;
  margin-left: 2rem;
  padding-top: 0.8rem;
  padding-left: 1rem;
  box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
}
.newEditor .videoEditor .trumbowyg-editor[contenteditable=true]:empty::before{
  content: attr(placeholder);
  color: #999;
}
.newEditor .videoEditorBody .image-input .image-input-wrapper, .newEditor .videoEditorBody .image-input .image-input-wrapper > video {
  width: 100% !important;
}
.newEditor .videoEditor .label {
  font-size: 20px;
}
.newEditor .video-js .vjs-control-bar {
  display: flex;
}
.newEditor .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
  font-size: 5rem;
  padding-top: 1rem;
}
.newEditor .video-js .vjs-big-play-button {
  left: 50% !important;
  border-radius: 0 !important;
  height: 2em !important;
}
.newEditor .title-body input.form-control:focus, .newEditor select.form-control:focus, tags.tagify:focus, .newEditor .side-content input.form-control, .newEditor .side-content select.form-control {
  border-bottom: 1px solid #f3f6f9;
}
.introjs-helperLayer {
  background-color: transparent !important;
}
.newEditor h1 {
  font-size: 1.5rem;
}

/*Tour Styling*/
.tourEntry {
  z-index: 100;
  width:30%;
  margin-right: 20px;
}
.tourEntry .formTour.sticky {
  box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
}
.word-break {
  word-break: break-word;
}

textarea.kt_autosize_2 {
  overflow-y: hidden !important;
}

#monthlyVisits foreignObject {
  width: 340px !important;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .slideshow-editor .prev,
  .slideshow-editor .next,
  .slideshow-editor .text {
    font-size: 11px;
  }
}

@media only screen and (min-width: 1600px) {
  .handle-ml {
    margin-left: 5rem !important;
  }
}

@media only screen and (max-width: 860px) {
  .newEditor .videoEditor .label {
    font-size: unset;
  }
}

@media only screen and (max-width:1010px) {
  .newEditor .sidebar-menu.videoContent {
    width: unset;
  }
}
@media only screen and (max-width: 150px) {
  .newEditor.vid-sect{
    height: unset;
  }
}
input[type="categorypicker"] + label,
input[type="filepicker"] + label {
  padding-right: 73px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-toolbox-sticky{
  position: sticky;
  height: 100%;
  top:220px;
}

.dd.handle .dd-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}


.custom-file-input {
  opacity: 0 !important;
}

#loader-wrapper{
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  z-index: 3001;
}

.modal-loaded{
  visibility: hidden;
}

body ::-webkit-scrollbar {
  width: 12px;
}

body ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #f5f5f500;
}

body ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #E4E6EF;
}
/*  */
body::-webkit-scrollbar{
  width: 12px;
}

body::-webkit-scrollbar-track{
  background-color: #ffffff00;
}
 
 
body::-webkit-scrollbar-thumb{
  border-radius: 10px;
  /* background: rgb(198,57,180); */
  /* background: linear-gradient(180deg, rgba(198,57,180,1) 0%, rgba(9,9,121,1) 90%); */
  background-color: #C0C0C0;
}

.btn-category-clear{
  /* position: absolute !important; */
  top: calc(1.5em + 1.45rem)!important;
  width: 100%!important;
  height: 30px!important;
  border-bottom-left-radius: 5px!important;
  border-bottom-right-radius: 5px!important;
  margin-bottom: 5px !important;
}
.btn-clear{
  position: absolute !important;
  top: calc(1.5em + 1.45rem)!important;
  width: 100%!important;
  height: 30px!important;
  border-bottom-left-radius: 5px!important;
  border-bottom-right-radius: 5px!important;
  margin-bottom: 5px !important;
}
.select2-selection.select2-selection--single{
  min-height: 38px;
}
.btn-text-icon{
  width: 128px;
  height: 120px;
}
.btn-text-icon i{
  color: #183153;
  font-size:30px;
  display: block;
  margin-top:10px;
  margin-bottom:15px;
  border:3px solid transparent;
}
.btn.btn-text-icon:hover,.btn.btn-text-icon.active{
  background-color:#ffd43b !important;
}
.btn.btn-text-icon:active{
  border:3px solid #74c0fc;
}
.input-group-append .btn-secondary{
  background-color: #F3F6F9;
}
.card-title .d-flex.flex-column{
  max-width: 55% !important;
}
.card-label>small{
  display: block;
  margin-top:2px;
}
.input-icon .input-group .form-control {
  padding-left: 6px;
}
.tagify .tagify__tag:first-of-type {
  /* margin-left: 0; */
}
.tagify__input {
  margin-left: 0;
  padding-left: 0;
}
.tagify__tag + .tagify__input {
  margin-left: 5px;
}
.tagify__input:empty:before {
  display: initial !important;
  color: #B5B5C3;
  opacity: 1;
}
.tagify__input:not(.tagify__input:empty)::before {
  display: none !important;
}
.card-form .card-body{
  padding: 0px !important;
}
.card-form .form-group{
  padding:2rem 2.25rem;
  margin-bottom: 0px;
  border-bottom: 1px solid lightgray;
}
.card-form .form-group .form-group{
  border: none;
}
.typeahead .twitter-typeahead {
  display: block !important;
  width: 100%;
}
.input-group.input-group-solid .form-control {
  min-width: 240px;
}
input.h4{
  margin-bottom: 0px;
}
/*
.select2-container{
  max-width: 250px;
}*/
.alert-warning .alert-link .fa{
  color: #523600;
}

label input.null{
  width: 25px;
  height: 25px;
  position: relative;
  top: 8px;
}

.trumbowyg-box .trumbowyg-editor {
  display: block;            /* ensure it stretches as needed */
  min-height: 300px !important;
  max-height: 500px;
  padding: 8px;              /* ensures some space to click into */
  box-sizing: border-box;
  cursor: text;
}

/* Give cells a minimum width and vertical alignment, plus a text cursor */
.trumbowyg-editor table td,
.trumbowyg-editor table th {
  border: 1px solid #000;
  min-width: 50px;
  cursor: text;       /* show text-cursor on hover */
  vertical-align: top;
  padding: 0;
}

/* Make empty cells appear non-empty by inserting a block-level pseudo-element.
   pointer-events: none means you can click anywhere inside the cell. */
.trumbowyg-editor table td:empty::before,
.trumbowyg-editor table th:empty::before {
  content: "\00a0";        /* non‐breaking space to avoid true emptiness */
  display: inline-block;   /* or "block"; either works */
  width: 100%;             /* span the entire cell width */
  min-height: 1.2em;
  line-height: 1.2;
  pointer-events: none;    /* let clicks go “through” the pseudo-element */
}