@charset "utf-8";
.d-flex {
	display: flex
}

.chat-box-live {
	position: fixed;
	bottom: 30px;
	right: 40px;
	float: right;
	z-index: 100;
	width: 95%;
	margin-right: 0;
    width: auto;
    z-index: 1000;
}

.chat-box-live img {
	height: 60px;
	cursor: pointer;
	/* border: 1px solid rgba(44, 103, 94, .43);
	box-shadow: 1px 5px 10px rgba(44, 102, 88, .49) */
}

.open-box-row {
	position: fixed;
	bottom: 0;
	right: 0;
	float: right;
	z-index: 100;
	margin-right: 0;
	border: 0 solid #ccc;
	box-shadow: 5px 10px 10px #cccccc82;
	display: none;
	max-height: 600px;
	height: 600px;
	z-index: 10000;
	border-radius: 5px 5px 0 0;
	margin-top: 15px;
	background: #f9f9f9;
	box-shadow: 0 0 40px rgba(0, 0, 0, .1);
	border: 1px solid #41556521
}

.chat-close-btn {
	content: "";
	position: relative;
	right: 10px;
	float: right;
	top: 0;
	padding: 3px 7px;
	color: #415565;
	cursor: pointer;
	display: inline-block;
	top: 1px
}

.chat-minimize-btn {
	display: inline-block;
	content: "";
	position: relative;
	width: 30px;
	left: 83%;
	border-radius: 50%;
	color: #415565;
	cursor: pointer;
	width: 30px;
	top: 1px
}

.chat-close-btn .fa,
.chat-minimize-btn .fa {
	font-size: 20px;
	padding-left: 38px
}

.open-box-tab {
	padding: 5px 10px;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid #dedddd;
	display: flex;
	background: #415565;
	border-radius: 0
}

.open-box-tab .user-detail {
	display: inline-block;
	float: left;
	padding-left: 10px
}

.open-box-tab .user-detail h4 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0
}

.open-box-tab .user-detail p {
	font-size: 9px;
	margin-bottom: 5px
}

.open-box-tab-content {
	display: block;
	background-color: #41556503;
	overflow: hidden;
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 5px 6px
}

.open-box-tab-content .chat-input-section {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	background: #fff
}

.open-box-tab-content .chat-input-section .chat-input {
	width: 80%
}

.open-box-tab-content .chat-input-section .chat-input input {
	border-radius: 25px
}

.open-box-tab-content .chat-input-section .chat-attached {
	font-size: 25px
}

.open-box-tab-content .chat-input-section .chat-attached .fa-arrow-circle-right {
	color: #296466
}

.open-box-list-style .chat-resiver {
	margin-bottom: 10px;
	width: 85%;
	border-radius: 5px;
	padding: 5px;
	display: flex;
	background-color: #fff;
	float: left;
	border-radius: 5px;
	box-shadow: 4px 3px 5px #ccc
}

.open-box-list-style .chat-resiver:before {
	width: 0;
	height: 0;
	content: "";
	top: -5px;
	left: -14px;
	position: relative;
	border-style: solid;
	border-width: 0 13px 13px 0;
	border-color: transparent #fff transparent transparent
}

.open-box-list-style .chat-sender {
	margin-bottom: 10px;
	width: 90%;
	border-radius: 5px;
	padding: 5px;
	display: flex;
	background: rgba(156, 211, 255, .32);
	float: right;
	float: right;
	position: relative;
	padding-left: 10px;
	box-shadow: -4px 3px 9px #ccc;
	color: #27aad4;
	font-weight: 600;
	justify-content: space-between;
	align-items: center
}

.open-box-list-style .chat-sender .fa-undo {
	padding-right: 5px
}

.open-box-list-style .chat-sender:after {
	width: 0;
	height: 0;
	content: "";
	top: 0;
	right: -8px;
	position: absolute;
	border-style: solid;
	border-width: 13px 13px 0 0;
	border-color: #dbecf9 transparent transparent transparent
}

.open-box-tab span:last-child {
	float: right;
	display: inline-block;
	padding: 0 margin: 0;
	position: absolute;
	right: 20px;
	display: none
}

