@fa-font-path: "../font";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.font_G1, .rental_form_box .rental_form_data .title, .NHI_form_box .rental_form_data .title, .NHI_form_box .data_td1-2 .data_info, .NHI_form_box .NHI_detail_table .fin_title, .tab-content .tab_title {
  font-size: 1.6rem;
}
@media only screen and (max-width: 575px) {
  .font_G1, .rental_form_box .rental_form_data .title, .NHI_form_box .rental_form_data .title, .NHI_form_box .data_td1-2 .data_info, .NHI_form_box .NHI_detail_table .fin_title, .tab-content .tab_title {
    font-size: 1.2rem;
  }
}

.font_G2, .rental_form_box .rental_form_data, .NHI_form_box .rental_form_data, .NHI_form_box .data_td1-2 .sub_title, .form-group label {
  font-size: 1.2rem;
}
@media only screen and (max-width: 575px) {
  .font_G2, .rental_form_box .rental_form_data, .NHI_form_box .rental_form_data, .NHI_form_box .data_td1-2 .sub_title, .form-group label {
    font-size: 1.1rem;
  }
}

.font_G3, .NHI_form_box .NHI_detail_table .fin_detail {
  font-size: 1.8rem;
}
@media only screen and (max-width: 575px) {
  .font_G3, .NHI_form_box .NHI_detail_table .fin_detail {
    font-size: 1.6rem;
  }
}

.font_G4 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 575px) {
  .font_G4 {
    font-size: 1.2rem;
  }
}

.font_G5, .NHI_form_box .data_title {
  font-size: 1rem;
}
@media only screen and (max-width: 575px) {
  .font_G5, .NHI_form_box .data_title {
    font-size: 0.95rem;
  }
}

