/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_p4foeoekwewgz6lp5ogc4csrlm/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_p4foeoekwewgz6lp5ogc4csrlm/node_modules/vue-loader/lib/index.js??vue-loader-options!./src/js/pages/brandLogin/app.vue?vue&type=style&index=0&id=06e3429e&prod&lang=less& ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.chime-primary-color {
  color: var(--primary-color) !important;
}
.hover-underline:hover {
  text-decoration: underline;
}
.login-box {
  width: 100%;
  height: 100%;
}
.login-box .flex-col {
  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;
}
.login-box .flex-row {
  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;
}
.login-box .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-box .container > .title {
  margin-top: 140px;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 10, 30, 0.1);
  line-height: 1.32;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 20px;
  white-space: nowrap;
}
.login-box .container > .subtitle {
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 10, 30, 0.1);
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.88;
}
.login-box .container .login-wrap {
  position: relative;
  width: 555px;
  margin-bottom: 170px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e1e2e6;
}
.login-box .container .login-wrap .login-header {
  padding: 41px;
  text-align: center;
}
.login-box .container .login-wrap .login-header > .title {
  font-size: 22px;
  color: #555;
  line-height: 1.36;
}
.login-box .container .login-wrap .login-header > img {
  max-width: 160px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.login-box .container .login-wrap .key-icon {
  position: absolute;
  right: 25px;
  top: 12px;
}
.login-box .container .login-wrap .bottom {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e1e2e6;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a0a3af;
}
.login-box .container .login-wrap .bottom .spe {
  color: #4f78e9;
  text-decoration: underline;
  cursor: pointer;
}
.login-box .container .login-reset {
  width: 544px;
  padding: 25px;
  position: relative;
  color: #515666;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.login-box .container .login-reset .reset-content {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-box .container .login-reset .reset-content .email-form {
  width: 100%;
  position: relative;
  margin: 0px 0 20px 0px;
}
.login-box .container .login-reset .reset-content .email-form .t-center input {
  text-align: center;
}
.login-box .container .login-reset .reset-content .email-form .com-form .com-form-item:nth-child(2) {
  margin-top: 30px;
}
.login-box .container .login-reset .reset-content .email-form .form-text {
  margin-bottom: 0px;
}
.login-box .container .login-reset .reset-content .email-form .form-text:nth-child(2) {
  margin-top: 25px;
}
.login-box .container .login-reset .reset-content .email-form .placeholder {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: #bbb;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}
.login-box .container .login-reset .back-tip {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 50px;
  cursor: pointer;
}
.login-box .container .login-reset .back-tip span {
  font-size: 16px;
  margin-left: 5px;
}
.login-box .container .state-img {
  width: 120px;
  height: 120px;
  margin-top: 5px;
}
.login-box .container .main-title {
  font-size: 22px;
  font-weight: 500;
  color: #515666;
  text-align: center;
  margin-top: 10px;
  line-height: 42px;
}
.login-box .container .des {
  width: 400px;
  text-align: center;
  color: #a0a3af;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 16px;
}
.login-box .container .form-wrap {
  padding: 0 30px 30px;
  border-radius: 0 0 4px 4px;
}
.login-box .container .sso-login {
  min-height: 240px;
}
.login-box .container .form-item {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.login-box .container .form-input {
  height: 50px;
  padding: 0 15px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e1e2e6;
  background-color: #ffffff;
  line-height: 50px;
  color: #515666;
}
.login-box .container .form-input:focus {
  outline: 0;
  border: solid 1px #00a669;
  background-color: #ffffff;
}
.login-box .container .form-input.error {
  border: solid 1px #f0454c;
  background-color: #fdece9;
}
.login-box .container .form-input::-webkit-input-placeholder {
  color: #c6c8d1;
}
.login-box .container .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #c6c8d1;
}
.login-box .container .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c6c8d1;
}
.login-box .container .form-input:-ms-input-placeholder {
  color: #c6c8d1;
}
.login-box .container .form-btn {
  height: 50px;
  padding: 0 20px;
  background-color: var(--buttonBackColor);
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  border-radius: 4px;
  text-shadow: none;
  cursor: pointer;
  margin-bottom: 0px;
}
.login-box .container .form-text {
  height: 50px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.login-box .container .form-text input {
  height: 50px;
  line-height: 44px;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  border: solid 3px #d8d8d8;
  padding: 0 20px;
}
.login-box .container .forget-des {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  color: #202437;
  margin-top: 10px;
  cursor: pointer;
}
.login-box .bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 1000px;
  z-index: -10;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  zoom: 1;
}
.login-box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-box .bg::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.grecaptcha-badge {
  display: none;
}
.form-item__error {
  z-index: 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]!../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/js/pages/brandLogin/style.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.chime-primary-color {
  color: var(--primary-color) !important;
}
.hover-underline:hover {
  text-decoration: underline;
}
@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: url("//static.chimeroi.com/crm/fonts/SF-UI/SF-UI-Text-Regular.otf");
}
@font-face {
  font-family: "SF UI Bold Text";
  font-style: normal;
  src: url("//static.chimeroi.com/crm/fonts/SF-UI/SF-UI-Text-Bold.otf");
}
body {
  font-family: "SF UI Text", "Helvetica", "Arial", "san-serif" !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
p,
ul {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
strong {
  font-family: "SF UI Bold Text", "Helvetica", "Arial", "san-serif" !important;
  font-weight: bold;
}
i {
  font-style: normal;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.cu-form-wrap .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cu-form-wrap .form-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cu-form-wrap .form-item + .form-item {
  margin-left: 20px;
}
.cu-form-wrap .form-select {
  height: 36px;
  line-height: 34px;
}
.cu-form-wrap .form-select .com-dropdown-label {
  color: #202437;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/base/font2017.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.chime-primary-color {
  color: var(--primary-color) !important;
}
.hover-underline:hover {
  text-decoration: underline;
}
@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";
}

