/*** Side bar and Navbar start ***/
body {
  font-family: "Poppins" !important;
}

ul,
li {
  list-style: none;
}

.status {
  border-radius: 5px;
  background: rgba(141, 183, 79, 0.15);
  color: #8db74f !important;
  text-align: center;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 12px;
  max-width: 105px;
  display: inline-block;
}

.status.fail {
  background: rgba(212, 0, 0, 0.15) !important;
  color: #d40000 !important;
}

.status.pending {
  background: rgb(7 186 255 / 15%) !important;
  color: #1F2DAD !important;
}

.status.no-response {
  background: rgba(255, 193, 7, 0.15) !important;
  color: #ffc107 !important;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;
  z-index: 9999;
}

.content {
  margin-left: 250px;
  min-height: 100vh;
  background: #fff;
  transition: 0.5s;
}

.navbar a {
  color: #000 !important;
}

.user-detail .user-email {
  color: rgba(0, 0, 0, 0.35);
  font-weight: 500;
  word-break: break-all;
}

.user-detail h4 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px !important;
}

.user-image img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 20px;
}

.user-detail img {
  width: 20px;
  margin-right: 5px;
}

.navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  background-color: #fff;
}

.sidebar .navbar {
  padding: 25px 0 !important;
}

.sidebar-toggler i {
  font-size: 22px;
}

.menu-section .menu {
  font-size: 16px;
  margin-left: 10px;
  color: #949699;
}

.menu-section li.active .menu,
.menu-section li:hover .menu, .report-bottom-btn:hover .report-bottom-text, .report-bottom-btn.active .report-bottom-text {
  color: #fff;
}

.menu-section li:hover,
.menu-section li.active , .report-bottom-btn:hover, .report-bottom-btn.active{
  background-color: #8db74f;
  transition: 0.3s linear;
}

.menu-section li:hover svg path,
.menu-section li.active svg path , .report-bottom-btn:hover svg path, .report-bottom-btn.active svg path{
  stroke: #fff !important;
}

.search-contractor-firm,
.search-contractor-firm:focus {
  padding: 10px 10px 10px 50px !important;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08) !important;
  border-radius: 10px !important;
}

.search-icon {
  top: 10px;
  left: 12px;
}
.required:after{ 
  content:'*'; 
  color:red; 
  padding-left:5px;
}
@media (min-width: 992px) {
  .sidebar {
    margin-left: 0;
  }

  .sidebar.open {
    margin-left: -250px;
  }

  .content {
    width: calc(100% - 250px);
  }

  .content.open {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .sidebar {
    margin-left: -250px;
  }

  .sidebar.open {
    margin-left: 0;
  }

  .content {
    width: 100%;
    margin-left: 0;
  }
}

/*** Side bar and Navbar end ***/

/* auth start */
.firerisk-left {
  z-index: 9999;
}

.firerisk-login-screen {
  z-index: 99;
  display: flex;
}

.back-img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.firerisk-left h3 {
  font-size: 30px;
  margin-top: 50px;
  color: #fff;
  font-weight: 700;
}

.firerisk-left p {
  font-size: 16px;
  color: #fff;
}

.back-img img {
  z-index: -99;
  height: 100%;
  object-fit: cover;
}

.otp-wrapper {
  min-height: 100vh;
}

.firerisk-loginscreen-right {
  background-color: #fff;
}

.firerisk-loginscreen-right .bottom-section {
  padding: 0px 80px;
}

.firerisk-loginscreen-right h5 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.firerisk-loginscreen-right h4 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.form-control,
.form-control:focus {
  background-color: #fff !important;
  border-radius: 50px !important;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2) inset !important;
  border: none !important;
  padding: 12px 20px 12px 55px !important;
}

.form-select,
.form-select:focus {
  padding: 12px 20px !important;
}

.form-control.password {
  padding: 12px 55px !important;
}

.form-control:focus-visible {
  outline: none !important;
}

.firerisk-loginscreen-right .btn {
  background-color: #8db74f;
  color: #fff;
  padding: 12px 20px !important;
  width: 100%;
  border-radius: 50px;
}

.forgot-password a,
.signup-bottom a {
  color: #8db74f;
  font-weight: 500;
  text-decoration: none !important;
}

.forgot-password a:hover,
.signup-bottom a:hover {
  color: #8db74f;
}

.forgot-back-btn {
  top: 50px;
  left: 50px;
}

