
:root {
  --bs-primary: #7F00FF; /* Replace with your desired color */
}

label {
font-size: 10px;
}

i[class^="iconoir-"] {
  margin-bottom: -3px;
  color: #7F00FF;
}


body {
    background: #F0F2F5;
    color: rgb(75, 75, 75);
    font-family: Kanit;

}

h1,h2 {
  font-size: 40px;
  font-weight: bold;

}



h3 {
  font-size: 25px;
  color: #7F00FF;

}

p {
  font-size: 18px
}

span {
  color: #7F00FF;
}

.bg-purple {
  background-color: #7e0df9;
  color: white;
}

.bg-purple:hover {
  border-style: solid ;
  border-color: #7e0df9;
  background-color: white;
  color: #7e0df9;
}

.bg-purple-outline {
  border-style: solid ;
  border-color: #7e0df9;
  background-color: white;
  color: #7e0df9;
}
.bg-purple-outline:hover {
  background-color: #7e0df9;
  color: white;
}

a {
  color: #7F00FF;
  text-decoration: none;
}



.form-group {
  margin-bottom: 10px;
}
.card-shadow {
  box-shadow: 1px 1px 10px #e2e2e2;
}
.card-border {
  border-style: solid;
  border-width: thin;
  border-radius: 10px;
}

#result {
  border: 1px dotted #ccc;
  padding: 3px;
}
#result ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#result ul li {
  padding: 5px 0;
}
#result ul li:hover {
  background: #eee;
}


.sticky {
  position: sticky;
  top: 80px;
  z-index: 999;
}

.inactiveLink {
  pointer-events: none;
  cursor: default;
}

.purple {
  background-color: #7e0df9;
  color: white;
}

.purple:hover {
  border-style: solid ;
  border-color: #7e0df9;
  color: #7e0df9;
}

.purple-outline:hover {
  background-color: #7e0df9;
  color: white;
}

.purple-outline {
  border-style: solid ;
  border-color: #7e0df9;
  color: #7e0df9;
}

.dot {
  padding: 15px ;
  color: white;
  font-weight: bold;
  background-color: #7E0DF8;
  border-radius: 20%;
  display: inline-block;
}

.card-tag {
  font-size: 11px; 
  width: auto; 
  margin-left: 1%;
  color: #5D00BB;
  border-color: #ad5bff;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

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

.center_img {
  margin-top: 20px ; 
  border-radius: 50%; 
  object-fit: cover; 
  width: 70px; height: 70px;
}


.home_img {
  border-radius: 10px; 
  object-fit: cover;
  width: 400px; height: 400px;
  object-position: left top;
  margin-bottom: 10px;
} 

.timeline{
	padding:30px 20px;
}
.timeline ul{
	list-style-type:none;
	border-left:2px solid #5D00BB;
	padding:10px 5px;

}
.timeline ul li{
	padding:20px 20px;
	position:relative;
	cursor:pointer;
	transition:.5s;

}
.timeline ul li span{
	display:inline-block;
  color: white;
  font-size: medium;
	border-radius:25px;
	padding:2px 5px;
  padding-left: 15px;
  padding-right: 15px;
	font-size:12px;
	text-align:center;
}
.timeline ul li .content h3{
	color:#9023FE;
	font-size: medium;
	padding-top:5px;
  
}
.timeline ul li .content p{
	font-size: medium;


}
.timeline ul li:before{
	position:absolute;
	content:'';
	width:10px;
	height:10px;
	background-color:#FDA346;
	border-radius:50%;
	left:-11px;
	top:28px;
	transition:.5s;
}

.links line {
  stroke: #999;
  stroke-opacity: 0.6;
}

.nodes circle {
  stroke: #fff;
  stroke-width: 1.5px;
}

.labels text {
  font-family: sans-serif;
}

.card {

  margin-bottom: 10px;
}


.board-col {

  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  padding: 10px;
  border-color: #ce9cff;


  margin-right: 5px;
  margin-left: 5px;

  margin-bottom: 5px;

}


.sticky {
  display: flex;
  flex-direction: column;
  height: 90vh;
  overflow: hidden;
}

.scrollable-container {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
}

.sticky-button {
  position: sticky;
  bottom: 0;
  background-color: #6a1b9a; /* Purple background */
  color: white;
  padding: 10px 20px;
  text-align: center;
  border: none;
  cursor: pointer;
}
