[v-cloak] {
	display: none;
}

#edit_success {
	display: none;
	position: absolute;
	position: absolute;
	z-index: 9;
	top: -15px;
	right: 10px;
}
.nav-tabs .nav-link.active {
	font-weight: bold;
}
.align-middle th {
	vertical-align: middle !important;
}
.building-label {
	margin-top: -27px;
	display: block;
	margin-left: 68px;
}
.img-preview {
	position: relative;
	display: inline-block;
}
.img-preview .remove-btn {
	position: absolute;
	top: 0;
	right: 0;
}
.filter_area button {
	min-width: 100px;
}
.assoc_file_tab .badge,
.large-badge {
	font-size: 1em !important;
}
.assoc_file_tab .badge .btn-close {
	width: 0.5em;
	height: 0.5em;
}
.assoc_file_tab .badge a {
	color: inherit;
}
.pointer {
	cursor: pointer;
}
.divider th {
	padding-top: 24px !important;
	padding-bottom: 0 !important;
	padding-left: 5px !important;
	border-bottom: 1px solid #333 !important;
}
.ccrs-sheet-logo {
	margin-top: -10px;
}
.divider-title-one {
	color: #fff;
	background-color: #333;
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px 4px 0px 0px;
	margin-left: -6px;
	font-weight: normal;
}
.divider-title-two {
	border: 1px solid #333;
	background-color: #f5f5f5;
	border-bottom: none;
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px 4px 0px 0px;
	margin-left: -6px;
}
.sign-card {
	box-shadow: none;
	border: 1px dashed #ccc;
	border-radius: 4px;
}
.sign-wrap {
	padding: 10px;
	background-color: #f5f5f5;
	height: 120px;
}
.sign-wrap img {
	height: 100px;
	margin-top: auto;
	margin-bottom: auto;
}
.project_cover {
	width: 100px;
	aspect-ratio: 40 / 27;
	height: auto;
	object-fit: cover;
	border: 1px solid #ddd;
}

.project_preview_img {
	width: 300px;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	border: 1px solid #ddd;
	background: #ddd;
	display: block;
}
.project_file_frame {
	width: 190px;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
}
.project_file_frame img {
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
}
.dropzone {
	border: 2px dashed #eee !important;
	border-radius: 5px;
	background: white;
	padding: 0px !important;
	text-align: center;
	cursor: pointer;
}
.del-file-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}
.bg-soft-primary {
	background-color: rgba(85, 110, 230, 0.25) !important;
}
.default_label {
	background-color: #eeeeee;
	width: 135px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	cursor: pointer;
	padding-left: 5px;
}
.label-info {
	background-color: #50a5f1;
	border-radius: 4px;
	margin-bottom: 5px;
	color: white;
	display: inline-block;
	width: 250px;
	padding-left: 10px;
	position: relative;
	margin-right: 5px;
}
.label-info span {
	cursor: pointer;
	position: absolute;
	right: 10px;
}
.label-info span:hover {
	color: #000;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "⛌" !important;
	opacity: 0.7;
}
.default_label_highlight {
	background-color: #50a5f1;
	border-radius: 4px;
	margin-bottom: 5px;
	color: white;
	display: inline-block;
}
.bootstrap-tagsinput {
	width: 100%;
}

#payment_x_scroll {
	width: 100%;
	overflow-x: scroll !important;
	min-height: 50vh;
}
#payment_x_scroll td:not(.trash_td) {
	min-width: 145px !important;
}
#payment_x_scroll .trash_td {
	min-width: 70px !important;
}
#payment_x_scroll .dataTables_filter {
	margin-top: 50px;

	margin-left: 150px;
	margin-bottom: -117px;
}
.payment_span {
	display: inline-block;
	padding: 5px;
	border-radius: 4px;
}
#payment_x_scroll::-webkit-scrollbar {
	height: 4px; /* height of horizontal scrollbar ← You're missing this */
	width: 4px; /* width of vertical scrollbar */
	background-color: #f8f8f8;
}
#payment_x_scroll::-webkit-scrollbar-thumb:horizontal {
	background: #b0b0b0;
	border-radius: 10px;
}
#simulator-iframe {
	overflow: hidden !important;
	border-radius: 4px;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
}

