/*
Author       : Dreamguys
Template Name: Videocall - Bootstrap Admin Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Table
3. Helper Class
4. Bootstrap Classes
5. Nav Tabs
6. Components
7. Header
8. Chat
9. Login
10. Join Call
11. Meeting call
12. Invite Item
13. Switch Buttons
14. DarkMode
15. Main Chat
16. Responsive

========================================*/

/*-----------------
	1. General
-----------------------*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,600;0,700;1,400;1,600&amp;display=swap');

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.html) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
html {
	height: 100%;
}
body {
	background-color: #FFF;
	color: #000;
	font-family: 'Nunito', sans-serif;
	font-size: 0.9375rem;
	height: 100%;
	line-height: 1.5;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: #000;
}
a {
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.form-control {
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	box-shadow: none;
	color: #000;
	padding: 7px 15px;
	font-size: 14px;
	height: 45px;
	line-height: 60px;
	font-weight: 400;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
}
.form-control::placeholder {
	font-size: 13px;
}
textarea.form-control {
	height: auto;
}
.form-control:focus {
	box-shadow: 0 0 10px rgba(136, 136, 136, 0.125); 
	outline: 0 none;
	border-color: #c1c9d0;;
}
.form-control-sm {
    height: calc(1.5em + 1rem);
    padding: .4375rem .65625rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.form-control-lg {
    height: calc(1.5em + 1.875rem);
    padding: .875rem 1.09375rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3125rem;
}
a {
	color: #377dff;
}
a:hover {
    color: #0052ea;
    text-decoration: none;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p:last-child { 
    margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
input,
input:focus,
button,
button:focus {
	outline: none;
}
input[type="file"] {
	height: auto;
	min-height: calc(1.5em + .75rem + 2px);
}
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.form-control {
	resize: vertical;
}
.navbar-nav > li {
	float: left;
}
.form-group {
	margin-bottom: 28px;
} 
.form-group img {
	width:100%;
}
.input-group .form-control {
	height: 40px;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.1);
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
ul li{
	list-style: none;
}
p:last-child{
	margin-bottom: 0;
}

/*-----------------
	2. Table
-----------------------*/

.table {
	color: #333;
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f8f9fa;
}
.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th { 
	padding: 10px 8px;
}
.table-nowrap td,
.table-nowrap th {
	white-space: nowrap
}
.table.dataTable {
	border-collapse: collapse !important;
}
table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table.table td h2.table-avatar {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	white-space: nowrap;
}
.table > tbody > tr > td {
	padding: 15px;
}
table.table td h2 a {
	color: #333;
}
table.table td h2 a:hover {
	color: #7638ff;
}
table.table td h2 span {
	color: #888;
	display: block;
	font-size: 12px;
	margin-top: 3px;
} 
.table thead {
    background-color: transparent;
    border-bottom: 0;
}
.table thead tr th {
	font-weight: 500;
}
.table.table-center td,
.table.table-center th {
	vertical-align: middle;
}
.table-hover tbody tr:hover {
	background-color: #f6f6f7;
}
.table td, .table th {
    vertical-align: middle;
    white-space: nowrap;
}
.table-bordered {
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.table-bordered td:first-child{
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.table-bordered td:last-child{
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.table-bordered th,
.table-bordered td {
	border-color: rgba(0, 0, 0, 0.05);
}
.card-table .card-body {
	padding: 0;
}
.card-table .card-body .table > thead > tr > th {
	border-top: 0;
}
.card-table .card-body .table tr td:first-child,
.card-table .card-body .table tr th:first-child {
	padding-left: 1.5rem;
}
.card-table .card-body .table tr td:last-child,
.card-table .card-body .table tr th:last-child {
	padding-right: 1.5rem;
}
.card-table .table td,
.card-table .table th {
	border-top: 1px solid #e2e5e8;
	padding: 1rem 0.75rem;
	white-space: nowrap;
}

/*-----------------
	3. Helper Class
-----------------------*/

.block {
	display: block !important;
}
.bullets li {
	list-style: inherit;
}
#toggle_btn i {
	font-size: 22px;
}
.bg-1 {
	background-color: #ffeec3;
}
.bg-1 i {
	color: #ffb800;
}
.bg-2 {
	background-color: #d1f3ff;
}
.bg-2 i {
	color: #42cdff;
}
.bg-3 {
	background-color: #ceffd5;
}
.bg-3 i {
	color: #52fb6a;
}
.bg-4 {
	background-color: #fccaff;
}
.bg-4 i {
	color: #f555ff;
}
.bg-5 {
	background-color: #ffb800;
}
.bg-6 {
	background-color: #42cdff;
}
.bg-7 {
	background-color: #52fb6a;
}
.bg-8 {
	background-color: #f555ff;
}
.table .btn {
    white-space: nowrap;
}
table .badge {
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    min-width: 75px;
    padding: 4px 12px;
    text-align: center;
}
.feather {
    width: 18px;
    height: 18px;
}

/*-----------------
	4. Bootstrap Classes
-----------------------*/

.btn.focus,
.btn:focus {
	box-shadow: unset;
}
.btn-white {
    background-color: #fff;
    border-color: #e7eaf3;
}
.btn.btn-rounded {
	border-radius: 50px;
}
.bg-primary,
.badge-primary {
	background-color: #7638ff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #621aff !important;
}
.bg-success,
.badge-success {
	background-color: #22cc62 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1eae55 !important;
}
.bg-info,
.badge-info {
	background-color: #009efb !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #028ee1 !important;
}
.bg-warning,
.badge-warning {
	background-color: #ffbc34 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #e9ab2e !important;
}
.bg-danger,
.badge-danger {
	background-color: #ef3737 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #e63333 !important;
}
.bg-white {
	background-color: #fff;
}
.bg-purple,
.badge-purple {
	background-color: #9368e9 !important;
}
.text-primary,
.dropdown-menu > li > a.text-primary {
	color: #0074E0 !important;
}
.text-success,
.dropdown-menu > li > a.text-success {
	color: #22cc62 !important;
}
.text-danger,
.dropdown-menu > li > a.text-danger {
	color: #ef3737 !important;
}
.text-info,
.dropdown-menu > li > a.text-info {
	color: #009efb !important;
}
.text-warning,
.dropdown-menu > li > a.text-warning {
	color: #ffbc34 !important;
}
.text-purple,
.dropdown-menu > li > a.text-purple {
	color: #7460ee !important;
}
.text-muted {
	color: #757575 !important;
}
.btn-primary {
	background-color: #4F46E5;
	border: 1px solid #E5E5E5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-color: #0264bf;
	border: 1px solid #E5E5E5;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	background-color: #0264bf;
	border: 1px solid #0264bf;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
	background-color: #0264bf;
	border-color: #0264bf;
	color: #fff;
}
.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #7638ff;
	border-color: #7638ff;
	color: #fff;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-success {
	background-color: #22cc62;
	border: 1px solid #22cc62
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	background-color: #1eae55;
	border: 1px solid #1eae55;
	color: #fff;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	background-color: #1eae55;
	border: 1px solid #1eae55
}
.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
	background-color: #1eae55;
	border-color: #1eae55;
	color: #fff;
}
.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-success.disabled,
.btn-success:disabled {
	background-color: #22cc62;
	border-color: #22cc62;
	color: #fff;
}
.btn-info {
	background-color: #009efb;
	border: 1px solid #009efb
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	background-color: #028ee1;
	border: 1px solid #028ee1
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	background-color: #028ee1;
	border: 1px solid #028ee1
}
.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
	background-color: #028ee1;
	border-color: #028ee1;
	color: #fff;
}
.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-info.disabled,
.btn-info:disabled {
	background-color: #009efb;
	border-color: #009efb;
	color: #fff;
}
.btn-warning {
	background-color: #ffbc34;
	border: 1px solid #ffbc34
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}
.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
	background-color: #e9ab2e;
	border-color: #e9ab2e;
	color: #fff;
}
.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ffbc34;
	border-color: #ffbc34;
	color: #fff;
}
.badge-secondary {
	background-color: #621aff !important;
}
.btn-danger {
	background-color: #ef3737;
	border: 1px solid #ef3737;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	background-color: #ec1313;
	border: 1px solid #ec1313;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	background-color: #ec1313;
	border: 1px solid #ec1313;
}
.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
	background-color: #ec1313;
	border-color: #ec1313;
	color: #fff;
}
.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #f62d51;
	border-color: #f62d51;
	color: #fff;
}
.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-outline-primary {
	color: #7638ff;
	border-color: #7638ff;
}
.btn-outline-primary:hover {
	background-color: #7638ff;
	border-color: #7638ff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #7638ff;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #7638ff;
	border-color: #7638ff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-outline-success {
	color: #22cc62;
	border-color: #22cc62;
}
.btn-outline-success:hover {
	background-color: #22cc62;
	border-color: #22cc62;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: none;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #22cc62;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	background-color: #22cc62;
	border-color: #22cc62;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-outline-info {
	color: #00bcd4;
    border-color: #00bcd4;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #00bcd4;
	border-color: #00bcd4;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: none;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	background-color: transparent;
	color: #00bcd4;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	background-color: #00bcd4;
	border-color: #00bcd4;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-outline-warning {
	color: #ffbc34;
	border-color: #ffbc34;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: none;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	background-color: transparent;
	color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-outline-danger {
	color: #ef3737;
	border-color: #ef3737;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #ef3737;
	border-color: #ef3737;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: none;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	background-color: transparent;
	color: #ef3737;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	background-color: #ef3737;
	border-color: #ef3737;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-outline-light {
	color: #ababab;
	border-color: #e6e6e6;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #ababab;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #7638ff;
	border-color: #7638ff;
}
.pagination > li > a,
.pagination > li > span {
	color: #7638ff;
}
.page-link:hover {
	color: #7638ff;
}
.page-link:focus {
	box-shadow: unset;
}
.page-item.active .page-link {
	background-color: #7638ff;
	border-color: #7638ff;
}
.dropdown-menu {
	border: 1px solid #eff2f7;
	border-radius: .8rem;
	transform-origin: left top 0;
	background-color: #fff;
	box-shadow: 0 0 1.25rem rgba(31,45,61,.08);
}
.navbar-nav .open .dropdown-menu {
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.dropdown-menu {
	font-size: 14px;
}
.card {
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    margin-bottom: 30px;
    border-radius: 20px;
    border: 0;
}
.card-body {
    position: relative;
    padding: 1.5rem;
}
.card .card-header {
	border-color: #f0f1f5;
	background-color: #fff;
	padding: 1.5rem 1.875rem 1.25rem;
}
.card-header:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.card-footer:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.card-footer {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	padding: 1rem;
}
.table .thead-light th {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #eff2f7;
}
.card .card-header .card-title {
	margin-bottom: 0;
}
.modal-footer.text-left {
	text-align: left;
}
.modal-footer.text-center {
	text-align: center;
}
.btn-light {
	border-color: #e6e6e6;
	color: #a6a6a6;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #7638ff;
	text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #7638ff;
}
.bg-info-light {
	background-color: rgba(2, 182, 179, 0.12) !important;
	color: #1db9aa !important;
}
.bg-primary-light {
	background-color: rgba(17, 148, 247, 0.12) !important;
	color: #2196f3 !important;
}
.bg-danger-light {
	background-color: rgba(242, 17, 54, 0.12) !important;
	color: #e63c3c !important;
}
.bg-warning-light {
	background-color: rgba(255, 152, 0, 0.12) !important;
	color: #f39c12 !important;
}
.bg-success-light {
	background-color: rgba(15, 183, 107, 0.12) !important;
	color: #26af48 !important;
}
.bg-purple-light {
	background-color: rgba(197, 128, 255, 0.12) !important;
	color: #c580ff !important;
}
.bg-default-light {
	background-color: rgba(40, 52, 71, 0.12) !important;
	color: #283447 !important;
}

/*-----------------
	5. Nav Tabs
-----------------------*/

.nav-tabs {
	border-bottom: 1px solid #e6e6e6;
}
.card-header-tabs {
	border-bottom: 0;
}
.nav-tabs > li > a {
	margin-right: 0;
	color: #888;
	border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: transparent;
	color: #333;
}
.nav-tabs.nav-tabs-solid > li > a {
	color: #333;
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
	background-color: #7638ff;
	border-color: #7638ff;
	color: #fff;
}
.nav-tabs .nav-link {
	border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background-color: #eee;
	border-color: transparent;
	color: #333;
}
.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
	border-bottom-color: #ddd;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
	color: #333;
	padding: 10px 30px;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
	background-color: #7638ff;
	border-color: #7638ff;
	color: #fff;
	padding: 10px 30px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
	border-radius: 50px;
}
.nav-tabs-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
	border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li {
	margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top > li+li > a {
	margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
	border-top-color: #7638ff;
}
.nav-tabs.nav-tabs-bottom > li {
	margin-bottom: -1px;
}
.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
	border-bottom-width: 2px;
	border-color: transparent;
	border-bottom-color: #7638ff;
	background-color: transparent;
	transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
	background-color: #fafafa;
	border: 0;
}
.nav-tabs.nav-tabs-solid > li {
	margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
	background-color: #f5f5f5;
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
	background-color: #f5f5f5;
	border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.tab-content {
	display: none !important;
}
.tab-content.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
}

/*-----------------
	6. Components
-----------------------*/

.avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem
}
.avatar > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.avatar-title {
	width: 100%;
	height: 100%;
	background-color: #7638ff;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.avatar .border {
	border-width: 3px !important;
}
.avatar .rounded {
	border-radius: 6px !important;
}
.avatar .avatar-title {
	font-size: 18px;
}
.avatar-xs {
	width: 1.65rem;
	height: 1.65rem;
}
.avatar-xs .border {
	border-width: 2px !important;
}
.avatar-xs .rounded {
	border-radius: 4px !important;
}
.avatar-xs .avatar-title {
	font-size: 12px;
}
.avatar-xs.avatar-away:before,
.avatar-xs.avatar-offline:before,
.avatar-xs.avatar-online:before {
	border-width: 1px;
}
.avatar-sm {
	width: 2.5rem;
	height: 2.5rem;
}
.avatar-sm .border {
	border-width: 3px !important;
}
.avatar-sm .rounded {
	border-radius: 4px !important;
}
.avatar-sm .avatar-title {
	font-size: 15px;
}
.avatar-sm.avatar-away:before,
.avatar-sm.avatar-offline:before,
.avatar-sm.avatar-online:before {
	border-width: 2px;
}
.avatar-lg {
	width: 3.75rem;
	height: 3.75rem;
}
.avatar-lg .border {
	border-width: 3px !important;
}
.avatar-lg .rounded {
	border-radius: 8px !important;
}
.avatar-lg .avatar-title {
	font-size: 24px;
}
.avatar-lg.avatar-away:before,
.avatar-lg.avatar-offline:before,
.avatar-lg.avatar-online:before {
	border-width: 3px;
}
.avatar-xl {
	width: 5rem;
	height: 5rem;
}
.avatar-xl .border {
	border-width: 4px !important;
}
.avatar-xl .rounded {
	border-radius: 8px !important;
}
.avatar-xl .avatar-title {
	font-size: 28px;
}
.avatar-xl.avatar-away:before,
.avatar-xl.avatar-offline:before,
.avatar-xl.avatar-online:before {
	border-width: 4px;
}
.avatar-xxl {
	width: 5.125rem;
	height: 5.125rem;
}
.avatar-xxl .border {
	border-width: 6px !important;
}
.avatar-xxl .rounded {
	border-radius: 8px !important;
}
.avatar-xxl .avatar-title {
	font-size: 30px;
}
.avatar-xxl.avatar-away:before,
.avatar-xxl.avatar-offline:before,
.avatar-xxl.avatar-online:before {
	border-width: 4px;
}
.avatar-group {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
}
.avatar-group .avatar + .avatar {
	margin-left: -.75rem;
}
.avatar-group .avatar-xs + .avatar-xs {
	margin-left: -.40625rem;
}
.avatar-group .avatar-sm+.avatar-sm {
	margin-left: -.625rem;
}
.avatar-group .avatar-lg + .avatar-lg {
	margin-left: -1rem;
}
.avatar-group .avatar-xl + .avatar-xl {
	margin-left: -1.28125rem;
}
.avatar-group .avatar:hover {
	z-index: 1;
}

