ul.list-inline li {
  display: inline;
  margin: 0px 5px 0px 0px;
}
ul.comma-separated li:after {
  content: ",";
}
ul.comma-separated li:last-child::after {
  content: "";
}

.tm_seo_map_ph {
  height: 400px;
}
.tm_seo_accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Accordion styles */
.tm_seo_accordion .tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tm_seo_accordion .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tm_seo_accordion .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tm_seo_accordion .tab-label:hover {
  background: #1a252f;
}
.tm_seo_accordion .tab-label::after {
  content: "â¯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tm_seo_accordion .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.tm_seo_accordion .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tm_seo_accordion .tab-close:hover {
  background: #1a252f;
}

.tm_seo_accordion input:checked + .tab-label {
  background: #1a252f;
}
.tm_seo_accordion input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.tm_seo_accordion input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.tm_hidden {
  display: none;
}

.nav-pills.pix-pills-round .nav-link.active,
.nav-pills.pix-pills-round .show > .nav-link {
  color: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05),
    0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) !important;
  opacity: 1;
  background: #ff8c61;
  background-position-x: 0%;
  background-position-y: 0%;
  background-attachment: scroll;
  background-size: auto;
  border-radius: 40px;
}

/* TABS */

ul.tm_seo_tabs {
  margin: 0px;
  padding-left: 0;
}
.tm_seo_tabs li {
  list-style: none;
}
.tm_seo_tabs li a.selected {
  color: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05),
    0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) !important;
  opacity: 1;
  background: #375ca1;
  padding: 10px;
  margin-bottom: 10px;
}

.tm_seo_tabs li a {
  color: #6c757d;
  opacity: 1;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  font-size: 1.125rem;
  font-weight: 800;
}

.tm_tab_inner {
  margin-bottom: 20px !important;
  background-color: #ffffff !important;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15) !important;
  padding: 30px;
}
