@import url("fonts.css");

:root {
  --bs-font-db-heavent: "DB Heavent";
  --bs-font-db-heavent-bold: "DB Heavent Med";
  --bs-font-db-heavent-light: "DB Heavent Light";
  --bs-body-font-family: var(--bs-font-db-heavent);
  --bs-ci-navy: #002561;
  --bs-ci-orange: #f37021;
  --bs-ci-gray: #939598;
  --bs-body-font-size: 1.40625rem;
}
body {
  background-color: #FFF;
  font-family: var(--bs-body-font-family);
}
h1, h2, h3, h4, h5 {
  color: var(--bs-ci-navy);
}
.container {
  max-width: 960px;
}
.pricing-header {
  max-width: 700px;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.navbar-collapse {
	flex-grow: initial;
}
.navbar.bg-light {
  box-shadow: 0 1px 10px 1px #efefef;
}
.content {
	margin-top: 10px;
}
.footer {
  padding: 20px 0;
  background: linear-gradient(164deg, rgba(0, 38, 97, 1) 10%, rgb(0 21 54 / 98%) 45%, rgba(0, 21, 54, 1) 90%);
  color: #FFF;
  font-size: 1.05625rem;
  line-height: 1;
}
.footer .logo {
  padding: 5px 0 0;
}
.footer .logo .img {
  width: 200px;
}
.footer .addrWrapper {
  text-align: left;
}
.footer .addr-company {
  font-size: 1.59375rem;
  font-family: "DB Heavent Med";
  padding: 0 0 8px;
}
.footer .addr-detail {
  font-size: 1.15625rem;
  letter-spacing: .5px;
  font-family: "DB Heavent Light";
}
.social {
  margin: 0;
  padding: 0;
  text-align: left;
}
.social .list-inline-item {
  position: relative;
}
.social .list-inline-item:last-child:before {
  content: "|";
  position: absolute;
  left: -3px;
  font-family: var(--bs-font-db-heavent-light);
  font-size: 32px;
  top: 0;
}
.social .teamview {
  padding: 0 0 0 10px;
}
.main-wrapper {
  height: 100%;
}
.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
}

.ro-detailTable .text-start {
  width: 10%;
  white-space: nowrap;
}
.ro-detailTable .text-detail {
  width: 40%;
  text-align: left;
  white-space: nowrap;
}
.ro-detailTable .text-detail1 {
  width: 50%;
  text-align: left;
  white-space: nowrap;
}

