/* ********* General *********** */

.sla_status {
	width: 20px;
}

.exclamation_mark {
	width: 4px !important;
}

.logo-lg img {
	width: 70%;
	height: auto;
}

.logo-sm img {
	width: 100%;
}

#sidebar-menu .mm-active a span {
	font-size: 15px !important;
}

#sidebar-menu ul li a img {
	width: 17px;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a span {
	display: none !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
	width: unset;
}

/* ********* Dashboard ****************** */

.dashboard_box_main {
	position: relative;
	border-radius: 8px;
	min-height: 227px;
}

.dashboard_box_header {
	padding: 10px 15px 5px 15px;
	border-radius: 8px 8px 0px 0px;
}

.dashboard_box_header h3 {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.38px;
}

.dashboard_box_header span {
	font-size: 11px;
	color: #ffffff;
}

.dashboard_box_open {
	background-color: #5a66db;
}

.dashboard_box_inprogress {
	background-color: #3793d9;
}

.dashboard_box_complete {
	background-color: #3bae92;
}

.dashboard_box_incidents {
	background-color: #c73b49;
}

.dashboard_box_problem {
	background-color: #e2961f;
}

.dashboard_box_change {
	background-color: #798c9b;
}

.dashboard_box_count_open h1:hover {
	color: #5a66db;
	cursor: context-menu;
}

.dashboard_box_count_progress h1:hover {
	color: #3793d9;
	cursor: context-menu;
}

.dashboard_box_count_complete h1:hover {
	color: #3bae92;
	cursor: context-menu;
}

.dashboard_box_count_incident h1:hover {
	color: #c73b49;
	cursor: context-menu;
}

.dashboard_box_count_problem h1:hover {
	color: #e2961f;
	cursor: context-menu;
}

.dashboard_box_count_change h1:hover {
	color: #798c9b;
	cursor: context-menu;
}

.dashboard_box_count {
	padding: 10px 25px;
}

.dashboard_box_count h1 {
	letter-spacing: 1.33px;
	color: #1c1c1c;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	vertical-align: sub;
}

.dashboard_box_count span {
	font-size: 13px;
	color: #5a5a5a;
	letter-spacing: 0px;
}

.dashboard_box_count span img {
	width: 10px;
	margin-left: 5px;
	margin-right: 2px;
	vertical-align: sub;
}

.dashboard_box_count span .count_number {
	color: #3bae92;
}

.dashboard_box_count span .count_number_red {
	color: #c73b49;
}

.dashboard_box_content {}

.dashboard_box_content span {
	color: #1c1c1c;
	letter-spacing: 0.27px;
	padding: 0 7px;
	font-size: 10px;
	vertical-align: top;
}

#customer_list .label_change,
#customer_list .label_incident,
#customer_list .label_problems,
#customer_list .label_tasks {
	display: flex;
	align-items: center;
}

.label_change {
	color: #e2961d !important;
	background-color: rgba(226, 150, 29, 0.1);
	border-radius: 4px;
	padding: 1px 10px;
	cursor: pointer;
}

.label_incident {
	color: #94a5b3 !important;
	background-color: rgba(148, 165, 179, 0.1);
	border-radius: 4px;
	padding: 1px 10px;
	cursor: pointer;
}

.label_problems {
	color: #94a5b3 !important;
	background-color: rgba(148, 165, 179, 0.1);
	border-radius: 4px;
	padding: 1px 10px;
	cursor: pointer;
}

.label_tasks {
	color: #94a5b3 !important;
	background-color: rgb(0 140 255 / 10%);
	border-radius: 4px;
	padding: 1px 10px;
	cursor: pointer;
}

.label_change img {
	width: 13px;
	margin-top: -2px;
	margin-left: 3px;
}

.label_incident img {
	width: 13px;
	margin-top: -2px;
	margin-left: 3px;
}

.label_problems img {
	width: 13px;
	margin-top: -2px;
	margin-left: 3px;
}

.table-compress tbody tr td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}

.unpaid-height {
	min-height: 29.3vh;
}

.table tr td,
.table tr th {
	font-size: 12px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #000 !important;
	border-left: 1px solid #3793d9 !important;
	background-color: #fff !important;
	border-radius: 0;
}

.customer-initial {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #3793d917;
	margin: 0 auto;
}

.text-primary,
.btn-link {
	color: #3793d9 !important;
}

