* {
  box-sizing: border-box;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background: #f4f6f8;
}

/* 容器 */
.form-container {
  max-width: 420px;
  margin: 30px auto;
  padding: 8px 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* 標題 */
.form-title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

/* 每個欄位 */
.form-group {
  margin-bottom: 18px;
}

.form-group-timeline {
  margin-top: 10px;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #555;
}

/* input */
input[type="text"],
input[type="date"] {
  width: 100%;
  padding: 12px 14px;
  font-size: 1rem;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  background: #fafafa;
  max-width: 330px;
}

/* focus 狀態 */
input:focus {
  border-color: #4f8cff;
  background: #fff;
}

/* 送出按鈕 */
.submit-btn,
#submitTravelBtn {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #4f8cff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}

/* 按下效果 */
.submit-btn:active {
  transform: scale(0.98);
  background: #3a74d8;
}

/* global */

.divFlex {
  display: flex;
}

.justifyBetween {
  justify-content: space-between;
}

.justifyCenter {
  justify-content: center;
}

.alignCenter {
  align-items: center;
}

.flexWrap {
  flex-wrap: wrap;
}

.flexColumn {
  flex-direction: column;
}

input#editEventDetailBtn {
  background: #0085ff;
  border: none;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 1rem;
  color: white;
  font-weight: bold;
}

.defaulTitle {
  font-size: 1.375rem;
  font-weight: bold;
}

.defaultText {
  font-size: 1.125rem;
}

/* end */

/* travel */

.form-container-list {
  padding: 15px;
}

.travelDetailDiv {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tabs {
  gap: 5px;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 330px !important;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tabcontent {
  flex: 0 0 auto; /* 很重要 */
  width: 50px !important;
}

.tabcontent.active {
  color: #0085ff;
  font-weight: bold;
}

.timelineDetail {
  position: sticky;
  top: 10px;
  z-index: 20;
}

.defaultContentTitle {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0085ff;
}

.conent-body {
  border-left: 1px solid #635959;
  padding: 10px;
  margin-left: 7px;
  gap: 10px;
}

button.defaultAddBtn.addBtn {
  background: white;
  border: 1px solid #efefef;
  width: 50px;
  border-radius: 34px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 0px;
  height: 40px;
}

.defaultTitle {
  font-size: 1.25rem !important;
}

.classList .defaultText {
  font-size: 1rem;
}

/* end */

/* iWin */

body .iWinBorder {
  border: unset;
  background-color: #ffffff;
  box-shadow: unset;
  border-radius: 20px;
}

body .iWinCaption {
  background-color: #ffffff;
  height: 50px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #000;
}

body .iWinBtnClose {
  cursor: pointer;
  color: #ffffff;
  background: black;
  font-weight: unset;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1rem;
  right: 10px;
  top: 10px;
}

Xbody #iWin_iWinDiv {
  top: 205.5px !important;
}
@media all and (max-width: 600px) {
  body #iWin_iWinDiv {
    position: fixed !important;
    top: 2vh !important;
    left: 2vw !important;
    width: 96vw !important;
    height: 96vh !important;
    overflow: hidden;
    border-radius: 20px;
  }
}

body .iWinContent {
  font-size: 1rem;
  color: #222222;
  padding: 10px 20px 20px 20px;
  max-width: 500px;
  margin: auto;
  width: fit-content;
}

.iWinContent form input[type="edit"],
.iWinContent form input[type="file"],
.iWinContent form select {
  margin: 0;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
  line-height: 17px;
  vertical-align: middle;
  padding: 13px;
  border: 1px solid #d0d0d0;
  margin-bottom: 10px;
  background-color: transparent;
  font-size: 1rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  max-width: 250px;
}

.iWinContent form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(https://athena.noon360.com/noon360/noon360/MsgInfo/Selector.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  padding-right: 30px;
}

.iWinContent form .button[type="submit"],
.iWinContent form .button[type="button"],
.iWinContent form .button[type="reset"],
.iWinContent form input[type="submit"] {
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.42857143;
  border: solid #0f88c5 1px;
  text-decoration: none;
  min-width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #20a6f2;
  background-image: -moz-linear-gradient(top, #20a6f2, #1092d3);
  background-image: -ms-linear-gradient(top, #20a6f2, #1092d3);
  background-image: -o-linear-gradient(top, #20a6f2, #1092d3);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 10px 50%;
  color: #fff;
  background-color: #0085ff;
  border-color: #0085ff;
  padding: 0.5rem 1rem;
  margin-left: 5px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  box-shadow:
    0 4px 6px rgb(50 50 93 / 11%),
    0 1px 3px rgb(0 0 0 / 8%);
  text-align: center;
}

.iWinContent form [fieldtag="isSubmit"] .detail {
  padding: 40px 0;
}

.iWinContent .meMsg_MsgBlk .meMsg_MsgTitle {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 36px;
  text-align: center;
  color: #1c1c1c;
}

.iWinContent .divImpCSV iframe {
  margin-top: 15px;
  border: 1px solid #aaaaaa;
  width: 100%;
  height: 50vh;
  border-radius: 8px;
}

.iWinContent p {
  border: 0;
  padding: 10px;
  color: #5b5b5b;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.divIsactive {
  position: absolute;
  right: 24px;
  line-height: 0;
  color: #0085ff;
}

/* End */

/* 行程素材 */

.chooseTravelList {
  height: 500px;
  overflow: auto;
  gap: 20px;
}

.travelInfoContent {
  display: flex;
  width: 300px;
  align-items: center;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 8px;
  gap: 10px;
}

#iWin_iWinContent .travelInfoContent {
  display: flex;
  width: 320px !important;
  align-items: center;
  padding: 10px;
  border: 1px solid #efefef;
  border-radius: 8px;
  gap: 10px;
}

.travelInfo.isactive {
  border: 3px solid #0085ff;
  border-radius: 8px;
}

.confirmTravelBtnDiv {
  position: absolute;
  bottom: 18px;
  width: 90%;
}

.confirmChoosetravel {
  border: none;
  padding: 10px 30px;
  font-size: 1rem;
  color: white;
  background: #0085ff;
  border-radius: 12px;
  font-weight: bold;
}

.isselected .travelInfoContent {
  background: white;
}

.isselected .defaultTitle {
  font-size: 0.9375rem;
}

.isselected .defaultContentSmall {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
}

.iWinContent .defaultContentSmall {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-group-2 {
  background: #e1f0f5;
}

.isselected .defaultContentSmall {
  font-size: 0.625rem;
}

.travelInfo.isselected {
  max-width: 330px;
  touch-action: manipulation;
  gap: 10px;
}

.defaulttime {
  height: 25px;
  width: 100px;
  border: 1px solid #efefef;
  padding: 3px;
}

.deleteDiv {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3px;
}

/* END */

/* loading */

#iAJAX_LoadingDiv {
  z-index: 99999999 !important;
}

/* END */

/* 隱藏 */
#gt_float_wrapper {
  display: none;
}

.fixedFontCtrl,
#hamburger {
  display: none !important;
}
/* END */

div#meMsg_1039986_inc_msg_us {
  width: 100%;
  max-width: 480px;
}

td#meMsg_1039986_MsgMainTd {
  display: flex;
  justify-content: center;
}
