.btn-action-table {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.ticket-top-container {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
}

.ticket-bottom-container {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}

.ticket-top-container div,
.ticket-bottom-container div {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background-color: #5a6970;
}

.dweller-profile-image {
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    border: 2px solid #fff;
    box-shadow: 4px 4px 8px #00000044;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    background-size: cover;
}

.dweller-profile-image-sm {
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    box-shadow: 4px 4px 8px #00000044;
    border-radius: 40px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}



.vehicle-destroy,
.dweller-destroy{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.dweller-actions{
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
}

.dweller-edit {
    position: absolute;
    top: 5px;
    right: 35px;
    cursor: pointer;
}

.dweller-shortcuts {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    border-radius: 9px;
    background-color: #0d0a3524;
    margin: 15px;
}

.dweller-shortcuts a {
    min-width: 130px;
}

/* Custom Scroll bar to Zelliz elements */

.cllb-scroll {
    margin-bottom: 5px;
    padding-bottom: 5px !important;
}

.cllb-scroll::-webkit-scrollbar-track {
    background-color: #7c7c7c15;
}

.cllb-scroll::-webkit-scrollbar {
    transition: 500ms all;
    top: -5px;
    right: -5px;
    width: 7px;
    height: 7px;
    background-color: rgba(153, 153, 153, 0.151);
    margin: 5px;
    border-radius: 10px;
}

.cllb-scroll-sm::-webkit-scrollbar {
    width: 2px !important;
}

.cllb-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(53, 53, 53, 0.219);
    border-radius: 10px;
}

.input-label{
    border: none;
    outline: 0;
    color: #70839d;
    border-bottom: 1px solid #fff;
    transition: all .3s;
    padding: 0 5px 5px 5px;

}

.input-label:focus{
    border: none;
    outline: 0;
    color: #222e3e;
    border-bottom: 1px solid #ddd;

}

.cllb-imageZoom{
    position: fixed; 
    top:0; 
    left:0; 
    width: 100vw; 
    height: 100vh; 
    background: #00000099; 
    z-index: 9999;
    color: #fff;
}

.cllb-imageZoomHeader{
    height: 50px;
    width:100vw;
    background: #00000099; 
    
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 25px;

}
.cllb-imageZoomBody{
    width: 100%;
    height: 100%;
    display: flex;
    
    justify-content: center;
    padding: 25px;
}
.cllb-imageZoomBody div{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 90vw;
    height: 90%;
}

.pointer {
    cursor: pointer !important;
}

.cllb-userPreRegistered__overlayer{
    position: absolute; background-color: #0003; width: 100%; height: 100%; top: 0; left: 0
}

.panel {
    background-color: var(--app-bg-color);
    border-radius: 10px;
    padding: 15px;
}

.custom-switch-indicator{
    min-width: 2.25rem !important;
}

.cllb-table {
    border-spacing: 0 8px !important;
    border-collapse: separate !important;
}

.cllb-table tr td {
    background-color: var(--app-bg-color);
    color: #000a !important;
    vertical-align: middle;
}

.cllb-table tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cllb-table tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sidebar-content{
    padding: 1em;
}

/* Quill Fix */

/* Tradução do dropdown de Heading do Quill */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Título";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Subtítulo";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Seção";
}
.ql-snow .ql-picker.ql-header .ql-picker-label:not([data-value])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item:not([data-value])::before {
  content: "Normal";
}

strong,b {
	font-weight: 700 !important;
}

img, svg {
	vertical-align: inherit;
}


/* Customizações do template */

.card{
	box-shadow: 5px 5px 10px 0px rgba(168, 180, 208, 0.3) !important;
	border: 1px solid rgba(168, 180, 208, 0.3) !important;
}

.help-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	background: linear-gradient(135deg, #ff4080, #7050bb);
	color: white;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 30px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s ease;
	transform: scale(0.7);
}

.help-button:hover {
	opacity: 1.0;
	transform: scale(1.3);
}

.modal-content {
	border-radius: 15px !important;
	border: none !important;
	box-shadow: 5px 5px 15px 0px #3333 !important;
}

.modal-header {
	background-color: #7050bb;
	color: #fff;
	border-radius: 15px 15px 0 0 !important;
}

.modal-header .btn-close {
	filter: invert(1);
}


.box-img{
    overflow: hidden;
    background: #44444422;
    border-radius: 5px;
    border: 1px solid #CCC;
    min-height: 80px;
    min-width: 80px;
    max-height: 80px;
    max-width: 80px;
    margin: 5px;
    transition: all 0.5s;
    cursor: pointer;
    -webkit-box-shadow: 7px 7px 5px -2px rgba(0,0,0,0.11);
    -moz-box-shadow: 7px 7px 5px -2px rgba(0,0,0,0.11);
    box-shadow: 7px 7px 5px -2px rgba(0,0,0,0.11);
    overflow: hidden;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    z-index: 9990;
    display: flex;
    align-items: baseline;
}

.box-img small{
    font-size: 6pt;
    text-align: center;
}

.box-img:hover{
    transform: scale(1.2) rotate(-3deg);
    -webkit-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.28);
    box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.28);
    z-index: 9999;
}

.box-img-label{
    margin-top: 53px;
    text-align: center;
    width: 100%;
}

