:root {
  --ew-blue: #023f67;
  --ew-orange: #ff942b;
  --ew-orange--hover: #ef7b09;
}

.attach-properties {
  background-image: url(/attached-properties.svg);
  width: 20px;
  height: 20px;
  /* Maintain the normal height of rows */
  margin: -3px 0;
  display: inline-block;
  background-size: cover;
}

#completedCheckBox::after {
  content: "Completed";
  margin: 22px;
  font-weight: 700;
}

#sentToClient::after {
  /* background-color: red; */
  content: "Sent to client";
  margin: 0 0 0 22px;
  font-weight: 700;
  width: 90px;
  display: block;
}

#sentToClient {
  width: 18px;
  height: 18px;
}

#completedCheckBox {
  width: 18px;
  height: 18px;
}

/* the tree node's style */
.tree-view {
  overflow-y: hidden;
}

.tree-view_item {
  /* immediate child of .tree-view, for styling convenience */
}

/* style for the children nodes container */
.tree-view_children {
  margin-left: 16px;
}

.tree-view_children-collapsed {
  height: 0px;
}

.tree-view_arrow {
  cursor: pointer;
  margin-right: 6px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tree-view_arrow:after {
  content: "\25BE";
}

/* rotate the triangle to close it */
.tree-view_arrow-collapsed {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.content-panel {
  margin-bottom: 15px;
  padding: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 5px;

  /* Tentative styles */
  background-color: white;
}

.cntr {
  text-align: center !important;
}

.forgotpswrd {
  color: #6a6a6a;
  font-size: 0.8em;
}

.padding_sm {
  padding: 5px !important;
}

.topspc_signup {
  margin-top: 30px;
  margin-bottom: 44px;
}

.textUpperCaseNormalWeight {
  text-transform: uppercase;
  font-weight: normal;
}

.contentPosition {
  position: absolute;
  right: 0px;
  left: 0px;
}

#loginpara {
  color: #ffffff;
  padding: 5% 0;
  line-height: 30px;
  font-size: 17px;
}

#header {
  right: 5px;
}

.loginarea {
  background: #fff !important;
  /*padding:0;*/
}

.loginarea ul {
  border: 0;
}

.loginarea ul li {
  border: 0;
}

.loginarea ul li a {
  border: 0;
}

.contentarea {
  color: #000;
}

.logo_top {
  margin-top: 10px;
}

.text_3 {
  color: #666 !important;
}

.change_imgsize {
  max-width: 85%;
}

.loginarea input {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid;
  border-radius: 0;
}

:focus {
  outline: 0;
  text-decoration: none;
  opacity: 0.8;
}

.grid {
  width: 100%;
}

.chg_user {
  float: right !important;
  margin-top: 36px;
  cursor: pointer;
  padding-left: 106px !important;
}

.p-t-80 {
  padding-top: 80px;
  padding-bottom: 143px;
}

.or_pos {
  text-align: center;
  margin-top: 140px;
}

.form_border {
  border: 1px solid #d3d3d3;
  border-radius: 8px;
}

.nav_home ul {
  list-style: none;
  display: flex;
  background-color: #d3d3d3;
  padding: 10px;
}

.nav_home a {
  color: white;
  padding: 12px;
}

.login-position {
  margin-right: 30px;
  color: black;
  font-size: 15px;
  cursor: pointer;
}

.m-t-100 {
  margin-top: 100px;
}

