@import url("color.css");

#loader {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .6);
	backface-visibility: hidden;
	transition: opacity .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1);
}

#loader img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	object-fit: contain;
	padding: 1em;
	border-radius: 15px;
	background: #f1f5ff;
}

.fix-cf {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
}

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

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

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

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

.align-self {
	align-self: end;
}
.rightBtn {
	position: absolute;
	right: 12px;
	top: -8px;
}

.loginImg {
	width: 100%;
	object-fit: fill;
	height: 460px;
	border-radius: 4px 0px 0px 4px;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.container-fluid {
	max-width: 100%;
}

.font-gray {
	color: var(--forth-color);
}

.text-sm {
	font-size: 0.9rem;
}

/*Inquiry details page*/

.inquiry-details-box {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 12px;
  background-color: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header {
  text-align: center;
  margin-bottom: 15px;
}

.header h3 {
  color: var(--primary-color);
}

.info-row {
  display: flex;
  /*justify-content: space-between;*/
  margin-bottom: 10px;
}

.label {
  margin: 0;
  font-size: 14px;
  flex: 1;
}

.tag-row {
  display: flex;
}

.tag {
  padding: 8px 16px;
  margin-right: 10px;
  background-color: #f0f0f0; /* Light background color */
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 500;
  align-self: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle box shadow */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.tag.sell {
  background-color: #b3e0ff; /* Custom color for "For Sale" */
  width: 130px;
  text-align: center;
}

.tag:hover {
  background-color: #e0e0e0; /* Darker background on hover */
  transform: translateY(-2px); /* Add a subtle lift effect on hover */
}

.inquiry-details-box .sub-details:first-child {
	margin-top: 0px !important;
}

.inquiry-details-box .sub-details:last-child {
	margin-bottom: 0px !important;
}

.sub-details {
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  margin: 5px 0;
}

.sub-details p {
  margin: 0;
  font-size: 0.8rem;
  flex: 1;
}

.project-heading {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.label-date {
	margin-left: 10px;
}


/*Inquiry details page*/

.bg-primary {
	background: rgb(0, 0, 0) !important;
	background: linear-gradient(234deg, rgba(0, 0, 0, 1) 0%, rgba(6, 141, 255, 1) 76%) !important;
}

.card-title {
	font-size: 1.3rem;
	position: relative;
	margin-bottom: 25px;
}

.p-12 {
	padding: 12px;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.imgpreview {
	width: 100%;
	object-fit: contain;
	height: 175px;
	border: 1px solid gainsboro;
	border-radius: 5px;
}

.inputcst {
	border: none;
	padding: 0px !important;
}

.previewImg {
	width: 100%;
	object-fit: contain;
	height: auto;
}

.tImg {
	height: 40px;
	width: 60px;
	object-fit: contain;
	border: 1px solid #efefef;
	border-radius: 5px;
	box-shadow: 1px 1px 6px 1px #ccc;
	/*padding: 10px;*/
}

.mb-60 {
	margin-bottom: 60px;
}

.h200 {
	height: 175px !important;
}

.btn-W {
	width: fit-content;
}

.mb-70 {
	margin-bottom: 70px;
}

.btnProduct {
	margin-top: 15px;
}

.h-325 {
	height: 325px;
}

.h-180 {
	height: 180px;
}

.previewImg1 {
	width: 100%;
	object-fit: contain;
	height: 175px;
}

.inputcst1 {
	border: none;
	padding: 0px !important;
	margin-left: 190px;
}

.indexImg {
	width: 100%;
	object-fit: contain;
	height: auto;
}

.indexTxt {
	/*font-weight: bold;*/
	color: #17263a;
	/*color: white !important;*/
	font-size: auto;
	margin-bottom: 0px !important;
}

.indexBg {
	box-shadow: 2px 1px 4px 0px darkgray;
	border-radius: 5px;
	border: 0px !important;
	/*background-color: antiquewhite;*/
	height: 95px;
}

.w-20 {
	width: 20%;
}

.btnColor {
	background: linear-gradient(to right, #42b9ea, #00a0e3) !important;
	border: none !important;
}

.mlbtn-5 {
	margin-left: 5px !important;
}

.img-responsive {
	width: 100% !important;
	object-fit: contain !important;
	height: 200px;
	/*background-image: url("assets/images/camera.png");*/
}

.ml-60 {
	margin-left: 60px;
}

.imgBg {
	border: 1px solid gainsboro;
	border-radius: 5px;
	padding: 15px;
}

.mlr-auto {
	margin-left: auto;
	margin-right: auto;
}

.thead-light2 {
	background-color: lavender;
}

.ml-auto {
	margin-left: auto;
}

.ml-13 {
	margin-left: 13px;
}

.ml-33 {
	margin-left: 33px;
}

.mr-auto {
	margin-right: auto !important;
}

.imgpreviewTbl {
	height: 45px;
	width: 45px;
}

table td {
	padding: 6px !important;
	vertical-align: middle !important;
	padding-left: 12px !important;
}

.TextLabel {
	font-size: 11px;
}

.btnFloat {
	float: right;
}

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

.preview {
	height: 150px;
	width: 100%;
	object-fit: contain;
	margin-top: 0px;
	margin-bottom: 0.5rem;
	border: 1px solid #efefef;
	border-radius: 5px;
}

.preview {
	max-width: 400px !important;
}

.checkTxt {
	font-size: 0.6rem !important;
	font-weight: 500;
	display: inline-block;
}

/*.cubeBg1{
	background: rgb(255,0,0);
	background: linear-gradient(234deg, rgba(255,0,0,1) 0%, rgba(6,141,255,1) 100%);
}
.cubeBg2{
	background: rgb(175,0,255);
	background: linear-gradient(234deg, rgba(175,0,255,1) 0%, rgba(255,252,6,1) 84%);
}
.cubeBg3{
background: rgb(52,255,0);
background: linear-gradient(234deg, rgba(52,255,0,1) 27%, rgba(6,86,255,1) 76%);
}
.cubeBg4{
background: rgb(58,132,180);
background: linear-gradient(90deg, rgba(58,132,180,1) 0%, rgba(205,29,253,1) 50%, rgba(252,69,196,1) 100%);
}
.cubeBg5{
background: rgb(179,180,58);
background: linear-gradient(90deg, rgba(179,180,58,1) 0%, rgba(253,145,29,1) 50%, rgba(252,78,69,1) 100%);
}
.cubeBg6{
background: rgb(255,235,0);
background: linear-gradient(111deg, rgba(255,235,0,1) 11%, rgba(64,253,29,1) 50%, rgba(104,118,241,1) 80%);	
}*/
.p-l-0 {
	padding-left: 0px !important;
}

.btn-float {
	float: right;
}

.imgProfile {
	height: 30px;
	width: 100%;
	object-fit: contain;
}

.imgProfile1 {
	width: 100%;
	object-fit: contain;
	height: 15px;
}

.card-titleBg {
	background: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
}

.card-titleBg2 {
	background: linear-gradient(to right, #526518, #abcb45) !important;
}

.card-titleBg3 {
	background: linear-gradient(to right, #3f2571, #5e17eb) !important;
}

.card-titleBg4 {
	background: linear-gradient(to right, #167e31, #41ed8c) !important;
}

.indexTxt1 {
	font-size: 20px;
	margin-bottom: 0px !important;
	font-weight: bold;
	color: black;
}

.my-custom-scrollbar {
	position: relative;
	height: 300px;
	overflow: auto;
}

.table-wrapper-scroll-y {
	display: block;
}

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

.indexCard {
	font-size: 16px;
	margin-bottom: 0px !important;
	padding-bottom: 5px !important;
	padding-left: 20px;
	border-radius: 4px 4px 0px 0px;
	padding-top: 5px;
	color: white;
}

.countTbl {
	float: right;
	padding-right: 20px;
}

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

.productImg {
	width: 100%;
	object-fit: contain;
	height: 200px;
	/*border: 1px solid gray;*/
	padding: 10px;
	box-shadow: 0px 0px 5px 1px #efefef;
}

.cardProduct {
	padding: 8px;
	/*background-color: aliceblue;*/
	/*border: 1px solid gray;*/
}

.productTxt {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 18px;
	/*border-block: 1px aliceblue;*/
	/*border: 1px solid;*/
}

.bg-gray {
	/*	margin-top: 75px;*/
	background-color: #EAECEE;
	/*	height: 150px;*/
}

.productUl {
	list-style: none;
	padding: 0px !important;
	padding-top: 12px !important;
}

.productLi {
	/*padding-left: 65px;*/
	font-weight: bold;
}

.tdQue {
	width: 30%;
}

.tdAns {
	width: 70%;
}

/*Date Picker CSS*/
.ui-datepicker {
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 10%);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}

/*.ui-datepicker:hover
{
  background-color: #fff !important;
  box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 10%) !important;
}*/
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}

.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}

.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
	background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}

.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}

.ui-datepicker-header a>span {
	display: none;
}

.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}

/* Custom styles for the datepicker year and month dropdowns */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	margin: 0.25rem;
	background-color: #fff;
	color: #546E7A;
	font-size: 0.875rem;
	font-weight: 500;
}

.ui-datepicker select.ui-datepicker-month option,
.ui-datepicker select.ui-datepicker-year option {
	background-color: #fff;
	color: #546E7A;
}

/*Date Picker CSS*/
.btn-light {
	color: #49503F !important;
	background-color: #ffffff !important;
	border: 1px solid #ced4da !important;
}

/*style for checkbox*/
.checkbox-Field {
	position: relative;
	/*	margin-bottom: 15px;*/
	display: flex;
}

.checkbox-Field input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox-Field label {
	position: relative;
	cursor: pointer;
	width: 200px;
}

.checkbox-Field label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #0079bf;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 6px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.checkbox-Field input:checked+label:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 6px;
	width: 4px;
	height: 8px;
	border: solid #0079bf;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

ul {
	list-style: none;
}

.checkbox-row {
	display: flex;
	/* Display children in a row */
	align-items: center;
	/* Center vertically within the row */
	gap: 8px;
	/* Spacing between checkboxes */
	flex-wrap: wrap;
	line-height: 1 !important;
}

.projectVideo {
	border-radius: 16px !important;
}

.videoTitle {
	color: #888;
	font-size: 16px;
}

.videoDate {
	font-size: 0.8rem !important;
	font-weight: 600;
}

.actionBtnTh {
	width: 120px;
}

.actionBtnProject {
	width: 155px;
}

/*  multiple images preview and remove css*/
#preview-container {
	border: 2px dashed #2e7ce4;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
}

.preview-item {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.preview-image {
	width: 146px;
	height: 146px;
	object-fit: contain;
	border: 1px solid #efefef;
	box-shadow: 1px 1px 1px 1px #efefef;
	margin-top: 10px;
}

.remove-button {
	display: block;
	background-color: #f44336;
	color: white;
	border: none;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}

.edit-button {
	display: block;
	background-color: #f1bf43;
	color: black;
	border: none;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*  multiple images preview and remove css*/
.gallery-img {
	height: 200px !important;
	width: 100% !important;
	object-fit: contain;
	border: 1px solid #efefef;
	box-shadow: 1px 1px 1px 1px #efefef;
	margin-top: 10px;
}

.pdf-image {
	max-width: 100%;
	height: auto;
	height: 160px;
	border-radius: 6px;
	width: 100%;
	object-fit: contain;
	border: 1px solid #efefef;
	box-shadow: 1px 1px 6px 1px #efefef;
}

.brochure-footer {
	align-items: center !important;
}

.builderDetailsBox {
	min-height: 200px;
}

.header-breadcumb .header-title {
	padding-top: 10px;
}

.filterDiv input {
	height: 30px !important;
	width: 140px !important;
}

/*Added by Hiral*/
.switchery {
    height: 25px !important;
    width: 45px !important;
}
.switchery>small {
    height: 25px !important;
    width: 25px !important;
}
.letter-img {
		overflow-x: scroll;
    overflow-y: hidden;
    height: 210px;
    scrollbar-width: thin;
    display: flex;
}
.label-type {
    margin-left: 10px;
    background: #efefef;
    padding: 5px 0px;
    border-radius: 3px;
    font-weight: 500;
    width: 90px;
}

.inquiry-details {
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    border: 1px solid #bbb;
}
.inq-customer-info {
    display: flex;
}
.inq-customer-name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 33px;
}
.inq-customer-type {
    margin-left: 5px;
    font-weight: 500;
}
.inq-customer-contact {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: 15px;
    line-height: 33px;
}
.inquiry-status {
    color: var(--primary-color);
    font-size: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
    line-height: 33px;
}
.inquiry-sub-details {
    background-color: #f4f4f4;
    padding: 10px;
    display: flex;
}
.cursor-pointer {
    cursor: pointer;
}
.ranking {
    border: 1px solid #ccc;
}
.rank-div {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px;
}
.rank-title {
    flex: 1;
    margin: 0px !important; 
}
.rank-value {
    margin: 0px !important; 
    font-weight: 500;
}
.m-l-10 {
	margin-left: 10px;
}
.m-l-15 {
	margin-left: 15px;
}
.otp-verified {
    background-color: var(--bs-green);
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: 500;
}
.p-10 {
	padding: 10px !important;
}
/*End Added by Hiral*/



/*Start Added By SHUBHAM*/
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #4b6cb7;
    background: -webkit-linear-gradient(to right, #046c97, #363c40e5);
    background: linear-gradient(to right, #046c97, #363c40e5);
    padding: 10px 10px;
}

.card-header h4 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
}


.contact-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.contact-modal-header {
  padding: 5px 15px;
  background: linear-gradient(to right, #046c97, #363c40e5);
}
.contact-modal-close {
    font-size: 25px;
    color: #fff !important;
}

.contactDiv {
    cursor: pointer;
    width: 12%;
}

.contactDiv > h6 {
    margin-bottom: 0px;
}
.contactDiv > div {
  background: #efefef;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
}
.moreContact {
    background: #01abf3;
  border-radius: 5px;
  padding: 2px;
  color: #fff;
}
/*End Added By SHUBHAM*/
.overflow-wrap {
	overflow-wrap: anywhere;
}