.tx_kfzgmedia {
  border-top: 1px solid #707070;
  border-collapse: separate;
  border-spacing: 0 8px;
  width: 100%;
}
.tx_kfzgmedia thead {
  border-top: 2px solid #707070;
}
@media (max-width: 991px) {
  .tx_kfzgmedia thead {
    display: none;
  }
}
.tx_kfzgmedia tbody tr td:first-child a {
  font-weight: 600;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .tx_kfzgmedia tbody tr {
    position: relative;
  }
}
.tx_kfzgmedia tbody th, .tx_kfzgmedia tbody td {
  font-weight: 300;
}
.tx_kfzgmedia tbody th {
  color: #123061;
  padding-left: 18px;
}
.tx_kfzgmedia tbody td {
  background-color: #E8E8E8;
  vertical-align: top;
  padding: 18px;
  color: #393939;
}
@media (max-width: 991px) {
  .tx_kfzgmedia tbody td {
    padding-inline: 18px;
    padding-block: 8px;
    display: block;
  }
  .tx_kfzgmedia tbody td:nth-child(1) {
    padding-top: 18px;
  }
  .tx_kfzgmedia tbody td:last-child {
    padding-bottom: 0;
  }
  .tx_kfzgmedia tbody td:last-child div {
    position: absolute;
    right: 12px;
    bottom: 8px;
  }
  .tx_kfzgmedia tbody td .sub {
    font-size: 16px;
  }
}
.tx_kfzgmedia tbody td .sub {
  font-size: 0.9em;
}
.tx_kfzgmedia tbody p {
  margin: 0;
}

#audio-table td {
  vertical-align: middle;
}

.kfzgmedia_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-inline: 4px;
}

@media (max-width: 991px) {
  #ebook-table tbody td:nth-child(2) {
    display: none;
  }
}

.title-spacer {
  background-color: #E8E8E8;
  padding: 12px;
  margin-top: 32px;
}

.table-details {
  border-collapse: separate;
  border-spacing: 0 4px;
}
.table-details th {
  color: #123061;
  font-weight: 700;
  width: 40%;
}

.list-of-content .content-item {
  margin-block: 24px;
}
.list-of-content .h5 {
  font-weight: 700;
}

#results {
  margin-left: 18px;
  color: #123061;
}

#searcher {
  background-color: #C6D1DB;
  padding: 18px;
  margin-bottom: 48px;
}
#searcher .icon-searcher {
  display: none;
}
@media (min-width: 992px) {
  #searcher .icon-searcher {
    display: inline-block;
  }
}
#searcher form fieldset {
  display: flex;
  align-items: center;
}
#searcher input[type=text] {
  background-color: unset;
  border: 0;
  padding-block: 18px;
  width: 88%;
  color: #393939;
  font-weight: lighter;
}
#searcher input[type=text]:focus {
  outline: none;
}
#searcher input[type=text]::placeholder {
  color: #123061;
  font-weight: lighter;
}
#searcher .dropdown-toggle {
  background-color: unset;
  color: #123061;
  text-transform: none;
  padding: 0;
}
#searcher .dropdown-toggle:focus {
  box-shadow: unset;
}
#searcher .dropdown-menu {
  width: 100%;
  background-color: #C6D1DB;
}

.line-gray {
  background-color: #E8E8E8;
  height: 1px;
  width: 100%;
}
@media (min-width: 992px) {
  .line-gray {
    background-color: #E8E8E8;
    height: 1px;
    width: 100%;
    margin-block: 16px;
  }
}

