/*   
Theme Name: Smart CRM
Author: Dima Shulga
Author URI: https://t.me/+380935701024
*/

.kanban-board .kanban-drag {
	min-height: 200px;
}
.kanban-item {
	cursor: pointer !important;
}
.user-initials {
	text-transform: uppercase;
	background-color: orange;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-att .form-telegram {
	width: 100%;
}
.is-orange-disabled {
	color: orange;
	border: 2px solid orange;
}
.tile ul.delivery-type {
	list-style: inside;
	margin-top: 15px;
}
#btn-trigger, [name="is_anonymous"] {
	display: none;
}
.header__account-button .user-initials {
	height: 100%;
}
.task-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.files-section {
	padding: 10px 20px;
}
.files-section ul {
	margin-top: 20px;
}
.files-section ul li {
	margin-bottom: 10px;
}
.cards__footer-image .user-initials {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-transform: uppercase;
	font-size: 18px;
}
.form-chat__footer-image .user-initials,
.form-chat__image .user-initials {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 18px;
}
.content__nav-item.active {
	background-color: #ebefff;
}
.chat-attachment a {
	font-size: 1.25rem;
}
.chat-attachment {
	margin-bottom: 1rem;
}
#yur-block {
	display: none;
}
#modalTask .select2-container {
	width: 100% !important;
}
.div-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.div-btn input,
.div-btn select {
	min-width: 300px;
}
.content__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.content__title input {
	font-size: 16px;
	padding: 6px 12px;
}
::-moz-selection { /* Code for Firefox */
	color: #222;
	background: #B4D5FE;
}
::selection {
	color: #222;
	background: #B4D5FE;
}
#all-branch-block {
	display: none;
}
#all-branch-block .form__value {
	padding: .875rem 1.25rem .6875rem;
}
#all-branch-block input[type="checkbox"] {
	cursor: pointer;
}
p.status {
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 1.3;
}
.notif-full {
	flex: 1;
}
.service-btns {
	text-align: right;
}
.service-btns button,
.service-btns a {
	font-size: 16px;
	border-radius: 0;
	font-size: 16px;
	padding: 6px 12px;
}
.filter__section label {
	margin-right: 10px;
	margin-bottom: 10px;
}
.filter__section button,
.filter__section a {
	padding: 6px 12px;
	border-radius: 0;
}
.filter__section form {
	font-size: 16px;
}
.select-filter {
	cursor: pointer;
}
.content__title input {
	width: 100%;
}
.filter__section {
	display: none;
}
.task-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 10px;
}
.task-tile .tile-body {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}
.task-tile .tile-body .tile-desc {
	width: 60%;
}
.task-title .user-initials {
	margin: 0;
	flex-shrink: 0;
}
.notification-item a {
	display: flex;
	width: 100%;
	align-items: center;
}
.status-19 {
	border-color: #3F704D;
}
.cards__footer-image .user-initials {
	display: none;
}
.checkbox-field {
	padding: 10px 15px;
}
.checkbox-field input {
	cursor: pointer;
}
.label-w-small {
	flex-wrap: wrap;
}
.label-w-small small {
	font-size: 0.6em;
	font-style: italic;
}
.tables {
	background-color: #fff;
	border: 1px solid #e8e8ea;
	border-radius: .6875rem .6875rem 0 0;
}
.tables table {
	border-collapse: collapse;
	caption-side: bottom;
	min-width: 100%;
}
.static-content {
	width: calc(100% - 2rem);
	flex: initial;
	box-sizing: border-box;
	padding-left: 8rem;
}
.tables table th,
.tables table td {
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 0.95rem;
}
.w-2 {
	width: 2rem;
}
.w-2-5 {
	width: 2.5rem;
}
.w-3 {
	width: 3rem;
}
.w-4 {
	width: 4rem;
}
.w-5 {
	width: 5rem;
}
.w-8 {
	width: 8rem;
}
.w-10 {
	width: 10rem;
}
.w-11 {
	width: 11rem;
}
.w-15 {
	width: 15rem;
}
.store-navigation {
	display: flex;
	justify-content: end;
	margin-bottom: 10px;
	gap: 10px;
}
.m-orange {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #ff8a00;
	color: #fff;
}
.button-navigation {
	font-size: 1.25rem;
	padding: 6px 12px;
	border-radius: 0;
}
.button-light {
	background-color: #ff8a00;
}
.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	gap: 5px;
}
.pagination span,
.pagination a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: .5625rem;
	color: #6b6c7e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	height: 2.75rem;
	justify-content: center;
	min-width: 2.75rem;
	padding: .4375rem .1875rem .1875rem;
	text-align: center;
	text-decoration: none !important
}
.page-numbers.active {
	background-color: #ff8a00;
  color: #fff;
}
.pagination .prev svg,
.pagination .next svg {
	fill: #2c2c2c;
}
.static-content .track-title {
	padding-right: 0;
}
.page-template-page-store,
.page-template-page-revision {
	overflow-y: auto;
	height: auto;
}
.static-content {
	padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	#comments-form .form-chat__item {
		padding-left: 50px;
	}
	#comments-form .form-chat__fieldset {
		padding-left: 12px;
	}
	.content__title {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.content__title input {
		padding: 4px;
	}
	.filter__section button[type="submit"] {
		margin-left: 0;
	}
	.filter__section label {
		margin-bottom: 10px;
		width: 100%;
	}
	.filter__section {
		margin-bottom: 20px;
	}
	.lead-title img {
		top: 22px;
	}
	.track-title {
		display: flex;
		flex-wrap: wrap;
	}
	.track-title > div {
		display: flex;
		width: 100%;
		align-items: flex-end;
	}
	.track-title .button {
		width: 100px;
		margin-left: 10px;
		border: 2px solid #2c2c2c
	}
	.tables {
		width: 100%;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
	}
	.tables table {
		min-width: max-content;
    border-collapse: collapse;
	}
	.static-content {
		width: 100%;
		padding: 10px;
	}
}