.input-wrapper svg {
  top: 13px;
  left: 20px;
}

.input-wrapper i {
  top: 17px;
  right: 20px;
  color: #8db74f;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn:hover {
  color: #fff !important;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

.otp-form-control,
.otp-form-control:focus {
  width: 70px !important;
  padding: 12px 30px !important;
  margin: 0 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-title-wrap {
  width: 50%;
}

.otp-title-wrap span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.firerisk-loginscreen-right>.bottom-section>p {
  color: #000;
  text-align: center;
  font-weight: 600;
  width: 70%;
  margin: 0 auto 50px;
  font-size: 16px;
}

.resend-otp {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}

/* .firerisk-loginscreen-right form {
  padding: 0 50px;
} */

.login-top-img img {
  width: 300px;
}

.login-top-img {
  text-align: center;
  margin: 40px 0;
}

/* auth end */

/* comman css start */
.comman-header .comman-header-title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.comman-header {
  padding: 10px 0 !important;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.comman-user-image img {
  width: 60px !important;
  height: 60px !important;
  margin-right: 20px !important;
  border-radius: 50px;
  border: 2px solid #8db74f;
}

.comman-user-detail .comman-user-email {
  color: rgba(0, 0, 0, 0.35);
  font-weight: 500;
}

.comman-user-name h4 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px !important;
}

.comman-user-name img {
  width: 20px;
  margin-right: 5px;
}

.comman-user-detail-wrapper {
  padding-top: 20px;
  overflow-y: scroll;
  max-height: 600px;
}

.comman-user-detail.active {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  padding: 16px 48px;
  margin: 0;
}

.right-side-comman .comman-user-detail.active,
.accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  border: none;
}

.comman-user-detail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 48px;
  padding: 16px 0;
  text-decoration: none;
  cursor: pointer;
}

.comman-user-detail:last-child {
  border-bottom: none;
}

.comman-user-detail span {
  color: rgba(0, 0, 0, 0.8);
  word-break: break-all;
}

.comman-btn button,
.comman-btn a,
.btn:hover {
  color: #fff !important;
  background-color: #8db74f !important;
  border: 1px solid #8db74f;
  padding: 12px 0 !important;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.comman-btn button:hover,
.comman-btn a:hover {
  background-color: #fff !important;
  color: #8db74f !important;
  border: 1px solid #8db74f;
}

.comman-btn.btn-static a:hover {
  color: #fff !important;
  background-color: #8db74f !important;
  border: 1px solid #8db74f;
}

.comman-btn a img {
  width: 22px;
}

.comman-user-detail-wrapper::-webkit-scrollbar-track,
.comman-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
}

.comman-user-detail-wrapper::-webkit-scrollbar,
.comman-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.comman-user-detail-wrapper::-webkit-scrollbar-thumb,
.comman-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

.form-label {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}

.comman-header a {
  left: 20px;
  color: #000;
}

.border-btn a {
  background-color: #fff !important;
  color: #8db74f !important;
  border: 1px solid #8db74f !important;
}

.result-status .fail-btn {
  color: #d40000;
  background: rgba(212, 0, 0, 0.15);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  width: 70px;
  display: block;
  margin-left: 10px;
  text-align: center;
}

.result-status .pass-btn {
  color: #8db74f;
  background-color: rgba(141, 183, 79, 0.15);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  width: 70px;
  display: block;
  margin-left: 10px;
  text-align: center;
}

.result-status .block-btn {
  color: #1f2dad;
  background: rgba(31, 45, 173, 0.15);
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}

.result-status .button {
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  width: 110px;
  text-align: center;
}

.last-survay-detail {
  font-size: 16px;
  color: #8db74f !important;
  font-weight: 500;
}

.last-survay-detail span {
  color: #8db74f;
}

.checklist-result-wrapper {
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 10px;
}

/* comman css end */

/* dashboard start */
.managing-agnet-company {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-close-btn {
  padding: 5px 20px;
  border-radius: 10px;
  border: none;
  color: #8db74f;
  background: rgba(141, 183, 79, 0.15);
}

.modal {
  z-index: 999999 !important;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-header {
  border-bottom: none;
}

.sites-modal-header .user-img img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.user-detail-wrapper h3 {
  font-size: 18px;
}

.modal-sites-details .sites-title h2 {
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
}

.modal-house-main-wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  overflow-y: scroll;
  max-height: 480px;
  padding: 12px;
}

.modal-house-main-wrapper .modal-house-wrapper {
  color: #fff;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 15px;
  border-radius: 10px;
}

.card-top-sec .comman-user-detail .comman-user-name span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}