.item-filter {
  display: flex;
  justify-content: space-between;
}
.item-filter .kfzgmedia_icon {
  vertical-align: middle;
}
.item-filter .btn.btn-warning {
  background-color: unset;
  border: 1px solid #E8E8E8;
  color: #123061;
}
@media (max-width: 991px) {
  .item-filter.active {
    display: flex;
  }
}
.item-filter .sort-dropdown-toggle {
  position: relative;
  background-color: unset;
  color: #123061;
  text-transform: none;
  padding: 0;
  border: 0;
}
.item-filter .sort-dropdown-toggle:after {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  top: 25%;
  width: 13px;
  height: 7px;
  background: url("../Icons/icon-arrow-down.svg") center/cover no-repeat;
  vertical-align: middle;
}
.item-filter .sort-dropdown-toggle:focus {
  box-shadow: unset;
  border: 0;
  outline: 0;
}
.item-filter .sort-dropdown-toggle.active {
  border-bottom: 2px solid #123061;
}
.item-filter .sort-dropdown-toggle.active + .sort-dropdown-menu {
  display: block;
}
.item-filter .sort-dropdown-toggle.active:after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .item-filter .sort-dropdown-toggle {
    text-align: start;
    width: 100%;
  }
}
.item-filter .sort-dropdown-menu {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #C6D1DB;
  padding: 18px;
  display: none;
  z-index: 999;
}
.item-filter .sort-dropdown-menu label {
  color: #123061;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  margin-left: 8px;
}
.item-filter .sort-dropdown-options {
  max-height: 300px;
  overflow-y: scroll;
}
.item-filter .sort-dropdown-options::-webkit-scrollbar {
  width: 0.25em;
}
.item-filter .sort-dropdown-options::-webkit-scrollbar-track {
  background-color: #E8E8E8;
}
.item-filter .sort-dropdown-options::-webkit-scrollbar-thumb {
  background-color: #123061;
}
@media (max-width: 991px) {
  .item-filter {
    display: none;
    flex-direction: column;
  }
  .item-filter > div {
    padding-block: 18px;
    border-top: 1px solid #E8E8E8;
  }
  .item-filter > div:first-child {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .item-filter {
    display: flex;
  }
}

#toggleFilterOptions {
  display: none;
}
@media (max-width: 991px) {
  #toggleFilterOptions {
    position: relative;
    display: block;
    font-weight: 700;
    color: #123061;
    width: 100%;
    padding-top: 18px;
  }
  #toggleFilterOptions:after {
    position: absolute;
    content: "+";
    right: 0;
  }
}

.audio-transcription {
  border: 1px solid #E8E8E8;
  border-top-right-radius: 28px;
  border-top-left-radius: 28px;
}
.audio-transcription table {
  margin: 0;
  border: 0;
}
.audio-transcription table tr.current {
  background-color: #E8E8E8;
}
.audio-transcription table td {
  border: 0;
}
.audio-transcription table td:hover {
  cursor: pointer;
}
.audio-transcription table td:first-child {
  width: 20%;
  padding: 1rem 0 1rem 1rem;
}
.audio-transcription table td:last-child {
  padding: 1rem 1rem 1rem 0;
}

#tableNav {
  display: flex;
  justify-content: end;
  gap: 8px;
  flex-wrap: wrap;
}
#tableNav .btn {
  border-radius: 0;
}
#tableNav .btn.btn-secondary {
  background-color: #E8E8E8;
  color: #393939;
  font-weight: 900;
}
#tableNav .btn.btn-secondary:hover {
  background-color: #C6D1DB;
}

/*LOADING*/
#loading-overlay-wrapper {
  position: fixed;
  z-index: 10000;
  color: #393939;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.3s linear;
  top: 0;
  left: 0;
}
#loading-overlay-wrapper.show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.3s linear;
}
#loading-overlay-wrapper .spinner-border {
  width: 5rem;
  height: 5rem;
  border-width: 0.5rem;
}
#loading-overlay-wrapper .loading-overlay {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  background: transparent;
  width: 100vw;
  height: 100vh;
}
#loading-overlay-wrapper .loading-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  filter: blur(20px);
  background: rgba(255, 255, 255, 0.5);
}

#sfrForm {
  padding: 0 !important;
}

#permission-dropdown,
#permission-dropdown .dropdown-toggler {
  position: relative;
}
#permission-dropdown .dropdown-toggler {
  width: 100%;
  background-color: #C6D1DB;
  color: #123061;
  border: 0;
  padding: 8px 12px;
}
#permission-dropdown .dropdown-toggler:after {
  position: absolute;
  content: "";
  right: 12px;
  top: 40%;
  width: 16px;
  height: 10px;
  background: url("../Icons/icon-arrow-down.svg") center/cover no-repeat;
  transition: all 50ms ease-in-out;
}
#permission-dropdown.active .dropdown-container {
  display: block;
}
#permission-dropdown.active .dropdown-toggler:after {
  transform: rotate(180deg);
}
#permission-dropdown p, #permission-dropdown label {
  margin: 0;
}
#permission-dropdown label {
  margin-left: 6px;
}
#permission-dropdown .dropdown-container {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #C6D1DB;
}
#permission-dropdown .dropdown-container .dropdown-entry {
  padding: 8px 16px;
}
#permission-dropdown .dropdown-container .dropdown-entry:hover {
  cursor: pointer;
  background-color: #C6D1DB;
}

#comments {
  display: block;
}

#sfrForm input[type=text],
#sfrForm input[type=email],
#sfrForm select,
#sfrForm input[type=password] {
  border-radius: 0;
  border: 1px solid #707070;
  box-shadow: unset;
}
#sfrForm .custom-checkbox .custom-control-label::before {
  border-radius: 2px;
  border: 2px solid #707070;
}

/*# sourceMappingURL=styles.css.map */