.badge-soft-primary {
	background-color: #3793d917 !important;
	color: #3793d9 !important;
}

.overdue-indicator {
	border-top: 5px solid #3793d9;
}

.open-indicator {
	border-top: 5px solid #798c9b;
}

.paid-indicator {
	border-top: 5px solid #11b890;
}

.vertical-menu,
.navbar-brand-box {
	width: 200px !important;
}

.navbar-brand-box {
	padding: 0 1rem;
	text-align: left;
}

.vertical-collpsed .main-content,
.vertical-collpsed .footer {
	margin-left: 70px !important;
	margin-right: 0 !important;
}

.customer_dashboard_box {
	min-height: 210px !important;
}

.nav-tabs-custom .nav-item .nav-link.active {
	color: #3793d9 !important;
}

.nav-tabs-custom .nav-item .nav-link::after {
	background: #3793d9 !important;
}

.inner-container {
	max-height: calc(70vh - 100px);
	min-height: calc(70vh - 100px);
	overflow-y: scroll;
	overflow-x: hidden;
}

.switch_btn {
	position: relative;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider.round {
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 5px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider.round:before {
	border-radius: 50%;
}

.resize-none {
	resize: none;
}

.pagination .page-link {
	cursor: pointer;
}

.custom-badge {
	padding: 0.6em 0.8em;
	font-size: 85%;
}

.request_filter {
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	box-shadow: 0px 3px 28px #00000033;
	width: 25%;
}

.filter_main {
	background-color: #fcfcfc;
}

.multiselect {
	border: 1px solid #d3d3d3;
	padding: 6px 24px 6px 12px;
	box-shadow: none;
	background-color: #ffffff;
	border-radius: 4px;
}

.tags {
	color: #ffffff !important;
	background-color: #518ff5 !important;
	border-radius: 20px !important;
	padding: 6px 10px !important;
	font-size: 12px;
	font-weight: 500 !important;
}

.tags i {
	border-left: 2px solid #fff;
	padding-left: 5px;
}

.ui-autocomplete {
	z-index: 99999999 !important;
	font-family: unset !important;
}

.ui-widget-content {
	max-height: 40vh;
	overflow-y: auto;
	overflow-x: hidden;
}

#ticket_title_edit input {
	outline: none;
	border: 1px solid #eeeeee;
}

#change_task_title {
	outline: none;
	border: 1px solid #eeeeee;
}

#task_desc_input {
	resize: none;
}



#show_task_status {
	width: 110px;
	display: block;
	text-align: center;
}

.datepicker {
	z-index: 9999999 !important;
}

.w-70 {
	width: 70%;
}

/*#ticket_title_edit input:focus-visible {
	border: 1px solid #EEEEEE;
}*/
.save_check {
	width: 16px;
}

.unsave_check {
	width: 20px;
}

.custom-table>tbody>tr {
	border: 0;
}

.custom-table>tbody>tr>td {
	padding: 5px 0;
}

.checkbox-rounded {
	display: flex;
}

.checkbox-round {
	width: 1.5em;
	height: 1.5em;
	background-color: white;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #ddd;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	position: relative;
	margin: 0 5px 2px 0 !important;
}

.checkbox-round:after {
	border-bottom: 2px solid rgb(255, 255, 255);
	border-left: 2px solid rgb(255, 255, 255);
	border-image: initial;
	border-top: none;
	border-right: none;
	height: 5px;
	content: "";
	left: 1px;
	opacity: 1;
	position: absolute;
	top: 1px;
	transform: rotate(-45deg);
	width: 10px;
	margin: 3px 2px;
}

.checklist-input {
	border: none !important;
	font-size: 13px;
	padding: 0;
	outline: none;
}

.checklist-input-field {
	border: none !important;
	font-size: 13px;
	padding-left: 0;
	outline: none;
}

#accordionFlushExample {
	height: 25vh;
}

#category_checklist_data {
	min-height: 24vh;
	max-height: 24vh;
	padding-left: 0
}

#category_checklist_data_problem {
	min-height: 24vh;
	max-height: 24vh;
	padding-left: 0
}

#category_checklist_data_change {
	min-height: 24vh;
	max-height: 24vh;
	padding-left: 0
}

.category_modal_dialog {
	max-width: 600px;
}

.checkbox-round:checked {
	background-color: #11b890 !important;
	border-color: #11b890 !important;
	color: #fff !important;
}

.description_text {
	font-size: 12px;
	color: #333333;
}