/*-----------------
	7. Header
-----------------------*/

.header {
	background: #fff;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 2;
	height: 80px;
}
.header .header-nav {
	padding: 15px 30px;
	background: #fff;    
	box-shadow: 0px 15px 15px rgb(229 229 229 / 32%);
}
.header .header-left {
	float: left;
	height: 60px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	width: 240px;
	z-index: 1;
	transition: all 0.2s ease-in-out;
}
.header .header-left .logo {
	display: inline-block;
	line-height: 60px;
}
.header .header-left .logo img {
	max-height: 45px;
	width: auto;
}
.header-left .logo.logo-small {
	display: none;
}
.header .dropdown-menu > li > a {
	position: relative;
}
.header .dropdown-toggle:after {
	display: none;
}
.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	content: '';
	height: 8px;
	display: inline-block;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
	-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
	color: #000;
}
.user-menu {
	float: right;
	margin: 0;
	position: relative;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	padding-right: 20px;
}
.user-menu.nav > li > a {
	color: #333;
	font-size: 14px;
	line-height: 58px;
	padding: 0 15px;
	height: 60px;
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
	opacity: .8;
}
.user-img {
	display: inline-block;
	position: relative;
}
.user-img img{
	width: 50px;
    border-radius: 10px;
}
.user-name {
	font-size: 18px;
	font-weight: 400;
	margin-left: 15px;
}
.dropdown-item img{
	margin-right: 5px;
}
.user-menu.nav > li > a.mobile_btn,
.user-menu.nav > li > a.mobile_btn_chat {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}
.user-menu .dropdown-menu {
	min-width: 200px;
	padding: 0;
}
.user-menu .dropdown-menu .dropdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
	color: #7638ff;
	background-color: transparent;
}
.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > li > a:hover {
	background-color: #7638ff;
	color: #fff;
}
.header .dropdown-menu > li > a:focus i,
.header .dropdown-menu > li > a:hover i {
	color: #fff;
}
.header .dropdown-menu > li > a {
	padding: 10px 18px;
}
.header .dropdown-menu > li > a i {
	color: #7638ff;
	margin-right: 10px;
	text-align: center;
	width: 18px;
}
.header .user-menu .dropdown-menu > li > a i {
	color: #7638ff;
	font-size: 16px;
	margin-right: 10px;
	min-width: 18px;
	text-align: center;
}
.header .user-menu .dropdown-menu > li > a:focus i,
.header .user-menu .dropdown-menu > li > a:hover i {
	color: #fff;
}
.mobile_btn,
.mobile_btn_chat {
	display: none;
	float: left;
}
.header-navbar-rht li:not(:last-child) {
	margin-right: 15px
}
.header-navbar-rht li a {
	padding: 10px;
	font-weight: 600;
	font-size: 18px;	
	color: #000;
}
.header-navbar-rht li a.header-login {
	background: #0074E0;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
	color: #FFF;
	min-width: 150px;
	text-align: center;
}
.header-navbar-rht {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.slide-nav .sidebar {
	margin-left: 0;
}
.menu-title {
	color: #a3a3a3;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0 25px;
}
.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 1000;
}
.sidebar-overlay.opened {
	display: block;
}
.navbar-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo, .logo-white {
	margin-right: 70px;
}
.logo-small, .logo-white {
	display: none;
}
.main-menu-wrapper {
	margin-left: auto;
}
.navbar-header p {
	font-weight: 600;
	font-size: 18px;
}
.grid-menu {
	padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
}
.grid-menu li a {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	margin-right: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
	color: #5D5D5D;
}
.grid-menu li.active a, .grid-menu li a.active {
    background: #0074E0;
    border-color: #0074E0;
	color: #FFF;
}
html.menu-opened {
	overflow: hidden;
}
html.menu-opened body {
	overflow: hidden;
}

/*-----------------
	8. Chat
-----------------------*/

.chat-window {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 1.875rem;
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.05);
    border-radius: 20px;
    overflow: hidden;
}
.chat-window .chat-cont-left {
    border: 1px solid #C7DDFF;
    flex: 0 0 33%;
    left: 0;
    max-width: 33%;
    position: relative;
    z-index: 4;
    border-radius: 10px;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
}
.chat-window .chat-cont-left .chat-header {
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    border-bottom: 1px solid #C7DDFF;
    color: #324148;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
}
.chat-window .chat-cont-left .chat-header span {
	font-size: 22px;
	font-weight: 700;
	color: #000000;
    text-transform: capitalize;
}
.chat-window .chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
}
.chat-window .chat-cont-left .chat-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}
.chat-window .chat-cont-left .chat-search .input-group {
    width: 100%;
}
.chat-window .chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px !important;
    padding-left: 36px;
}
.chat-window .chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.chat-window .chat-cont-left .chat-search .input-group .input-group-prepend {
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    bottom: 0;
    color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}
.chat-window .chat-scroll {
    max-height: calc(100vh - 270px);
    overflow-y: auto;
}
.chat-window .chat-cont-left .chat-users-list {
    background-color: #fff;
}
.chat-window .chat-cont-left .chat-users-list a.media {
    border: 1px solid #D9E8FF;
    padding: 12px 15px;
    transition: all 0.2s ease 0s;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px;
    margin-top: 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .status {
	bottom: 7px;
	height: 10px;
	right: 4px;
	position: absolute;
	width: 10px;
	border: 2px solid #fff;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .new-icon {
    min-width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 15px 15px rgb(229 229 229 / 32%);
    border-radius: 10px;
    color: #000;
    font-size: 22px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .bg-blue {
    background: #C7DDFF;
    border: 1px solid #C7DDFF;
    box-shadow: unset;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-body {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
	width: 100%;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name, 
.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
	font-size: 14px;
    color: #000;
    text-transform: capitalize;
    display: unset;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    color: #000;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:last-child {
    text-align: left;
}
.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px;
}
.chat-window .chat-cont-left .chat-users-list a.media:hover {
	background-color: #f5f5f6;
}
.chat-window .chat-cont-left .chat-users-list a.media.read-chat .media-body > div:last-child .last-chat-time {
	color: #8a8a8a;
}
.chat-window .chat-cont-left .chat-users-list a.media.active {
	background-color: #D9E8FF;
    border: 1px solid #d9e8ff;
}
.chat-window .chat-cont-right {
    flex: 0 0 64%;
    max-width: 64%;
    margin-top: 30px;
    border: 1px solid #C7DDFF;
    background: #fff;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.chat-cont-right .chat-header {
   -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
    justify-content: space-between;
    padding: 20px;
}
.chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}
.chat-cont-right .chat-header .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-cont-right .chat-header .media .media-img-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}
.chat-cont-right .chat-header .media .media-img-wrap .avatar {
	height: 50px;
	width: 50px;
}
.chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px;
}
.chat-cont-right .chat-header .media .media-body .user-name {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}
.chat-cont-right .chat-header .chat-options {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
}
.chat-cont-right .chat-header .chat-options > a {
    min-width: 40px;
    height: 40px;
    font-size: 16px;
    color: #000;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 15px 15px rgb(229 229 229 / 32%);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
}
.chat-header .close-btn {
	width: 50px;
    height: 50px;
    background: #EB4132;
    box-shadow: 0px 15px 15px rgb(229 229 229 / 32%);
    border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    font-size: 12px;
	margin-left: auto;
}
.message-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex-grow: 1;
    min-height: 0;	
    position: absolute;
    bottom: 0;
	top: 90px;
	width: 100%;
}
.chat-body {
	flex: 1;
    overflow-y: auto;
    padding-bottom: 8px;
    -webkit-user-select: text;
    width: 100%;
}
.chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}
.chat-cont-right .chat-body .media .avatar {
    height: 40px;
    width: 40px;
}
.chat-cont-right .chat-body .media .avatar img {
    border-radius: 10px;
}
.media {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.chat-cont-right .chat-body .media .media-body {
	margin-left: 20px;
	flex: 1;
}
.chat-cont-right .chat-body .media .media-body .msg-box > div {
	padding: 10px 15px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}
.chat-cont-right .chat-body .media .media-body .msg-box > div p {
    color: #000;
	font-size: 14px;
    margin-bottom: 0;
}
.chat-cont-right .chat-body .media .media-body .msg-box + .msg-box {
	margin-top: 5px;
}
.chat-cont-right .chat-body .media.received {
	margin-bottom: 20px;
}
.chat-cont-right .chat-body .media:last-child {
	margin-bottom: 0;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box > div {
	background-color: #C7DDFF;
	border-radius: 10px;
}
.chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
}
.chat-cont-right .chat-body .media.sent .media-body {
    align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
    background-color: #0074E0;
	border-radius: 10px;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
    color: #FFF;
}
.chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}
.chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.chat-cont-right .chat-footer {
    padding: 0 15px 15px;
    position: relative;
}
.chat-cont-right .chat-footer .input-group {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
	padding: 10px 12px;
}
.chat-cont-right .chat-footer .input-group .form-control {
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
	font-size: 16px;
}
.chat-cont-right .chat-footer .input-group .form-control::placeholder {
	color: #000;
}
.chat-cont-right .chat-footer .input-group .form-control:focus {
    border: none;
    box-shadow: none;
}
.chat-cont-right .chat-footer .input-group .input-group-prepend .btn, 
.chat-cont-right .chat-footer .input-group .input-group-append .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}
.chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
	background: #31AA52;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
    color: #fff;
    margin-left: 10px;
	width: 80px;
    height: 45px;
    font-size: 20px;
}
.msg-typing {
	width: auto;
	height: 24px;
	padding-top: 8px
}
.msg-typing span {
	height: 8px;
	width: 8px;
	float: left;
	margin: 0 1px;
	background-color: #a0a0a0;
	display: block;
	border-radius: 50%;
	opacity: .4
}
.msg-typing span:nth-of-type(1) {
	animation: 1s blink infinite .33333s
}
.msg-typing span:nth-of-type(2) {
	animation: 1s blink infinite .66666s
}
.msg-typing span:nth-of-type(3) {
	animation: 1s blink infinite .99999s
}
.chat-cont-right .chat-body .media.received .media-body .msg-box {
	position: relative;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}
.sent .chat-msg-info {
	justify-content: end;
}
.chat-msg-info {
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    clear: both;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
}
.chat-msg-info li {
    font-size: 13px;
    position: relative;
}
.chat-msg-info li:not(:last-child):after {
	position: absolute;
	right: 8px;
	top: 50%;
	content: '';
	height: 4px;
	width: 4px;
	background: #d2dde9;
	border-radius: 50%;
	transform: translate(50%, -50%)
}
.chat-msg-info li .chat-time {
	font-weight: 600;
	font-size: 14px;
}
.chat-msg-info li .chat-time span {
	font-size: 12px;	
	font-weight: 400;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box > div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}
