@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@100;200;300;400;500;600;700;800&display=swap');
body {
    font-family: "Sarabun", sans-serif !important;
}
.parking-header {

	padding-bottom: 10px;
	border-bottom: 2px dashed #f5f5f5;
}

p.title-page {
    font-size: 14px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.title_main {
	padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	 .title_main {
	 display: unset;
	}
	}
button.btn.btn-default-up {
	color: #9B9B9B;
	background-color: #fff;
	border-color: #ccc;
	padding: 4px 17px;
}

button.btn.btn-default-down {
	color: #9B9B9B;
	background-color: #fff;
	border-color: #ccc;
	padding: 4px 17px;
}

.mFont {
	margin-top: 10px;
	float: right;
}
/*----------------------------*/

.panel-title-parking div {

	position: relative;
	display: inline-block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 29px;
	height: auto;
	top: 8px;
	font-size: 16px;

}

.panel-default>.panel-heading {

	background: initial;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.border-number {

	padding: 9px 12px;
	border: 4px solid #189008;
	border-radius: 70px;
	margin-right: 10px;
	line-height: 0.8;
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 16px;
}

h3.panel-title-parking {

	margin: 0px;
	font-size: 20px;
}

.panel-title-parking {

	line-height: 2;

}

li.list-group-item.detail {

	color: #666;
	font-weight: 300;
	letter-spacing: 0.4px;
}

.panel-group .panel {

	border-radius: 0px;
}

.panel.panel-default {

	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.panel-heading .panel-title-parking a[aria-expanded=true]:after {
	/* symbol for "opening" panels */
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: grey;         /* adjust as needed */
	font-size: 1em;
	font-weight: 100;
	line-height: 1.9;
}
.panel-heading .panel-title-parking a[aria-expanded=false]:after,
.panel-heading .panel-title-parking a:after {
	content: "\f105";
	float: right;
	color: grey;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.9;
}

li.howto {

	font-weight: 300;
	letter-spacing: 0.4px;
	line-height: 24px;
	font-size: 14px;
}

.btn-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

	width: 100%;

	gap: 12px;


	padding-top: 40px;
}

.btn-content button[type="button"] {
	border: none;
	background-color: #f5f5f5;
	padding: 8px 0;
	width: 100%;
	max-width: 150px;
	
	border-radius: 5px;

	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.btn-content button[type="button"].act {
	border: none;
	background-color: #189008;
	padding: 8px 0;
	
	width: 100%;
	max-width: 150px;
	border-radius: 5px;

	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

@media (max-width: 420px) and (min-width:  320px){ 

	
	.border-number {

		display: none;
	}

}

@media (max-width: 1024px) {
  .content_ticket .container .menu-sub {
  border-bottom: none !important;
   }
}
.content_ticket .container .menu-sub {

    text-transform: uppercase;
    color: #fff;
    box-sizing: border-box;
 
    border-bottom: 1px solid #e5e5e5;
}
.content_ticket h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}
@media (max-width: 1024px) {


}


.content_ticket .container .menu-sub .sub-menu-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    padding: 0;
}

.content_ticket .container .menu-sub li {
    position: relative;
    /* width: 100%; */
}
.menu {
	display: none;
}
@media (max-width: 1199px) {
	.content_ticket .container .menu-sub li {
	text-align: center;
	}

}
.library-header {
	padding-bottom: 10px;
}
.library-header .container .title_main {
	padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}
@media (max-width: 1024px) {


	.menu-sub .sub-menu-item {
	   display: flex;
	   flex-direction: column !important;
	   gap: 8px !important;

   }
   .content_ticket .container .menu-sub li {
	   text-align: center;
	   padding-bottom: 10px;
	   border-bottom: 1px solid #e5e5e5;
	   width: 100%;
	   
   
   }
   .menu-sub .sub-menu-item .bottom-color {
	   width: 50% !important;
	   left: 50% !important;
	   transform: translateX(-50%);
	   bottom: 0px !important;
   }
   
}
@media (max-width: 767px) {
	.library-header .container .title_main {
		flex-direction: column;
	}
	

	}
	@media (max-width: 768px) {
		.btn-content  {
			flex-direction: column;
		}
		.btn-content button[type="button"] {
			max-width: 100%;
		}
		.btn-content button[type="button"].act {
			max-width: 100%;
		}
	}
.content_ticket .container .menu-sub .sub-menu-item .bottom-color {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background: #189008;
}