.error-msg { width: 100%; margin-top: 0.25rem; font-size: 80%; color: #f46a6a; }
#parsley-error {border-color: #f46a6a; }
/*form .row .add-delete-wrpr:first-child { margin-top: 25px; }*/
.field-btn-margin { margin-left: 10px; }
.image-upload {
  position: relative;
  margin: 0px 0 10px;
  display: flex;
  width: 100%;
  min-height: 100px;
  background-color: #f9f9fb;
  border: 1px dashed darkgray;
  box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.06);
}

 /* .image-upload .img-upload {
    width: 100%;
    flex-shrink: 0;
    padding: 10px;
    border-radius: 8px;
    max-width: 33.33%;
    display: flex;
    align-items: center;
    position: absolute;
    background-color: white;
 } */
.image-upload .img-upload  img {
  margin: 0 auto;
}

.image-upload .img-upload .remove-img {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  margin-left: auto;
  cursor: pointer;
}
.img-upload.video img{
    width: 50px;
    height: 50px;
}
.image-upload .form-control {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	height: 100% !important;
	width: 100% !important;
}
/* .img-text {
	// max-width: calc(100% - 40px);
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	font-size: 14px;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0.4;
} */

.img-uploaded-btns {
  display: flex;
  gap:20px;
  
}
.img-uploaded-btns .edit-btn {
    position: relative;
    color: #108a61 !important;
    background: #fff !important;
   
  }
 .img-uploaded-btns .edit-image {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: pointer;
    }
.upload-image {
  display: flex;
  align-items: center;
}

.img-figure {
    margin-right: 19px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
  }
  #sidebar-menu ul li a.active{
  	color: #fff !important;
  }
  a.manual-breadcrumb { font-size: 12px !important; color: #556ee6; }
  .inLoader {
  position: absolute;
  background-color: #f5f5fa;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inLoader > div {
  position: relative;
}

.Loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5fa;
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #108A61;
  border-radius: 50%;
  animation: loading 1.5s cubic-bezier(0.7, -0.02, 0.36, 0.97) infinite;
  transform-origin: bottom center;
  position: relative;
}

