html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
  }
  
  
  .label-title {
    background-color: #E9ECF5;
    height: 36px;
    line-height: 36px;
    color: #585858;
    font-size: 1.0625em;
    font-weight: bold;
    padding-left: 12px;
    width: 100%;
    margin-bottom: 22px;
  }
  
  .input-box-2 {
    border: solid 1px #D2D2D2;
    color: #585858;
    font-size: 0.875em;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    margin-bottom: 12px;
  }
  
  .zip-input-box {
    border: solid 1px #D2D2D2;
    color: #585858;
    font-size: 0.875em;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%
  }
  
  .all-select-parnet {
    width: 100%;
    min-height: 60px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .input-box ::-webkit-input-placeholder, ::-moz-placeholder ,:-ms-input-placeholder ,  :-moz-placeholder {
    color: #A4A4A4;
    font-size: 0.875em;
    padding-left: 12px;
  }
  
  .select-box {
    border: solid 1px #D2D2D2;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    color: #585858;
    font-size: 1em;
    width: 100%
  }
  
  .select-box.maring {
    margin-left: 12px;
  }
  
  .zip-code {
    -webkit-flex: none;
    flex: none;
    margin-right: 10px
  }
  
  .city-label {
    color: #585858;
    font-size: 1em;
    min-height: 21px;
    line-height: 21px;
    margin-bottom: 6px;
    margin-top: 6px;
  }
  
  .remove-col-padding {
    padding-left: 0;
    padding-right: 0;
  }
  
  .city-parent {
    width: calc(50% - 12px);
    margin-right: 12px;
  }
  
  .state-parent {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  
  .country-parent {
    width: calc(50% - 12px);
    margin-right: 12px;
  }
  
  .zip-code-parent {
    width: 50%;
  }
  
  .service-area-label, .about-label {
    margin-top: 38px;
  }
  
  .about-desc {
    color: #585858;
    font-size: 1.0625em;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 22px;
    padding-right: 12px;
  }
  
  .about-website {
    color: #585858;
    font-size: 1.0625em;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 22px;
    padding-right: 12px;
  }
  
  .desc-input {
    border: solid 1px #D2D2D2;
    color: #585858;
    font-size: 1em;
    height: 95px;
    width: 100%;
    overflow-y: auto;
    padding: 12px;
  }
  
  .service-area-list {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  
  .service-area-item.template {
    display: none;
  }
  
  .service-area-item {
    float: left;
    height: 40px;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    background: rgba(238,239,243, 0.5);
    border-radius: 20px;
    margin-right: 16px;
    margin-bottom: 12px;
  }
  
  .service-area-item-name {
    text-align: center;
    color: #585858;
    font-size: 1.0625em;
    line-height: 40px;
  }
  
  .service-area-item-delete {
    width: 14px;
    height: 14px;
    margin-left: 12px;
  }
  
  .block-width {
    width: 100%;
    max-width: 100%;
    padding: 0 5% 50px 5%;
  }

  .info-block {
    max-width: 500px;
    margin: auto;
  }
  
  .line-1 {
    background: #707070;
    height: 1px;
    margin-top: 22px;
    margin-bottom: 29px;
  }
  
  input[type=text]::-ms-clear {
    display: none;
  }
  
  button:focus {
    outline: 0;
  }
  
  textarea {
    resize: none;
  }
  
  ::-ms-reveal {
    display: none;
  }
  
  ::-ms-clear {
    display: none;
  }
  
  /*https://stackoverflow.com/questions/10965365/css-padding-and-width-on-inside-input*/
  .input_text_padding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow-y: auto;
  }
  
  .base_input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin-right: 20px;
    border: solid 1px #b6b6b6;
  }
  
  a {
    color: inherit;
  }
  
  a:hover {
    color: inherit;
  }
  
  .input-root {
    display: flex;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
  }

  .serial-input-root {
    display: flex;
    display: -webkit-flex;
    flex: 1;
    min-width: 280px;
  }
  
  .serial-input-root .BaseYesButton:disabled {
    background: #C3C3C3;
    border: solid 1px #C3C3C3;
  }

  .input-maring-flex {
    -webkit-flex: none;
    flex: none;
    width: calc(100% - 120px);
  }
  
  .button-flex {
    -webkit-flex: initial;
    flex: initial;
    min-width: 100px;
  }
  
  .w100 {
    width: 100% !important;
  }
  
  .th_title {
    color: white;
    width: 1%;
    white-space: nowrap;
    font-size: 1em;
    height: 50px;
    color: #494949;
    font-weight: normal;
    padding-right: 20px;
    pointer-events: none;
  }
  
  input[type=text]::-ms-clear {
    display: none;
  }
  
  /*https://stackoverflow.com/questions/10965365/css-padding-and-width-on-inside-input*/
  .input_text_padding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow-y: auto;
  }
  
  textarea {
    resize: none;
  }
  
  .usedSize {
    pointer-events: none;
    width: calc(100% - 56px);
    float: left;
    height: 45px;
    margin-right: 20px;
    border: none;
  }
  
  .tr_empty {
    height: 13px;
  }
  
  .maximum-active-tours-title {
    font-size: 0.9em;
    padding-left: 0;
    color: #3A3A3A;
    background-color: transparent;
    line-height: initial;
    padding-top: 24px;
    height: auto;
    border-top: solid 1px #D6D6D6;
  }
  
  .serial_number {
    max-width: 500px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
  }

  .serial-title {
    font-size: 1em;
    margin-right: 17px;
    color: #3A3A3A;
    line-height: 40px;
    height: 40px;
  }

  @media not all and (min-width: 992px) {
  
    .nav-item {
      background-color: transparent;
      color: #808080;
      padding: 0 !important;
      cursor: pointer;
      line-height: 44px;
      width: 100%;
      min-width: 260px;
      height: 48px;
      font-size: 1em;
      border: 2px solid #F3F5F7;
      border-radius: 4px;
      margin-bottom: 6px;
    }
  
    .side-nav {
      width: 0;
      min-width: 0;
      background-color: #FFFFFF;
      overflow-x: hidden;
      transition: 0.5s;
    }
  
    .w100 {
      width: 100%;
    }
  
    .block_box {
      width: 100%;
      min-width: 320px;
    }
  
    .block_box2 {
      width: 100%;
      height: 100%;
      min-width: 320px;
    }
  
    .block_box3 {
      width: 100%;
      height: 100%;
      min-width: 320px;
    }
  
    .block_box3-sub {
      width: 100%;
      height: 100%;
    }
  
    .bottom_underline2 {
      border: solid 1px #293655;
      width: 97.5%;
      margin-bottom: 18px;
    }
  }
  
  
  .tab-button {
    color: #585858;
    cursor: pointer;
    border-bottom: solid 1px #B2B2B2;
    padding-bottom: 8.5px;
    font-size: 1.0625em;
    margin-right: 55px;
    float: left;
  }
  
  
  @media not all and (min-width: 992px) {
  
    .tab-button {
      color: #585858;
      cursor: pointer;
      border-bottom: solid 1px #B2B2B2;
      padding-bottom: 8.5px;
      font-size: 1.0625em;
      margin-right: 0px;
      float: left;
    }
    
    .tab-button.focus {
      color: #5063AE;
      cursor: pointer;
      border-bottom: solid 3px #5063AE;
      padding-bottom: 8.5px;
      font-size: 1.0625em;
      pointer-events: none;
    }
    
  
    .about-website {
      color: #585858;
      font-size: 1.0625em;
      line-height: 22px;
      margin-top: 10px;
      margin-bottom: 6.5px;
      padding-right: 12px;
    }
  
    .about-desc {
      color: #585858;
      font-size: 1.0625em;
      line-height: 22px;
      margin-top: 10px;
      margin-bottom: 6.5px;
      padding-right: 12px;
    }
  
    .service-area-label, .about-label {
      margin-top: 16px;
    }
  
    .label-title {
      background-color: #E9ECF5;
      height: 36px;
      line-height: 36px;
      color: #585858;
      font-size: 1.0625em;
      font-weight: bold;
      padding-left: 12px;
      width: 100%;
      margin-bottom: 14px;
    }
    
  
    .maximum-active-tours-title {
      font-size: 0.9em;
      padding-left: 0;
      color: #3A3A3A;
      background-color: transparent;
      line-height: initial;
      padding-top: 24px;
      height: auto;
    }
  
    .block-box-padding {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
  
    .tr_empty {
     height: 8px;
    }
  
    .th_title {
      color: white;
      width: 1%;
      white-space: nowrap;
      font-size: 1em;
      height: 35px;
      color: #494949;
      font-weight: normal;
      padding-right: 10px;
      pointer-events: none;
    }
  
    .UserInfoDialog_bottom_content {
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 100%;
      height: 70px;
      background-color: #f3f3f3;
    }
  
    .UserInfoDialog_bottom_body {
      width: 100%;
      padding: 15px 0px 15px 0px;
    }
  
    input[type=text]::-ms-clear {
      display: none;
    }
  
  
    /*https://stackoverflow.com/questions/10965365/css-padding-and-width-on-inside-input*/
    .input_text_padding {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      /* padding-left: 0.3em;
      padding-top:  0.3em;
      padding-bottom: 0.3em; */
      overflow-y: auto;
      font-size: 1em;
      color: #494949;
    }
  
    .usedSize {
      pointer-events: none;
      width: calc(100% - 56px);
      float: left;
      height: 45px;
      margin-right: 0px;
      border: none;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .maximum-active-tours-title {
      font-size: 0.7em !important;
      padding-left: 0;
      color: #3A3A3A;
      background-color: transparent;
      line-height: initial;
      padding-top: 24px;
      height: auto;
    }
  }
  
  @media screen and (orientation:portrait) {
    .PC {
     display: none !important;
    }
  
    .MB {
      display: block !important;
    }
  }
  
  @media screen and (orientation:landscape) {
    .PC {
      display: block !important;
    }
  
    .MB {
      display: none !important;
    }
  }
  
  .top_content {
    position: fixed;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    width: 100%;
    z-index: 3;
    background: #FFFFFF;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-bottom: solid 4px #D1D6E3;
  }

  .top_content .icon_logo {
    top: 15px;
    height: 40px;
    margin-left: 20px;
    width:100px;
    cursor: pointer ;
    transform: translateY(0px) ;
    display: none;
  }
  
  .top_content .icon_arrow {
    width: 25px;
    height: 25px;
    margin-left: 0;
    transform: translateY(3px);
    display: none;
  }

  .top_content .icon_arrow_mb {
    width: 45px;
    height: 45px;
    margin-left: 6px;
    transform: translateY(3px);
    display: block;
    cursor: pointer;
  }
  
  .top_content .text_content {
    font-size: 16px; 
    color: #3A3A3A;
    margin-left: 0;
    transform: translateY(3px);
    display: none;
  }

  .top_content .text_content_mb {
    font-size: 20px; 
    color: #242F55;
    margin-left: 0;
    transform: translateY(3px);
    display: block;
  }

  .top_content .toggler-btn {
    position: absolute;
    right: 10px;
    top: 12px;
    padding: 2.5px;
    height: 36px;
    width: 40px;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: .25rem;
    cursor: pointer;
  }

  .top_content .toggler-btn img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .bottom_content {
    position: relative;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 1;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: -webkit-flex;
    display: flex;
  }
  
  .menu {
    position: absolute;
    top: 60px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 5px 5px;
  }

  .nav-link {
    padding: 0 0 0 64px !important;
  }
  
  .nav-link:lang(jp) {
    padding: 0 0 0 15px !important;
  }

  .nav-item:hover {
    color: #4C5D81;
    background-color: #F2F5F7;
  }
  
  .nav-item:active {
    color: #4C5D81;
    background-color: #F2F5F7;
  }
  
  .right_content {
    -webkit-flex: 1;
    flex: 1;
    background-color: #F5F7F8;
    overflow: auto;
  }

  .block_title {
    font-weight: bold;
    font-size: 22px;
    width: 100%;
    padding-left: 0em;
    padding: 20px 5% 6px 5%;
    border-bottom: solid 8px #E8ECF1;
    margin-bottom: 20px;
  }

  @media (min-width: 480px) {
    .block_title {
      font-weight: bold;
      font-size: 26px;
      width: 100%;
      padding-left: 0em;
      padding: 50px 5% 20px 5%;
      border-bottom: solid 8px #E8ECF1;
      margin-bottom: 30px;
    }
  }
  
  .bottom_underline {
    border: solid 1px #293655;
    width: 95.5%;
    margin-bottom: 18px;
  }
  
  
  .tab-button-divider {
    margin-left: 27.5px;
    margin-right: 27.5px;
    width: 1px;
    height: 40px;
    background: #D2D2D2;
    display: block;
    float: left;
  }
  
  .tab-parent {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  @media (min-width: 480px) {
    /* .top_content .icon_logo {
      top: 15px;
      height: 40px;
      margin-left: 20px;
      width:auto;
      cursor: pointer;
      transform: translateY(0px);
      display: block;
    }
    
    .top_content .icon_arrow {
      width: 30px;
      height: 30px;
      margin-left: 10px;
      transform: translateY(3px);
      display: block;
    } 

    .top_content .icon_arrow_mb {
      width: 45px;
      height: 45px;
      margin-left: 6px;
      transform: translateY(3px);
      display: none;
      cursor: pointer;
    }
  
    .top_content .text_content {
      font-size: 20px; 
      color: #3A3A3A;
      margin-left: 5px;
      transform: translateY(2px);
      display: block;
    }

    .top_content .text_content_mb {
      font-size: 20px; 
      color: #242F55;
      margin-left: 5px;
      transform: translateY(2px);
      display: none;
    } */
  }

  @media (min-width: 992px) {

    .top_content .icon_logo {
      top: 15px;
      height: 40px;
      margin-left: 40px;
      width:auto;
      cursor: pointer;
      transform: translateY(0px);
      display: block;
    }

    .top_content .icon_arrow {
      width: 30px;
      height: 30px;
      margin-left: 10px;
      transform: translateY(3px);
      display: block;
    } 

    .top_content .icon_arrow_mb {
      width: 45px;
      height: 45px;
      margin-left: 6px;
      transform: translateY(3px);
      display: none;
      cursor: pointer;
    }
  
    .top_content .text_content {
      font-size: 20px; 
      color: #3A3A3A;
      margin-left: 5px;
      transform: translateY(2px);
      display: block;
    }

    .top_content .text_content_mb {
      font-size: 20px; 
      color: #242F55;
      margin-left: 5px;
      transform: translateY(2px);
      display: none;
    }

    .tab-button-divider {
      display: none;
      float: left;
    }
  
    .tab-parent {
      display: block;
    }
    
  
    .block-width {
      width: 100%;
      max-width: 100%;
      padding: 0 5% 50px 5%;
    }
    
    .info-block {
      max-width: 500px;
      margin: 0;
    }
  
    .nav-item {
      background-color: transparent;
      color: #808080;
      padding: 0 !important;
      cursor: pointer;
      line-height: 44px;
      width: 100%;
      min-width: 260px;
      height: 48px;
      font-size: 1em;
      border: 2px solid #F3F5F7;
      border-radius: 4px;
      margin-bottom: 6px;
    }
  
    .toggler {
      display: none;
    }
  
    .side-nav {
      width: 310px;
      min-width: 310px;
      background-color: #FFFFFF;
      overflow-x: hidden;
      transition: 0.5s;
    }
  
    .block_box {
      width: 100%;
      min-width: 320px;
    }
  
    .block_title-maring {
      margin-left: 76px;
      margin-top: 70px;
    }
    
    .block_box2 {
      width: 100%;
      height: 100%;
      min-width: 320px;
    }
  
    .block_box3 {
      width: 100%;
      height: 100%;
      min-width: 320px;
    }
  
  
    .bottom_underline2 {
      border: solid 1px #293655;
      width: 93%;
      margin-bottom: 18px;
    }
  }
  
  
  
  .product_code_input {
    -webkit-flex: none;
    flex: none;
    width: calc(100% - 110px);
  }
  
  .production-font-famil-tc {
    font-family: Noto Sans TC !important;
  }
  
  .production-font-famil-sc {
    font-family: Noto Sans SC !important;
  }
  
  .production_template {
    display: none !important;
  }
  
  .production {
    width: 100%;
    min-width: 300px;
    height: auto;
    margin-bottom: 10px;
    color: #5b5b5b;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 28px;
    border: solid 2px #293655;
  }
  
  .production-margin {
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    min-height: 450px;
    background-color: white;
    font-family: inherit;
  }
  
  .production-body {
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
    font-family: inherit;
  }
  
  .production-description {
    font-size: 1.25em;
    text-align: center;
    padding-top: 50px;
    padding-left: 5px;
    font-family: inherit;
  }
  
  .production-big-price {
    font-size: 3.75em;
    font-family: inherit;
  }
  
  .production-currency {
    font-size: 1.125em;
    font-family: Arial;
  }
  
  .production-price {
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 30px;
    text-align: center;
    font-family: inherit;
  }
  
  .period-unit {
    font-size: 1.125em;
    font-family: inherit;
  }
  
  .production-html {
    text-align: left;
    font-family: inherit;
  }
  
  .production-price-entprise {
    font-size: 2em;
    margin-top: 30px;
    padding-bottom: 10px;
  }
  
  
  @media (min-width: 992px) {
    .col-lg-4 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 calc(33.333333% - 28px);
     -ms-flex: 0 0 calc(33.333333% - 28px);
     flex: 0 0 calc(33.333333% - 28px);
     max-width: calc(33.333333% - 28px);
    }
  
    #production_listview {
     max-width: 1024px;
    }
  
    .production-price-entprise {
     font-size: 1.5em;
     margin-top: 40px;
     padding-bottom: 0px;
    }
  
    .entprise-button-margin {
     margin-top: 15px;
    }
  }
  
  
  @media (min-width: 1200px) {
  
    .production-price-entprise {
      font-size: 2em;
      margin-top: 30px;
      padding-bottom: 10px;
    }
  
    .entprise-button-margin {
      margin-top: 0px;
    }
  }
  
  @media not all and (min-width: 992px) {
  
    #production_listview {
      max-width: 100%;
    }
  
    .production {
     margin-left: 0px !important;
    }
  
    .entprise-button-margin {
     margin-top: 0px;
    }
  }
  
  .product-discount-price {
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
    text-align: center;
  }
  
  .product-original-price {
    height: 30px;
    font-size: 1em;
    text-align: center;
  }
  
  ul li {
    list-style-type: none;
  }
  
  .production-html ul > li {
    font-size: 1em;
    margin-bottom: 1em;
  }
  
  .production-html ul > li {
    list-style-image: url(../../Images/pricing/check_icon.png);
  }
  
  .subscription, .subscription2:active {
    background-color: #566c95;
    min-width: 120px;
    border: solid 1px #566c95;
    border-radius: 5px;
    color: #ffffff;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.125em;
    cursor: pointer;
    outline: none;
    margin-bottom: 45px;
    margin-top: 18px;
  }
  
  .subscription2, .subscription:active {
    background-color: #5b5b5b;
    min-width: 120px;
    border: solid 1px #5b5b5b;
    border-radius: 5px;
    color: #ffffff;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.125em;
    cursor: pointer;
    outline: none;
    margin-bottom: 40px;
  }
  
  .intl-tel-input {
    width: 100% !important;
  }
  
  .img-border-radius {
    border-radius: 50%;
  }
  
  .user-imgage-box {
    border: solid 1px #DDDDDD;
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto 0 auto;
  }

  @media (min-width: 480px) {
    .user-imgage-box {
      border: solid 1px #DDDDDD;
      position: relative;
      width: 110px;
      height: 110px;
      margin: 0 auto 35px auto;
    }
  }
  
  .user-imgage {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 50%;
  }
  
  .remove-user-imgage {
    position: absolute;
    right:  0px;
    top: 0px;
    cursor: pointer;
  }
  
  .help-tip {
    position: relative;
    display: inline-block;
    top: 0px;
    right: 0px;
    text-align: center;
    background-color: #566c95;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 13px;
    line-height: 26px;
    cursor: default;
    z-index: 1;
  }
  
  .help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
  }
  
  .help-tip:hover p,
  .help-tip:active p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
  }
  
  .help-tip:hover,
  .help-tip:active {
    z-index: 3;
  }
  
  .help-tip p {
    display: none;
    text-align: left;
    background-color: #566c95;
    padding: 20px;
    width: 200px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #566c95;
    left: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    cursor: help;
    word-break: normal;
  }
  
  .help-tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #566c95;
    left: 10px;
    top: -12px;
  }
  
  .help-tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
  }
  
  .help-tip p {
    z-index: 1000000 !Important;
  }
  
  .help-tip p {
    left: -150px !Important;
  }
  
  .help-tip p:before {
    left: auto;
    right: 30px !Important;
  }
  
  .help-tip {
    float: right;
    margin-right: 5px;
  }
  
  .pricingitem {
    display: inline-flex;
    max-width: 80%;
    word-break: normal;
  }
  
  .vertical-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  .search-bar {
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 2px;
    width: 250px;
    float: right;
    padding: 1px;
    margin-right: 4.5%;
  }
  
  .search-bar input { 
    background:#fff;
    width: 100%;
    line-height: 19px;
    padding: 11px 0;
    border-radius: 2px;
    box-shadow: 0 2px 8px #c4c4c4 inset;
    text-align: left;
    font-size: 14px;
    font-family: inherit;
    color: #738289;
    font-weight: bold;
    outline: none;
    text-indent: 40px;
    display: none;
  }
  
  .agent-container {
    width: calc(95.5% - 16px);
    height: calc(100% - 85px);
    display: flex;  
    flex-direction: column;
    margin-top: 30px;
    margin-left: 16px;
  }
  
  .agent-list-header {
    height: 40px;
    line-height: 40px;
    background-color: #e9ecf5;
    display: flex;  
  }
  
  .agent-list-header-photo { 
    margin: 0 16px 0 16px;
    width: 44px;
    height: 40px;
  }
  
  .agent-list-header-name { 
    margin: 0;    
    height: 40px;  
    color: #494949;
    font-size: 1em;
    flex: 1;
  }
  .agent-list-header-column { 
    margin: 0;   
    height: 40px;    
    color: #494949;
    font-size: 1em;
    flex: 1;
    white-space : nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
  }
  
  .agent-list-header-add { 
    margin: 0;
    width: 50px;
    height: 40px;
  }
  
  .agent-list-body {
    overflow-y: overlay;
    overflow-x: hidden;
    box-sizing: border-box;
    border: solid 1px #b6b6b6;
    flex: 1;
  }
  
  .agent-list-row {
    height: 50px;
    line-height: 50px;
    color: #494949;
    border-bottom: solid 1px #b6b6b6;
    display: flex;  
  }
  
  .agent-list-row:hover {
    background-color: #7890b9 ;
    color: white;
  }
  
  .agent-list-row:active {
    background-color: #566c95 ;
    color: white;
   }
  
   .agent-list-body-container {
    width: calc(100% - 42px);
    display: flex;
   }
   .agent-list-body-delete { 
    margin: 0;
    width: 42px;
    display:table;
  }
   .agent-list-body-photo { 
    margin: 3px 16px 0 16px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .agent-list-body-name {
    margin: 0;      
    font-size: 1em;
    flex: 1;
    white-space : nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
  }
  
  .agent-list-body-column { 
    margin: 0;      
    font-size: 1em;
    flex: 1;
    white-space : nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
  }
  
  @media screen and (max-width: 450px) {
    .agent-list-header-column { 
      display: none;
    }
    .agent-list-body-column { 
      display: none;
    }
  }
  
  
  .focus-item-color {
    height: 100%;
    color: #4C5D81 !important;
    font-weight: bold;
    background-color: #F2F5F7;
  }
  
  .modify-password-form {
    margin-bottom: 42px;
  }
  
  .navbar-nav-pp {
    padding: 50px 25px;
  }
  
  
  .subscriptionIframe {
    width: 100%;
    height: 100%;
  }
  
  @media (min-width: 992px) {
  
    .state-parent {
      width: calc(50% - 12px);
      margin-right: 12px;
    }
    
  
    .subscriptionIframe {
      width:  100%;
      height: 100%;
    }
  }
  
  .view-password {
    position: absolute;
    bottom: 25px;
    right: 10px;
    cursor: pointer;
  }
  
  .password-input-parent {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .password-input-title {
    min-width: 120px;
    color: #585858;
    font-size: 16px;
    margin-right: 10px;
    height: 44px;
    line-height: 44px;
  }

  .password-input-title:lang(jp) {
    min-width: 120px;
    color: #585858;
    font-size: 14px;
    margin-right: 10px;
    height: 44px;
    line-height: 44px;
  }
  
  .password-input-block {
    position: relative;
    flex: 1;
    width: 100%;
    min-width: 280px;
  }

  .password-input {
    width: 100%;
    min-width: 280px;
    height:44px;
    font-size:16px;
    border:solid 1px #b6b6b6;
    margin-bottom: 15px;
    font-family: Arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 40px;
    overflow-y: auto;
    background-color: rgba(255,255,255, 0.5);
  }

  /* .password-input:focus {
    background-color: #FFFFFF;
  } */

  .password-input-parent .check-block {
    max-height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height .25s;
    -moz-transition: max-height .25s;
    transition: max-height .25s;
  }
  
  .tab-button.focus {
    color: #5063AE;
    cursor: pointer;
    border-bottom: solid 3px #5063AE;
    padding-bottom: 8.5px;
    font-size: 1.0625em;
    pointer-events: none;
  }
  
  .row-box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 10px;
  }

  @media (min-width: 480px) {
    .row-box {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-bottom: 18px;
    }
  }

  .iti {
    width: 100%;
  }

  .iti .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05);
  }
  
  .row-box #phone {
    background-color: rgba(255,255,255, 0.5);
  }

  /* .row-box #phone:focus {
    background-color: #FFFFFF;
  } */
  
  .flex-lablel {
    -webkit-flex: none;
    flex: none;
    min-width: 120px;
    color: #585858;
    font-size: 16px;
    margin-right: 10px;
    height: 44px;
    line-height: 44px;
  }

  .flex-lablel.jp {
    min-width: 170px;
  }
  
  .flex-value {
    -webkit-flex: 1;
    flex: 1;
  }

  .flex-value.jp {
    max-width: 100%;    
  }
  
  .input-box {
    width: 100%;
    min-width: 250px;
    max-width: 100%;
    height: 44px;
    font-size: 16px;
    color: #494949;
    border: solid 1px #c2d3d3;
    padding-left: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255, 0.5);
  }
  
  /* .input-box:focus {
    background-color: #FFFFFF;
  } */

  .edit-image {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    right: -6px;
    /* bottom: 0; */
    top: -5px;
  }
  
  
  .form-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 0.75em;
    margin-bottom: 21px;
    display: none;
  }
  
  .input-error {
    margin-bottom: 0px !important;
  }
  
  .input-error + div{
    display: block !important;
  }
  
  
  .maring-bottom-zero {
    margin-bottom: 0 !important;
  }
  
  
  .maring-top-zero {
    margin-top: 0 !important;
  }
  
  .show-service-area-button {
    -ms-transform: translateY(12px);
    -webkit-transform:translateY(12px);
    transform:translateY(12px);
  }
  
  .payment-record-list {
    width: 100%;
  }
  
  .payment-record-list-item.template {
    display: none;
  }
  
  .payment-record-list-item {
    display: -webkit-flex;
    display: flex;
    padding: 14px 24px;
    /* border-bottom: solid 1px #B6B6B6; */
  }

  .un-payment-record-list-item {
    display: -webkit-flex;
    display: flex;
    background: white;
    color: #707070;
    min-height: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
    overflow: hidden;
  }

  .un-payment-record-list-item.margin {
    margin-bottom: 10px;
  }
  
  .payment-record-label-parent {
    border-bottom: solid 1px #B6B6B6;
    padding-bottom: 15px;
  }

  .un-payment-record-label-parent {
    padding-top: 11px;
    padding-bottom: 15px;
  }

  .block-un-payment-record {
    background: #F2F4F9;
    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 6px;
    padding-right: 6px;
    min-height: 100vh;
  }
  
  .payment-record-label {
    color: #707070;
    font-size: 1em;
    /* font-weight: bold; */
  }

  .un-payment-record-label {
    color: #707070;
    font-size: 0.875em;
    padding-right: 10px;
    /* font-weight: bold; */
  }
  
  .payment-pay-now {
    background: #5063AE;
    color: white;
    font-size: 12px;
    line-height: 24px;
    min-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
  }


  
  .payment-record-value {
    color: #707070;
    font-size: 1em;
  }

  .un-payment-record-value {
    color: #707070;
    font-size: 1em;
    overflow-x: hidden;
    word-wrap: break-word;
    padding-right: 10px;
  }
  
  .payment-download-receipt {
  
  }

  .payment-no-data {
    font-size: 1em;
    padding: 14px 0;
    color: #707070;
  }
  
  .payment-download-receipt-img {
    width: 18px;
    height: 22px;
    cursor: pointer;
  }
  
  
  .flex-date {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 0px !important;
  }
  
  .flex-status {
    -webkit-flex: 1;
    flex: 1;
  }
  
  .flex-amount {
    -webkit-flex: 1;
    flex: 1;
  }
  
  .flex-receipt {
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }

  .flex-account {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 20px !important;
  }
  
  .flex-desc {
    -webkit-flex: 1;
    flex: 1;
  }
  
  .flex-qty {
    -webkit-flex: none;
    flex: none;
    width: 50px;
    text-align: center;
  }
  
  .flex-amount-2 {
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    max-width: 110px;
  }
  
  
  @media (min-width: 992px) {

    .payment-pay-now {
      background: #5063AE;
      color: white;
      font-size: 0.875em;
      line-height: 24px;
      min-height: 24px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      cursor: pointer;
      border-radius: 2px;
      display: inline-block;
    }
    
    .flex-date {
      -webkit-flex: 3;
      flex: 3;
      padding-left: 0px !important;
    }
  }

  #snackbar {
    visibility: hidden;
    text-align: center;
    width: 300px;
    max-width: 80vw;
    height: 140px;
    margin-left: 0px;
    background-color: #E6F0FF;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 999;
    left: calc(50% - 150px);
    bottom: calc(50% - 70px);
    font-size: 1.25em;
    margin-top: 6px;
    color: #092CA7;
  }

  .circle-chekcbox {
    background: url(../images/panorama_editor/checkmark.png) no-repeat center center #5a86ff;
    background-size: 17px 13px;
    border: none;
    width: 23px;
    height: 23px;
    border-radius: 23px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

  @-webkit-keyframes fadein {
    from {bottom: calc(50% - 70px); opacity: 0;} 
    to {bottom:  calc(50% - 70px); opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: calc(50% - 70px); opacity: 0;}
    to {bottom:  calc(50% - 70px); opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom:  calc(50% - 70px); opacity: 1;} 
    to {bottom: calc(50% - 70px); opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom:  calc(50% - 70px); opacity: 1;}
    to {bottom: calc(50% - 70px); opacity: 0;}
  }
  
  /* @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom:  calc(50% - 70px); opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom:  calc(50% - 70px); opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom:  calc(50% - 70px); opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom:  calc(50% - 70px); opacity: 1;}
    to {bottom: 0; opacity: 0;}
  } */

  @media (min-width: 992px) {
    #snackbar {
      visibility: hidden;
      text-align: center;
      width: 420px;
      max-width: 80vw;
      height: 140px;
      margin-left: 0px;
      background-color: #E6F0FF;
      color: #fff;
      text-align: center;
      border-radius: 2px;
      position: fixed;
      z-index: 999;
      left: calc(50% - 210px);
      bottom: calc(50% - 70px);
      font-size: 1.25em;
      color: #092CA7;
      margin-top: 6px;
    }
  
    
  }


.save-message-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  display: none;
}

.save-message-body {
  top: 0;
  left: 0;
  z-index: 1;
  width: 460px;
  max-width: 90%;
  height: 210px;
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  border-radius: 5px;
}

.save-message-icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 2px;
}

.save-message-text {
  color: #363636;
  font-size: 18px;
  text-align: center;
  /* margin-top: 72px; */
  float: left;
  margin-left: 11px;
}

.save-message-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.save-message-button {
  min-width: 200px; 
  cursor: pointer; 
  margin-top: 50px; 
  text-align: center;
  color: #436CF9;
}

.save-message-button:hover {
  color: #1226AA;
}
