@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
:root {
  /*(orange dark)*/
  --primary_orange: #f39c12;
  /*(orange light)*/
  --primary_lightorange: #ffc107;
  --primary_dark: #333e48;
  /* (grey)*/
  --primary_grey: #737070;
  /*(blue)*/
  --primary_blue: #28bad6;
  /* (siemens)*/
  --primary_siemens: #009999;
  /*(dark grey)*/
  --primary_darkGrey: #6c757d;
  /*( dark siemens)*/
  --primary_darkSiemens: #005454;
  /* (dark sky) */
  --primary_darkSky: #009688;
  /* (light green) */
  --primar_gren: #7cc202;
  /*(text light dark)*/
  --text_primary: #9e9e9e;
  /*(text light)*/
  --text_white: #ffffff;
  /*(text blue)*/
  --text_blue: #28bad6;
}
.border-blue {
  border: 1px solid var(--primary_blue) !important;
}
/* -----------------------------------------
search surveyor
----------------------------------------- */
.user-card {
  border: 1px solid var(--primary_lightorange);
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 15px;
}
.user-card-img img {
  width: 80px;
  border-radius: 7px;
  object-fit: cover;
}
.user-card-txt {
  margin-left: 15px;
}
.user-card-txt img {
  width: 15px;
  margin-bottom: 5px;
}
.user-card-flex {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.user-card-dec {
  font-size: 13px;
  color: #696262;
  height: 55px;
  overflow: hidden;
}
.user-btn {
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  color: #ffffff;
  height: 35px;
  font-size: 13px;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.user-btn:hover {
  opacity: 1;
  color: #ffffff;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.user-card-name {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.user-card-work {
  display: flex;
  align-items: center;
}
.user-card-name h2 {
  font-size: 15px;
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: bold;
}
.user-card-work h3 {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 5px;
  color: #716b6b;
}
.user-card-height {
  max-height: 85vh;
  overflow: auto;
  padding: 15px;
}
.user-det-sec {
  display: flex;
  align-items: center;
  border-bottom: 5px solid #ffc107;
  padding-bottom: 10px;
}
.user-det-name {
  width: 100%;
  /* border-bottom: 1px dashed #ffc107; */
}
.user-det-prof {
  margin-right: 15px;
}
.user-det-prof img {
  width: 150px;
  border-radius: 7px;
  border: 1px solid #ccc;
  padding: 5px;
}
.f-name-txt img {
  width: 20px;
}
.f-name-txt h1 {
  font-size: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.f-name-txt h2 {
  color: #858181;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.f-name-txt h3 {
  color: #979494;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.user-det-sec2 {
  margin-top: 15px;
}
.user-det-adres {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed;
  padding-bottom: 10px;
}
.user-det-city {
  width: 50%;
}
.user-det-city h1 {
  font-size: 16px;
  margin-bottom: 0;
}

.user-det-work {
  display: flex;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
}
.user-det-work-area {
  width: 50%;
}
.user-det-work h1 {
  font-size: 16px;
  margin-bottom: 0px;
}
.user-det-work-area ul li {
  font-size: 14px;
}
.rent-form-height {
  min-height: 530px;
  /* max-height: 530px; */
  overflow: auto;
  overflow-x: hidden;
  padding: 10px;
}
.layr-btn {
  background-color: var(--primary_blue);
  border: 1px solid var(--primary_blue);
  color: #ffffff;
  height: 35px;
  font-size: 13px;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.layr-btn:hover {
  opacity: 1;
  color: #ffffff;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.owner-det-table {
  padding: 10px;
  background-color: #f4f4f4;
  margin-bottom: 10px;
  border-radius: 7px;
}
.owner-det-table table {
  width: 100%;
}
.owner-det-table table tbody tr td {
  font-size: 14px;
  color: #807d7d;
}
.add-material-tabDrop-heaing.new {
  background-color: var(--primary_lightorange);
  color: #fff;
  padding: 8px 15px;
}
.add-material-tab-heaing.new {
  background-color: var(--primary_lightorange);
  color: #fff;
  padding: 5px;
}
.add-material-tab-heaing.new input {
  height: 30px;
}
.add-material-tabDrop-body.new {
  min-height: 74vh;
  max-height: 74vh;
}
/* .add-material-tabDrop.os-1.new {
  min-height: 518px;
  max-height: 518px;
} */
/* .targetBox.new {
  height: 79vh;
} */
.add-material-tab-body.new {
  min-height: 79vh;
  max-height: 79vh;
}
/* .add-material-tab.os-1.new {
  min-height: 517px;
  max-height: 517px;
} */
/* ---------------------------------------------
Track User
----------------------------------------------- */
.track-user-search {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.track-user-submit {
  background-color: var(--primary_lightorange);
  width: 100%;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  opacity: 0.8;
}
.track-user-submit:hover {
  opacity: 1;
  color: #ffffff;
}
.track-user-list ul {
  padding: 0;
  height: 63vh;
  overflow: auto;
}
.select-all-div {
  text-align: right;
}
.select-all-btn {
  background-color: var(--primary_blue);
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px 15px;
}
.select-all-btn:hover {
  color: #ffffff;
}
.track-user-list ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0;
  align-items: center;
  margin-bottom: 5px;
}
.track-user-list ul li p {
  margin-bottom: 0;
}
/* ---------------------------------------------
Property Details
----------------------------------------------- */
.manageOrdTabs ul.ctabpage.prop-det li {
  width: auto;
  flex: none;
}
.manageOrdTabs ul.ctabpage.prop-det li a {
  width: 150px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 17px;
}
.manageOrdTabs ul.ctabpage.prop-det li a {
  width: 150px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 17px;
}
.manageOrdTabs ul.ctabpage.prop-det li a.active:hover {
  background-color: var(--primary_lightorange) !important;
}
.manageOrdTabs ul.ctabpage.prop-det li a:hover {
  background-color: var(--primary_darkSiemens) !important;
}
.srchBar.prop-det table tbody tr td {
  padding: 3px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

/* ---------------------------------------------
New Tabs for Sub Tab
----------------------------------------------- */
ul.newtab {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #005454;
  margin-bottom: 10px;
}
.newtab li {
  display: inline-block;
  margin-right: -4px;
  width: 150px;
  text-align: center;
  background-color: #005454;
  position: relative;
  padding: 10px 0;
}
.newtab li:hover > a,
.newtab .active > a {
  color: #ffc107;
}
.newtab .active {
  border-top: 4px solid #ffc107;
  border-bottom: 4px solid #ffc107;
}
.newtab .active::before {
  display: block;
  margin: 0 auto -6px auto;
  width: 0;
  border-top: 6px solid #ffc107;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 6px);
}
.newtab .active a {
  color: #ffc107 !important;
}
.newtab a {
  display: block;
  box-sizing: border-box;
  /* padding-top: 10px; */
  /*height: 118px;*/
  border-right: thin solid #e0e1db;
  text-decoration: none;
  /*font-size: 2.375em;*/
}
.newtab a,
.newtab a:visited {
  color: #fff;
}
.newtab li:last-of-type > a {
  border-right-style: none;
}
.newtab li div {
  /* margin-bottom: 5px; */
  font-size: 0.813rem;
}
/********************************************/
/*New Tabs for Sub Tab 2*/
/********************************************/
.stage-sub-btn {
  min-height: calc(100vh - 110px);
  max-height: calc(100vh - 110px);
  background-color: #fff;
  padding: 6px;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.manageOrdTabs .stage-sub-btn ul.ctabpage {
  transform: rotate(90deg);
}
.manageOrdTabs .stage-sub-btn ul.ctabpage li {
  width: unset;
}
.manageOrdTabs .stage-sub-btn ul.ctabpage li a {
  padding: 8px 52px;
}
.stage-sub-btn .btn-grp {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - 138px);
}
.stage-sub-btn .btn {
  background-color: var(--primary_lightorange);
  border: 1px solid var(--primary_lightorange);
  width: 100%;
  height: 40vh;
  font-size: 13px;
  transition: all 0.5s ease;
  padding: 0;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stage-sub-btn .btn a {
  color: #ffffff !important;
  width: 100%;
  height: 40vh;
  font-size: 13px;
  transition: all 0.5s ease;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/********************************************/
/*Map Searchbar*/
/********************************************/
.map-seacrh-bar {
  position: absolute;
  z-index: 1035;
  top: 18px;
  left: 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.map-seacrh-bar a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}

.map-seacrh-bar a:hover {
  background-color: #f2f2f2;
}
.map-seacrh-bar .m-search {
  box-sizing: border-box;
  background-image: url(../img/icons/search.png);
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 9px 20px 9px 37px;
  border: none;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  background-size: 16px;
  border-radius: 4px;
  height: 42px;
  /* border: 1px solid var(--primary_lightorange); */
}
.map-seacrh-bar .m-search:focus {
  outline: none;
  border-radius: 4px 4px 0 0;
}

/********************************************/
/*Success message*/
/********************************************/
.float-message {
  position: fixed;
  z-index: 1001;
  width: 400px;
  bottom: 20px;
  right: 20px;
  padding: 30px;
  color: #444;
  font-size: 16px;
  border-radius: 5px;
  background: var(--primary_siemens);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.float-message-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.float-message-inner p {
  color: #ffffff;
}
.close-link {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 18px;
}
/* Main CSS */
.check-container {
  width: 6.25rem;
  height: 7.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
.check-background {
  width: 100%;
  height: calc(100% - 1.25rem);
  background: linear-gradient(to bottom right, #ffc107, #ffc107);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
    0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.check-background-close {
  width: 100%;
  height: calc(100% - 1.25rem);
  background: linear-gradient(to bottom right, #ff0000, #ff0000);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
    0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
svg {
  width: 65%;
  transform: translateY(0.25rem);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: animateCheck 0.35s forwards 1.25s ease-out;
}

.check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(73, 218, 131, 1), transparent);
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}

@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}
/********************************************/
/*New View Modal Design*/
/********************************************/
.modalCustom .widget-user-header {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #ffc107;
  margin-bottom: 15px;
}
.modalCustom .img-circle {
  width: 50px;
}
.modalCustom .widget-text-sec {
  margin-left: 15px;
}
.modalCustom .widget-user-username {
  font-size: 15px;
}
.modalCustom .widget-user-desc {
  font-size: 13px;
  margin-bottom: 0;
}
.list-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.list-data .list-data-head h4 {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: bold;
}
.list-data .list-data-det {
  display: flex;
  align-items: flex-end;
}
.list-data .list-data-det .derect-img {
  width: 25px;
}
.list-data .list-data-det a .view-img {
  width: 20px;
  filter: grayscale(1);
}
.list-data .list-data-det p {
  font-size: 13px;
  margin-bottom: 0;
  margin: 0 5px;
}