@charset "UTF-8";
.badge {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: normal;
  border-radius: 15px;
}

.badge-color-1 {
  background-color: #ff5b5b;
}

.badge-color-2 {
  background-color: #0a6aa1;
}

.badge-color-3 {
  background-color: #10c469;
}

.badge-color-4 {
  background-color: #ff8acc;
}

.badge-color-5 {
  background-color: #5b69bc;
}

.badge-color-6 {
  background-color: #f9c851;
}

.badge-color-7 {
  background-color: #71b6f9;
}

.badge-color-8 {
  background-color: #0a6aa1;
}

.badge-color-9 {
  background-color: #0a6aa1;
}

.badge-color-10 {
  background-color: #0a6aa1;
}

.badge-color-default {
  background-color: #f5f5f5;
  color: #3d3d3d;
}

.btn-action {
  position: relative;
  display: inline-block;
  background-color: #71b6f9;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff !important;
}
.btn-action i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-action:hover {
  background-color: #6c757d;
  color: #fff;
}

.btn-balance {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  font-weight: bold;
  height: 40px;
  padding: 0 15px;
  margin-right: 10px;
}
.btn-balance i {
  position: relative;
  left: 0%;
  top: 0%;
  transform: translate(-50%, 0%);
}
.btn-balance:hover {
  background-color: #6c757d;
  color: #fff;
}

.btn-circle {
  border-radius: 100% !important;
}

.table-mono {
  color: #3d3d3d;
  border-top: none;
}
.table-mono th {
  color: #3d3d3d;
  border-top: none;
}
.table-mono a {
  color: #3d3d3d;
  border-bottom: 1px dashed #c2cbd4;
}
.table-mono .table th, .table-mono .table td {
  border-top: none !important;
}

.field-streamstatsearch-daterange {
  cursor: pointer;
}

.highlight-addon {
  padding: 5px;
  min-width: 200px;
}
.highlight-addon.field-newsId {
  width: 400px;
}
.highlight-addon.field-streamstatsearch-daterange {
  width: 245px;
}
.highlight-addon.field-streamstatsearch-sid1, .highlight-addon.field-streamstatsearch-sid2, .highlight-addon.field-streamstatsearch-sid3, .highlight-addon.field-streamstatsearch-sid4 {
  width: 10%;
  min-width: 50px;
}

.kv-editable-popover {
  display: none;
}

.kv-drp-dropdown .kv-clear {
  padding: 0rem;
  font-size: 1.1rem;
  cursor: pointer;
  right: 1.6rem;
  line-height: 1.6rem;
}

.select2-container--bootstrap .select2-selection {
  font-family: Roboto, sans-serif !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
  border: none;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 18px;
  width: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: unset;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__clear, .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  line-height: 17px;
}

.select2-container--bootstrap .select2-selection--single {
  padding: 8px 24px 6px 0px;
}

.select2-container--krajee-bs4 .select2-selection--single {
  padding: 0.375rem 1.5rem 0.375rem 0rem;
}

table a.asc, table a.desc {
  color: #dd0c07;
  position: relative;
  margin-left: 15Px;
}

table a.asc:after {
  position: absolute;
  content: "⇅";
  left: -15px;
  top: 0;
}

table a.desc:after {
  position: absolute;
  content: "⇅";
  left: -15px;
  top: 0;
}

.table-warning, .table-warning > th, .table-warning > td {
  background-color: #f5f5f5 !important;
  border-color: #dee2e6;
}

.table th, .table td {
  vertical-align: middle;
}

.news-image {
  position: relative;
  background-color: #6c757d;
  border-radius: 40px;
  outline: none;
  width: 80px;
  height: 80Px;
  background-size: cover;
  background-position: center;
  border: 2px solid #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), inset 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: 0.15s;
}
.news-image:hover {
  transition: 0.15s;
  transform: scale(1.25);
  cursor: auto;
}

.text-small {
  position: relative;
  font-size: 0.8rem;
  line-height: 0.8rem;
  top: -3px;
  color: #6c757d;
  background: #f5f5f5;
  padding: 5px 10px;
  margin-left: -10px;
  z-index: 1;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.news-badge {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 40px;
}

hr {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border-top: 1px solid #f7f7f7;
}

.summary {
  text-align: center;
  padding-bottom: 15px;
}

.pagination li a {
  border-radius: 35px !important;
  margin: 0 5px;
}
.pagination li span {
  border-radius: 35px !important;
  margin: 0 5px;
}
.content {
  margin-top: 20px;
}

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