.hs-responsive-widget {
  max-width: 100%;
  overflow: hidden;
  font-size: 16px;
  word-wrap: normal;
  overflow-x: auto;
  transform-origin: top left;
  transform: scale(1); /* Set initial scale to 100% */

}

.hs-responsive-widget li {
  word-wrap: normal;
  font-weight: plain;
  word-break: break-all;
  color:#f0f0f0;
}

.hs-responsive-widget a {
  word-break: break-all;
  word-wrap: break-word;
  font-weight: plain;
  color:#00cc00;
}
.hs-responsive-widget a:hover {
  color:#00ff00;
}
.hs-responsive-widget li a {
  word-break: break-all;
  word-wrap: break-word;
  font-weight: plain;
  color:#f0f0f0;
}



.hs-dxcluster-widget {
  max-width: 100%;
  overflow-x: auto;
  transform-origin: top left;
  transform: scale(1); /* Set initial scale to 100% */
}

@media (max-width: 767px) {
  .hs-dxcluster-widget {
    transform: scale(calc(100% - 0%)); /* Adjust the scale value as needed */
  }
  .hs-responsive-widget {
    transform: scale(calc(100% - 0%)); /* Adjust the scale value as needed */
  }
}


.hs-link-container {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

@media (max-width: 767px) {
  .navbar-collapse {
    display: flex;
    flex-direction: column; /* Updated value */
    align-items: flex-start; /* Updated value */
  }

  .hs-link-container {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Updated value */
    -webkit-box-orient: vertical;
    max-height: 3em; /* Updated value */
    line-height: 1.4em; /* Updated value */
  }
}



.hs-table-container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .hs-table-row {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        border-bottom: 1px solid #ddd;
    }
    .hs-table-header {
        font-weight: bold;
        background-color: #f2f2f2;
    }
    .hs-table-cell {
        flex: 1;
    }




hs-nl-bullet li {
  list-style-type: none;
  font-size: 18px;
  margin-bottom: 10px;
}

.hs-nl-bullet .nested-list {
  margin-left: 0;
}

.hs-nl-bullet .nested-list li {
  display: flex;
  flex-direction: row;
}

.hs-nl-bullet .flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.hs-nl-bullet .text-container {
  font-size: 18px;
  flex: 1;
}
.hs-nl-bullet .text-container a {
  font-weight: bold;
  color:#0000cc;
}

.hs-nl-bullet .image-container {
  width: 300px;
  min-width: 300px;
}

.hs-nl-bullet .image-container img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .hs-nl-bullet .flex-container {
    flex-direction: column;
  }

  .hs-nl-bullet .image-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.hs-nl-bullet .dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 2px;
}

.hs-nl-bullet li > ul.nested-list {
  margin-left: 20px;
}


.hs-responsive-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}

.hs-responsive-text a {
  word-break: break-all;
  word-wrap: break-word;
  font-weight: bold;
  color:#0000cc;
}

.hs-responsive-image {
  max-width: 100%;
  height: auto;
}

.contest-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom:0px;
}

.contest-list li a {
  color: #0000FF;
  text-decoration: underline;
}



.contest-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom:0px;
}

.contest-list li a {
  color: #0000FF;
  text-decoration: underline;
}

.contest-list li:nth-child(even) {
  background-color: #dddddd;
}

.contest-list li:nth-child(odd) {
  background-color: #ffffff;
}


.img-autoresize {
		max-width: 100%;
		max-height: 100%;
		display: block;
		height: auto;
}

.form-control {
	background-color:#f0f0f0;

}


.hs-btn-orange {
	color:#fff;background-color:#f07700;border-color:#dc3545
}
.hs-btn-orange:hover {
	color:#fff;background-color:#dd6600;border-color:#b02a37
}

.hs-nl-bullet-text {
	list-style-type: square; font-weight: bold; font-size: 1.3rem;
}
.hs-nl-nobullet-text {
	list-style-type: none; font-weight: bold; font-size: 1.8rem;
}

.hs-ticker a:link{
	color:#808ea8;
}
.hs-ticker a:visited{
	color:#808ea8;
}
.hs-ticker-container {
	width:100%;
	background:#151518;
}
.hs-sidebar {
  overflow-y;
  overflow-x: hidden;
  overflow: hidden;
}

.hs-sidebar:hover {
  overflow-y: scroll;
}

.hs-sidebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.hs-sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black;
}

/* Handle */

.hs-sidebar::-webkit-scrollbar-thumb {
  background: #202e38;
  border-radius: 10px;
}
 

.img-float-right {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    float: right;
}
.img-float-left {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    float: left;
}

.btn { border:10px; }

.img-width-500 {
	width:500px;
}

.dont-break {
	white-space: nowrap;
	display: flex;
}




.hs-break {
        white-space: normal;
	 word-wrap: break-word;
}

.widget-header {
	color:#f0f0f0;
        white-space: nowrap;
        display: flex;
	padding-left:1.5rem;
	padding-top:1.25rem;
	padding-bottom:0.25rem;
}

.hs-hover:hover {
	  color: yellow;
}

.widget-body {
	color:#f0f0f0;
        white-space: normal;
        display: flex;
	padding-left:1.5rem;
	padding-top:0;
	padding-bottom:1.25rem;
}

.pb-0 {
        padding-botttom:0;
}
.pl-1 {
        padding-left:.25rem;
}
.pl-2 {
        padding-left:.5rem;
}
.pl-3 {
        padding-left:1rem;
}
.pl-4 {
        padding-left:1.5rem;
}
.pl-5 {
        padding-left:2rem;
}
.pl-6 {
        padding-left:2.4rem;
}
.pl-7 {
        padding-left:3.4rem;
}
.pl-8 {
        padding-left:3.4rem;
}
.pl-9 {
        padding-left:4rem;
}