.checkbox-round:checked+label {
	color: #a4a4a4;
	text-decoration: line-through;
}

.nametagcontainer {
	background-color: rgba(55, 147, 217, 0.21);
	border-radius: 4px;
	color: #3793d9;
	display: inline-block;
	width: auto;
	padding: 2px 2px 4px 2px;
	margin: 10px 10px 5px 0;
}

.nametagcontainer span {
	font-size: 12px;
	padding: 0 5px;
}

.nametagcontainer i {
	padding: 0 5px;
	font-size: 11px;
}

.activity_bg {
	color: #fff;
	border: 1px solid #3891E4;
	background-color: #0073DD;
	border-radius: 6px;
}

.font-size-9 {
	font-size: 9px !important;
}

#ticket_message {
	display: none;
}

#checklist_data li {
	font-size: 11px;
	padding: 7px 0px;
	border-top: 1px solid #eeeeee;
	background-color: #ffffff;
}

#checklist_data .fa-grip-vertical:hover {
	cursor: move;
}

#checklist_data li.ui-state-highlight {
	padding: 15px 0px;
	background-color: #eeeeee;
	border: 3px dotted black;
	cursor: move;
	margin-top: 12px;
}

#checklist_data li i {
	font-size: 14px;
	margin-left: 5px;
}

#checklist_data2 li {
	font-size: 11px;
	padding: 7px 0px;
	border-top: 1px solid #eeeeee;
	background-color: #ffffff;
}

#checklist_data2 .fa-grip-vertical:hover,
#category_checklist_data .fa-grip-vertical:hover {
	cursor: move;
}

#checklist_data2 li.ui-state-highlight {
	padding: 15px 0px;
	background-color: #eeeeee;
	border: 3px dotted black;
	cursor: move;
	margin-top: 12px;
}

#checklist_data2 li i {
	font-size: 14px;
	margin-left: 5px;
}

#task_checklist_data li {
	padding: 7px 0px;
	border-top: 1px solid #eeeeee;
	background-color: #ffffff;
}

#task_checklist_data .fa-grip-vertical:hover {
	cursor: move;
}

#task_checklist_data li.ui-state-highlight {
	padding: 15px 0px;
	background-color: #eeeeee;
	border: 3px dotted black;
	cursor: move;
	margin-top: 12px;
}

#task_checklist_data li i {
	font-size: 14px;
	margin-left: 5px;
}

.w-80 {
	width: 80%;
}

.w-60 {
	width: 60%;
}


.description_text.checked {
	color: #a4a4a4;
	text-decoration: line-through !important;
}

.cursor-pointer {
	cursor: pointer;
}

.btn-group .custom-select {
	text-align: left;
}

.category_ticket_services .dropdown-menu.show {
	height: 30vh;
	overflow: scroll;
}

.closetag i {
	border-left: 2px solid;
}

/* New style */
.btn-primary {
	background-color: #3793d9 !important;
	border-color: #3793d9 !important;
}

.btn-outline-primary {
	border-color: #3793d9;
	color: #3793d9;
}

.accordion-button:not(.collapsed) {
	color: #3793d9 !important;
}

.btn-outline-primary:hover,
input[type="checkbox"]:checked {
	background-color: #3793d9;
	border-color: #3793d9;
	color: #fff;
}

.table tbody tr td {
	padding: 10px 10px !important;
}

.pointer {
	cursor: pointer;
}

.step-progress-bar,
.complete-step-progress-bar {
	height: 5px;
	background-color: #0000000d;
	border-radius: 5px;
}

.inner-progress-bar.active,
.complete-inner-progress-bar.active {
	background-color: #0073dd;
	height: 5px;
}

.step-circle {
	background-color: #d7d8d9;
	width: 8px;
	height: 8px;
	border: 1px solid #d7d8d9;
	border-radius: 10px;
	position: absolute;
	top: -2px;
	left: -2px;
}

.complete-step-circle {
	background-color: #d7d8d9;
	width: 8px;
	height: 8px;
	border: 1px solid #d7d8d9;
	border-radius: 10px;
	position: absolute;
	top: -2px;
	right: 0;
}

.step-circle.active,
.complete-step-circle.active {
	background-color: #fff;
	border: 1px solid #0073dd;
}

.discussion-box {
	border: 1px solid #eff2f7;
	border-radius: 7px;
	padding: 5px;
	border-left: 5px solid #6fd262;
}