.tool_trackspand-1, .tool_trackspand-2 {
  background: #F2F2F2;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  max-width: 1440px;
  width: 100%;
}
.tool_trackspand-1 h5, .tool_trackspand-2 h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.tool_trackspand-1 .left_table, .tool_trackspand-2 .left_table {
  padding: 50px 44px 80px;
  background-color: #fff;
}
.tool_trackspand-1 .left_table .title, .tool_trackspand-2 .left_table .title {
  font-weight: bold;
  font-size: 1.4rem;
}
.tool_trackspand-1 .left_table .sub_title, .tool_trackspand-2 .left_table .sub_title {
  font-size: 0.95rem;
}
@media only screen and (max-width: 575px) {
  .tool_trackspand-1 .left_table, .tool_trackspand-2 .left_table {
    padding: 20px 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .tool_trackspand-1 .left_table h5, .tool_trackspand-2 .left_table h5 {
    text-align: center;
  }
}

.tool_trackspand-2 {
  padding-left: 0;
  padding-right: 0;
}

.right_table {
  padding: 20px 40px;
}
@media only screen and (max-width: 575px) {
  .right_table {
    padding: 20px 15px;
  }
}

.btn_mc {
  color: #4476FF;
  font-weight: bold;
}
.btn_mc:hover {
  color: #4476FF;
  opacity: 0.8;
}

.uinvoicebox_3 {
  width: 100%;
  overflow-x: auto;
}

.uinvoice_3 {
  padding: 20px 50px 20px;
  max-width: 827.5px;
  min-width: 735px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.uinvoice_3 h1 {
  font-size: 1.5rem;
  letter-spacing: 2rem;
  line-height: 2;
  font-weight: bold;
  position: relative;
}
.uinvoice_3 h1:after {
  position: absolute;
  letter-spacing: 0;
  left: 0;
  content: "CB";
}
.uinvoice_3 h1 span {
  letter-spacing: 0;
}
.uinvoice_3 span.m_color1 {
  color: #4476FF;
}
.uinvoice_3 .uinvoice_data {
  font-size: 0.95rem;
}
.uinvoice_3 .uinvoice_data .d-flex .m_color1 {
  margin-left: 8px;
  margin-right: 4px;
  font-weight: bold;
}
.uinvoice_3 .line_box {
  position: relative;
  overflow: visible !important;
}
.uinvoice_3 .line_r {
  position: absolute;
  width: 100%;
  height: 3px;
  margin-top: -3px;
  display: inline-block;
  background-color: rgba(255, 170, 0, 0.7);
  top: 50%;
  left: 0px;
  z-index: 1;
}
.uinvoice_3 .line_r span {
  color: rgba(255, 170, 0, 0.7);
  position: absolute;
  font-weight: bold;
  right: 0;
  top: -30px;
}
.uinvoice_3 .text_fix {
  font-size: 0.75rem;
  line-height: 14px;
}
.uinvoice_3 .dt_1 {
  flex: 0 0 80px;
  margin-right: 10px;
  text-align: justify;
  position: relative;
}
.uinvoice_3 .dt_1 .col {
  padding: 0;
}
.uinvoice_3 .dt_2 {
  flex: 0 0 235px;
}
.uinvoice_3 .dt_2 .col {
  flex: 0 0 25px;
  padding: 0;
  border: 1px solid #000;
  text-align: center;
  margin-left: -1px;
  color: #4476FF;
  box-sizing: border-box;
}
.uinvoice_3 .dt_3 {
  letter-spacing: 5px;
}
.uinvoice_3 .dt_3 .m_color1 {
  margin-left: 12px;
  margin-right: 4px;
  font-weight: bold;
}
.uinvoice_3 .note_text {
  font-size: 0.75rem;
  line-height: 26px;
}
.uinvoice_3 .note_text span {
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
}

.cdata_table {
  border: 2px solid #000;
}
.cdata_table .cdata_table_title {
  font-weight: bold;
}
.cdata_table .br_fix {
  border-right: 0 !important;
}
.cdata_table .ctable_td {
  font-size: 0.85rem;
  border-right: 1px solid #000;
}
.cdata_table .ctable_td .ctable_td1-2 .ctable_td1-1-2 {
  border-right: 1px solid #000;
  overflow: hidden;
}
.cdata_table .ctable_td .ctable_td1-2 .ctable_td1-1-2:last-child {
  border-bottom: 2px solid #000;
}
.cdata_table .ctable_td.ctable_td1-3 {
  border-bottom: 2px solid #000;
  overflow: hidden;
}
.cdata_table .ctable_td.ctable_td1-3 .ctable_td1-3-1 {
  height: 44px;
  line-height: 44px;
  border-right: 2px solid #000;
  font-size: 0.85rem;
}
.cdata_table .ctable_td.ctable_td1-3 .ctable_td1-3-1:last-child {
  border-right: 0;
}
.cdata_table .ctable_td.ctable_td1-3 .ctable_td1-3-2 {
  height: 22px;
  line-height: 22px;
  border-right: 1px solid #000;
}
.cdata_table .ctable_td.ctable_td1-3 .ctable_td1-3-2:last-child {
  border-right: 0;
}
.cdata_table .ctable_td.ctable_td1-3 .ctable_td1-3-2.title-fix {
  border-bottom: 1px solid #000;
}
.cdata_table .ctable_td.ctable_td1-4 {
  height: 46px;
  line-height: 46px;
  border-bottom: 2px solid #000;
  word-wrap: no-wrap;
}
.cdata_table .ctable_td.ctable_td1-5 {
  height: 26px;
  line-height: 26px;
  font-size: 0.85rem;
}
.cdata_table .ctable_td.ctable_td1-5 .col, .cdata_table .ctable_td.ctable_td1-5 .row {
  height: 26px;
  line-height: 26px;
}
.cdata_table .ctable_td.ctable_td1-5 .st_fix {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  font-size: 0.75rem;
  line-height: 0.8rem;
}
.cdata_table .ctable_td.ctable_td1-5 .col span {
  margin-right: 1px;
}
.cdata_table .ctable_td.ctable_td1-6 {
  height: 21px;
  line-height: 21px;
  border-right: 0;
}
.cdata_table .ctable_td.ctable_td1-6 .ctable_td1-6-1 {
  height: 22px;
  line-height: 22px;
  border-bottom: 2px solid #000;
}
.cdata_table .ctable_td.ctable_td1-6 .ctable_td1-6-2 {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #000;
}
.cdata_table .ctable_td.ctable_td1-6 .ctable_td1-6-3 {
  height: 151px;
  line-height: 3.5rem;
  width: 100%;
  font-size: 2rem;
  padding-left: 15px;
  padding-right: 15px;
  color: #4476FF;
}
.cdata_table .ctable_td .ctable_td1-1-1 {
  flex: 0 0 37.5%;
}
.cdata_table .ctable_td .ctable_td1-1-2 {
  border-bottom: 1px solid #000;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.cdata_table .ctable_td .ctable_td1-1-2:first-child {
  border-bottom: 2px solid #000;
}
.cdata_table .ctable_td .ctable_td1-1-2:last-child {
  border-bottom: 2px solid #000;
}
.cdata_table.dup_fix .ctable_td.ctable_td1-3 {
  border-bottom: 2px solid #000;
  overflow: hidden;
}
.cdata_table.dup_fix .ctable_td.ctable_td1-3.borderb_fix {
  border-bottom: 0px solid #000;
}
.cdata_table.dup_fix .ctable_td.ctable_td1-3 .ctable_td1-3-1 {
  height: 22px;
  line-height: 22px;
  border-right: 2px solid #000;
  font-size: 0.85rem;
}
.cdata_table.dup_fix .ctable_td.ctable_td1-3 .ctable_td1-3-1:last-child {
  border-right: 0;
}
.cdata_table.dup_fix .ctable_td.ctable_td1-3 .ctable_td1-3-2 {
  height: 22px;
  line-height: 22px;
  border-right: 1px solid #000;
}
.cdata_table.dup_fix .ctable_td.ctable_td1-3 .ctable_td1-3-2:last-child {
  border-right: 1px solid #000;
}
.cdata_table.dup_fix .ctable_td.ctable_td1-3 .ctable_td1-3-2.title-fix {
  border-bottom: 0px solid #000;
}
.cdata_table.dup_fix .ctable_td.ctable_td1-5 {
  border-bottom: 2px solid #000;
}

.right_border_fix {
  border-right: 2px solid #000 !important;
}

.btn_download {
  font-size: 1.4rem;
  line-height: 2rem;
  border-radius: 3.5rem;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 0.5rem 3rem;
  background-color: #FFAA00;
}
.btn_download:hover {
  color: #fff;
  opacity: 0.8;
}

.download_note {
  font-size: 0.85rem;
  line-height: 2;
  color: #878787;
}

.line_del {
  position: absolute;
  width: 100%;
  height: 88px;
  top: 0;
  left: 0;
  background-image: url(../images/box_img/line-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.line_del.dup_fix {
  height: 132px;
  background-image: url(../images/box_img/line-2.png);
}

.rental_form, .NHI_form {
  background-color: #fff;
  padding: 50px 54px 20px;
}
@media only screen and (max-width: 575px) {
  .rental_form, .NHI_form {
    padding: 20px 35px 20px;
  }
}
.rental_form label.form-title, .NHI_form label.form-title {
  color: #747474;
  font-size: 1.4rem;
}
@media only screen and (max-width: 575px) {
  .rental_form label.form-title, .NHI_form label.form-title {
    font-size: 1.2rem;
  }
}
.rental_form select, .NHI_form select, .rental_form input, .NHI_form input {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
}

.rental_form_box, .NHI_form_box {
  padding: 20px 34px;
}
@media only screen and (max-width: 575px) {
  .rental_form_box, .NHI_form_box {
    padding: 20px 15px;
  }
}
.rental_form_box .rental_form_data, .NHI_form_box .rental_form_data {
  background-color: #fff;
  color: gray;
  height: 100%;
  padding: 20px;
}
.rental_form_box .rental_form_data .title, .NHI_form_box .rental_form_data .title {
  font-weight: bold;
  color: #747474;
}
.rental_form_box .rental_form_data span.m_color1, .NHI_form_box .rental_form_data span.m_color1 {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #FFAA00;
  font-weight: bold;
}

.btn_tips {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #FFAA00;
  margin-left: 3px;
  cursor: pointer;
}
.btn_tips:hover {
  color: #ffcc66;
}

.NHI_form {
  padding: 50px 54px 20px;
}
@media only screen and (max-width: 575px) {
  .NHI_form {
    padding: 50px 24px 20px;
  }
}
.NHI_form h5 {
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .NHI_form h5 {
    display: block;
  }
}
.NHI_form h5 span {
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: middle;
  margin-left: 10px;
  color: gray;
}
@media only screen and (max-width: 1199px) {
  .NHI_form h5 span {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .NHI_form h5 span {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.NHI_form label .d-flex.form-title {
  flex: 0 0;
  line-height: 46px;
}
.NHI_form .input_datalist {
  font-size: 1.4rem;
}
.NHI_form .input_datalist span {
  font-size: 2rem;
}

.NHI_form_box .NHI_form_data {
  background-color: #fff;
  padding: 40px;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .NHI_form_box .NHI_form_data {
    padding: 24px;
  }
}
.NHI_form_box .NHI_form_data .title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #747474;
}
.NHI_form_box .row.border_fix {
  border-bottom: 1px solid #DFDFDF;
}
.NHI_form_box .row.border_fix:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #DFDFDF;
  bottom: 205px;
  left: 40px;
  right: 40px;
}
@media only screen and (max-width: 991px) {
  .NHI_form_box .row.border_fix {
    border-bottom: 0;
  }
  .NHI_form_box .row.border_fix:after {
    display: none;
  }
}
.NHI_form_box .row.border_last_fix {
  border-left: 1px solid #DFDFDF;
}
@media only screen and (max-width: 991px) {
  .NHI_form_box .row.border_last_fix {
    border-left: 0;
  }
}
.NHI_form_box .data_title {
  color: gray;
  border-bottom: 1px solid #DFDFDF;
  padding: 15px 25px 15px 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .NHI_form_box .data_title {
    padding: 10px 5px 10px 5px;
  }
}
@media only screen and (max-width: 991px) {
  .NHI_form_box .data_title.last_fix {
    border-top: 1px solid #DFDFDF;
  }
  .NHI_form_box .data_title.last_fix:after {
    display: none;
  }
}
.NHI_form_box .data_title:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #DFDFDF;
  bottom: 2px;
  left: 0;
  right: 0;
}
.NHI_form_box .data_td1-1 {
  padding: 0 15px;
  border-right: 1px solid #DFDFDF;
  height: calc(100% + -55px);
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .NHI_form_box .data_td1-1 {
    border-right: 0;
    height: 120px;
  }
}
.NHI_form_box .data_td1-1 .data_title {
  border-bottom: 0px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  padding: 0;
  padding-top: calc(50% + -70px);
  margin-top: -30px;
  position: relative;
}
.NHI_form_box .data_td1-1 .data_title:after {
  display: none;
}
@media only screen and (max-width: 991px) {
  .NHI_form_box .data_td1-1 .data_title {
    padding-top: 20px;
    margin-top: 0;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .NHI_form_box .data_td1-1 .data_title {
    font-size: 1.8rem;
    margin-top: 20px;
    padding-top: 0;
    text-align: center;
  }
}
.NHI_form_box .data_td1-1 .sub_title {
  font-size: 1.2rem;
  line-height: 1.5;
  color: gray;
}
@media only screen and (max-width: 575px) {
  .NHI_form_box .data_td1-1 .sub_title {
    text-align: center;
    font-size: 1.2rem;
  }
}
.NHI_form_box .data_td1-1 .sub_title span {
  color: #000;
  margin-left: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .NHI_form_box .data_td1-1 .sub_title span {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .NHI_form_box .data_td1-1 .sub_title span {
    margin-left: 5px;
  }
}
.NHI_form_box .data_td1-2 {
  overflow: hidden;
  padding: 15px 25px 15px 10px;
}
@media only screen and (max-width: 575px) {
  .NHI_form_box .data_td1-2 {
    padding: 10px 5px 10px 5px;
  }
}
.NHI_form_box .data_td1-2:first-child {
  border-bottom: 1px solid #DFDFDF;
}
@media only screen and (max-width: 575px) {
  .NHI_form_box .data_td1-2:first-child {
    border: 0;
  }
}
@media only screen and (max-width: 991px) {
  .NHI_form_box .data_td1-2.border_fix {
    border: 0;
  }
}
.NHI_form_box .data_td1-2 .sub_title {
  font-weight: bold;
}
.NHI_form_box .data_td1-2 .sub_title.m_color1 {
  color: #4476FF;
}
.NHI_form_box .data_td1-2 .sub_title.m_color2 {
  color: #51C283;
}
.NHI_form_box .data_td1-2 .data_info {
  line-height: 1.5;
  font-weight: bold;
}
.NHI_form_box .NHI_detail_table {
  padding: 15px 20px;
  background-color: #51C283;
  border-radius: 8px;
  color: #fff;
}
.NHI_form_box .NHI_detail_table.sec_fix {
  background-color: #4476FF;
}
.NHI_form_box .NHI_detail_table .fin_title {
  line-height: 1.5;
  font-weight: bold;
}
.NHI_form_box .NHI_detail_table .fin_title .popover_box {
  color: #fff;
}
.NHI_form_box .NHI_detail_table .fin_detail {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
.NHI_form_box .NHI_detail_table .btn_tips {
  color: #fff;
}
.NHI_form_box .NHI_note {
  color: #4476FF;
  font-size: 0.85rem;
  font-weight: bold;
}

.popover_box {
  background-color: transparent;
  height: auto;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: gray;
}

.popover {
  box-shadow: 0 1px 8px -5px rgba(0, 0, 0, 0.5);
}
.popover .popover-header::before {
  border-bottom: 0px solid #f7f7f7;
}
.popover p {
  margin-bottom: 5px;
}

.NHI_List_table {
  position: relative;
}
.NHI_List_table .NHI_List {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #e9e9e9;
  display: block;
  font-size: 1rem;
  line-height: calc(1.5em + 1.5rem);
  padding: 0 1.75rem;
  border-radius: 0.25rem;
  position: absolute;
  top: calc(1.5em + 0.75rem + 10px);
  left: 5px;
  right: 5px;
  cursor: pointer;
  font-weight: bold;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.NHI_List_table .NHI_List span {
  line-height: calc(1.5em + 1.5rem);
}
.NHI_List_table .NHI_List:hover {
  background-color: #e2e2e2;
}
.NHI_List_table .NHI_List.active {
  opacity: 1;
  top: calc(1.5em + 0.75rem + 17px);
  height: calc(1.5em + 1.5rem);
}

body {
  font-family: "Noto Sans TC", "Noto Sans SC", "Noto Sans", Helvetica, Arial, sans-serif;
  color: #3a3a3a;
  max-width: 100%;
  height: auto;
  background-color: #ddd;
  line-height: 1.5;
}

div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  outline: none;
}
button:focus {
  outline: none;
}

a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #020202;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

input {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #3a3a3a;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.err {
  color: #4476FF;
  font-size: 0.85rem;
}

.main_header {
  background-color: #4476FF;
  height: 120px;
}

.main_footer {
  height: 320px;
  background-color: #fff;
}

.nav-tabs {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-tabs .nav-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -3px;
}
.nav-tabs .nav-link {
  color: #A9A9A9;
  border: 0;
  border-bottom: 3px solid #A9A9A9;
}
.nav-tabs .nav-link.active {
  border-bottom: 3px solid #4476FF;
  color: #4476FF;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #4476FF;
  border-bottom: 3px solid #4476FF;
}
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 3px solid #4476FF;
}

.tab-content .tab_title {
  font-weight: bold;
}

.form-control {
  border: 0;
  background-color: #f6f6f6;
}
.form-control.money_fix {
  font-size: 1.4rem;
}
.form-control::placeholder {
  color: #b3b3b3;
}
.form-control:focus {
  border-color: #4476FF;
  box-shadow: 0 0 0 0.2rem rgba(68, 118, 255, 0.8);
}
.form-control.from-error {
  box-shadow: 0 0 0 0.2rem #ff5d5d;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f6f6f6;
  opacity: 0.7;
}

.form-group {
  margin-bottom: 0.75rem;
}
.form-group label {
  color: #858585;
  margin-bottom: 4px;
}

.form-note {
  font-size: 0.95rem;
  color: #828282;
}

.form-error-note {
  font-size: 0.95rem;
  color: #ff5d5d;
  margin-top: 5px;
}

.rental_select_tab {
  margin-left: -5px;
  margin-right: -5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rental_select_tab > li.nav-item {
  width: 150px;
  padding-left: 5px;
  padding-right: 5px;
}
.rental_select_tab.nav-pills .nav-link {
  font-size: 1.4rem;
  line-height: calc(1.5em + .75rem + 2px -3px);
  font-weight: bold;
  letter-spacing: 0;
  background-color: #f6f6f6;
  padding: 0.375rem 0.75rem;
  border: 3px solid #b3b3b3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.rental_select_tab.nav-pills .nav-link:hover {
  background-color: #4476FF;
  color: #fff;
  border: 3px solid #003bdd;
}
.rental_select_tab.nav-pills .nav-link.active {
  background-color: #4476FF;
  border: 3px solid #003bdd;
}
.rental_select_tab.nav-pills .show > .nav-link {
  background-color: #4476FF;
}

.form-check {
  margin-left: 10px;
}

.form-check-label.rental_radio_fix {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.375rem 0.75rem;
  padding-left: 0;
  padding-right: 0;
  line-height: calc(1.5em + .75rem + 2px -3px);
}

/*# sourceMappingURL=style.css.map */