body {
  font-family: 'Noto Sans TC', sans-serif;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

@media print {
  body header {
    display: none;
  }
}

body header .navbar {
  padding-bottom: 0;
}

body header .navbar .fwNavLogo {
  padding-bottom: 5px;
}

body header .navbar .fwNavLogo .fwMemberLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #001D0B;
  border: none;
  background: transparent;
  border-radius: 5px;
  max-height: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body header .navbar .fwNavLogo .fwMemberLogin:after {
  display: none !important;
}

body header .navbar .fwNavLogo .fwMemberLogin:hover {
  color: #00B560;
}

@media screen and (max-width: 768px) {
  body header .navbar .fwNavLogo .fwMemberLogin {
    padding: 0px;
  }
}

body header .navbar .fwNavLogo .fwMemberLogin i {
  font-size: 24px;
  margin-right: 10px;
  line-height: 36px;
}

body header .navbar .fwNavLogo .fwMemberLogin .fwMemberLoginP {
  display: block;
}

@media screen and (max-width: 768px) {
  body header .navbar .fwNavLogo .fwMemberLogin .fwMemberLoginP {
    display: none;
  }
}

body header .navbar .fwNavLogo .fwMenuBtn {
  color: #00B560;
}

body header .navbar .fwNavMenu {
  width: 100%;
  background: #F5F5F5;
  color: #333333;
}

@media screen and (max-width: 768px) {
  body header .navbar .fwNavMenu .navbar-nav {
    width: 100%;
  }
}

body header .navbar .fwNavMenu .navbar-nav .nav-item {
  padding: 10px 5px;
}

@media screen and (max-width: 768px) {
  body header .navbar .fwNavMenu .navbar-nav .nav-item {
    padding: 3px 5px;
    padding-left: 20px;
  }
}

body header .navbar .fwNavMenu .navbar-nav .nav-item a {
  color: #393939;
  font-weight: 300;
  font-size: 1.1rem;
}

body header .navbar .fwNavMenu .navbar-nav .nav-item a:hover {
  color: #00B560;
}

body header .navbar .fwNavMenu .navbar-nav .nav-item a.fwactive {
  position: relative;
  color: #00B560;
}

body header .navbar .fwNavMenu .navbar-nav .nav-item a.fwactive::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: 1000;
  background: #00B560;
}

@media screen and (max-width: 768px) {
  body header .navbar .fwNavMenu .navbar-nav .nav-item .fwDropdownMenu {
    position: static;
  }
  body header .navbar .fwNavMenu .navbar-nav .nav-item .fwDropdownMenu a {
    width: 100%;
  }
}

body header .navbar .accountState {
  display: block;
}

@media screen and (max-width: 768px) {
  body header .navbar .accountState {
    display: none;
  }
}

body header .fwbreadcrumb .breadcrumb .breadcrumb-item a {
  color: #757575;
}

body header .fwbreadcrumb .breadcrumb .breadcrumb-item.active a {
  color: #00B560;
}

body main {
  min-height: calc(100vh - 222px);
}

body main .fwBG {
  background-image: url("../img/img/bg.png");
  background-size: cover;
  background-position: center center;
  padding: 40px 0px;
}

@media screen and (max-width: 768px) {
  body main .fwBG {
    padding: 30px 10px;
  }
}

body main .fwBG .fwSearch {
  padding: 25px 30px;
  margin: 0 12px;
  background: #001D0B;
  border-radius: 5px;
  color: #EAEAEA;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  body main .fwBG .fwSearch {
    margin-bottom: 20px;
  }
}

body main .fwBG .fwSearch h6 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.1rem;
}

body main .fwBG .fwSearch .form-label {
  color: #EAEAEA;
}

body main .fwBG .fwNews {
  background: #FFFFFF;
  padding: 25px 30px;
  margin: 0 12px;
  border-radius: 5px;
}

body main .fwBG .fwNews h6 {
  color: #00B560;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.1rem;
}

