// Small devices (phones, less than 576px)
@media (max-width: 575.98px) {
	#site-breadcrumbs {
		display: none !important;
	}
}

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {
	#site-breadcrumbs {
		display: none !important;
	}
}

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) {
	...
}

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) {
	...
}

html {
	word-break: unset;
}

body {
	background-color: #e9ecef !important;
}

.pointer {
	cursor: pointer;
}

.text-manager-primary-color {
	background-color: #2A3698;
	color: #fff;
}

.text-manager-secondary-color {
	background-color: #689aad !important;
	color: #fff !important;
}

.text-manager-footer-color {
	background-color: #222222;
	color: #fff;
}

.text-manager-nav-color {
	background-color: #fff !important;
	color: #1c3645 !important;
}

.text-manager-nav-color .dropdown-menu button:hover {
	background-color: #a5b6be !important;
}

.text-manager-nav-color .dropdown-menu button a {
	color: #212529;
}

.text-manager-nav-color .dropdown-menu button:hover a {
	color: white !important;
}

.text-text-manager-primary {
	color: #FFFFFF;
}

a.text-text-manager-primary:hover {
	color: #3146A4;
}

.card.hover {
	transition: all 0.2s ease-in-out;
}

.card.hover:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-menu {
	transition: opacity 0.4s ease-in-out;
}

.roboto {
	font-family: "Roboto", sans-serif;
}

.vertical-center {
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.admin-sch-msgs:hover {
	text-decoration: underline;
	background-color: rgb(60, 141, 211);
	background-image: linear-gradient(40deg, rgb(255, 110, 196), rgb(120, 115, 245));
	font-size: 120%;
	padding: .5rem 1rem;
	border-radius: 1rem;
}

.nav-link {
	padding: .5rem 1rem !important;
}

.chat-contact-header {
	color: #bd4e4f;
}

.chat-room .contact-list .list-group-item {
	margin-bottom: 0;
	border: 0;
	border-bottom: 1px solid;
}

.chat-room .contact-list .list-group-item:last-of-type {
	border-bottom: 0;
}

.chat-room .contact-list .list-group-item.active {
	/* //background-color: #bd4e4f; */
	background: rgb(201, 107, 108);
	background: linear-gradient(90deg, rgba(201, 107, 108, 1) 1%, rgba(189, 78, 79, 1) 89%, rgba(201, 107, 108, 1) 100%);
}

.chat-room .avatar {
	height: 3rem;
	width: 3rem;
	display: none;
}

.list-group-item {
	cursor: pointer;
}

.chat-text {
	font-size: .85rem;
	line-height: 1rem;
	text-align: left;
	border-radius: 1.25rem;
}

.chat-room .chat-message {
	flex-direction: row;
}

.chat-room .chat-message.outbound {
	flex-direction: row-reverse;
}

.chat-room .chat-message .card-body {
	background-color: rgba(245, 245, 245, 1);
	border-radius: 4px;
}

.chat-room .chat-message.outbound .card-body {
	background-color: rgba(59, 123, 237, 1);
	color: white;
	border-radius: 4px;
}

.chat-room .chat-message.outbound .text-muted {
	color: white !important;
}

.chat-room .scrollable-friends-list {
	height: 600px;
	overflow-y: scroll;
}

.chat-room .scrollable-chat {
	height: 495px;
	overflow-y: scroll;
}

.chat-tab {
	margin: 0px !important;
	padding: .4rem;
}

.contact-tab {
	margin: 0px !important;
	padding: .4rem;
}

.chat-col {
	padding: 5px !important;
}

.chat-messages-holder {
	height: 550px;
	margin-bottom: 15px;
}

.friend-contact-card {
	font-size: .95rem;
}

.contact-found-btn {
	background-color: #bd4e4f !important;
	color: #FFFFFF !important;
}

.send-msg-icon {
	font-size: .85rem !important;
}

.contact-list-preview-msg {
	font-size: .8rem !important;
}

.panel-link:hover {
	font-weight: bold;
}

.img-message-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA;
	border-radius: 13%;
	width: 240px;
	height: 160px;

}

.img-message-overlay:hover {
	opacity: 0.8;
}

.img-message-container {

	position: relative;
	width: 50%;

}

.img-message-icons {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: end;
	height: 100%;
	padding-bottom: 1em;
}

.img-message-text {
	height: 100%;
	width: 100%;
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.select-wrapper.disable-toggle-all .select-toggle-all {
	display: none;
}

.rotate180 {
	transition: transform 0.3s ease;
}

.rotate180.rotate {
	transform: rotate(180deg);
}

#myTabContent {
	border: 1px solid #e9ecef;
	border-top: none;
}

.contact-card:hover {
	background-color: #f1f3f5;
}

#navLinkActiveContacts,
#navLinkArchivedContacts {
	color: #343a40;
	border-top: 2px solid transparent;
	transition: border-top 0.3s ease, color 0.3s ease, font-weight 0.3s ease;
	font-weight: 600;
	opacity: 0.6;
}

#navLinkActiveContacts.active,
#navLinkArchivedContacts.active {
	opacity: 1;
	border-top: 2px solid #3B71CA;
	color: #3B71CA;
	font-weight: 600;
}

.layout-tabs .nav-link:hover {
	background-color: #e2e6ea;
	color: #0056b3;
}

.layout-tabs .nav-item {
	text-align: center;
	border-bottom: none
}

#contactsScrollableDiv {
	border: 1px solid #e9ecef;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-wrapper {
	position: relative;
	width: 100%;
}

#clearSearch {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #999;
}

.unseen-contact-msg {
	display: block;
	padding: 4px 8px;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.unseen-contact-msg:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
