
.app,
* {
  font-family: "Prompt", sans-serif !important;
}
v-application {
  font-family: 'Prompt', sans-serif !important;
  font-size: 14px !important;
}
.custom-input{
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.v-text-field--outlined legend {
  width: 0;
}
.outline-none {
  outline: none;
}


.btn-back {
  margin-top: 12px;
  /* color: #8e8e93; */
  font-size: 14px;
  /* color: #008ce8; */
  display: flex !important;
  margin: 4px 0px 0px 0px;
  justify-content: center !important;
}
.text-back {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 25px;
}
.text-success {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #46B400;
  justify-content: center;
  padding-top: 5px;
}
.container {
  max-width: inherit !important;
}
.card-main {
  /* border: 1px solid rgba(0, 0, 0, 0.12); */
  border-radius: 20px;
  min-width: auto;
  transition: all 0.5s;
  border: 2px solid #63A038;
  /* padding: 24px 70px; */
  background: #fff;
  position: relative;
  margin: 50px 0px 0px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.h-100 {
  height: 100% !important;
}
.h700 {
  height: 700px !important;
}
.container-download {
  width: 100% !important;
  overflow: auto;
  max-width: 100%;
  height: 100%;
  /* background-color: white; */
  /* background-repeat: no-repeat;
  background-size: cover;
  background: url("../../assets/รูปภาพ1.png") no-repeat;
  background-size: cover;
  background-blend-mode: soft-light; */
  background: url(/tsa_web/img/bg-home.7361de8b.jpg) no-repeat,
  linear-gradient(180deg, rgb(255, 255, 255) 0%, #d6eec1 65%, #d6eec1 100%);
  background-position: top center;
  background-size: cover;
  background-blend-mode: soft-light;
}
.text-line-or {
  display: inline-flex;
  margin-top: -42px;
  justify-content: center;
}
.text-or {
  font-family: Sarabun;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #AEAEAE;
  margin-top: 4px;
}
.line-Horizontal {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  border-top: 1.5px solid #EEEEEE;
}
.line-Horizontal-green {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  border-top: 3px solid #63A038;
}
.btn-download {
  justify-content: center !important;
  display: flex;
}
.text-select-upload {
  font-family: Sarabun;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #AEAEAE;
  justify-content: center;
  padding-top: 5px;
}
.title-sub {
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.29px;
  text-align: center;
  color: #474554;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 1904px) {
.container {
    max-width: 1918px !important;
}
}

@font-face {
    font-family: 'Prompt';
    src: url(/tsa_web/fonts/Prompt-Light.94e69cc0.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prompt';
    src: url(/tsa_web/fonts/Prompt-Regular.f15cf6ff.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


