body {
  background: radial-gradient(circle, #ddd, #eceff1) !important;
}

#q-app[target="old"] {
  background-image: url("../img/greenrock-bg.png");
}

.label-text-style {
  font-size: 22px;
  font-weight: 600;
  color: #7fd5ff;
  background: #0d244e;
}

.span-text-label {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.span-value-unit {
  font-size: 20px;
  font-weight: 600;
  color: #00ffff;
}

.info-bg {
  background: #0d244e;
}

.text-border-corner {
  position: relative;
  border-image-source: radial-gradient(
    52.5% 80%,
    transparent 0px,
    transparent 100%,
    #2c4167 100%
  );
  border-image-slice: 1;
  border-width: 3px;
  border-style: solid;
  /*	border-image-outset: 10px;*/
}

.border-box {
  position: relative;
  border-image-source: radial-gradient(
    0% 0%,
    transparent 0px,
    transparent 100%,
    #2c4167 100%
  );
  border-image-slice: 1;
  border-width: 3px;
  border-style: solid;
}

.border-box::after {
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border-image-source: radial-gradient(
    56.5% 94.5%,
    transparent 0px,
    transparent 100%,
    #4a7091 100%
  );
  border-image-slice: 1;
  border-width: 3px;
  border-style: solid;
  z-index: 0;
  width: calc(100% + 6px);
}

.layout {
  display: flex;
  width: 100%;
  height: 100%;
}
.layout > div {
  height: 100%;
  flex-grow: 1;
  box-sizing: border-box;
}
.all-station-mapbox {
  display: flex;
  flex-flow: column wrap;
}

.all-station-mapbox > div {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  height: 25px;
  font-size: 15px;
  font-weight: bold;
}

.mapbox-label {
  display: flex;
  justify-content: flex-start;
  width: 40%;
}

.mapbox-value {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  width: 40%;
}

.mapbox-unit {
  display: flex;
  justify-content: flex-start;
  width: 20%;
}

.flex-fcsc {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.flex-frbc {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.flex-frac {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

.flex-frcc {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.flex-fcfs {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.flex-frce {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
}

.flex-fs {
  display: flex;
  justify-content: flex-start;
}

.flex-fe {
  display: flex;
  justify-content: flex-end;
}

/*********************************************************************************************************/
/******************									新版									******************/
/*********************************************************************************************************/
.Kanban-def {
  position: relative;
  height: 55vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 50%;
  border-radius: 5px;
}
.text-label-2 {
  font-size: 20px;
  font-weight: 600;
}

/* --  moblie device  -- */
@media all and (max-width: 575.98px) {
  .img-width {
    width: 100%;
  }
}
/* --  tablets and ipads  -- */
@media all and (min-width: 576px) and (max-width: 767.98px) {
  .img-width {
    width: 65%;
  }
}
/* --  laptops  -- */
@media all and (min-width: 768px) and (max-width: 1199.98px) {
  .img-width {
    width: 65%;
  }
}
/* --  desktops  -- */
@media all and (min-width: 1200px) {
  .img-width {
    width: 65%;
  }
}

.q-table-container {
  background-color: #fff;
}

.q-table > thead > tr > th {
  background-color: #2660ad;
  font-size: 18px;
  font-family: Microsoft JhengHei;
  font-weight: bold;
  color: white;
  border: solid 1px lightgrey !important;
}

.q-table > tbody > tr > td {
  font-size: 1.1em;
  border: solid 1px lightgrey !important;
}

table thead:first-child th {
  background-color: #1e88e5;
  font-size: 18px;
  font-family: Microsoft JhengHei;
  font-weight: bold;
  color: white;
  border: solid 1px lightgrey;
}

.colField {
  font-family: Microsoft JhengHei;
  font-weight: bold;
  font-size: 1.2em;
}

.custom-radio2 {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  border: 2px solid red;
  outline: none;
  cursor: pointer;
}

.custom-radio {
  accent-color: red;
}

.mycard {
  background-color: white;
  border: solid 1px #cccccc;
  border-radius: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 2.95px 2.95px 2.6px;
}