/*simple select2 for filter*/
.simple-select2 .select2-container--default .select2-selection--multiple,
.simple-select2 .select2-container--default .select2-selection--single {
	min-height: auto;
	border-radius: 0;
	padding: .0rem .2rem .3rem;
	font-size: 14px;
}

.simple-select2 .select2-container--default .select2-selection--multiple .select2-search__field::placeholder,
.simple-select2 .select2-container--default .select2-selection--single .select2-search__field::placeholder {
	color: black;
	opacity: 1;
}

.simple-select2 .select2-container {
	border: 1px solid black;
}

.simple-select2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.simple-select2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-radius: 0;
}

.simple-select2 .select2-container--default.select2-container--focus .select2-selection--multiple,
.simple-select2 .select2-container--default.select2-container--focus .select2-selection--single {
	border: none;
}

.simple-select2 .select2-container .select2-search--inline .select2-search__field {
	height: 15px;
}

.page-template-page-store .select2-results__option {
	font-size: 1rem;
	padding: 1rem 1rem;
}

.page-template-page-tasks .select2-results__option,
.page-template-page-leads .select2-results__option {
	font-size: 1rem;
	padding: 1rem 1rem;
}

.simple-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
}

.simple-select2 .select2-container--default .select2-selection--single .select2-selection__rendered  {
    padding: 0;
}

.simple-select2 .select2-container--default .select2-selection--single .select2-selection__rendered:hover  {
    background-color: transparent;
}

.simple-select2 .select2-container--default .select2-selection--single {
    max-height: 26px;
    height: 26px;
    line-height: 28px;
    padding: 5px 6px;
    background-color: #fff;
}

.simple-select2 .select2-container--open .select2-selection__rendered {
    background-color: transparent;
}

.select2-container--default .select2-results {
    border: 1px solid #dadada;
}

.page-template-page-tasks .select2-search--dropdown,
.page-template-page-leads .select2-search--dropdown {
    display: block;
}

.page-template-page-tasks .select2-container--default .select2-search--dropdown .select2-search__field ,
.page-template-page-leads .select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 6px;
    font-size: 1.05rem;
    outline: none;
    padding: .6rem .7rem;
}

/* page-queue */
.wrap-queue {
	background-color: #fff;
	border: 1px solid #e8e8ea;
	border-radius: .5rem;
	padding: 2rem;
	min-height: 860px;
}

.wrap-queue .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 1.4rem;
	padding: 1.2rem 1.5rem 1.15rem;
	min-width: 320px;
	border: 1px solid #dfdfe5;
}

.wrap-queue .queue-block.active .select2-container--default .select2-selection--single .select2-selection__rendered  {
	border: 1px solid #ff5c00;
}

.page-template-page-queue {
	overflow-y: auto;
	height: auto;
}

.page-template-page-queue .form-select-nowrap {
	width: 320px !important;
}

.wrap-queue .queue-actions {
	margin-bottom: 1.25rem;
}

.wrap-queue .queue-actions button {
	width: 72px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dfdfe5;
	border-radius: 8px;
	color: #6B6C7E;
	font-size: 1.2rem;
}

.wrap-queue .queue-block.active .queue-actions button {
	border: 1px solid #ff5c00;
}

.wrap-queue .queue-actions button:hover {
	background-color: #ff5c00;
	border: 1px solid #ff5c00;
	color: #fff;
}

.wrap-queue .drag-handle {
    cursor: grab;
    color: #6B6C7E;
}
.wrap-queue .drag-handle:active {
    cursor: grabbing;
}

.loading-dots::after {
    content: '';
    display: inline-block;
    width: 1em;
    text-align: left;
    animation: dots 1.2s steps(3, end) infinite;
}

@keyframes dots {
    0% { content: ''; }
    33% { content: '.'; }
    66% { content: '..'; }
    100% { content: '...'; }
}