::-webkit-scrollbar {
	width: 5px !important;
	height: 5px !important;
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #dad4d4;
	border-radius: 20px;
}

#merge_request_popup {
	background-color: rgb(0, 0, 0, 0.5);
}

.timeline {
	max-height: 70vh;
	overflow: scroll;
}

#internalcommentbox {
	height: 35px;
}

#commentbox {
	border-radius: 0;
	height: 35px;
	border-bottom: none;
}

#activity_timeline {
	padding-right: 5px;
	min-height: 55vh;
	max-height: 55vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

#activity_section {
	min-height: 55vh;
	max-height: 55vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

.sessions {
	padding: 0;
	border-radius: 12px;
	position: relative;
	list-style-type: none;
}

.sessions li {
	padding-bottom: 1rem;
	border-left: 1px dashed #96a7b5;
	position: relative;
	padding-left: 15px;
	margin-left: 10px;
}

.sessions li:last-child {
	border: 0px;
	padding-bottom: 0;
}

.sessions li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #96a7b5;
	border-radius: 50%;
	position: absolute;
	left: -6px;
	top: 3px;
}

.chat-initials {
	color: #f8ac86;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
	background-color: #fff4ef;
}

.chat-own-cont .card {
	background-color: #E8F5FD;
}

.chat-outside-cont .card {
	background-color: #F2F3F5;
}

.user-chat-conversation {
	min-height: unset !important;
	max-height: unset !important;
	overflow-y: unset !important;
	overflow-x: unset !important;
}

.chat-conversation {
	min-height: auto !important;
}

.chat-conversation .conversation-list .ctext-wrap {
	padding: 10px 10px 10px 10px;
}

.chat-conversation .conversation-list .ctext-wrap {
	background-color: #F2F3F5;
	border-radius: 10px;
	overflow: hidden;
}

.chat-conversation .right .conversation-list .ctext-wrap {
	background-color: #EEF0FC;
	text-align: left;
	border-radius: 10px;
}

.chat-conversation .conversation-list .ctext-wrap .conversation-name {
	color: #0073DD;
}

.chat-conversation .conversation-list {
	margin-bottom: 15px;
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
	font-size: 13px;
}


.timeline,
.personal-info {
	min-height: 55vh;
	max-height: 55vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

.disabled {
	pointer-events: none;
}

.border-section {
	border-color: #a9b8c6 !important;
}

.h-3 {
	height: 3px !important;
}

.request_list_table th {
	font-weight: 400;
}

.connected-sortable {
	cursor: move;
}

.discussion-text,
li:focus-visible {
	outline: none;
	padding: 5px;
	border-radius: 5px;
}

.progress-bar {
	background-color: #3793d9 !important;
}

.bg-primary {
	background-color: #3793d9 !important;
}

#message {
	display: none;
}

.title_text_ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 200px;
	display: inline-block;
}

.table tbody tr {
	border-bottom: 1px solid #eff2f7;
}

.table tbody tr td {
	border: none;
}

.message_notification {
	background-color: green;
	color: #fff;
	width: 25px;
	height: 25px;
	padding: 4px;
	border-radius: 25px;
	text-align: center;
}

.custom-checkin-badge a {
	color: #ffffff;
}

.current-active-circle {
	box-shadow: 0 0 5px;
	border-radius: 5px;
	padding: 2px 5px;
}

.dashboard_days_filter {
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 10px 0;
	display: inline-block;
}

.dashboard_days_filter a {
	letter-spacing: 0px;
	color: #7b7b7b;
	padding: 7px 10px;
	border-right: 1px solid #ececec;
}

.dashboard_days_filter a:hover {
	background-color: #f6f6f6;
}

.dashboard_active {
	background-color: #f6f6f6;
}

.checked_in img {
	width: 15px;
}

.w-90 {
	width: 80%;
}

.w-10 {
	width: 10%;
}

#helpdesk_loader .loader_inner {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 61px;
	height: 61px;
}

#helpdesk_loader .loader_inner img {
	width: 100px;
}

#ticket_list {
	height: auto;
}

