body {
	background: #000106 url(../images/background-galaxy1.jpg) center center no-repeat fixed;
	font-family: Inter, Roboto, Arial,Sans Serif!important;
	font-size: 9pt;
}
header {
	/*background: #11031d url(../images/header.png) center center no-repeat;*/
	height: 155px;
	text-align: center;
	/*border-top: 30px #000 solid;*/
	box-sizing: content-box;
}
a {
	color:#fff!important;
}
a:hover {
	color:#fff!important;
}
h1 {
	text-align:center;
	font-size:19pt;
	padding-bottom:30px;
}
.h3, h3 {
  font-size: 20px;
  padding: 10px 0 0;
}
.logo {
	padding-top: 26px;
}
.container-fluid {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.staking-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #250d2c;
    padding: 15px;
    border-radius: 10px;
    margin: 80px auto 20px;
    max-width: 600px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.input-group {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    text-align: center;
}

.input-group label {
    font-size: 14px;
    font-weight: bold;
    color: #b467e5;
}

.input-group input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
	accent-color: #b467e5; /* Βασικό χρώμα για το αριστερό μέρος */
}
.input-group input[type=range]::-webkit-slider-runnable-track {
    width: 100;
    background: #250d2c; /* Χρώμα για το δεξί μέρος */
    border: 1px solid #6b4a72;
    height: 8px;
    border-radius: 4px;
}
.input-group input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #b467e5;
    margin-top: -6px;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.input-group input[type=range]::-webkit-slider-progress { /* NEW */
    background: #b467e5; /* Χρώμα γεμισμένου μέρους */
    height: 8px;
    border-radius: 4px;
}

/* Για Firefox */
.input-group input[type=range]::-moz-range-track {
    width: 100%;
    background: #250d2c;
    border: 1px solid #6b4a72;
    height: 8px;
    border-radius: 4px;
}
.input-group input[type=range]::-moz-range-progress { /* NEW */
    background: #b467e5;
    height: 8px;
    border-radius: 4px;
}
.input-group input[type=range]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #b467e5;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Για Edge */
.input-group input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.input-group input[type=range]::-ms-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #b467e5;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.input-group input[type=range]::-ms-fill-lower {
    background: #250d2c;
    border-radius: 4px;
}

.input-group input[type=range]:focus {
    outline: none;
}

.input-group input[type=range]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(180, 103, 229, 0.3);
}

/* Responsive Προσαρμογή */
@media (max-width: 768px) {
    .staking-bar {
        flex-direction: column;
        text-align: center;
    }
    .input-group {
        width: 100%;
        margin-bottom: 10px;
    }
}

.container {
	padding-top: 55px;
	color: #FFF;
}
.block {
	background-color: #250d2c;
	border: 1px solid #6b4a72;
	border-radius: 10px;
	padding: 20px 20px 10px 20px;
	margin: 10px 0;
	display: flow-root; /* Ή use inline-block αν χρειάζεται */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 85ms;
	min-height:144px;
	overflow:visible!important;
  position: relative; /* NEW */
}
.block:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
  transition: all 200ms; 
  border: 1px solid #bb80f9; /* #a89daa*/
}
.saga-usdc {
	background: url(../images/saga-usdc.png) 70% center no-repeat;
  background-size:cover;
}
.eth-usdc {
	background: url(../images/eth-usdc.png) 70% center no-repeat;
  background-size:cover;
}
.saga-eth{
	background: url(../images/saga-eth.png) 70% center no-repeat;
  background-size:cover;
}
.usdc-usdt{
	background: url(../images/usdc-usdt.png) 70% center no-repeat;
  background-size:cover;
}
.saga-uni{
	background: url(../images/saga-uni.png) 70% center no-repeat;
  background-size:cover;
}
.saga-stake{
	background: url(../images/saga-stake.png) 70% center no-repeat;
  background-size:cover;
}
.left {
	float: left;
	display: inline-block;
}
.right {
	float: right;
	display: inline-block;
	text-align: right;
}
.vaults {
	background-color: #250d2c;
    border: 1px solid #6b4a72;
    opacity: 0.8;
    border-radius: 5px;
	font-size:10pt;
	color:#fff;
	margin-right:15px;
	padding:6px 10px;
} 
.vaults img {
	margin-right:5px;
}
.vaults a:hover {
	text-decoration:none!important;
}
/*.cur {
	float:left;
	width:50%;
	display: inline-block; 
}*/
#lp-amount {
	font-size:14pt;
	margin-right:10px;
}
#stake-amount {
	font-size:14pt;
	margin-right:10px;
}
.lp {
	font-size:14pt;
}
.cur {
	font-size: 15pt;
	padding-bottom: 15px;
	display: block;
	vertical-align:middle;
}
.cur img {
	margin-right:10px;
}
.right a:hover {
	text-decoration:none!important;
}
.per {
	color:#b467e5;
	font-size: 16pt;
	font-weight:bold;
}
.slidecontainer {
  width: 100%;
  display: inline;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background: #b467e5;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #b467e5;
  border:1px solid #fff;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #b467e5;
  border:1px solid #fff;
  cursor: pointer;
}
.weekly {
	float:left;
	text-align:left;
	width:33.3%;
	padding-top:15px;
	font-size:7pt;
}
.monthly {
	float:left;
	text-align:center;
	width:33.3%;
	padding-top:15px;
	font-size:7pt;
}
.yearly {
	float:left;
	text-align:right;
	width:33.3%;
	padding-top:15px;
	font-size:7pt;
}
footer {
	position: relative;
	bottom: 0;
	text-align: center;
	padding-top: 130px;
	max-width: 1200px;
	margin: 0 auto;
}
.footer-saga img {
	max-width: 820px;
	width: 100%;
	height: auto;
}
.footer-text {
	color:#fff;
	font-size:9pt;
}
.rewards-value {
    display: block; color: rgb(180, 103, 229); font-weight: bold; font-size: 10pt;
}

