﻿@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-SemiBold.woff2") format("woff2"), url("fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-Regular.woff2") format("woff2"), url("fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-Light.woff2") format("woff2"), url("fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-Bold.woff2") format("woff2"), url("fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/********************************************************************Common css***********************************************/
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, div {
  vertical-align: top;
}

* {
  outline: none;
}

li, ol {
  list-style-type: none;
  list-style-image: none;
  list-style: none;
}

img {
  border: 0px;
}

textarea {
  resize: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

input, textarea, select, body {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}

.clearBoth {
  clear: both;
}

/************************************* Reset End Styles ********************************/
/**************************************Grid styles*****************************/
.container {
  margin: 0 auto;
}

*, *:after, *:before {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .container {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 88px;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .clearContainer:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .clearContainer:after {
  clear: both;
}

.margBot10 {
  margin-bottom: 10px;
}

.margBot15 {
  margin-bottom: 15px !important;
}

.margBot20 {
  margin-bottom: 20px;
}

.margBot25 {
  margin-bottom: 25px;
}

.margBot35 {
  margin-bottom: 35px;
}

.margBot40 {
  margin-bottom: 40px !important;
}

.padRight70 {
  padding-right: 70px;
}

.textAlignRight {
  text-align: right;
}
.textAlignRight input {
  text-align: right;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**************************************Grid End Styles*****************************/
.loginPageHolder {
  background-color: #e7e7e7;
  height: 100vh;
  font-size: 0;
  position: relative;
}
.loginPageHolder .loginForm {
  width: 1400px;
  margin: 0 auto;
  background-color: transparent;
  height: 100vh;
  padding-right: calc(700px - (100vw - 1400px) / 2);
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
  align-items: center;
}
.loginPageHolder .loginForm .logoHolder {
  padding: 0 44px;
  position: absolute;
  top: 20px;
}
.loginPageHolder .loginForm .logoHolder img {
  width: 57px;
  display: block;
}
.loginPageHolder .loginForm .loginFormHolder {
  width: 440px;
  margin: 0 auto;
}
.loginPageHolder .loginForm .loginFormHolder h1 {
  color: #292D32;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}
.loginPageHolder .loginForm .loginFormHolder .contentText {
  color: #292D32;
  font-size: 16px;
  margin-bottom: 20px;
}
.loginPageHolder .loginForm .loginFormHolder .formRow .inputHolder {
  padding: 15px 20px 15px 44px;
}
.loginPageHolder .loginForm .loginFormHolder .forgotPass a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #292D32;
}
.loginPageHolder .loginForm .loginFormHolder .forgotPass a:hover {
  text-decoration: underline;
}
.loginPageHolder .loginForm .loginFormHolder .actionHolder {
  text-align: right;
}
.loginPageHolder .loginForm .loginFormHolder .actionHolder button {
  background-color: #FF5D5D;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
}
.loginPageHolder .loginForm .loginFormHolder .actionHolder button:hover {
  background-color: #292D32;
}
.loginPageHolder .loginForm .cpHolder {
  color: #292D32;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding: 0 44px;
  position: absolute;
  bottom: 20px;
}
.loginPageHolder .loginImg {
  width: 700px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
}
.loginPageHolder .loginImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageHolder {
  padding-left: 255px;
  box-sizing: border-box;
  padding-top: 50px;
  min-height: 100vh;
}
.pageHolder .greyOverlay {
  content: "";
  background-color: #292D32;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: all cubic-bezier(0.53, 0.39, 0.12, 0.81) 200ms;
}

.sideMenu {
  width: 255px;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}
.sideMenu .menuHeader {
  padding: 30px 15px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.sideMenu .menuHeader .notificationicon a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/notification-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.sideMenu .menuHeader .notificationicon a:hover {
  background-color: #e7e7e7;
}
.sideMenu .menuHeader .notificationicon a.active {
  background-image: url(../images/notification-icon-2.svg);
}
.sideMenu .menuHolder {
  padding: 30px 15px;
  border-bottom: 1px solid #e7e7e7;
  height: calc(100vh - 260px);
  overflow-y: scroll;
}
.sideMenu .menuHolder ul {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.sideMenu .menuHolder ul:last-of-type {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sideMenu .menuHolder ul li {
  padding: 7px 0;
}
.sideMenu .menuHolder ul li a {
  font-size: 14px;
  color: #292D32;
  font-weight: 500;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: block;
  padding-left: 40px;
  position: relative;
}
.sideMenu .menuHolder ul li a:hover, .sideMenu .menuHolder ul li a.active {
  color: #FF5D5D;
}
.sideMenu .menuHolder ul li a.bashboardIcon {
  background-image: url(../images/icon-dashboard.svg);
}
.sideMenu .menuHolder ul li a.bashboardIcon.active {
  background-image: url(../images/icon-dashboard-2.svg);
}
.sideMenu .menuHolder ul li a.leadsIcon {
  background-image: url(../images/icon-lead.svg);
}
.sideMenu .menuHolder ul li a.leadsIcon.active {
  background-image: url(../images/icon-lead-2.svg);
}
.sideMenu .menuHolder ul li a.marketingIcon {
  background-image: url(../images/icon-marketing.svg);
}
.sideMenu .menuHolder ul li a.marketingIcon.active {
  background-image: url(../images/icon-marketing-2.svg);
}
.sideMenu .menuHolder ul li a.TeamIcon {
  background-image: url(../images/ico-team.svg);
}
.sideMenu .menuHolder ul li a.TeamIcon.active {
  background-image: url(../images/ico-team-2.svg);
}
.sideMenu .menuHolder ul li a.taskmanagerIcon {
  background-image: url(../images/ico-task-manager.svg);
}
.sideMenu .menuHolder ul li a.taskmanagerIcon.active {
  background-image: url(../images/ico-task-manager-2.svg);
}
.sideMenu .menuHolder ul li a.propertiesIcon {
  background-image: url(../images/ico-properties.svg);
}
.sideMenu .menuHolder ul li a.propertiesIcon.active {
  background-image: url(../images/ico-properties-2.svg);
}
.sideMenu .menuHolder ul li a.ownersIcon {
  background-image: url(../images/icon-owers.svg);
}
.sideMenu .menuHolder ul li a.ownersIcon.active {
  background-image: url(../images/icon-owers-v2.svg);
}
.sideMenu .menuHolder ul li a.myAccountIcon {
  background-image: url(../images/ico-my-account.svg);
}
.sideMenu .menuHolder ul li a.myAccountIcon.active {
  background-image: url(../images/ico-my-account-2.svg);
}
.sideMenu .menuHolder ul li a.myCompanyIcon {
  background-image: url(../images/ico-company.svg);
}
.sideMenu .menuHolder ul li a.myCompanyIcon.active {
  background-image: url(../images/ico-company-2.svg);
}
.sideMenu .menuHolder ul li a.preferencesIcon {
  background-image: url(../images/ico-preferences.svg);
}
.sideMenu .menuHolder ul li a.preferencesIcon.active {
  background-image: url(../images/ico-preferences-2.svg);
}
.sideMenu .menuHolder ul li a.signoutIcon {
  background-image: url(../images/ico-logout.svg);
}
.sideMenu .menuHolder ul li a.signoutIcon.active {
  background-image: url(../images/ico-logout-2.svg);
}
.sideMenu .menuHolder ul li a.helpIcon {
  background-image: url(../images/ico-help.svg);
}
.sideMenu .menuHolder ul li a.helpIcon.active {
  background-image: url(../images/ico-help-2.svg);
}
.sideMenu .menuHolder ul li.withChild > a:after {
  content: "";
  width: 25px;
  height: 20px;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.sideMenu .menuHolder ul li ul {
  display: none;
  padding-top: 7px;
}
.sideMenu .menuFooter {
  border-bottom: 0 none;
  border-top: 1px solid #e7e7e7;
  height: auto;
}
.sideMenu .menuFooter .logoHolder {
  margin-top: 20px;
}
.sideMenu .menuFooter .logoHolder a {
  display: block;
}
.sideMenu .menuFooter .logoHolder a img {
  width: 50px;
  display: block;
}

.pageBody {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding-bottom: 50px;
}
.pageBody .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.pageBody .pageHeader .pageTitle .companyLogo {
  float: left;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  margin-right: 10px;
}
.pageBody .pageHeader .pageTitle .companyLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageBody .pageHeader .pageTitle .companyLogo + h1 {
  float: left;
}
.pageBody .pageHeader .pageTitle .companyLogo + h1 + .detailsSubheading {
  float: left;
  width: 70%;
}
.pageBody .pageHeader .pageTitle h1 {
  font-size: 20px;
  font-weight: 600;
  color: #292D32;
}
.pageBody .pageHeader .pageTitle h1 .tag {
  margin-left: 20px;
}
.pageBody .pageHeader .pageTitle .contentText {
  font-size: 14px;
  color: #292D32;
  font-weight: 400;
}
.pageBody .pageHeader .pageTitle .detailsSubheading {
  margin-top: 20px;
}
.pageBody .pageHeader .pageTitle .detailsSubheading .tagsHolder {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.pageBody .pageHeader .pageTitle .detailsSubheading .projectName {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  margin-left: 15px;
  border-left: #E5E5E5 1px solid;
}
.pageBody .pageHeader .pageTitle .detailsSubheading .projectName a {
  color: #FF5D5D;
  font-weight: 700;
  font-size: 13px;
}
.pageBody .pageHeader .pageTitle .detailsSubheading .projectName a:hover {
  color: #292D32;
}
.pageBody .pageHeader .pageActions ul li.removeInterst {
  background-color: #FAD3D3;
  padding: 11px 15px;
  border-radius: 5px;
}
.pageBody .pageHeader .pageActions ul li.removeInterst a {
  font-size: 13px;
  color: #292D32;
  display: inline-block;
  background-color: transparent;
  color: #FF5D5D;
  margin-left: 10px;
}
.pageBody .pageHeader .pageActions ul li a {
  border-radius: 5px;
  background: #FF5D5D;
  padding: 11px 15px;
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.pageBody .pageHeader .pageActions ul li a:hover {
  background-color: #292D32;
}
.pageBody .pageFilters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  gap: 20px;
}
.pageBody .pageFilters .searchBar {
  width: 320px;
  align-self: stretch;
}
.pageBody .pageFilters .searchBar .inputHolder {
  background-image: url(../images/ico-search.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.pageBody .pageFilters .searchBar .inputHolder input {
  width: 100%;
  padding: 5px 40px 5px 20px;
  border-radius: 180px;
  border: 1px solid #DDD;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  box-sizing: border-box;
  background-color: transparent;
}
.pageBody .pageFilters .textboxFilter {
  width: 200px;
  align-self: stretch;
}
.pageBody .pageFilters .textboxFilter input {
  width: 100%;
  padding: 5px 40px 5px 20px;
  border-radius: 180px;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  box-sizing: border-box;
}
.pageBody .pageFilters .dropdownFilter {
  flex: 1;
  display: inline-flex;
  max-width: 300px;
}
.pageBody .pageFilters .dropdownFilter .labelHolder label {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.pageBody .pageFilters .dropdownFilter .selectHolder .select2-container {
  width: 100% !important;
}
.pageBody .pageFilters .dropdownFilter .selectHolder .select2-container .select2-selection--single {
  height: 40px;
  border: 0 none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
}
.pageBody .pageFilters .dropdownFilter .selectHolder .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #292D32;
  font-size: 12px;
}
.pageBody .pageFilters .dropdownFilter .selectHolder .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.pageBody .pageFilters .filterAction {
  margin-left: auto;
}
.pageBody .pageInfo .infoHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.pageBody .pageInfo .infoHeader .gridCount {
  font-size: 12px;
  color: #292D32;
}
.pageBody .pageInfo .infoHeader .gridCount span {
  font-weight: 700;
  color: #FF5D5D;
}
.pageBody .pageInfo .infoHeader .exportAction a {
  background-image: url(../images/ico-export.svg);
  padding-left: 25px;
  background-position: left center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  color: #292D32;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.pageBody .pageInfo .infoHeader .exportAction a:hover {
  color: #FF5D5D;
}
.pageBody .pageInfo .grid {
  border-radius: 10px;
  margin-bottom: 30px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.pageBody .pageInfo .grid table {
  width: 100%;
}
.pageBody .pageInfo .grid table thead {
  border-bottom: 2px solid #292D32;
}
.pageBody .pageInfo .grid table thead tr td {
  padding: 10px 5px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
}
.pageBody .pageInfo .grid table tbody tr td {
  padding: 15px 5px;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid #e7e7e7;
}
.pageBody .pageInfo .grid table tbody tr td a {
  color: #FF5D5D;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.pageBody .pageInfo .grid table tbody tr td.more {
  text-align: right;
  position: relative;
}
.pageBody .pageInfo .grid table tbody tr td.more > a {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  background-image: url(../images/ico-more.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.pageBody .profileStylePage .profileLeftSection {
  width: 320px;
  float: left;
  margin-right: 20px;
}
.pageBody .profileStylePage .profileLeftSection .pageHeader {
  margin-bottom: 20px;
}
.pageBody .profileStylePage .profileLeftSection .profileType {
  margin-bottom: 10px;
}
.pageBody .profileStylePage .profileLeftSection .profileType ul li {
  display: inline-block;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #292D32;
  padding: 5px 10px;
  border: 1px solid #C7EDD2;
  background-color: #C7EDD2;
}
.pageBody .profileStylePage .profileLeftSection .profileType ul li:nth-child(2) {
  background-color: transparent;
  padding: 5px 10px 5px 20px;
  position: relative;
  border-color: #292D32;
  margin-left: 10px;
}
.pageBody .profileStylePage .profileLeftSection .profileType ul li:nth-child(2)::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3.5px;
  border-radius: 50%;
  display: block;
  background-color: #292D32;
}
.pageBody .profileStylePage .profileLeftSection .profileType ul li:nth-child(2).hight {
  color: #FF5D5D;
  border-color: #FF5D5D;
}
.pageBody .profileStylePage .profileLeftSection .profileType ul li:nth-child(2).hight::before {
  background-color: #FF5D5D;
}
.pageBody .profileStylePage .profileLeftSection .profileType ul li:nth-child(2).medium {
  color: #ffda9e;
  border-color: #ffda9e;
}
.pageBody .profileStylePage .profileLeftSection .profileType ul li:nth-child(2).medium::before {
  background-color: #ffda9e;
}
.pageBody .profileStylePage .profileLeftSection .profileType ul li:nth-child(2).low {
  color: #C7EDD2;
  border-color: #C7EDD2;
}
.pageBody .profileStylePage .profileLeftSection .profileType ul li:nth-child(2).low::before {
  background-color: #C7EDD2;
}
.pageBody .profileStylePage .profileLeftSection .addingDate {
  margin-bottom: 30px;
  font-size: 12px;
  color: #727171;
  font-weight: 400;
  line-height: 15px;
}
.pageBody .profileStylePage .profileLeftSection .agentRelated {
  font-size: 12px;
  font-style: normal;
  color: #292D32;
  line-height: 15px;
  margin-bottom: 25px;
}
.pageBody .profileStylePage .profileLeftSection .agentRelated span {
  font-weight: 600;
}
.pageBody .profileStylePage .profileLeftSection .agentRelated a {
  color: #FF5D5D;
  font-weight: 600;
  text-transform: uppercase;
}
.pageBody .profileStylePage .profileLeftSection .agentRelated a:hover {
  text-decoration: underline;
}
.pageBody .profileStylePage .profileRightSection {
  float: left;
  width: calc(100% - 340px);
  background-color: #FCFCFC;
  padding: 30px;
}

.tabsMain .tabsLinks {
  margin-bottom: 30px;
}
.tabsMain .tabsLinks a {
  font-size: 14px;
  color: #292D32;
  font-weight: 700;
  padding: 8px 0;
  margin-right: 40px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.tabsMain .tabsLinks a.active, .tabsMain .tabsLinks a:hover {
  border-color: #FF5D5D;
  color: #FF5D5D;
}
.tabsMain .tab {
  display: none;
}
.tabsMain .tab .stats {
  margin-bottom: 40px;
}

.subpageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.subpageHeader .pageTitle h2 {
  margin-bottom: 0;
}
.subpageHeader .pageTitle .companyLogo {
  float: left;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  margin-right: 10px;
}
.subpageHeader .pageTitle .companyLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpageHeader .pageTitle .companyLogo + h1 {
  float: left;
}
.subpageHeader .pageTitle .companyLogo + h1 + .detailsSubheading {
  float: left;
  width: 70%;
}
.subpageHeader .pageTitle h1 {
  font-size: 20px;
  font-weight: 600;
  color: #292D32;
}
.subpageHeader .pageTitle h1 .tag {
  margin-left: 20px;
}
.subpageHeader .pageTitle .contentText {
  font-size: 14px;
  color: #292D32;
  font-weight: 400;
}
.subpageHeader .pageTitle .detailsSubheading {
  margin-top: 20px;
}
.subpageHeader .pageTitle .detailsSubheading .tagsHolder {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.subpageHeader .pageTitle .detailsSubheading .projectName {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  margin-left: 15px;
  border-left: #E5E5E5 1px solid;
}
.subpageHeader .pageTitle .detailsSubheading .projectName a {
  color: #FF5D5D;
  font-weight: 700;
  font-size: 13px;
}
.subpageHeader .pageTitle .detailsSubheading .projectName a:hover {
  color: #292D32;
}
.subpageHeader .pageActions ul li a {
  border-radius: 5px;
  background: transparent;
  color: #FF5D5D;
  border: 2px solid #FF5D5D;
  padding: 11px 15px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.subpageHeader .pageActions ul li a:hover {
  background-color: #FF5D5D;
  color: #ffffff;
}

.stats ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.stats ul li {
  padding: 20px;
  background-color: #EAF3F4;
  flex: 1;
  border-radius: 5px;
  padding-left: 70px;
  background-image: url(../images/ico-clock.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.stats ul li .stateTitle {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
}
.stats ul li .stateInfo {
  font-size: 18px;
  font-weight: 400;
}
.stats ul li.stage {
  background-color: #C7EDD2;
  color: #2A6D3D;
  background-image: url(../images/ico-users-profiles.svg);
}
.stats ul li.lastActive {
  background-color: #FAD3D3;
  color: #B16262;
  background-image: url(../images/ico-chart.svg);
}
.stats ul li.tasks {
  background-image: url(../images/ico-check-square-broken.svg);
}
.stats ul li.won {
  background-color: #C7EDD2;
  color: #2A6D3D;
  background-image: url(../images/icon-user-profile-check.svg);
}
.stats ul li.lost {
  background-color: #FAD3D3;
  color: #B16262;
  background-image: url(../images/ico-user-profile-x.svg);
}

.activitiesBlock .blockHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.activitiesBlock .blockHeader h2 {
  font-size: 16px;
  color: #292D32;
  font-weight: 600;
}
.activitiesBlock .blockHeader a {
  font-size: 13px;
  text-transform: uppercase;
  color: #FF5D5D;
  font-weight: 700;
}
.activitiesBlock .blockHeader a:hover {
  color: #292D32;
}

.activityList ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.activityList ul li .listItem {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #727171;
  font-size: 12px;
}
.activityList ul li .listItem .date {
  max-width: 80px;
}
.activityList ul li .listItem .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #727171;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.activityList ul li .listItem .icon::before {
  content: "";
  height: 1px;
  background-color: #727171;
  width: 10px;
  position: absolute;
  right: 100%;
}
.activityList ul li .listItem .icon::after {
  content: "";
  height: 1px;
  background-color: #727171;
  width: 10px;
  position: absolute;
  left: 100%;
}
.activityList ul li .listItem .icon img {
  width: 25px;
  display: block;
}
.activityList ul li .listItem .info h3 {
  font-size: 14px;
  color: #292D32;
  font-weight: 700;
  margin-bottom: 5px;
}
.activityList ul li .listItem .info .contentText {
  font-size: 14px;
  color: #292D32;
  font-weight: 400;
}

.insightBlock {
  background-color: #698599;
  padding: 30px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
}
.insightBlock .leftBlock .stateTitle {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
}
.insightBlock .leftBlock .stateInfo {
  font-size: 18px;
  font-weight: 400;
}
.insightBlock .statsNumbers .numberWithArrow {
  font-size: 24px;
  font-weight: 400;
  background-image: url(../images/arrow-chart-up.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 31px auto;
  padding-right: 35px;
  text-align: right;
}

.accountInfoList ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #727171;
}
.accountInfoList ul li .infoLabel {
  float: left;
  width: 150px;
  margin-right: 50px;
  padding: 15px 0;
  color: #727171;
  font-size: 15px;
  font-weight: 400;
}
.accountInfoList ul li .infoDetails {
  float: left;
  width: calc(100% - 200px);
  padding: 15px 0;
  color: #292D32;
  font-size: 15px;
  font-weight: 400;
}
.accountInfoList ul li .infoDetails a {
  color: #FF5D5D;
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
  margin-left: 15px;
  font-size: 12px;
}
.accountInfoList.ordersList ul li .infoLabel {
  width: 130px;
  margin-right: 20px;
}
.accountInfoList.ordersList ul li .infoDetails {
  width: 30%;
}
.accountInfoList.ordersList ul li .infoDetails.action {
  width: calc(40% - 150px);
  text-align: right;
}
.accountInfoList.ordersList ul li .infoDetails.action a {
  color: #FF5D5D;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.accountInfoList.ordersList ul li .infoDetails.action a.deleteIcon {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico-trash.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
.accountInfoList.ordersList ul li .infoDetails.action .defaultCard {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
}

.propertiesTypesList ul {
  font-size: 0;
}
.propertiesTypesList ul li {
  margin-bottom: 10px;
}
.propertiesTypesList ul li a {
  background-color: #FF5D5D;
  color: #ffffff;
  padding: 10px 8px;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.propertiesTypesList ul li a:hover {
  background-color: #292D32;
}

.packagesList ul {
  display: inline-block;
  width: 100%;
}
.packagesList ul li {
  margin-right: 1.25%;
  float: left;
  width: 32.5%;
  margin-bottom: 15px;
}
.packagesList ul li:nth-child(3n) {
  margin-right: 0;
}
.packagesList ul li .blockHolder {
  padding: 20px;
  background-color: #727171;
  border-radius: 5px;
}
.packagesList ul li .blockHolder .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-bottom: 10px;
}
.packagesList ul li .blockHolder h4 {
  font-size: 12px;
  font-weight: 700;
  color: #C2C2C2;
  margin-bottom: 5px;
}
.packagesList ul li .blockHolder h3 {
  font-size: 18px;
  font-weight: 400;
  color: #C2C2C2;
  margin-bottom: 5px;
  color: #fff;
}
.packagesList ul li .blockHolder .learnMoreLink {
  margin-top: 30px;
}
.packagesList ul li .blockHolder .learnMoreLink a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  color: #ffffff;
  background-image: url(../images/ico-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: right center;
}
.packagesList ul li .blockHolder .learnMoreLink a:hover {
  color: #C2C2C2;
}
.packagesList ul li.redBlock .blockHolder {
  background-color: #FF5D5D;
}
.packagesList ul li.redBlock .blockHolder h3, .packagesList ul li.redBlock .blockHolder h4 {
  color: #fff;
}

.optionsList {
  position: absolute;
  right: 0;
  top: 80%;
  background-color: #ffffff;
  padding: 5px 8px;
  width: 120px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 2;
}
.optionsList.show {
  display: block;
}
.optionsList ul li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.optionsList ul li a {
  color: #292D32;
  font-size: 14px;
  text-transform: none;
  font-size: 12px;
  padding: 5px 0;
  display: block;
  color: #292D32;
}
.optionsList ul li a:hover {
  color: #FF5D5D;
}
.optionsList ul li:last-of-type {
  border-bottom: 0 none;
}

.insideSectionFilter {
  font-size: 0;
}
.insideSectionFilter .labelHolder {
  display: inline-block;
  vertical-align: middle;
}
.insideSectionFilter .calendar .inputHolder {
  background-image: url(../images/ico-calendar.svg);
  background-position: right center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.insideSectionFilter .inputHolder {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background-color: transparent;
}
.insideSectionFilter .inputHolder input {
  height: 40px;
  width: 200px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-size: 12px;
  font-weight: 700;
  background-color: transparent;
  padding-left: 10px;
  margin: 0;
}

.uploadProfilePic {
  font-size: 0;
  margin-bottom: 30px;
}
.uploadProfilePic.fileUpload {
  border-radius: 10px;
  background: #FCFCFC;
  padding: 15px;
  margin-bottom: 0;
}
.uploadProfilePic.fileUpload .ppHolder {
  border: 0 none;
}
.uploadProfilePic.fileUpload .uploadAction label {
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
}
.uploadProfilePic.fileUpload .uploadAction .uploadDesc {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  color: #727171;
}
.uploadProfilePic .ppHolder {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin-right: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  overflow: hidden;
}
.uploadProfilePic .ppHolder img {
  width: 100%;
}
.uploadProfilePic .uploadAction {
  display: inline-block;
  vertical-align: middle;
}
.uploadProfilePic .uploadAction a {
  font-size: 13px;
  font-weight: 700;
  color: #292D32;
}

.pagePartianl {
  width: 55%;
  padding-bottom: 50px;
}

.contentBlock {
  margin-bottom: 30px;
}
.contentBlock h2 {
  font-size: 18px;
  color: #292D32;
  font-weight: 500;
  margin-bottom: 20px;
}

.profileInfo .infoBlock {
  margin-bottom: 20px;
}
.profileInfo .infoBlock:last-child {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}
.profileInfo .infoBlock:nth-child(1) {
  border-top: 0 none;
  padding-top: 0;
}
.profileInfo .infoBlock h2 {
  font-size: 18px;
  color: #292D32;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.profileInfo .infoBlock h2 a {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
}
.profileInfo .infoBlock h2 a img {
  width: 100%;
  display: block;
}
.profileInfo .infoBlock .infoTitle {
  font-size: 11px;
  color: #292D32;
  font-weight: 700;
  margin-bottom: 5px;
}
.profileInfo .infoBlock .infoDetails {
  font-size: 13px;
  color: #292D32;
  font-weight: 400;
}

.infoBlock h2 {
  font-size: 18px;
  color: #292D32;
  font-weight: 600;
  margin-bottom: 15px;
}

.instrestPlaceHolder {
  margin-bottom: 35px;
}

.placeholderBlock {
  background-color: #292D32;
  padding: 30px 20px;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.placeholderBlock.pageBottom {
  margin-top: 30px;
  padding: 50px 45px;
}
.placeholderBlock.pageBottom .phText {
  padding-left: 0;
  background-image: none;
  font-weight: 400;
  font-size: 18px;
}
.placeholderBlock .phText {
  padding-left: 60px;
  background-image: url(../images/ico-listing.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  color: #C2C2C2;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}

.listingHolder .listingHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listingHolder .listingHeader .viewAllAction {
  color: #FF5D5D;
  background-image: url(../images/ico-arrow-right-red.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  padding-right: 20px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.listingHolder .listingHeader .viewAllAction:hover {
  color: #292D32;
}
.listingHolder.fullpage {
  margin-bottom: 50px;
}
.listingHolder.fullpage .listingBody > ul {
  flex-wrap: wrap;
}
.listingHolder.fullpage .listingBody > ul li {
  width: 23.5%;
}
.listingHolder .listingBody > ul {
  display: flex;
  /*justify-content: space-between;*/
  gap: 30px;
}
.listingHolder .listingBody > ul li {
  flex-direction: row;
  flex-grow: 1;
  max-width: 33.3333333333%;
}
.listingHolder .listingBody > ul li .listingImg {
  position: relative;
  margin-bottom: 20px;
}
.listingHolder .listingBody > ul li .listingImg .tag {
  position: absolute;
  gap: 5px;
}
.listingHolder .listingBody > ul li .listingImg .imgHolder {
  border-radius: 5px;
  overflow: hidden;
}
.listingHolder .listingBody > ul li .listingImg .imgHolder img {
  width: 100%;
  display: block;
}
.listingHolder .listingBody > ul li .listingInfo h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}
.listingHolder .listingBody > ul li .listingInfo h4 a {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
}
.listingHolder .listingBody > ul li .listingInfo h4 a:hover {
  color: #FF5D5D;
}
.listingHolder .listingBody > ul li .listingInfo .location {
  margin-bottom: 20px;
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  padding-left: 18px;
  background-image: url(../images/ico-location.svg);
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.listingHolder .listingBody > ul li .listingInfo .location a {
  color: #000000;
  font-size: 11px;
  font-weight: 700;
}
.listingHolder .listingBody > ul li .listingInfo .date {
  margin-bottom: 20px;
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  padding-left: 18px;
  background-image: url(../images/ico-calendar.svg);
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.listingHolder .listingBody > ul li .listingInfo .date a {
  color: #000000;
  font-size: 11px;
  font-weight: 700;
}
.listingHolder .listingBody > ul li .listingInfo .listingFacts {
  margin-bottom: 20px;
}
.listingHolder .listingBody > ul li .listingInfo .listingFacts ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.listingHolder .listingBody > ul li .listingInfo .listingFacts ul li {
  padding-right: 10px;
  border-right: 1px solid #B5B5B5;
  font-size: 13px;
  font-weight: 700;
}
.listingHolder .listingBody > ul li .listingInfo .listingFacts ul li:last-child {
  padding-right: 0;
  border-right: 0 none;
}
.listingHolder .listingBody > ul li .listingInfo .listingFacts ul li span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.listingHolder .listingBody > ul li .listingPrice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.listingHolder .listingBody > ul li .listingPrice .infoHolder {
  font-size: 18px;
  font-weight: 700;
  color: #292D32;
}
.listingHolder .listingBody > ul li .listingPrice .infoHolder span {
  display: block;
  font-size: 11px;
}

.userProfile {
  width: 80%;
}
.userProfile a {
  display: block;
  font-size: 0;
}
.userProfile a .profileImg {
  width: 32px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.userProfile a .profileImg img {
  width: 100%;
  display: block;
}
.userProfile a .info {
  width: calc(100% - 42px);
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  color: #292D32;
}
.userProfile a .info .position {
  font-size: 11px;
  font-weight: 400;
}

.drawer {
  transform: translateX(500px);
  transition: all cubic-bezier(0.53, 0.39, 0.12, 0.81) 600ms;
  width: 500px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ffffff;
  padding: 40px 34px 40px 34px;
  box-sizing: border-box;
  height: 100vh;
  overflow-y: scroll;
  z-index: 5;
}
.drawer .closeHolder {
  text-align: right;
  margin-bottom: 20px;
}
.drawer .closeHolder .closeDrawer {
  width: 35px;
  height: 35px;
  background-image: url(../images/ico-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  display: inline-block;
}

.openDrawer .drawer.isOpen {
  transform: translateX(0);
}
.openDrawer .greyOverlay {
  opacity: 0.8;
  visibility: visible;
}

.agentsList .listSearch {
  margin-bottom: 25px;
}
.agentsList .listSearch .inputHolder {
  padding: 5px 50px 5px 20px;
  background-image: url(../images/ico-search.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border: 1px solid #DDD;
  border-radius: 30px;
}
.agentsList .listSearch .inputHolder input {
  font-size: 15px;
  color: #292D32;
  height: 40px;
  background-color: transparent;
}
.agentsList .listToSearch {
  max-height: 500px;
  overflow-y: scroll;
}
.agentsList .listToSearch ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 0;
}
.agentsList .listToSearch ul li label.porfileImgeLabel {
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: middle;
}
.agentsList .listToSearch ul li label.porfileImgeLabel .userProfile {
  width: 100%;
}
.agentsList .listToSearch ul li input {
  display: none;
}
.agentsList .listToSearch ul li .designedSelection {
  width: 25px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.detailsListingFacts {
  margin-bottom: 20px;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #E5E5E5;
}
.detailsListingFacts ul {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  width: 100%;
}
.detailsListingFacts ul li {
  padding-left: 50px;
  margin-right: 30px;
  background-position: left center;
  background-size: 45px auto;
  background-repeat: no-repeat;
  border-right: 1px solid #B5B5B5;
  font-size: 15px;
  font-weight: 700;
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 160px;
}
.detailsListingFacts ul li.size {
  background-image: url(../images/ico-size.svg);
}
.detailsListingFacts ul li.zoning {
  background-image: url(../images/ico-zoning.svg);
}
.detailsListingFacts ul li.building {
  background-image: url(../images/ico-building.svg);
}
.detailsListingFacts ul li.units {
  background-image: url(../images/ico-units.svg);
}
.detailsListingFacts ul li.type {
  background-image: url(../images/ico-type.svg);
}
.detailsListingFacts ul li.bedrooms {
  background-image: url(../images/ico-rooms.svg);
}
.detailsListingFacts ul li.bathrooms {
  background-image: url(../images/ico-bathroom.svg);
  border-right: 0 none;
  margin-right: 0;
}
.detailsListingFacts ul li:nth-last-child(2) {
  border-right: 0 none;
}
.detailsListingFacts ul li.price {
  border-right: 0 none;
  max-width: 355px;
  margin-left: auto;
  margin-right: 0;
}
.detailsListingFacts ul li.price .infoHolder {
  background-color: #EAF3F4;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 0;
  font-size: 22px;
  margin-left: 20px;
}
.detailsListingFacts ul li.price span {
  font-size: 12px;
}
.detailsListingFacts ul li.price sub {
  font-weight: 400;
  font-size: 12px;
}
.detailsListingFacts ul span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  color: #C2C2C2;
}

.agentRelated .boxTitle {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #292D32;
  margin-right: 10px;
}
.agentRelated .agentProfile {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #292D32;
  font-weight: 700;
}
.agentRelated .agentProfile .userProfile {
  width: 100%;
}

.relatedInfo {
  margin-top: 30px;
}
.relatedInfo h3 {
  font-size: 22px;
  color: #292D32;
  font-weight: 600;
  margin-bottom: 12px;
}
.relatedInfo h3 a {
  color: #FF5D5D;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.relatedInfo h3 a:hover {
  color: #292D32;
}
.relatedInfo .listingHolder .listingBody > ul > li {
  max-width: 20%;
}

.unitGeneralInfo {
  margin-top: 50px;
}
.unitGeneralInfo .contentBlock {
  margin-bottom: 0;
}
.unitGeneralInfo .contentBlock h3 {
  font-size: 22px;
  color: #292D32;
  font-weight: 600;
  margin-bottom: 12px;
}
.unitGeneralInfo .contentBlock ul li {
  width: 45%;
  display: inline-block;
  background-image: url(../images/ico-check.svg);
  background-position: left center;
  background-size: 24px auto;
  background-repeat: no-repeat;
  padding: 5px 0 5px 30px;
}
.unitGeneralInfo .sideInfoBlock {
  border-radius: 10px;
  background: #FCFCFC;
  padding: 25px;
  box-sizing: border-box;
}
.unitGeneralInfo .sideInfoBlock h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .img {
  border-radius: 50%;
  overflow: hidden;
  float: left;
  width: 50px;
  margin-right: 15px;
  border: 1px solid #C2C2C2;
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .img img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .details {
  width: calc(100% - 65px);
  float: left;
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .details ul li {
  margin-bottom: 5px;
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .details ul li:last-child {
  margin-bottom: 0;
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .details ul li a {
  color: #292D32;
  font-weight: 600;
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .details ul li a:hover {
  text-decoration: underline;
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .details ul li a.email, .unitGeneralInfo .sideInfoBlock .ownerInfo .details ul li a.website, .unitGeneralInfo .sideInfoBlock .ownerInfo .details ul li a.phone {
  font-weight: 400;
  padding-left: 25px;
  background-position: left center;
  background-size: 15px auto;
  background-repeat: no-repeat;
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .details ul li a.email {
  background-image: url(../images/ico-mail.svg);
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .details ul li a.phone {
  background-image: url(../images/ico-mobile.svg);
}
.unitGeneralInfo .sideInfoBlock .ownerInfo .details ul li a.website {
  background-image: url(../images/ico-site.svg);
}
.unitGeneralInfo .sideInfoBlock .planDisplay .pdfFileName {
  padding-left: 50px;
  background-image: url(../images/ico-pdf.svg);
  background-position: left center;
  background-size: 40px auto;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  padding-top: 3px;
  padding-bottom: 3px;
}
.unitGeneralInfo .sideInfoBlock .planDisplay .pdfFileName span {
  font-weight: 400;
  display: block;
}

.teamListing {
  margin-bottom: 50px;
}
.teamListing .memberInfo {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 30px;
  position: relative;
}
.teamListing .memberInfo .userType {
  color: #2A6D3D;
  background-color: #C7EDD2;
  font-size: 12px;
  padding: 5px 11px;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  right: 62px;
  top: 30px;
}
.teamListing .memberInfo .img {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}
.teamListing .memberInfo .img a {
  display: block;
}
.teamListing .memberInfo .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.teamListing .memberInfo .details ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #292D32;
}
.teamListing .memberInfo .details ul li a {
  color: #292D32;
}
.teamListing .memberInfo .details ul li a.name {
  font-size: 16px;
  font-weight: 600;
}
.teamListing .memberInfo .details ul li a:hover {
  text-decoration: underline;
}
.teamListing .memberInfo .details ul li a.email, .teamListing .memberInfo .details ul li a.website {
  font-weight: 400;
  padding-left: 25px;
  font-size: 12px;
  background-position: left center;
  background-size: 15px auto;
  background-repeat: no-repeat;
}
.teamListing .memberInfo .details ul li a.email {
  background-image: url(../images/ico-mail.svg);
}
.teamListing .memberInfo .details ul li a.website {
  background-image: url(../images/ico-site.svg);
}
.teamListing .memberInfo .details ul li a.agent {
  margin-top: 15px;
  color: #FF5D5D;
  font-size: 12px;
  font-weight: 700;
}
.teamListing .memberInfo .numberOftasks {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 25px;
}
.teamListing .memberInfo .numberOftasks span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  text-align: center;
}

.teamImg {
  width: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.teamImg img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.profileWithEdit {
  position: relative;
}
.profileWithEdit .edit {
  position: absolute;
  right: 0;
  top: 0;
}
.profileWithEdit .profileType {
  position: absolute;
  right: 40px;
  top: 0;
}

.tasksList {
  margin-bottom: 50px;
}
.tasksList .taskHolder {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 30px;
}

.taskHolder {
  position: relative;
}
.taskHolder .teamImg {
  margin-bottom: 0;
  width: 41px;
  border: 1px solid #dddddd;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.taskHolder .labelinfo {
  margin-bottom: 30px;
}
.taskHolder .labelinfo .name {
  font-size: 16px;
  color: #292D32;
  font-weight: 500;
  margin-bottom: 10px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.taskHolder .labelinfo .name a {
  color: #292D32;
}
.taskHolder .labelinfo .name a:hover {
  color: #FF5D5D;
}
.taskHolder .labelinfo .description {
  font-size: 12px;
  color: #292D32;
  font-weight: 400;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.taskHolder .footerInfo .flag {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  margin-right: 10px;
}
.taskHolder .footerInfo .flag img {
  width: 100%;
  display: block;
}
.taskHolder .footerInfo .date {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/ico-clock.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-left: 18px;
}

.topLabels {
  margin-bottom: 25px;
}
.topLabels ul li {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 5px;
}
.topLabels ul li:first-child {
  background-color: #000000;
  color: #ffffff;
}
.topLabels ul li:nth-child(2) {
  background-color: #04CB00;
  color: #ffffff;
}
.topLabels ul li:nth-child(3) {
  background-color: #ffffff;
  color: #000000;
  border-radius: 30px;
  border: 1.5px solid #FFAB5D;
  position: relative;
  padding-left: 20px;
}
.topLabels ul li:nth-child(3)::before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #FFAB5D;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -4px;
}

.drawer .taskHolder h2 {
  margin-bottom: 10px;
}
.drawer .taskHolder .footerInfo {
  margin-bottom: 25px;
}
.drawer .taskHolder .labelinfo {
  margin-bottom: 20px;
}
.drawer .taskHolder .labelinfo .description {
  font-size: 14px;
}
.drawer .drawerTextInfo h3 {
  font-size: 11px;
  color: #292D32;
  font-weight: 700;
  margin-bottom: 4px;
}
.drawer .drawerTextInfo .textInfo {
  font-size: 14px;
  color: #292D32;
}
.drawer .notes {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

.listTabs {
  margin-bottom: 30px;
}
.listTabs ul li {
  display: inline-block;
  margin-right: 10px;
}
.listTabs ul li.selected a {
  color: #FF5D5D;
  border-bottom: 2px solid #FF5D5D;
}
.listTabs ul li a {
  color: #292D32;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.listTabs ul li a:hover {
  color: #FF5D5D;
}

.blockAction {
  position: absolute;
  right: 30px;
  top: 30px;
}
.blockAction > a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-image: url(../images/ico-more.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-color: #ffffff;
}

.selectedProject {
  border-radius: 10px;
  background: #FCFCFC;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selectedProject .projectInfoHolder {
  display: flex;
  align-items: center;
  gap: 15px;
}
.selectedProject .projectInfoHolder .projectLogo {
  width: 65px;
  height: 65px;
}
.selectedProject .projectInfoHolder .projectLogo img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #DDD;
}
.selectedProject .projectInfoHolder .projectInfo h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.selectedProject .projectActions ul li {
  display: inline-block;
  margin-left: 10px;
}
.selectedProject .projectActions ul li a {
  color: #FF5D5D;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.selectedProject .projectActions ul li a:hover {
  color: #000;
}

.unitIndicator .select2-selection__rendered {
  color: #FF5D5D !important;
  font-size: 12px !important;
  font-weight: bold !important;
  text-align: right;
  padding-right: 25px !important;
}
.unitIndicator label {
  color: #FF5D5D !important;
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 28px;
  text-align: right;
}

.projectsListHolder .blockAction {
  top: 15px;
  right: 15px;
}
.projectsListHolder .blockAction .optionsList {
  width: 80px;
}
.projectsListHolder .blockAction .optionsList ul li {
  width: 100%;
  max-width: 100%;
}
.projectsListHolder .topLabels {
  position: absolute;
  left: 15px;
  top: 15px;
}
.projectsListHolder .topLabels ul li {
  width: auto !important;
  max-width: 100% !important;
}
.projectsListHolder .topLabels ul li.success {
  background-color: #04CB00;
}
.projectsListHolder .topLabels ul li.warning {
  background-color: #E9B602;
}
.projectsListHolder .topLabels ul li.draft {
  background-color: #000000;
}

.createFlow {
  padding-left: 0;
}
.createFlow.pageHolder .pageHeader {
  padding: 0 5%;
  margin-bottom: 50px;
}
.createFlow.pageHolder .pageHeader .logoHolder {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.createFlow.pageHolder .pageHeader .logoHolder a {
  display: block;
}
.createFlow.pageHolder .pageHeader .logoHolder a img {
  display: block;
  width: 100%;
}
.createFlow.pageHolder .pageHeader .pageTite {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #727171;
}
.createFlow.pageHolder .pageBody {
  max-width: 715px;
  margin: 0 auto;
  min-height: calc(100vh - 240px);
  padding-bottom: 0;
}

.pageFooter {
  padding: 20px 5%;
  border-top: 1px solid #e7e7e7;
}

.addmoreLink {
  margin-top: 12px;
}
.addmoreLink a {
  color: #FF5D5D;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.addmoreLink a:hover {
  color: #292D32;
}

.comppanyImg {
  margin-bottom: 0;
  width: 41px;
  border: 1px solid #dddddd;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.comppanyImg img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.clickableBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.viewDetails {
  margin-top: 10px;
  margin-bottom: 0;
}
.viewDetails a {
  color: #FF5D5D !important;
  text-transform: uppercase;
  font-weight: 700;
}

.projectBanner {
  height: 500px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 30px;
}
.projectBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galleryList {
  margin-bottom: 20px;
}
.galleryList ul {
  display: inline-block;
  width: 100%;
}
.galleryList ul li {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  width: calc(25% - 20px);
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
}
.galleryList ul li:first-child {
  height: 500px;
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
.galleryList ul li:nth-child(4), .galleryList ul li:nth-child(5) {
  margin-bottom: 0;
}
.galleryList ul li:nth-child(3), .galleryList ul li:nth-child(5) {
  margin-right: 0;
}
.galleryList ul li a {
  display: block;
}
.galleryList ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tagsHolder {
  margin-bottom: 10px;
}
.tagsHolder ul li {
  display: inline-block;
  margin-right: 5px;
  width: auto !important;
}
.tagsHolder ul li a {
  color: #2A6D3D;
  background-color: #C7EDD2;
  font-size: 12px;
  padding: 5px 11px;
  border-radius: 30px;
  display: block;
}

.tag {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  top: 15px;
  left: 15px;
  color: #ffffff;
  background-color: #04CB00;
}

.formActions ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formActions ul li a {
  border: 2px solid #FF5D5D;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  color: #FF5D5D;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.formActions ul li a:hover {
  background-color: #FF5D5D;
  color: #ffffff;
}
.formActions ul li a.fullColor {
  background: #FF5D5D;
  color: #ffffff;
}
.formActions ul li a.fullColor:hover {
  background-color: transparent;
  color: #FF5D5D;
}

hr {
  margin-bottom: 25px;
}

.formEl .inputHolder {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  padding: 5px 15px;
}
.formEl .inputHolder label {
  font-size: 12px;
  color: #292D32;
  letter-spacing: 0.2px;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}
.formEl .inputHolder label.switch {
  height: 20px;
  width: 35px;
  margin-bottom: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.formEl .inputHolder label.switch input {
  height: 20px;
}
.formEl .inputHolder label.switch input:checked + .slider {
  background-color: #FF5D5D;
}
.formEl .inputHolder label.switch input:checked + .slider::before {
  transform: translateX(15px);
}
.formEl .inputHolder label.switch .slider::before {
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
}
.formEl .inputHolder label span {
  font-weight: 400;
}
.formEl .inputHolder input, .formEl .inputHolder select {
  font-size: 15px;
  line-height: 15px;
  height: 28px;
  padding: 0;
  font-weight: 400;
  color: #292D32;
}
.formEl .inputHolder input::placeholder, .formEl .inputHolder select::placeholder {
  color: #C2C2C2;
}
.formEl .inputHolder textarea {
  font-size: 15px;
  padding: 10px 0;
  font-weight: 400;
  color: #292D32;
  width: 100%;
  border: 0 none;
}
.formEl .inputHolder textarea::placeholder {
  color: #C2C2C2;
}
.formEl .inputHolder .select2-container {
  width: 100% !important;
}
.formEl .inputHolder .select2-container.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
}
.formEl .inputHolder .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #292D32;
  font-weight: 400;
  font-size: 15px;
}
.formEl .inputHolder .iti {
  width: 100%;
}
.formEl .inputHolder .iti .iti__flag-container {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  position: static;
}
.formEl .inputHolder .iti input {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
}

.greyBg {
  background-color: #F9F9F9;
}

.pagination {
  text-align: center;
  margin-bottom: 50px;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FF5D5D;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.pagination ul li a:hover {
  background-color: #292D32;
}
.pagination ul li a.active {
  background-color: #292D32;
}
.pagination ul li.first a, .pagination ul li.last a {
  background-color: transparent;
  color: #292D32;
}
.pagination ul li.first a:hover, .pagination ul li.last a:hover {
  color: #FF5D5D;
}
.pagination ul li.prev a, .pagination ul li.next a {
  background-color: transparent;
  color: #292D32;
  font-weight: 700;
}
.pagination ul li.prev a:hover, .pagination ul li.next a:hover {
  background-color: #292D32;
  color: #ffffff;
}

.inputHolder {
  width: 100%;
  background-color: #ffffff;
  background-position: 15px center;
  background-size: 24px auto;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
}
.inputHolder.withRightIcon {
  padding-right: 50px !important;
}
.inputHolder.usernameInput {
  background-image: url(../images/ico-user.svg);
}
.inputHolder.passwordInput {
  background-image: url(../images/ico-password.svg);
}
.inputHolder .showPass {
  position: absolute;
  right: 20px;
  top: 15px;
  background-image: url(../images/ico-showpass.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
}
.inputHolder .showPass.showen {
  background-image: url(../images/ico-showpass-2.svg);
}
.inputHolder input {
  width: 100%;
  font-size: 15px;
  color: #727171;
  box-sizing: border-box;
  border: 0 none;
  -webkit-appearance: none;
}
.inputHolder .password {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
}

.filterAction input, .filterAction a {
  border: #FF5D5D 2px solid;
  border-radius: 5px;
  padding: 11px 15px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: none;
  background-color: transparent;
  color: #FF5D5D;
  cursor: pointer;
  display: inline-block;
}
.filterAction input:hover, .filterAction a:hover {
  background-color: #FF5D5D;
  color: #ffffff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #FF5D5D;
}

.daterangepicker .drp-buttons .btn {
  background-color: #FF5D5D;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  padding: 7px 12px;
}
.daterangepicker .drp-buttons .btn:hover {
  background-color: #292D32;
}

.backBtn {
  margin-bottom: 20px;
  text-align: left;
}
.backBtn a {
  background-image: url(../images/ico-back.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  width: 27px;
  height: 27px;
  display: inline-block;
}

.actionBtn a {
  background-color: #FF5D5D;
  padding: 11px 15px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
}
.actionBtn a:hover {
  background-color: #C2C2C2;
}

.subContentBlock h3 {
  font-weight: normal;
  margin-bottom: 10px;
}

.actions {
  text-align: right;
}
.actions a {
  color: #FF5D5D;
  font-weight: bold;
}

.aminitiesCheckList ul {
  display: flex;
  flex-wrap: wrap;
}
.aminitiesCheckList ul li {
  flex: 50%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.aminitiesCheckList ul li input[type=checkbox]:not(old) + label:before {
  margin-right: 6px;
  width: 22px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF5D5D !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../images/arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 26px !important;
  padding-right: 10px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
  border: 0 none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #FF5D5D;
  border: 0 none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
  color: #ffffff;
  padding: 0 6px;
  border-right: 1px solid #fff;
}

.field-validation-error, .field-validation-valid {
  color: red;
}

.field-validation-login {
  font-size: 14px;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: left;
}

.bgloader {
  background: #292d32;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.loader {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