.status-radio {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.status-check {
	border: 1px solid #d4d5d8;
	border-radius: 5px;
	width: 34px;
	height: 33px;
	text-align: center;
	font-size: 17px;
}

.status-radio:checked+.status-check {
	background-color: #0073dd;
	border: 1px solid #0073dd;
	color: #fff;
}

.bootbox {
	background-color: #0000008f;
}

.alphabet-filter li .nav-link {
	padding: 0 10px;
	height: 30px;
	width: 30px;
	border-radius: 0;
	border: 1px solid #ccc !important;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.alphabet-filter li .nav-link.active {
	border: 1px solid #0520b6 !important;
	color: #fff !important;
	background-color: #3793d9 !important;
	font-weight: 100 !important;
}

.alphabet-filter li.nav-item:first-child .nav-link {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.card-min-height {
	min-height: 44vh;
}

.ticket-category-icon {
	width: 18px;
}

/* ******************* Public form ************** */

.public_logo {
	display: block;
	margin: 50px auto;
}

.public_box {
	padding: 15px 15px 45px 15px;
	box-shadow: 0px 1px 4px 1px rgba(161, 161, 161, 0.5);
	-webkit-box-shadow: 0px 1px 4px 1px rgba(161, 161, 161, 0.5);
	-moz-box-shadow: 0px 1px 4px 1px rgba(161, 161, 161, 0.5);
	background-color: #FFFFFF;
	min-height: 250px;
}

.public_box h1 {
	font-size: 17px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.public_box h1 span {
	font-size: 16px;
}

.btn-approve {
	color: #FFFFFF;
	padding: 10px 20px;
	background: #44CC44;
	border: none;
	border-radius: 0;
}

.btn-approve:hover {
	outline: none;
	text-decoration: none;
	background: #6FE76F;
}

.btn-approve:focus,
.btn-approve:focus-visible {
	background: #6FE76F;
	outline: none;
	text-decoration: none;
}

.btn-decline {
	color: #FFFFFF;
	padding: 10px 20px;
	border: none;
	background-color: #cb4949;
	border-radius: 0;
}

.btn-decline:hover {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
	background: rgb(203, 73, 73, 0.8)
}

.btn-decline:focus {
	outline: none;
	text-decoration: none;
}

.error-404 {
	margin: 25px auto;
	display: block;
}

.approve-decline-btn {
	margin-top: 30px;
}

#confirmation {
	display: none;
}

#decline {
	display: none;
}

.verification-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px 0;
}

.verification-container .code {
	font-size: 24px;
	height: 40px;
	width: 100%;
	border: none;
	border-radius: 0;
	background-color: #FFFFFF !important;
	border-bottom: 1px solid #C2C6D1;
	margin: 1%;
	text-align: center;
	font-weight: 400;
	padding: 0;
	-moz-appearance: textfield !important;
}

.verification-container .code:focus {
	background-color: #FFFFFF !important;
	border-color: #3855f5;
}

.action-item-heading {
	background-color: #f8f9fa;
	color: #495057;
	border: 1px solid #f8f9fa;
	padding: 5px 0;
	font-size: 12px;
	font-weight: 600;
}

.ignore-alert {
	color: #8698A6;
	background-color: #E4E9F1
}

.requested-alert {
	color: #3591E4;
	background-color: #DDEFF9
}

.read-alert {
	background-color: #F2F5FB;
}

.unread-alert {
	background-color: #FFFFFF;
}

.alert-column-data {
	font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
.code::-webkit-outer-spin-button,
.code::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


@media only screen and (max-width: 1370px) and (min-width: 600px) {
	.nav-tabs .nav-link {
		font-size: 10px !important;
		margin-right: 4px !important;
	}
}

/* ********************** Login style *************************** */

.bg-img {
	background-image: url(../images/bg.png);
	display: block;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.parentContainer {
	border: 1px solid #f1f1f1;
	background-color: #ffffff;
	margin-top: 35px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 9%;
	box-shadow: 0px 0px 34px 2px #0000000d !important;
	border-radius: 10px;
}

.welcomecontainer {
	margin-top: 60px !important;
}

.welcometextdsktop {
	font-size: 42px !important;
	font-family: SegoeUI-Light;
	color: #777777;
}

.container-fluid label {
	color: #424242;
}

.emaillbl {
	color: #3c3950;
	font-family: SegoeUI-SemiBold;
	font-size: 15px;
	font-weight: 100 !important;
}

.login_input {
	border: 1px solid #d3d3d3;
	width: 100%;
	padding: 6px 8px 6px 8px;
	border-radius: 5px;
	font-size: 17px;
	outline: none;
	color: #191919;
	font-family: sans-serif;
	background-color: #ffffff;
	height: 40px;
	-webkit-appearance: none;
}

.login_error {
	color: #fa4545;
	font-size: 10px;
}

.login_btn {
	background-color: #3793d9 !important;
	border-color: #3793d9 !important;
	margin-top: 0px;
	border-radius: 5px;
	color: #fff;
	width: 110px;
	font-size: 15px;
	outline: none !important;
}

.title_bottom {
	padding: 10px 10px !important;
}

.ticket_title_edit_section {
	background-color: #eee;
}

.bg-white {
	background-color: #fff;
}

.pt-15 {
	padding-top: 15px;
}

.p-10 {
	padding: 10px;
}

.footertext {
	font-size: 12px;
	color: #aaaaaa;
}

.footeritem {
	cursor: pointer;
	margin: 0;
}

.code-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
}

.min-vh-90 {
	min-height: 90vh;
}

.page-content {
	padding-bottom: 0 !important;
}

.has-error {
	border: 1px solid red;
}

.switch_btn input:checked+.slider {
	background-color: #0078d4;
}

.switch_btn input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(17px);
}