/* Bootstrap não define bg-orange; alinhado à cor "orange" clássica do Bootstrap 4/5 docs */
.bg-orange {
    background-color: #fd7e14 !important;
}

/* --------------------------------------------------------------------------
   Pill tabs — navegação segmentada (estilo cápsula)
   Cores Conllab: trilho #6040AA, ativo #9060CC, texto #FFFFFF
   -------------------------------------------------------------------------- */
.conllab-pill-tabs {
	display: block;
	margin-bottom: 0;
}

.conllab-pill-tabs__track {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	padding: 5px;
	background-color: #6040AA;
	border-radius: 9999px;
	box-shadow: 0 2px 8px rgba(96, 64, 170, 0.25);
}

.conllab-pill-tabs--block .conllab-pill-tabs__track {
	display: flex;
	width: 100%;
}

.conllab-pill-tabs--block .conllab-pill-tabs__item.nav-link {
	flex: 1 1 auto;
	text-align: center;
	justify-content: center;
}

/* Bootstrap exige .nav no container dos triggers para alternar .active entre abas */
.conllab-pill-tabs__track.nav {
	border: none;
	flex-wrap: wrap;
}

.conllab-pill-tabs__item.nav-link {
	display: inline-flex;
	align-items: center;
	padding: 10px 22px;
	border-radius: 9999px;
	border: none;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.conllab-pill-tabs__item.nav-link:hover,
.conllab-pill-tabs__item.nav-link:focus {
	border: none;
}

.conllab-pill-tabs__item.nav-link:hover,
.conllab-pill-tabs__item.nav-link:focus {
	color: #fff;
	text-decoration: none;
}

.conllab-pill-tabs__item.nav-link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.conllab-pill-tabs__item.nav-link.active,
.conllab-pill-tabs__item.nav-link.active:hover,
.conllab-pill-tabs__item.nav-link.active:focus {
	background-color: #9060CC;
	color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* Remove estilo legado quando migrar de .tab-menu-heading */
.conllab-pill-tabs + .tabs-menu-body,
.conllab-pill-tabs + .tab-content {
	margin-top: 1.25rem;
}

.dark-mode .conllab-pill-tabs__track {
	background-color: #5040a0;
}

.dark-mode .conllab-pill-tabs__item.nav-link.active,
.dark-mode .conllab-pill-tabs__item.nav-link.active:hover,
.dark-mode .conllab-pill-tabs__item.nav-link.active:focus {
	background-color: #7a55b8;
}

/* --------------------------------------------------------------------------
   Timeline vertical (padrão atendimentos — .notification do tema Sash)
   -------------------------------------------------------------------------- */
.conllab-timeline.notification .notification-body {
	margin-left: 18%;
	margin-right: 0;
	width: 82%;
}

.conllab-timeline.notification .notification-time {
	width: 10%;
	left: 0;
}

.conllab-timeline.notification .notification-icon {
	left: 10%;
}

.conllab-timeline.notification:before {
	left: 15%;
	background: #e8e5f0;
}

.conllab-timeline .notification-icon .conllab-timeline__dot {
	width: 36px;
	height: 36px;
	line-height: 30px;
	background: #7050BB;
	border: 3px solid #fff;
	box-shadow: 0 2px 8px rgba(112, 80, 187, 0.35);
}

.conllab-timeline .notification-icon .conllab-timeline__dot i {
	color: #fff;
	font-size: 14px;
}

.conllab-timeline__photo-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.text-purple {
	color: #7050BB !important;
}

.bg-purple {
	background-color: #7050BB !important;
}

.bg-purple-transparent {
	background-color: rgba(112, 80, 187, 0.12) !important;
}

/* Mobile: mantém o layout de timeline do desktop (linha + horário + ícone) */
@media (max-width: 767px) {
	.conllab-timeline.notification:before {
		display: block;
		left: 84px;
	}

	.conllab-timeline.notification .notification-time {
		display: block;
		width: 58px;
		left: -4px;
		top: 28px;
	}

	.conllab-timeline.notification .notification-time .date,
	.conllab-timeline.notification .notification-time .time {
		display: block;
	}

	.conllab-timeline.notification .notification-time .date {
		font-size: 11px;
		line-height: 14px;
		margin-bottom: 2px;
	}

	.conllab-timeline.notification .notification-time .time {
		font-size: 15px;
		line-height: 18px;
	}

	.conllab-timeline.notification .notification-icon {
		display: block;
		left: 68px;
		width: auto;
		top: 34px;
	}

	.conllab-timeline .notification-icon .conllab-timeline__dot {
		width: 30px;
		height: 30px;
		line-height: 24px;
	}

	.conllab-timeline .notification-icon .conllab-timeline__dot i {
		font-size: 12px;
	}

	.conllab-timeline.notification .notification-body {
		width: auto;
		margin-left: 112px !important;
		margin-right: 0 !important;
	}

	/* Data duplicada do tema mobile deixa de ser necessária */
	.conllab-timeline .notification-time-date {
		display: none !important;
	}
}

.dark-mode .conllab-timeline.notification:before {
	background: rgba(255, 255, 255, 0.12);
}

.dark-mode .conllab-timeline .notification-icon .conllab-timeline__dot {
	border-color: var(--dark-body, #1a1a2e);
}