.chat-msg-info li a {
	color: #777;
}
.chat-msg-info li a:hover {
	color: #2c80ff
}
.chat-seen i {
	color: #00d285;
	font-size: 16px;
}
.chat-msg-attachments {
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 -1px
}
.chat-msg-attachments > div {
	margin: 0 1px
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info {
    flex-direction: row-reverse;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-attachments {
	flex-direction: row-reverse
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}
.chat-attachment img {
    max-width: 100%;
}
.chat-attachment {
	position: relative;
	max-width: 130px;
	overflow: hidden;
}
.chat-attachment {
	border-radius: .25rem;
}
.chat-attachment:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	content: "";
	opacity: 0.4;
	transition: all .4s;
}
.chat-attachment:hover:before {
	opacity: 0.6;
}
.chat-attach-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
	opacity: 1;
	transition: all .4s;
}
.chat-attach-download {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .4s;
	color: #fff;
	width: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
}
.chat-attach-download:hover {
	color: #495463;
	background: #fff;
}
.chat-attachment:hover .chat-attach-caption {
	opacity: 0;
}
.chat-attachment:hover .chat-attach-download {
	opacity: 1;
}
.chat-attachment-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -5px;
}
.chat-attachment-list li {
	width: 33.33%;
	padding: 5px;
}
.chat-attachment-item {
	border: 5px solid rgba(230, 239, 251, 0.5);
	height: 100%;
	min-height: 60px;
	text-align: center;
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div:hover .chat-msg-actions {
	opacity: 1;
}
.chat-msg-actions {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .4s;
	z-index: 2;
}
.chat-msg-actions > a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px;
}
.chat-msg-actions > a:hover {
	color: #2c80ff;
}
@keyframes blink {
	50% {
		opacity: 1
	}
}
.btn-file {
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    overflow: hidden;
    padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
}
.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.dropdown-action .dropdown-toggle:after {
	display: none;
}
.action-icon {
    color: #333;
    font-size: 18px;
    display: inline-block;
}
.main-wrapper {
	width: 100%;
	height: 100vh;
	min-height: 100vh;
}
.chat-btn {
	min-width: 110px;
    height: 37px;
    background: #31AA52;
    color: #FFFFFF !important;
    border-radius: 4px;
    font-size: 16px !important;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.chat-btn:hover {
    background: #7bc991;
}
.chat-btn i {
	margin-right: 8px;
	font-size: 20px;
}

/*-----------------
	9. Login
-----------------------*/

.login-bg {
	background: linear-gradient(180deg, #3730A3 0%, #312E81 100%);
	position: fixed;
    right: 0;	
}
.login-banner {
	min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
	background-image: url(../img/right-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.login-body {
	display: table;
	height: 100vh;
	min-height: 100vh;
}
.logo-dark{
	max-width: 180px;
	margin: auto;
    display: block;
}
.login-wrapper {	
	background-color: #fff;
	width: 100%;
	height: calc(100vh - 80px);
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.login-wrapper .loginbox {
	max-width: 500px;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	padding: 50px 20px;
}
.login-wrapper .loginbox h1 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 25px;
	color: #415B6A;
	max-width: 320px;
	line-height: 1.3;
}
.login-wrapper .loginbox h1 span { 
	color: #4F46E5;
}
.account-subtitle {
	color: #808184;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}
.login-wrapper .loginbox label {
	margin-bottom: 16px;
}
.forgot-link  {
	color: #000;
	font-size: 14px;
}
.btn-signin {
	padding: 10px 15px;
    font-weight: 700;
    font-size: 14px;
	border-radius: 10px;
}
.login-wrapper .loginbox .dont-have {
	color: #000;
	margin: 20px 0 10px;
	font-size: 14px;
	font-weight: 600;
}
.login-wrapper .loginbox .dont-have a {
	color: #0074E0;
}
.login-wrapper .loginbox .dont-have a:hover {
	text-decoration: underline;
}
.social-login > span {
	color: #757575;
	margin-right: 8px;
}
.social-login > a {
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	font-size: 14px;
	height: 48px;
	width: 48px;
	margin-right: 13px;
}
.social-login > a:last-child {
	margin-right: 0;
}
.social-login > a:hover {
	opacity: 0.8;
}
.social-login > a.facebook {
	background-color: #4b75bd;
}
.social-login > a.google {
	background-color: #fe5240;
}
.login-or {
	margin-bottom: 15px;
}
.span-or {
	color: #0074E0;
} 
.lock-user {
    margin-bottom: 20px;
    text-align: center;
}
.lock-user img {
    margin-bottom: 15px;
    width: 100px;
}
.toggle-password {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #757575;
	cursor: pointer;
}
.toggle-password.fa-eye {
    margin-right: 1px;
}
.pass-group {
    position: relative;
}
.log-header {
	margin-bottom: 30px;
}
.log-header a {
	display: inline-flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.log-header a span {
	padding-left: 10px;
	color: #415B6A;
	font-size: 20px;
}
.profile-views {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
	color: rgb(79 70 229);
	cursor: pointer;
}
.form-signin .form-group {
    position: relative;
	margin-bottom: 25px;
}
.form-signin .form-control::placeholder {
	font-size: 14px;
}
.profile-views img {
	max-width: 18px;
}

/*-----------------
  Sidebar Menu
-----------------------*/

.menus-col {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	height: calc(100vh - 76px);
}
.sidebar-menu {
	position: fixed;
	left: 0;
	top: 70px;
	width: 80px;
	background-color: #fff;
	box-shadow: 10px 0px 15px rgba(229, 229, 229, 0.32);
	z-index: 999;
	padding: 20px;
	height: 100vh;
}
.sidebar-menu .logo-col {
	text-align: center;
}
.chat-menus {
	margin-top: 0px;
}
.chat-menus ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.chat-menus ul li {
	display: block;
	position: relative;
}
.chat-menus ul li+li {
	margin-top: 30px;
}
.menu-side img {
	width: 18px;
}
.chat-menus ul li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(224, 224, 224, 0.32);
	border-radius: 50px;
}
.chat-menus ul li a.active,
.chat-menus ul li a:hover {
	background-color: #4F46E5;
}
.chat-menus ul li a:hover .menu-side img,
.chat-menus ul li a.active .menu-side img {
	filter: invert(1) brightness(100);
}
.bottom-mode-menu {
    width: 40px;
	height: 40px;
	background: rgba(224, 224, 224, 0.32);
	border-radius: 50px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-image: initial;
    margin: 0px auto;
}
.bottom-mode-menu.log-outs,
.bottom-mode-menu:hover {
	background: #4F46E5;
}
.bottom-mode-menu:hover .menu-side img {
	filter: invert(1) brightness(100);
}
.bottom-mode-menu.log-outs:hover .menu-side img {
	filter: inherit;
}
.chat-menus ul li a span.menu-side,
.bottom-menus ul li a span.menu-side {
	color: #420BA1;
	font-size: 22px;
	padding: 0;
	position: static;
	opacity: 1;
	visibility: visible;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	min-width: inherit;
}
.chat-menus ul li a span.menu-side:before,
.bottom-menus ul li a span.menu-side:before {
	display: none;
}
.chat-menus > ul > li > a > span,
.bottom-menus > ul > li > a > span {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 120%;
	top: 50%;
	background-color: #4F46E5;
	border-radius: 50px;
	display: inline-block;
	padding: 8px 19px;
	color: #fff;
	font-size: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.chat-menus > ul > li > a > span:before,
.bottom-menus > ul > li > a > span:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
    border-right: 12px solid #4F46E5;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -8px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.chat-menus > ul > li > a:hover > span,
.bottom-menus > ul > li > a:hover > span {
	opacity: 1;
	visibility: visible;
}
.bottom-menus > ul > li > a > span {
	min-width: 130px;
}
.bottom-menus {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-self: flex-end;
	-webkit-align-self: flex-end;
	justify-content: center;
	-webkit-justify-content: center;
}
.bottom-menus > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.bottom-menus > ul > li {
	display: block;
	text-align: center;
	position: relative;
}
.bottom-menus ul li+li {
	margin: 30px 0px;
}
.bottom-menus > ul > li > a {
	text-align: center;
}
.bottom-menus .chat-profile-icon {
	width: 36px;
	height: 36px;
	border-radius: 36px;
}
.bottom-menus .chat-profile-icon img {
	max-width: 100%;
	border-radius: 36px;
	border: 2px solid #EEEEEE;
}
.left-chat-title {
	padding: 10px 25px;
}
.left-chat-title.with-bg {
	background-color: #FAFBFF;
}
.chat-title h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #4B0973;
	margin-bottom: 0;
}
.chat-title h4 a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #4B0973;
	margin-bottom: 0;
}
.left-chat-title .add-section > a {
	width: 30px;
	height: 30px;
	background-color: #EE00AB;
	border-radius: 30px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 13px;
}
.add-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.add-section ul li {
	float: left;
}
.add-section ul li+li {
	margin-left: 10px;
}
.add-section ul li a {
	width: 24px;
	height: 24px;
	border-radius: 3px;
	border: 1px solid #D3DBEE;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	box-shadow: 0px 4px 4px #F5F8FF;
	font-size: 10px;
	color: #420BA1;
}
.online {
	color: #008024;
	font-weight: 500;
}
.top-online-contacts {
	padding: 0 25px;
}
.top-online-contacts .swiper-container {
	padding-top: 6px;
}
.top-contacts-box {
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 4px 4px #F5F8FF;
	border-radius: 5px;
	padding: 0 6px 8px 6px;
}
.top-contacts-box .profile-img {
	position: relative;
	top: -6px;
}
.top-contacts-box .profile-img img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
.profile-name span {
	color: #585858;
	font-size: 12px;
	display: inline-block;
	margin-top: 9px;
}
.top-contacts-box .profile-img.online:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -5px;
	background-color: #49E073;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50px;
}
.dropdown-menu .dropdown-item span.edit-profile-icon,
.dropdown-menu .dropdown-item span.profile-icon-col {
	font-size: 15px;
}

/*-----------------
	Chat Top Menu
-----------------------*/

.chat-menus.chat-top-menu {
	float: left;
	height: 70px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-menus.chat-top-menu ul li {
    margin-right: 20px;
	margin-top: 0;
}
.chat-menus.chat-top-menu > ul > li > a > span {
	left: 50%;
    top: 140%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}
.chat-menus.chat-top-menu ul li a span.menu-side {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    min-width: inherit;
}
.chat-menus.chat-top-menu > ul > li > a > span:before {
	content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 12px solid #4F46E5;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    top: -19px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}

/*-----------------
	Header-one
-----------------------*/

.header-one {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1039;
	height: 70px;
	background: #FFFFFF;
	border: 1px solid rgba(224, 224, 224, 0.44);
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
}
.header-one .header-left {
	float: left;
	height: 70px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	width: 80px;
	z-index: 1;
}
.logo-one {
	align-items: center;
	display: flex;
	height: 70px;
	justify-content: start;
}
.header-one .navbar-nav .badge {
	position: absolute;
	right: 7px;
	top: 4px;
}
.header-one .dropdown-menu > li > a {
	position: relative;
}
.header-one .dropdown-toggle:after {
	display: none;
}
.header-two {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1039;
	height: 70px;
	background: #FFFFFF;
	border: 1px solid rgba(224, 224, 224, 0.44);
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
}
.header-two .header-left {
	width: 280px;
}
.header-two .top-nav-search form {
    margin: 15px 0px;
    position: relative;
    min-width: 350px;
}
.user-menu-head {
	margin: 0;
	position: relative;
	z-index: 99;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.user-menu-head.nav > li > a {
	color: #fff;
	font-size: 16px;
	line-height: 70px;
	padding: 0 5px;
	height: 70px;
}
.user-menu-head.nav > li > a:hover,
.user-menu-head.nav > li > a:focus {
	background-color: #eee;
}
.user-img {
	display: inline-block;
	position: relative;
}
.header-one .user-img img,
.header-two .user-img img {
	width: 40px;
	border-radius: 14px;
}
.user-menu-head .dropdown-menu {
	min-width: 145px;
	padding: 0;
	visibility: hidden;
    opacity: 0;
    display: block;
	transform: translate(0px, 100px);
}
.user-menu-head .dropdown-menu.show {
	visibility: visible;
    opacity: 1;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	border-radius: 10px;
}
.chat-empty .dropdown-menu.show {
	padding: 0;
}
.user-menu-head .bg-primary {
	background-color: #009efb !important;
}
.top-nav-search {
    float: left;
    margin-left: 22px;
}
.top-nav-search form {
    margin: 15px 0px;
	position: relative;
    min-width: 500px;
}
.top-nav-search .form-control {
    background: #FFFFFF;
	border: 0.5px solid #E0E0E0;
	border-radius: 10px;
	height: 40px;
	box-shadow: none;
}
.top-nav-search .btn {
    background-color: transparent;
    border-color: transparent;
    min-height: 40px;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top-nav-search .form-control::-webkit-input-placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}
.top-nav-search .form-control::-moz-placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}
.top-nav-search .form-control:-ms-input-placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}
.top-nav-search .form-control::-ms-input-placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}
.top-nav-search .form-control::placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}
.user-profile-list .user-link {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 0px 10px !important;
}
.user-menu-head.nav li.user-profile-list a {
	line-height: 20px;
	font-size: 13px;
}
.user-menu-head.nav li {
	margin-right: 12px;
	position: relative;
}
.bg-box {
	background: #FFFFFF;
	border: 0.5px solid #E0E0E0;
	border-radius: 10px;
    width: 40px;
    height: 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.call-box {
	background: #FFFFFF;
	border: 0.5px solid #E0E0E0;
	border-radius: 10px;
    width: 50px;
    height: 50px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.header .has-arrow.user-profile-list .dropdown-toggle:after {
	display: none;
}
.book-view .fa-circle {
	font-size: 10px;
}
.green-status {
	color: #31AA52;
}
.red-status {
	color: #fe0303;
}
.book-view .book-dropdown .dropdown-toggle {
    position: relative;
    background: #FFFFFF;
	border: 0.5px solid #E0E0E0;
	border-radius: 10px;
    width: 110px;
    height: 40px;
    padding: 6px 13px;
    font-size: 14px;
    color: #000;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.book-view .book-dropdown .dropdown-toggle:after {
    position: absolute;
    top: 15px;
    right: 13px;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #415B6A;
    border-right: 1px solid #415B6A;
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    vertical-align: 2px;
}
.book-view .book-dropdown .dropdown-toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg);
    -transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.book-view .dropdown-item {
	font-size: 13px;
}
.pulse {
	display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4f46e5;
}
.pulse:before {
	content: "";
    top: 0px;
    right: 0px;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
	background: rgb(79 70 229 / 50%);
    cursor: pointer;
	box-shadow: 0 0 0 rgb(79 70 229);
    animation: pulse 1s linear infinite;
    z-index: 1;
}
@keyframes pulse {
	100% {
		transform: scale(2.5);
	}
}

/*-----------------
	Sidebar-one
-----------------------*/

.sidebar {
	top: 70px;
	width: 280px;
	z-index: 1039;
	background-color: #fff;
	bottom: 0;
	margin-top: 0px;
	position: fixed;
	left: 0;
	transition: all 0.2s ease-in-out;
    box-shadow: 10px 0px 15px rgba(229, 229, 229, 0.32);
	border-right: 1px solid rgba(224, 224, 224, 0.44);
	border-radius: 0px;
    overflow-y: hidden;
	height: 100vh;
}
.sidebar.opened {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar-inner {
	height: 100%;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu-one ul {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 20px;
}
.menu-title {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 20px;
}
.menu-title > i {
	float: right;
	line-height: 40px;
}
.mobile-user-menu {
	color: #fff;
	display: none;
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 50px;
	z-index: 10;
}
.mobile-user-menu > a {
	color: #fff;
	padding: 0;
}
.mobile-user-menu > a:hover {
	color: #fff;
}
.mobile-user-menu > .dropdown-menu > a {
    line-height: 23px;
}
.profile-rightbar {
	display: none !important;
	color: #009efb;
	font-size: 26px;
	margin-left: 15px;
}
.fixed-sidebar-right {
	position: fixed;
	top: 60px;
	right: 0;
	width: 300px;
	margin-right: -300px;
	bottom: 0;
	z-index: 101;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mobile_btn {
	display: none;
}
.chats-add {
	margin-bottom: 15px;
}
.chats-add h4 {
	font-size: 18px;
	font-weight: 700;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.chats-add h4 a {
	width: 15px;
	height: 15px;
	border: 1px solid #415B6A;
	border-radius: 50px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.chats-add h4 a i {
	color: #4F46E5;
	font-size: 11px;
}
.side-nav-search form {
	position: relative;
	margin-bottom: 10px;
}
.side-nav-search .form-control {
    background: #FFFFFF;
	border: 0.5px solid #E0E0E0;
	border-radius: 10px;
	height: 40px;
	box-shadow: none;
}
.side-nav-search .btn {
    background-color: transparent;
    border-color: transparent;
    min-height: 40px;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.side-nav-search .form-control::-webkit-input-placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}
.side-nav-search .form-control::-moz-placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}
.side-nav-search .form-control:-ms-input-placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}
.side-nav-search .form-control::-ms-input-placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}
.side-nav-search .form-control::placeholder {
	color: #000000;
	font-size: 13px;
	font-weight: 500;
}

/*-----------------
	Chat
-----------------------*/

.chat-empty {
	background:url("../img/emty-bg.png") no-repeat center;
	background-repeat: no-repeat;
    background-size: cover;
}
.card-comman {
    border: 1px solid rgba(224, 224, 224, 0.44);
    border-radius: 10px;
	height: calc(100vh - 110px);
	margin-bottom: 15px;
	overflow: auto;
}
.card-comman .card-body {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
    flex-direction: column;
	overflow: auto;
}
.card-comman .chat-body {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.chat-message-box {
	background: #fff;
    border-radius: 10px 10px 0 0;
}
.chat-footer {
	padding: 20px;
	border-radius: 0px 0px 10px 10px;
}
.chat-empty .project-nodatas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
	margin: 80px 0px;
}
.chat-empty .project-nodatas p {
    color: #415B6A;
    font-size: 18px;
    font-weight: 400;
}
.inputgroups {
	position: relative;
}
.inputgroups input[type="text"] {
    width: 100%;
    height: 60px;
    padding: 0 15px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
}
.inputgroups input::placeholder {
	font-size: 14px;
}
.symple-text {
    top: 18px;
    right: 65px;
}
.position-icon {
    position: absolute;
}
.symple-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
	padding: 0;
}
.symple-text ul li {
    list-style: none;
}
.symple-text ul li img {
	width: 17px;
}
.send-chat {
    background: #4F46E5;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
    width: 40px;
    height: 40px;
	top: 10px;
    right: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.send-chat:hover {
	background: #514c9f;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.send-chat img { 
	width: 18px;
}
.user-dot-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.dot-icon i {
	color: #000000;
}
.chat-message .media {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.chat-message .msg-box {
	margin-bottom: 25px;
}
.chat-message .received .avatar,
.chat-message .sent .avatar {
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	height: 40px;
	line-height: 38px;
	margin: 0 15px 0 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 40px;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
}
.message-sub-box h4 {
	color: #4F46E5;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
}
.message-sub-box {
	font-weight: 400;
	background: #F2F2F7;
	border-radius: 0px 5.222px 5.222px 0px;
	padding: 10px;
	max-width: 80%;
    min-width: 300px;
    display: inline-block;
	position: relative;
}
.chat-message .received .message-sub-box:before {
    content: "";
    width: 0;
    height: 0;
	border-right: 14px solid #F2F2F7;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: -10px;
    top: 0px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}
.chat-message .sent .message-sub-box:before {
    content: "";
    width: 0;
    height: 0;
	border-left: 14px solid #4F46E5;
    border-bottom: 12px solid transparent;
    position: absolute;
    right: -13px;
    top: 0px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}
.message-sub-box p {
	font-size: 12px;
	color: #2C2C2E;
	margin-bottom: 0;
}
.message-sub-box span {
	color: #666668;
	font-size: 10px;
	font-weight: 500;
	text-align: right;
	display: block;
}
.chat-message .media.sent .media-body {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	justify-content: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
}
.chat-message .media.sent .message-sub-box {
	background: #4F46E5;
	border-radius: 5.22px 0px 0px 5.22px;
	color: #2E37A4;
	text-align: left;
	max-width: 80%; 
    min-width: 300px;
    display: inline-block;
	margin-right: 20px;
}
.chat-message .media.sent .msg-box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	justify-content: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
}
.media.sent .message-sub-box h4,
.media.sent .message-sub-box p,
.media.sent .message-sub-box span {
	color: #fff;
}
.chat-dot-list .dropdown-item {
	font-size: 13px;
	padding: 6px 10px;
}
.media.sent .dot-icon i {
	color: #fff;
}
.chat-body-blk {
	background: #FFFFFF;
	border: 0.5px solid #E0E0E0;
	box-shadow: 0px 15px 30px rgba(229, 229, 229, 0.53);
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 10px 20px 10px 10px;
	position: relative;
}
.chat-body-sub-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.user-chat-list .user-link {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
}
.user-img-chat {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.user-img-chat img {
	border-radius: 5px;
}
.user-names-chat h5 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.user-names-chat p {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-body-blk .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #171717;
    border-right: 1px solid #171717;
    content: '';
    height: 6px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 6px;
    vertical-align: 0px;
}
.profile-active {
	width: 8px;
	height: 8px;
	background: #31AA52;
	border-radius: 50px;
}
.profile-sub-list .dropdown-item {
	font-size: 13px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding: 6px 10px;
}
.profile-sub-list .dropdown-item img {
	margin-right: 0;
}
.profile-sub-list span,
.channel-add-file span {
	background: rgba(224, 224, 224, 0.32);
	border-radius: 50px;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.sub-list-search a {
	color: #415B6A;
}
.chat-search-blk {
    position: absolute;
    right: 10px;
    top: 3px;
    width: 350px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.chat-search-blk.visible-chat,
.channel-down-blk.visible-group {
    opacity: 1;
    visibility: visible;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
	z-index: 9;
}
.channel-down-blk {
	position: absolute;
    right: 30px;
    top: 15px;
    width: 350px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
	background: #4F46E5;
	border-radius: 50px;
	padding: 20px;
	opacity: 0;
    visibility: hidden;
}
.file-download h4 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 2px;
}
.file-download p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.download-option {
	background: #FFFFFF;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	cursor: pointer;
}
.channel-down-blk form {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.close-btn-download {
    color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
	margin-left: auto;
}
.close-btn-download .material-icons {
	font-size: 20px;
}
.form-control-feedback {
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #4f46e5;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.chat-search-blk input[type="text"] {
    padding: 8px 8px 8px 35px;
    width: 100%;
    min-height: 47px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #F3F3F3;
    font-size: 13px;
    background-color: #fff;
}
.close-btn-chat {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    color: #fff;
    background-color: #4f46e5;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.close-btn-chat .material-icons {
	font-size: 15px;
}
.chat-body-group {
    overflow-y: auto;
    overflow-x: hidden;
	padding: 20px;
}

/*-----------------
	Notifications
-----------------------*/

.notifications {
	padding: 0;
}
.notifications .drop-scroll {
	height: 290px;
	width: 340px;
}
.notifications.msg-noti .drop-scroll {
	width: 310px;
}
.notifications .notification-heading {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.45;
	color: #616161;
}
.notifications .notification-time {
	font-size: 10px;
	line-height: 1.35;
	color: rgb(79 70 229 / 58%);
}
.notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.notifications ul.notification-list > li {
	margin-top: 0;
	border-bottom: 1px solid #f5f5f5;
	margin-right: 0;
}
.notifications ul.notification-list > li:last-child {
	border-bottom: none;
}
.notifications ul.notification-list > li a {
	display: block;
	padding: 12px;
	border-radius: 2px;
}
.notifications ul.notification-list > li a:hover {
	background-color: #fafafa;
}
.drop-scroll {
	overflow-y: scroll;
	position: relative;
}
.topnav-dropdown-header {
	border-bottom: 1px solid #eee;
	text-align: center;
}
.topnav-dropdown-header,
.topnav-dropdown-footer {
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
}
.topnav-dropdown-footer a {
	display: block;
	text-align: center;
	color: #333;
}
.user-menu.nav > li > a .badge {
	color: #fff;
	font-size: 60%;
	font-weight: 700;
	position: absolute;
	right: 3px;
	top: 6px;
}
.user-menu.nav > li > a > i {
	font-size: 16px;
	line-height: 55px;
}
.noti-details {
	color: #000000;
	margin: 0;
	font-size: 12px;
}
.noti-time {
	margin: 0;
}
.noti-title {
	color: #333;
}
.note-users {
	width: 32px;
	height: 32px;
	margin-right: 6px;
}
.note-users img {
	border-radius: 5px;
}
.notification-message .media {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
}

/*-----------------
	Dashboard
-----------------------*/

.page-wrapper-dash {
    margin-left: 80px;
    padding-top: 70px;
    position: relative;
    transition: all 0.4s ease;
}
.page-wrapper-dash .content {
	padding: 20px 20px 0;
}
.page-wrapper-chat {
	margin-left: 280px;
    padding-top: 70px;
}
.page-wrapper-chat .content {
	padding: 20px 20px 0;
}
.dash-group .card {
	background: #FFFFFF;
	border: 1px solid rgba(224, 224, 224, 0.44);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 25px;
	width: 100%;
}
.dash-profile-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.dash-profile-img img {
	width: 88px;
	height: 88px;
	border-radius: 10px;
	margin-right: 10px;
}
.dash-profile-content h5 {
	font-weight: 400;
	font-size: 13px;
}
.dash-profile-content h4 a {
	color: #4F46E5;
}
.dash-profile-content h4 {
	font-weight: 600;
	font-size: 15px;
}
.dash-profile-content h5,
.dash-profile-content h4 {
	margin-bottom: 5px;
}
.dash-profile-content p {
	font-weight: 400;
	font-size: 12px;
	color: #415B6A;
	line-height: 1.2;
}
.dash-contact-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.dash-contact-img a {
	background: rgba(224, 224, 224, 0.32);
	border-radius: 50px;
	width: 30px;
	height: 30px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-shrink: 0;
	margin-right: 6px;
}
.dash-contact-blk h4 {
	margin-bottom: 0px;
	flex-grow: 1;
	line-height: 1.3;
	font-size: 13px;
}
.dash-contact-blk h4 a {
	color: #415B6A;
	font-weight: 400;
}
.previous-chat-head h5 {
	font-size: 16px;
	color: #4F46E5;
	font-weight: 700;
	margin-bottom: 5px
}
.previous-chat-head p {
	font-size: 13px;
	color: #415B6A;
	font-weight: 400;
	margin-bottom: 0px
}
.previous-chat-head {
	margin-bottom: 15px
}
.chat-user-group,
.chat-user-actives a {
	background: rgba(255, 255, 255, 0.31);
	border: 0.5px solid #E0E0E0;
	border-radius: 10px;
	margin-bottom: 15px;
}
.chat-user-group,
.chat-user-actives a {
	padding: 10px;
}
.chat-user-actives.active a,
.chat-user-actives a:hover {
	border: 0.5px solid #4F46E5;
	position: relative;
}
.chat-user-actives.active a:before {
	content: "";
	position: absolute;
	background: #4F46E5;
	width: 2px;
	height: 80%;
	right: 10px;
}
.chat-user-actives a:hover:before {
	content: "";
	position: absolute;
	background: #4F46E5;
	width: 2px;
	height: 80%;
	right: 10px;
}
.chat-call-user img {
    border-radius: 5px;
}
.chat-call-user,
.chat-call-user a {
	position: relative;
	margin-right: 5px;
	width: 40px;
    height: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.recent-user-titles h5 {
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: 600;
}
.recent-user-titles h5 a {
	color: #000000;
}
.recent-user-text p {
	color: #415B6A;
	font-size: 12px;
	font-weight: 400;
}
.recent-user-titles {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-users-recent,
.meet-users-recent {
	width: 100%;
}
.meet-users-recent {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.chats-dot i {
	font-size: 12px;
	color: #C4C4C4;
}
.chat-user-time .dropdown-item {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	font-size: 13px;
}
.chat-user-time .dropdown-item .material-icons {
	font-size: 16px;
}
.active-users {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    position: absolute;
    right: 5px;
	top: 5px;
	border: 1px solid #FFFFFF;
}
.bg-gray {
	background: #A4A4A4;
}
.bg-warning {
	background: #FFA800;
}
.bg-green {
	background: #31AA52;
}
.welcome-blk {
	background: #F5F5F5;
	border: 1px solid rgba(224, 224, 224, 0.44);
	border-radius: 10px;
	margin-bottom: 25px;
	position: relative;
	z-index: 9;
}
.welcome-blk:before {
	content: "";
	position: absolute;
    background-image: url(../img/bg-dash.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
	height: 100%;
	z-index: -1;
}
.welcome-user {
	padding: 41px 0px 41px 20px;
}
.welcome-user h2 {
	font-size: 24px;
	font-weight: 600;
	color: #4F46E5;
}
.welcome-user p {
	font-size: 15px;
	font-weight: 400;
	color: #415B6A;
	margin-bottom: 0;
}
.welcome-img img {
	position: absolute;
    bottom: 0;
	right: 20px;
}
.position-blk {
	position: relative;
}
.meet-call-user {
	border: 0.5px solid #E0E0E0;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-right: 10px;
	flex-shrink: 0;
}
.recent-user-titles p {
	color: #415B6A;
	font-size: 12px;
	margin-bottom: 0px;
}
.schedule-btn .btn-primary {
	border: 1px solid #4F46E5;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
}
.card-channel-box .fc .fc-view-harness-active>.fc-view {
	height: 770px !important;
}
.card-channel-box .fc-header-toolbar {
	display: none !important;
}
.card-channel-box table tr td {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}
.card-channel-box table tr th {
	font-size: 10px;
} 
.card-channel-box .fc-theme-standard td, 
.card-channel-box .fc-theme-standard th,
.card-channel-box .fc-theme-standard .fc-scrollgrid {
    border-color: rgba(224, 224, 224, 0.44);
}
.card-channel-box .fc .fc-col-header-cell-cushion {
	color: rgba(0, 0, 0, 0.40);
}
.date-green {
	color: #43A047;
	background: #fff;
	border: 0;
	border-left: 2px solid #43A047; 
}
.date-green:hover {
	color: #43A047;
}
.card-animate {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.card-animate:hover {
    -webkit-transform: translateY(calc(-1.5rem / 5));
    transform: translateY(calc(-1.5rem / 5));
    -webkit-box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
    box-shadow: 0 5px 10px rgb(30 32 37 / 12%);
}

/*-----------------
	Channels
-----------------------*/

.letter-avatar {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #420BA1;
}
.meet-border .letter-avatar {
	border: 0.5px solid #E0E0E0;
	border-radius: 10px;
}
.bg-light-blue {
	background: rgba(79, 70, 229, 0.56);
	color: #4F46E5;
}
.bg-light-gray {
	background: #B5BCCE;
	color: #6C717D;
}
.bg-decor {
	background: #FFBE9D;
	color: #E05100;
}
.bg-interior {
	background: #81E299;
	color: #43A047;
}
.bg-photo {
	background: #CECAB5;
	color: #686033;
}
.bg-inspir {
	background: #FFA7F1;
	color: #B20096;
}
.bg-art {
	background: #B5CECD;
	color: #2B827E;
}
.bg-handmade {
	background: #AEFFF5;
	color: #00CECE;
}
.bg-light-orange {
	background: #FFCFCF;
	color: #ED3333;
}
.chennels-img-blk img {
	border-radius: 5px;
}
.channel-group {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-body-sub-blk.chennel-body {
	justify-content: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	border-bottom: 0.5px solid #E0E0E0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.chat-body-sub-blk.chennel-body .sub-list-search {
	margin-left: auto;
}
.channel-group {
	margin-left: 15px;
}
.chennels-img-blk {
	margin-right: 5px;
}
.chennels-invite .btn-primary {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 700;
	padding: 5px 10px;
	background: #31AA52;
	border-radius: 50px;
	border: 1px solid #31AA52;
}
.chennels-invite .btn-primary:hover {
	background: #19d64c;
	border: 1px solid #19d64c;
}
.chat-file-blk {
	border-bottom: 0.5px solid #E0E0E0;
	padding-bottom: 10px;
}
.chat-file-blk .btn-primary {
	min-width: 100px;
	padding: 4px 15px;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	background: #EAEEF9;
	border: 1px solid #EAEEF9;
}
.chat-file-blk .btn-primary:hover,
.chat-file-blk .btn-primary.active-btns {
	background: #4F46E5;
	border: 1px solid #4F46E5;
	color: #fff;
}
.channel-add-file .btn-primary {
	background: #fff;
	color: #415B6A;
	border: 0.5px solid #E0E0E0;
	box-shadow: 0px 15px 30px rgba(229, 229, 229, 0.53);
	border-radius: 10px;
	padding: 5px;
	font-size: 10px;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 99px;
	margin: 20px 0px;
}
.channel-add-file .btn-primary:hover {
	background: #4F46E5;
	color: #fff;
	border: 0.5px solid #4F46E5;
}
.channels-nodatas {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
	margin: 30px 0px 50px;
}
.channel-table thead tr {
	background: #F8F9FA;
	border: 0.5px solid #DBDBDB;
}
.table.channel-table tbody tr td {
	color: #414141;
	font-size: 13px;
	padding: 10px;
}
.table>:not(:first-child) {
    border-top: 1px solid transparent !important;
}
.channel-table-avatar .avatar-img {
	border-radius: 5px;
}
.channel-table-avatar .avatar {
	width: 25px;
	height: 25px;
}
.chat-body.meet-chat-blk {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	min-height: 520px;
}
.join-new-meet {
	background: #4F46E5;
	border: 0.5px solid #E0E0E0;
	border-radius: 50px;
	padding: 5px;
	margin-bottom: 15px;
}
.join-new-meet a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.join-new-meet .meet-text {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.join-new-meet .meet-new-icon {
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 50px;
	margin-right: 5px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.modal-header .close {
    color: #fff;
    border: 1px solid #fff;
    background-color: #4F46E5;
    text-shadow: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0;
    margin: 0;
}
.modal-header .material-icons {
	font-size: 15px;
}
.modal-header .modal-title {
	font-size: 15px;
}
.newgroup_create .btn-primary {
	background-color: #4F46E5;
	border: 1px solid #4F46E5;
	font-size: 14px;
}
.custom-input-file {
    position: relative;
}
.group_formcontrol {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EDE2FF;
    height: 49px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 2px;
}
.custom-input-file input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}
.custom-input-file span.browse-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #4f46e5;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    padding: 13px 25px;
    height: 47px;
    border-radius: 1px;
}
.dream-modal .modal-body label {
	font-size: 13px;
}
.dream-modal textarea.form-control {
    min-height: 90px;
}
.dream-modal .form-group {
	margin-bottom: 10px;
}

/*-----------------
	10. Join Call
-----------------------*/

.page-content {
	width: 100%;
}
.join-call {
	max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}
.join-video {
	position: relative;
	margin-bottom: 25px;
	height: 350px;
}
.join-video img {
	border-radius: 10px;
	width: 100%;
	height: 350px;
    object-fit: cover;
}
.join-video.video-hide > img, 
.video-wrap.video-hide > video {
    display: none;
}
.video-avatar {
    color: #FFF;
    background: #5D5D5D;
    font-size: 50px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.video-avatar.active {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
}
.video-avatar h4 {
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
}
.join-content {
	padding-bottom: 25px;
}
.join-content p {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 25px;
	color: #000;
}
.join-content label {
	font-size: 18px;
	margin-bottom: 0;
	color: #000;
	font-weight: 700;
}
.icon-mic {
	background: #31AA52;
    border-radius: 10px;
    width: 40px;
    height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.icon-mic i {
    color: #fff;	
}
.btn-join {
	font-weight: 700;
    font-size: 12px;
    padding: 10px 20px;
    min-width: 111px;
    border-radius: 10px;
}
.btn-infos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-infos .btn-join {
	margin-right: 18px;
}
.btn-infos .icon-mic {
	margin-right: 15px;
}
.btn-infos span {
	font-size: 14px;
	color: #808184;
	font-weight: 400;
}
.call-icons {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.call-icons .call-items {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
	position: absolute;
    bottom: 60px;
	left: 50%;
	transform: translate(-50%, 0);
}
.call-icons .call-items .call-item {
	display: inline-block;
	text-align: center;
	margin-right: 15px;
}
.call-icons .call-items .call-item:last-child {
	margin-right: 0;
}
.call-icons .call-items .call-item a {
    color: #FFF;
    border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
    width: 60px;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
	white-space: nowrap;
}
.call-icons .call-items .call-item a:hover {
	opacity: 0.8;
}
.call-icons .call-items .call-item .mute-video.stop,
.call-icons .call-items .call-item .mute-bt.stop {
	background: #EB4132;
	border: 1px solid #EB4132;
}
.set-icon {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}
.vert-icon, 
a.vert-icon {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
	font-size: 18px;
	color: #000;
}
.voice-sec1 {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
}
.voice-sec {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
}
.voice-icon, a.voice-icon {
	width: 40px;
	height: 40px;
	background: #31AA52;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	font-size: 18px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
	color: #FFF;
}
.voice-icon:hover, a.voice-icon:hover,
.vert-icon:hover, a.vert-icon:hover {
	opacity: 0.8;
}

/*-----------------
	11. Meeting Call
-----------------------*/

.meet-icons {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
	padding: 15px;    
	margin: 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
.meet-icons .meet-items, .action-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
}
.meet-icons .meet-items .meet-item, .action-items .action-item {
	display: inline-block;
	text-align: center;
	margin-right: 15px;
}
.meet-icons .meet-items .meet-item:last-child, 
.action-items .action-item:last-child {
	margin-right: 0;
}
.meet-icons .meet-items .meet-item > a {
    color: #FFF;
	background: #5D5D5D;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
}
.meet-icons .meet-items .meet-item > a:hover,
.action-items .action-item a:hover {
	opacity: 0.8;
}
.meet-icons .meet-items .meet-item > a.showChatList.active,	
.meet-icons .meet-items .meet-item > a.showInviteList.active,
 .meet-icons .meet-items .meet-item > a.hand-raise.active,
.action-items .action-item a.record-icon.active {	
    background: #0074E0;
}
.meet-icons .meet-items .meet-item > a.mute-bt.stop, 
.meet-icons .meet-items .meet-item > a.mute-video.stop {
    background: #EB4132;
}
.meet-icons .meet-items .meet-item > a.show {
	background: #0074E0;
}
.action-items .action-item a {
	width: 80px;
	height: 50px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;	
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
	color: #FFF;
}
.action-items .action-item a.share-icon {
	background: #EB4132;
}
.action-items .action-item a.callend-icon {
	background: #0074E0;
}
.action-items .action-item a.record-icon {
	background: #31AA52;
}
.end-call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
    justify-content: flex-end;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.action-icons {
	text-align: center;
}
.part-name {
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 105px);
	text-align: left;
}
.part-name h4 {
	font-weight: 700;
	font-size: 16px;
	color: #FFF; 
	margin-bottom: 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.more-icon {
	position: absolute;
	top: 20px;
	right: 20px;
}
.more-icon a {
	color: #FFF;
	padding-left: 12px;
}
.more-icon a:first-child {
	padding-left: 0;	
}
.more-icon a:hover {
	opacity: 0.8;
}
.meeting .part-name {
	top: 15px;
    left: 15px;
}
.meeting .more-icon {
	top: 15px;
    right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.vertical-view .vertical-sec .part-name h4,
.horizontal-view .join-video.single-user  .part-name h4 {
	font-size: 14px;
	font-weight: 400;
}
.meeting-wrapper, .meeting {
	width: inherit;
	max-width: inherit;
}
.meet-footer {
	position: fixed;
	bottom: 25px;    
	width: 100%;
	max-width: 950px;
	left: 50%;
    transform: translate(-50%, 0);
	z-index: 3;
}
.show-chat-list, .show-invite-list,
.show-chat-list .user-sidebar-right,
.show-invite-list .invite-sidebar-right {
    transition: all 0.8s ease;
}
.user-sidebar-right, .invite-sidebar-right {
    background: #dedede;
	border-radius: 10px;
    width: 410px;
    position: absolute;
    top: 105px;
    bottom: 117px;
    right: 0;
    margin-right: -410px;
    transition: all 0.8s ease;
    overflow: hidden;
    font-size: 13px;
	z-index: 3;
}
.join-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	box-sizing: border-box;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding-top: 25px;
	overflow: hidden;
}
.join-contents.grid-view {
    align-content: center;
}
.ripple {
	width: 114px;
    height: 114px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.multigrid-view .text-box {
    height: 61px;
    width: 61px;
}
.multigrid-view .ripple {
	width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.meeting .join-video {
    margin: 0 5px 10px;	
	width: 100%;
}
.join-video.user-active {
	background: #415B6A;
    border-radius: 10px;
}
.join-video.single-user {
    width: 23%;	
	flex-grow: 1;
    min-height: 120px;
    box-sizing: border-box;
    margin: 0 5px 10px;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
	height: auto;
	background: #415B6A;
    border-radius: 10px;
	padding: 0;
}
.multigrid-view .join-video.single-user {
    width: calc(20% - 10px);
	flex-grow: 0;
}
.join-video.single-user img {
	height: auto;
}
.text-avatar h4 {
	color: #FFF;
}
.text-avatar {
	color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-box {
    height: 86px;
    width: 86px;	
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 36px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.settings-menu {
	background: #E4EEFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
	border-radius: 10px;
	padding: 0 15px;
	margin: 25px 0 25px -16px  !important;
}
.settings-menu li a {
	padding: 12px 0;
	border-bottom: 1px solid #FFFFFF;
	width: auto;
	height: auto;
	background: #E4EEFF;
	font-weight: 600;
	font-size: 12px;
    color: #000;
}
.settings-menu li a:focus, .settings-menu li a:hover {
    color: #000;
    background-color: #E4EEFF;
}
.settings-menu li:last-child a {
	border: 0;
}
.settings-menu .user-img {
	font-size: 18px;
}
.settings-menu .user-img img {
	width: 36px;
    border-radius: 10px;
}
.overlay-icon {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	width: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 42px;
    left: 15px;
	opacity: 0;
	transition: opacity .3s linear;
}
.overlay-icon a {
	color: #FFF;
    padding: 3px 0;
	font-size: 14px;
	text-align: center;
}
.overlay-icon a:hover {
	opacity: 0.8;
}
.join-video.single-user::before, .meeting .join-video::before  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	content: "";
	border-radius: 10px;
	opacity: 0;
	transition: opacity .3s linear;
}
.join-video.single-user:hover::before, .meeting .join-video:hover::before  {
	opacity: 1;
}
.join-video.single-user:hover .overlay-icon, .join-video:hover .overlay-icon {
	opacity: 1;
}
.more-icon.mic-view .mic-on, .more-icon .mic-off {
	display: none;
}
.more-icon.mic-view .mic-off {
	display: block;
}
.grid-view .join-video.single-user {
    width: 48%;	
}
.join-contents.multigrid-view {
	max-width: 100%;
	padding: 25px 100px 0;
	justify-content: center;
}
.meeting {	
	position: absolute;
	top: 80px;
	bottom: 107px;
	left: 0;
	right: 0;
}
.meeting-wrapper {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
}
.meeting-list {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: relative;
}
.user-active .more-icon .handraise-on {
	display: none;
}
.user-active .more-icon .handraise-on.active {
	display: block;
	animation: mymove 5s;
}
.user-active .more-icon .handraise-on.active .meeting .join-video.user-active::before {
	animation: mymove 5s infinite;
	opacity: 1;
}
@keyframes mymove {
	from {color: #0074E0;}
	to {color: transparent;}
}
.join-contents.vertical-view {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	align-content: center;
	max-width: 1300px;
}
.join-contents.vertical-view .join-video.user-active {
	flex: 1;
	margin-bottom: 5px;;
}
.join-contents.vertical {
	flex-direction: column;
	height: 200px;
}
.join-contents.vertical-view .join-video.single-user {
    width: 97%;
    flex-grow: 1;
}
.meeting .join-contents.vertical .join-video.user-active {
	flex: 1 0 100%;
}
.meeting .join-contents.vertical .join-video.single-user {
	flex: 0;
}
.meeting .join-contents.vertical .join-video {
	width: auto;
}
.ptro-holder-wrapper {
	top: 80px !important;
	position: relative  !important;
	height: auto !important;
	bottom: 300px;
	z-index: 4;
}
.chat-footer .btn:hover {
	background: #0066c5;
	color: #FFF;
}
.person-view {
	width: 40px;
	height: 40px;
	background: #415B6A;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-right: 16px;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
}
.ptro-wrapper {
    border: 1px solid #DEDEDE;
	z-index: 2 !important;
}
.join-contents.show-whiteboard {
	display: none;
}
.show-record {
	display: none;
	position: absolute;
    right: 26px;
}
.user-sidebar-right .message-body {
	top: 70px;
}
.join-contents.single-view {
	padding-top: 0;
	margin-top: 25px;
	position: relative;
}
.join-contents.single-view .single-user {
    position: absolute;
    right: 8px;
    top: 40px;
	width: 130px;
	height: 130px !important;
	min-height: 130px !important;
}
.join-contents.single-view .single-user img {
	height: 130px !important;	
}


/*-----------------
	12. Invite Item
-----------------------*/

.heading-text {
	background: #0074E0;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	padding: 12px 49px;
}
.add-list {
	padding: 20px;
}
.add-listitem {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 25px;
}
.person-info {
	display: -webkit-inline-box;
    display: inline-flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
}
.person-info img {
	border-radius: 10px;
    flex-shrink: 0;
    height: 40px;
    margin-right: 16px;
    width: 40px;
	object-fit: cover;
}
.person-name {
	font-weight: 700;
    font-size: 16px;
    color: #5D5D5D;
}
.list-body ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list-body ul li + li {
	margin-left: 6px;
}
.list-body ul li a {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    font-size: 20px;
	color: #5D5D5D;
}
.list-body ul li a.voice-act {
    background: #31AA52;
    border-radius: 10px;
    color: #FFF;
}
.chat-footer .btn:hover {
	background: #0066c5;
	color: #FFF;
}
.ptro-bar .ptro-icon-btn:last-child {
	display: none;
}

/*-----------------
	13. Switch Buttons
-----------------------*/

.toggle-switch {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
}
.toggle-switch:not(.form-group) {
	margin-bottom: 0;
}
.toggle-switch-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.toggle-switch-content {
	-ms-flex: 1;
	flex: 1;
	margin-left: .5rem;
}
.toggle-switch-label {
	position: relative;
	display: block;
	width: 68px;
	height: 30px;
	background-color: #0074E0;
	border: 1px solid transparent;
	border-radius: 17px;
	transition: .3s;
	margin-right: 12px;
}
.toggle-switch-indicator {
	position: absolute;
	left: .125rem;
	bottom: 50%;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #fff;
	-webkit-transform: initial;
	transform: initial;
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
	border-radius: 50%;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	transition: .3s;
}
.toggle-switch-input:checked + .toggle-switch-label {
	background-color: #0074E0;
}
.toggle-switch-input:checked+.toggle-switch-label .toggle-switch-indicator {
	-webkit-transform: translate3d(1.025rem, 50%, 0);
	transform: translate3d(1.025rem, 50%, 0);
	left: 23px;
}
.toggle-switch-input.is-valid + .toggle-switch-label {
	background-color: #00c9a7;
}
.toggle-switch-input.is-invalid + .toggle-switch-label {
	background-color: #ed4c78;
}
.toggle-switch-input:disabled + .toggle-switch-label {
	background-color: rgba(231, 234, 243, .5);
}
.toggle-switch-input:checked:disabled + .toggle-switch-label {
	background-color: rgba(55, 125, 255, .5);
}
.toggle-switch-sm .toggle-switch-label {
	width: 2.5rem;
	height: 1.6125rem;
}
.toggle-switch-sm .toggle-switch-indicator {
	width: 1.20938rem;
	height: 1.20938rem;
}
.toggle-switch-sm .toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
	-webkit-transform: translate3d(.81094rem, 50%, 0);
	transform: translate3d(.81094rem, 50%, 0);
}

/*-----------------
	14. DarkMode
-----------------------*/

.darkcall {
	background: #2F3142;
	color: #fff;
}
.darkcall .header .header-nav {
	background: #2F3142;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
}
.darkcall .grid-menu li a {
	background: #171820;
	border: 1px solid #171820;
	color: #FFF;
}
.darkcall .grid-menu li.active a {
    background: #0074E0;
	border: 1px solid #0074E0;
}
.darkcall .meet-icons {
	background: #1E1E2C;
	border: 1px solid #1E1E2C;
	box-shadow: none;
}
.darkcall .meet-icons .meet-items .meet-item > a {
    color: #FFF;
    background: #171820;
    box-shadow: none;	
}
.darkcall .action-items .action-item a,
.darkcall .heading-text,
.darkcall .chat-cont-right .chat-footer .input-group,
.darkcall .chat-header .close-btn  {
	box-shadow: none;
}
.darkcall .header-navbar-rht li a {
	color: #FFF;
}
.darkcall .logo-white {
	display: block;
}
.darkcall .person-name {
	color: #FFF;
}
.darkcall .person-name, .darkcall .list-body ul li a {
	color: #FFF;
}
.darkcall .user-sidebar-right, .darkcall .invite-sidebar-right {
    background: #676874;
}
.darkcall .form-control {
    box-shadow: none;
}
.darkcall h1, .darkcall  h2, .darkcall  h3, 
.darkcall  h4, .darkcall  h5, .darkcall  h6 {
    color: #FFF;
}

/*-----------------
	Darkmode
-----------------------*/

.darkmode {
	background: #161819;
	color: #fff;
}
.darkmode .header-one,
.darkmode .header-two {
	background: #161819;
	box-shadow: 0px 10px 15px rgba(44, 44, 44, 0.32);
	border: 0;
}
.darkmode .top-nav-search .form-control,
.darkmode .side-nav-search .form-control {
	background: rgba(224, 224, 224, 0.06);
	border: 0;
	color: #E0E0E0;
}
.darkmode .top-nav-search i {
	color: #fff;
}
.darkmode .top-nav-search .form-control::placeholder,
.darkmode .side-nav-search .form-control::placeholder,
.darkmode .chat-search-blk input::placeholder {
	color: #E0E0E0;
}
.darkmode .book-view .book-dropdown .dropdown-toggle,
.darkmode .user-menu-head.nav > li > a {
	background: rgba(224, 224, 224, 0.06);
	border: 1px solid rgba(224, 224, 224, 0.06);
	color: #FFFFFF;
}
.darkmode .dropdown-menu,
.darkmode .channel-add-file .btn-primary {
    background: #242526;
    border: 1px solid #3E4851;
    box-shadow: none;
}
.darkmode .dropdown-item:focus, 
.darkmode .dropdown-item:hover {
    color: #fff;
    background-color: #090909;
}
.darkmode .book-view .book-dropdown .dropdown-toggle:after,
.darkmode .chat-body-blk .has-arrow .dropdown-toggle:after {
	border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}
.darkmode .dropdown-item,
.darkmode .chats-add h4,
.darkmode .recent-user-titles h5,
.darkmode .channel-add-file .btn-primary,
.darkmode .channels-nodatas p,
.darkmode .modal-header .modal-title,
.darkmode .form-control {
	color: #FFFFFF;
}
.darkmode .user-menu-head.nav > li > .bg-box img,
.darkmode .meet-call-user img,
.darkmode .symple-text ul li img,
.darkmode .profile-sub-list .dropdown-item img,
.darkmode #chat_toggle_btn img,
.darkmode .menu-side img,
.darkmode .meet-border .letter-avatar {
	filter: invert(0) brightness(100);
}
.darkmode .sidebar-menu,
.darkmode .sidebar {
	background: #161819;
	box-shadow: 10px 0px 15px rgba(44, 44, 44, 0.32);
	border: 0;
}
.darkmode .chat-menus ul li a,
.darkmode .bottom-mode-menu {
	background: rgba(224, 224, 224, 0.06);
}
.darkmode .bottom-mode-menu.log-outs {
    background: #4F46E5;
}
.darkmode .dash-group .card,
.darkmode .modal-content {
	background: #252728;
	border: 1px solid rgba(224, 224, 224, 0.06);
}
.darkmode .dash-profile-content h5,
.darkmode .dash-contact-blk h4 a,
.darkmode .recent-user-titles h5 a,
.darkmode .user-names-chat h5,
.darkmode .user-names-chat p,
.darkmode .message-sub-box p,
.darkmode .dot-icon i,
.darkmode .chat-empty .project-nodatas p,
.darkmode .chat-search-blk input,
.darkmode .channel-table tr th,
.darkmode .table.channel-table tbody tr td,
.darkmode .table td h2 a,
.darkmode .join-content label,
.darkmode .join-content p,
.darkmode .noti-title {
	color: #fff;
}
.darkmode .notifications ul.notification-list > li a:hover {
	background-color: #000;
}
.darkmode .dash-contact-blk h4 {
	font-weight: 400;
}
.darkmode .dash-profile-content p {
	color: #E6E6E6;
}
.darkmode .dash-contact-img a {
	background: rgba(224, 224, 224, 0.06);
}
.darkmode .dash-contact-img a img,
.darkcall .call-box img {
	filter: invert(1) brightness(100);
}
.darkmode .previous-chat-head p,
.darkmode .recent-user-text p,
.darkmode .recent-user-titles p {
	color: #D8D8D8;
}
.darkmode .chat-user-group, 
.darkmode .chat-user-actives a,
.darkmode .form-control {
    background: rgba(224, 224, 224, 0.06);
	border: 1px solid rgba(224, 224, 224, 0.06);
}
.darkmode .card-channel-box .fc .fc-col-header-cell-cushion,
.darkmode .card-channel-box table tr td {
	color: rgba(255, 255, 255, 0.50);
}
.darkmode .card-channel-box .fc-theme-standard td, 
.darkmode .card-channel-box .fc-theme-standard th, 
.darkmode .card-channel-box .fc-theme-standard .fc-scrollgrid {
	border: 1px solid rgba(224, 224, 224, 0.06);
}
.darkmode .card-channel-box .fc .fc-view-harness-active>.fc-view {
	background: rgba(224, 224, 224, 0.06);
}
.darkmode .welcome-blk,
.darkmode .inputgroups input[type="text"],
.darkmode .chat-body-blk,
.darkmode .chat-search-blk input[type="text"] {
	background: #252728;
	border: 1px solid rgba(224, 224, 224, 0.06);
}
.darkmode .card-comman {
	border: 1px solid rgba(224, 224, 224, 0.06);
}
.darkmode .inputgroups input[type="text"],
.darkmode .send-chat,
.darkmode .chat-body-blk,
.darkmode .chat-search-blk input[type="text"],
.darkmode .form-control {
	box-shadow: none;
}
.darkmode .form-group label {
	color: #fff;
}
.darkmode .chat-user-actives.active a, 
.darkmode .chat-user-actives a:hover {
	border: 0.5px solid #4F46E5;
	background: #4F46E5;
}
.darkmode .chat-menus ul li a.active, 
.darkmode .chat-menus ul li a:hover {
    background-color: #4F46E5;
}
.darkmode .message-sub-box {
	background: #242526;
}
.darkmode .chat-message .received .message-sub-box:before {
	border-right: 14px solid #242526;
}
.darkmode .chat-user-actives a:hover .bg-light-blue,
.darkmode .chat-user-actives.active a .bg-light-blue {
    background: rgba(48, 135, 255, 0.56);
    color: #fff;
}
.darkmode .chat-body-sub-blk.chennel-body,
.darkmode .chat-file-blk,
.darkmode .notifications ul.notification-list > li,
.darkmode .topnav-dropdown-header {
	border-bottom: 1px solid rgba(224, 224, 224, 0.2);
}
.darkmode .channel-table thead tr {
	background: rgba(224, 224, 224, 0.1);
	border: 0.5px solid rgba(219, 219, 219, 0.25);
}
.darkmode .border {
	border: 0.5px solid rgba(219, 219, 219, 0.25) !important;
}
.darkmode .join-new-meet {
    border: 1px solid #4F46E5;
}
.darkmode .btn-infos .btn-join {
	border: 0;
}
.darkmode .topnav-dropdown-header, 
.darkmode .topnav-dropdown-footer a,
.darkmode .welcome-user p {
	color: #fff;
}
.darkcall .call-box {
    background: #171820;
    border: 1px solid #171820;
}
.darkmode .side-nav-search .btn i {
	color: #fff;
}

/*-----------------
	15. Main Chat
-----------------------*/

.video-icons {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-icons .chat-btns {
	min-width: 50px;
	height: 50px;
	font-size: 20px;
	color: #000;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.video-icons .chat-btns:last-child {
	margin-right: 0;
}
.chat-window .chat-cont-left .recent-chat {
    padding: 10px 15px;
    width: 100%;
}
.chat-window .chat-cont-left .recent-chat a {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}
.chat-window .chat-cont-left .recent-chat a i {
	margin-right: 8px;
	font-size: 14px;
}
.chat-window .bg-white1 {
	height: 70px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 15px 15px rgb(229 229 229 / 32%);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box1 > div {
    background-color: #D4E7FE;
	border-radius: 5px;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box1 > div p {
    color: #000;
}
.chat-msg-info1 li .chat-time span {
	color: #000;
}
.chat-cont-right .chat-body .media.sent .media-body {
	margin-right: 20px;
    margin-left: 0;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box1 > div {
	background: rgba(242, 242, 242, 0.88);
	border-radius: 5px;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box1 > div p {
    color: #000;
}
.chat-window .chat-cont-right .media-img-wrap .new-icon {
    background: #C7DDFF;
    border: 1px solid #C7DDFF;
    box-shadow: unset;
    color: #000;
    font-size: 22px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 0;
}
.chat-window .chat-cont-right .media-img-wrap .new-icon a {
	color: #000;
}
.chat-cont-right .chat-header .media .media-body .user-name .user-edit {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.chat-cont-right .chat-header .media .media-body .user-name .user-edit i {
	margin-left: 10px;
}
.chat-cont-right .chat-top {
    margin-top: 20px;
    padding: 0 8px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-cont-right .chat-top .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}
.chat-cont-right .chat-top span {
	color: #000;
}
.chat-cont-right .chat-top .input-group {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 15px 15px rgba(229, 229, 229, 0.32);
	border-radius: 10px;
	padding: 10px 12px;
}
.chat-cont-right .chat-top .input-group .form-control {
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
	font-size: 16px;
}
.chat-cont-right .chat-top .input-group .form-control::placeholder {
	color: #000;
}
.chat-cont-right .chat-top .input-group .form-control:focus {
    border: none;
    box-shadow: none;
}
.chat-cont-right .chat-top .input-group .input-group-prepend .btn, 
.chat-cont-right .chat-top .input-group .input-group-append .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}
.chat-cont-right .chat-top .input-group .input-group-append .btn.msg-send-btn {
	background: #31AA52;
    border-radius: 4px;
    color: #fff;
    margin-left: 10px;
    width: 150px;
    height: 38px;
    font-size: 12px;
    font-weight: 600;
}
.chat-cont-right .media-img {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
}
.chat-cont-right .media-content {
    text-align: center;
    padding-bottom: 20px;
}
.chat-cont-right .media-content h4 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 10px;
}
.chat-cont-right .media-content p {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 0;
}

/*-----------------
	16. Responsive
-----------------------*/

@media (min-width: 768px) {
	.avatar-xxl {
		width: 8rem;
		height: 8rem;
	}
	.avatar-xxl .border {
		border-width: 4px !important;
	}
	.avatar-xxl .rounded {
		border-radius: 12px !important;
	}
	.avatar-xxl .avatar-title {
		font-size: 42px;
	}
	.avatar-xxl.avatar-away:before,
	.avatar-xxl.avatar-offline:before,
	.avatar-xxl.avatar-online:before {
		border-width: 4px;
	}
	.view-more {
		display: none;
	}
}
@media (min-width: 869px){
	.ptro-holder {
		top: 150px !important;
		bottom: 150px !important;	
	}
}

@media only screen and (min-width: 991px) {
	#dash_toggle_btn {
		float: left;
		font-size: 20px;
		line-height: 70px;
		padding: 0 10px;
		margin-left: 15px;
	}
	#dash_toggle_btn span {
		color: #4F46E5;
		font-size: 14px;
		font-weight: 700;
		padding-left: 5px;
	}
	#chat_toggle_btn {
		float: left;
		font-size: 20px;
		line-height: 70px;
		padding: 0 10px;
		margin-left: 15px;
	}
	.mini-sidebar .sidebar {
		width: 60px;
	}
	.mini-sidebar .sidebar .sidebar-menu ul > li > a span {
		display: none;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}
	.mini-sidebar .header .header-left {
		padding: 0 5px;
		width: 80px;
	}
	.mini-sidebar .sidebar {
		width: 80px;
	}
	.mini-sidebar.expand-menu .sidebar {
		width: 280px;
	}
	.mini-sidebar .page-wrapper-chat {
		margin-left: 80px;
	}
	.mini-sidebar .chat-users-recent,
	.mini-sidebar .meet-text,
	.mini-sidebar .chat-user-actives.active a:before {
		display: none;
	}
	.mini-sidebar.expand-menu .chat-users-recent,
	.mini-sidebar.expand-menu .meet-text,
	.mini-sidebar.expand-menu .chat-user-actives.active a:before {
		display: block;
	}
	.mini-sidebar .chats-add h4 a {
		opacity: 0;
	}
	.mini-sidebar.expand-menu .chats-add h4 a {
		opacity: 1;
	}
	.mini-sidebar .chats-add h4 {
		font-size: 14px;
	}
	.mini-sidebar.expand-menu .chats-add h4 {
		font-size: 18px;
	}
	.mini-sidebar .sidebar-menu-one ul {
		padding: 10px;
	}
	.mini-sidebar.expand-menu .sidebar-menu-one ul {
		padding: 15px;
	}
	.mini-sidebar .chat-call-user {
		margin-right: 0;
	}
	.mini-sidebar.expand-menu .chat-call-user {
		margin-right: 5px;
	}
	.mini-sidebar .chat-user-group {
		padding: 8px;
	}
	.mini-sidebar .side-nav-search .form-control::placeholder {
		font-size: 0;
	}
	.mini-sidebar.expand-menu .side-nav-search .form-control::placeholder {
		font-size: 10px;
	}
	.mini-sidebar .side-nav-search .btn {
		padding: 7px 20px;
	}
	.mini-sidebar.expand-menu .side-nav-search .btn {
		padding: 7px 10px;
	}
}

@media (max-width: 1536px) {
	.form-group {
		margin-bottom: 1.25rem;
	}
	.part-name h4 {
		font-size: 13px;
	}
	.overlay-icon {
		top: 32px;
		width: 32px;
	}
	.overlay-icon a {
		padding: 2px 0;
		font-size: 12px;
	}
	.overlay-icon a:first-child {
		padding-top: 3px;
	}
	.multigrid-view .ripple, .ripple {
		width: 65px;
		height: 65px;
	}
	.text-box {
		height: 45px;
		width: 45px;
		font-size: 24px;
	}
	.multigrid-view .text-box {
		height: 45px;
		width: 45px;
	}
	.login-wrapper .loginbox h1 {
		font-size: 20px;
	}
	.account-subtitle {
		font-size: 18px;
	}
	.user-name, .toggle-switch {
		font-size: 15px;
	}
	.join-contents.vertical-view {
		max-width: 1100px;
	}
	.user-sidebar-right, .invite-sidebar-right {
		width: 350px;
		margin-right: -350px;
	}
	.chat-header .close-btn {
		width: 40px;
		height: 40px;
	}
	.heading-text {
		font-size: 16px;
		padding: 8px 49px;
	}
	.add-listitem {
		margin-bottom: 15px;
	}
	.chat-cont-right .chat-header, .add-list, .chat-cont-right .chat-body ul.list-unstyled {
		padding: 15px;
	}
	.chat-cont-right .chat-footer {
		padding: 0 15px 15px;
	}
	.chat-cont-right .chat-footer .input-group {
		padding: 9px 12px;
	}
	.chat-cont-right .chat-footer .input-group .form-control {
		font-size: 14px;
	}
	.chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
		width: 60px;
		height: 40px;
		font-size: 20px;
	}
	.chat-window .chat-scroll {
		max-height: calc(100vh - 320px);
	}

}
@media (max-width:1199px) {
	.login-bg {
		display: none;
	}
	.login-wrapper .loginbox h1 {
		font-size: 26px;
	}
	.navbar-header p, .user-name {
		display: none;
	}
	.join-video, .join-video img {
		height: 450px;
	}
	.join-content h3, .join-content label {
		margin-bottom: 20px;
	}
	.join-contents.multigrid-view {
		padding: 25px 20px 0;
	}
	.join-contents.vertical-view {
		padding: 25px 20px 0
	}
	.chat-window .chat-cont-left {
		margin-right: 8px;
		margin-left: 8px;
	}
	.top-nav-search form {
		min-width: 350px;
	}
	.top-nav-search.mob-view {
		display: none;
	}
	.project-nodatas img {
		max-width: 200px;
	}
}
@media (max-width: 868px) {
	.ptro-holder {
		left: 20px !important;
		right: 20px !important;
		top: 150px !important;
		bottom: 150px !important;
	}
}
@media (max-width: 991.98px) {
	.header .header-left {
		position: absolute;
		width: 100%;
		z-index: 0;
	}
	.add-item {
		margin-top: 10px;
	}
	.flag-nav{
		display: none;
	}
	.mobile_btn,
	.mobile_btn_chat {
		color: #333;
		cursor: pointer;
		display: block;
		font-size: 24px;
		height: 70px;
		left: 0;
		line-height: 70px;
		padding: 0 15px;
		position: absolute;
		text-align: center;
		top: 0;
		z-index: 10;
	}
	#dash_toggle_btn {
		display: none;
	}
	.logo-one {
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		display: inline-flex;
	}
	#toggle_btn {
		display: none;
	}
	.top-nav-search {
		display: none;
	}
	.login-wrapper .loginbox .login-left {
		padding: 80px 50px;
		width: 50%;
	}
	.login-wrapper .loginbox .login-right {
		padding: 50px;
		width: 50%;
	}
	.sidebar {
		margin-left: -240px;
		width: 240px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		z-index: 1041;
	}
	.page-wrapper {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.chat-window .chat-scroll {
		max-height: calc(100vh - 255px);
	}
	.chat-window .chat-cont-left,
	.chat-window .chat-cont-right {
		flex: 0 0 100%;
		max-width: 100%;
		transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
		width: 100%;
	}
	.chat-window .chat-cont-left {
		margin-right: 0;
		margin-left: 0;
	}
	.chat-window .chat-cont-right {
		position: absolute;
		right: calc(-100% + -1.875rem);
		top: 0;
	}
	.chat-window .chat-cont-right .chat-header {
		justify-content: start;
	}
	.chat-window .chat-cont-right .chat-header .back-user-list {
		display: block;
	}
	.chat-cont-right .chat-top .back-user-list {
		display: block;
	}
	.chat-window .chat-cont-right .chat-header .chat-options {
		margin-left: auto;
	}
	.chat-window.chat-slide .chat-cont-left {
		left: calc(-100% + -1.875rem);
	}
	.chat-window.chat-slide .chat-cont-right {
		right: 0;
	}	
	.btn-join {
		font-size: 16px;
		padding: 12px 17px;
		min-width: 162px;
	}
	.btn-infos span {
		font-size: 16px;
	}
	.join-call {
	    padding: 20px 20px 0;
	}
	.login-wrapper .loginbox h1 {
		font-size: 22px;
	}
	.account-subtitle {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.login-wrapper .loginbox label {
		margin-bottom: 10px;
	}
	.join-content label, .join-content h3 {
		font-size: 20px;
	}
	.join-video, .join-video img {
		height: 400px;
	}	
	.logo-small {
		display: block;
	}
	.meet-icons .meet-items .meet-item > a {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.action-items .action-item a {
		width: 50px;
		height: 40px;
		font-size: 16px;
	}	
	.grid-menu li a {
		width: 40px;
		height: 40px;
		margin-right: 10px;
		font-size: 15px;
	}	
	.user-img img {
		width: 40px;
	}
	.call-icons .call-items .call-item a {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}
	.meeting {
		bottom: 92px;
	}
	.meet-icons .meet-items .meet-item, .action-items .action-item {
		margin-right: 5px;
	}
	.meet-footer, .call-icons .call-items {
		bottom: 20px;
	}
	.join-contents, .join-contents.multigrid-view {
		padding: 20px 15px 0;
	}
	.meet-icons {
		margin: 0 20px;
	}
	.header .header-nav {
		padding: 15px 20px;
	}
	.meeting-list {
		justify-content: flex-start;
	}
	.multigrid-view .ripple, .ripple {
		width: 60px;
		height: 60px;
	}
	.multigrid-view .text-box {
		height: 45px;
		width: 45px;
	}
	.text-box {
		height: 45px;
		width: 45px;
		font-size: 20px;
	}
	.more-icon a {
		padding-left: 7px;
		font-size: 12px;
	}
	.login-wrapper .loginbox {
		padding: 50px 20px;
	}
	.chat-cont-right .media-img {
		height: 310px;
	}
	.join-contents.single-view .single-user {
		right: 25px;
	}
	#chat_toggle_btn {
		display: none;
	}
	.chat-menus.chat-top-menu {
		padding-left: 60px;
	}
	.page-wrapper-chat {
		margin-left: 0px;
	}
	.log-header {
		margin-bottom: 20px;
	}
	.inputgroups input[type="text"] {
		height: 50px;
	}
	.send-chat {
		border-radius: 5px;
		width: 30px;
		height: 30px;
	}
	.send-chat img {
		width: 16px;
	}
	.symple-text {
		top: 14px;
	}
	.project-nodatas img {
		max-width: 200px;
	}
}
@media (max-width: 767.98px) {
	body {
		font-size: 0.9375rem;
	}
	h1,
	.h1 {
		font-size: 2rem;
	}
	h2,
	.h2 {
		font-size: 1.75rem;
	}
	h3,
	.h3 {
		font-size: 1.5rem;
	}
	h4,
	.h4 {
		font-size: 1.125rem;
	}
	h5,
	.h5 {
		font-size: 1rem;
	}
	h6,
	.h6 {
		font-size: 0.875rem;
	}
	.sidebar-menu {
		width: 100%;
		height: 58px;
		top: inherit;
		bottom: 0;
		box-shadow: 0px 0px 5px 2px rgba(66, 11, 161, 0.2);
		padding: 10px 5px;
	}
	.sidebar-menu .logo-col {
		display: none;
	}
	.menus-col {
		height: auto;
		justify-content: space-around;
		-webkit-justify-content: space-around;
	}
	.chat-menus {
		margin-top: 0;
	}
	.chat-menus ul li a span,
	.bottom-menus ul > li > a > span {
		display: none;
	}
	.chat-menus ul li a span.menu-side,
	.bottom-menus ul li a span.menu-side {
		display: block;
	}
	.chat-menus ul li {
		display: inline-block;
	}
	.chat-menus ul li+li,
	.bottom-menus ul li+li {
		margin-left: 10px;
		margin-top: 0;
	}
	.chat-menus ul li a {
		width: 40px;
		height: 40px;
	}
	.chat-menus ul li a img {
		width: 20px;
	}
	.bottom-menus ul li {
		display: none;
	}
	.bottom-menus ul li:last-child {
		display: flex;
		display: -webkit-flex;
	}
	.bottom-menus {
		width: auto;
		display: block;
	}
	.bottom-menus .chat-profile-icon {
		width: 40px;
		height: 40px;
	}
	.bottom-menus ul li {
		float: left;
	}
	.header .has-arrow .dropdown-toggle:after {
		display: none;
	}
	.user-menu.nav > li > a > span:not(.user-img) {
		display: none;
	}
	.navbar-nav .open .dropdown-menu {
		float: left;
		position: absolute;
	}
	.navbar-nav.user-menu .open .dropdown-menu {
		left: auto;
		right: 0;
	}
	.header .header-left {
		padding: 0 15px;
	}
	.header .header-left .logo {
		display: none;
	}
	.header-left .logo.logo-small {
		display: inline-block;
	}
	.login-wrapper .loginbox .login-left {
		display: none;
	}
	.login-wrapper .loginbox {
		max-width: 450px;
		min-height: unset;
	}
	.login-wrapper .loginbox .login-right {
		float: none;
		padding: 1.875rem;
		width: 100%;
	}
	.top-action-left .float-left {
		float: none !important;
	}
	.top-action-left .btn-group {
		margin-bottom: 15px;
	}
	.top-action-right {
		text-align: center;
	}
	.top-action-right a.btn.btn-white {
		margin-bottom: 15px;
	}
	.mail-sent-time {
		float: left;
		margin-top: 10px;
		width: 100%;
	}
	.login-wrapper .loginbox .login-right h1 {
		font-size: 22px;
	}	
	.header-navbar-rht li a.header-login {
		min-width: 100px;
	}
	.header-navbar-rht li a {
		font-size: 15px;
	}
	.login-wrapper .loginbox h1 {
		font-size: 20px;
	}
	.account-subtitle {
		margin-bottom: 20px;
	}
	.form-control {
		height: 45px;
	}
	.btn-signin {
		padding: 8px 15px;
		font-size: 15px;
	}
	.login-wrapper .loginbox {
		font-size: 16px;
	}
	.social-login > a {
		width: 45px;
		height: 45px;
	}
	.join-content {
		padding-bottom: 20px;
	}
	.btn-join {
		font-size: 16px;
		padding: 12px 20px;
		min-width: 150px;
	}
	.btn-infos span:not(.icon-mic) {
		font-size: 15px;
	}
	.join-content label, .join-content h3 {
		font-size: 18px;
	}
	.voice-sec {
		top: 15px;
		left: 15px;
	}
	.set-icon {
		top: 15px;
		right: 15px;
	}
	.video-avatar h4 {
		font-size: 16px;
	}
	.dark-mode {
		display: none;
	}
	.join-video.single-user, .multigrid-view .join-video.single-user,
	.join-contents.vertical-view .join-video.single-user,
	.grid-view .join-video.single-user {
		width: calc(50% - 10px);
		flex-grow: 0;
	}	
	.meeting .join-video.user-active {
		position: absolute;
		bottom: 17px;
		right: 15px;
		transition: opacity .3s linear;
		width: 50%;
		z-index: 2;
		width: 140px;
	}
	.meeting .show-whiteboard .join-video.user-active {
		position: absolute;
		bottom: 29px;
		right: 0;
		top: 0;
		left: 0;
		transition: opacity .3s linear;
		width: 50%;
		z-index: 2;
		height: 100%!important;
		width: 97%;
	}
	.join-video.single-user {
		margin: 0 5px 10px;
	}
	.meeting .join-video {
		width: calc(50% - 10px);
	}
	.join-contents.vertical-view {
		align-content: flex-start;
	}
	.vertical-sec {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.end-call, .action-items li:nth-child(2),
	.action-items li:last-child, .met-icons li.meet-item.dropdown {
		display: none;
	}
	.user-sidebar-right, .invite-sidebar-right {
		width: 100%;
		margin-right: -100%;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.user-sidebar-right, .invite-sidebar-right {
		background: #dedede;
	}
	body[data-theme="dark"] .user-sidebar-right, body[data-theme="dark"] .invite-sidebar-right {
	    background: #676874;
	}
	.show-chat-list .user-sidebar-right, .show-invite-list .invite-sidebar-right {
		right: 0;
		margin-right: 0 !important;
	}
	.join-contents {
		justify-content: center;
	}
	.overlay-icon {
		flex-direction: row;
		width: auto;
	}
	.overlay-icon a, .overlay-icon a:hover {
		padding: 5px 5px;
	}
	.login-wrapper .loginbox .dont-have {
		margin: 15px 0;
	}
	.login-or {
		margin-bottom: 15px;
	}
	.join-content label, .join-content h3 {
		margin-bottom: 10px;
	}
	.join-video {
		margin-bottom: 20px;
	}
	.join-contents.vertical-view .join-video.user-active {
		margin-bottom: 0;
	}
	.join-contents.grid-view {
		align-content: baseline;
	}
	.form-control {
		font-size: 13px;
	}
	.login-wrapper .loginbox {
		padding: 20px 20px;
	}
	.video-icons .chat-btns {
		min-width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.chat-window .chat-cont-left .chat-header span {
		font-size: 20px;
	}
	.chat-window .chat-cont-left .recent-chat {
		margin-top: 10px;
	}
	.chat-cont-right .chat-top {
		padding: 0 0px 20px;
	}
	.chat-window .chat-cont-left .chat-users-list a.media {
		padding: 10px 10px;
	}
	.join-contents.multigrid-view {
		overflow: auto;
	}
	.join-contents.single-view .join-video.user-active {
		position: relative;
		width: 100%;
		bottom: 0;
		right: 0;
		z-index: unset;
	}
	.page-wrapper-dash {
		margin-left: 0;
	}
	#dash_toggle_btn {
		display: none;
	}
	.logo-one {
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
	.welcome-img img {
		position: static;
	}
	.welcome-img {
		text-align: center;
	}
	.welcome-user {
		padding: 20px;
	}
	.welcome-user h2 {
		font-size: 20px;
	}
	.welcome-user p {
		font-size: 12px;
	}
	.page-wrapper-chat {
		margin-left: 0;
	}
	.symple-text {
		display: none;
	}
	.chat-top-menu {
		position: fixed;
		bottom: 0;
		background: #fff;
		left: 0;
		right: 0;
		justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	}
	.chat-menus.chat-top-menu ul li {
		margin-right: 0;
	}
	.chat-menus.chat-top-menu ul li+li {
		margin-right: 15px;
	}
	.page-wrapper-chat .content {
		padding: 20px 20px 60px;
	}
	.project-nodatas img {
		max-width: 150px;
	}
	.chat-menus.chat-top-menu {
		padding-left: 0px;
	}
	.message-sub-box {
		max-width: 100%;
		min-width: 100%;
	}
	.chat-message .media.sent .message-sub-box	{
		max-width: 100%;
		min-width: 68%;
	}
	.chat-body-sub-blk {
		flex-wrap: wrap;
	}
	.channel-group {
		margin-left: 0px;
		margin-top: 5px;
	}
	.chat-search-blk {
		right: 0;
		top: 3px;
		width: 100%;
	}
	.profile-views img {
		max-width: 16px;
	}
	.login-wrapper .loginbox {
		font-size: 15px;
	}
}
@media (max-width: 575.98px) {
	.card {
		margin-bottom: 0.9375rem;
	}
	.page-wrapper > .content {
		padding: 0.9375rem 0.9375rem 0;
	}
	.chat-window {
		margin-bottom: 0.9375rem;
	}
	.card-body {
		padding: 1.25rem;
	}
	.card-header {
		padding: .75rem 1.25rem;
	}
	.card-footer {
		padding: .75rem 1.25rem;
	}
	.page-header {
		margin-bottom: 0.9375rem;
	}
	.navbar-header {
		text-align: center;
	}
	.account-subtitle {
		font-size: 16px;
	}
	.btn-infos {
		flex-direction: column;
	}
	.join-video, .join-video img {
		height: 210px;
	}
	.call-icons .call-items {
		bottom: 30px;	
	}
	.btn-infos .btn-join {
		margin: 13px 0 27px;
	}
	.btn-infos span:not(.icon-mic) {
		font-size: 13px;
	}
	.call-icons .call-items .call-item a {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}
	.main-menu-wrapper {
		display: none;
	}
	.text-box {
		height: 50px;
		width: 50px;
		font-size: 20px;
	}
	.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name, 
	.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat	{
		max-width: 170px;
	}
	.join-contents.single-view .single-user {
		width: 100px;
		height: 100px !important;
		min-height: 100px !important;
	}
	.join-contents.single-view .single-user img {
		height: 100px !important;	
	}

}