.hs-text-color {
	color:#c0c0c0;
}

.hs-width-90 {
	width:90%;
}
.hs-width-70 {
	width:70%;
}

.hs-width-50 {
	width:50%;
}
.hs-width-login {
	width:15rem;
}

.hs-font-20 {
	font-size:20px;
}

.hs-col-100 {
 column-width: 100px;
}

.w-80 {
	width:80%;
}
.w-90 {
	width:90%;
}
.hs-wordwrap {
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
        white-space: nowrap;
}


.hs-font-1 {
	font-size:0.8rem;
}

.hs-font-2 {
	font-size:1.5rem;
}

.hs-font-news {
	font-size:1.0rem;
}

.hs-font-bold {
	font-weight: bold;
}

.hs-text-color-header {
	color:#f0f0f0;
}

.hs-text-color-light-gray {
	color:#c0c0c0;
}

.hs-text-softblue {
	color:#808ea8;
}

.hs-text-green {
	color:#00cc00;
}
.hs-text-red{
	color:#ff7777;
}
.hs-text-yellow{
	color:yellow;
}

.hs-text-orange {
	color:#ffab00 !important;
}

.hs-text-white {
	color:#f0f0f0;
}

.hs-contest-off {
	color:#aaaaaa;
}

.hs-bold {
	font-weight:bold;
}

.hs-left {
	text-align: left;
}

.hs-left td {
	text-align: left;
}

.hs-center {
	text-align: center;
}

.hs-right {
	text-align: right;
}

.hs-text-black {
	color:#333333;
}

.hs-text-light-blue {
	color:#31d2f2;
}
.hs-text-blue {
	color:#000088;
}

.hs-text-nl {
	color:#000000;
	font-size:1.1rem;
}


.hs-text-align-right {
	text-align:right;
}

.hs-text-align-left {
	text-align:left;
}

.hs-text-align-center {
	text-align:center;
}

.hs-cell-padding th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-table-black {
	width:100%;
	background-color:#000;
}
.hs-table-dark {
	width:100%;
}

.hs-green-white {
	background-color:#198754;
	color:#f0f0f0;
}

.hs-table-light {
	width:100%;
	background-color:#fff;
	color:#000;
}

.hs-table-col1 {
	width:100%;
	background-color:#fffff0;
}

.hs-table-col2 {
	width:100%;
	background-color:#f0f0f0;
}

.hs-table-black th a {
	color:#f0f0f0;
}
.hs-table-black td a {
	color:#f0f0f0;
	
}

.hs-table-dark th a {
	color:#ffc107;
}
.hs-table-dark td a {
	color:#ffc107;
}
.hs-table-light th a {
	color:#000099;
}
.hs-table-light td a {
	color:#000099;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}


.hs-row-spacing-10 {
	border-spacing:0px 10px;
	border-collapse: separate;
}

.hs-row-spacing-0 {
	border-spacing:0px 0px;
	border-collapse: separate;
}


td.tight {
  padding: 0px;
}


li {
    list-style-type: none;
    position: relative;  
	
}

ul {
    	list-style-position: inside;
    	padding: 0;
}

.hsbullet li::before {
    content: '■';
    position: absolute;
    left: 0px;         
    font-size: 1rem;
    line-height: 1.35rem;
}

.hsbullet li.green::before {color: #00dc50;}
.hsbullet li.red::before {color: #ff1633;}
.hsbullet li.orange::before {color: #ffab00;}
.hsbullet li.blue::before {color: #008aef;}
.hsbullet li {
	padding-left:20px;

}


.hs-result-table {
	border-collapse: collapse;
    	font-family: Tahoma, Geneva, sans-serif;
}

.hs-result-table td {
	padding: 8px;
}

.hs-result-table-hf thead td {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #00cc00;
}
.hs-result-table-hf tbody td {
	color: #00cc00;
	border: 1px solid #00cc00;
	text-align:center;
}

.hs-result-table-vhf thead td {

	background-color: #000000;
	color: #37c9f0;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #37c9f0;
	text-align:center;
}

.hs-result-table-vhf tbody td {
	color: #37c9f0;
	border: 1px solid #37c9f0;
	text-align:center;
}

.hs-result-table-contest thead td {
	color: #ffc000;
	border: 1px solid #ffc000;
	text-align:center;
}

.hs-result-table-contest tbody td {
	color: #ffc000;
	border: 1px solid #ffc000;
	text-align:center;
}


.hs-result-table-awards thead td {
	color: #31d2f2;
	border: 1px solid #31d2f2;
	text-align:left;
}

.hs-result-table-awards tbody td {
	color: #31d2f2;
	border: 1px solid #31d2f2;
	text-align:left;
}



.hs-result-table-cluster td {
	color: #00dc50;
	border: 1px solid #00dc50;
	text-align:left;
}

.hs-result-table-orange td {
	color: ##ffab00;
	border: 1px solid ##ffab00;
	text-align:left;
}

.hs-table-header td {
	color: #000000;
	border: 1px solid #000000;
	background-color: #c0c0c0;
	font-weight: bold;
}


.hs-result-table  tbody tr {
	background-color: #000000;
}
.hs-result-table  tbody  tr:nth-child(odd) {
	background-color: #000000;
}
.hs-result-table  {
        width: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
}
	
.hs-result-table  thead {
	position: relative !important;
	overflow: auto !important;
	clip: auto !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}