.btn-fss {
  color: #FFF;
  background-color: var(--bs-ci-orange);
  border-color: var(--bs-ci-orange);
  border-radius: 100px;
}
.btn-check:checked+.btn-fss:focus,
.btn-check:active+.btn-fss:focus,
.btn-fss:active:focus,
.btn-fss.active:focus,
.show>.btn-fss.dropdown-toggle:focus,
.btn-fss:hover {
  color: #000;
  background-color: #f18e53;
  border-color: #f18e53;
}
.ico-pdf {
  font-size: 35px;
  color: var(--bs-ci-navy);
}
.ico-pdf.bi-file-earmark-pdf-fill::before {
  vertical-align: middle;
}
.ro-customerClassify .detail {
  padding: 0;
  margin: 0;
}
.detail .link,
.manual .link,
.ro-customerPayment .link {
  color: var(--bs-ci-navy);
  text-decoration: none;
}
.ro-customerClassify .card {
  box-shadow: 0 1px 6px 4px #ebebeb !important;
  border: none;
}
.ro-customerClassify .customer-fss .card {
  background: #0025610a;
}
.ro-customerClassify .customer-fss .card-header {
  background: var(--bs-ci-navy);
}
.ro-customerClassify .customer-general .card-header {
  background: #d8d8d8;
  border-bottom: none;
}
.ro-customerClassify .fw-normal {
  color: var(--bs-white);
  font-family: var(--bs-font-db-heavent-bold);
  font-size: 1.93125rem;
}
.ro-customerClassify .customer-general .fw-normal {
  color: #002561;
}
.ro-customerClassify .card-footer {
  background: none;
  border-top: none;
  padding: 0 0 40px;
}
.ro-customerClassify .manual {
  background: #fcfcfc;
  margin: 20px 0;
  padding: 10px;
  border: 5px solid #f2f2f2;
  border-radius: 10px;
}
.ro-customerClassify .customer-fss .card-body {
  overflow: hidden;
}
.ro-customerClassify {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.ro-customerClassify .display-6 {
  font-size: 1.68125rem;
  font-family: var(--bs-font-db-heavent-light);
  color: var(--bs-ci-navy);
  padding: 0;
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: .65px;
}
.ro-customerPayment .list-LvOne .list-item::marker {
  font-weight: 600;
}
.ro-customerPayment .list-item:not(:first-child) {
  padding: 20px 0 0;
}
.ro-customerPayment .contactPoint .card {
  border: none;
  border-radius: 5px;
  background: #f4f4f4;
}
.ro-customerPayment .card-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ro-customerPayment .card-text {
  display: flex;
  justify-content: space-around;
  border-left: 2px solid #e6e6e6;
}
.ro-customerPayment .company.department {
  font-family: var(--bs-font-db-heavent-bold);
  font-size: 1.59375rem;
}
.ro-customerPayment .company.comp-name {
  font-family: var(--bs-font-db-heavent-bold);
  line-height: 1;
}
.ro-customerPayment .address {
  padding: 10px 0 0;
  font-size: 1.28125rem;
}
.ro-customerPayment .contact {
  font-size: 1.28125rem;
}
.ro-document {
   margin:  20px 0 0 0;
}
.ro-document .list-group-item-action {
  color: var(--bs-ci-navy);
}
.ro-document .list-group-item-action:hover,
.ro-document .list-group-item-action:focus {
  background: #f370211f;  
}
.ro-document .list-group-item-action:last-child:hover,
.ro-document .list-group-item-action:last-child:focus {
  border-radius: 0 0 20px 20px;
}
.ro-document .list-group-item-action:first-child:hover,
.ro-document .list-group-item-action:first-child:focus {
  border-radius: 20px 20px 0 0;
}
.ro-customerClassify .customer-general,
.ro-customerClassify .customer-fss {
  padding-top: 20px;
}
.font-orangeCi {
  color: var(--bs-ci-orange);
}


/* Result Announcement: .ro-resutlTable */
.ro-resutlTable {
  padding: 20px 0 50px;
}
.ro-resutlTable .hdDetail {
  width: 60%;
  white-space: nowrap;
}
.ro-resutlTable .table tbody {
  border-top-color: #f37122;
}
.ro-resutlTable .hdStock {
  width: 20%;
  white-space: nowrap;
}
.ro-resutlTable .hdPrice {
  width: 20%;
  white-space: nowrap;
}
.ro-resutlTable .tbHead {
  color: var(--bs-ci-navy);
}
.ro-resutlTable .table {
  counter-reset: mainlist;
}
.ro-resutlTable .list:before {
  counter-increment: mainlist;
  content: counter(mainlist)".";
  /* position: absolute;
  transform: translateX(-20px);   */
  margin: 0 10px 0 0;
  color: var(--bs-ci-navy);
}
.ro-resutlTable .list {
  /* padding: 0 0 0 25px; */
  color: var(--bs-ci-navy);
}
.ro-resutlTable .sublist:before {  
  content: "-";
  /* position: absolute;
  transform: translateX(-18px); */
  margin: 0 10px 0 0;
  color: var(--bs-ci-navy);
}
.ro-resutlTable .sublist {
  padding: 0 0 0 25px;
  font-weight: 400;
}
.ro-resutlTable .ro-dealCaption >* {
  border-bottom: none;
}
.ro-resutlTable .ro-deal > * {
  border-bottom: none;
  border-top: none;
}
.ro-resutlTable .ro-deal_total {
  color: var(--bs-white);
  background: var(--bs-ci-navy);
}
.ro-resutlTable .ro-refund {
  color: var(--bs-ci-navy);
  background: #ebebeb;
  background: #f370212e;  
}
.ro-resutlTable .ro-refund > * {
  border-bottom: none;
}
.ro-resutlTable .total {
  font-weight: 400;
}
.ro-resutlTable .text-start,
.ro-resutlTable .stock,
.ro-resutlTable .price {
  white-space: nowrap;
}
.ro-form .dataTableWrapper {
  background: #f2f2f200;
  border: 1px solid #f4f4f4;
  border-radius: 20px;
  margin: 20px 0 0;
  padding: 20px 20px 30px;
  box-shadow: 0 1px 15px 0px #dedede;
}
.ro-form .formWrapper .form-control {
  width: 22ch;
  border: 2px solid #aeaeae;
  border-radius: 10px;
  background: #FFF;
  height: 35px;
  font-size: 23.1px;
  text-align: center;
}
.ro-form .formWrapper .inputLb {
  display: flex;
  align-items: center;
}
.swal2-title {
  font-family: var(--bs-font-db-heavent-bold) !important;
  font-weight: 400 !important;
  padding: 50px 30px 0 !important;
}
.swal2-styled.swal2-confirm {
  background: var(--bs-ci-orange) !important;
  font-size: 22.5px !important;
  border-radius: 100px !important;
  padding: 10px !important;
  width: 150px;
  line-height: 1.125;
}


.ro-pdpa {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.pdpaWrapper {
  padding: 10px 10px 10px  10px;
  border-radius: 15px;
  background: #f9f9f9;
  color: #9b9b9b;
}
.pdpaWrapper .display-5 {
  /* color: #9b9b9b; */
  color: #212529;
}
.pdpaWrapper .link {
  color: var(--bs-ci-orange);
}
.pdpa-chkWrapper {
  display: flex;
  column-gap: 20px;
  padding: 20px 0 0;
}
.pdpa-chkWrapper .accept {
  width: 25px;
  height: 25px;
}
.pdpa-chkWrapper .label {
  color: #000;
}
.pdpaWrapper .btn-fss {
  padding: 5px 50px;
  font-size: 28px;
}
.pdpaWrapper .btn-fss.disabled {
  color: #ffffff;
  background: #d1d1d1;
  border-color: #d1d1d1;
}
.content-scroll {
  height: 180px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 10px 10px 10px 10px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: #FFF;
  margin: 0 0 16px;
  font-size: 20px;
}

/* Condition and Terms */
.swal2-html-container .disclaim {
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.swal2-html-container .disclaim .paragraph {
  font-size: 19px;
  text-indent: 30px;
  padding: 0 0 10px;
}
.swal2-html-container .disclaim .brkLine {
  text-align: center;
  padding: 0 0 10px;
}
.swal2-styled.swal2-cancel {
  background: var(--bs-ci-gray) !important;
  font-size: 22.5px !important;
  border-radius: 100px !important;
  padding: 10px !important;
  width: 150px;
  line-height: 1.125;
}

#gotoTop{
	/*position:fixed;*/
	position:fixed !important;
	margin:auto;
	right:10px;
	bottom: 30px;
	top: 90%;
	border:0px;
	cursor:pointer;
	z-index: 99;
	display:none;
	opacity: 1.0;
}

