.DivTitle {
  background-color: #003865;
  color: white;
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding: 20px;
}

.TitleText {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
.ServiceTypeBtn {
  width: 180px;
  height: 38px;
  font-family: Anupark;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.btn-group {
  border-radius: 3px !important;
}
.btn.ServiceTypeBtn.active {
  background-color: #00a499 !important;
  color: white !important;
}
.btn-primary.ServiceTypeBtn {
  border-color: #00a499 !important;
  border-radius: 4px;
}
td {
  vertical-align: text-top;
}
.table-container {
  overflow-x: auto;
  max-width: 100%;
}

/* .table-container table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
} */
.fixed-scrollbar-container {
  overflow:auto;
}
td {
  /* border: 1px solid #ced4da;  */
  padding: 8px; 
}
thead {
  border-left: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
}
.company {
  color: #00a499;
}
.person {
  color: #84bd00;
}
.companyorpersontext {
  font-family: Anupark;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  text-align: center;
}
.month {
  font-family: Anupark;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.01em;
  text-align: center;
}
.notassume {
  color: #ced4da;
}
.WalkinLabelHeader {
  font-family: Anupark;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  color: #6c757d;
  border-bottom: 2px solid black;
}
.WalkinLabelDetail {
  font-family: Anupark;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ced4da;
}
#divslider {
  z-index: 1341;
  position: fixed;
  left: 19pt;
  bottom: 13px;
  width: 0 !important;
  height: 0 !important;
}
.ServiceName {
  font-family: Anupark;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.01em;
}
#EServiceDetail_mobile{
    display: none !important;
}
#WalkIn_mobile{
    display: none !important;
}
.container{
  padding-left: 0px;
  padding-right: 0px;
}
table{
  width: 100%;
}
.content{
  padding: 10px !important;
}
#EServiceDetail{
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}
#WalkIn{
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}
td div {
  height: 100px;
  width: 50px;
  background: #84BD00;
  display: inline-block;  
  vertical-align: top;
}
.border{
  border : 1px solid #ced4da;
}
td:first-child {
  /* background: #00A499; */
  border-left: 1px solid #ced4da; 
  border-right: 1px solid #ced4da; 
  border-top: 1px solid #ced4da; 
}
td:last-child {
  /* background: #00A499; */
  /* border-left: 1px solid #ced4da;  */
  border-right: 1px solid #ced4da; 
  /* border-bottom: 1px solid #ced4da;  */
}
tr{
  border-bottom: 1px solid #ced4da;
}
th:first-child{
  border-right: 1px solid #ced4da;;
}
#EServiceDetail > table tr td:nth-child(even):not(:first-child){
  background:#EBF8F7;
}
#EServiceDetail > table tr td:nth-child(odd):not(:first-child){
  background:#F6FAEB;
  border-right: 1px solid #ced4da; 
}
@media screen and (max-width: 768px) {
  #EServiceDetail {
    display: none !important;
  }
  #EServiceDetail_mobile{
    display: block !important;
  }
  #WalkIn{
    display: none !important;
  }
  #WalkIn_mobile{
    display: block !important;
  }
}
@media screen and (max-width: 376px) {
  .ServiceTypeBtn {
    width: 130px;
  }
  #EServiceDetail {
    display: none !important;
  }
  #WalkIn {
    display: none !important;
  }
}
.serviceNameLabel{
  font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 0.01em;
}