@keyframes loading {
  0% {
    transform: translateY(0px);
    background-color: #108A61;
  }
  50% {
    transform: translateY(20px);
    background-color: rgba(#108A61, 0.4);
  }
  100% {
    transform: translateY(0px);
    background-color: #108A61;
  }
}

.inLoader.sm .circle {
  animation: loading-sm 1.5s cubic-bezier(0.7, -0.02, 0.36, 0.97) infinite;
  width: 5px;
  height: 5px;
}

.inLoader.field-loader {
  top: 26px;
  bottom: 28px;
  left: 1px;
  right: 2px;
}

.inLoader.field-loader > div {
  bottom: 6px;
}

@keyframes loading-sm {
  0% {
    transform: translateY(0px);
    background-color: #108A61;
  }
  50% {
    transform: translateY(8px);
    background-color: rgba(#108A61, 0.4);
  }
  100% {
    transform: translateY(0px);
    background-color: #108A61;
  }
}

.circle-1 {
  animation-delay: 0.1s;
}
.circle-2 {
  animation-delay: 0.2s;
}
.circle-3 {
  animation-delay: 0.3s;
}
.circle-4 {
  animation-delay: 0.4s;
}
.circle-5 {
  animation-delay: 0.5s;
}
.circle-6 {
  animation-delay: 0.6s;
}
.circle-7 {
  animation-delay: 0.7s;
}
.circle-8 {
  animation-delay: 0.8s;
}

.inLoader.sm .circle-1 {
  animation-delay: 0.1s;
}
.inLoader.sm .circle-2 {
  animation-delay: 0.2s;
}
.inLoader.sm .circle-3 {
  animation-delay: 0.3s;
}
.inLoader.sm .circle-4 {
  animation-delay: 0.4s;
}
.inLoader.sm .circle-5 {
  animation-delay: 0.5s;
}
.inLoader.sm .circle-6 {
  animation-delay: 0.6s;
}
.inLoader.sm .circle-7 {
  animation-delay: 0.7s;
}
.inLoader.sm .circle-8 {
  animation-delay: 0.8s;
}

.login-dark-background{
  background-color: rgb(42,48,66);
}
.login-dark-background .logo-design{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.logo-img-style{
  width: 270px;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important;
  width: 20px;
  height: 20px;
}

.react-tel-input .form-control {
  position: relative;
  font-size: 14px;
  letter-spacing: .01rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  border-radius: 5px;
  line-height: 25px;
  height: 35px;
  width: 100% !important;
  outline: none;
}

.right-modal .modal-dialog {
  margin-left: auto;
  margin-right: 0px;
  margin-top: 0;
  max-width: 71vw;
  height: 100vh;
  margin-bottom: 0;
}

.right-modal .modal-content .modal-body {
  height: calc(100vh - 70px);
  overflow: auto;
}
.right-modal .modal-content .modal-body .card {
  height: calc(100vh - 120px);
  overflow: auto;
}


.right{
  margin-left: auto;
  margin-right: 0px;
  margin-top: 0;
}

.right-modal .modal-content {
  border-radius: 6px 0px 0px 6px;
  height: 100vh;
}

.right-modal-leads .modal-content {
  border-radius: 6px 0px 0px 6px;
    height: 100vh;
    width: 800px;
    margin-left: 293px;
}


.max-with-580 .modal-dialog{
  max-width: 580px;
  width: 100%;
}

.addLeadModal .card{
  box-shadow: none;
}

.addLeadModal .card .card-body{
  padding: 0px;
}
.addLeadModal .card .card-body form{
  width: 98% !important;
  margin: 1rem auto !important;
}

.right-modal .modal-content-view{
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%;

}
.right-modal .modal-content-view .left-part{
  width: 30%;
}
.right-modal .modal-content-view .right-part{
  width: 70%;
  gap: 20px;
}
.position-relative {
  position: relative!important;
}
.right-modal .modal-content-view .right-part-btns{
  display: flex;
  gap: 20px;
  width: 70%;
  flex-direction: start;
}

.details-main-section .details-btn-div{
  display: flex;
    gap: 10px;
    justify-content: right;
}

.details-image-conatiner .image-size{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid #eee;
  overflow: hidden;
  margin: 0px;
}

.personal-details .user-details{
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.user-details-container .user-information{
  list-style: none;
}

.user-info .heading-tag{
  min-width: 100px;
  font-weight: 700;
  color: #000;
  font-size: 14px;

}

.content-info{
  font-size: 14px;
}

.buildings-details {
  margin: 30px 0px;
  border-top: 1px solid #eee;
  padding-top: 40px;
}
/* .buildings-details:last-child {
  padding-bottom: 0px;
  border-bottom: 0;
} */

.buidling-address-detail {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.ticket-section {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.ticket-section .deatil-section {
  width: 20%;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #f1f1f1;
  row-gap: 20px;
  overflow: hidden;
}

.deatil-section .deatil-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: center;
  background: #000;
  padding: 10px;
}

.deatil-section .deatil-data{
  font-size: 20px;
}


.building-details .user-info .heading-tag{
  min-width: 120px;  
  margin-right: 10px;
}

.head-title {
  font-weight: 700;
  color: #000;
  position: relative;
}

.head-title:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  left: 0px;
  bottom: -3px;
  background: #000;
  border-radius: 20px;
}

.grapgh-stats{
  display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal-lg, .modal-xl {
  --bs-modal-width: 800px;
}

.modal-header .btn-close{
  margin-left: 0;
}

.modal-header .cross-icon-style{
  cursor: pointer;
  margin-left: 10px;
}


.modal-dialog.modal-right{
  position: absolute !important;
  right: 0px !important;
  width: 100% !important;
  margin: auto !important;
  top: 0px !important;

}

.modal-dialog.modal-right .modal-content{
  background: #eee !important;
}

.modal-dialog.modal-right .modal-header{
  border-bottom: 1px solid #8080801f !important;
}

.modal-dialog.modal-right .modal-body{
  border-bottom: 1px solid #8080801f !important;
}

.day-block { width: 30%; }
.empty-record-msg { text-align:center; padding: 20px 0 0 0; }