body main .fwBG .fwNews .fwNewsBox {
  border-bottom: 1px solid #dfdfdf;
  font-size: 15px;
  font-weight: 300;
  padding: 0 10px;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  margin-bottom: 15px;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body main .fwBG .fwNews .fwNewsBox:hover {
  background: #f1f1f165;
  border-bottom: 1px solid #00B560;
}

@media screen and (max-width: 768px) {
  body main .fwBG .fwNews .fwNewsBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body main .fwBG .fwNews .fwNewsBox .fwNewsType {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: .8rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: #393939;
}

body main .fwBG .fwNews .fwNewsBox .fwNewsTitle {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #00B560;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 400;
}

body main .fwBG .fwNews .fwNewsBox .fwNewsTime {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #a3a3a3;
  margin-left: .8rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {
  body main .fwBG .fwNews .fwNewsBox .fwNewsTime {
    margin-left: 0;
  }
}

body main .fwBock01 {
  background: #ffffff;
  padding: 60px 0px;
}

@media screen and (max-width: 768px) {
  body main .fwBock01 {
    padding: 30px 10px;
  }
}

body main .fwBock01 .fwVendor {
  padding: 30px 50px;
  padding-top: 40px;
  margin: 0 12px;
  background: #F3F4F6;
  border-radius: 5px;
  min-height: 360px;
  background-image: url("../img/img/bg04.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 768px) {
  body main .fwBock01 .fwVendor {
    padding: 30px 20px 20px;
    margin-bottom: 20px;
  }
}

body main .fwBock01 .fwVendor h6 {
  color: #2C2C2C;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.1rem;
}

body main .fwBock01 .fwVendor p {
  line-height: 30px;
  color: #333333;
  font-weight: 300;
}

body main .fwBock01 .fwVendor .fwService {
  list-style: none;
  padding: 0;
}

body main .fwBock01 .fwVendor .fwService .fwServiceItem {
  width: 50%;
  display: block;
  padding: 5px 15px;
  margin-bottom: 5px;
}

body main .fwBock01 .fwVendor .fwService .fwServiceItem a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  margin: 0;
  position: relative;
}

body main .fwBock01 .fwVendor .fwService .fwServiceItem a:hover {
  color: #00B560;
  font-weight: 400;
}

body main .fwBock01 .fwVendor .fwService .fwServiceItem a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../img/icon/play.png");
  background-size: cover;
}

body main .fwBock01 .fwClient {
  padding: 30px 50px;
  padding-top: 40px;
  margin: 0 12px;
  background: #F3F4F6;
  border-radius: 5px;
  min-height: 360px;
  background-image: url("../img/img/bg05.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 768px) {
  body main .fwBock01 .fwClient {
    padding: 30px 20px 20px;
  }
}

body main .fwBock01 .fwClient.fwVendor {
  background-image: url("../img/img/bg04.png");
}

body main .fwBock01 .fwClient h6 {
  color: #2C2C2C;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.1rem;
}

body main .fwBock01 .fwClient p {
  color: #333333;
  font-weight: 300;
  line-height: 30px;
}

body main .fwBock01 .fwClient .fwService {
  list-style: none;
  padding: 0;
}

body main .fwBock01 .fwClient .fwService .fwServiceItem {
  width: 50%;
  display: block;
  padding: 5px 15px;
  margin-bottom: 5px;
}

body main .fwBock01 .fwClient .fwService .fwServiceItem a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  margin: 0;
  position: relative;
}

body main .fwBock01 .fwClient .fwService .fwServiceItem a:hover {
  color: #00B560;
  font-weight: 400;
}

body main .fwBock01 .fwClient .fwService .fwServiceItem a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../img/icon/play.png");
  background-size: cover;
}

body main .fwBock01 .fwMember {
  padding: 30px 50px;
  padding-top: 40px;
  margin: 0 12px;
  background: #F3F4F6;
  border-radius: 5px;
  min-height: 360px;
  background-image: url("../img/img/bg06.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

body main .fwBock01 .fwMember.fwVendor {
  background-image: url("../img/img/bg07.png");
}

body main .fwBock01 .fwMember h6 {
  color: #2C2C2C;
  margin-bottom: 15px;
  font-weight: 400;
}

body main .fwBock01 .fwMember p {
  color: #333333;
  font-weight: 300;
}

body main .fwBock02 {
  background: #F5F5F5;
  padding: 40px 0px;
}

@media screen and (max-width: 768px) {
  body main .fwBock02 {
    padding: 30px 0;
  }
}

body main .fwBock02 .customBox {
  width: 100%;
  overflow: hidden;
}

body main .fwBock02 .customBox .custom {
  position: relative;
  width: 100%;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  body main .fwBock02 .customBox .custom {
    padding: 0 10px;
  }
}

body main .fwBock02 .customBox .custom .mySwiperEvent {
  width: 100%;
  overflow: hidden;
}

body main .fwBock02 .customBox .custom .fwEventWrapper a {
  text-decoration: none;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

body main .fwBock02 .customBox .custom .fwEventWrapper a .fwEventCard {
  overflow: hidden;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 35px;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
  margin-top: 20px;
}

body main .fwBock02 .customBox .custom .fwEventWrapper a .fwEventCard:hover {
  -webkit-box-shadow: rgba(99, 99, 99, 0.4) 0px 5px 15px 0px;
          box-shadow: rgba(99, 99, 99, 0.4) 0px 5px 15px 0px;
  -webkit-transform: translate(0, -6px);
          transform: translate(0, -6px);
  z-index: 99;
}

@media screen and (max-width: 768px) {
  body main .fwBock02 .customBox .custom .fwEventWrapper a .fwEventCard {
    margin: 0;
  }
}

body main .fwBock02 .customBox .custom .fwEventWrapper a .fwEventCard .fwEventImgBox {
  width: 100%;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

body main .fwBock02 .customBox .custom .fwEventWrapper a .fwEventCard .fwEventImgBox img {
  width: 100%;
  height: auto;
}

body main .fwBock02 .customBox .custom .fwEventWrapper a .fwEventCard .fwEventImg {
  padding-top: calc(56%);
  width: 100%;
  background-image: url("../img/banner/banner001.png");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  body main .fwBock02 .customBox .custom .fwEventWrapper a .fwEventCard .fwEventImg {
    padding-top: 0;
  }
}

body main .fwBock02 .customBox .custom .fwEventWrapper a .fwEventCard .fwEventContent {
  padding: 1.5rem 1.5rem;
  color: #9b9b9b;
  font-size: 14px;
  text-align: justify;
}

body main .fwBock02 .customBox .custom .fwEventWrapper a .fwEventCard .fwEventContent .fwEventTitle {
  margin: 0.75rem 0;
  height: 5rem;
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body main .fwBock02 .customBox .custom .fwEventWrapper a .fwEventCard .fwEventContent .fwEventText {
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body main .fwBock02 .customBox .swiper-button-next:after, body main .fwBock02 .customBox .swiper-button-prev:after {
  color: #00B560;
}

@media screen and (max-width: 768px) {
  body main .fwBock02 .customBox .swiper-button-next:after, body main .fwBock02 .customBox .swiper-button-prev:after {
    font-size: 18px;
  }
}

body main .fwBock03 {
  background: #ffffff;
  padding: 40px 0px;
}

body main .fwBock03 .fwblock03Box {
  min-width: 350px;
  padding: 30px;
  background: #001D0B;
  color: #ffffff;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  body main .fwBock03 .fwblock03Box {
    min-width: auto;
  }
}

body main .fwBock03 .fwblock03Box h5 {
  font-weight: 600;
  color: #ffffff;
}

body main .fwBock03 .fwblock03Box .fwblock03Item {
  width: 25%;
  padding: 0 10px;
}

body main .fwBock03 .fwblock03Box .fwblock03Item .form-label {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  body main .fwBock03 .fwblock03Box .fwblock03Item {
    width: 100%;
  }
}

body main .fwloginBG {
  min-height: calc(100vh - 222px);
  background-image: url("../img/img/loginBg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 40px 0px;
}

@media print {
  body main .fwloginBG {
    background: #ffffff;
  }
}

body main .fwloginBG .fwloginVendorText {
  padding: 40px 30px;
}

@media screen and (max-width: 768px) {
  body main .fwloginBG .fwloginVendorText {
    padding: 10px 10px;
    margin-bottom: 25px;
  }
}

body main .fwloginBG .fwloginVendorText h1 {
  font-size: 2rem;
  line-height: 3rem;
}

@media screen and (max-width: 768px) {
  body main .fwloginBG .fwloginVendorText h1 {
    font-size: 1.7rem;
  }
}

body main .fwloginBG .fwloginVendorText .fwloginSlogon {
  margin-bottom: 20px;
}

body main .fwloginBG .fwloginVendorText .fwloginSlogon .fwloginSlogonItem1 {
  margin: 0 8px;
  font-weight: 600;
  color: #FFB10D;
  border: 2px solid #FFB10D;
  padding: 3px 15px;
  border-radius: 99rem;
}

body main .fwloginBG .fwloginVendorText .fwloginSlogon .fwloginSlogonItem2 {
  margin: 0 8px;
  font-weight: 600;
  color: #0070C3;
  border: 2px solid #0070C3;
  padding: 3px 15px;
  border-radius: 99rem;
}

body main .fwloginBG .fwloginVendorText .fwloginSlogon .fwloginSlogonItem3 {
  margin: 0 8px;
  font-weight: 600;
  color: #E85400;
  border: 2px solid #E85400;
  padding: 3px 15px;
  border-radius: 99rem;
}

body main .fwloginBG .fwloginVendorText .fwloginInfo {
  font-size: 16px;
  line-height: 28px;
  color: #747474;
}

body main .fwloginBG .fwloginBox {
  background: #F9F9F9;
  min-width: 510px;
  padding: 30px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  body main .fwloginBG .fwloginBox {
    min-width: auto;
    width: 100%;
    padding: 20px 15px;
  }
}

body main .fwloginBG .fwloginBox h5 {
  font-weight: 600;
  color: #333333;
}

body main .fwloginBG .fwloginBox form {
  height: 100%;
}

body main .fwloginBG .fwloginBox .fwloginText {
  font-size: 14px;
  margin-right: 10px;
}

body main .fwloginBG .fwSignupBox {
  background: #F9F9F9;
  min-width: 510px;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  body main .fwloginBG .fwSignupBox {
    min-width: auto;
    padding: 30px 10px;
  }
}

body main .fwloginBG .fwSignupBox h5 {
  font-weight: 600;
  color: #333333;
}

body main .fwloginBG .fwSignupBox h6 {
  color: #006B27;
}

body main .fwloginBG .fwSignupBox .fwSignupItem {
  width: 25%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .fwloginBG .fwSignupBox .fwSignupItem {
    width: 100%;
  }
}

body main .fwloginBG .fwSignupBox .fwSignupItemM {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .fwloginBG .fwSignupBox .fwSignupItemM {
    width: 100%;
  }
}

body main .fwloginBG .fwSignupBox .fwSignupItemL {
  width: 100%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .fwloginBG .fwSignupBox .fwSignupItemL .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body main .fwloginBG .fwSignupBox .fwServiceDoc {
  margin-top: 50px;
  height: 300px;
  overflow-y: scroll;
  background: #ffffff;
  padding: 60px;
}

@media screen and (max-width: 768px) {
  body main .fwloginBG .fwSignupBox .fwServiceDoc {
    padding: 20px;
  }
}

body main .fwloginBG .fwSignupBox .fwServiceDoc p {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 30px;
}

body main .fwloginBG .fwSignupServeBox {
  min-width: 350px;
  padding: 30px;
  background: #001D0B;
  color: #ffffff !important;
  border-radius: 4px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  body main .fwloginBG .fwSignupServeBox {
    min-width: auto;
    padding: 20px 25px;
  }
}

body main .fwloginBG .fwSignupServeBox .form-label {
  color: #ffffff !important;
}

body main .fwloginBG .fwSignupServeBox h5 {
  font-weight: 600;
  color: #ffffff;
}

body main .fwloginBG .fwSignupServeBox .fwSignupItem {
  width: 25%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .fwloginBG .fwSignupServeBox .fwSignupItem {
    width: 100%;
  }
}

body main .about {
  background: #f7f7f7;
  padding: 60px 0px;
}

body main .about .fwMap {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body main .about .fwMap svg {
  max-width: 350px;
}

body main .about .fwMap svg .north {
  fill: #8e8e8e;
  stroke: #ffffff;
}

body main .about .fwMap svg .north:hover .north {
  fill: #00B560;
  stroke: #ffffff;
}

body main .about .fwMap svg .north:hover .northinfo {
  display: none;
}

body main .about .fwMap svg .center {
  fill: #8e8e8e;
  stroke: #ffffff;
}

body main .about .fwMap svg .center:hover .center {
  fill: #FFB10D;
  stroke: #ffffff;
}

body main .about .fwMap svg .south {
  fill: #8e8e8e;
  stroke: #ffffff;
}

body main .about .fwMap svg .south:hover .south {
  fill: #4361EE;
  stroke: #ffffff;
}

body main .about .fwMap svg .east {
  fill: #8e8e8e;
  stroke: #ffffff;
}

body main .about .fwMap svg .east:hover .east {
  fill: #006B27;
  stroke: #ffffff;
}

body main .about .fwMap svg .island {
  fill: #8e8e8e;
  stroke: #ffffff;
}

body main .about .fwMap svg .island:hover .island {
  fill: #290098;
  stroke: #ffffff;
}

body main .about .fwMapInfo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body main .about .fwMapInfo .fwTabNav {
  border: none;
  color: #00B560;
  font-size: 16px;
}

body main .about .fwMapInfo .fwTabNav.active {
  color: #495057;
}

body main .about .fwMapInfo .fwTabContent {
  background: #ffffff;
  padding: 30px 30px;
  border-radius: 0 0 0.25rem 0.25rem;
  border: 1px solid #ffffff;
}

body main .about .fwMapInfo .fwTabContent .fwMapInfoTitle {
  color: #001D0B;
  font-size: 20px;
  margin-bottom: 20px;
}

body main .about .fwMapInfo .fwTabContent .fwMapInfoContent .county {
  margin-bottom: 5px;
}

body main .about .fwMapInfo .fwTabContent .fwMapInfoContent .number {
  margin-bottom: 5px;
  color: #00B560;
}

body main .contactMap {
  position: relative;
}

body main .contactMap .contactMapBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2b2b2b78;
  z-index: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  body main .contactMap .contactMapBg {
    display: none;
  }
}

body main .contactMap .contactMapBg:hover {
  background: transparent;
}

body main .contactMap .contactMapInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
  z-index: 1;
  background: #006B27;
  color: #ffffff;
  padding: 30px 40px;
  border-radius: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  body main .contactMap .contactMapInfo {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 30px 40px;
    border-radius: 0;
  }
}

body main .contactMap .contactMapInfo h5 {
  margin-bottom: 15px;
}

body main .contactMap .contactMapInfo p {
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}

body main .contact .fwContact {
  background-color: #F9F9F9;
  background-image: url("../img/img/contactBg.png");
  background-position: right center;
  background-repeat: no-repeat;
  margin: 60px auto;
  padding: 30px 50px;
}

@media screen and (max-width: 768px) {
  body main .contact .fwContact {
    padding: 30px 20px;
  }
}

body main .contact .fwContact .fwContactItem {
  width: 25%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .contact .fwContact .fwContactItem {
    width: 100%;
  }
}

body main .contact .fwContact .fwContactItemM {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .contact .fwContact .fwContactItemM {
    width: 100%;
  }
}

body main .contact .fwContact .fwContactItemL {
  width: 100%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .contact .fwContact .fwContactItemL {
    width: 100%;
  }
}

body main .fwGreyBg {
  background-color: #F3F5F7;
}

@media print {
  body main .fwGreyBg {
    background: #ffffff;
  }
}

body main .fwGreyBg .fwSearchFilter .fwSearchFilterItem {
  width: 33%;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body main .fwGreyBg .fwSearchFilter .fwSearchFilterItem {
    width: 100%;
  }
}

body main .fwGreyBg .fwWarehousingListBox {
  min-width: 350px;
  padding: 10px 30px;
  border-radius: 4px;
}

@media print {
  body main .fwGreyBg .fwWarehousingListBox {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body main .fwGreyBg .fwWarehousingListBox {
    min-width: auto;
    padding: 20px 10px;
  }
}

body main .fwGreyBg .fwWarehousingListBox h5 {
  font-weight: 600;
  color: #333333;
}

body main .fwGreyBg .fwWarehousingListBox h6 {
  color: #006B27;
}

body main .fwWhiteBg {
  padding: 40px 0px;
}

body main .fwWhiteBg.fwWithoutP {
  padding-top: 0;
}

body main .fwWhiteBg .fwVenderInfoBox {
  min-width: 350px;
  padding: 0 30px;
  background: #ffffff;
  color: #333333;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  body main .fwWhiteBg .fwVenderInfoBox {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
}

body main .fwWhiteBg .fwVenderInfoBox h5 {
  font-weight: 600;
  color: #333333;
}

body main .fwWhiteBg .fwVenderInfoBox hr {
  background: #00B560;
  width: 100%;
  height: 1px;
  margin-top: 0px;
  opacity: 1;
}

body main .fwWhiteBg .fwVenderInfoBox .fwVenderInfoItem {
  width: 25%;
  padding: 0 10px;
}

body main .fwWhiteBg .fwVenderInfoBox .vendorInfoBlock {
  border: 1px solid #e7e7e7;
}

body main .fwWhiteBg .fwVenderInfoBox .vendorInfoBlock .vendorInfoTitle {
  color: #009236;
  font-weight: 600;
  width: 100%;
  background: #efefef;
  padding: 7px;
  margin-bottom: 0;
}

body main .fwWhiteBg .fwSignupBox {
  background: #F9F9F9;
  min-width: 350px;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  body main .fwWhiteBg .fwSignupBox {
    min-width: auto;
    padding: 30px 10px;
  }
}

body main .fwWhiteBg .fwSignupBox h5 {
  font-weight: 600;
  color: #333333;
}

body main .fwWhiteBg .fwSignupBox h6 {
  color: #006B27;
}

body main .fwWhiteBg .fwSignupBox .fwSignupItem {
  width: 25%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .fwWhiteBg .fwSignupBox .fwSignupItem {
    width: 100%;
  }
}

body main .fwWhiteBg .fwSignupBox .fwSignupItemM {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .fwWhiteBg .fwSignupBox .fwSignupItemM {
    width: 100%;
  }
}

body main .fwWhiteBg .fwSignupBox .fwSignupItemL {
  width: 100%;
  padding: 0 10px;
}

body main .fwWhiteBg .fwWarehousingListBox {
  background: #ffffff;
  min-width: 350px;
  padding: 30px;
  padding-top: 10px;
  border-radius: 4px;
}

@media print {
  body main .fwWhiteBg .fwWarehousingListBox {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body main .fwWhiteBg .fwWarehousingListBox {
    min-width: auto;
    padding: 20px 10px;
  }
}

body main .fwWhiteBg .fwWarehousingListBox h5 {
  font-weight: 600;
  color: #333333;
}

body main .fwWhiteBg .fwWarehousingListBox h6 {
  color: #006B27;
}

body main .fwWhiteBg .fwWarehousingListBox .fwSignupItem {
  width: 25%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .fwWhiteBg .fwWarehousingListBox .fwSignupItem {
    width: 100%;
  }
}

body main .fwWhiteBg .fwWarehousingListBox .fwSignupItemM {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  body main .fwWhiteBg .fwWarehousingListBox .fwSignupItemM {
    width: 100%;
  }
}

body main .fwWhiteBg .fwWarehousingListBox .fwSignupItemL {
  width: 100%;
  padding: 0 10px;
}

body main .fwTabs {
  width: 100%;
}

body main .fwTabs .nav {
  width: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
}

@media print {
  body main .fwTabs .nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body main .fwTabs .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

body main .fwTabs .nav::-webkit-scrollbar {
  display: none;
}

body main .fwTabs .nav .nav-item {
  min-width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

body main .fwTabs .nav .nav-item .nav-link {
  min-width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: block;
  font-size: 18px;
  padding: 20px 20px;
}

@media screen and (max-width: 768px) {
  body main .fwTabs .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 15px 10px;
  }
}

body main .fwTabs .nav .nav-item .nav-link.active {
  color: #00B560;
  border-color: #00B560;
}

body footer {
  border-bottom: 15px solid #00B560;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

@media print {
  body footer {
    display: none;
  }
}

body footer .fwfooter {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  body footer .fwfooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body footer .fwfooter .navbar-brand {
    margin-bottom: 20px;
  }
}

body .fwFlexGrow1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .fwTableFlex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .fwTableFlex1:last-child {
  border-right: none !important;
}

body .NonTopBorder {
  border-top: none !important;
}

body .NonBottomBorder {
  border-bottom: none !important;
}

body .HasBorder {
  border: 1px solid #006B27 !important;
  border-top: none !important;
}

body .table-cellB {
  height: 70px;
}

body .fwOrange {
  background: #E85400;
}

body .fwBlue {
  background: #004B9E;
}

body .border-secondary {
  border-color: #006B27 !important;
}

body .bg-secondary {
  background: #006B27 !important;
}

body .fwHr {
  background: #c5c5c544;
  width: 95%;
  margin: 30px auto;
  height: 1px;
  opacity: 1;
}

body .fwHr2 {
  background: #006B27;
  width: 95%;
  margin: 0 auto 30px;
  height: 1px;
  opacity: 1;
}

@media print {
  body .fwHr2 {
    display: none !important;
  }
}

body .fwInfoImg {
  max-width: 220px;
  max-height: 165px;
  margin: 20px;
}

@media screen and (max-width: 768px) {
  body .fwInfoImg {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

body .fwBtn {
  background: #00B560;
  margin: 10px auto 5px;
  padding: 5px 30px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 99rem;
}

body .fwBtn:hover {
  background: #008346;
  color: #ffffff;
}

body .fwBtnForm {
  background: #00B560;
  padding: 6px 25px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 99rem;
}

body .fwBtnForm:hover {
  background: #008346;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  body .fwBtnForm {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  body .fwBtnForm {
    padding: 6px 25px;
  }
}

body .fwBtnBack {
  background: #ffffff;
  margin: 10px auto 5px;
  margin-right: 10px;
  padding: 5px 30px;
  border: 1px solid #00B560;
  font-size: 16px;
  color: #00B560;
  border-radius: 99rem;
}

body .fwcodeBtn {
  background: #2C2C2C;
  padding: 5px 30px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 99rem;
}

body .fwcodeBtn:hover {
  background: #494949;
  color: #ffffff;
}

body .fwBtnFull {
  width: 100%;
  margin-bottom: 30px;
}

body .fwBtnUnread {
  background: #ffffff;
  padding: 5px 30px;
  border: 2px solid #003fb5;
  font-size: 16px;
  color: #003fb5;
  border-radius: 99rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .fwBtnRead {
  background: #ffffff;
  padding: 5px 30px;
  border: 2px solid #ff711e;
  font-size: 16px;
  color: #ff711e;
  border-radius: 99rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .btn-outline-secondary {
  color: #00B560 !important;
  border-color: #00B560 !important;
}

body .btn-secondary {
  background: #00B560 !important;
}

body .fwCheck {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 15px;
  color: #EAEAEA;
  font-weight: 300;
}

body .fwRadio {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 15px;
  color: #EAEAEA;
  font-weight: 300;
}

body .fwFillDone {
  color: #ffffff;
  background: #00b74a;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 25px;
}

body .fwa {
  color: #00B560;
  font-size: 14px;
}

body .fwBtnPre {
  background: #00B560;
  margin: 10px auto 5px;
  margin-right: 10px;
  padding: 5px 30px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 99rem;
}

body .fwTotalInput {
  min-width: 200px;
  text-align: end;
}

body .fwDataDone {
  background: #00B560;
  color: #ffffff;
  text-align: center;
  border-radius: 99rem;
  font-size: 14px;
  margin: 5px 10px;
  padding: 2px 10px;
}

body .fwformSelectXS {
  width: 10%;
  margin-right: 10px;
}

body .fwformSelectS {
  width: 30%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  body .fwformSelectS {
    width: 100%;
    margin: 15px 0;
  }
}

body .fwformSelect {
  width: 100%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  body .fwformSelect {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
  }
}

body .fwChangeInput {
  width: 100% !important;
}

@media print {
  body .fwChangeInput {
    margin-bottom: 0.2cm !important;
  }
}

body .fwChangeTitle {
  word-break: keep-all;
  margin-left: 3px;
}

body .fwSmallInput {
  width: 40%;
}

body .fwcodeInput {
  width: auto;
  margin-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 768px) {
  body .fwcodeInput {
    width: 100px;
  }
}

body .fwcodeInputB {
  width: auto;
  height: 40px;
  margin: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 768px) {
  body .fwcodeInputB {
    width: 100%;
    margin: 15px 0px;
  }
}

body .fwTableEmpty {
  display: table-cell !important;
}

@media screen and (max-width: 768px) {
  body .fwTableEmpty {
    display: none !important;
  }
}

body .fwMessegeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

body .fwMessege {
  width: auto;
}

body .fwMessege.fwMessegeTen {
  width: 10% !important;
}

@media screen and (max-width: 768px) {
  body .fwMessege.fwMessegeTen {
    width: 100% !important;
  }
}

body .fwMessege.fwMessegeSeven {
  width: 70% !important;
}

@media screen and (max-width: 768px) {
  body .fwMessege.fwMessegeSeven {
    width: 100% !important;
  }
}

body .fwMessege.fwMessegeEight {
  width: 80% !important;
}

@media screen and (max-width: 768px) {
  body .fwMessege.fwMessegeEight {
    width: 100% !important;
  }
}

body .fwMessege .fwtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .fwMessege .fwcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: justify !important;
}

body .fwMessegeContentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  min-height: 300px;
  padding: 10px 3rem;
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

@media screen and (max-width: 768px) {
  body .fwMessegeContentBox {
    padding: 10px 1rem;
  }
}

body .fwMessegeContentBox .fwMessegeTitle {
  width: 100%;
  color: #006B27;
}

body .fwNewsSubtitle {
  font-size: 18px;
}

body .fwMessegeFullWidth {
  width: 100%;
}

body .table-cell--head {
  font-weight: 600;
}

body .erroText {
  margin-top: 2px;
  color: red;
  font-size: 13px;
}

body .table-cellFull {
  width: 100% !important;
  border-right: none !important;
}

body .table-cellFull .table-cell--head {
  width: 20%;
  border-bottom: 1px solid #6c757d !important;
}

body .table-cellFull .table-cell--body {
  border-left: 1px solid #6c757d !important;
  border-top: none !important;
}

body .fwFormText {
  margin: 0 5px 0 0;
}

@media screen and (max-width: 768px) {
  body .fwFormText {
    margin: 0 5px 0 5px;
  }
}

body .fwFilterPill {
  padding: 5px 10px;
  background: #00B560;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

body .fwRowTitle {
  width: 9%;
  text-align: center;
}

body .fwRowTitle.fwSearchRB {
  width: 12% !important;
}

@media screen and (max-width: 768px) {
  body .fwRowTitle.fwSearchRB {
    width: 100% !important;
  }
}

body .fwRowTitle.fwSearchRS {
  width: 7% !important;
}

@media screen and (max-width: 768px) {
  body .fwRowTitle.fwSearchRS {
    width: 100% !important;
  }
}

body .fwRowTitleBox {
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  body .fwRowTitleBox {
    display: none !important;
  }
}

body .fwRowBox {
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  margin: 10px auto;
}

body .fwMW-100 {
  width: 45%;
}

@media screen and (max-width: 768px) {
  body .fwMW-100 {
    width: 100%;
  }
}

body .fwbigBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

body .fwbigBox:nth-child(odd) {
  background: #FFFFFF;
}

body .fwbigBox:nth-child(even) {
  background: #ebebeb;
}

@media screen and (max-width: 768px) {
  body .fwbigBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
  }
}

body .fwbigBox .fwitemBox {
  width: calc( 100% /11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .fwbigBox .fwitemBox.fwSearchRB {
  width: 12% !important;
}

@media screen and (max-width: 768px) {
  body .fwbigBox .fwitemBox.fwSearchRB {
    width: 100% !important;
  }
}

body .fwbigBox .fwitemBox.fwSearchRS {
  width: 7% !important;
}

@media screen and (max-width: 768px) {
  body .fwbigBox .fwitemBox.fwSearchRS {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  body .fwbigBox .fwitemBox {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body .fwbigBox .fwitemBox .fwtitle {
  width: 100%;
  height: 100%;
  padding: 2rem 0;
  background: #919191;
  color: #ffffff;
  border: 1px solid #fefefe;
  text-align: center;
  display: none;
}

@media screen and (max-width: 768px) {
  body .fwbigBox .fwitemBox .fwtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
    height: auto;
    min-height: 70px;
  }
}

body .fwbigBox .fwitemBox .fwcontent {
  width: 100%;
  height: auto;
  min-height: 65px;
  padding: 0.5rem 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  body .fwbigBox .fwitemBox .fwcontent {
    min-height: 90px;
    word-break: break-all;
    padding: 0.5rem 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  body .fwbigBox .fwitemBox .fwcontent {
    padding: 1rem 0;
    min-height: 70px;
    height: auto;
    border: 1px solid #e4e4e4;
  }
}

body .fwbigBox .fwitemBox .fwcontentB {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 0.5rem 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  text-align: center;
  word-break: break-all;
}

@media screen and (max-width: 1100px) {
  body .fwbigBox .fwitemBox .fwcontentB {
    min-height: 125px;
  }
}

@media screen and (max-width: 800px) {
  body .fwbigBox .fwitemBox .fwcontentB {
    min-height: 150px;
  }
}

@media screen and (max-width: 768px) {
  body .fwbigBox .fwitemBox .fwcontentB {
    padding: 1rem 0;
    min-height: auto;
  }
}

@media print {
  body .fwWhiteBg {
    padding: 0 !important;
  }
}

@media print {
  body .fwGreyBg {
    padding: 0 !important;
  }
}

@media print {
  body .mb-4 {
    margin: 0cm !important;
  }
}

@media print {
  body .mt-4 {
    margin: 0.1cm !important;
  }
}

@media print {
  body .card {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

@media print {
  body .border {
    border: none !important;
  }
}

@media print {
  body .pagination {
    display: none;
  }
}

@media print {
  body .container {
    max-width: 100vw;
    margin: 0;
    padding: 0;
  }
}

body .fwPrint-table-cell {
  border: 0.04cm solid #333333;
  padding: 0.15cm 0.2cm !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 11%;
}

@media print {
  body .fwPrint-table-cell {
    border: 0.04cm solid #333333;
    padding: 0.15cm 0.2cm !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 11%;
  }
}

@media print {
  body .page {
    max-width: 100%;
    page-break-inside: avoid;
    page-break-after: always;
  }
}

@media print {
  body .fwPrint-table-cell--head {
    border: none !important;
  }
}

@media print {
  body .fwPrint-table-cell--body {
    border: none !important;
  }
}

@media print {
  body .fwPrintPage {
    padding: 0cm;
    margin: 0cm;
    font-size: 4pt !important;
    margin: 0 auto;
  }
  @page {
    body .fwPrintPage {
      margin: 0cm;
      size: A4 landscape;
    }
  }
}

@media print {
  body .fwSmallInput {
    width: 2cm !important;
    page-break-inside: avoid;
  }
}

@media print {
  body .form-control {
    width: 100%;
    page-break-inside: avoid;
  }
}
/*# sourceMappingURL=index.css.map */