body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	overflow-x: hidden; /* Hide horizontal scrollbar */
}
body,td,th {
	font-family: 'NotoSans-Nolooped' ;
	font-weight: 300;
    background-color: #ececec;
}
.noto-bold{
    font-family: 'NotoSans-Nolooped';
	font-weight: 600;
}
.Header {
	margin-top: -0.5%;
}
#topbarNav{
    position: sticky;
    width:100%;
    top:0;
    z-index: 999;
    background-color: #ececec;
}
.curveType{
	border-radius : 0.5rem;
	padding-top: -0.5vh;
	padding-bottom: -0.5vh;
	min-height: 3rem;
}
.TypeTrain{	
	margin-top: 0.75rem;
	font-family: 'NotoSans-Nolooped';
	font-size: 1.4rem;
	font-weight: 500;
}
.TypeTrain9{	
	margin-top: 0.75rem;
	font-family: 'NotoSans-Nolooped';
	font-size: 1.4rem;
	font-weight: 500;
}
.TrainNo{	
	font-family: 'NotoSans-Nolooped';	
	font-size: 2rem;
	font-weight: 700;
}
.SMcurveType{
	border-radius : 0.5rem;
	padding-top: -0.5vh;
	padding-bottom: -0.5vh;
	min-height: 2rem;
}
.SMTrainNo{	
	font-family: 'NotoSans-Nolooped';	
	font-size: 1.5rem;
	font-weight: 600;
}
.SMTrainType{	
	font-family: 'NotoSans-Nolooped';
	font-size: 1.2rem !important;
	font-weight: 500 !important;
}
.SpTypeTrain{	
	font-family: 'NotoSans-Nolooped';
	font-size: 1.3rem;
	font-weight: 500;
}
.SpTypeTrain9{	
	font-family: 'NotoSans-Nolooped';
	font-size: 1.3rem;
	font-weight: 500;
}
.SpCode{	
	margin-top: -0.25rem;
	font-family: 'NotoSans-Nolooped';
	font-size: 1rem;
	font-weight: 500!important;
}

.stationTypeTrain{	
	margin-top: 0.75rem;
	font-family: 'NotoSans-Nolooped';
	font-size: 1.4rem;
	font-weight: 500;
}
.stationTypeTrain9{	
	margin-top: 0.75rem;
	font-family: 'NotoSans-Nolooped';
	font-size: 1.4rem;
	font-weight: 500;
}
.stationTrainNo{	
	font-family: 'NotoSans-Nolooped';	
	font-size: 2.2rem;
	font-weight: 700;
}
.stationSpTypeTrain{	
	font-family: 'NotoSans-Nolooped';
	font-size: 1.2rem;
	font-weight: 500;
}
.stationSpTypeTrain9{	
	font-family: 'NotoSans-Nolooped';
	font-size: 1.2rem;
	font-weight: 500;
}
.stationSpCode{	
	margin-top: -0.25rem;
	font-family: 'NotoSans-Nolooped';
	font-size: 0.8rem;
	font-weight: 500!important;
}
.destHead{
	font-size: 1rem;
	font-weight: 400;
}
.dest{	
	margin-top: -0.25rem;
	font-family: 'NotoSans-Nolooped';	
	font-size: 1.5rem;
	font-weight: 600;
}
.longName{
	margin-top: -0.25rem;
	font-family: 'NotoSans-Nolooped' !important;	
	font-size: 1.5rem;	
	font-weight: 600;
	font-stretch: 80%;
}

.stopName{
	font-size: 1.4rem;
	font-weight: 600;
}
.latestStop{
	font-family: 'NotoSans-Nolooped' !important;	
	font-size: 1.7rem;	
	font-weight: 500;
}
.textBlink {
	animation: op 0.85s 5;
}
@keyframes op {  
	50%  {opacity: 0;} 
}
.trBlink {
	animation: op 0.85s 5;
}
@keyframes op {  
	50%  {opacity: 0;} 
}


.trainTracker {
	position: relative;
}
  
.vertical-line {
	position: absolute;
	left: 85px;
	top: 0;
	bottom: 0;
	width: 10px;
	z-index: 1;
}
  
.stations {
	list-style: none;
	margin-top: 0;
	padding: 0;
}
.time{
	font-size: 1rem;	
	font-weight: 600;
} 
.timeHead{
	font-size: 0.75rem;	
	font-weight: 500;
	color: #5e5e5e;
}
.platDisplay{
	position: absolute;
	margin-top: 55px;
	left: 110px;
	font-size: 0.75rem;	
	font-weight: 500;
	color: #5e5e5e;
}
.realTime{
	margin-top: -5px;
	font-size: 0.75rem;	
	font-weight: 600;
}
.hideShowPoint {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'NotoSans-Nolooped' !important;	
	font-size: 1rem;	
	font-weight: 500;
}
.hideShowWord {
	position: absolute;
	left: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	border: 2px solid #ccc;
	padding: 5px;
	border-radius: 5px;
}
.hideShowWord:hover{
	background-color: #ccc;
	color: #fff;
}
.station {
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 5px;
	margin-bottom: 15px;
	font-family: 'NotoSans-Nolooped' !important;	
	font-size: 1rem;	
	font-weight: 500;
}
.showSMTrainDetail {
	position: absolute;
	left:80px;
	padding-top: 15px;
	margin-bottom: 10px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.destSM{
	font-family: 'NotoSans-Nolooped' !important;	
	font-size: 1rem;	
	font-weight: 600;
}  
.timeSM{
	font-family: 'NotoSans-Nolooped' !important;	
	font-size: 0.8rem;	
	font-weight: 400;
} 
.station:last-child {
	margin-bottom: 0;
}
.marker {
	position: absolute;
	left: 80px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 3px solid #ccc;
	border-radius: 50%;
	z-index: 2;
}
  
.station .na {
	border-color: #000000;
	background-color: #ffffff;
}
.staName {
	position: absolute;
	left: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.circle span {
	font-size: 14px;
	color: #333;
	text-align: center;
}

#searchDate{
	z-index: 5;
}

#searchDateSM{
	z-index: 5;
}


