#menu-posts-listing_type.opensub > a,
#menu-posts-stm_pricing_plans.opensub > a,
#menu-posts-listing.opensub > a {
  color: #ffffff !important; }

#menu-posts-listing_type > a,
#menu-posts-stm_pricing_plans > a,
#menu-posts-listing > a {
  background-color: #46b450 !important; }
  #menu-posts-listing_type > a .wp-menu-image:before,
  #menu-posts-stm_pricing_plans > a .wp-menu-image:before,
  #menu-posts-listing > a .wp-menu-image:before {
    color: #ffffff !important; }
  #menu-posts-listing_type > a:hover,
  #menu-posts-stm_pricing_plans > a:hover,
  #menu-posts-listing > a:hover {
    color: #ffffff !important; }
    #menu-posts-listing_type > a:hover .wp-menu-image:before,
    #menu-posts-stm_pricing_plans > a:hover .wp-menu-image:before,
    #menu-posts-listing > a:hover .wp-menu-image:before {
      color: #b714fb !important; }
  #menu-posts-listing_type > a.wp-has-current-submenu,
  #menu-posts-stm_pricing_plans > a.wp-has-current-submenu,
  #menu-posts-listing > a.wp-has-current-submenu {
    background-color: #b714fb !important; }
    #menu-posts-listing_type > a.wp-has-current-submenu:hover .wp-menu-image:before,
    #menu-posts-stm_pricing_plans > a.wp-has-current-submenu:hover .wp-menu-image:before,
    #menu-posts-listing > a.wp-has-current-submenu:hover .wp-menu-image:before {
      color: #ffffff !important; }

.post-type-listing_type .edit-post-text-editor__body,
.post-type-listing .edit-post-text-editor__body {
  padding: 0px 15px !important; }

.post-type-listing_type .edit-post-text-editor,
.post-type-listing_type .wp-block,
.post-type-listing .edit-post-text-editor,
.post-type-listing .wp-block {
  width: 100% !important;
  min-width: 100% !important; }

.post-type-listing_type .editor-post-title__input,
.post-type-listing .editor-post-title__input {
  text-align: center; }

.post-type-listing_type .edit-post-layout__metaboxes > .edit-post-meta-boxes-area,
.post-type-listing .edit-post-layout__metaboxes > .edit-post-meta-boxes-area {
  margin: auto 15px !important; }

.post-type-listing_type .edit-post-layout__metaboxes #listing_type_edit .handlediv,
.post-type-listing_type .edit-post-layout__metaboxes #listing_edit .handlediv,
.post-type-listing .edit-post-layout__metaboxes #listing_type_edit .handlediv,
.post-type-listing .edit-post-layout__metaboxes #listing_edit .handlediv {
  display: none; }

.post-type-listing_type .edit-post-layout__metaboxes #listing_type_edit > h2,
.post-type-listing_type .edit-post-layout__metaboxes #listing_edit > h2,
.post-type-listing .edit-post-layout__metaboxes #listing_type_edit > h2,
.post-type-listing .edit-post-layout__metaboxes #listing_edit > h2 {
  display: none; }

.post-type-listing_type .edit-post-layout__metaboxes #listing_type_edit .inside,
.post-type-listing_type .edit-post-layout__metaboxes #listing_edit .inside,
.post-type-listing .edit-post-layout__metaboxes #listing_type_edit .inside,
.post-type-listing .edit-post-layout__metaboxes #listing_edit .inside {
  padding: 0; }

#menu-posts-listing_type > ul > li:nth-child(5) {
  margin-top: -10px;
  border-bottom: 2px solid #b714fb; }

#menu-posts-listing_type > ul > li:nth-child(8) a {
  font-weight: bold; }

.stm-icon-picker-panel {
  position: relative; }
  .stm-icon-picker-panel .ulisting-remove-icon {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    visibility: hidden;
    position: absolute;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
    background-color: rgba(255, 255, 255, 0.5); }
    .stm-icon-picker-panel .ulisting-remove-icon::after {
      color: red;
      font-size: 20px;
      font-family: FontAwesome;
      content: "\f1f8" !important; }
  .stm-icon-picker-panel:hover .ulisting-remove-icon {
    opacity: 1;
    visibility: visible; }

.ulisting-file-upload {
  padding-top: 10px; }
  .ulisting-file-upload .ulisting-file-conatiner {
    display: flex;
    flex-direction: column; }
  .ulisting-file-upload #ulisting-file-text {
    font-size: 10px;
    color: #aaa;
    text-align: center; }
  .ulisting-file-upload #ulisting-upload {
    border: 1px solid #bbb5b5;
    padding: 1px 10px;
    min-width: 95px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 6px; }
  .ulisting-file-upload #ulisting-file-button {
    padding: 10px;
    width: 100%;
    color: #fff;
    margin: 5px 0;
    font-size: 10px;
    background-color: #4CAF50;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
  .ulisting-file-upload button[disabled] {
    background-color: #00b28f !important; }
  .ulisting-file-upload #ulisting-file-button:hover {
    background-color: #00b28f; }

.search-modal {
  display: block;
  position: fixed;
  z-index: -100000;
  opacity: 0;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity .2s linear; }
  .search-modal .search-modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 48%;
    position: relative; }
  .search-modal .search-modal-close {
    z-index: 200;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold; }
  .search-modal .search-modal-close:hover,
  .search-modal .search-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; }
  .search-modal .stm-previews {
    width: 100%; }
  .search-modal img {
    max-width: 100%;
    height: auto;
    width: 100%; }

.ulisting-filter-search .nav-item {
  position: relative; }

.ulisting-filter-search .nav-item__question {
  color: #fff;
  position: absolute;
  cursor: pointer;
  top: 8px;
  font-size: 16px;
  right: 12px;
  display: none;
  font-family: fontAwesome; }

.ulisting-filter-search .nav-item__question i {
  font-style: normal !important; }

.ulisting-filter-search .nav-item__question:before {
  content: 'Click to show preview';
  opacity: 0;
  top: -20px;
  right: -60px;
  border: 1px solid #333;
  padding: 3px 10px;
  font-size: 10px;
  background: #fff;
  z-index: 10;
  position: relative;
  color: #333; }

.ulisting-filter-search .nav-item__question:hover:before {
  opacity: 1; }

.ulisting-filter-search .nav-link.active .nav-item__question {
  display: block; }

.ulisting-remove-table {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }
  .ulisting-remove-table input {
    display: none; }
  .ulisting-remove-table .ulisting-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .ulisting-remove-table .ulisting-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .ulisting-remove-table input:checked + .ulisting-slider {
    background-color: #101010; }
  .ulisting-remove-table input:focus + .ulisting-slider {
    box-shadow: 0 0 1px #101010; }
  .ulisting-remove-table input:checked + .ulisting-slider:before {
    transform: translateX(26px); }
  .ulisting-remove-table .ulisting-slider.ulisting-round {
    border-radius: 34px; }
  .ulisting-remove-table .ulisting-slider.ulisting-round:before {
    border-radius: 50%; }