.custom_invc_control {
	display: inline-block;
	width: 100px;
	box-shadow: none !important;
	height: 27px;
	font-size: unset;
}

.weekDays-selector input {
	display: none !important;
}

.weekDays-selector input[type=checkbox]+label {
	margin: 15px auto;
	display: inline-block;
	border-radius: 20px;
	color: #0073DD;
	background: #F2FAFF;
	height: 30px;
	width: 60px;
	margin-right: 3px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked+label {
	background: #0073DD;
	color: #ffffff;
}

.new-weekDays-selector input {
	display: none !important;
}

.new-weekDays-selector input[type=checkbox]+label {
	margin: 15px auto;
	display: inline-block;
	border-radius: 25px;
	background: #edebe9;
	height: 38px;
	width: 38px;
	margin-right: 3px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.new-weekDays-selector input[type=checkbox]:checked+label {
	background: #3793d9;
	color: #ffffff;
}


.upload_mms_container input[type="file"] {
	display: none;
}

.upload_mms_container {
	display: inline-block;
	position: relative;
}

.upload-label {
	display: inline-block;
	color: #3498db;
	cursor: pointer;
}

.icon {
	margin-right: 10px;
}

.file-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.file-info {
	margin-top: 10px;
	display: none;
}

#remove-button {
	background-color: transparent;
	color: #e74c3c;
	border: none;
	cursor: pointer;
}


@media only screen and (max-width: 992px) and (min-width: 320px) {
	.logo span.logo-sm {
		display: none;
	}

	.logo span.logo-lg {
		display: inline-block !important;
	}
}

@media only screen and (max-width: 600px) {
	.logo span.logo-lg {
		display: inline-block !important;
	}

	#vertical-menu-btn {
		width: 20%;
	}

	#vertical-menu-btn .fa {
		font-size: 20px;
		color: #5d6267ab;
	}

	.new_request_fixed {
		height: auto;
	}

	.new_request_fixed .request_div {
		height: auto;
	}
}

@media screen and (min-width: 1440px) {
	.bg-img {
		height: 94% !important;
	}
}

@media only screen and (min-width: 1200px) {
	.chat-conversation {
		min-height: 40vh !important;
		max-height: 40vh !important;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	#task_left_section {
		overflow-y: scroll;
		height: 65vh;
	}
}


@media only screen and (max-width:1200px) {
	.ticket-modal-header p {
		font-size: 11px !important;
	}

	#task_details_modal .modal-xl {
		max-width: 1080px !important;
	}

	.ticket-modal-header span {
		font-size: 10px !important;
	}

	.ticket-modal-header .px-3 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	#activity_section {
		min-height: 47vh;
		max-height: 47vh;
	}

	.inner-container {
		max-height: calc(70vh - 150px);
		min-height: calc(70vh - 150px);
	}

	.task_desc {
		max-width: 65% !important;
	}

	.action-item-heading-action {
		font-size: 9px !important;
	}
}


@media only screen and (min-width: 1180px) {

	.main-content,
	.footer {
		margin-left: 200px !important;
		margin-right: auto;
	}

}

@media only screen and (max-width:1366px) and (min-width: 600px) {
	body {
		overflow: hidden !important;
	}

	.vertical-collpsed .vertical-menu {
		position: fixed !important;
	}
}