.right {
  float: right !important;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-a-0 {
  margin: 0px;
}
.m-a-5 {
  margin: 5px;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-13 {
  margin-left: 13px !important;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-28 {
  margin-left: 28px;
}

.m-t-b-15 {
  margin: 15px 0px;
}

.pad-l-r-5 {
  padding: 0 5px;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.table-col-position {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.p-a-0 {
  padding: 0px !important;
}

.react-grid-Cell a {
  position: relative;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.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: #66615b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #66615b;
}

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%;
}

.text-size {
  font-size: 13px !important;
}

.modal-backdrop {
  position: relative !important;
}

.t-image-pos {
  cursor: pointer;
  color: #429cb6;
}

.t-plus-pos {
  border: 1px solid #578a10;
  border-radius: 10px;
  padding: 3px;
  color: #578a10;
  cursor: pointer;
}

.toolbar-pos {
  display: flex;
  margin-bottom: 5px;
}

.prop-text {
  color: #578a10;
  margin-left: 5px;
}

.list-input {
  width: 70%;
  padding: 4px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}

.off-market {
  color: #68b3c8;
}

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

.archive {
  color: red;
  cursor: pointer;
}

.donot-archive {
  color: green;
  cursor: pointer;
}

.non-archive {
  color: black;
  cursor: pointer;
}

.m-t-15 {
  margin-top: 15px;
}

.red-col {
  color: red;
}
.p-a-10 {
  padding: 10px;
}

.p-a-7 {
  padding: 7px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-7 {
  padding-right: 7px;
}

.presented {
  color: #77c868;
  cursor: pointer;
}

.not-presented {
  color: #d3d3d3;
  cursor: pointer;
}

.cursor-position {
  cursor: pointer;
}

.m-r-1 {
  margin-right: 1px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}
.m-l-4 {
  margin-left: 4px;
}

.diff_table {
  border: 1px solid black;
}

#purchase-table tr td {
  padding: 5px;
}

.purchase-input-color {
  background-color: #ffbd87;
}

.purchase-notes-color {
  background-color: #feff00;
}

.p-lr-10 {
  padding: 0px 10px;
}

.p-lr-22 {
  padding: 0px 22px;
}

.input-display {
  display: inline-flex;
  padding: 10px;
}

.p-r-17 {
  padding-right: 17px;
}

.p-l-59 {
  padding-left: 59px !important;
}

.table-wrap {
  position: relative;
}

.table-scr {
  height: 250px;
  overflow: auto;
  margin-top: 20px;
}

.f-15 {
  font-size: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-l-10 {
  padding-left: 10px;
}

.remove-icon {
  color: #ec6a38;
}

.m-r-3 {
  margin-right: 3px;
}

.child ul li {
  width: 30%;
  display: inline-block;
  margin-right: 26px;
  float: left;
}

.m-l-10 {
  margin-left: 10px;
}

.width-force-100 {
  width: 100% !important;
}

.width-force-90 {
  width: 90% !important;
}

.customize-list {
  max-height: 200px;
  overflow-y: auto;
}

.flood-check {
  margin: 0 !important;
  padding: 0 !important;
  height: 30px !important;
}

#datatables tr.white-bg,
#datatables tr.white-bg:hover,
#datatables tr.child,
#datatables tr.child:hover {
  background: white;
}
.addPropertyBox {
  padding: 20px 60px;
  margin: 20px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}
.comparePropertyBox {
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  margin: 10px 0px !important;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: white;
}
.comparePropertyBox .modal-footer,
.modal-header {
  border-width: 0px !important;
}

.off-market {
  background-image: url("boy-talking-by-phone.svg") !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
  background-size: 40px 40px !important;
  /* margin: 0 auto; */
  /* transform: rotate(90deg); */
}

/* This will override the images that are applied individually by .off-market and .property_sold */
.off-market.property_sold {
  background-image: url("/boy-talking-by-phone.svg"), url("/sold.png") !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: left bottom, left top !important;
  background-size: 40px 40px !important;

  color: inherit;
}

/*
  * {
    font-family: "Avenir","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif !important;
  }
  */

.pages-bgcolor {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.pages-color {
  color: white !important;
}

.pages-buttoncolor {
  background-color: white !important;
  color: #66615b !important;
  border: 1px solid white !important;
}

.m-r-20 {
  margin-right: 20px;
}
.f-20 {
  font-size: 20px;
}

.m-t-8 {
  margin-top: 8px;
}

.pig-color {
  color: #8d8984;
}

.m-l-30 {
  margin-left: 30px;
}

.p-t-8 {
  padding-top: 8%;
}

.date-field {
  padding-top: 8px;
}

.p-t-0 {
  padding-top: 0px !important;
}

.checkbox_filter li {
  display: inline;
  font-size: 20px;
  /*margin: 20px;*/
}

.checkbox_filter {
  list-style-type: none;
  padding: 0px;
  /*text-align: center;*/
}

.checkbox-react-dark {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 8px !important;
  border: 1px solid #c1c9d0;
  border-radius: 4px;
  position: relative;
  bottom: 0px;
  cursor: pointer;
  -webkit-appearance: inherit;
}
.checkbox-react-dark:checked {
  border: 1px solid #76a76e;
  background: url("./check.svg") center no-repeat #76a76e;
}
.checkbox-react-dark:focus {
  outline: none !important;
}

.m-l-16 {
  margin-left: 16px !important;
}

.f-20 {
  font-size: 20px;
}

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

.pagination-position {
  float: right !important;
  margin-right: 20px !important;
}

.sort-table {
  position: relative;
  display: inline-block;
  bottom: 0px;
  right: -7px;
  font-family: "FontAwesome";
  opacity: 0.8;
}

#searchBar .w-378-imp {
  width: 440px !important;
}

.search-input {
  width: 50% !important;
  float: right;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 70px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #eb5e28;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.spinner-pos {
  position: fixed;
  margin-left: 33%;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-13 {
  margin-right: 13px;
}

.comment-res {
  font-size: 15px;
  color: #999;
}

.comment-ul {
  list-style: none;
  padding-left: 6px;
}

.selected-card {
  background-color: #de3030 !important;
  color: white !important;
}

.action-comment {
  background-color: #f3f2ee;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  margin: 6px 2px 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.phenom-meta {
  font-size: 9pt;
  margin: 0;
  min-width: 110px;
  color: #8c8c8c;
}

.comment-edit {
  color: #999;
  text-decoration: underline;
  text-decoration-color: #999;
  cursor: pointer;
}

.comment-edit:hover {
  color: #999;
  text-decoration: underline;
  text-decoration-color: #999;
  cursor: pointer;
}

.not-close {
  padding-top: 12px;
  padding-right: 8px;
}

.cur-pointer {
  cursor: pointer;
}

.des-wordwrap {
  word-break: break-all;
}

.m-r-30 {
  margin-right: 30px;
}

.hot-input {
  font-size: 20px;
  padding-top: 25px;
}

.prop-inspected {
  color: green;
}

.prop-detail-color {
  color: #ffd700;
}

.geosuggest__suggests--hidden {
  max-height: 0;
  overflow: hidden;
  border-width: 0;
}

.geosuggest__item {
  font-size: 18px;
  font-size: 1rem;
  padding: 0.5em 0.65em;
  cursor: pointer;
}

.geosuggest__item--active {
  background: #267dc0;
  color: #fff;
}

.geosuggest__input {
  width: 100%;
  border: 2px solid transparent;
  box-shadow: 0 0 1px #3d464d;
  padding: 0.5em 1em;
  -webkit-transition: border 0.2s, box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s;
}

.geosuggest__input:focus {
  border-color: #267dc0;
  box-shadow: 0 0 0 transparent;
}

.geosuggest__suggests {
  /*position: absolute;*/
  top: 100%;
  left: 0;
  right: 0;
  /*max-height: 25em;*/
  padding: 0;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #267dc0;
  border-top-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  z-index: 5;
  /*-webkit-transition: max-height 0.2s, border 0.2s;*/
  /*transition: max-height 0.2s, border 0.2s;*/
}

.has-success {
  background-color: rgba(122, 194, 154, 0.45);
  color: #66615b;
  border-color: #7ac29a;
}

.has-error {
  background-color: #ffc0a4;
  color: #eb5e28;
  border-color: #eb5e28;
}

.text-left {
  text-align: left !important;
}

.non-edit-notes {
  /* height: fit-content !important; */
  display: block !important;
  overflow: scroll !important;
  min-height: 9rem !important;
}

span[title]:hover:after {
  content: attr(title);
  color: orange;
}

.w-100p {
  width: 100% !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-t-30 {
  margin-top: 30px;
}

.rad-button {
  width: 18px;
  height: 18px;
  top: 8px;
}

.p-l-28 {
  padding-left: 28px;
}

.dis-blo {
  display: block;
}

.property_sold {
  background-image: url("sold.png") !important;
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: 6% !important;
}

.under_contract_exp {
  background: url("./houseUnderContract.png") no-repeat 4px 10px transparent;
}

.createEngagementBtn {
  padding: 5px !important;
  margin: 0;
  border: 2px solid #68b3c8 !important;
}

.createEngagementIcon {
  background: url("./plus.svg") no-repeat;
  display: block;
  height: 29px;
  width: 55px;
  margin: 0 auto;
}

.removeEngagementIcon::before {
  content: url("./delete.svg");
  display: block;
  /* height: 4px; */
  width: 16px;
  /* margin: 0 auto; */
}

@media only screen and (min-width: 768px) {
  .purchase-width {
    width: 20% !important;
  }

  .status-card {
    height: 108px;
  }

  .status-paragraph {
    padding-bottom: 21px;
  }
}

.back_button {
  margin: 30px 0 15px;
  font-size: 25px;
  cursor: pointer;
}

/* Remove inherited styling */
.table-refinement .Select-clear-zone:hover {
  color: #999 !important;
}

/* Remove inherited styling */
.table-refinement .Select-clear-zone::after {
  content: none !important;
}

.sidemenu-css {
  background-image: url("img/sidebar_background.jpg");
  z-index: 3 !important;
  opacity: 0.2 !important;
}

.sidebar[data-background-color="brown"]:after,
.sidebar[data-background-color="brown"]:before,
.off-canvas-sidebar[data-background-color="brown"]:after,
.off-canvas-sidebar[data-background-color="brown"]:before {
  background-color: var(--ew-blue) !important;
}

.main-panel-color {
  background-color: #eeeeee !important;
}

.purchase-status {
  background-color: rgb(215, 44, 45) !important;
  color: white !important;
}

.map-control {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
  font-family: "Roboto", "sans-serif";
  margin: 10px;
  /* Hide the control initially, to prevent it from appearing
       before the map loads. */
  display: none;
}
/* Display the control once it is inside the map. */
#australiaMap .map-control {
  display: block;
}

.selector-control {
  font-size: 14px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.modal-top {
  top: 80px !important;
}

.bor-none {
  border: none !important;
}

.pivot-odd {
  color: #578a10;
}

.pivot-even {
  color: #40b0d5;
}

.pivot-range {
  color: crimson;
}

.pivot-toggle {
  position: absolute;
  padding-left: 8px;
  font-size: 20px;
  color: #666;
}

.info-window li {
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
}

.color-grey {
  color: #66615b;
}

.f-w-900 {
  font-weight: 900;
}

.z-4 {
  z-index: 4;
}

.pivot-separator {
  border-bottom: 1px solid #ccc5b9;
}

.b-collapse {
  border-collapse: collapse !important;
}

#filterCollapse {
  padding: 6px 0 0 25px;
}
#filterCollapse i {
  font-size: 20px;
  position: absolute;
}
.rotateIcon {
  transform: rotate(180deg);
}

#filterCards {
  width: 109px;
  height: 75px;
  float: left;
  margin-right: 15px;
  padding: 5px 0 0px 0px;
}

#filterRow {
  margin-left: 0px !important;
}

#clearBoth {
  clear: both;
}

.soldProperty {
  color: green;
}
.deleteProperty {
  color: #bfbab4;
}
.deleteProperty:hover {
  color: #bfbab4;
  cursor: pointer;
}
.confirm-modal-head{
  position: relative;
  text-align: center;
}
.confirm-modal-head .title{
  padding: 10px 0px;
}
.confirm-modal-down{
  margin: 15px 0px;
}

.notSoldProperty {
  color: #bfbab4;
}

.clientEditableFields {
  border: 1px solid #dacfcf;
  padding: 8px;
  border-radius: 5px;
  width: 10em;
}

.clientListTable th,
.clientListTable td {
  text-align: center;
}

.dataTables_length > label > select {
  padding: 0px !important;
  width: 50px !important;
}

.w-9-em {
  width: 9em !important;
}

.w-10-em {
  /* width: 10em !important; */
}

.w-5-em {
  width: 5em !important;
}

#inputForLabel {
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid black;
  border-right: 0;
}