.card-top-sec .comman-user-image img {
  width: 50px !important;
  height: 50px !important;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.3);
}

.card-bottom-sec ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.card-bottom-sec li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #8db74f;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.card-bottom-sec li img {
  width: 40px;
  height: 40px;
}

.card-bottom-sec li:last-child::before {
  position: absolute;
  content: "+4";
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
}

.card-bottom-sec li:nth-child(n + 2) {
  margin-left: -20px;
}

.modal-total h6 {
  font-size: 18px;
  color: #8db74f;
  font-weight: 400;
}

.modal-total span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 400;
}

.modal-content {
  border-radius: 15px;
}

.nodata-yet-wrapper p {
  font-size: 20px;
  margin: 0 !important;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

.nodata-yet-wrapper {
  border: 2px dashed #8db74f;
  border-radius: 10px;
}

.nodata-yet-wrapper img {
  width: 300px;
}

.status-btn {
  width: 15px;
  height: 15px;
  border-radius: 25px;
}

.status-btn.green {
  background-color: #8db74f;
}

.status-btn.red {
  background-color: #d40000;
}

.quote-user span {
  color: #8db74f;
  text-transform: capitalize;
}

.quote-user h6 {
  font-size: 16px;
  display: block;
}

.download-btn a {
  border-radius: 5px;
  background: rgba(141, 183, 79, 0.15);
  padding: 5px 15px;
  text-decoration: none;
  color: #8db74f;
}

/* dashboard end */

/* create-new-site-wrapper start */
.create-new-site-wrapper .top-sec h5 {
  font-size: 20px;
  font-weight: 500;
}

.create-new-site-wrapper .top-sec {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.create-new-site-wrapper {
  padding: 50px 100px 0 100px;
}

.create-new-site .form-control {
  border-radius: 22px !important;
  resize: none;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08) !important;
}

.without-icon-input .form-control {
  padding: 12px 20px !important;
}

.door-edit-wrapper .form-control {
  padding: 12px 20px !important;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08) !important;
  border-radius: 10px !important;
}

.create-new-site-wrapper .back-arrow i {
  color: #000;
}

.avatar-upload .avatar-edit {
  position: absolute;
  left: 120px;
  z-index: 1;
  bottom: -16px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
  width: 140px;
  height: 180px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 2px dashed #8db74f;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>img {
  width: 140px;
  height: 180px;
  border-radius: 10px;
}

.avatar-edit svg {
  top: 8px;
  left: 8px;
  position: absolute;
}

.create-url {
  color: #8db74f;
  font-size: 14px;
}

.add-image-text {
  color: #8db74f !important;
}

/* create-new-site-wrapper end */
/* new door entry start ,building*/

.accordion-button:focus {
  box-shadow: none;
  background-color: white;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px !important;
  border: none;
}

.accordion-flush .accordion-item {
  border-bottom: none;
}

.accordion-button::after {
  position: absolute;
  margin: 0;
  right: 15px;
}

.accordion-button {
  border-radius: 10px !important;
  font-size: 20px;
  font-weight: 500;
}

.accordion-body a:first-child {
  padding-top: 0;
}

.accordion-body a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.accordion-body {
  background-color: #fff;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-top: 10px;
}

.accordion-body a {
  color: black;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.new-door-entry-input-padding .form-control {
  padding-left: 20px !important;
}

#picture__input,
#picture__input2 {
  display: none;
}

.picture {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #8db74f;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 10px;
}

.picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picture__image {
  height: 100%;
  width: 100%;
}

.upload-btn {
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}

.upload-btn-block-page {
  text-align: center;
  top: 50px !important;
  left: 13px !important;
  position: absolute;
}

#uploadBtn .btn-upload,
#uploadBtn2 .btn-upload {
  border-radius: 5px;
  font-size: 14px;
  background: rgba(141, 183, 79, 0.15);
  color: #8db74f;
  border: none;
  z-index: -1;
  padding: 3px 7px;
}

#uploadBtn p {
  color: rgba(0, 0, 0, 0.6);
}

.completed-btn.active {
  color: #fff;
  background-color: #8db74f;
}

.completed-btn {
  text-decoration: none;
  color: #8db74f;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #8db74f;
}