.depPlat{
	padding-top: -0.5vh;
	padding-bottom: -0.5vh;
	font-family: 'NotoSans-Nolooped';
	background-color: #000;	
	border-radius : 0.75rem;
	color: #fff;	
	border: 2px solid #fff;
	font-weight: 400;
	min-height: 3rem;
}
.gate{
	font-size: 2.2rem;
	font-weight: 600!important;
}
.stationTime{	
	margin-top: 0.25rem;
	font-family: 'NotoSans-Nolooped';	
	font-size: 2rem;
	font-weight: 500;
}
.footerType{	
	
	bottom: 0;
	width: 100%;
	font-size: 0.8rem;
	background-color: #ffffff;
}
.modal-body-image {
  padding: 0;
  
}

.modal-body-image img {
	
  width: auto;
  height: 90%;
  max-height: 80vh; 
}

.modal-image-pop {
  background: transparent;
  border: none;
  box-shadow: none;
}

.modal-image-pop .modal-body {
  position: relative; 
}

.modal-image-pop .modal-footer {
  background: transparent;
  border-top: none;
  
  justify-content: center;
  
  padding-top: 1.5rem; 
}

.modal-image-pop .btn-close:hover {
  opacity: 1;
}

.disruption-header {
	display: flex;
    align-items: center;
    background-color: #540906;
    color: #FFFFFF;
    
    padding: 24px 32px 24px 0; 
    
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.stripes-container {
    margin-right: 24px; 
}

.stripe {
    width: 200px; 
    height: 10px;
    margin-bottom: 6px; 
	transition: width 0.3s ease;
}

.stripe:last-child {
    margin-bottom: 0;
}

.stripe-north  { background-color: #1968ab; }
.stripe-ubon { background-color: #599054; }
.stripe-nongkhai { background-color: #a6c54c; }
.stripe-pasak  { background-color: #76bc21; }
.stripe-suphan  { background-color: #b17940; }
.stripe-south { background-color: #ffc233; }
.stripe-padang { background-color: #f7962e; }
.stripe-nst  { background-color: #e86e00; }
.stripe-kantang  { background-color: #ff810f; }



.message-container p,
.message-container strong {
    margin: 0;
    line-height: 1.5; 
}

.message-container p {
    font-size: 1.7rem;
}

.message-container strong {
    font-size: 1.7rem;
    font-weight: 700;
}
.element-container{
	display: flex;
    align-items: center;
    padding-left: 224px; 
	width: 100%;

    box-sizing: border-box;
    overflow: hidden;
}
.headText{
	color: #540906;
	font-size: 1.5rem;
    font-weight: 600;
}
.subheadText{
	font-size: 1.2rem;
    font-weight: 600;
}
.textContent{
	width: 80vw;
	overflow-wrap: break-word;
    font-weight: 400;
	font-size: 1rem;
}
.timetableDetail{
	display: flex;
    justify-content: center;
}
.trainStation{
	font-size: 1.2rem;
    font-weight: 500;
}
@media (max-width: 768px) {
    .disruption-header {
        padding: 20px 0px;
    }

    .stripes-container {
        margin-right: 16px;
    }
	.stripe {
        width: 50px; 
    }
    .message-container p,
    .message-container strong {
        font-size: 1rem; 
    }
	.headText{
		font-size: 1rem;
	}
	.subheadText{
		font-size: 1rem;
	}
	.textContent{
		font-size: 0.8rem;
	}
	.element-container{
		padding-left: 66px; 
	}

	.trainStation{
		font-size: 1rem;
		font-weight: 500;
	}
	.curveType{
		border-radius : 0.5rem;
		padding-top: -0.5vh;
		padding-bottom: -0.5vh;
		min-height: 3rem;
	}
	.TypeTrain{	
		margin-top: 0.75rem;
		font-family: 'NotoSans-Nolooped';
		font-size: 1rem;
		font-weight: 500;
	}
	.TypeTrain9{	
		margin-top: 0.75rem;
		font-family: 'NotoSans-Nolooped';
		font-size: 1rem;
		font-weight: 500;
	}
	.TrainNo{	
		font-family: 'NotoSans-Nolooped';	
		font-size: 1.5rem;
		font-weight: 700;
	}
}