.star-ratings {
  display: flex !important;
}

.percent-symbol {
  text-align: center;
  background-color: #d2d2cd;
  box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 0.5px solid rgb(232, 231, 227);
  border-right: 0.5px solid rgb(232, 231, 227);
  border-radius: 0px 5px 5px 0px;
}

.na-box {
  text-align: center;
  padding: 6px 0;
  min-width: 43px;
}

.manage-phases-ui {
  display: grid;
  grid-gap: 10px;
}

.manage-phases-ui table {
  width: 100%;
}

.manage-phases-ui table tr {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.manage-phases-ui table td {
  border: 1px solid black;
  text-align: center;
  /* user-select: none; */
}

.manage-phases-ui table tr:first-child td:first-child {
  width: 20%;
}

.manage-phases-ui table tr {
  background-color: white !important;
}

.manage-phases-ui table tr:not(:first-child) td:not(:first-child) {
  color: white;
}

.manage-phases-ui table td span {
  max-width: 95%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* color: black; */
}

.engagement-list select {
  width: 30%;
}

.uploadOfEngagementCsv {
  float: right;
}

.water-mark-green-yellow {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: greenyellow;
}

.water-mark-green-red {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: red;
}

.water_mark img {
  width: 1.5em;
  transform: rotate(180deg);
}

.react-datepicker {
  font-size: 1.2rem !important;
}

/* Water Mark css */
.watermarkIcon::before{
  content: url("./info.svg");
  display: inline-block;
  width: 15px;
  margin-left: 5px;
  cursor: pointer;
}
.modal-head{
  position: relative;
  text-align: center;
  width: 100%;
}
.modal-head .title{
  padding: 10px 0px;
}
.closeBtn{
  position: absolute;
  top: 0%;
  right: -5%;
}
.modal-down{
  margin: 15px 0px;
}
.okaybtn{
  padding: 7px 30px !important;
}

@media screen and (width: 768px) {
  #filterCards {
    width: 230px;
  }
  #filterRow {
    padding-left: 20px;
  }
  .closeBtn{
    right: -3%;
  }
}

@media screen and (width: 1024px) {
  #filterCards {
    width: 230px;
  }
  .closeBtn{
    right: -4%;
  }
}

@media screen and (width: 1440px) {
  #filterCards {
    width: 220px;
  }
}

.properties-list__sortable-column {
  cursor: pointer;
}

@media print {
  .sidebar {
    display: none !important;
  }

  .main-panel {
    width: 100% !important;
    height: auto !important;
    background-color: white !important;
  }

  .navbar {
    display: none !important;
  }

  .footer {
    display: none !important;
  }
}