.opinion_detail_table th,
.opinion_detail_table td {
	height: 50px;
	vertical-align: middle !important;
}
.speak_bubble {
	background: #f0f0f0;
	padding: 10px;
	border-radius: 4px 4px 4px 0px;
}
.coopertative_branch {
	border-radius: 4px;
	border: 1px solid #52c3af;
}
#donut_chartjs-legend,
#line_chartjs-legend,
#canvas_activated-legend,
#canvas_pie-legend {
	list-style: none;
	color: #ffffff;
}
#donut_chartjs-legend ul,
#line_chartjs-legend ul,
#canvas_activated-legend ul,
#canvas_pie-legend ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-self: center;
	justify-content: center;
}
#donut_chartjs-legend li,
#line_chartjs-legend li,
#canvas_activated-legend li,
#canvas_pie-legend li {
	display: inline-block;
	padding-left: 0px;
	font-size: 0.9em;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
}
#donut_chartjs-legend li span,
#line_chartjs-legend li span,
#canvas_activated-legend li span,
#canvas_pie-legend li span {
	display: inline-block;
	padding: 5px;
	border-radius: 4px;
}
#canvas_activated {
	margin-top: 20px;
}
#canvas_activated-legend {
	margin-top: 50px;
}
.accordion .badge {
	font-size: 12px !important;
}
#canvas_pie {
	margin-top: 15px;
	margin-bottom: 50px;
}
table.dataTable tbody th,
table.dataTable tbody td {
	vertical-align: middle;
}
table.dataTable tbody td.dt-control:before {
	border: solid #74788d; /* Set border color */
	border-width: 0 2px 2px 0; /* Apply border to right and bottom */
	display: inline-block;
	padding: 3px; /* Adjust thickness */
	transform: rotate(45deg); /* Rotate for downward direction */
	-webkit-transform: rotate(45deg); /* For older WebKit browsers */
}
table.dataTable tbody tr.dt-hasChild td.dt-control:before {
	border: solid #556ee6; /* Set border color */
	border-width: 0 2px 2px 0; /* Apply border to right and bottom */
	display: inline-block;
	padding: 3px; /* Adjust thickness */
	transform: rotate(225deg); /* Rotate for downward direction */
	-webkit-transform: rotate(225deg); /* For older WebKit browsers */
}
table.dataTable tbody tr.dt-hasChild td {
	background-color: #eef1fd !important;
	color: #4d63cf !important;
}
button {
	white-space: nowrap;
}
.badge {
	font-size: 0.7rem;
}
.card-header-bg {
	background-color: #f8f9fa;
}
.info-box-1 {
	min-height: 80px;
	width: 80px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	align-items: center;
	align-content: center;
}
.info-box-2 {
	min-height: 80px;
	width: 80px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	align-items: center;
	align-content: center;
}
.info-box-1 .number,
.info-box-2 .number {
	font-size: 1.2rem;
	font-weight: bold;
}
.info-box-1 .number small,
.info-box-2 .number small {
	font-size: 0.7rem;
	font-weight: normal;
}
.sheet-list-table tr:last-of-type th,
.sheet-list-table tr:last-of-type td {
	border-bottom: none !important;
}
.fix-card {
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.one_fix_record td,
.reply_row td {
	background-color: transparent !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.reply_row {
	margin-top: 20px;
}
.avatar {
	border-radius: 100%;
	width: 50px;
	border-radius: 50%;
	box-shadow: 0 2px 4px #00000044;
}
.company-label {
	font-size: 0.8rem;
	color: #000000;
	font-weight: 500;
}
.speak_bubble img {
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0 2px 2px #00000044;
}
.speak_bubble.client {
	background: #e1e7ff;
	color: #536cd1;
	border-radius: 16px;
	padding: 10px 15px;
	font-size: 0.9rem;
	line-height: 1.4rem;
}
.speak_bubble.client:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: -10px;
	width: 10px;
	height: 20px;
	background: white;
	border-bottom-right-radius: 10px;
}
.speak_bubble.client:before {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: -7px;
	height: 20px;
	width: 20px;
	background: #e1e7ff;
	border-bottom-right-radius: 15px;
}
.speak_bubble.company {
	background: #ededed;
	color: #000;
	border-radius: 16px;
	padding: 10px 15px;
	font-size: 0.9rem;
	line-height: 1.4rem;
}
.speak_bubble.company:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: -10px;
	width: 10px;
	height: 20px;
	background: white;
	border-bottom-left-radius: 10px;
}
.speak_bubble.company:before {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: -8px;
	height: 20px;
	width: 20px;
	background: #ededed;
	background-attachment: fixed;
	border-bottom-left-radius: 15px;
}
.speak_date {
	font-size: 0.75rem;
	color: #6d6d6d;
	margin-bottom: 0px;
	display: block;
	line-height: 1.3;
	font-weight: 500;
}

.item_buildingModal .modal-body {
	overflow-x: scroll;
}
.punch_list_accordion .accordion-button::after {
	display: none;
}
.punch_list_accordion .accordion-chevron {
	font-size: 1.5rem;
	color: #556ee6;
	cursor: pointer;
}
.punch_list_accordion .accordion-chevron[aria-expanded="true"] {
	transform: rotate(180deg);
}
.punch_list_accordion .form-check-label {
	opacity: 1 !important;
	margin-top: 2px;
	font-size: 13px;
}
.note-pool .card-header{
	    background-color: #d9d9d9 !important;
}
.punch_list_img_wrap{
	position: relative;
}
.punch_list_img_wrap .remove-btn{
	    position: absolute;
    left: 200px;
    top: 13px;
}
.ratio-1x1{
	aspect-ratio: 1 / 1;
}