.completed-btn.boarder-btn {
  border: 1px solid #8db74f;
  color: #8db74f;
}

.completed-btn.active {
  color: #fff;
  background-color: #8db74f;
}

.complete-btn {
  text-decoration: none;
  color: #8db74f;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #8db74f;
}

.complete-btn.boarder-btn {
  border: 1px solid #8db74f;
  color: #8db74f;
}

.create-block-upload-img {
  width: 130px;
}

.core-detail-add-wrapper .form-control {
  box-shadow: none !important;
}

.core-detail-add-wrapper .core-detail-input-wrapper .input-wrapper:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.core-detail-add-wrapper .core-detail-input-wrapper {
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.add-core-btn .btn {
  padding: 5px 15px !important;
  width: 100px !important;
  border-radius: 10px;
}

.waves-effect {
  top: 8px;
  right: 25px;
  font-size: 14px;
  background-color: #8db74f;
  border: none !important;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}

.collection-item h6 {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60px;
  font-size: 14px;
}

.collection-item {
  margin: 0 5px 5px 0;
  color: #8db74f;
  border: 1px solid #8db74f;
  border-radius: 25px;
  padding: 3px 12px;
  display: flex;
  align-items: center;
}

.input-field svg {
  top: 12px;
  left: 32px;
}

.remove {
  cursor: pointer;
  background-image: url(../images/close-square.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

/* new door entry end ,building , create block end*/

/* Door Start */
.core-floor-detail {
  background-color: #fff;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.door-page {
  cursor: pointer;
}

img.small-img {
  width: 50px !important;
  height: 50px !important;
}

.input-group {
  background-color: #fff !important;
  border-radius: 10px !important;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  border: none !important;
  padding: 10px 20px !important;
}

.input-group .form-control {
  box-shadow: none !important;
  padding: 0 !important;
  margin-right: 5px;
}

.input-group .input-group-text {
  border: none !important;
  padding: 5px 10px;
  background-color: #8db74f;
  color: #fff;
  border-radius: 10px !important;
}

.flat-door-title h4 {
  font-size: 18px;
}

.flat-door-img img ,.img-thumbs img{
  width: 140px;
  height: 190px;
  border-radius: 10px;
  object-fit: cover;
}

.flat-door-detail h3 {
  font-size: 16px;
  margin-bottom: 0 !important;
  margin-left: 10px;
}

.flat-door-name {
  padding: 10px 0;
  margin-left: 15px;
}

.flate-door-survay-type h6 {
  font-size: 16px;
  margin-bottom: 3px;
}

.flate-door-survay-type span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.condition-checklist h4 {
  font-size: 16px;
}

.condition-checklist img {
  height: 30px;
  width: 30px;
}

.action-table-wrapper .table-img {
  padding: 20px 50px !important;
}

.action-table-wrapper .table-img img {
  width: 70px;
  height: 90px;
  border-radius: 10px;
}

.action-table-wrapper th {
  background-color: #8db74f;
  color: #fff;
  padding: 20px;
}

.action-table-wrapper td {
  padding: 20px;
}

.door-edit-form .form-control {
  background: #fff;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08) !important;
  padding: 12px 20px !important;
}

.flat-door-qrcode {
  background-color: rgba(235, 233, 233, 0.5);
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
}

.door-edit-wrapper .form-label {
  color: rgba(44, 44, 44, 1) !important;
}

.checklist-box-wrapper {
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  border-radius: 10px;
}

.door-edit-btn {
  padding: 5px 0;
  width: 150px;
  text-align: center;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  border: none;
}

.door-edit-btn.yes-btn {
  color: #8db74f;
}

.door-edit-btn.no-btn {
  color: #d40000;
}

.door-edit-btn.an-btn {
  color: #1f2dad;
}

.red-line {
  border-left: 3px solid #d40000;
  height: 35px;
  border-radius: 10px;
  top: 6px;
  left: 10px;
}

.checklist-box-wrapper ul li {
  list-style: disc !important;
}

.remove-dash img {
  width: 25px;
  height: 25px;
}

.remove-dash {
  top: 5px;
  right: 5px;
}

.door-edit-wrapper .flat-door-img {
  width: fit-content;
}

/* Door End */

/* All surveys start */
.all-survey-section table th,
.all-survey-section table td {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
}

.all-survey-section th {
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
}

.all-survey-section th:not(:first-child) {
  border-left: 1px solid rgba(44, 44, 44, 0.2);
}

.all-survey-section td:not(:first-child) {
  border-left: 1px solid rgba(44, 44, 44, 0.2);
}

.all-survey-section td {
  border-bottom: none;
}

.all-survey-section th,
.all-survey-section td {
  padding: 15px;
}

.all-survey-section table .status {
  border-radius: 5px;
  background: rgba(141, 183, 79, 0.15);
  color: #8db74f;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  width: 50px;
  display: inline-block;
  padding: 5px 0;
}

.all-survey-section table .fail {
  background: rgba(212, 0, 0, 0.15);
  color: #d40000;
}

.all-survey-section table .no-aceess {
  background: rgba(255, 191, 0, 0.1);
  color: #ffbf00;
  width: 80px;
}

.all-survey-section .custom-btn {
  border-radius: 5px;
  border: 1px solid #8db74f;
  color: #8db74f;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  background-color: transparent;
  padding: 3px 19px;
  display: block;
  max-width: 94px;
}

/* All surveys end */

/* pdf start */
.pdf-door-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 10px;
}

.green-border {
  border-color: #8db74f;
  border-width: 2px;
}

.door-photos-wrapper {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.door-photos-wrapper .flat-door-img img {
  width: 100% !important;
  height: auto !important;
}

.dropdown-btn {
  background-color: transparent;
  border: none;
}

/* pdf end */

/* Profile start */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #000;
  border-radius: 0px;
}

.nav-pills .nav-link {
  padding: 0;
}

.profile-page-detail-wrapper h4,
.profile-page-detail-wrapper i {
  font-size: 16px;
  color: #000;
}

.log-out {
  cursor: pointer;
}

.log-out-modal h4 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.log-out-modal p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.log-out-modal .modal-footer {
  border: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.log-out-modal .modal-footer .logout-btn {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.log-out-modal .modal-footer .logout-btn button {
  background-color: #8db74f;
  border: 1px solid #8db74f;
  border-radius: 10px;
  color: #fff;
  padding: 10px 0 !important;
  width: 150px;
  transition: all 0.2s ease-in-out;
}

.log-out-modal .modal-footer .logout-btn button:hover {
  border: 1px solid #8db74f;
  color: #8db74f;
  background-color: transparent;
}

.profile-pic,
.profile-pic2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-upload,
.file-upload2 {
  display: none;
}

.circle {
  border-radius: 1000px !important;
  overflow: hidden;
  border: 1px solid #8db74f;
  width: 130px;
  height: 130px;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.3);
}

/* img {
  max-width: 100%;
  height: auto;
} */

.p-image {
  position: absolute;
  bottom: 0;
  right: 5px;
  cursor: pointer;
}

.p-image img {
  border-radius: 50%;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.3);
}

.user-profile-header-logo {
  width: 130px;
}

/* Profile end */

/* report start */
.report-user-details-wrapper span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.report-user-details-wrapper h5 {
  font-size: 18px;
}

.table-wrapper {
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

/* report end */

/* Select 2 start */
.select2-container {
  z-index: 9999;
}

.singleSelect2 {
  width: 100%;
  /* extra */
  padding: 12px 20px 12px 55px !important;
  /* padding: 8px 20px !important; */
  height: 45px !important;
  border-radius: 10px !important;
  /* text-align: center; */
  /* font-weight: 500; */
  font-size: 16px;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  border: none;
}
.singleSelect2:focus-visible{
  outline: none;
}
.singleSelect2:focus {
  border: none;
}

.singleSelect2 option:focus {
  background-color: #8DB74F !important
}

.select2-container--default .select2-selection--single {
  border-radius: 50px !important;
  padding: 10px 20px !important;
  height: 50px !important;
  border: none !important;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px !important;
  right: 10px !important;
}

.select2-search--dropdown {
  display: none !important;
}

.select2-container--open .select2-dropdown {
  top: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 15px !important;
  overflow: hidden !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8db74f !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
}

.select2-container {
  width: -webkit-fill-available !important;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}

.firerisk-loginscreen-right .select2-container--default .select2-selection--single {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2) inset !important;
}

/* Select 2 end */

/* contractor-company start */
.check-contract img {
  width: 25px !important;
  height: 25px !important;
  border: none !important;
}

/* contractor-company end */

/* All Door Report Start */
.report-user-details-wrapper .dropdown button {
  border: none;
  background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}

.table-wrapper {
  max-height: 500px;
  overflow-y: scroll;
}

.table-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.table-wrapper::-webkit-scrollbar:horizontal {
  height: 6px !important;
}

.table-wrapper::-webkit-scrollbar {
  width: 6px !important;
  background-color: #f5f5f5;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #8db74f;
}

.table-tab-bar>.nav-item>.nav-link,
.table-tab-bar .nav-item>.nav-link.active {
  background-color: rgba(31, 45, 173, 0.15) !important;
  color: #1f2dad !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  margin-bottom: 10px !important;
}

.table-tab-bar>.nav-item:nth-child(2)>.nav-link {
  background-color: rgba(249, 84, 14, 0.15) !important;
  color: #f9540e !important;
}

.table-tab-bar>.nav-item:nth-child(3)>.nav-link {
  background-color: rgba(212, 0, 0, 0.15) !important;
  color: #d40000 !important;
}

.table-tab-bar>.nav-item:last-child>.nav-link {
  background-color: #8db74f !important;
  color: #fff !important;
}

.table-tab-bar>.nav-item>.nav-link.active:after {
  content: "";
  background-color: #1f2dad !important;
  height: 2px !important;
  width: 100% !important;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 10px;
}

.table-tab-bar>.nav-item:nth-child(2)>.nav-link.active:after {
  background-color: #f9540e !important;
}

.table-tab-bar>.nav-item:nth-child(3)>.nav-link.active:after {
  background-color: #d40000 !important;
}

.repair-status {
  color: #8db74f;
  font-size: 14px !important;
}

.repair-status.manage-self {
  color: #1f2dad;
}

.repair-status.pending {
  color: #d40000;
}

.dropdown-menu {
  z-index: 9999;
  max-height: 315px !important;
  overflow-y: scroll !important;
}

.nav-link:focus-visible {
  box-shadow: none;
}

/* All Door Report End */

/* checklist preparared start */
.price-list h4 {
  margin: 0 !important;
  color: #8db74f;
  font-weight: 600;
  font-size: 25px;
}

.checklist-prepared-title h5 {
  font-size: 16px;
}

.checklist-prepared-title span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.nodata-yet-wrapper span {
  color: #8db74f;
}

.contract-details-wrapper {
  height: 250px;
  overflow-y: scroll;
}

.contract-details-wrapper p {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  text-align: start;
}

.contract-details:last-child {
  border-bottom: none;
}

.contract-details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contract-details-wrapper::-webkit-scrollbar {
  display: none;
}

.checklist-prepared-table
/* checklist preparared end */

/* Query Start */
.quote-detail h5 {
  margin-bottom: 0;
}

/* Query End */

/* quote start */
.quote-table {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.quote-table .table-image {
  width: 70px;
  height: 90px;
  border-radius: 10px;
}

.quote-table thead tr th {
  background-color: #8db74f;
  color: #fff;
  padding: 20px 10px !important;
}

.checklist-prepared-table.quote-table thead tr th {
  background-color: #fff;
  color: #8db74f;
}

.quote-table-top h5 {
  color: #fff;
  margin-bottom: 0 !important;
}

.quote-table-top {
  padding: 20px 30px;
  background-color: #8db74f;
}

.quote-table-top img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.quote-table {
  border-radius: 10px;
  overflow: scroll;
  background-color: #fff;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
}

.quote-table h5 {
  font-size: 18px;
}

.quote-total td {
  background: rgba(141, 183, 79, 0.15);
  vertical-align: middle;
}

.quote-total h4 img {
  width: 28px;
}

.quote-total h4 {
  color: #8db74f;
  font-weight: 600;
  font-size: 33px;
}

.quote-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.quote-table::-webkit-scrollbar:horizontal {
  height: 6px !important;
}

.quote-table::-webkit-scrollbar {
  width: 0px !important;
}

.quote-table::-webkit-scrollbar-thumb {
  background-color: #8db74f;
}

/* quote end */

/* List Start */
.add-items-btn {
  background-color: #8db74f;
  color: #fff;
  border-radius: 10px !important;
  width: 200px !important;
}

.list-table-wrapper {
  border-radius: 20px;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.list-table-wrapper tr {
  border: none;
}

.list-table-wrapper tr td:first-child,
.list-table-wrapper tr th:first-child {
  border-left: none !important;
}

.list-table-wrapper tr td:last-child,
.list-table-wrapper tr th:last-child {
  border-right: none !important;
}

.list-table-wrapper tr:last-child td {
  border-bottom: none !important;
}

.list-table-wrapper tr td {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.list-table-wrapper tr th {
  border-color: rgba(0, 0, 0, 0.2);
}

/* List end */
.accordion-button:disabled {
  color: rgba(0, 0, 0, 0.5);
}

.form-check-input:checked {
  background-color: #8db74f !important;
  border-color: #8db74f !important;
}

.form-check-input:focus {
  box-shadow: none !important;
}

/* Select 2 wrapper start */
.select2-wrapper svg {
  left: 19px;
  z-index: 9999;
  top: 12px;
}

.select2-wrapper .select2-container--default .select2-selection--single {
  padding: 10px 20px 10px 55px !important;
}

.msc-blank {
  text-align: center;
  color: gray;
}

.msc-blank-title {
  margin-top: 10px;
  /* Adjust the margin as needed */
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  padding: 12px 0 !important;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background-color: #fff !important;
  color: #8db74f !important;
  border: 1px solid #8db74f !important;
  width: 100%;
}

/* Select 2 wrapper end */
@media (max-width: 1399px) {
  .firerisk-loginscreen-right .bottom-section {
    padding: 0 20px;
  }

  .login-top-img img {
    width: 200px !important;
  }
}

@media (max-width: 1199px) {
  .modal-house-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .managing-agnet-company {
    border: none !important;
  }

  .firerisk-loginscreen-right .bottom-section {
    padding: 0px 30px;
  }

  .otp-title-wrap {
    width: 80%;
  }

  /* .firerisk-loginscreen-right form {
    padding: 0 20px;
  } */
}

@media (max-width: 991px) {
  .sidebar {
    z-index: 99999;
  }

  .navbar {
    z-index: 999999 !important;
  }

  .firerisk-loginscreen-right .bottom-section {
    padding: 20px;
    transform: translate(0, -20px);
  }

  .firerisk-loginscreen-right h5 {
    font-size: 24px;
    font-weight: 600;
  }

  .firerisk-loginscreen-right h4 {
    font-size: 15px !important;
  }

  .firerisk-login-screen {
    display: none !important;
  }

  .otp-title-wrap {
    width: 30%;
  }

  .modal-house-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .create-new-site-wrapper {
    padding: 30px 50px 0 50px;
  }

  .door-photos-wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .otp-title-wrap {
    width: 50%;
  }

  .comman-user-detail.active {
    padding: 16px 16px;
    margin: 0;
  }

  .comman-user-detail {
    margin: 0 16px;
  }

  .user-image img,
  .comman-user-image img {
    margin-right: 10px !important;
  }

  .door-photos-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  /* .firerisk-loginscreen-right form {
    padding: 0 10px;
  } */
  .forgot-back-btn {
    top: 20px;
    left: 20px;
  }

  .quote-detail h5 {
    margin-bottom: 0;
    font-size: 14px !important;
  }
}

@media (max-width: 575px) {
  .firerisk-loginscreen-right p {
    width: 100%;
  }

  .otp-title-wrap {
    width: 90%;
  }

  .create-new-site-header .navbar-brand img {
    width: 120px !important;
  }

  .create-new-site-header .user-detail h4 {
    font-size: 14px;
  }

  .create-new-site-header .user-email {
    font-size: 14px;
  }

  .create-new-site-header .user-image img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }

  .create-new-site-header .user-detail img {
    width: 15px !important;
  }

  .create-new-site-wrapper {
    padding: 20px 0 0 0;
  }

  .last-survay-detail {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .flat-door-img img ,.img-thumbs img  {
    width: 80px;
    height: 100px;
  }

  .remove-dash img {
    width: 20px;
    height: 20px;
  }

  .door-edit-btn {
    width: 75px;
  }

  .flat-door-detail h3,
  .condition-checklist h4,
  .comman-user-detail span {
    font-size: 14px;
  }

  .door-photos-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .otp-form-control,
  .otp-form-control:focus {
    width: 50px !important;
    padding: 12px 20px !important;
  }

  .nodata-yet-wrapper p {
    font-size: 16px;
  }

  .login-top-img {
    margin: 20px 0;
  }
}


.report-bottom-btn {
  text-decoration: none;
  color: #000;
  display: block;
  padding-left: 70px;
}

.report-bottom-text {
  font-size: 14px;
  opacity: 0.8;
  margin-left: 8px;
}

.accordion-button {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}