.open-box-list-style {
	padding: 20px;
	color: #666;
	display: none;
	margin-bottom: 5px;
	overflow: auto;
	font-size: 14px;
	overflow: auto;
	height: 500px;
	display: block;
	list-style-type: none
}

.open-box-list-style input {
	border: 1px solid #415565;
	margin-right: 10px
}

.open-box-list-style button {
	border: 1px solid #415565;
	background: #eceff1
}

.open-box-tab span {
	cursor: pointer
}

.default-option {
	padding: 10px;
	margin: 0
}

.default-option li {
	width: 100%;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 5px;
	margin-bottom: 0;
	font-size: 13px;
	cursor: pointer
}

.default-option li.active {
	background: #3ba5c6;
	color: #fff;
	border: 1px solid #3ba5c6
}

.default-option label {
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	transition: all .3s;
	border: 1px solid #415565;
	border-radius: 5px;
	cursor: pointer;
	background: #eceff1;
	color: rgba(65, 85, 101, .9)
}

.default-option label:hover {
	background-color: #27aad4;
	color: #fff;
	border: 1px solid #27aad4
}

.default-option input[type=radio] {
	display: none
}

.default-option input[type=radio]:checked+span {
	border: 2px solid green
}

.chat-list-section .nav-tabs li a {
	border: 0;
	padding: 10px
}

.chat-list-section .nav-tabs>li.active>a,
.chat-list-section .nav-tabs>li.active>a:focus,
.chat-list-section .nav-tabs>li.active>a:hover {
	color: #00bcd4;
	cursor: default;
	background-color: #fff;
	border-bottom: 2px solid #256881
}

.chat-list-section .nav-tabs>li.active>a:focus {
	background: 0 0;
	border: 0;
	border-bottom: 2px solid
}

.chat-list-section .nav-tabs li a:hover {
	background: 0 0;
	border: 0
}

.chat-list ul.list-inline {
	padding: 20px
}

.chat-list ul.list-inline li {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #f1f1f1
}

.chat-list ul.list-inline li .user-chat-list-img img {
	height: 40px;
	margin-right: 20px
}

.chat-list ul.list-inline li .user-chat-content h5 {
	color: #256881;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0
}

.chat-list ul.list-inline li .user-chat-content p {
	font-size: 12px;
	padding-top: 3px;
	color: #a0a0a0
}

.yes-no-checkbox {
	display: block;
	clear: both
}

.check-select {
	position: relative;
	display: flex
}

.yes-no-checkbox .check-select input[type=checkbox] {
	visibility: hidden
}

.yes-no-checkbox .check-select label {
	position: relative;
	padding-left: 25px;
	left: -12px;
	width: 100%;
	border: 1px solid rgba(65, 85, 101, .54);
	border-radius: 3px;
	padding: 5px 10px 5px 20px;
	font-size: 13px
}

.yes-no-checkbox .check-select label::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border: 1px solid gray;
	border-radius: 3px;
	left: 5px;
	top: 7px
}

.yes-no-checkbox .check-select input[checked=checked]+label {
	background-color: #415565;
	color: #fff
}

.yes-no-checkbox .check-select input[checked=checked]+label::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 7px;
	width: 5px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.yes-no-inner {
	padding: 10px;
	border: 1px solid #ccc
}

.yes-no-inner .segmentHeader {
	padding: 0
}

.yes-no-inner .segmentHeader span {
	padding-bottom: 5px;
	display: block;
	font-weight: 700
}

.yes-no-inner .segmentHeader .check-select input {
	margin-right: 0
}

.back-btn {
	font-size: 10px;
	border: 1px solid;
	background: 0 0;
	color: #33b4e0;
	float: right;
	margin-left: 10px;
	min-width: 55px
}

.ui-autocomplete {
	position: relative !important;
}

.mobileStyle {
    width: 100% !important;
    border-radius: 0px;
    height: 100vh;
	z-index: 999999;
}
.input-text-box{
	width: 85% !important;
	margin-left: 15% !important;
}