@media (max-width: 768px) {
  .container {
    padding-top: 25px !important;
  }
  
  .block {
    min-height: auto !important;
    margin: 8px 0 !important;
    background-position: 90% center !important;
  }
  
  .cur {
    font-size: 14pt !important;
  }
  
  .per {
    font-size: 15pt !important;
  }
  .lp {
    font-size: 13pt !important;	  
  }
  .left {
    text-align: center;
    width: 100%;
	padding-bottom: 8px;
  }
  .right {
    text-align: center;
    padding-bottom: 18px;
    width: 100%;
  }
  p {
	  padding-right:15px;
	  padding-left:15px;
  }
  
  footer {
    padding-top: 60px !important;
  }
}

@media (max-width: 576px) {
  .staking-bar {
    margin: 40px auto 10px !important;
    padding: 10px !important;
  }
  
  .input-group {
    margin: 8px 0 !important;
  }
  
  .cur img {
    width: 28px !important;
    height: 28px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  /* Διόρθωση margins μεταξύ blocks */
  .row > .col-md-6:nth-child(odd) {
    padding-right: 5px;
  }
  
  .row > .col-md-6:nth-child(even) {
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .row {
    justify-content: center;
  }
  
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .col-md-6, .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* timeline */
.timeline-container{
	font-family: "Inter","Roboto",Arial,sans-serif;
	width:50%;
	margin:auto;
	display:block;
	position:relative;
	background-color: #250d2c;
	border: 1px solid #6b4a72;
	opacity:0.8;
	border-radius: 10px;
	text-align:center;
}
.timeline-container ul.tl{
    margin: 20px 0 30px;
    padding:0;
    display:inline-block;

}
.timeline-container ul.tl li {
    list-style: none;
    margin:auto;
    min-height:50px;
    border-left:1px solid #b467e5;
    padding:0 0 50px 30px;
    position:relative;
    display: flex; 
    flex-direction: row;
}
.timeline-container ul.tl li.dashed {
    border-left:1px dashed #b467e5;
} 
.timeline-container ul.tl li:last-child{ 
	border-left:0;
	padding:0 0 0 30px;
}
.timeline-container ul.tl li .item-icon {
    position: absolute;
    left: -10px;
    top: 0;
    content: " ";
    border: 2px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #b467e5;
    height: 20px;
    width: 20px;
}
.timeline-container ul.tl li:hover::before{
    border-color:  #258CC7;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width:26%
}
ul.tl li .item-title { 
	font-size: 13pt;
	color:#ae7fd3;
}
ul.tl li .item-detail {
    color:#fff;
    font-size:12px;
}
ul.tl li .item-timestamp1{
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-left: 20px;
}
ul.tl li .item-timestamp2{
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-left: 20px;
  width:74%
}

@media (max-width: 1172px) {
  .timeline-container {
	width:80%;
  }
  h1 {font-size:17pt;}
}

@media (max-width: 753px) {
  .timeline-container {
	width:100%;
  }
  .timeline-container ul.tl li {
  padding: 0 0 50px 20px;
}
  ul.tl li .item-timestamp {
  padding-left: 10px;
}
  ul.tl li .item-title {
  font-size: 11pt;
}
  ul.tl li .item-timestamp {
  font-size: 11px;
}
}