/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../merged-node_modules/node_modules/.pnpm/css-loader@6.5.1_webpack@5.93.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../merged-node_modules/node_modules/.pnpm/vue-loader@15.10.0_css-loader@6.5.1_webpack@5.93.0__lodash@4.17.21_underscore@1.13.7_vue-temp_2lwe7pclhvfywpy5m27hldq2bq/node_modules/vue-loader/lib/loaders/stylePostLoader.js!../merged-node_modules/node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.93.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!../merged-node_modules/node_modules/.pnpm/less-loader@10.2.0_less@4.1.2_webpack@5.93.0/node_modules/less-loader/dist/cjs.js!../merged-node_modules/node_modules/.pnpm/style-resources-loader@1.5.0_webpack@5.93.0/node_modules/style-resources-loader/lib/index.js??clonedRuleSet-1.use[4]!../merged-node_modules/node_modules/.pnpm/thread-loader@3.0.4_webpack@5.93.0/node_modules/thread-loader/dist/cjs.js??ruleSet[0].use[0]!../merged-node_modules/node_modules/.pnpm/vue-loader@15.10.0_css-loader@6.5.1_webpack@5.93.0__lodash@4.17.21_underscore@1.13.7_vue-temp_2lwe7pclhvfywpy5m27hldq2bq/node_modules/vue-loader/lib/index.js??vue-loader-options!./src/vendorAuth/App.vue?vue&type=style&index=0&id=08c5607c&prod&lang=less& ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.chime-primary-color {
  color: var(--primary-color) !important;
}
.hover-underline:hover {
  text-decoration: underline;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 450px;
  font-family: "SF UI Text";
  overflow: hidden;
}
.wrapper {
  width: 100%;
  height: 100%;
  min-height: max(550px, 100%);
  background: #f6f7fb;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 9px 0 rgba(14, 27, 52, 0.05);
          box-shadow: 0 3px 9px 0 rgba(14, 27, 52, 0.05);
  background-color: #ffffff;
}
.wrapper .header > img {
  margin-left: 30px;
  height: 22px;
  display: block;
}
.wrapper .body-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc(100% - 60px);
     -moz-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 60px);
          flex: 1 1 calc(100% - 60px);
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 600px;
  margin: 20px 0;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: max(100%, 540px);
      -ms-flex-preferred-size: max(100%, 540px);
          flex-basis: max(100%, 540px);
}
.wrapper .body .login-wrapper {
  padding: 0 0 30px;
  width: 420px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 6px solid var(--primary-color);
  padding: 0 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
  background-color: #ffffff;
}
.wrapper .body .login-wrapper .chime-logo {
  width: 60px;
  margin-top: 14px;
  margin-bottom: 27px;
}
.wrapper .body .login-wrapper .vendor-logo-wrapper {
  width: 180px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapper .body .login-wrapper .note {
  font-size: 14px;
  margin: 20px 0 30px 0;
  text-align: center;
  color: #797e8b;
}
.wrapper .body .login-wrapper .login-form .com-form-item .chime-input {
  width: 100%;
}
.wrapper .body .login-wrapper .chime-btn {
  margin-top: 10px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}
.wrapper .body .connect-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 700px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 6px solid var(--primary-color);
  padding: 0 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
  background-color: #ffffff;
  max-height: -webkit-calc(100% - 40px);
  max-height: calc(100% - 40px);
  min-height: 500px;
  padding-bottom: 30px;
  overflow: auto;
}
.wrapper .body .connect-wrapper .logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  margin-top: 64px;
}
.wrapper .body .connect-wrapper .logo-wrapper .logo-it {
  width: 120px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 120px;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapper .body .connect-wrapper .logo-wrapper .logo-it:last-child {
  width: 100px;
  margin-left: 10px;
}
.wrapper .body .connect-wrapper .logo-wrapper .logo-center {
  position: relative;
  height: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin: 0 10px;
  color: #a0a3af;
  border-bottom: 1px dashed #c6c8d1;
}
.wrapper .body .connect-wrapper .logo-wrapper .logo-center span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
      -ms-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
}
.wrapper .body .connect-wrapper .content-container .mark {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #515666;
}
.wrapper .body .connect-wrapper .content-container .mark .tips {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #515666;
  margin-top: 20px;
}
.wrapper .body .connect-wrapper .appname {
  font-size: 16px;
  text-align: center;
  color: #515666;
  margin-bottom: 10px;
  line-height: 24px;
  overflow: auto;
  max-height: 200px;
  min-height: 24px;
}
.wrapper .body .connect-wrapper .btn-group {
  padding: 0 20px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
.wrapper .body .connect-wrapper .privacy-policy {
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #797e8b;
}
.wrapper .body .connect-wrapper .chime-btn {
  margin-top: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.wrapper .body .connect-wrapper .chime-btn.cancel {
  margin-bottom: 20px;
  background: #f6f7fb;
  color: #a0a3af;
}
.wrapper .body .connect-wrapper .chime-btn.cancel:hover {
  color: #a0a3af;
  background: #ebecf1;
}
.wrapper .body .connect-wrapper .chime-btn.cancel:active {
  background: #e1e2e6;
  color: #a0a3af;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../merged-node_modules/node_modules/.pnpm/css-loader@6.5.1_webpack@5.93.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../merged-node_modules/node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.93.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./src/less/base/chime2020.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
    font-family: "chime2020"; /* Project id 2195252 */
    src: url('https://static.chimeroi.com/servicetool-temp/20241028/12/font2020_1028/iconfont.woff2?t=1634019247041') format('woff2'),
         url('https://static.chimeroi.com/servicetool-temp/20241028/12/font2020_1028/iconfont.woff?t=1634019247041') format('woff'),
         url('https://static.chimeroi.com/servicetool-temp/20241028/12/font2020_1028/iconfont.ttf?t=1634019247041') format('truetype');
  }
  
  .chime2020 {
    font-family: "chime2020" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .iconletter_01:before {
    content: "\e833";
  }
  
  .iconscope_01:before {
    content: "\e82a";
  }
  
  .iconcalendar_06:before {
    content: "\e82b";
  }
  
  .iconhand_01:before {
    content: "\e82c";
  }
  
  .iconshopping_01:before {
    content: "\e82d";
  }
  
  .iconshopping_03:before {
    content: "\e82e";
  }
  
  .iconcalendar_05:before {
    content: "\e82f";
  }
  
  .iconshopping_02:before {
    content: "\e830";
  }
  
  .iconshopping_05:before {
    content: "\e831";
  }
  
  .iconshopping_04:before {
    content: "\e832";
  }
  
  .icondraw_05:before {
    content: "\e822";
  }
  
  .iconbuy_01:before {
    content: "\e823";
  }
  
  .iconSwitch_01:before {
    content: "\e824";
  }
  
  .iconrubber_01:before {
    content: "\e825";
  }
  
  .iconrubber_02:before {
    content: "\e826";
  }
  
  .iconsmart_plan_start:before {
    content: "\e827";
  }
  
  .iconneighborhood_01:before {
    content: "\e828";
  }
  
  .iconlocation_radius_01:before {
    content: "\e829";
  }
  
  .icondraw_06:before {
    content: "\e821";
  }
  
  .iconmarkettrends_02:before {
    content: "\e81f";
  }
  
  .iconview_grid_02:before {
    content: "\e820";
  }
  
  .iconarrow_05_down:before {
    content: "\e80e";
  }
  
  .iconarrow_05_left:before {
    content: "\e80f";
  }
  
  .iconarrow_05_top:before {
    content: "\e810";
  }
  
  .icongallery_01:before {
    content: "\e811";
  }
  
  .icondrawar_03:before {
    content: "\e812";
  }
  
  .icondrawar_04:before {
    content: "\e813";
  }
  
  .iconvilla_01:before {
    content: "\e814";
  }
  
  .iconlisthome_02:before {
    content: "\e815";
  }
  
  .iconlisthome_01:before {
    content: "\e816";
  }
  
  .iconwidgets_01:before {
    content: "\e817";
  }
  
  .iconarrow_05_right:before {
    content: "\e818";
  }
  
  .iconwidgets_02:before {
    content: "\e819";
  }
  
  .iconvendor_02:before {
    content: "\e81a";
  }
  
  .iconview_list_02:before {
    content: "\e81b";
  }
  
  .iconvilla_02:before {
    content: "\e81c";
  }
  
  .iconvendor_01:before {
    content: "\e81d";
  }
  
  .iconmarkettrends_01:before {
    content: "\e81e";
  }
  
  .iconmail_optin_02:before {
    content: "\e807";
  }
  
  .iconmail_success_02:before {
    content: "\e808";
  }
  
  .iconmail_optin_01:before {
    content: "\e80c";
  }
  
  .iconmail_success_01:before {
    content: "\e80d";
  }
  
  .iconblog_04:before {
    content: "\e809";
  }
  
  .iconblog_03:before {
    content: "\e80a";
  }
  
  .iconblog_02:before {
    content: "\e80b";
  }
  
  .icondesign_02:before {
    content: "\e802";
  }
  
  .icondesign_01:before {
    content: "\e803";
  }
  
  .iconpicture_02:before {
    content: "\e804";
  }
  
  .iconpostcard_03:before {
    content: "\e805";
  }
  
  .iconpostcard_04:before {
    content: "\e806";
  }
  
  .iconmoney_invalid:before {
    content: "\e801";
  }
  
  .iconpending_01:before {
    content: "\e7ff";
  }
  
  .iconeditimage_01:before {
    content: "\e800";
  }
  
  .iconflag_01:before {
    content: "\e7f3";
  }
  
  .iconbookmark_02:before {
    content: "\e7f2";
  }
  
  .iconbookmark_01:before {
    content: "\e7f4";
  }
  
  .iconflag_02:before {
    content: "\e7f5";
  }
  
  .iconcar_02:before {
    content: "\e7f6";
  }
  
  .iconcarrier_01:before {
    content: "\e7f7";
  }
  
  .iconlocation_04:before {
    content: "\e7f8";
  }
  
  .iconmap_02:before {
    content: "\e7f9";
  }
  
  .iconcar_01:before {
    content: "\e7fa";
  }
  
  .iconrun_01:before {
    content: "\e7fb";
  }
  
  .iconpin_04:before {
    content: "\e7fc";
  }
  
  .iconpin_03:before {
    content: "\e7fd";
  }
  
  .iconcarrier_02:before {
    content: "\e7fe";
  }
  
  .icondce_add:before {
    content: "\e7c2";
  }
  
  .icondce_aligncenter:before {
    content: "\e7c3";
  }
  
  .icondce_alignright:before {
    content: "\e7c4";
  }
  
  .icondce_arrow:before {
    content: "\e7c5";
  }
  
  .icondce_alignleft:before {
    content: "\e7c6";
  }
  
  .icondce_arrowl:before {
    content: "\e7c7";
  }
  
  .icondce_cancel:before {
    content: "\e7c8";
  }
  
  .icondce_circle:before {
    content: "\e7c9";
  }
  
  .icondce_arrowup:before {
    content: "\e7ca";
  }
  
  .icondce_bringforward:before {
    content: "\e7cb";
  }
  
  .icondce_clone:before {
    content: "\e7cc";
  }
  
  .icondce_arrowdown:before {
    content: "\e7cd";
  }
  
  .icondce_engage:before {
    content: "\e7ce";
  }
  
  .icondce_exclamation:before {
    content: "\e7cf";
  }
  
  .icondce_crop:before {
    content: "\e7d0";
  }
  
  .icondce_bringtofront:before {
    content: "\e7d1";
  }
  
  .icondce_download:before {
    content: "\e7d2";
  }
  
  .icondce_arrowr:before {
    content: "\e7d3";
  }
  
  .icondce_group:before {
    content: "\e7d4";
  }
  
  .icondce_delete:before {
    content: "\e7d5";
  }
  
  .icondce_photo:before {
    content: "\e7d6";
  }
  
  .icondce_icon:before {
    content: "\e7d7";
  }
  
  .icondce_preview:before {
    content: "\e7d8";
  }
  
  .icondce_grabmode:before {
    content: "\e7d9";
  }
  
  .icondce_line:before {
    content: "\e7da";
  }
  
  .icondce_logo:before {
    content: "\e7db";
  }
  
  .icondce_polygon:before {
    content: "\e7dc";
  }
  
  .icondce_print:before {
    content: "\e7dd";
  }
  
  .icondce_question:before {
    content: "\e7de";
  }
  
  .icondce_qrcode:before {
    content: "\e7df";
  }
  
  .icondce_rectangle:before {
    content: "\e7e0";
  }
  
  .icondce_scaletofit:before {
    content: "\e7e1";
  }
  
  .icondce_saveimage:before {
    content: "\e7e2";
  }
  
  .icondce_shape:before {
    content: "\e7e3";
  }
  
  .icondce_save:before {
    content: "\e7e4";
  }
  
  .icondce_selectionmode:before {
    content: "\e7e5";
  }
  
  .icondce_redo:before {
    content: "\e7e6";
  }
  
  .icondce_sendbackwards:before {
    content: "\e7e7";
  }
  
  .icondce_triangle:before {
    content: "\e7e8";
  }
  
  .icondce_text:before {
    content: "\e7e9";
  }
  
  .icondce_sendtoback:before {
    content: "\e7ea";
  }
  
  .icondce_search:before {
    content: "\e7eb";
  }
  
  .icondce_Undo:before {
    content: "\e7ec";
  }
  
  .icondce_upload:before {
    content: "\e7ed";
  }
  
  .icondce_zoomout:before {
    content: "\e7ee";
  }
  
  .icondce_zoomin:before {
    content: "\e7ef";
  }
  
  .icondce_textcode:before {
    content: "\e7f0";
  }
  
  .icondce_ungroup:before {
    content: "\e7f1";
  }
  
  .iconcollapse_right:before {
    content: "\e698";
  }
  
  .icontip_02:before {
    content: "\e798";
  }
  
  .icondelete_02:before {
    content: "\e699";
  }
  
  .icontime:before {
    content: "\e799";
  }
  
  .icondirections:before {
    content: "\e69a";
  }
  
  .icontelephone_invalid:before {
    content: "\e79a";
  }
  
  .icondirection:before {
    content: "\e69b";
  }
  
  .icontime_02:before {
    content: "\e79b";
  }
  
  .icondelete_01:before {
    content: "\e69c";
  }
  
  .icontip_01:before {
    content: "\e79c";
  }
  
  .icondislike_02:before {
    content: "\e69d";
  }
  
  .icontrophy:before {
    content: "\e79d";
  }
  
  .icondislike:before {
    content: "\e69e";
  }
  
  .iconteam-Introduction:before {
    content: "\e79e";
  }
  
  .icondoc:before {
    content: "\e69f";
  }
  
  .icontwitter_02:before {
    content: "\e79f";
  }
  
  .icondownload:before {
    content: "\e6a0";
  }
  
  .icontransactions:before {
    content: "\e7a0";
  }
  
  .icondocs:before {
    content: "\e6a1";
  }
  
  .icontwitter_square:before {
    content: "\e7a1";
  }
  
  .icondollor:before {
    content: "\e6a2";
  }
  
  .icontumblr:before {
    content: "\e7a2";
  }
  
  .iconcustom_landing_page:before {
    content: "\e6a3";
  }
  
  .iconshowing:before {
    content: "\e7a3";
  }
  
  .icondollar_02:before {
    content: "\e6a4";
  }
  
  .iconupload:before {
    content: "\e7a4";
  }
  
  .icondrawar:before {
    content: "\e6a5";
  }
  
  .iconview_01:before {
    content: "\e7a5";
  }
  
  .iconDropbox:before {
    content: "\e6a6";
  }
  
  .iconvideo:before {
    content: "\e7a6";
  }
  
  .icondrip:before {
    content: "\e6a7";
  }
  
  .iconview_02:before {
    content: "\e7a7";
  }
  
  .icondrawar_02:before {
    content: "\e6a8";
  }
  
  .iconview_grid:before {
    content: "\e7a8";
  }
  
  .iconearphones:before {
    content: "\e6a9";
  }
  
  .icontwitter:before {
    content: "\e7a9";
  }
  
  .iconedit:before {
    content: "\e6aa";
  }
  
  .iconvoice_01:before {
    content: "\e7aa";
  }
  
  .iconerror:before {
    content: "\e6ab";
  }
  
  .iconvoice_02:before {
    content: "\e7ab";
  }
  
  .iconevaluation:before {
    content: "\e6ac";
  }
  
  .iconvoice_03:before {
    content: "\e7ac";
  }
  
  .icondropdown_01:before {
    content: "\e6ad";
  }
  
  .iconview_Invisible_02:before {
    content: "\e7ad";
  }
  
  .iconexpand_up:before {
    content: "\e6ae";
  }
  
  .iconview_list:before {
    content: "\e7ae";
  }
  
  .iconenergy:before {
    content: "\e6af";
  }
  
  .iconvoice_05:before {
    content: "\e7af";
  }
  
  .iconexpand_down:before {
    content: "\e6b0";
  }
  
  .iconvoice_06:before {
    content: "\e7b0";
  }
  
  .iconexport_02:before {
    content: "\e6b1";
  }
  
  .iconvolume_01:before {
    content: "\e7b1";
  }
  
  .iconexport:before {
    content: "\e6b2";
  }
  
  .iconvolume_close:before {
    content: "\e7b2";
  }
  
  .iconfacebook_02:before {
    content: "\e6b3";
  }
  
  .iconvoice_04:before {
    content: "\e7b3";
  }
  
  .iconfavorite_01:before {
    content: "\e6b4";
  }
  
  .iconwallet:before {
    content: "\e7b4";
  }
  
  .iconeducation:before {
    content: "\e6b5";
  }
  
  .iconwebinars-videos:before {
    content: "\e7b5";
  }
  
  .iconfacebook:before {
    content: "\e6b6";
  }
  
  .iconwebsite_01:before {
    content: "\e7b6";
  }
  
  .iconfavorite_02:before {
    content: "\e6b7";
  }
  
  .iconwifi:before {
    content: "\e7b7";
  }
  
  .iconfb_square:before {
    content: "\e6b8";
  }
  
  .iconvolume_02:before {
    content: "\e7b8";
  }
  
  .iconfilter_02:before {
    content: "\e6b9";
  }
  
  .iconwebsite_02:before {
    content: "\e7b9";
  }
  
  .iconfeatured_listing:before {
    content: "\e6ba";
  }
  
  .iconzoom_01:before {
    content: "\e7ba";
  }
  
  .iconfeatured_area:before {
    content: "\e6bb";
  }
  
  .iconSqFt:before {
    content: "\e7bb";
  }
  
  .iconfilter:before {
    content: "\e6bc";
  }
  
  .iconzoom_03:before {
    content: "\e7bc";
  }
  
  .iconfinish_01:before {
    content: "\e6bd";
  }
  
  .iconyoutube:before {
    content: "\e7bd";
  }
  
  .iconfolder_alt_02:before {
    content: "\e6be";
  }
  
  .iconzoom_02:before {
    content: "\e7be";
  }
  
  .iconfolder_02:before {
    content: "\e6bf";
  }
  
  .iconview_Invisible_01:before {
    content: "\e7bf";
  }
  
  .iconfire:before {
    content: "\e6c0";
  }
  
  .iconzoom_04:before {
    content: "\e7c0";
  }
  
  .iconfolder_alt:before {
    content: "\e6c1";
  }
  
  .iconskype:before {
    content: "\e7c1";
  }
  
  .iconfolder_sharedfile_02:before {
    content: "\e6c2";
  }
  
  .iconfolder_sharedfile_01:before {
    content: "\e6c3";
  }
  
  .iconform:before {
    content: "\e6c4";
  }
  
  .iconfolder:before {
    content: "\e6c5";
  }
  
  .iconfooter:before {
    content: "\e6c6";
  }
  
  .icongoogle_02:before {
    content: "\e6c7";
  }
  
  .iconGoogle_Drive:before {
    content: "\e6c8";
  }
  
  .icongoogle_plus_brands:before {
    content: "\e6c9";
  }
  
  .icongoogle_plus_square:before {
    content: "\e6ca";
  }
  
  .iconchats:before {
    content: "\e6cb";
  }
  
  .icongplus:before {
    content: "\e6cc";
  }
  
  .icongraph:before {
    content: "\e6cd";
  }
  
  .iconheader:before {
    content: "\e6ce";
  }
  
  .iconhelp_02:before {
    content: "\e6cf";
  }
  
  .iconhelp_01:before {
    content: "\e6d0";
  }
  
  .iconimport:before {
    content: "\e6d1";
  }
  
  .iconinstagram_02:before {
    content: "\e6d2";
  }
  
  .iconhouse_02:before {
    content: "\e6d3";
  }
  
  .iconimport_02:before {
    content: "\e6d4";
  }
  
  .iconidx:before {
    content: "\e6d5";
  }
  
  .iconhourglass:before {
    content: "\e6d6";
  }
  
  .iconinstagram_bold:before {
    content: "\e6d7";
  }
  
  .iconinstagram_brands:before {
    content: "\e6d8";
  }
  
  .iconhouse_01:before {
    content: "\e6d9";
  }
  
  .iconinstagram_square:before {
    content: "\e6da";
  }
  
  .iconhero:before {
    content: "\e6db";
  }
  
  .iconintegration_01:before {
    content: "\e6dc";
  }
  
  .iconinstagram:before {
    content: "\e6dd";
  }
  
  .iconkey:before {
    content: "\e6de";
  }
  
  .iconlaugh_01:before {
    content: "\e6df";
  }
  
  .iconkeyboard_02:before {
    content: "\e6e0";
  }
  
  .iconhandle:before {
    content: "\e6e1";
  }
  
  .iconleave_massage_01:before {
    content: "\e6e2";
  }
  
  .iconleave_massage_02:before {
    content: "\e6e3";
  }
  
  .iconlayers:before {
    content: "\e6e4";
  }
  
  .iconlaugh_02:before {
    content: "\e6e5";
  }
  
  .iconlead_capture:before {
    content: "\e6e6";
  }
  
  .iconlike_02:before {
    content: "\e6e7";
  }
  
  .iconlinkedin_02:before {
    content: "\e6e8";
  }
  
  .iconlist_arrow_right:before {
    content: "\e6e9";
  }
  
  .iconlinetext_01:before {
    content: "\e6ea";
  }
  
  .iconlink:before {
    content: "\e6eb";
  }
  
  .iconlike:before {
    content: "\e6ec";
  }
  
  .iconlinkedin_square:before {
    content: "\e6ed";
  }
  
  .iconlicense_02:before {
    content: "\e6ee";
  }
  
  .iconlist:before {
    content: "\e6ef";
  }
  
  .iconlisting-search:before {
    content: "\e6f0";
  }
  
  .iconlicense:before {
    content: "\e6f1";
  }
  
  .iconlinkedin:before {
    content: "\e6f2";
  }
  
  .iconlive_01:before {
    content: "\e6f3";
  }
  
  .iconlocation_02:before {
    content: "\e6f4";
  }
  
  .iconlocation_03:before {
    content: "\e6f5";
  }
  
  .iconloading:before {
    content: "\e6f6";
  }
  
  .iconlocation_arrow_02:before {
    content: "\e6f7";
  }
  
  .iconlocation_arrow_01:before {
    content: "\e6f8";
  }
  
  .iconlock_open:before {
    content: "\e6f9";
  }
  
  .iconlock:before {
    content: "\e6fa";
  }
  
  .iconkeyboard_01:before {
    content: "\e6fb";
  }
  
  .iconmagnifier_remove:before {
    content: "\e6fc";
  }
  
  .iconmagnifier_add:before {
    content: "\e6fd";
  }
  
  .iconmagic_wand:before {
    content: "\e6fe";
  }
  
  .iconmail_02:before {
    content: "\e6ff";
  }
  
  .iconmail_alerts:before {
    content: "\e700";
  }
  
  .iconmail_bounced_02:before {
    content: "\e701";
  }
  
  .iconmail_invalid_02:before {
    content: "\e702";
  }
  
  .iconmail_opened_02:before {
    content: "\e703";
  }
  
  .iconmail_invalid:before {
    content: "\e704";
  }
  
  .iconmail_bounced:before {
    content: "\e705";
  }
  
  .iconmail_opened:before {
    content: "\e706";
  }
  
  .iconmail_received:before {
    content: "\e707";
  }
  
  .iconmail_sent_02:before {
    content: "\e708";
  }
  
  .iconlocation:before {
    content: "\e709";
  }
  
  .iconmail:before {
    content: "\e70a";
  }
  
  .iconmail_received_02:before {
    content: "\e70b";
  }
  
  .iconmap_area:before {
    content: "\e70c";
  }
  
  .iconmail_sent:before {
    content: "\e70d";
  }
  
  .iconmap_nav:before {
    content: "\e70e";
  }
  
  .iconmap:before {
    content: "\e70f";
  }
  
  .iconmarketplace_01:before {
    content: "\e710";
  }
  
  .iconmessage_01:before {
    content: "\e711";
  }
  
  .iconmenu:before {
    content: "\e712";
  }
  
  .iconlisting_management:before {
    content: "\e613";
  }
  
  .iconmessage_02:before {
    content: "\e713";
  }
  
  .iconlisting_management_02:before {
    content: "\e614";
  }
  
  .iconmessage_read:before {
    content: "\e714";
  }
  
  .iconactivities_footprint_02:before {
    content: "\e615";
  }
  
  .iconmessage_virtual:before {
    content: "\e715";
  }
  
  .iconaction_redo_02:before {
    content: "\e616";
  }
  
  .iconmessage_voice_02:before {
    content: "\e716";
  }
  
  .iconaction_redo:before {
    content: "\e617";
  }
  
  .iconmessage_voice_close_02:before {
    content: "\e717";
  }
  
  .iconactivities_03:before {
    content: "\e618";
  }
  
  .iconminimize:before {
    content: "\e718";
  }
  
  .iconactivities_04:before {
    content: "\e619";
  }
  
  .iconmessage_voice_close_01:before {
    content: "\e719";
  }
  
  .iconaction_undo:before {
    content: "\e61a";
  }
  
  .iconmessage_voice:before {
    content: "\e71a";
  }
  
  .iconadd:before {
    content: "\e61b";
  }
  
  .iconminus_02:before {
    content: "\e71b";
  }
  
  .iconactivities:before {
    content: "\e61c";
  }
  
  .iconmore_01:before {
    content: "\e71c";
  }
  
  .iconad_01:before {
    content: "\e61d";
  }
  
  .iconminus_01:before {
    content: "\e71d";
  }
  
  .iconannex_01:before {
    content: "\e61e";
  }
  
  .iconmore_02:before {
    content: "\e71e";
  }
  
  .iconannex_02_pause:before {
    content: "\e61f";
  }
  
  .iconmore_03:before {
    content: "\e71f";
  }
  
  .iconannex_03_play:before {
    content: "\e620";
  }
  
  .iconmore_04:before {
    content: "\e720";
  }
  
  .iconadd_bold:before {
    content: "\e621";
  }
  
  .iconnav_01:before {
    content: "\e721";
  }
  
  .iconalert_02:before {
    content: "\e622";
  }
  
  .iconnearby:before {
    content: "\e722";
  }
  
  .iconaction_undo_02:before {
    content: "\e623";
  }
  
  .iconnotification_02:before {
    content: "\e723";
  }
  
  .iconalert_01:before {
    content: "\e624";
  }
  
  .iconnotification_close:before {
    content: "\e724";
  }
  
  .iconactivities_footprint_01:before {
    content: "\e625";
  }
  
  .iconnumber_01:before {
    content: "\e725";
  }
  
  .iconarrow_01_right:before {
    content: "\e626";
  }
  
  .iconnotification_01:before {
    content: "\e726";
  }
  
  .iconarrow_02_left:before {
    content: "\e627";
  }
  
  .iconoverview_02:before {
    content: "\e727";
  }
  
  .iconarrow_01_down:before {
    content: "\e628";
  }
  
  .iconoverview_01:before {
    content: "\e728";
  }
  
  .iconarrow_01_up:before {
    content: "\e629";
  }
  
  .iconparagraph_01:before {
    content: "\e729";
  }
  
  .iconarrow_03_right:before {
    content: "\e62a";
  }
  
  .iconpaper_clip:before {
    content: "\e72a";
  }
  
  .iconarrow_04_left:before {
    content: "\e62b";
  }
  
  .iconpartial_01:before {
    content: "\e72b";
  }
  
  .iconarrow_02_up:before {
    content: "\e62c";
  }
  
  .iconpartial_02:before {
    content: "\e72c";
  }
  
  .iconarrow_02_right:before {
    content: "\e62d";
  }
  
  .iconpause_02:before {
    content: "\e72d";
  }
  
  .iconarrow_04_down:before {
    content: "\e62e";
  }
  
  .iconpartner:before {
    content: "\e72e";
  }
  
  .iconarrow_04_down_1:before {
    content: "\e62f";
  }
  
  .iconpeople_01:before {
    content: "\e72f";
  }
  
  .iconarrow_04_up:before {
    content: "\e630";
  }
  
  .iconpeople_02:before {
    content: "\e730";
  }
  
  .iconarrow_01_left:before {
    content: "\e631";
  }
  
  .iconpause_01:before {
    content: "\e731";
  }
  
  .iconarrow_04_left_1:before {
    content: "\e632";
  }
  
  .iconpeople_03:before {
    content: "\e732";
  }
  
  .iconarrow_04_up_1:before {
    content: "\e633";
  }
  
  .iconpeople_04:before {
    content: "\e733";
  }
  
  .iconarrow_02_down:before {
    content: "\e634";
  }
  
  .iconpeople_accept:before {
    content: "\e734";
  }
  
  .iconattention_01:before {
    content: "\e635";
  }
  
  .iconpeople_add:before {
    content: "\e735";
  }
  
  .iconback_01:before {
    content: "\e636";
  }
  
  .iconpeople_active:before {
    content: "\e736";
  }
  
  .iconauto_01:before {
    content: "\e637";
  }
  
  .iconpeople_add_02:before {
    content: "\e737";
  }
  
  .iconback_02_Bold:before {
    content: "\e638";
  }
  
  .iconpeople_contacts:before {
    content: "\e738";
  }
  
  .iconauto_02:before {
    content: "\e639";
  }
  
  .iconpeople_edit:before {
    content: "\e739";
  }
  
  .iconbackspace_01:before {
    content: "\e63a";
  }
  
  .iconpeople_minus_02:before {
    content: "\e73a";
  }
  
  .iconbathroom:before {
    content: "\e63b";
  }
  
  .iconpeople_source:before {
    content: "\e73b";
  }
  
  .iconbackonmarket:before {
    content: "\e63c";
  }
  
  .iconpeople_time:before {
    content: "\e73c";
  }
  
  .iconattention_02:before {
    content: "\e63d";
  }
  
  .iconphone_invalid:before {
    content: "\e73d";
  }
  
  .iconbadge:before {
    content: "\e63e";
  }
  
  .iconpeople_team:before {
    content: "\e73e";
  }
  
  .iconbackspace_02:before {
    content: "\e63f";
  }
  
  .iconpicture:before {
    content: "\e73f";
  }
  
  .iconbanner:before {
    content: "\e640";
  }
  
  .iconphone_talk:before {
    content: "\e740";
  }
  
  .iconbottom_chime:before {
    content: "\e641";
  }
  
  .iconpin_01:before {
    content: "\e741";
  }
  
  .iconblog_01:before {
    content: "\e642";
  }
  
  .iconpin_02:before {
    content: "\e742";
  }
  
  .iconbottom_activity:before {
    content: "\e643";
  }
  
  .iconpie_chart:before {
    content: "\e743";
  }
  
  .iconbottom_people:before {
    content: "\e644";
  }
  
  .iconpinterest_brands:before {
    content: "\e744";
  }
  
  .iconbuyer:before {
    content: "\e645";
  }
  
  .iconpinterest_square:before {
    content: "\e745";
  }
  
  .iconarrow_04_right:before {
    content: "\e646";
  }
  
  .iconplay_01:before {
    content: "\e746";
  }
  
  .iconbottom_more:before {
    content: "\e647";
  }
  
  .iconplay_02:before {
    content: "\e747";
  }
  
  .iconbrag:before {
    content: "\e648";
  }
  
  .iconplane:before {
    content: "\e748";
  }
  
  .iconcalculator_02:before {
    content: "\e649";
  }
  
  .iconplus_01:before {
    content: "\e749";
  }
  
  .iconbacktosite:before {
    content: "\e64a";
  }
  
  .iconplus_02:before {
    content: "\e74a";
  }
  
  .iconbottom_chat:before {
    content: "\e64b";
  }
  
  .iconpost_01:before {
    content: "\e74b";
  }
  
  .iconcall_02:before {
    content: "\e64c";
  }
  
  .iconpostcard_01:before {
    content: "\e74c";
  }
  
  .iconcalcuator:before {
    content: "\e64d";
  }
  
  .iconpostcard_02:before {
    content: "\e74d";
  }
  
  .iconbedroom:before {
    content: "\e64e";
  }
  
  .iconprinter:before {
    content: "\e74e";
  }
  
  .iconcalendar_02:before {
    content: "\e64f";
  }
  
  .iconr_fb:before {
    content: "\e74f";
  }
  
  .iconcall_blacklist:before {
    content: "\e650";
  }
  
  .iconpuzzle:before {
    content: "\e750";
  }
  
  .iconbriefcase:before {
    content: "\e651";
  }
  
  .iconr_in:before {
    content: "\e751";
  }
  
  .iconcalendar_04:before {
    content: "\e652";
  }
  
  .iconrecord:before {
    content: "\e752";
  }
  
  .iconcalendar_03:before {
    content: "\e653";
  }
  
  .iconremark_02:before {
    content: "\e753";
  }
  
  .iconcall_end_04:before {
    content: "\e654";
  }
  
  .iconremark_03:before {
    content: "\e754";
  }
  
  .iconcall_end_02:before {
    content: "\e655";
  }
  
  .iconr_twitter:before {
    content: "\e755";
  }
  
  .iconcall_fail_02:before {
    content: "\e656";
  }
  
  .iconrenter_02:before {
    content: "\e756";
  }
  
  .iconcall_in_02:before {
    content: "\e657";
  }
  
  .iconrenter_01:before {
    content: "\e757";
  }
  
  .iconcall_fail:before {
    content: "\e658";
  }
  
  .iconreporting_01:before {
    content: "\e758";
  }
  
  .iconcalendar_01:before {
    content: "\e659";
  }
  
  .iconreporting_02:before {
    content: "\e759";
  }
  
  .iconcall_invalid_04:before {
    content: "\e65a";
  }
  
  .iconrobot_02:before {
    content: "\e75a";
  }
  
  .iconcall_01:before {
    content: "\e65b";
  }
  
  .iconrefresh:before {
    content: "\e75b";
  }
  
  .iconcall_end_03:before {
    content: "\e65c";
  }
  
  .iconrobot_01:before {
    content: "\e75c";
  }
  
  .iconcall_blocked_02:before {
    content: "\e65d";
  }
  
  .iconremark_01:before {
    content: "\e75d";
  }
  
  .iconcall_out_02:before {
    content: "\e65e";
  }
  
  .iconretry:before {
    content: "\e75e";
  }
  
  .iconcall_invalid_02:before {
    content: "\e65f";
  }
  
  .iconsad_02:before {
    content: "\e75f";
  }
  
  .iconcall_out:before {
    content: "\e660";
  }
  
  .iconsad_04:before {
    content: "\e760";
  }
  
  .iconcall_invalid_03:before {
    content: "\e661";
  }
  
  .iconsave_01:before {
    content: "\e761";
  }
  
  .iconcall_ringing:before {
    content: "\e662";
  }
  
  .iconrocket:before {
    content: "\e762";
  }
  
  .iconcall_in:before {
    content: "\e663";
  }
  
  .iconphone:before {
    content: "\e763";
  }
  
  .iconcall_voicemall:before {
    content: "\e664";
  }
  
  .iconsad_01:before {
    content: "\e764";
  }
  
  .iconcall_transfer_02:before {
    content: "\e665";
  }
  
  .iconsearch_Bold:before {
    content: "\e765";
  }
  
  .iconcall_transfer:before {
    content: "\e666";
  }
  
  .iconsending:before {
    content: "\e766";
  }
  
  .iconcamcorder:before {
    content: "\e667";
  }
  
  .iconsearch:before {
    content: "\e767";
  }
  
  .iconcancel_bold_small:before {
    content: "\e668";
  }
  
  .iconsend_03:before {
    content: "\e768";
  }
  
  .iconcamera:before {
    content: "\e669";
  }
  
  .iconpie_chart_02:before {
    content: "\e769";
  }
  
  .iconcall_end:before {
    content: "\e66a";
  }
  
  .iconseller:before {
    content: "\e76a";
  }
  
  .iconcall_blocked_01:before {
    content: "\e66b";
  }
  
  .iconsave_02:before {
    content: "\e76b";
  }
  
  .iconcalling_act_02:before {
    content: "\e66c";
  }
  
  .iconsend_01:before {
    content: "\e76c";
  }
  
  .iconcancel_bold:before {
    content: "\e66d";
  }
  
  .iconsend_02:before {
    content: "\e76d";
  }
  
  .iconchat_02:before {
    content: "\e66e";
  }
  
  .iconsad_03:before {
    content: "\e76e";
  }
  
  .iconcall_ready_01:before {
    content: "\e66f";
  }
  
  .iconsettings_01:before {
    content: "\e76f";
  }
  
  .iconchat_received:before {
    content: "\e670";
  }
  
  .iconsell:before {
    content: "\e770";
  }
  
  .iconcampaign_01:before {
    content: "\e671";
  }
  
  .iconsearch_bar:before {
    content: "\e771";
  }
  
  .iconchat_sent:before {
    content: "\e672";
  }
  
  .iconshare:before {
    content: "\e772";
  }
  
  .iconcalling_act_03:before {
    content: "\e673";
  }
  
  .iconsettings_02:before {
    content: "\e773";
  }
  
  .iconcalling_act_04:before {
    content: "\e674";
  }
  
  .iconsignal_01:before {
    content: "\e774";
  }
  
  .iconchecked:before {
    content: "\e675";
  }
  
  .iconsitehistory:before {
    content: "\e775";
  }
  
  .iconchecked_bold:before {
    content: "\e676";
  }
  
  .iconsite_style:before {
    content: "\e776";
  }
  
  .iconcancel:before {
    content: "\e677";
  }
  
  .iconsmile_01:before {
    content: "\e777";
  }
  
  .iconcancel_02:before {
    content: "\e678";
  }
  
  .iconsmart_plan_02:before {
    content: "\e778";
  }
  
  .iconchime:before {
    content: "\e679";
  }
  
  .iconshield:before {
    content: "\e779";
  }
  
  .iconcall_invalid:before {
    content: "\e67a";
  }
  
  .iconsmile_02:before {
    content: "\e77a";
  }
  
  .iconchime_03:before {
    content: "\e67b";
  }
  
  .iconpresent:before {
    content: "\e77b";
  }
  
  .iconcloud_download:before {
    content: "\e67c";
  }
  
  .iconsortsvg_part_01:before {
    content: "\e77c";
  }
  
  .iconchime_02:before {
    content: "\e67d";
  }
  
  .iconsort_04:before {
    content: "\e77d";
  }
  
  .iconcloud:before {
    content: "\e67e";
  }
  
  .iconsmart_plan_01:before {
    content: "\e77e";
  }
  
  .iconchats_02:before {
    content: "\e67f";
  }
  
  .iconsnapshot_01:before {
    content: "\e77f";
  }
  
  .iconcollapse_left:before {
    content: "\e680";
  }
  
  .iconsort_03:before {
    content: "\e780";
  }
  
  .iconcall_virtual:before {
    content: "\e681";
  }
  
  .iconsortsvg:before {
    content: "\e781";
  }
  
  .iconcollection_02:before {
    content: "\e682";
  }
  
  .iconSMS:before {
    content: "\e782";
  }
  
  .iconcms:before {
    content: "\e683";
  }
  
  .iconstable:before {
    content: "\e783";
  }
  
  .iconcompany_01:before {
    content: "\e684";
  }
  
  .iconSubscribe_01:before {
    content: "\e784";
  }
  
  .iconcollection_01:before {
    content: "\e685";
  }
  
  .iconsortsvg_part_02:before {
    content: "\e785";
  }
  
  .iconcompass:before {
    content: "\e686";
  }
  
  .iconsuccess_02:before {
    content: "\e786";
  }
  
  .iconcomputer:before {
    content: "\e687";
  }
  
  .iconsupport:before {
    content: "\e787";
  }
  
  .iconcopy:before {
    content: "\e688";
  }
  
  .icontable:before {
    content: "\e788";
  }
  
  .iconcopy_02:before {
    content: "\e689";
  }
  
  .iconsuccess:before {
    content: "\e789";
  }
  
  .iconcall_ready_02:before {
    content: "\e68a";
  }
  
  .icontag_02:before {
    content: "\e78a";
  }
  
  .iconcommunity:before {
    content: "\e68b";
  }
  
  .icontag_03:before {
    content: "\e78b";
  }
  
  .iconchat_01:before {
    content: "\e68c";
  }
  
  .icontablet:before {
    content: "\e78c";
  }
  
  .iconcta:before {
    content: "\e68d";
  }
  
  .icontag:before {
    content: "\e78d";
  }
  
  .iconcomment_01:before {
    content: "\e68e";
  }
  
  .icontask_02:before {
    content: "\e78e";
  }
  
  .iconcompany_02:before {
    content: "\e68f";
  }
  
  .icontarget_01:before {
    content: "\e78f";
  }
  
  .iconcloud_upload:before {
    content: "\e690";
  }
  
  .icontask_complete_02:before {
    content: "\e790";
  }
  
  .iconcontacts_notebook:before {
    content: "\e691";
  }
  
  .icontask:before {
    content: "\e791";
  }
  
  .iconcomment_02:before {
    content: "\e692";
  }
  
  .icontask_complete:before {
    content: "\e792";
  }
  
  .iconcursor:before {
    content: "\e693";
  }
  
  .iconteam-contact:before {
    content: "\e793";
  }
  
  .iconcustom:before {
    content: "\e694";
  }
  
  .icontelephone:before {
    content: "\e794";
  }
  
  .iconcredit_card:before {
    content: "\e695";
  }
  
  .icontelephone_talk:before {
    content: "\e795";
  }
  
  .icondashboard:before {
    content: "\e696";
  }
  
  .icontextcode_01:before {
    content: "\e796";
  }
  
  .icondashboard_02:before {
    content: "\e697";
  }
  
  .icontiktok_01:before {
    content: "\e797";
  }
  
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../merged-node_modules/node_modules/.pnpm/css-loader@6.5.1_webpack@5.93.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../merged-node_modules/node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.93.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!../merged-node_modules/node_modules/.pnpm/less-loader@10.2.0_less@4.1.2_webpack@5.93.0/node_modules/less-loader/dist/cjs.js!../merged-node_modules/node_modules/.pnpm/style-resources-loader@1.5.0_webpack@5.93.0/node_modules/style-resources-loader/lib/index.js??clonedRuleSet-1.use[4]!./src/less/common-page.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.chime-primary-color {
  color: var(--primary-color) !important;
}
.hover-underline:hover {
  text-decoration: underline;
}
body {
  line-height: 1.4 !important;
  color: #282828 !important;
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif" !important;
  font-size: 12px !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
textarea,
select {
  font-size: 100%;
  font-family: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form,
dd,
dl {
  margin: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form,
dd,
dl,
input,
textarea,
select,
a,
img,
span,
div,
button {
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif";
}
body {
  background: #f7f8fb;
}
h4,
h5,
h6 {
  font-size: 1em;
}
ul,
ol {
  padding-left: 0;
  list-style-type: none;
}
/*image with no-border*/
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
}
i {
  font-style: normal;
}
/* Hide the small icon of the input box automatically displayed by the browser */
input::-webkit-contacts-auto-fill-button,
input::-webkit-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
/* ipad The button to remove the default style  */
input[type="button"] {
  -webkit-appearance: none;
}
.grecaptcha-badge {
  display: none!important;
}
/* hover bold */
[hoverBoldText]:after {
  content: attr(hoverBoldText);
  font-weight: bold;
  visibility: hidden;
  color: transparent;
  overflow: hidden;
  display: block;
  height: 1px;
  margin-top: -1px;
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* margin */
.m0 {
  margin: 0;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ml1 {
  margin-left: 1px;
}
.ml2 {
  margin-left: 2px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml27 {
  margin-left: 27px;
}
.ml30 {
  margin-left: 30px;
}
.mr1 {
  margin-right: 1px;
}
.mr2 {
  margin-right: 2px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb1 {
  margin-bottom: 1px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
/* margin negative */
.ml-1 {
  margin-left: -1px;
}
.mr-1 {
  margin-right: -1px;
}
.mt-1 {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: -1px;
}
.ml-3 {
  margin-left: -3px;
}
.mr-3 {
  margin-right: -3px;
}
.mt-3 {
  margin-top: -3px;
}
.mb-3 {
  margin-bottom: -3px;
}
.ml-20 {
  margin-left: -20px;
}
.mr-20 {
  margin-right: -20px;
}
.mt-20 {
  margin-top: -20px;
}
.mb-20 {
  margin-bottom: -20px;
}
/* padding */
.p0 {
  padding: 0;
}
.p1 {
  padding: 1px;
}
.pl1 {
  padding-left: 1px;
}
.pt1 {
  padding-top: 1px;
}
.pr1 {
  padding-right: 1px;
}
.pb1 {
  padding-bottom: 1px;
}
.p2 {
  padding: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pt2 {
  padding-top: 2px;
}
.pr2 {
  padding-right: 2px;
}
.pb2 {
  padding-bottom: 2px;
}
.pl5 {
  padding-left: 5px;
}
.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.p15 {
  padding: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.p20 {
  padding: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.p30 {
  padding: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
/* font-size */
.f0 {
  font-size: 0;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f32 {
  font-size: 32px;
}
/* line-height */
.lh14 {
  line-height: 14px;
}
.lh16 {
  line-height: 16px;
}
.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh26 {
  line-height: 26px;
}
.lh-normal {
  line-height: normal;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
/* float */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
.l {
  font-weight: lighter;
}
/*color*/
.c46b0f3 {
  color: #46b0f3;
}
.c5ec7ee {
  color: #5ec7ee;
}
.c28 {
  color: #282828;
}
.ca0 {
  color: #a0a0a0;
}
.c78 {
  color: #787878;
}
/* ------------------- multiply CSS ------------------ */
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}
/* 清除浮动*/
.fix {
  *zoom: 1;
}
.fix:after {
  display: table;
  content: "";
  clear: both;
}
/* position */
.rel {
  position: relative;
}
.border-b {
  border-bottom: 1px solid #d9d9d9;
}
.click {
  cursor: pointer;
}
.a-click {
  cursor: pointer;
}
.a-click:hover {
  color: #46b0f3;
}
.no-overfloat {
  overflow-y: initial !important;
}
.single-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.h100p {
  height: 100%;
}
.w100p {
  width: 100%;
}
@font-face {
  font-family: "icon-font";
  src: url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.eot?j7uaz0");
  src: url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.eot?j7uaz0#iefix") format("embedded-opentype"), url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.woff2?j7uaz0") format("woff2"), url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.ttf?j7uaz0") format("truetype"), url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.woff?j7uaz0") format("woff"), url("//static.chimeroi.com/crm/fonts/icon/17-4-26/icon-font.svg?j7uaz0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Text";
  font-style: normal;
  src: local("SF UI Text"), url("//static.chimeroi.com/crm/fonts/SF-UI/SF-UI-Text-Regular.otf");
}
@font-face {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: 600;
  src: url("//static.chimeroi.com/crm/fonts/SF-UI/SF-UI-Text-Bold.otf");
}
/* cyrillic-ext */
@font-face {
  font-family: "SF UI Text";
  font-style: normal;
  font-weight: 500;
  src: url("//static.chimeroi.com/crm/fonts/SF-UI/SF-UI-Text-Medium.otf");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: url("https://static.chimeroi.com/servicetool-temp/2025428/5/Raleway-Thin.ttf");
}
@font-face {
  font-family: "chime";
  src: url("https://static.chimeroi.com/servicetool-temp/202556/7/crm_font_2025_05_06/iconfont.woff2?tmmrtf") format("woff2"), url("https://static.chimeroi.com/servicetool-temp/202556/7/crm_font_2025_05_06/iconfont.ttf?tmmrtf") format("truetype"), url("https://static.chimeroi.com/servicetool-temp/202556/7/crm_font_2025_05_06/iconfont.woff?tmmrtf") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon2017:before {
  font-family: "chime";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tip_03::before {
  content: "\e69c";
}
.icon-a-LeadAlert::before {
  content: "\e698";
}
.icon-presentation2:before {
  content: "\e68a";
}
.icon-presentation:before {
  content: "\e69b";
}
.icon-basic:before {
  content: "\e68d";
}
.icon-Vector:before {
  content: "\e68c";
}
.icon-a-Free-trail:before {
  content: "\e789";
}
.icon-docusign_01:before {
  content: "\e788";
}
.icon-finish_02:before {
  content: "\e6a2";
}
.icon-showing-tool:before {
  content: "\e668";
}
.icon-a-Crm-showingicon:before {
  content: "\e685";
}
.icon-CRM-showing:before {
  content: "\e787";
}
.icon-caret-down:before {
  content: "\e75a";
}
.icon-a-3d_02:before {
  content: "\e6fe";
}
.icon-view_03:before {
  content: "\e747";
}
.icon-ai-view_03:before {
  content: "\e747";
}
.icon-wrench_01::before {
  content: "\e71b";
}
.icon-menu_bold::before {
  content: "\e78d";
}
.icon-tree_04::before {
  content: "\e719";
}
.icon-tree_03::before {
  content: "\e71a";
}
.icon-tree_05::before {
  content: "\e7b5";
}
.icon-tree_06::before {
  content: "\e7b4";
}
.icon-mailbox_02::before {
  content: "\e6a3";
}
.icon-tree_01::before {
  content: "\e711";
}
.icon-tree_02::before {
  content: "\e710";
}
.icon-sale_01:before {
  content: "\e6f6";
}
.icon-refinancing_01:before {
  content: "\e6f5";
}
.icon-mls_01:before {
  content: "\e6b7";
}
.icon-partner:before {
  content: "\ea66";
}
.icon-zoom_04:before {
  content: "\ea86";
}
.icon-offer_01:before {
  content: "\e69f";
}
.icon-action_redo:before {
  content: "\e900";
}
.icon-letter_01:before {
  content: "\e620";
}
.icon-action_undo:before {
  content: "\e901";
}
.icon-activities_03:before {
  content: "\e902";
}
.icon-house_15:before {
  content: "\e79d";
}
.icon-activities_04:before {
  content: "\e903";
}
.icon-activities_footprint_01:before {
  content: "\e904";
}
.icon-activities_footprint_02:before {
  content: "\e905";
}
.icon-activities:before {
  content: "\e906";
}
.icon-add_bold:before {
  content: "\e907";
}
.icon-add_01:before {
  content: "\e908";
}
.icon-alert_01:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e68e";
}
.icon-EmailCampaign:before {
  content: "\e651";
}
.icon-alert_02:before {
  content: "\e90a";
}
.icon-arrow_01_down:before {
  content: "\e90b";
}
.icon-arrow_01_left:before {
  content: "\e90c";
}
.icon-arrow_01_right:before {
  content: "\e90d";
}
.icon-arrow_01_up:before {
  content: "\e90e";
}
.icon-arrow_02_down:before {
  content: "\e90f";
}
.icon-arrow_02_left:before {
  content: "\e910";
}
.icon-arrow_02_right:before {
  content: "\e911";
}
.icon-arrow_02_up:before {
  content: "\e912";
}
.icon-arrow_03_right:before {
  content: "\e913";
}
.icon-arrow_04_down_1:before {
  content: "\e914";
}
.icon-arrow_04_down:before {
  content: "\e915";
}
.icon-arrow_04_left_1:before {
  content: "\e916";
}
.icon-arrow_04_left:before {
  content: "\e917";
}
.icon-arrow_04_right:before {
  content: "\e918";
}
.icon-arrow_04_up_1:before {
  content: "\e919";
}
.icon-arrow_04_up:before {
  content: "\e91a";
}
.icon-attention_01:before {
  content: "\e91b";
}
.icon-attention_02:before {
  content: "\e91c";
}
.icon-badge:before {
  content: "\e91d";
}
.icon-bathroom:before {
  content: "\e91e";
}
.icon-bedroom:before {
  content: "\e91f";
}
.icon-briefcase:before {
  content: "\e920";
}
.icon-communicate_02:before {
  content: "\e796";
}
.icon-buyer:before {
  content: "\e921";
}
.icon-calcuator:before {
  content: "\e922";
}
.icon-calendar_01:before {
  content: "\e923";
}
.icon-calendar_02:before {
  content: "\e924";
}
.icon-call_01:before {
  content: "\e925";
}
.icon-call_02:before {
  content: "\e926";
}
.icon-call_blacklist:before {
  content: "\e927";
}
.icon-call_end_02:before {
  content: "\e928";
}
.icon-call_end_03:before {
  content: "\e929";
}
.icon-target_01:before {
  content: "\ea9c";
}
.icon-call_end_04:before {
  content: "\e92a";
}
.icon-call_end:before {
  content: "\e92b";
}
.icon-call_fail:before {
  content: "\e92c";
}
.icon-call_in:before {
  content: "\e92d";
}
.icon-call_invalid_03:before {
  content: "\e92e";
}
.icon-call_invalid_04:before {
  content: "\e92f";
}
.icon-call_invalid:before {
  content: "\e930";
}
.icon-call_out:before {
  content: "\e931";
}
.icon-call_ringing:before {
  content: "\e932";
}
.icon-call_virtual:before {
  content: "\e933";
}
.icon-call_voicemall:before {
  content: "\e934";
}
.icon-call_voicemall_02:before {
  content: "\e69d";
}
.icon-camcorder:before {
  content: "\e935";
}
.icon-camera:before {
  content: "\e936";
}
.icon-cancel_bold:before {
  content: "\e937";
}
.icon-cancel:before {
  content: "\e938";
}
.icon-chat_01:before {
  content: "\e939";
}
.icon-chat_02:before {
  content: "\e93a";
}
.icon-chats:before {
  content: "\e93b";
}
.icon-checked_bold:before {
  content: "\e93c";
}
.icon-checked:before {
  content: "\e93d";
}
.icon-support_03:before {
  content: "\e792";
}
.icon-support_04:before {
  content: "\e790";
}
.icon-house_03:before {
  content: "\e76f";
}
.icon-chime_02:before {
  content: "\e93e";
}
.icon-chime_01:before {
  content: "\e93f";
}
.icon-cloud_download:before {
  content: "\e940";
}
.icon-cloud_upload:before {
  content: "\e941";
}
.icon-cloud:before {
  content: "\e942";
}
.icon-collapse_left:before {
  content: "\e943";
}
.icon-collapse_right:before {
  content: "\e944";
}
.icon-collection_01:before {
  content: "\e945";
}
.icon-collection_02:before {
  content: "\e946";
}
.icon-collection_active:before {
  content: "\e7fe";
}
.icon-call_polygon_down:before {
  content: "\e807";
}
.icon-call_polygon:before {
  content: "\e806";
}
.icon-arrow_08_down:before {
  content: "\e75f";
}
.icon-arrow_08_up:before {
  content: "\e761";
}
.icon-comment_01:before {
  content: "\e947";
}
.icon-comment_02:before {
  content: "\e948";
}
.icon-community:before {
  content: "\e949";
}
.icon-compass:before {
  content: "\e94a";
}
.icon-computer:before {
  content: "\e94b";
}
.icon-collapse_right_02:before {
  content: "\e77d";
}
.icon-contacts_notebook:before {
  content: "\e94c";
}
.icon-copy_01:before {
  content: "\e94d";
}
.icon-copy_02:before {
  content: "\ea9e";
}
.icon-credit_card:before {
  content: "\e94e";
}
.icon-cursor:before {
  content: "\e94f";
}
.icon-custom:before {
  content: "\e950";
}
.icon-dashboard_02:before {
  content: "\e951";
}
.icon-dashboard:before {
  content: "\e952";
}
.icon-delete_01:before {
  content: "\e953";
}
.icon-delete_02:before {
  content: "\e954";
}
.icon-direction:before {
  content: "\e955";
}
.icon-directions:before {
  content: "\e956";
}
.icon-dislike:before {
  content: "\e957";
}
.icon-doc:before {
  content: "\e958";
}
.icon-docs:before {
  content: "\e959";
}
.icon-dollor:before {
  content: "\e95a";
}
.icon-download_01:before {
  content: "\e95b";
}
.icon-drawar:before {
  content: "\e95c";
}
.icon-drip_01:before {
  content: "\e95d";
}
.icon-earphones:before {
  content: "\e95e";
}
.icon-edit_01:before {
  content: "\e95f";
}
.icon-education:before {
  content: "\e960";
}
.icon-energy:before {
  content: "\e961";
}
.icon-error:before {
  content: "\e962";
}
.icon-evaluation:before {
  content: "\e963";
}
.icon-expand_down:before {
  content: "\e964";
}
.icon-expand_down_02:before {
  content: "\e77e";
}
.icon-expand_up:before {
  content: "\e965";
}
.icon-export:before {
  content: "\e966";
}
.icon-facebook:before {
  content: "\e967";
}
.icon-favorite_01:before {
  content: "\e968";
}
.icon-favorite_02:before {
  content: "\e969";
}
.icon-filter_01:before {
  content: "\e96a";
}
.icon-fire:before {
  content: "\e96b";
}
.icon-folder_alt:before {
  content: "\e96c";
}
.icon-folder:before {
  content: "\e96d";
}
.icon-gplus:before {
  content: "\e96e";
}
.icon-graph:before {
  content: "\e96f";
}
.icon-handle:before {
  content: "\e970";
}
.icon-help_01:before {
  content: "\e971";
}
.icon-help_02:before {
  content: "\e972";
}
.icon-hourglass:before {
  content: "\e973";
}
.icon-house_01:before {
  content: "\e974";
}
.icon-house_02:before {
  content: "\e975";
}
.icon-import_01:before {
  content: "\e976";
}
.icon-instagram:before {
  content: "\e977";
}
.icon-shareto_02:before {
  content: "\e712";
}
.icon-tag_03:before {
  content: "\ea7d";
}
.icon-blog_03:before {
  content: "\eaed";
}
.icon-blog_04:before {
  content: "\eaee";
}
.icon-key:before {
  content: "\e978";
}
.icon-keyboard_01:before {
  content: "\e979";
}
.icon-keyboard_02:before {
  content: "\e97a";
}
.icon-laugh_01:before {
  content: "\e97b";
}
.icon-laugh_02:before {
  content: "\e97c";
}
.icon-layers:before {
  content: "\e97d";
}
.icon-markettrends_01::before {
  content: "\e60d";
}
.icon-featured_area::before {
  content: "\ea64";
}
.icon-listhome_01::before {
  content: "\e607";
}
.icon-leave_massage_01:before {
  content: "\e97e";
}
.icon-leave_massage_02:before {
  content: "\e97f";
}
.icon-license:before {
  content: "\e980";
}
.icon-like:before {
  content: "\e981";
}
.icon-like_02:before {
  content: "\ea8e";
}
.icon-link:before {
  content: "\e982";
}
.icon-linkedin:before {
  content: "\e983";
}
.icon-list_01:before {
  content: "\e984";
}
.icon-location:before {
  content: "\e985";
}
.icon-lock_open:before {
  content: "\e986";
}
.icon-lock_01:before {
  content: "\e987";
}
.icon-magic_wand:before {
  content: "\e988";
}
.icon-magnifier_add:before {
  content: "\e989";
}
.icon-magnifier_remove:before {
  content: "\e98a";
}
.icon-mail_alerts:before {
  content: "\e98b";
}
.icon-mail_invalid_02:before {
  content: "\e98c";
}
.icon-mail_invalid:before {
  content: "\e98d";
}
.icon-mail_opened:before {
  content: "\e98e";
}
.icon-mail_sent:before {
  content: "\e98f";
}
.icon-mail_01:before {
  content: "\e990";
}
.icon-map_area:before {
  content: "\e991";
}
.icon-map_nav:before {
  content: "\e992";
}
.icon-map_01:before {
  content: "\e993";
}
.icon-menu_01:before {
  content: "\e994";
}
.icon-message_01:before {
  content: "\e995";
}
.icon-message_02:before {
  content: "\e996";
}
.icon-message_read:before {
  content: "\e997";
}
.icon-message_virtual:before {
  content: "\e998";
}
.icon-message_voice_02:before {
  content: "\e999";
}
.icon-message_voice_close_01:before {
  content: "\e99a";
}
.icon-message_voice_close_02:before {
  content: "\e99b";
}
.icon-message_voice:before {
  content: "\e99c";
}
.icon-minus_01:before {
  content: "\e99d";
}
.icon-minus_02:before {
  content: "\e99e";
}
.icon-more_01:before {
  content: "\e99f";
}
.icon-more_02:before {
  content: "\e9a0";
}
.icon-notification_01:before {
  content: "\e9a1";
}
.icon-notification_02:before {
  content: "\e9a2";
}
.icon-notification_close:before {
  content: "\e9a3";
}
.icon-overview_01:before {
  content: "\e9a4";
}
.icon-overview_02:before {
  content: "\e9a5";
}
.icon-paper_clip:before {
  content: "\e9a6";
}
.icon-paper_clip_02:before {
  content: "\e6b8";
}
.icon-pause_01:before {
  content: "\e9a7";
}
.icon-pause_02:before {
  content: "\e9a8";
}
.icon-people_01:before {
  content: "\e9a9";
}
.icon-people_02:before {
  content: "\e9aa";
}
.icon-people_03:before {
  content: "\e9ab";
}
.icon-people_04:before {
  content: "\e9ac";
}
.icon-people_06:before {
  content: "\e9ab";
}
.icon-group_01:before {
  content: "\e732";
}
.icon-people_accept:before {
  content: "\e9ad";
}
.icon-people_active:before {
  content: "\e9ae";
}
.icon-people_add:before {
  content: "\e9af";
}
.icon-people_contacts:before {
  content: "\e9b0";
}
.icon-people_edit:before {
  content: "\e9b1";
}
.icon-people_source:before {
  content: "\e9b2";
}
.icon-people_team:before {
  content: "\e9b3";
}
.icon-people_time:before {
  content: "\e9b4";
}
.icon-phone_01:before {
  content: "\e9b5";
}
.icon-picture:before {
  content: "\e9b6";
}
.icon-pie_chart:before {
  content: "\e9b7";
}
.icon-plane:before {
  content: "\e9b8";
}
.icon-play_01:before {
  content: "\e9b9";
}
.icon-play_02:before {
  content: "\e9ba";
}
.icon-ai-play_02:before {
  content: "\e9ba";
}
.icon-video_06:before {
  content: "\e6be";
}
.icon-plus_01:before {
  content: "\e9bb";
}
.icon-plus_02:before {
  content: "\e9bc";
}
.icon-present:before {
  content: "\e9bd";
}
.icon-printer:before {
  content: "\e9be";
}
.icon-puzzle:before {
  content: "\e9bf";
}
.icon-record_01:before {
  content: "\e9c0";
}
.icon-record_03:before {
  content: "\e6cd";
}
.icon-record_02:before {
  content: "\e6ce";
}
.icon-refresh:before {
  content: "\e9c1";
}
.icon-remark_01:before {
  content: "\e9c2";
}
.icon-remark_02:before {
  content: "\e9c3";
}
.icon-reporting_01:before {
  content: "\e9c4";
}
.icon-reporting_02:before {
  content: "\e9c5";
}
.icon-retry:before {
  content: "\e9c6";
}
.icon-rocket:before {
  content: "\e9c7";
}
.icon-search_01:before {
  content: "\e9c8";
}
.icon-sell_01:before {
  content: "\e9c9";
}
.icon-seller:before {
  content: "\e9ca";
}
.icon-send_01:before {
  content: "\e9cb";
}
.icon-send_02:before {
  content: "\e9cc";
}
.icon-ai-send_02:before {
  content: "\e9cc";
}
.icon-lofty_01:before {
  content: "\e78b";
}
.icon-lofty_02:before {
  content: "\e78a";
}
.icon-settings_01:before {
  content: "\e9cd";
}
.icon-settings_02:before {
  content: "\e9ce";
}
.icon-share:before {
  content: "\e9cf";
}
.icon-shield:before {
  content: "\e9d0";
}
.icon-showing:before {
  content: "\e9d1";
}
.icon-skype:before {
  content: "\e9d2";
}
.icon-smile_01:before {
  content: "\e9d3";
}
.icon-smile_02:before {
  content: "\e9d4";
}
.icon-SMS:before {
  content: "\e9d5";
}
.icon-sort_03:before {
  content: "\e9d6";
}
.icon-sort_04:before {
  content: "\e9d7";
}
.icon-sortsvg_part_01:before {
  content: "\e9d8";
}
.icon-sortsvg_part_02:before {
  content: "\e9d9";
}
.icon-sortsvg:before {
  content: "\e9da";
}
.icon-SqFt:before {
  content: "\e9db";
}
.icon-success_01:before {
  content: "\e9dc";
}
.icon-support:before {
  content: "\e9dd";
}
.icon-table_01:before {
  content: "\e9de";
}
.icon-tag_01:before {
  content: "\e9df";
}
.icon-tag_02:before {
  content: "\ea7c";
}
.icon-task_complete:before {
  content: "\e9e0";
}
.icon-task_01:before {
  content: "\e9e1";
}
.icon-telephone:before {
  content: "\e9e2";
}
.icon-team-contact:before {
  content: "\ea76";
}
.icon-time_01:before {
  content: "\e9e3";
}
.icon-tip_01:before {
  content: "\e9e4";
}
.icon-tip_02:before {
  content: "\e9e5";
}
.icon-transactions:before {
  content: "\e9e6";
}
.icon-trophy:before {
  content: "\e9e7";
}
.icon-tumblr:before {
  content: "\e9e8";
}
.icon-twitter:before {
  content: "\e9e9";
}
.icon-upload:before {
  content: "\e9ea";
}
.icon-view_01:before {
  content: "\e9eb";
}
.icon-view_02:before {
  content: "\e9ec";
}
.icon-view_grid:before {
  content: "\e9ed";
}
.icon-view-invisible_01:before {
  content: "\ea2b";
}
.icon-view_list:before {
  content: "\e9ee";
}
.icon-volume_01:before {
  content: "\e9ef";
}
.icon-volume_02:before {
  content: "\e9f0";
}
.icon-volume_close:before {
  content: "\e9f1";
}
.icon-wallet:before {
  content: "\e9f2";
}
.icon-website_01:before {
  content: "\e9f3";
}
.icon-website_02:before {
  content: "\e9f4";
}
.icon-youtube:before {
  content: "\e9f5";
}
.icon-list_arrow_right:before {
  content: "\e9f6";
  color: #c6c8d1;
}
.icon-more_03:before {
  content: "\e9f7";
}
.icon-more_04:before {
  content: "\e9f8";
}
.icon-chime_03:before {
  content: "\e9f9";
}
.icon-task_02:before {
  content: "\e9fa";
}
.icon-task_complete_02:before {
  content: "\e9fb";
}
.icon-minimize:before {
  content: "\e9fc";
}
.icon-cancel_bold_small:before {
  content: "\e9fd";
}
.icon-mail_bounced:before {
  content: "\e9fe";
}
.icon-mail_received:before {
  content: "\e9ff";
}
.icon-stable:before {
  content: "\ea00";
}
.icon-auto_01:before {
  content: "\ea01";
}
.icon-auto_02:before {
  content: "\ea02";
}
.icon-cancel_02:before {
  content: "\ea03";
}
.icon-sending:before {
  content: "\ea04";
}
.icon-pin_01:before {
  content: "\ea05";
}
.icon-pin_02:before {
  content: "\ea06";
}
.icon-smart_plan_01:before {
  content: "\ea07";
}
.icon-smart_plan_02:before {
  content: "\ea08";
}
.icon-calling_act_02:before {
  content: "\ea09";
}
.icon-calling_act_03:before {
  content: "\ea0a";
}
.icon-calling_act_04:before {
  content: "\ea0b";
}
.icon-location_arrow_01:before {
  content: "\ea0c";
}
.icon-sad_01:before {
  content: "\ea0d";
}
.icon-sad_02:before {
  content: "\ea0e";
}
.icon-sad_03:before {
  content: "\ea0f";
}
.icon-sad_04:before {
  content: "\ea10";
}
.icon-call_in_02:before {
  content: "\ea11";
}
.icon-call_out_02:before {
  content: "\ea12";
}
.icon-call_fail_02:before {
  content: "\ea13";
}
.icon-call_invalid_02:before {
  content: "\ea14";
}
.icon-drawar_02:before {
  content: "\ea15";
}
.icon-filter_02:before {
  content: "\ea16";
}
.icon-finish_01:before {
  content: "\ea17";
}
.icon-time_02:before {
  content: "\ea18";
}
.icon-partial_01:before {
  content: "\ea19";
}
.icon-calculator_03:before {
  content: "\e922";
}
.icon-calculator_02:before {
  content: "\ea1a";
}
.icon-partial_02:before {
  content: "\ea1b";
}
.icon-calendar_03:before {
  content: "\ea1c";
}
.icon-calendar_04:before {
  content: "\ea1d";
}
.icon-mail_sent_02:before {
  content: "\ea1e";
}
.icon-Subscribe_01:before {
  content: "\ea1f";
}
.icon-remark_03:before {
  content: "\ea20";
}
.icon-mail_02:before {
  content: "\ea21";
}
.icon-chats_02:before {
  content: "\ea22";
}
.icon-signal_01:before {
  content: "\ea23";
}
.icon-tablet:before {
  content: "\ea24";
}
.icon-location_02:before {
  content: "\ea25";
}
.icon-google_02:before {
  content: "\ea26";
}
.icon-facebook_02:before {
  content: "\ea27";
}
.icon-linkedin_02:before {
  content: "\ea28";
}
.icon-twitter_02:before {
  content: "\ea29";
}
.icon-success_02:before {
  content: "\ea2a";
}
.icon-view_Invisible_01:before {
  content: "\ea2b";
}
.icon-view_Invisible_02:before {
  content: "\ea2c";
}
.icon-idx:before {
  content: "\ea2f";
}
.icon-listing_management:before {
  content: "\e975";
}
.icon-cms:before {
  content: "\ea2f";
}
.icon-listing_management_02:before {
  content: "\ea30";
}
.icon-pie_chart_02:before {
  content: "\ea31";
}
.icon-call_transfer:before {
  content: "\ea32";
}
.icon-call_blocked_01:before {
  content: "\ea33";
}
.icon-call_blocked_02:before {
  content: "\ea34";
}
.icon-renter_01:before {
  content: "\ea35";
}
.icon-renter_02:before {
  content: "\ea36";
}
.icon-Dropbox:before {
  content: "\ea37";
  color: #a0a3af;
}
.icon-Google-Drive:before {
  content: "\ea38";
  color: #a0a3af;
}
.icon-people_minus_02:before {
  content: "\ea39";
}
.icon-people_add_02:before {
  content: "\ea3a";
}
.icon-backspace_01:before {
  content: "\ea3b";
}
.icon-backspace_02:before {
  content: "\ea3c";
}
.icon-call_ready_01:before {
  content: "\ea3d";
}
.icon-call_ready_02:before {
  content: "\ea3e";
}
.icon-new-loading:before {
  content: "\ea3f";
}
.icon-loading_svg:before {
  content: "\ea3f";
}
@-webkit-keyframes animation_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes animation_rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.icon-rotate_loading::before {
  content: "\ea3f";
}
.icon-rotate_loading {
  -webkit-animation: animation_rotate 2s infinite linear;
          animation: animation_rotate 2s infinite linear;
}
.icon-ai-rotate_loading::before {
  content: "\ea3f";
}
.icon-ai-rotate_loading {
  -webkit-animation: animation_rotate 2s infinite linear;
          animation: animation_rotate 2s infinite linear;
}
.icon-dollar_02:before {
  content: "\ea40";
}
.icon-fb_square:before {
  content: "\ea41";
}
.icon-google_plus_brands:before {
  content: "\ea42";
}
.icon-google_plus_square:before {
  content: "\ea43";
}
.icon-ad_01:before {
  content: "\ea9a";
}
.icon-linkedin_square:before {
  content: "\ea44";
}
.icon-pinterest_brands:before {
  content: "\ea45";
}
.icon-pinterest_square:before {
  content: "\ea46";
}
.icon-r_fb:before {
  content: "\ea47";
}
.icon-r_in:before {
  content: "\ea48";
}
.icon-r_twitter:before {
  content: "\ea49";
}
.icon-twitter_square:before {
  content: "\ea4a";
}
.icon-chat_sent:before {
  content: "\ea4b";
}
.icon-chat_received:before {
  content: "\ea4c";
}
.icon-textcode_01:before {
  content: "\ea4d";
}
.icon-back-to-site:before {
  content: "\ea4f";
}
.icon-back-on-market:before {
  content: "\ea53";
}
.icon-instagram_bold:before {
  content: "\ea56";
}
.icon-instagram_square:before {
  content: "\ea57";
}
.icon-instagram_brands:before {
  content: "\ea58";
}
.icon-send_03:before {
  content: "\ea59";
}
.icon-webinars-videos:before {
  content: "\ea5d";
}
.icon-campaign_01:before {
  content: "\ea5e";
}
.icon-robot_01:before {
  content: "\ea5f";
}
.icon-Clesr:before {
  content: "\ea69";
}
.icon-draw:before {
  content: "\ea6a";
}
.icon-phone_talk:before {
  content: "\ea6b";
}
.icon-phone_invalid:before {
  content: "\ea6c";
}
.icon-search_bar:before {
  content: "\ea65";
}
.icon-zoom_03:before {
  content: "\ea85";
}
.icon-integration_01:before {
  content: "\ea79";
}
.icon-marketplace_01:before {
  content: "\ea9f";
}
.icon-folder_alt_02:before {
  content: "\eaa0";
}
.icon-folder_02:before {
  content: "\eaa1";
}
.icon-folder_sharedfile_01:before {
  content: "\eaa2";
}
.icon-folder_sharedfile_02:before {
  content: "\eaa3";
}
.icon-export_02:before {
  content: "\eaa4";
}
.icon-import_02:before {
  content: "\eaa5";
}
.icon-dce_add:before {
  content: "\eaa6";
}
.icon-dce_aligncenter:before {
  content: "\eaa7";
}
.icon-dce_alignleft:before {
  content: "\eaa8";
}
.icon-dce_alignright:before {
  content: "\eaa9";
}
.icon-dce_arrowdown:before {
  content: "\eaaa";
}
.icon-dce_arrowup:before {
  content: "\eaab";
}
.icon-dce_arrowl:before {
  content: "\eaac";
}
.icon-dce_arrowr:before {
  content: "\eaad";
}
.icon-dce_arrow:before {
  content: "\eaae";
}
.icon-dce_bringforward:before {
  content: "\eaaf";
}
.icon-dce_circle:before {
  content: "\eab0";
}
.icon-dce_bringtofront:before {
  content: "\eab1";
}
.icon-dce_cancel:before {
  content: "\eab2";
}
.icon-dce_clone:before {
  content: "\eab3";
}
.icon-dce_crop:before {
  content: "\eab4";
}
.icon-dce_delete:before {
  content: "\eab5";
}
.icon-dce_download:before {
  content: "\eab6";
}
.icon-dce_engage:before {
  content: "\eab7";
}
.icon-dce_exclamation:before {
  content: "\eab8";
}
.icon-dce_grabmode:before {
  content: "\eab9";
}
.icon-dce_group:before {
  content: "\eaba";
}
.icon-dce_icon:before {
  content: "\eabb";
}
.icon-dce_line:before {
  content: "\eabc";
}
.icon-dce_logo:before {
  content: "\eabd";
}
.icon-dce_photo:before {
  content: "\eabe";
}
.icon-dce_polygon:before {
  content: "\eabf";
}
.icon-dce_preview:before {
  content: "\eac0";
}
.icon-dce_print:before {
  content: "\eac1";
}
.icon-dce_qrcode:before {
  content: "\eac2";
}
.icon-dce_question:before {
  content: "\eac3";
}
.icon-dce_rectangle:before {
  content: "\eac4";
}
.icon-dce_redo:before {
  content: "\eac5";
}
.icon-dce_saveimage:before {
  content: "\eac6";
}
.icon-dce_save:before {
  content: "\eac7";
}
.icon-dce_scaletofit:before {
  content: "\eac8";
}
.icon-dce_search:before {
  content: "\eac9";
}
.icon-dce_selectionmode:before {
  content: "\eaca";
}
.icon-dce_sendbackwards:before {
  content: "\eacb";
}
.icon-dce_sendtoback:before {
  content: "\eacc";
}
.icon-dce_shape:before {
  content: "\eacd";
}
.icon-dce_text:before {
  content: "\eace";
}
.icon-dce_textcode:before {
  content: "\eacf";
}
.icon-dce_triangle:before {
  content: "\ead0";
}
.icon-dce_Undo:before {
  content: "\ead1";
}
.icon-dce_ungroup:before {
  content: "\ead2";
}
.icon-dce_upload:before {
  content: "\ead3";
}
.icon-dce_zoomin:before {
  content: "\ead4";
}
.icon-dce_zoomout:before {
  content: "\ead5";
}
.icon-postcard_02:before {
  content: "\eae3";
}
.icon-postcard_01:before {
  content: "\ea94";
}
.icon-car_01:before {
  content: "\ead8";
}
.icon-car_02:before {
  content: "\ead9";
}
.icon-run_01:before {
  content: "\eada";
}
.icon-carrier_01:before {
  content: "\eadb";
}
.icon-carrier_02:before {
  content: "\eadc";
}
.icon-map_02:before {
  content: "\eadd";
}
.icon-location_04:before {
  content: "\eade";
}
.icon-bookmark_01:before {
  content: "\eadf";
}
.icon-bookmark_02:before {
  content: "\eae0";
}
.icon-pin_03:before {
  content: "\eae1";
}
.icon-pin_04:before {
  content: "\eae2";
}
.icon-editimage_01:before {
  content: "\eae4";
}
.icon-pending_01:before {
  content: "\eae5";
}
.icon-location_03:before {
  content: "\ea96";
}
.icon-back_01:before {
  content: "\ea90";
}
.icon-back_02_Bold:before {
  content: "\ea91";
}
.icon-like_02:before {
  content: "\ea8e";
}
.icon-dislike_02:before {
  content: "\ea8f";
}
.icon-action_redo_02:before {
  content: "\ea8c";
}
.icon-action_undo_02:before {
  content: "\ea8d";
}
.icon-mail_doubt:before {
  content: "\e629";
}
.icon-phone_doubt:before {
  content: "\e62a";
}
.icon-call_doubt:before {
  content: "\e62b";
}
.icon-annex_01::before {
  content: "\ea81";
}
.icon-ai-annex_01::before {
  content: "\ea81";
}
.icon-listhome_02::before {
  content: "\e608";
}
.icon-eraselead::before {
  content: "\e631";
}
.icon-snapshot::before {
  content: "\e630";
}
.icon-editlead::before {
  content: "\e62f";
}
.icon-mailbox::before {
  content: "\e62e";
}
.icon-dotloop_v2::before {
  content: "\e62d";
}
.icon-skyslope::before {
  content: "\e633";
}
.icon-welcomemail::before {
  content: "\e634";
}
.icon-brokermint_v2::before {
  content: "\e635";
}
.icon-mail_success_02::before {
  content: "\e60a";
}
.icon-draw_06::before {
  content: "\e618";
}
.icon-mail_auto_01::before {
  content: "\e6af";
}
.icon-chat_auto_01::before {
  content: "\e6a6";
}
.icon-pipeline_03::before {
  content: "\e6a9";
}
.mail_01::before {
  content: "\e990";
}
.message_01::before {
  content: "\e995";
}
.call_01::before {
  content: "\e925";
}
.postcard_01::before {
  content: "\ea94";
}
.letter_01::before {
  content: "\e620";
}
.icon-pipeline_03::before {
  content: "\e6a9";
}
.people_03::before {
  content: "\e9ab";
}
.tag_01::before {
  content: "\e9df";
}
.smart_plan_01::before {
  content: "\ea07";
}
.house_01::before {
  content: "\e974";
}
.icon-checklist_01::before {
  content: "\e6ac";
}
.icon-people_03::before {
  content: "\e6aa";
}
.icon_cma::before {
  content: "\e607";
}
.robot_01::before {
  content: "\ea5f";
}
.icon-design_01::before {
  content: "\eae7";
}
.icon_openhouse_01::before {
  content: "\e628";
}
.icon_site_style::before {
  content: "\ea77";
}
.icon_blog_01::before {
  content: "\ea78";
}
.icon-record_03::before {
  content: "\e6cd";
}
.icon-video_03::before {
  content: "\e6c7";
}
.icon-video_04::before {
  content: "\e6c4";
}
.icon-people_05::before {
  content: "\e6cc";
}
.icon-calendar_05::before {
  content: "\e61c";
}
.icon-listing-search::before {
  content: "\ea74";
}
.icon-folder_alt_03::before {
  content: "\e6c5";
}
.icon-social_02::before {
  content: "\e6b3";
}
.icon-robot_02:before {
  content: "\ea99";
}
.icon-social_01::before {
  content: "\e627";
}
.icon-cta::before {
  content: "\ea5a";
}
.icon-drawar_05::before {
  content: "\e6db";
}
.icon-drawar_03::before {
  content: "\e604";
}
.icon-people_source::before {
  content: "\e9b2";
}
.icon-achive_01::before {
  content: "\e6d6";
}
.icon-filter_01::before {
  content: "\e96a";
}
.icon-mail_02::before {
  content: "\ea21";
}
.icon-call_02::before {
  content: "\e926";
}
.icon-people_add::before {
  content: "\e9af";
}
.icon-people_archive::before {
  content: "\e6d6";
}
.icon-action_undo_03::before {
  content: "\e6eb";
}
.icon-exposure_01::before {
  content: "\e6f4";
}
.icon-number_01::before {
  content: "\ea8a";
}
.icon-workplace_01::before {
  content: "\e6f2";
}
.icon-workplace_02::before {
  content: "\e6f1";
}
.icon-site-history::before {
  content: "\ea6f";
}
.icon-refinancing_01::before {
  content: "\e6f5";
}
.icon-backoffice:before {
  content: "\e632";
}
.icon-crop::before {
  content: "\e636";
}
.icon-flag_02::before {
  content: "\ead7";
}
.icon-flag_03::before {
  content: "\e702";
}
.icon-company_01::before {
  content: "\ea7e";
}
.icon-arrow-down05::before {
  content: "\e601";
}
.icon-a-SellerReport::before {
  content: "\e703";
}
.icon-a-Autovideo::before {
  content: "\e704";
}
.icon-social-youtube::before {
  content: "\e705";
}
.icon-Logout_03::before {
  content: "\e70c";
}
.icon-Logout_04::before {
  content: "\e70b";
}
.icon-Logout::before {
  content: "\e644";
}
.icon-a-SwitchAccount::before {
  content: "\e649";
}
.icon-Billings::before {
  content: "\e645";
}
.icon-User::before {
  content: "\e646";
}
.icon-a-SwitchAccount::before {
  content: "\e649";
}
.icon-a-BackOffice::before {
  content: "\e647";
}
.icon-a-Referrallink::before {
  content: "\e648";
}
.icon-Settings::before {
  content: "\e64a";
}
.icon-a-ProductUpdates::before {
  content: "\e64b";
}
.icon-People::before {
  content: "\e63c";
}
.icon-Marketplace::before {
  content: "\e63d";
}
.icon-Transaction::before {
  content: "\e63e";
}
.icon-Notification::before {
  content: "\e63f";
}
.icon-search_02::before {
  content: "\e640";
}
.icon-inbox::before {
  content: "\e641";
}
.icon-Oppotunities::before {
  content: "\e643";
}
.icon-Calendar::before {
  content: "\e637";
}
.icon-Listings::before {
  content: "\e638";
}
.icon-Campaign::before {
  content: "\e639";
}
.icon-Website::before {
  content: "\e63a";
}
.icon-Reporting::before {
  content: "\e63b";
}
.icon-filter_03::before {
  content: "\e708";
}
.icon-filter_04::before {
  content: "\e709";
}
.icon-video_05::before {
  content: "\e6bf";
}
.icon-draw_05::before {
  content: "\e61b";
}
.icon-promotion_style::before {
  content: "\ea77";
}
.icon-openhouse_listing::before {
  content: "\e628";
}
.icon-nearby::before {
  content: "\ea70";
}
.icon-homereport_01::before {
  content: "\e725";
}
.icon-youtube1:before {
  content: "\e707";
}
.icon-pipeline_02:before {
  content: "\e6ad";
}
.icon-custom1:before {
  content: "\e694";
}
.icon-re_06:before {
  content: "\e730";
}
.icon-arrow_07_down_1:before {
  content: "\e729";
}
.icon-paper_clip_02:before {
  content: "\e6b8";
}
.icon-date:before {
  content: "\e65f";
}
.icon-company_02::before {
  content: "\ea7f";
}
.icon-move_01::before {
  content: "\e6a1";
}
.icon-lock_open_2::before {
  content: "\e744";
}
.icon-tour_01::before {
  content: "\e745";
}
.icon-tour_02::before {
  content: "\e746";
}
.icon-phone_dnc::before {
  content: "\e7b9";
}
.icon-Chat:before {
  content: "\e667";
}
.icon-blog_01::before {
  content: "\ea78";
}
.icon-save_01::before {
  content: "\ea51";
}
.icon-cma::before {
  content: "\E607";
}
.icon-people_setting::before {
  content: "\e6bc";
}
.icon-zoom_07::before {
  content: "\e74d";
}
.icon-zoom_08::before {
  content: "\e74b";
}
.icon-street_01::before {
  content: "\e74c";
}
.icon-arrow_07_left::before {
  content: "\e722";
}
.icon-Switch_01::before {
  content: "\e624";
}
.icon-copy_03::before {
  content: "\e6b0";
}
.icon-arrow_08_right::before {
  content: "\e750";
}
.icon-arrow_08_left::before {
  content: "\e751";
}
.icon-Rephrase {
  content: "\e677";
}
.icon-all_01::before {
  content: "\e749";
}
.icon-dce_shape::before {
  content: "\eacd";
}
.icon-puzzle_04::before {
  content: "\e755";
}
.icon-search_Bold::before {
  content: "\ea54";
}
.icon-mail_resend::before {
  content: "\e74f";
}
.icon-a-magicpen::before {
  content: "\e752";
}
.icon-education_02::before {
  content: "\e6f3";
}
.icon-location_radius_01:before {
  content: "\e61f";
}
.icon-arrow_06_right::before {
  content: "\e721";
}
.icon-earth_01::before {
  content: "\e764";
}
.icon-arrow_06_left::before {
  content: "\e71e";
}
.icon-award::before {
  content: "\e756";
}
.icon-arrow_07_right::before {
  content: "\e724";
}
.icon-course::before {
  content: "\e67c";
}
.icon-a-magicpen::before {
  content: "\e752";
}
.icon-Rephrase::before {
  content: "\e677";
}
.icon-Summarize::before {
  content: "\e67b";
}
.icon-Expand::before {
  content: "\e676";
}
.icon-Simplify::before {
  content: "\e675";
}
.icon-Changetone::before,
.icon-a-Changetone::before {
  content: "\e673";
}
.icon-feedback_01::before {
  content: "\e7c5";
}
.icon-arrow_07_down:before {
  content: "\e720";
}
.icon-ai-arrow_07_down:before {
  content: "\e720";
}
.icon-Withdraw::before {
  content: "\e75b";
}
.icon-zillow_01::before {
  content: "\e6b5";
}
.icon-zillow_02::before {
  content: "\e6b6";
}
.icon-zillow_04::before {
  content: "\e670";
}
.icon-zillow_06::before {
  content: "\e678";
}
.icon-printer::before {
  content: "\e9be";
}
.icon-mail_sent_03:before {
  content: "\e70d";
}
.icon-ChecklistTemplates::before {
  content: "\e654";
}
.icon-a-Mobileapp::before {
  content: "\e67d";
}
.icon-mobile::before {
  content: "\e67e";
}
.icon-AI::before {
  content: "\e763";
}
.icon-ai-AI::before {
  content: "\e763";
}
.icon-pre-approval::before {
  content: "\e762";
}
.icon-volume_04::before {
  content: "\e6e6";
}
.icon-house_13::before {
  content: "\e770";
}
.icon-arrow_08_up_1::before {
  content: "\e75f";
}
.icon-newtwitter_02:before {
  content: "\e67f";
}
.icon-newtwitter_square:before {
  content: "\e682";
}
.icon-instagram_02:before {
  content: "\ea80";
}
.icon-tiktok_01:before {
  content: "\ea9b";
}
.icon-house_12::before {
  content: "\e773";
}
.icon-voice_01::before {
  content: "\e779";
}
.icon-voice_02::before {
  content: "\e778";
}
.icon-voice_03::before {
  content: "\e776";
}
.icon-voice_04::before {
  content: "\e77b";
}
.icon-voice_05::before {
  content: "\e77a";
}
.icon-voice_06::before {
  content: "\e777";
}
.icon-camera_02::before {
  content: "\e6c0";
}
.icon-tableedit_01::before {
  content: "\e6dd";
}
.icon-tableedit_02::before {
  content: "\e6de";
}
.icon-lead_capture::before {
  content: "\ea7a";
}
.icon-people_03_1::before {
  content: "\e9ab";
}
.icon-Filter-add::before {
  content: "\e686";
}
.icon-Filter-more::before {
  content: "\e687";
}
.icon-continue_writing::before {
  content: "\e674";
}
.icon-caret-up::before {
  content: "\e75e";
}
.icon-caret-down::before {
  content: "\e75a";
}
.icon-lofty_01::before {
  content: "\e78b";
}
.icon-lofty_02::before {
  content: "\e78a";
}
.icon-lofty_03::before {
  content: "\e78c";
}
.icon-caret-left::before {
  content: "\e760";
}
.icon-caret-right::before {
  content: "\e75d";
}
.icon-convertlead-01::before {
  content: "\e78f";
}
.icon-convertlead-02::before {
  content: "\e78e";
}
.icon-neighborhood_01::before {
  content: "\E61E";
}
.icon-ai_assistant::before {
  content: "\e690";
}
.icon-zoom_01::before {
  content: "\e689";
}
.icon-chat_03::before {
  content: "\e69a";
}
.icon-note_01::before {
  content: "\e696";
}
.icon-filter_05::before {
  content: "\e68b";
}
.icon-rotate_01::before {
  content: "\e72b";
}
.icon-play_03::before {
  content: "\e797";
}
.icon-compensation_01::before {
  content: "\e793";
}
.icon-compensation_02::before {
  content: "\e794";
}
.icon-earn_reword::before {
  content: "\e692";
}
.icon-remark_04::before {
  content: "\e6d9";
}
.icon-house_04::before {
  content: "\e768";
}
.icon-house_10::before {
  content: "\e76e";
}
.icon-house_14::before {
  content: "\e771";
}
.icon-notsure_01::before {
  content: "\e7ac";
}
.icon-rubber_01::before {
  content: "\e622";
}
.icon-mail_mx_01::before {
  content: "\e7af";
}
.icon-kanban_01::before {
  content: "\e736";
}
.icon-arrow_07_up_1:before {
  content: "\e726";
}
.icon-footer_01::before {
  content: "\ea61";
}
.icon-site_style:before {
  content: "\ea77";
}
.icon-add_emoji_01::before {
  content: "\e7b3";
}
.icon-re_01::before {
  content: "\e72f";
}
.icon-shield_01::before {
  content: "\e7be";
}
.icon-shield_02::before {
  content: "\e7bd";
}
.icon-shield_03::before {
  content: "\e7bc";
}
.icon-shield_04::before {
  content: "\e7b9";
}
.icon-shield_05::before {
  content: "\e7bb";
}
.icon-shield_06::before {
  content: "\e7b8";
}
.icon-shield_07::before {
  content: "\e7ba";
}
.icon-shield_08::before {
  content: "\e7b7";
}
.icon-shield_09::before {
  content: "\e7c4";
}
.icon-shield_10::before {
  content: "\e7c3";
}
.icon-dnc_01::before {
  content: "\e7bf";
}
.icon-add_emoji_01::before {
  content: "\e7b3";
}
.icon-people_setting::before {
  content: "\e6bc";
}
.icon-people_minus_02::before {
  content: "\ea39";
}
.icon-expand_up_02::before {
  content: "\e77c";
}
.icon-expand_down_02::before {
  content: "\e77e";
}
.icon-shield_05:before {
  content: "\e7bb";
}
.icon-drawar_06:before {
  content: "\e6d1";
}
.icon-live_01:before {
  content: "\ea87";
}
.icon-emaileditor_icon_03:before {
  content: "\e7db";
}
.icon-emaileditor_icon_06:before {
  content: "\e7da";
}
.icon-Rename:before {
  content: "\e7ff";
}
.icon-Checkbox:before {
  content: "\e805";
}
.icon-Radio:before {
  content: "\e800";
}
.icon-emaileditor_icon_11:before {
  content: "\e7d4";
}
.icon-emaileditor_icon_07:before {
  content: "\e7d5";
}
.icon-emaileditor_icon_08:before {
  content: "\e7d7";
}
.icon-emaileditor_icon_09:before {
  content: "\e7d3";
}
.icon-emaileditor_icon_10:before {
  content: "\e7d8";
}
.icon-emaileditor_icon_17:before {
  content: "\e7cd";
}
.icon-emaileditor_icon_16:before {
  content: "\e7ce";
}
.icon-emaileditor_icon_15:before {
  content: "\e7cf";
}
.icon-Checkbox:before {
  content: "\e805";
}
.icon-drawar_06:before {
  content: "\e6d1";
}
.icon-birthday_01:before {
  content: "\e7a7";
}
.icon-birthday_02:before {
  content: "\e7aa";
}
.icon-all_02:before {
  content: "\e76c";
}
.icon-calendar_06:before {
  content: "\e619";
}
.bg-slider {
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
}
.color-slider {
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.base-save-bg {
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
}
.base-save-bg:hover {
  background-color: #1c8cea;
}
.base-save-bg:active {
  background-color: #117bd5;
}
input[disabled="disabled"].base-save-bg,
.base-save-bg.disabled {
  background-color: var(--primary-color);
  opacity: 0.5;
}
.base-save-color {
  color: var(--primary-color);
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.base-save-color:hover {
  color: #1c8cea;
}
.base-save-color:active {
  color: #117bd5;
}
.base-save-color.active {
  color: #117bd5;
}
.base-black-color {
  color: #505050;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.base-black-color:hover {
  color: var(--primary-color);
}
.base-cancel-color {
  color: #787878;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.base-cancel-color:hover {
  color: #282828;
}
.base-cancel-color:active {
  color: #282828;
}
input[disabled="disabled"].base-cancel-color {
  color: #c8c8c8;
}
.base-save-button,
.base-cancel-button {
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
}
.base-save-button {
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  color: #fff;
}
.base-save-button:hover {
  background-color: #1c8cea;
}
.base-save-button:active {
  background-color: #117bd5;
}
.base-cancel-button {
  color: #787878;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  background-color: #fff;
}
.base-cancel-button:hover {
  color: #282828;
}
.base-cancel-button:active {
  color: #282828;
}
.base-save-full,
.base-cancel-full {
  padding: 0;
  font-size: 14px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  border-style: none;
  font-weight: 600;
}
.base-save-full {
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  color: #fff;
}
.base-save-full:hover {
  background-color: #1c8cea;
}
.base-save-full:active {
  background-color: #117bd5;
}
.base-cancel-full {
  color: #787878;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  background-color: #fff;
}
.base-cancel-full:hover {
  color: #282828;
}
.base-cancel-full:active {
  color: #282828;
}
input[disabled="disabled"].base-save-button {
  background-color: var(--primary-color);
  opacity: 0.5;
}
.base-green-button {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  background: #00c37b;
}
.base-green-button:hover {
  background: #16c988;
}
.base-green-button:active {
  background: #00af6f;
}
.base-green-button[disabled] {
  background: #a1e7ca;
}
/*! jQuery UI - v1.11.4 - 2016-03-22
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
      touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
      touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
      touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
      touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
      touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("//static.chimeroi.com/crm/images/ui-icons/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("//static.chimeroi.com/crm/images/ui-icons/ui-icons_444444_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("//static.chimeroi.com/crm/images/ui-icons/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("//static.chimeroi.com/crm/images/ui-icons/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("//static.chimeroi.com/crm/images/ui-icons/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("//static.chimeroi.com/crm/images/ui-icons/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("//static.chimeroi.com/crm/images/ui-icons/ui-icons_cc0000_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: ".";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  background-color: #d0e4f7;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
/*add crm style*/
.daterangepicker .glyphicon-calendar:before {
  font-family: "icon-font";
  content: "\e9b8";
}
.daterangepicker .glyphicon-chevron-left:before {
  font-family: "icon-font";
  content: "\e910";
  font-size: 12px;
}
.daterangepicker .glyphicon-chevron-right:before {
  font-family: "icon-font";
  content: "\e90f";
  font-size: 12px;
}
.daterangepicker .daterangepicker_input i {
  line-height: 1;
}
.daterangepicker .daterangepicker_input input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.daterangepicker table {
  border-collapse: collapse;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/*add crm style*/
.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
    width: 263px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
    width: 255px;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
.js_member,
.js_time {
  cursor: pointer;
}
.trangle {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #5a5a5a;
  top: -2px;
}
/*
  .js-slide-btn:hover{
    .trangle{
      transform:rotate(360deg);
      transform-origin:50% 25%;
      transition:transform 0.5s ease-in-out;
    }
  }
*/
.slide-down {
  font-size: 14px;
  display: none;
  position: absolute;
  top: 43px;
  z-index: 2;
  border: 1px solid #dcdcdc;
  color: #787878;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 1px #eee;
          box-shadow: 0 0 2px 1px #eee;
  font-weight: normal;
  line-height: 18px;
  max-height: 240px;
  overflow-y: auto;
  width: 140px;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-word;
  right: 19px;
}
.short {
  width: 120px;
}
.long {
  width: 160px;
}
.arrow-tip {
  cursor: pointer;
}
.arrow-tip li {
  line-height: 32px;
  margin-bottom: 2px;
  padding-left: 18px;
}
.arrow-tip li:hover {
  background: #f0f0f0;
}
/*
      .arrow-tip:before{
        content: '';
        position: absolute;
        top: -5px;left: 64px;
        height: 7px;
        width: 7px;
        background: #fff;
        transform:rotate(45deg);
        border:solid #d9d9d9;
        border-width: 1px 0 0 1px;
      }
*/
.slide-down-block {
  display: inline-block;
  position: relative;
}
.slide-down-block .slidedown {
  display: none;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  z-index: 2;
  border: 1px solid #dcdcdc;
  color: #787878;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 1px #eee;
          box-shadow: 0 0 2px 1px #eee;
  font-weight: normal;
  line-height: 18px;
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-word;
}
.slide-down-block .chose {
  color: #787878;
}
.slide-down-block .slide-down-item {
  line-height: 32px;
  margin-bottom: 2px;
  padding-left: 18px;
}
.header-main {
  display: none;
}
header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #e1e2e6;
  padding: 0 20px;
  min-width: 485px;
  z-index: 9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
header .logo-link {
  cursor: pointer;
  float: left;
}
.notRecentUser {
  /* Old users style judge */
}
.notRecentUser #walkme-overlay-all {
  display: none !important;
}
.notRecentUser .wm-outer-div.wm-shoutout {
  display: none !important;
}
.goSite {
  cursor: pointer;
}
.notRecentUser,
.notCreator {
  /* hide tasks*/
}
.notRecentUser #walkme-tabs:before,
.notCreator #walkme-tabs:before {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  content: "" !important;
  width: 100% !important;
  height: 4px !important;
  background-color: var(--primary-color) !important;
}
.notRecentUser #walkme-tabs > div:nth-child(2),
.notCreator #walkme-tabs > div:nth-child(2) {
  display: none !important;
}
.notRecentUser #walkme-tabs > div:nth-child(1),
.notCreator #walkme-tabs > div:nth-child(1) {
  margin-left: 102px !important;
}
.notRecentUser #walkme-tabs > div:nth-child(1) > span:before,
.notCreator #walkme-tabs > div:nth-child(1) > span:before {
  display: none !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.icon {
  font-family: "icon-font";
  cursor: pointer;
  line-height: inherit;
}
.icon2017:before {
  font-family: "chime";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bell-logo {
  display: inline-block;
  /*width: 106px;*/
  height: 28px;
  color: #5e646d;
  font-size: 24px;
}
.bell-logo:after {
  content: "";
  margin-left: 80px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  vertical-align: text-top;
}
.bell-logo:hover {
  color: #8e9299;
}
.bell-logo:active {
  color: #45b9ff;
}
.bell-logo-img {
  width: 100px;
  vertical-align: middle;
}
.header-menu {
  float: left;
}
nav {
  float: left;
  font-size: 0;
  height: 60px;
}
.smallNav {
  position: relative;
  display: none;
}
nav .icon {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  display: inline-block;
  color: #475265;
  margin: 0 25px;
  padding: 0 2px;
  text-align: center;
}
nav .icon.selected,
nav .icon:hover,
nav:hover .selected:hover {
  color: #8e9299;
}
nav .icon:active {
  color: var(--primary-color);
}
nav:hover .selected {
  background-color: #fff;
  color: #475265;
}
@media (min-width: 1101px) {
  nav .icon {
    height: 56px;
  }
}
.home nav .icon-firstNav {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.people nav .icon-navPeople {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.people-detail nav .icon-navPeople {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.activities nav .icon-active {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.team nav .icon-team {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.report nav .icon-report {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.settings nav .icon-settings {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.icon-firstNav:before {
  content: "\e94b";
}
.icon-navPeople:before {
  content: "\e94c";
}
.icon-active:before {
  content: "\e947";
}
.icon-navTr:before {
  content: "\e981";
}
.icon-site:before {
  content: "\e94f";
}
.icon-report:before {
  content: "\e997";
}
.icon-settings:before {
  content: "\e94e";
}
.icon-team:before {
  font-family: "icon-font";
  content: "\e906";
}
.user {
  float: right;
  position: relative;
}
.user .search-box,
.user .update-box,
.user .notification-box,
.user .user-info,
.user .new-task-reminder,
.user .new-opportunities {
  float: left;
  margin: 0 15px;
  cursor: pointer;
  position: relative;
}
.user .search-box .new-notification-number-wrap,
.user .update-box .new-notification-number-wrap,
.user .notification-box .new-notification-number-wrap,
.user .user-info .new-notification-number-wrap,
.user .new-task-reminder .new-notification-number-wrap,
.user .new-opportunities .new-notification-number-wrap {
  display: none;
  position: absolute;
  z-index: 2;
  top: 14px;
  left: -webkit-calc(100% - 9px);
  left: calc(100% - 9px);
  padding: 0 4px;
  border: 1px solid #fff;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  height: 14px;
  background: #f0454c;
  border-radius: 7px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 1280px) {
  .user .search-box .new-notification-number-wrap,
  .user .update-box .new-notification-number-wrap,
  .user .notification-box .new-notification-number-wrap,
  .user .user-info .new-notification-number-wrap,
  .user .new-task-reminder .new-notification-number-wrap,
  .user .new-opportunities .new-notification-number-wrap {
    top: 10px;
  }
}
.user .search-box.active .icon2017,
.user .update-box.active .icon2017,
.user .notification-box.active .icon2017,
.user .user-info.active .icon2017,
.user .new-task-reminder.active .icon2017,
.user .new-opportunities.active .icon2017 {
  color: var(--primary-color);
}
.user .new-task-reminder .icon-task_complete {
  color: #797e8b;
}
.user .user-info {
  cursor: pointer;
  margin-right: 0;
}
.user .user-slide-btn {
  margin-left: 20px;
}
.user .icon {
  color: #c2c2c2;
}
.user .icon2017 {
  line-height: 67px;
  font-size: 20px;
  color: #797e8b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.user .update-box .update-icon {
  position: relative;
}
.user .update-box .update-icon:hover {
  color: #515666;
}
.user .update-box .update-icon.active {
  color: var(--primary-color);
}
.user .update-box .update-icon.bubble:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f54456;
  right: -3px;
  top: -2px;
}
.user .header-help {
  float: none;
  position: relative;
}
.user .header-help.bubble:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f54456;
  right: -3px;
  top: -2px;
}
.user .clickable.new-chime-update .icon-volume_02 {
  position: relative;
}
.user .clickable.new-chime-update .icon-volume_02.bubble:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f54456;
  right: -3px;
  top: -2px;
}
.user .update-content {
  display: none;
  position: absolute;
  background: #fff;
  right: -6px;
  margin-top: 54px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 270px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
  background-color: #ffffff;
  border: solid 1px #c6c8d1;
  border-radius: 4px;
  color: #515666;
  z-index: 2;
}
.user .update-content:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  line-height: 0;
  display: inline-block;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px #c6c8d1;
  top: -7px;
  left: 126px;
}
.user .update-content:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  line-height: 0;
  display: inline-block;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px #fff;
  top: -5px;
  left: 126px;
}
.user .update-content .title {
  padding: 6px 10px 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 600;
}
.user .update-content .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  border-bottom: 1px solid #f6f7fb;
  cursor: pointer;
}
.user .update-content .item:hover {
  background: #f6f7fb;
}
.user .update-content .item-title {
  font-size: 14px;
  width: 100%;
  margin-bottom: 6px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user .update-content .item-title.unread:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f54456;
  vertical-align: middle;
  margin-left: -9px;
  margin-top: 6px;
}
.user .update-content .item-date {
  font-size: 12px;
  line-height: 14px;
  color: #a0a3af;
}
.user .update-content .view-more {
  font-size: 14px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: var(--primary-color);
}
.user .update-content .no-data {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #c6c8d1;
  border-bottom: 1px solid #f6f7fb;
}
.user .update-content.active {
  display: block;
}
header .user .search-box {
  position: relative;
}
header .user .search-box.box-hover {
  text-align: right;
}
header .user .search-box .icon-search_01 {
  position: relative;
  z-index: 3;
}
header .user .search-box .header-search.noInput {
  color: #c6c8d1;
}
header .user .search-box #search-form #searchResult {
  position: relative;
  width: 270px;
  right: -10px;
}
header .user .search-box #search-form .search-input {
  position: absolute;
  width: 0;
  height: 30px;
  top: -50px;
  right: -10px;
  border-bottom: 1px solid #c6c8d1;
  opacity: 0;
  -webkit-transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
header .user .search-box #search-form .search-input.form-show {
  width: 270px;
  opacity: 1;
}
header .user .search-box #search-form .search-input.form-show input[type="search"] {
  opacity: 1;
}
header .user .search-box #search-form .search-input.form-active {
  border-bottom: 1px solid var(--primary-color);
}
header .user .search-box #search-form .search-input.form-active input[type="search"] {
  caret-color: var(--primary-color);
}
header .user .search-box #search-form input[type="search"] {
  position: absolute;
  height: 30px;
  top: 0;
  left: 0;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  border: 0;
  outline: none;
  color: #515666;
  font-size: 14px;
  -webkit-appearance: none;
  padding-left: 9px;
  caret-color: #c6c8d1;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
header .user .search-box #search-form input[type="search"]::-webkit-input-placeholder {
  color: #c6c8d1;
}
header .user .search-box #search-form input[type="search"]::-moz-placeholder {
  color: #c6c8d1;
}
header .user .search-box .searchResult {
  position: relative;
  top: -10px;
  padding: 5px 0 0 0;
  border: 1px solid #c6c8d1;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
  border-radius: 5px;
  text-align: left;
}
header .user .user-slide-down {
  width: 220px;
  top: 50px;
  right: 20px;
  border: solid 1px #c6c8d1;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
}
header .user .user-slide-down li {
  margin: 6px 0;
  padding-bottom: 6px;
  color: #515666;
  border-bottom: 1px solid #ebecf1;
}
header .user .user-slide-down li a {
  padding: 0 20px;
}
header .user .user-slide-down li.user-name:hover {
  background: #fff;
}
header .user .user-slide-down li.user-name a:hover {
  background: #f6f7fb;
}
header .user .user-slide-down li:last-child {
  padding: 0 20px;
  border-bottom: none;
}
header .user .user-slide-down li:not(.user-name):hover {
  background: #f6f7fb;
}
.user-info > * {
  float: left;
}
.icon-flag:before {
  content: "\e965";
  font-size: 24px;
  margin: 0 0 0 35px;
}
.icon-help {
  position: relative;
  color: #475265 !important;
}
.icon-help:before {
  content: "\ea12";
  font-size: 20px;
}
.icon-help:not(.icon-help-active):hover {
  color: #8e9299 !important;
}
.icon-help-active {
  color: var(--primary-color) !important;
}
.user .icon {
  position: relative;
  color: #666;
}
.user .icon-walkme:before {
  content: "\ea2e";
}
.user .icon-helpc:before {
  content: "\ea2d";
}
header form {
  position: absolute;
  right: 0px;
}
.icon-search:before {
  content: "\e9a8";
  color: #5e646d;
  font-size: 20px;
}
.icon-search.active:before {
  color: var(--primary-color);
}
#search-form input[type="search"] {
  position: absolute;
  height: 30px;
  top: 9px;
  left: 0;
  width: -webkit-calc(100% - 46px);
  width: calc(100% - 46px);
  border: 0;
  border-right: 1px solid #e6e6e6;
  outline: none;
  font-size: 14px;
  -webkit-appearance: none;
  padding-left: 9px;
}
#search-form input[type="search"]::-webkit-search-decoration {
  display: none;
}
.search-input .icon-go {
  position: absolute;
  right: 15px;
  line-height: 48px;
}
.search-input .icon-go.active {
  color: var(--primary-color);
}
.search-input .icon-go:before {
  content: "\e946";
}
#search-form::-webkit-input-placeholder {
  color: #c8c8c8;
  font-size: 14px;
  font-weight: lighter;
}
#search-form::-moz-placeholder {
  color: #c8c8c8;
  font-size: 14px;
  font-weight: lighter;
}
#search-form:-ms-input-placeholder {
  color: #c8c8c8;
  font-size: 14px;
  font-weight: lighter;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.icon-notification {
  position: relative;
}
.icon-notification:before {
  content: "\ea28";
  color: #5e646d;
  font-size: 20px;
}
.icon-notification.active:before {
  color: var(--primary-color);
}
.icon-notification.notifHasBubble:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f54456;
  right: 1px;
  top: -7px;
}
.icon-notification_01 {
  position: relative;
}
.icon-notification_01.active {
  color: var(--primary-color) !important;
}
.icon-notification_01.notifHasBubble:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f54456;
  right: -2px;
  top: -2px;
}
.user .user-help {
  width: 220px;
  position: absolute;
  top: 47px;
  right: 0;
  border-radius: 4px;
  border: solid 1px #c6c8d1;
  background: #fff;
  color: #515666;
  font-size: 14px;
  padding: 7px 0;
}
.user .user-help .icon,
.user .user-help .icon2017 {
  line-height: 40px;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
}
.user .user-help .arrow-top {
  position: absolute;
  height: 0;
  width: 0;
  line-height: 0;
  content: "";
  display: inline-block;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px #c6c8d1;
  left: 135px;
  top: -6px;
}
.user .user-help .arrow-top:before {
  height: 0;
  width: 0;
  line-height: 0;
  content: "";
  border-top: none;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 6px #fff;
  left: -5px;
  top: 1px;
  position: absolute;
}
.user .user-help li {
  line-height: 40px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.user .user-help li.show-walkme.disabled {
  cursor: wait;
}
.user .user-help li.show-walkme img {
  width: 16px;
  height: 16px;
}
.user .user-help li a {
  display: block;
  padding: 0 20px;
}
.user .user-help li:hover {
  background-color: #f6f7fb;
}
.user .user-help .support-call {
  display: none;
  border-top: 1px solid #ebecf1;
  padding: 10px 20px 14px;
  line-height: initial;
  font-size: 12px;
  margin-top: 7px;
  color: #a0a3af;
}
.user .user-help .support-call .phone-text {
  font-size: 13px;
  color: #515666;
  font-weight: 500;
  margin: 10px 0;
}
.user .user-help .support-call .phone-text a {
  color: var(--primary-color);
  display: block;
  text-decoration: underline;
}
.user .user-help .support-call .time {
  font-size: 13px;
  color: #797e8b;
}
.user-header-wrap {
  display: inline-block;
  position: relative;
  top: 50%;
  margin: -15px 0 0 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.user-header {
  position: absolute;
  opacity: 0;
  border-radius: 50%;
}
.user-header.horizontal {
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.9;
}
.user-header.horizontal:hover {
  opacity: 1;
}
.user-header.vertical {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.9;
}
.user-header.vertical:hover {
  opacity: 1;
}
.arrow-down:before {
  content: "\e978";
  font-size: 14px;
  color: #505050;
}
main {
  display: block;
  /*
    width: calc(100% - 80px);
    margin: 50px auto;
    max-width: 1200px;
*/
}
#main-img {
  width: 100%;
  height: auto;
}
.toast {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.toast-main {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  overflow-y: scroll;
}
.toast-main > section {
  position: absolute;
  top: 50px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background: #fff;
  border-radius: 3px;
  margin-bottom: 50px;
}
.container .slide-down,
.container .user-slide-down {
  font-size: 14px;
  background: #fff;
  border: 1px solid #d9d9d9;
  display: none;
  position: absolute;
  padding: 0;
  top: 64px;
  -webkit-box-shadow: 0 2px 3px 1px #eee;
          box-shadow: 0 2px 3px 1px #eee;
  z-index: 2;
  margin-right: -20px;
}
.container .user-logout {
  width: 160px;
  right: 20px;
}
.container .head-arrow-tip {
  cursor: pointer;
}
.container .head-arrow-tip:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 10px;
  left: inherit;
  height: 7px;
  width: 7px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #d9d9d9;
  border-width: 1px 0 0 1px;
}
.container .head-arrow-tip li {
  line-height: 40px;
  margin-bottom: 0;
  -ms-transform: rotate(0);
      transform: rotate(0);
  -webkit-transform: rotate(0);
  border-bottom: 1px solid #d9d9d9;
}
.container .user-logout li:last-child {
  border-bottom: none;
  padding: 0 10px;
}
.container .user-logout li a {
  display: block;
  padding: 0 10px;
}
.container .user-logout li:hover {
  background: #f0f0f0;
}
.container .user-logout li.user-name > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .searchResult {
  position: relative;
  border: 1px solid #d2d2d2;
  border-top: 0;
  background: #fff;
  top: -2px;
  -webkit-box-shadow: 0 2px 3px 1px #eee;
          box-shadow: 0 2px 3px 1px #eee;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom: 1px;
}
header .searchResult .icon-tel,
header .searchResult .icon-email {
  display: inline-block;
  width: 20px;
  vertical-align: top;
}
header #searchResult .icon-tel:before {
  content: "\e9de";
  color: #282828;
  font-size: 14px;
}
header #searchResult .icon-email:before {
  content: "\e9e4";
  color: #282828;
  font-size: 12px;
}
header #searchResult .icon-address {
  width: 20px;
  display: inline-block;
  color: #282828;
  font-size: 14px;
}
header #searchResult .icon-address:before {
  content: "\e9e7";
  color: #282828;
  font-size: 15px;
}
header #searchResult .address {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
header .searchResult li {
  padding: 15px 10px;
  line-height: 1;
}
header .searchResult li:hover {
  background-color: #f6f7fb;
  cursor: pointer;
}
header .searchResult li.view-more:hover {
  background-color: transparent;
}
header .searchResult li.active {
  background: #f2faff;
}
header .search-float-right {
  float: right;
  margin-top: -40px;
  color: #a1a1a1;
  font-size: 13px;
}
header .searchResult li div:first-child {
  line-height: 1.2em;
  font-size: 14px;
}
header .searchResult li div:nth-child(2) {
  font-size: 12px;
  line-height: 1.2em;
  color: #282828;
}
header .searchResult li div:nth-child(2) p {
  margin-top: 6px;
}
header .searchResult li div:nth-child(2) p:first-child {
  margin-top: 10px;
}
header .searchResult li .lead-properties .address-span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 231px;
}
header .searchResult li .lead-properties .address-span > span {
  white-space: nowrap;
  text-overflow: ellipsis;
}
header .searchResult li .lead-properties .street {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
header .searchResult li .lead-properties .street.line {
  max-width: 231px;
}
header .searchResult li .lead-properties .label {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 200px;
  overflow: hidden;
  padding-left: 2px;
}
header .searchResult li:last-child {
  padding: 10px;
  text-align: right;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: var(--primary-color);
  border-top: 1px solid #ebecf1;
}
header .searchResult li:last-child span:after {
  display: inline-block;
  content: "\e9ba";
  font-family: "icon-font";
  font-size: 12px;
  -webkit-transform: rotate(-90deg) scale(0.8);
      -ms-transform: rotate(-90deg) scale(0.8);
          transform: rotate(-90deg) scale(0.8);
}
header .searchResult li.no-result {
  height: 86px;
  line-height: 86px;
  text-align: center;
  color: #c6c8d1;
  border: 0;
}
header .searchResult li.no-result:hover {
  background-color: transparent;
}
header .searchResult > li > a {
  display: block;
}
header .searchResult > li > a p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a0a3af;
}
header .searchResult > li > a p > span {
  vertical-align: middle;
}
header .searchResult > li > a p .icon2017 {
  margin-right: 5px;
  font-size: 12px;
  color: #a0a3af;
  line-height: 1;
}
header .searchResult .listingType {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  color: #fff;
  cursor: default;
  border-radius: 90%;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
header .searchResult .listingType.typeSeller {
  background-color: #2cd781;
}
header .searchResult .listingType.typeBuyer {
  background-color: var(--primary-color);
}
header .searchResult .listingType.typeRenter {
  background-color: var(--primary-color-6);
}
header .searchResult .listingType.typeBAS {
  position: relative;
  background-color: var(--primary-color);
  margin-right: 24px;
}
header .searchResult .listingType.typeBAS:after {
  content: "S";
  display: inline-block;
  position: absolute;
  right: -16px;
  width: 14px;
  height: 14px;
  color: #fff;
  cursor: default;
  border-radius: 90%;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-color: #2cd781;
}
header .searchResult .groupInfo {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 12px;
  color: #c6c8d1;
  float: right;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  white-space: nowrap;
  margin-left: auto;
}
header .searchResult .clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
header .searchResult .name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: inline-block;
  overflow: hidden;
  float: left;
  max-width: 125px;
  color: #515666;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
  font-weight: 700;
}
header .searchResult .search-phone-list {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
header .searchResult .search-email-list {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
/* tooltip start */
.site-tip {
  position: absolute;
  padding: 10px;
  border-radius: 3px;
  z-index: 999;
  font-size: 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: initial;
  text-align: initial;
  font-weight: normal;
}
.site-tip p {
  word-break: break-word;
}
.site-tip-normal:before {
  content: "!";
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #faa832;
  font-size: 16px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: white;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
}
.site-tip-top.center:after {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.site-tip-top.left:after {
  left: 20px;
}
.site-tip-top.right:after {
  right: 20px;
}
.site-tip-top:after {
  content: "";
  position: absolute;
  display: inline-block;
  border: 5px solid;
  border-color: #000 transparent transparent transparent;
  bottom: -10px;
}
.site-tip-bottom.center:after {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.site-tip-bottom.left:after {
  left: 20px;
}
.site-tip-bottom.right:after {
  right: 20px;
}
.site-tip-bottom:after {
  content: "";
  position: absolute;
  display: inline-block;
  border: 5px solid;
  border-color: transparent transparent #000 transparent;
  top: -10px;
}
.site-tip-right.center:after {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.site-tip-right.top:after {
  top: 10px;
}
.site-tip-right.bottom:after {
  bottom: 10px;
}
.site-tip-right:after {
  content: "";
  position: absolute;
  display: inline-block;
  border: 5px solid;
  border-color: transparent #000 transparent transparent;
  left: -10px;
}
.site-tip-left.center:after {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.site-tip-left.top:after {
  top: 10px;
}
.site-tip-left.bottom:after {
  bottom: 10px;
}
.site-tip-left:after {
  content: "";
  position: absolute;
  display: inline-block;
  border: 5px solid;
  border-color: transparent transparent transparent #000;
  right: -10px;
}
.site-tip-default {
  background-color: #000;
  opacity: 0.8;
  color: #fff;
}
.site-tip-hover,
.site-tip-small-hover {
  padding: 15px 12px;
  border-radius: 3px;
  background-color: rgba(32, 36, 55, 0.95);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
  color: #c6c8d1;
  /* Headline */
}
.site-tip-hover .site-tip-hover-title,
.site-tip-small-hover .site-tip-hover-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.site-tip-hover.site-tip-right:after,
.site-tip-small-hover.site-tip-right:after {
  border-right-color: rgba(32, 36, 55, 0.95);
}
.site-tip-hover.site-tip-left:after,
.site-tip-small-hover.site-tip-left:after {
  border-left-color: rgba(32, 36, 55, 0.95);
}
.site-tip-hover.site-tip-top:after,
.site-tip-small-hover.site-tip-top:after {
  border-top-color: rgba(32, 36, 55, 0.95);
}
.site-tip-hover.site-tip-bottom:after,
.site-tip-small-hover.site-tip-bottom:after {
  border-bottom-color: rgba(32, 36, 55, 0.95);
}
.site-tip-small-hover {
  padding: 3px 6px;
  font-size: 12px;
}
.site-tip-normal {
  min-width: 200px;
  padding-left: 33px;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: 0 0 20px #282828;
          box-shadow: 0 0 20px #282828;
}
.site-tip-normal.site-tip-right:after {
  border-right-color: #fff;
}
.site-tip-normal.site-tip-left:after {
  border-left-color: #fff;
}
.site-tip-normal.site-tip-top:after {
  border-top-color: #fff;
}
.site-tip-normal.site-tip-bottom:after {
  border-bottom-color: #fff;
}
.site-tip-guide {
  background: #ff7e51;
  color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 10, 30, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 10, 30, 0.1);
  z-index: 2;
  min-width: 0 !important;
}
.site-tip-guide.site-tip-top:after {
  border-top-color: #ff7e51;
}
.site-tip-guide.site-tip-bottom:after {
  border-bottom-color: #ff7e51;
}
.site-tip-guide.site-tip-left:after {
  border-left-color: #ff7e51;
}
.site-tip-guide.site-tip-right:after {
  border-right-color: #ff7e51;
}
.site-tip-guide.triangle-right:after {
  left: 85%;
}
.site-tip-guide.clickable {
  padding-right: 30px;
  cursor: pointer;
}
.site-tip-guide.clickable:before {
  content: "\e93b";
  font-family: "icon-font";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-tip-guide > p {
  word-break: break-word;
}
.guide-popwin {
  width: 650px;
}
.guide-popwin .modal-header {
  background: #ff7e51;
  color: #fff;
}
.guide-popwin .modal-body {
  padding: 50px 0;
  height: 400px;
  overflow-y: auto;
  border-radius: 0 0 3px 3px;
}
.guide-popwin .close-btn {
  color: #fff;
}
.guide-popwin .close-btn:hover {
  color: #a53f1b;
}
.guide-popwin img {
  width: 100%;
  margin-bottom: 60px;
}
.guide-popwin .guideFooter {
  width: 100%;
  height: 60px;
  background: rgba(40, 40, 48, 0.9);
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  border-radius: 0 0 0 3px;
}
.guide-popwin .guideFooter a {
  font-size: 14px;
  font-weight: 600;
  background: #ff7e51;
  padding: 7px 20px;
  margin-left: 8px;
  border-radius: 4px;
}
.auto-hidden-with-title {
  display: inline-block;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tip-hover-guide {
  background: var(--primary-color);
  padding: 8px 10px;
  line-height: 1.2em;
}
.tip-hover-guide.site-tip-hover.site-tip-bottom:after {
  border-bottom-color: var(--primary-color);
}
.tip-hover-guide.site-tip-hover.site-tip-top:after {
  border-top-color: var(--primary-color);
}
.tip-hover-guide.site-tip-hover.site-tip-left:after {
  border-left-color: var(--primary-color);
}
.tip-hover-guide.site-tip-hover.site-tip-right:after {
  border-right-color: var(--primary-color);
}
.tip-hover-guide.top:after {
  top: 11px;
}
.tip-hover-guide.bottom:after {
  bottom: 11px;
}
.tip-hover-guide.right:after {
  right: 11px;
}
.tip-hover-guide.left:after {
  left: 11px;
}
#newlead-guide-tip-btn-wrap {
  position: absolute;
  z-index: 2;
}
#newlead-guide-tip-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
#newlead-guide-tip-btn:hover:before {
  -webkit-animation: none;
          animation: none;
}
#newlead-guide-tip-btn:hover:after {
  -webkit-animation: none;
          animation: none;
}
#newlead-guide-tip-btn:hover span {
  background: var(--primary-color);
}
#newlead-guide-tip-btn:hover span:before {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#newlead-guide-tip-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  background: rgba(44, 154, 247, 0.1);
  border-radius: inherit;
  -webkit-animation: guide-tip-blink1 2s 1s linear infinite;
          animation: guide-tip-blink1 2s 1s linear infinite;
}
#newlead-guide-tip-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  background: rgba(44, 154, 247, 0.1);
  border-radius: inherit;
  -webkit-animation: guide-tip-blink3 2s 1.4s linear infinite;
          animation: guide-tip-blink3 2s 1.4s linear infinite;
}
#newlead-guide-tip-btn span {
  display: block;
  width: 50%;
  height: 50%;
  margin: 25%;
  background: var(--primary-color);
  border-radius: inherit;
}
#newlead-guide-tip-btn span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  background: rgba(44, 154, 247, 0.1);
  border-radius: inherit;
  -webkit-animation: guide-tip-blink2 2s linear forwards;
          animation: guide-tip-blink2 2s linear forwards;
}
@-webkit-keyframes guide-tip-blink1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes guide-tip-blink1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes guide-tip-blink2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes guide-tip-blink2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes guide-tip-blink3 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes guide-tip-blink3 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes guide-tip-blink4 {
  0% {
    background: #2c9af7;
  }
  50% {
    background: rgba(44, 154, 247, 0);
  }
  100% {
    background: #2c9af7;
  }
}
@keyframes guide-tip-blink4 {
  0% {
    background: #2c9af7;
  }
  50% {
    background: rgba(44, 154, 247, 0);
  }
  100% {
    background: #2c9af7;
  }
}
#guide-home-newLead {
  top: 167px;
  left: 176px;
}
#guide-home-followUp {
  top: 167px;
  left: 176px;
}
#guide-home-reporting {
  top: 167px;
  left: 176px;
}
#guide-activityLeads {
  z-index: 2 !important;
}
#guide-list-chat {
  position: fixed;
  z-index: 2;
  bottom: 100px;
  right: 35px;
}
#guide-detailTitle {
  width: 270px;
}
#guide-groupTitle {
  width: 180px;
}
.settings .right-wrap {
  position: relative;
}
#guide-home-guideBtn {
  position: absolute;
  z-index: 3;
  top: 56px;
  left: -185px;
  width: 225px;
  line-height: 1;
  font-family: Helvetica;
}
#walkme-player.walkme-player {
  display: none !important;
}
.walkme-custom-side-border {
  display: none !important;
}
.walkme-custom-balloon-mid-div {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.2) !important;
          box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.2) !important;
}
.walkme-custom-balloon-bottom-div {
  background: #fff !important;
}
.walkme-custom-balloon-separator {
  display: none !important;
}
.walkme-custom-balloon-inner-div {
  border: #eee 1px solid !important;
}
.walkme-custom-powered-by-div {
  display: none !important;
}
.walkme-custom-balloon-arrow-inner-top {
  border-top-color: #fff !important;
}
.walkme-custom-balloon-arrow-inner-bottom {
  border-bottom-color: #fff !important;
}
.walkme-custom-balloon-arrow-inner-right {
  border-right-color: #fff !important;
}
.walkme-custom-balloon-arrow-inner-left {
  border-left-color: #fff !important;
}
.walkme-custom-balloon-arrow-outer-bottom {
  border-bottom-color: #eee !important;
}
.walkme-custom-balloon-arrow-outer-top {
  border-top-color: #eee !important;
}
.walkme-custom-balloon-arrow-outer-right {
  border-right-color: #eee !important;
}
.walkme-custom-balloon-arrow-outer-left {
  border-left-color: #eee !important;
}
#walkme-menu {
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif" !important;
}
#walkme-menu #walkme-main.walkme-main {
  border: none !important;
  background: #fff !important;
}
#walkme-menu #walkme-title {
  font-size: 16px !important;
  color: #292929 !important;
  height: 60px !important;
  margin: 0 0 0 20px !important;
  line-height: 60px !important;
}
#walkme-menu #walkme-tabs-wrapper {
  top: 60px !important;
}
#walkme-menu #walkme-tabs-wrapper #walkme-tabs {
  border: none !important;
  position: relative !important;
  background-color: #f6f7fb !important;
}
#walkme-menu #walkme-tabs-wrapper #walkme-tabs > div {
  background-color: #f6f7fb !important;
  border: none !important;
}
#walkme-menu #walkme-tabs-wrapper #walkme-tabs > div.walkme-tab-button-selected {
  background-color: #f6f7fb !important;
}
#walkme-menu #walkme-tabs-wrapper #walkme-tabs > div.walkme-tab-button-selected .walkme-tab-button-content > span {
  color: var(--primary-color) !important;
}
#walkme-menu #walkme-tabs-wrapper #walkme-tabs > div.walkme-tab-button-selected .walkme-tab-button-content:before {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  content: "" !important;
  width: 70px !important;
  height: 4px !important;
  background-color: var(--primary-color) !important;
}
#walkme-menu #walkme-tabs-wrapper #walkme-tabs > div.walkme-tab-button-not-selected {
  background-color: #f6f7fb !important;
}
#walkme-menu #walkme-tabs-wrapper #walkme-tabs > div.walkme-tab-button-not-selected .walkme-tab-button-content > span {
  color: #797e8b !important;
}
#walkme-menu #walkme-tabs-wrapper .walkme-tab-content {
  padding: 0px 20px !important;
}
#walkme-menu #walkme-tabs-wrapper .walkme-tab-content .walkme-search-box-container {
  position: relative !important;
  margin: 9px 0 !important;
}
#walkme-menu #walkme-tabs-wrapper .walkme-tab-content .walkme-search-box-container input.walkme-search-box {
  width: -webkit-calc(100% - 15px) !important;
  width: calc(100% - 15px) !important;
  padding-left: 15px !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  height: 32px !important;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1) !important;
  border: solid 1px #c6c8d1 !important;
  line-height: 20px !important;
}
#walkme-menu #walkme-tabs-wrapper .walkme-tab-content .walkme-search-box-container .walkme-search-box-button {
  position: absolute !important;
  right: 28px !important;
  top: 8px !important;
  background-color: #fff !important;
  width: 0px !important;
  height: 0px !important;
}
#walkme-menu #walkme-tabs-wrapper .walkme-tab-content .walkme-search-box-container .walkme-search-box-button .walkme-search-box-button-image {
  color: #a9acb6 !important;
  margin: 0 !important;
}
#walkme-menu .walkme-deployables-list,
#walkme-menu .walkme-search-results-list {
  width: -webkit-calc(100% - 40px) !important;
  width: calc(100% - 40px) !important;
  margin: 0 !important;
  border: solid 1px #c6c8d1 !important;
  border-radius: 4px;
}
#walkme-menu .walkme-deployables-list .walkme-jspPane,
#walkme-menu .walkme-search-results-list .walkme-jspPane {
  width: 100% !important;
}
#walkme-menu .walkme-deployables-list .walkme-jspVerticalBar,
#walkme-menu .walkme-search-results-list .walkme-jspVerticalBar {
  width: 5px !important;
  background-color: #fff !important;
}
#walkme-menu .walkme-deployables-list .walkme-jspVerticalBar .walkme-jspDrag,
#walkme-menu .walkme-search-results-list .walkme-jspVerticalBar .walkme-jspDrag {
  opacity: 0.2 !important;
  background-color: #202437 !important;
  border: none !important;
  border-right: #fff 1px solid !important;
  border-radius: 6px !important;
}
#walkme-menu .walkme-deployables-list .walkme-jspVerticalBar .walkme-jspTrack,
#walkme-menu .walkme-search-results-list .walkme-jspVerticalBar .walkme-jspTrack {
  border: none !important;
  background-color: #fff !important;
}
#walkme-menu .walkme-category > .walkme-deployable-row,
#walkme-menu .walkme-search-results-list > .walkme-deployable-row {
  border-left: 2px solid var(--primary-color) !important;
  background-color: #f6f7fb !important;
}
#walkme-menu .walkme-category > .walkme-deployable-row .walkme-icon,
#walkme-menu .walkme-search-results-list > .walkme-deployable-row .walkme-icon {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #565b6b !important;
}
#walkme-menu .walkme-category > .walkme-deployable-row .walkme-name,
#walkme-menu .walkme-search-results-list > .walkme-deployable-row .walkme-name {
  font-size: 14px !important;
  color: var(--primary-color) !important;
}
#walkme-menu #walkme-progress-bar {
  width: 100% !important;
  height: 32px !important;
  border-radius: 4px !important;
  background-color: rgba(var(--primary-color-rgb), 0.6) !important;
  margin: 9px 0 !important;
  border: none !important;
}
#walkme-menu #walkme-progress-bar .walkme-progress-bar-inner {
  border-radius: 4px 0 0 4px !important;
  background-color: var(--primary-color) !important;
}
#walkme-menu #walkme-progress-bar .walkme-progress-bar-text {
  font-size: 14px !important;
  text-align: center !important;
  color: #fff !important;
}
#walkme-menu #walkme-progress-bar .walkme-jspVerticalBar {
  background-color: rgba(255, 255, 255, 0) !important;
}
#walkme-menu #walkme-footer {
  width: auto !important;
}
#walkme-menu #walkme-footer .walkme-powered-by-wrapper {
  display: none;
}
#walkme-menu #walkme-footer > a {
  margin-left: 20px !important;
  font-size: 12px !important;
}
#walkme-menu .walkme-text,
#walkme-menu .walkme-jspPane {
  width: auto !important;
}
#walkme-menu .walkme-text {
  max-width: 301px !important;
}
.wm-shoutout {
  border-radius: 4px !important;
  padding: 20px 20px 20px 45px !important;
  width: 284px !important;
}
.wm-shoutout-icon > div {
  display: none !important;
}
.wm-shoutout-icon > div:nth-child(1) {
  width: 0 !important;
  height: 0 !important;
  display: block !important;
  border-width: 8px 0 8px 14px !important;
  border-color: transparent transparent transparent var(--primary-color) !important;
  background-color: #fff !important;
}
.wm-title.wm-template-main-text {
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif" !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}
.wm-content .wm-template-text {
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif" !important;
  font-size: 16px !important;
  line-height: 1.43 !important;
  text-align: left !important;
  color: #797e8b !important;
}
.buttons-wrapper {
  float: right !important;
}
.buttons-wrapper .wm-blue-btn {
  background-color: var(--primary-color) !important;
  padding: 5px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: none !important;
  border-radius: 4px !important;
}
.walkme-custom-balloon-outer-div {
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif" !important;
}
.walkme-custom-balloon-outer-div .walkme-custom-balloon-content,
.walkme-custom-balloon-outer-div .walkme-survey-questions,
.walkme-custom-balloon-outer-div .walkme-survey-question-title {
  font-size: 14px !important;
  line-height: 1.43 !important;
  color: #797e8b !important;
  font-weight: normal !important;
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif" !important;
}
.walkme-custom-balloon-outer-div .walkme-custom-balloon-content .walkme-survey-answer-radiobutton,
.walkme-custom-balloon-outer-div .walkme-survey-questions .walkme-survey-answer-radiobutton,
.walkme-custom-balloon-outer-div .walkme-survey-question-title .walkme-survey-answer-radiobutton {
  vertical-align: 0px !important;
  margin: 0px 8px 0px 1px !important;
}
.walkme-custom-balloon-outer-div .walkme-custom-balloon-title,
.walkme-custom-balloon-outer-div .walkme-survey-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  color: #202437 !important;
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif" !important;
}
.walkme-custom-balloon-outer-div .walkme-custom-balloon-button {
  background-color: var(--primary-color) !important;
  padding: 5px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: none !important;
  height: auto !important;
  border-radius: 4px !important;
  margin: 6px 7px 12px 7px !important;
}
.walkme-custom-balloon-outer-div .walkme-custom-balloon-button-text {
  color: #fff !important;
}
.walkme-menu-click-close {
  transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(22.5deg);
  /* Opera */
  -moz-transform: rotate(22.5deg);
}
.walkme-menu-click-close:before {
  content: "+" !important;
  font-weight: 100 !important;
  font-size: 30px !important;
  color: #000 !important;
  line-height: 54px !important;
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif" !important;
}
.SkipThisFixedPosition.walkme-custom-icon-outer-div {
  z-index: 99 !important;
}
.animatedDown {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animatedUp {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (min-width: 1180px) and (max-width: 1320px) {
  header .user .search-box.box-hover {
    width: 203px;
    margin-left: 0;
  }
  header .user .search-box #search-form .search-input.form-show {
    width: 215px;
  }
}
@media screen and (min-width: 741px) and (max-width: 1180px) {
  header .user .search-box.box-hover {
    width: 165px;
    margin-left: 0;
  }
  header .user .search-box #search-form .search-input.form-show {
    width: 200px;
  }
}
@media screen and (max-width: 740px) {
  header .user .search-box.box-hover {
    width: auto;
  }
  header .user .search-box #search-form .search-input.form-show {
    width: -webkit-calc(100vw - 280px);
    width: calc(100vw - 280px);
  }
  header .user .search-box #search-form input[type="search"] {
    height: 35px;
    top: -5px;
    background: #fff;
  }
  header .user .search-box #search-form #searchResult {
    width: -webkit-calc(100vw - 280px);
    width: calc(100vw - 280px);
  }
  header .user .search-box,
  header .user .notification-box,
  header .user .update-box,
  header .user .user-info {
    margin: 0 10px;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
input:focus,
textarea:focus {
  outline: 0;
}
textarea {
  resize: none;
}
.utils-click {
  cursor: pointer;
}
.icon-group:before {
  content: "\e974";
  color: #a7a7a7;
}
li.finish .icon-group:before {
  color: #6ebbf5;
}
.list-down {
  position: relative;
}
.list-down-wrap {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  display: none;
  cursor: pointer;
}
.list-down-normal {
  position: relative;
  top: 22px;
  border: 1px solid #dcdcdc;
  color: #787878;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 1px #eee;
          box-shadow: 0 0 2px 1px #eee;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  max-height: 240px;
  overflow-y: auto;
  width: 140px;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.list-down-normal li {
  border-top: 1px solid #e8e8e8;
  padding: 6px 10px;
}
.list-down-normal li:not(.no-hover):hover {
  background: #e8e8e8;
  font-weight: bold;
  color: #282828;
}
.list-down-normal li.list-title {
  font-style: italic;
}
.list-down-normal li:first-child {
  border-top: 0;
}
.list-down-normal .list-down-width {
  width: 220px;
  font-site: 14px;
  margin-top: 5px;
}
.list-down-normal .list-down-link {
  color: #46b0f3;
}
.icon-close:before {
  content: "\e908";
  color: #272727;
}
.icon-location-search:before {
  content: "\e9a8";
  color: #999;
}
.toast-list-down {
  min-width: 120px;
  position: absolute;
  z-index: 99;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-top: 0;
  color: #787878;
  max-height: 220px;
  overflow-y: auto;
  word-wrap: break-word;
  word-break: normal;
  -webkit-box-shadow: 0 0 2px 1px #eee;
          box-shadow: 0 0 2px 1px #eee;
}
.toast-list-down > li {
  padding: 6px 8px;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.toast-list-down > li:last-child {
  border-bottom: 0;
}
.toast-list-down > li:hover:not(.no-hover) {
  background: #f4f4f4;
  font-weight: bold;
  color: #282828;
}
.toast-list-down input[type="checkbox"] {
  float: left;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}
.toast-list-down input[type="checkbox"]:checked + span {
  font-weight: bold;
  color: #282828;
}
.toast-list-down label {
  display: block;
}
.toast-list-down label span {
  width: -webkit-calc(100% - 26px);
  width: calc(100% - 26px);
  word-wrap: break-word;
  word-break: normal;
  display: inline-block;
}
.toast-list-down.top {
  bottom: 35px;
}
.toast-main > section {
  position: absolute;
  top: 50px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background: #fff;
  border-radius: 3px;
  margin-bottom: 50px;
}
.toast-title {
  height: 63px;
  line-height: 63px;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 50px;
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
}
.toast-content {
  padding: 20px 50px;
}
.toast-content form {
  font-size: 0;
}
.toast-radio {
  display: block;
  width: 240px;
  background: #f4f4f4;
  margin-bottom: 15px;
  padding: 9px 12px;
  border-radius: 2px;
  font-size: 14px;
}
.toast-radio span {
  display: inline-block;
  width: 200px;
  word-wrap: break-word;
  word-break: normal;
}
.toast-radio input {
  float: right;
}
.toast-common-textarea {
  border: 0;
  background: #f4f4f4;
  width: 320px;
  height: 170px;
}
.toast-common-text {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 0;
  background: #f4f4f4;
  border-radius: 3px;
}
.toast-txt-tow {
  width: 280px / 2 - 10px;
}
.toast-txt-tow.left {
  margin-right: 20px;
}
.toast-txt-three {
  width: 280px / 3 - 14px;
}
.toast-txt-three.middle {
  margin: 0 21px;
}
.toast-common-btn {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 26px 10px 10px;
  border: 0;
  background: #f4f4f4;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toast-icon-bottom {
  width: 0;
  height: 0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #5a5a5a;
}
.toast-cancel {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 9px 0;
  margin-right: 20px;
  background: #fff;
  min-width: 80px;
  font-size: 14px;
}
.toast-cancel:hover {
  background-color: #f2f2f2;
}
.toast-save {
  border: 1px solid #46b0f3;
  border-radius: 3px;
  padding: 9px 0;
  background: #46b0f3;
  color: #fff;
  min-width: 80px;
  font-size: 14px;
}
.toast-save:hover {
  background-color: #2ea6f1;
}
.add-tag-txt {
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
  background: #f4f4f4;
  border: 0;
  padding: 9px 12px;
  border-radius: 2px 0 0 2px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.add-tag-btn {
  border: 0;
  background: #f4f4f4;
  height: 33px;
  width: 42px;
  cursor: pointer;
  color: #9e9e9e;
  font-size: 20px;
  font-weight: bold;
  vertical-align: bottom;
}
.toast-fun {
  margin: 30px 0;
}
.toast-note-item {
  font-size: 14px;
  color: #787878;
}
.toast-note-item > p {
  margin-bottom: 10px;
}
.toast-form-item {
  font-size: 14px;
  color: #787878;
  margin-bottom: 14px;
  position: relative;
  width: 280px;
}
.toast-form-item p {
  margin-bottom: 10px;
}
.toast-btn-wrap {
  position: relative;
}
.toast-lead-wrap {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.toast-lead-wrap.left {
  padding-right: 30px;
  border-right: 1px solid #f0f0f0;
}
.toast-lead-wrap.right {
  padding-left: 30px;
}
.toast-txt-tow,
.toast-txt-three {
  float: left;
}
.toast-confirm {
  padding: 30px 45px;
  text-align: center;
}
.toast-confirm > p {
  min-width: 220px;
  line-height: 20px;
}
.toast-confirm .toast-confirm-fun {
  margin: 30px 0 0;
}
.toast-confirm .toast-cancel {
  min-width: 60px;
}
.toast-confirm .toast-save {
  min-width: 60px;
}
.toast-confirm .delete-word {
  font-size: 18px;
}
.toast-deleteEmail {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 450px;
  height: 80px;
  border-radius: 5px;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #dcdcdc;
  opacity: 0;
  z-index: 999;
}
.toast-deleteEmail > p {
  min-width: 220px;
  line-height: 20px;
}
.toast-deleteEmail .toast-confirm-fun {
  margin: 30px 0 0;
}
.toast-deleteEmail .toast-cancel {
  min-width: 60px;
}
.toast-deleteEmail .toast-save {
  min-width: 60px;
}
.toast-deleteEmail .delete-word {
  font-size: 18px;
}
.secondBg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 800;
}
.location-detail {
  position: absolute;
  bottom: 35px;
  background: #fff;
  width: 620px;
  z-index: 4;
  border: 1px solid #e0e0e0;
  max-height: 500px;
  overflow: auto;
}
.location-detail .location-detail-main {
  padding: 20px 30px;
}
.location-detail .location-list {
  background: #f4f4f4;
  padding: 0 10px;
  margin-bottom: 10px;
}
.location-detail .location-list li {
  padding: 10px 20px 10px 0;
  float: left;
}
.location-detail .location-list .location-search-main {
  font-size: 0;
  padding: 10px 0;
}
.location-detail .location-list .location-search {
  font-size: 18px;
  background: #fff;
  display: inline-block;
  padding: 10px 15px 9px;
  position: relative;
  top: 3px;
}
.location-detail .location-list .location-search-txt {
  border: 0;
  padding: 10px 15px;
  border-radius: 3px 0 0 3px;
}
.location-detail .location-list .city-list li {
  width: 25%;
  word-wrap: break-word;
  word-break: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.location-detail .location-list .active {
  color: #46b0f3;
}
.location-detail .location-close {
  float: right;
}
.modal-body {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #282828;
}
.modal-body .form {
  padding-left: 26px;
  padding-right: 26px;
}
.modal-body input[type="button"],
.modal-body input[type="submit"] {
  cursor: pointer;
}
.modal-body .form-label {
  margin-bottom: 10px;
  display: inline-block;
  color: #8c8c8c;
  font-size: 13px;
}
.modal-body .start-need {
  line-height: initial;
  vertical-align: bottom;
  display: inline-block;
  color: #fe3434;
  margin-left: 6px;
}
.modal-body .form-item {
  position: relative;
  margin-bottom: 15px;
}
.modal-body .form-input {
  width: 100%;
  height: 34px;
  padding-left: 12px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #282828;
  background: #fff;
}
.modal-body .form-input.active {
  border-color: #46b0f3;
}
.modal-body .form-input[type="button"] {
  width: 100%;
  height: 34px;
  padding-left: 12px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #282828;
  background: #fff;
  padding-right: 40px;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal-body .form-input[type="button"].active {
  border-color: #46b0f3;
}
.modal-body .form-icon {
  position: absolute;
  bottom: 9px;
  right: 12px;
  z-index: 2;
  display: block;
  line-height: 1;
  text-align: center;
}
.modal-body .input-group {
  font-size: 0;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.modal-body .input-group .form-input-group {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  font-size: 14px;
  height: 34px;
  padding-left: 12px;
  border-top-left-radius: 3px;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-body .item-addon {
  display: inline-block;
  width: 50px;
  margin: 0;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  background: #a9b0b4;
  color: #fff;
  border: none;
  border-right-bottom-radius: 3px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-body .addon-active {
  border-color: #46b0f3;
}
.modal-body .addon-active .item-addon {
  background: #46b0f3;
  color: #fff;
}
.modal-body .form-range-icon {
  position: relative;
}
.modal-body .form-range-icon:after {
  content: "";
  position: absolute;
  top: 17px;
  right: -24px;
  border-top: 1px solid #dcdcdc;
  width: 16px;
}
.modal-body .form-button {
  text-align: right;
  margin-top: 30px;
}
.modal-body .button-save,
.modal-body .ok {
  color: #fff;
  background-color: var(--primary-color);
}
.modal-body .button-save:hover,
.modal-body .ok:hover {
  background: #1c8cea;
}
.modal-body .button-save:active,
.modal-body .ok:active {
  background: #117bd5;
}
.modal-body .button-cancel,
.modal-body .cancle {
  color: #787878;
  background-color: #fff;
  transition: 0.4s;
  -moz-transition: 0.4s;
  /* Firefox 4 */
  -webkit-transition: 0.4s;
  /* Safari  and  Chrome */
  -o-transition: 0.4s;
  /* Opera */
}
.modal-body .button-cancel:hover,
.modal-body .cancle:hover {
  color: #333;
  background-color: #fff;
}
.modal-body .newform-button {
  text-align: right;
  padding: 20px 0 20px;
  padding-right: 26px;
  border-top: 1px solid #dcdcdc;
  margin: 0;
}
.modal-body .newform-button .btn {
  width: 80px;
  height: 32px;
  border-radius: 2px;
}
.modal-body .form-item-2 {
  margin-left: 30px;
  float: left;
  width: -webkit-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
  position: relative;
}
.modal-body .form-item-3 {
  margin-left: 20px;
  float: left;
  width: -webkit-calc((100% - 20*2px)/3);
  width: calc((100% - 20*2px)/3);
}
.modal-body .form-item-4 {
  margin-left: 20px;
  float: left;
  width: -webkit-calc((100% - 20*3px)/4);
  width: calc((100% - 20*3px)/4);
}
.modal-body .form-item-2:nth-child(2n + 1),
.modal-body .form-item-3:nth-child(2n + 1),
.modal-body .form-item-4:nth-child(2n + 1) {
  margin-left: 0;
}
.modal-body .btn {
  width: 80px;
  height: 34px;
  border-radius: 3px;
  border: none;
  background: #fff;
  text-align: center;
}
.modal-body .btn-save {
  color: #fff;
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
}
.modal-body .btn-save:hover {
  background-color: #1c8cea;
}
.modal-body .btn-save:active {
  background-color: #117bd5;
}
.modal-body .btn-save[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.modal-body .form-item-btn {
  text-align: right;
  margin-top: 46px;
}
.modal-body .btn-cancel,
.modal-body .js_btn_cancel,
.modal-body .js_cancel {
  border: 0;
  background: #fff;
  color: #787878;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.modal-body .btn-cancel:hover,
.modal-body .js_btn_cancel:hover,
.modal-body .js_cancel:hover {
  color: #282828;
}
.modal-body .btn-cancel:active,
.modal-body .js_btn_cancel:active,
.modal-body .js_cancel:active {
  color: #282828;
}
.modal-body .form-input[readonly] {
  background: #f4f4f4;
}
.form-input-bgf8 {
  background: #f8f8f8;
}
.form-content {
  max-height: 230px;
  overflow-y: auto;
}
.check-box {
  width: 12px;
  height: 12px;
  border: 1px #bebebe solid;
  border-radius: 2px;
  display: inline-block;
  line-height: 100%;
  background-color: #fff;
}
.check-box:before {
  font-family: "icon-font";
  content: "\e927";
  color: rgba(0, 0, 0, 0);
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  vertical-align: top;
}
.check:before {
  color: #fff;
}
.delete {
  color: #9e9e9e;
}
.delete:before {
  font-family: "icon-font";
  content: "\e9e9";
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  vertical-align: top;
  cursor: pointer;
}
.delete:hover {
  color: #ff6d6d;
}
.form-btn-wrap {
  position: relative;
}
input.utils-down-val {
  border: none;
  font-size: inherit;
  background-color: #fff;
}
.utils-down-val {
  cursor: pointer;
}
.common-submit-btn {
  border-style: solid 1px #46b0f3;
  border-radius: 2px;
  background-color: #46b0f3;
  color: #fff;
  font-size: 14px;
}
.common-submit-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.form-item-click {
  position: relative;
  cursor: pointer;
}
.right-tag {
  position: absolute;
  top: 10px;
  right: 40px;
}
.modal.modal-new .modal-header {
  border-bottom: solid 1px #ebecf1;
}
.modal.modal-new .modal-header .header {
  color: #202437;
  font-weight: 600;
  font-size: 16px;
  padding-left: 20px;
  height: 45px;
  line-height: 45px;
}
.modal.modal-new .modal-header .close-btn {
  right: 14px;
  top: 12px;
  color: #a0a3af;
  font-size: 16px;
}
.modal-new .modal-body {
  color: #515666;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-new .modal-body .form {
  margin: 0;
  padding: 18px 30px 20px;
}
.modal-new .modal-body .form-item {
  margin-bottom: 19px;
}
.modal-new .modal-body .form-item-2 {
  width: 260px;
  margin-left: 10px;
}
.modal-new .modal-body .form-item-2:nth-child(2n + 1) {
  margin-left: 0;
}
.modal-new .modal-body .form-item-2 .form-item-2 {
  width: -webkit-calc((100% - 10px)/2);
  width: calc((100% - 10px)/2);
}
.modal-new .modal-body .form-label {
  font-size: 16px;
  font-weight: 500;
  color: #515666;
  margin-bottom: 8px;
}
.modal-new .modal-body .btn {
  width: 104px;
  height: 40px;
}
.modal-new .modal-body .btn-save {
  background-color: var(--primary-color);
}
.modal-new .modal-body .form-item-btn {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 26px;
  padding-top: 20px;
  border-top: 1px solid #ebecf1;
  width: auto;
}
.modal-new .modal-body .form-input,
.modal-new .modal-body .select-btn {
  height: 36px;
  color: #515666;
  border-radius: 4px;
  border: 1px solid #c6c8d1;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
          box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
}
.modal-new .modal-body .start-need {
  vertical-align: top;
  margin-left: 0px;
}
.modal-new input[type="radio"]:checked + .select-radio:before {
  background: var(--primary-color);
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.no-data-tip {
  text-align: center;
  border-top: 1px #ededed solid;
  height: 290px;
  padding-top: 180px;
  display: none;
}
.no-data-tip p:nth-of-type(1) {
  font-size: 24px;
  color: #c8c8c8;
}
.no-data-tip p:nth-of-type(2) {
  font-size: 14px;
  color: #adadad;
}
.trial-pop {
  max-width: 615px;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  z-index: 9999;
}
.modal.trial-pop .header {
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
  font-size: 18px;
  border-bottom-width: 0;
}
.trial-pop p {
  font-size: 14px;
  line-height: 175%;
  text-align: center;
}
.trial-pop p a,
.trial-pop p span {
  color: #46b0f3;
}
.trial-buttons {
  text-align: center;
  margin-top: 10px;
}
.trial-buttons a {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
}
.trial-buttons a:hover {
  background: #ececec;
}
.trial-buttons a:last-child {
  border: 1px solid #46b0f3;
  background: #46b0f3;
  color: #fff;
}
.trial-buttons a:last-child:hover {
  background: #329add;
}
.loading-spinner {
  position: relative;
  background-color: #fff;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 54px;
  height: 9px;
}
.loading-spinner > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: 13px;
  width: 18px;
  height: 18px;
  background-color: #ddd;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
          animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.loading-spinner .loading-spinner-bounce1 {
  margin-left: -31px;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loading-spinner .loading-spinner-bounce2 {
  margin-left: -9px;
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.loading-bar {
  overflow: hidden;
  height: 0px;
  background: white;
  width: -webkit-calc(100%);
  width: calc(100%);
  border-bottom: none;
  text-align: center;
  line-height: 65px;
  color: #999;
  font-size: 16px;
}
.loading-bar-bottom {
  position: absolute;
  bottom: -21px;
}
.loading-bar i {
  padding-right: 15px;
}
.icon-chime:before {
  content: "\e96d";
}
.no-more {
  height: 0px;
  position: absolute;
  bottom: -21px;
  width: -webkit-calc(100%);
  width: calc(100%);
  background: white;
  text-align: center;
  line-height: 65px;
  color: #999;
  font-size: 16px;
  overflow: hidden;
}
.wiperSwitch {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background-color: #c6c8d1;
  margin-right: 5px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.wiperSwitch:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  left: 2px;
  top: 2px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 10, 30, 0.1), 0px 1px 2px rgba(0, 10, 30, 0.1);
          box-shadow: 0px 2px 5px rgba(0, 10, 30, 0.1), 0px 1px 2px rgba(0, 10, 30, 0.1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.wiperSwitch.on {
  background-color: var(--primary-color-5);
}
.wiperSwitch.on:before {
  -webkit-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
.wiperSwitch.subscribed {
  background-color: var(--primary-color-5);
  border: solid 1px var(--primary-color);
}
.wiperSwitch.subscribed:before {
  left: 20px;
}
.wiperSwitch.cannot {
  opacity: 0.4;
  cursor: default;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + .checkbox-radio,
.select-radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #c6c8d1;
  margin-right: 6px;
  padding: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
          box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
}
input[type="radio"]:checked + .checkbox-radio:before,
input[type="radio"]:checked + .select-radio:before {
  content: "";
  display: block;
  width: 8px;
  top: 3px;
  height: 8px;
  position: relative;
  background: var(--primary-color);
  border-radius: 50%;
  left: 3px;
}
input[type="checkbox"] + .checkbox-radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #c6c8d1;
  margin-right: 10px;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background: #fafafd;
  overflow: hidden;
  line-height: 1;
}
input[type="checkbox"]:checked + .checkbox-radio:before {
  font-family: "chime";
  color: var(--primary-color);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
  content: "\e93c";
  position: relative;
  top: -1px;
  left: 1px;
}
input[type="checkbox"] + .checkbox-radio + span {
  display: inline-block;
  vertical-align: top;
}
input[type="radio"] + .checkbox-radio + span {
  display: inline-block;
  vertical-align: middle;
}
.column-list-wrap-inner ul li label:before {
  position: absolute;
  left: 0px;
  top: 2px;
  margin-top: 6px;
  font-family: "icon-font";
  content: "\e9f5";
  color: transparent;
  font-size: 12px;
  line-height: 12px;
}
.column-list-wrap-inner ul li label:after {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  left: 0px;
  top: 0px;
  margin-top: 6px;
  position: absolute;
  line-height: 1.4em;
  border: 1px solid #bebebe;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 1px 1px 0px #f0f0f0;
          box-shadow: inset 0px 1px 1px 0px #f0f0f0;
}
.header-resize {
  position: relative;
  overflow: hidden;
}
.header-resize .horizontal {
  position: absolute;
  opacity: 0;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
.header-resize .vertical {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../merged-node_modules/node_modules/.pnpm/css-loader@6.5.1_webpack@5.93.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../merged-node_modules/node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.93.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./src/less/lib/jquery.scrollbar.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
            box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element,
.scroll-element div {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_track {
    left: -12px;
}
.scrollbar-inner
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_track {
    top: -12px;
}

.scrollbar-inner
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_size {
    left: -12px;
}
.scrollbar-inner
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_size {
    top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_track {
    left: -14px;
}
.scrollbar-outer
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_track {
    top: -14px;
}

.scrollbar-outer
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_size {
    left: -14px;
}
.scrollbar-outer
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_size {
    top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_size {
    left: -11px;
}
.scrollbar-macosx
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_size {
    top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);

    border: 1px solid #dbdbdb;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_size {
    left: -19px;
}
.scrollbar-light
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_size {
    top: -19px;
}

.scrollbar-light
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_track {
    left: -19px;
}
.scrollbar-light
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_track {
    top: -19px;
}

/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail
    > .scroll-element
    .scroll-element_outer:hover
    .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 2px;

    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);

            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_size {
    left: -25px;
}
.scrollbar-rail
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_size {
    top: -25px;
}

.scrollbar-rail
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_track {
    left: -25px;
}
.scrollbar-rail
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_track {
    top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_size {
    left: -11px;
}
.scrollbar-dynamic
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_size {
    top: -11px;
}

/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic
    > .scroll-element:hover
    .scroll-element_outer
    .scroll-element_size,
.scrollbar-dynamic
    > .scroll-element.scroll-draggable
    .scroll-element_outer
    .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic
    > .scroll-element.scroll-draggable
    .scroll-element_outer
    .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic
    > .scroll-element.scroll-x.scroll-draggable
    .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic
    > .scroll-element.scroll-y.scroll-draggable
    .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_size {
    left: -19px;
}
.scrollbar-chrome
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_size {
    top: -19px;
}

.scrollbar-chrome
    > .scroll-element.scroll-x.scroll-scrolly_visible
    .scroll-element_track {
    left: -19px;
}
.scrollbar-chrome
    > .scroll-element.scroll-y.scroll-scrollx_visible
    .scroll-element_track {
    top: -19px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../merged-node_modules/node_modules/.pnpm/css-loader@6.5.1_webpack@5.93.0/node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!../merged-node_modules/node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.93.0/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!../merged-node_modules/node_modules/.pnpm/less-loader@10.2.0_less@4.1.2_webpack@5.93.0/node_modules/less-loader/dist/cjs.js!../merged-node_modules/node_modules/.pnpm/style-resources-loader@1.5.0_webpack@5.93.0/node_modules/style-resources-loader/lib/index.js??clonedRuleSet-1.use[4]!./src/less/main.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.chime-primary-color {
  color: var(--primary-color) !important;
}
.hover-underline:hover {
  text-decoration: underline;
}
.bg-slider {
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
}
.color-slider {
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.base-save-bg {
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
}
.base-save-bg:hover {
  background-color: #1c8cea;
}
.base-save-bg:active {
  background-color: #117bd5;
}
input[disabled="disabled"].base-save-bg,
.base-save-bg.disabled {
  background-color: var(--primary-color);
  opacity: 0.5;
}
.base-save-color {
  color: var(--primary-color);
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.base-save-color:hover {
  color: #1c8cea;
}
.base-save-color:active {
  color: #117bd5;
}
.base-save-color.active {
  color: #117bd5;
}
.base-black-color {
  color: #505050;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.base-black-color:hover {
  color: var(--primary-color);
}
.base-cancel-color {
  color: #787878;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.base-cancel-color:hover {
  color: #282828;
}
.base-cancel-color:active {
  color: #282828;
}
input[disabled="disabled"].base-cancel-color {
  color: #c8c8c8;
}
.base-save-button,
.base-cancel-button {
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
}
.base-save-button {
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  color: #fff;
}
.base-save-button:hover {
  background-color: #1c8cea;
}
.base-save-button:active {
  background-color: #117bd5;
}
.base-cancel-button {
  color: #787878;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  background-color: #fff;
}
.base-cancel-button:hover {
  color: #282828;
}
.base-cancel-button:active {
  color: #282828;
}
.base-save-full,
.base-cancel-full {
  padding: 0;
  font-size: 14px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  border-style: none;
  font-weight: 600;
}
.base-save-full {
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  color: #fff;
}
.base-save-full:hover {
  background-color: #1c8cea;
}
.base-save-full:active {
  background-color: #117bd5;
}
.base-cancel-full {
  color: #787878;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  background-color: #fff;
}
.base-cancel-full:hover {
  color: #282828;
}
.base-cancel-full:active {
  color: #282828;
}
input[disabled="disabled"].base-save-button {
  background-color: var(--primary-color);
  opacity: 0.5;
}
.base-green-button {
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  background: #00c37b;
}
.base-green-button:hover {
  background: #16c988;
}
.base-green-button:active {
  background: #00af6f;
}
.base-green-button[disabled] {
  background: #a1e7ca;
}
@font-face {
  font-family: "GothamMedium";
  src: url(https://static.chimeroi.com/servicetool-temp/Gotham-Medium.otf);
}
@font-face {
  font-family: "GothamBlack";
  src: url(https://static.chimeroi.com/servicetool-temp/Gotham-Black.otf);
}
@font-face {
  font-family: "GothamBold";
  src: url(https://static.chimeroi.com/servicetool-temp/Gotham-Bold.otf);
}
@font-face {
  font-family: "GothamBook";
  src: url(https://static.chimeroi.com/servicetool-temp/Gotham-Book.otf);
}
@font-face {
  font-family: "GothamLight";
  src: url(https://static.chimeroi.com/servicetool-temp/Gotham-Light.otf);
}
@font-face {
  font-family: "Oswald";
  src: url(https://static.chimeroi.com/servicetool-temp/2024919/6/0a37244b-260c-451b-a211-d70aae8070b9_Oswald-VariableFont_wght.ttf);
}
@font-face {
  font-family: "Baskerville";
  src: url(https://static.chimeroi.com/servicetool-temp/20241126/1/dd15b373-6bed-4516-a355-dbcf113fda94_Baskervville-Regular.ttf);
}
@font-face {
  font-family: "Merriweather";
  src: url(https://static.chimeroi.com/servicetool-temp/20241126/1/21e970fb-6b88-447c-8322-7f0d539c876c_Merriweather-Regular.ttf);
}
@font-face {
  font-family: "Sorts Mill Goudy";
  src: url(https://static.chimeroi.com/servicetool-temp/20241126/1/306401fa-25a4-446e-8e97-dae6814a6db8_SortsMillGoudy-Regular.ttf);
}
@font-face {
  font-family: "Source Serif 4";
  src: url(https://static.chimeroi.com/servicetool-temp/20241126/1/fa02d220-150d-4b0f-89ab-201e5b25880c_SourceSerif4-Regular.ttf);
}
p,
body,
ul,
li {
  margin: 0;
  padding: 0;
}
.utils-wrapper li {
  list-style: none;
}
.utils-wrapper a {
  text-decoration: none;
}
.utils-wrapper .invalid {
  text-decoration: line-through;
}
.clearfix:after {
  clear: both;
  content: "";
  overflow: hidden;
  line-height: 0;
  display: block;
  zoom: 1;
  /* IE 6/7 */
}
/* chat button*/
.chat-btn {
  /*display: none;*/
  position: fixed;
  bottom: 62px;
  right: 40px;
  width: 50px;
  height: 50px;
  z-index: 99;
  background-color: #54a5ff;
  -webkit-box-shadow: 4px 6.928px 20px 0px rgba(27, 86, 152, 0.5);
          box-shadow: 4px 6.928px 20px 0px rgba(27, 86, 152, 0.5);
  border-radius: 50%;
  text-align: center;
}
.chat-btn:after {
  font-family: "icon-font";
  content: "\e903";
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}
.chat-btn.newChat:before {
  bottom: 40px;
}
/* Chat panel minimized avatar */
#chat-min-btn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 40px;
  background: url(//static.chimeroi.com/crm/images/chat/user-head.png) no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}
.utils-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: 300;
  border-left: 1px solid #eee;
  background: #f6f7fb;
  -webkit-box-shadow: 0px 0px 20px #cdcdcd;
          box-shadow: 0px 0px 20px #cdcdcd;
  color: #282828;
}
.utils-wrapper .mute {
  width: 360px;
  min-height: 34px;
  background-color: #fff;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.utils-wrapper .mute-text {
  font-size: 13px;
  line-height: 1.31;
  color: #a0a3af;
  width: 270px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}
.utils-wrapper .rate-ai {
  color: var(--primary-color);
  text-decoration: underline;
  cursor: pointer;
}
.utils-wrapper .mute-btn {
  width: 80px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  color: var(--primary-color);
}
/* universal header*/
.utils-header {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 14px 0;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #ebecf1;
  color: #202437;
  background: #ffffff;
  z-index: 1;
  font-size: 18px;
  font-width: 600;
}
.utils-header .icon2017 {
  cursor: pointer;
}
.utils-header .title {
  font-size: 18px;
  font-weight: 600;
}
.utils-header .open-chat-icon {
  margin-left: auto;
  opacity: 0.6;
  font-size: 14px;
}
.utils-header .icon-cancel_bold {
  font-size: 14px;
  opacity: 0.6;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 34px;
  text-align: right;
}
.utils-header .icon-arrow_02_left {
  font-size: 16px;
  color: #515666;
  width: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.utils-header .icon-arrow_06_left {
  font-size: 14px;
  color: #515666;
  width: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.utils-header .icon-list_01 {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.utils-header .icon-zoom_01 {
  font-size: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.utils-header .lead-name {
  font-size: 18px;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 600;
}
.utils-header .lead-info {
  width: 366px;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ai-header {
  width: 36px;
  height: 36px;
  margin-left: 10px;
  float: right;
}
.triangle {
  border-width: 6px;
  border-style: solid;
  display: inline-block;
  position: absolute;
  top: 13px;
}
.chat-page-right .triangle {
  border-left-width: 8px;
  border-color: transparent transparent transparent var(--primary-color-5);
  right: -14px;
  -webkit-transform: skewY(-25deg);
      -ms-transform: skewY(-25deg);
          transform: skewY(-25deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.ai-chat-content {
  height: -webkit-calc(100% - 52px);
  height: calc(100% - 52px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.ai-chat-content > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ai-chat-content .ai-chat-main {
  background-color: #f6f7fb;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.ai-chat-content .mute {
  width: 360px;
  min-height: 34px;
  background-color: #fff;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.ai-chat-content .mute-text {
  font-size: 13px;
  line-height: 1.31;
  color: #a0a3af;
  width: 270px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}
.ai-chat-content .mute-btn {
  width: 80px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  color: var(--primary-color);
}
.ai-chat-content .chat-page-left .chat-page-content {
  background-color: #fff;
}
.ai-chat-content .chat-page-left .triangle {
  border-right-width: 8px;
  border-color: transparent #fff transparent transparent;
  left: -14px;
  -webkit-transform: skewY(25deg);
      -ms-transform: skewY(25deg);
          transform: skewY(25deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.ai-chat-content .ai-phone-list {
  background-color: #fff;
  height: 34px;
  line-height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.ai-chat-content .list-title {
  margin: 0 5px 0 20px;
  color: #797e8b;
}
.ai-chat-content .list-title .relation {
  display: inline-block;
  margin-left: 3px;
  max-width: 70px;
  padding: 2px 6px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
}
.ai-chat-content .selectTxt {
  color: #515666;
}
.ai-chat-content .icon-select-triangle {
  color: #c6c8d1;
}
#chat-list .utils-title {
  padding-left: 20px;
  height: 19px;
}
#chat-visitors {
  overflow-x: hidden;
}
#chat-visitors .visitor-lists {
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  width: 415px;
  overflow-y: auto;
  background-color: #fff;
}
#chat-page .utils-title {
  text-align: center;
  height: 19px;
}
#chat-page .utils-title span {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: bottom;
}
#chat #chat-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
#chat #chat-page > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#chat #chat-page .chat-main {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.recentChats {
  font-size: 12px;
  background: #ff5555;
  color: #fff;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  min-width: 8px;
  border-radius: 10px;
  text-align: center;
  margin-left: 10px;
}
.utils-hide-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  background: url(//static.chimeroi.com/crm/images/chat/icon-black-hide.png) no-repeat;
  height: 14px;
  width: 14px;
  color: #fff;
}
.utils-list-btn {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  background: url(//static.chimeroi.com/crm/images/chat/icon-black-list.png) no-repeat;
  width: 20px;
  height: 15px;
}
/*chat list*/
.utils-main {
  overflow-y: auto;
}
.list-main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.error-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.error-box .error-prompt {
  position: relative;
  padding: 0 15px;
  top: 40%;
  font-size: 16px;
  color: #a0a3af;
}
.error-box .reconnect {
  display: inline-block;
  width: 133px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: var(--primary-color);
  cursor: pointer;
  color: #fff;
  margin-top: 24px;
}
.error-box .reconnect:hover {
  background: #1c8cea;
}
.error-box .icon-refresh {
  margin-right: 6px;
}
.utils-chat-list {
  padding: 0 10px;
  background-color: #fff;
}
.chat-list-item {
  position: relative;
  font-size: 0;
  padding: 10px;
  background: #fff;
  margin-bottom: 1px;
}
.chat-list-item .chat-list-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-list-item .chat-list-time {
  display: block;
}
.chat-list-item:hover .chat-list-time.hoverNone {
  display: none;
}
.chat-list-item .v-tag {
  height: 14px;
  width: 38px;
  border-radius: 10px;
  font-size: 12px;
  background-color: #9edbd6;
  margin-left: 4px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  padding: 0 4px;
}
.chat-list-item .tag-fb-messenger {
  font-size: 12px;
  letter-spacing: normal;
  color: #ffffff;
  width: 76px;
  padding: 0 5px;
  border-radius: 10px;
  background-color: #b2cdf0;
}
.chat-list-item .list-item-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.chat-list-item.unread:before {
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #f0454c;
}
.chat-list-item .marLeft10 {
  margin-left: 10px;
}
.chat-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.chat-list-flex .list-item-left {
  width: 36px;
  position: relative;
}
.chat-list-flex .list-item-left .left-icon {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 20px;
}
.chat-list-flex .list-item-left .left-icon .name-abbrev {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.chat-list-flex .list-item-left .left-icon img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.chat-list-flex .list-item-left .email-item-background {
  background-color: #eaf2ff;
}
.chat-list-flex .list-item-left .email-item-background .icon-house_12 {
  color: #3b5cde;
  font-size: 16px;
}
.chat-list-flex .list-item-left .tag-type {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}
.chat-list-flex .list-item-left .tag-type .icon-mail_02,
.chat-list-flex .list-item-left .tag-type .icon-chat_03 {
  font-size: 7px;
  color: #fff;
}
.chat-list-flex .list-item-left .chat-tag-type {
  background-color: #22b662;
}
.chat-list-item:hover,
.chat-visitor-lists:hover {
  background: rgba(246, 247, 251, 0.6);
  border-radius: 6px;
}
.active-chat-item {
  background: #f6f7fb;
  border-radius: 6px;
}
.chat-visitor-lists {
  position: relative;
  padding: 0 20px;
  cursor: pointer;
}
.chat-visitor-lists .lists-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  height: 34px;
  width: 360px;
}
.chat-visitor-lists img {
  width: 22px;
  height: 22px;
}
.chat-visitor-lists .icon-arrow_01_right {
  margin-left: auto;
  width: 12px;
  height: 16px;
  font-size: 12px;
  color: #c6c8d1;
}
.chat-visitor-lists .title {
  font-size: 14px;
  font-weight: 500;
  color: #515666;
  margin: 0 2px 0 12px;
}
.chat-visitor-lists .count {
  color: #a0a3af;
  font-size: 12px;
}
.chat-visitor-lists.unread:after {
  position: absolute;
  top: 29px;
  right: 42px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background-color: #f0454c;
}
.newChat:before {
  position: absolute;
  content: "";
  padding: 4px;
  border-radius: 4px;
  background: #ff5555;
  right: 10px;
  bottom: 20px;
}
.prompt {
  position: relative;
  height: 50%;
  color: #999;
  font-size: 14px;
  text-align: center;
}
.prompt p {
  position: absolute;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  bottom: 0;
  padding: 0 20px;
}
.chat-list-head {
  float: left;
  width: 60px;
  padding-left: 20px;
}
.chat-list-head img {
  height: 50px;
  width: 50px;
  border-radius: 25px;
}
.chat-list-main {
  /*float: right;*/
  /*width: 320px;*/
}
.chat-list-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #515666;
}
.chat-list-time {
  color: #a0a3af;
  font-size: 12px;
  margin-left: auto;
  text-align: right;
}
.chat-list-content {
  font-size: 14px;
  line-height: 20px;
  color: #797e8b;
  padding-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 270px;
}
.chat-list-content .icon-resend {
  font-size: 14;
  vertical-align: middle;
  margin-right: 5px;
}
.chat-list-content .icon-resend:before {
  content: "\e948";
  color: #ff4444;
}
.utils-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  text-align: center;
}
.footer-btn {
  display: inline-block;
  color: #5ebbf5;
  border: 1px solid #5ebbf5;
  padding: 13px 20px;
  margin-top: 25px;
}
.new-message:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ff5555;
  right: 20px;
  bottom: 15px;
}
/*friend list*/
.friend-list-item {
  position: relative;
  font-size: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.friend-list-head {
  float: left;
  width: 60px;
  padding-left: 20px;
}
.friend-list-head img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.friend-list-main {
  float: right;
  padding-top: 6px;
  width: 320px;
}
.friend-list-name {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  font-size: 16px;
}
.friend-list-email {
  color: #9c9c9c;
  max-width: 260px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
}
.utils-friend-divide {
  padding: 10px 20px;
  background: #f4f4f4;
}
input[name="friend-radio"] {
  display: none;
}
.friend-list-radio {
  position: absolute;
  top: 28px;
  right: 23px;
  background: url(//static.chimeroi.com/crm/images/chat/icon-radio.png) no-repeat;
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.friend-list-radio.active {
  background: url(//static.chimeroi.com/crm/images/chat/icon-radio-active.png) no-repeat;
}
/* utils-info */
.utils-info {
  background: #fff;
  padding: 16px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.utils-info > ul > li {
  line-height: 14px;
  height: 14px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.utils-info > ul > li:last-child {
  margin-bottom: 0px;
}
.utils-info > ul > li.phone-tip {
  border-radius: 4px;
  border: 1px solid #fcd7d2;
  background-color: #fdece9;
  line-height: 16px;
  color: #f0454c;
  padding: 8px 15px;
}
.utils-info-key {
  float: left;
  width: 45px;
  color: #787878;
}
.utils-info-detail {
  float: left;
  width: 270px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.utils-info-detail .relation {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: 3px;
  max-width: 70px;
  padding: 2px 6px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
}
a.utils-info-detail {
  color: var(--primary-color);
}
a.utils-info-detail:hover {
  color: #75bdea;
}
.inquiries {
  display: inline-block;
  width: 90px;
  padding-right: 10px;
}
.phoneSelect {
  display: inline-block;
}
/*chat page*/
.chat-main {
  padding: 0 15px 0 15px;
  width: 370px;
  background: #f6f7fb;
}
.chat-send {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  border-top: 1px solid #eee;
}
.chat-send .icon-send_02 {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #a0a3af;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.chat-send .icon-send_02.active {
  color: var(--primary-color);
}
.send-txt {
  border: 0;
  color: #505050;
  padding: 22px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.send-txt:focus {
  border: 0;
  outline: 0;
}
.mms-chatbox-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
}
.mms-chatbox-img img {
  max-width: 180px;
  max-height: 180px;
  border-radius: 4px;
  cursor: pointer;
}
.chat-page-right .mms-chatbox-img {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chat-page-center {
  margin-bottom: 30px;
}
.chat-page-center .chat-page-content {
  float: none;
  text-align: center;
  color: #787878;
  display: block;
  max-width: 320px;
  background: none;
  padding: 0;
  margin: 0 auto;
}
.chat-page-time .chat-page-content {
  max-width: 360px;
}
.chatLoading {
  float: right;
  width: 15px;
  margin-right: 12px;
  margin-top: 16px;
}
.resendBox {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
.resendBox .chatResend {
  color: #2278c1;
  margin-right: 12px;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
.utils-chat-page .icon-resend {
  font-size: 22px;
  vertical-align: sub;
}
.utils-chat-page .icon-resend:before {
  content: "\e948";
  color: #ff4444;
}
.tipChat,
.chatTime {
  color: #a0a3af;
  text-align: center;
  font-size: 12px;
}
.errorMessage {
  color: #ff3131;
}
.errorMessage .messageResend {
  color: #2278c1;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: underline;
}
.chat-page-content .custom-link {
  text-decoration: underline;
}
.chat-page-left .customMsg p {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-page-left .customMsg p:first-child {
  border-bottom: 1px solid #dcdcdc;
}
.chat-page-left .customMsg p span {
  color: #787878;
}
.chat-page-left .custom-link {
  color: var(--primary-color);
}
.chat-page-right .customMsg p:first-child {
  border-bottom: 1px solid #6dbcff;
}
.chat-page-right .customMsg p span {
  color: #d6ecff;
}
.chat-head {
  margin: 0 16px -5px 20px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
}
/*chat prompt*/
.utils-prompt {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: #5ebbf5;
  border-radius: 5px;
  width: 300px;
  padding: 20px;
  -webkit-box-shadow: 1px 6px 12px #d9d9d9;
          box-shadow: 1px 6px 12px #d9d9d9;
  cursor: pointer;
}
.utils-prompt .utils-hide-btn {
  top: 8px;
  right: 9px;
  margin-top: 0;
}
.prompt-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
.prompt-desc {
  font-size: 14px;
}
.utils-prompt:after {
  content: url(//static.chimeroi.com/crm/images/chat/prompt-triangle.png);
  position: absolute;
  bottom: -14px;
  right: 47px;
}
.jump-to {
  text-decoration: underline;
  color: var(--primary-color);
}
.chatbot-listing-container {
  position: relative;
  min-height: 218px;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
}
.chatbot-listing-container.chat {
  margin-bottom: 30px;
  height: auto;
}
.chatbot-listing-container.workspace {
  margin-bottom: 30px;
}
.chatbot-listing-container .swiper-container {
  margin: inherit;
}
.chatbot-listing-container .swiper-wrapper {
  margin-right: -10px;
}
.chatbot-listing-container .swiper-slide {
  width: 220px !important;
}
.chatbot-listing-container .swiper-button-next,
.chatbot-listing-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
  border: none;
  background: rgba(0, 0, 0, 0.4);
  z-index: 18;
  visibility: visible;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
}
.chatbot-listing-container .swiper-button-next::after,
.chatbot-listing-container .swiper-button-prev::after {
  font-size: 14px;
  color: var(--primary-color);
}
.chatbot-listing-container .swiper-button-next:not(.swiper-button-disabled):hover,
.chatbot-listing-container .swiper-button-prev:not(.swiper-button-disabled):hover {
  background: var(--primary-color);
  color: #fff;
}
.chatbot-listing-container .swiper-button-next:not(.swiper-button-disabled):hover::after,
.chatbot-listing-container .swiper-button-prev:not(.swiper-button-disabled):hover::after {
  color: #fff;
}
.chatbot-listing-container .chatbot-listing-card {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  font-family: "SF UI Text";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 214px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 214px;
          flex: 0 0 214px;
  position: relative;
  cursor: pointer;
  height: 204px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #e1e2e6;
  background-color: #fff;
}
.chatbot-listing-container .chatbot-listing-card .listing-beds-bath {
  position: absolute;
  top: -webkit-calc(50% + 5px);
  top: calc(50% + 5px);
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  top: 78px;
  height: 60px;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 10px;
}
.chatbot-listing-container .chatbot-listing-card .listing-beds-bath > div {
  position: relative;
  padding-right: 10px;
}
.chatbot-listing-container .chatbot-listing-card .listing-beds-bath .listing-beds::after {
  display: inline-block;
  content: " ";
  visibility: visible;
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.chatbot-listing-container .chatbot-listing-card .listing-beds-bath .listing-bath {
  padding-left: 10px;
}
.chatbot-listing-container .chatbot-listing-card .listing-money {
  font-weight: 800;
  font-size: 14px;
  color: #202437;
}
.chatbot-listing-container .chatbot-listing-card .listing-card-bottom {
  background-color: inherit;
  border-radius: 0 0 4px 4px;
  padding: 12px 10px 10px;
  height: 66px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.chatbot-listing-container .chatbot-listing-card:hover {
  border-color: var(--primary-color);
  background: #fff;
}
.chatbot-listing-container .chatbot-listing-card .chatbot-listing-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chatbot-listing-container .chatbot-listing-card .card-wrap .listing-money {
  font-size: 14px;
  font-weight: bold;
  color: #191919;
  margin-right: auto;
}
.chatbot-listing-container .chatbot-listing-card .card-wrap .listing-beds,
.chatbot-listing-container .chatbot-listing-card .card-wrap .listing-bath {
  font-family: "ProximaNova";
  font-size: 12px;
  font-weight: 600;
}
.chatbot-listing-container .chatbot-listing-card .card-wrap .listing-beds {
  margin-right: 7px;
}
.chatbot-listing-container .chatbot-listing-card .card-wrap::after {
  display: table;
  content: "";
  clear: both;
}
.chatbot-listing-container .chatbot-listing-card .card-msg {
  font-family: "ProximaNova";
  margin-top: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #515666;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.chatbot-listing-container .chatbot-listing-card .listing-card-top {
  width: 100%;
  height: 138px;
}
.chatbot-listing-container .chatbot-listing-card .listing-card-top img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.video-box {
  position: relative;
}
.video-box video {
  max-width: 180px;
  max-height: 180px;
}
.video-box .video-button {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0 auto;
  font-size: 2em;
  line-height: 1.8em;
  height: 36px;
  width: 36px;
  border-radius: 2em;
  background-color: rgba(115, 133, 159, 0.1);
  border: 2px solid #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  /*  middle play arrow  */
}
.video-box .video-button .video-big-button {
  position: relative;
}
.video-box .video-button .vjs-icon-placeholder {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-35%, -50%);
      -ms-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 14px solid #ffffff;
  border-bottom: 7px solid transparent;
}
/* 3.45 hide first  */
.ai-chat-content .custom-tool {
  display: none !important;
}
#new-notice-container {
  position: fixed;
  right: 10px;
  top: 60px;
  z-index: 2008;
}
#new-notice-container .new-notice-item {
  z-index: 2009;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 12px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-animation: noticeRightToLeft 0.3s ease-in-out;
          animation: noticeRightToLeft 0.3s ease-in-out;
}
#new-notice-container .new-notice-item.common-notice-item {
  cursor: pointer;
  width: 260px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
  background-color: #fff;
  padding: 10px 20px;
  padding-left: 4px;
  padding-top: 0;
}
#new-notice-container .new-notice-item.common-notice-item:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: var(--primary-color-7);
  left: 0;
  top: 0;
}
#new-notice-container .new-notice-item.common-notice-item .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  line-height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
}
#new-notice-container .new-notice-item.common-notice-item .title-wrap .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#new-notice-container .new-notice-item.common-notice-item .title-wrap .flex-wrap.pt-10 {
  padding-top: 10px;
}
#new-notice-container .new-notice-item.common-notice-item .title-wrap .flex-wrap.other-ins-title {
  display: inline-block;
  background-color: var(--primary-color-7);
  padding-right: 17px;
  padding-left: 6px;
  margin-left: -12px;
  max-width: 216px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  height: 20px;
  line-height: 20px;
  border-radius: 0 0 20px 0;
}
#new-notice-container .new-notice-item.common-notice-item .title-wrap .title {
  font-size: 15px;
  color: #515666;
  font-weight: 600;
  position: relative;
  margin-right: 10px;
}
#new-notice-container .new-notice-item.common-notice-item .title-wrap .time {
  color: #c6c8d1;
  font-size: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#new-notice-container .new-notice-item.common-notice-item .title-wrap .js-close-notice {
  position: absolute;
  top: 10px;
  right: -5px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 12px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 12px;
  cursor: pointer;
}
#new-notice-container .new-notice-item.common-notice-item .title-wrap .js-close-notice .icon2017 {
  position: relative;
  width: 12px;
  height: 12px;
  color: #c6c8d1;
}
#new-notice-container .new-notice-item.common-notice-item .title-wrap .js-close-notice .icon2017:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}
#new-notice-container .new-notice-item.common-notice-item .title-wrap .js-close-notice .icon2017:hover {
  color: var(--primary-color);
}
#new-notice-container .new-notice-item.common-notice-item .content {
  padding-left: 12px;
  font-size: 14px;
  color: #797e8b;
  line-height: 20px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#new-notice-container .new-notice-item.common-notice-item .listing-ads-content {
  margin-top: 8px;
  font-size: 14px;
  color: #797e8b;
  line-height: 20px;
}
#new-notice-container .new-notice-item.common-notice-item .listing-ads-content .listing-address {
  color: #515666;
  font-weight: 700;
}
#new-notice-container .new-notice-item.common-notice-item .listing-ads-content a {
  color: #ffa600;
  text-decoration: underline;
}
#new-notice-container .listing-ada-item {
  cursor: default;
  width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 15px 0px #00000014;
          box-shadow: 0px 5px 15px 0px #00000014;
}
#new-notice-container .listing-ada-item:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #f5c600;
  left: 0;
  top: 0;
}
#new-notice-container .listing-ada-item .listing-img {
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-top: 14px;
  border-radius: 6px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#new-notice-container .listing-ada-item .left-star-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
#new-notice-container .listing-ada-item .right-content-area {
  margin-left: 10px;
}
#new-notice-container .listing-ada-item .right-content-area .title-wrap {
  padding-left: 0;
  margin-top: 10px;
}
#new-notice-container .listing-ada-item .right-content-area .title-wrap .js-close-notice {
  top: 5px;
}
@-webkit-keyframes noticeRightToLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(270px, 0);
            transform: translate(270px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes noticeRightToLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(270px, 0);
            transform: translate(270px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.tagContainer {
  display: none;
  position: relative;
}
.tagContainer .tagList {
  padding: 10px 20px 0 10px;
  max-height: 25px;
  overflow: hidden;
}
.tagContainer .tagList .tip {
  display: inline-block;
  padding: 2px 5px;
  border: solid 1px #ddd;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 5px;
  font-size: 12px;
}
.tagContainer .tagList .tip:hover {
  background: #ddd;
}
.tagContainer .tagBtn {
  position: absolute;
  right: 6px;
  top: 10px;
  display: inline-block;
  padding: 2px 4px;
  border: solid 1px #ddd;
  cursor: pointer;
  font-size: 12px;
}
.tagContainer .tagBtn:hover {
  background: #ddd;
}
.tagContainer .tagUp {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari  and  Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.cke_contents {
  padding: 0 10px;
  margin: 0;
}
.cke_toolgroup .attach-input {
  display: none;
}
.mail-win.single-email #email-main {
  position: relative;
  overflow: auto;
}
.word-break {
  word-wrap: break-word;
  word-break: normal;
}
.word-ellipsis {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mail-win .invalid {
  text-decoration: line-through;
}
.mail-win .icon-select {
  cursor: pointer;
}
.mail-win .icon-select:after {
  font-family: "chime";
  content: "\e90b";
  color: #a0a3af;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 8px;
  display: inline-block;
}
.show.icon-select:after {
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
}
.subject-aggregation:not(.no-list) .icon-select:after {
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50% 25%;
  top: 8px;
}
.n-a {
  color: #787878;
}
.icon-mail-close:before {
  content: "\e9c0";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #959595;
}
.email-detail-time {
  font-size: 14px;
  color: #797e8b;
  margin: 10px 0 20px 0;
}
.detail-mail-desc {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebecf1;
}
.communication-default {
  color: #aaa;
  text-align: center;
  margin-top: 140px;
  font-size: 14px;
}
.email-detail-gray {
  font-size: 14px;
  color: #515666;
}
.icon-mail-reply:before {
  content: "\e9cb";
  font-size: 25px;
  color: #828282;
}
.icon-mail-ext:before {
  content: "\e931";
  font-size: 14px;
}
.mail-win .send,
.mail-win .detail {
  width: 860px;
}
.mail-win {
  height: 600px;
  background-color: #fff;
  color: #282828;
  font-size: 13px;
  margin: 0 auto;
}
.mail-win.single-email {
  min-width: 1141px;
  height: auto;
}
.mail-win.single-email .send,
.mail-win.single-email .detail {
  height: 100%;
}
.mail-win.single-email .send {
  position: relative;
}
.mail-editor-warp {
  height: 330px;
}
.gmail-pop {
  width: 600px;
}
.icon-mail-role {
  font-size: 16px;
  color: var(--primary-color);
}
.icon-mail-role.icon-seller {
  color: #2cd781;
}
.icon-mail-role.icon-renter_02 {
  color: var(--primary-color-6);
}
.mail-win p {
  line-height: 150%;
}
.mail-win .send .split {
  padding: 0 10px;
}
.mail-win .email-detail {
  width: 281px;
  height: 100%;
  max-height: 510px;
  overflow: auto;
  -webkit-box-shadow: inset -1px 0px 0px 0px rgba(220, 220, 220, 0.004);
          box-shadow: inset -1px 0px 0px 0px rgba(220, 220, 220, 0.004);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border-right: 1px solid #dcdcdc;
}
.query-email-detail {
  padding: 6px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.email-detail-left {
  float: left;
  width: 40%;
  color: #787878;
}
.email-detail-right {
  float: left;
  width: 60%;
  line-height: 18px;
  word-wrap: break-word;
  word-break: normal;
}
.mail-win .person {
  padding-bottom: 5px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mail-win .person .mail-name {
  margin: 15px 0 10px 0;
  word-wrap: break-word;
  word-break: normal;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  /*
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
*/
}
.mail-win .mail-name a {
  position: relative;
}
.mail-win .mail-name a:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--primary-color);
}
.mail-win .person .person-detail {
  color: #738390;
  word-wrap: break-word;
  word-break: normal;
  line-height: 1.8;
}
.mail-win .person .key {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(30% - 14px);
  width: calc(30% - 14px);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #a0a3af;
}
.mail-win .person .val {
  display: inline-block;
  width: -webkit-calc(70% - 18px);
  width: calc(70% - 18px);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #202437;
}
.mail-win .person a.tags-more {
  margin-left: 10px;
}
.mail-win section + section {
  padding: 0 10px;
}
.mail-win section.mail-box {
  padding: 0;
}
.mail-win section.mail-box .mail-show li.no-list:hover .content,
.mail-win section.mail-box .mail-show li.active .content {
  background-color: #f6f7fb;
}
.mail-win .notes {
  padding: 0 10px 10px;
}
.mail-win .mail-title {
  font-size: 18px;
  font-weight: 500;
  color: #202437;
  position: relative;
  padding-left: 16px;
  margin: 15px 0 10px 0;
}
.mail-win .mail-title.down {
  text-transform: capitalize;
}
.mail-win .mail-title.down:after {
  border-bottom: 6px solid #5a5a5a;
  border-top: 0;
}
.mail-win .mail-title.up:after {
  border-top: 6px solid #5a5a5a;
  border-bottom: 0;
}
.mail-box .communication-wrap {
  height: 333px;
  overflow: auto;
}
.mail-box li > div {
  float: left;
}
.mail-box .mail-communication-name {
  margin-bottom: 8px;
}
.mail-box .mail-communication-name span {
  font-weight: normal;
}
.icon-box-mail {
  color: #afb5bb;
  font-size: 24px;
  line-height: 14px;
  float: left;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.icon-box-mail:before {
  content: "\e9be";
}
.icon-mail-open:before {
  content: "\e9bf";
}
.mail-box time {
  font-size: 12px;
  color: #787878;
}
.mail-box li {
  padding: 12px 0 10px 0;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}
.mail-box ul li div {
  margin-left: 30px;
}
.mail-win .in-query div {
  max-height: 200px;
  overflow: auto;
}
.mail-win .in-query p span:first-child {
  color: #787878;
  display: inline-block;
  width: 115px;
}
.mail-win .notes li {
  color: #787878;
  line-height: 200%;
  border-bottom: 1px solid #dcdcdc;
}
.mail-win .notes li p {
  line-height: 200%;
}
.mail-win .notes ul {
  max-height: 160px;
  overflow: auto;
}
.mail-win .mail-tags-wrap {
  display: none;
  position: absolute;
  color: #fff;
  max-width: 240px;
  text-align: center;
  bottom: 20px;
}
.mail-win .mail-tags-wrap div {
  display: inline-block;
  padding: 10px;
  background-color: #46b0f3;
  border-radius: 3px;
  text-align: left;
  word-wrap: break-word;
  word-break: normal;
  width: 100%;
}
.mail-win .mail-tags-wrap div:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-width: 10px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: #46b0f3 transparent transparent transparent;
  vertical-align: sub;
  display: inline-block;
  border-style: solid;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.icon-airplane:before {
  content: "\e801";
  margin-right: 8px;
}
.mail-win main {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.mail-win .mass-mail-footer {
  height: 80px;
  line-height: 80px;
}
.mail-win .mass-mail-footer-content {
  float: right;
}
.single-mail-footer {
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
}
.single-mail-footer .mail-add {
  float: left;
}
.single-mail-footer .mail-add .js-mail-send {
  width: 104px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e1e2e6;
  font-size: 16px;
  background-color: #ffffff;
  color: #797e8b;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
}
.single-mail-footer .mail-add .mail-btn-disabled {
  cursor: not-allowed;
}
.single-mail-footer .mail-add .icon-add_bold {
  position: relative;
  top: 2px;
}
.single-mail-footer .mail-act {
  float: right;
}
.mail-win hr {
  border: none;
  border-top: 1px solid #ebecf1;
}
#preview-mail-m {
  width: 104px;
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #e1e2e6;
  font-size: 14px;
  color: #797e8b;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
}
#send-mail-m,
#send-mail-finish,
.mail-reply-act > button {
  width: 104px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  color: #fff;
  font-size: 14px;
  border: 1px solid var(--primary-color);
  outline: none;
  cursor: pointer;
  vertical-align: middle;
}
#send-mail-m:hover,
#send-mail-finish:hover,
.mail-reply-act > button:hover {
  background-color: #1c8cea;
}
#send-mail-m:active,
#send-mail-finish:active,
.mail-reply-act > button:active {
  background-color: #117bd5;
}
.mail-reply-act .mail-btn-disabled {
  cursor: not-allowed;
  background: #46b0f3;
  opacity: 0.65;
}
#send-mail-finish {
  width: 110px;
}
#send-mail-m[disabled],
#send-mail-finish[disabled] {
  cursor: not-allowed;
  background: #46b0f3;
  opacity: 0.65;
}
#send-mail-m.no-email {
  background: #46b0f3;
  opacity: 0.65;
}
.add-cc {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 14px;
  color: #515666;
  z-index: 2;
}
.add-cc > span {
  cursor: pointer;
}
.add-cc > span.selected {
  color: #bcbcbc;
  cursor: not-allowed;
}
.add-cc > span:first-child {
  padding-right: 10px;
  border-right: 1px solid #bcbcbc;
}
.add-cc > span:last-child {
  padding-left: 10px;
}
#mail-title-m {
  margin: 30px 0 20px;
  position: relative;
}
#mail-title-m .select-list-wrap {
  width: -webkit-calc( 100% - 50px);
  width: calc( 100% - 50px);
}
#mail-title-m .select-list-wrap .mail-agent-list li {
  border: 0;
}
#mail-title-m .mail-template {
  width: 150px;
}
#mail-title-m .select-list-down li {
  white-space: normal;
  overflow: auto;
}
#mail-title-m .address-container {
  display: inline-block;
  width: -webkit-calc(100% - 64px);
  width: calc(100% - 64px);
}
#mail-title-m input.new-cc-address {
  width: auto;
  min-width: 12px;
  max-width: -webkit-calc(100% - 12px);
  max-width: calc(100% - 12px);
  position: relative;
}
#mail-title-m .cc-container,
#mail-title-m .bcc-container {
  display: none;
}
#mail-title-m .cc-container + hr,
#mail-title-m .bcc-container + hr {
  display: none;
}
#mail-title-m .cc-container.active,
#mail-title-m .bcc-container.active {
  display: block;
}
#mail-title-m .cc-container.active + hr,
#mail-title-m .bcc-container.active + hr {
  display: block;
}
#mail-title-m .addr-span {
  font-size: 13px;
  background: #f2f2f2;
  color: #282828;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 6px;
  margin-right: 8px;
  margin-bottom: 5px;
  border-radius: 4px;
  cursor: pointer;
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
#mail-title-m .addr-span .icon2017 {
  font-size: 10px;
  padding-left: 5px;
  opacity: 0.3;
  cursor: pointer;
  position: relative;
  top: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #282828;
}
#mail-title-m .addr-span .icon2017:hover {
  opacity: 1;
}
#mail-title-m .addr-span.to-delete {
  background-color: #d6eefc;
}
#mail-title-m .addr-span.invalid-email {
  color: red;
}
#mail-title-m .addr-span + .new-cc-address {
  margin-bottom: 5px;
}
#mail-title-m label {
  display: inline-block;
  font-size: 16px;
  color: #515666;
  width: 64px;
  vertical-align: top;
  font-weight: 500;
}
.single-email .to-address {
  display: inline-block;
  width: -webkit-calc(100% - 64px);
  width: calc(100% - 64px);
}
.mass-email .to-address {
  word-wrap: break-word;
  word-break: normal;
  display: inline-block;
  max-height: 120px;
  overflow: auto;
  width: -webkit-calc( 100% - 64px );
  width: calc( 100% - 64px );
}
.mass-email .mass-email-note {
  padding: 5px 0 0 62px;
  color: #a0a0a0;
  font-size: 12px;
}
.mass-email .mail-error-tip {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.opened-email #email-main,
.mail-win.single-email #email-main {
  /* position: relative; */
  /* overflow: hidden; */
  overflow: auto;
  height: 510px;
}
.opened-email #email-main::-webkit-scrollbar,
.mail-win.single-email #email-main::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.opened-email #email-main {
  height: 532px;
}
.mass-email .to-address .to-email,
#mail-title-m .to-address .email-hide-btn {
  display: inline-block;
  margin: 2px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  padding: 0 5px;
  color: #282828;
}
#mail-title-m .to-address .delete-address {
  font-size: 12px;
  color: #282828;
  opacity: 0.3;
  -webkit-transform: scale(0.83);
      -ms-transform: scale(0.83);
          transform: scale(0.83);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  margin-left: 8px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
#mail-title-m .to-address .email-display {
  display: none;
}
#mail-title-m .to-address .email-hide-btn {
  cursor: pointer;
}
#mail-title-m input {
  border: none;
  font-size: 13px;
  color: #282828;
  outline: none;
  width: 500px;
  vertical-align: bottom;
  padding: 0;
  background: #fff;
  line-height: 1.3;
}
#mail-title-m input[name="subject"] {
  width: 700px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  padding-left: 5px;
  vertical-align: sub;
}
#mail-title-m hr {
  height: 1px;
  border: none;
  border-top: 1px solid #ebecf1;
  margin: 5px 0 9px 0;
}
/*
#cke_mail-editor{
    border: 1px #dcdcdc solid;
}
.mail-win .cke_top{
    //position:relative;
    //padding: 0;
    //width: 100%;
    //background: #f0f0f0;
}
*/
/*
.mail-win .cke_top:after{
    content:"";
    disply: block;
    width: 100%;
    height: 1px;
    background-color:rgba(240,240,240,0.6);
    position:absolute;
    bottom:0;
    left:0px;
}
*/
.mail-detail-hover {
  background: #f8f8f8;
}
/*.toast{
    position: fixed;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    right: initial;
    bottom: initial;
    opacity: 1;
    background: inherit;
}

.toast-mask{
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 8;
}*/
.mail-template-btn {
  float: right;
  font-weight: bold;
  padding-right: 5px;
}
.mail-template-btn:after {
  font-weight: normal;
  right: -5px;
}
.js-mail-select li:hover {
  background: #eee;
}
.from-address {
  display: inline-block;
  width: -webkit-calc(100% - 64px);
  width: calc(100% - 64px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  font-size: 14px;
  color: #515666;
}
.manage-template {
  border-top: 1px solid #dcdcdc;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #3c97d0;
  cursor: pointer;
  display: block;
}
.mail-template {
  position: absolute;
  right: 0;
  z-index: 99;
  width: 150px;
  background: #fff;
  word-wrap: break-word;
  word-break: normal;
}
.mail-select-list a {
  display: block;
}
.mail-agent {
  position: absolute;
  left: 50px;
  right: 0;
  z-index: 99;
  background: #fff;
}
.mail-agent-list a {
  display: block;
}
.detail-main-item {
  margin-bottom: 8px;
}
.detail-item-name {
  float: left;
  width: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #515666;
}
.detail-item-val {
  float: left;
  width: -webkit-calc( 100% - 50px );
  width: calc( 100% - 50px );
  max-height: 100px;
  overflow: auto;
}
.detail-item-val a {
  word-wrap: break-word;
  word-break: break-all;
}
/*.mail-select-list:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: transparent transparent #dcdcdc transparent;
    position: absolute;
    left: 50%;
    top: -(6px * 2 + 1);
    margin-left: -6px;
    border-style: solid;
}*/
.mail-select-list:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -6px;
  border-style: solid;
}
/*
.detail-reply-desc {
    position: relative;
    top: -5px;
    margin-left: 8px;
    font-size: 15px;
}
*/
.mail-html-body {
  height: 360px;
}
.mail-win .detail-main {
  margin-top: 21px;
  width: 800px;
}
.mail-win .detail-subject {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.detail-to-mail {
  color: #282828;
}
.mail-error-tip {
  color: red;
  padding-top: 5px;
  position: absolute;
  background: #fff;
  z-index: 2;
  width: -webkit-calc(100% - 340px);
  width: calc(100% - 340px);
}
.mail-win-wrap,
.mail-editor-preview {
  -webkit-box-shadow: 0 0 20px 3px #4c4c4c;
          box-shadow: 0 0 20px 3px #4c4c4c;
}
.mail-win-wrap .modal-header,
.mail-editor-preview .modal-header {
  border-radius: 5px;
  height: 60px;
  text-align: center;
}
.mail-win-wrap .modal-header .header,
.mail-editor-preview .modal-header .header {
  border-radius: 5px;
  border-style: none;
  line-height: 60px;
  color: #515666;
  font-size: 24px;
  font-weight: 500;
}
.mail-win-wrap {
  max-height: 100%;
  overflow: auto;
}
.mail-lead-list > li > a > span:not(.checkbox-radio) {
  vertical-align: top;
}
.mail-container {
  border-radius: 5px;
  padding: 48px 26px 50px 26px;
  text-align: center;
  font-size: 14px;
}
.mail-container.new {
  padding-top: 10px;
}
.mail-container .icon-go:after {
  content: "\e946";
  margin-left: 10px;
  vertical-align: middle;
}
.mail-container .mail-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
.mail-container .mail-head-detail {
  font-size: 14px;
  line-height: 16px;
  color: #515666;
  padding: 20px 70px 40px;
}
.mail-container .mail-modal {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 39px;
}
.mail-container .mail-modal .detail-title {
  margin-top: 35px;
  border-bottom: none;
}
.mail-container .mail-modal .detail-title .detail-title-desc {
  font-size: 14px;
  color: #515666;
  line-height: 1.14;
  font-weight: normal;
  white-space: normal;
}
.mail-container .detail-title-step {
  font-weight: bold;
  margin-bottom: 8px;
}
.mail-container .detail-title-desc {
  font-size: 12px;
}
.mail-container .mail-main-or {
  padding: 0 24px;
  position: relative;
  top: -12px;
  font-weight: bold;
}
.mail-container .option2-main {
  border-bottom: 2px solid #dcdcdc;
  padding: 10px 0 15px;
}
.mail-container .option2-main.create-error {
  border-bottom: 2px solid red;
}
.mail-container .create-mail {
  font-size: 12px;
  border: 0;
  color: #3dbaa1;
  font-weight: bold;
  width: 125px;
  display: inline-block;
  text-align: left;
}
.mail-container .mail-btn {
  font-size: 16px;
  cursor: pointer;
  width: 240px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  margin: 30px auto 0;
  color: #fff;
  font-weight: bold;
  background: var(--primary-color);
  -webkit-box-shadow: 0 12px 24px 0 rgba(var(--primary-color-rgb), 0.3);
          box-shadow: 0 12px 24px 0 rgba(var(--primary-color-rgb), 0.3);
}
.mail-container .mail-footer {
  margin: 32px auto 0;
  font-size: 12px;
  color: #a0a0a0;
  width: 426px;
}
.mail-container a {
  text-decoration: none;
  display: block;
}
.mail-container .copyArea {
  padding-top: 10px;
}
.mail-container .copyArea .copy {
  width: 320px;
  height: 30px;
  margin: 20px auto 0;
  border-radius: 3px;
}
.mail-container .copyArea .copy input {
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #265d80;
  float: left;
  border: 1px solid #dcdcdc;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.mail-container .copyArea .copy .copy-btn {
  float: left;
  height: 30px;
  width: 70px;
  background: #46b0f3;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  border: 0;
}
.mail-container .copyArea .copy .copy-btn:visited {
  outline: 0;
}
.mail-container .create {
  width: 320px;
  height: 30px;
  margin: 20px auto 5px;
  border-radius: 3px;
}
.mail-container .create.create-error {
  border: 1px solid #ff4e4e;
}
.mail-container .create input {
  height: 30px;
  width: 155px;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 26px;
  color: #265d80;
  float: left;
  border: 1px solid #dcdcdc;
  border-right: none;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mail-container .create .email-name {
  height: 28px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 26px;
  color: #265d80;
  float: left;
  border: solid 1px #dcdcdc;
  border-left: none;
  border-right: none;
}
.mail-container .create .create-btn {
  float: left;
  height: 30px;
  width: 70px;
  background: #46b0f3;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.mail-container .create .create-btn:hover {
  background: #3c97d0;
}
.mail-container .create-tip {
  text-align: left;
  width: 320px;
  margin: 5px auto 0;
  color: #ff4e4e;
  position: absolute;
}
.mail-container .light-title {
  padding-top: 10px;
  color: #a0a0a0;
}
.mail-box li.subject-aggregation {
  position: relative;
  padding: 0;
  border: none;
}
.mail-box li.subject-aggregation .content {
  display: table-cell;
  float: none;
  height: 98px;
  width: 2000px;
  vertical-align: middle;
}
.mail-box li.subject-aggregation .content:hover {
  background-color: #f6f7fb !important;
}
.mail-box li.subject-aggregation div {
  margin-left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mail-box li.subject-aggregation div p {
  padding-right: 16px;
  padding-left: 16px;
}
.mail-box li.subject-aggregation time {
  float: right;
}
.mail-box li.subject-aggregation[has-unread="false"] .unread-red,
.mail-box li.subject-aggregation[unread-show="false"] .unread-red,
.mail-box li.subject-aggregation [is-read="false"] .unread-red {
  display: none;
}
.mail-box li.subject-aggregation [is-read="true"] .unread-red {
  display: block;
}
.mail-box li.subject-aggregation .unread-red {
  position: absolute;
  left: 4px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f54456;
}
.mail-box li.subject-aggregation .aggregation-list-item {
  position: relative;
  cursor: pointer;
}
.mail-box li.subject-aggregation .aggregation-list-item .unread-red {
  top: 13px;
}
.mail-box li.subject-aggregation .aggregation-title {
  position: relative;
}
.mail-box li.subject-aggregation .icon-paper_clip {
  margin-left: 5px;
  vertical-align: middle;
}
.mail-box li.subject-aggregation .aggregation-list-item .icon-paper_clip {
  position: relative;
  top: 2px;
}
.mail-box li.subject-aggregation .li[email-count="1"] .aggregation-title {
  cursor: pointer;
}
.mail-box li.subject-aggregation .aggregation-from-name {
  font-size: 12px;
  color: #c6c8d1;
  max-width: 60px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.mail-box li.subject-aggregation .aggregation-subject {
  margin-bottom: 5px;
  font-size: 16px;
  color: #202437;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.mail-box li.subject-aggregation .aggregation-subject[data-attachment="true"] {
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
}
.mail-box li.subject-aggregation .aggregation-list-first {
  cursor: pointer;
}
.mail-box li.subject-aggregation .subject-aggregation-list p {
  height: 34px;
  line-height: 34px;
}
.mail-box li.subject-aggregation .subject-aggregation-list p:hover {
  background: #f6f7fb;
}
.mail-box li.subject-aggregation .aggregation-list-item.active {
  background: #f6f7fb;
}
.mail-box li.subject-aggregation .aggregation-more-email {
  float: right;
  width: 32px;
  height: 16px;
  margin: 1px 16px 0 4px;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  color: #a0a3af;
  background-color: #ebecf1;
  cursor: pointer;
}
.mail-box li.subject-aggregation .aggregation-more-email .icon-collapse_right {
  position: relative;
  top: 1px;
  color: var(--primary-color);
}
.mail-box li.subject-aggregation .icon-list_arrow_right {
  float: right;
  position: relative;
  top: 1px;
  margin-left: 5px;
  font-size: 12px;
  color: #c6c8d1;
  cursor: pointer;
}
.mail-box li.subject-aggregation .aggregation-title .icon-paper_clip {
  position: absolute;
  right: 13px;
  top: 3px;
  color: #202437;
}
.mail-box li.subject-aggregation .icon-collapse_right.list-down:before {
  content: "\e964";
}
.mail-editor-preview {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 860px;
  padding-bottom: 69px;
  font-size: 14px;
  position: relative;
}
.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-info-list-li li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.contact-info-list-li li.member-info {
  padding: 0 8px;
  height: 30px;
}
.contact-info-list-li li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.contact-info-list-li li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.contact-info-list-li li .relation.dn {
  display: none;
}
.contact-info-list-li li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.contact-info-list-li li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.contact-info-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
  border-radius: 4px;
  border: 1px solid #c6c8d1;
}
.contact-info-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.contact-info-list li.member-info {
  padding: 0 8px;
  height: 30px;
}
.contact-info-list li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.contact-info-list li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.contact-info-list li .relation.dn {
  display: none;
}
.contact-info-list li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.contact-info-list li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.contact-info-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.contact-info-list li.member-info {
  padding: 0 8px;
  height: 30px;
}
.contact-info-list li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.contact-info-list li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.contact-info-list li .relation.dn {
  display: none;
}
.contact-info-list li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}
.contact-info-list li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.contact-info-list li a {
  width: 100%;
}
.contact-info-list li.member-info {
  cursor: default;
}
.contact-info-list li.member-info:hover {
  background: #fff;
}
.contact-info-list li:not(.member-info):hover,
.contact-info-list li.selected {
  background-color: #f6f7fb;
  cursor: pointer;
}
.contact-info-list li:nth-of-type(1) {
  margin-top: 6px;
}
.contact-info-list li:last-child {
  margin-bottom: 6px;
}
i {
  font-style: normal !important;
}
@media (max-width: 1280px) {
  .page-wrap {
    top: 50px;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
  }
}
@media (min-width: 1281px) {
  .page-wrap {
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
  }
}
.left-wrap-containner {
  float: left;
  height: 100%;
  background: #fff;
}
.left-wrap {
  height: 100%;
  width: 220px;
  position: relative;
}
.right-wrap {
  position: relative;
}
.page-wrap {
  width: 100%;
  position: absolute;
  background: #f7f7f7;
}
.left-wrap .title {
  height: 33px;
  font-size: 14px;
  margin-top: 20px;
  padding-left: 12px;
}
.left-wrap > ul {
  position: absolute;
  width: 221px;
}
.left-wrap > ul > li {
  padding-left: 12px;
}
.left-wrap > ul > li.show p:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.left-wrap > ul > li > p {
  padding: 20px 0;
  cursor: pointer;
  font-size: 14px;
}
.left-wrap > ul > li > p:after {
  content: "\e976";
  font-family: "icon-font";
  float: right;
  font-size: 16px;
  color: #282828;
  margin-right: 14px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  margin-top: -2px;
}
.left-wrap > ul > li ul li {
  position: relative;
  margin-bottom: 5px;
  border-radius: 3px 0 0 3px;
  line-height: 36px;
  border: 1px transparent solid;
  cursor: pointer;
  color: #787878;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-right: 15px;
}
.left-wrap > ul > li ul li a {
  margin-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 130px;
}
.left-wrap > ul > li ul li > i {
  width: 3px;
  height: 20px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.left-wrap > ul > li ul li > i:before {
  content: "" !important;
}
.left-wrap > ul > li ul li:hover {
  font-weight: bold;
  background: #f7f7f7;
  border: 1px #e4e4e4 solid;
  border-right-color: #f7f7f7;
}
.left-wrap > ul > li ul li:hover i {
  background: #f7f7f7;
}
.left-wrap > ul > li ul li.active {
  color: var(--primary-color);
  background: #f7f7f7;
  font-weight: bold;
  border: 1px #e4e4e4 solid;
  border-right-color: #f7f7f7;
}
.left-wrap > ul > li ul li.active i {
  background: var(--primary-color);
}
.icon-appiontment:before {
  content: "\e9af";
  font-size: 14px;
}
.icon-edit3:before {
  content: "\e9aa";
}
.icon-delete:before {
  content: "\e95a";
}
.icon-gmail:before {
  content: "\e986";
}
.icon-billing:before {
  content: "\e91d";
}
.icon-lender:before {
  content: "\e989";
}
.icon-drip:before {
  content: "\e911";
}
.icon-email-template:before {
  content: "\E9B1";
  font-size: 15px;
}
.icon-save:before {
  content: "\e914";
}
.icon-icon-check:before {
  content: "\e909";
}
.icon-actionplan:before {
  content: "\e91e";
  font-size: 14px;
}
.icon-appcenter:before {
  content: "\e926";
  font-size: 14px;
}
.icon-import:before {
  content: "\e92b";
  font-size: 14px;
}
.icon-virtualNumber:before {
  content: "\e932";
  font-size: 13px;
}
.icon-openHouse:before {
  content: "\e996";
  font-size: 14px;
}
.icon-drip {
  font-size: 16px;
  margin-right: 1px;
}
.smartplan .left-part {
  float: left;
  width: 280px;
  height: 460px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
  border-right: 1px solid #d9d9d9;
}
.smartplan .left-part .bulk-top {
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smartplan .left-part .bulk-top .templatesTab {
  margin: auto;
  border: 1px solid #ececec;
  border-radius: 3px;
  font-weight: 500;
}
.smartplan .left-part .bulk-top .templatesTab .tab {
  width: 125px;
  height: 36px;
  float: left;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}
.smartplan .left-part .bulk-top .templatesTab .tab:nth-child(1) {
  border-right: 1px solid #ececec;
}
.smartplan .left-part .bulk-top .templatesTab .active {
  color: #4ba9e4;
}
.smartplan .left-part .bulk-top .templatesTab .active:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 97px;
  height: 1px;
  background: #4ba9e4;
  left: 14px;
  bottom: 7px;
}
.smartplan .left-part .bulk-top .templatesTab .my-tab.active:after {
  width: 83px;
  left: 21px;
}
.smartplan .left-part .bulkPop-left {
  overflow-y: auto;
  height: 388px;
}
.smartplan .left-part .bulkPop-left > div {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 10px;
  cursor: pointer;
  margin-top: 2px;
}
.smartplan .left-part .bulkPop-left > div.selected {
  background-color: #f6f7fb;
  font-weight: bold;
  position: relative;
}
.smartplan .left-part .bulkPop-left > div:hover {
  background-color: #f6f7fb;
}
.smartplan .left-part .bulkPop-left .my-text {
  display: none;
}
.smartplan .left-part .bulkPop-left .left-empty {
  display: none;
  padding: 0;
  text-align: center;
  line-height: 16px;
  position: relative;
  top: 150px;
  padding: 0 20px;
}
.smartplan .left-part .bulkPop-left .left-empty:hover {
  background-color: none;
}
.smartplan .content-body {
  color: #797e8b;
  word-wrap: break-word;
  word-break: normal;
}
.smartplan .bulkPop-right {
  float: left;
  width: 660px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 18px;
  position: relative;
  background: #f6f7fb;
}
.smartplan .bulkPop-right .desc {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  color: #a0a3af;
}
.smartplan .bulkPop-right .smartplan-right-content {
  overflow-y: auto;
  height: 328px;
}
.smartplan .bulkPop-right .smartplan-right-item {
  background: #fff;
  margin: 0 0 20px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 10, 30, 0.1);
}
.smartplan .bulkPop-right .smartplan-right-item .right-content-main {
  padding: 10px 15px 20px;
  border-top: 1px solid #d9d9d9;
}
.smartplan .bulkPop-right .bulkPop-right-content {
  background: #fff;
  padding: 20px 15px;
  overflow-x: auto;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.smartplan .bulkPop-right .bulkPop-right-content table {
  margin: 0;
}
.smartplan .bulkPop-right .bulkPop-right-content h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-word;
}
.smartplan .bulkPop-right .bulkPop-right-content > div {
  font-size: 13px;
}
.smartplan .bulkPop-right .bulkPop-right-content a {
  color: #787878;
}
.smartplan .bulkPop-right .bulkPop-right-content a:hover {
  color: #4ba9e4;
}
.smartplan .bulkPop-right > div:last-child {
  margin-bottom: 0;
}
.smartplan .bulkPop-right > div > p {
  color: #a0a0a0;
  line-height: 35px;
  font-size: 13px;
  text-align: center;
}
.smartplan .bulkPop-right > div > p .icon {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 2px;
  cursor: auto;
}
.smartplan .bulkPop-right .smartplan-right-title {
  color: #a0a0a0;
  line-height: 35px;
  font-size: 13px;
  padding: 0 15px;
}
.smartplan .bulkPop-right .smartplan-right-title .smartplan-wait {
  float: right;
}
.smartplan .bulkPop-right .smartplan-right-title .smartplan-type {
  font-size: 16px;
  font-weight: 600;
  color: #515666;
}
.smartplan .bulkPop-right .smartplan-right-title .icon {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 2px;
  cursor: auto;
}
.smartplan .bulkPop-right .blankP {
  height: 18px;
}
.smartplan .bulkPop-right .icon-time:before {
  content: "\e9ec";
}
.smartplan .bulkPop-right .noresult {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  font-size: 24px;
  font-weight: 300;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #aaa;
}
.smartplan .bulk-pop {
  width: 940px;
}
.smartplan .bulk-pop .btns {
  background-color: #fff;
  width: -webkit-calc(100% - 280px);
  width: calc(100% - 280px);
  height: 72px;
  line-height: 72px;
  border-top: 1px solid #dcdcdc;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  border-radius: 0 0 5px 0;
}
.smartplan .bulk-pop .btns a {
  display: inline-block;
  width: 140px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  position: absolute;
  right: 107px;
  top: 20px;
  border-radius: 2px;
}
.smartplan .bulk-pop .btns input[type="button"] {
  margin-right: 30px;
}
.smartplan .bulkPopEmpty p {
  font-size: 18px;
}
.smartplan .bulkPopEmpty a {
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
}
.smartplan .modal-bulk-pop.modal .close-btn {
  top: 19px;
}
.left-part {
  float: left;
  width: 280px;
  height: 460px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
  border-right: 1px solid #d9d9d9;
}
.left-part .bulk-top {
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-part .bulk-top .templatesTab {
  margin: auto;
  border: 1px solid #ececec;
  border-radius: 3px;
  font-weight: 500;
}
.left-part .bulk-top .templatesTab .tab {
  width: 125px;
  height: 36px;
  float: left;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}
.left-part .bulk-top .templatesTab .tab:nth-child(1) {
  border-right: 1px solid #ececec;
}
.left-part .bulk-top .templatesTab .active {
  color: #4ba9e4;
}
.left-part .bulk-top .templatesTab .active:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 97px;
  height: 1px;
  background: #4ba9e4;
  left: 14px;
  bottom: 7px;
}
.left-part .bulk-top .templatesTab .my-tab.active:after {
  width: 83px;
  left: 21px;
}
.left-part .bulkPop-left {
  overflow-y: auto;
  height: 388px;
}
.left-part .bulkPop-left > div {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 10px;
  cursor: pointer;
  margin-top: 2px;
}
.left-part .bulkPop-left > div.selected {
  background-color: #f5f5f5;
  font-weight: bold;
  position: relative;
}
.left-part .bulkPop-left > div:hover {
  background-color: #f5f5f5;
}
.left-part .bulkPop-left .my-text {
  display: none;
}
.left-part .bulkPop-left .left-empty {
  display: none;
  padding: 0;
  text-align: center;
  line-height: 16px;
  position: relative;
  top: 150px;
}
.left-part .bulkPop-left .left-empty:hover {
  background-color: none;
}
.bulkPop-right {
  float: left;
  width: 660px;
  height: 388px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 18px;
  position: relative;
}
.bulkPop-right .bulkPop-right-content {
  background: #fff;
  padding: 20px 15px;
  overflow-x: auto;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.bulkPop-right .bulkPop-right-content table {
  margin: 0;
}
.bulkPop-right .bulkPop-right-content h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-word;
}
.bulkPop-right .bulkPop-right-content > div {
  font-size: 13px;
}
.bulkPop-right .bulkPop-right-content a {
  color: #787878;
}
.bulkPop-right .bulkPop-right-content a:hover {
  color: #4ba9e4;
}
.bulkPop-right > div:last-child {
  margin-bottom: 18px;
}
.bulkPop-right > div > p {
  color: #a0a0a0;
  line-height: 35px;
  font-size: 13px;
  text-align: center;
}
.bulkPop-right > div > p .icon {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 2px;
  cursor: auto;
}
.bulkPop-right .blankP {
  height: 18px;
}
.bulkPop-right .icon-time:before {
  content: "\e9ec";
}
.bulkPop-right .noresult {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  font-size: 24px;
  font-weight: 300;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #aaa;
}
.bulk-pop {
  width: 940px;
}
.bulk-pop .btns {
  background-color: #fff;
  width: -webkit-calc(100% - 280px);
  width: calc(100% - 280px);
  height: 72px;
  line-height: 72px;
  border-top: 1px solid #dcdcdc;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  border-radius: 0 0 5px 0;
}
.bulk-pop .btns a {
  display: inline-block;
  width: 140px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  position: absolute;
  right: 107px;
  top: 20px;
  border-radius: 2px;
}
.bulk-pop .btns input[type="button"] {
  margin-right: 30px;
}
.bulkPopEmpty p {
  font-size: 18px;
}
.bulkPopEmpty a {
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
}
.modal-bulk-pop.modal .close-btn {
  top: 19px;
}
.upgrade-pro {
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #90dd65;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.upgrade-pro:after {
  content: "Pro";
}
.upgrade-container {
  width: 1120px;
  height: 520px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e1e2e6;
  padding: 20px;
}
.upgrade-container .upgrade-img {
  float: left;
  width: 660px;
  height: 520px;
}
.upgrade-container .upgrade-img > img {
  width: 100%;
}
.upgrade-container .upgrade-text {
  float: right;
  padding: 20px 20px 20px 40px;
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  width: 400px;
  position: relative;
}
.upgrade-container .upgrade-text .title {
  margin-bottom: 33px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.33;
  color: #202437;
}
.upgrade-container .upgrade-text .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #515666;
  margin-bottom: 16px;
}
.upgrade-container .upgrade-text .desc:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #ebecf1;
  margin-right: 12px;
  vertical-align: top;
  position: relative;
  top: 7px;
}
.upgrade-container .upgrade-text .desc > p {
  display: inline-block;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
.upgrade-container .upgrade-text .contact-btn {
  width: 100%;
}
.upgrade-container .upgrade-text .contact-btn,
.upgrade-container .upgrade-text .pop-btn {
  cursor: pointer;
  min-width: 180px;
  padding: 0 20px;
  height: 50px;
  border-radius: 4px;
  border: none;
  background-color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.upgrade-container .upgrade-text .contact-btn:hover,
.upgrade-container .upgrade-text .pop-btn:hover {
  background: #1c8cea;
}
.upgrade-container .upgrade-text .pop-btn {
  position: relative;
  left: 220px;
}
.upgrade-container .upgrade-text .bottom {
  position: absolute;
  bottom: 20px;
}
.upgrade-container .upgrade-text .bottom .leadgen-buynow-btn {
  display: block;
  width: 400px;
  height: 50px;
  color: var(--primary-color);
  line-height: 50px;
  font-weight: 600;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid var(--primary-color);
}
.upgrade-container .upgrade-text .bottom .btn-build {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.25;
  color: var(--primary-color);
  text-decoration: underline;
}
.upgrade-container .upgrade-text .bottom .btn-build > span {
  cursor: pointer;
}
.upgrade-container .upgrade-text .help-center-link {
  font-size: 16px;
  color: #797e8b;
  line-height: 1.25;
  margin-top: 30px;
}
.upgrade-container .upgrade-text .help-center-link > a {
  color: var(--primary-color);
  text-decoration: underline;
}
.upgrade-container .upgrade-text .btn-tip {
  font-size: 16px;
  color: #515151;
  line-height: 1.25;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .upgrade-container {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 520px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e1e2e6;
    padding: 20px;
  }
  .upgrade-container .upgrade-img {
    float: left;
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    height: 520px;
    line-height: 520px;
  }
  .upgrade-container .upgrade-img > img,
  .upgrade-container .upgrade-img .swiper-slide > img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .upgrade-container:not(.pop) {
    width: 660px;
    height: auto;
  }
  .upgrade-container:not(.pop) .upgrade-img {
    width: 528px;
    height: 416px;
    padding: 0 66px;
  }
  .upgrade-container:not(.pop) .upgrade-img > img {
    width: 528px;
  }
  .upgrade-container:not(.pop) .upgrade-text {
    float: left;
    padding: 40px 20px 0;
    height: auto;
    width: 620px;
    position: relative;
  }
  .upgrade-container:not(.pop) .upgrade-text .bottom {
    position: static;
    padding-top: 14px;
    text-align: right;
    padding-bottom: 20px;
  }
  .upgrade-container:not(.pop) .upgrade-text .help-center-link {
    margin-top: 20px;
  }
}
.pop-upgrade {
  background: url("//static.chimeroi.com/crm/images/upgrade_popwin_bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  width: 500px;
}
.pop-upgrade .pop-upgrade-body {
  position: relative;
  height: 355px;
  width: 365px;
  margin: 0 auto;
  padding-top: 140px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pop-upgrade .pop-upgrade-body .upgrade-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #202437;
}
.pop-upgrade .pop-upgrade-body .upgrade-content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #515666;
}
.pop-upgrade .pop-upgrade-body .upgrade-button {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 12px 24px 0 rgba(var(--primary-color-rgb), 0.3);
          box-shadow: 0 12px 24px 0 rgba(var(--primary-color-rgb), 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.pop-upgrade .pop-upgrade-body .upgrade-button:hover {
  background-color: var(--primary-color-5);
}
.pop-leadAnalysis .pop-upgrade-body {
  width: 880px;
  padding: 0 50px 30px 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pop-leadAnalysis .pop-upgrade-body .pop-upgrade-img {
  float: left;
  width: 300px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pop-leadAnalysis .pop-upgrade-body .pop-upgrade-img img {
  width: 100%;
}
.pop-leadAnalysis .pop-upgrade-body .pop-upgrade-content {
  overflow: hidden;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 370px;
}
.pop-leadAnalysis .pop-upgrade-body .pop-upgrade-content .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.33;
  color: #202437;
  margin-bottom: 20px;
}
.pop-leadAnalysis .pop-upgrade-body .pop-upgrade-content .desc-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pop-leadAnalysis .pop-upgrade-body .pop-upgrade-content .desc-list .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #515666;
  margin-bottom: 16px;
}
.pop-leadAnalysis .pop-upgrade-body .pop-upgrade-content .bottom {
  text-align: right;
}
.pop-leadAnalysis .pop-upgrade-body .pop-upgrade-content .upgrade-button {
  padding: 0 20px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 12px 24px 0 rgba(var(--primary-color-rgb), 0.3);
          box-shadow: 0 12px 24px 0 rgba(var(--primary-color-rgb), 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.pop-leadAnalysis .pop-upgrade-body .pop-upgrade-content .upgrade-button:hover {
  background-color: var(--primary-color-5);
}
.roster-social-icon {
  border-radius: 18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.si-facebook {
  background-color: #1877f21a;
}
.si-facebook::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/8697297c-2f48-4375-bc64-f09bf2708ba6_social_facebook.svg");
}
.si-linkedin {
  background-color: #0a66c21a;
}
.si-linkedin::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/577b34e3-89d3-48fd-88e4-fade5fbbd89a_social_linkedin.svg");
}
.si-twitter {
  background-color: #000;
}
.si-twitter::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn.chime.me/image/fs/sitebuild/2023108/22/original_42bcc852-adee-498d-a360-fe037251f604.png");
  background-size: 100% 100%;
}
.si-zillow {
  background-color: #006bff1a;
}
.si-zillow::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/6dd00dde-4218-4022-a83d-1a3b8a225e01_social_zillow.svg");
}
.si-yelp {
  background-color: #ff1a1a1a;
}
.si-yelp::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/c481626a-099b-43f1-84ab-bde777021939_social_yelp.svg");
}
.si-instagram {
  background-color: #7938ab1a;
}
.si-instagram::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/f9cd136e-ff80-4109-9334-7157e0f681f2_social_ens.svg");
}
.si-youtube {
  background-color: #ff00001a;
}
.si-youtube::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/1acbacb8-8acb-4629-b18c-861fead4440a_social_y2b.svg");
}
.si-snapchat {
  background-color: #a6a4011a;
}
.si-snapchat::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/477950bc-6f5f-4e59-8bc6-19d0a4e9992f_social_snapchat.svg");
}
.si-pinterest {
  background-color: #e600231a;
}
.si-pinterest::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/fac26276-9196-4ca6-b6b9-3746a1f1c962_social_pinterest.svg");
}
.si-angelist {
  background-color: #ff61531a;
}
.si-angelist::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/0b199aaa-0e86-4d0a-b837-d63a4d1cd206_social_angi.svg");
}
.si-google {
  background-color: #4385f51a;
}
.si-google::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/acb3e59b-e22c-497f-a15a-1860aea2bb68_social_google.svg");
}
.si-whatsapp {
  background-color: #48c8581a;
}
.si-whatsapp::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/8a6b3144-37fc-4687-96cb-13cc50cb9114_social_wp.svg");
}
.si-redfin {
  background-color: #c820211a;
}
.si-redfin::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://static.chimeroi.com/servicetool-temp/20221126/3/ab1fda09-e8b3-48fb-b982-41389307d589_social_redfin.svg");
}
.si-tiktok {
  background-color: #f6f7fb;
}
.si-tiktok::after {
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn.lofty.com/image/fs/servicetool/202547/9/original_1db8c3ddf21542ef.png");
  background-size: 85% 85%;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-items-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.font-title-1 {
  font-size: 16px;
  line-height: 20px;
  color: #2c2c2c;
  font-weight: 600;
}
.__t__font-type1 {
  font-size: 14px;
  line-height: 17px;
  color: #515666;
}
.hover-pointer:hover {
  cursor: pointer;
}
.hover-active:hover {
  color: var(--primary-color);
}
.chime-pane {
  border: 1px solid #e1e2e6;
  border-radius: 4px;
  background: #ffffff;
}
.chime-overflow-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.common-opt-icon {
  font-size: 14px;
  border: 1px solid #e1e2e6;
  border-radius: 4px;
  color: #797e8b;
  cursor: pointer;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 36px;
}
.common-opt-icon:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 10, 30, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 10, 30, 0.1);
}
.common-opt-icon:active {
  background: #ebecf1;
}
.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.activities-content {
  display: inline-block;
  width: 780px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  border-radius: 4px;
}
.swiper-container .page-left {
  position: absolute;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px 50px 30px;
  width: 360px;
  height: 100%;
  background-color: rgba(32, 36, 55, 0.9);
  z-index: 10;
  top: 0;
}
.swiper-container .page-left > h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.swiper-container .page-left .left-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.3;
}
.swiper-container .view-more-btn {
  z-index: 12;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-wrapper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 18px;
  left: 22px;
  width: 100%;
}
.swiper-pagination {
  position: absolute;
  /* text-align: center; */
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 12;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.swiper-pagination-bullet:hover {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .activities-content,
  .swiper-container {
    height: 260px;
  }
  .swiper-container .page-left {
    padding: 20px 30px 50px 20px;
  }
}
.dashboard-content .dashTab {
  position: relative;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-content .dashTab-l.companyTab {
  width: 340px;
}
.dashboard-content .dashTab-l > span {
  font-size: 14px;
  font-weight: 500;
  color: #a0a3af;
  left: 180px;
  float: right;
  line-height: 30px;
  cursor: pointer;
  line-height: 36px;
  height: 36px;
  display: inline-block;
}
.dashboard-content .dashTab-l > span .icon2017 {
  margin-right: 5px;
}
.dashboard-content .dashTab-l > span.active {
  cursor: default;
  font-size: 20px;
  font-weight: 600;
  color: #202437;
  left: 0;
  float: left;
  margin-right: 25px;
}
.dashboard-content .dashTab-l > span.active .icon2017 {
  display: none;
}
.dashboard-content > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.dashboard-content .dashboard-item {
  float: left;
  min-width: -webkit-calc((100% - 60px) / 4);
  min-width: calc((100% - 60px) / 4);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 20px;
  height: 180px;
  color: #515666;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dashboard-content .dashboard-item.pointer {
  cursor: pointer;
}
.dashboard-content .dashboard-item:not(:first-child) {
  margin-left: 20px;
}
.dashboard-content .dashboard-item .title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.dashboard-content .dashboard-item .title:after {
  content: "\E93B";
  position: absolute;
  color: #c6c8d1;
  right: 0;
  top: 3px;
  font-size: 14px;
  font-weight: normal;
  font-family: "icon-font";
}
.dashboard-content .dashboard-item .info {
  font-size: 20px;
  line-height: 94px;
  height: 94px;
}
.dashboard-content .dashboard-item .info.empty-goal {
  font-size: 48px;
  text-align: center;
  color: #c6c8d1;
}
.dashboard-content .dashboard-item .info .upgrade {
  position: relative;
  top: 28px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 2px 5px 0 rgba(var(--primary-color-rgb), 0.3);
          box-shadow: 0 2px 5px 0 rgba(var(--primary-color-rgb), 0.3);
  margin: 0 auto;
}
.dashboard-content .dashboard-item .big-number {
  font-size: 54px;
  font-weight: 300;
  color: var(--primary-color);
}
.dashboard-content .dashboard-item .big-number.light-blue {
  color: var(--primary-color-6);
}
.dashboard-content .dashboard-item.opportunities .big-number {
  color: #2cd781;
}
.dashboard-content .dashboard-item .desc-part {
  display: inline-block;
  width: 100%;
}
.dashboard-content .dashboard-item .blue {
  color: var(--primary-color);
}
.dashboard-content .dashboard-item .blue .small-number {
  color: var(--primary-color);
}
.dashboard-content .dashboard-item .small-number {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #515666;
  margin-right: 4px;
}
.dashboard-content .dashboard-item .chart {
  height: 94px;
}
.dashboard-content .dashboard-item .desc {
  font-size: 12px;
  color: #a0a3af;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-content .dashboard-item .ct {
  display: inline-block;
  vertical-align: top;
}
.dashboard-content .dashboard-item .empty {
  font-size: 12px;
  color: #a0a3af;
}
.dashboard-content .dashboard-item .empty a {
  color: var(--primary-color);
}
.dashboard-content .dashboard-item .stretch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dashboard-content .business-goal .report-chart-block {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  height: 420px;
}
.dashboard-content .business-goal .set-goal {
  font-size: 14px;
  margin-top: 3px;
  color: #797e8b;
}
.dashboard-content .business-goal .set-goal:hover {
  color: var(--primary-color);
}
.dashboard-content .business-goal .chart-container {
  height: 94px;
  position: relative;
}
.dashboard-content .business-goal .bars-chart-contart {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 37px;
}
.dashboard-content .business-goal .bars-chart-contart > span {
  position: absolute;
}
.dashboard-content .business-goal .bar-chart {
  display: inline-block;
  height: 20px;
  min-width: 6px;
  border-radius: 4px;
}
.dashboard-content .business-goal .earned-chart {
  width: 200px;
}
.dashboard-content .business-goal .goal-chart {
  background: var(--primary-color-9);
  width: 130px;
  top: 10px;
}
.dashboard-content .business-goal .forecast-chart {
  background: #f6f7fb;
  border: solid 1px #ebecf1;
  min-width: 12px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.dashboard-content .business-goal .forecast-dash-chart {
  height: 20px;
  width: 0px;
  border-left: 1px dashed rgba(145, 152, 161, 0.5);
}
.dashboard-content .business-goal .pace-chart {
  height: 80px;
  width: 0px;
  border-left: 1px dashed rgba(145, 152, 161, 0.5);
}
.dashboard-content .business-goal .tip-text {
  font-size: 12px;
  top: -26px;
  white-space: nowrap;
}
.dashboard-content .business-goal .earned-goal-text {
  font-size: 12px;
  font-weight: 600;
  left: 0;
  top: -26px;
}
.dashboard-content .business-goal .pace-text {
  right: 0;
}
.dashboard-content .business-goal .pace-text,
.dashboard-content .business-goal .forecast-text {
  color: #a0a3af;
}
.dashboard-content .business-goal .legend-info {
  font-size: 14px;
  color: #5e646c;
  margin-top: 12px;
}
.dashboard-content .business-goal .legend-info li {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.dashboard-content .business-goal .legend-info li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 10px;
}
.dashboard-content .business-goal .legend-info li:nth-child(2n) .text {
  width: 76px;
}
.dashboard-content .business-goal .legend-info .earned-color:before {
  background: #2cd781;
}
.dashboard-content .business-goal .legend-info .not-onpace:before {
  background: #fb6f66;
}
.dashboard-content .business-goal .legend-info .goal-color:before {
  background: var(--primary-color-9);
}
.dashboard-content .business-goal .legend-info .text {
  display: inline-block;
  width: 108px;
}
.dashboard-content .business-goal .legend-info .money {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  color: #5e646c;
}
.dashboard-content .greenblue-bg {
  background: #2cd781;
}
.dashboard-content .greenblue-color {
  color: #2cd781;
}
.dashboard-content .salmon-color {
  color: #fb6f66;
}
.dashboard-content .salmon-bg {
  background: #fb6f66;
}
.training-content {
  margin-bottom: 20px;
  float: right;
  width: 380px;
}
.training-content iframe {
  width: 100%;
  height: 191px;
  border: none;
  border-radius: 4px;
}
.training-content .on-boarding-process {
  height: 300px;
  color: #515666;
  position: relative;
}
.training-content .on-boarding-process > div {
  padding: 0 20px 20px;
}
.training-content .on-boarding-process > div > p {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
}
.training-content .on-boarding-process > div > p.onlyOne {
  margin-top: 32px;
}
.training-content .on-boarding-process > div .boarding-progress {
  position: relative;
  margin: 10px 0 12px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #ebecf1;
  overflow: hidden;
}
.training-content .on-boarding-process > div .boarding-progress .fill {
  position: absolute;
  right: 100%;
  width: 100%;
  height: 40px;
  border-radius: 2px;
  background-color: #2cd781;
  transition: right 0.6s;
  -webkit-transition: right 0.6s;
}
.training-content .on-boarding-process > div .boarding-progress .number {
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #515666;
  line-height: 40px;
  font-weight: bold;
}
.training-content .on-boarding-process > div .boarding-progress .number.belowHalf {
  right: 10px;
}
.training-content .on-boarding-process > div .boarding-progress .number.overHalf {
  left: 10px;
  color: #fff;
}
.training-content .on-boarding-process > div .boarding-progress .number span {
  font-size: 12px;
  line-height: 2.5;
  font-weight: 600;
}
.training-content .on-boarding-process > div .boarding-progress .number b {
  font-weight: 500;
}
.training-content .on-boarding-process > div .step-list li {
  font-size: 12px;
  padding: 2px 0 5px;
}
.training-content .on-boarding-process > div .step-list li > p {
  position: relative;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.training-content .on-boarding-process > div .step-list li > p > span {
  vertical-align: middle;
}
.training-content .on-boarding-process > div .step-list li > p:before {
  vertical-align: middle;
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #ebecf1;
}
.training-content .on-boarding-process > div .step-list li > p.empty {
  text-align: center;
  margin-top: 45px;
}
.training-content .on-boarding-process > div .step-list li > p.empty:before {
  display: none;
}
.training-content .on-boarding-process > div .step-list li > div {
  display: inline-block;
  margin-left: 11px;
  padding: 2px 7px;
  color: var(--primary-color);
  background-color: var(--primary-color-10);
  border-radius: 4px;
  border: solid 1px var(--primary-color-9);
}
.training-content .on-boarding-process > div .view-detail {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  height: 20px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  line-height: 20px;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
  margin-top: 10px;
}
.training-content .video {
  padding: 0 20px 20px;
}
.training-content .video ul li {
  margin-bottom: 20px;
}
.training-content .video ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.training-content .video ul li .training-desc {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #515666;
  margin-top: 10px;
}
.training-content .video ul .online-training {
  width: 100%;
  padding-top: 20px;
  position: relative;
}
.training-content .video ul .online-training > img {
  width: 340px;
  height: 192px;
  border-radius: 4px;
}
.training-content .video ul .online-training > h5 {
  position: absolute;
  left: 20px;
  top: 38px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(32, 36, 55, 0.5);
}
.training-content .video ul .online-training > a {
  position: absolute;
  right: 10px;
  bottom: 13px;
  height: 30px;
  padding: 0 12px;
  line-height: 30px;
  border-radius: 4px;
  background-color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.training-content .video ul .online-training > a .icon2017 {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.training-content .video ul .online-training > a:hover {
  background-color: var(--primary-color-5);
}
.training-content .video ul .online-training > a:active {
  background-color: var(--primary-color-3);
}
.training-content .video-container {
  position: relative;
  margin-top: 10px;
}
.training-content .video-container .play {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
}
.training-content .video-container .play .icon-play_02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  font-size: 20px;
  color: #515666;
}
.training-content .video-container .play:hover {
  background-color: #fff;
}
.training-content .updates .update-list {
  width:  -webkit-calc( 100% - 40px) ;
  width:  calc( 100% - 40px) ;
  padding: 8px 20px 20px;
  font-size: 14px;
  line-height: 2.25;
  color: #515666;
}
.training-content .updates .update-list > li {
  position: relative;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
}
.training-content .updates .update-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #515666;
}
.training-content .updates .update-list > li .subject {
  cursor: pointer;
  width: 190px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.training-content .updates .date {
  color: #a0a3af;
  float: right;
}
.training-content .item-type {
  line-height: 30px;
}
.on-boarding-popwin .img-container {
  position: relative;
  padding: 0 30px;
  width: 860px;
  color: #515666;
}
.on-boarding-popwin .img-container img {
  display: block;
  width: 100%;
}
.on-boarding-popwin .img-container p {
  height: 74px;
  line-height: 74px;
}
.on-boarding-popwin .img-container .empty {
  width: 100%;
  height: 300px;
  background-color: #d8d8d8;
  color: #202437;
  text-align: center;
  line-height: 300px;
}
.on-boarding-popwin .img-container .img-ok {
  position: absolute;
  display: inline-block;
  right: 30px;
  bottom: 20px;
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.today-hot-listing {
  display: block;
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e1e2e6;
}
.today-hot-listing .font600 {
  font-weight: 600;
}
.today-hot-listing .title {
  line-height: 50px;
  height: 50px;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ebecf1;
  color: #515666;
}
.today-hot-listing .list-wrapper {
  margin: 24px 0 0;
  padding: 0 20px 30px;
}
.today-hot-listing .list-wrapper .list-item {
  margin: 20px 0 0 0;
  height: 48px;
  font-size: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.today-hot-listing .list-wrapper .list-item .left {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 16px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  border-radius: 24px;
}
.today-hot-listing .list-wrapper .list-item .left-1 {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 16px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  border-radius: 24px;
  background: #aebbf7;
}
.today-hot-listing .list-wrapper .list-item .left-2 {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 16px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  border-radius: 24px;
  background: #a9cdfb;
}
.today-hot-listing .list-wrapper .list-item .left-3 {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 16px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  border-radius: 24px;
  background: #acdcf2;
}
.today-hot-listing .list-wrapper .list-item .over-thousand {
  font-size: 16px;
}
.today-hot-listing .list-wrapper .list-item .right {
  vertical-align: top;
  display: inline-block;
  font-size: 0;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  position: relative;
}
.today-hot-listing .list-wrapper .list-item .right .item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  height: 20px;
  margin: 4px 0;
  color: #202437;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.today-hot-listing .list-wrapper .list-item .right .item-title-full {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  height: 40px;
  margin: 4px 0;
  color: #202437;
}
.today-hot-listing .list-wrapper .list-item .right .item-text {
  font-size: 14px;
  color: #797e8b;
}
.today-hot-listing .list-wrapper .list-item .right .item-text .special {
  color: var(--primary-color-5);
  font-weight: 600;
}
.today-hot-listing .list-wrapper .list-item .view-more {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #c6c8d1;
}
.today-hot-listing .empty-list {
  width: 340px;
  height: 238px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
}
.today-hot-listing .chime-btn.primary {
  width: 340px;
  line-height: 40px;
  margin-top: 20px;
  font-size: 12px;
}
.announcement-content {
  display: block;
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e1e2e6;
}
.announcement-content .title {
  line-height: 50px;
  height: 50px;
  padding: 0 20px 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #515666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.announcement-content .title .options-container {
  color: var(--primary-color);
  font-weight: 200;
  font-size: 14px;
}
.announcement-content .title .options-container .button {
  cursor: pointer;
}
.announcement-content .title .options-container .split {
  padding: 0 8px;
  color: #ebecf1;
}
.announcement-content .empty-list {
  width: 340px;
  height: 223px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
}
.announcement-content .empty-list .icon-container {
  font-size: 40px;
  height: 60px;
  color: #c6c8d1;
}
.announcement-content .empty-list .link {
  color: var(--primary-color);
  font-family: SFUIText;
  text-decoration: underline;
}
.announcement-content .empty-list .no-data {
  color: #a0a3af;
  font-family: SFUIText;
  max-width: 340px;
}
.team-share-tip-container {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-share-tip-container .Ico-microsoft-teams {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.anno-maintain-pop .pop-container .title,
.anno-share-pop .pop-container .title {
  padding: 0;
}
.anno-maintain-pop .anno-pop-body,
.anno-share-pop .anno-pop-body {
  padding: 20px 30px;
  width: 640px;
  overflow-y: auto;
}
.anno-maintain-pop .anno-pop-body .anno-form,
.anno-share-pop .anno-pop-body .anno-form {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f6f7fb;
}
.anno-maintain-pop .anno-pop-body .anno-form .com-form-item,
.anno-share-pop .anno-pop-body .anno-form .com-form-item {
  margin-bottom: 20px;
}
.anno-maintain-pop .anno-pop-body .anno-form .com-form-label,
.anno-share-pop .anno-pop-body .anno-form .com-form-label {
  width: 70px;
}
.anno-maintain-pop .anno-pop-body .anno-form .com-form-label .required,
.anno-share-pop .anno-pop-body .anno-form .com-form-label .required {
  color: red;
}
.anno-maintain-pop .anno-pop-body .anno-form .form-operation-container,
.anno-share-pop .anno-pop-body .anno-form .form-operation-container {
  text-align: right;
  margin-bottom: 20px;
}
.anno-maintain-pop .anno-pop-body .anno-form .form-operation-container .icon2017,
.anno-share-pop .anno-pop-body .anno-form .form-operation-container .icon2017 {
  margin-left: 20px;
  cursor: pointer;
}
.anno-maintain-pop .anno-pop-body .anno-form .form-operation-container .disabled,
.anno-share-pop .anno-pop-body .anno-form .form-operation-container .disabled {
  /* color: #a0a3af;
                    cursor: not-allowed; */
  visibility: hidden;
}
.anno-maintain-pop .anno-pop-body .anno-form .form-item,
.anno-share-pop .anno-pop-body .anno-form .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.anno-maintain-pop .anno-pop-body .anno-form .form-item .com-form-content,
.anno-share-pop .anno-pop-body .anno-form .form-item .com-form-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.anno-maintain-pop .anno-pop-body .anno-form .form-item .com-form-content > input,
.anno-share-pop .anno-pop-body .anno-form .form-item .com-form-content > input {
  width: 100%;
  height: 36px;
  line-height: 38px;
}
.anno-maintain-pop .anno-pop-body .anno-form .form-item .com-form-content > textarea,
.anno-share-pop .anno-pop-body .anno-form .form-item .com-form-content > textarea {
  width: 100%;
  height: 84px;
  padding: 10px;
}
.anno-maintain-pop .anno-pop-body .anno-form .form-tip,
.anno-share-pop .anno-pop-body .anno-form .form-tip {
  text-align: right;
  padding-top: 10px;
  color: red;
}
.anno-maintain-pop .anno-pop-body .anno-add,
.anno-share-pop .anno-pop-body .anno-add {
  cursor: pointer;
  border: 1px dashed var(--primary-color);
  border-radius: 4px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.anno-maintain-pop .anno-pop-footer,
.anno-share-pop .anno-pop-footer {
  padding: 20px;
  text-align: right;
}
.anno-maintain-pop .anno-pop-footer .chime-btn,
.anno-share-pop .anno-pop-footer .chime-btn {
  margin-left: 10px;
}
.anno-share-body {
  width: 410px;
  padding: 20px 30px;
}
.anno-share-body p {
  padding-bottom: 20px;
}
.anno-share-body p a {
  text-decoration: underline;
  color: var(--primary-color);
}
.anno-share-body .com-dropdownbox {
  line-height: 40px;
  height: 40px;
}
.anno-container-tip {
  text-align: center;
  word-break: break-word;
  max-width: 200px;
}
#homepage .account-usage-content {
  width: 840px;
  height: 220px;
  float: left;
}
#homepage .account-usage-content > ul {
  margin-bottom: 20px;
}
#homepage .account-usage-content > ul > li {
  height: 220px;
  position: relative;
}
#homepage .account-usage-content > ul > li .page-left {
  position: relative;
  float: left;
  padding: 30px;
  width: 300px;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  color: #fff;
  background-size: cover;
  border-radius: 4px 0 0 4px;
}
#homepage .account-usage-content > ul > li .page-left.free-text .charts-desc h1 {
  margin-bottom: 40px;
}
#homepage .account-usage-content > ul > li .page-left.free-text .charts-area .dialer-chart.text-chart {
  margin-top: 27px;
}
#homepage .account-usage-content > ul > li .page-left h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc-fullwidth {
  width: 100%;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc-fullwidth .simple-row {
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 24px;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc-fullwidth .simple-row .float-right {
  float: right;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc-fullwidth .simple-row .float-right .red {
  color: red;
  position: relative;
  cursor: pointer;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc-fullwidth .simple-row .float-right .red .hint {
  position: absolute;
  left: -webkit-calc(100% + 12px);
  left: calc(100% + 12px);
  top: -8px;
  width: 240px;
  z-index: 3;
  display: none;
  padding: 10px 20px;
  color: #c6c8d1;
  background-color: rgba(32, 36, 55, 0.95);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc-fullwidth .simple-row .float-right .red .hint:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid rgba(32, 36, 55, 0.95);
}
#homepage .account-usage-content > ul > li .page-left .charts-desc-fullwidth .simple-row .float-right .red:hover .hint {
  display: block;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc {
  float: left;
  color: #fff;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .percent {
  font-size: 14px;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .number {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .number > span {
  font-size: 14px;
  font-weight: 300;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .number > b {
  font-weight: 300;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .number .site-tip {
  width: 240px;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .number.num1 {
  font-size: 28px;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .number.num2 {
  font-size: 26px;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .number.num3 {
  font-size: 24px;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .number.num3 > span {
  font-size: 12px;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .myNumber {
  display: inline-block;
  width: 150px;
  margin-bottom: 0;
  vertical-align: middle;
  text-align: right;
  line-height: 1;
  position: relative;
}
#homepage .account-usage-content > ul > li .page-left .charts-desc .myNumber .icon2017 {
  right: -20px;
  top: 8px;
}
#homepage .account-usage-content > ul > li .page-left .charts-area {
  float: right;
  max-width: 160px;
}
#homepage .account-usage-content > ul > li .page-left .charts-area.pie {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homepage .account-usage-content > ul > li .page-left .charts-area.bar {
  position: absolute;
  top: 90px;
  right: 30px;
}
#homepage .account-usage-content > ul > li .page-left .charts-area .dialer-chart {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100px;
  height: 30px;
  border-radius: 2px;
  background-color: #a5f158;
  overflow: hidden;
}
#homepage .account-usage-content > ul > li .page-left .charts-area .dialer-chart.text-chart {
  margin: 3px 0 39px 0;
}
#homepage .account-usage-content > ul > li .page-left .charts-area .dialer-chart .fill {
  position: absolute;
  right: 100%;
  width: 100%;
  height: 30px;
  border-radius: 2px;
  background-color: #cdff84;
  transition: right 0.6s;
  -webkit-transition: right 0.6s;
}
#homepage .account-usage-content > ul > li .page-right {
  float: right;
  padding: 20px 40px;
  width: -webkit-calc(100% - 440px);
  width: calc(100% - 440px);
}
#homepage .account-usage-content > ul > li .page-right > h5 {
  font-size: 14px;
  font-weight: bold;
  color: #a0a3af;
}
#homepage .account-usage-content > ul > li .page-right > h2 {
  color: #202437;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  margin: 10px 0;
}
#homepage .account-usage-content > ul > li .page-right > h2.size20 {
  font-size: 20px;
}
#homepage .account-usage-content > ul > li .page-right > p {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #797e8b;
}
#homepage .account-usage-content > ul > li .view-more-btn {
  background-color: var(--primary-color-10);
  color: var(--primary-color-5);
}
#homepage .account-usage-content > ul > li .view-more-btn:hover {
  background-color: rgba(var(--primary-color-rgb), 0.2);
}
#homepage .account-usage-content > ul > li .view-more-btn:active {
  background-color: rgba(var(--primary-color-rgb), 0.3);
}
#homepage .account-usage-content > ul > li .view-more-btn.dialer-empty-btn,
#homepage .account-usage-content > ul > li .view-more-btn.to-buy-dialer,
#homepage .account-usage-content > ul > li .view-more-btn.to-upgrade-dialer {
  background-color: var(--primary-color);
  color: #fff;
}
#homepage .account-usage-content > ul > li .view-more-btn.dialer-empty-btn:hover,
#homepage .account-usage-content > ul > li .view-more-btn.to-buy-dialer:hover,
#homepage .account-usage-content > ul > li .view-more-btn.to-upgrade-dialer:hover {
  background-color: var(--primary-color-5);
}
#homepage .account-usage-content > ul > li .view-more-btn.dialer-empty-btn:active,
#homepage .account-usage-content > ul > li .view-more-btn.to-buy-dialer:active,
#homepage .account-usage-content > ul > li .view-more-btn.to-upgrade-dialer:active {
  background-color: var(--primary-color-3);
}
#homepage .account-usage-content > ul > li.account-call .page-left {
  background-image: url(//static.chimeroi.com/crm/images/homepage/call-bg@2x.png);
}
#homepage .account-usage-content > ul > li.account-call .page-left.emptyBgClass {
  background-image: url(//static.chimeroi.com/crm/images/homepage/ad-bg-04.jpg);
}
#homepage .account-usage-content > ul > li.account-call .page-left .empty {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 10, 30, 0.1);
}
#homepage .account-usage-content > ul > li.account-call .page-left .empty > p {
  position: absolute;
  bottom: 0;
}
#homepage .account-usage-content > ul > li.account-call .page-left .nolimit {
  width: 100%;
}
#homepage .account-usage-content > ul > li.account-call .page-left .nolimit > h1 {
  margin-bottom: 30px;
}
#homepage .account-usage-content > ul > li.account-call .page-left .nolimit .percent {
  line-height: 50px;
}
#homepage .account-usage-content > ul > li.account-call .page-left .nolimit .number {
  float: right;
  line-height: 50px;
  width: 140px;
  text-align: center;
  margin: 0;
}
#homepage .account-usage-content > ul > li.account-email .page-left {
  background-image: url(//static.chimeroi.com/crm/images/homepage/email-bg@2x.png);
}
#homepage .account-usage-content > ul > li.account-email .charts-desc h1 {
  margin-bottom: 48px;
}
#homepage .account-usage-content > ul > li.account-email .icon-help_02 {
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
}
#homepage .account-usage-content > ul > li.account-lead.buyer .page-left {
  background-image: url(//static.chimeroi.com/crm/images/homepage/lead-bg@2x.png);
}
#homepage .account-usage-content > ul > li.account-lead.seller .page-left {
  background-image: url(//static.chimeroi.com/crm/images/homepage/lead-bg-2@2x.png);
}
#homepage .account-usage-content > ul > li.account-lead .page-right {
  padding: 33px 40px;
}
#homepage .account-usage-content > ul > li.account-lead .last-days {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
}
#homepage .account-usage-content > ul > li.account-lead h1 {
  max-width: 100px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .icon-help_02 {
  vertical-align: middle;
  color: #ddd;
  margin-left: 5px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit {
  color: #202437;
  font-size: 14px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .site-tip > p {
  width: 400px;
  max-width: 400px !important;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit:first-child > div {
  border-bottom: 2px solid #f6f7fb;
  margin-bottom: 14px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit label {
  font-weight: 500;
  display: block;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .amount {
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .amount-rate {
  font-weight: 600;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit > div {
  display: inline-block;
  padding-bottom: 10px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit > div > span {
  vertical-align: middle;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .data-rate .icon2017 {
  display: none;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .data-rate .amount-rate {
  margin-left: 20px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .data-rate.down {
  color: #fb6f67;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .data-rate.down .icon-arrow_04_down_1 {
  display: inline-block;
  position: relative;
  top: 1px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .data-rate.down .amount-rate {
  margin-left: 0;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .data-rate.up {
  color: #20c472;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .data-rate.up .icon-arrow_04_up_1 {
  display: inline-block;
}
#homepage .account-usage-content > ul > li.account-lead .lead-data .lead-visit .data-rate.up .amount-rate {
  margin-left: 0;
}
#homepage .account-usage-content > ul > li.account-lead .lead-triangle {
  width: 140px;
  height: 120px;
  float: right;
  position: absolute;
  right: 30px;
  top: 50px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-triangle .triangle-rate {
  position: absolute;
  font-size: 20px;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--primary-color);
  line-height: 30px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-triangle .triangle-rate .rate {
  font-size: 30px;
  font-weight: 600;
}
#homepage .account-usage-content > ul > li.account-lead .lead-triangle .triangle-rate b {
  font-size: 18px;
}
#homepage .account-usage-content > ul > li.account-lead .lead-triangle .triangle-rate .icon2017 {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
#homepage .account-usage-content > ul > li.account-dollor .page-left {
  background-image: url(//static.chimeroi.com/crm/images/homepage/dollor-bg@2x.png);
}
#homepage .account-usage-content > ul > li.account-lead-empty {
  background-size: cover;
  background-image: url(//static.chimeroi.com/crm/images/homepage/lead-gen-ad-bg.jpg);
}
#homepage .account-usage-content > ul > li.account-lead-empty .page-left {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#homepage .account-usage-content > ul > li.account-lead-empty .view-more-btn {
  background-color: #691ad9;
  color: #fff;
  width: 220px;
}
#homepage .account-usage-content > ul > li.account-lead-empty .view-more-btn:hover {
  background-color: #8539f0;
}
#homepage .account-usage-content > ul > li.account-lead-empty .view-more-btn:active {
  background-color: #4d10a3;
}
#homepage .account-usage-content > ul > li.account-lead-empty .page-right > h5 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
}
#homepage .account-usage-content > ul > li.account-lead-empty .page-right p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  color: #fff;
}
#homepage .account-usage-content > ul > li .upgrade {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 2px 5px 0 rgba(var(--primary-color-rgb), 0.3);
          box-shadow: 0 2px 5px 0 rgba(var(--primary-color-rgb), 0.3);
  margin: 0 auto;
}
#homepage .account-usage-content > ul > li .upgrade:hover {
  background-color: var(--primary-color-5);
}
#homepage .account-usage-content > ul > li .upgrade:active {
  background-color: var(--primary-color-3);
}
#homepage .account-usage-content .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 13px;
}
#homepage .account-usage-content .chart {
  float: left;
  width: 320px;
  height: 176px;
}
#homepage .account-usage-content .item-info {
  float: left;
  width: -webkit-calc(100% - 340px);
  width: calc(100% - 340px);
}
.getstart-content {
  display: none;
  position: relative;
  height: 280px;
  padding: 0 20px;
}
.getstart-content .scroll-contain {
  width: -webkit-calc(100% - 47px);
  width: calc(100% - 47px);
  overflow: hidden;
  margin-left: 23px;
}
.getstart-content .scroll-contain::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.getstart-content .scroll-contain .go-left,
.getstart-content .scroll-contain .go-right {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  font-size: 32px;
  color: #e1e2e6;
  z-index: 2;
}
.getstart-content .scroll-contain .go-left.allow-slide,
.getstart-content .scroll-contain .go-right.allow-slide {
  cursor: pointer;
  color: var(--primary-color);
}
.getstart-content .scroll-contain .go-left.allow-slide:hover,
.getstart-content .scroll-contain .go-right.allow-slide:hover {
  color: var(--primary-color);
  opacity: 0.4;
}
.getstart-content .scroll-contain .go-left.disable-slide,
.getstart-content .scroll-contain .go-right.disable-slide {
  color: #e1e2e6;
}
.getstart-content .scroll-contain .go-left {
  left: 18px;
}
.getstart-content .scroll-contain .go-right {
  right: 18px;
}
.getstart-content > h4 {
  border: none;
  padding: 0;
}
.getstart-content > h4 > a {
  float: right;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
}
.getstart-content .getstart-body {
  position: relative;
  margin-top: 5px;
  -webkit-transition: -webkit-transform 600ms ease-in-out;
  transition: -webkit-transform 600ms ease-in-out;
  transition: transform 600ms ease-in-out;
  transition: transform 600ms ease-in-out, -webkit-transform 600ms ease-in-out;
}
.getstart-content .getstart-body .progress-line {
  display: inline-block;
  position: absolute;
  height: 4px;
  bottom: 38px;
  background: #f6f7fb;
}
.getstart-content .getstart-item {
  position: relative;
  width: 220px;
  height: 225px;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  z-index: 2;
}
.getstart-content .getstart-item > a {
  display: block;
}
.getstart-content .getstart-item:nth-last-child(1) {
  margin-right: 8px;
}
.getstart-content .getstart-item .getstart-item-top {
  width: 100%;
  height: 130px;
  padding-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.getstart-content .getstart-item .getstart-item-top > p {
  font-size: 14px;
  text-align: center;
  color: #797e8b;
  line-height: 1.2;
}
.getstart-content .getstart-item .getstart-item-top .icon2017 {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 15px;
  border-radius: 36px;
  background-color: #f6f7fb;
  color: #c6c8d1;
  text-align: center;
  font-size: 28px;
}
.getstart-content .getstart-item .getstart-item-top .icon2017:before {
  line-height: 72px;
}
.getstart-content .getstart-item .getstart-item-bottom .item-index,
.getstart-content .getstart-item .getstart-item-bottom .icon-checked_bold {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  background-color: #f6f7fb;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #c6c8d1;
  line-height: 30px;
  text-align: center;
}
.getstart-content .getstart-item .getstart-item-bottom .icon-checked_bold {
  display: none;
  background-color: #2cd781;
  color: #fff;
}
.getstart-content .getstart-item .getstart-item-bottom .icon-checked_bold:before {
  line-height: 30px;
  font-size: 14px;
}
.getstart-content .getstart-item.active .getstart-item-top .icon2017,
.getstart-content .getstart-item:hover .getstart-item-top .icon2017 {
  background-color: #2cd781;
  color: #fff;
}
.getstart-content .getstart-item.active .getstart-item-top > p,
.getstart-content .getstart-item:hover .getstart-item-top > p {
  color: #20c472;
}
.getstart-content .getstart-item.active .getstart-item-bottom .item-index,
.getstart-content .getstart-item:hover .getstart-item-bottom .item-index {
  display: none;
}
.getstart-content .getstart-item.active .getstart-item-bottom .icon-checked_bold,
.getstart-content .getstart-item:hover .getstart-item-bottom .icon-checked_bold {
  display: block;
}
.getstart-content .getstart-item.active,
.getstart-content .getstart-item.active > a {
  cursor: default;
}
.getstart-content .getstart-item:not(.active):hover {
  cursor: pointer;
}
.getstart-content .getstart-item:not(.active):hover .getstart-item-top {
  background-color: #f6f7fb;
}
.getstart-content .getstart-item:not(.active):hover .getstart-item-bottom .item-index {
  display: block;
  background-color: #2cd781;
  color: #fff;
}
.getstart-content .getstart-item:not(.active):hover .getstart-item-bottom .icon-checked_bold {
  display: none;
}
.getstart-content .getstart-item.no-step {
  display: none;
}
.getstart-content .getstart-item-warp {
  white-space: nowrap;
}
.getstart-content .getstart-item-warp .getstart-item:last-child {
  margin-right: 0 !important;
}
.getstart-content .getstart-item:first-child:nth-last-child(3),
.getstart-content .getstart-item:first-child:nth-last-child(3) ~ div {
  margin-right: 224px;
}
.getstart-content .getstart-item:first-child:nth-last-child(4),
.getstart-content .getstart-item:first-child:nth-last-child(4) ~ div {
  margin-right: 74px;
}
.getstart-download .close-btn {
  z-index: 2;
}
.invite-popwin {
  width: 360px;
  height: 200px;
  margin-top: -8px;
}
.invite-popwin .invite-popwin-common-style {
  width: 280px;
  line-height: 60px;
  height: 60px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.invite-popwin .invite-popwin-item-1-finished {
  margin: 50px 40px 10px 40px;
  width: 280px;
  line-height: 60px;
  height: 60px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.invite-popwin .invite-popwin-item-1-finished .icon2017 {
  color: var(--primary-color);
  font-size: 20px;
  margin-right: 10px;
}
.invite-popwin .invite-popwin-item-1 {
  margin: 50px 40px 10px 40px;
  width: 280px;
  line-height: 60px;
  height: 60px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  cursor: pointer;
}
.invite-popwin .invite-popwin-item-1 .icon2017 {
  color: var(--primary-color);
  font-size: 20px;
  margin-right: 10px;
}
.invite-popwin .invite-popwin-item-1:hover {
  background: #f6f7fb;
  color: var(--primary-color);
}
.invite-popwin .invite-popwin-item-2-finished {
  margin: 0 40px 0 40px;
  width: 280px;
  line-height: 60px;
  height: 60px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.invite-popwin .invite-popwin-item-2-finished .icon2017 {
  color: #f59700;
  font-size: 20px;
  margin-right: 10px;
}
.invite-popwin .invite-popwin-item-2 {
  margin: 0 40px 0 40px;
  width: 280px;
  line-height: 60px;
  height: 60px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  cursor: pointer;
}
.invite-popwin .invite-popwin-item-2 .icon2017 {
  color: #f59700;
  font-size: 20px;
  margin-right: 10px;
}
.invite-popwin .invite-popwin-item-2:hover {
  background: #f6f7fb;
  color: #f59700;
}
.lead-popwin {
  width: 540px;
  height: 200px;
  margin-top: -8px;
}
.lead-popwin .lead-popwin-item-1-finished {
  width: 460px;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  font-size: 16px;
  margin: 50px 40px 10px;
}
.lead-popwin .lead-popwin-item-1-finished .icon2017 {
  color: #20c472;
  font-size: 20px;
  margin-right: 10px;
}
.lead-popwin .lead-popwin-item-1 {
  width: 460px;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  font-size: 16px;
  margin: 50px 40px 10px;
  cursor: pointer;
}
.lead-popwin .lead-popwin-item-1 .icon2017 {
  color: #20c472;
  font-size: 20px;
  margin-right: 10px;
}
.lead-popwin .lead-popwin-item-1:hover {
  background: #f6f7fb;
  color: #20c472;
}
.lead-popwin .lead-popwin-item-2-finished {
  width: 460px;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  font-size: 16px;
  margin: 10px 40px 10px;
}
.lead-popwin .lead-popwin-item-2-finished .icon2017 {
  color: var(--primary-color);
  font-size: 20px;
  margin-right: 10px;
}
.lead-popwin .lead-popwin-item-2 {
  width: 460px;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  font-size: 16px;
  margin: 10px 40px 10px;
  cursor: pointer;
}
.lead-popwin .lead-popwin-item-2 .icon2017 {
  color: var(--primary-color);
  font-size: 20px;
  margin-right: 10px;
}
.lead-popwin .lead-popwin-item-2:hover {
  background: #f6f7fb;
  color: var(--primary-color);
}
.bottom-notification {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px var(--primary-color-9);
  background: var(--primary-color-10);
  border-radius: 4px;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(32, 36, 55, 0.1);
          box-shadow: 0 -2px 5px 0 rgba(32, 36, 55, 0.1);
  z-index: 3;
  display: none;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-notification .icon2017 {
  color: var(--primary-color);
  font-size: 16px;
  height: 16px;
  width: 16px;
  margin: 0 5px 0 12px;
}
.bottom-notification .icon2017:before {
  vertical-align: top;
}
.bottom-notification > .icon-cancel_bold {
  color: var(--primary-color-6);
  float: right;
  font-size: 12px;
  height: 12px;
  width: 12px;
  vertical-align: middle;
  margin: 0;
  vertical-align: text-top;
  margin-right: 14px;
  cursor: pointer;
}
.bottom-notification > .icon-cancel_bold:before {
  vertical-align: top;
}
.bottom-notification .get-start-title {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color);
  margin-right: 10px;
}
.bottom-notification .text {
  font-size: 14px;
  color: var(--primary-color);
  margin-right: 10px;
}
.bottom-notification .go-button {
  height: 24px;
  line-height: 24px;
  width: 60px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin: auto 0;
  margin-right: 12px;
  cursor: pointer;
}
.property-alert-suggestion,
.smartlisting-dashboard,
.smart-plan-suggestion {
  font-size: 0;
  width: 840px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e1e2e6;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 27px 30px 30px;
  display: inline-block;
  margin-top: 20px;
  float: left;
}
.property-alert-suggestion .content,
.smartlisting-dashboard .content,
.smart-plan-suggestion .content {
  width: 100%;
  font-size: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.property-alert-suggestion .content .content-left,
.smartlisting-dashboard .content .content-left,
.smart-plan-suggestion .content .content-left {
  width: 300px;
  display: inline-block;
}
.property-alert-suggestion .content .content-left .content-left-title,
.smartlisting-dashboard .content .content-left .content-left-title,
.smart-plan-suggestion .content .content-left .content-left-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #202437;
}
.property-alert-suggestion .content .content-left .status-panel,
.smartlisting-dashboard .content .content-left .status-panel,
.smart-plan-suggestion .content .content-left .status-panel {
  height: 20px;
  line-height: 20px;
  color: #515666;
  width: 100%;
  font-size: 0;
  margin-top: 14px;
  font-weight: 600;
}
.property-alert-suggestion .content .content-left .status-panel .status-item-1,
.smartlisting-dashboard .content .content-left .status-panel .status-item-1,
.smart-plan-suggestion .content .content-left .status-panel .status-item-1 {
  width: 130px;
  display: inline-block;
  font-size: 14px;
}
.property-alert-suggestion .content .content-left .status-panel .status-item-2,
.smartlisting-dashboard .content .content-left .status-panel .status-item-2,
.smart-plan-suggestion .content .content-left .status-panel .status-item-2 {
  width: 110px;
  display: inline-block;
  font-size: 14px;
}
.property-alert-suggestion .content .content-left .status-panel .status-item-2.w90,
.smartlisting-dashboard .content .content-left .status-panel .status-item-2.w90,
.smart-plan-suggestion .content .content-left .status-panel .status-item-2.w90 {
  width: 90px;
}
.property-alert-suggestion .content .content-left .status-panel .status-item-3,
.smartlisting-dashboard .content .content-left .status-panel .status-item-3,
.smart-plan-suggestion .content .content-left .status-panel .status-item-3 {
  width: 60px;
  display: inline-block;
  font-size: 14px;
}
.property-alert-suggestion .content .content-left .status-panel .status-item-3.w80,
.smartlisting-dashboard .content .content-left .status-panel .status-item-3.w80,
.smart-plan-suggestion .content .content-left .status-panel .status-item-3.w80 {
  width: 80px;
}
.property-alert-suggestion .content .content-left .status-panel-p,
.smartlisting-dashboard .content .content-left .status-panel-p,
.smart-plan-suggestion .content .content-left .status-panel-p {
  height: 20px;
  line-height: 20px;
  color: #515666;
  width: 100%;
  margin-top: 14px;
  font-weight: 600;
  line-height: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
}
.property-alert-suggestion .content .content-left .status-panel-p .status-item-1,
.smartlisting-dashboard .content .content-left .status-panel-p .status-item-1,
.smart-plan-suggestion .content .content-left .status-panel-p .status-item-1 {
  width: 130px;
  display: inline-block;
  font-size: 14px;
}
.property-alert-suggestion .content .content-left .status-panel-p .status-item-2,
.smartlisting-dashboard .content .content-left .status-panel-p .status-item-2,
.smart-plan-suggestion .content .content-left .status-panel-p .status-item-2 {
  width: 110px;
  display: inline-block;
  font-size: 14px;
}
.property-alert-suggestion .content .content-left .status-panel-p .status-item-2.w90,
.smartlisting-dashboard .content .content-left .status-panel-p .status-item-2.w90,
.smart-plan-suggestion .content .content-left .status-panel-p .status-item-2.w90 {
  width: 90px;
}
.property-alert-suggestion .content .content-left .status-panel-p .status-item-3,
.smartlisting-dashboard .content .content-left .status-panel-p .status-item-3,
.smart-plan-suggestion .content .content-left .status-panel-p .status-item-3 {
  width: 60px;
  display: inline-block;
  font-size: 14px;
}
.property-alert-suggestion .content .content-left .status-panel-p .status-item-3.w80,
.smartlisting-dashboard .content .content-left .status-panel-p .status-item-3.w80,
.smart-plan-suggestion .content .content-left .status-panel-p .status-item-3.w80 {
  width: 80px;
}
.property-alert-suggestion .content .content-left .graph-panel,
.smartlisting-dashboard .content .content-left .graph-panel,
.smart-plan-suggestion .content .content-left .graph-panel {
  width: 100%;
  margin-top: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 0;
  position: relative;
}
.property-alert-suggestion .content .content-left .graph-panel .color-1,
.smartlisting-dashboard .content .content-left .graph-panel .color-1,
.smart-plan-suggestion .content .content-left .graph-panel .color-1 {
  background: var(--primary-color-8);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 20px;
  color: #fff;
  width: 130px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.property-alert-suggestion .content .content-left .graph-panel .color-2,
.smartlisting-dashboard .content .content-left .graph-panel .color-2,
.smart-plan-suggestion .content .content-left .graph-panel .color-2 {
  background: var(--primary-color-6);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 20px;
  color: #fff;
  width: 110px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.property-alert-suggestion .content .content-left .graph-panel .color-2.w90,
.smartlisting-dashboard .content .content-left .graph-panel .color-2.w90,
.smart-plan-suggestion .content .content-left .graph-panel .color-2.w90 {
  width: 90px;
}
.property-alert-suggestion .content .content-left .graph-panel .color-3,
.smartlisting-dashboard .content .content-left .graph-panel .color-3,
.smart-plan-suggestion .content .content-left .graph-panel .color-3 {
  background: var(--primary-color);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 20px;
  color: #fff;
  width: 60px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.property-alert-suggestion .content .content-left .graph-panel .color-3.w80,
.smartlisting-dashboard .content .content-left .graph-panel .color-3.w80,
.smart-plan-suggestion .content .content-left .graph-panel .color-3.w80 {
  width: 80px;
}
.property-alert-suggestion .content .content-left .graph-panel .hint,
.smartlisting-dashboard .content .content-left .graph-panel .hint,
.smart-plan-suggestion .content .content-left .graph-panel .hint {
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 8px);
  top: calc(100% + 8px);
  width: 347px;
  padding: 10px 20px;
  background: rgba(32, 36, 55, 0.95);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
  display: none;
  border-radius: 4px;
  z-index: 3;
  font-size: 12px;
  line-height: 20px;
}
.property-alert-suggestion .content .content-left .graph-panel .hint .hint-title,
.smartlisting-dashboard .content .content-left .graph-panel .hint .hint-title,
.smart-plan-suggestion .content .content-left .graph-panel .hint .hint-title {
  color: #fff;
}
.property-alert-suggestion .content .content-left .graph-panel .hint .hint-text,
.smartlisting-dashboard .content .content-left .graph-panel .hint .hint-text,
.smart-plan-suggestion .content .content-left .graph-panel .hint .hint-text {
  color: #c6c8d1;
}
.property-alert-suggestion .content .content-left .graph-panel .hint .hint-text .hint-special,
.smartlisting-dashboard .content .content-left .graph-panel .hint .hint-text .hint-special,
.smart-plan-suggestion .content .content-left .graph-panel .hint .hint-text .hint-special {
  color: var(--primary-color-5);
}
.property-alert-suggestion .content .content-left .graph-panel .hint:before,
.smartlisting-dashboard .content .content-left .graph-panel .hint:before,
.smart-plan-suggestion .content .content-left .graph-panel .hint:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(32, 36, 55, 0.95);
  top: -16px;
  left: 57px;
}
.property-alert-suggestion .content .content-left .graph-panel:hover .hint,
.smartlisting-dashboard .content .content-left .graph-panel:hover .hint,
.smart-plan-suggestion .content .content-left .graph-panel:hover .hint {
  display: block;
}
.property-alert-suggestion .content .content-left .graph-panel-p,
.smartlisting-dashboard .content .content-left .graph-panel-p,
.smart-plan-suggestion .content .content-left .graph-panel-p {
  width: 100%;
  margin-top: 14px;
  border-radius: 4px;
  font-size: 0;
  position: relative;
  height: 40px;
  line-height: 40px;
  margin: 12px 0 0 0;
}
.property-alert-suggestion .content .content-left .graph-panel-p .color-1,
.smartlisting-dashboard .content .content-left .graph-panel-p .color-1,
.smart-plan-suggestion .content .content-left .graph-panel-p .color-1 {
  background: var(--primary-color-8);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 20px;
  color: #fff;
  width: 130px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.property-alert-suggestion .content .content-left .graph-panel-p .color-2,
.smartlisting-dashboard .content .content-left .graph-panel-p .color-2,
.smart-plan-suggestion .content .content-left .graph-panel-p .color-2 {
  background: var(--primary-color-6);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 20px;
  color: #fff;
  width: 110px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.property-alert-suggestion .content .content-left .graph-panel-p .color-2.w90,
.smartlisting-dashboard .content .content-left .graph-panel-p .color-2.w90,
.smart-plan-suggestion .content .content-left .graph-panel-p .color-2.w90 {
  width: 90px;
}
.property-alert-suggestion .content .content-left .graph-panel-p .color-3,
.smartlisting-dashboard .content .content-left .graph-panel-p .color-3,
.smart-plan-suggestion .content .content-left .graph-panel-p .color-3 {
  background: var(--primary-color);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 20px;
  color: #fff;
  width: 60px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.property-alert-suggestion .content .content-left .graph-panel-p .color-3.w80,
.smartlisting-dashboard .content .content-left .graph-panel-p .color-3.w80,
.smart-plan-suggestion .content .content-left .graph-panel-p .color-3.w80 {
  width: 80px;
}
.property-alert-suggestion .content .content-left .graph-panel-p .hint,
.smartlisting-dashboard .content .content-left .graph-panel-p .hint,
.smart-plan-suggestion .content .content-left .graph-panel-p .hint {
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 8px);
  top: calc(100% + 8px);
  width: 347px;
  padding: 10px 20px;
  background: rgba(32, 36, 55, 0.95);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
  display: none;
  border-radius: 4px;
  z-index: 3;
  font-size: 12px;
  line-height: 20px;
}
.property-alert-suggestion .content .content-left .graph-panel-p .hint .hint-title,
.smartlisting-dashboard .content .content-left .graph-panel-p .hint .hint-title,
.smart-plan-suggestion .content .content-left .graph-panel-p .hint .hint-title {
  color: #fff;
}
.property-alert-suggestion .content .content-left .graph-panel-p .hint .hint-text,
.smartlisting-dashboard .content .content-left .graph-panel-p .hint .hint-text,
.smart-plan-suggestion .content .content-left .graph-panel-p .hint .hint-text {
  color: #c6c8d1;
}
.property-alert-suggestion .content .content-left .graph-panel-p .hint .hint-text .hint-special,
.smartlisting-dashboard .content .content-left .graph-panel-p .hint .hint-text .hint-special,
.smart-plan-suggestion .content .content-left .graph-panel-p .hint .hint-text .hint-special {
  color: var(--primary-color-5);
}
.property-alert-suggestion .content .content-left .graph-panel-p .hint:before,
.smartlisting-dashboard .content .content-left .graph-panel-p .hint:before,
.smart-plan-suggestion .content .content-left .graph-panel-p .hint:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(32, 36, 55, 0.95);
  top: -16px;
  left: 57px;
}
.property-alert-suggestion .content .content-left .graph-panel-p:hover .hint,
.smartlisting-dashboard .content .content-left .graph-panel-p:hover .hint,
.smart-plan-suggestion .content .content-left .graph-panel-p:hover .hint {
  display: block;
}
.property-alert-suggestion .content .content-left .empty-text,
.smartlisting-dashboard .content .content-left .empty-text,
.smart-plan-suggestion .content .content-left .empty-text {
  margin: 14px 0;
  line-height: 20px;
  font-size: 14px;
  color: #515666;
  font-weight: 600;
}
.property-alert-suggestion .content .content-left .empty-text-property-alert,
.smartlisting-dashboard .content .content-left .empty-text-property-alert,
.smart-plan-suggestion .content .content-left .empty-text-property-alert {
  margin: 14px 0;
  line-height: 20px;
  font-size: 14px;
  color: #515666;
  font-weight: 600;
  line-height: 30px;
  height: 30px;
  margin: 12px 0;
}
.property-alert-suggestion .content .content-left .link,
.smartlisting-dashboard .content .content-left .link,
.smart-plan-suggestion .content .content-left .link {
  font-size: 14px;
  line-height: 40px;
  background: var(--primary-color-10);
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.property-alert-suggestion .content .content-right,
.smartlisting-dashboard .content .content-right,
.smart-plan-suggestion .content .content-right {
  width: 391px;
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
}
.property-alert-suggestion .content .content-right .content-right-title,
.smartlisting-dashboard .content .content-right .content-right-title,
.smart-plan-suggestion .content .content-right .content-right-title {
  line-height: 30px;
  font-size: 14px;
  color: #a0a3af;
  font-weight: 600;
}
.property-alert-suggestion .content .content-right .content-right-title .view-more,
.smartlisting-dashboard .content .content-right .content-right-title .view-more,
.smart-plan-suggestion .content .content-right .content-right-title .view-more {
  cursor: pointer;
  float: right;
  font-weight: normal;
}
.property-alert-suggestion .content .content-right .content-right-title .view-more .icon2017,
.smartlisting-dashboard .content .content-right .content-right-title .view-more .icon2017,
.smart-plan-suggestion .content .content-right .content-right-title .view-more .icon2017 {
  font-size: 12px;
  height: 12px;
  width: 12px;
  color: #c6c8d1;
}
.property-alert-suggestion .content .content-right .content-right-item,
.smartlisting-dashboard .content .content-right .content-right-item,
.smart-plan-suggestion .content .content-right .content-right-item {
  margin: 12px 0;
  line-height: 30px;
  height: 30px;
  font-weight: 600;
  font-size: 0;
}
.property-alert-suggestion .content .content-right .content-right-item .badge,
.smartlisting-dashboard .content .content-right .content-right-item .badge,
.smart-plan-suggestion .content .content-right .content-right-item .badge {
  border-radius: 15px;
  padding: 0 19px;
  background: var(--primary-color-10);
  color: var(--primary-color);
  line-height: 30px;
  font-size: 16px;
  display: inline-block;
}
.property-alert-suggestion .content .content-right .content-right-item .text,
.smartlisting-dashboard .content .content-right .content-right-item .text,
.smart-plan-suggestion .content .content-right .content-right-item .text {
  font-size: 16px;
  margin-left: 10px;
  line-height: 30px;
  color: #515666;
}
.property-alert-suggestion .content .content-right .content-right-item:last-of-type,
.smartlisting-dashboard .content .content-right .content-right-item:last-of-type,
.smart-plan-suggestion .content .content-right .content-right-item:last-of-type {
  margin-bottom: 0;
}
.property-alert-suggestion .content .content-right .content-right-item .link,
.smartlisting-dashboard .content .content-right .content-right-item .link,
.smart-plan-suggestion .content .content-right .content-right-item .link {
  font-size: 14px;
  line-height: 40px;
  background: var(--primary-color-10);
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper {
  margin-top: 13px;
  font-size: 0;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .rank-item-first,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .rank-item-first,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .rank-item-first {
  width: 180px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .rank-item-second,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .rank-item-second,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .rank-item-second {
  width: 180px;
  display: inline-block;
  vertical-align: bottom;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .rank-item-only,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .rank-item-only,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .rank-item-only {
  width: 180px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .badge,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .badge,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .badge {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  background: var(--primary-color-10);
  font-size: 12px;
  color: var(--primary-color-6);
  text-align: center;
  margin-bottom: 6px;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .text,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .text,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .text {
  width: 100%;
  color: #515666;
  line-height: 20px;
  max-height: 60px;
  margin: 0 0 15px;
  position: relative;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .text .text-container,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .text .text-container,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .text .text-container {
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  font-size: 14px;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .text .text-container-of,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .text .text-container-of,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .text .text-container-of {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .text .text-container-of:after,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .text .text-container-of:after,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .text .text-container-of:after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .text .hint,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .text .hint,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .text .hint {
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 8px);
  top: calc(100% + 8px);
  width: 347px;
  padding: 10px 20px;
  background: rgba(32, 36, 55, 0.95);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
  display: none;
  border-radius: 4px;
  z-index: 3;
  font-size: 12px;
  line-height: 20px;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .text .hint .hint-title,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .text .hint .hint-title,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .text .hint .hint-title {
  color: #fff;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .text .hint .hint-text,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .text .hint .hint-text,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .text .hint .hint-text {
  color: #c6c8d1;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .text .hint .hint-text .hint-special,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .text .hint .hint-text .hint-special,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .text .hint .hint-text .hint-special {
  color: var(--primary-color-5);
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .text .hint:before,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .text .hint:before,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .text .hint:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(32, 36, 55, 0.95);
  top: -16px;
  left: 8px;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .text:hover .hint,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .text:hover .hint,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .text:hover .hint {
  display: block;
}
.property-alert-suggestion .content .content-right .content-right-rank-wrapper .bottom-button,
.smartlisting-dashboard .content .content-right .content-right-rank-wrapper .bottom-button,
.smart-plan-suggestion .content .content-right .content-right-rank-wrapper .bottom-button {
  width: 100%;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--primary-color-10);
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.property-alert-suggestion .content .content-right .empty-text,
.smartlisting-dashboard .content .content-right .empty-text,
.smart-plan-suggestion .content .content-right .empty-text {
  margin: 14px 0;
  line-height: 20px;
  font-size: 14px;
  color: #515666;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.property-alert-suggestion .content .content-right .link,
.smartlisting-dashboard .content .content-right .link,
.smart-plan-suggestion .content .content-right .link {
  font-size: 14px;
  line-height: 40px;
  background: var(--primary-color-10);
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.property-alert-suggestion .content .content-right-sp,
.smartlisting-dashboard .content .content-right-sp,
.smart-plan-suggestion .content .content-right-sp {
  width: 391px;
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  right: 0;
}
.property-alert-suggestion .content .content-right-sp .content-right-title,
.smartlisting-dashboard .content .content-right-sp .content-right-title,
.smart-plan-suggestion .content .content-right-sp .content-right-title {
  line-height: 30px;
  font-size: 14px;
  color: #a0a3af;
  font-weight: 600;
}
.property-alert-suggestion .content .content-right-sp .content-right-title .view-more,
.smartlisting-dashboard .content .content-right-sp .content-right-title .view-more,
.smart-plan-suggestion .content .content-right-sp .content-right-title .view-more {
  cursor: pointer;
  float: right;
  font-weight: normal;
}
.property-alert-suggestion .content .content-right-sp .content-right-title .view-more .icon2017,
.smartlisting-dashboard .content .content-right-sp .content-right-title .view-more .icon2017,
.smart-plan-suggestion .content .content-right-sp .content-right-title .view-more .icon2017 {
  font-size: 12px;
  height: 12px;
  width: 12px;
  color: #c6c8d1;
}
.property-alert-suggestion .content .content-right-sp .content-right-item,
.smartlisting-dashboard .content .content-right-sp .content-right-item,
.smart-plan-suggestion .content .content-right-sp .content-right-item {
  margin: 12px 0;
  line-height: 30px;
  height: 30px;
  font-weight: 600;
  font-size: 0;
}
.property-alert-suggestion .content .content-right-sp .content-right-item .badge,
.smartlisting-dashboard .content .content-right-sp .content-right-item .badge,
.smart-plan-suggestion .content .content-right-sp .content-right-item .badge {
  border-radius: 15px;
  padding: 0 19px;
  background: var(--primary-color-10);
  color: var(--primary-color);
  line-height: 30px;
  font-size: 16px;
  display: inline-block;
}
.property-alert-suggestion .content .content-right-sp .content-right-item .text,
.smartlisting-dashboard .content .content-right-sp .content-right-item .text,
.smart-plan-suggestion .content .content-right-sp .content-right-item .text {
  font-size: 16px;
  margin-left: 10px;
  line-height: 30px;
  color: #515666;
}
.property-alert-suggestion .content .content-right-sp .content-right-item:last-of-type,
.smartlisting-dashboard .content .content-right-sp .content-right-item:last-of-type,
.smart-plan-suggestion .content .content-right-sp .content-right-item:last-of-type {
  margin-bottom: 0;
}
.property-alert-suggestion .content .content-right-sp .content-right-item .link,
.smartlisting-dashboard .content .content-right-sp .content-right-item .link,
.smart-plan-suggestion .content .content-right-sp .content-right-item .link {
  font-size: 14px;
  line-height: 40px;
  background: var(--primary-color-10);
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper {
  margin-top: 13px;
  font-size: 0;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .rank-item-first,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .rank-item-first,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .rank-item-first {
  width: 180px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .rank-item-second,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .rank-item-second,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .rank-item-second {
  width: 180px;
  display: inline-block;
  vertical-align: bottom;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .rank-item-only,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .rank-item-only,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .rank-item-only {
  width: 180px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .badge,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .badge,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .badge {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  background: var(--primary-color-10);
  font-size: 12px;
  color: var(--primary-color-6);
  text-align: center;
  margin-bottom: 6px;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .text,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .text,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .text {
  width: 100%;
  color: #515666;
  line-height: 20px;
  max-height: 60px;
  margin: 0 0 15px;
  position: relative;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .text .text-container,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .text .text-container,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .text .text-container {
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  font-size: 14px;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .text .text-container-of,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .text .text-container-of,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .text .text-container-of {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .text .text-container-of:after,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .text .text-container-of:after,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .text .text-container-of:after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .text .hint,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .text .hint,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .text .hint {
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 8px);
  top: calc(100% + 8px);
  width: 347px;
  padding: 10px 20px;
  background: rgba(32, 36, 55, 0.95);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 10, 30, 0.2);
  display: none;
  border-radius: 4px;
  z-index: 3;
  font-size: 12px;
  line-height: 20px;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .text .hint .hint-title,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .text .hint .hint-title,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .text .hint .hint-title {
  color: #fff;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .text .hint .hint-text,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .text .hint .hint-text,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .text .hint .hint-text {
  color: #c6c8d1;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .text .hint .hint-text .hint-special,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .text .hint .hint-text .hint-special,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .text .hint .hint-text .hint-special {
  color: var(--primary-color-5);
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .text .hint:before,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .text .hint:before,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .text .hint:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(32, 36, 55, 0.95);
  top: -16px;
  left: 8px;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .text:hover .hint,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .text:hover .hint,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .text:hover .hint {
  display: block;
}
.property-alert-suggestion .content .content-right-sp .content-right-rank-wrapper .bottom-button,
.smartlisting-dashboard .content .content-right-sp .content-right-rank-wrapper .bottom-button,
.smart-plan-suggestion .content .content-right-sp .content-right-rank-wrapper .bottom-button {
  width: 100%;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--primary-color-10);
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.property-alert-suggestion .content .content-right-sp .empty-text,
.smartlisting-dashboard .content .content-right-sp .empty-text,
.smart-plan-suggestion .content .content-right-sp .empty-text {
  margin: 14px 0;
  line-height: 20px;
  font-size: 14px;
  color: #515666;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.property-alert-suggestion .content .content-right-sp .link,
.smartlisting-dashboard .content .content-right-sp .link,
.smart-plan-suggestion .content .content-right-sp .link {
  font-size: 14px;
  line-height: 40px;
  background: var(--primary-color-10);
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.property-alert-suggestion .content .content-sub-title,
.smartlisting-dashboard .content .content-sub-title,
.smart-plan-suggestion .content .content-sub-title {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #a0a3af;
  margin-top: 20px;
  font-weight: 600;
}
.property-alert-suggestion .content .content-sub-title-p,
.smartlisting-dashboard .content .content-sub-title-p,
.smart-plan-suggestion .content .content-sub-title-p {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #a0a3af;
  margin-top: 20px;
  font-weight: 600;
  line-height: 30px;
  height: 30px;
  margin: 12px 0;
}
.smartlisting-dashboard {
  padding: 20px 30px;
}
.smartlisting-dashboard > .head > .title {
  font-size: 24px;
  color: #202437;
  font-weight: 600;
  line-height: 1.25;
}
.smartlisting-dashboard > .head .page-index {
  float: right;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
.smartlisting-dashboard > .head .page-index .index {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #2024371a;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.smartlisting-dashboard > .head .page-index .index.active {
  background: var(--primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.smartlisting-dashboard > .head .page-index .index.active span {
  text-align: center;
}
.smartlisting-dashboard .page {
  margin-top: 10px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  overflow: hidden;
  position: relative;
  left: -10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.smartlisting-dashboard .page .page-box {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.smartlisting-dashboard .empty {
  height: 300px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smartlisting-dashboard .empty .icon-house {
  height: 36px;
  width: 36px;
  font-size: 36px;
  text-align: center;
  line-height: 36px;
  color: #c6c8d1;
  margin-top: 100px;
}
.smartlisting-dashboard .empty .label {
  margin-top: 20px;
  color: #797e8b;
  font-size: 12px;
  font-weight: 600;
}
.smartlisting-dashboard .empty .desc {
  margin-top: 10px;
  color: #a0a3af;
  font-size: 12px;
}
.smartlisting-dashboard .empty .desc a {
  cursor: pointer;
  color: var(--primary-color);
}
.smartlisting-dashboard .empty .desc a:hover {
  text-decoration: underline;
}
._test-invisible {
  visibility: hidden;
  width: 180px;
  line-height: 20px;
  font-size: 14px;
}
._test-invisible-only-one {
  visibility: hidden;
  width: 180px;
  line-height: 20px;
  font-size: 14px;
}
.home .icon-article-link:before {
  content: "\e9fa";
  padding-left: 8px;
  font-size: 12px;
  font-weight: 100;
  -webkit-transform: scale(0.74);
      -ms-transform: scale(0.74);
          transform: scale(0.74);
  display: inline-block;
}
.home .icon-text:before {
  content: "\e9c2";
  padding-right: 4px;
}
.home .icon-other:before {
  content: "\e944";
  padding-right: 4px;
}
.home .icon-call:before {
  content: "\e9b2";
  padding-left: 4px;
  font-size: 12px;
}
.home .icon-call-small:before {
  content: "\EA1C";
  padding-right: 4px;
}
.home .icon-close-small:before {
  content: "\e941";
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  display: inline-block;
  padding-left: 6px;
  vertical-align: middle;
}
.home .icon-email-small:before {
  content: "\EA1D";
  padding-right: 4px;
  position: relative;
  top: 1px;
}
.home .icon-plus:before {
  content: "\e912";
  margin-left: 6px;
  font-size: 12px;
  color: #a0a0a0;
  display: inline-block;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.home .icon-setting:after {
  content: "\e925";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 20px;
  color: #586977;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.home .icon-searchs:before {
  content: "\E92E";
  font-family: "icon-font";
  padding-right: 6px;
  font-size: 12px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home .icon-eye:before {
  content: "\E9E6";
  font-family: "icon-font";
  padding-right: 6px;
  font-size: 12px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home .icon-star:before {
  content: "\e933";
  font-family: "icon-font";
  padding-right: 6px;
  font-size: 12px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home .icon-heart:before {
  content: "\E9E5";
  font-family: "icon-font";
  padding-right: 6px;
  font-size: 12px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home .icon-chart:after {
  content: "\e9c7";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 18px;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.home .icon-ignore:before {
  content: "\e9c6";
  font-family: "icon-font";
  padding-right: 6px;
  font-size: 13px;
  color: #afb5bb;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home .icon-complete:before {
  content: "\e9c4";
  font-family: "icon-font";
  padding-right: 6px;
  font-size: 14px;
  color: #afb5bb;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home .icon-accept:before {
  content: "\e909";
  font-family: "icon-font";
  padding-right: 2px;
  font-size: 12px;
  color: #afb5bb;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home .icon-delete:before {
  content: "\e939";
  font-family: "icon-font";
  padding-right: 7px;
  font-size: 12px;
  color: #afb5bb;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home .icon-send:before {
  content: "\e9c5";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 13px;
  color: #afb5bb;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home .icon-addtask:before {
  content: "\e9c3";
  font-family: "icon-font";
  padding-right: 6px;
  font-size: 14px;
  color: #afb5bb;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home .icon-phone:before {
  content: "\e9b2";
  margin-right: 4px;
}
.home .icon-email:before {
  content: "\e986";
  margin-right: 4px;
}
.icon-back:before {
  content: "\e901";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 16px;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.icon-member-edit:before {
  content: "\e9aa";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 14px;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.icon-edit:before {
  content: "\e9aa";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 14px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-message:before {
  content: "\e9c2";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 14px;
  color: #a0a0a0;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-emails:before {
  content: "\e986";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 12px;
  color: #a0a0a0;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-add-member:before {
  content: "\e980";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 16px;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.icon-member-detail:before {
  content: "\e908";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 12px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-member:before {
  content: "\e908";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 14px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.span-style {
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: var(--primary-color);
  background-color: var(--primary-color-10);
  border-radius: 4px;
  border: solid 1px var(--primary-color-9);
}
.choose {
  color: #fff;
  background-color: var(--primary-color);
  border: solid 1px var(--primary-color-3);
}
.modal.action-plan-pop .form-item-btn {
  margin-top: 20px;
}
.modal.task-win .modal-body {
  width: 590px;
  max-height: 656px;
}
.modal.task-win .modal-body .select-date-btn {
  width: 260px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  border: solid 1px #e1e2e6;
  border-radius: 4px;
  color: #515666;
}
.modal.task-win .modal-body .hasDatepicker {
  cursor: pointer;
}
.modal.task-win .modal-body .icon-calendar_02:before {
  margin-right: 10px;
}
.schedule-task-title {
  font-size: 16px;
  font-weight: 500;
  color: #515666;
}
.modal.task-win .schedule-task-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 18px;
}
.modal.task-win .schedule-task-date .schedule-task-day {
  display: inline-block;
  width: 168px;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: var(--primary-color);
  background-color: var(--primary-color-10);
  border-radius: 4px;
  border: solid 1px var(--primary-color-9);
  margin-right: 10px;
  margin-bottom: 10px;
}
.modal.task-win .schedule-task-date .schedule-task-day.active {
  color: #fff;
  background-color: var(--primary-color);
  border: solid 1px var(--primary-color-3);
}
.modal.task-win .schedule-task-date .task-days-after {
  width: 170px;
  display: inline-block;
  margin-right: 10px;
}
.modal.task-win .schedule-task-date .task-days-after .select-btn {
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: var(--primary-color);
  background-color: var(--primary-color-10);
  border-radius: 4px;
  border: solid 1px var(--primary-color-9);
  height: 30px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal.task-win .schedule-task-date .task-days-after .select-btn .icon-select-triangle:before {
  color: var(--primary-color);
}
.modal.task-win .schedule-task-date .task-days-after:nth-child(3n) {
  margin-right: 0;
}
.modal.task-win .schedule-task-date .task-days-after.active .select-btn {
  color: #fff;
  background-color: var(--primary-color);
  border: solid 1px var(--primary-color-3);
}
.modal.task-win .schedule-task-date .task-days-after.active .select-btn .icon-select-triangle:before {
  color: #fff;
}
.modal.task-win .task-form-main {
  position: relative;
  height: -webkit-calc(90vh - 165px);
  height: calc(90vh - 165px);
  max-height: 510px;
  overflow-y: auto;
}
.modal.task-win .task-form-main > div {
  width: 530px;
}
.modal.task-win .form-item.description {
  margin-bottom: 13px;
}
.modal.task-win .bottom-line {
  position: absolute;
  width: 588px;
  border-bottom: solid 1px #ebecf1;
  bottom: -20px;
  left: -29px;
}
.modal.task-win .task-type {
  display: inline-block;
  width: 123px;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: var(--primary-color);
  background-color: var(--primary-color-10);
  border-radius: 4px;
  border: solid 1px var(--primary-color-9);
}
.modal.task-win .task-type.active {
  color: #fff;
  background-color: var(--primary-color);
  border: solid 1px var(--primary-color-3);
}
.modal.task-win .task-type + .task-type {
  margin-left: 10px;
}
.modal.task-win .calendar {
  position: relative;
  float: left;
  width: 260px;
  height: 36px;
  cursor: pointer;
}
.modal.task-win .calendar .form-input {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #e1e2e6;
}
.modal.task-win .calendar .input-calendar {
  display: none;
  position: absolute;
  left: 20px;
  top: 10px;
}
.message-pop {
  width: 760px;
  height: 542px;
  font-size: 14px;
}
.message-pop .message-content {
  padding-bottom: 60px;
  height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  word-break: break-word;
}
.message-pop .message-item {
  max-width: 480px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  border-left-top-radius: 0px;
  margin-top: 6px;
  padding: 10px 8px;
  clear: both;
}
.message-pop .message-time {
  color: #a0a0a0;
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: 20px;
}
.message-pop .message-time:before {
  position: relative;
  display: inline-block;
  content: "";
  top: -4px;
  right: 8px;
  width: 200px;
  height: 1px;
  background: #a0a0a0;
}
.message-pop .message-time:after {
  position: relative;
  display: inline-block;
  content: "";
  top: -4px;
  left: 8px;
  width: 200px;
  height: 1px;
  background: #a0a0a0;
}
.message-pop .time {
  clear: both;
  margin-top: 30px;
  color: #787878;
}
.message-pop .send-time {
  float: right;
  margin-right: 30px;
}
.message-pop .reply-time {
  float: left;
  margin-left: 30px;
}
.message-pop .reply-message {
  background: #fcfcfc;
  margin-left: 30px;
  float: left;
  border-top-left-radius: 0;
}
.message-pop .send-message {
  background: #59b9f7;
  border-color: #59b9f7;
  color: #fff;
  margin-right: 30px;
  float: right;
  border-top-right-radius: 0;
}
.message-pop .message-send-wrap {
  border-top: 1px solid #d9d9d9;
  position: relative;
  padding-bottom: 40px;
}
.message-pop .send-btn {
  position: absolute;
  top: 10px;
  right: 30px;
  background: #59b9f7;
  color: #fff;
  padding: 8px 10px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}
.message-pop input[type="button"]:disabled {
  background: #c4c4c4;
}
.message-pop .message-tip {
  color: #a0a0a0;
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 12px;
}
.message-pop .message-textarea {
  margin-top: 46px;
  width: 100%;
  height: 60px;
  border: none;
  padding: 2px 20px;
}
.message-pop .message-error {
  color: #ff7e7e;
}
.message-pop .header {
  font-size: 14px;
  font-weight: normal;
  overflow: inherit;
}
.message-pop .header .name {
  font-weight: bold;
  font-size: 16px;
  max-width: 160px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}
.message-pop .header .lead-info {
  color: #a0a0a0;
  font-weight: bold;
  margin-left: 30px;
  margin-right: 6px;
}
.message-pop .header .lead-type {
  border: 1px solid #d9d9d9;
  padding: 1px 4px;
  border-radius: 3px;
  margin-left: 7px;
  font-size: 12px;
  vertical-align: top;
}
.message-pop .header .stage {
  max-width: 100px;
}
.message-pop .header .grouplist {
  max-width: 76px;
}
.message-pop .header .stage,
.message-pop .header .grouplist {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}
.message-pop .header .phone-list {
  display: inline-block;
}
.message-pop .header .phone-list .select-list-down > li {
  line-height: 15px;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-pop .header .phone-list .select-list-down > li.active,
.message-pop .header .phone-list .select-list-down > li:hover {
  background-color: #f2f2f2;
  color: #787878;
  cursor: pointer;
}
.message-pop .header .phone-list .select-list-down .radio-checkbox:before,
.message-pop .header .phone-list .select-list-down .radio-checkbox.active:after {
  display: none;
}
.message-pop .header .phone-list .select-list-wrap {
  top: 46px;
  padding: 0;
}
.message-pop .header .phone-list .selectTxt {
  color: #282828;
  margin-left: 6px;
}
.message-pop .smsList {
  position: absolute;
  top: 10px;
  left: 20px;
}
.modal.toast-people-appointment {
  width: 590px;
  max-height: 90vh;
  max-height: 725px;
}
.modal.toast-people-appointment .appointment-form-main {
  height: -webkit-calc(90vh - 165px);
  height: calc(90vh - 165px);
  max-height: 560px;
  overflow: auto;
}
.modal.toast-people-appointment .form-item .hasDatepicker ~ span[class^="icon-"],
.modal.toast-people-appointment .form-item .hasDatepicker ~ span[class*=" icon-"] {
  position: absolute;
  left: 17px;
  top: 39px;
}
.modal.toast-people-appointment .form-item.description {
  margin-bottom: 15px;
}
.modal.toast-people-appointment .form-input[readonly] {
  background: #fff;
  padding-left: 43px;
}
.modal.toast-people-appointment .starts-date,
.modal.toast-people-appointment .ends-date {
  width: 260px;
  float: left;
}
.modal.toast-people-appointment .starts-date .hasDatepicker,
.modal.toast-people-appointment .ends-date .hasDatepicker {
  border: solid 1px #e1e2e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal.toast-people-appointment .schedule-task-hours {
  top: 30px;
}
.modal.toast-people-appointment .ends-time {
  position: relative;
}
.modal.toast-people-appointment .site-tip {
  width: 200px;
}
.modal.toast-people-appointment .note {
  line-height: 24px;
  font-size: 14px;
  margin-top: 20px;
  color: #999fb0;
}
.modal.toast-people-appointment .note span {
  font-weight: bold;
  color: #515666;
}
.modal.toast-people-appointment .note a {
  color: var(--primary-color);
}
.modal.toast-people-appointment .note a:hover {
  text-decoration: underline;
}
.modal.toast-people-appointment .people-form {
  position: relative;
}
.appointment-form-main > div {
  width: 530px;
}
.partial-icon-helpTips {
  display: none;
}
body.home {
  background-color: #f7f8fb;
}
#homepage {
  min-width: 1240px;
  width: 1240px;
  margin: 0 auto;
  padding: 20px;
}
#homepage .view-more-btn {
  position: absolute;
  width: 160px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  line-height: 40px;
  border-radius: 4px;
  background-color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#homepage .view-more-btn:hover {
  background-color: var(--primary-color-5);
}
#homepage .view-more-btn:active {
  background-color: var(--primary-color-3);
}
#homepage .upgrade:hover {
  background-color: var(--primary-color-5);
}
#homepage .upgrade:active {
  background-color: var(--primary-color-3);
}
.greencolor {
  color: #2cd781;
}
.content-block,
.dashboard-item {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e1e2e6;
  margin-top: 20px;
}
.content-block .item-type,
.dashboard-item .item-type {
  font-size: 16px;
  font-weight: 500;
  color: #515666;
  padding-top: 20px;
}
.content-block .item-type .more,
.dashboard-item .item-type .more {
  font-size: 14px;
  float: right;
  font-weight: normal;
  color: var(--primary-color);
}
.content-block .item-desc,
.dashboard-item .item-desc {
  font-size: 14px;
  color: #a0a3af;
}
.content-block .content-title,
.dashboard-item .content-title {
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 20px;
  color: #515666;
  border-bottom: 1px solid #ebecf1;
}
.content-block .content-title .more,
.dashboard-item .content-title .more {
  cursor: pointer;
  font-size: 14px;
  color: #a0a3af;
  font-weight: 400;
  float: right;
}
.oneBtn-ok-pop .trial-buttons a {
  background: #fff;
  border: 1px solid #ddd;
  color: #282828;
}
.oneBtn-ok-pop .trial-buttons a:hover {
  background: #fff;
}
.gmail-containner {
  font-size: 13px;
  overflow: hidden;
  height: 150px;
  background: white;
  padding-left: 14px;
  margin-top: 22px;
}
.signatrue-wrap {
  width: 700px;
  margin-top: 40px;
}
.signatrue-top {
  margin-bottom: 0;
}
.signatrue-title {
  display: inline-block;
  height: 36px;
}
.signatrue-remind {
  font-size: 14px;
  color: #797e8b;
}
.signatrue-content {
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.signatrue-remind-save {
  color: #282828;
}
#cke_signatrue {
  border: 0;
}
#signatrue {
  display: none;
}
.gmail-title {
  margin-top: 24px;
}
.gmail-title .title {
  font-weight: bold;
  font-size: 15px;
  margin-left: 5px;
}
.gmail-title .main {
  color: #787878;
  margin-left: 5px;
}
.gmail-img-wrap {
  float: left;
  width: 72px;
  text-align: center;
  margin-top: 21px;
}
.gmail-content {
  float: left;
  margin-top: 14px;
  margin-left: 15px;
}
.gmail-content-list {
  list-style: initial;
  margin-left: 17px;
}
.gmail-content-list li {
  padding-bottom: 3px;
  list-style: initial;
}
.connect-gmail,
.disconnect-gmail {
  padding: 10px 20px;
  background: #46b0f3;
  color: white;
  border-radius: 4px;
}
.signatrue-save {
  margin-top: 10px;
}
.icon-save {
  margin-right: 5px;
}
.packageContainer {
  position: relative;
  padding-bottom: 60px !important;
  width: 100%;
  color: #282828;
}
.packageContainer .billing-main {
  width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px);
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 24px 22px 0;
}
.packageContainer .billing-main h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.packageContainer .billing-main .package {
  width: 100%;
  padding: 20px 0 18px;
  border-bottom: 1px solid #ececec;
}
.packageContainer .billing-main .package:nth-last-child(1) {
  border-bottom: none;
}
.packageContainer .billing-main .package label {
  padding-left: 15px;
  cursor: pointer;
}
.packageContainer .billing-main .package label .checkbox-radio {
  margin-right: 18px;
}
.packageContainer .billing-main .package label .package-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
.packageContainer .billing-main .package .tips {
  margin-left: 49px;
  color: #797e8b;
  font-size: 13px;
  line-height: 25px;
}
.packageContainer .package-submit {
  border-style: none;
  padding: 0;
  width: 160px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  color: #d1e6fb;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: 0;
  cursor: default;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.packageContainer .package-submit.active {
  color: #fff;
  cursor: pointer;
}
.packageContainer .package-submit.active:active {
  -webkit-transition: none;
  transition: none;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.email-template {
  font-size: 14px;
  color: #282828;
  border-radius: 5px;
  min-width: 1000px;
  margin-bottom: 130px;
}
.email-template .icon-copy:before {
  content: "\e9e3";
}
.email-template .icon-edit_01,
.email-template .icon-delete_01,
.email-template .icon-copy_01 {
  cursor: pointer;
}
.email-template .icon-edit_01:before,
.email-template .icon-delete_01:before,
.email-template .icon-copy_01:before {
  vertical-align: middle;
}
.email-template .icon2017:hover {
  color: var(--primary-color);
}
.email-template .icon-add:before {
  content: "\e9bc";
  font-weight: normal;
}
.email-template .icon-check {
  width: 12px;
  height: 12px;
  border: 1px #bebebe solid;
  border-radius: 2px;
  display: inline-block;
  line-height: 12px;
  font-size: 12px;
  background-color: #fff;
  color: white;
}
.email-template .icon-check:before {
  content: "\e927";
}
.email-template .check .icon-check:before {
  color: #46b0f3;
}
.email-template .switch-btn {
  color: #282828;
  opacity: 0.5;
  font-size: 13px;
}
.email-template .switch-btn:nth-of-type(1) {
  margin-right: 20px;
}
.email-template .switch-btn.check {
  opacity: 1;
}
.email-template .opened {
  color: #ff783c;
}
.email-template .clicked {
  color: #d8ecd1;
}
.email-template .times {
  color: #46b0f3;
}
.email-template-list .tab-content {
  display: none;
}
.email-template-list .tab-content:first-child {
  display: block;
}
.email-template-list .tab-content h3 {
  margin-top: 20px;
  padding-bottom: 5px;
}
.email-template-list table {
  background: white;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  -webkit-box-shadow: -2px 5px 8px -5px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 5px 8px -5px rgba(0, 0, 0, 0.3);
}
.email-template-list .add-btn {
  float: right;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #505050;
  cursor: pointer;
  border-radius: 2px;
}
.email-template-list .add-btn:before {
  content: "\e912";
  font-family: "icon-font";
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
.email-template-list thead th {
  text-align: left;
  padding-left: 20px;
  height: 45px;
  line-height: 45px;
  border-right: 1px #ededed solid;
  font-weight: bold;
}
.email-template-list thead th.th-applied {
  width: 13%;
  padding: 0;
  text-align: center;
}
.email-template-list thead th.th-applied .icon-question {
  cursor: pointer;
  vertical-align: middle;
}
.email-template-list thead th.th-applied .icon-question:before {
  content: "\e9e8";
  margin-left: 4px !important;
  font-size: 14px;
  color: #cacaca;
}
.email-template-list thead th.th-applied > span,
.email-template-list thead th.th-applied > .tip-blue {
  font-weight: normal;
  left: auto !important;
  width: 200px;
}
.email-template-list thead th.th-applied .site-tip-bottom.left:after {
  left: -webkit-calc(48%);
  left: calc(48%);
  right: auto;
}
.email-template-list thead th:nth-of-type(1) {
  width: 23%;
}
.email-template-list tbody td {
  padding: 16px 20px;
  border-right: 1px #ededed solid;
}
.email-template-list tbody td:nth-of-type(1) {
  padding-right: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.email-template-list tbody td:nth-of-type(2) {
  padding-right: 13px;
}
.email-template-list tbody td:nth-of-type(2) p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.email-template-list tbody td:nth-of-type(2) p:nth-of-type(2) {
  font-size: 12px;
  line-height: 14px;
  color: #787878;
  margin-top: 6px;
}
.email-template-list tbody tr {
  border-top: 1px #ededed solid;
}
.email-template-list tbody tr:hover {
  cursor: pointer;
  background: #f5fafc;
}
.email-template-list .switch-content {
  width: 15%;
  padding: 0;
  text-align: center;
}
.email-template-list .buttonArea {
  width: 7%;
  padding: 0;
  text-align: center;
}
.email-template-list .type-public thead .buttonArea {
  display: none;
}
.email-template-list .type-report th:nth-child(1) {
  width: auto;
}
.email-template-list .type-report th:nth-child(2) {
  width: 25%;
}
.email-template-list .type-report tbody tr:hover {
  cursor: default;
}
.email-template-list .type-report tbody td:nth-child(2) {
  padding-right: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.email-template-list .icon-action_redo {
  position: relative;
  top: 2px;
  font-size: 16px;
}
.email-template-list .icon-action_redo.disabled {
  color: #c6c8d1;
}
#email-template tbody td:nth-last-of-type(1) div {
  display: none;
}
#email-template tbody tr:hover td:nth-last-of-type(1) div {
  display: block;
}
#system-email thead th:nth-of-type(1) {
  width: 25%;
}
#system-email thead th:nth-of-type(2) {
  width: 40%;
}
#system-email thead th:nth-of-type(3) {
  width: 18%;
}
#system-email thead th:nth-last-of-type(1) {
  width: 17%;
}
.email-template-modal .template-container {
  padding: 20px 0 20px 25px;
}
.template-container > .template-content-wrap {
  padding-right: 20px;
  max-height: 450px;
  overflow: auto;
}
.template-container > div:not(.form-button) > p {
  font-size: 16px;
  text-align: left;
  color: #515666;
  margin-bottom: 10px;
}
.template-container > div:not(.form-button) input:not([type="search"]) {
  margin-bottom: 10px;
}
.template-container .js_cancel,
.template-container .js_btn_preview {
  border: 1px solid #e1e2e6;
  height: 35px;
  vertical-align: middle;
}
.template-container .js_btn_preview {
  float: left;
  color: #797e8b;
}
.template-container .js_btn_ok {
  vertical-align: middle;
}
.template-container.disabled {
  height: 500px;
}
.template-container .cke_mail-edit-wrap {
  min-height: 260px;
  border-radius: 3px;
}
.system-email-wind #cke_1_contents {
  padding: 0;
}
.template-content {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  max-height: 300px;
  overflow-y: auto;
}
#mail-edit {
  opacity: 0;
}
.email-template-modal {
  width: 811px;
}
.cke_bottom {
  display: none !important;
}
.email-template-modal .form .form-button {
  padding-right: 20px;
  padding-top: 18px;
  position: relative;
  bottom: 0;
  margin: 0;
  border-top: 1px solid #ebecf1;
  color: #505050;
}
.email-template-modal .form .form-button .btn-reset,
.email-template-modal .form .form-button .btn-preview {
  color: #505050;
}
.email-template-modal .form .form-button .btn-reset {
  float: left;
  width: 135px;
  padding-left: 0px;
}
.email-template-modal .form .form-button .icon-reset {
  float: left;
  position: relative;
  line-height: 33px;
}
.email-template-modal .form .form-button .icon-reset:before {
  content: "\ea01";
  font-size: 13px;
  color: #505050;
}
.email-template-modal .form .form-button label.resetArea {
  display: inline-block;
  float: left;
}
#team-sort-name,
#team-sort-modify,
#my-sort-name,
#my-sort-modify {
  cursor: pointer;
}
.tip-info {
  padding: 20px 18px;
  line-height: 24px;
  background: #fff;
  margin-top: 22px;
  margin-bottom: 22px;
}
.tip-title {
  font-size: 15px;
}
.mailchip-connect {
  width: 510px;
}
.mailchip-connect .modal-body {
  padding: 38px 33px 20px;
  text-align: center;
}
.mailchip-connect .title {
  font-size: 18px;
  padding-bottom: 10px;
}
.mailchip-connect .desc {
  font-size: 13px;
}
.mailchip-connect .login {
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  margin: 23px 0 20px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  width: 96px;
  height: 34px;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}
.mailchip-connect .login:hover {
  background-color: #1c8cea;
}
.mailchip-connect .login:active {
  background-color: #117bd5;
}
.mailchip-connect .signup {
  color: #787878;
}
.mailchip-connect .signup-btn {
  color: var(--primary-color);
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.mailchip-connect .signup-btn:hover {
  color: #1c8cea;
}
.mailchip-connect .signup-btn:active {
  color: #117bd5;
}
.mailchip-connect .signup-btn.active {
  color: #117bd5;
}
.Integration-block h4 {
  font-size: 14px;
  color: #505050;
  font-weight: normal;
  line-height: 42px;
}
.Integration-block ul {
  border: 1px solid #dcdcdc;
  background: #fff;
}
.Integration-block .icon-site {
  font-size: 32px;
}
.integration-item {
  padding: 24px 0;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.integration-item:last-child {
  border-bottom: none;
}
.vertical-line {
  vertical-align: 10px;
}
.integration-item-logo {
  display: inline-block;
  text-align: center;
  width: 100px;
  vertical-align: middle;
}
.integration-item-logo p {
  line-height: 1;
}
.integration-item-logo .sub-name {
  margin-top: 2px;
  color: #a0a3af;
}
.integration-item-intro {
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #dcdcdc;
  vertical-align: middle;
}
.integration-item-intro p > a {
  color: var(--primary-color);
}
.integration-item-intro p > a.email-link {
  text-decoration: underline;
}
.integration-item-intro .zapier-switch {
  margin-top: 5px;
}
.integration-item-intro .zapier-switch span {
  display: inline-block;
  vertical-align: middle;
}
.integration-item-intro .zapier-switch .site-tip {
  max-width: 300px;
}
.integration-item-intro .icon.icon-question {
  position: relative;
  height: 22px;
}
.integration-item-intro .icon-question:before {
  content: "\E9A4";
  color: #c6c8d1;
  font-size: 18px;
  margin-left: 6px;
}
.arrow-top {
  display: none;
  position: absolute;
  left: 8px;
  top: 25px;
  z-index: 3;
}
.arrow-top:before {
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid #d2d2d2;
}
.arrow-top:after {
  content: "";
  position: absolute;
  top: 1px;
  border-top: 5px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid #fff;
}
.img-tip-wrap .img-tip {
  top: 64px;
}
.img-tip {
  display: none;
  position: absolute;
  width: -webkit-calc(100% - 106px);
  width: calc(100% - 106px);
  top: 59px;
  background: #fff;
  right: 10px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  z-index: 2;
}
.img-tip img {
  width: 100%;
  height: auto;
}
.integration-item-btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 38px;
}
.disconnect-btn {
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
}
.disconnect-btn:hover {
  background-color: #1c8cea;
}
.disconnect-btn:active {
  background-color: #117bd5;
}
.connect-btn {
  background-color: var(--primary-color);
  transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
}
.connect-btn:hover {
  background-color: #1c8cea;
}
.connect-btn:active {
  background-color: #117bd5;
}
.brokermintImg {
  text-align: center;
  padding: 40px 0;
}
.Integration-api {
  margin-bottom: 40px;
}
.zapier-wrap {
  background: #fff;
  border: 1px solid #dcdcdc;
  display: inline-block;
}
.zapier-apikey {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  width: 200px;
  border-right: 1px solid #dcdcdc;
  color: #505050;
}
.copy-token {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}
.reset-token {
  margin-left: 20px;
}
.integration-item .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  cursor: auto;
}
.api-desc {
  margin-top: 10px;
  font-size: 14px;
  color: #505050;
  padding-bottom: 15px;
}
.exchange-connect {
  width: 340px;
}
.exchange-connect .tip-hover {
  color: #e1e2e6;
  margin-left: 5px;
}
.exchange-connect .site-tip {
  max-width: 230px;
}
.exchange-form .server-item-hidden {
  display: none;
}
.exchange-form .form-item:first-child {
  padding-top: 18px;
}
.protocal-connect {
  width: 590px;
}
.protocal-connect .protocal-form p {
  margin: 18px 0;
  font-size: 14px;
  line-height: 1.14;
  color: #797e8b;
}
.protocal-connect .protocal-form p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.protocal-connect .protocal-form .select-btn {
  line-height: 1.6;
}
.protocal-connect .protocal-form .form-item input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c6c8d1;
}
.protocal-connect .protocal-form .form-item input::-moz-placeholder {
  font-size: 14px;
  color: #c6c8d1;
}
.protocal-connect .protocal-form .form-item input::-ms-input-placeholder {
  font-size: 14px;
  color: #c6c8d1;
}
.zillowWin {
  width: 480px;
  height: 380px;
}
.zillowWin .content {
  padding: 20px 16px;
  font-size: 14px;
  color: #505050;
  line-height: 22px;
}
.zillowWin .tips {
  margin-bottom: 22px;
}
.zillowWin .email {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  border: 1px solid #bbb;
  border-radius: 5px;
  width: 100%;
  height: 36px;
  vertical-align: middle;
  padding-left: 6px;
  margin-top: 5px;
}
.zillowWin .newform-button {
  margin-top: 54px;
  padding-right: 0;
}
.zillowWin .newform-button .btn {
  width: 120px;
  height: 40px;
  font-size: 16px;
}
.icon-app-gmail {
  background: url("//cdn.chime.me/image/fs/sitebuild/2020128/18/original_f5054f97-748c-4a7b-89e5-457d933118cf.png") no-repeat center;
}
.icon-msTeams {
  background: url("//static.chimeroi.com/crm/images/userInfo/msTeam.png") no-repeat center;
}
.icon-google {
  background: url("//static.chimeroi.com/crm/images/userInfo/google2.png") no-repeat center;
}
.icon-zapier {
  background: url("https://cdn.chime.me/image/fs/sitebuild/2022823/2/original_94f6071c-1e44-4fe2-b227-b5885ecadff6.png") no-repeat center;
}
.icon-piesync {
  background: url("//static.chimeroi.com/crm/images/userInfo/piesync.png") no-repeat center;
}
.icon-mailchimp {
  background: url("//static.chimeroi.com/crm/images/userInfo/mailchimp.png") no-repeat center;
}
.icon-grammarly {
  background: url("//static.chimeroi.com/crm/images/chime/grammarly-icon.png") no-repeat center;
}
.icon-zillow {
  background: url("//static.chimeroi.com/crm/images/userInfo/zillow2.png") no-repeat center;
}
.icon-google-calendar {
  background: url("//cdn.chime.me/image/fs/sitebuild/2022429/2/original_d88a1144-1d9a-440d-858b-a401cd83096f.png") no-repeat center;
}
.icon-outlook-calendar {
  background: url("//cdn.chime.me/image/fs/sitebuild/2022429/2/original_d41ce41d-42c4-4725-a431-f7f1196a3baf.png") no-repeat center;
}
.icon-calendly-calendar {
  background: url("//cdn.chime.me/image/fs/sitebuild/2022429/2/original_090909b2-041b-44b2-9b80-d86bac69c754.png") no-repeat center;
}
.icon-office365 {
  background: url("//static.chimeroi.com/crm/images/userInfo/office365_new.png") no-repeat center;
}
.icon-exchange {
  background: url("//static.chimeroi.com/crm/images/userInfo/exchange.png") no-repeat center;
}
.icon-brokermint {
  background: url("//static.chimeroi.com/crm/images/userInfo/brokermint.png") no-repeat;
  width: 80px !important;
}
.icon-bomb {
  background: url("//static.chimeroi.com/crm/images/bblogo/big.png") no-repeat center;
  width: 80px !important;
}
.icon-dotloop {
  background: url("//static.chimeroi.com/crm/images/userInfo/dotloop.png") no-repeat center;
  width: 80px !important;
  height: 50px !important;
}
.icon-imapsmtp {
  background: url("//static.chimeroi.com/crm/images/userInfo/smtp-2x.png") no-repeat center;
}
.icon-cloudcma {
  background: url("//static.chimeroi.com/crm/images/userInfo/cloudcma.png") no-repeat center;
  width: 80px !important;
}
.icon-homeLight {
  background: url("//cdn.chime.me/image/fs/sitebuild/202275/1/original_14210b2c-1687-4c2b-9910-d7b87abd587b.png") no-repeat center;
}
.email-duplicated-confirm {
  width: 400px;
}
.tip-mailchimp {
  min-width: 284px;
}
.tip-mailchimp a {
  color: var(--primary-color-5);
  text-decoration: underline;
}
.integration-item .icon2017.question-mailchimp {
  width: 25px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
}
.integration-item-intro .icon-help_02:before {
  color: #cacaca;
  font-size: 18px;
  margin-left: 6px;
}
.tip-mailchimp:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 15px;
  left: -15px;
}
.routing-head .tags-title .upgrade-pro {
  margin-left: 10px;
}
.tab-content.app {
  margin-bottom: 40px;
}
.capture-content .upgrade-container {
  margin-top: 20px;
}
.capture-wrap .icon-help_02 {
  margin-left: 6px;
}
.capture-wrap .icon-help_02:before {
  color: #cacaca;
  font-size: 14px;
  vertical-align: text-bottom;
}
.capture-wrap .site-tip {
  width: 300px;
}
.capture-wrap .title-desc {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #797e8b;
}
.capture-wrap .title-desc a {
  color: var(--primary-color);
}
.capture-wrap .capture-block {
  margin: 20px 0 40px 0;
}
.capture-wrap .capture-block h3 {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 600;
  color: #202437;
}
.capture-wrap .zillow-block {
  padding: 20px 30px 20px 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.capture-wrap .zillow-block img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}
.capture-wrap .zillow-block .zillow-info {
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  padding-right: 20px;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  color: #202437;
}
.capture-wrap .zillow-block .zillow-info.hasSwitch {
  width: -webkit-calc(100% - 440px);
  width: calc(100% - 440px);
}
.capture-wrap .zillow-block .zillow-info > div {
  line-height: 20px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.capture-wrap .zillow-block .zillow-info > div .order {
  margin-right: 4px;
}
.capture-wrap .zillow-block .zillow-info > div span {
  display: block;
}
.capture-wrap .zillow-block .zillow-info > div .copy-link {
  color: #505050;
}
.capture-wrap .zillow-block .zillow-info > div:last-child {
  margin-bottom: 0;
}
.capture-wrap .zillow-block .zillow-info a {
  color: var(--primary-color);
}
.capture-wrap .zillow-block .zillow-switch-items {
  display: inline-block;
  height: 68px;
  border-left: 1px solid #e1e2e6;
}
.capture-wrap .zillow-block .zillow-switch-items .zillow-switch {
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
  vertical-align: middle;
  font-size: 14px;
  color: #797e8b;
}
.capture-wrap .zillow-block .zillow-switch-items .zillow-switch .wiperSwitch {
  margin-right: 16px;
}
.capture-wrap .copy-block {
  font-size: 0;
  margin-bottom: 20px;
}
.capture-wrap .copy-block span {
  display: inline-block;
  vertical-align: middle;
  color: #515666;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.capture-wrap .copy-block input {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
  height: 40px;
  width: 412px;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
  background: #fff;
  border: solid 1px #c6c8d1;
  border-right: 0;
  color: #515666;
  vertical-align: bottom;
}
.capture-wrap .copy-block span:nth-child(3) {
  font-size: 12px;
  width: 75px;
  border-radius: 0 4px 4px 0;
  background: var(--primary-color);
  border: solid 1px var(--primary-color);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.capture-wrap .copy-block span:nth-child(3):hover {
  background: #1c8cea;
}
.capture-wrap .list-block {
  font-size: 0;
}
.capture-wrap .list-block a {
  border-radius: 2px;
  border: 1px solid #E1E2E6;
  display: inline-block;
  width: 160px;
  height: 100px;
  margin: 0 16px 16px 0;
}
.capture-wrap .list-block a img {
  width: 160px;
  height: 100px;
}
.capture-wrap .list-block a.and-more {
  border: solid 1px var(--primary-color-9);
  background-color: var(--primary-color-10);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--primary-color-5);
  font-size: 14px;
  text-align: center;
  vertical-align: bottom;
  line-height: 100px;
}
.capture-wrap .list-block a.and-more:hover {
  background-color: var(--primary-color-9);
}
.capture-wrap .captureSet {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #e1e2e6;
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-align: left;
  margin-bottom: 40px;
}
.capture-wrap .captureSet th {
  color: #202437;
  font-weight: 500;
}
.capture-wrap .captureSet th.right-cols {
  border: none;
  border-left: 1px solid var(--border-color);
}
.capture-wrap .captureSet th,
.capture-wrap .captureSet td {
  height: 50px;
  border-bottom: 1px solid #ebecf1;
  border-right: 1px solid #ebecf1;
}
.capture-wrap .captureSet td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0px;
  color: #515666;
}
.capture-wrap .captureSet td:not(:first-child) {
  text-align: center;
}
.right-wrap .importWrap h2.title {
  font-weight: 600;
}
.settings-import .com-pagination .page-list > li.more-page .page-wrap {
  top: 0;
}
.settings-import .com-radiobox {
  padding: 0;
  font-weight: normal;
  color: #787878;
}
.settings-import .com-radiobox.is-checked .radio-label {
  color: #787878;
  font-weight: normal;
}
.settings-import.loading-parent {
  position: absolute !important;
}
.settings-import .help {
  font-size: 16px;
  color: #c6c8d1;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 10px;
}
.importWrap {
  padding-right: 30px;
  font-size: 14px;
  min-width: 960px;
  padding: 0 30px;
  margin-bottom: 120px;
}
.importTitle {
  color: #202437;
  font-size: 18px;
  padding: 20px 0 18px 0;
}
.importBox {
  position: relative;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
}
.importBox .icon-leftArrow:before {
  content: "\E976";
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.importBox .dropDown {
  cursor: pointer;
}
.importBox .dropDown.drop + .dropDownPanel {
  display: block;
}
.importBox .dropDown.drop .icon-leftArrow:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.nextStep {
  color: #fff;
  width: 104px;
  text-align: center;
  height: 40px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
}
.backStep {
  width: 104px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  margin-right: 18px;
  background: #fff;
  color: #797e8b;
  cursor: pointer;
}
.importStep {
  margin-bottom: 20px;
  padding: 15px 15px 14px 15px;
}
.importStep .guide-me-through {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 14px;
  color: #515666;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
.importStep .guide-me-through .icon-direction {
  font-size: 16px;
  margin-right: 5px;
}
.importStep .guide-me-through:hover {
  color: var(--primary-color);
}
.importStep .guide-me-through > label {
  cursor: pointer;
}
@media (max-width: 1025px) {
  .importStep .guide-me-through {
    top: -36px;
  }
}
.importStep span {
  color: #a0a3af;
  font-size: 14px;
}
.importStep .stepList {
  padding-top: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.importStep .stepList span {
  position: relative;
  padding: 0 84px 0 30px;
  line-height: 20px;
}
.importStep .stepList span:nth-child(1):before {
  content: "1";
}
.importStep .stepList span:nth-child(2):before {
  content: "2";
}
.importStep .stepList span:nth-child(3):before {
  content: "3";
}
.importStep .stepList span:nth-child(4):before {
  content: "4";
}
.importStep .stepList span:before {
  position: absolute;
  left: 0px;
  background: #e1e2e6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.importStep .stepList span:after {
  content: "\e93b";
  position: absolute;
  color: #c6c8d1;
  right: 35px;
  font-size: 14px;
  font-family: "icon-font";
}
.importStep .stepList span:last-child:after {
  content: "";
}
@media (max-width: 769px) {
  .importStep .stepList {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .importStep .stepList span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .importStep .stepList span:before {
    top: 10px;
  }
  .importStep .stepList span:after {
    top: 10px;
    right: 13px;
  }
}
.importStep .step1 span:nth-child(1) {
  color: var(--primary-color);
}
.importStep .step1 span:nth-child(1):before {
  background: var(--primary-color);
}
.importStep .step2 span:nth-child(2) {
  color: var(--primary-color);
}
.importStep .step2 span:nth-child(2):before {
  background: var(--primary-color);
}
.importStep .step3 span:nth-child(3) {
  color: var(--primary-color);
}
.importStep .step3 span:nth-child(3):before {
  background: var(--primary-color);
}
.importStep .step4 span:nth-child(4) {
  color: var(--primary-color);
}
.importStep .step4 span:nth-child(4):before {
  background: var(--primary-color);
}
.importUpload {
  text-align: center;
}
.importUpload .noHandle {
  position: absolute;
  width: 100%;
  height: 306px;
  left: 0;
  top: 0;
}
.importUpload p {
  color: #797e8b;
  padding: 10px 0;
}
.importUpload .beforeUpload {
  padding: 20px 20px 30px 20px;
  color: #a0a3af;
}
.importUpload .beforeUpload .dragWrap {
  position: relative;
  height: 172px;
  line-height: 172px;
  border-radius: 4px;
  border: dashed 1px #e1e2e6;
}
.importUpload .beforeUpload .dragWrap:not(.hot-disabled):hover {
  background-color: #f6f7fb;
}
.importUpload .beforeUpload .dragWrap span {
  margin-right: 10px;
}
.importUpload .beforeUpload .dragWrap .overTips {
  color: red;
  line-height: 1em;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -163px;
  width: 500px;
  margin-top: 5px;
  text-align: left;
}
.importUpload .beforeUpload input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.importUpload .beforeUpload .uploadBtn {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 4px;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}
.importUpload .beforeUpload .fromGoogle {
  height: 40px;
  font-weight: 600;
  margin-left: 30px;
  color: var(--primary-color);
  border-radius: 4px;
  border: solid 2px var(--primary-color);
  background: #fff;
  outline: none;
  cursor: pointer;
}
.importUpload .beforeUpload .fromGoogle:hover {
  background: rgba(var(--primary-color-rgb), 0.1);
}
.importUpload .beforeUpload .fromGoogle:active {
  background: rgba(var(--primary-color-rgb), 0.3);
}
.importUpload .beforeUpload .operate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.importUpload .beforeUpload .upload-choose {
  height: 40px;
  min-width: 194px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  border-radius: 4px;
  background-color: var(--primary-color);
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.importUpload .beforeUpload .upload-provider {
  width: 194px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #c6c8d1;
  background-color: rgba(var(--primary-color-rgb), 0);
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.importUpload .beforeUpload .upload-provider .handle-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #515666;
  font-size: 14px;
  line-height: 16px;
}
.importUpload .beforeUpload .upload-provider .handle-btn i {
  color: #515666;
  font-size: 12px;
}
.importUpload .beforeUpload .upload-provider .handle-btn.active {
  background: #ebecf1;
}
.importUpload .beforeUpload .upload-provider .handle-btn.active .icon-arrow_01_down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.importUpload .uploading .fileName {
  position: relative;
  width: 440px;
  padding: 102px 0 0 30px;
  margin: 0 auto 8px;
  text-align: left;
  font-size: 16px;
  color: #282830;
}
.importUpload .uploading .fileName:before {
  position: absolute;
  content: "\ea17";
  font-family: "icon-font";
  left: 0;
}
.importUpload .uploading p {
  padding-bottom: 100px;
}
.importUpload .uploading .importLoading {
  width: 470px;
  height: 8px;
  margin: auto;
  border-radius: 10px;
  background: -webkit-linear-gradient(left, #2c9af7, #13cbfc 36px, #2c9af7 72px);
  background: linear-gradient(to right, #2c9af7, #13cbfc 36px, #2c9af7 72px);
  -webkit-animation: uploading-animation 1000ms infinite linear;
          animation: uploading-animation 1000ms infinite linear;
}
.importInfo .noUnSelected {
  text-align: center;
  padding: 30px 0 30px;
  color: #999;
}
.importInfo .selectWrap {
  position: relative;
  color: #787878;
}
.importInfo .selectWrap .importTitle {
  padding: 20px 0 8px 0;
}
.importInfo .selectWrap p {
  color: #515666;
  margin-bottom: 20px;
}
.importInfo .selectWrap label {
  position: absolute;
  right: 0;
  top: 52px;
}
.importInfo .selectWrap .checkbox-radio,
.importInfo .selectWrap .radio-checkbox:before {
  vertical-align: text-bottom;
}
.importInfo .selectWrap .checkbox-radio + span {
  vertical-align: middle;
}
.importInfo .importInfoWrap {
  overflow: auto;
}
.importInfo .importInfoWrap .import-info .info-key,
.importInfo .importInfoWrap .import-info li {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid #ebecf1;
  border-bottom: 1px solid #ebecf1;
}
.importInfo .importInfoWrap .import-info .info-key {
  color: #202437;
  font-weight: 500;
}
.importInfo .importInfoWrap .import-info .info-match {
  width: 270px;
}
.importInfo .importInfoWrap .import-info .info-match .match-name {
  display: inline-block;
  padding-left: 32px;
  width: -webkit-calc(100% - 62px);
  width: calc(100% - 62px);
  color: var(--primary-color);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.importInfo .importInfoWrap .import-info .info-match .icon2017 {
  position: absolute;
  font-size: 16px;
}
.importInfo .importInfoWrap .import-info .info-match .icon-minus_02 {
  display: none;
  left: 20px;
  top: 2px;
  color: #c6c8d1;
}
.importInfo .importInfoWrap .import-info .info-match .icon-success_02 {
  display: none;
  left: 20px;
  top: 2px;
  color: #2cd781;
}
.importInfo .importInfoWrap .import-info .info-match .icon-edit_01 {
  color: #797e8b;
  right: 20px;
  top: 2px;
  font-size: 14px;
  cursor: pointer;
}
.importInfo .importInfoWrap .import-info .info-match .showMatchPop {
  cursor: pointer;
}
.importInfo .importInfoWrap .import-info .info-match li.import-no .icon-minus_02 {
  display: inline-block;
}
.importInfo .importInfoWrap .import-info .info-match li.import-ok .icon-success_02 {
  display: inline-block;
}
.importInfo .importInfoWrap .import-info .info-title {
  width: 300px;
}
.importInfo .importInfoWrap .import-info .info-title li {
  color: #515666;
  font-weight: 500;
}
.importInfo .importInfoWrap .import-info .info-title li .blank {
  opacity: 0.5;
}
.importInfo .importInfoWrap .import-info .info-row {
  width: -webkit-calc(100% - 570px);
  width: calc(100% - 570px);
}
.importInfo .importInfoWrap .import-info .info-row li {
  color: #797e8b;
}
.importInfo .importInfoWrap .import-info .info-row.one ul {
  width: 100%;
}
.importInfo .importInfoWrap .import-info .info-row.two ul {
  width: 50%;
}
.importInfo .importInfoWrap .import-info.hideSelected li.import-ok,
.importInfo .importInfoWrap .import-info.hideSelected li.import-no {
  display: none;
}
.importInfo .infoHandle {
  padding: 0px 20px 26px 20px;
  color: #282830;
}
.importInfo .infoHandle .icon-next:before {
  content: "\ea26";
  font-size: 12px;
}
.importInfo .infoHandle .backStep,
.importInfo .infoHandle .nextStep {
  float: right;
}
.importDetail {
  color: #282830;
}
.importDetail .importBox {
  padding: 20px;
}
.importDetail .detailTitle {
  font-size: 18px;
  font-weight: 600;
}
.importDetail .detailWrap {
  padding: 20px 0 10px;
  overflow: auto;
  min-height: 130px;
}
.importDetail .detailInfo .dropDownPanel {
  margin-top: 5px;
  color: #505050;
}
.importDetail .detailInfo .dropDownPanel p {
  line-height: 24px;
}
.importDetail .detailInfo .dropDownPanel p span:first-child {
  max-width: 600px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.importDetail .detailInfo .dropDownPanel span {
  color: var(--primary-color);
}
.importDetail .detailSign > ul > li {
  position: relative;
  color: #515666;
  padding-left: 10px;
  line-height: 25px;
}
.importDetail .detailSign > ul > li:not(:last-child) {
  margin-bottom: 16px;
}
.importDetail .detailSign > ul > li > i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #787878;
  left: 0;
  top: 11px;
}
.importDetail .detailSign > ul > li .auto-alert label input,
.importDetail .detailSign > ul > li .auto-alert label span {
  vertical-align: middle;
}
.importDetail .detailSign > ul > li .auto-alert .icon-help_02:before {
  color: #c6c8d1;
  font-size: 14px;
  vertical-align: middle;
}
.importDetail .detailSign > ul > li .auto-alert .site-tip .empty {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  height: 16px;
}
.importDetail .detailSign > ul > li .auto-alert .site-tip a {
  color: var(--primary-color);
  text-decoration: underline;
}
.importDetail .detailSign > ul > li > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.importDetail .detailSign .share-lead-auto-alert label.disabled span,
.importDetail .detailSign .private-lead-auto-alert label.disabled span {
  opacity: 1;
}
.importDetail .detailSign .share-lead-auto-alert .auto-alert,
.importDetail .detailSign .private-lead-auto-alert .auto-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.importDetail .detailSign .share-lead-auto-alert .auto-alert .auto-labels,
.importDetail .detailSign .private-lead-auto-alert .auto-alert .auto-labels {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.importDetail .detailSign label {
  margin-left: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.importDetail .detailSign .dropDown {
  border-radius: 4px;
  border: solid 1px #c6c8d1;
  padding: 4px 4px 4px 10px;
}
.importDetail .detailSign .dropDownValue {
  margin-top: -1px;
  color: #515666;
  display: inline-block;
  max-width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.importDetail .detailSign .icon-leftArrow:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #a0a3af;
}
.importDetail .detailSign .dropDown.drop .icon-leftArrow:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.importDetail .detailSign .dropDownPanel {
  margin-top: 10px;
}
.importDetail .detailSign .dropDownPanel .dropDownLoading {
  margin: 8px auto;
  width: 18px;
}
.importDetail .detailSign .dropDownPanel .dropDownLoading img {
  width: 18px;
  height: 18px;
}
.importDetail .detailSign .dropDownPanel span:not(.icon2017) {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 2px 10px;
  border-radius: 3px;
  margin: 0 20px 10px 0;
  color: #999;
  cursor: pointer;
}
.importDetail .detailSign .dropDownPanel span:not(.icon2017).selected {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.importDetail .backStep,
.importDetail .nextStep {
  float: right;
}
.importLead {
  text-align: center;
  color: #787878;
  padding: 100px 0 60px 0;
  line-height: 30px;
}
.importLead .leading {
  width: 160px;
  margin: 0 auto 30px;
}
.importLead .leading span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  margin-right: 10px;
  -webkit-animation: leading-animation 1s ease infinite;
}
.importLead .leading span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  background: #e7f6ff;
}
.importLead .leading span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  background: #ceedfe;
}
.importLead .leading span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  background: #b2e5ff;
}
.importLead .leading span:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  background: #6bcbff;
}
.importLead .leading span:nth-child(5) {
  -webkit-animation-delay: 1s;
  background: #2492fc;
}
.importFinish {
  padding: 130px 0 20px 0;
}
.importFinish .finishing {
  position: relative;
  width: 225px;
  margin: 0 auto 90px;
  padding-left: 60px;
}
.importFinish .finishing img {
  position: absolute;
  left: 0;
  width: 40px;
}
.importFinish .finishing p:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  color: #515666;
}
.importFinish .finishing p:nth-child(3) {
  font-size: 14px;
  color: #797e8b;
}
.importFinish > p {
  font-size: 14px;
  text-align: center;
  color: var(--primary-color);
}
.importFinish > p span {
  cursor: pointer;
}
.importHistory .noHistory {
  text-align: center;
  padding: 30px 0 30px;
  border: 1px solid #e1e2e6;
  color: #c6c8d1;
}
.importHistory .historyList {
  min-width: 800px;
  text-align: center;
}
.importHistory .historyList .user-setting-table-container {
  border-radius: 4px 4px 0 0 !important;
  border-bottom: none !important;
}
.importHistory .historyList .user-setting-table-container .history-result-cell .history-result-cell_info .icon-help_02::before {
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.importHistory .historyList table {
  width: 100%;
  color: #787878;
  text-align: left;
}
.importHistory .historyList table tr {
  height: 50px;
}
.importHistory .historyList table th {
  text-align: left;
  color: #202437;
}
.importHistory .historyList table td {
  color: #515666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0px;
}
.importHistory .historyList table td span {
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.importHistory .historyList table td span.hasDetail {
  max-width: -webkit-calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.importHistory .historyList table td a {
  color: var(--primary-color);
  font-size: 12px;
  vertical-align: middle;
}
.importHistory .historyList table td a:hover {
  color: var(--primary-color);
}
.importHistory .historyList table td,
.importHistory .historyList table th {
  padding: 0 20px;
  border-bottom: 1px solid #ebecf1;
}
.importHistory .historyList table td:not(:last-child),
.importHistory .historyList table th:not(:last-child) {
  border-right: 1px solid #ebecf1;
}
.importHistory .historyList .history-pagination {
  width: 100%;
  border: 1px solid #e1e2e6;
  border-top: none;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.importHistory .historyList .import-page {
  margin: 10px auto;
}
.importHistory .pagination {
  position: relative;
  border-radius: 4px;
  border: solid 1px #e1e2e6;
  height: 34px;
  padding: 0 20px;
  margin: 20px 0;
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.importHistory .pagination span,
.importHistory .pagination a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  min-width: 32px;
  text-align: center;
  color: #515666;
}
.importHistory .pagination span {
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  border-radius: 4px;
  margin: 0 10px;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
          box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
  border: solid 1px #c6c8d1;
}
.importHistory .pagination a:hover {
  background: #f6f7fb;
}
.importHistory .pagination .prev,
.importHistory .pagination .next {
  display: none;
  font-weight: normal;
  font-family: "icon-font";
  font-size: 12px;
}
.importHistory .pagination .prev:before {
  content: "\ea27";
}
.importHistory .pagination .next:before {
  content: "\ea25";
}
.importHistory .pagination .current {
  color: var(--primary-color);
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 34px;
  line-height: 34px;
  vertical-align: inherit;
  border-radius: 0;
  margin: 0;
}
.importHistory .pagination .current.prev,
.importHistory .pagination .current.next {
  background: none;
  border-color: #ddd;
  color: #ddd;
}
.match-pop {
  padding: 0 26px 0 26px;
  color: #505050;
}
.match-pop .column-search {
  padding: 14px 0;
}
.match-pop .column-search input {
  width: 300px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #c6c8d1;
  padding: 0 5px;
}
.match-pop .column-list-wrap {
  height: 450px;
  overflow-y: auto;
}
.match-pop .column-other {
  padding: 14px 0;
  border-top: 1px solid #eee;
}
.match-pop .column-other span {
  display: inline-block;
  width: 178px;
  cursor: pointer;
}
.match-pop .column-other span:hover {
  color: var(--primary-color);
}
.match-pop .column-info > li {
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.match-pop .column-info > li p {
  color: #515666;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.match-pop .column-list li {
  float: left;
  height: 28px;
  width: 185px;
  color: #797e8b;
  cursor: pointer;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match-pop .column-list li:hover {
  color: var(--primary-color);
}
.match-pop .column-list li.cannotSelect {
  color: #c6c8d1;
  cursor: default;
}
.match-pop .column-list.custom-fields li {
  width: 137px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-pop .column-list.custom-fields .add-custom-filed {
  color: var(--primary-color);
}
.importWrap .title .icon-help_02:before {
  color: #c6c8d1;
  font-size: 20px;
  margin-left: 6px;
}
.tip-featureTitle {
  cursor: pointer;
}
.tip-featureTitle:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 15px;
  left: -15px;
}
.tip-featureTitle a {
  color: var(--primary-color-5);
  text-decoration: underline;
}
.select-lead-type-pop {
  padding: 20px 30px 30px;
}
.select-lead-type-pop p {
  margin-top: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #515666;
}
.select-lead-type-pop p:first-child {
  margin-top: 0;
}
.select-lead-type-pop p:nth-child(2) {
  color: #202437;
}
.select-lead-type-pop .lead-type-radio-container {
  margin-top: 10px;
}
.select-lead-type-pop .lead-type-radio-container label {
  margin-right: 30px;
}
.add-new-group-btn-wrap {
  display: inline-block;
  color: var(--primary-color);
}
.add-new-group-btn-wrap .icon2017 {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 12px;
}
.add-new-group-btn-wrap input {
  background: #fff;
  border: none;
  padding: 0;
  color: inherit;
}
.file-type-error .type-error {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.5;
}
.file-type-error .type-error .title {
  margin-bottom: 20px;
}
.file-type-error .type-error .email {
  margin-top: 20px;
}
.file-type-error .ok-btn {
  height: 80px;
  line-height: 80px;
  text-align: right;
  padding-right: 40px;
  border-top: 1px solid #ebecf1;
}
.file-type-error .ok-btn .js_btn_ok {
  height: 40px;
  line-height: 40px;
}
.routingWrap {
  padding-right: 20px;
  min-width: 1000px;
  font-size: 14px;
  color: #515666;
  padding-bottom: 100px;
  /* drop down style */
}
.routingWrap ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c6c8d1;
}
.routingWrap :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c6c8d1;
}
.routingWrap ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c6c8d1;
}
.routingWrap :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c6c8d1;
}
.routingWrap .back {
  margin-left: 0 !important;
  margin-right: 20px !important;
}
.routingWrap .select-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.routingWrap .timeValue {
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  height: 22px;
  width: 50px;
  vertical-align: middle;
}
.routingWrap .timeTypeSelect {
  width: 90px;
  margin-right: 0;
}
.routingWrap .timeTypeSelect .select-btn {
  height: 24px;
  padding-top: 3px;
  line-height: 16px;
}
.routingWrap .popSelect {
  width: 200px;
}
.routingWrap .popSelect .select-btn {
  height: 36px;
  padding-top: 8px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
          box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
  border: solid 1px #c6c8d1;
}
.routingWrap .ruleUl > li {
  margin-bottom: 25px;
  line-height: 30px;
}
.routingWrap .ruleUl > li > label {
  cursor: pointer;
}
.routingWrap .ruleUl > li .ruleInfo {
  padding-left: 24px;
}
.routingWrap .ruleUl > li .assignSelect {
  width: 200px;
}
.routingWrap .ruleBtn {
  text-align: right;
}
.routingWrap .ruleBtn input {
  width: 104px;
  height: 40px;
  border: 0;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.routingWrap .ruleBrief.item-left {
  padding-right: 8px;
}
.priceBox .site-tip {
  width: 410px;
}
.resultWrap .icon2017:not(.icon-drawar):hover {
  cursor: pointer;
  color: var(--primary-color);
}
.resultWrap .icon-delete_01:hover {
  color: #f0454c;
}
.cPointer {
  cursor: pointer;
}
/* empty page */
.routingNoResult {
  position: relative;
  border-radius: 4px;
  border: solid 1px #ebecf1;
  margin-top: 20px;
  padding: 36px 0 36px 120px;
  line-height: 24px;
}
.routingNoResult .icon-drawar {
  position: absolute;
  font-size: 48px;
  color: #e1e2e6;
  left: 40px;
  top: 34px;
}
.routingNoResult a {
  color: var(--primary-color);
}
.defaultRule {
  margin-top: 30px;
  color: #797e8b;
}
.defaultRule .ruleTitle {
  height: 50px;
  line-height: 50px;
}
.defaultRule .ruleTitle span {
  float: right;
  line-height: 50px;
}
.defaultRule .ruleContent {
  margin-top: 20px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e1e2e6;
  padding: 0 20px 0 20px;
}
.defaultRule .ruleContent b {
  color: #515666;
}
.defaultRule .ruleContent.showRuleWrap .ruleWrap {
  display: block;
}
.defaultRule .ruleWrap {
  display: none;
  padding-bottom: 30px;
}
.defaultRule .ruleWrap p {
  margin-bottom: 20px;
}
.defaultRule .ruleWrap > ul {
  padding-left: 10px;
}
.defaultRule .ruleWrap .select-btn {
  padding-top: 0;
}
.defaultRule .newlead-tip {
  margin-left: 0;
  color: var(--primary-color);
  text-decoration: underline;
  cursor: pointer;
}
.faqPop .faqPopContent {
  width: 590px;
  height: 360px;
  overflow: auto;
  margin-bottom: 20px;
  padding: 15px 26px 0px 26px;
}
.faqPop .faqPopContent div {
  margin-bottom: 20px;
}
.faqPop .form-item-btn {
  margin-top: 0;
  padding: 0 26px 30px 26px;
}
.locationPop {
  width: 360px;
  padding: 15px 26px 0px 26px;
}
.locationPop p {
  margin-bottom: 20px;
}
.locationPop p:nth-child(3) {
  margin-bottom: 40px;
}
.locationPop .form-item-btn {
  margin-top: 0;
}
.locationPop a {
  color: var(--primary-color);
}
/* List */
.ruleItem .playBtn {
  cursor: pointer;
  color: var(--primary-color);
}
.ruleItem .site-tip {
  max-width: 400px;
}
.ruleItem h3 {
  height: 45px;
  line-height: 45px;
  margin-top: 10px;
  font-size: 14px;
}
.ruleItem h3 span {
  font-weight: normal;
  margin-left: 20px;
}
.ruleItem h3 i {
  font-style: normal;
}
.ruleItem h3 .newlead-tip {
  margin-left: 0;
  color: var(--primary-color);
  text-decoration: underline;
  cursor: pointer;
}
.ruleItem .itemWrap {
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 4px;
}
.ruleItem .itemWrap.rulePaused .ruleName {
  color: #a0a3af;
}
.ruleItem .itemTitle {
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #ebecf1;
  padding: 0 18px;
}
.ruleItem .itemTitle .ruleName {
  margin-right: 10px;
  color: #202437;
  display: inline-block;
}
.ruleItem .itemTitle .ruleName .nameValue {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.ruleItem .itemTitle .ruleBrief {
  color: #a0a3af;
}
.ruleItem .itemTitle .fr {
  margin-left: 20px;
  line-height: 50px;
}
.ruleItem .itemBlock {
  padding: 0 18px;
}
.ruleItem .itemBlock > span {
  width: 110px;
  height: 30px;
  line-height: 30px;
}
.ruleItem .itemBlock > div {
  width: -webkit-calc(100% - 112px);
  width: calc(100% - 112px);
}
.ruleItem .itemBlock > div span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 4px;
  background: var(--primary-color-10);
  border: solid 1px var(--primary-color-9);
  padding: 0 8px;
  color: var(--primary-color);
}
.ruleItem .itemBlock > div i {
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ruleItem .itemMatch {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ruleItem .itemMatch .left {
  width: 110px;
  height: 30px;
  line-height: 30px;
}
.ruleItem .itemMatch .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ruleItem .itemMatch .main.hide {
  max-height: 152px;
  overflow: hidden;
}
.ruleItem .itemMatch .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ruleItem .itemMatch .right .btn-slide {
  position: relative;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  color: var(--primary-color);
  cursor: pointer;
}
.ruleItem .itemMatch .right .btn-slide.show:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ruleItem .itemMatch .right .btn-slide:after {
  position: absolute;
  content: "\e976";
  font-family: "icon-font";
  font-size: 24px;
  color: var(--primary-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.ruleItem .itemAssign {
  margin-top: 10px;
  padding-bottom: 10px;
}
.ruleItem .itemAssign div span {
  background: #e7ffe3;
  border: solid 1px #c0f6c6;
  color: #18ab63;
}
.ruleItem .itemAssign .hide {
  display: none;
}
.popRuleForm {
  margin-top: 20px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e1e2e6;
  padding: 30px;
}
.popRuleForm .siteTipBox .site-tip {
  width: 400px;
}
.popRuleForm .siteTipBox .site-tip p {
  min-width: 376px;
}
.popRuleForm .icon-help_02,
.popRuleForm .icon-attention_02 {
  margin-left: 4px;
  font-size: 16px;
  color: #c6c8d1;
}
.popRuleForm > div {
  margin-bottom: 20px;
}
.popRuleForm .itemkey {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 100px;
}
.popRuleForm .itemVlaue {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
.popRuleForm .labelKey {
  display: block;
  margin-bottom: 10px;
}
.popRuleForm .inputBox {
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
          box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
  height: 36px;
  border: solid 1px #c6c8d1;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
}
.popRuleForm .maxLength {
  width: 360px;
}
.popRuleForm .minLength {
  width: 180px;
}
.popRuleForm .itemLine {
  border-bottom: 1px solid #ebecf1;
  margin-bottom: 40px;
  padding-top: 10px;
}
.popRuleForm .location-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 7px 2px 6px;
  cursor: text;
  height: auto;
  min-width: 180px;
  max-width: -webkit-calc(33% - 24px);
  max-width: calc(33% - 24px);
}
.popRuleForm .location-wrap.location-wrap-max {
  min-width: 360px;
  max-width: -webkit-calc(100% - 280px);
  max-width: calc(100% - 280px);
}
.popRuleForm .location-wrap .site-tip {
  width: 300px;
}
.popRuleForm .location-wrap .icon-cancel:hover {
  cursor: pointer;
}
.popRuleForm .locationPlaceholder {
  position: absolute;
  padding-left: 6px;
  color: #c6c8d1;
  height: 24px;
  line-height: 24px;
}
.popRuleForm .location-enter {
  width: 12px;
  min-width: 12px;
  max-width: -webkit-calc(100% - 12px);
  max-width: calc(100% - 12px);
  border: 0;
  margin: 0 0 4px 5px;
  height: 22px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.popRuleForm .keyword-pannel {
  position: absolute;
  left: -1px;
  background-color: #fff;
  width: 100%;
  z-index: 2;
  border: 1px solid #eee;
  display: none;
  max-height: 210px;
  overflow: auto;
}
.popRuleForm .keyword-pannel li {
  padding: 8px 10px;
}
.popRuleForm .keyword-pannel li:hover {
  background: #f2f2f2;
  cursor: pointer;
}
.popRuleForm .keyword-pannel .type-title {
  background: #f2f2f2;
  cursor: default;
}
.popRuleForm .select-item {
  position: relative;
  display: inline-block;
  padding: 1px 20px 1px 5px;
  margin: 0 4px 4px 0;
  word-break: break-word;
  border-radius: 2px;
  background: var(--primary-color-10);
  border: solid 1px var(--primary-color-9);
  color: var(--primary-color);
}
.popRuleForm .close-word:before {
  font-size: 12px;
  color: #a8d8fc;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}
.popRuleForm .reassignRule {
  position: relative;
}
.popRuleForm .reassignRule.cannotClick .ruleUlShade {
  display: block;
}
.popRuleForm .reassignRule p {
  margin-bottom: 22px;
}
.popRuleForm .reassignRule .ruleUlShade {
  display: none;
  position: absolute;
  width: 100%;
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.assignTo .assignBlock {
  width: auto;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background: #fff;
  border: solid 1px #e1e2e6;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.assignTo .assignBlock span {
  display: inline-block;
  vertical-align: middle;
}
.assignTo .assignBlock .hide {
  display: none;
}
.assignTo .assignBlock .assignName {
  width: auto;
  max-width: 120px;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.assignTo .assignBlock .assignParts {
  width: 24px;
  border: 0;
  text-align: center;
}
.assignTo .assignBlock .icon-minus_02,
.assignTo .assignBlock .icon-plus_02 {
  font-size: 16px;
  color: #c6c8d1;
  cursor: pointer;
}
.assignTo .assignBlock .icon-minus_02:hover,
.assignTo .assignBlock .icon-plus_02:hover {
  color: var(--primary-color);
}
.assignTo .assignBlock .icon-minus_02.unclick,
.assignTo .assignBlock .icon-plus_02.unclick {
  color: #c6c8d1;
  opacity: 0.5;
  cursor: inherit;
}
.assignTo .assignBlock .icon-minus_02 {
  margin-left: 10px;
}
.assignTo .assignBlock .assignPercent {
  margin-left: 10px;
}
.assignTo .assignBlock .icon-cancel {
  margin-left: 10px;
  cursor: pointer;
}
.assignTo .assignBlock .icon-cancel:hover {
  color: var(--primary-color);
}
.rule-form-item {
  width: 858px;
}
.rule-form-item .popSelect {
  width: 414px;
}
.rule-form-item .location-wrap {
  width: 414px;
  margin-right: 0;
}
.rule-form-item .form-item-2 {
  float: left;
  width: 414px;
}
.rule-form-item .form-item-2:nth-child(2) {
  float: right;
}
.routing-content {
  padding-bottom: 50px;
}
.tip-blue {
  background: rgba(57, 66, 78, 0.95);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
}
.tip-blue-top:after {
  border-color: #39424e transparent transparent transparent;
}
.tip-blue-bottom:after {
  border-color: transparent transparent #39424e transparent;
}
.tip-blue-right:after {
  border-color: transparent #39424e transparent transparent;
}
.tip-blue-left:after {
  border-color: transparent transparent transparent #39424e;
}
.routing-head .title {
  display: inline-block;
}
.routing-head .icon-question:before {
  content: "\e9a4";
  color: #cacaca;
  font-size: 18px;
  margin-left: 6px;
  vertical-align: baseline;
}
.routing-head h3 {
  padding: 0 0 5px 0;
}
.routing-wrap {
  background: #fff;
  color: #505050;
  font-weight: 500;
}
.routing-wrap .icon-question:before {
  content: "\e9e8";
  margin-left: 4px;
  font-size: 14px;
  color: #cacaca;
}
.routing-wrap .icon-add:before {
  content: "\e912";
  margin-right: 10px;
}
.routing-wrap .icon-copy-customized:before,
.routing-wrap .icon-copy:before {
  content: "\e9e3";
  font-size: 15px;
  line-height: 1;
}
.routing-wrap .icon-copy-customized:hover,
.routing-wrap .icon-edit-customized:hover,
.routing-wrap .icon-delete-customized:hover,
.routing-wrap .icon-copy:hover {
  color: #46b0f3;
}
.routing-wrap .icon-edit-customized:before,
.routing-wrap .icon-edit:before {
  content: "\e9a1";
  font-size: 14px;
}
.routing-wrap .icon-delete-customized:before,
.routing-wrap .icon-delete:before {
  content: "\e9a3";
  font-size: 15px;
}
.title-hover {
  cursor: pointer;
}
.routing-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.routing-table td,
.routing-table th {
  border: 1px solid #ededed;
  padding: 18px 0 18px 12px;
  text-align: left;
}
.routing-table .th-leadtype {
  width: 7%;
  padding-left: 0;
  text-align: center;
}
.routing-table .th-location {
  width: 13%;
}
.routing-table .th-price {
  width: 13%;
}
.routing-table .th-property {
  width: 13%;
}
.routing-table .th-source {
  width: 10%;
}
.routing-table .th-teamMember {
  width: 15%;
}
.routing-table .th-notification {
  width: 9%;
  padding-left: 0;
  text-align: center;
}
.routing-table .th-status {
  width: 8%;
  padding-left: 0;
  text-align: center;
}
.routing-table .th-edit,
.routing-table .th-delete,
.routing-table .th-copy {
  width: 4%;
  padding-left: 0;
  text-align: center;
}
.routing-table .td-type {
  padding-left: 0;
  text-align: center;
}
.routing-table .info {
  font-size: 13px;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.routing-table .lead-type {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.routing-table .buyer {
  background: #3dbaa1;
}
.routing-table .buyer:before {
  content: "B";
}
.routing-table .renter {
  background: var(--primary-color-6);
}
.routing-table .renter:before {
  content: "R";
}
.routing-table .seller {
  background: #f57345;
}
.routing-table .seller:before {
  content: "S";
}
.routing-table .bands {
  width: 34px;
  background: #5990b3;
}
.routing-table .bands:before {
  content: "B&S";
}
.routing-table .price {
  width: -webkit-calc(50% - 6px);
  width: calc(50% - 6px);
  display: inline-block;
}
.routing-table .outer {
  display: inline-block;
  width: 42px;
  height: 26px;
  border-radius: 13px;
  background: #c4ced6;
  cursor: pointer;
}
.routing-table .inner {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  margin-top: 2px;
  margin-left: -17px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.routing-table .open {
  background: var(--primary-color);
}
.routing-table .open .inner {
  margin-left: 18px;
}
.routing-table.routing-table-customized .price {
  min-width: -webkit-calc(50% - 6px);
  min-width: calc(50% - 6px);
  width: auto;
}
.routing-table.noHandle .icon-copy:before,
.routing-table.noHandle .icon-edit:before,
.routing-table.noHandle .outer,
.routing-table.noHandle .icon-copy,
.routing-table.noHandle .icon-edit,
.routing-table.noHandle .icon-copy-customized:before,
.routing-table.noHandle .icon-edit-customized:before,
.routing-table.noHandle .icon-copy-customized,
.routing-table.noHandle .icon-edit-customized {
  opacity: 0.5;
  cursor: initial;
}
.routing-table tr.noHandle .icon-copy:before,
.routing-table tr.noHandle .icon-edit:before,
.routing-table tr.noHandle .outer,
.routing-table tr.noHandle .icon-copy,
.routing-table tr.noHandle .icon-edit,
.routing-table tr.noHandle .icon-copy-customized:before,
.routing-table tr.noHandle .icon-edit-customized:before,
.routing-table tr.noHandle .icon-copy-customized,
.routing-table tr.noHandle .icon-edit-customized {
  opacity: 0.5;
  cursor: initial;
}
/*.routing-table-lender{
    .th-leadtype{
        width: 7%;
    }
    .th-location{
        width: 13%;
    }
    .th-price{
        width: 13%;
    }
    .th-property{
        width: 13%;
    }
    .th-source{
        width: 7%;
    }
    .th-preQual{
        width: 9%;
    }
    .th-teamMember{
        width: 9%;
    }
    .th-notification{
        width: 9%;
    }
    .th-status{
        width: 8%;
    }
    .th-edit,.th-delete,.th-copy{
        width: 4%;
    }
}*/
.add-wrap {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
  color: #505050;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.add-wrap .add,
.add-wrap .add-customized {
  display: inline-block;
  cursor: pointer;
}
.add-wrap:hover {
  color: var(--primary-color);
}
.c78 {
  color: #787878;
}
.modal .routing-form,
.routing-customized-form {
  width: 618px;
  padding-top: 6px;
}
.modal .routing-form form,
.routing-customized-form form {
  width: -webkit-calc(100% + 56px);
  width: calc(100% + 56px);
  margin-left: -30px;
}
.modal .routing-form .form-item,
.routing-customized-form .form-item {
  margin-bottom: 0;
}
.modal .routing-form .form-item-2,
.routing-customized-form .form-item-2 {
  margin-left: 30px !important;
  width: 295px;
}
.modal .routing-form .form-label,
.routing-customized-form .form-label {
  font-weight: bold;
  margin-top: 17px;
}
.modal .routing-form .form-button,
.routing-customized-form .form-button {
  clear: both;
  position: absolute;
  bottom: 0px;
  right: 0;
  display: block;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 30px 0 25px 0;
}
.modal .routing-form .icon-question,
.routing-customized-form .icon-question {
  cursor: pointer;
}
.modal .routing-form .location-wrap,
.routing-customized-form .location-wrap {
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  width: -webkit-calc(100%);
  width: calc(100%);
  position: relative;
  cursor: text;
  border-radius: 2px;
}
.modal .routing-form .location-wrap .form-input,
.routing-customized-form .location-wrap .form-input {
  border: none;
  padding-left: 0;
  height: 32px;
  margin-left: 8px;
}
.modal .routing-form .keyword-pannel,
.routing-customized-form .keyword-pannel {
  position: absolute;
  left: -1px;
  background-color: #fff;
  width: 100%;
  z-index: 2;
  border: 1px solid #eee;
  display: none;
  max-height: 210px;
  overflow: auto;
}
.modal .routing-form .keyword-pannel li,
.routing-customized-form .keyword-pannel li {
  padding: 8px 10px;
}
.modal .routing-form .keyword-pannel li:hover,
.routing-customized-form .keyword-pannel li:hover {
  background: #f2f2f2;
  cursor: pointer;
}
.modal .routing-form .keyword-pannel .type-title,
.routing-customized-form .keyword-pannel .type-title {
  background: #f2f2f2;
  cursor: default;
}
.modal .routing-form .select-item,
.routing-customized-form .select-item {
  background-color: #ececec;
  display: inline-block;
  padding: 1px;
  border-radius: 2px;
  margin: 4px 0 4px 8px;
  word-break: break-word;
}
.modal .routing-form .icon-close-word:before,
.routing-customized-form .icon-close-word:before {
  content: "\e98e";
  font-size: 12px;
  color: #505050;
  padding-left: 3px;
  display: inline-block;
}
.modal .routing-form .location-enter,
.routing-customized-form .location-enter {
  width: 12px;
  min-width: 12px;
  max-width: -webkit-calc(100% - 12px);
  max-width: calc(100% - 12px);
}
.modal .routing-form .members-button,
.routing-customized-form .members-button {
  padding: 6px 0 12px 0;
  text-align: right;
  background: #fff;
}
.modal .routing-form .members-no,
.routing-customized-form .members-no,
.modal .routing-form .members-yes,
.routing-customized-form .members-yes {
  font-size: 12px;
  width: 40px;
  height: 22px;
}
.modal .routing-form .members-yes,
.routing-customized-form .members-yes {
  margin-right: 12px;
}
.modal .routing-form .btn-save,
.routing-customized-form .btn-save {
  margin-right: 26px;
}
.routing-customized-form .select-item {
  display: inline-table;
}
.routing-customized-form .location-enter {
  vertical-align: bottom;
}
.routing-form-wrap .icon-question:before,
.routing-customized-form-wrap .icon-question:before {
  content: "\E9E8";
  margin-left: 4px;
  font-size: 14px;
  color: #cacaca;
  cursor: pointer;
}
.members-list .select-list-wrap {
  border: 1px solid #dbdbdb;
}
.members-list .select-list-down {
  border: none;
  padding-top: 10px;
}
.lender-label {
  margin-left: 30px;
  float: left;
  width: 100%;
  margin-top: 2px;
  margin-bottom: -10px !important;
}
.mt {
  margin-top: 20px;
}
.form-lender {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  height: 34px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-lender .lender-name {
  display: inline-block;
  width: 45%;
  margin-top: -2px;
  padding-left: 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-lender .lender-percent {
  margin-left: 8px;
  display: inline-block;
  width: 34px;
}
.form-lender .lender-parts {
  width: 24px;
  height: 32px;
  border: 0;
  text-align: center;
  padding-left: 0;
}
.form-lender .icon-add:before {
  content: "\e9e2";
}
.form-lender .icon-less:before {
  content: "\e9e1";
}
.form-lender .icon-delete:before {
  content: "\e941";
  font-weight: bolder;
  font-size: 12px;
  margin-left: 10px;
}
.form-lender .icon {
  color: #d4d4d4;
  cursor: pointer;
}
.form-lender .icon:hover {
  color: #46b0f3;
}
.form-lender .icon-delete:hover {
  color: #f76855;
}
.form-lender .unclick:hover {
  cursor: default;
  color: #d4d4d4;
}
.modal .routing-form .form-lender .form-label,
.modal .routing-customized-form .form-lender .form-label {
  margin-top: 0;
}
.property-list .select-list-down,
.source-list .select-list-down {
  max-height: 120px;
}
.routing-customized-form .form-users .form-input,
.routing-customized-form .form-site .form-input,
.routing-customized-form .form-packages .form-input {
  width: 45%;
  padding-left: 8px;
}
.routing-customized-form .form-users .form-label,
.routing-customized-form .form-site .form-label,
.routing-customized-form .form-packages .form-label {
  width: 100%;
}
.routing-customized-form .form-users .form-line,
.routing-customized-form .form-site .form-line,
.routing-customized-form .form-packages .form-line {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 1px;
  background-color: #8c8c8c;
  margin: 0 4px;
  top: -4px;
}
.routing-table-customized .site-tip {
  font-weight: normal;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.routing-wrap {
  background: #fff;
  color: #505050;
  font-weight: 500;
}
.table-list {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.table-list td,
.table-list th {
  border: 1px solid #ededed;
  padding: 18px 0 18px 20px;
  text-align: left;
}
.table-list .td-type {
  padding-left: 0;
  text-align: center;
}
.table-list .td-type button {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #505050;
}
.table-list .td-type .disabled-tags {
  opacity: 0.3;
  cursor: not-allowed;
}
.table-list .tags-sort,
.table-list .sources-sort {
  cursor: pointer;
}
.table-list tr th {
  border-top: none;
}
.table-list tr th:first-child,
.table-list tr td:first-child {
  border-left: none;
}
.table-list tr th:last-child,
.table-list tr td:last-child {
  border-right: none;
}
.table-list tr:last-child td {
  border-bottom: none;
}
.table-list .icon-lock_01:before {
  vertical-align: middle;
}
.table-list .icon-edit_01,
.table-list .icon-delete_01 {
  cursor: pointer;
}
.table-list .icon-edit_01:before,
.table-list .icon-delete_01:before {
  vertical-align: middle;
}
.shared-tag-wrap {
  margin-top: 40px;
}
.shared-tag-head {
  padding-bottom: 0;
}
.sort-icon {
  position: relative;
  padding-left: 8px;
}
.sort-icon:before,
.sort-icon:after {
  content: '';
  position: absolute;
  border: 5px solid;
}
.sort-icon:before {
  bottom: 10px;
  border-color: transparent transparent #c5bab5 transparent;
}
.sort-icon:after {
  bottom: -5px;
  border-color: #c5bab5 transparent transparent transparent;
}
.sort-icon.up:before {
  border-color: transparent transparent #5a5a5a transparent;
}
.sort-icon.down:before {
  bottom: 10px;
  border-color: transparent transparent #c5bab5 transparent;
}
.sort-icon.down:after {
  bottom: -5px;
  border-color: #5a5a5a transparent transparent transparent;
}
.current.up .sort-icon:before {
  bottom: 10px;
  border-color: transparent transparent #5a5a5a transparent;
}
.current.down .sort-icon:before {
  bottom: 10px;
  border-color: transparent transparent #c5bab5 transparent;
}
.current.down .sort-icon:after {
  bottom: -5px;
  border-color: #5a5a5a transparent transparent transparent;
}
.add-newtag-head {
  margin: 0;
}
h3.add-source {
  height: 24px;
}
.add-tag,
.add-source {
  color: #505050;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
.add-tag:hover,
.add-source:hover {
  color: var(--primary-color);
}
.add-tag .icon-add:before,
.add-source .icon-add:before {
  content: '\e9bd';
  font-size: 12px;
  font-weight: bolder;
  display: inline-block;
  font-family: 'icon-font';
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  margin-right: 5px;
}
.private-tags-list th,
.shared-tags-table th {
  font-size: 14px;
  line-height: 20px;
  color: #282828;
  padding: 12px 15px;
}
.private-tags-list td,
.shared-tags-table td {
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.private-tags-list .th-edit,
.shared-tags-table .th-edit,
.private-tags-list .th-delete,
.shared-tags-table .th-delete {
  padding-left: 0;
  width: 8%;
  text-align: center;
}
.private-tags-list .th-name,
.shared-tags-table .th-name,
.private-tags-list .th-modify,
.shared-tags-table .th-modify {
  width: 28%;
}
.private-tags-list .th-ofleads,
.shared-tags-table .th-ofleads {
  width: 20%;
}
.private-tags-list .td-type,
.shared-tags-table .td-type {
  width: 10%;
}
.sources-table-list th {
  font-size: 14px;
  color: #282828;
  padding: 12px 15px;
  line-height: 20px;
}
.sources-table-list th.th-edit,
.sources-table-list th.th-delete {
  width: 230px;
  text-align: center;
  padding-left: 0;
}
.sources-table-list th.th-edit > span,
.sources-table-list th.th-delete > span,
.sources-table-list th.th-edit > .tip-blue,
.sources-table-list th.th-delete > .tip-blue {
  font-weight: normal;
  left: auto !important;
  width: 220px;
}
.sources-table-list th.th-edit .site-tip-bottom.left:after,
.sources-table-list th.th-delete .site-tip-bottom.left:after {
  left: -webkit-calc(50% + 35px);
  left: calc(50% + 35px);
  right: auto;
}
.sources-table-list td {
  font-size: 14px;
  font-weight: 400;
  color: #505050;
}
.sources-table-list td.td-first {
  font-weight: 500;
}
.sources-table-list tr.system span.icon {
  cursor: auto;
}
.sources-table-list tr.system span.icon-lock:before {
  content: "\EA0A";
  font-size: 12px;
  color: #b6b6b6;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.sources-table-list tr.system span.sources-hide {
  cursor: pointer;
  color: var(--primary-color);
}
.sources-table-list tr.system span.sources-hide.show-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sources-table-list tr.system span.sources-edit {
  color: #bebebe;
  cursor: not-allowed;
}
.sources-table-list tr.hide td {
  background-color: #f8f8f8;
}
.tag-modal {
  border-radius: 3px;
}
.tag-modal .form {
  padding: 0 14px;
}
.tag-modal .tags-form {
  width: 410px;
  margin-top: 16px;
}
.tag-modal .sources-form {
  min-width: 410px;
  margin-top: 16px;
}
.tag-modal .sources-form .source-delete {
  padding: 0 12px;
}
.tag-modal .choose-source-label {
  font-size: 14px;
  display: inline-block;
  line-height: 34px;
}
.tag-modal .source-list {
  width: 145px;
  display: inline-block;
  vertical-align: bottom;
  padding-left: 15px;
}
.tag-modal .source-list .select-list-down {
  max-height: 200px;
}
.tag-modal .tag-name {
  border: none;
  border-radius: 0;
  font-size: 16px;
  border-bottom: 2px solid #ececec;
}
.tag-modal .btn {
  cursor: pointer;
}
.tag-modal .js_cancel {
  color: #787878;
}
.tag-modal .btn-save {
  width: 110px;
  height: 40px;
  background: var(--primary-color);
}
.capture-content {
  background: #f7f7f7;
}
.capture-content a.a_link {
  color: var(--primary-color);
}
.capture-content .title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
}
.capture-content .desc {
  font-size: 13px;
  color: #787878;
  padding-top: 2px;
  padding-bottom: 12px;
  font-weight: 400;
}
.capture-content .provider-block {
  background: #fff;
  padding: 20px 16px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.capture-content .capture-img {
  width: 72px;
  height: 72px;
}
.capture-content .provider-info {
  display: inline-block;
  line-height: 24px;
  font-size: 13px;
  vertical-align: top;
  font-weight: 400;
  margin-left: 8px;
}
.capture-content .connect-btn2 {
  position: absolute;
  right: 20px;
  top: 36px;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 3px;
}
.capture-content .import-block {
  background: #fff;
  padding: 20px 16px 40px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}
.capture-content .import-left,
.capture-content .import-right {
  width: 50%;
  float: left;
  margin-bottom: 45px;
}
.capture-content .import-right .import-info {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
.capture-content .import-info {
  vertical-align: top;
  width: -webkit-calc(100% - 108px);
  width: calc(100% - 108px);
  display: inline-block;
  margin-left: 8px;
}
.capture-content .import-info .info-title {
  font-weight: bold;
  font-size: 16px;
}
.capture-content .import-info .info {
  line-height: 18px;
  font-weight: 400;
}
.capture-content .email-block {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-bottom: 18px;
  position: relative;
}
.capture-content .email-block:after {
  content: "";
  display: block;
  clear: both;
}
.capture-content .email-block input {
  float: left;
  font-size: 16px;
  color: #465666;
  padding-left: 14px;
  width: -webkit-calc(100% - 136px);
  width: calc(100% - 136px);
  border: 0;
  height: 54px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.capture-content .email-block .email-block-btn {
  float: right;
  color: var(--primary-color);
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  width: 120px;
  line-height: 54px;
  cursor: pointer;
  border-left: 1px solid #dcdcdc;
}
.capture-content .email-block .email-suffix {
  position: absolute;
  left: 14px;
  top: 17px;
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 400;
  width: -webkit-calc(100% - 138px);
  width: calc(100% - 138px);
}
.capture-content .email-block .email-suffix + input {
  padding-right: 90px;
  width: -webkit-calc(100% - 228px);
  width: calc(100% - 228px);
}
.capture-content .email-block .email-name {
  visibility: hidden;
  display: inline-block;
  max-width: -webkit-calc(100% - 90px );
  max-width: calc(100% - 90px );
  overflow: hidden;
  height: 22px;
}
.capture-content .email-block .active {
  color: #465666;
  top: 11px;
}
.capture-content .tip-content .tip-desc {
  color: #787878;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 6px;
}
.capture-content .tip-content .help-link {
  color: var(--primary-color);
}
.capture-content .tip-content .other-tip {
  margin-top: 6px;
}
.settings-content {
  margin-bottom: 30px;
}
.settings-table {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.settings-table > thead th {
  color: #202437;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
}
.settings-table td {
  font-size: 14px;
  color: #515666;
}
.settings-table th,
.settings-table td {
  border-collapse: collapse;
  border: 1px solid #ededed;
  padding: 15px 20px;
  text-align: left;
}
.settings-table th.icon-btn,
.settings-table td.icon-btn {
  text-align: center;
  width: 8%;
}
.settings-table .icon-edit_01,
.settings-table .icon-delete_01 {
  cursor: pointer;
}
.settings-table .icon-edit_01:before,
.settings-table .icon-delete_01:before {
  vertical-align: middle;
}
.settings-table .icon-edit_01:hover,
.settings-table .icon-delete_01:hover {
  color: var(--primary-color);
}
.settings-empty {
  padding: 34px 40px;
  height: 46px;
  border-radius: 4px;
  border: solid 1px #ebecf1;
  font-size: 14px;
  color: #797e8b;
}
.settings-empty span.icon2017 {
  float: left;
  margin-right: 30px;
  font-size: 48px;
  color: #e1e2e6;
  position: relative;
  top: -4px;
}
.settings-empty p {
  line-height: 1.8;
}
.settings-empty p.empty-showing {
  line-height: 46px;
}
.settings-empty a.add-new {
  color: var(--primary-color);
  cursor: pointer;
}
.custom-field-table th.data-type,
.custom-field-table td.data-type {
  text-transform: capitalize;
  min-width: 75px;
}
.custom-field-form .custom-field-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #515666;
  padding-bottom: 10px;
}
.custom-field-form .data-type-description {
  margin-top: 10px;
}
.custom-field-form .custom-field-data-type-list .select-btn {
  padding-top: 0;
  line-height: 34px;
}
.custom-field-pop .js_btn_ok:hover {
  background: #339ef8;
}
.custom-field-pop .js_btn_ok:active {
  background: #137fd6;
}
.right-wrap .reportingWrap {
  /*2.3.6  Uniform Empty Style */
}
.right-wrap .reportingWrap h2.title,
.right-wrap .reportingWrap h2.title span:first-child {
  color: #202437;
  font-weight: 600;
}
.right-wrap .reportingWrap .goalContent-title,
.right-wrap .reportingWrap .agentContent-title {
  margin-bottom: 10px;
  line-height: 2;
  font-weight: 600;
  font-size: 18px;
  color: #202437;
}
.right-wrap .reportingWrap .reporting-index .tableContent .agentContent-title {
  margin-top: 40px;
}
.right-wrap .reportingWrap .right-header-filter {
  height: 40px;
  line-height: 40px;
  width: -webkit-calc( 100% - 4px );
  width: calc( 100% - 4px );
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e1e2e6;
  margin-left: 2px;
}
.right-wrap .reportingWrap .right-header-filter > span {
  float: left;
  padding: 0 0 0 20px;
  font-size: 14px;
  color: #515666;
}
.right-wrap .reportingWrap .right-header-filter > ul {
  float: left;
  margin-left: 10px;
}
.right-wrap .reportingWrap .right-filter {
  min-width: 780px;
  margin-bottom: 20px;
}
.right-wrap .reportingWrap .filter-year .select-btn-wrap span.selectTxt {
  float: left;
}
.right-wrap .reportingWrap .filter-year .select-list-wrap {
  top: 100%;
  left: -9px;
  border-radius: 4px;
  border: 1px solid #e1e2e6;
  border: 0;
}
.right-wrap .reportingWrap .goalTips,
.right-wrap .reportingWrap .subOfficeGoalTips {
  position: relative;
  border-radius: 4px;
  border: solid 1px #ebecf1;
  margin-top: 20px;
  padding: 36px 0 36px 120px;
  line-height: 24px;
  font-size: 14px;
  color: #a0a3af;
}
.right-wrap .reportingWrap .goalTips .icon-overview_01,
.right-wrap .reportingWrap .subOfficeGoalTips .icon-overview_01 {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -24px;
  font-size: 48px;
  color: #e1e2e6;
}
.right-wrap .reportingWrap .goalTips .goalSet,
.right-wrap .reportingWrap .subOfficeGoalTips .goalSet {
  color: var(--primary-color);
}
.right-wrap .reportingWrap .agentContent th:first-child,
.right-wrap .reportingWrap .subOfficeContent th:first-child {
  width: 25%;
}
.right-wrap .reportingWrap .agentContent th:nth-child(2),
.right-wrap .reportingWrap .subOfficeContent th:nth-child(2) {
  width: 10%;
}
.right-wrap .reportingWrap .user-setting-first-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.right-wrap .reportingWrap .user-setting-first-title .white-btn {
  height: 36px;
  margin-right: 20px;
  margin-left: 0px !important;
}
.right-wrap .reportingWrap .user-setting-first-title .icon2017 {
  margin-right: 20px;
}
.right-wrap .reportingWrap .user-setting-first-title .office-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal-body .goalEdit-form {
  padding-left: 0;
  padding-right: 0;
  width: 462px;
  color: #787878;
}
.modal-body .goalEdit-form input {
  color: #282830;
}
.modal-body .goalEdit-form .form-button {
  padding-right: 26px;
}
.modal-body .goalEdit-form .btn-cancel {
  color: #787878;
}
.modal-body .goalEdit-form .btn-save {
  color: #fff;
}
.modal-body .goal-form-content {
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 26px;
}
.modal-body .custom-goal .form-item {
  width: 120px;
  margin-right: 18px;
}
.modal-body .custom-goal .form-item label {
  position: relative;
  max-width: 100%;
  display: inline-block;
}
.modal-body .custom-goal .form-item span.dollar {
  position: absolute;
  left: 8px;
  bottom: 7px;
}
.modal-body .custom-goal .form-item input {
  padding-left: 19px;
}
.modal-body .custom-year-goal {
  width: 100%;
}
.modal-body .greenblue {
  color: #2cd781;
}
.modal-body .salmon {
  color: #fb6f66;
}
.goalEdit-form .goalQuota,
.goalEdit-form .goal-eachMouth {
  margin-top: 17px;
}
.goalEdit-form .goalQuota p:first-child,
.goalEdit-form .goal-eachMouth p:first-child {
  margin-bottom: 8px;
}
.goalEdit-form .goalQuota label,
.goalEdit-form .goal-eachMouth label {
  margin-right: 25px;
}
.goalEdit-form .goalQuota label .select-radio,
.goalEdit-form .goal-eachMouth label .select-radio {
  margin-right: 0;
}
.goalEdit-form .average-total {
  margin-top: 17px;
  margin-bottom: 17px;
}
.goalEdit-form .average-total p:first-child {
  margin-bottom: 8px;
}
.goalEdit-form .checked-label {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.goalEdit-form .new-custom-total {
  font-size: 16px;
}
.goalEdit-form .goal-eachMouth .custom-goal {
  margin-top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.goalEdit-form .average-total input.goal-value2 {
  width: 148px;
  padding-left: 19px;
}
.goalEdit-form .average-total {
  position: relative;
}
.goalEdit-form .average-total span.dollar {
  position: absolute;
  left: 7px;
  bottom: 7px;
}
.officeAgentContent {
  margin-top: 20px;
}
.goalContent,
.agentContent,
.subOfficeContent,
.officeGoalContent,
.officeAgentContent {
  overflow: hidden;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #e1e2e6;
}
.goalContent table,
.agentContent table,
.subOfficeContent table,
.officeGoalContent table,
.officeAgentContent table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
}
.goalContent tr th,
.agentContent tr th,
.subOfficeContent tr th,
.officeGoalContent tr th,
.officeAgentContent tr th {
  border-top: none;
}
.goalContent tr:last-child td,
.agentContent tr:last-child td,
.subOfficeContent tr:last-child td,
.officeGoalContent tr:last-child td,
.officeAgentContent tr:last-child td {
  border-bottom: none;
}
.goalContent tr th:first-child,
.agentContent tr th:first-child,
.subOfficeContent tr th:first-child,
.officeGoalContent tr th:first-child,
.officeAgentContent tr th:first-child,
.goalContent tr td:first-child,
.agentContent tr td:first-child,
.subOfficeContent tr td:first-child,
.officeGoalContent tr td:first-child,
.officeAgentContent tr td:first-child {
  border-left: none;
}
.goalContent tr th:last-child,
.agentContent tr th:last-child,
.subOfficeContent tr th:last-child,
.officeGoalContent tr th:last-child,
.officeAgentContent tr th:last-child,
.goalContent tr td:last-child,
.agentContent tr td:last-child,
.subOfficeContent tr td:last-child,
.officeGoalContent tr td:last-child,
.officeAgentContent tr td:last-child {
  border-right: none;
}
.goalContent tbody,
.agentContent tbody,
.subOfficeContent tbody,
.officeGoalContent tbody,
.officeAgentContent tbody {
  background: #fff;
}
.goalContent th,
.agentContent th,
.subOfficeContent th,
.officeGoalContent th,
.officeAgentContent th,
.goalContent td,
.agentContent td,
.subOfficeContent td,
.officeGoalContent td,
.officeAgentContent td {
  padding: 13px 0;
  border: 1px solid #ebecf1;
}
.goalContent th,
.agentContent th,
.subOfficeContent th,
.officeGoalContent th,
.officeAgentContent th {
  width: 7%;
  font-weight: bold;
  font-size: 14px;
}
.goalContent th:first-child,
.agentContent th:first-child,
.subOfficeContent th:first-child,
.officeGoalContent th:first-child,
.officeAgentContent th:first-child {
  width: 11%;
}
.goalContent th:last-child,
.agentContent th:last-child,
.subOfficeContent th:last-child,
.officeGoalContent th:last-child,
.officeAgentContent th:last-child {
  width: 5%;
}
.goalContent td,
.agentContent td,
.subOfficeContent td,
.officeGoalContent td,
.officeAgentContent td {
  text-align: center;
}
.goalContent .icon-edit:before,
.agentContent .icon-edit:before,
.subOfficeContent .icon-edit:before,
.officeGoalContent .icon-edit:before,
.officeAgentContent .icon-edit:before {
  content: "\E9A1";
  font-size: 14px;
}
.goalContent .icon-edit_01,
.agentContent .icon-edit_01,
.subOfficeContent .icon-edit_01,
.officeGoalContent .icon-edit_01,
.officeAgentContent .icon-edit_01 {
  cursor: pointer;
}
.goalContent .icon-retry,
.agentContent .icon-retry,
.subOfficeContent .icon-retry,
.officeGoalContent .icon-retry,
.officeAgentContent .icon-retry {
  cursor: pointer;
  font-size: 14px;
}
.goalContent .t-dollar,
.agentContent .t-dollar,
.subOfficeContent .t-dollar,
.officeGoalContent .t-dollar,
.officeAgentContent .t-dollar {
  margin-right: 1px;
}
.goalContent .agent-header-img,
.agentContent .agent-header-img,
.subOfficeContent .agent-header-img,
.officeGoalContent .agent-header-img,
.officeAgentContent .agent-header-img {
  float: left;
  height: 36px;
  width: 36px;
  border-radius: 18px;
  vertical-align: middle;
  margin-right: 10px;
  z-index: 1;
}
.goalContent td:first-child,
.agentContent td:first-child,
.subOfficeContent td:first-child,
.officeGoalContent td:first-child,
.officeAgentContent td:first-child {
  padding-left: 20px;
}
.goalContent td:first-child .word-break-auto,
.agentContent td:first-child .word-break-auto,
.subOfficeContent td:first-child .word-break-auto,
.officeGoalContent td:first-child .word-break-auto,
.officeAgentContent td:first-child .word-break-auto {
  float: left;
  max-width: -webkit-calc(100% - 70px);
  max-width: calc(100% - 70px);
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
}
.agentContent.memberData th:first-child,
.agentContent.memberData td:first-child {
  display: none;
}
.agentContent.memberData th:last-child,
.agentContent.memberData td:last-child {
  display: none;
}
.goalEdit-form .average-total .average-totalGoal,
.goalEdit-form .custom-goal .custom-total {
  width: 148px;
  padding-left: 2px;
  border: transparent;
  font-size: 16px;
  background: #fff;
}
.goalEdit-form .total-dollar {
  font-size: 16px;
}
.goalTable a {
  color: var(--primary-color);
  cursor: pointer;
}
.goalTable a:hover {
  text-decoration: underline;
}
.setting-autoalert .panel-wrap {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e1e2e6;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.setting-autoalert .panel-wrap .item {
  padding: 10px 0;
  font-size: 14px;
}
.setting-autoalert .panel-wrap .item .title {
  width: 140px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
}
.setting-autoalert .panel-wrap .item .content {
  vertical-align: middle;
  display: inline-block;
}
.setting-autoalert .panel-wrap .item .valign {
  vertical-align: middle;
}
.setting-autoalert .panel-wrap .item .delete-all {
  margin-left: 20px;
  font-size: 14px;
  color: #a0a3af;
  text-decoration: underline;
  cursor: pointer;
}
.setting-autoalert .panel-wrap .item .alert-time {
  display: inline-block;
}
.setting-autoalert .panel-wrap .item .alert-time .content {
  line-height: 24px;
  width: 130px;
}
.setting-autoalert .panel-wrap .icon-help_02 {
  color: #c6c8d1;
  vertical-align: middle;
}
.setting-autoalert .panel-wrap .w360 {
  width: 360px;
}
.setting-autoalert .panel-wrap .schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.setting-autoalert .panel-wrap .schedule .title {
  width: 140px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.setting-autoalert .panel-wrap .panel-footer {
  margin-top: 20px;
  text-align: right;
  padding: 30px 0;
  border-top: 1px solid #ebecf1;
}
.setting-autoalert .panel-wrap .panel-footer .panel-footer-check {
  vertical-align: middle;
  font-size: 14px;
  margin-right: 20px;
}
#auto-property-alert {
  font-size: 14px;
  padding-top: 20px;
}
#auto-property-alert .icon-question {
  font-size: 16px;
  font-weight: normal;
}
#auto-property-alert .icon-question:after {
  content: "\E9A4";
  color: #cacaca;
}
.settingTab.alert-setting-tab {
  min-width: unset !important;
  width: 700px;
  padding: 0 !important;
  margin: 0 30px;
}
#auto-property-alert > p {
  font-size: 24px;
  font-weight: 600;
  color: #202437;
  margin-bottom: 20px;
  line-height: 30px;
  height: 30px;
}
#auto-property-alert > p span:first-child {
  margin-left: 20px;
  color: #797e8b;
  font-size: 14px;
  vertical-align: top;
}
#auto-property-alert > p span:last-child {
  padding-left: 5px;
  color: #c6c8d1;
}
.alertWrap {
  font-size: 14px;
}
.auto-alert-item {
  margin-bottom: 30px;
  background: #fff;
  width: 700px;
  border-radius: 4px;
  border: 1px solid #e1e2e6;
  position: relative;
  display: none;
}
.auto-alert-item .auto-alert-item-layer {
  display: none;
  position: absolute;
  width: 700px;
  height: 430px;
  bottom: 100px;
  background: rgba(255, 255, 255, 0.5);
}
.auto-alert-item.seller-alert .auto-alert-item-layer {
  height: 310px;
}
.auto-alert-item.switch-off .auto-alert-item-layer {
  display: block;
}
.auto-alert-item.active {
  display: block;
}
.auto-alert-item .delete-all {
  display: none;
  margin-left: 20px;
  font-size: 14px;
  color: #a0a3af;
  text-decoration: underline;
  cursor: pointer;
  vertical-align: top;
}
.auto-alert-item-title {
  margin-top: 15px;
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  color: #515666;
}
.auto-alert-item-switch {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 18px;
  border-radius: 20px;
  background-color: var(--primary-color-5);
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: inset 0 2px 5px 0 rgba(0, 10, 30, 0.1);
  border: solid 1px var(--primary-color);
  cursor: pointer;
}
.auto-alert-item-switch.off {
  background: #f6f7fb;
  border-color: #c6c8d1;
}
.auto-alert-item-switch:after {
  content: "";
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 10, 30, 0.1), 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 10, 30, 0.1), 0 2px 5px 0 rgba(0, 10, 30, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.auto-alert-item-switch.off:after {
  right: 20px;
}
.auto-alert-item-top {
  padding: 0 30px;
  height: 50px;
  border-bottom: solid 1px #ebecf1;
}
.alert-time-choose-wrap {
  margin-top: 30px;
  width: 316px;
  color: #515666;
}
.alert-time-choose-wrap .select-btn {
  color: inherit;
}
.alert-time-choose-wrap > span {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  vertical-align: top;
}
.alert-time-choose {
  display: inline-block;
  width: 118px;
}
.alert-time-choose .select-btn-wrap {
  height: 24px;
  padding: 0 6px;
  line-height: 24px;
  border-radius: 4px;
}
.auto-alert-item-content {
  margin: 17px 30px 0;
  padding-bottom: 30px;
  padding-top: 10px;
  border-bottom: 1px #ebecf1 solid;
}
.auto-alert-item-content > table,
.auto-alert-item-content .select-btn {
  color: #515666;
}
.auto-alert-item-content > table > tbody > tr:first-child td,
.auto-alert-item-content .select-btn > tbody > tr:first-child td {
  padding: 10px 0;
}
.auto-alert-item-content > table > tbody > tr:first-child td:last-child,
.auto-alert-item-content .select-btn > tbody > tr:first-child td:last-child {
  font-size: 0;
}
.auto-alert-item-content > table > tbody > tr > td:first-child,
.auto-alert-item-content .select-btn > tbody > tr > td:first-child {
  width: 140px;
}
.auto-alert-item-content .item-select {
  padding: 10px 0;
}
.auto-alert-item-content .item-select .select-btn-wrap {
  width: 360px;
  height: 36px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
.auto-alert-item-bottom {
  padding: 30px;
  text-align: right;
}
.auto-alert-item-bottom > label {
  margin-right: 20px;
}
.auto-alert-item-bottom input[type="button"] {
  width: 104px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--primary-color);
  border: none;
  padding: 0;
  color: #fff;
  outline: none;
  cursor: pointer;
}
.auto-alert-item-bottom input[type="checkbox"] + .checkbox-radio {
  margin-bottom: -2px;
}
.auto-alert-item-bottom input[type="checkbox"] + .checkbox-radio + span {
  vertical-align: text-bottom;
  color: #a0a3af;
}
.auto-alert-item-bottom input[type="checkbox"]:checked + .checkbox-radio:before {
  left: -1px;
}
.condition-introduce-popwin-wrap .form {
  padding: 20px 30px;
}
.condition-introduce-popwin-wrap .modal-header {
  border-color: #ebecf1;
}
.condition-introduce-popwin-wrap .newform-button {
  padding: 30px;
  border-color: #ebecf1;
}
.condition-introduce-popwin-wrap .newform-button .btn {
  height: 40px;
  width: 104px;
  border-radius: 4px;
}
.condition-introduce-popwin {
  width: 516px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #515666;
}
.condition-introduce-popwin > p:not(:last-child) {
  margin-bottom: 16px;
}
.condition-introduce-popwin ul {
  margin-bottom: 16px;
  margin-left: 30px;
}
.condition-introduce-popwin ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.select-disabled .select-btn-wrap {
  cursor: default;
}
.agent-partner-warp .agent-partner-main {
  margin-bottom: 20px;
}
.agent-partner-warp .agent-partner-main .settings-empty {
  display: none;
}
.agent-partner-warp .agent-partner-main .settings-empty p {
  line-height: 46px;
}
.agent-partner-warp .agent-partner-main table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.agent-partner-warp .agent-partner-main table thead tr {
  border: 0;
}
.agent-partner-warp .agent-partner-main table thead tr th:nth-of-type(1) {
  width: 25%;
}
.agent-partner-warp .agent-partner-main table thead tr th:nth-of-type(2) {
  width: 35%;
}
.agent-partner-warp .agent-partner-main table thead tr th:nth-of-type(3) {
  width: 20%;
}
.agent-partner-warp .agent-partner-main table tbody tr[class*="child-"] td:last-child {
  border-bottom: 0;
  border-top: 0;
}
.agent-partner-warp .agent-partner-main table tbody tr.parent td {
  border-bottom: 1px solid #ededed;
}
.agent-partner-warp .agent-partner-main table td {
  font-size: 14px;
  color: #282828;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #ededed;
}
.agent-partner-warp .agent-partner-main table th,
.agent-partner-warp .agent-partner-main table td {
  padding: 18px 12px;
  border-left: 1px solid #ededed;
}
.agent-partner-table td span.agent-name {
  display: inline-block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agent-partner-table .icon-select-triangle {
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  cursor: pointer;
}
.agent-partner-table .icon-select-triangle.showList {
  -ms-transform: scale(0.83) rotate(180deg);
      transform: scale(0.83) rotate(180deg);
  -webkit-transform: scale(0.83) rotate(180deg);
}
.agent-partner-table tr.hide-info {
  display: none;
}
.role-setting-warp .role-setting-table thead .tip-hover {
  margin-left: 7px;
  cursor: pointer;
  color: #e1e2e6;
}
.role-setting-warp .role-setting-table thead .site-tip-hover {
  max-width: 350px;
}
.role-setting-warp .role-setting-table .icon-edit_01,
.role-setting-warp .role-setting-table .icon-delete_01 {
  cursor: pointer;
}
.role-setting-warp .role-setting-table .icon-edit_01:before,
.role-setting-warp .role-setting-table .icon-delete_01:before {
  vertical-align: middle;
}
.role-setting-warp .role-setting-table .icon-edit_01:hover,
.role-setting-warp .role-setting-table .icon-delete_01:hover {
  color: var(--primary-color);
}
.role-setting-pop .role-setting-form {
  padding-top: 17px;
  padding-bottom: 0;
}
.role-setting-pop .role-setting-form p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #797e8b;
  line-height: normal;
}
.role-setting-pop .role-setting-form p.delete-role-description {
  font-size: 16px;
  color: #202437;
}
.role-setting-pop .modal-body .form-item-btn {
  padding-top: 0;
  border-top: none;
}
.role-setting-pop .modal-body .form-item-btn .btn {
  border-radius: 4px;
}
.delete-role-pop .btn-save {
  background-color: #f0454c;
}
body.settings {
  min-width: initial !important;
  min-width: 1200px;
  font-family: Helvetica;
}
body.settings .right-wrap {
  background-color: #f6f7fb;
}
body.settings .right-wrap .faq {
  cursor: pointer;
  vertical-align: middle;
  padding: 2px 8px;
  border-radius: 4px;
  background: #c6c8d1;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
body.settings .right-wrap .settingError {
  padding-top: 20px;
  font-size: 16px;
}
body.settings .right-wrap .settingError a {
  color: var(--primary-color);
}
body.settings .icon-mail-link:before {
  content: "\e904";
  padding-right: 5px;
  position: relative;
  top: 1px;
}
body.settings .dashed {
  display: inline-block;
  height: 110px;
  width: 230px;
  border: dashed 1px #dcdcdc;
}
body.settings .dashed img {
  margin-top: 13px;
}
body.settings .dashed a {
  color: #46b0f3;
  display: inline-block;
  margin-top: 5px;
}
body.settings .border {
  border: 1px #dcdcdc solid;
}
body.settings .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body.settings .pop-wind [data-name="fisrt-name"] {
  width: 130px;
  margin-right: 20px;
}
body.settings .pop-wind [data-name="last-name"] {
  width: 130px;
}
body.settings .select {
  position: relative;
  cursor: default;
}
body.settings .select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  display: inline-block;
  cursor: pointer;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #505050;
  border-bottom: none;
  vertical-align: middle;
  -webkit-transform: translate(0, -1px);
      -ms-transform: translate(0, -1px);
          transform: translate(0, -1px);
}
body.settings .settingBlock {
  background: #fff;
}
body.settings .settingBlock table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.no-data-tip {
  text-align: center;
  border-top: 1px #ededed solid;
  height: 290px;
  padding-top: 180px;
  display: none;
}
.no-data-tip p:nth-of-type(1) {
  font-size: 24px;
  color: #c8c8c8;
}
.no-data-tip p:nth-of-type(2) {
  font-size: 14px;
  color: #adadad;
}
.email-content {
  width: 1130px;
}
.email-content .crm-mail-win {
  margin-top: 17px;
  padding-right: 10px;
}
.email-content .crm-mail-win .crm-emailwin-right {
  padding-right: 20px;
}
.email-content .crm-emailwin-right {
  padding: 0;
  max-height: 530px;
}
.email-content .crm-emailwin-bottom {
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-top: 1px solid #ebecf1;
}
.email-content .crm-emailwin-bottom .button {
  height: 32px;
}
.opened-email .mail-add,
.opened-email .mail-footer-hr {
  display: none;
}
.opened-email .single-mail-footer {
  height: 44px;
  line-height: 44px;
}
.opened-email #preview-mail-m,
.opened-email #send-mail-m {
  height: 30px;
  position: relative;
  bottom: 10px;
  left: 25px;
}
.opened-email .left-side {
  float: left;
  width: 284px;
  border-right: 1px solid #ddd;
}
.opened-email .send-email {
  color: #46b0f3;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  border-top: 1px solid #ddd;
}
.opened-email .send-email .js_timeline_send_email {
  cursor: pointer;
}
.opened-email .send-email .icon-add:hover {
  color: #42acfe;
}
.opened-email .email-list {
  height: 508px;
  overflow-y: auto;
}
.opened-email .email-item {
  cursor: pointer;
  padding-top: 20px;
  padding-right: 26px;
  padding-left: 26px;
  border-bottom: 1px solid #ddd;
}
.opened-email .email-item:hover {
  background-color: #f7f7f7;
}
.opened-email .email-number,
.opened-email .email-time {
  font-size: 13px;
  color: #999;
}
.opened-email .email-time {
  padding-bottom: 20px;
  padding-top: 8px;
}
.opened-email .email-subject {
  font-size: 16px;
  word-break: break-word;
}
.opened-email .list-single-stage {
  display: inline-block;
  max-width: 94px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}
.opened-email .email-main {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  width: 800px;
  height: 608px;
  overflow: auto;
}
.opened-email .email-main .crm-emailwin-content {
  height: auto;
}
.opened-email .email-main #email-main {
  overflow: hidden;
}
.opened-email .email-main .mass-mail-footer {
  height: 40px;
  line-height: 40px;
}
.opened-email .mail-win main {
  width: 100%;
  padding: 16px 0;
}
.opened-email .mail-editor-warp {
  height: 367px;
  overflow-y: auto;
}
.opened-email .email-header {
  border-bottom: 1px solid #ddd;
}
.opened-email .email-header .single-text {
  width: 584px;
}
.opened-email .main-single-stage {
  display: inline-block;
  max-width: 240px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}
.opened-email .email-title {
  word-break: break-word;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.opened-email .describe {
  margin-bottom: 8px;
  font-size: 13px;
}
.opened-email .describe .from {
  margin-right: 16px;
  color: #333;
}
.opened-email .describe .to {
  color: #42acfe;
}
.opened-email .describe .from,
.opened-email .describe .to {
  display: inline-block;
  width: 170px;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.opened-email .describe .time {
  float: right;
}
.opened-email .email-body {
  padding-top: 16px;
  font-size: 13px;
  color: #666;
  height: 500px;
  overflow-y: auto;
}
.opened-email #preview-mail-m,
.opened-email #send-mail-m {
  bottom: auto;
  left: auto;
  top: 8px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.fade.in {
  opacity: 1;
}
.icon-openedmail:before {
  font-family: "icon-font";
  padding-right: 14px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  content: "\e9b1";
}
.email-number {
  padding-left: 10px;
}
.openemail-pop {
  width: 686px !important;
}
.openemail-pop .email-main {
  width: 648px !important;
}
.openemail-pop .email-main .email-body {
  height: 486px;
  overflow-y: auto;
}
.icon-eye:before {
  content: "\e9b4";
  font-family: "icon-font";
  padding-right: 4px;
  font-size: 12px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-edit:before {
  content: "\e9aa";
  font-size: 15px;
  font-family: "icon-font";
  padding-right: 4px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-edit:hover {
  color: #46b0f3;
}
.icon-delete:before {
  content: "\e9e9";
  font-size: 15px;
  font-family: "icon-font";
  padding-right: 4px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-delete:hover {
  color: #46b0f3;
}
.dripmail-header {
  background: #46b0f3;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 26px;
  border-bottom: 1px solid #d9d9d9;
  color: #fff;
}
.dripmail-header input {
  background: #46b0f3;
  color: #fff;
}
.dripmail-input-name {
  background: #46b0f3;
}
.dripmail-name .icon:hover {
  color: #282828;
}
.drip-mail-rate {
  font-size: 13px;
  color: #787878;
  padding-top: 10px;
}
.dripmail-header .drip-mail-rate {
  font-size: 13px;
  color: #fff;
  padding-top: 10px;
}
.dripmail-name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 4px;
}
.drip-mail-line {
  display: inline-block;
  width: 0;
  height: inherit;
  border-left: 1px solid #999;
  padding-left: 14px;
  padding-right: 14px;
}
.dripmail-input-name {
  border: none;
}
.dripmail-name-edit {
  border-bottom: 1px solid #999;
}
.dripmail-name-edit .dripmail-input-name {
  background: #fff;
}
.js_email_active {
  background-color: #f7f7f7;
}
.js_email_main.active {
  display: block;
}
.group-btn {
  display: none;
}
.setting-containner {
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 10px;
}
.opened-email .mail-error-tip {
  top: 6px;
}
.email-content.modal .close-btn {
  right: 10px;
}
.citySearchResult {
  background: #fff;
  color: #282828;
}
.citySearchResult li {
  padding: 8px 10px;
}
.citySearchResult li:not(.type-title):hover {
  background: #f2f2f2;
}
.citySearchResult .type-title {
  font-weight: bold;
  border-bottom: 1px solid #282828;
}
div.textarea {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #cacaca;
  width: 2000px;
  height: 50px;
  position: relative;
  cursor: text;
  border-radius: 2px;
}
.textarea[input-name="notZipCodes"] {
  height: 30px;
}
div.textarea:after {
  contetn: "";
  display: block;
}
.textarea input.enter[type="text"],
.textarea input.enter[type="number"] {
  display: inline-block;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 9px;
  padding: 0;
  margin-left: 10px;
}
.keyword-pannel {
  position: absolute;
  left: -1px;
  background-color: #fff;
  width: 100%;
  z-index: 2;
  border: 1px solid #eee;
  display: none;
  max-height: 210px;
  overflow: auto;
}
.textarea input[type="text"]:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.keyword-pannel li:hover {
  background: #f2f2f2;
  cursor: default;
}
.keyword-pannel li {
  padding: 8px 10px;
}
.textarea .select {
  background: var(--primary-color-10);
  border: solid 1px var(--primary-color-9);
  font-size: 12px;
  color: var(--primary-color);
  display: inline-block;
  padding: 4px 6px;
  border-radius: 2px;
  margin: 4px 0 4px 8px;
}
.textarea .select span:first-child {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.textarea .select:after {
  display: none;
}
.textarea .icon-close-word:before {
  content: "\e939";
  font-size: 12px;
  color: var(--primary-color);
  opacity: 0.3;
  padding-left: 5px;
  -webkit-transform: scale(0.7) translate(5px, 1px);
      -ms-transform: scale(0.7) translate(5px, 1px);
          transform: scale(0.7) translate(5px, 1px);
  display: inline-block;
}
.placeholder {
  line-height: normal;
  color: rgba(40, 40, 40, 0.2);
  padding-left: 10px;
}
.textarea input {
  background-color: transparent;
}
.open-drip-email {
  width: 600px;
  height: 400px;
  padding: 20px 20px 0;
  background-color: #f7f7f7;
  overflow-y: auto;
}
.open-drip-email .email-item {
  width: 100%;
  /*    height: 150px;*/
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
  color: #999;
  font-size: 14px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.open-drip-email .email-top {
  height: 40px;
  /*    width: ~'calc(100% - 20px)';*/
  border-bottom: 1px solid #eee;
  line-height: 40px;
  padding: 0 10px;
}
.open-drip-email .email-type {
  float: left;
  margin-right: 5px;
}
.open-drip-email .email-title {
  color: #505050;
  float: left;
}
.open-drip-email .email-body {
  word-wrap: break-word;
  word-break: normal;
}
.open-drip-email .waitArea {
  float: right;
}
.open-drip-email .email-middle {
  max-height: 80px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 12px 20px 0 20px;
  margin-bottom: 12px;
  line-height: 26px;
  overflow-y: hidden;
  overflow-x: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.open-drip-email .email-middle.showAll {
  overflow-y: auto;
  display: block;
  max-height: 290px;
  -webkit-line-clamp: initial;
}
.open-drip-email .email-bottom {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-top: 1px solid #eee;
}
.open-drip-email .email-bottom .showMore {
  float: right;
  cursor: pointer;
}
.open-drip-email .icon-time:before,
.open-drip-email .down:before,
.open-drip-email .up:before,
.open-drip-email .icon-email:before,
.open-drip-email .icon-text:before {
  position: relative;
  font-size: 12px;
  font-family: "icon-font";
  speak: none;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}
.open-drip-email .icon-email:before {
  font-size: 12px;
  content: "\e9e4";
  margin-right: 5px;
}
.open-drip-email .icon-text:before {
  font-size: 12px;
  content: "\ea08";
  margin-right: 5px;
}
.open-drip-email .icon-time:before {
  font-size: 14px;
  content: "\e9ec";
  float: left;
  margin-right: 5px;
}
.open-drip-email .down:before {
  content: "\e974";
  float: right;
  margin-left: 5px;
  top: 1px;
}
.open-drip-email .up:before {
  content: "\e942";
  float: right;
  margin-left: 5px;
  top: 1px;
}
.open-smartplan-email .email-title {
  float: none;
}
.modal-body .form-item-btn.smart-suggestion-btn {
  margin: 0;
  padding: 20px;
  background-color: #f7f7f7;
}
.record-loading-msg {
  text-align: center;
  line-height: 35px;
  color: #787878;
  margin: 15px 0 18px;
  border-radius: 2px;
  background-color: #f4f4f4;
  width: 406px;
}
.toast-market-report {
  width: 450px;
}
.toast-market-report .form {
  margin: 20px 0 !important;
  padding: 0;
}
.toast-market-report .marketReport-form-main {
  padding: 0 30px 15px;
}
.toast-market-report .marketReport-form-bottom {
  padding: 20px 30px 0;
  border-top: solid 1px #ebecf1;
}
.toast-market-report .marketReport-form-bottom .form-item-btn {
  margin-top: 0;
}
.toast-market-report .marketReport-form-bottom .form-item {
  margin-bottom: 0;
}
.toast-market-report .textarea {
  height: 34px;
}
.toast-market-report .textarea .enter {
  height: 34px;
}
.toast-market-report .select-btn,
.toast-market-report .textarea {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
          box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
  border: solid 1px #c6c8d1;
}
.toast-market-report .textarea .select {
  padding: 3px 6px;
  height: 24px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.toast-market-report .select-btn {
  color: #515666;
}
.toast-market-report .form-label {
  font-size: 16px;
  font-weight: 500;
  color: #515666;
}
.toast-market-report .marketReport-form-bottom .icon2017,
.toast-market-report .marketReport-form-bottom .preview {
  float: left;
  color: var(--primary-color);
}
.toast-market-report .marketReport-form-bottom .icon2017 {
  font-size: 16px;
  line-height: 38px;
  cursor: pointer;
}
.toast-market-report .marketReport-form-bottom .preview {
  font-weight: 500;
  padding: 0;
  width: 66px;
}
.toast-market-report .toast-add-marketReport .market-location .location-tip {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
  display: none;
  color: #a0a3af;
}
.n-a {
  font-weight: normal;
  color: #787878;
}
body.people-detail {
  min-width: 1120px;
  background-color: #f7f8fb;
  /* call log icon*/
  /*  Tag optimization icon */
  /*people-header*/
  /*-- Details page revision header new style --*/
  /*people-info*/
  /*people-desc*/
  /* alert unsubscribe 、lead when there is no mailbox ，alert Add button grayed out  */
}
body.people-detail .detail-wrap {
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e1e2e6;
}
body.people-detail .detail-title {
  padding: 10px 20px 0;
  border-bottom: 1px solid #ebecf1;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}
body.people-detail .people-timeline-add {
  width: 480px;
}
body.people-detail .people-timeline-add .add-timeline-type {
  margin-bottom: 10px;
}
body.people-detail .people-timeline-add .add-timeline-type li {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #797e8b;
  cursor: pointer;
  padding: 0 10px 3px;
}
body.people-detail .people-timeline-add .add-timeline-type li.active {
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
}
body.people-detail .people-timeline-add .add-timeline-type li:last-child {
  margin-right: 0;
}
body.people-detail .people-timeline-add .timeline-content {
  padding-top: 10px;
  margin-left: 20px;
  margin-bottom: 16px;
}
body.people-detail .people-timeline-add .add-timeline-txt {
  width: 440px;
  height: 110px;
  line-height: 1.71;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  border: 1px solid transparent;
  background: #f6f7fb;
  border-radius: 4px;
  resize: none;
  overflow-y: auto;
  cursor: text;
}
body.people-detail .people-timeline-add .add-timeline-txt:focus {
  -webkit-box-shadow: 0 0 0 1px #c6c8d1;
          box-shadow: 0 0 0 1px #c6c8d1;
  background-color: #fff;
  outline: none;
}
body.people-detail .people-timeline-add .add-timeline-note {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  bottom: -5px;
}
body.people-detail .people-timeline-add .add-timeline-note li {
  display: inline-block;
  margin-right: 23px;
}
body.people-detail .people-timeline-add .add-timeline-note li label {
  vertical-align: text-bottom;
  cursor: pointer;
}
body.people-detail .people-timeline-add .add-timeline-call {
  margin: 10px 0 0 20px;
}
body.people-detail .people-timeline-add .add-timeline-call > li {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
}
body.people-detail .people-timeline-add .select-span {
  padding-right: 15px;
}
body.people-detail .timeline-add-btn {
  float: right;
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 6px 18px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  margin-right: 20px;
  width: 80px;
}
body.people-detail .people-timeline-main {
  width: 480px;
  margin: 20px 0;
}
body.people-detail .peopel-timeline-nav > li {
  display: inline-block;
  padding: 0 8px 3px;
  margin-right: 10px;
  color: #797e8b;
}
body.people-detail .peopel-timeline-nav > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
body.people-detail .peopel-timeline-nav > li.active {
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
}
body.people-detail .timeline-defult {
  text-align: center;
}
body.people-detail .timeline-defult img {
  margin: 84px 0 46px;
}
body.people-detail .timeline-defult p {
  font-size: 20px;
  color: #a0a0a0;
}
body.people-detail .people-timeline-desc {
  padding: 10px 20px;
  background: #f6f7fb;
  width: 440px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
}
body.people-detail .people-timeline-desc .desc-title {
  color: #88939f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 520px;
}
body.people-detail .people-timeline-desc .desc-time {
  float: right;
  color: #b4bbc2;
}
body.people-detail .people-timeline-list > li,
body.people-detail .people-timeline-note > li,
body.people-detail .new-time-list > li {
  border-bottom: 1px solid #ebecf1;
  padding: 20px 0 20px 0;
  position: relative;
}
body.people-detail .people-timeline-list > li.document-item,
body.people-detail .people-timeline-note > li.document-item,
body.people-detail .new-time-list > li.document-item {
  padding: 20px 0;
  margin: 0 20px;
}
body.people-detail .people-timeline-list > li:last-child,
body.people-detail .people-timeline-note > li:last-child,
body.people-detail .new-time-list > li:last-child {
  border-bottom: none;
}
body.people-detail .people-timeline-list .list-bold,
body.people-detail .people-timeline-note .list-bold,
body.people-detail .new-time-list .list-bold {
  font-weight: bold;
}
body.people-detail .people-timeline-list .list-gray,
body.people-detail .people-timeline-note .list-gray,
body.people-detail .new-time-list .list-gray {
  color: #515666;
}
body.people-detail .people-timeline-list .list-bule,
body.people-detail .people-timeline-note .list-bule,
body.people-detail .new-time-list .list-bule {
  color: var(--primary-color);
}
body.people-detail .people-timeline-list .list-time,
body.people-detail .people-timeline-note .list-time,
body.people-detail .new-time-list .list-time {
  margin-top: 10px;
  color: #a0a3af;
  font-size: 12px;
}
body.people-detail .people-timeline-list .show-rule,
body.people-detail .people-timeline-note .show-rule,
body.people-detail .new-time-list .show-rule {
  padding-left: 5px;
}
body.people-detail .people-timeline-list .people-timeline-title .list-gray,
body.people-detail .people-timeline-note .people-timeline-title .list-gray,
body.people-detail .new-time-list .people-timeline-title .list-gray {
  color: #515666;
}
body.people-detail .people-timeline-list .document-time,
body.people-detail .people-timeline-note .document-time,
body.people-detail .new-time-list .document-time {
  position: absolute;
  right: 0px;
  top: 21px;
  color: #787878;
  font-size: 12px;
}
body.people-detail .people-timeline-list .document-main,
body.people-detail .people-timeline-note .document-main,
body.people-detail .new-time-list .document-main {
  width: -webkit-calc( 100% - 140px);
  width: calc( 100% - 140px);
  color: #787878;
  font-size: 15px;
}
body.people-detail .people-timeline-list .timeline-item-main,
body.people-detail .people-timeline-note .timeline-item-main,
body.people-detail .new-time-list .timeline-item-main {
  word-wrap: break-word;
  word-break: normal;
}
body.people-detail .people-timeline-list .timeline-list-icon,
body.people-detail .people-timeline-note .timeline-list-icon,
body.people-detail .new-time-list .timeline-list-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding-right: 20px;
  vertical-align: top;
}
body.people-detail .people-timeline-list .timeline-list-icon .icon2017,
body.people-detail .people-timeline-note .timeline-list-icon .icon2017,
body.people-detail .new-time-list .timeline-list-icon .icon2017 {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 37px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
body.people-detail .people-timeline-list .timeline-list-icon .icon2017:before,
body.people-detail .people-timeline-note .timeline-list-icon .icon2017:before,
body.people-detail .new-time-list .timeline-list-icon .icon2017:before {
  vertical-align: middle;
}
body.people-detail .people-timeline-list .timeline-list-icon .icon-view_02,
body.people-detail .people-timeline-note .timeline-list-icon .icon-view_02,
body.people-detail .new-time-list .timeline-list-icon .icon-view_02,
body.people-detail .people-timeline-list .timeline-list-icon .icon-call_02,
body.people-detail .people-timeline-note .timeline-list-icon .icon-call_02,
body.people-detail .new-time-list .timeline-list-icon .icon-call_02,
body.people-detail .people-timeline-list .timeline-list-icon .icon-call_in,
body.people-detail .people-timeline-note .timeline-list-icon .icon-call_in,
body.people-detail .new-time-list .timeline-list-icon .icon-call_in,
body.people-detail .people-timeline-list .timeline-list-icon .icon-call_out,
body.people-detail .people-timeline-note .timeline-list-icon .icon-call_out,
body.people-detail .new-time-list .timeline-list-icon .icon-call_out,
body.people-detail .people-timeline-list .timeline-list-icon .icon-showing,
body.people-detail .people-timeline-note .timeline-list-icon .icon-showing,
body.people-detail .new-time-list .timeline-list-icon .icon-showing,
body.people-detail .people-timeline-list .timeline-list-icon .icon-task_complete,
body.people-detail .people-timeline-note .timeline-list-icon .icon-task_complete,
body.people-detail .new-time-list .timeline-list-icon .icon-task_complete {
  background-color: #4fe599;
}
body.people-detail .people-timeline-list .timeline-list-icon .icon-sell_01,
body.people-detail .people-timeline-note .timeline-list-icon .icon-sell_01,
body.people-detail .new-time-list .timeline-list-icon .icon-sell_01,
body.people-detail .people-timeline-list .timeline-list-icon .icon-collection_02,
body.people-detail .people-timeline-note .timeline-list-icon .icon-collection_02,
body.people-detail .new-time-list .timeline-list-icon .icon-collection_02,
body.people-detail .people-timeline-list .timeline-list-icon .icon-alert_01,
body.people-detail .people-timeline-note .timeline-list-icon .icon-alert_01,
body.people-detail .new-time-list .timeline-list-icon .icon-alert_01,
body.people-detail .people-timeline-list .timeline-list-icon .icon-copy_01,
body.people-detail .people-timeline-note .timeline-list-icon .icon-copy_01,
body.people-detail .new-time-list .timeline-list-icon .icon-copy_01,
body.people-detail .people-timeline-list .timeline-list-icon .icon-calculator_02,
body.people-detail .people-timeline-note .timeline-list-icon .icon-calculator_02,
body.people-detail .new-time-list .timeline-list-icon .icon-calculator_02 {
  background-color: #fab800;
}
body.people-detail .people-timeline-list .timeline-list-icon .icon-doc,
body.people-detail .people-timeline-note .timeline-list-icon .icon-doc,
body.people-detail .new-time-list .timeline-list-icon .icon-doc,
body.people-detail .people-timeline-list .timeline-list-icon .icon-mail_01,
body.people-detail .people-timeline-note .timeline-list-icon .icon-mail_01,
body.people-detail .new-time-list .timeline-list-icon .icon-mail_01,
body.people-detail .people-timeline-list .timeline-list-icon .icon-mail_opened,
body.people-detail .people-timeline-note .timeline-list-icon .icon-mail_opened,
body.people-detail .new-time-list .timeline-list-icon .icon-mail_opened {
  background-color: #6ba6ff;
}
body.people-detail .people-timeline-list .timeline-list-icon .icon-search_01,
body.people-detail .people-timeline-note .timeline-list-icon .icon-search_01,
body.people-detail .new-time-list .timeline-list-icon .icon-search_01,
body.people-detail .people-timeline-list .timeline-list-icon .icon-comment_02,
body.people-detail .people-timeline-note .timeline-list-icon .icon-comment_02,
body.people-detail .new-time-list .timeline-list-icon .icon-comment_02,
body.people-detail .people-timeline-list .timeline-list-icon .icon-message_02,
body.people-detail .people-timeline-note .timeline-list-icon .icon-message_02,
body.people-detail .new-time-list .timeline-list-icon .icon-message_02,
body.people-detail .people-timeline-list .timeline-list-icon .icon-icon_chats,
body.people-detail .people-timeline-note .timeline-list-icon .icon-icon_chats,
body.people-detail .new-time-list .timeline-list-icon .icon-icon_chats,
body.people-detail .people-timeline-list .timeline-list-icon .icon-smart_plan_02,
body.people-detail .people-timeline-note .timeline-list-icon .icon-smart_plan_02,
body.people-detail .new-time-list .timeline-list-icon .icon-smart_plan_02 {
  background-color: #6bcbff;
}
body.people-detail .people-timeline-list .timeline-list-icon .icon-calendar_02,
body.people-detail .people-timeline-note .timeline-list-icon .icon-calendar_02,
body.people-detail .new-time-list .timeline-list-icon .icon-calendar_02,
body.people-detail .people-timeline-list .timeline-list-icon .icon-delete_01,
body.people-detail .people-timeline-note .timeline-list-icon .icon-delete_01,
body.people-detail .new-time-list .timeline-list-icon .icon-delete_01,
body.people-detail .people-timeline-list .timeline-list-icon .icon-message_voice_02,
body.people-detail .people-timeline-note .timeline-list-icon .icon-message_voice_02,
body.people-detail .new-time-list .timeline-list-icon .icon-message_voice_02,
body.people-detail .people-timeline-list .timeline-list-icon .icon-call_voicemall,
body.people-detail .people-timeline-note .timeline-list-icon .icon-call_voicemall,
body.people-detail .new-time-list .timeline-list-icon .icon-call_voicemall {
  background-color: #ff827b;
}
body.people-detail .people-timeline-list .timeline-list-icon .icon-people_source,
body.people-detail .people-timeline-note .timeline-list-icon .icon-people_source,
body.people-detail .new-time-list .timeline-list-icon .icon-people_source,
body.people-detail .people-timeline-list .timeline-list-icon .icon-people_add,
body.people-detail .people-timeline-note .timeline-list-icon .icon-people_add,
body.people-detail .new-time-list .timeline-list-icon .icon-people_add,
body.people-detail .people-timeline-list .timeline-list-icon .icon-people_edit,
body.people-detail .people-timeline-note .timeline-list-icon .icon-people_edit,
body.people-detail .new-time-list .timeline-list-icon .icon-people_edit,
body.people-detail .people-timeline-list .timeline-list-icon .icon-partial_01,
body.people-detail .people-timeline-note .timeline-list-icon .icon-partial_01,
body.people-detail .new-time-list .timeline-list-icon .icon-partial_01 {
  background-color: #b6d8eb;
}
body.people-detail .people-timeline-list .timeline-list-icon .icon-jira,
body.people-detail .people-timeline-note .timeline-list-icon .icon-jira,
body.people-detail .new-time-list .timeline-list-icon .icon-jira {
  background: url("//static.chimeroi.com/crm/images/people-detail/timeline-icon-jira.jpg") no-repeat;
  background-size: contain;
}
body.people-detail .people-timeline-list .timeline-list-main,
body.people-detail .people-timeline-note .timeline-list-main,
body.people-detail .new-time-list .timeline-list-main {
  display: inline-block;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}
body.people-detail .people-timeline-list .timeline-list-main .dialer-call-note,
body.people-detail .people-timeline-note .timeline-list-main .dialer-call-note,
body.people-detail .new-time-list .timeline-list-main .dialer-call-note {
  font-size: 14px;
  line-height: 1.43;
  color: #797e8b;
  padding-top: 10px;
}
body.people-detail .people-timeline-list .timeline-email-content,
body.people-detail .people-timeline-note .timeline-email-content,
body.people-detail .new-time-list .timeline-email-content {
  margin-top: 20px;
  border-top: 1px dashed #e8e8e8;
  padding: 10px 0;
  display: none;
}
body.people-detail .people-timeline-list .hide-more,
body.people-detail .people-timeline-note .hide-more,
body.people-detail .new-time-list .hide-more {
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
body.people-detail .people-timeline-list .task-more,
body.people-detail .people-timeline-note .task-more,
body.people-detail .new-time-list .task-more {
  color: var(--primary-color);
  cursor: pointer;
  display: inline-block;
}
body.people-detail .people-timeline-list .task-more .icon2017,
body.people-detail .people-timeline-note .task-more .icon2017,
body.people-detail .new-time-list .task-more .icon2017 {
  padding-left: 2px;
  vertical-align: middle;
}
body.people-detail .people-timeline-list .text-limit,
body.people-detail .people-timeline-note .text-limit,
body.people-detail .new-time-list .text-limit,
body.people-detail .people-timeline-list .text-all,
body.people-detail .people-timeline-note .text-all,
body.people-detail .new-time-list .text-all {
  padding-right: 15px;
}
body.people-detail .people-timeline-list .note-archor,
body.people-detail .people-timeline-note .note-archor,
body.people-detail .new-time-list .note-archor {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
body.people-detail .timeline-filter {
  margin-right: 20px;
  font-size: 12px;
  cursor: pointer;
}
body.people-detail .timeline-filter input {
  margin-right: 5px;
}
body.people-detail .delete-people .toast-confirm {
  padding: 0;
  margin: 30px 45px;
}
body.people-detail .new-email-dropdown {
  -webkit-transform: translate(-5px, -7px);
      -ms-transform: translate(-5px, -7px);
          transform: translate(-5px, -7px);
}
body.people-detail .analysis-popwin {
  width: 880px;
  height: 560px;
}
body.people-detail .analysis-popwin .modal-header h4 {
  line-height: 46px;
}
body.people-detail .analysis-popwin .modal-body {
  padding: 10px 0 0 30px;
}
body.people-detail .analysis-popwin .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #202437;
  margin-top: 30px;
}
body.people-detail .analysis-popwin .content-block {
  height: 472px;
  padding-right: 20px;
}
body.people-detail .analysis-popwin .chart-block {
  height: 220px;
  margin-top: 45px;
}
body.people-detail .analysis-popwin .empty-content {
  width: 494px;
  margin-left: 170px;
  margin-top: 90px;
  display: none;
}
body.people-detail .analysis-popwin .empty-content .icon-chats,
body.people-detail .analysis-popwin .empty-content .icon-website_01 {
  font-size: 64px;
  color: #c6c8d1;
  float: left;
  margin-right: 30px;
}
body.people-detail .analysis-popwin .empty-content .title-h {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.11;
  color: #a0a3af;
}
body.people-detail .analysis-popwin .empty-content .info {
  font-size: 14px;
  line-height: 1.43;
  color: #a0a3af;
}
body.people-detail .analysis-popwin .highcharts-self-tooltip {
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 18px;
}
body.people-detail .analysis-popwin .content-block.empty .chart-block {
  display: none;
}
body.people-detail .analysis-popwin .content-block.empty .empty-content {
  display: block;
}
body.people-detail .analysis-popwin .content-block.empty .summary-data .number {
  color: #c6c8d1;
}
body.people-detail .summary-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
body.people-detail .summary-data dl {
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
body.people-detail .summary-data dl dt {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #a0a3af;
}
body.people-detail .summary-data dl .number {
  font-size: 28px;
  font-weight: 600;
  color: #515666;
}
body.people-detail .summary-data dl .unit {
  font-size: 12px;
  color: #a0a3af;
  line-height: 30px;
}
body.people-detail .summary-data dl:nth-child(2n-1) .number {
  border-radius: 4px;
  background-color: #f6f7fb;
}
body.people-detail .filter-tab {
  display: inline-block;
  color: #c6c8d1;
  cursor: pointer;
  font-size: 0;
  vertical-align: bottom;
  margin-left: -15px;
}
body.people-detail .filter-tab .tab-item {
  color: #c6c8d1;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 15px;
  height: 30px;
  font-weight: 600;
  line-height: 30px;
  font-size: 14px;
}
body.people-detail .filter-tab .active {
  color: var(--primary-color);
  position: relative;
}
body.people-detail .filter-tab .active:before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 4px;
  width: 80%;
  bottom: -4px;
  left: 10%;
  background: var(--primary-color);
  z-index: 2;
}
body.people-detail .leadScore {
  position: relative;
}
body.people-detail .leadScore .spiderweb {
  float: left;
  width: 520px;
  padding-right: 30px;
  height: 360px;
  margin-top: 0;
}
body.people-detail .leadScore .leadscore-info {
  position: absolute;
  top: 50%;
  left: 562px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -70px;
}
body.people-detail .leadScore .leadscore-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
body.people-detail .leadScore .leadscore-name {
  font-size: 16px;
  float: left;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
}
body.people-detail .leadScore .leadscore-excellent .leadscore-name {
  color: #20c472;
}
body.people-detail .leadScore .leadscore-excellent .leadscore-num {
  background: #20c472;
}
body.people-detail .leadScore .leadscore-desc {
  color: #515666;
}
body.people-detail .leadScore .leadscore-time {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #a0a3af;
}
body.people-detail .leadScore .leadscore-change {
  font-size: 16px;
  font-weight: 600;
  padding-right: 8px;
  max-width: 100px;
}
body.people-detail .leadScore .leadscore-change-up {
  color: #2cd781;
}
body.people-detail .leadScore .leadscore-change-down {
  color: #fb6f67;
}
body.people-detail .leadScore .top-indicator {
  max-width: 260px;
}
body.people-detail .leadScore .top-indicator .title {
  font-size: 14px;
  color: #a0a3af;
}
body.people-detail .leadScore .top-indicator .icon2017 {
  font-size: 12px;
  padding: 0 10px;
}
body.people-detail .leadScore .top-indicator .icon-arrow_04_up_1 {
  color: #2cd781;
}
body.people-detail .leadScore .top-indicator .icon-arrow_04_down_1 {
  color: #fb6f67;
}
body.people-detail .leadScore .top-indicator .list {
  line-height: 32px;
  color: #515666;
  font-size: 14px;
}
body.people-detail .communications .chart-block {
  margin-top: 2px;
  height: 266px;
}
body.people-detail p {
  word-wrap: break-word;
  word-break: normal;
}
body.people-detail .timeline-filter input[type="checkbox"] + .checkbox-radio {
  margin-right: 5px;
}
body.people-detail .header-text-shadow {
  text-shadow: 0 2px 1px rgba(37, 64, 117, 0.2);
}
body.people-detail .modal-body .editing {
  display: none;
}
body.people-detail .dripmail-name:hover .icon {
  display: none;
}
body.people-detail .no-data-tip {
  text-align: center;
  border-top: 1px #ededed solid;
  height: 290px;
  padding-top: 180px;
  display: none;
}
body.people-detail .no-data-tip p:nth-of-type(1) {
  font-size: 24px;
  color: #c8c8c8;
}
body.people-detail .no-data-tip p:nth-of-type(2) {
  font-size: 14px;
  color: #adadad;
}
body.people-detail .icon-add {
  display: none;
}
body.people-detail .word-break {
  word-wrap: break-word;
  word-break: normal;
}
body.people-detail .word-ellipsis {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.people-detail .form-inquiries .textarea {
  height: 32px;
  border-color: #dcdcdc;
}
body.people-detail .form-inquiries .textarea input.enter[type="text"] {
  height: 32px;
}
body.people-detail .people-main .switch,
body.people-detail .share-lender .switch {
  position: relative;
  background: #c2c2c2;
  padding: 3px 20px;
  border-radius: 20px;
  cursor: pointer;
}
body.people-detail .people-main .switch:before,
body.people-detail .share-lender .switch:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 20px;
}
body.people-detail .people-main .switch.on,
body.people-detail .share-lender .switch.on {
  background: #46b0f3;
}
body.people-detail .people-main .switch.on:before,
body.people-detail .share-lender .switch.on:before {
  left: initial;
  right: 1px;
}
body.people-detail .people-form-main {
  max-height: 440px;
  overflow: auto;
  padding: 0 26px;
}
body.people-detail .edit-inquiries .textarea {
  position: relative;
}
body.people-detail .edit-inquiries .textarea .keyword-pannel {
  left: auto;
  width: 209px;
  max-height: 205px;
}
body.people-detail .edit-inquiries .select-list-wrap,
body.people-detail .edit-inquiries .keyword-pannel {
  position: fixed;
  width: 201px;
}
body.people-detail .edit-detail,
body.people-detail .edit-inquiries {
  width: 500px;
}
body.people-detail .edit-detail .form-inquiries .people-form-main,
body.people-detail .edit-inquiries .form-inquiries .people-form-main {
  overflow: inherit;
}
body.people-detail .edit-detail .form-inquiries .form-label,
body.people-detail .edit-inquiries .form-inquiries .form-label {
  font-size: 14px;
  text-align: left;
  color: #515666;
  font-weight: 500;
  line-height: 20px;
}
body.people-detail .edit-detail .form-inquiries .form-range-icon:after,
body.people-detail .edit-inquiries .form-inquiries .form-range-icon:after {
  width: 0;
}
body.people-detail .edit-detail .form-item .form-input,
body.people-detail .edit-inquiries .form-item .form-input,
body.people-detail .edit-detail .form-item .textarea,
body.people-detail .edit-inquiries .form-item .textarea,
body.people-detail .edit-detail .form-item .select-btn,
body.people-detail .edit-inquiries .form-item .select-btn {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
          box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, 0.1);
  border-radius: 3px;
}
body.people-detail .edit-detail .select-list-down .selectContent,
body.people-detail .edit-inquiries .select-list-down .selectContent {
  height: 35px;
  text-align: left;
  position: relative;
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
body.people-detail .edit-questionnaire,
body.people-detail .edit-dealsize {
  width: 330px;
}
body.people-detail .edit-marketingAreas {
  width: 330px;
  max-height: 100%;
}
body.people-detail .edit-marketingAreas .enter {
  height: 34px;
}
body.people-detail .edit-marketingAreas .placeholder {
  display: none !important;
}
body.people-detail .edit-marketingAreas .keyword-pannel {
  top: auto;
}
body.people-detail .edit-marketingAreas .disabled {
  background: #ccc;
}
body.people-detail .edit-marketingAreas .disabled:hover {
  background: #ccc;
}
body.people-detail .form {
  margin: 18px 0 20px;
}
body.people-detail .form-inquiries {
  padding: 0;
}
body.people-detail .form-inquiries .select-btn {
  padding-top: 0;
  line-height: 32px;
}
body.people-detail .edit-dealsize .form-dollar {
  position: absolute;
  top: 37px;
  left: 10px;
  color: #ccc;
  font-weight: bold;
}
body.people-detail .edit-dealsize .form-dollar + .format-input-price {
  padding-left: 26px;
}
body.people-detail .share-note {
  padding-left: 20px;
}
body.people-detail .note-hide {
  display: none;
}
body.people-detail .lender-hide {
  display: none !important;
}
body.people-detail .call-number-list,
body.people-detail .call-outcome-list {
  display: inline-block;
  color: #787878;
  padding: 0 5px;
}
body.people-detail .call-number-list .list-label,
body.people-detail .call-outcome-list .list-label {
  padding-right: 10px;
}
body.people-detail .call-number-list .select-btn-wrap,
body.people-detail .call-outcome-list .select-btn-wrap {
  border-bottom: 1px solid #dedede;
  width: 150px;
}
body.people-detail .call-number-list .select-btn,
body.people-detail .call-outcome-list .select-btn {
  height: 30px;
}
body.people-detail .call-option .list-label {
  vertical-align: top;
  color: #5e646c;
  margin-right: 5px;
}
body.people-detail .call-option .selectTxt {
  color: #515666;
}
body.people-detail .call-number-list {
  margin-right: 20px;
}
body.people-detail .call-number-list .selectTxt {
  display: inline-block;
  max-width: 104px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}
body.people-detail .city-search {
  width: 100%;
}
body.people-detail .people-form .opened-email .icon {
  display: none;
}
body.people-detail .note-type-list {
  top: 8px;
}
body.people-detail .follow-up-list {
  top: 10px;
}
body.people-detail .defalut-head {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #d9dde3;
  border-radius: 22px;
  text-align: center;
  vertical-align: middle;
  color: #fdfdfd;
  font-size: 30px;
}
body.people-detail .no-list .select-btn-wrap {
  cursor: inherit;
}
body.people-detail .no-list .icon-select-triangle {
  display: none;
}
body.people-detail .assinged-name {
  max-width: 120px;
  vertical-align: top;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.people-detail .people-appointment-list .time,
body.people-detail .people-task-list .time,
body.people-detail .people-info-time .time {
  display: none;
}
body.people-detail .font-black-hover:hover {
  color: #777;
}
body.people-detail .send-email-btn:hover,
body.people-detail .add-featrue:hover,
body.people-detail .send-email-lender:hover,
body.people-detail .timeline-add-btn:hover {
  background: #1c8cea;
  font-weight: bold;
}
body.people-detail .tag-add-btn:hover {
  color: #e8e8e8;
}
body.people-detail .icon-bottom-write {
  width: 0;
  height: 0;
  display: inline-block;
  cursor: pointer;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
body.people-detail .icon-bottom-white {
  width: 0;
  height: 0;
  display: inline-block;
  cursor: pointer;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  vertical-align: middle;
  position: relative;
  top: -1px;
  top: 0;
  left: -4px;
}
body.people-detail .icon-top-white {
  width: 0;
  height: 0;
  display: inline-block;
  cursor: pointer;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
  vertical-align: middle;
  position: relative;
  top: -1px;
  top: 0;
  left: -4px;
}
body.people-detail .icon-bottom-black {
  width: 0;
  height: 0;
  display: inline-block;
  cursor: pointer;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #5a5a5a;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
body.people-detail .list-down:hover .icon-bottom-black {
  border-bottom: 6px solid #5a5a5a;
  border-top: none;
}
body.people-detail .icon-top-black {
  width: 0;
  height: 0;
  display: inline-block;
  cursor: pointer;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #5a5a5a;
}
body.people-detail .icon-edit:before {
  content: "\e9aa";
  font-size: 15px;
}
body.people-detail .icon-add-people:before {
  content: "\e9b0";
  font-size: 13px;
}
body.people-detail .icon-sell:before {
  content: "\e929";
  font-size: 20px;
  color: #afb5bb;
}
body.people-detail .icon-cma:before {
  content: "\e92a";
  font-size: 20px;
  color: #afb5bb;
}
body.people-detail .icon-clock:before {
  content: "\e9ac";
  color: #646464;
  padding-right: 10px;
}
body.people-detail .icon-note:before {
  content: "\e9ad";
  color: #646464;
  padding-right: 10px;
}
body.people-detail .icon-appointment:before {
  content: "\e9af";
  color: #afb5bb;
  padding-right: 10px;
}
body.people-detail .icon-task:before {
  content: "\e9ae";
  color: #646464;
  padding-right: 10px;
}
body.people-detail .icon-social:before {
  content: "\e951";
  color: #646464;
  padding-right: 10px;
}
body.people-detail .icon-li:before {
  content: "\e905";
  color: #d7d7d7;
  margin-right: 10px;
  font-size: 13px;
}
body.people-detail .icon-message:before {
  content: "\e9c2";
  color: #afb5bb;
  font-size: 20px;
  margin-right: 14px;
}
body.people-detail .icon-chat:before {
  content: "\e9ce";
  color: #afb5bb;
  font-size: 20px;
  margin-right: 14px;
}
body.people-detail .icon-email-read:before {
  content: "\e9b1";
  color: #afb5bb;
  font-size: 20px;
  margin-right: 14px;
}
body.people-detail .icon-email-send:before {
  content: "\e986";
  color: #afb5bb;
  font-size: 17px;
  margin-right: 14px;
  position: relative;
  top: 3px;
}
body.people-detail .icon-virtual-text:before {
  content: "\e91a";
  color: #afb5bb;
  padding-right: 10px;
  font-size: 20px;
}
body.people-detail .icon-virtual-call:before {
  content: "\e91f";
  color: #afb5bb;
  padding-right: 10px;
  font-size: 20px;
}
body.people-detail .icon-phone:before {
  content: "\e9b2";
  color: #afb5bb;
  font-size: 18px;
  margin-right: 14px;
}
body.people-detail .icon-heart:before {
  content: "\e9b3";
  color: #afb5bb;
  font-size: 18px;
  margin-right: 14px;
  position: relative;
  top: 2px;
}
body.people-detail .icon-people-search:before {
  content: "\e9a8";
  color: #afb5bb;
  font-size: 18px;
  margin-right: 14px;
  position: relative;
  top: 2px;
}
body.people-detail .icon-people-eye:before {
  content: "\e9b4";
  color: #afb5bb;
  font-size: 14px;
  margin-right: 14px;
  position: relative;
  top: 4px;
}
body.people-detail .icon-note2:before {
  content: "\e9b5";
  color: #afb5bb;
  font-size: 18px;
  margin-right: 14px;
}
body.people-detail .icon-note3:before {
  content: "\e9b6";
  color: #afb5bb;
  font-size: 18px;
  margin-right: 14px;
}
body.people-detail .icon-drip:before {
  content: "\e9b7";
  color: #afb5bb;
  font-size: 18px;
  margin-right: 14px;
}
body.people-detail .people-container .icon-active:before {
  content: "\e95d";
  color: #5e646d;
  font-size: 14px;
}
body.people-detail .icon-pause {
  border: 5px solid #5e646d;
  padding-left: 4px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 4px;
}
body.people-detail .icon-note4:before {
  content: "\e9b8";
  color: #afb5bb;
  font-size: 18px;
  margin-right: 14px;
}
body.people-detail .icon-people:before {
  content: "\e9b9";
  color: #afb5bb;
  font-size: 18px;
  margin-right: 14px;
}
body.people-detail .icon-trash:before {
  content: "\e95a";
  color: #afb5bb;
  font-size: 18px;
  margin-right: 14px;
}
body.people-detail .icon-delete:before {
  content: "\e9e9";
  color: #afb5bb;
  font-size: 16px;
}
body.people-detail .icon-delete2:before {
  content: "\e9e9";
  color: #5e646d;
  font-size: 16px;
  margin-left: 5px;
}
body.people-detail .icon-transfer-lead {
  position: relative;
  top: 2px;
}
body.people-detail .icon-transfer-lead:before {
  content: "\e9cb";
  font-size: 25px;
}
body.people-detail .icon-delete-lead {
  position: relative;
  top: -1px;
}
body.people-detail .icon-delete-lead:before {
  content: "\e9e9";
  font-size: 16px;
}
body.people-detail .icon-agent:before {
  content: "\e902";
  color: #afb5bb;
  font-size: 25px;
}
body.people-detail .icon-vm:before {
  content: "\e901";
  color: #afb5bb;
  font-size: 23px;
}
body.people-detail .icon-double-bottom:before {
  content: "\e9ba";
  color: #cacaca;
  font-size: 12px;
  margin-left: 5px;
}
body.people-detail .icon-start:before {
  content: "\e933";
  color: #cacaca;
  font-size: 18px;
}
body.people-detail .icon-document-pic:before {
  content: "\e98f";
  color: #afb5bb;
  font-size: 16px;
  position: relative;
  top: 2px;
}
body.people-detail .icon-document-mp4:before {
  content: "\e988";
  color: #afb5bb;
  font-size: 16px;
  position: relative;
  top: 2px;
}
body.people-detail .icon-document-doc:before {
  content: "\e953";
  color: #afb5bb;
  font-size: 16px;
  position: relative;
  top: 2px;
}
body.people-detail .icon-upload-doc:before {
  content: "\e9eb";
  color: #afb5bb;
  font-size: 18px;
  position: relative;
  top: 2px;
}
body.people-detail .icon-delete-doc:before {
  content: "\e9ea";
  color: #afb5bb;
  font-size: 18px;
  position: relative;
  top: 2px;
}
body.people-detail .icon-lead-source:before {
  content: "\ea0e";
  color: #afb5bb;
  font-size: 18px;
  position: relative;
  top: 2px;
  left: 3px;
}
body.people-detail .icon-leave-message:before {
  content: "\ea0f";
  color: #afb5bb;
  font-size: 18px;
  position: relative;
  top: 2px;
}
body.people-detail .icon-show-request:before {
  content: "\ea10";
  color: #afb5bb;
  font-size: 18px;
  position: relative;
  top: 2px;
  left: 2px;
}
body.people-detail .icon-timeline-edit:before {
  content: "\ea15";
}
body.people-detail .icon-talked:before {
  content: "\ea21";
}
body.people-detail .icon-voicemail:before {
  content: "\ea22";
}
body.people-detail .icon-noanswer:before {
  content: "\ea1f";
}
body.people-detail .icon-badnumber:before {
  content: "\ea1e";
}
body.people-detail .icon-optedout:before {
  content: "\ea20";
}
body.people-detail .icon-phone-talking:before {
  content: "\ea1b";
}
body.people-detail .icon-phone-valid:before {
  content: "\ea1c";
}
body.people-detail .icon-phone-invalid:before,
body.people-detail .icon-phone-bad:before {
  content: "\ea18";
}
body.people-detail .icon-phone-optedout:before {
  content: "\ea1a";
}
body.people-detail .icon-email-valid:before {
  content: "\ea1d";
}
body.people-detail .icon-email-invalid:before {
  content: "\ea19";
}
body.people-detail .icon-drip_01,
body.people-detail .icon-task_01,
body.people-detail .icon-task_complete,
body.people-detail .icon-smart_plan_01 {
  font-size: 21px;
  color: #afb5bb;
}
body.people-detail .icon-call_in,
body.people-detail .icon-call_out {
  color: #afb5bb;
  font-size: 18px;
}
body.people-detail .tags-list-wrap {
  position: absolute;
  width: 100%;
}
body.people-detail .tags-list-wrap .utils-down-wrap {
  position: relative;
  max-height: 190px;
}
body.people-detail .dripmail-deal {
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
}
body.people-detail .group-change {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-top: 0;
  padding: 12px 10px;
  color: #46b0f3;
  cursor: pointer;
}
body.people-detail .dripmail-state-paused {
  color: #ff3b3b;
}
body.people-detail .dripmail-state-active {
  color: #01b456;
}
body.people-detail .dripmail-state-finish {
  color: #0087dd;
}
body.people-detail .dripmail-state-terminated {
  color: #a0a0a0;
}
body.people-detail .people-detail-val .tags-list .select-list-wrap {
  width: 288px;
  background: #fff;
  min-height: 60px;
}
body.people-detail .people-main .assigned-head-img {
  opacity: 0;
}
body.people-detail .people-main .horizontal {
  position: absolute;
  opacity: 0;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
body.people-detail .people-main .vertical {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}
body.people-detail .people-detail-link {
  color: var(--primary-color);
}
body.people-detail .upload-document li a {
  display: inline-block;
}
body.people-detail .people-warp {
  width: 100%;
}
body.people-detail #googleDrive {
  outline: 0;
}
body.people-detail .transform-title {
  text-transform: capitalize;
}
body.people-detail .js_name_edit {
  display: none;
}
body.people-detail .people-header-wrap {
  margin-top: 20px;
  border-radius: 4px;
}
body.people-detail .lead-detail-merge-tip {
  display: none;
  position: relative;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #f59700;
  background-color: #fef8e4;
  border: solid 1px #fce989;
  border-radius: 4px;
  margin-bottom: 10px;
}
body.people-detail .lead-detail-merge-tip .icon-alert_01 {
  font-size: 20px;
  vertical-align: middle;
}
body.people-detail .lead-detail-merge-tip .icon-cancel {
  position: absolute;
  cursor: pointer;
  right: 14px;
  top: 1px;
  color: #f6c700;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
body.people-detail .lead-detail-merge-tip a:not(.limited-authority) {
  cursor: pointer;
  color: #f08100;
  text-decoration: underline;
}
body.people-detail .lead-detail-merge-tip .merge-btn {
  display: inline-block;
  width: 67px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  background-color: #ffa600;
  margin-left: 20px;
  color: #fff;
  cursor: pointer;
}
body.people-detail .people-header {
  padding: 30px 10px 30px 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: -webkit-linear-gradient(354deg, #aebad1, #93a1bf);
  background: linear-gradient(96deg, #aebad1, #93a1bf);
}
body.people-detail .people-warp-header {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
}
body.people-detail .people-info-wrap {
  text-shadow: 0 2px 1px rgba(37, 64, 117, 0.2);
}
body.people-detail .people-back {
  float: left;
  cursor: pointer;
}
body.people-detail .people-change {
  float: right;
}
body.people-detail .people-change-prev {
  padding-right: 33px;
}
body.people-detail .people-info {
  padding-top: 10px;
  margin-top: 0;
}
body.people-detail .upload-document {
  padding: 27px 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 10px 0;
}
body.people-detail .upload-document > li {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.3%;
  text-align: center;
  color: #787878;
  font-size: 13px;
  cursor: pointer;
}
body.people-detail .upload-document .document-common {
  background: url("//static.chimeroi.com/crm/images/people-detail/document.png");
  display: block;
  margin: 0 auto 10px;
}
body.people-detail .upload-document .document-file {
  background: url("//static.chimeroi.com/crm/images/people-detail/document.png");
  display: block;
  margin: 0 auto 10px;
  background-position: 0 0;
  width: 32px;
  height: 40px;
}
body.people-detail .upload-document .document-file.active {
  background: url("//static.chimeroi.com/crm/images/people-detail/document.png");
  display: block;
  margin: 0 auto 10px;
  background-position: 0 40px;
  width: 32px;
  height: 40px;
}
body.people-detail .upload-document .document-dropbox {
  background: url("//static.chimeroi.com/crm/images/people-detail/document.png");
  display: block;
  margin: 0 auto 10px;
  background-position: 95px 0;
  width: 43px;
  height: 37px;
}
body.people-detail .upload-document .document-dropbox.active {
  background: url("//static.chimeroi.com/crm/images/people-detail/document.png");
  display: block;
  margin: 0 auto 10px;
  background-position: 95px 40px;
  width: 43px;
  height: 37px;
}
body.people-detail .upload-document .document-drive {
  background: url("//static.chimeroi.com/crm/images/people-detail/document.png");
  display: block;
  margin: 0 auto 10px;
  background-position: 42px 0;
  width: 41px;
  height: 38px;
}
body.people-detail .upload-document .document-drive.active {
  background: url("//static.chimeroi.com/crm/images/people-detail/document.png");
  display: block;
  margin: 0 auto 10px;
  background-position: 42px 40px;
  width: 41px;
  height: 38px;
}
body.people-detail .upload-document .document-file-btn {
  position: absolute;
  top: 0;
  left: 52px;
  width: 40px;
  height: 70px;
  opacity: 0;
  cursor: pointer;
}
body.people-detail .people-warp-header {
  background-color: #fff;
  height: 50px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.people-detail .people-info-item {
  float: left;
  /*- new version -*/
  /*- new version -*/
  /*- new version -*/
}
body.people-detail .people-info-item.name {
  margin-top: -10px;
  color: #fff;
}
body.people-detail .people-info-item.pipeline {
  padding: 0 30px 0 20px;
}
body.people-detail .people-info-item.group {
  padding: 0 20px 0 0;
}
body.people-detail .people-info-item.followup {
  float: right;
  position: relative;
}
body.people-detail .people-info-item.followup > div {
  float: left;
  position: relative;
  cursor: pointer;
}
body.people-detail .people-info-item .top {
  font-size: 16px;
  display: inline-block;
  margin-right: 0px;
}
body.people-detail .people-info-item .bottom {
  display: inline-block;
}
body.people-detail .people-info-item .people-info-role {
  font-weight: 600;
}
body.people-detail .people-info-item .people-info-name {
  margin-right: 7px;
  font-weight: bold;
  font-size: 36px;
  vertical-align: top;
  white-space: nowrap;
}
body.people-detail .people-info-item .people-info-follow {
  background: #76c991;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 2;
  display: inline-block;
}
body.people-detail .people-info-item .people-info-follow .word {
  padding: 0 10px 0 0;
  margin-right: 10px;
  border-right: 1px solid #dedede;
  font-size: 12px;
}
body.people-detail .people-info-item .people-info-follow:hover {
  background-color: #89dea5;
}
body.people-detail .people-info-item .people-group-name {
  vertical-align: top;
  padding-right: 5px;
  max-width: 155px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.people-detail .drop-group .select-list-down,
body.people-detail .drop-assign .select-list-down,
body.people-detail .select-list-down.list-down-pipeline {
  overflow-y: auto;
}
body.people-detail .people-info-item.name {
  /*- new version -*/
}
body.people-detail .people-info-item.name .bottom {
  display: block;
  font-size: 14px;
}
body.people-detail .people-info-item.name .last-time,
body.people-detail .people-info-item.name .return-site-time {
  color: #fff;
}
body.people-detail .people-info-item.name .top {
  font-size: 18px;
}
body.people-detail .people-info-item.name .top span {
  width: 450px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
}
body.people-detail .people-info-item.name .site-tip {
  left: auto !important;
  max-width: 240px !important;
}
body.people-detail .people-info-item.leadscore,
body.people-detail .people-info-item.analysis {
  float: right;
  height: 60px;
  width: 180px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body.people-detail .people-info-item.leadscore .top,
body.people-detail .people-info-item.analysis .top {
  font-weight: 600;
  font-size: 16px;
}
body.people-detail .people-info-item.leadscore .icon2017,
body.people-detail .people-info-item.analysis .icon2017 {
  margin-left: 8px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.people-detail .people-info-item.analysis {
  cursor: pointer;
}
body.people-detail .people-info-item.analysis span:nth-of-type(2) {
  margin-left: 8px;
  margin-right: 4px;
}
body.people-detail .people-info-item.analysis span:nth-of-type(2) img {
  width: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.people-detail .people-info-item.analysis:hover {
  background-color: rgba(225, 225, 225, 0.15);
}
body.people-detail .people-info-item.leadscore {
  margin-right: 21px;
  position: relative;
}
body.people-detail .people-info-item.leadscore .bottom {
  margin-left: 9px;
  font-size: 40px;
  font-weight: 300;
}
body.people-detail .people-info-item.leadscore .icon-help:before {
  font-size: 16px;
  color: #fff;
  margin-left: 6px;
}
body.people-detail .people-info-item.leadscore:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 39px;
  right: -10px;
  background-color: rgba(225, 225, 225, 0.2);
}
body.people-detail .people-info-item.pipeline .top,
body.people-detail .people-info-item.group .top,
body.people-detail .people-info-item.pipeline .bottom,
body.people-detail .people-info-item.group .bottom {
  float: left;
}
body.people-detail .people-info-item.pipeline .select-btn,
body.people-detail .people-info-item.group .select-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  height: 30px;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 30px;
  border-radius: 4px;
  border: solid 1px #e1e2e6;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
}
body.people-detail .people-info-item.pipeline .select-btn .selectTxt,
body.people-detail .people-info-item.group .select-btn .selectTxt {
  margin-left: 5px;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.people-detail .people-info-item.pipeline .select-btn .select-wrap:not(.readonly):hover,
body.people-detail .people-info-item.group .select-btn .select-wrap:not(.readonly):hover {
  background-color: #f6f7fb;
}
body.people-detail .people-info-item.pipeline .select-list-wrap,
body.people-detail .people-info-item.group .select-list-wrap {
  margin-left: 9px;
}
body.people-detail .people-info-item.pipeline:not(.select-btn-wrap),
body.people-detail .people-info-item.group:not(.select-btn-wrap) {
  height: 30px;
  line-height: 30px;
}
body.people-detail .people-info-item.group .select-btn .selectTxt {
  max-width: 155px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.people-detail .people-info-item.group .select-list-down > li {
  height: 35px;
  padding: 0;
}
body.people-detail .people-info-item.group .select-list-down > li > label {
  height: 100%;
  padding: 8px 9px;
  cursor: pointer;
}
body.people-detail .people-info-item.followup .icon2017 {
  font-size: 16px;
}
body.people-detail .people-info-item.followup .icon2017 + span {
  margin-left: 7px;
  font-size: 14px;
}
body.people-detail .people-info-item.followup a > span:last-child {
  font-weight: 600;
}
body.people-detail .people-info-item.followup .show-more {
  position: absolute;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  top: 0;
  right: 10px;
  padding-left: 8px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
body.people-detail .people-info-item.followup .show-more:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body.people-detail .people-main {
  margin-top: 20px;
}
body.people-detail .info-edit-btn:hover {
  color: #777;
}
body.people-detail .people-reporting p.people-title-bot {
  text-transform: none;
}
body.people-detail .people-reporting .dotloop-link {
  display: none;
  width: 100%;
  font-size: 12px;
  color: #a0a3af;
  margin-bottom: 20px;
}
body.people-detail .people-reporting .dotloop-link a {
  color: var(--primary-color);
}
body.people-detail .people-reporting .dotloop-tip {
  position: relative;
  display: none;
  color: #e1e2e6;
  padding-left: 6px;
}
body.people-detail .people-reporting .dotloop-tip .tip-blue {
  min-width: 250px;
}
body.people-detail .people-lead-info .people-detail-name {
  float: left;
  min-height: 1rem;
  color: #797e8b;
}
body.people-detail .people-lead-info .editDisabled {
  display: none;
}
body.people-detail .people-lead-info .edit {
  display: none;
}
body.people-detail .people-lead-info .edit div.textarea {
  display: block;
  height: auto;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
}
body.people-detail .people-lead-info .edit div.textarea:after {
  content: "";
  display: block;
  clear: both;
}
body.people-detail .people-lead-info .edit div.textarea .select {
  margin: 4px 4px 0;
  padding: 1px 6px;
  font-size: 12px;
}
body.people-detail .people-lead-info .edit div.textarea .select span:first-child {
  max-width: 90px !important;
}
body.people-detail .people-lead-info .edit div.textarea .enter {
  max-width: 110px;
  height: 29px;
}
body.people-detail .people-lead-info .people-detail-val {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 18px;
  word-wrap: break-word;
  word-break: normal;
  color: #202437;
}
body.people-detail .people-lead-info .people-detail-val.address .n-a {
  padding-left: 5;
}
body.people-detail .people-lead-info .people-detail-val .invalid {
  text-decoration: line-through;
}
body.people-detail .people-lead-info .people-detail-val .detail-input-common {
  border: 0;
  border-radius: 3px;
  height: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
}
body.people-detail .people-lead-info .people-detail-val .people-detail-input {
  border: 0;
  border-radius: 3px;
  height: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  width: 90%;
}
body.people-detail .people-lead-info .people-detail-val .people-detail-input2 {
  width: 40%;
  border: 0;
  border-radius: 3px;
  height: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
}
body.people-detail .people-lead-info .people-detail-val .select-wrap {
  position: relative;
  width: 98%;
}
body.people-detail .people-lead-info .people-detail-val .select-btn {
  height: 22px;
  padding: 2px 24px 2px 12px;
}
body.people-detail .people-lead-info .people-detail-val .icon2017 {
  cursor: pointer;
}
body.people-detail .people-lead-info .people-detail-val .icon-addmore:before {
  content: "\E9B0";
  font-size: 13px;
  margin-right: 5px;
  margin-left: -20px;
}
body.people-detail .people-lead-info .people-detail-val .icon-valid:before {
  content: "\e9f9";
  font-size: 13px;
  margin-right: 5px;
  margin-left: -20px;
  color: #69bd52;
}
body.people-detail .people-lead-info .people-detail-val .icon-invalid:before {
  content: "\e9f8";
  font-size: 13px;
  margin-right: 5px;
  margin-left: -20px;
  color: #ef6363;
}
body.people-detail .people-lead-info .people-detail-val .single-text {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 127px;
  vertical-align: bottom;
  font-weight: 600;
}
body.people-detail .people-lead-info .people-detail-val .view[type="email"] .bounced-hover-tip {
  width: 210px;
}
body.people-detail .people-lead-info .people-detail-val .view .full-info {
  white-space: normal;
  max-width: 210px;
}
body.people-detail .people-detail-list,
body.people-detail .detail-phone-list,
body.people-detail .detail-email-list,
body.people-detail .detail-detial-info {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body.people-detail .people-detail-list > li,
body.people-detail .detail-phone-list > li,
body.people-detail .detail-email-list > li,
body.people-detail .detail-detial-info > li {
  padding: 6px 0;
  font-size: 12px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 5px;
}
body.people-detail .people-detail-list > li:last-child,
body.people-detail .detail-phone-list > li:last-child,
body.people-detail .detail-email-list > li:last-child,
body.people-detail .detail-detial-info > li:last-child {
  margin-bottom: 0;
}
body.people-detail .people-detail-list > li[data-type="email"],
body.people-detail .detail-phone-list > li[data-type="email"],
body.people-detail .detail-email-list > li[data-type="email"],
body.people-detail .detail-detial-info > li[data-type="email"],
body.people-detail .people-detail-list > li[data-type="phone"],
body.people-detail .detail-phone-list > li[data-type="phone"],
body.people-detail .detail-email-list > li[data-type="phone"],
body.people-detail .detail-detial-info > li[data-type="phone"] {
  padding: 5px 0;
  position: relative;
}
body.people-detail .people-detail-list > li[data-type="email"].add-item,
body.people-detail .detail-phone-list > li[data-type="email"].add-item,
body.people-detail .detail-email-list > li[data-type="email"].add-item,
body.people-detail .detail-detial-info > li[data-type="email"].add-item,
body.people-detail .people-detail-list > li[data-type="phone"].add-item,
body.people-detail .detail-phone-list > li[data-type="phone"].add-item,
body.people-detail .detail-email-list > li[data-type="phone"].add-item,
body.people-detail .detail-detial-info > li[data-type="phone"].add-item {
  padding: 0;
  padding-bottom: 10px;
}
body.people-detail .people-detail-list > li:first-of-type,
body.people-detail .detail-phone-list > li:first-of-type,
body.people-detail .detail-email-list > li:first-of-type,
body.people-detail .detail-detial-info > li:first-of-type {
  margin-top: 10px;
}
body.people-detail .people-detail-list > li.first,
body.people-detail .detail-phone-list > li.first,
body.people-detail .detail-email-list > li.first,
body.people-detail .detail-detial-info > li.first {
  padding-top: 10px;
}
body.people-detail .people-detail-list > li.focus,
body.people-detail .detail-phone-list > li.focus,
body.people-detail .detail-email-list > li.focus,
body.people-detail .detail-detial-info > li.focus {
  padding: 7px 0 6px 5px;
  background: #e5e5e5;
}
body.people-detail .people-detail-list > li.focus.no-style,
body.people-detail .detail-phone-list > li.focus.no-style,
body.people-detail .detail-email-list > li.focus.no-style,
body.people-detail .detail-detial-info > li.focus.no-style {
  padding: 0;
  background: #fff;
}
body.people-detail .people-detail-list .marketing-areas-textarea,
body.people-detail .detail-phone-list .marketing-areas-textarea,
body.people-detail .detail-email-list .marketing-areas-textarea,
body.people-detail .detail-detial-info .marketing-areas-textarea,
body.people-detail .people-detail-list .site-collecting-textarea,
body.people-detail .detail-phone-list .site-collecting-textarea,
body.people-detail .detail-email-list .site-collecting-textarea,
body.people-detail .detail-detial-info .site-collecting-textarea {
  width: 100%;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dedede;
  height: 80px;
}
body.people-detail .people-detail-list .sell-address > div.edit,
body.people-detail .detail-phone-list .sell-address > div.edit,
body.people-detail .detail-email-list .sell-address > div.edit,
body.people-detail .detail-detial-info .sell-address > div.edit {
  padding: 5px 0 5px 5px;
}
body.people-detail .people-detail-list .sell-address.focus,
body.people-detail .detail-phone-list .sell-address.focus,
body.people-detail .detail-email-list .sell-address.focus,
body.people-detail .detail-detial-info .sell-address.focus {
  background: #e5e5e5;
}
body.people-detail .people-detail-list .areasCity,
body.people-detail .detail-phone-list .areasCity,
body.people-detail .detail-email-list .areasCity,
body.people-detail .detail-detial-info .areasCity,
body.people-detail .people-detail-list .areasZipcode,
body.people-detail .detail-phone-list .areasZipcode,
body.people-detail .detail-email-list .areasZipcode,
body.people-detail .detail-detial-info .areasZipcode {
  color: #787878;
}
body.people-detail .people-detail-list .areasCity span,
body.people-detail .detail-phone-list .areasCity span,
body.people-detail .detail-email-list .areasCity span,
body.people-detail .detail-detial-info .areasCity span,
body.people-detail .people-detail-list .areasZipcode span,
body.people-detail .detail-phone-list .areasZipcode span,
body.people-detail .detail-email-list .areasZipcode span,
body.people-detail .detail-detial-info .areasZipcode span {
  display: inline-block;
  vertical-align: top;
}
body.people-detail .people-detail-list .areasCity,
body.people-detail .detail-phone-list .areasCity,
body.people-detail .detail-email-list .areasCity,
body.people-detail .detail-detial-info .areasCity {
  margin-bottom: 10px;
}
body.people-detail .people-detail-list .areasCity span,
body.people-detail .detail-phone-list .areasCity span,
body.people-detail .detail-email-list .areasCity span,
body.people-detail .detail-detial-info .areasCity span {
  width: -webkit-calc(100% - 28px);
  width: calc(100% - 28px);
}
body.people-detail .people-detail-list .areasZipcode span,
body.people-detail .detail-phone-list .areasZipcode span,
body.people-detail .detail-email-list .areasZipcode span,
body.people-detail .detail-detial-info .areasZipcode span {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
body.people-detail .new-lead-followup {
  position: relative;
  cursor: pointer;
}
body.people-detail .send-email-btn {
  color: var(--primary-color);
}
body.people-detail .timeline-type {
  padding-bottom: 4px;
}
body.people-detail .people-timeline-fun {
  float: left;
  height: 35px;
  width: -webkit-calc( 100% - 70px );
  width: calc( 100% - 70px );
}
body.people-detail .people-timeline-fun > li {
  float: left;
  padding-right: 3px;
}
body.people-detail .people-timeline-fun .timeline-key {
  padding-right: 10px;
}
body.people-detail .people-timeline-fun .list-label {
  padding-right: 7px;
}
body.people-detail .people-timeline-fun .timeline-icon {
  margin-left: 10px;
}
body.people-detail .people-timeline-fun .timeline-link {
  border: 0;
  border-bottom: 1px solid #dedede;
  background: #fff;
  color: #787878;
}
body.people-detail .delete-document {
  width: 500px;
}
body.people-detail .docuemnt-delete-title {
  font-size: 22px;
  margin-bottom: 10px;
}
body.people-detail .share-delete-word {
  color: #787878;
  display: inline-block;
  font-size: 13px;
}
body.people-detail .people-timeline-add .select-span {
  padding-right: 15px;
}
body.people-detail .timeline-add-btn {
  float: right;
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 6px 18px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
body.people-detail .people-timeline-main {
  margin-top: 20px;
}
body.people-detail .delete-people {
  width: 450px;
}
body.people-detail .peopel-timeline-nav > li {
  display: inline-block;
  padding: 0 8px 3px;
  margin-right: 10px;
  color: #797e8b;
}
body.people-detail .peopel-timeline-nav > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
body.people-detail .peopel-timeline-nav > li.active {
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
}
body.people-detail .peopel-timeline-nav a {
  text-transform: capitalize;
}
body.people-detail .peopel-timeline-title > li {
  float: left;
  padding: 10px 0 6px;
  margin-right: 30px;
  border-bottom: 4px solid #fff;
  color: #787878;
}
body.people-detail .peopel-timeline-title a {
  text-transform: capitalize;
}
body.people-detail .peopel-timeline-title > li.active,
body.people-detail .peopel-timeline-title > li:hover,
body.people-detail .peopel-timeline-title > li:active {
  border-bottom: 4px solid #46b0f3;
  color: #282828;
  font-weight: bold;
}
body.people-detail .dripmail-flag {
  position: absolute;
  right: 0;
  top: 0;
}
body.people-detail .timeline-defult {
  text-align: center;
  padding: 90px 0 80px;
}
body.people-detail .timeline-defult .icon2017 {
  font-size: 48px;
  color: #c6c8d1;
  line-height: 0;
}
body.people-detail .timeline-defult p {
  font-size: 14px;
  color: #a0a3af;
  padding-top: 10px;
}
body.people-detail .people-timeline-list .timeline-list-main,
body.people-detail .new-time-list .timeline-list-main {
  display: inline-block;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
body.people-detail .people-timeline-list .timeline-email-content,
body.people-detail .new-time-list .timeline-email-content {
  margin-top: 20px;
  border-top: 1px dashed #e8e8e8;
  padding: 10px 0;
  display: none;
}
body.people-detail .people-timeline-list .hide-more,
body.people-detail .new-time-list .hide-more {
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
body.people-detail .add-featrue[type="readonly"],
body.people-detail .add-featrue.readonly {
  color: #787878;
}
body.people-detail .feature-add-icon {
  margin-right: 10px;
  position: relative;
}
body.people-detail .people-drip-list,
body.people-detail .people-smartplan-list {
  margin-top: 14px;
}
body.people-detail .people-drip-list > li,
body.people-detail .people-smartplan-list > li {
  margin: 6px 0 16px 0;
  position: relative;
}
body.people-detail .people-drip-list > li:last-child,
body.people-detail .people-smartplan-list > li:last-child {
  border: 0;
}
body.people-detail .people-drip-list .people-drip-title,
body.people-detail .people-smartplan-list .people-drip-title {
  width: 160px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body.people-detail .people-drip-list .people-drip-desc,
body.people-detail .people-smartplan-list .people-drip-desc {
  font-size: 13px;
  color: #787878;
  line-height: 18px;
}
body.people-detail .people-drip-list .people-drip-time,
body.people-detail .people-smartplan-list .people-drip-time {
  font-size: 13px;
  color: #a0a0a0;
}
body.people-detail .utils-click-toggle.unsubscribed > a.add-alert-btn,
body.people-detail .utils-click-toggle.no-email > a.add-alert-btn {
  color: #787878;
}
body.people-detail .people-alert-list {
  margin-top: 14px;
}
body.people-detail .people-alert-list > li {
  padding-bottom: 20px;
  position: relative;
}
body.people-detail .people-alert-list .alert-title-main {
  width: 146px;
  display: inline-block;
  word-wrap: break-word;
  word-break: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body.people-detail .people-alert-list .alert-time {
  font-size: 12px;
  color: #a0a0a0;
  float: right;
}
body.people-detail .people-alert-list .red-bubble:before {
  position: absolute;
  content: "";
  padding: 2.5px;
  border-radius: 2.5px;
  background: #ff5555;
  right: 74px;
  top: 5px;
}
body.people-detail .people-alert-list .alert-deal {
  position: absolute;
  right: 0;
  top: 10px;
  display: none;
}
body.people-detail .people-alert-list .alert-deal .feature-edit {
  padding-right: 5px;
}
body.people-detail .people-alert-list .alert-deal .feature-edit .icon-edit:before {
  color: #5e646d;
}
body.people-detail .people-alert-list .alert-deal .feature-delete .icon-delete:before {
  color: #5e646d;
}
body.people-detail .people-alert-list .alert-status {
  float: left;
  width: 200px;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
body.people-detail .people-assigned-list {
  margin-bottom: 10px;
}
body.people-detail .people-assigned-list > li {
  margin-top: 20px;
  position: relative;
}
body.people-detail .people-assigned-list .assigned-type {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}
body.people-detail .people-assigned-list .assigned-head,
body.people-detail .people-assigned-list .lender-head {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
body.people-detail .people-assigned-list .lender-head.Sindeo {
  background-color: #007681;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
}
body.people-detail .people-assigned-list .assigned-main {
  float: left;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
body.people-detail .people-assigned-list .assigned-main .site-tip {
  min-width: 230px;
}
body.people-detail .people-assigned-list .assigned-main .site-tip p {
  white-space: initial;
}
body.people-detail .people-assigned-list .assigned-main .select-span {
  max-width: 100%;
  width: 190px;
  padding-left: 10px;
  overflow: visible;
}
body.people-detail .people-assigned-list .assigned-main .selectTxt {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #515666;
  margin-bottom: 6px;
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.people-detail .people-assigned-list .assigned-main .icon-select-triangle {
  font-size: 16px;
}
body.people-detail .people-assigned-list .assigned-main .icon-select-triangle:before {
  color: #c6c8d1;
}
body.people-detail .people-assigned-list .assigned-main .select-list-wrap li {
  padding: 10px 35px 10px 16px;
}
body.people-detail .people-assigned-list .assigned-main .select-list-wrap i {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  background: #fb6f67;
  color: #fff;
  text-align: center;
  line-height: 42px;
}
body.people-detail .people-assigned-list .assigned-main .select-list-wrap .img-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
body.people-detail .people-assigned-list .assigned-main .select-list-wrap .radio-checkbox.active:after {
  top: 21px;
  right: 20px;
}
body.people-detail .people-assigned-list .assigned-main .icon-bottom-black {
  margin-left: 5px;
}
body.people-detail .people-assigned-list .assigned-name {
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 2px;
}
body.people-detail .people-assigned-list .assigned-info,
body.people-detail .people-assigned-list .lender-info {
  color: #a0a3af;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
body.people-detail .people-assigned-list .assignStatus {
  padding-left: 10px;
}
body.people-detail .people-assigned-list .lender-info-tip:hover:before {
  display: block;
}
body.people-detail .people-assigned-list .lender-info-tip:before {
  content: "This lead refuses to share his info with any lenders.";
  position: absolute;
  display: none;
  border-radius: 3px;
  border: 1px solid #e8e5e5;
  background: #f4f4f4;
  z-index: 10;
  left: 70px;
  top: 54px;
  padding: 4px;
  font-size: 12px;
}
body.people-detail .people-assigned-list .assignStatus {
  cursor: pointer;
}
body.people-detail .people-assigned-list .icon-lock_01 {
  position: absolute;
  right: 6px;
  top: 50%;
  color: #c6c8d1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
body.people-detail .people-timeline-note > li,
body.people-detail .new-time-list > li {
  padding: 20px 0 10px;
  margin: 0 20px;
  position: relative;
}
body.people-detail .people-timeline-note > li:last-child,
body.people-detail .new-time-list > li:last-child {
  border-bottom: 1px solid #ebecf1;
}
body.people-detail .people-timeline-note > li:last-child.no-border,
body.people-detail .new-time-list > li:last-child.no-border {
  border-bottom: none;
}
body.people-detail .people-timeline-note .note-head,
body.people-detail .new-time-list .note-head {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 10px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
body.people-detail .people-timeline-note .note-main,
body.people-detail .new-time-list .note-main {
  display: inline-block;
  padding-bottom: 10px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
body.people-detail .people-timeline-note .note-main-sd,
body.people-detail .new-time-list .note-main-sd {
  word-wrap: break-word;
  word-break: normal;
}
body.people-detail .people-timeline-note .note-title,
body.people-detail .new-time-list .note-title {
  font-size: 14px;
  color: #515666;
}
body.people-detail .people-timeline-note .note-desc,
body.people-detail .new-time-list .note-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #797e8b;
  word-wrap: break-word;
  word-break: break-word;
}
body.people-detail .people-timeline-note .note-time,
body.people-detail .new-time-list .note-time {
  color: #a0a3af;
  font-size: 12px;
}
body.people-detail .people-timeline-note .note-tag,
body.people-detail .new-time-list .note-tag {
  position: absolute;
  right: 10px;
  top: 12px;
  border: 1px solid #282828;
  padding: 2px;
  border-radius: 2px;
  font-size: 12px;
}
body.people-detail .title-icon-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
body.people-detail .title-icon-wrap .timeline-delete,
body.people-detail .title-icon-wrap .note-delete {
  display: none;
  font-size: 16px;
  color: #a0a3af;
}
body.people-detail .title-icon-wrap .timeline-delete:hover,
body.people-detail .title-icon-wrap .note-delete:hover {
  color: #fb6f67;
}
body.people-detail .title-icon-wrap .stick-icon {
  display: none;
  font-size: 16px;
  margin-left: 20px;
  color: #a0a3af;
}
body.people-detail .title-icon-wrap .stick-icon:hover {
  color: var(--primary-color);
}
body.people-detail .title-icon-wrap .sticked-icon {
  font-size: 16px;
  margin-left: 20px;
  color: #e1e2e6;
}
body.people-detail .timeline-hover .note-title,
body.people-detail .timeline-hover .people-timeline-title {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50px;
}
body.people-detail .timeline-hover:hover .timeline-delete,
body.people-detail .timeline-hover:hover .note-delete,
body.people-detail .timeline-hover:hover .stick-icon {
  display: inline;
}
body.people-detail .timeline-hover:hover .sticked-icon {
  color: #a0a3af;
}
body.people-detail .timeline-hover:hover .sticked-icon:hover {
  color: var(--primary-color);
}
body.people-detail .timeline-hover:hover .timeline-edit {
  display: block;
}
body.people-detail .timeline-hover:hover .document-delete {
  display: inline-block;
}
body.people-detail .timeline-hover:hover .document-main a {
  color: #46b0f3;
}
body.people-detail .people-social-list {
  margin-top: 8px;
}
body.people-detail .people-social-list > li {
  padding: 12px 0 15px;
}
body.people-detail .people-social-list .social-type {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}
body.people-detail .people-social-list .social-type.facebook {
  background: #3a589b;
}
body.people-detail .people-social-list .social-type.linkedin {
  background: #007ab9;
}
body.people-detail .people-social-list .social-type.twitter {
  background: #2c96da;
}
body.people-detail .people-social-list .social-head {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 10px;
}
body.people-detail .people-social-list .social-head img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
}
body.people-detail .people-social-list .social-main {
  float: left;
  width: 186px;
}
body.people-detail .people-social-list .social-name {
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.people-detail .people-social-list .social-info {
  color: #787878;
  font-size: 13px;
}
body.people-detail .social-default {
  padding: 30px 0 10px;
  color: #a0a3af;
}
body.people-detail .social-default .icon2017 {
  padding-right: 20px;
}
/*  Phone Tag Optimization  */
.people-detail-list .js-emailphone-valid {
  position: relative;
  margin-right: 2px;
  font-size: 16px;
  top: 2px;
}
.people-detail-list .js-emailphone-valid.icon-mail_01,
.people-detail-list .js-emailphone-valid.icon-mail_bounced,
.people-detail-list .js-emailphone-valid.icon-call_01,
.people-detail-list .js-emailphone-valid.icon-phone-valid {
  color: #797e8b;
}
.people-detail-list .js-emailphone-valid.icon-mail_invalid,
.people-detail-list .js-emailphone-valid.icon-call_invalid,
.people-detail-list .js-emailphone-valid.icon-phone-bad {
  color: #c6c8d1;
}
.people-detail-list .js-emailphone-valid.icon-call_ringing {
  color: var(--primary-color);
}
.people-detail-list .js-emailphone-valid.icon-call_blacklist {
  color: #fb6f67;
}
.type-list-wrapper {
  display: none;
  position: absolute;
  left: 0px;
  top: 33px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background-color: #fff;
  color: #787878;
  cursor: default;
  -webkit-box-shadow: 0 2px 5px rgba(0, 11, 29, 0.1);
          box-shadow: 0 2px 5px rgba(0, 11, 29, 0.1);
  z-index: 1;
}
.type-list-wrapper.on {
  display: block;
}
.type-list-wrapper .arrow-top {
  content: "";
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 6px solid #d2d2d2;
  position: absolute;
  top: -6px;
  /* border-radius: 3px; */
  left: 70px;
}
.type-list-wrapper .arrow-top:before {
  content: "";
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  left: -5px;
  top: 1px;
}
.detail-phone .type-list-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*call lead or send text to lead*/
.icon-mailto-lead:before {
  content: "\E986";
  font-size: 14px;
}
.icon-call-lead:before {
  content: "\E9B2";
  font-size: 16px;
}
.delete-lead,
.transfer-lead {
  float: left;
  margin-right: 10px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #282828;
  font-size: 18px;
  border-radius: 4px;
}
.delete-lead:hover,
.transfer-lead:hover {
  border-radius: 4px;
}
.call-lead,
.text-lead,
.mailto-lead {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.call-lead a,
.text-lead a,
.mailto-lead a {
  z-index: 2;
  display: inline-table;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.call-lead a span.icon2017,
.text-lead a span.icon2017,
.mailto-lead a span.icon2017 {
  margin-left: 5px;
  margin-top: 3px;
}
.call-lead-multiNo,
.text-lead-multiNo {
  position: relative;
}
.call-lead-multiNo .call-lead,
.text-lead-multiNo .call-lead,
.call-lead-multiNo .text-lead,
.text-lead-multiNo .text-lead {
  width: 36px;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.call-lead-multiNo .show-more,
.text-lead-multiNo .show-more {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 32px;
}
.call-lead-multiNo .show-more > a,
.text-lead-multiNo .show-more > a {
  display: inline-table;
  line-height: 32px;
}
.call-lead-multiNo > div,
.text-lead-multiNo > div {
  float: left;
  background-color: #3dbaa1;
  height: 32px;
}
.call-lead-multiNo > div:hover,
.text-lead-multiNo > div:hover {
  opacity: 0.65;
}
.call-lead-multiNo .icon-call-lead,
.text-lead-multiNo .icon-call-lead {
  margin-right: 3px;
}
.call-lead-multiNo .show-list:before,
.text-lead-multiNo .show-list:before {
  margin-right: 8px;
  content: "";
  border-left: 1px solid #bef7d0;
}
.confirm-use-nexmo {
  width: 360px;
}
.followup .not-available a {
  opacity: 0.6;
  cursor: not-allowed;
}
.followup .not-available a > span {
  cursor: not-allowed;
}
.call-lead {
  background-color: #2cd781;
  color: #fff;
}
.text-lead {
  background-color: var(--primary-color-5);
  color: #fff;
}
.call-lead-disabled {
  cursor: not-allowed;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2cd781;
  color: #fff;
  opacity: 0.6;
}
.call-lead-disabled a {
  z-index: 2;
  display: inline-table;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.call-lead-disabled a span.icon2017 {
  margin-left: 5px;
  margin-top: 3px;
}
.call-lead-disabled > a {
  cursor: not-allowed;
}
.call-lead-disabled > a > .icon2017 {
  cursor: not-allowed;
  opacity: 0.6;
}
.text-lead-disabled {
  cursor: not-allowed;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--primary-color-5);
  color: #fff;
  opacity: 0.6;
}
.text-lead-disabled a {
  z-index: 2;
  display: inline-table;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-lead-disabled a span.icon2017 {
  margin-left: 5px;
  margin-top: 3px;
}
.text-lead-disabled > a {
  cursor: not-allowed;
}
.text-lead-disabled > a > .icon2017 {
  cursor: not-allowed;
  opacity: 0.6;
}
.mailto-lead-disabled {
  cursor: not-allowed;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #688bf9;
  color: #fff;
  opacity: 0.6;
}
.mailto-lead-disabled a {
  z-index: 2;
  display: inline-table;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mailto-lead-disabled a span.icon2017 {
  margin-left: 5px;
  margin-top: 3px;
}
.mailto-lead-disabled span {
  position: relative;
}
.mailto-lead-disabled a > span.icon2017 {
  margin-left: 11px;
}
.mailto-lead-disabled > a {
  cursor: not-allowed;
}
.mailto-lead-disabled > a > .icon2017 {
  cursor: not-allowed;
  opacity: 0.6;
}
.delete-lead,
.transfer-lead {
  border: 1px solid #e1e2e6;
  height: 30px;
  width: 36px;
}
.delete-lead:hover,
.transfer-lead:hover {
  background-color: #f6f7fb;
}
.delete-lead a,
.transfer-lead a {
  display: inline-table;
  width: 100%;
  height: 100%;
  color: #797e8b;
}
.delete-lead .icon2017:before,
.transfer-lead .icon2017:before {
  line-height: inherit;
}
.transfer-lead:hover .icon2017 {
  color: var(--primary-color);
}
.delete-lead:hover .icon2017 {
  color: #f0454c;
}
.transfer-lead:hover .icon {
  color: #46b0f3;
}
.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.js-mail-select li a {
  width: 100%;
}
.contact-info-list-li li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.contact-info-list-li li.member-info {
  padding: 0 8px;
  height: 30px;
}
.contact-info-list-li li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.contact-info-list-li li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.contact-info-list-li li .relation.dn {
  display: none;
}
.contact-info-list-li li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}
.contact-info-list-li li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.text-pop-phone-list-select-wrap ul.select-list-down li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.text-pop-phone-list-select-wrap ul.select-list-down li.member-info {
  padding: 0 8px;
  height: 30px;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .relation.dn {
  display: none;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.text-pop-phone-list-select-wrap ul.select-list-down li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.text-pop-phone-list-select-wrap ul.select-list-down li.member-info {
  padding: 0 8px;
  height: 30px;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .relation.dn {
  display: none;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.text-pop-phone-list-select-wrap ul.select-list-down li {
  height: 30px;
}
.text-pop-phone-list-select-wrap ul.select-list-down li .relation {
  max-width: 70px;
}
.text-pop-phone-list-select-wrap ul.select-list-down li.member-info {
  cursor: default;
}
.text-pop-phone-list-select-wrap ul.select-list-down li.member-info:hover {
  background: #fff;
}
.contact-info-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.contact-info-list li.member-info {
  padding: 0 8px;
  height: 30px;
}
.contact-info-list li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.contact-info-list li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.contact-info-list li .relation.dn {
  display: none;
}
.contact-info-list li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.contact-info-list li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.contact-info-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.contact-info-list li.member-info {
  padding: 0 8px;
  height: 30px;
}
.contact-info-list li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.contact-info-list li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.contact-info-list li .relation.dn {
  display: none;
}
.contact-info-list li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}
.contact-info-list li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.phone-list {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 10, 30, 0.1);
  position: absolute;
  z-index: 2;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 4px;
  border: 1px solid #c6c8d1;
}
.phone-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.phone-list li.member-info {
  padding: 0 8px;
  height: 30px;
}
.phone-list li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.phone-list li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.phone-list li .relation.dn {
  display: none;
}
.phone-list li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.phone-list li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.phone-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.phone-list li.member-info {
  padding: 0 8px;
  height: 30px;
}
.phone-list li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.phone-list li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.phone-list li .relation.dn {
  display: none;
}
.phone-list li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}
.phone-list li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.phone-list li a {
  width: 100%;
}
.phone-list li.member-info {
  cursor: default;
}
.phone-list li.member-info:hover {
  background: #fff;
}
.phone-list li:not(.member-info):hover,
.phone-list li.selected {
  background-color: #f6f7fb;
  cursor: pointer;
}
.phone-list li:nth-of-type(1) {
  margin-top: 6px;
}
.phone-list li:last-child {
  margin-bottom: 6px;
}
.phone-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.phone-list li.member-info {
  padding: 0 8px;
  height: 30px;
}
.phone-list li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.phone-list li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.phone-list li .relation.dn {
  display: none;
}
.phone-list li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.phone-list li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.phone-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 18px;
}
.phone-list li.member-info {
  padding: 0 8px;
  height: 30px;
}
.phone-list li .username {
  font-size: 12px;
  font-weight: 600;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.phone-list li .relation {
  margin-left: 5px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.phone-list li .relation.dn {
  display: none;
}
.phone-list li .contact-value {
  display: inline-block;
  color: #515666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
}
.phone-list li .contact-desc {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #a0a3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20%;
}
.phone-list li.member-info {
  cursor: default;
}
.phone-list li.member-info:hover {
  background: #fff;
}
.phone-list li:not(.member-info):hover,
.phone-list li.selected {
  background-color: #f6f7fb;
  cursor: pointer;
}
.phone-list li:nth-of-type(1) {
  margin-top: 6px;
}
.phone-list li:last-child {
  margin-bottom: 6px;
}
.phone-list li .username {
  max-width: 150px;
}
.phone-list li .relation {
  max-width: 70px;
}
.phone-list li .phone-number {
  max-width: 106px;
}
.phone-list li .phone-desc {
  max-width: 70px;
}
.phone-list,
.export-list,
.text-template-list,
.contact-info-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 4px;
  border: 1px solid #c6c8d1;
}
.phone-list li.member-info,
.export-list li.member-info,
.text-template-list li.member-info,
.contact-info-list li.member-info {
  cursor: default;
}
.phone-list li.member-info:hover,
.export-list li.member-info:hover,
.text-template-list li.member-info:hover,
.contact-info-list li.member-info:hover {
  background: #fff;
}
.phone-list li:not(.member-info):hover,
.export-list li:not(.member-info):hover,
.text-template-list li:not(.member-info):hover,
.contact-info-list li:not(.member-info):hover,
.phone-list li.selected,
.export-list li.selected,
.text-template-list li.selected,
.contact-info-list li.selected {
  background-color: #f6f7fb;
  cursor: pointer;
}
.phone-list li:nth-of-type(1),
.export-list li:nth-of-type(1),
.text-template-list li:nth-of-type(1),
.contact-info-list li:nth-of-type(1) {
  margin-top: 6px;
}
.phone-list li:last-child,
.export-list li:last-child,
.text-template-list li:last-child,
.contact-info-list li:last-child {
  margin-bottom: 6px;
}
.export-list li,
.text-template-list li {
  line-height: 17px;
  padding: 8px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #787878;
}
.export-list li span:last-child,
.text-template-list li span:last-child {
  color: #515666;
}
.export-list {
  width: 172px;
}
.export-list span:nth-of-type(1) {
  margin-left: 24px;
  color: #a0a3af;
}
.phone-list.call-phone-list:before,
.phone-list.text-phone-list:before,
.export-list:before {
  content: "";
  position: absolute;
  display: inline-block;
  border: 8px solid;
  border-color: transparent transparent #c6c8d1 transparent;
  top: -16px;
  left: 75px;
}
.phone-list.call-phone-list:after,
.phone-list.text-phone-list:after,
.export-list:after {
  content: "";
  position: absolute;
  display: inline-block;
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
  top: -15px;
  left: 75px;
}
.export-list {
  width: 125px;
  font-size: 14px;
  top: 45px;
  left: -46px;
}
.export-list:before,
.export-list:after {
  right: 53px;
  left: auto;
}
.export-list li {
  padding: 8px 20px;
  text-align: center;
}
.export-list li span.export-item {
  margin-left: 0;
  text-transform: capitalize;
}
/*
.phone-list-arrow{
    &:before{
        z-index: 2;
        content: "";
        position: absolute;
        display: inline-block;
        border: 8px solid;
        border-color: transparent transparent #c6c8d1 transparent;
        top: -16px;
        right: 79px;
    }
    &:after{
        // width: 7px;
        // height: 7px;
        // border-top: 1px solid #dedede;
        // border-left: 1px solid #dedede;
        // display: inline-block;
        // transform: rotate(45deg);
        // content: '';
        // position: absolute;
        // top: -5px;
        // right: 143px;
        // background: #fff;
        z-index: 2;
        content: "";
        position: absolute;
        display: inline-block;
        border: 8px solid;
        border-color: transparent transparent #fff transparent;
        top: -15px;
        right: 79px;
    }
}
*/
/*
.phone-list.text-phone-list{
    width: 120px;
    li{
        padding: 8px 16px;
    }
    &:before{
        content: "";
        position: absolute;
        display: inline-block;
        border: 8px solid;
        border-color: transparent transparent #c6c8d1 transparent;
        top: -16px;
        right: 29px;
    }
    &:after{
        // width: 7px;
        // height: 7px;
        // border-top: 1px solid #dedede;
        // border-left: 1px solid #dedede;
        // display: inline-block;
        // transform: rotate(45deg);
        // content: '';
        // position: absolute;
        // top: -5px;
        // right: 143px;
        // background: #fff;
        content: "";
        position: absolute;
        display: inline-block;
        border: 8px solid;
        border-color: transparent transparent #fff transparent;
        top: -15px;
        right: 29px;
    }
}
*/
.call-phone-list,
.text-phone-list {
  top: 45px;
}
.call-phone-list ul,
.text-phone-list ul {
  max-height: 250px;
  overflow-y: auto;
}
.call-phone-list .icon2017,
.text-phone-list .icon2017 {
  font-size: 14px;
  position: relative;
  top: 2px;
}
.call-phone-list .icon-call_01,
.text-phone-list .icon-call_01 {
  color: #787878;
}
.call-phone-list .icon-call_invalid,
.text-phone-list .icon-call_invalid {
  color: #c6c8d1;
}
.call-phone-list .icon-call_ringing,
.text-phone-list .icon-call_ringing {
  color: #1684fb;
}
.call-phone-list .icon-call_blacklist,
.text-phone-list .icon-call_blacklist {
  color: #f96464;
}
.text-phone-list .icon2017 {
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.text-phone-list .icon-call_01 {
  color: #787878;
}
.text-phone-list .icon-call_ringing {
  color: #1684fb;
}
.text-phone-list .icon-call_blacklist {
  color: #f96464;
}
.text-template-list {
  width: 132px;
  left: 86px;
}
.call-status {
  height: 40px;
  width: 100%;
  color: #fff;
  line-height: 35px;
  position: fixed;
  bottom: -40px;
  text-align: center;
}
.icon-dial {
  font-size: 20px;
  position: relative;
  top: 4px;
}
.icon-connecting:before {
  content: "\e9f4";
  font-size: 20px;
  position: relative;
  top: 4px;
}
.icon-success:before {
  content: "\e9f2";
  font-size: 20px;
  position: relative;
  top: 4px;
}
.call-status-error {
  background-color: #f57345;
}
.call-status-success {
  background-color: #44b9a1;
}
.call-status-connecting {
  background-color: #46b0f3;
}
.call-status-msg {
  font-size: 14px;
}
.record-status {
  padding-left: 30px;
  font-size: 12px;
}
.call-log-pop .js_btn_cancel {
  width: 100px;
}
.edit-log-pop .log-time {
  color: #787878;
  padding-right: 20px;
}
.edit-log-pop .log-info {
  height: 186px;
}
/** edit call log **/
.timeline-edit {
  display: none;
  color: #afb5bb;
  position: absolute;
  font-size: 14px;
  right: 40px;
  bottom: 10px;
}
.confirm-record {
  width: 360px;
}
.confirm-record a {
  color: #46b0f3;
}
a.record-switch {
  text-decoration: underline;
  font-weight: bold;
}
.mailto-lead {
  background-color: #688bf9;
  color: #fff;
}
.mailto-lead span {
  position: relative;
}
.mailto-lead a > span.icon2017 {
  margin-left: 11px;
}
.people-detail .text-log {
  height: 300px;
}
.people-detail .text-log .form-button {
  margin-top: 0;
}
.icon-arrow {
  content: "";
  display: inline-block;
  color: #afb5bb;
  position: relative;
  cursor: pointer;
  left: 5px;
  top: -1px;
}
.icon-arrow-down:before {
  border-top: 6px solid #5a5a5a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  display: inline-block;
  color: #afb5bb;
  position: relative;
  cursor: pointer;
  left: 5px;
  top: -1px;
}
.icon-arrow-up:before {
  border-bottom: 6px solid #5a5a5a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  display: inline-block;
  color: #afb5bb;
  position: relative;
  cursor: pointer;
  left: 5px;
  top: -1px;
}
.view[type="location"] p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
span.view-callresult {
  color: var(--primary-color);
  font-size: 12px;
  cursor: pointer;
  display: block;
  width: 91px;
  margin-top: 8px;
}
/* report-pop */
.edit-report-pop .modal-header .header {
  text-align: center;
}
.edit-report-pop .report-form {
  width: 920px;
  position: relative;
}
.edit-report-pop .report-form .transaction-form .item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 5px 19px 5px;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}
.edit-report-pop .report-form .transaction-form .item .form-item-2 {
  width: 100%;
}
.edit-report-pop .report-form .transaction-form .item .form-item-2 .form-label {
  font-size: 14px;
  font-weight: normal;
}
.edit-report-pop .report-form .form-side {
  position: absolute;
  width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.edit-report-pop .report-form .form-side h3 {
  margin: 20px 0 0 20px;
  font-size: 18px;
}
.edit-report-pop .report-form .form-side ul {
  margin-top: 15px;
  overflow: auto;
}
.edit-report-pop .report-form .form-side li {
  position: relative;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-report-pop .report-form .form-side li.active,
.edit-report-pop .report-form .form-side li:hover {
  background: #f6f7fb;
}
.edit-report-pop .report-form .form-side li.active:before,
.edit-report-pop .report-form .form-side li:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 40px;
  background-color: var(--primary-color);
}
.edit-report-pop .report-form .form-side li:hover .trans-type {
  display: none;
}
.edit-report-pop .report-form .form-side li:hover .delete-trans {
  display: inline-block;
}
.edit-report-pop .report-form .form-side li .trans-name {
  margin-left: 20px;
  display: inline-block;
  max-width: 135px;
  width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edit-report-pop .report-form .form-side li .trans-type {
  max-width: 60px;
  text-align: center;
  font-size: 12px;
  color: #a0a3af;
  border-radius: 2px;
  background-color: #ebecf1;
  padding: 2px 6px;
}
.edit-report-pop .report-form .form-side li .delete-trans {
  position: relative;
  top: 2px;
  color: #a0a3af;
  display: none;
}
.edit-report-pop .report-form .form-side li > div {
  text-align: right;
  width: 70px;
  padding: 0 20px 0 4px;
}
.edit-report-pop .report-form .form-side label {
  display: block;
  margin: 10px auto 5px;
  width: 210px;
  line-height: 36px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #e1e2e6;
  cursor: pointer;
}
.edit-report-pop .report-form .form-side .icon-add_bold {
  margin-left: 25px;
}
.edit-report-pop .report-form .form-side input {
  margin-left: 10px;
  padding: 0;
  font-size: 14px;
  color: #515666;
  border: none;
  background: #fff;
}
.edit-report-pop .report-form .form {
  margin-left: 249px;
  padding-top: 30px;
  border-left: 1px solid #ebecf1;
  height: -webkit-calc(90vh - 165px);
  height: calc(90vh - 165px);
  max-height: 400px;
  overflow-y: auto;
  display: none;
}
.edit-report-pop .report-form .form.active {
  display: block;
}
.edit-report-pop .report-form .form .form-item {
  width: 610px;
}
.edit-report-pop .report-form .form .form-input {
  background-color: transparent;
  padding: 0 10px;
}
.edit-report-pop .report-form .form .form-input.format-input-percent {
  padding: 0 25px 0 10px;
}
.edit-report-pop .report-form .form .form-input.format-input-price {
  padding: 0 10px 0 25px;
}
.edit-report-pop .report-form .form .form-input.closed-date {
  padding: 0 10px;
  background-color: #fff;
  cursor: pointer;
}
.edit-report-pop .report-form .form .form-label > .required {
  color: #f0454c;
  font-size: 16px;
}
.edit-report-pop .report-form .form .closing-congrat {
  font-size: 14px;
  color: #797e8b;
  margin-bottom: 30px;
}
.edit-report-pop .report-form .transaction-empty {
  margin-left: 249px;
  padding-top: 180px;
  border-left: 1px solid #ebecf1;
  min-height: 320px;
  text-align: center;
  color: #c6c8d1;
}
.edit-report-pop .report-form .transaction-empty .icon2017 {
  font-size: 64px;
}
.edit-report-pop .report-form .transaction-empty p {
  margin-top: 20px;
}
.edit-report-pop .report-form .icon-dollar {
  position: absolute;
  left: 10px;
  top: 36px;
  color: #c6c8d1;
}
.edit-report-pop .report-form .icon-dollar:before {
  content: "$";
}
.edit-report-pop .report-form .icon-percent {
  position: absolute;
  top: 36px;
  right: 10px;
  color: #c6c8d1;
}
.edit-report-pop .report-form .icon-percent:before {
  content: "%";
}
/* lead routing assign */
.show-rule,
.show-record {
  cursor: pointer;
  display: inline-block;
}
.rule-content {
  line-height: 1.5;
}
.dotloop-pop {
  width: 680px;
}
.dotloop-pop .tip-hover {
  margin-left: 5px;
  color: #e1e2e6;
}
.dotloop-pop .export-info .site-tip-right {
  top: -22px !important;
}
.dotloop-pop .icon-dollar {
  position: absolute;
  left: 10px;
  top: 39px;
  color: #8c8c8c;
}
.dotloop-pop .icon-dollar:before {
  content: "$";
}
.dotloop-pop .price-item input {
  padding: 0 25px;
}
.private-pop h3 {
  text-align: left;
}
.private-pop a {
  color: var(--primary-color);
  text-decoration: none;
}
.private-pop a:hover {
  text-decoration: underline;
}
#new-filter-timeline-list-ul > li {
  border-bottom: 1px solid #ebecf1;
  padding: 20px 0 20px 0;
  position: relative;
}
#new-filter-timeline-list-ul > li.document-item {
  padding: 20px 0;
  margin: 0 20px;
}
#new-filter-timeline-list-ul > li:last-child {
  border-bottom: none;
}
#new-filter-timeline-list-ul .list-bold {
  font-weight: bold;
}
#new-filter-timeline-list-ul .list-gray {
  color: #797e8b;
}
#new-filter-timeline-list-ul .list-bule {
  color: var(--primary-color);
}
#new-filter-timeline-list-ul .list-time {
  margin-top: 10px;
  color: #a0a3af;
  font-size: 12px;
}
#new-filter-timeline-list-ul .show-rule {
  padding-left: 5px;
}
#new-filter-timeline-list-ul .people-timeline-title {
  color: #515666;
}
#new-filter-timeline-list-ul .people-timeline-title .list-gray {
  color: #515666;
}
#new-filter-timeline-list-ul .document-time {
  position: absolute;
  right: 0px;
  top: 21px;
  color: #787878;
  font-size: 12px;
}
#new-filter-timeline-list-ul .document-main {
  width: -webkit-calc( 100% - 140px);
  width: calc( 100% - 140px);
  color: #787878;
  font-size: 15px;
}
#new-filter-timeline-list-ul .timeline-item-main {
  color: #797e8b;
  word-wrap: break-word;
  word-break: break-word;
}
#new-filter-timeline-list-ul .timeline-list-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding-right: 20px;
  vertical-align: top;
}
#new-filter-timeline-list-ul .timeline-list-icon .icon2017 {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 37px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
#new-filter-timeline-list-ul .timeline-list-icon .icon2017:before {
  vertical-align: middle;
}
#new-filter-timeline-list-ul .timeline-list-icon .icon-view_02,
#new-filter-timeline-list-ul .timeline-list-icon .icon-call_02,
#new-filter-timeline-list-ul .timeline-list-icon .icon-call_in,
#new-filter-timeline-list-ul .timeline-list-icon .icon-call_out,
#new-filter-timeline-list-ul .timeline-list-icon .icon-showing,
#new-filter-timeline-list-ul .timeline-list-icon .icon-task_complete {
  background-color: #4fe599;
}
#new-filter-timeline-list-ul .timeline-list-icon .icon-sell_01,
#new-filter-timeline-list-ul .timeline-list-icon .icon-collection_02,
#new-filter-timeline-list-ul .timeline-list-icon .icon-alert_01,
#new-filter-timeline-list-ul .timeline-list-icon .icon-copy_01,
#new-filter-timeline-list-ul .timeline-list-icon .icon-calculator_02 {
  background-color: #fab800;
}
#new-filter-timeline-list-ul .timeline-list-icon .icon-doc,
#new-filter-timeline-list-ul .timeline-list-icon .icon-mail_01,
#new-filter-timeline-list-ul .timeline-list-icon .icon-mail_opened {
  background-color: #6ba6ff;
}
#new-filter-timeline-list-ul .timeline-list-icon .icon-search_01,
#new-filter-timeline-list-ul .timeline-list-icon .icon-comment_02,
#new-filter-timeline-list-ul .timeline-list-icon .icon-message_02,
#new-filter-timeline-list-ul .timeline-list-icon .icon-icon_chats,
#new-filter-timeline-list-ul .timeline-list-icon .icon-smart_plan_02 {
  background-color: var(--primary-color-6);
}
#new-filter-timeline-list-ul .timeline-list-icon .icon-calendar_02,
#new-filter-timeline-list-ul .timeline-list-icon .icon-delete_01,
#new-filter-timeline-list-ul .timeline-list-icon .icon-message_voice_02,
#new-filter-timeline-list-ul .timeline-list-icon .icon-call_voicemall {
  background-color: #ff827b;
}
#new-filter-timeline-list-ul .timeline-list-icon .icon-people_source,
#new-filter-timeline-list-ul .timeline-list-icon .icon-people_add,
#new-filter-timeline-list-ul .timeline-list-icon .icon-people_edit,
#new-filter-timeline-list-ul .timeline-list-icon .icon-partial_01 {
  background-color: #b6d8eb;
}
#new-filter-timeline-list-ul .timeline-list-icon .icon-jira {
  background: url("//static.chimeroi.com/crm/images/people-detail/timeline-icon-jira.jpg") no-repeat;
  background-size: contain;
}
#new-filter-timeline-list-ul .timeline-list-main {
  display: inline-block;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}
#new-filter-timeline-list-ul .timeline-list-main .dialer-call-note {
  font-size: 14px;
  line-height: 1.43;
  color: #797e8b;
  padding-top: 10px;
}
#new-filter-timeline-list-ul .timeline-email-content {
  margin-top: 20px;
  border-top: 1px dashed #e8e8e8;
  padding: 10px 0;
  display: none;
}
#new-filter-timeline-list-ul .hide-more {
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
#new-filter-timeline-list-ul .task-more {
  color: var(--primary-color);
  cursor: pointer;
  display: inline-block;
}
#new-filter-timeline-list-ul .task-more .icon2017 {
  padding-left: 2px;
  vertical-align: middle;
}
#new-filter-timeline-list-ul .text-limit,
#new-filter-timeline-list-ul .text-all {
  word-break: break-word;
  padding-right: 15px;
}
#new-filter-timeline-list-ul .note-archor {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
#new-filter-timeline-list-ul .timeline-list-main {
  font-size: 14px;
}
.dialer-chat-entry,
#chat {
  display: block;
}
.common-load-layer {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.dialer-chat-entry.chat-hide {
  display: none !important;
}
.crm-header .right-box .right-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.crm-header .right-box .right-menu .menu-item {
  margin: 0 10px;
}
.crm-header .right-box .right-menu .menu-item .menu-icon {
  cursor: pointer;
  font-size: 20px;
}
.crm-header .chime-alert__title {
  vertical-align: middle;
}
.crm-header .chime-alert__title img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.newUI {
  --upgrade-theme-Color: var(--primary-color);
  --upgrade-bg-Color: #202437;
  --upgrade-content-bg-Color: #f7f8fb;
  --upgrade-btn-Color: 255,255,255;
  --upgrade-num-color: #a0a3af;
  --upgrade-icon1-Color: var(--upgrade-theme-Color);
  --upgrade-header-bg-Color: #ffffff;
  --upgrade-header-text-Color: #515666;
  --upgrade-header-underline-Color: var(--primary-color);
  --upgrade-header-smalllist-Color: #515666;
  --upgrade-header-icon-Color: #797e8b;
  --upgrade-header-search-Color: #797E8B;
  --upgrade-header-icon-hover-Color: var(--primary-color);
}
.newUI.theme-lucido {
  --upgrade-theme-Color: #66E072;
  --upgrade-bg-Color: #252525;
  --upgrade-content-bg-Color: #F5F6F8;
  --upgrade-btn-Color: 255,255,255;
  --upgrade-num-color: #a0a3af;
  --upgrade-icon1-Color: var(--upgrade-theme-Color);
  --upgrade-header-bg-Color: #40C154;
  --upgrade-header-text-Color: #ffffff;
  --upgrade-header-underline-Color: #ffffff;
  --upgrade-header-smalllist-Color: #ffffff;
  --upgrade-header-icon-Color: #ffffff;
  --upgrade-header-search-Color: #ffffff;
  --upgrade-header-icon-hover-Color: #ffffff;
  background-color: var(--upgrade-content-bg-Color);
}
:root {
  --H-header: 0;
  --H-header-super: 0;
  --H-header-menu: 0;
}
html,
body {
  height: 100%;
}
.chime-website-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chime-website-container .chime-website-header-container {
  width: 100%;
  z-index: 99;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.chime-website-container #app {
  width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.with-banner #active-leads-list,
.with-banner .page-wrap,
.with-banner .taskmgmt,
.with-banner .campaigns-main {
  top: 110px;
}
.with-banner .transaction-detail {
  margin-top: 50px;
}
.with-two-banner #active-leads-list,
.with-two-banner .page-wrap,
.with-two-banner .taskmgmt,
.with-two-banner .campaigns-main {
  top: 150px;
}
.with-two-banner .transaction-detail {
  margin-top: 50px;
}
.crm-header .right-box .right-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.learning-system {
  background-color: #f7f8fb;
}
.overflow-hidden {
  overflow: hidden;
}
.dialer-chat-entry {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 112px;
  height: 44px;
}
.dialer-chat-entry .gradient-bg {
  position: absolute;
  width: 112px;
  height: 44px;
  opacity: 0.97;
  overflow: hidden;
  border-radius: 60px;
  background-image: -webkit-linear-gradient(327deg, var(--primary-color-5), var(--primary-color));
  background-image: linear-gradient(123deg, var(--primary-color-5), var(--primary-color));
  -webkit-box-shadow: 0 10px 20px 0 rgba(var(--primary-color-rgb), 0.3);
          box-shadow: 0 10px 20px 0 rgba(var(--primary-color-rgb), 0.3);
}
.dialer-chat-entry .gradient-bg:hover {
  -webkit-box-shadow: 0 15px 20px 0 rgba(var(--primary-color-rgb), 0.4);
          box-shadow: 0 15px 20px 0 rgba(var(--primary-color-rgb), 0.4);
}
.dialer-chat-entry .gradient-bg:active {
  -webkit-box-shadow: 0 6px 20px 0 rgba(var(--primary-color-rgb), 0.3);
          box-shadow: 0 6px 20px 0 rgba(var(--primary-color-rgb), 0.3);
}
.dialer-chat-entry.oneBtn {
  width: 56px;
}
.dialer-chat-entry.oneBtn .gradient-bg {
  width: 56px;
}
.dialer-chat-entry hr {
  position: absolute;
  left: 56px;
  width: 1px;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.dialer-chat-entry .chat-btn-new {
  position: absolute;
  right: 0;
  width: 56px;
  height: 44px;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.dialer-chat-entry .chat-btn-new.disable {
  opacity: 0.6;
  cursor: not-allowed;
}
.dialer-chat-entry .chat-btn-new:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dialer-chat-entry .chat-btn-new:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.dialer-chat-entry .chat-btn-new:after {
  font-family: "chime";
  content: "\e996";
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  text-shadow: 0 2px 2px rgba(var(--primary-color-3-rgb), 0.5);
}
.dialer-chat-entry .chat-btn-new.newChat:before {
  padding: 5px;
  border-radius: 7px;
  background-color: #f0454c;
  border: solid 2px #ffffff;
  right: 2px;
  bottom: 33px;
}
.dialer-chat-entry .dialer-entry {
  position: absolute;
  width: 56px;
  height: 44px;
  text-align: center;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.dialer-chat-entry .dialer-entry:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dialer-chat-entry .dialer-entry:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.dialer-chat-entry .dialer-entry:before {
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  text-shadow: 0 2px 2px rgba(var(--primary-color-3-rgb), 0.5);
}
.dialer-chat-entry .dialer-entry .not-available {
  position: absolute;
  left: -1px;
  top: -3px;
  width: 100%;
  height: 100%;
}
.dialer-chat-entry .dialer-entry .not-available > label {
  position: absolute;
  background-color: white;
  height: 2px;
  width: 4px;
  top: 6px;
  left: 5px;
}
.dialer-chat-entry .dialer-entry .not-available::before {
  position: absolute;
  content: "";
  padding: 5px;
  border-radius: 7px;
  border: solid 2px #ffffff;
  background-color: #f0454c;
  left: 0;
  right: 0;
  width: 0;
}
.dialer-chat-entry .dialer-entry.call-online .not-available,
.dialer-chat-entry .dialer-entry.calling .not-available {
  display: none;
}
.dialer-chat-entry .dialer-entry.missed-call:after,
.dialer-chat-entry .dialer-entry.call-online:after {
  position: absolute;
  content: "";
  padding: 5px;
  border-radius: 7px;
  border: solid 2px #ffffff;
  right: 41px;
  bottom: 33px;
}
.dialer-chat-entry .dialer-entry.missed-call:after {
  background-color: #f0454c;
}
.dialer-chat-entry .dialer-entry.call-online:after {
  background-color: #2cd781 !important;
}
.dialer-chat-entry .dialer-entry .site-tip-not-available {
  width: 200px;
}
.listing-mgr .dialer-chat-entry {
  bottom: 15px;
}
.connectFrame {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -1000px;
  top: -1000px;
  z-index: -100;
  pointer-events: none;
}
.connectFrame.fullFrame {
  left: 0px;
  width: 100%;
  top: 0px;
  z-index: 1000;
  height: 100%;
}
.connectFrame.hasEvent {
  pointer-events: all;
}
.zendesk-fixed-top-tip {
  position: fixed;
  right: 187px;
  bottom: 570px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  border-radius: 4px;
  background: #202437;
  padding: 8px 20px;
  color: #c6c8d1;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  z-index: 10;
}
.zendesk-fixed-top-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #202437 transparent transparent transparent;
}
.zendesk-fixed-top-tip .lofty-assistant-pointer {
  color: var(--primary-color-6);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
}
.crm-ai-distinguish-class {
  cursor: pointer !important;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.crm-ai-distinguish-class:hover {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.tu-link {
  cursor: pointer;
}
.a-link {
  color: var(--primary-color);
}
.text-underline {
  text-decoration: underline;
}
.picker.picker-dialog {
  z-index: 2006 !important;
}
.tax-detail-btn {
  color: #a0a3af;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.tax-detail-btn .tax-detail-btn-icon {
  margin-left: 5px;
}
.tax-drop-cls {
  min-width: 220px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  word-break: break-word;
  border-radius: 5px;
  background-color: rgba(32, 36, 55, 0.95);
  position: relative;
  top: -5px;
  border: none;
}
.tax-drop-cls .charge-info .tip-arrow {
  border: 5px solid;
  border-color: rgba(32, 36, 55, 0.95) transparent transparent transparent;
  border-top-color: rgba(32, 36, 55, 0.95);
  bottom: -9px;
  left: 105px;
  position: absolute;
  display: inline-block;
}
.tax-drop-cls .charge-info .charge-detail p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

