a.patreon-link {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  z-index: 10;
  text-decoration: none;
}

.badge-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.badge-container .badge-icon {
  background: url("https://s3.amazonaws.com/patreon_public_assets/toolbox/patreon_white.png") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
}
.badge-container .badge-text {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  padding: 2px;
  color: #fff;
}
.badge-container .badge-text.badge-text-bottom {
  position: relative;
  top: -2px;
}

.preview {
  background: #36393e;
  display: flex;
  box-orient: vertical;
  flex-direction: column;
}

.side-colored {
  width: 4px;
  border-radius: 3px 0 0 3px;
  background: #4f545c;
}

.embed {
  border-radius: 0 3px 3px 0;
  background: rgba(46, 48, 54, 0.3);
  border-color: rgba(46, 48, 54, 0.6);
  display: flex;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 0px !important;
  width: 100%;
}
.embed .card-block {
  padding: 0;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.embed a {
  color: #0096cf;
}
.embed img.embed-thumb {
  max-height: 80px;
  max-width: 80px;
  border-radius: 3px;
  flex-shrink: 0;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 20px;
}
.embed img.embed-image {
  max-height: 100px;
  max-width: 100px;
  border-radius: 3px;
  flex-shrink: 0;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
     margin: 10px 0px;
}
.embed .embed-footer {
  font-size: 12px;
}
.embed .embed-footer span {
  color: rgba(255, 255, 255, 0.6);
}
.embed .embed-inner .embed-title {
  color: #fff;
}
.embed .embed-inner .embed-author {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.embed .embed-footer img.embed-footer-icon,
.embed .embed-inner .embed-author img.embed-author-icon {
  margin-right: 9px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.embed .embed-inner .embed-author .embed-author-name {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #fff !important;
}
.embed .embed-inner .fields {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-lines: miltiple;
  margin-top: -10px;
}
.embed .embed-inner .fields .field {
  flex: 0;
  box-flex: 1;
  padding-top: 10px;
  max-width: 506px;
  min-width: 100%;
}
.embed .embed-inner .fields .field.inline {
  box-flex: 1;
  flex: 1;
  min-width: 150px;
  flex-basis: auto;
}
.embed .embed-inner .fields .field .field-name {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}
.embed .embed-inner .fields .field .field-value {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  white-space: pre-wrap;
  margin-top: 6px;
  word-wrap: break-word;
}


.switch-site{
  text-align: center;
}
.switch {
  position: relative;
  display: inline-block;
  width: 83px;
  height: 32px;
  margin-bottom: 0px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 3px;
  bottom: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider:after {
  position: absolute;
  content: "Light";
  right: 12px;
  bottom: -1px;
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.switch input:checked + .slider {
  background-color: #ffffff;
}
.switch input:checked + .slider:after {
  position: absolute;
  content: "Dark";
  right: auto;
  left: 10px;
  bottom: -1px;
  color: #001811;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(49px);
  -ms-transform: translateX(49px);
  transform: translateX(49px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}
.position-bottom{
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.white-bg{
  background: #ffffff;
  border: 1px solid #6c757d;
  width: 32px;
  padding: 4px;
  margin-left: 5px;
}
.width-75{
  min-width: 75px;
}
.dataTables_length{
  margin-bottom: 10px;
}

.sidebar-item.active a:before, .sidebar [data-bs-toggle=collapse]:not(.collapsed):before {
    top: 1.2rem;
    transform: rotate(-135deg);
}

.dataTables_wrapper>.row>.col-sm-12.col-md-6:first-child{
  display: none;
}
div.dataTables_wrapper div.dataTables_filter{
  text-align: left;
  margin-top: -29px;
}
.themeBtn {
    background-image: linear-gradient(#6cbe45, #009247);
    border-color: #009247;
}
.themeBtn:hover, .btn-outline-primary:hover {
    background-image: linear-gradient(#009247, #6cbe45);
}

.themeColor{
  color: #6cbe45;
}
.themeColor:hover{
  color: #009247;
}


body[data-theme='dark'] .navbar-bg{
  background: #293042;
}
body[data-theme='dark'] .white-bg {
    background: none;
}

.settings.open .settings-panel:before{
  display: none;
}

.settings-scheme {
    height: 40px;
}
.settings-panel {
    background: none;
    border-left: 0 solid transparent;
    bottom: 0;
    display: block;
    height: auto;
    position: fixed;
    right: auto;
    top: auto;
    left: 0px;
    bottom: 0px;
    transition: left .35s ease-in-out;
    width: 250px;
    z-index: 100;
}
.settings-content {
    background: none;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: auto;
    position: relative;
}
.col-fix{
  width: 200px;
}
.settings-scheme {
    background: #293042;
    color: #a9acb3;
}
.settings-scheme-label+.settings-scheme {
    border: 1px solid #696e7b;
}
.settings-scheme-label:checked+.settings-scheme {
    border: 1px solid #3f80ea;
    color: #3f80ea;
}
.settings-scheme:after {
    right: auto;
    top: 11px;
    left: 8px;
    color: #ffffff;
}

@media (max-width: 1200px){
  .settings {
      display: block;
  }
}
@media (max-width: 992px){
  .settings-panel {
      left: -250px;
  }
  .js-settings.show .settings-panel {
      left: 0px;
  }
}
@media (min-width: 992px){
  .navbar.navbar-bg{
    display: none;
  }
}

.bg-yellow{background-color:RGBA(255,221,51,var(--bs-bg-opacity,1))!important;color:#293042!important}