@media only screen and (max-width: 1500px) {

	.table tr td,
	.table tr th,
	.table th {
		font-size: 10px;
	}

	.dashboard_box_content span {
		font-size: 9px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 600px) {
	.new_request_fixed {
		height: auto;
	}

	.new_request_fixed .request_div {
		height: 80px;
	}

	#checklist_data .w-90 {
		width: 75%;
	}

	#checklist_data2 .w-90 {
		width: 75%;
	}

	.main-content {
		margin-left: 200px;
	}

	.alphabet-filter li .nav-link {
		height: 25px;
		width: 25px;
	}

	#start_with_tab {
		margin-bottom: 15px;
	}
}

.task_desc {
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vertical-collpsed .main-content {
	overflow: auto;
	max-height: 100vh;
}

@media only screen and (max-width: 600px) {
	.title_text_ellipsis {
		width: 100px;
	}

	#show_task_status {
		width: auto;
	}

	.new-task-cont {
		flex-direction: column;
		gap: 10px;
	}

	.mobile-menu {
		width: 20% !important;
		background-color: #fff !important;
	}

	.mobile-menu-list {
		margin: 5px auto 20px auto;
		box-shadow: 0 0 5px gray;
		width: 44px !important;
		height: 45px;
		border-radius: 5px;
		background-color: #fff !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}

	.mobile-menu-list a {
		padding: 0 !important;
	}

	.mobile-menu-list.mm-active {
		background-color: #0073dd !important;
	}

	body[data-sidebar=dark] #sidebar-menu ul li a {
		padding: 0 !important;
	}

	#sidebar-menu ul li a img {
		width: 20vw !important;
		height: auto;
	}

	.nav-tabs-custom .nav-item .nav-link {
		font-size: 13px !important;
	}

	.nav-tabs-custom .nav-item .nav-link.active {
		color: #000 !important;
		background-color: #e8f5fd;
		font-size: 15px !important;
	}

	.complete-step-icon {
		margin-top: -3px;
		position: absolute;
		left: 42%;
		background-color: #fff;
		border-radius: 20px;

	}

	.step-circle.active::before,
	.complete-step-circle.active:before {
		background-image: url('../images/green-check.png');
		content: '';
		position: absolute;
		background-size: 16px 16px;
		width: 16px;
		height: 16px;
		text-align: center;
		z-index: 1;
		left: 0;
	}

	.step-progress-bar,
	.inner-progress-bar,
	.complete-step-progress-bar,
	.complete-inner-progress-bar {
		height: 10px !important;
	}

	.step-progress-bar,
	.complete-step-progress-bar {
		background-color: #e8f5fd;
	}

	.ticket_title_edit_section {
		background-color: #f7f7fa;
	}

	.modal-body {
		background-color: #f2f2f2;
	}

	.checklist_data {
		font-size: 11px !important;
	}

	.description_text {
		font-size: 10px !important;
	}

	.step-circle,
	.step-circle.active,
	.complete-step-circle,
	.complete-step-circle.active {
		width: 16px;
		height: 16px;
		left: 35%;
		top: -3px;
		border: none;
		background-color: #fff;
		box-shadow: 0 0 2px;
	}

	.current-active-circle {
		box-shadow: none;
	}

	.progress-box a label {
		color: #818794
	}

	.progress-box .current-active-circle a label {
		color: #719be0 !important;
	}

	.progress-box::after {
		content: '';
		padding: 5px;
		border-right: 2px solid;
		border-radius: 50px;
		color: white;
		position: absolute !important;
		top: 0;
		right: -3px;
		z-index: 1;
	}

	.mobile-header-logo {
		width: 150px;
		object-fit: contain;
		margin: 0 auto;
	}

	.step-progress-bar.first,
	.inner-progress-bar.first {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.complete-inner-progress-bar.active {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.progress-box {
		position: relative;
	}

	#activity_timeline,
	#activity_section {
		min-height: 54vh;
		max-height: 54vh;
	}

	.chat-conversation {
		min-height: 54vh !important;
		max-height: 54vh !important;
		overflow: auto;
	}

	.navbar-brand-box {
		display: none !important;
	}

	#request_advance_filter,
	#tasks_advance_filter {
		width: 100%;
	}

	.department-drop {
		appearance: none;
		-moz-appearance: none !important;
		-webkit-appearance: none !important;
	}

	.department-drop::-ms-expand {
		display: none;
	}

	.description_text {
		color: #333333 !important;
		text-decoration: none !important;
	}
}