.jbusapp-container {
    margin: 4%;
    height: 100%;
    min-width:auto;
}

.jbusapp-onereserve {
    top: 4%;
    /*  left: 17px;*/
    width: 100%;
    height: 290px;
    display: flex;
    flex-flow: column;
    margin-bottom: 4%;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    align-items: flex-start;
    flex-shrink: 0;
    border-color: rgba(250, 250, 250, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    background-color: rgba(88, 177, 220, 0.28999999165534973);
    overflow-y: scroll;
    overflow-x: hidden;
}

    .jbusapp-onereserve::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        content: "";
        background-color: #fafafa;
        border-radius: 0 100% 100% 0;
        /* border-right: 1px solid #999; */
        transform: translate(-50%, -50%);
    }

    .jbusapp-onereserve::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 20px;
        content: "";
        background-color: #fafafa;
        border-radius: 100% 0 0 100%;
        /* border-left: 1px solid #999; */
        transform: translate(50%, -50%);
    }

.jbusapp-frame0-textbox {
  top: 48px;
  left: 76%;
  width: 79px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}
.jbusapp-text {
  color: rgba(246, 71, 71, 1);
  height: auto;
  flex-grow: 1;
  font-size: 16px;
  align-self: auto;
  text-align: center;
  font-family: Nunito;
  font-weight: 900; /*500 ->900*/
  line-height: 129.99999523162842%;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-reservationNumber {
  top: 13px;
  left: 18px;
  width: 77%; 
  height: 10px;
  display: flex;
  padding: 8px 16px;
  position: absolute;
  box-sizing: content-box;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(51, 51, 51, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
}
.jbusapp-text02 {
  color: rgba(51, 51, 51, 1);
  height: auto;
  font-size: 80%;
  align-self: auto;
  text-align: left;
  font-family: Nunito;
  font-weight: 700;
  line-height: 129.99999523162842%;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-routenametxtbox {
  top: 78px;
  left: 31%;
  width: auto;
  height: 24px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}
.jbusapp-text04 {
  color: rgba(51, 51, 51, 1);
  height: auto;
  flex-grow: 1;
  font-size: 15px;
  align-self: flex-start;
  text-align: left;
  font-family: Nunito;
  font-weight: 500;
  line-height: 2.4vh;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-departuretextbox {
  top: 48px;
  left: 31%;
  width: 52%;
  height: 23px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}
.jbusapp-text06 {
  color: rgba(51, 51, 51, 1);
  height: auto;
  flex-grow: 1;
  font-size: 14.5px;
  align-self: auto;
  text-align: left;
  font-family: Nunito;
  font-weight: 500;
  line-height: 129.99999523162842%;
  font-stretch: narrower;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-deptdateTitle {
  top: 48px;
  left: 13px;
  width: 25%;
  height: auto;
  display: flex;
/*  padding: 8px 16px;*/
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(37, 119, 243, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
}
.jbusapp-text08 {
  color: rgba(37, 119, 243, 1);
  height: auto;
  font-size: 69%;
  align-self: auto;
  text-align: left;
  font-family: Nunito;
  font-weight: 700;
  line-height: 129.99999523162842%;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-routenameTitle {
  top: 78px;
  left: 13px;
  width: 25%;
  height: auto;
  display: flex;
/*  padding: 8px 16px;*/
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(37, 119, 243, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
}
.jbusapp-text10 {
  color: rgba(37, 119, 243, 1);
  height: auto;
  font-size: 11px;
  align-self: auto;
  text-align: left;
  font-family: Nunito;
  font-weight: 700;
  line-height: 129.99999523162842%;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-deptmeplacegroup {
  top: 121px;
  left: 20px;
  width: 223px;
  height: 32px;
  display: flex;
  padding: 0;
  position: absolute;
  align-self: auto;
  box-sizing: border-box;
  align-items: flex-start;
  flex-shrink: 1;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  margin-right: 0;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 0;
  flex-direction: row;
  justify-content: flex-start;
  background-color: transparent;
}
.jbusapp-depstoptxtbox {
  top: 0px;
  left: 88px;
  width: 225px;
  height: 20px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}
.jbusapp-text12 {
    color: rgba(38, 120, 243, 1);
    height: auto;
    flex-grow: 1;
    font-size: 16px;
    align-self: auto;
    text-align: left;
    font-family: Nunito;
    font-weight: 700;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    margin-right: 0;
    margin-bottom: 0;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jbusapp-deptimetxtbox {
  top: 0px;
  left: 0px;
  width: 72px;
  height: 32px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}
.jbusapp-text14 {
  color: rgba(51, 51, 51, 1);
  height: auto;
  flex-grow: 1;
  font-size: 17px;
  align-self: auto;
  text-align: left;
  font-family: Nunito;
  font-weight: 800;
  line-height: 129.99999523162842%;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-buslogotest1 {
  top: 2px;
  left: 62px;
  width: 14px;
  height: 15px;
  position: absolute;
  border-color: transparent;
}
.jbusapp-arrtimeplacegroup {
  top: 166px;
  left: 4px;
  width: 297px;
  height: 34.30592727661133px;
  display: flex;
  padding: 0;
  position: absolute;
  align-self: auto;
  box-sizing: border-box;
  align-items: flex-start;
  flex-shrink: 1;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  margin-right: 0;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 0;
  flex-direction: row;
  justify-content: flex-start;
  background-color: transparent;
}
.jbusapp-arrstoptxtbox {
  top: 0px;
  left: 104px;
  width: 200px;
  height: 22px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}
.jbusapp-text16 {
  color: rgba(38, 120, 243, 1);
  height: auto;
  flex-grow: 1;
  font-size: 16px;
  align-self: auto;
  text-align: left;
  font-family: Nunito;
  font-weight: 700;
  line-height: 129.99999523162842%;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-arrtimetxtbox {
  top: 0px;
  left: 16px;
  width: 64px;
  height: 27px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}
.jbusapp-text18 {
  color: rgba(51, 51, 51, 1);
  height: auto;
  flex-grow: 1;
  font-size: 17px;
  align-self: auto;
  text-align: left;
  font-family: Nunito;
  font-weight: 800;
  line-height: 129.99999523162842%;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-text20 {
  top: 20.612945556640625px;
  color: rgba(51, 51, 51, 1);
  width: 64px;
  height: auto;
  position: absolute;
  flex-grow: 1;
  font-size: 11px;
  align-self: auto;
  text-align: center;
  font-family: Nunito;
  font-weight: 800;
  line-height: 129.99999523162842%;
  font-stretch: normal;
  text-decoration: none;
}
.jbusapp-svg3-location-icon {
  top: 3px;
  left: 77px;
  width: 15px;
  height: 17px;
  position: absolute;
}

.jbusapp-seatgroup {
  top: 145px;
  left: 87px;
  width: 90%;
  height: 20px;
  display: flex;
  padding: 0;
  position: absolute;
  align-self: auto;
  box-sizing: border-box;
  align-items: flex-start;
  flex-shrink: 1;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  margin-right: 0;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 0;
  flex-direction: row;
  justify-content: flex-start;
  background-color: transparent;
  border-left: 2px solid #268BBA;
}
.jbusapp-seatno1 {
  top: 0px;
  left: 37px;
  width: 60%;
  height: 17px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}
.jbusapp-text22 {
    color: rgba(51, 51, 51, 1);
    height: auto;
    flex-grow: 1;
    font-size: 82%;
    align-self: auto;
    text-align: left;
    font-family: Nunito;
    font-weight: 700;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    margin-right: 0;
    margin-bottom: 0;
    text-decoration: none;
    overflow: scroll;
    white-space: nowrap;
}

.jbusapp-seat1 {
  top: 2px;
  left: 21px;
  width: 12px;
  height: 16px;
  position: absolute;
  border-color: transparent;
}
.jbusapp-ticketbtn {
    top: 193px;
    right:4%;
    width: 32%;
    height: 20%;
    display: flex;
    padding: 8px 16px;
    position: absolute;
    align-items: center;
    flex-shrink: 0;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    justify-content: right;
    background-color: rgba(245, 245, 245, 1);
    background-image: url("/hon/NewContent/Images/AppTopPage/mobileticketicon.png");
    background-position-x: 7%;
    background-position-y: center;
    background-size: 16%;
    background-repeat: no-repeat;
}
.jbusapp-text24 {
  color: rgba(37, 119, 243, 1);
  height: auto;
  font-size: 14px;
  align-self: auto;
  text-align: center;
  font-family: Nunito;
  font-weight: 700;
  line-height: 106.999995%;
  font-stretch: normal;
  margin-right: -3px;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-frame0-textbox1 {
  top: 0px;
  left: 0px;
  width: 79px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}

.jbusapp-frame0-textbox2 {
  top: 0px;
  left: 73px;
  width: 210px;
  height: 22px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}

.jbusapp-depstoptxtbox1 {
  top: 122px;
  left: 18px;
  width: 193px;
  height: 22px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}

.jbusapp-deptimetxtbox1 {
  top: 102px;
  left: 18px;
  width: 72px;
  height: 32px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}

.jbusapp-arrstoptxtbox1 {
  top: 123px;
  left: 152px;
  width: 193px;
  height: 22px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}

.jbusapp-arrtimetxtbox1 {
  top: 7.355769157409668px;
  left: 0px;
  width: 64px;
  height: 27px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}

.jbusapp-routenametxtbox1 {
  top: 78px;
  left: 94px;
  width: 218px;
  height: 24px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}

.jbusapp-departuretextbox1 {
  top: 48px;
  left: 94px;
  width: 240px;
  height: 23px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}

.jbusapp-departuredatebutton1 {
  top: 48px;
  left: 18px;
  width: 20%;
  height: 8%;
  display: flex;
  padding: 8px 16px;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(37, 119, 243, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
}
.jbusapp-text46 {
  color: rgba(37, 119, 243, 1);
  height: auto;
  font-size: 14px;
  align-self: auto;
  text-align: left;
  font-family: Nunito;
  font-weight: 700;
  line-height: 129.99999523162842%;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-routenamebutton1 {
  top: 78px;
  left: 18px;
  width: 71px;
  height: 20px;
  display: flex;
  padding: 8px 16px;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(37, 119, 243, 1);
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 1);
}

.jbusapp-frame0-textbox3 {
  top: 34px;
  left: 24px;
  width: 305px;
  height: 14px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}

.jbusapp-frame0-outline-button {
    top: 1%;
    /*  left: 16px;*/
    width: 100%;
    height: 63px;
    display: flex;
    padding: 8px 16px;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    border-color: rgba(37, 119, 243, 1);
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    justify-content: center;
}
.jbusapp-text62 {
  color: rgba(37, 119, 243, 1);
  height: auto;
  font-size: 17px;
  align-self: auto;
  text-align: left;
  font-family: Nunito;
  font-weight: 700;
  line-height: 129.99999523162842%;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-frame0-textbox4 {
    /*    top: 14px;*/
    /* left: 27px; */
    width: 100%;
    height: 9%;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-shrink: 0;
    border-color: transparent;
    background-image: url("/hon/NewContent/Images/AppTopPage/nameBG-new.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jbusapp-text64 {
    color: rgba(0, 0, 0, 1);
    height: auto;
    flex-grow: 1;
    font-size: 17px;
    align-self: center;
    margin-left: 2em;
    margin-top: 4px;
    text-align: left;
    font-family: Nunito;
    font-weight: 500;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    margin-right: 0;
    margin-bottom: 0;
    text-decoration: none;
}

.jbusapp-frame11 {
  top: 3%;
/*  left: 14px;*/
  width: 97%;
  height: 37px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: transparent;
}

.jbusapp-text66 {
  top: 6px;
  left: 92px;
  color: rgba(255, 255, 255, 1);
  width: 254px;
  height: auto;
  position: absolute;
  font-size: 11px;
  align-self: auto;
  text-align: center;
  font-family: Nunito;
  font-weight: 600;
  line-height: 129.99999523162842%;
  font-stretch: normal;
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.jbusapp-logojp0211 {
  top: 5px;
  left: 14px;
  width: 73px;
  height: 28px;
  position: absolute;
  border-color: transparent;
}

.main-contents.mobileticket {
    background-color: #ebf4fb;
    background-color: #fafafa;
    padding: 1em 2px 0 2px;
    border: solid 0px #b7ddf2;
    position: relative;
    height: 100vh !important;
}

.mobileticketOverlay {
    position: fixed !important;
    z-index: 30;
    background: #000;
    opacity: 0.5;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#mobileticket.contents {
    padding-top: 0px !important;
    margin-top: -1em !important;
    border: 2px solid black;
}

.contents.one-column-layout {
    background-color: #fafafa;
    /*position: relative;*/
}

@media screen and (max-width:376px) {
    .contents.one-column-layout {
/*        zoom: 94%;*/
    }
    .jbusapp-ijbusapp {
        height: 112vh;
    }
}

.jbusapp-paymentdeadline {
    top: 200px;
    left: 20px;
    width: 200px;
    height: 22px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 0;
    border-color: transparent;
}

.jbusapp-text17 {
    color: #333333 !important;
    height: auto;
    flex-grow: 1;
    font-size: 15px;
    align-self: auto;
    text-align: left;
    font-family: Nunito;
    font-weight: 700;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    margin-right: 0;
    margin-bottom: 0;
    text-decoration: none;
}

.jbusapp-otherReserves,
.jbusapp-favorite,
.jbusapp-history {
    top: 3%;
    /*  left: 17px;*/
    width: 100%;
    height: 5%;
    display: flex;
    flex-flow: column;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-color: rgba(250, 250, 250, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    background-color: rgba(88, 177, 220, 0.28999999165534973);
    color: #333333;
    font-weight: 700;
}

.jbusapp-spmenu {
    left: 90vw;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index:1;
    margin-left:unset;
}

.sp-navi-list {
    display: none;
}

@media screen and (max-height:565px) {
    .jbusapp-container{
/*        min-height: 130vh !important;*/
          top:70%;
    }
}

@media screen and (min-height:585px) and (max-height:636px) {
    .jbusapp-container {
        /*        min-height: 130vh !important;*/
        top: 57%;
    }
}

.box14 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    margin-bottom:1em;
    margin-left:4px;
    background: #1d7151;
    box-shadow: 0px 0px 0px 5px #1d7151;
    border: dashed 1px white;
}

    .box14 p {
        margin: 0;
        padding: 0;
    }

.boarding-nextday-message-apptop {
    font-size: small;
    font-weight: normal;
    position: absolute;
    top: 233px;
    left: 18px;
}

.note-mark{
    font-size: x-small;
}

.jbusapp-noreserve {
    align-items: center;
    justify-content: center;
    top: 3%;
    /* left: 17px; */
    width: 100%;
    height: 245px;
    display: flex;
    flex-flow: column;
    margin-bottom: 4%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    border-color: rgba(250, 250, 250, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    background-color: rgba(88, 177, 220, 0.28999999165534973);
}

.loader{
    position: fixed;
    top: 0;
    left:43%;
    width:100vh;
    height:100vh;
    display:flex;
/*    justify-content:center;*/
    align-items:center;
/*    background-color:#f7f9fb;*/
    transition: opacity 0.75s, visibility 0.75s;
}

.loader-hidden{
    opacity:0;
    visibility:hidden;
}

.loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #dddddd;
    border-top-color: #268bba;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}

@keyframes loading{
    from{
        transform:rotate(0turn);
    }
    to{
        transform:rotate(1turn);
    }
}

#MobileTicketOutward,
#MobileTicketHomeward,
#AddHomeward,
#ChangeNumber,
#ChangeBusStop,
#ChangeBusService,
#ChangeSeat {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border: 1px solid #ccc;
}

    #MobileTicketOutward.active,
    #MobileTicketHomeward.active,
    #AddHomeward.active,
    #ChangeNumber.active,
    #ChangeBusStop.active,
    #ChangeBusService.active,
    #ChangeSeat.active,
    #MailPay.active,
    #MailRes.active {
        color: rgb(255, 255, 255);
        background-color: rgb(251, 145, 0);
        border: none;
    }

    #MobileTicketOutward.inactive,
    #MobileTicketHomeward.inactive,
    #AddHomeward.inactive,
    #ChangeNumber.inactive,
    #ChangeBusStop.inactive,
    #ChangeBusService.inactive,
    #ChangeSeat.inactive,
    #MailPay.inactive,
    #MailRes.inactive {
        background-color: #999;
        cursor: default;
        pointer-events: none;
    }

#mypagePopup {
    overflow: scroll;
    width: 85%;
    height: 85%;
}

    #mypagePopup a.m-button.bullet-arrow {
        padding: 10px 1em 10px 2em;
    }

#close-dialog {
    z-index: 40;
    position: fixed;
    margin-top: -3% !important;
    margin-bottom: 2em !important;
    top: 2%;
    left: 85%;
}

.showDetailActionBtn {
    position: relative;
    top: 90%;
    left: 32%;
    font-size: 90%;
    font-weight: 600;
}

/* Grid */
.grid {
    width: 100%;
    height: 110%;
    margin: 0 auto 3vw;
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(3, 30%);
    grid-template-rows: repeat(3, 30%);
    left: 6%;
    position: relative;
}

.grid-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .grid-item:hover {
        filter: grayscale(0);
        box-shadow: 0 0 2rem rgba(0, 0, 0, .5);
        transform: scale(1.1);
        z-index: 3;
        position: relative;
    }

.button-grid {
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    justify-content: center;
    background-color: rgba(245, 245, 245, 1);
}

.text {
    color: rgba(37, 119, 243, 1);
    height: auto;
    font-size: 14px;
    align-self: auto;
    text-align: left;
    font-family: Nunito;
    font-weight: 700;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    margin-right: 0;
    margin-bottom: 0;
    text-decoration: none;
    top: 8%;
    position:relative;
}

.detailActionList {
    display: none;
    position: relative;
    top: 262px;
    bottom: -50%;
/*    left: 6%;*/
    width: 95%;
}

@media screen and (max-width:375px){
    .grid {
/*        grid-template-columns: repeat(3, 32%);
        grid-template-rows: repeat(3, 34%);*/
    }
    .detailActionList{
/*        zoom:75%;*/
/*       top:53%;
        left:8%;*/
    }

    .text{
        font-size:12px;
    }

    .grid img{
        zoom:67%;
    }
}

.reservation-content .division {
    padding: 10px !important;
    padding-left: 28px !important;
    border-bottom: 1px solid #ccc;
}

    .reservation-content .division h3, .reservation-content .division p {
        font-size: 15px !important;
    }

.reservation-content.rnd-add .body-reservation-content.oneway {
     margin-bottom: unset !important; 
    padding-bottom: 0px;
    background-color: rgb(242, 242, 242);
}

.txt-default {
    margin-top: -22px !important;
    font-size: 14px !important;
    font-weight: bold;
}

.gray-out {
    background-color: gainsboro;
    pointer-events: none;
    filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
    .dialog-date {
        width: 90% !important;
    }
}

.container {
    overflow-x:unset !important;
}

.adjust-height {
    height: 10%;
    background-color: #fafafa;
}

.suspension {
    animation: blink-animation 1s steps(2, start) infinite;
    color: #f64747;
    left: 50%;
    position: relative;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

#tabHighwaySubBody-appTop,
#tabHistorySub-appTop {
    display: none;
    position: relative;
}

#tabHighwayFav,
#tabHistory {
    display: inline-block;
    position: relative;
    padding: 8px 2em 8px 1em;
    font-size: 0.875rem;
    font-weight: bold;
}

    #tabHighwayFav::after,
    #tabHistory::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1em;
        width: 0.5em;
        height: 0.5em;
        margin: auto;
        border-top: 2px solid rgb(251, 145, 0);
        border-right: 2px solid rgb(251, 145, 0);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(136deg);
        vertical-align: middle;
        content: "";
    }

.tabs-box-flex .wrap-order-2 {
    margin-bottom: 20px;
}

.wrap-order-2 > .order-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
}

.wrap-order-2 .wrap-from-to {
    -webkit-flex: 1;
    flex: 1;
    padding-right: 6px;
}

#tabHighwayDate {
    width: 100%;
}

    #tabHighwayDate > a {
        display: block;
        position: relative;
        padding: 10px 10px 10px 1em;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: .875rem;
    }

    #tabHighwayDate .icon-calendar::after {
        position: absolute;
        margin: auto;
        font-weight: normal;
        vertical-align: middle;
        content: "";
    }

    #tabHighwayDate .icon-calendar::after {
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "\f073";
        font-family: FontAwesome;
    }

#tabHighwaySubBody-appTop,
#tabHistorySub-appTop {
    position: relative;
    padding: 10px;
    transform: translate3d(0em, 0, 0);
    -o-transform: translate3d(0em, 0, 0);
    -ms-transform: translate3d(0em, 0, 0);
    -moz-transform: translate3d(0em, 0, 0);
    -webkit-transform: translate3d(0em, 0, 0);
    /* slide speed */
    /*transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;*/
}

    #tabHighwaySubBody-appTop.show {
        transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    #tabHighwaySubBody-appTop .tabs-sub-box,
    #tabHistorySub-appTop .tabs-sub-box {
        margin-bottom: 20px;
    }

        #tabHighwaySubBody-appTop .tabs-sub-box p,
        #tabHistorySub-appTop .tabs-sub-box p {
            height: 128px;
            font-size: .875rem;
            line-height: 1.6;
            margin-top: 7%;
        }

    #tabHighwaySub li,
    #tabHistorySub-appTop li {
        margin-bottom: 6px;
    }

    #tabHighwaySub ul li:last-of-type,
    #tabHistorySub-appTop ul li:last-of-type {
        margin-bottom: 0;
    }

a.moreinfo.app {
    margin: 20px auto 0;
    padding: 4px 1em 4px 1em;
    border-radius: 4px;
    background-color: rgb(38, 139, 186);
    color: #fff;
    font-size: .875rem;
    font-weight: bold;
    left: 30%;
    position: relative;
}

    a.moreinfo.app::after {
        top: 0;
        bottom: 0;
        right: 1em;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

.js-dialog-date a {
    padding: 4px;
}

#jsHtmlChgBus .js-dialog-date a {
    padding: 10px 10px 10px 1em !important;
}

.js-dialog-date {
    margin: 20px 0px;
    border: 1px solid;
    border-radius: 7px;
    background: #fff;
}

#jsHtmlChgBus .js-dialog-date {
    border: initial !important;
}

#partialViewContainer {
    /*margin-top:12%;*/
    height: 100%;
}